.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.text-2xl {
    font-size: clamp(calc(.75 * 3.2rem), 6vw, 3.2rem);
}
.bg-highlight-1{
    background: #d92227;
}
.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-15 > .row > div {
    padding: 0 15px;
}

.text-underline {
    text-decoration: underline;
}

.space-8>.row{
    margin-left: -8px;
    margin-right: -8px;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1{
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}
.shadow-2{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: rgb(246, 246, 246);
}
.rounded-8{
    border-radius: 8px;
}.rounded-24{
    border-radius: 2.4rem;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-3{
    letter-spacing: 3px;
}
body {
    overflow-x: hidden;
}
.pt-6,.py-6, .p-6 {
    padding-top: 6rem !important; 
}
.pb-6,.py-6, .p-6 {
    padding-bottom: 6rem !important; 
}

.pl-6,.px-6, .p-6 {
    padding-left: 6rem !important; 
}
.pr-6,.px-6, .p-6{
    padding-right: 6rem !important; 
}

.mt-6,.my-6 {
    margin-top: 6rem !important; 
}
.mb-6,.my-6 {
    margin-bottom: 6rem !important; 
}.mt-8,.my-8 {
    margin-top: 8rem !important; 
}
.mb-8,.my-8 {
    margin-bottom: 8rem !important; 
}
.rounded-15{
    border-radius: 1.5rem;
}
.rounded {
    border-radius: 0.3rem !important;
}
.color-red{
    color: red;
}

.clamp-1, .clamp-2, .clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-1 { -webkit-line-clamp: 1; }
.clamp-2 { -webkit-line-clamp: 2; }
.clamp-3 { -webkit-line-clamp: 3; }

a {
    color: var(--color-highlight);
}

.mt-2-cus,.my-2-cus, .m-2-cus {
    margin-top: 2rem; 
}
.mb-2-cus,.my-2-cus, .m-2-cus {
    margin-bottom: 2rem; 
}

.mr-2-cus,.mx-2-cus, .m-2-cus {
    margin-right: 2rem; 
}

.ml-2-cus,.mx-2-cus, .m-2-cus {
    margin-left: 2rem; 
}
.object-cover {
    object-fit: cover !important; 
}
.object-scale {
    object-fit: scale-down !important;
}
.color-text {
    color: var(--color-text);
}
.btn-main-1{
    background: var(--color-main-1) !important;
    border-color: var(--color-main-1) !important;
}
.btn-main-1:hover{
    background: white !important;
    color: var(--color-main-1) !important;
}

.search-small .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-small:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.slider-main, .slider-main img {
    width: 100%;
    object-fit: cover;
    height: 40.5vw;
}

.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.swiper-slide--wrap h6 {
    padding-left: 5rem;
}
.swiper-slide--wrap h6::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4rem;
    height: 2px;
    margin-top: -1px;
    background-color: var(--color-highlight);
    color: inherit;
}
.swiper-slide--link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: var(--color-highlight);
    width:45%
}
.swiper-slide--link:hover:after {
    width: 100%;
}
.slider-main .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background-color: transparent;
    color: transparent;
    opacity: 1;
    outline: none;
}

.slider-main .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #ddc2bd;
    content:'';
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.slider-main .swiper-pagination-bullet-active {
    border: 2px solid var(--color-highlight);
    color: var(--color-highlight);
}

.slider-main .swiper-pagination-bullet-active:after {
    background-color: var(--color-highlight);
}
.cate-info {
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.list-category-left{
    height: calc(100% - 2rem);
}
.list-category-left .img-category, .list-category-left .img-category>div {
    height: 100%;
}
.block-tab.effect-nav li a::after {
    width: calc(100% - 5rem);
    margin: 0 auto;
}
.btn-all:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 86%;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: var(--color-main);
}
.btn-all:hover:after {
    width: 100%;
}
.banner-info {
    position: absolute;
    top: 13%;
    transform: translateY(-13%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.btn-instagram {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.newsletter {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}
.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    border-color: #e4e4e4;
    min-height: 4.5rem;
}
.newsletter .form-control {
    height: 5.3rem;
}
.btn-newsletter {
    background: var(--color-highlight);
    height: 5.3rem;
    margin-left: 2rem;
    line-height: 5.3rem;
    padding: 0 3rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 1px solid var(--color-highlight);
}

.btn-newsletter:hover {
    background-color: var(--white);
    color: var(--color-highlight) !important;
}
.swiper .product-item.swiper-slide{
    height:auto !important
}


.product-item img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}
.product-item:hover img{
    /* transform: translateY(-10px); */
}

footer .title-small {
    font-size: 1.6rem;
    border: none !important;
    position: relative;
    padding-bottom: 1rem !important;
    margin-bottom:2.1rem !important;
}

footer .article-item .inner-image>a {
    padding-top: 75%;
}

footer .view-small .post-date {
    display: none;
}

footer .view-small .inner-image {
    width: 6rem;
    margin-right: 1rem;
}

footer .view-small .inner-content {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}
.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}
.article-item.swiper-slide{
    margin-bottom: 0;
}
.swiper .article-item.swiper-slide{
    height: auto;
    margin-bottom: 1.5rem;
}

.title-footer {
    font-size: 2.8rem;
}

.social-section li a {
    color: var(--color-text);
    margin-right: 2rem;
    font-size: 1.6rem;
}

.social-section li a:hover {
    color: var(--color-highlight);
}
footer .title-footer {
    display: block !important;
}
.footer-menu-section ul li {
    margin-bottom: 2rem;
}


.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}
.title-line span{
    background:white;
    position:relative;
    padding: 0 2rem;
}
.title-left .title-line span {
    padding-left: 0;
}

.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.toCall a img {
    width: 42px;
    height: 42px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}


#modal-advise .right-popup-content h3 {
    line-height: 1.3;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-image-detail .inner-image img {
    object-fit: scale-down;
}
.description-product-detail-custom {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px dashed var(--color-main-1);
    border-radius: 0.3rem;
    background: #fffefa;
    padding: 1rem;
    font-size: 1.4rem;
}
.button-social-product ul li {
    width: 50%;
    float: left;
}
.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.policy-item img {
    width: 40px;
    object-fit: scale-down;
}

