/*
Theme Name: datatalk
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'UTMAvo';
    src: url('../datatalk/assets/fonts/UTMAvo.woff2') format('woff2'),
         url('../datatalk/assets/fonts/UTMAvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvoBold';
    src: url('../datatalk/assets/fonts/UTMAvoBold.woff2') format('woff2'),
         url('../datatalk/assets/fonts/UTMAvoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvoItalic';
    src: url('../datatalk/assets/fonts/UTMAvo-Italic.woff2') format('woff2'),
         url('../datatalk/assets/fonts/UTMAvo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTMAvoBoldItalic';
    src: url('../datatalk/assets/fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
         url('../datatalk/assets/fonts/UTMAvo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* Base font cho toàn bộ website */
body {
    font-family: 'UTMAvo', sans-serif;
}
.slogan{
    font-size: 18px;
    max-width: 80%;
    margin: auto;
    font-style: italic;
    font-weight: bold;
}
/* Font cho Navigation */
.nav > li > a, 
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: 'UTMAvo', sans-serif;
}

/* Font cho tiêu đề */
h1, h2, h3, h4, h5, h6, 
.heading-font, 
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'UTMAvoBold', sans-serif;
}

/* Font thay thế (Alt font) */
.alt-font {
    font-family: 'UTMAvoItalic', sans-serif;
}
.capitalize {
    text-transform: capitalize;
}
.icon-telegram:before{
    content: url('/wp-content/uploads/2025/03/tele.svg');
}
.btn-gradient{
    background: linear-gradient(91.3deg, #FFE25A 5.31%, #0092FF 98.25%);
    border-radius: 10px;
    border: none;
    padding: 10px;
    width: 90%;
    margin-top: 15px;
    font-size: 20px;
    box-shadow: 0px 20px 60px -20px #FFE659;
    
}


.dt-banner h1{
    font-size: 28px;
    line-height: 1.35;
}
.dt-banner h1 span{
    color: #696969;
}
h2 span{
    color: #696969;
}
.check{
    font-size: 24px;
    color: #D20000;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}
.banner .dt-title{
    font-family: "Archivo Black", sans-serif;
    font-weight: 900 !important;
}
.dt-desc{
    font-size: 24px;
    font-weight: bold;
}
.list-container{
    margin-top: 15px;
}
.list-item{
    display: flex;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}
.highlight{
    font-weight: bold;
}
.gradient {
    background: linear-gradient(to right, #f38d4f, #ffde59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.heading-gradient{
    font-size: 24px;
}
.dt-footer .heading-gradient h3{
    margin-bottom: 0;
}
.dt-footer .heading-gradient span{
    font-size: 22px;
}
.dt-footer .heading-gradient p{
    font-size: 12px;
}
.heading-gradient .blue{
    color: #1498FB;
    font-family: "Archivo Black", sans-serif;
    font-size: 46px;
    font-weight: 900;
}
.text-blue{
    color: #1372FA;
    font-family: "Archivo Black", sans-serif;
    font-weight: 900;
}
.heading-gradient .gradient{
    font-family: "Archivo Black", sans-serif;
    font-weight: 900;
    font-size: 46px;
    background: linear-gradient(to right, #f38d4f, #ffde59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient{
    text-transform: uppercase;
    background: linear-gradient(90.62deg, #1498FB 12.9%, #FFEA00 67.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tu-van{
    margin-top: -25px;
}
.dt-feature{
    overflow: visible;
    margin-top: 30px;
}
.dt-feature::before{
    content: '';
    background-color: #313131;
    width: 70%;
    height: 110%;
    right: 0;
    top: -25px;
    border-radius: 30px 0 0 0;
    position: absolute;
    
}
.dt-feature h3,.dt-feature p{
    font-size: 18px;
}
.dt-feature .box{
    background-color: #FFF;
    border-radius: 0 0 12px 12px;
    filter: drop-shadow(0px 13.5298px 27.0596px rgba(124, 226, 80, 0.15));
}
.swiper-pagination-bullet{
    width: 30px;
    height: 30px;

}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    color: #FFF;
    border: 1px solid #FFF;
}
.swiper-wrapper{
    margin-bottom: 30px;
}
.dc-solution .icon-box .icon-box-text{
    background-image: linear-gradient(
    90deg,
    hsl(188deg 84% 88%) 0%,
    hsl(183deg 72% 88%) 3%,
    hsl(178deg 64% 88%) 6%,
    hsl(172deg 61% 89%) 9%,
    hsl(165deg 58% 90%) 12%,
    hsl(157deg 53% 91%) 15%,
    hsl(148deg 47% 92%) 18%,
    hsl(136deg 39% 93%) 21%,
    hsl(120deg 31% 94%) 25%,
    hsl(102deg 28% 94%) 28%,
    hsl(87deg 24% 95%) 32%,
    hsl(73deg 18% 95%) 35%,
    hsl(60deg 10% 96%) 39%,
    hsl(60deg 23% 96%) 43%,
    hsl(60deg 33% 95%) 48%,
    hsl(60deg 42% 95%) 52%,
    hsl(61deg 50% 95%) 56%,
    hsl(61deg 58% 94%) 61%,
    hsl(61deg 64% 94%) 66%,
    hsl(61deg 69% 94%) 72%,
    hsl(61deg 74% 93%) 77%,
    hsl(61deg 79% 93%) 83%,
    hsl(61deg 83% 93%) 88%,
    hsl(61deg 87% 92%) 94%,
    hsl(62deg 90% 92%) 100%
  );
  border-radius: 15px;
  padding: 12px;
  margin-left: -40px;
  padding-left: 40px;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
}
.dc-solution .icon-box {
    align-items: center;
}
.dc-solution .icon-box .icon-box-text::before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 15px;
    background: linear-gradient(to right, #39c5ff, #ffde59);
    z-index: -1;
}
.dc-solution .icon-box .icon-box-img{
    z-index: 10;
}
.dc-solution-special .icon-box{
    background: #F5F5F3;
    box-shadow: inset 0px 23px 8.9px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    padding: 15px;
    align-items: center;
    font-size: 18px;
}
.banner-gradient{
    background: linear-gradient(180deg, #FFFFD6 0%, #2FB6FF 100%);
    border-radius: 20px;

}
.text-lead{
    font-size: 24px;
    margin-top: 15px;
}
.text-lead p{
    margin: 0;
    font-weight: bold;
    color: #696969;
}
.text-lead p strong{
    color: #000;
}
.text-lead p:first-child{
    margin-bottom: 15px;
    color: #000;
}
.card {
    background: white;
    padding: 10px;
    width: auto;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.card .text{
    color: #000;
    font-size: 13px;
    margin: 0;
}
/* Icon checkmark */
.card .icon {
    width: 25px;
    margin-bottom: 5px;
}
.box-1{
    bottom: 33% !important;
}
.box-2{
    bottom: 41% !important;
}
.dt-partner .col .col-inner .img{
    background: #F7F7F7;
    border-radius: 10px;
    text-align: center;
    padding: 10px;

}
.dt-partner .col .col-inner img{
    max-height: 80px;
    width: auto;
    margin: auto;
}
.contact-card {
    background: #222;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.dt-form{
    background-color: #1498FB !important;
    border-radius: 20px 20px 0 0;
    padding-top: 40px !important;
}
input[type=text],input[type=tel]{
    height: 55px !important;
    border-radius: 10px !important;
}
.dt-form{
    width: 100%;
    max-width: 100%;
}
div.label{
    margin-bottom: 10px;
}
.dt_submit{
    margin: auto;
    width: 90%;
}
.dt_submit button{
    background-color: #313131 !important;
    color: #E5FFE6 !important;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    width: 100%;
}
.dt_input{
    width: 100%;
}
.accordion-title,.accordion-title.active{
    background: #313131;
    color: #FFF !important;
    border-radius: 24px 0 0 0;
}
.accordion-title{
    pointer-events: none;
}
/* Mỗi mục thông tin */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.absolute-footer{
    background-color: #1498fb;
    color: #fff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    h2 {
        font-size: 24px;
    }

}