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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (min-width: 1200px) and (max-width: 1499px) {
   .container-width, .full-width .ubermenu-nav, .container, .row {
        /* width: calc(100% - 30px) !important; */
    }
}
.custom-header2_2 h2{font-size: 20px;color: #fff;}
.custom-header2_3{font-size: 16px;padding-left: 30px;}
.custom-header2_3 p{
}
.custom-header2_3  td{
    border-bottom: unset;
}
.custom_lienhe{
}
.custom_lienhe a{width: 100%;position: relative;display: block;height: 90px;border: none;background: #15A9F9;text-align: center;transition: 0.3s;color: #fff;display: flex;justify-content: center;align-items: center;padding: 13px;position: relative;font-size: 22px;}
.custom_lienhe a:before {
    content: "";
    font-family: fontawesome;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2025/03/icon-lh.png) no-repeat center left;
    display: inline-block;
    background-size: cover;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-top: -5px;
    z-index: 2;
}
.row-cate p{color: #333;margin-bottom: 0;}
.row-cate{
    border: 1px solid #000;
    margin-top: 0 !important;!i;!;
}
.row-solid.row-cate .col:before {
    border-left: 1px solid #000;
    }
    .col-bottom{
    padding-bottom: 0;
    }
    .row-our{
        background: #15A9F9;
    }
    .row-contact{
    background: url(/wp-content/uploads/2025/03/contact_img02.jpg) no-repeat center left;
    z-index: 2;
    /* text-align: center; */
    width: 80%;
    margin: 30px auto;
    padding: 30px 50px;
    box-sizing: border-box;
    }
    .butom-contact{
    margin: 0;
    }
    .wide-nav .flex-center{
      
        margin: 0;
        width: 100%;
    }
      .wide-nav .flex-center>ul{
        display: flex;
        text-align: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
      }
      #button-contact-vr {
      position: fixed;
      bottom: 100px;
      z-index: 999;
      right: 0;
    }
    
    /*phone*/
    #button-contact-vr .button-contact {
      position: relative;
      margin-top: -5px;
    }
    
    #button-contact-vr .button-contact .phone-vr {
      position: relative;
      visibility: visible;
      background-color: transparent;
      width: 90px;
      height: 90px;
      cursor: pointer;
      z-index: 11;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      transition: visibility .5s;
      left: 0;
      bottom: 0;
      display: block;
    }
    
    .phone-vr-circle-fill {
      width: 65px;
      height: 65px;
      top: 12px;
      left: 12px;
      position: absolute;
      box-shadow: 0 0 0 0 #c31d1d;
      background-color: #cf203170;
      border-radius: 50%;
      border: 2px solid transparent;
      -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
      animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
      transition: all .5s;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animuiion: zoom 1.3s infinite;
      animation: zoom 1.3s infinite;
    }
    
    .phone-vr-img-circle {
      background-color: #CF2031;
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: 25px;
      left: 25px;
      position: absolute;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
      animation: phone-vr-circle-fill 1s infinite ease-in-out;
    }
    
    .phone-vr-img-circle a {
      display: block;
      line-height: 37px;
    }
    
    .phone-vr-img-circle img {
      max-height: 25px;
      max-width: 27px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
    }
    
    @-webkit-keyframes phone-vr-circle-fill {
      0% {
          -webkit-transform: rotate(0) scale(1) skew(1deg);
      }
    
      10% {
          -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      }
    
      20% {
          -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      }
    
      30% {
          -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      }
    
      40% {
          -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      }
    
      50% {
          -webkit-transform: rotate(0) scale(1) skew(1deg);
      }
    
      100% {
          -webkit-transform: rotate(0) scale(1) skew(1deg);
      }
    }
    
    @-webkit-keyframes zoom {
      0% {
          transform: scale(.9)
      }
    
      70% {
          transform: scale(1);
          box-shadow: 0 0 0 15px transparent
      }
    
      100% {
          transform: scale(.9);
          box-shadow: 0 0 0 0 transparent
      }
    }
    
    @keyframes zoom {
      0% {
          transform: scale(.9)
      }
    
      70% {
          transform: scale(1);
          box-shadow: 0 0 0 15px transparent
      }
    
      100% {
          transform: scale(.9);
          box-shadow: 0 0 0 0 transparent
      }
    }
    
    .phone-bar a {
      position: fixed;
      bottom: 25px;
      left: 30px;
      z-index: -1;
      color: #fff;
      font-size: 16px;
      padding: 8px 15px 7px 50px;
      border-radius: 100px;
      white-space: nowrap;
    }
    
    .phone-bar a:hover {
      opacity: 0.8;
      color: #fff;
    }
    
    #zalo-vr .phone-vr-img-circle {
      background-color: #1F5E9D;
    }
    
    #zalo-vr .phone-vr-circle-fill {
      box-shadow: 0 0 0 0 #1f5e9da3;
      background-color: #1f5e9d7a;
    }
    .sec-footer ul{
    display: table;
    width: 100%;
    margin-bottom: 0;
    }
      .sec-footer ul li{
          display: table-cell;
      }
      .sec-footer ul li a{
          color: #333;
    font-size: 110%;
    padding: 10px 15px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
      }
      .title-menu{
      width: 100% !important;
      margin-bottom: 0;
      }
      .title-menu h3{
      border: unset;
      background: #15A9F9;
      margin-bottom: 0;
      }
       .title-menu h3 span{
      border: unset;
      color: #fff;
      padding-left: 10px;
      padding-bottom: 0;
      padding: 8px 20px;
      margin-right: 0;
      }
         .title-menu h3 span i{
         opacity: 1;
         }
      .menu-text{
      background: #ececec;
      padding: 0 10px;
      }
      .menu-text .menu-item{
      
      }
       .menu-text .menu-item a{
      border-bottom-color: #000;
      color: #000;
      }
       .menu-text .menu-item a span{
      
      }
      .h1-title-page{
      width: 100% !important;
      margin-bottom: 0;
      }
      .h1-title-page h1{
      border: unset;
      background: #ececec;
      }
      .h1-title-page h1 span{
      border: unset;
      padding: 8px 20px;
      background: #15A9F9;
      margin-bottom: 0;
      color: #fff;
      font-size: 22px;
      position: relative;
      }
       .h1-title-page h1 span:before{
       content:"";
       position: absolute;
       top:0;
       bottom:0;
       width: 0;
       height: 0;
       border-bottom: 45px solid #15A9F9;
       border-right: 50px solid transparent;
       right: -50px;
       }
       .topbar-left{
       color: #15A9F9;
       /* font-size: 16px; */
       }
       .gtranslate_wrapper img{
    width: 30px;
    border: 1px solid #ececec !important;
    opacity: 1 !important;
    }
    .custom-header2_3{
    }
    .custom-header2_3 table{
    margin-bottom: 0;
    color: #fff;
    }
      .custom-header2_3 table td{
    }
    .site-datetime{
    text-align: right;
    margin-right: 0;
      color: #434342 !important;

    font-size: 15px !important;
    }
       .home .site-datetime{
    text-align: right;
    margin-right: 0;
     color: #fff !important;
    font-size: 15px !important;
    }
    .site-datetime .location{
        display: block;
    text-align: right;
    }
    .widget_categories>ul>li{
    display:none !important;
    }
     .widget_categories>ul>li.active{
    display:block !important;
    border: unset;
    }
    #secondary .widget_categories .widget-title, #secondary .widget_categories .is-divider{
    display:none;
    }
    .icon-down{
        align-items: center;
    }
    .border-while{
        text-align: center;
    padding: 30px;
    background: #fff7f7;
    border-radius: 10px;
        border: 1px solid #fff;
    }
    .header-main .nav > li > a{
    color:#fff;
    font-size: 20px;
    }
    .header-wrapper.stuck .site-datetime{
    color: #434342 !important;
    }
    .row-khoi1{
    margin-top: -365px;
    margin-bottom: 0px;
    }
     .header-wrapper.stuck .custom-header2_2 h2{
    color:#434342;
    }
    .header-nav-main.nav-left{
    justify-content: center;
    }
    .logo a{
        display: flex;
    align-items: center;
    }
    .logo a span{
     color:#434342;
    font-size: 20px;
    padding-left: 10px;
    }
    .home .logo a span{
    color:#fff;
    font-size: 20px;
    padding-left: 10px;
    }
     .header-wrapper.stuck .logo a span{
    color:#434342;
    }
    .text-diemmanh{
    width: 33.33%;
    border: 1px solid #885e45;
    text-align: center;
    border-radius: 50%;
    width: 273px;
    height: 273px;
    align-items: center;
    padding-top: 38px;
    float: left;
    margin-bottom: 20px;
    }
    .text-diemmanh h3{
    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    color: #885e45;
    margin-bottom: 15px;
    }
    .text-diemmanh p{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #885e45;
    margin-bottom: 10px;
    }
    .text-diemmanh p strong{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #885e45;
    /* margin-bottom: 10px; */
    }
    .row-khoi2{
    margin-top: -400px;
    margin-bottom: 0px;
    }
    .col4-gioithieu .col-inner{
    margin-left: -100px !important;
    }
    .col4-gioithieu-right .col-inner{
    margin-right: -100px !important;
    }
    .col8-gioithieu{
        /* z-index: -1; */
    }
    .text-noibat{
    /* display: flex; */
    border-style: solid;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-color: #d3b99c;
    border-color: #d3b99c;
    border-radius: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
    }
    .text-noibat h2{
    position: relative;
    }
    .text-noibat h2:before
    {
        position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background: #885e45;
        left: -20px;
    width: 6px;
    height: 6px;
    }
    .text-foote-dc p{
    display: flex;
    margin-bottom: 3px;
    gap:5px;
    }
    .sub-menu{
    background: #885e45;
    border: unset !important;
    padding: 10px;
    border-radius: 5px;
    }
     .sub-menu >li{
    }
    .sub-menu >li>a{
    color: #fff;
    font-size: 14px;
    }
    .sub-menu >li>a:hover{
      color: #fff;
    }
    .nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #885e45;
    }
    .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #885e45;
}
.col4-gioithieu-right{
z-index: 9;
}
@media(max-width:549px){
.col4-gioithieu .col-inner {
    margin-left: 0 !important;
}
.col4-gioithieu-right .col-inner {
    margin-right: 0 !important;
}
.row-khoi1 {
    margin-top: 0;
    margin-bottom: 0px;
}
.nav-vertical>li>ul li a {
    color: #fff;
}
}