/* add_lh */
.lh ul{list-style: none;}
.lh ul li a:hover{color: var(--hover);}
.lh iframe{display: block; width: 100%; height: 500px;}
/* gioithieu */
.gth-img{height: calc(100% + 3rem);}
.gth-wrap{background-color: rgb(255 255 255 / 90%); box-shadow: 0 0 30px rgb(0 0 0 / 25%);}
.gt-title {
    margin-bottom: 2rem;
    font-family: var(--fnt);
    font-weight: 700;
    text-align: center;
    line-height: 0;
}

.gt-title * {
    display: block;
    line-height: 1.5;
    color: var(--main)!important;
}

.gt-title:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-top: 0.5rem;
    background-color: var(--hover);
    vertical-align: top;
}
/* header_banner */
.banner{height: 350px; background: no-repeat center / cover; color: #fff;}
.banner:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 50%);}
.breadcrumb{background-color: var(--main);}
.breadcrumb ul li{list-style: none; display: inline;}
.breadcrumb ul li+li:before{content: '/';}
.breadcrumb ul li a{color: var(--wite);}
/* header_menu */
header #menu{display: none;}
.menu{position: relative; z-index: 11;}
.menu ul{list-style: none;}
.menu ul li{position: relative;}
.menu ul li.display{display: none;}
.menu ul li a{display: block; font-size: 16px; font-weight: 700; line-height: 50px; color: var(--prev);}
.menu ul li a i{margin-left: 0.25rem; font-size: 12px; color: var(--prev); }
.menu ul li ul{position: absolute; top: 100%; min-width: 150px; opacity: 0; pointer-events: none; transition: all 0.5s ease 0s;}
.menu ul li ul li a{padding: 0 1rem; background-color: var(--white); text-wrap: nowrap; line-height: 36px;}
.menu ul li ul li a:hover{background-color: var(--main); color: var(--white);}
.menu > ul{display: flex; justify-content: center;}
.menu > ul > li{flex: 0 0 auto;}
.menu > ul > li+li{margin-left: 2rem;}
.menu > ul > li > a{text-transform: uppercase;}
.menu > ul > li:hover > a{color: var(--main);}
.menu > ul > li.active > a{color: var(--main);}
.menu > ul > li > ul:before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
.menu > ul > li:hover > ul{top: 100%; opacity: 1; pointer-events: auto;}
.mm-listitem__text i{display: none;}
/*menu c?p 2 bên ph?i*/
.menu ul li ul li ul{top: 0; left: calc(100% + 1rem);}
.menu ul li ul li:hover ul{left: 100%; opacity: 1; pointer-events: auto;}
/* header_slide */
.slide img{width: 100%; height: 100%; object-fit: cover;}
.slide .owl-nav button{position: absolute; top: 0; bottom: 0; width: 50px; height: 50px; margin: auto; background-color: rgb(255 255 255 / 25%); border-radius: 50%;}
.slide .owl-nav button.owl-prev{left: 30px;}
.slide .owl-nav button.owl-next{right: 30px;}
.slide .owl-nav button:hover{background-color: var(--wite);}
.slide .owl-nav button i{display: block; font-size: 24px; color: var(--main); transition: all 0.5s ease 0s;}
@media all and (max-width: 576px){
    .slide .owl-nav{display: none;}
}
/* home_dichvu */
.dichvu{
    padding: 70px 0 60px;
    background: url('/theme/images/bg-service.jpg') center center/cover no-repeat;
}
.dichvu:before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 147, 219, .82);
    z-index: 1;
}
.dichvu .container{
    z-index: 2;
}
.dichvu-title{
    position: relative;
    margin: 0 auto 18px;
    text-align: center;
}

.dichvu-title:before,
.dichvu-title:after{
    display: none;
}

.dichvu-title h2{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 28px 18px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.dichvu-title h2:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: rgba(255,255,255,.9);
    transform: translateX(-50%);
}
.dichvu-title h2:after{
    content: "";
    position: absolute;
    left: calc(50% + 25px);
    bottom: -6px;
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,.35);
}
.dichvu-desc{
    max-width: 720px;
    margin: 16px auto 36px;
    text-align: center;
}

