@charset "utf-8";
/* CSS Document */
/*************/
@media screen and (max-width: 991px) {
  html{
    overflow-x: hidden;
  }
  .container{
    max-width: 100%;
  }
  body{
    padding-bottom: 55px;
    overflow-x: hidden;
  }
  #fixaction_icon{
    left: 0; bottom: 0;    width: 100%;
    background: #fff; padding: 9px .25rem;
    display: flex;flex-wrap: wrap;
    border-top: 1px solid #DDD;
    margin: 0 0;
    box-shadow: 5px 0.125rem 5px rgba(0,0,0,.15);
    max-width: none;
  }
  #fixaction_icon li{
    flex-shrink: 0;    width: 100%;    max-width: 100%;
    padding-right: .5rem;    padding-left: .5rem;
    margin: 0;    transform: none;
    border-radius: 4px;

    flex: 0 0 auto;    width: auto;
    display: block !important; clear: none;
  }
  #fixaction_icon li.store{
    /* flex: 1 0 0%; */
    animation: none;
    background: none;
  }
  #fixaction_icon li a{
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  #fixaction_icon li.store a{
    background-color: var( --color-hover); color: #FFF;
  }
  #fixaction_icon li.store .fa{
    margin-right: 0px;
    font-size: 23px;
  }
  #fixaction_icon li.hotline .fa{
    border: none;
  }
  #fixaction_icon li span{
    padding-left: .5rem; padding-right: .5rem;
  }
  #fixaction_icon .store span,
  #fixaction_icon li span{
    display: none; letter-spacing: 1.8px;
  }
  #fixaction_icon li:hover{
  	transform: translateX( 0px);
  }
  #btn-scrolltop img{
    width: 42px;
  }
  #fixaction_icon li.addtocart{
    flex: 1 0 0%; 
  }
  #fixaction_icon.noaction .store span,
  #fixaction_icon.noaction .cart span{
    display: inline-block;
  }
  #fixaction_icon.noaction .cart img{
    vertical-align: middle;
  }
  #fixaction_icon.noaction .cart span{
    margin-top: 3px; padding-left: 0;
    vertical-align: middle;
    color: #111;
    letter-spacing: 0; font-weight: normal;
  }
  #fixaction_icon.noaction .btnscroll{
    flex: 0 0 auto;
  }
  #fixaction_icon.noaction .cart,
  #fixaction_icon.noaction .store{
    flex: 1 0 0%;
    width: 100%;
  }
  #fixaction_icon .btnscroll{
    margin-left: auto;
    padding-left: 0;
  }
  #fixaction_icon .store span{
    display: inline-block;
  }
  #fixaction_icon .zalo a{
    width: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
  }
  #fixaction_icon .zalo{
    flex: 1 0 0%
  }
  #fixaction_icon li.btnscroll:hover{
    background: none;
  }
  /*********************/
  #bg-main{
    margin-bottom: 1rem;
  }
  .header__navigation{
    display: none;
  }
  .is-sticky .header_main__wrapper{
    --height-logo: 32px;
  }
  /*****************************************/
  body.page-home #header{
    margin-bottom: 0;
  }
  /*****************************************/
  #header{
    --height-logo: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .header__top{
    font-size: 12px;
    padding-top: .15rem; padding-bottom: 0.1rem;
  }
  .header__logo{
    display: flex; flex-wrap: nowrap;
    align-items: center; align-content: center;
    padding-top: .5rem; padding-bottom: .5rem;
  }
  .header__fsearch{
    background-color: var( --color-main);
    padding: .5rem .75rem;
  }
  #header .hfsearch__container button.btn{
    display: none;
  }
  #header .hfsearch__container > div{
    position: relative;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #fff;
    background: none;
  }
  #header .hfsearch__container > div input{
    border-radius: 0; border: none;
    font-size: 13px; line-height: 18px;
    padding-right: 65px;
    background-color: rgba( 255,255,255,.95);
  }
  #header .hfsearch__container > div input:focus{
    background-color: #fff;
  }
  #header .hfsearch__container > div .f-btn{
    display: inline-block !important;
    width: 55px;
    border-radius: 0; border: none;
    background-color: var( --color-main);
  }
  /*****************************************/
  .homeabout-wrapper{
    margin-top: -1rem;
  }
  /**********************/
  .homebrand-global{
    margin-top: 1.5rem;
    padding-top: 1rem; padding-bottom: 1rem;
  }
  #owl-hbrand{
    padding-left: 28px; padding-right: 28px;
  }
  .owl-hbrand-boxitem{
    margin: 0 .25rem;
  }
  .owl-hbrand-boxitem img{
    height: 32px;
  }
  #owl-hbrand .owl-next, 
  #owl-hbrand .owl-prev{
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 13px;
  }
  #owl-hbrand .owl-prev{
    left: -8px;
  }
  #owl-hbrand .owl-next{
    right: -8px;
  }
  /**************************/
  .homepronav-container{
    padding-top: 1.5rem; padding-bottom: 1rem;
  }
  .homeprogroup-navlist,
  .homepronav-navlist{
    --bs-gutter-x: .75rem !important;
    --bs-gutter-y: .75rem
  }
  .homeprogroup-navlist > *,
  .homepronav-navlist > *{
    width: calc( 100% / 2 );
  }
  .homeprogroup-navitem,
  .homepronav-navitem{
    display: flex; flex-wrap: nowrap;
    padding: .5rem;
    border: 1px solid #ccc;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    text-align: left;
    align-items: center;
    border-radius: 2px; overflow: hidden;
  }
  .homeprogroup-navitem img,
  .homepronav-navitem img{
    width: 45px; height: 45px;
    border: none; box-shadow: none;
    padding: 0; border-radius: 0;
    margin: 0;
  }
  .homeprogroup-navitem-caption,
  .homepronav-navitem figcaption{
    width: calc( 100% - 45px);
    padding: 0 0 0 .75rem;
    font-weight: 500; line-height: 16px;
    background: none;
    border: none;
    text-align: left;
  }
  .homeprogroup--bg{
    padding-bottom: 2.5rem; padding-top: 2.5rem;
  }
  .homeprogroup-navlist{
    margin-top: 0;
  }
  /********************************/
  .about-content-img{
    margin-top: 0; margin-bottom: 3rem !important;
    padding-left: 0; padding-right: 0;
  }
  .about-content-imgdes{
    padding: .75rem 1.5rem;
    right: 3rem;
  }
  .about-content-imgdes > b{
    font-size: 41px;
  }
  .about-content-des{
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .aboutthread-boxitem{
    margin-bottom: 0;
  }
  .aboutthread-boxitem--right > .container,
  .aboutthread-boxitem--left > .container{
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0; padding-right: 0;
  }
  .aboutthread-boxitem-bg{
    position: relative;
  }
  .aboutthread-boxitem-main{
    box-shadow: none;
    transform: none;
    padding: 1.5rem .75rem;
  }
  .aboutthread-boxitem-main::before{
    display: none;
  }
  .aboutthread-boxitem-main .serviceitem-lg-title{
    font-size: 19px;
    padding-bottom: .35rem;
  }
  .aboutthread-boxitem-main .aboutthread-subtitle{
    margin-bottom: 0 !important;
  }
  .page-about .homebrand-global {
    margin-top: 0;
  }
  /********************************/
  .services-about-wrapper{
    --bs-gutter-x: 1.5rem;
    margin-bottom: .5rem;
  }
  .services-about-wrapper-des{
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    padding-top: 1rem;
  }
  .page-services .homestore-container{
    background-color: var( --bs-light);
    border-top: 1px solid #ccc;
  }
  .services-list-wrapper{
    --bs-gutter-y: 1.25rem;
  }
  .services-list-item{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) ;
    border-radius: 3px; overflow: hidden;
  }
  .services-list-img{
    margin-bottom: 0;
  }
  .services-list-des{
    padding: 1rem 1.25rem 1.25rem;
  }
  .services-list-title{
    font-size: 19px;
  }
  .services-list-text{
    --line-height: 24px
  }
  /********************************/
  body.servicesdetail.bg-light{
    background-color: #fff !important;
  }
  .servicedetail-box{
    padding-top: 1rem !important;
  }
  .servicedetail-info-title{
    margin-bottom: .75rem;
  }
  .servicedetail-info-text{
    padding-left: 1.75rem;
  }
  /********************************/
  #bg-main.bgmain--product{
    display: block;
  }
  .page-products .bg-white .homeabout-wrapper.mt-0{
    margin-top: 1rem !important;
  }
  .page-products .homeabout__header{
    margin-bottom: 2rem;
  }
  .homeabout__header_arrow{
    margin-bottom: 0;
  }
  .homeabout__header_arrow::before{
    width: 24px; height: 26px;
    bottom: -6px;
  }
  .homeabout__header_arrow{
    padding: .75rem 1rem 1rem !important;

  }
  .homeabout__header_arrow .homeabout__header_title{
    font-size: 19px;
    font-weight: normal;
  }
  .page-products .homebrand-global .home--title{
    font-size: 19px !important;
  }
  .page-products .homebrand-global{
    margin-bottom: .75rem;
    margin-top: 1.5rem;
  }
  /********************************/
  .proctl-header{
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    border-radius: 0;
    border-radius: 3px;
    margin-bottom: .75rem;
    padding: .75rem .75rem .65rem;
  }
  .proctl-header-title{
    width: 100%;
  }
  .proctl-header-nav{
    padding-left: 0;
    margin-top: .45rem; padding: .7rem 0 .25rem;
    border-top: 1px solid rgba( 255,255,255,.15);
    min-width: 100%;
    display: flex; flex-wrap: nowrap;
    overflow-x: auto;
  }
  .proctl-header-nav > a{
    font-size: 11px; text-transform: capitalize;
    margin-left: .25rem;
    padding: .25rem .5rem .15rem;
  }
  /**********************/
  .prolist-wrapper{
    --bs-gutter-x: .5rem;
    --bs-gutter-y: .5rem;
    margin-bottom: 2rem;
  }
  .proitem__img{
    height: 160px;
  }
  .proitem__caption{
    padding: .35rem .75rem .5rem;
  }
  .proitem__title{
    font-size: 15px;
    line-height: 20px;
  }
  .proitem__price{
    font-size: 12px;
  }
  /********************************/
  body.page-projects #bg-main{
    display: block;
    border-top: none;
    border-bottom: none;
  }
  body.page-projects #bg-main .bg-main--bg{
    border-bottom: none;
  }
  body.page-projects.projectdetail #bg-main,
  body.page-projects.project-ctl #bg-main,
  body.page-projects #bg-main .pageheader___overivew_padleft{
    display: none;
  }
  body.page-projects.project-ctl .homestore-container{
    padding-top: .75rem;
  }
  /********************************/
  .prodetail__overview_img{
    margin-bottom: 1.5rem;
  }
  .prodetail__overview_info{
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .prodetail__box__content__label{
    border-bottom: 1px solid #ccc;
  }
  .prodetail__box__content__label > span{
    width: 100%;
    padding: .75rem 1.5rem .5rem;
    background-color: #eee;
  }
  .prodetail__box__content_collapse{
    min-height: auto;
  }
  .prodetail__box__content{
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
  }
  .prodetail_box__rightquote{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    padding-bottom: .75rem;
  }
  .prodetail_box__rightquote > .f-title{
    margin-left: -1rem; margin-right: -1rem;
    min-width: 100%;
    padding: .75rem 1rem .5rem;
    background-color: #eee;
  }
  /********************************/
  .servicedetail-iconlist-des{
    font-weight: 400;
  }
  /********************************/
  /********************************/

}
/*************/
@media screen and ( max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span{
    width: 12px; height: 12px;
    margin-left: 5px; margin-right: 5px;
  }
  #bg-main{
    display: none;
  }
  .is-sticky .header__fsearch{
    display: none;
  }
  .dcontent, .dcontent pre{
    font-size: 15px;
  }
  .home--title--xl{
    font-size: 35px !important;
    line-height: 1.25;
  }
  .home--title{
    font-size: 23px;
  }
  .homestore__header_title{
    margin-bottom: .5rem;
  }
  .homeabout__header{
    margin: 0 0vw 2rem;
    padding: 1rem 1.5rem;
    border-radius: 3px;
  }
  .homeabout__header_title{
    margin-bottom: .35rem;
    font-size: 23px;
  }
  .homeabout__header.homestore__header{
    margin-bottom: .5rem;
    padding-left: 0; padding-right: 0;
  }
  .homestore__header_text,
  .homeabout__header_text{
    font-size: 13px; line-height: 24px;
    font-weight: 400;
  }
  .homeabout--ourgrouplogo-item{
    padding: .25rem .5rem;
  }
  .homeabout--ourgrouplogo-item img{
    height: 45px; width: 100%;
  }
  .homeabout-icontext-warpper .home--title{
    font-size: 19px; font-weight: bold;
  }
  .homeabout-icontext-listicon{
    --bs-gutter-y: .75rem;
    margin-bottom: 2rem;
  }
  .homeabout-icontext-item{
    padding: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .homeabout-icontext-item-img{
    margin-bottom: 0;
    width: 70px; height: 70px;
    object-fit: contain; object-position: center;
  }
  .homeabout-icontext-item-caption{
    width: calc( 100% - 70px);
    padding-left: .75rem;
    font-size: 13px;
    line-height: 20px;
  }
  .homeabout-icontext-item-title{
    font-size: 15px; font-weight: bold;
    margin-bottom: .25rem;
  }
  .homeabout-boxreport-container{
    flex-direction: column;
    text-align: left;
  }
  .homeabout-boxreport::before{
    left: 1.5rem;
    width: 1px; height: 100%;
    border-top: none;
    border-left: 2px dotted #ccc;
  }
  .homeabout-boxreport-item{
    text-align: left;
  }
  .homeabout-boxreport-item::before{
    left: calc( 1.5rem - 7px ); top: calc( 1rem + 14px);
    transform: translateY( -50%);
  }
  .homeabout-boxreport-item::after{
    left: calc( 1.5rem - 12px); top: calc( 1rem + 2px);
    transform: translateY( -50%);
  }
  .homeabout-boxreport-item:first-child:before{
    top:14px;
  }
  .homeabout-boxreport-item:first-child:after{
    top: 2px;
  }
  .homeabout-boxreport-container > li{
    padding: .75rem 1.5rem 1rem 3.5rem;
    font-size: 13px; font-weight: normal;
    color: #000;
  }
  .homeabout-boxreport-container > li:first-child{
    padding-top: 0;
  }
  .homeabout-boxreport-container > li:last-child{
    padding-bottom: 0;
  }
  .homeabout-boxreport-title{
    font-size: 23px;
  }
  .homeabout-icontext-warpper{
    margin-bottom: 2.5rem;
  }
  /******************************/
  .serviceitem-lg-container{
    flex-direction: column;
    padding-left: 0; padding-right: 0;
  }
  .serviceitem-lg-img{
    --serviceitem-lg-img-ps: .75rem;
    order: 1;
    padding: 0;
  }
  .serviceitem-lg-img::before{
    display: none;
  }
  .serviceitem-lg-img-lg img{
    height: 293px;
    width: 100%;
    object-fit: contain; object-position: center;
  }
  #owl_homeservice{
    padding-bottom: 0;
  }
  .serviceitem-lg-img-listthumb{
    --img-width: 60px;
    left: 1rem; top: .75rem;
    transform: none;
  }
  .serviceitem-lg-img-listthumb > li{
    margin-bottom: .75rem;
  }
  .serviceitem-lg-img-listthumb img{
    border-color: rgba( 255,255,255,.8);
  }
  .serviceitem-lg-des{
    order: 2;
    padding: 1rem .75rem;
  }
  .serviceitem-lg-navtitle{
    line-height: 22px;
    font-size: 13px;
  }
  .serviceitem-lg-title{
    font-size: 21px;
    margin-bottom: 1rem;
    padding-bottom: .25rem;
  }
  .homeservice-thumblist{
    padding-top: 1rem; padding-bottom: 1rem;
  }
  .homeservice-thumblist .col-lg-auto{
    width: 100%;
  }

  .homeservice-thumblist .col-lg-auto a{
    font-size: 15px;
  }
  /***************************/
  .homestore-container{
    padding-top: 0; padding-bottom: 1rem;
  }
  .homestore-img img{
    max-height: 50vh;
  }
  .homeproject-container{
    background-color: #f2f2f2;
    padding-top: 1.5rem; padding-bottom: 0rem;
  }
  .homeproject-navlist{
    display: block; flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 1rem;
  }
  .homeproject-navlist > a{
    margin: 0 .75rem;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .homeproject-navlist > a::before{
    border: 0;
  }
  .homeproject-boxitem{
    border: .5px solid #fff;
  }
  .homeproject-boxitem img{
    height: 195px;
  }
  .homeproject-boxitem-caption{
    transform: none;
    font-size: 12px;
    text-overflow: ellipsis;    white-space: nowrap;	overflow:hidden;
    padding: .5rem .75rem;
    text-transform: capitalize;
    background-color: rgba(12, 98, 173, 0.6);
  }
  .homeproject--support{
    padding-bottom: 1.25rem; padding-top: 1.25rem;
  }
  .homeproject--support-text{
    font-size: 14px;
  }
  .homeproject--support .col-lg-7{
    margin-bottom: 1rem; padding-bottom: .75rem;
    border-bottom: 1px solid rgba( 255,255,255,.15);
  }
  .homeproject-btn{
    float: left;
    display: inline-block;
    min-width: 0; width: calc( 50% - .7rem);
    margin-left: .35rem !important; margin-right: .35rem !important;
    font-size: 12px;
  }
  /*****************************/
  .servicedetail-photo-wrapper{
    padding-bottom: .75rem;
  }
  .servicedetail-photos{
    --img-height: 190px;
    --bs-gutter-x: .25rem;
    --bs-gutter-y: .25rem;
  }
  .servicedetail-photoitem > figure{
    margin-bottom: .25rem;
  }
  .servicedetail-photoitem img{
    height: calc( ( var( --img-height) / 2 ) - .125rem );
  }
  .servicedetail-photoitem-lg img, 
  .servicedetail-photoitem-xl img{
    height: var( --img-height);
  }
  .servicedetail-photoitem-md > figure{
    width: 50%;
    margin-bottom: 0;
    padding-left: calc(.5 * var(--bs-gutter-x));
    padding-right: calc(.5 * var(--bs-gutter-x));
  }
  .servicedetail-photoitem-md img{
    height: calc( var( --img-height) * .72  );
  }
  .servicedetail-photoitem{
    width: 40%;
  }
  .servicedetail-photoitem-lg{
    width: 60%;
  }
  .servicedetail-photoitem-md{
    width: 100%;
    display: flex; flex-wrap: nowrap;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
  }
  .servicedetail-photoitem-xl{
    width: 100%;
  }
  /*****************************/
  .servicedetail-iconlist{
    border: none;
  }
  .servicedetail-iconlist > .col{
    padding: .75rem;
    margin-bottom: .75rem !important;
    border: 1px solid #ccc;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: flex; flex-wrap: nowrap;
    align-items: center;
  }
  .servicedetail-iconlist > .col:nth-child(4n + 1){
    border-left: 1px solid #ccc;
  }
  .servicedetail-iconlist-img{
    width: 60px; height: 60px;
    object-fit: contain; object-position: center;
  }
  .servicedetail-iconlist-des{
    width: calc( 100% - 60px);
    padding: 0 0 0 1rem;
    line-height: 22px;
    font-weight: 300;
  }
  .servicedetail-iconlist-title{
    font-size: 17px; color: var( --color-main);
    font-weight: bold;
    margin-bottom: .25rem;
  }
  body.servicesdetail .projectitem-lg{
    margin-bottom: 2rem !important;
  }
  body.servicesdetail .project-list-wrapper{
    --bs-gutter-y: .75rem;
    padding-bottom: 2rem;
    background-color: var( --bs-light);
    border-top: 1px solid #ccc;
  }
  body.servicesdetail .homeproject--support{
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  /*****************************/
  .prodetail__overview{
    background-color: #fff !important;
    padding-bottom: 2rem;
    margin-bottom: 1.75rem;
  }
  .prodetail__content{
    margin-bottom: .75rem;
  }
  .prodetail__content{
    background: none !important;
  }
  .prodetail_box__wrapper{
    box-shadow: none; padding: 0;
  }
  .prodetail__overview_img,
  .prodetail_box__wrapper.px-2{
    padding: 0 !important;
  }
  #prodimg_carousel .prodetail__imgitem__big{
    height: 280px;
  }
  .prodetail__btn{
    font-size: 13px; font-weight: bold !important;
    padding-left: .5rem; padding-right: .5rem;
  }
  /**********************/
  .prodetail_other .proitem__box{
    margin-bottom: .75rem;
  }
  .prodetail_other .proitem__boximg{
    width: 60px;
  }
  .prodetail_other .proitem__img{
    height: 60px;
  }
  .prodetail_other .proitem__caption{
    width: calc( 100% - 60px);
  }
  .prodetail_othertype .prolist-wrapper{
    margin-bottom: 0;
  }
  /*****************************/
  .projects-list-wrapper{
    --bs-gutter-y: 1.25rem
  }
  .projects-list-item > .picture-box{
    margin-bottom: 0;
  }
  .projects-list-item{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: 3px;
    overflow: hidden;
  }
  .projects-list-des{
    padding: 1rem 1.25rem 1.25rem;
  }
  .projects-list-text {
    --line-height: 24px;
  }
  /*****************************/
  .projectdetail-info{
    padding-top: 1rem;
  }
  .projectdetail-info .home--title--lg{
    font-size: 23px !important;
    margin-bottom: 0 !important;
  }
  .projectdetail-info-listitem p.border-bottom-0{
    border-bottom: 1px solid #ddd !important;
  }
  .projectdetail-info-listitem{
    margin-bottom: 1rem;
  }
  .project-fcontact{
    padding-top: .75rem; padding-bottom: .75rem;
  }
  .project-fcontact-wrapper{
    margin-left: 0;
    margin-right: 0;
  }
  .project-fcontact-left, 
  .project-fcontact-right{
    padding: 1.5rem;
  }
  .project-boxitem{

  }
  .project-boxitem-title{
    font-size: 15px;
  }
  /*****************************/
  body.aboutdetail #header,
  body.page-search #header,
  body.page-blog #header{
      margin-bottom: 1rem;
  }
  body.blogdetail #header{
    margin-bottom: 0;
  }
  body.blogdetail .homebrand-global{
    margin-top: 0;
  }
    /*****************************/
  .bloglist-wrapper{
    --bs-gutter-y: 1rem
  }
  .blogitem__img img{
    height: 220px;
  }
  .blogitem__des{
    padding: 0rem 1.25rem 1rem;
  }
  .blogitem__title{
    font-size: 17px;
  }
  .blogdetail_leftcontent{
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .postdetail__title{
    font-size: 23px;
    margin-bottom: 1rem;
  }
  /*******************/
  .blogdetail_rightcontent{
    background-color: var( --bs-light);
    padding-top: 1rem;
  }
  /*******************/
  #button-share .share-item i:after,
  #button-share .share-item b{
      display: none
  }
  #button-share{
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #button-share > a{
    height: 34px;
  }
  #button-share .share-item{
    padding-right: 0;
    border-radius: 3px;
    overflow: hidden;
  }
  #button-share .share-item i{
    width: 34px; height: 34px;
    padding: 5px;
    font-size: 15px; line-height: 24px;
    margin-right: 0;
    background: none;
    color: #fff;
  }
  /*****************************/
  body.page-kenhphanphoi .home--title{
    font-size: 19px !important;
  }
  .kenhphanphoi-wrapper{
    padding-top: .75rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  body.page-kenhphanphoi .kenhphanphoi-wrapper .kenhphanphoi-lg-title{
    font-size: 25px !important; margin-bottom: 1.75rem !important;
    padding-bottom: .5rem;
  }
  .kenhphanphoi-content-img{
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 1.25rem !important;
  }
  .kenhphanphoi-content-des{
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .kenhphanphoi-wrapper::after{
    display: none;
  }
  .kenhphanhphoi-logo-img{
    width: 70px;
  }
  .kenhphanhphoi-logolist--text{
    --bs-gutter-y: .5rem
  }
  /*****************************/
  .contact-info,
  .tuyendung-container{
    padding-top: 1.75rem !important;
  }
  #accordionFlushCareer .accordion-button{
    padding: .5rem;
    font-size: 13px; line-height: 22px;
  }
  #accordionFlushCareer .accordion-button::after{
    display: none;
  }
  .accordionFlushCareer_title{
    font-size: 17px;
    margin-bottom: .15rem;
  }
  /*****************************/
  .contact-info{
    margin-bottom: 1rem;
  }
  .contact_boxgroup{
    --bs-gutter-y: 1rem
  }
  .contact_boxitem{
    display: flex; flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
    text-align: left;
  }
  .contact_boxgroup img{
    width: 60px; height: 60px;
    padding: 5px;
    object-fit: contain;
  }
  .contact_boxitem__caption{
    width: calc( 100% - 60px);
    padding: 0 0 0 1.5rem;
  }
  .fcontact{
    padding-bottom: 1rem;
  }
  /*****************************/
  .proitem__box--readmore > b{
    font-size: 14px; line-height: 20px;
  }
  .proitem__item--no1{
    width: 100%;
  }
  /*****************************/
  .services-about-wrapper-listicon{
    --bs-gutter-y: 0;
    padding-top: 1rem !important;
  }
  .services-about-wrapper-listicon figure{
    border-top: 1px solid #ddd;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
  }
  .services-about-wrapper-listicon img{
    width: 40px;
  }
  .services-about-wrapper-listicon-des{
    width: calc( 100% - 40px);
    padding-left: 1rem;
  }
  /*********************/
  .footer__title{
    font-size: 14px; text-transform: capitalize;
    color: #444;
  }
  .footer__nav a{
    margin-bottom: .35rem;
  }
  .footer_nav__container{
    padding: 0rem;
    background-color: #fff;
    margin-bottom: 0 !important;
  }
  .footer__collapse{
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .footer__collapse__content,
  .footer__collapse .footer__nav{
    background-color: #fff;
    padding: .5rem .75rem;
  }
  .footer__collapse--brand{
    border: none; margin: 0 0 0rem;
  }
  .footer__collapse__content .footer__title,
  .footer__collapse .footer__title{
    position: relative;
    pointer-events: visible;
    margin-bottom: 0;
    padding: .85rem 35px .85rem .75rem;
    background-color: var( --bs-light);
  }
  .footer__collapse .footer__title::after{
    position: absolute; right: 10px; top: 50%;
    transform: translateY( -50%);
    font-size: 15px; width: 15px; height: 15px;
    line-height: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
  }
  .footer__collapse[open] .footer__title::after{
    content: "\f068";
  }
  .footer__collapse[open] .footer__title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 0rem;
  }
  .footer__collapse__content .footer__title{
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
  }  
  /*****************************/
  #owl_productbanner{
    --width-container: 100%
  }
  .product-banner,
  .product-banner-lg{
    width: auto;
  }
  #owl-hbrand {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*****************************/
  .aboutdetail_leftcontent{
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  /*****************************/
  

}
/*********************************/
@media screen and ( max-width: 576px) {
  .serviceitem-lg-img-lg img{
    height: 305px;
    object-fit: cover;
  }
}
@media screen and ( min-width: 576px) and (max-width: 991px)  {
  #fixaction_icon.noaction .cart img{
    padding-right: 5px;
  }

}

