.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.section-product .product-list .tab-content .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}


.home-banner {
    padding-bottom: calc(700/1440 * 100%);
    position: relative;
    
}

.home-banner iframe ,.home-banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
    max-height: 100% !important;
}

.home-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
}

.home-banner .absolute-content{
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
}

.home-banner .absolute-content {
    top: 49.5%;
    transform: translateY(-50%);
}


.home-banner .absolute-content h1,
.home-banner .absolute-content .h1 {
    font-weight: 600;
    font-size: 75px;
    line-height: 90px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 543px;
}


.home-banner .absolute-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 435px;
}

.home-banner .absolute-content a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: 1px solid;
    padding: 14px 44px;
    display: inline-block;
}

.home-banner .absolute-content a:hover {
    background: #fff;
    color: #5F5E59;
    text-decoration: none;
    border-color: #fff;
}

.home-banner .absolute-content p:last-child {
    margin-bottom: 0;
}

.section h2 {
    /* font-weight: 600; */
    /* font-size: 30px; */
    /* line-height: 41px; */
    color: #2D2D2D;
    text-align: left;
}
.section-product h2 {
    margin-top: 75px;
}
.section .section-content {
    margin-top: 65px;
}


.section p {
    font-weight: 400;
/*    font-size: 15px;*/
    font-size: 16px;
    line-height: 26px;
    color: #5F5E59;
}

.section-product .product-list {
    display: flex;
    margin-bottom: 16px;
}

.section-product .product-list .tab-title.items {
    width: 250px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.section-product .product-list .tab-content {
    position: relative;
    width: calc(100% - 25px);
    padding-left: 53px;
}
.section-product .product-list .tab-content .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.section-product .product-list .tab-content .product {
    width: calc(100% / 3 - 40px);
    margin-bottom: 40px;
}

.section-product .product-list .tab-content .product .image-box>a {
    padding: 30px 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.home-banner-slider-images {
    height: 100%;
}

.section-product .product-list .tab-content .product .image-box {
    background: #F6F7FA;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: calc(322/253 * 100%);
}

.section-product .product-list .tab-content .product a {

    display: block;
}

.section-product .product-list .tab-content .product a:not(:hover){
        color: #2D2D2D;
}

.section-product .product-list .tab-content .product .image-box span.label {
    position: absolute;
    padding: 5px 14px;
    right: 0;
    top: 0;
    background: #F87513;
    color: #fff;
    z-index: 2;
    text-transform: initial;
}

.section-product .product-list .tab-content .product h4 {
    font-weight: 400;
/*    font-size: 15px;*/
    font-size: 16px;
    line-height: 21px;
    /* or 140% */
    color: #2D2D2D;
}

.section-product .product-list .tab-content .product>span {
    font-style: normal;
    font-weight: 400;
    /*  font-size: 13px;*/
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    display: inline-block;
    margin-bottom: 5px;
}

.tab-left-width-ajax .current-tab {
    display: none;
}




.section-promo {
    /* display: none; */
    display: flex;
    align-items: center;
}

.section img {
    width: 100%;
    transition-duration: .3s;
}

.section a:hover img {
    transform: scale(1.02);
}


.section-promo .swiper-group .item .image {
    position: relative;
    padding-bottom: 100%;
}

.section-promo .swiper-group .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-promo .swiper-group .col-left {
    width: 48.5%;
}

.section-promo .swiper-group  .col-right {
    background: #fff;
    padding: 57px 40px 57px 40px;
    width: 51.5%;
    background: #FFFFFF;
box-shadow: 0px 0px 20px -4px rgba(85, 105, 135, 0.12);
border-radius: 3px;
}

section.section.section-promo {
    background: #F6F7FA;
    padding: 55px 0;
}

section.section.section-promo h2 {
    margin-bottom: 14px;
}

.section.section.section-promo .section-content {
    margin-top: 50px;
}


.section-promo .col-right span.time {
    display: block;
    text-align: right;
/*    font-size: 14px;*/
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    width: 100%;
}

.section-promo .swiper-group .col-right .swiper.swiper4 {
    width: 100%;
}

.section-promo .col-right h4 {
    margin-bottom: 30px;
    padding-right: 17px;
    color: #2D2D2D;
}

.section-promo .col-right ul li {
/*    font-size: 14px;*/
    font-size: 16px;
    line-height: 24px;
    
    
/* or 171% */
}


.section-promo .col-right .content {
    margin-bottom: 25px;
    padding-right: 5px;
}


.section-promo .box-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

.section-promo .box-bottom .swiper-btn {
    display: flex;
}

main.site-main section.section.section-promo ul li:not(.select2-results__option):before {
    top: 10px;
    background: #5F5E59;
}


/* news */
.news-events .section-content .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 24.6857px -4.93714px rgba(85, 105, 135, 0.12);
    border-radius: 4px;
    background: #fff;
}

.news-events .section-content .item .right-col {
    padding: 20px 25px;
    width: 42.8%;
}

section.news-events.section {
    padding: 60px 0 86px;
}

section.news-events.section h2 {
    margin-bottom: -1px;
    text-transform: capitalize;
    color: #333333;
}

section.news-events.section .sub-title-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

section.news-events.section  a.view {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
/* identical to box height, or 162% */
    color: #1E4E90;
    margin-right: 16px;
}

section.news-events.section .sub-title-box .view-all {
    display: flex;
    align-items: center;
}

section.news-events.section .sub-title-box .sub-title {
    margin-bottom: -6px;
}

section.news-events.section .section-content {
    margin-top: 45px;
    padding-bottom: 30px;
}

.news-events .section-content .item .right-col h6 {
    line-height: 20px;
}

.news-events .section-content .item .right-col h6 a:not(:hover){
    color: #2D2D2D;
}

.news-events .image-box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 3.7px 0px 0px 3.7px;
    height: 100%;
}

