h1, h2, h3, h4, h5, h6 {
    font-size: 100% !important;
    margin: 0 !important;
}
.biz-banner {
    width: 100%;
    height: 336px;
    padding-top: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    background-color: #04123a;
    position: relative;
    z-index: 1;
}
.biz-banner .biz-banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.global-tabwwlang > div {
    min-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
}
.tablang-outside {
    background: #fff;
    padding-top: 12px;
    width: 100%;
}

.tablang-outside .tablang-wrapper {
    height: 170px;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1200px;
    position: relative;
    width: 100%;
}
.country-slider{
    max-width:1440px;
    margin:0 auto;
    display:flex;
    align-items:flex-start; /* thay center */
    gap:15px;
}

.country-list{
    flex:1;
    display:grid;
    grid-template-columns:repeat(10,1fr);
    gap:20px;
    align-items:start;
}

.slider-btn{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    font-size:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.15);

    margin-top:35px; /* chỉnh theo chiều cao cờ */
}

.country-item{
    display:none;
    background:#fff;
    padding:15px 5px;
    border-radius:10px;
    text-align:center;
    /*box-shadow:0 2px 8px rgba(0,0,0,.08);*/
}

/*.country-item img{
    width:60px;
    height:40px;
    object-fit:cover;
    display:block;
    margin:0 auto 10px;
    border-radius:4px;
}*/

.country-name{
    font-size:14px;
    font-weight:bold;
}



.country-pic {
    grid-gap: 10px;
    background: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    gap: 10px;
    height: 60px;
    overflow: hidden;
    padding: 10px;
    width: 60px;
    border-radius: 100%;
    justify-self: center;
}
.country-pic img {
    aspect-ratio: 1;
    height: 40px;
    object-fit: cover;
    position: relative;
    width: 40px;
    border-radius: 100%;
}

@media(max-width:768px){

    .country-list{
        grid-template-columns:repeat(2,1fr);
    }

}
/***slide*******/
.ggs-home-container > div {
    min-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
}
.wws-container{
    background-color: #fff;
    padding-bottom: 32px
}

.title{
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
}

.swiper{
    overflow:visible;
}

.swiper-slide{
    height:auto;
}

.industry-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eee;
    transition:.35s;
}

.industry-card:hover{
    transform:translateY(-6px);
    /*box-shadow:0 20px 40px rgba(0,0,0,.12);*/
}

.industry-content{
    display:flex;
    height:300px;
}

/* LEFT */

.industry-main{
    width:72%;
    position:relative;
    overflow:hidden;
}

.industry-main .bg{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.industry-card:hover .bg{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    inset:0;
    padding:20px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );
}

.desc{
    font-size:13px;
    line-height:1.5;
    margin-bottom:10px;
}

.overlay h3{
    font-size:24px;
    margin-bottom:10px;
}

.country{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
}

.country img{
    width:22px;
    height:22px;
    border-radius:50%;
}

/* RIGHT */

