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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-nav-main .icon-angle-down{
    opacity: 1;

    margin-top: -7px;
    margin-left: 10px;
    font-size: 19px;
}
.box-ung-tuyen{
        margin-bottom: 15px;
        padding: 0px 0px 40px 0px;
    font-size: 18px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    /* border-radius: 15px; */
    /* -webkit-border-radius: 15px; */
    border-radius: 50px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box-ung-tuyen h3{
      font-size: 30px;
    padding-bottom: 20px;
    padding-left: 30px;

}
.archive-page-header{
    display: block !important;
}
.archive-page-header h1{
    text-transform: uppercase;
}
.div-tin-lien-quan h3{
      text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #afafaf;
}
.div-tin-lien-quan{
    padding-top: 20px;
}

.post-item .post-title a{
  overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.post-item .span-author{
      color: #0d6efd;
      padding-right: 10px;
}
.div-tin-lien-quan .post-item .col-inner {
         box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;

}.div-tin-lien-quan .post-item .box-image{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.blog-archive .post-item .box-text,.div-tin-lien-quan .post-item .box-text{
  padding-left: 15px;
  padding-right: 15px;
}

.post-item .from_the_blog_excerpt {
  font-size: 15px;
}
.post-item  .post-meta {
      padding-top: 10px;
}
.post-item  .cat-label  {
      margin-bottom: 10px;
    font-size: 13px;
}
#footer ul.menu{

    display: flex;
    flex-wrap: wrap;
        justify-content: center;
}
#footer ul.menu li a{
    color: black;
}
#footer ul.menu li{
        margin-right: calc(50px / 2);
    margin-left: calc(50px / 2);
        word-break: break-word;
    justify-content: center;
}
#footer ul li{
    border-top: unset !important;
    list-style: none;
    margin-left: 0px;
}
#footer .social-icons a{
    color: var(--primary-color) !important;
}
#footer .wpcf7-email{
    width: calc(100% - 113px);
    float: left;
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#footer .wpcf7-submit{
        margin-right: 0px;
    text-transform: inherit;
    padding-top: -24px;
    /* margin-top: 6px; */
    /* line-height: 14px; */
    font-weight: 100;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#footer ul li i{
    color: var(--primary-color);
}
.footer-section{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.header-main .flex-right a:before{
    display: none;
}
.header-main .flex-right .header-search-dropdown .nav-dropdown{
        padding: 20px;
    border-radius: 15px !important;
}
.header-main .flex-right .header-search-dropdown > a > .icon-search{
        background: #f0f6ff;
    color: #1a1b1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.team-social a {
    display: inline-block;
    margin-right: 10px;
}

.team-social a {
    display: inline-block;
    margin-right: 10px;
    opacity: 0; /* Bắt đầu với opacity bằng 0 để ẩn các nút */
    transition: opacity 0.5s ease; /* Hiệu ứng transition trong 0.5 giây */
}

.a-twiter, .a-facebook, .a-pin {
    display: inline-block; /* Luôn hiển thị block để có thể hiện/ẩn bằng opacity */
    opacity: 0; /* Bắt đầu ẩn */
}

.team-social.show .a-twiter, 
.team-social.show .a-facebook, 
.team-social.show .a-pin {
    opacity: 1; /* Hiện dần dần với opacity */
}
.a-x {
    background: #0160e7;
    color: white;
}
.a-x {
   opacity: 1 !important; /* Nút a-x luôn hiển thị */
    cursor: pointer;
     transition: opacity 0.5s ease, transform 0.5s ease; /* Thêm transition cho hiệu ứng quay */
}
.team-social.show .a-x {
    background:white ;
    color: #0160E7;
    transform: rotate(90deg); /* Quay nút a-x 90 độ khi class 'show' được thêm */
}
.a-x {
    cursor: pointer;
}
.section-nhan-su .box{
    padding-bottom: 30px;
}
.section-nhan-su .flickity-viewport{
    padding-bottom: 40px !important;
}
.section-nhan-su .box-text{
        margin-top: -70px !important;
  padding-bottom: 30px;
        -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.section-nhan-su .team-social a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.section-nhan-su .team-social a br{
    display: none;
}
.section-nhan-su .team-social a.a-twiter{
   background: #00c3ff;
}
.section-nhan-su .team-social a.a-facebook{
    background: #0160E7 !important;
}
.section-nhan-su .team-social a.a-pin{
    background: #FE4C1C !important;
}

.section-nhan-su .team-social a{
        box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    font-size: 15px;
    margin-right: 12px;
    color: #fff;

    width: 36px;
    height: 36px;
    line-height: 36px;
 
    border-radius: 50%;
}
.section-nhan-su img{
    border-radius: 15px;
}
.section-lien-he-nha-hang .div-form{
    margin-top: unset !important;
}
.section-du-an .tabbed-content .nav li:hover a,.section-du-an .tabbed-content .nav li.active a{
    background: #140097;
    color: white;
}
.section-du-an .tabbed-content .nav li{
    margin-right: 20px;
}
.section-du-an .tabbed-content .nav li a{
    padding: 0px 20px;
        font-weight: 400;
    color: #140097;
        border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #140097;
    border-radius: 50px 50px 50px 50px;
}
.section-uu-diem .icon-box:hover h3,.section-uu-diem .icon-box:hover p{
    color: white;
}
.section-uu-diem .icon-box:hover{
    background: var(--primary-color);
}
.section-uu-diem .icon-box:hover .icon{
    background: white !important;
}
.section-uu-diem .icon-box .icon{
        background-image: linear-gradient(145deg, var(--primary-color), var(--primary-color));
    -webkit-border-radius: 50%;
    padding: 11px;
}
.section-uu-diem .icon-box {

    border-radius: 15px;
        padding: 15px  !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.section-dich-vu .service-box-s2{
    align-items: center;
    display: flex;
    padding: 12px;
}
.section-dich-vu .service-box-s2 .content-box {
    padding-left: 15px;
}
.section-dich-vu .service-box-s2 h3{
        text-transform: inherit;

    font-size: 16px;
    line-height: 21px;
}
.section-chung-toi{
        background-image: url(images/bg-up-home7.png);
}
.section-video{
    background-image: url(images/Artboard-1.png);
}
.section-giai-phap{
        background-image: url(images/home9-bg-shapes.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.section-content-creation{
        background-image: url(images/bg2-banner-h8.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.section-pr{
        background-image: url(images/shape1-home4.png);
    background-repeat: no-repeat;
}
.section-dich-vu{
        background-image: url(images/shape2-home4.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.section-works .box-vi-sao .col-inner{
    background: white;
}
.section-works .box-vi-sao .col-inner:before,.section-works .box-vi-sao .col-inner:after{
    display: none !important;
}
@-webkit-keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
@keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
.row-quy-trinh{
        max-width: 1540px;
    background: #EFEFEF;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
    bottom: 0;
    top: unset;
}
.portfolio-archive .nav-center li{
    margin-right: 40px;
}
.portfolio-archive .nav-center li a{
    font-size: 14px;
         font-family: 'UTMAvoBold' !important;

}
.portfolio-archive .portfolio-box .box-text .box-text-inner{
        background-color: var(--primary-color);
            text-align: left;
    padding: 30px 30px 10px 30px;
    box-sizing: border-box;
  
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 15px;
}
.portfolio-archive .portfolio-box{
        position: relative;
    display: block;
    overflow: hidden;
}
.portfolio-archive .portfolio-box:hover .box-text{
    opacity: 1 !important;
    right: 0px !important;
} 
.portfolio-archive .portfolio-box .box-text{
        padding: 0px;
    right: -270px ;
    opacity: 0;
    width: 270px;
    position: absolute;
    bottom: 20px;
    right: -270px;
    z-index: 4;
    /* opacity: 0; */
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}
.portfolio-archive h1.entry-title{
    text-align: center;
}


.div-form .wpcf7-submit{
        border-radius: 99px;
    text-transform: initial;
    padding: 5px 37px;
    border: unset;
    min-height: unset;
    line-height: 36px;
    font-weight: normal;
}
.div-form textarea{
     border-radius: 5px;
    border: 1px solid black;
    box-shadow: unset;
}
.div-form input{
    min-height: 47px;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: unset;
}
.div-form input{
    margin-bottom: 5px;
}
.div-lien-he .icon-box{
    align-items: center;
}
.div-lien-he .icon-box p{
    color: white;
}
.div-lien-he .icon-box h3{
    font-size: 16px;
    margin-bottom: 0px;
    color: #61daff;
    text-transform: uppercase;
}
.div-lien-he  > .col-inner{
        background-color: transparent;
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    box-shadow: 18px 18px 40px 0px rgba(2, 156, 236, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 60px 60px 60px;
    border-radius: 15px;
}
.section-lien-he .heading__text_stroke{
        top: -98px;
            font-size: 133px !important;
}
.ux-logo,.ux-logo img{
    border-radius: 15px;
}

.portfolio-box .box-image,.portfolio-box img{
    border-radius: 6px;
}
.portfolio-box h6{
        opacity: 1;
    font-size: 24px;
    font-weight: 700;
}
.portfolio-box .portfolio-box-category span{
    font-size: 16px;
    opacity: 1 !important;
}
.section-doi-tac{
    background-image: url(images/home9-bg-cta.png);
    background-position: 0px 15px;
    background-repeat: no-repeat;
}
.div-animation-6 img,.div-animation-1 img,.div-animation-2 img,.div-animation-3 img,.div-animation-4 img,.div-animation-5 img{
       -webkit-animation: rotatedelement 5s linear infinite;
    animation: rotatedelement 5s linear infinite;
}
.div-animation-1{
        z-index: -1;
     
        position: absolute;
    top: 0px;
    margin-left: -92px;
}
.div-animation-2{
        z-index: -1;
        position: absolute;
    top: 50%;
    margin-left: -92px;
}
.div-animation-3{
        z-index: -1;
   position: absolute;
    top: 40%;
    display: inline;
    /* left: unset; */
    flex-basis: unset;
    width: auto;
    right: 65px;
}

.div-animation-4{
        z-index: -1;
     position: absolute;
    top: 70%;
    display: inline;
    /* left: unset; */
    flex-basis: unset;
    width: auto;
    right: 165px;
}
.div-animation-5{
        z-index: -1;
      position: absolute;
    top: 90%;
    display: inline;
    /* left: unset; */
    flex-basis: unset;
    width: auto;
    right: 225px;
}
.div-animation-6{
          z-index: -1;
    position: absolute;

    display: inline;
    right: 30%;
    flex-basis: unset;
    width: auto;

}
.header-main .nav-dropdown li:hover a{

    color: white;
    background: #3F444B;
}
.header-main .nav-dropdown li a{
    color: black;
        font-family: 'UTMAvoBold' !important;
    margin: 0px;
    padding: 15px;
        border-bottom: unset !important;
        font-size: 13px;
}
.header-main .nav-dropdown{
padding: 0px;
    min-width: 320px;
}
.header-main .header-inner {
    max-width: 1540px !important;
}
.header-nav-main.nav-left > li > a{
      font-family: inherit !important;
          font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px;

}
.service-box .content-box .service-box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
        line-height: 37px;
}
.service-box .content-box {
    padding-left: 75px;
}
.service-box .number-box {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 99%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: var(--primary-color);
 
}
.service-box:hover{
    background: var(--primary-color);
}
.service-box:hover .service-box-title{
    color: white;

}
.service-box:hover  .number-box {
    background: white !important;
    color: var(--primary-color) !important;
}
.service-box:hover .service-box .big-number {
    color: rgba(255, 255, 255, 0.2) !important;}
.service-box {
    overflow: hidden;
    position: relative;
    padding: 35px 35px 26px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box .big-number {
    position: absolute;
    right: 35px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
    z-index: 0;
}
.div-tieu-de{
    padding-top: 100px;
}
.service-box-s2:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.service-box-s2 .service-box-title{
        color: #000000;
    font-family: "utm_avo", Sans-serif !important;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 0px;
    margin-top: 4px;
    line-height: 42px;
}
.service-box-s2 .content-box{
        padding-left: calc(5px + 50px);
}
.service-box-s2 {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
   border-radius: 99px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box-s2 .number-box {
        min-width: 50px;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
   color: var(--primary-color);
    font-family: "Red Hat Display", sans-serif;
    font-weight: bold;
    font-size: 13px;
      border-radius: 99px !important;
    background: rgba(0, 195, 255, 0.15);
}

.button-tu-van span{
      color: white;
       font-family: 'UTMAvoBold' !important;
 
}
.button-tu-van i{
        opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background: white;
    line-height: unset;
    color: var(--primary-color);
    line-height: 41px;
}
.button-tu-van:before{

           background-color: rgba(255, 255, 255, 0.8) !important;
}
.button-tu-van:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}
.button-tu-van:hover:before{
     opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
  ..button-tu-van:hover{
    box-shadow: unset !important;
  } 
.button-tu-van i:before{
        content: "\f061";
     font-family: 'Font Awesome 6 Pro';
}

.button-tu-van{
        font-weight: 500 !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
        position: relative;
    overflow: hidden;
        border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
           line-height: 44px;
    border-radius: 99px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 2px 9px 2px 25px;
   
    color: white;
    background: var(--primary-color) !important;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}


.button-ung-tuyen{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.button-dang-ky span{
       font-family: 'UTMAvoBold' !important;
    fill: #2B56E7;
    color: #2B56E7;
}
.button-dang-ky i{
        opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background: var(--primary-color);
    line-height: unset;
    color: white;
    line-height: 41px;
}
.button-dang-ky:before{

        background-color: rgba(254, 76, 28, 0.5) !important;
}
.button-dang-ky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}
.button-dang-ky:hover:before{
     opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
  .button-dang-ky:hover{
    box-shadow: unset !important;
  } 
.button-dang-ky i:before{
        content: "\f061";
     font-family: 'Font Awesome 6 Pro';
}

.button-dang-ky{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
        position: relative;
    overflow: hidden;
        border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
           line-height: 44px;
    border-radius: 99px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 2px 9px 2px 25px;
    fill: #2B56E7;
    color: #2B56E7;
    background: #ffffff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.section-con-so{
        background-image: url(images/Rectangle-244.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-con-so .p-count{
    margin-bottom: 15px;
        font-size: 48px;
    line-height: 1;
        color: #ffffff;
   font-family: 'UTMAvoBold' !important;
}
.heading__text_stroke-small{
 
       z-index: -1 !important;
    font-family: 'Red Hat Display', sans-serif !important;
 font-size: 120px;
    font-weight: 900;
    line-height: 72px;
    color: #f1f6ff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d8dde7;
}
.heading__text_stroke{
        z-index: -1 !important;

        top: -65px;
    right: 0px;
    bottom: 0px;
    left: -45px;
        white-space: nowrap;
    position: absolute;
 
    font-family: 'Red Hat Display', sans-serif !important;
 font-size: 200px;
    font-weight: 900;
    line-height: 72px;
    color: #f1f6ff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d8dde7;
}
.main-heading-small{
      font-size: 40px;
      text-transform: uppercase;
}
.main-heading-left{
    text-transform: uppercase;
    padding-left: 30px;
        position: relative;
        z-index: 2;
    color: #000000;

    font-size: 48px;
    font-weight: 900;
}
.main-heading{
        text-transform: uppercase;
        position: relative;
        z-index: 2;
    color: #000000;

    font-size: 48px;
    font-weight: 900;
}
.accordion-inner p{
    margin-bottom: 5px;
}
.accordion-inner{
    padding: 15px
}
.accordion-title.active{
    background: unset;
    border-radius: unset;
}
.accordion-item .toggle{
    opacity: 1;
}
.accordion-item .toggle i{
    opacity: 1;
        width: 31px;
    height: 31px;
    border-radius: 99px;
    background: var(--primary-color);
    line-height: unset;
}
.accordion-item .toggle i:before{
   content: "\f063";
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 7px;
    color: white;
}
.accordion-item .toggle{
        right: 0px;
    left: unset;
}
.accordion-title  span{
    color: var(--fs-color-secondary);
}
.accordion-title {
        font-family: 'UTMAvoBold';
    padding-left: 18px;
    border-top: unset;
}
.accordion-title.active{
    color: unset;
}
.accordion-item{
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-bottom: 15px;
}
.box-giai-phap{
    margin-bottom: 30px !important;
}
.box-giai-phap > .col-inner:before{
        z-index: 44;

    right: -65px;
    top: -13px;
    content: url('images/p-arrow1.png');
position: absolute;
}
.box-giai-phap > .col-inner h3,.box-giai-phap > .col-inner h4{
    margin-bottom: 14px;
}
.box-giai-phap > .col-inner p{
    font-size: 16px;
}
.box-giai-phap .number-box{
    z-index: 2;
        width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
        background-color: #0160e7;
}
.box-giai-phap .box{
        padding: 30px 15px 30px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 15px;
}
.box-vi-sao p{
    margin-bottom: 0px;
}
.box-vi-sao .icon-main i{
        font-size: 30px;
    line-height: 70px;
}
.box-vi-sao h3{
    text-align: center;
    font-size: 18px;
}
.box-vi-sao .icon-main{
    margin: auto;
        width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display:block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}
.box-vi-sao .col-inner:before{
        left: 0;
    top: 0px;
        width: 100px;
    height: 41px;
    content: "";
    position: absolute;
    background-image: url(images/bg1-box2-1.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.box-vi-sao .col-inner:after{
     width: 184px;
    height: 65px;
    content: "";
    position: absolute;
    background-image: url(images/bg2-box-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.box-vi-sao .col-inner{
        padding: 20px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow
}
.form-lien-he input{height: 70px;
    background: #e4e4e4;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-size: 15px;}.wpcf7 label {
    font-size: 16px;
    color: gray;font-weight:normal
}
.form-lien-he input[type='submit']{text-transform: none;
    margin: 0;
    width: 100%;
    height: 50px;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;}
.lien-he-section .large-4{box-shadow: 0px 50px 70px 0px rgb(0 9 40 / 10%);}
.form-lien-he h3{font-size: 35px;}.blog-archive .post-item .box-text {
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}.blog-archive .post-item .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}.blog-archive .post-item .col-inner {
    border-radius: 10px;
      box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  
}.box-blog-post .is-divider, .is-divider{display:none}.blog-archive .post-item .post-title {
    font-size: 19px;
    font-weight: 600;
    color: #1e1666;margin-bottom:10px
}.blog-archive .post-item .post-title:hover{color:#008740}
.blog-archive .page-title{    
    letter-spacing: 0;
    font-size: 30px;}
.blog-archive .large-12{padding-bottom:20px}#breadcrumbs {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}.blog-single .entry-title {
  color: #000000;
    font-family: "AVobold", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
}.entry-content {
    padding-top: 0;
    padding-bottom: 0;
}.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.xem-them ul li {
    margin-bottom: 3px;
}
.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #2a9e2f;
}
.xem-them ul li a:hover {
    text-decoration: underline;
}
.blog-single .entry-meta {
        text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    background: white;
    text-align: center;
}
.danh-muc {
    margin-bottom: 15px;
}
.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #126e32;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}
.danh-muc a, .the-tim-kiem a {line-height:32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}
.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #6dca19;
    color: white;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan h3 {
    font-size: 19px;
    color: black;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}.widget .badge-outline .badge-inner {border-radius: 99%;
}

.bai-viet-lien-quan h4:hover{color:#078a45}
.blog-single .blog-share{text-align:left}
.bai-viet-lien-quan ul li .box-image img {
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}
.blog-single .large-3{border-left:none !important; padding-left:0}
#footer .widget_nav_menu{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(max-width: 855px){
	.section-gia-tri-cot-loi .service-box-s2 .service-box-title{
		        padding-top: 9px;
		        padding-left: 9px;

	}
	.section-gia-tri-cot-loi .col.pb-0{
		padding-bottom:0px !important;
	}
	.col.pb-0{
		padding-bottom:15px !important;
	}
        #header .stuck #logo img {
        max-height: 78px !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
		        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4px !important;
                font-size: 13px;
    }
    .portfolio-page-wrapper #content{
        padding-top: 0px;
    }
    .portfolio-page-wrapper{
        padding-top: 0px !important;
    }
    .portfolio-archive .nav-center li {
    margin-right: 14px;
}
    .box-ung-tuyen{
            padding: 0px 0px 0px 0px !important;
            border-radius: 19px !important;
    }
    .button-ung-tuyen{
        margin-left: 0px !important;
    }
    .mobile-sidebar ul.nav-sidebar,.mobile-sidebar ul.nav-sidebar .sub-menu {
        background: white !important;
    }

      .nav-slide-header.pt-half .toggle{
opacity: 1;
      }
    .nav-slide-header.pt-half{
   font-family: 'UTMAvoBold' !important;
       background: #3F444B;
               padding: 8px 8px 0px 8px;
    color: white;
    font-weight: 100;
  
    opacity: 1;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
           font-family: 'UTMAvoBold' !important;
    }
    .nav-sidebar.nav-vertical>li+li{
        border-top: unset;
    }
    .div-form .wpcf7-submit{
        margin: auto;
        display: block;
    }
    .div-lien-he > .col-inner{
        padding: 20px;
    }
    .section-du-an .tabbed-content .nav li {
    margin-right: 9px;
}
    .section-du-an .tabbed-content .nav li a {
    padding: 0px 10px;
    font-size: 10px;}
    .button-tu-van{

    }
    .button-tu-van i:before{
            position: absolute;
    right: 14px;
    }
    .button-tu-van i{
            position: absolute;
    top: 4px;
    right: 10px;
    }
    .button-tu-van{
        text-align: left;
            display: block;
    max-width: 200px;
    margin: auto;
    }
    .div-animation-6 {
     display: none !important;
}
    .section-content-creation{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .row-quy-trinh{
        padding: 20px 0px;
    }
    .service-box-s2{
        padding: 10px;
    }
    .service-box-s2 .service-box-title{
        font-size: 15px;
            line-height: 22px;
            text-transform: initial;
    }
    .section-con-so .p-count {
 
    font-size: 28px;}
    .section-con-so{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .main-heading-left br{
        display: none;
    }
    .main-heading-small{
        text-align: center !important;
      font-size: 22px;
      text-transform: uppercase;
}
    .service-box {
    border-radius: 19px !important;}
    .service-box .content-box {
    padding-left: 56px;
}

    .service-box .big-number{
        display: none;
    }
    .service-box .content-box .service-box-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: unset;
}
    .header-main .flex-right .header-search-dropdown > a > .icon-search {
    background: #f0f6ff;
    color: #1a1b1e;
    width: 36px;
    height: 36px;
    line-height: 36px;}
    .mobile-nav .icon-menu{
            background-color: rgba(0, 0, 0, .05);
    padding: 1px 5px;
    }
    .accordion-item .accordion-title span{
        font-size: 14px;
    }
    .service-box .number-box {
    margin-top: 0px;}
    .service-box{
        padding: 10px 23px 10px;
    }
    .main-heading-left {
    padding-left: 0px;
        text-align: center !important;
    font-size: 22px;
    font-weight: 900;
 
}
.section-lien-he .heading__text_stroke {
            top: -65px;
    left: 0px;
    font-size: 50px !important;
}
    .heading__text_stroke-small{
            font-size: 50px;
    text-align: center !important;
    }
.div-tieu-de{
        padding-top: 40px;
        padding-bottom: 0px;
}
.heading__text_stroke{
    text-align: center !important;
    left: 0px;
    font-size: 50px;
}
.main-heading{
    font-size: 20px;
    text-align: center !important;
}
.main-heading br{
    display: none;
}
	.shost-logo {
    margin: 0px !important;
}
}
@media(min-width: 1023px){
	
    .section-lien-he-nha-hang .div-lien-he > .col-inner{
        padding: 120px 60px 120px 60px !important;
}
    .div-form {
    margin-top: -100px;
}
    .section-doi-tac .flickity-slider .col:nth-child(even) {
    padding-top: 30px;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}