.dichvu-desc p{
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 300;
}

.dichvu .row > [class*="col-"]{
    display: flex;
}

.dichvu-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.dichvu-img{
    background: #fff;
}
.dichvu-img img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .4s ease;
}
.dichvu-item:hover .dichvu-img img{
    transform: scale(1.04);
}

.dichvu-name{
    flex: 1;
    min-height: 90px;
    padding: 14px 12px;
    background: #efefef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dichvu-name a{
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
}
.dichvu-name a:hover{
    color: #2f7d32;
}

@media (max-width: 1199.98px){
    .dichvu-title h2{
        font-size: 1.7rem;
        padding: 10px 55px;
    }
    .dichvu-title:before,
    .dichvu-title:after{
        width: calc(50% - 180px);
    }
}

@media (max-width: 991.98px){
    .dichvu{
        padding: 55px 0 40px;
    }
    .dichvu-title{
        margin-bottom: 16px;
    }
    .dichvu-title:before,
    .dichvu-title:after,
    .dichvu-title h2:before,
    .dichvu-title h2:after{
        display: none;
    }
    .dichvu-title h2{
        padding: 0;
        font-size: 1.45rem;
    }
    .dichvu-desc{
        margin-bottom: 24px;
    }
    .dichvu-img img{
        height: 220px;
    }
}

@media (max-width: 575.98px){
    .dichvu{
        padding: 40px 0 25px;
    }
    .dichvu-title h2{
        font-size: 1.25rem;
        padding-bottom: 14px;
    }

    .dichvu-title h2:before{
        width: 70px;
    }

    .dichvu-title h2:after{
        width: 40px;
        bottom: -4px;
        left: calc(50% + 15px);
    }

    .dichvu-desc{
        margin-bottom: 24px;
    }

    .dichvu-desc p{
        font-size: .95rem;
    }
    .dichvu .row{
        --bs-gutter-x: 0;
    }
    .dichvu-img img{
        height: 230px;
    }
    .dichvu-name{
        min-height: auto;
        padding: 12px 10px;
    }
    .dichvu-name a{
        font-size: .95rem;
    }
}
/* home_doitac */
.dt-carousel .slick-slide > div{padding: 0 0.75rem;}
.dt-carousel .slick-arrow{position: absolute; top: calc(-32px - 2rem); right: 0; width: 30px; height: 30px; background-color: var(--main); border-radius: 50%;}
.dt-carousel .slick-arrow i{font-size: 14px; line-height: 30px; color: var(--wite);}
.dt-carousel .slick-arrow:hover{background-color: var(--hover);}
.dt-carousel .slick-prev{right: 35px}
.dt-item{position: relative; height: 100px; border: 1px solid var(--bord);}
.dt-item+.dt-item{margin-top: 1.5rem;}
.dt-item img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; max-width: calc(100% - 1.5rem); max-height: calc(100% - 1.5rem); margin: auto;}
/* home_gioithieu */
.about{
    position: relative;
    padding: 80px 0 90px;
    background: #f3f3f3;
    overflow: hidden;
}
.about:before{
    content: "";
    position: absolute;
    inset: 0;
    background: url('/theme/images/bg-world-1.jpg') center center/cover no-repeat;
    opacity: .09;
    pointer-events: none;
}
.about .container{
    position: relative;
    z-index: 2;
}

.about-head{
    max-width: 1180px;
    margin: 0 auto 38px;
}

.about-title{
    position: relative;
    margin: 0 0 26px;
    text-align: center;
    color: var(--main);
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.about-title span{
    position: relative;
    display: inline-block;
    padding: 0 78px;
}
.about-title span:before,
.about-title span:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-top: 1px solid var(--main);
}
.about-title span:before{
    left: 12px;
    border-left: 1px solid var(--main);
    transform: skewX(-42deg);
}
.about-title span:after{
    right: 12px;
    border-right: 1px solid var(--main);
    transform: skewX(42deg);
}
.about-title:before,
.about-title:after{
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 310px);
    height: 1px;
    background: var(--main);
}
.about-title:before{
    left: 0;
}
.about-title:after{
    right: 0;
}
.about-title i,
.about-title b{
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: var(--main);
    transform: rotate(45deg);
}
.about-title i{
    left: 0;
}
.about-title b{
    right: 0;
}