.modal .modal-dialog {
    margin-top: 3rem;
}
.invalid-feedback {
    color: #dc3545 !important;
}
#return-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
}
#return-to-top i {    
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}
#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}
.contact-form .form-control {
    border-width: 2px;
    min-height: 5.3rem;
}
.contact-form .img{
    padding-top:72%;
}
.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}
.btn-filter-mobile, .content-filter-head {
    display: block;
    
}
.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}
.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}
.per-page-section {
    border-width: 2px !important;
}
.bootstrap-select>.dropdown-toggle {
    min-height: 4.5rem;
}
#popup-dangkydathang button.close {
    position: inherit !important;
    color: white;
}

.search-flex {
    flex: 1.5;
}
.toolbar__item a img {
    width: 20px !important;
    height: 20px !important;
}
.product-action .btn-product-action:last-child {
    margin-right: 0;
}

.product-detail-footer .nav li a::before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: background-color .2s ease-out;
    width: 100%;
    z-index: 1;
}

.product-detail-footer .nav li a.active::before {
    background-color: #000001;
}

.product-detail-footer .nav li {
    padding-right: 5rem;
}

.product-detail-footer .nav li:last-child {
    padding: 0 !important;
}

.title-article-detail, .article-item .article-title,
.title-solution, .item_attribute .title_attribute,
.custom-table thead th:first-child, .product-item .product-title {
    font-size: 2.4rem;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
  max-width: 1780px;
  margin: 0 auto;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}

.is-mobile .menu-section{
    position: fixed;
    width: 29rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

/*CSS by quyettq*/
.logo-footer img, .logo_2 img {
    height: 100%;
    max-height: 4rem;
    object-fit: cover;
}

.footer-setting .logo-footer img {
    max-height: 10rem;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}

.logo-section img {
  max-height: 8.5rem;
  width: auto;
  object-fit: contain;
}
.gap-12 {
    gap: 0.5rem
}

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap : 2rem;
}

.gap-24 {
    gap: 2.4rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-35 {
    gap: 3.5rem;
}

.basic_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: none;
}

.menu-custome .basic_buttons {
    display: flex;
}

.article-item .article-description, .btn_return,
.article-category a, .item_commit .btn_see_more {
    color: var(--black);
}

.btn-careers, .btn-language, .account_button .btn-account {
    display: inline-block;
    padding: 0.4rem 2.4rem;
    background-color: rgb(98 173 223 / var(--tw-bg-opacity, 1));
    color: var(--black);
    font-weight: 700;
    font-size: 1.6rem;
    border-top-left-radius: 1.6rem;
    transition: all .25s ease;
}

.account_button .btn-account {
    background-color: var(--color-highlight2);
}

.btn-careers:hover, .btn-language, .account_button .btn-account:hover,
.menu-section > ul > li.item-highlight > a {
    color: var(--black);
    background-color: rgb(220 230 235 / var(--tw-bg-opacity, 1));
}

.btn-language {
    border-radius: 25px;
    border: none;
}

.setting-menu > .row {
    padding: 1.5rem;
    margin: 0 auto;
    align-items: center;
}

.basic_buttons .input-field .form-control {
    all: unset;
    margin-right: 1rem;
    text-align: left;
    font-size: 1.2rem;
    background: var(--white);
    border-bottom: 2px solid var(--black);
    padding: 0.5rem 1rem;
}

.basic_buttons .btn-submit {
    all: unset;
    color: var(--black);
}

.basic_buttons .btn-submit:hover {
    color: var(--color-highlight);
}

.language-dropdown {
    display: inline-block;
}

.language-options {
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border: 0 solid #e5e7eb;
    z-index: 100;
    display: none;
}

.language-dropdown.open .language-options {
    display: block;
    border-width: 1px;
}

.language-item {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    border: 0 solid #e5e7eb;
}

.language-item.active {
    font-weight: 700;
}

.btn-language:focus {
    outline: #000 auto 1px;
}

.language-item:hover {
    color: #000;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    outline: #000 auto 1px;
}

.input-field {
    display: none;
}

.input-field.show {
    display: block;
}

.basic_buttons .input-field .form-control:focus {
    outline: var(--color-highlight) auto 1px;
}

.menu-section > ul > li > a,
.footer-menu-section > ul > li > a {
    position: relative;
    padding: 0;
}

.footer-menu-section > ul > li > a,
.footer-menu-section > ul > li:hover > a, 
.title-footer {
    color: var(--white);
}

.menu-section > ul > li.item-highlight > a {
    padding: 0.75rem 2.4rem;
    display: unset;
}

.menu-section > ul > li.item-highlight > a:before {
    content: none;
}

.menu-section > ul > li.item-highlight:hover > a {
    background: var(--color-highlight);
    color: #000;
}

.footer-menu-section > ul > li > a:before {
    background: var(--white);
}

.menu-section > ul > li:hover > a:before,
.footer-menu-section > ul > li:hover > a:before,
.menu-section > ul > li > a.active:before {
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.menu-section > ul > li.has-child.active > .entry-menu {
    opacity: 1;
    visibility: visible;
    filter: opacity(1);
    z-index: 222;
}

.menu-section .active {
    color: var(--black) !important;
    font-weight: 700;
}

footer {
    padding: 8rem 2.5rem 5rem;
    background: #000000;
}

footer .home {
    background: transparent;
}

footer > div {
    max-width: 128rem;
    margin: 0 auto;
}

.footer-description, .title_slide, .copyright,
.swiper-slide--description-short, .description-field,
.description_short_slide, .menu-bottom > ul > li > .item-bottom,
.article-category a, .article-item .article-description,
.product-item .product-description {
    font-size: 1.6rem;
}

.footer-description {
    color: var(--white);
    max-width: 36rem;
}

.btn_contact a {
    position: relative;
    display: inline-block;
    background-color: var(--white);
    color: var(--black);
    padding: 0.75rem 4rem;
    transition: 0.25s;
    border-radius: 2.8rem;
    z-index: 2;
}

.btn_contact a:before, .custome_tab .nav-link:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 2.8rem;
    background-color: var(--white);
    transform: scale(1);
    transition: 0.5s;
    z-index: -1;
}

.btn_contact a:hover:before, .custome_tab .nav-link:hover:before {
    height: 130%;
    width: 110%;
    top: -15%;
    left: -5%;
    border-radius: calc(3.64rem);
}

.logo_2 {
    display: flex;
    gap: 3rem;
    max-width: 42rem;
    color: var(--white);
    align-items: center;
    font-size: 1.6rem;
    overflow: hidden;
}

.logo_2 a {
    flex: none;
}

.copyright, .menu-bottom > ul > li > .item-bottom {
    color: var(--white);
}

.btn_linkedin {
    display: inline-flex;
    height: 5.6rem;
    width: 5.6rem;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    font-size: 2.8rem;
    color: var(--black);
    flex: none;
}