.news-events .image-box {margin-bottom: 0;width: 57.2%;}
.news-events .image-box .image{
    padding-bottom: calc(217/315 * 100%);
    position: relative;
        display: block;
}

.section-promo .box-bottom .swiper-button-next {
    margin-left: 11px;
}

.news-events .section-content .item .right-col .date {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 21px;
    color: #909090;
}

section.news-events.section .empty {
    margin-top: 50px;
}
.news-slide {
    padding-left: 20px;
}
@media (min-width: 768px){
    .section-promo .swiper-group:not(.hide-desktop) {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
    
.home .background-image1:after {
    top: 2482px;
    z-index: 0;
    right: -868px;
    display: block;
}

.news-slide .swiper {
    margin-left: -20px;
    padding-left: 20px;
}
}


@media (min-width: 1025px) and (max-width: 1199px){

    .section-product .product-list .tab-content .product:nth-child(3n+1), 
    .section-product .product-list .tab-content .product:nth-child(3n+2) {
        margin-right: 30px;
    }
}
@media (min-width: 1180px){
    .news-slide {
    padding-left: calc((100% - 1180px) /2 + 20px);
}
}
@media (min-width: 1200px){
        .section-product .product-list .tab-content .product:nth-child(3n+1), 
        .section-product .product-list .tab-content .product:nth-child(3n+2) {
            margin-right: 60px;
        }
}

@media (min-width: 1440px){
    .home-banner {
        padding-bottom: 0;
        height: 700px;
    }
}

@media (max-width: 1199px){
    .section-product .product-list .tab-content {
        padding-left: 0;
    }

    .section-product .product-list .tab-content .product {
        width: calc(100% / 3 - 20px);
    }

    .home-banner .absolute-content h1,
    .home-banner .absolute-content .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .home-banner .absolute-content p {
        font-size: 16px;
        line-height: 28px;
    }

}


@media (max-width: 1024px){
    .home-banner .absolute-content h1,
    .home-banner .absolute-content .h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 15px;
    }

    .home-banner .absolute-content .content {
        max-width: 356px;
    }


}