.about-intro{
    max-width: 900px;
    margin: 0 auto;
    color: #1f1f1f;
    font-size: 1.02rem;
    line-height: 1.9;
}

.about-body{
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 34px;
    align-items: start;
}

.about-left img{
    display: block;
    width: 100%;
    height: auto;
}

.about-right{
    padding-top: 4px;
}

.about-block{
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    margin-bottom: 5px;
}
.about-icon{
    color: var(--main);
    font-size: 3rem;
    line-height: 1;
}
.about-content h3{
    margin: 0 0 10px;
    color: var(--main);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
}
.about-content p{
    margin: 0 0 14px;
    color: #1f1f1f;
    font-size: 1.02rem;
    line-height: 1.8;
}
.about-content ul{
    margin: 0;
    padding-left: 18px;
}
.about-content li{
    margin-bottom: 12px;
    color: #1f1f1f;
    font-size: 1.02rem;
    line-height: 1.8;
}

@media (max-width: 1199.98px){
    .about-title{
        font-size: 1.8rem;
    }
    .about-title:before,
    .about-title:after{
        width: calc(50% - 260px);
    }
}

@media (max-width: 991.98px){
    .about{
        padding: 56px 0 64px;
    }
    .about-head{
        margin-bottom: 28px;
    }
    .about-title{
        font-size: 1.45rem;
        margin-bottom: 18px;
    }
    .about-title:before,
    .about-title:after,
    .about-title i,
    .about-title b,
    .about-title span:before,
    .about-title span:after{
        display: none;
    }
    .about-title span{
        padding: 0;
    }
    .about-intro{
        text-align: justify;
    }
    .about-body{
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 575.98px){
    .about{
        padding: 40px 0 46px;
    }
    .about-title{
        font-size: 1.18rem;
        line-height: 1.35;
    }
    .about-intro{
        font-size: .95rem;
        line-height: 1.75;
    }
    .about-block{
        grid-template-columns: 42px 1fr;
        gap: 12px;
        margin-bottom: 24px;
    }
    .about-icon{
        font-size: 2.2rem;
    }
    .about-content h3{
        font-size: 1.35rem;
    }
    .about-content p,
    .about-content li{
        font-size: .95rem;
        line-height: 1.7;
    }
}
/* home_sanpham */
.sup-heading{
    border-bottom:2px solid #4a9b55;
    margin-bottom:18px;
}

.sup-heading-left{
    display:inline-block;
}

.sup-heading-left span{
    display:inline-block;
    background:#5cab55;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:10px 20px 10px 14px;
    text-transform:uppercase;
    line-height:1;
    position:relative;
    white-space:nowrap;
    clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%);
}

.sup-heading-left span:after{
    content:"";
    position:absolute;
    right:-8px;
    top:0;
    width:6px;
    height:100%;
    background:#2b2b2b;
    transform:skewX(-20deg);
}

.sup-heading-right a{
    color:#555;
    font-size:14px;
    font-weight:500;
    transition:all .2s ease;
}

.sup-heading-right a:hover{
    color:#d1002c;
}

.sup-product-card{
    background:#fff;
    border:1px solid #e2e2e2;
    border-radius:4px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.sup-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 22px rgba(0,0,0,.10);
    border-color:#d7d7d7;
}

.sup-product-img{
    position:relative;
    background:#fff;
    border-bottom:1px solid #ededed;
    overflow:hidden;
    aspect-ratio:4/3;
}

.sup-product-img a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    text-decoration:none;
    padding:10px;
}

.sup-product-img img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:transform .3s ease;
}

.sup-product-card:hover .sup-product-img img{
    transform:scale(1.04);
}

.sup-sale-badge{
    position:absolute;
    top:10px;
    left:0;
    z-index:2;
    background:#f3a320;
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:1;
    padding:7px 10px;
    border-radius:0 0 10px 0;
    box-shadow:0 2px 6px rgba(0,0,0,.12);
}