.btn_linkedin:hover {
    opacity: 0.8;
    color: var(--black);
}

.slide_home {
    padding: 6rem 7rem;
    background-color: rgb(220 230 235/var(--tw-bg-opacity,1));
}

.slide_home .img_slide {
    overflow: hidden;
}

.description_slide {
    font-size: clamp(calc(.75 * 6rem), 6vw, 6rem);
    line-height: 1.25;
}

.description_short_slide i {
    font-size: 2.4rem;
    color: var(--color-highlight2);
}

.img_slide img, .image-top-prd-detail {
    max-width: 52rem;
    overflow: hidden;
    border-top-left-radius: 4rem;
}

.menu-bottom > ul, .footer_bottom > .row > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-bottom > ul > li > .item-bottom {
    margin-right: 3.5rem;
}

.footer_bottom > .row > div {
    justify-content: space-between;
}

.box-content-01 {
    max-width: 120rem;
    margin: 0 auto 5rem;
}

.pt-10, .py-10 {
    padding-top: 10rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 10rem !important;
}

.pt-14, .py-14 {
    padding-top: 14rem !important;
}

.pb-14, .py-14 {
    padding-bottom: 14rem !important;
}

.banner-category {
    overflow: hidden;
    position: relative;
}

.banner-category .image-category img,
.banner-category .image-category video {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.banner-category .image-category .video-category:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.banner-category .content-banner {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 3rem;
    background-color: rgb(0 0 0 / .4);
    color: var(--white);
    z-index: 2;
    min-height: 30vw;
}

.banner-category .content-banner .swiper-slide--tile, .item-target .description_target, .title-6 {
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 700;
}

.box-contact {
    position: relative;
    z-index: 10;
    padding: 3rem 2.4rem;
    margin-bottom: -188px;
}

.box-contact::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: transparent;
}

.box-contact .content_slide_contact {
    max-width: 95rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.box-contact .content_slide_contact .slide_contact {
    min-height: 32rem;
    background: var(--color-highlight2);
    padding: 5rem 19rem 5rem 11rem;
    border-top-right-radius: 10rem;
    position: relative;
}

.content_slide_contact .box_content_1,
.content_slide_contact .box_content_2,
.box-section-1 .box_content_1,
.box-section-1 .box_content_2 {
    position: absolute;
    top: -2.6rem;
    right: -10rem;
    height: 23.3rem;
    width: 21.9rem;
    background: var(--color-highlight3);
    mix-blend-mode: multiply;
    border-bottom-left-radius: 10rem;
    display: none;
}

.content_slide_contact .box_content_2,
.box-section-1 .box_content_2 {
    top: auto;
    bottom: -2.6rem;
    height: 11.5rem;
    background: var(--color-highlight4);
    border-bottom-left-radius: 0;
    border-top-left-radius: 10rem;
}

.contatc-02 .content_slide_contact .box_content_2 {
    background-color: var(--color-highlight2);
}.contatc-02 .content_slide_contact .box_content_1 {
    background-color: var(--color-highlight4);
}.contatc-02 .content_slide_contact .swiper-slide--tile {
    font-size: 2.8rem;
}

.bg-form-contatc {
    padding-bottom: 201px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}

.cus-dssp-tabdm .tab_categories .tab-content .btn_contact {
    display: none!important;
}



.tab_categories .col-left, .cate_tab_block > .row > [class*="col-"]:first-child {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
}

.tab_categories .col-right, .cate_tab_block > .row > [class*="col-"]:last-child {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0;
}

@media(max-width: 992px) {
    .cate_tab_block > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cate_tab_block > .row {
        padding-left: 15px;
    padding-right: 15px;
    }
    
}

.tab_categories .title-tab ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content .tab-image img {
    max-height: 42vw;
    min-height: 300px;
}

.tab_categories .nav-link, .custome_tab .nav-link, .tab_categories .cate-link {
    padding: 1rem 2rem;
    position: relative;
    font-weight: 700;
    text-align: unset;
    z-index: 2;
    font-size: clamp(calc(.75 * 2rem), 6vw, 2rem);
    transition: 0.3s ease-in-out;
    color: var(--black);
}

.tab_categories .nav-link.active,
.tab_categories .nav-link:hover,
.tab_categories .nav-link:focus,
.tab_categories .cate-link.active,
.tab_categories .cate-link:hover,
.tab_categories .cate-link:focus,
.title-standing .title-section, .box_categories .nav-item.active {
    color: var(--white);
}

.tab_categories .nav-link:before, .tab_categories .cate-link:before, .box_categories .nav-item:before {
    width: 0px;
    background-color: var(--black);
    content: "";
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0px 5rem 5rem 0px;
    position: absolute;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.tab_categories .nav-link.active:before,
.tab_categories .cate-link.active:before,
.tab_categories .nav-link:hover:before,
.tab_categories .cate-link:hover:before, 
.box_categories .nav-item.active:before
{
    background-color:var(--black);
    width: 120%;
    transition: 0.3s ease-in-out;
}

.tab_categories .suspend-active .nav-link.active, .tab_categories .suspend-active .cate-link.active{
    color: inherit;
}

.tab_categories .suspend-active .nav-link.active:before, .tab_categories .suspend-active .cate-link.active:before {
    background: inherit;
    width: 0px;
    transition: 0.3s ease-in-out;
}

.tab__content {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    width: 50%;
    background-color: rgba(0, 0, 0, .65);
    color: var(--white);
    padding: 4rem;
    border-top-right-radius: 6rem;
    font-size: 1.6rem;
}

.box_categories .item-category .nav-item {
    font-size: clamp(calc(.75 * 2rem), 6vw, 2rem);
}

.box_categories .item-category .nav-item i, .btn_see_more i {
    transition: all .25s;
}

.box_categories .item-category .nav-item:hover i, .btn_see_more:hover i {
    transform: translateX(0.5rem);
}

.modal-categories .modal .modal-dialog {
    max-width: 90vw;
    height: 85vh;
    margin: calc((15vh / 2)) auto;
}

.box_categories .tab__content {
    position: unset;
    width: 100%;
    border-radius: unset;
    background: var(--black);
    padding-top: 2rem;
}

.box_categories .swiper {
    width: 100%;
}

.box_categories .modal .modal-content {
    background: transparent;
    border: none;
}

.box_categories .tab-image, .box_categories .tab-image img {
    border-top-right-radius: 6rem;
    overflow: hidden;
}

.box_categories .tab-image, .image-main,
.content-article-standing .article-item .inner-image,
.articles-custome .article-item .inner-image {
    height: 25rem;
}

.box_categories .tab-image img, .image-main img,
.img-lable img, .item-discover img, .image-top img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    color: transparent;
}

.box_categories .modal button.close {
    top: 3rem;
    right: 3rem;
    background: var(--black);
    height: 24px;
    width: 24px;
    color: var(--white);
    font-size: 24px;
}

.box_categories .modal button.close:hover {
    opacity: 1;
}

.swiper-button-prev.custome:not(.swiper-button-lock),
.swiper-button-next.custome:not(.swiper-button-lock) {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--white);
    font-size: 18px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.02) 0px 4px 4px) drop-shadow(rgba(0, 0, 0, 0.07) 0px 10px 16px);
}