/*********************************/
@media screen and ( min-width: 767px) and (max-width: 1200px) {
  body{
    overflow-x: hidden;
  }
  .container{
    max-width: 95%;
  }

}
@media screen and ( min-width: 767px) and (max-width: 992px) {
  .container{
    max-width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
  }
  .homeabout-boxitem > .container > .row{
    --bs-gutter-x: 3rem
  }
  #bg-main{
    margin-bottom: 1.75rem;
  }
  body.page-about:not(.aboutdetail) #bg-main{
    display: none;
  }
  .aboutthread-boxitem-main{
    padding-left: 1.5rem; padding-right: 1.5rem;
  }
  #fixaction_icon .cart span,
  #fixaction_icon .store span{
      display: inline-block;
  }
  #fixaction_icon .store{
    flex: 1 0 0%;
    width: 100%;
  }
  #fixaction_icon .cart img{
    vertical-align: middle;
    padding-right: 5px;
  }
  #fixaction_icon .cart span{
    margin-top: 3px; padding-left: 0;
    vertical-align: middle;
    color: #111;
    letter-spacing: 0; font-weight: normal;
  }
  /*************/
  .header__logo{
    width: 200px;
  }
  .header__fsearch{
    width: calc( 100% - 200px);
    background: none;
  }
  .hfsearch__container{
    display: flex;
    align-items: center;
  }
  #header .hfsearch__container > div{
    max-width: 80%;
    border-color: var( --color-main);
  }
  #header .hfsearch__container > div input{
    padding-left: 1rem;
    line-height: 22px;
  }
  #header .hfsearch__container .btn_mobile{
    margin-left: auto;
    background: none;
  }
  /***************************/
  .home--title{
    font-size: 27px;
  }
  .home--title--xl{
    font-size: 37px !important;
  }
  .home--title--lg{
    font-size: 27px !important;
  }
  .homeabout-wrapper{
    margin-top: -2rem;
  }
  .homeabout__header{
    margin: 0 4vw 1.5rem;
    padding: 1.25rem 2rem 1.75rem;
  }
  .homeabout__header_title{
    font-size: 27px;
    margin-bottom: .5rem;
  }
  .homeabout__header_text{
    font-size: 14px; line-height: 26px;
  }
  .homeabout--ourgrouplogo-item{
    padding: 1rem .75rem;
  }
  .homeabout--ourgrouplogo-item img{
    height: 50px;
  }
  .homeabout-boxitem{
    margin-bottom: 1.5rem;
  }
  .homestore__header_text,
  .homestore__header{
    text-align: left;
  }
  .homestore__header{
    padding-bottom: .15rem;
  }
  body.page-home .homestore__header_text,
  body.page-home .homestore__header{
    text-align: center;
  }
  body.page-home .homestore__header{
    padding-bottom: 1.75rem;
  }
  /****************************/
  .homeabout-icontext-listicon {
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 1rem;
    margin-bottom: 3rem;
  }
  .homeabout-icontext-item{
    display: flex; flex-wrap: nowrap;
    padding: 1rem;
  }
  .homeabout-icontext-item-img{
    margin: 0;
    height: 60px; width: 60px;
    object-fit: contain;
  }
  .homeabout-icontext-item-caption{
    width: calc( 100% - 60px);
    padding-left: 1rem;
  }
  .homeabout-icontext-item-title{
    font-size: 17px; font-weight: bold;
    margin-bottom: .25rem;
  }
  .homeabout-boxreport-title{
    font-size: 23px;
  }
  .homeabout-boxreport-item{
    font-weight: 300;
  }
  /****************************/
  .homeservice-thumblist .col-lg{
    width: calc( 100% - 250px);
    padding-top: 1rem; padding-bottom: 1rem;
    padding-right: 1rem;
  }
  .homeservice-thumblist .col-lg-auto{
    width: 250px;
  }
  .homeservice-thumblist .col-lg-auto a{
    font-size: 15px;
  }
  #owl_homeservice_thumb img{
    height: 50px;
    border-radius: 3px;
  }
  body.page-home .homestore__header{
    margin-bottom: 0;
  }
  .homestore-img img{
    height: 35vh;
  }
  /****************************/
  .homeproject-container{
    padding-top: 2rem; padding-bottom: 0;
  }
  .homeproject-navlist > a{
    font-size: 12px;
    margin: 0 .75rem;
  }
  .homeproject-boxitem img{
    height: 200px;
  }
  .homeproject-list .homeproject-boxitem{
    border: 1px solid transparent;
  }
  .homeproject-list .homeproject-boxitem:nth-child(4),
  .homeproject-list .homeproject-boxitem:nth-child(5){
    width: 50%;
  }
  .homeproject-list .homeproject-boxitem:nth-child(4) img,
  .homeproject-list .homeproject-boxitem:nth-child(5) img{
    height: 260px;
  }
  .homeproject-boxitem-caption{
    transform: none;
    text-transform: capitalize;
    font-size: 13px;
    text-align: left;
    padding: .65rem .75rem;
  }
  .homeproject--support{
    padding-top: 1.25rem;
  }
  .homeproject--support-text{
    text-align: center;
    padding-top: 40px; padding-left: 0;
    margin-bottom: 1rem;
    background-position: center top;
  }
  /****************************/
  .homeprogroup-navlist > *, 
  .homepronav-navlist > *{
    width: calc( 100% / 4 );
  }
  .homeprogroup-navitem img, 
  .homepronav-navitem img{
    width: 45px; height: 45px;
  }
  .homeprogroup-navitem-caption, 
  .homepronav-navitem figcaption{
    width: calc( 100% - 45px);
    font-size: 14px; line-height: 18px;
    padding-left: .5rem;
  }
  /****************************/
  .footer_nav__container{
    padding-top: 1rem;
  }
  .footer_nav__container > .row:first-child{
    --bs-gutter-x: .75rem
  }
  .footer__title{
    font-size: 17px;
  }
  .footer__socail .img-gov{
    clear: both;
    margin-left: 0; margin-top: 1rem;
  }
  /****************************/
  #prodimg_carousel .prodetail__imgitem__big{
    height: 320px; 
    object-fit: contain; object-position: center;
  }
  .prodetail_box__rightquote--pronavother{
    display: flex; flex-wrap: wrap;
    padding-bottom: .25rem;
  }
  .prodetail_box__rightquote--pronavother > .f-title{
    width: calc( 100% + 2rem );
  }
  .prodetail_box__rightquote--pronavother > .prodetail_other{
    width: 50%;
  }
  .prodetail_other .proitem__box{
    margin-bottom: 1rem;
  }
  /****************************/
  .projects-list-title{
    font-size: 17px; line-height: 24px;
    margin-bottom: .35rem;
  }
  /****************************/
  .serviceitem-lg-des{
    padding-right: 65px;
  }
  .serviceitem-lg-title{
    font-size: 23px;
  }
  .serviceitem-lg-img-lg img{
    height: 280px;
  }
  .serviceitem-lg-img-listthumb{
    --img-width: 61px;
  }
  .serviceitem-lg-img-listthumb > li{
    margin-bottom: 1rem;
  }
  .serviceitem-lg-container{
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .serviceitem-lg-img{
    --serviceitem-lg-img-ps: 2.75rem;
    padding-top: 2rem; padding-bottom: 2rem;
  }
  .serviceitem-lg-img-listthumb{
    top: 1.25rem;
  }
  /****************************/
  .page-services .services-about-wrapper{
    padding-bottom: 1.25rem;
  }
  .page-services .serviceitem-lg-title{
    font-size: 21px;
  }
  .page-services .homestore-container .home--title{
    font-size: 21px;
  }
  .services-list-wrapper {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
  .services-list-img{
    height: 220px;
  }
  /****************************/
  .project-list-wrapper {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
  .project-boxitem-img{
    height: 160px;
  }
  .project-boxitem-title{
    --line-height: 20px;
    font-size: 14px;
    padding: .75rem .75rem 0;
  }
  .servicedetail-photos{
    --img-height: 235px;
    --bs-gutter-x: .25rem;
    --bs-gutter-y: .25rem;
  }
  .servicedetail-photoitem > figure{
    margin-bottom: .25rem;
  }
  .servicedetail-photoitem-none img{
    height: calc( ( var( --img-height) / 2 ) - .125rem );
  }
  .servicedetail-thread-wrapper{
    padding-bottom: 0;
  }
  .servicedetail-box{
    padding-bottom: .75rem;
  }
  .servicedetail-thread{
    --bs-gutter-x: 1.5rem;
    padding-top: 0;
  }
  .servicedetail-thread-title{
    font-size: 27px;
    margin-bottom: .5rem;
  }
  .servicedetail-thread-des .dcontent{
    line-height: 26px;
  }
  .servicedetail-contact{
    padding: 1.5rem .75rem;
  }
  .servicedetail-contact-title{
    font-size: 23px;
  }
  .servicedetail-contact .dcontent{
    font-size: 15px; line-height: 26px;
  }
  .servicedetail-product-header{
    flex-direction: column;
  }
  .servicedetail-product-header-title{
    max-width: 100%;
    font-size: 19px !important;
  }
  .servicedetail-product-header-text{
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0;
  }
  body.servicesdetail .projectitem-lg{
    margin-bottom: 0rem !important;
  }
  .projectdetail-info-listitem p.border-md{
    border-top: 1px solid #ddd !important;
  }
  body.projectdetail .servicedetail-product{
    padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;
  }
  .projects-list-text{
    font-size: 14px;
    --line-height: 24px;
  }
  /****************************/
  .bloglist-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .blogitem__des{
    padding: 0 1.5rem 1rem;
  }
  .blogitem__title{
    --line-height: 24px;
    font-size: 17px;
  }
  .blogdetail_leftcontent{
    padding-left: calc(var(--bs-gutter-x) * .5); 
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .blogdetail_rightcontent{
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    background-color: var( --bs-light);
  }
  .postdetail__title{
    font-size: 25px; margin-bottom: .75rem;
  }
  /****************************/
  .services-about-wrapper-des{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /****************************/
  .contact-info{
    margin-bottom: 1.75rem;
  }
  .contact-info .homeabout__header{
    padding-bottom: 0;
    padding-left: 0; padding-right: 0;
    margin-right: 0; margin-left: 0;
  }
  .contact_boxitem{
    padding: 1.5rem 1rem; 
    font-size: 14px; line-height: 22px;
  }
  .contact_boxgroup img{
    height: 42px;
  }
  /****************************/
  body.page-tuyendung .homeabout__header{
    margin-left: 0; margin-right: 0;
    padding-bottom: 0;
  }
  .kenhphanphoi-wrapper{
    margin-bottom: 1.5rem;
  }
  .kenhphanphoi-content-img{
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 1.5rem !important;
    width: auto;
    margin: auto;
  }
  .kenhphanphoi-wrapper::after{
    display: none;
  }
  .kenhphanphoi-content-img img{
    max-height: 48vh; width: auto;
    max-width: 100%;
    object-fit: contain; object-position: center;
  }
  .kenhphanphoi-content-des{
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 2.5rem;
  }
  /****************************/
  .page-products .homebrand-global{
    margin-bottom: 1.75rem;
  }
  #owl_productbanner{
    --width-container: calc( 100vw - 90px);
  }
  .product-banner img, 
  .product-banner-lg img{
    height: 120px !important;
  }
  /****************************/
  .proitem__img{
    height: 230px;
  }
  .about-content-img > img{
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    width: calc( 100% + var(--bs-gutter-x) );
  }

  /****************************/
}
/****************************/
@media screen and (min-width: 992px) and ( max-width: 1400px) {
  body{
    overflow-x: hidden;
  }


}
/****************************/
@media screen and (min-width: 992px) and ( max-width: 1200px) {
    .container{
      max-width: 95%;
    }
    .is-sticky .header_main__wrapper,
    #header{
      --height-logo: 38px
    }
    .header_width__logo{
      width: 180px;
    }
    .header__fsearch{
      padding-left: .25rem;
    }
    .header__boxnav{
      font-size: 13px;
    }
    .header__boxnav > li{
      padding-left: 13px; padding-right: 13px;
    }
    .homeabout__header{
      margin: 0 3vw 1.5rem;
      padding: 1.5rem 2.5rem 2rem;
    }
    .homeabout__header_title{
      font-size: 27px;
      margin-bottom: .5rem;
    }
    .homeabout__header_text{
      font-size: 14px; line-height: 26px;
    }
    .home--title--xl{
      font-size: 35px !important;
    }
    .home--title{
      font-size: 27px;
    }
    .homeabout--ourgrouplogo-item img{
      height: 60px;
    }
    .homeabout-icontext-listicon {
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem;
      margin-bottom: 3rem;
    }
    .homeabout-icontext-item{
      padding: 1rem;
    }
    .homeabout-icontext-item-img{
      height: 55px;
    }
    .homeabout-icontext-item-caption{
      font-size: 13px; line-height: 22px;
      font-weight: 300;
    }
    .homeabout-icontext-item-title{
      font-size: 17px;
      margin-bottom: .35rem;
    }
    .homeabout-boxreport-title{
      font-size: 27px;
    }
    .homeabout-boxreport-item{
      font-weight: 500;
    }
    .serviceitem-lg-img{
      --serviceitem-lg-img-ps: 4rem;
      padding-top: 2rem; padding-bottom: 2rem;
    }
    .serviceitem-lg-img-listthumb{
      --img-width: 73px;
      top: 1.75rem;
    }
    .serviceitem-lg-img-listthumb > li{
      margin-bottom: 1rem;
    }
    .serviceitem-lg-img-lg img{
      height: 330px;
    }
    .services-about-wrapper-des{
      padding-right: calc( ( 9vw ) / 2);
      padding-left: 2.5rem;
      padding-top: 1.5rem;
    }
    .serviceitem-lg-des{
      padding-right: 90px;
    }
    .serviceitem-lg-title{
      font-size: 25px;
      padding-bottom: .25rem;
    }
    .homeservice-thumblist .col-lg-auto{
      width: 260px;
    }
    .homeservice-thumblist .col-lg-auto a{
      font-size: 17px;
    }
    .homeservice-thumblist .col-lg{
      width: calc(100% - 260px);
      padding-top: 1rem; padding-bottom: 1rem;
    }
    #owl_homeservice_thumb img{
      height: 65px;
      border-radius: 3px;
    }
    body.page-home .homestore__header{
      padding-bottom: 0;
    }  
    .homestore-img img{
      height: 46vh;
    }
    .homestore-container{
      padding-bottom: 2rem;
    }
    .homeproject-container{
      padding-top: 2rem; padding-bottom: 0;
    }
    .homeproject-btn{
      min-width: 140px;
      padding-left: .5rem; padding-right: .5rem;
      font-size: 12px;
      margin-left: .25rem !important;
      margin-right: .25rem !important;
    }
    .homepronav-navlist > *{
      width: calc( 100% / 6);
    }
    .footer_nav__container{
      padding-top: 1rem;
    }
    .footer__title{
      font-size: 17px;
    }
    .homebrand-global{
      padding-top: 1.25rem; padding-bottom: 1.25rem;
    }
    .owl-hbrand-boxitem{
      padding: .25rem .35rem;
      margin: 0 .25rem;
    }
    .owl-hbrand-boxitem img{
      height: 45px;
    }
    .project-boxitem-img{
      height: 200px;
    }
    .project-boxitem-title{
      padding-top: 1rem;
    }
    .servicedetail-photos {
      --img-height: 320px;
      --bs-gutter-x: .5rem;
      --bs-gutter-y: .5rem;
    }
    .servicedetail-photoitem > figure{
      margin-bottom: .5rem;
    }
    .servicedetail-photoitem-none img{
        height: calc( ( var( --img-height) / 2 ) - .25rem );
    }
    .projectdetail-info .home--title{
      font-size: 31px !important;
    }
    .projectdetail-info-listitem{
      --bs-gutter-x: 1rem;
      margin-bottom: 1.5rem;
    }
    .project-fcontact-wrapper{
      margin-left: 0; margin-right: 0;
    }
    .project-fcontact-left, 
    .project-fcontact-right{
      padding: 1.5rem 2rem;
    }
    .project-fcontact-text{
      font-size: 13px; line-height: 22px;
    }
    .project-icontext-item{
      margin-bottom: .5rem; padding-bottom: .5rem;
    }
    .project-icontext-item-img{
      margin-top: 5px;
    }
    /***************/
    .page-products .homebrand-global{
      margin-bottom: 1.75rem;
    }
    #owl_productbanner{
      --width-container: calc( 95vw - 90px);
    }
    .product-banner img, 
    .product-banner-lg img{
      height: 160px !important;
    }
    .page-products .homebrand-global .home--title{
      font-size: 19px !important;
      margin-bottom: .5rem;
    }
    .proitem__box--readmore > b{
      font-size: 15px; line-height: 24px;
    }
    .prolist-wrapper {
      --bs-gutter-x: .75rem;
      --bs-gutter-y: .75rem;
      margin-bottom: 2rem;
  }
  .proitem__img{
    height: 190px;
  }
  /************************/
  .prodetail__overview {
    --bs-gutter-x: 1.25rem;
    margin-bottom:1.75rem;
  }
  .prodetail__overview_info{
    padding-left: 1.5rem;
  }
  .prodetail__imgitem__big{
    height: 360px;
  }
  .prodetail__quote{
    font-size: 14px; line-height: 24px;
  }
  .prodetail__btn{
    font-size: 12px; font-weight: bold !important;
    padding: .5rem .35rem;
    border-radius: 3px;
    letter-spacing: 0;
  }
  .prodetail__title{
    font-size: 25px; margin-bottom: .5rem;
  }
  .prodetail_box__listinfo_label{
    font-size: 13px;
    width: 125px;
  }
  .prodetail_box__listinfo > li{
    margin-bottom: .75rem;
  }
  /***************************/
  .services-list-img{
    max-height: 200px;
  }
  .services-list-title{
    font-size: 19px;
  }
  .services-list-text{
    font-size: 14px; --line-height: 24px;
  }
  .servicedetail-iconlist-img{
    height: 50px;
  }
  .servicedetail-iconlist > .col{
    padding: 1rem 1.5rem 1.25rem;
  }
  .servicedetail-iconlist-title{
    font-size: 17px;
    margin-bottom: .35rem;
  }
  .servicedetail-iconlist-des{
    font-size: 13px; line-height: 22px;
    font-weight: 400;
  }
  /***************************/
  .bloglist-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .blogitem__img img{
    height: 190px;
  }
  .blogitem__des{
    padding: .25rem 1.25rem 1rem;
  }
  .blogitem__title{
    font-size: 17px; --line-height: 24px;
    --line-clamp: 2;
  }
  .blogitem__des{
    line-height: 24px;
  }
  /***************************/
  #bg-main{
    margin-bottom: 2rem;
  }
  .postdetail__title{
    font-size: 25px;
  }
  .contact_boxitem{
    padding: 2rem 1.5rem;
  }
  .contact_boxgroup img{
    height: 50px;
  }
  .about-content-imgdes{
    padding: 1rem 2rem;
    right: 7rem;
  }
  .about-content-imgdes > b{
    font-size: 39px;
  }
  .aboutthread-boxitem{
    margin-bottom: 5rem;
  }
  .aboutthread-boxitem-main{
    padding: 1.5rem 2rem;
    transform: translateY(3.5rem);
  }
  .about-content-img,
  .about-content-des{
    padding-left: 6vw !important; padding-right: 6vw !important; 
  }
  .about-content-img{
    margin-top: 0;
    margin-bottom: 3rem !important;
  }
  /***************************/
  .serviceitem-lg-des{
    font-size: 14px; line-height: 26px;
  }
  .homeprogroup-navitem img{
    height: 150px;
  }
  /***************************/
  #owl_homeservice .owl-next,
  #owl_homeservice .owl-prev{
    display: none;
  }

  /***************************/
  
}
@media screen and (min-width: 991px){


}

