.language-section img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
    border-radius: 100%;
}

.slick-height-equa .slick-track {
    display: flex !important;
}

.slick-height-equa .slick-slide {
    height: inherit !important;
}
.swiper-slide--wrap {
    font-weight: 900;
    text-transform: uppercase;
    color: #F1CF3E;
    position: absolute;
    top: 20%;
    left: 4%;
}
.swiper-slide--tile {
    margin-bottom: 5rem;
    font-size: 32px;
}
/*Box Title*/
.box-head {
    margin-bottom: 30px;
    text-align: center;
}

.box-head__title {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.box-head__title span {
    display: inline-block;
    border-radius: 20px;
    background: var(--color-main);
    padding: 10.5px 20px;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.box-head__title:before, .box-head__title:after {
    content: "";
    height: 2px;
    width: 50%;
    background: var(--color-hightlight);
    top: 50%;
    z-index: -1;
    position: absolute;
}

.box-head__title:before {
    left: 0;
}

.box-head__title:after {
    right: 0;
}

.box-head__desc {
    margin: 15px auto 0;
    font-style: italic;
    max-width: 630px;
}

/*End Box Title*/
/*Header*/
.header-topbar {
    background: var(--color-main);
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--white);
}

.header-topbar a {
    color: var(--white);
    padding: 0 6px;
}

.logo-section img {
    max-height: 120px;
}

.header-menu {
    background: var(--color-main);
}

/*End Header*/
/*Box Policy*/
.box-policy {
    display: flex;
    justify-content: space-around;
}

.box-policy__box {
    display: flex;
}

.box-policy__box-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    font-size: 34px;
    line-height: 42px;
    color: #59977e;
}

.box-policy__box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-policy__box-content {
    flex: 1;
}

.box-policy__box-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--black);
}

.box-policy__box-content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-main);
}

/*End Box Policy*/
/*Menu Vertical*/
@media (min-width: 1001px) {
    .menu-section .entry-menu.dropdown ul {
        left: calc(100% + 0px);
    }

    .menu-vertical .menu-section ul.entry-menu {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        z-index: 1;
    }

    .menu-vertical ul li {
        width: 100%;
    }

    .menu-vertical .menu-section > ul > li.has-child > a {
        width: 100%;
        color: var(--white);
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--color-main);
        border-radius: 45px;
        line-height: 40px;
        height: 40px;
        z-index: 2;
        position: relative;
    }

    .menu-vertical .menu-section ul.entry-menu {
        width: 100%;
        background: var(--white);
        padding: 0;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        padding-top: 30px;
        margin-top: -30px;
    }

    .menu-section .entry-menu.dropdown li:hover > ul {
        border: 0;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    }

    .menu-vertical .menu-section .menu-link {
        padding: 10px 35px 10px 10px;
        border-top: 1px solid #ececec;
    }

    .menu-vertical .menu-section .dropdown li:first-child .menu-link {
        border-top: 0;
    }

    .menu-vertical .menu-section .child-indicator {
        right: 10px;
    }
    
    .header-menu .menu-container {
        float: left;
        width: calc(100% - 110px);
    }
    
    .header-menu .language-section {
        margin: .8rem 0;
    }
    
    .header-menu .menu-section > ul {
        text-align: center;
    }
}

/*End Menu Vertical*/
/*Box Banner*/
.box-banner__item {
    border-radius: 6px;
    overflow: hidden;
}

.box-banner__item img {
    width: 100%;
    height: auto;
}

/*End Box Banner*/
/*Tabs Product*/
.head-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.head-tabs__title {
    margin-top: 10px;
    margin-bottom: 10px;
    background: var(--color-main);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 45px;
}

.head-tabs__list.product-tab.nav .nav-item {
    padding: 0;
    margin-right: 30px;
}

.head-tabs__list.product-tab.nav .nav-item:last-child {
    margin-right: 0;
}

.head-tabs__list.effect-nav li a::after {
    height: 2px;
}

/*End Tabs Product*/
/*Partner*/
.partner-home__images .slick-list {
    margin: 0 0;
}

.partner-home__images .slick-slide {
    margin: 0 0;
}

.partner-home__images .slick-slide .item {
    display: block!important;
}

.partner-home__images-item {
    border: 1px solid #dedede;
    padding: 10px;
    background: var(--white);
}

.partner-home__images-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-home__images-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: 120px;
}

/*End Partner*/
/*Quick Contact*/
.quick-contact-nav {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 112px;
    top: auto !important;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
    opacity: 0;
}

.quick-contact-nav.show {
    opacity: 1;
}

.quick-contact-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-contact-nav ul li {
    list-style: none!important;
}

.quick-contact-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.quick-contact-nav ul>li a img {
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
}

/*End Quick Contact*/
/*Footer*/
.footer-copyright {
    background: rgba(0,0,0,0.2);
}

/*End Footer*/
/*Page*/
.menu-right .categories-section {
    border: 1px #ebebeb solid;
    border-radius: 15px;
    padding-top: 38px;
    margin-top: -38px;
}

.menu-right .categories-section li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.menu-right .categories-section li:last-child {
    border-bottom: 0;
}

.menu-right .categories-section a {
    padding: 8px 16px;
}

.page-contact .title-footer {
    color: var(--color-main);
}

.page-contact .entire-info-website address p {
    color: var(--color-text);
}

/*End Page*/
/*Box Certifications*/
.item-certifications {
    display: block;
    border: 1px solid #ebebeb;
    height: 100%;
    border-radius: 15px;
}

.item-certifications__image {
    position: relative;
    padding-top: 100%;
}

.item-certifications__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.item-certifications__title {
    font-weight: 600;
    font-size: 15px;
    color: var(--black);
    text-align: center;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ebebeb;
}

/*End Box Certifications*/
/*Box Phone*/
.box-phone {
    display: inline-block;
    position: fixed;
    bottom: 80px;
    left: 15px;
    z-index: 100;
}

.box-phone a, .phone-icon {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
}

.box-phone i {
    border-radius: 50%;
    background-color: red;
    color: var(--white);
    font-size: 20px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-phone .text-phone {
    position: relative;
    display: inline-block;
    background: red;
    padding: 5px 10px;
    color: var(--white);
    font-weight: 600;
    border-radius: 19px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/*End Box Phone*/
.high-image img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    margin: 0 auto;
}

/*Responsive*/
.is-mobile .slider-section, .is-mobile .slider-section .item img {
    height: 50vw;
}

.is-mobile .box-banner__item {
    margin-bottom: 10px;
}

.is-mobile .slick-list {
    margin: 0 -5px;
}

.is-mobile .slick-slide {
    margin: 0 5px;
}

.is-mobile .orderby-section .orderby-title {
    min-width: 100px;
}

.is-mobile .logo-section img {
    max-height: 80px;
}

.contact-home {
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
    background-color: #1d3617;
    color: #fff;
}

.content_contact .call a {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    background: red;
    color: white;
}

.background-footer {
    background: var(--color-main);
}

.img-about img {
    border-radius: 1rem;
}

.page-banner img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-hightlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-hightlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: var(--color-highlight);
    border-radius: 50%;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*End Button Contact Fixed*/
@media (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .is-mobile header.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
        background: white;
    }
}
@media (max-width: 1400px) {
    .contact-home {
        /* background-size: 100%; */
    }
}
/*End Responsive*/

.max-w-8 {
    max-width: 67%;
}