.box-slider-home .swiper-button-prev.custome {
    left: -3.3rem;
}.box-slider-home .swiper-button-next.custome {
    right: -3.3rem;
}

.title-dsc {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.section-articles-slider,.section-articles-slider-02,
.section-box-03, .custome_tab .tab-content {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative;
}

.section-articles-slider .article-item {
    margin: 2rem;
    display: flex;
    gap: 2rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    align-items: center;
}

.section-articles-slider .article-item .inner-image {
    min-height: 25rem;
    width: 100%;
}

.section-articles-slider .article-item > div {
    height: 100%;
}

.section-articles-slider .item-service:not(.swiper-slide-active)::before,
.image-gallery-detail .inner-image-detail:not(.swiper-slide-active)::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.article-item .title-article a, .title-field, .custome_tab .product-title a {
    font-size: clamp(calc(.75 * 2.8rem), 6vw, 2.8rem);
    color: var(--black);
}

.article-item .inner-content .btn_contact a,
.article-item .inner-content .btn_contact a:before,
.title-standing .btn_contact a,
.title-standing .btn_contact a:before,
.box-content-print .btn_contact a,
.box-content-print .btn_contact a:before {
    background: var(--color-highlight);
}

.box-slider-home .swiper-button-next.custome,
.box-milestones .swiper-button-next.custome {
    right: 0;
}.box-slider-home .swiper-button-prev.custome,
.box-milestones .swiper-button-prev.custome {
    left: 0;
}

.box-slider-home > .swiper {
    padding: 4rem 0 7rem;
}

.box-slider-home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.box-slider-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.custome .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem 0 0;
    background: var(--white);
    border: 1px solid var(--black);
    opacity: 1;
}

.box-content-print .swiper-pagination.custome .swiper-pagination-bullet {
    background: transparent;
}

.box-slider-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.custome .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--black);
}

.section-articles-slider-02::after, .bg-how:after {
    background-position: center top;
    background-size: cover;
    opacity: 0.77;
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 20%;
    background-image: url(https://cdn5124.cdn4s1.com/media/banner/pattern-2-center-gray.webp);
}

.content-article-standing {
    padding: 6rem 0rem 6rem 3rem;
    position: relative;
}

.content-article-standing > div {
    vertical-align: bottom;
}

.content-article-standing:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1rem;
    height: 70%;
    width: calc(100% + 1rem);
    background: var(--black);
    z-index: 0;
    border-bottom-left-radius: 9.2rem;
}

.title-standing {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 6rem 0;
}

.title-standing .title-section {
    font-size: clamp(calc(0.75 * 4.4rem), 6vw, 4.4rem);
    line-height: clamp(calc(0.75 * 5.4rem), 6vw, 5.4rem);
}

.content-article-standing .article-item .inner-content,
.articles-custome .article-item .inner-content {
    padding: 4rem;
    background: var(--white);
}

.content-article-standing .post-date,
.careers-articles .article-category,
.articles-custome .article-category,
.articles-custome .post-date {
    display: none;
}

.articles-standing > div:first-child .inner-image,
.articles-custome > .row > div:first-child > .article-item,
.articles-custome > .row > div:nth-child(3) > .article-item, .border-top-left-10,
.items-discover:nth-child(odd) .item-discover,
.banner-top .swiper-slide:nth-child(odd) .inner-image {
    border-top-left-radius: 10rem;
}.articles-standing > div:nth-child(2) .inner-image,
.articles-custome > .row > div:nth-child(2) > .article-item, .border-top-right-10,
.items-discover:nth-child(even) .item-discover,
.banner-top .swiper-slide:nth-child(even) .inner-image {
    border-top-right-radius: 10rem;
}

.border-top-right-0 {
    border-top-right-radius: 0 !important;
}.border-top-left-0 {
    border-top-left-radius: 0 !important;
}

.border-bottom-right-15 {
    border-bottom-right-radius: 15rem;
}.border-bottom-left-15 {
    border-bottom-left-radius: 15rem;
}

.article-item .inner-content {
    padding: 3rem 0;
}

.article-intro .inner-image {
    border-top-right-radius: 6rem;
}