@media screen and (min-width: 1102px) and ( max-width: 1200px) {
  .header__boxnav > li {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-banner img, .product-banner-lg img{
    height: 180px;
  }
  .proitem__img{
    height: 230px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
  #bg-main{
    margin-bottom: 2rem;
  }
  .homeproject-boxitem-caption{
    font-size: 14px;
  }
  .homeprogroup--bg{
    padding-top: 3rem;
  }
  .blogitem__img img{
    height: 220px;
  }
  .blogitem__des{
    padding: .5rem 1.5rem 1rem;
  }
  .blogitem__title{
    font-size: 17px;
  }
  .servicedetail-photos{
    --bs-gutter-x: .5rem;
    --bs-gutter-y: .5rem;
  }
  .servicedetail-photoitem > figure{
    margin-bottom: .5rem;
  }
  .servicedetail-photoitem-none img{
    height: calc( ( var( --img-height) / 2 ) - .25rem );
  }
  .project-boxitem-img{
    height: 180px;
  }
  .homeabout-icontext-listicon {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    margin-bottom: 4rem;
  }
  .homeabout-icontext-item{
    padding: 1rem;
  }
  .homeabout-icontext-item-title{
    font-size: 17px;
  }
  .homeabout-icontext-item-img{
    height: 60px;
  }
  .homeabout-boxreport-title{
    font-size: 31px;
  }
  .services-list-img{
    height: 230px;
  }
  .services-about-wrapper-des{
    padding-right: calc( ( 100vw - 1140px ) / 2);
    padding-left: 3rem;
  }
  .services-list-title{
    font-size: 19px;
  }
  #owl_homeservice .owl-next,
  #owl_homeservice .owl-prev{
    width: 36px; height: 36px; line-height: 36px;
  }
  #owl_homeservice .owl-prev{
    left: calc( ( 100% - 1140px - 80px) / 2 ); 
  }
  #owl_homeservice .owl-next{
    right: calc( ( 100% - 1140px - 80px ) / 2 ); 
  }  
}
@media screen and (min-width: 1201px) and (max-width: 1300px){
  #owl_homeservice .owl-next,
  #owl_homeservice .owl-prev{
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1350px){
  /********************************/
  .header__boxnav > li {
    padding-left: 16px;
    padding-right: 16px;
  }

    
  /********************************/
}
@media screen and (min-width: 1350px) and (max-width: 1400px){
  .header__boxnav > li {
    padding-left: 18px;
    padding-right: 18px;
  }

  
}
@media screen and (min-width: 1400px) and (max-width: 1600px){
  .container{
    max-width: 1140px;
  }
}
