/*
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.   ***************/
@font-face{
  font-family: "SVN-Unthrift";
  src:url(font/SVN-Unthrift.otf);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body{
  color: #333;
  font-weight: 400;
  font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  color: #333;
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif !important;
}
p{
  font-weight: 400;
}
/*header-wrapper*/
.header-inner .header-nav{
  display: block;
  text-align: center;
}
.header-inner .header-nav li:after ,
.header-inner .header-nav li:before{
  display: none;
}
.header-inner .header-nav li a{
  color: #333;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500 !important;
  padding: 0 15px;
  text-transform: uppercase;
}
.header-inner .header-nav li.current-menu-item a ,
.header-inner .header-nav li a:hover{
  color: #c61f3f;
}
.header-nav > li .nav-dropdown {
    width: 100%;
    display: none;
    transform: translateY(20px);
    transition: all 0.8s ease 0s;
}
.header-nav > li .nav-dropdown > li:nth-child(1) a {
    border: unset;
}
.header-nav > li .nav-dropdown > li a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px !important;
    display: block;
    text-transform: unset;
    border-bottom: none;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding-left: 10px;
    padding: 10px 20px !important;
}
.nav-dropdown-default {
    padding: 0;
    background: #fff;
    top: 45px;
    border: 0;
    left: 0 !important;
}
.header-nav > li .nav-dropdown > li {
    display: block;
    width: 100%;
    position: relative;
}
.header-nav > li .nav-dropdown li ul {
    position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border: 0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul {
    opacity: 1;
    z-index: 9999;
}
.header-nav > li .nav-dropdown li {
    white-space: unset !important;
}
.header-nav > li .nav-dropdown > .nav-dropdown-col > a{
  position: relative;
}
.header-nav > li .nav-dropdown > .nav-dropdown-col > a:before{
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(img/menu.png) no-repeat;
}
.header-nav > li:hover .nav-dropdown {
    display: block;
    transform: translateY(0px);
}
/*footer-wrapper*/
.footer_wrapper{
  padding-bottom: 40px !important;
}
.footer_wrapper .widget_media_image{
  margin-top: 12px;
}
.absolute-footer.dark{
  display: none;
}
.footer-1 , .footer-2{
  border: unset;
  background: unset !important;
}
.footer-1 .widgettitle{
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.footer-1 .large-4:nth-child(1) p{
  color: #fff;
  font-size: 15px;
  padding: 0 !important;
  margin-bottom: 10px;
  line-height: 22px;
  display: flex;
  text-align: justify;
  font-weight: 400 !important;
}
.footer-1 .large-4:nth-child(1){
  padding-right: 1%;
}
.footer-1 p i{
  margin-right: 10px;
  line-height: 26px;
}
.footer-1 .widget{
  margin: 0 !important;
}
.footer-1 .menu li{
  border: unset;
}
.footer-1 .menu li a{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  padding: 0 !important;
  margin-bottom: 8px;
}
.footer-1 .wpcf7 input{
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.footer-1 .wpcf7 .form_footer{
  display: block;
  overflow: hidden;
  margin: 0-10px;
}
.footer-1 .wpcf7 .form_footer span{
  float: left;
  padding: 0 10px;
  width: 50%;
}
.footer-1 .wpcf7 textarea{
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 25px;
  min-height: 96px !important;
}
.footer-1 .wpcf7 .wpcf7-submit {
    display: block;
    font-size: 23px;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    box-shadow: unset;
    border-radius: 100px;
    letter-spacing: 1px;
    background-image: linear-gradient(#0061bf, #3dacf0);
    border: unset;
    margin: 0;
}
.footer-1 .wpcf7 .wpcf7-spinner{
  display: none;
}
.rt_ic_ft{
  margin-top: 20px;
  margin-left: 16px;
}
.rt_ic_ft a{
  padding: 0 2px;
}
.footer-2 p{
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  margin: 0 !important;
}
.footer-2 .col{
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}
.footer-2 .large-12 > .col-inner{
  padding-top: 15px;
  padding-bottom: 10px;
}

/*box__content__rights */
.heading_td{
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0
    text-transform: uppercase;
    line-height: 40px;

    position: relative;
}
.box__nth_1 .date{
  font-size: 14px;
  color: #c61f3f;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.box__content__rights , .box__content__left {
  margin-top: 30px;
}
.box__content__rights .box__nth_2 ul{
  padding-left: 22px;
}
.box__content__rights  .headings{
  display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;

}
.box__content__rights .box__colum__nth2{
  overflow: hidden;
  display: block;
  margin: 0 -10px;
}
.box__content__rights .news-post-news{
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.box__content__rights .news-post-news .box__news__inner{
  border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px rgb(128 128 128 / 11%);
    height: 100%;
    border-radius: 8px;
    text-align: center;
}
.box__content__rights .news-post-news img{
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.box__content__rights .news-post-news .box__content{
  padding: 15px 10px;
}
.box__content__rights .news-post-news .box__content h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.box__content__rights .news-post-news .box__content h3 a:hover{
    color: #c61f3f;
}
.box__content__rights .news-post-news .box__content .date{
      font-size: 14px;
      color: #333;
      font-weight: 400;
      line-height: 26px;
}
.box__content__rights .news-post-news .box__content .box__des{
     margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #838383;
    text-align: justify;
    max-height: 44px;
    overflow: hidden;
}
.box__content__left  .is-divider{
  display: none;
}
.box__content__left .widget-title {
    display: block;
    background: #c61f3f ;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
}
.box__content__left .menu{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.box__content__left .menu li a{
  color: #333;
}
.box__content__left .menu > li > a{
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.box__content__left .menu li .sub-menu li a {
    font-size: 15px;
    line-height: 30px;
}
.box__content__left .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.box__content__left .menu li .sub-menu li:last-child{
  border: unset;
}
.box__content__left .menu li a:hover{
  color: #c61f3f;
}
.box__content__left .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.box__content__left .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
#related-post1 .box__colum__news h3 a{
  color: #333;
  font-size: 17px;
}
#related-post1 .box__colum__news h3 a:hover{
  color: #cd9216 ;
}
.sidebar-inner  .is-divider{
  display: none;
}
.sidebar-inner .widget-title {
    display: block;
    background: #c61f3f ;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
}
.sidebar-inner .menu{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.sidebar-inner .menu > li > a{
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.sidebar-inner .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.sidebar-inner .menu li .sub-menu li:last-child{
  border: unset;
}
.sidebar-inner .menu li .sub-menu li a{
  font-size: 15px;
  line-height: 30px;

}
.sidebar-inner .menu li a:hover{
  color: #c61f3f;
}
.sidebar-inner .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.sidebar-inner .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
.shop-sidebar  .is-divider{
  display: none;
}
.shop-sidebar .widget-title {
    display: block;
    background: #c61f3f ;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
}
.shop-sidebar .menu{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.shop-sidebar .menu > li > a{
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.shop-sidebar .menu li .sub-menu li a {
    font-size: 15px;
    line-height: 30px;
}
.shop-sidebar .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.shop-sidebar .menu li .sub-menu li:last-child{
  border: unset;
}
.shop-sidebar .menu li a{
  color: #333;
}
.shop-sidebar .menu li a:hover{
  color: #c61f3f;
}
.shop-sidebar .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.shop-sidebar .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
/*heading*/
.block__element_head .text_head{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.heading{
  margin-bottom: 12px;
}
.heading span ,
.heading a{
  font-size: 32px;
  color: rgba(0, 108, 182, 1);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
}
/*header-main*/
.header-main .logo{
  margin: 0;
}
.header-main .rt_html_01 h4{
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  color: rgba(0, 108, 182, 1);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif !important;
}
.header-main .rt_html_01 h4 span{
  color: rgba(217, 13, 14, 1);
}
.header-main .flex-right{
  width: 22%;
}
.header-main .rt_html_01 p{
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif !important;
}
.top_km .text p{
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #333;
}
.top_km .ux-timer span:nth-child(1) ,
.top_km .ux-timer span:nth-child(2) ,
.row_dat_hang  .ux-timer span:nth-child(1) ,
.row_dat_hang  .ux-timer span:nth-child(2){
  display: none !important;
}
.top_km .ux-timer{
  margin: 0;
  border-spacing: 10px;
}
.top_km .ux-timer span{
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  padding: 7px;
  border-radius: 17px;
  letter-spacing: 1px;
  margin: 0 8px;
}
.top_km .ux-timer span strong{
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
/*section_dat_hang*/
.section_dat_hang{
  z-index: 9999;
  margin-top: -60px;
}
.section_dat_hang .form_dat_hang .large-6:nth-child(1){
  flex-basis: 42%;
  max-width: 42%;
}
.section_dat_hang .form_dat_hang .large-6:nth-child(2){
  flex-basis: 58%;
  max-width: 58%;
}
.section_dat_hang .row_dat_hang .col-inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.section_dat_hang .row_dat_hang h2 span{
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  color: rgba(0, 108, 182, 1);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section_dat_hang .row_dat_hang p{
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.section_dat_hang .row_dat_hang .ux-timer{
  width: auto;
  margin-top: 0;
  border-spacing: 15px;
}
.section_dat_hang .row_dat_hang .ux-timer span{
  padding: 15px 20px 5px 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  border-radius: 15px;
  letter-spacing: 1px;
}
.section_dat_hang .row_dat_hang .ux-timer span strong{
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.section_dat_hang .row_dat_hang .wpcf7-form {
  margin-bottom: 0;
}
.section_dat_hang .row_dat_hang .wpcf7 input {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.section_dat_hang .row_dat_hang .wpcf7 .form_footer{
  display: block;
  overflow: hidden;
  margin: 0-10px;
}
.section_dat_hang .row_dat_hang .wpcf7 .form_footer span{
  float: left;
  padding: 0 10px;
  width: 50%;
}
.section_dat_hang .row_dat_hang .wpcf7 textarea{
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 25px;
  min-height: 96px !important;
}
.section_dat_hang .row_dat_hang .wpcf7 .wpcf7-submit {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 52px;
    width: 100%;
    box-shadow: unset;
    border-radius: 100px;
    letter-spacing: 1px;
    background-image: linear-gradient(#0061bf, #3dacf0);
    border: unset;
    margin: 0;
    /*background: url(img/dat-hang-button.gif) no-repeat;*/
}
.section_dat_hang .row_dat_hang .wpcf7 .wpcf7-spinner{
  display: none;
}
/*section_01*/
.section_01 .thong_so_kt .col-inner{
  border-radius: 10px;
  border: 1px solid rgba(37, 136, 217, 1);
  background: #fff;
}
.section_01 .thong_so_kt .heading span{
  font-size: 24px;
  font-weight: 700;
  padding: 8px 20px 0 20px;
  display: inline-block;
  line-height: 45px;
  color: rgba(0, 108, 182, 1);
}
.section_01 .thong_so_kt .bang_thong_so table{
  margin-bottom: 5px;
}
.section_01 .thong_so_kt .bang_thong_so table td{
  line-height: 26px;
}
.section_01 .thong_so_kt .bang_thong_so table td:nth-child(1){
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}
.section_01 .thong_so_kt .bang_thong_so table td:nth-child(2){
  font-weight: 400;
  color: #333;
}
.section_01 .thong_so_kt .bang_thong_so table tr:last-child td{
  border: unset;
}
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(1) td{
  border-top: 1px solid #ececec;
}
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(1) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(3) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(5) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(7) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(9) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(11) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(13) ,
.section_01 .thong_so_kt .bang_thong_so table tr:nth-child(15){
  background: rgba(248, 251, 254, 1);
}
/*section_02*/
.section_02{
  padding-bottom: 40px !important;
}
.section_02 .icon-box h4{
  font-weight: 500;
  color: rgba(0, 108, 182, 1);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.section_02 .icon-box p{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.section_02 .heading span{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 54px;
  letter-spacing: 1.5px;
  padding: 0 40px;
  text-transform: uppercase;
  border-radius: 60px;
  background-image: linear-gradient(#0061bf, #3dacf0);
}
/*section_03*/
.section_03{
  padding-bottom: 200px !important;
}
.section_03 .heading span{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 54px;
  letter-spacing: 1.5px;
  padding: 0 40px;
  text-transform: uppercase;
  border-radius: 60px;
  background-image: linear-gradient(#0061bf, #3dacf0);
}
.section_03 .img .img-inner{
  border-radius: 20px;
}
/*section_04*/
.section_04{
  margin-top: -78px;
}
.section_04 .heading span{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  color: rgba(0, 108, 182, 1);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section_04 .text_uu_diem p{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin-bottom: 12px;
  padding-left: 24px;
  background: url(img/af.png) no-repeat 0px 6px;
}
/*section_06*/
.section_06 .heading span{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 54px;
  letter-spacing: 1.5px;
  padding: 0 40px;
  text-transform: uppercase;
  border-radius: 60px;
  background-image: linear-gradient(#0061bf, #3dacf0);
}
.section_06 .gallery-col .box-image ,
.section_06 .gallery-col img{
  border-radius: 20px;
}
/*section_07*/
.section_07 .form_dat_hang .large-6:nth-child(2){
  flex-basis: 42%;
  max-width: 42%;
}
.section_07 .form_dat_hang .large-6:nth-child(1){
  flex-basis: 58%;
  max-width: 58%;
}
.section_07 .row_dat_hang .col-inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.section_07 .row_dat_hang h2 span{
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  color: rgba(0, 108, 182, 1);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section_07 .row_dat_hang p{
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.section_07 .row_dat_hang .ux-timer{
  width: auto;
  margin-top: 0;
  border-spacing: 15px;
}
.section_07 .row_dat_hang .ux-timer span{
  padding: 10px 20px 5px 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  border-radius: 15px;
  letter-spacing: 1px;
}
.section_07 .row_dat_hang .ux-timer span strong{
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.section_07 .row_dat_hang .wpcf7-form {
  margin-bottom: 0;
}
.section_07 .row_dat_hang .wpcf7 input {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.section_07 .row_dat_hang .wpcf7 .form_footer{
  display: block;
  overflow: hidden;
  margin: 0-10px;
}
.section_07 .row_dat_hang .wpcf7 .form_footer span{
  float: left;
  padding: 0 10px;
  width: 50%;
}
.section_07 .row_dat_hang .wpcf7 textarea{
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 25px;
  min-height: 96px !important;
}
.section_07 .row_dat_hang .wpcf7 .wpcf7-submit {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 52px;
    width: 100%;
    box-shadow: unset;
    border-radius: 100px;
    letter-spacing: 1px;
    background-image: linear-gradient(#0061bf, #3dacf0);
    border: unset;
    margin: 0;
}
.section_07 .row_dat_hang .wpcf7 .wpcf7-spinner{
  display: none;
}
/*section_08*/
.section_08 .heading span{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 54px;
  letter-spacing: 1.5px;
  padding: 0 40px;
  text-transform: uppercase;
  border-radius: 60px;
  background-image: linear-gradient(#0061bf, #3dacf0);
}
.section_08 .accordion{
  box-shadow: 1px 1px 22px rgba(125, 125, 125, 0.2);
  padding: 30px;
  border-radius: 20px;
}
.section_08 .accordion .accordion-item:nth-child(1) a{
  border: unset;
}
.section_08 .accordion .accordion-item a{
  padding-left: 0;
}
.section_08 .accordion .accordion-item a span{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}
.section_08 .accordion .accordion-item .accordion-title.active{
  background: unset;
  color: #0061bf;
}
.section_08 .accordion .accordion-item .toggle{
  opacity: 1;
  left: unset;
  right: 0;
  margin: 0;
  color: #0061bf;
}
.section_08 .accordion .accordion-item .accordion-inner{
  padding: 0;
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}






@media (max-width: 1600px){
  .header-main .rt_html_01 h4{
    font-size: 38px;
  }
  .header-main .rt_html_01 p{
    font-size: 17px;
  }
  .top_km .ux-timer span{
    font-size: 30px;
  }
  .top_km .ux-timer span strong{
    font-size: 13px;
  }
  .section_02 .heading span ,
  .section_03 .heading span ,
  .section_06 .heading span ,
  .section_08 .heading span{
    font-size: 30px;
  }
  .footer-1 .widgettitle{
    font-size: 25px;
  }
  .section_dat_hang{
    margin-top: -110px;
  }
}
@media (max-width: 1200px){
  .section_dat_hang{
    margin-top: -90px;
  }
}
@media (max-width: 1024px) {
  #logo {
    width: 200px !important;
  }
  .header-inner .header-nav li a{
    font-size: 15px;
    padding: 0 6px;
  }
  .heading span, .heading a{
    font-size: 27px;
  }
  .header-main .rt_html_01 h4{
    font-size: 35px;
  }
  .header-main .rt_html_01 p{
    font-size: 16px;
  }
  .section_dat_hang .row_dat_hang h2 span ,
  .section_02 .heading span ,
  .section_03 .heading span ,
  .section_06 .heading span ,
  .section_08 .heading span{
    font-size: 27px;
  }
  .section_01 .thong_so_kt .heading span{
    font-size: 22px;
  }
  .section_banner .row_dat_hang h2 span ,
  .section_04 .heading span{
    font-size: 27px;
  }
  .section_banner .row_dat_hang .wpcf7 .wpcf7-submit{
    font-size: 18px;
    line-height: 45px;
  }
}
@media (max-width: 810px){
  .heading span, .heading a{
    font-size: 25px;
  }
  .section_02 .icon-box p{
    height: auto;
  }
  .section_dat_hang .form_dat_hang .large-6:nth-child(1) ,
  .section_dat_hang .form_dat_hang .large-6:nth-child(2){
    flex-basis: 50%;
    max-width: 50%;
  }
  .section_dat_hang .row_dat_hang h2 span ,
  .section_02 .heading span ,
  .section_03 .heading span ,
  .section_06 .heading span ,
  .section_08 .heading span{
    font-size: 25px;
  }
  .section_dat_hang .row_dat_hang .wpcf7 .wpcf7-submit{
    font-size: 18px;
    line-height: 44px;
  }
  #logo img{
    padding: 5px 0 !important;
  }
}
@media (max-width: 480px){
  .heading span, .heading a {
      font-size: 22px;
  }
  .section_dat_hang .form_dat_hang .large-6:nth-child(1), .section_dat_hang .form_dat_hang .large-6:nth-child(2){
    flex-basis: 100%;
    max-width: 100%;
  }
  .section_dat_hang {
    margin-top: -28px;
    padding-bottom: 0 !important;
    padding-top: 100px !important;
  }
  .section_01 .thong_so_kt .heading span{
    font-size: 19px;
  }
  .section_01{
    padding-bottom: 0 !important;
  }
  .section_02 .icon-box .gap-element{
    display: none !important;
  }
  .ly_do_mobi {
    padding-bottom: 0 !important;
  }
  .section_dat_hang .row_dat_hang h2 span, 
  .section_02 .heading span, .section_03 .heading span, 
  .section_06 .heading span, .section_08 .heading span{
    font-size: 20px;
    line-height: 26px;
    padding: 10px 35px;
  }
  .section_03{
    padding-top: 20px !important;
    padding-bottom: 70px !important;
  }
  .section_04{
    padding-bottom: 0 !important;
  }
  .section_07 .form_dat_hang .large-6:nth-child(1) ,
  .section_07 .form_dat_hang .large-6:nth-child(2){
    flex-basis: 100%;
    max-width: 100%;
  }
  .section_07{
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .section_06 .rt_img_galaray{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .section_06 .gallery-col{
    padding: 0 10px 20px !important;
  }
}