/*
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.   ***************/

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    left: 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;
  }
.header-nav-main{
}
.header-nav-main>li.menu-item{margin: 0 20px;}
.header-nav-main>li.menu-item:first-child>a>span{
  display:none;
}
.header-nav-main>li.menu-item:first-child>a{
 font-size: 0;
}
.header-nav-main>li.menu-item>a{
font-weight: 700;
font-size: 16px;
color: #000000;
}
.searchform-wrapper .ux-search-submit{
}
.searchform-wrapper .ux-search-submit i{
  color:#60AA43;
}
.header-nav.header-nav-main>li.current-dropdown> ul{
 
}
.header-nav.header-nav-main>li.current-dropdown:hover ul.nav-dropdown{
  transform: scaleY(1) translateZ(0);
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  display: block;
  left: 0;
}
.header-nav.header-nav-main>li.current-dropdown::before{
  display: none;
}
.header-nav.header-nav-main>li.current-dropdown::after{
  display: none;
}
.header-nav.header-nav-main>li >ul.nav-dropdown{
  padding: 0;
  display: block;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* color: #ffffff; */
  border: unset;
}
.header-nav.header-nav-main>li >ul.nav-dropdown>li{/* padding: 0px 15px; */white-space: nowrap;/* border-left: none; */width: 100%;float: none;border-bottom: unset;/* border-right: 0; */position: relative;display: block;list-style-type: decimal !important;color: #000;}
.header-nav.header-nav-main>li>ul.nav-dropdown>li >ul.nav-column{display: none;position: absolute;background: #fff;z-index: 999;top: 0;left: 100%;border: 1px solid #ececec;}
.header-nav.header-nav-main>li>ul.nav-dropdown>li.menu-item-has-children:hover ul.nav-column{
display: block;
}
.header-nav.header-nav-main>li >ul.nav-dropdown>li>a{
  color: #000000;
  /* border: unset; */
  padding: 5px 5px;
  font-size: 14px;
}
.header-nav.header-nav-main>li >ul.nav-dropdown>li>a:hover{
  background-color: #fff;
}
.header-nav.header-nav-main>li >ul.nav-dropdown>li.menu-item-has-children a{font-weight: unset;position: relative;color: #000000;font-size: 14px;text-transform: unset;/* border-bottom: unset; */padding: 5px;}
.header-nav.header-nav-main >li >ul.nav-dropdown>li.menu-item-has-children a:hover{
  background-color: #fff;
}
.header-nav.header-nav-main >li >ul.nav-dropdown>li.menu-item-has-children>a::before{
content: "\f105";
position: absolute;
right: 5px;
top: 11px;
font: normal normal normal 14px/1 FontAwesome;
}
.h2-title-cty{
}
.h2-title-cty h2{border: unset;position: relative;padding-bottom: 40px;}
.h2-title-cty h2:before{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/img-h2.png) no-repeat;
  width: 420px;
  height: 31px;
}
.h2-title-cty h2 span{font-weight: 700;font-size: 32px;color: #60AA43;border: unset;padding: 0;margin: 0;}
.text-gioithieu{
font-weight: 500;
font-size: 16px;
text-align: justify;
color: #000000;

}
.text-gioithieu p{
}
.but-xemthem{
  box-shadow: 0px 10px 30px 0px #0000001A;
  background: #FFFFFF75;
  color: unset !important;
  border: unset !important;
  padding-right: 100px;
  border-radius: 25px 5px 25px 5px !important;
  padding-top: 12px;
  line-height: 24px !important;
  padding-bottom: 14px;
}
.but-xemthem:before{
  content:"";
  position: absolute;
  right: 16px;
  bottom: 22px;
  background: url(images/linexemthem.png) no-repeat;
  width: 52px;
  height: 8px;
  /* border-radius: 8px 10px 10px 10px !important; */
}
.but-xemthem span{
font-weight: 700;
font-size: 16px;
color: #60AA43;
}
.but-xemthem:hover{
  background-color: #fff !important;
}
.proHome{
  margin: 30px 0;
}
.proHomeName{
}
.proHomeName h2{
}
.proHomeName h2 a{
font-weight: 700;
font-size: 32px;
color: #60AA43;
}
.desc-dm-home{font-weight: 500;font-size: 14px;text-align: justify;color: #484848;margin-bottom: 15px;}
.img-dm{display: block;position: relative;overflow: hidden;height: 200px;width: 100%;}
.img-dm img{height: 200px;width: 100%;-webkit-transition: all, 10s;-khtml-transition: all, 10s;-moz-transition: all, 10s;-ms-transition: all, 10s;-o-transition: all, 10s;transition: all, 10s;width: 100%;height: 100%;object-fit: cover;}
.product-sp{border-top: 1px solid #B7B7B7;margin-top: 20px;padding-top: 20px;}
.proHomeItem {
    background: #FDF9EE;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 10px;
}
.proHomeItemThumb img {
    max-width: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.proHomeItemContent {
}

.proHomeItemTitle {
    padding-top: 10px;
    text-align: center;
}

    .proHomeItemTitle a {
        font-weight: 700;
        color: #60AA43;
        /* text-transform: uppercase; */
        font-size: 20px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* line-height: normal; */
        height: 45px;
        /* text-transform: uppercase; */
    }

.proHomeItemDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .9em;
    margin: 8px 0;
    height: 46px;
}
.proHomeItemThumb {
    /* padding-top: 100%; */
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    height: 182px;
}

.proHomeItem:hover .proHomeItemThumb img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.proHomeItemTitle a:hover{
  color: #C12026;
}
.h2-title-home{
}
.h2-title-home h2{border: unset;text-align: center;}
.h2-title-home h2 span{font-weight: 700;font-size: 32px;color: #60AA43;margin: 0 auto;border: unset;padding: 0;}
.icon-chungchi{
}
.icon-chungchi h3{font-weight: 700;font-size: 20px;color: #60AA43;margin-bottom: 0;}
.icon-chungchi p{
font-weight: 500;
font-size: 14px;
color: #000000;
}
.icon-ts{
}
.icon-ts .icon-box-img{margin-bottom: -27px;}
.icon-ts .icon{background: #60AA43;padding: 16px;border-radius: 35px 0px 35px 0px;}
.icon-ts .icon-box-text{background: url(images/backts.png) no-repeat;padding: 15px;padding-top: 35px;height: 90px;}
.icon-ts .icon-box-text h3{font-weight: 700;font-size: 15px;color: #4C3509;}
@media(min-width:1100px){
  .col3-ts{
    flex-basis: 20%;
        max-width: 20%;
  }
}
.text-ht{
}
.text-ht h2{
font-weight: 700;
font-size: 48px;
color: #60AA43;
}
.banner-ts{
}
.banner-ts .overlay{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 85.69%) !important;
}
.banner-ts .video-button-wrapper{
}
.banner-ts .video-button-wrapper a{
  background: #FFFFFF;
}
.banner-ts .video-button-wrapper i{
  color: #60AA43;
}
.box-blog-post{
  box-shadow: 0px 10px 30px 0px #0000001A;
  margin-bottom: 15px;
}
.box-blog-post .box-image{
}
.box-blog-post .box-image .post-meta{
  background: #60AA43;
  font-weight: 500;
  font-size: 14px;
  color:#ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 16px;
}
.box-blog-post .box-text{padding: 15px 20px;}
.box-blog-post .box-text h5{margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;height: 45px;}
.box-blog-post .box-text h5 a{
font-weight: 700;
font-size: 16px;
color: #000000;
}
.box-blog-post .box-text .from_the_blog_excerpt{
font-weight: 500;
font-size: 14px;
text-align: justify;
color: #2C2C2C;
}
.box-blog-post .box-text a.button{font-weight: 700;font-size: 14px;color: #60AA43;border: unset;padding: 0;text-transform: unset;}
.img-hoso{
  margin-top: -90px;
}
.img-hoso p{margin-bottom: 0;}
.img-hoso img{margin-bottom: 0 !important;}
.text-hoso{
}
.text-hoso h3{
font-weight: 700;
font-size: 20px;
color:#fff;
}
.text-hoso p{
font-weight: 500;
font-size: 14px;
color:#fff;
}
.but-taisoso{
  background-color: #FFFFFF !important;
  border: unset !important;
  margin: 0;
  padding: 10px 60px;
  padding-bottom: 5px;
  padding-right: 30px;
}
.but-taisoso:before{
  content:"";
  position: absolute;
  left: 19px;
  top: 5px;
  background: url(images/nutdow.png) no-repeat;
  width: 37px;
  height: 38px;
}
.but-taisoso span{font-weight: 700;font-size: 17.72px;color: #60AA43;line-height: 20px;}
.row-footer-01{
  background: #F5F5F5;
  box-shadow: 0px 10px 20px 0px #0000001A;
  border-radius: 21px;
  margin-top: -150px;
  padding-bottom: 30px;
}
.logo-footer{
}
.logo-footer .icon-box-img{margin-bottom: 0;}
.logo-footer .icon-box-text{
  
}
.logo-footer .icon-box-text h3{font-weight: 700;font-size: 16px;line-height: 23px;letter-spacing: 0%;color: #60AA43;}
.icon-diachi{align-items: center;}
.icon-diachi .icon-box-img{
}
.icon-diachi .icon-box-text{
}
.icon-diachi .icon-box-text h3{font-weight: 700;font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 0;}
.icon-diachi .icon-box-text p{
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #706E6E;
}
.icon-phone-footer{
  align-items: center;
}
.icon-phone-footer .icon-box-img{
}
.icon-phone-footer .icon-box-text{
}
.icon-phone-footer .icon-box-text h3{font-family: 'Montserrat';font-weight: 700;font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 5px;}
.icon-phone-footer .icon-box-text p{font-weight: 700;font-size: 22px;line-height: 100%;color: #706E6E;margin-bottom: 2px;}
.icon-email-footer{
  align-items: center;
}
.icon-email-footer .icon-box-img{
}
.icon-email-footer .icon-box-text{
}
.icon-email-footer .icon-box-text h3{font-family: 'Montserrat';font-weight: 700;font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 5px;}
.icon-email-footer .icon-box-text p{font-family: 'Montserrat';font-weight: 500;font-size: 13px;line-height: 20px;color: #706E6E;margin-bottom: 0;}
.text-soal{
}
.text-soal p{margin-bottom: 0;gap: 20px;display: flex;}
.text-soal p img{margin-bottom: 0 !important;}
.h3-title-footer{margin-bottom: 0;}
.h3-title-footer h3{border: unset;}
.h3-title-footer h3 span{font-weight: 700;font-size: 20px;line-height: 100%;color:#fff;text-transform: unset;border: unset;margin-bottom: 0;padding-bottom: 0;margin-right: 0;}
.menu-footer{
}
.menu-footer .menu-item{
}
.menu-footer .menu-item a{font-weight: 400;font-size: 14px;line-height: 100%;color:#fff;padding: 0;display: block;min-height: unset;padding: 10px 0;}
.menu-footer .menu-item a span{
}
.form-footer{
}
.form-footer .input-form{
}
.form-footer .input-form p{
}
.form-footer .input-form p input{/* font-family: Montserrat; */font-weight: 700;font-size: 16px;line-height: 100%;letter-spacing: 0%;border-radius: 10px;color: #909090;margin-bottom: 0;}
.form-footer .input-send{position: absolute;top: 0;right: 0;width: 42px;height: 38px;z-index: 9;}
.form-footer .input-send p{position: relative;}
.form-footer .input-send p:before{
  content:"";
  position: absolute;
  top: 7px;
  right: 11px;
  width: 27px;
  height: 23px;
  background: url(images/emailsend.png) no-repeat;
  /* z-index: 9; */
  opacity: 1;
}
.form-footer .input-send p input{margin-bottom: 0;font-size: 0;width: 39px;height: 38px;background-color: transparent;}
.form-footer .input-send .wpcf7-spinner{
  /* display:none; */
}
.text-bocongthuong{
}
.text-bocongthuong p{margin-bottom: 0;}
.text-bocongthuong img{margin-bottom: 0 !important;}
.baner-gioithieu .overlay{
      background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
      background-color: transparent !important;
      bottom: 0;
      content: "";
      height: auto;
      left: 0;
      position: absolute;
      width: 100%;
      /* z-index: 1; */
}
.breadcrumb-text{font-size: 18px;}
.breadcrumb-text a:first-child{font-size: 0;}
.breadcrumb-text a:first-child:after {
    content: "\f015";
    font: normal normal normal 22px / 1 FontAwesome;
    font-weight: 300;
    line-height: 1.44;
}
.breadcrumb-text{font-size: 18px;}
.breadcrumb-text span a{font-size: 0;}
.breadcrumb-text span span:first-child a:after {
    content: "\f015";
    font: normal normal normal 22px / 1 FontAwesome;
    font-weight: 300;
    line-height: 1.44;
}
.but-gioithieu{margin-bottom: 0;}

.but-gioithieu span{
  color:#000000;
}
.but-gioithieu:hover span{
  color:#60AA43;
}
.sec-gt{
  position: sticky;
  top: 70px;
  z-index: 9;
  background-color: #ffffff;
}
.img-radius{
}
.img-radius img{
  border-radius: 50px 0px 50px 0px;
}
.text-img-sec-02{
}
.text-img-sec-02 p{/* margin-bottom: 0; */}
.text-img-sec-02 img{margin-bottom: 0 !important;}
.col4-gt-01{background: #e3c097;padding: 40px;}
.col4-gt-02{background: #f6f3e1;padding: 40px;}
.col4-gt-03{
  background: #056b5a;padding: 40px;
}
.text-nangluc{
}
.text-nangluc p{
  margin-bottom: 0;
  font-size: 20px;
}
.text-nangluc h3{color: #60AA43;font-size: 23px;}
.text-nangluc h3 span{font-size: 40px;padding-right: 10px;}
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 30px;
}
.proHomeName h1{
  font-weight: 700;
    font-size: 32px;
    color: #60AA43;
}
.child-category{border-bottom: 1px solid #ececec;border-top: 1px solid #ececec;margin: 30px 0;padding: 15px 0;}
.child-category ul{margin-bottom: 0;display: flex;justify-content: center;align-items: center;}
.child-category ul li{margin: 0 20px;}
.child-category ul li a{color: #000;font-weight: 700;font-size: 20px;}
.category-page-row {
    padding-top: 0;
}
.breadcrumb-text-detail .breadcrumb>a:first-child{
  font-size: 0;
}
.breadcrumb-text-detail .breadcrumb>a:first-child:after {
    content: "\f015";
    font: normal normal normal 22px / 1 FontAwesome;
    font-weight: 300;
    line-height: 1.44;
}
.product-main {
    padding-top: 0;
}
.button-detail{margin-top: 30px;}
.button-detail a{
  background: #60AA43;
  color: #fff;
  position: relative;
  padding: 13px 40px;
  font-weight: 700;
  border-radius: 25px 0px 25px 0px;
}
.button-detail a:before{
  content: "\f095";
  font: normal normal normal 17px / 1 FontAwesome;
  font-weight: 400;
  line-height: 1.44;
}
.form-tuvan{font-weight: 500;}
.form-tuvan h2{
}
.form-tuvan h2 input{
      border: unset;
    box-shadow: unset;
    margin: 0;
    padding: 0;
    height: auto;
}
.form-tuvan .text-form{
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
}
.popup-lienhe form{
   margin-bottom: 0;
}
.product-detail-2{
  background: #ecfdf7;
  padding: 60px 0;
}
.product-thumbnails img{
      height: 80px;
}
.woocommerce-product-gallery__wrapper .col{
  padding: 0 0px 0px;
}
.product-footer{
  margin-top: 30px;
}
.archive-header{
}
.archive-header h1{font-size: 32px;text-align: center;}
.archive-header ul{display: flex;justify-content: center;margin-bottom: 40px;}
.archive-header ul li{list-style-type: none;margin: 0 20px;}
.archive-header ul li a{font-size: 18px;background: #ecfdf7;font-weight: 700;padding: 10px 20px;border-radius: 20px 0px 20px 0px;}
#comments{
  display:none;
}
.date-detail{position: relative;display: flex;align-items: center;gap: 21px;}
.date-detail span{
  color:#a8a6a7;
}
.date-detail:after {
  content:"";
  flex: 1 1 0%;
  height: clamp(1px, .05208rem, .05208rem);
  position: static;
  width: 100%;
  background: #60AA43;
}
.entry-header-text-top{
  padding-bottom: 0;
}
.relate-box{
}
.relate-box h3{
  color: #60AA43;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.relate-box h3:before{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #60AA43;
}
.signRelateGrid-Related{
}
.signRelateGrid-Related .postRelate{padding: 10px 0;display: flex;align-items: center;gap: 10px;}
.signRelateGrid-Related .postRelate+.postRelate{
      /* --tw-border-opacity: 1; */
      /* border-color: #e9e9e9; */
      border-top-width: 1px;
      /* border-style: solid; */
      border-top: 1px solid #e9e9e9;
}
.signRelateGrid-Related .postRelate .postTwoThumb{flex: 40%;flex: 0 0 30%;width: 100%;}
.signRelateGrid-Related .postRelate .postTwoThumb img{border-radius: 5px;}
.signRelateGrid-Related .postRelate .postTwoContent{
}
.signRelateGrid-Related .postRelate .postTwoContent .postIDate{font-size: 13px;}
.signRelateGrid-Related .postRelate .postTwoContent .postTwoTitle{
}
.signRelateGrid-Related .postRelate .postTwoContent .postTwoTitle a{-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;font-size: 14px;font-weight: 700;line-height: 18px;}
.product-detail-2 ul{margin-left: 25px;}
.shop-container{
margin-top: 30px;
}
@media(max-width:549px){
  .h2-title-cty h2 span{
  font-size: 23px;
  }
  .h2-title-cty h2:before{
    width: 100%;
  }
  .proHomeName h2 a{
    font-size: 25px;
  }
  .proHomeItemTitle a{
    font-size: 17px;
  }
  .h2-title-home h2 span{
    font-size: 25px;
  }
  .icon-ts .icon-box-text{
    width: 100%;
    background-size: cover;
  }
  .text-ht h2{
    font-size: 32px;
  }
  .baner-gioithieu h1{
     font-size: 25px;
  }
  .sec-gt{
    top: 70px;
  }
  .sec-gt .col{
  /* max-width: 400px; */
  }
   .sec-gt .col .col-inner{
  overflow-x: scroll;
  display: flex;
  gap: 5px;
  }
     .sec-gt .col .col-inner a{
  /* float: left; */
  /* width: 100%; */
  white-space: nowrap;
  }
  .archive-header ul{
        overflow-x: scroll;
  }
  .archive-header ul li{
        margin: 10px 20px;
    white-space: nowrap;
  }
  .proHomeName h1{
    font-size: 25px;
  }
}