.sup-product-info{
    padding:14px 12px 16px;
    text-align:center;
}

.sup-product-name{
    margin:0 0 8px;
    font-size:15px;
    font-weight:500;
    line-height:1.45;
    min-height:44px;
}

.sup-product-name a{
    color:#333;
    text-decoration:none;
    transition:color .2s ease;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.sup-product-name a:hover{
    color:#d1002c;
}

.sup-product-price{
    line-height:1.45;
}

.sup-product-price .old-price{
    display:inline-block;
    color:#9a9a9a;
    text-decoration:line-through;
    font-size:14px;
    margin-right:6px;
}

.sup-product-price .new-price{
    color:#d1002c;
    font-size:15px;
    font-weight:700;
}

.sup-product-price .new-price strong{
    font-weight:700;
}

@media (max-width:1199.98px){
    .sup-product-name{
        font-size:14px;
        min-height:42px;
    }

    .sup-product-price .old-price{
        font-size:13px;
    }

    .sup-product-price .new-price{
        font-size:14px;
    }
}

@media (max-width:991.98px){
    .sup-heading-left span{
        font-size:13px;
        padding:10px 18px 10px 12px;
    }

    .sup-heading-right a{
        font-size:13px;
    }

    .sup-product-info{
        padding:12px 10px 14px;
    }

    .sup-product-name{
        font-size:14px;
        min-height:40px;
    }

    .sup-product-price .new-price{
        font-size:14px;
    }
}

@media (max-width:767.98px){
    .sup-heading-left span{
        font-size:12px;
        padding:9px 16px 9px 10px;
    }

    .sup-heading-right a{
        font-size:12px;
    }

    .sup-product-info{
        padding:10px 8px 12px;
    }

    .sup-product-name{
        font-size:13px;
        line-height:1.4;
        min-height:38px;
        margin-bottom:6px;
    }

    .sup-product-price .old-price{
        display:block;
        margin:0 0 2px;
        font-size:12px;
    }

    .sup-product-price .new-price{
        font-size:14px;
    }

    .sup-sale-badge{
        font-size:11px;
        padding:6px 8px;
    }
}

@media (max-width:575.98px){
    .sup-product-card{
        border-radius:3px;
        box-shadow:0 1px 6px rgba(0,0,0,.05);
    }

    .sup-product-card:hover{
        transform:translateY(-2px);
        box-shadow:0 5px 16px rgba(0,0,0,.08);
    }

    .sup-product-name{
        font-size:13px;
        min-height:36px;
    }

    .sup-product-price .new-price{
        font-size:14px;
    }
}
/* home_tintuc */
    .news-block {
      background: #fff;
    }

    .block-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 2px solid var(--main);
      margin-bottom: 18px;
    }
    .block-title {
      position: relative;
      display: inline-block;
      height: 38px;
      line-height: 38px;
      padding: 0 56px 0 12px;
      background: var(--main);
      color: var(--white);    
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      white-space: nowrap;
      clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
    }
    
    .block-title::before {
      content: "";
      position: absolute;
      top: 0;
      right: 16px;
      width: 12px;
      height: 100%;
      background: var(--hover);
      transform: skewX(28deg);
    }
    
    .block-title::after {
      content: "";
      position: absolute;
      top: 0;
      right: 2px;
      width: 12px;
      height: 100%;
      background: var(--main);
      transform: skewX(28deg);
    }   

    .view-all {
      color: #555;
      text-decoration: none;
      font-size: 14px;
    }

    .view-all:hover {
      color: var(--hover);
    }

    .view-all span {
      font-size: 18px;
      vertical-align: middle;
      margin-left: 4px;
    }

    .post-item {
      display: flex;
      gap: 18px;
      margin-bottom: 14px;
    }

    .post-thumb {
      width: 190px;
      min-width: 190px;
      height: 165px;
      overflow: hidden;
      background: #ddd;
    }

    .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .post-content {
      flex: 1;
      padding-right: 10px;
    }

    .post-title {
      font-size: 17px;
      font-weight: 500;
      color: #222;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      line-height: 1.35;
    }

    .post-title:hover {
      color: var(--hover);
    }

    .post-desc {
      color: #333;
      font-size: 15px;
      line-height: 1.65;
      margin-bottom: 12px;

      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .read-more {
      display: inline-block;
      color: var(--main);
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      position: relative;
      padding-bottom: 6px;
    }

    .read-more::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 54px;
      height: 2px;
      background: #cfd8cf;
    }

    .read-more:hover {
      color: var(--hover);
    }

    @media (max-width: 991.98px) {
      .post-thumb {
        width: 160px;
        min-width: 160px;
        height: 135px;
      }

      .post-title {
        font-size: 16px;
      }

      .post-desc {
        font-size: 14px;
      }
    }

    @media (max-width: 767.98px){
  .post-item{
    display:flex;
    gap:10px;
    margin-bottom:8px;
  }

  .post-thumb{
    width:145px;
    min-width:145px;
    height:132px;
  }

  .post-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .post-content{
    flex:1;
    min-width:0;
  }

  .post-title{
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:13px;
    line-height:1.4;
    margin-bottom:4px;
  }

  .post-desc{
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:12px;
    line-height:1.6;
    margin-bottom:6px;
  }

  .read-more{
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    color:#6eaf66;
    text-decoration:none;
    position:relative;
    padding-bottom:6px;
  }

  .read-more::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:48px;
    height:2px;
    background:#d8e3d3;
  }

  .section-title{
    font-size:14px;
    padding:10px 18px 10px 12px;
  }

  .view-all{
    font-size:12px;
  }
}
/* news */
.news-list-section{background:#f3f3f3;}
.news-item{width:100%;}
.news-item .tt-item{display:flex;flex-direction:row;align-items:stretch;width:100%;background:#fff;overflow:hidden;}
.news-item .i-hov{width:380px;min-width:380px;max-width:380px;height:250px;position:relative;overflow:hidden;flex-shrink:0;}
.news-item .i-hov a{display:block;width:100%;height:100%;}
.news-item .i-hov img{display:block;width:100%;height:100%;object-fit:cover;}
.news-item .entry-time{display: none!important; position:absolute;top:14px;left:14px;width:56px;height:56px;background:#fff;color:var(--main);font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.08);}
.news-item .entry-time span{display:block;font-size:13px;margin-top:2px;}
.news-item .tt-info{flex:1;padding:20px 24px;}
.news-item .tt-info h2{margin:0 0 10px;font-size:22px;line-height:1.35;}
.news-item .tt-info h2 a{color:#111;text-decoration:none;}
.news-item .tt-info h2 a:hover{color:var(--hover);}
.news-item .tt-info p{margin:0 0 14px;font-size:16px;line-height:1.7;color:#333;}
.news-item .tt-more a{color:var(--main);text-decoration:none;font-weight:600;}

@media (max-width:991.98px){
    .news-item .tt-item{flex-direction:column;}
    .news-item .i-hov{width:100%;min-width:100%;max-width:100%;height:auto;}
    .news-item .i-hov img{height:auto;}
    .news-item .tt-info{padding:16px;}
    .news-item .tt-info h2{font-size:22px;}
    .news-item .tt-info p{font-size:15px;}
}
/* product_detail */
 .card-img-top {aspect-ratio: 16 / 10;object-fit: cover;}
 .main-other h3{text-transform: uppercase;}
.product-head{background-color: var(--wite); border: 1px solid rgb(0 0 0 / 6%); box-shadow: 0 6px 18px rgb(0 0 0 / 4%);}
.product-title{background: url(/theme/images/detail.png) no-repeat bottom left / cover;}
.product-title h1{font-size: inherit; line-height: 1.5;}
.product-info h1{border-bottom: 1px solid var(--bord);}
.product-info .main-button a{background-color: var(--hover); border-color: var(--hover); color: var(--wite);}
.product-info .main-button a:hover{background-color: var(--main); border-color: var(--main); color: var(--hover);}
.product-info > a:hover{color: var(--hover);}
.product-tabs{list-style: none;}
.product-tabs li{flex: 0 0 auto; line-height: 50px;}
.product-tabs li a{display: block; padding: 0 1.5rem; text-transform: uppercase; color: var(--text);}
.product-tabs li a.active{background-color: var(--wite); color: var(--main);}
.product-content{background-color: var(--wite); border: 1px solid rgb(0 0 0 / 6%); box-shadow: 0 6px 18px rgb(0 0 0 / 4%);}
.product-content .main-other{border-width: 1px; font-family: Lexend, 'Helvetica Neue', Arial, sans-serif; font-weight: 400; color: var(--main);}
.product-content .main-other *:before{height: 1px; background-color: var(--hover);}
.spD-big{background-color: var(--wite); box-shadow: 0 6px 12px -8px rgb(0 0 0 / 8%);}
.spD-big .slick-slide > div{position: relative; height: 0; padding-top: 100%; cursor: pointer;}
.spD-big .slick-slide > div img{object-fit: contain;}
.spD-nav .slick-slide{margin: 0 0.25rem; padding: 0.25rem; background-color: var(--wite);}
.spD-nav .slick-slide > div{position: relative; height: 0; padding-top: calc(100%/3*2); cursor: pointer;}
.spD-nav .slick-slide > div img{object-fit: contain;}
.spD-nav .slick-arrow{position: absolute; bottom: 0; width: 40px; height: calc(100% - 1rem); margin: auto; opacity: 50%;}
.spD-nav .slick-arrow:hover{opacity: 1;}
.spD-nav .slick-arrow i{display: flex; height: 100%; align-items: center; justify-content: center; color: var(--wite);}
.spD-nav .slick-prev{left: 0; background: linear-gradient(90deg, var(--main) 25%, transparent 100%);}
.spD-nav .slick-next{right: 0; background: linear-gradient(270deg, var(--main) 25%, transparent 100%)}
@media all and (max-width: 992px){

}
@media all and (max-width: 576px){
    .product-tabs li a{padding: 0 1rem; text-transform: none;}
}
/* service */
.sv-card{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sv-item{
    position: relative;
    overflow: hidden;
}

.sv-item img{
    position: relative;
    border-radius: 15px;
    transform: scale(95%);
    z-index: 2;
    transition: all 0.25s ease 0s;
}

.sv-item img:hover{
    transform: scale(1);
    border-radius: 15px;
}

.sv-item:before,
.sv-item:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    z-index: 1;
}

.sv-item:before{
    top: 0;
    right: 0;
    border-top: 1px solid var(--main);
    border-right: 1px solid var(--main);
    border-radius: 0 15px 0 0;
}

.sv-item:after{
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--main);
    border-left: 1px solid var(--main);
    border-radius: 0 0 0 15px;
}

.sv-title{
    margin: 15px 20px 0;
    padding: 12px 15px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(255 255 255 / 75%);
    border-radius: 5px;
}

.sv-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
}
/* side */
aside{background-color: var(--wite); border: 1px solid rgb(0 0 0 / 6%); box-shadow: 0 6px 18px rgb(0 0 0 / 4%);}
.side-title{background-color: var(--main); border-bottom: 3px solid var(--hover); border-radius: 5px 5px 0 0; color: #fff;}
.side-dm ul{list-style: none;}
.side-dm ul li+li{border-top: 1px dashed var(--border);}
.side-dm ul li a:hover{padding-left: 0.5rem; color: var(--hover);}
.side-dm ul li.active a{color: var(--hover);}
.side-ht img{width: 40px;}
.side-ht a:last-child{border-top: 1px solid #d7d7d7;}
.side-ht a:last-child img{width: 21px; vertical-align: top;}
.side-bv h3{display: -webkit-box; width: calc(100% - 100px - 1rem); -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;font-weight: normal;}
/* z_popup */
.popup{width: calc(100% - 1rem);  max-width: 576px; margin: 0 auto;}
.popup-title{padding: 0 15px; background-color: var(--main); border-radius: 20px 20px 0 0; line-height: 50px; color: #fff;}
.popup-form{background-color: #fff; border-radius: 0 0 20px 20px;}
.loading-indicator-overlay, .loading-indicator{z-index: 99993!important;}
.fancybox-close-small{width: 50px; height: 50px;}
.fancybox-close-small:after{top: 10px; right: 10px; color: #fff;}