.article-intro .inner-content {
    padding: 1rem 8rem;
    background: linear-gradient(93deg, rgb(106, 199, 188) -7.9%, rgb(41, 182, 115) 105.71%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-right-radius: 12rem;
}

.article-intro .inner-content .btn_contact a,
.article-intro .inner-content .btn_contact a:before,
.product-item .inner-content .btn_contact a,
.product-item .inner-content .btn_contact a:before {
    background-color: var(--color-highlight2);
}

.bg-intro {
    padding: 14rem 3rem 7rem;
    background-size: contain;
    background-position: right top;
}

.intro_2 .bg-intro {
    padding: 14rem 3rem;
}

.item-field, .item-step, .item-color {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    min-height: 25rem;
    padding: 4rem 3rem;
    text-align: center;
    cursor: pointer;
}

.item-field .description-field,
.item-step .description-step,
.item-color .description-color {
    position: absolute;
    left: 0;
    top: 110%;
    height: 100%;
    width: 100%;
    background-color: rgb(43, 182, 115);
    transition: 0.5s ease-in-out;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-field:hover .description-field,
.item-step:hover .description-step,
.item-color:hover .description-color {
    top: 0;
    transition: 0.5s ease-in-out;
}

.image-field img {
    max-height: 80px;
    margin: 0 auto;
}

.description {
    font-size: 2.4rem;
    max-width: 70rem;
    margin: 0 auto 2rem;
}

.bg-lightblue {
    background: rgb(220, 230, 235);
}

.bg-solutions, .box-print {
    padding: 5rem 4rem 10rem;
}

.bg-solutions {
    background-size: contain;
    background-position: left top;
    background-color: rgb(97, 209, 194);
    border-bottom-right-radius: 20rem;
}

.item-solution {
    display: flex;
    align-items: center;
}

.image-solution img {
    max-height: 160px;
    min-width: 148px;
    object-fit: contain;
    flex: none;
}

.image-solution {
    display: flex;
}

.description_title, .title-target, .description-2 .description {
    font-size: 2rem;
}

.custome_tab .nav-item .nav-link {
    margin: 2.5rem 0 0 2rem;
}

.custome_tab .nav-item:first-child .nav-link {
    margin: 2.5rem 0 0 0;
}

.custome_tab .nav-link:before {
    background: var(--color-coolgray);
}

.custome_tab .nav-link.active:before {
    background: var(--color-highlight5);
}

.custome_tab .tab-pane {
    max-width: 80%;
    margin: 0 10%;
}

.custome_tab .product-item {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    margin: 2rem;
}

.custome_tab .inner-content {
    padding: 2rem 4rem;
    height: 100%;
}

.item_attribute {
    display: flex;
    align-items: center;
}

.item_attribute img {
    max-height: 80px;
    object-fit: contain;
}

.custome_tab .product-title a {
    display: block;
    max-width: 65%;
}

.item_commit {
    padding: 5rem 2rem;
    background-color: var(--color-highlight6);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    height: 100%;
}

.image_commit img {
    max-height: 100px;
}

.box-target {
    border-bottom: 2px solid var(--color-highlight2);
}

.box-target .swiper-slide .box-style {
    border-left: 2px solid var(--color-highlight2);
    min-height: 25rem;
    position: relative;
}

.box-target .swiper-slide:last-child .box-style {
    border-right: 2px solid var(--color-highlight2);
}

.image-target img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.item-target .description_target, .banner-top .inner-content {
    position: relative;
    z-index: 2;
}

.icon-target {
    position: absolute;
    top: 0px;
    left: -3.2rem;
    width: 3.6rem;
    height: 3.2rem;
}

.image-certify img {
    max-width: 180px;
    object-fit: contain;
}

.hr-block {
    margin: 6rem auto;
    border-top: 4px solid var(--color-highlight2);
    width: 24rem;
}

.articles-custome .article-item, .box_shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.article-description .items-center {
    align-items: center;
}

.article-description .grid {
    display: grid;
}

.article-description .mb-12 {
    margin-bottom: 3rem;
}

.item_milestones {
    border-left: 2px solid var(--color-highlight2);
    height: 30rem;
    overflow: hidden;
}

.item_milestones .icon-target {
    left: -2.6rem;
    top: 2.4rem;
}

.image_milestones img {
    max-height: 7rem;
}

.box-recyclability {
    border-left: 4px solid var(--color-highlight2);
    margin: 2rem 0 0 1.5rem;
}

.box-recyclability .item-target ul, .box-lable-impact .content-lable .has-style {
    padding-left: 2rem;
}

.box-recyclability .icon-target {
    top: 0.5rem;
    left: -6.8rem;
}

.inner-image-lable .img-lable {
    min-height: 35rem;
}

.box-lable-impact .img-lable {
    flex: 0 0 calc(100%/3);
    max-width: calc(100% / 3);
}

.img-lable img {
    object-fit: cover;
    background-color: transparent;
}

.box-lable-impact, .inner-image-lable, .box_shadow2 {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 16px 0px, rgba(0, 0, 0, 0.02) 0px 4px 4px 0px;
}

.box-lable-impact {
    border-top-right-radius: 5rem;
}

.inner-image-lable {
    border-bottom-right-radius: 10rem;
}

.title-lable-impact {
    font-size: 3.8rem;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 16px 0px, rgba(0, 0, 0, 0.02) 0px 4px 4px 0px;
}

.custom-table thead {
    background-color: rgba(41, 182, 115, 0.5);
}

.custom-table thead th {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: 3.6rem;
}

.custom-table tbody tr {
    border-bottom: 5px solid #e5e7eb;
}
    
.custom-table tbody td {
    background: #fff;
    padding: 2rem;
    vertical-align: inherit;
    text-align: center;
    font-size: 1.6rem;
}

.custom-table tbody td:first-child,
.custom-table thead th:first-child  {
    text-align: left;
}

.custom-table tbody tr:last-child {
    border: none;
}

.bg-how {
    position: relative;
}

.bg-how:after {
    top: 0;
    background-position: left top;
    z-index: 0;
    background-size: contain;
    background-image: url('https://cdn5124.cdn4s1.com/media/banner/pattern-1-left-gray.webp');
}

.bg-how .row {
    position: relative;
    z-index: 2;
}

.mb-cus {
    margin-bottom: 5rem;
}

.steps_how {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.item-step {
    background: var(--white);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}

.item-step .description-step {
    flex-direction: column;
    justify-content: center;
}

#step-1 .description-step {
    background: rgb(121 180 146);
}#step-2 .description-step {
    background: rgb(125 138 186);
}#step-3 .description-step {
    background: rgb(126 169 217);
}#step-4 .description-step {
    background: rgb(212 141 106);
}#step-5 .description-step {
    background: rgb(242 214 124);
}#step-6 .description-step {
    background: rgb(220 92 93);
}#step-7 .description-step {
    background: rgb(128 205 197);
}



.box-section-1 {
    display: flex;
    flex-wrap: wrap;
    background: rgb(98, 173, 223);
    color: var(--black);
    padding: 4rem 3rem;
    border-radius: 15rem 0;
    position: relative;
}

.box-section-1 .inner-content, .box_history .inner-content {
    padding: 0 1rem;
}