.industry-products{
    width:28%;
    padding:10px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.industry-products img{
    flex:1;
    width:100%;
    object-fit:cover;
    border-radius:10px;
    transition:.3s;
    cursor:pointer;
}

.industry-products img:hover{
    transform:scale(1.05);
}

/* NAVIGATION */

.swiper-button-prev,
.swiper-button-next{
    width:55px !important;
    height:55px !important;
    background:#fff;
    border-radius:50%;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size:18px !important;
    color:#333;
    font-weight:bold;
}

.swiper-button-prev{
    left:-25px;
}

.swiper-button-next{
    right:-25px;
}

.swiper-button-prev,
.swiper-button-next{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*SLIDE*/

.hugo3-floor-title {
    margin: 0 auto;
    padding: 20px 0
}
.hugo3-floor-title a {
    text-decoration: none
}
.hugo3-floor-title .hugo3-fc-pc {
    color: #222;
    font-size: 18px
}
.hugo3-floor-title .main-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.hugo3-floor-title .main-wrapper,.hugo3-floor-title .right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.hugo3-floor-title .right-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 28px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: 12px
}
.hugo3-floor-title .right-wrapper .more-text {
    font-size: 16px;
    margin-right: 8px
}
.hugo3-floor-title .right-wrapper .more-icon {
    height: 15px;
    width: 18px
}
.hugo3-floor-title.card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 16px;
    width: 100%
}
.hugo3-floor-title:not(.new) {
    max-width: 1500px
}
.hugo3-floor-title.page {
    padding: 40px 0
}
.hugo3-floor-title.page .title {
    font-size: 30px;
    line-height: 40px
}
.hugo3-floor-title.alter .title-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.hugo3-floor-title.alter .sub-title {
    font-size: 16px;
    margin: 0 0 0 12px
}
.hugo3-floor-title .sub-title {
    margin-top: 8px
}
.hugo3-floor-title.new {
    max-width: 1440px;
    padding: 32px 0
}
.hugo3-floor-title.new .main-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.hugo3-floor-title.new .main-wrapper .title-text {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.hugo3-floor-title.new .main-wrapper .right-wrapper {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1
}
.hugo3-floor-title.new .main-wrapper .right-wrapper .more-text {
    color: #222;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 26px;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 7px;
    text-decoration: underline
}
.hugo3-floor-title.new .main-wrapper .right-wrapper .more-icon {
    height: 14px;
    width: 16px
}
.hugo3-floor-title.new .main-wrapper .right-wrapper .more-text .more-icon {
    vertical-align: middle
}
.hugo3-floor-title.new .title {
    color: #222;
    font-size: 32px;
    height: 40px;
    line-height: 40px
}
.hugo3-floor-title.new.alter .title-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.hugo3-floor-title.new.alter .sub-title {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 20px
}


@media screen and (max-width: 1580px) {
    .hugo3-floor-title:not(.new) {
      width:1200px
    }
}
@media screen and (max-width: 1399px) {
    .hugo3-floor-title.new .title {
      font-size:28px;
      height: 34px;
      line-height: 34px
    }
}
@media screen and (max-width: 1280px) {
    .hugo3-floor-title.new {
      width:1200px;
    }
}



/* MOBILE */

@media(max-width:768px){

    .industry-content{
        flex-direction:column;
        height:auto;
    }

    .industry-main{
        width:100%;
        height:250px;
    }

    .industry-products{
        width:100%;
        flex-direction:row;
    }

    .industry-products img{
        height:120px;
    }
}


.slider {
    position: relative;
}
.industry_wrapper {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1200px;
    width: 100%;
    height: 304px;
    margin-bottom: 100px;
}

/*Product*/
.pro_wrapper {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1200px;
    width: 100%;
    margin-bottom: 100px;
}
.wwproduct-all{
    padding: 20px 0;
    background: #f4f4f4;
}
.outtab-products {
    display: flex;
    gap: 10px;
}
.sr-proList {
    position: relative;
    /*flex: 1;*/ 
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;

    width: 20%;
    flex: 0 0 19.4%;
    box-sizing: border-box;
}
.sr-proList-pic-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.prod-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    overflow: hidden;
}
.prod-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
    object-fit: contain;
}
.prod-image:hover img {
    animation: zoomSoft 3s ease-in-out infinite;
}
@keyframes zoomSoft {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.sr-proList-txt {
    margin-top: 10px;
}
.gyc-proList {
    font-weight: 600;
    height: 38px;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #222;
    background: #fff;
    display: grid;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.sr-proList-name {
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sr-proList-name a {
    color: #222;
    text-decoration: none;
}
.sr-proList-price {
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.sr-proList-num {
    color: #e64545;
    line-height: 21px;
    font-weight: bold;
    font-size: 18px;
}
span.sr-proList-km {
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 14px;
}
.sr-proList-moq {
    margin-top: 10px;
    color: #888;
}
.gyc-proList {
    font-weight: 600;
    height: 38px;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #222;
    background: #fff;
    display: grid;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.page-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 3px;
    background: #eee;
    cursor: pointer;
}
.page-item.active {
    background: #333;
    color: #fff;
}