@media (max-width: 1024px) and (min-width: 768px){
    .section-product .product-list .tab-content .product {
        width: calc(100% / 2 - 10px);
        margin-bottom: 30px;
    }

        .section-product .product-list .tab-content .product:nth-child(2n+1) {
        margin-right: 20px;
    }

    .section-promo .swiper-group .col-right {
        padding: 30px 40px;
    }

    .section-promo .col-right h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-promo .col-right .content {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .home-banner .absolute-content h1,
    .home-banner .absolute-content .h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }


    .home-banner .absolute-content p {
/*        font-size: 15px;*/
        font-size: 16px;
        line-height: 25px;
        padding-right: 64px;
    }

    .home-banner {
        padding-bottom: calc(800/1440 * 100%);
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .tab-left-width-ajax .dropdown-list {
        display: flex !important;
        flex-direction: column;
        padding-right: 20px;
    }

    .hide-desktop {
         display: none; 
    }
}
@media screen and (max-width: 767px) {
    .news-slide {
        padding-right: 20px;
    }
    .section-product .product-list .tab-content .product:nth-child(2n+1) {
            margin-right: 19px;
    }
    .home-banner {
        padding-bottom: 0;
        height: 500px;
    }

    .home-banner .absolute-content a {
        /*  font-size: 13px;*/
        font-size: 16px;
        line-height: 28px;
        padding: 11px 29.5px;
    }

    .home-banner {
        /* margin-bottom: 49px; */
    }

    .section-product h2 {
        margin-top: 49px;
    }
    .section-product .product-list .tab-title.items,
    .section-product .product-list .tab-content {
        width: 100%;
    }
    .section-product .product-list {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .product-list.section-content{
        flex-wrap: wrap;
    }

    .section-product .product-list .dropdown-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 4;
        background: #fff;
        border: 1px solid rgba(144, 144, 144, 0.3);
        padding: 25px 30px;
        border-top: 0;
    }
    .tab-left-width-ajax .current-tab {
        display: block;
    }
    .section-product .product-list .current-tab {
        display: block;
        padding: 15px 30px;
        border: 1px solid #C5DE78;
        font-weight: 600;
/*        font-size: 15px;*/
        font-size: 16px;
        line-height: 20px;
    }
    .section-product .product-list .tab-title.items{
        margin-bottom: 30px;
    }

    .section-product .product-list .tab-content .product .image-box span.label {
    /*  font-size: 13px;*/
    font-size: 16px;    
    /*    line-height: 20px;*/
    line-height: 26px;
}

section.section.section-product h2 {
    margin-bottom: 14px;
}

.section-product .product-list .tab-content .product .image-box>a {
    padding: 19px 17px;
}

.section-promo .swiper-group .col-left {
    width: 100%;
    margin-bottom: 30px;
}

.section-promo .swiper-group .col-right {
    width: 100%;
    padding: 0;
}

.section-promo .box-bottom .swiper-btn,
.hide-mobile {
    display: none;
}

section.section.section-promo {
    padding: 50px 0;
}

section.section.section-promo h2 {
    margin-bottom: 11px;
}

.section-promo .swiper-group {
    margin-top: 29px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px -4px rgba(85, 105, 135, 0.12);
    border-radius: 3px;
}

.section-promo .col-right h4 {
/*    font-size: 15px;*/
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
}

.section-promo .box-bottom {
    padding-right: 12px;
}

section.section.section-promo .swiper-group ~ .swiper-btn {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

section.section.section-promo .swiper-btn .swiper-button-next {
    margin-left: 24px;
}

section.news-events.section {
    padding: 52px 0 82px;
    background: transparent;
}

section.news-events.section .sub-title-box .view-all .swiper-btn {
    display: none;
}

section.news-events.section .sub-title-box {
    display: block;
}

section.news-events.section .sub-title-box .view-all {
    margin-top: 0;
}

section.news-events.section .view-all a {
    margin-right: 0;
}

section.news-events.section h2 {
    margin-bottom: 0;
}

.news-events .section-content .item .right-col {
    background: #fff;
     padding: 20px;
}

.news-events .image-box {
    margin-bottom: 30px;
}

section.news-events.section .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

section.news-events.section a.view {
    margin-right: 0;
}

section.news-events.section .section-content {
    margin-top: 36px;
    padding-bottom: 33px;
}

.news-events .image-box .image {
    padding-bottom: calc(232/335 * 100%);
}


.news-events .section-content .item .right-col h6 {
    margin-bottom: 22px;
    /*  font-size: 13px;*/
    font-size: 16px;
    line-height: 26px;
        min-height: 64px;
}

.news-events .section-content .item .right-col h6 a {
/*    font-size: 15px;*/
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
}

.news-events .section-content .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 24.6857px -4.93714px rgba(85, 105, 135, 0.12);
    border-radius: 3.70286px;
}

section.news-events.section .swiper-btn.hide-desktop {
    display: flex;
    justify-content: center;
}

section.news-events.section .swiper-btn.hide-desktop .swiper-button-next {
    margin-left: 23px;
}

section.news-events.section .swiper {
    overflow: visible;
    margin-bottom: 0;
}

    
    .news-events .section-content .item .right-col .date {
        position: static;
        /*  font-size: 13px;*/
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px){
    .section-product .product-list .tab-content .product:nth-child(3n+1), 
    .section-product .product-list .tab-content .product:nth-child(3n+2) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 575px) {
    .section-product .product-list .tab-content .product{
        width: calc(100% / 2 - 9.5px);
        margin-bottom: 30px;
    }
    .news-events .section-content .item .right-col {
        width: 100%;
        padding: 0 20px 20px;
        background: #fff;

    }

    .home-banner .absolute-content p {
    max-width: 335px;
}

    .news-events .image-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .home-banner {
        padding-bottom: calc(500/375 * 100%);
    }
    .home-banner img {
        height: 100%;
        object-fit: cover;
    }
    .section-promo .col-left,
    .section-promo .col-right {
        width: 100%;
    }
    .section-promo {
        flex-direction: column;

    }

    .news-events .section-content .item .right-col {
        padding: 0 20px 20px;
    }


}



.home-banner-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}



/* update 06/12/2023 */
.home-banner .full-size{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}