.box-section-1 .inner-image .img_box {
    min-height: 45rem;
    max-height: 61rem;
    width: 66.67%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.box-section-1 .btn_contact a:before {
    background: var(--color-highlight3);
}

.box-section-1 .box_content_1 {
    top: -6rem;
    left: -10rem;
    height: 21.9rem;
    background: rgb(240 78 88);
}.box-section-1 .box_content_2 {
    bottom: -6rem;
    left: -10rem;
    background: var(--color-highlight3);
    height: 18.2rem;
}

.box-section-2 .box-section-1 {
    background: rgb(244, 131, 86);
}

.box-section-2 .box-section-1 .box_content_1 {
    background: rgb(98, 173, 223);
}

.box-section-2 .btn_contact a:before {
    background: var(--white);
}

.box-content-print .swiper-slide--wrap {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    background: rgba(0,0,0,.5);
    color: var(--white);
}

.swiper-pagination.custome {
    position: unset;
    text-align: left;
}

.item_whychoose .image_why {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-top-left-radius: 3rem;
    background: rgb(244 131 86);
    height: max-content;
}

.item_whychoose .image_why img {
    max-height: 40px;
    max-width: 40px;
    object-fit: contain;
    flex: none;
}

.intro_video .inner-content {
    background: var(--color-highlight2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    flex-direction: column;
    height: 100%;
}

.intro_video .inner-image img.img_bg {
    width: 100%;
    object-fit: cover;
}

.btn_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.btn_play img {
    transform: scale(1);
    transition-duration: .15s;
}

.intro_video .inner-image:hover .btn_play img {
    transform: scale(1.1);
    cursor: pointer;
}

.bg-how.box-print {
    background: var(--color-highlight3);
}

#color-1 .description-color {
    background: rgb(238 79 87);
}#color-2 .description-color {
    background: rgb(244 131 87);
}#color-3 .description-color {
    background: #61d1c2;
}#color-4 .description-color {
    background: rgb(119 140 198);
}

.strategic-growth .box_shadow {
    box-shadow: none;
}

.border-top-left, .border-top-right, .border-bottom-left, .border-bottom-right {
    border-radius: 0;
    overflow: hidden;
}

.border-top-left {
    border-top-left-radius: 5rem;
}.border-top-right {
    border-top-right-radius: 5rem;
}.border-bottom-left {
    border-bottom-left-radius: 5rem;
}.border-bottom-right {
    border-bottom-right-radius: 5rem;
}

.item-discover {
    min-height: 51rem;
    overflow: hidden;
    z-index: 1;
}

.item-discover::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.content-discover {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    padding: 6rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.banner-top .swiper-pagination.custome .swiper-pagination-bullet {
    background: transparent;
    border-color: var(--white);
}

.banner-top .swiper-pagination.custome .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white);
}

.search-section.border_bt {
    border-bottom: 2px solid;
}

.product-item, .article-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item .product-action a {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s ease;
    display: inline-block;
    margin: 0 0 1rem 0;
}

.product-item:hover .product-action a:nth-child(1) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
}

.product-item:hover .product-action a:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.product-item:hover .product-action a:nth-child(3) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
}

.product-item .inner-content,
.article-item .inner-content {
    display: flex;
    flex-direction: column;
}

.product-item .inner-content .content-text, .product-item .inner-content,
.article-item .inner-content .content-text, .article-item .inner-content {
    flex: 1 1 0%;
}

/*pagination custome*/
.pagination {
    display: flex;
    justify-content: end;
    list-style: none;
    padding-left: 0;
    gap: 10px;
    border: none;
}

.pagination .page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-decoration: none;
    color: var(--black);
    background-color: transparent;
    transition: background-color 0.3s ease;
    font-size: 1.6rem;
    border: none;
    padding: 0;
}

.pagination .page-item:hover .page-link {
    background-color: var(--color-highlight6);
    color: var(--black);
}

.pagination .page-item.active .page-link {
    background-color: var(--color-highlight6);
    pointer-events: none;
    color: var(--black);
}

.pagination .disabled .page-link {
    pointer-events: none;
    color: var(--color-highlight);
    background-color: transparent;
}
/*end pagination custome*/
.btn_return i, .btn_return:hover i {
    transition: all .2s ease-in-out;
}

.btn_return:hover i {
    transform: translateX(-0.5rem);
}

.content-product-detail.custome {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
}

.content-detail {
    max-width: 80rem;
    margin: 0 auto;
    font-size: 1.6rem;
}

.lg-outer {
    background: var(--black);
}

ul.wp-block-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    list-style-type: disc;
    padding-left: 2rem;
}

.socials .btn-social a {
    width: 4rem;
    height: 4rem;
    background: var(--color-highlight2);
    color: var(--white);
    display: flex;
    border-radius: 50%;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.socials .btn-social:hover a {
    background: var(--color-highlight);
}

.image-gallery-detail .box-slider-home .swiper-button-prev.custome:not(.swiper-button-lock),
.image-gallery-detail .box-slider-home .swiper-button-next.custome:not(.swiper-button-lock) {
    top: calc(50% + 5rem);
    background: var(--white);
    color: var(--black);
}

/*Home new*/
.slider-main .swiper-slide-active .title-xh,
.slider-main .swiper-slide-active .title,
.slider-main .swiper-slide-active .description,
.slider-main .swiper-slide-active .btn_contact {
 
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}.slider-main .swiper-slide-active .title-xh {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.slider-main .swiper-slide-active .title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.slider-main .swiper-slide-active .description {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.slider-main .swiper-slide-active .btn_contact {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.banner-section .swiper-slide--wrap {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 2.4rem;
    background-color: rgb(0 0 0 / 25%);
    color: var(--white);
    display: flex;
    align-items: center;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.product-home .product-item .inner-image,
.article-home .article-item .inner-image {
    overflow: hidden;
    border-radius: 2.4rem;
}

.product-home .product-item {
    margin-bottom: 2rem !important;
    margin-top: 2rem;
}

.product-item .product-hover {
    position: absolute;
    transition: transform .55s cubic-bezier(.2,.75,.5,1);
    transform: scale(.95) translateY(0) translateZ(0);
    display: block;
    height: calc(100% + 39px);
    width: calc(100% + 20px);
    z-index: -1;
    top: -9px;
    left: -10px;
    border-radius: 30px;
}

.product-item .product-hover::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 97%;
    top: 0;
    left: 0;
    transform-origin: center;
    opacity: 0;
    transition: opacity .55s cubic-bezier(.2,.75,.5,1);
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 30px;
}

.product-home .product-item:hover .product-hover {
    transform: scale(1) translateY(0) translateZ(0);
}

.product-home .product-item:hover .product-hover:before {
    opacity: 1;
    pointer-events: all;
}

.banner-text-top .swiper-slide--wrap {
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: unset;
    top: 0rem;
    background: rgb( 0 0 0 / .25);
}

.banner-text-top .swiper-slide--wrap>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-text-top .swiper-slide--wrap * {
    color: white !important;
}

.banner-text-top .item-banner .btn_see_more:hover,
.banner-text-top .item-banner .btn_see_more:hover i {
    color: var(--color-highlight) !important;
}

.item-banner img {
    transition: filter 0.3s ease;
}

.item-banner:hover  img {
    filter: brightness(0.8);
}

.banner-section .btn_see_more {
    background-color: var(--white);
    color: var(--color-main) !important;
    border-radius: 5rem;
    text-decoration: unset;
    display: inline-block;
    padding: 1.25rem 3rem;
}

.banner-btn-section .btn_see_more:hover {
    background: var(--color-highlight) !important;
    color: var(--white) !important;
}

.product-home .product-description,
.article-home .article-description {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    font-size: 2.2rem;
    background: var(--light);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}

.banner-btn-section .banner-section .item-banner > [class^="ratio-"] {
    padding-top: 65%;
}

.title-recyclability {
    font-size: 3rem;
    line-height: 4.5rem;
}
/*END css quyettq*/

.is-mobile .menu-top{
    display: block;
    position: relative;
    margin: 1.5rem;
}
.is-mobile .menu-section.open{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.is-mobile .menu-section .close-sidebar{
    position: absolute;
    font-size: 3rem;
    color: var(--color-main);
    top: -0.5rem;
    right: 0;
}

.is-mobile .menu-section > ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul li:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section > ul li a {
    display: block !important;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem 0 1.5rem !important;
}
.is-mobile .menu-section > ul > li > a {
    text-align: left;
    color: var(--color-main);
}
.is-mobile .menu-section > ul > li:last-child {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section > ul > li.has-child:hover > a {
    background-color: transparent;
    color: var(--color-main);
}
.is-mobile .menu-section .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
}
.is-mobile .menu-section .grower::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    vertical-align: bottom;
    font-weight: 600;
}
.is-mobile .menu-section .grower.open::after {
    content: "\f068";
}
.is-mobile .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 1.4rem !important;
}
.is-mobile .menu-section .menu-title::before {
    content: none;
}
.is-mobile .menu-section .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.is-mobile .menu-section .row-menu > div,
.is-mobile .menu-section .row-menu li {
    max-width: 100%;
    padding: 0;
}
.is-mobile .menu-section .container-menu {
    min-height: auto !important;
}
.is-mobile .menu-section .container-menu .sub-menu {
    display: none;
    padding: 0;
    margin-bottom: 0 !important;
}
.is-mobile .menu-section .container-menu .sub-menu li {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .container-menu .sub-menu li:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section .child-indicator {
    display: none;
}
.is-mobile .menu-section .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.is-mobile .menu-section .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu:last-child {
    border-bottom: 0;
}
.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu > div {
    border-bottom: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu:last-child > div {
    border-bottom: 0;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}
.is-mobile .menu-section .has-child {
    position: relative;
}
.is-mobile .menu-section .has-child > a {
    position: relative;
}
.is-mobile .menu-section .has-child > a > span {
    display: none !important;
}
.is-mobile .menu-section .has-child > .entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.is-mobile .menu-section .has-child > .entry-menu::before {
    content: none;
}
.is-mobile .menu-section .has-child:hover > a {
    background-color: transparent !important;
    color: var(--color-main) !important;
}
.is-mobile .btn-menu-mobile {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 3.5rem;
    display: inline-block;
    color: var(--color-main);
}
.is-mobile .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.is-mobile .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.is-mobile .setting-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-mobile .logo-flex {
    flex: unset;
}

.slider-main .description {
    max-width: 100%;
}

@media (min-width:576px) {
    .item-step {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media (min-width:768px) {
    .col-2-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .box-milestones .swiper .swiper-wrapper:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        width: calc(100% + 12rem);
        height: 2px;
        background: var(--color-highlight2);
        left: -6rem;
    }
    
    .box-milestones .swiper-slide.second-row .item_milestones {
        margin-left: 5rem;
    }
    
    .box-milestones .swiper-slide.second-row .item_milestones .icon-target {
        left: 2.4rem;
    }
    
    .banner-3 .banner-section .item-banner .description  {
        font-size: 1.8rem;
    }
    
    .banner-3 .banner-section .btn_see_more  {
        padding: 1rem 2rem;
    }
    
    .item-service .article-item {
        flex-direction: unset;
    }
    
    .section-articles-slider .article-item > div {
        flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
    
    .section-articles-slider .article-item .inner-image {
        min-height: 50rem;
        width: auto;
    }
    
    .content-filter-product {
        display: block !important;
        position: relative;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none;
        width: 100%;
        overflow: unset;
    }
    
    .banner-btn-section .banner-section .item-banner > [class^="ratio-"] {
        padding-top: 40%;
    }
    
    .banner-2 .item-banner > [class^="ratio-"] {
        padding-top: 75%;
    }

    .back-drop {
        display: none !important;
    }
    
    .footer-setting > .row > div:last-child {
        display: flex;
    }
    
    .footer-setting > .row > div:last-child > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer-setting {
        margin-bottom: 9rem;
    }
    
    .logo_2 {
        margin-top: 7rem;
    }
    
    .banner-text-top .banner-section .item-banner > div {
        padding-top: 110%;
    }
    
    .item-step {
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }
    
    .slider-main .swiper-slide--wrap {
        width: 50%;
    }
    
    .item_milestones {
        height: 40rem;
    }
}

@media (min-width:992px) {
    .slider-main .swiper-slide--wrap {
        width: 46%;
    }
    
    .box-solutions .swiper-slide--tile, .box_history .inner-content,
    .box-content-print .inner-content, .item_whychoose, .article-intro .inner-content {
        max-width: 56rem;
    }
    
    .content_slide_contact .box_content_1, .content_slide_contact .box_content_2, .box-section-1 .box_content_1, .box-section-1 .box_content_2 {
        display: block;
    }
    
    .box-section-1 .inner-content, .box_history .inner-content {
        padding: 0 8rem;
    }
    
    .banner-category {
        height: 41rem;
    }
    
    .banner-category .content-banner {
        position: absolute;
        border-top-right-radius: 12rem;
        padding: 5rem 8rem;
        width: 80%;
        height: auto;
        min-height: unset;
    }
    
    .banner-2 .item-banner > [class^="ratio-"] {
        padding-top: 65%;
    }
    
    .banner-text-top .banner-section .item-banner > div {
        padding-top: 110%;
    }
    
    .banner-item-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
	#modal-advise .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
    
    .section-service article.article-item {
        margin-bottom: 0 !important;
        position: relative;
        overflow: hidden;
    }
    
    .testimonial-section {
        width: 80%;
        margin: 0 auto;
    }
    
    .item-service.swiper-slide, .inner-image-detail.swiper-slide {
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        transition: all 1.5s ease;
    }
    
    .item-service.swiper-slide.swiper-slide-active, .inner-image-detail.swiper-slide.swiper-slide-active {
        transform: scale(1.05);
        z-index: 1;
        opacity: 1;
    }
    
    .section-articles-slider article.article-item {
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1000px) {
    .menu-section > ul {
        display: flex;
        gap: 3rem;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .item-step {
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }
    
    .setting-menu > .row {
        padding: 2.5rem;
        max-width: 90vw;
    }
    
    .menu-section > ul > li > a:before,
    .footer-menu-section > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 0px;
        width: 0px;
        height: 0.2rem;
        background-color: var(--color-highlight);
        transition: width 0.3s ease-in-out;
    }
    
    .menu-section > ul > li.item-highlight > a {
        border-radius: 9999px;
    }
    
    .menu-section > ul > li:hover > .entry-menu {
        opacity: 0;
        visibility: hidden;
        filter: opacity(0);
    }
    
    .basic_buttons {
        display: flex;
    }
    
    .menu-custome .basic_buttons {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
    
    .box-target .swiper-wrapper {
        justify-content: center;
    }
    
    .item_milestones {
        height: 30rem;
    }
    
    .slider-main, .slider-main img {
        width: 100%;
        object-fit: cover;
        height: 34.5vw;
    }
    
    .slider-main .swiper-slide--wrap {
        width: 40%;
    }
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}

@media only screen and (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .slider-main .swiper-slide--tile {
        font-size: 3.8rem;
    }
}

@media (max-width: 1280px) {
    .content-article-standing:before {
        height: 100%;
    }
    
    .content-article-standing .article-item .inner-image {
        max-height: 25rem;
        height: 100%;
    }
}

@media (max-width: 1200px) {
    .box-target .swiper-slide .box-style {
        margin-left: 4rem;
    }
    
    .icon-target {
        left: -4rem;
    }
    
    .box-target .swiper-slide:last-child .box-style {
        border-right: 0;
    }
}

@media only screen and (max-width:992px) {
    .content-article-standing:before {
        height: 49.5rem;
        bottom: unset;
        width: calc(2rem + 100vw);
        top: 0px;
        left: calc(-4.33333vw);
        border-bottom-left-radius: 0px;
    }
    
    .box_history .inner-image {
        padding-top: 45%;
    }
    
    .pt-14, .py-14 {
        padding-top: 6rem !important;
    }.pb-14, .py-14 {
        padding-bottom: 6rem;
    }
    
    .mt-8,.my-8 {
        margin-top: 5rem !important; 
    }
    .mb-8,.my-8 {
        margin-bottom: 5rem !important; 
    }
    
    .box-section-1 {
        border-radius: 10rem 0;
    }
    
    .box-section-1 .inner-image .img_box {
        width: 100%;
    }
    
    .menu-section.open .entry-menu.dropdown li:last-child {
        border-bottom: 1px solid var(--gray);
    }
    
    .content-article-standing {
        padding-left: 0;
    }
    
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .setting-menu>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    #modal-advise .modal-dialog {
        max-width: 100%;
    }
    .list-category-right .img-category>div {
        padding-top: 75%;
    }
    .contact-form {
        margin-bottom: 5rem !important;
    }
    .setting-menu-mb .logo-flex {
        flex: unset;
    }
    .setting-menu-mb .entire-action-header {
        padding-left: 0 !important;
    }
    
    #nh-admin-bar,
    .content-banner .swiper-slide--description {
        display: none;
    }
    
    .setting-menu .btn-menu-mobile {
        width: 100%;
        height: 100%;
        line-height: normal;
    }
    
    .slider-main .swiper-slide--tile {
        font-size: 3.2rem;
    }
    
    .cate_tab_block .row > div {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
   
@media only screen and (max-width:768px) {
    .title-section {
        font-size: 2.6rem !important;
        margin-bottom: 2rem !important;
    }
    
    .icon-target {
        display: none;
    }
    
    .slider-main, .slider-main img {
        height: 55vw;
        object-position: 90% center;
    }    
    
    .cate_tab_block .tab__content {
        inset: 0;
        width: 100%;
        padding: 3rem;
    }
}

@media only screen and (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    #modal-advise .right-popup-content h3 {
        font-size: 2.2rem;
    }

    #modal-advise .left-popup>div {
        padding-top: 60%;
    }
    
    .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
    .banner-description {
        font-size: 1.8rem;
    }
    .banner-info {
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-mini-cart {
        margin: 0 1rem;
    }
    .btn-submit-mb {
        padding: 0 1.5rem;
    }
    
    .btn-submit {
        font-size: 1.3rem;
    }
    
    .footer_bottom > .row > div {
        gap: 2rem;
    }
    
    footer .logo-flex {
        margin-bottom: 3rem;
        text-align: center;
    }
    
    .setting-menu > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .banner-category .content-banner .swiper-slide--tile, .item-target .description_target, .title-6 {
        font-size: 4rem;
    }
    
    .box-contact .content_slide_contact .slide_contact {
        padding: 5rem 3rem;
    }
    
    .box_history .image-main {
        min-height: 24rem;
        height: 100%;
        margin-bottom: 6rem;
    }
    
    .slider-main .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .description {
        font-size: 2rem;
    }
    
    .section-box-03 {
        padding: 3rem 0;
    }
    
    .title-footer {
        font-size: 2.4rem;
    }
}

@media (max-width: 576px) {
    .slider-main .description {
        display: none;
    }
    
    .slider-main .swiper-slide--tile {
        font-size: 2.6rem;
    }
    
    .item-step {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media (max-width:375px) {
    .btn-filter-mobile {
        font-size: 1.3rem;
    }
    
    .per-page-section {
        font-size: 1.3rem;
        margin: 0 1rem !important;
        padding: 0 1rem !important;
    }
    
    .orderby-section .orderby-title {
        font-size: 1.3rem;
    }
    
    .banner-btn-section .banner-section .item-banner > [class^="ratio-"] {
        padding-top: 110%;
    }
    
    .slider-main .swiper-slide--tile {
        font-size: 1.8rem;
    }
    
    .banner-section .item-banner > [class^="ratio-"] {
        padding-top: 85%;
    }
    
    .swiper-button-prev, .swiper-button-next {
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .slider-main .swiper-button-prev.custome:not(.swiper-button-lock),
    .slider-main .swiper-button-next.custome:not(.swiper-button-lock) {
        width: 3rem;
        height: 3rem;
    }
    
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0.5rem;
    }
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0.5rem;
    }
    
    .row-footer-cus > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
