﻿/* clear css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'InterFont';
    src: url('../fonts/Inter.ttf');
}
:root {
    --primary-color: #1C3F51;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'InterFont', sans-serif;
}
/* clear margin-padding bootstrap */
.row {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
}
.container-xxl {
    padding: 0 !important;
}
.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    padding-left: 0;
    padding-right: 0;
}
.bootstrap-select {
    width: 100% !important;
}
.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
    background: #fff;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
/* custom css */
.text-color-555 {
    color: #555E63;
}
.text-color-362 {
    color: #362618;
}
.end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.gap-6 {
    gap: 6px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-10 {
    gap: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-25 {
    padding-right: 25px;
}
.icon {
    width: 16px !important;
    height: 16px !important;
}
.icon-12 {
    width: 12px !important;
    height: 12px !important;
}
.icon-18 {
    width: 18px !important;
    height: 18px !important;
}
.icon-20 {
    width: 20px !important;
    height: 20px !important;
}
/* css breadcrumb */
.breadcrumb_nav {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 12px;
    margin: 20px 0;
    padding-left: 0;
}
.breadcrumb_nav .breadcrumb_nav-item a {
    text-decoration: none;
    color: #999999;
}
.breadcrumb_nav .breadcrumb_nav-item .link-home {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.breadcrumb_nav .breadcrumb_nav-item.active {
    color: #000;
}
.breadcrumb_nav-item+.breadcrumb_nav-item::before {
    display: inline-block;
    padding: 0 10px;
    color: #6c757d;
    content: ">";
}
/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}
swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* head */
.bg_primary {
    background-color: var(--primary-color);
    height: 50px;
}
.text-14 {
    font-size: 14px;
}
.text-header {
    padding-left: 7px;
}
/* navbar */
.flag {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.colorTxt {
    color: #222222 !important;
}
.navbar_header {
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 #0000001A;
}
.navbar_header .img_logo-nav {
    padding: 18px 0 17px 0;
    height: 100%;
}
.navbar_list {
    list-style: none;
    padding-left: 0;
    gap: 60px;
    height: 100%;
}
.navbar_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.navbar_list li a {
    padding: 0;
    color: #222222;
    text-decoration: none;
}
.navbar_list li:hover a::after,
.navbar_list li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 20px;
    box-shadow: 0 3px 4px rgba(38, 170, 225, 0.3);
    margin-top: 5px;
}
.logo_header {
    width: 260px;
    height: 100%;
}
.choose_region {
    width: 67px;
    height: 35px;
    border: 1px solid #CAC4D0;
    border-radius: 100px;
    padding: 0 5px;
}
.icon-search {
    cursor: pointer;
    padding-right: 18px;
}
.has-mega-menu {
    position: relative;
}
.products_nav {
    position: absolute;
    max-width: 1320px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: auto;
    box-shadow: 0 0 15px 0 #0000001A;
    z-index: 99;
}
.products_nav .products_nav-wrap {
    width: 100%;
    background: #E9F1F5;
}
.products_nav-wrap .left-nav {
    background-color: #fff;
}
.products_nav-wrap .list-categories {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 30px 0;
    margin-bottom: 0;
}
.products_nav-wrap .list-categories .category a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
}
.products_nav-wrap .list-categories .category.active,
.products_nav-wrap .list-categories .category:hover {
    background: #E9F1F5;
}
.products_nav-wrap .list-categories .category a img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.products_nav-wrap .list-categories .category a:hover img {
    margin-right: 30px;
}
.navbar_header:has(.has-mega-menu:hover) .products_nav,
.navbar_header:has(.products_nav:hover) .products_nav {
    opacity: 1;
    visibility: visible;
}
.products_nav .products-cate_nav {
    min-height: 570px;
    max-height: 570px;
}
.products_nav .products-cate_nav .sub_cate-three {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.products_nav .products-cate_nav .sub_cate-three::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #fff;
    bottom: 0;
}
.products_nav-wrap .right-nav {
    padding: 30px;
}
.products-cate_nav .sub_cate-three a {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #fff;
    text-decoration: none;
    padding: 7px 10px;
}
.products_nav .products-cate_nav .sub_cate-three a img {
    width: 66px;
    height: 66px;
    object-fit: cover;
}
.products_nav .products-cate_nav .sub_cate-three a span {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.sub-cate-products h4 {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sub-cate-products h4 a {
    color: #E80101;
    font-size: 14px;
    margin-left: 10px;
    text-transform: none;
    font-weight: 400;
}
.sub-cate-products .three-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.three-products .card-product {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #0000001A;
}
.three-products .card-product .m-nav-img {
    width: 100%;
    height: 190px;
}
.three-products .card-product .m-nav-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.three-products .card-product .card-product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px 20px 15px;
}
.three-products .card-product .card-product-info a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.three-products .card-product .card-product-info span {
    font-size: 14px;
    color: #DD0606;
    font-weight: 700;
}
.three-products .card-product .card-product-info del {
    font-size: 12px;
    color: #999999;
}
.cate-content {
    display: none;
}
.cate-content.active {
    display: block;
}
.search-wrap {
    position: absolute;
    top: 40px;
    left: -60px;
    width: 220px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 12px;
    z-index: 1000;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.search-wrap.active {
    visibility: visible;
    opacity: 1;
}
.search-wrap::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #E5E7EB;
    transform: rotate(45deg);
    top: -7px;
    left: 60px;
    z-index: 0;
}
.search-wrap::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: -6px;
    left: 61px;
    z-index: 1;
}
.search-wrap .arrow-mask {
    position: absolute;
    top: -1px;
    left: 58px;
    width: 15px;
    height: 7px;
    background: #fff;
    z-index: 2;
}
.btn-search {
    border: none;
    background: transparent;
    cursor: pointer;
}
.search-items {
    position: relative;
}
.search-items input {
    padding-right: 35px;
    font-size: 14px;
}
.search-items button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 5px;
}
/* banner home */
.banner-home {
    width: 100%;
    height: 850px;
    object-fit: cover;
}
.content_banner-wrap {
    position: absolute;
    left: 238px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 884px;
}
.content_banner-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.content-label {
    width: fit-content;
    background-color: var(--primary-color);
    color: #F5F5F5;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 8px;
}
.heading-banner {
    color: white;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    padding-right: 30px;
}
.context-banner {
    color: white;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
}
.btn_more-wrap {
    width: 176px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #26AAE1, #2989CA) 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.btn_more {
    background: linear-gradient(to right, #26AAE1, #2989CA);
    color: white;
    width: 100%;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn_more:hover {
    color: white;
}
.btn_more img {
    margin-left: 8px;
}
/* contact-short */
.contact-short {
    background-color: var(--primary-color);
    height: 160px;
}
.contact-short-left {
    display: flex;
    gap: 30px;
    align-items: center;
}
.contact-short-left p {
    width: 750px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}
.contact-short-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_contact-short {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    height: 40px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    background: #FF8D00;
    border-radius: 100px;
    cursor: pointer;
    gap: 8px;
    border: none;
    box-shadow: 0 1px 3px 1px #00000026;
    text-decoration: none;
}
.btn_contact-short:hover {
    color: white;
}
.btn-mobile-show {
    display: none !important;
}
.btn-mobile {
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 767.98px) {
    .btn-mobile-show {
        display: block !important;
    }
    .btn-desktop-show {
        display: none !important;
    }
}
/* about us home */
.about-us-home,
.content-about-main,
.products_main-content,
.product-cate-content,
.product_detail-main,
.news-layout,
.new-category-page,
.contact-page,
.videos-page,
.new_detail-content {
    background-image: url('../images/bg-overview.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.ceo-member {
    gap: 51px;
}
.img_about-us {
    width: 456px;
    object-fit: cover;
    opacity: 0.1;
    padding-bottom: 17px;
    padding-top: 33px;
    margin-left: auto;
}
.about_us-content {
    width: 645px !important;
}
.about_us-content.about-page {
    width: 100% !important;
}
.tag {
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
}
/* heading article */
.about_us-content h2,
.about-solutions h2,
.about-event h2,
.news h2,
.content-about-main .right h2,
.outstanding-image h2,
.products_main-content h2,
.side-left .left h2,
.products-seen h2,
.accompanying-utensils h2,
.similar-products h2,
.project-has-product h2,
.news-category h2,
.new_category-content h2,
.recent-news h2,
.news-layout h2,
.videos-main h2,
.all-video h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    color: var(--primary-color);
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 60px;
}
.about_us-content h2::after,
.about-solutions h2::after,
.content-about-main .right h2::after,
.outstanding-image h2::after,
.products_main-content h2::after,
.side-left .left h2::after,
.products-seen h2::after,
.accompanying-utensils h2::after,
.similar-products h2::after,
.project-has-product h2::after,
.news-category h2::after,
.recent-news h2::after,
.new_category-content h2::after,
.news-layout h2::after,
.videos-main h2::after,
.all-video h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 200px;
    height: 4px;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 20px;
}
.new_category-content {
    padding: 0 20px 40px 20px !important;
}
.about_us-content ul {
    margin-bottom: 60px;
}
.btn_more.about {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}
.ceo-member .content-right {
    padding-right: 32px;
}
.ceo-member .content-right p {
    padding-top: 98px;
}
.btn_about-contact {
    background: linear-gradient(to right, #26AAE1, #2989CA);
    width: fit-content;color: white;color: white;
    font-weight: 500; border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 28px;
    border-radius: 25px;
    margin: 20px 0 44px 0;
    text-decoration: none;
}
.btn_about-contact:hover {
    color: white;
}
.about-solutions {
    margin-top: -60px;
}
.about_solutions-bg {
    background: linear-gradient(270deg, rgba(104, 162, 190, 0.15) 0%, rgba(104, 162, 190, 0.15) 100%);
    width: 100%;
    height: 606px;
    padding-top: 120px;
}
.about_solution-cards {
    position: relative;
    margin-top: -250px;
}
.about_solution-top {
    gap: 44px;
}
.btn_more-solution {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    width: 100%;
    color: white;
    text-decoration: none;
}
.btn_more-solution:hover {
    color: white;
}
.solution-card {
    width: 100%;
    min-height: 664px;
    height: 664px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}
.card-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 220px;
    color: white;
}
.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    z-index: 10;
    transform-origin: bottom;
    transform: scaleY(1);
    transition: transform 0.4s ease;
}
.card_content-wrap {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 50;
    padding: 0 40px;
}
.card_content-wrap h3 a{
    text-decoration: unset;
    color: white;
}
.icon_top-about {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.blur-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #2989CA 0%, rgba(41, 137, 202, 0) 100%);
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.solution-card:hover .card-bg {
    transform: scaleY(0);
}
.solution-card:hover .blur-bg {
    opacity: 1;
}
.btn-prev,
.btn-next,
.btn-prev-event,
.btn-next-event,
.btn-prev-partner,
.btn-next-partner,
.btn-prev-product,
.btn-next-product,
.btn-prev-project,
.btn-next-project,
.btn-prev-product-seen,
.btn-next-product-seen,
.btn-prev-same-product,
.btn-next-same-product {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.btn-prev.swiper-button-disabled,
.btn-prev-event.swiper-button-disabled,
.btn-prev-partner.swiper-button-disabled,
.btn-prev-product.swiper-button-disabled,
.btn-prev-product-seen.swiper-button-disabled,
.btn-prev-product-accompanying.swiper-button-disabled,
.btn-prev-project.swiper-button-disabled,
.btn-prev-same-product.swiper-button-disabled {
    opacity: 0.5;
}
.btn-next.swiper-button-disabled,
.btn-next-event.swiper-button-disabled,
.btn-next-partner.swiper-button-disabled,
.btn-next-product.swiper-button-disabled,
.btn-next-product-seen.swiper-button-disabled,
.btn-next-product-accompanying.swiper-button-disabled,
.btn-next-project.swiper-button-disabled,
.btn-next-same-product.swiper-button-disabled {
    opacity: 0.5;
}
.btn-prev,
.btn-prev-event,
.btn-prev-partner,
.btn-prev-product,
.btn-prev-project,
.btn-prev-same-product {
    left: -35px;
}
.btn-prev-product-seen {
    left: -18px
}
.btn-next,
.btn-next-event,
.btn-next-partner,
.btn-next-product,
.btn-next-project,
.btn-next-product-seen,
.btn-next-same-product {
    right: -35px;
}
.btn-next-product-seen {
    right: -18px;
}
.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 20px;
    color: #2f86c9;
}
.about-advise {
    padding: 84px 33px 82px 300px;
    display: flex;
    gap: 60px;
}
.about-advise .left {
    width: 553px;
    margin-top: 34px;
}
.about-advise .left h3 {
    font-weight: bold;
    font-size: 20px;
    color: var(--primary-color);
}
.about-advise .right {
    position: relative;
    width: 973px;
}
.about-advise .right .row {
    gap: 30px;
}
.about-advise .right .img-advise-wrap,
.about-advise .right .img-advise-wrap-2 {
    width: 100%;
    height: 669px;
    overflow: hidden;
}
.about-advise .right .img-advise-wrap {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.about-advise .right .img-advise-wrap-2 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.about-advise .right .img-advise-wrap img,
.about-advise .right .img-advise-wrap-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-icon-esy {
    position: relative;
    z-index: 10;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* animation circle like heart */
.pulse-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg,
            rgba(38, 170, 225, 0.7) 0%,
            rgba(41, 137, 202, 0.7) 66.29%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pulse-circle::before,
.pulse-circle::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #26AAE1 0%, #2989CA 66.29%);
    animation: ripple 4s infinite;
    opacity: 0;
}
.pulse-extra {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #26AAE1 0%, #2989CA 66.29%);
    animation: ripple2 4s infinite;
    opacity: 0;
}
.pulse-circle::after,
.pulse-extra {
    animation-delay: 2s;
}
/* about-event */
.about_event-cards {
    border: 1px solid #EAEAEA;
    border-radius: 24px;
}
.about-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-event h2 {
    width: fit-content;
    padding: 30px 100px;
    text-align: center;
}
.about-event h2::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 4px;
    background-color: var(--primary-color);
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}
.calender-comment-wrap {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.event_card {
    padding: 25px;
}
.swiper-slide-active .event_card {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.event_card:hover {
    background-color: #E9F1F5;
}
.event_card .img-event-main {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
}
.event_card-content {
    padding: 25px 30px;
}
.event_card-content h4 a {
    display: -webkit-box; overflow: hidden;
    font-weight: bold; font-size: 18px;
    color: var(--primary-color);
    text-align: left; text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}
.event_card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-align: left;
    color: #362618;
}
.btn-event_read-more {
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: none;
}
swiper-slide.swiper-slide-active .btn-event_read-more {
    font-weight: 700;
}
/* news */
.news {
    background-color: var(--primary-color);
    padding: 40px 0 80px 0;
    color: white;
    margin-top: 40px;
}
.news .new-label {
    color: var(--primary-color);
    padding: 8px 45px;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
}
.news h2 {
    color: white;
    margin-bottom: 45px;
}
.news h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 200px;
    height: 4px;
    background-color: #FF8D00;
    display: inline-block;
    border-radius: 20px;
}
.new-tab-wrap {
    display: none;
}
.new-tab-wrap.active {
    display: flex;
}
.new-tab-wrap .new-left {
    padding-right: 30px;
}
.news .new-left span {
    display: inline-block;
    padding: 12px 0;
}
.news .new-left .img-main {
    border-radius: 10px;
}
.news .new-right {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.news .new-right .img-submain {
    border-radius: 10px;
    height: 100%;
}
.news .new-right .tab-content-submain {
    margin: 6px 0 12px 0;
}
.news .new-right .submain-wrap {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.btn_tab-news-home {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.news .btn-tab-news {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 8px;
    padding: 0 28px;
}
.news .btn-tab-news.active {
    background-color: #FF8D00;
    border: 1px solid white;
    color: var(--primary-color);
}
.news .tab-content-main {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.news .tab-content-submain {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 0;
}
.news-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin: 8px 0;
}
.news span {
    font-size: 14px;
    font-weight: 400;
}
.news a {
    color: white;
    text-decoration: none;
}
/* partners */
.partners-wrap {
    margin-top: 65px;
    margin-bottom: 50px;
}
.partners {
    position: relative;
}
.partners-wrap h2 {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.partners-wrap h2 span {
    font-size: 38px;
    color: #2989CA
}
.partners .img-partner {
    position: relative;
    min-height: 166px;
    display: flex;
    align-items: center;
}
.partners .img-partner::after {
    content: "";
    position: absolute;
    border-left: 1px solid var(--primary-color);
    opacity: 0.3;
    height: 100%;
}
.partners swiper-slide:first-child .img-partner::after {
    border-left: none;
}
/* footer */
footer {
    background-image: url('../images/bg-footer.png');
    background-position: center;
    background-size: cover;
    height: 540px;
    background-color: var(--primary-color);
    color: white;
}
footer .ft_content-wrap {
    gap: 60px;
    height: 100%;
    padding-top: 90px;
}
.fc-1 img {
    margin-bottom: 30px;
}
.fc-1 h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.fc-1 p {
    margin-bottom: 5px;
}
.fc-1 p span {
    font-weight: bold;
}
.fc-2 h3,
.fc-3 h3,
.fc-4 h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
.fc-2 h3 {
    margin-bottom: 50px;
}
.fc-2 h3::after,
.fc-3 h3::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: white;
    left: 0;
    bottom: -10px;
}
.fc-2 p {
    margin-bottom: 0;
}
.fc-2 img {
    padding-right: 10px;
}
.fc-3 a {
    text-decoration: none;
    color: white;
}
.fc-3 .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 6px 0 #00D4FF inset;
    border-radius: 6px;
}
.fc-4 .contact-ft {
    position: relative;
    margin-right: 50px;
    border-bottom: 1px solid white;
}
.fc-4 .btn_contact-ft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F99D1C;
    border-radius: 50%;
    border: none;
    outline: none;
}
.fc-4 input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    padding: 15px 50px 15px 0;
}
.fc-4 input::placeholder {
    color: white;
}
/* ----------------------------------------------------- */
/* about page */
.content-about-main {
    margin-top: 40px;
}
.content-about-main .right{
    height: fit-content;
}
.content-about-main .left {
    padding-right: 40px;
}
.banner-collapse {
    position: relative;
    height: 410px;
}
.banner-collapse img {
    object-fit: cover;
}
.banner-collapse img {
    object-fit: cover;
}
.banner-collapse .bg-collapse-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 63, 81, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.banner-collapse .bg-collapse-blur h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.banner-collapse .bg-collapse-blur p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}
.logo_esy-top-about {
    position: absolute;
    height: 120px;
    opacity: 0.1;
    top: 20px;
    right: 140px;
}
.content_about-html img {
    max-width: 100%;
    display: block;
    margin: 30px 0;
    max-width: 100%;
}
.content_about-html,
.product_information-content-html,
.new_detail-content-html,
.prod_cate-content-html {
    position: relative;
    height: auto;
}
.prod_cate-content-html {
    margin-top: 55px;
}
.prod_cate-content-html img {
    max-width: 100%;
}
.content_about-html.show::after,
.product_information-content-html.show::after,
.new_detail-content-html.show::after,
.prod_cate-content-html.show::after {
    content: "";
    position: sticky;
    display: block;
    bottom: 0;
    height: 245px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.new_detail-content-html table {
    width: 100% !important;
    margin-left: 0 !important;
}
.content_about-html::after {
    content: none;
}
.about_us-content.about-page h2 {
    margin-bottom: 30px;
}
.content_about-html img,
.product_information-content-html img,
.new_detail-content-html img,
.prod_cate-content-html img{
    max-width: 100% !important;
    height: auto !important;
}
/*  */
.more_content-about,
.hide_content-about,
.more_content-html,
.hide_content-html,
.more_content-new,
.hide_content-new,
.more_content-prod_cate,
.hide_content-prod_cate {
    display: none;
}
.more_content-about.show,
.hide_content-about.show,
.more_content-html.show,
.hide_content-html.show,
.more_content-new.show,
.hide_content-new.show,
.hide_content-prod_cate.show,
.more_content-prod_cate.show {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EAEAEA;
    padding: 8px 0 16px 0;
    margin: 10px 50px 0 50px;
}
.btn_more-content-about,
.btn_hide-content-about,
.btn_more-content-html,
.btn_hide-content-html,
.btn_more-content-new,
.btn_hide-content-new,
.btn_more-content-prod_cate,
.btn_hide-content-prod_cate {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    color: #26AAE1;
    font-size: 14px;
    background: transparent;
}
.hide_content-about img,
.hide_content-html img,
.hide_content-new img,
.hide_content-prod_cate img {
    rotate: 180deg;
}
.content-about-main .right .gtcl,
.content-about-main .right .most-event {
    margin-top: 45px;
}
.content-about-main .right h2 {
    padding: 0 0 10px 0;
    margin-bottom: 40px;
}
.content-about-main .right h2::after {
    width: 130px;
}
.content-about-main .right .most-event h2 {
    margin-bottom: 20px;
}
.most_event-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.event-card {
    display: flex;
}
.event-card .img-main {
    border-radius: 10px;
    height: 100px;
}
.card-calendar {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
}
.event-card-right {
    padding-left: 20px;
}
.event-card-right a {
    font-size: 16px; font-weight: 600;
    color: #333333; text-decoration: none;
    display: -webkit-box; line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis;
    word-break: break-word;
}
.card-calendar img {
    width: 15px;
    height: 15px;
}
.card-calendar span {
    font-size: 14px;
    color: var(--primary-color);
}
.outstanding-image {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.outstanding-image .content-label,
.about-event .content-label {
    opacity: 1;
}
.outstanding-image h2 {
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
}
.outstanding-image h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.outstanding_image-cards {
    padding: 0 10px 20px 10px;
}
.outstanding_image-cards img {
    height: 405px;
    border-radius: 8px;
    object-fit: cover;
}
.outstanding_image-cards h4 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.outstanding_image-cards p {
    margin-bottom: 0;
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
    padding: 0 20px;
}
.video-about-page {
    margin-top: 65px;
    height: 760px;
}
/* -------------------------------------------- */
/* products */
.products_main-content {
    padding-top: 40px;
    padding-bottom: 60px;
}
.products_main-content .btn_product-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    width: 185px;
    padding: 12px 0;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 8px;
}
.products_main-content h2 {
    margin-bottom: 0;
}
.list-cate-outstanding {
    margin-top: 30px;
}
.cate_outstanding-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 210px;
    padding: 20px 0;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #0000001A;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cate_outstanding-card .heading {
    margin-top: auto;
}
.cate_outstanding-card h4 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.cate_outstanding-card img {
    width: 100px;
    height: 100px;
}
.cate_outstanding-card:hover {
    background-color: var(--primary-color);
}
.cate_outstanding-card:hover h4 {
    color: white;
    font-weight: 700;
}
.bs_product-tabs,
.bs_cate-product-tabs {
    position: relative;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: var(--primary-color);
    border-radius: 100px;
    color: white;
    margin: 30px 0;
}
.bs_product-tabs .tab,
.bs_cate-product-tabs .cate-tab {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs_product-tabs .tab.active,
.bs_cate-product-tabs .cate-tab.active {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}
.bs_product-tabs .slide,
.bs_cate-product-tabs .cate-slide {
    position: absolute;
    top: 2px;
    left: 0;
    height: calc(100% - 4px);
    border-radius: 100px;
    background-color: #E9F1F5;
    transition: all 0.3s ease;
    z-index: 1;
}
.product_tab-list,
.product_tab-cate-list {
    display: none;
}
.product_tab-list.active,
.product_tab-cate-list.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product_tab-list img,
.product_tab-cate-list img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.product_tab-list .content_product-wrap {
    padding: 10px 10px 20px 10px;
}
.product_tab-list .product,
.product-cate {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 #00000026;
    transition: all 0.3s ease;
    margin: 5px;
}
.product-cate {
    min-height: 485px;
}
.product_tab-list .product img,
.product-cate img {
    width: 100%;
    object-fit: cover;
}
.product-cate.in-cate {
    min-height: 370px;
}
.product-cate.in-cate img {
    height: 185px;
}
.product-cate img {
    height: 305px;
}
.product_tab-list .product:hover,
.product-cate:hover {
    background: #E9F1F5;
}
.swiper-slide-active .product-cate {
    background: #E9F1F5;
}
.product_tab-list .content-product .product_tab-cate-list .content-product-cate {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product_tab-list .content-product a,
.content-product-cate a {
    margin-bottom: 0; height: 50px;
    font-size: 16px; font-weight: bold;
    color: var(--primary-color);
    line-height: 1.5;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.product_tab-list .content-product p,
.content-product-cate p {
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 0;
}
.product_tab-list .content-product del,
.content-product-cate del {
    color: #999999;
    font-size: 14px;
}
.product_tab-list .product-progress {
    position: relative;
    width: 100%;
    background: #FFB099;
    height: 10px;
    border-radius: 5px;
    margin-top: 16px;
}
.product_tab-list .product-progress .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #FFA041 0%, #FF554B 100%);
    border-radius: 5px;
    width: 10%;
    z-index: 8;
}
.product_tab-list .product-progress span {
    position: absolute;
    width: max-content;
    font-size: 8px;
    color: white;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-banners {
    display: flex;
    gap: 30px;
    margin: 60px 0 30px 0;
}
.product-banners>a {
    width: 100%;
}
.product-banners>a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}
.interest-product-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 30px;
}
.interest-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 10px;
    box-shadow: 0 0 10px 0 #0000001A;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}
.interest-product-card:hover {
    background: #E9F1F5;
}
.interest-product-card a {
    font-size: 14px;
    text-decoration: none;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.interest-product-card a:hover {
    color: #222222;
}
.interest-product-card span {
    font-weight: bold;
    font-size: 14px;
}
.interest-product-card img {
    width: 73px;
    height: 73px;
    object-fit: cover;
}
.content_product-cate-wrap {
    padding: 16px;
}
.content_product-cate-wrap span {
    color: #999999;
    font-size: 12px;
}
.content-product-cate .product-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #999999;
    background-color: #D0D0D0;
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 5px;
}
.product-cate-content {
    margin-bottom: 60px;
}
.side-left {
    position: sticky;
    top: 130px;
    height: fit-content;
    padding-right: 20px;
}
.side-left .left {
    padding: 16px 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001A;
    border-radius: 12px;
}
.side-left .left h2 {
    padding: 0 0 10px 0;
    margin-bottom: 30px;
}
.side-left .left h2::after {
    width: 135px;
}
.side-left .left.list-cate.mobile {
    display: none;
}
.side-left .left.list-cate ul {
    padding-left: 0;
    list-style: none;
    max-height: 360px;
    overflow: auto;
    scrollbar-width: thin;
}
.side-left .left.list-cate ul li a {
    color: #333333;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.side-left .left.list-cate ul li .cate-item-wrap ~ ul li a {
    justify-content: flex-start;
    text-transform: none; font-weight: 500;
}
.side-left .left.list-cate ul li a:hover,
.side-left .left.list-cate ul li a.active {
    color: var(--primary-color);
}
.side-left .left.list-cate ul li a:hover span {
    color: var(--primary-color);
}
.side-left .left.list-cate ul li a span {
    color: #999999;
    font-size: 14px;
}
/* Level 1 */
.side-left .left.list-cate>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
}
/* Level 3 */
.side-left .left.list-cate>ul>li>ul>li>ul>li>a {
    font-weight: 400 !important;
    font-size: 0.99rem
}
.side-left .left.list-cate ul ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.5s ease;
    padding-left: 8px;
}
.side-left .left.list-cate li.has-dropdown.open > ul {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}
.side-left .left.list-cate .cate-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.side-left .left.list-cate .cate-item-wrap > a {
    flex: 1;
    margin-bottom: 0;
}
.side-left .left.list-cate .btn-toggle-dropdown {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    color: #333333;
    flex-shrink: 0;
    line-height: 1;
}
.side-left .left.list-cate .btn-toggle-dropdown .fa {
    transition: transform 0.3s ease;
    display: inline-block;
}
.side-left .left.list-cate li.has-dropdown.open > .cate-item-wrap .btn-toggle-dropdown .fa {
    transform: rotate(180deg);
}
.side-left .left.filter {
    margin-top: 20px;
}
.list_product-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.range-wrapper {
    width: 100%;
}
.range-wrapper .values {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider {
    --min: 0%;
    --max: 100%;
    position: relative;
    height: 30px;
}
.slider::before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ddd;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    z-index: 1;
}
.slider::after {
    content: "";
    position: absolute;
    height: 4px;
    background: #2f4858;
    top: 50%;
    transform: translateY(-50%);
    left: var(--min);
    width: calc(var(--max) - var(--min));
    border-radius: 2px;
    z-index: 2;
}
.slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.slider input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 4px;
}
.slider input[type="range"]::-webkit-slider-thumb {
    position: relative;
    pointer-events: auto;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background: #2f4858;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -5px;
    z-index: 4;
}
.range-price h5,
.product-brands h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-brands h5 {
    border-top: 1px solid #999999;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.product-brands .list_brand {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    overflow: unset;
}
.product-brands .list_brand.more {
    height: 150px;
    overflow: hidden;
}
.product-brands .brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-brands .brand label {
    color: #1E1E1E;
}
.product-brands .brand label,
.product-brands .brand input {
    cursor: pointer;
}
.btn_more-brands {
    display: none;
}
.btn_more-brands.more,
.btn_hide-brands {
    border: none;
    background-color: transparent;
    color: #26AAE1;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
}
.btn_hide-brands img {
    rotate: 180deg;
}
.btn_hide-brands {
    margin-top: 10px;
}
.btn_hide-brands.hide {
    display: none;
}
.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    list-style: none;
}
.pagination-list a {
    text-decoration: none;
}
.pagination-list a:not(.prev, .next) {
    /* display: inline-block; */
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: transparent;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-list a.active {
    background-color: var(--primary-color);
    color: #fff;
}
.pagination-list .prev,
.pagination-list .next {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #26AAE1;
}
.pagination-list .prev {
    margin-right: 10px;
}
.pagination-list .next {
    margin-left: 10px;
}
.pagination-list .prev img {
    rotate: 180deg;
}
.products-seen {
    margin-top: 60px;
}
.products-seen .product-cate {
    margin: 10px;
}
.products-seen h2 {
    padding-top: 0;
    margin-bottom: 30px;
}
/* product detail */
.product_detail-main {
    margin-bottom: 60px;
}
.mySwiperPD {
    width: 100%;
    height: 585px;
}
.mySwiperPD .product_detail-main-img {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
}
.mySwiperPD .product_detail-main-img img {
    width: 100%;
    height: 100%;
}
.mySwiperProductDetail {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.mySwiperProductDetail .product_detail-sub-img {
    width: 100%;
    height: 120px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    overflow: hidden;
}
.mySwiperProductDetail .product_detail-sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-content .details .right {
    padding-left: 60px;
}
.product_tab-list .product img {
    height: 325px;
}
.product_tab-list .product {
    min-height: 478px;
}
.details .right .info p {
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}
.details .right .info p span {
    font-weight: 400;
}
.details .right .info h2 {
    font-weight: 700;
    font-size: 35px;
    color: var(--primary-color);
    margin: 5px 0 20px 0;
}
.details .right .info .product_detail-price {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}
.details .right .info .product_detail-price span {
    font-weight: 700;
    font-size: 24px;
    color: #ED3338;
}
.details .right .info .product_detail-price del {
    color: #999999;
}
.details .right .info .product-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
.details .right .info #check-quantity {
    color: #26AAE1;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.details .right .info .pick_quantity-and-buy {
    display: flex;
    align-items: center;
    gap: 30px;
}
.details .right .info .pick_quantity-and-buy .pick-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: var(--primary-color);
    gap: 30px;
    border-radius: 30px;
    padding: 0 10px;
}
.details .right .info .pick_quantity-and-buy .btn_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #ED3338;
    font-size: 18px;
    color: white;
    border-radius: 30px;
    padding: 0 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.details .right .info .pick_quantity-and-buy .pick-quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    outline: none;
}
.details .right .info .pick_quantity-and-buy .pick-quantity .quantity {
    font-weight: 700;
    font-size: 20px;
    color: white;
}
.info-cap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.share-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 40px;
}
.share-wrap .share {
    width: 55px;
    height: 55px;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiperAccompanying .product-cate {
    margin: 10px;
}
.accompanying-utensils {
    margin-top: 20px;
}
.accompanying-utensils .wrap_btn-slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.accompanying-utensils h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.btn-prev-product-accompanying,
.btn-next-product-accompanying {
    border: none;
    outline: none;
    background: transparent;
}
.product-information {
    margin-top: 40px;
}
.product-information .row .col-lg-9 {
    padding-left: 55px;
}
.product-information .side-left .all-infor .infor h3,
.product_information-content-html h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.product-information .side-left .all-infor .infor h3 a,
.product_information-content-html h2 a {
    text-decoration: none;
    color: var(--primary-color);
}
.product-information .side-left .all-infor .infor h3::after,
.product_information-content-html h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 200px;
    height: 4px;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 20px;
}
.product_information-content-html h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.product-information .all-infor {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #0000001A;
    margin-bottom: 25px;
}
.all-infor .infor {
    padding: 20px 5px;
}
.all-infor .infor.active {
    background-color: #E9F1F5;
}
.product_information-content-html #introduction,
.product_information-content-html #specifications,
.product_information-content-html #document,
.product_information-content-html #detail {
    scroll-margin-top: 120px;
}
.product_information-content-html #introduction,
.product_information-content-html #specifications,
.product_information-content-html #document {
    margin-bottom: 30px;
}
.product-information .side-left {
    padding-right: 0;
}
.project-product-list .project {
    width: 100%;
    box-shadow: 0 0 10px 0 #0000001A;
    border-radius: 16px;
    overflow: hidden;
    margin: 10px;
}
.project-product-list .project img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.project-product-list .project .title {
    padding: 20px 20px 40px 30px;
    background-color: #E9F1F5;
    transition: all 0.3s ease;
}
.project-product-list .project .title h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.project-product-list .project .title h4 a,
.project-product-list .project .title p{
    color: #222222;
}
.project-product-list .project .title a {
    color: #26AAE1;
    font-size: 14px;
    text-decoration: none;
}
.project-product-list .project:hover h4 a,
.project-product-list .project:hover p{
    color: white;
}
.project-product-list .project:hover .title {
    background-color: var(--primary-color);
}
/* ----------------------------------------------------------- */
/* newss */
.news-layout {
    margin-bottom: 60px;
}
.news-layout h2 {
    margin-bottom: 0;
}
.news-head {
    margin-bottom: 30px;
}
.news-head .news-tab {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.news-tabs-list,
.tabs-video {
    display: flex;
    align-items: center;
    gap: 20px;
}
.video_content-tab .m-videos {
    padding-right: 40px;
}
.news-tabs-list .tab,
.tabs-video .tab {
    border: 2px solid var(--primary-color);
    background-color: #fff;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 0 30px;
    transition: all 0.3s ease;
}
.news-tabs-list .tab.active,
.tabs-video .tab.active {
    border: 1px solid var(--primary-color);
    background-color: #FF8D00;
}
.news-content-tab {
    display: none;
}
.news-content-tab.active {
    display: flex;
}
.news-content-tab .new-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.news-content-tab .new-content img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}
.news-content-tab .new-content span {
    color: var(--primary-color);
    font-size: 15px;
}
.news-content-tab .new-content .mnc {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-content-tab .new-content a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.list_sub-new-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
}
.sub_new-content .content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 20px;
    color: var(--primary-color);
}
.sub_new-content .content span {
    font-size: 15px;
}
.sub_new-content .content p {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
}
.sub_new-content .content a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}
.sub_new-content .content > p a {
    font-size: 16px;
}
.sub_new-content .content a img {
    width: 12px !important;
    height: 12px !important;
}
.sub_new-content .m-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}
.news-related {
    margin-top: 20px;
    margin-bottom: 60px;
}
.news-related-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 40px;
}
.news-related-list .new-related {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #0000001A;
    border-radius: 10px;
    overflow: hidden;
}
.news-related-list .new-related .col-5 {
    padding-right: 25px;
}
.news-related-list .new-related img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-related-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px;
    color: var(--primary-color);
}
.new-related-content p.date_news {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 5px;
}
.new-related-content h3>a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--primary-color);
    ;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.new-related-content p {
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
    font-size: 14px;
}
.new-related-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #26AAE1;
    text-decoration: none;
    font-size: 14px;
}
.news-category {
    margin-bottom: 40px;
}
.news-category ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}
.news-category ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-category ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    text-decoration: none;
}
.news-category h2,
.recent-news h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 0;
}
.list_recent-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list_recent-news .recent img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.list_recent-news .recent .img-rc {
    padding-right: 20px;
}
.list_recent-news .recent .recent-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.list_recent-news .recent .recent-content a,
.recent_description {
    color: #333333; font-size: 16px;
    font-weight: 600; line-height: 1.3;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.recent_description {
    font-size: 14px !important;
    font-weight: normal;
    padding-top: 5px;
}
.list_recent-news .recent .recent-content .recent_date {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    color: var(--primary-color);
}
/* new-detail */
.new_detail-content {
    margin-bottom: 60px;
}
.new_detail-content .cl-news {
    padding-right: 40px;
}
.new_detail-content-html img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
/* contact */
.contact-main {
    margin: 60px 0;
}
.contact-main .col-8 {
    padding-right: 40px;
}
.contact-main .contact-wrap {
    gap: 0;
}
.contact-form {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
}
.contact-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
}
.contact-alert.d-none {
    display: none;
}
.contact-alert--success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.contact-alert--error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}
.form-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 4px;
    min-height: 18px;
}
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc2626 !important;
}
.map {
    margin-top: 60px;
}
.contact-form h2 {
    font-weight: 600;
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 20px;
}
.form-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn_form-contact {
    width: 100%;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.btn_form-contact:hover {
    opacity: 0.9;
}
.contact-information {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #E8F1F5;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    height: 100%;
}
.information-company {
    display: flex;
    align-items: start;
    gap: 15px;
}
.information-company img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.information-company h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 0;
}
.information-company span a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.line-contact {
    position: relative;
    width: 70%;
    height: 4px;
    margin: 20px auto 0 auto;
    border-radius: 999px;
    background: var(--primary-color);
}
.line-contact::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 5px;
    background: linear-gradient(to bottom, #26AAE1 0%, #2989CA 100%);
    filter: blur(4px);
}
.contact-information .logo {
    width: 80%;
    margin: 20px auto 0 auto;
}
/* video */
.videos-main {
    margin-top: 30px;
    margin-bottom: 40px;
}
.videos-main h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 0;
}
.m-video {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.m-video a {
    text-decoration: none;
}
.m-video .ifr-video {
    width: 100%;
    height: 485px;
}
.ifr-video.detail {
    height: 450px;
}
.video-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
}
.video-thumb-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.video-thumb-link:hover img {
    transform: scale(1.04);
}
.video-thumb-link .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    pointer-events: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.video-thumb-link:hover .play-icon {
    opacity: 1;
}
.m-video h3 {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
}
.m-video p {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.m-video p span {
    font-size: 14px;
    color: #26AAE1;
    margin-left: 8px;
}
.list-s-video {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.s-video {
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.s-video img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.s-video .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.s-video .content h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: #222222;
}
.s-video .content p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 0;
}
.list-all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.list-all .m-video .ifr-video {
    width: 100%;
    height: 235px;
}
.list-all .m-video h3 {
    font-size: 18px;
}
.video_content-tab {
    display: none;
}
.video_content-tab.active {
    display: flex;
}
/* cart */
.ship-info {
    box-shadow: 0 4px 10px 0 #0000001A;
    border-radius: 12px;
    padding: 20px;
}
.cart-main h3 {
    color: var(--primary-color);
    font-size: 16px;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
    margin-bottom: 20px;
}
.payment-method,
.ship-method,
.payment-info {
    box-shadow: 0 4px 10px 0 #0000001A;
    border-radius: 12px;
    padding: 20px;
}
.payment-method .box-payment {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgb(245, 197, 24);
    border-radius: 12px;
    background: rgba(245, 197, 24, 0.1);
    padding: 12px 16px;
}
.payment-method .box-payment span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-method .box-payment p {
    margin-bottom: 0;
}
.payment-info .provisional {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.payment-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.payment-info span {
    font-size: 14px;
    color: var(--primary-color);
}
.payment-info span.price {
    color: #FF8D00;
    font-weight: 700;
}
.ship-method textarea {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    padding: 10px;
}
.ship-method textarea:focus,
.ship-method textarea:focus-visible {
    border: 1px solid var(--primary-color);
}
.cart-wrapper,
.thank-you-page .box-white {
    box-shadow: 0 4px 10px 0 #0000001A;
    border-radius: 12px;
}
.cart-header {
    display: grid;
    grid-template-columns: 1fr 120px 120px 120px;
    align-items: center;
}
.cart-item {
    display: grid;
    grid-template-columns: 1fr 120px 120px 120px;
    align-items: center;
}
.product-img {
    width: 64px;
    height: 64px;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-name {
    font-size: 15px;
    font-weight: 500;
    color: #17204d;
}
.btn-qty {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #ffeff6;
    color: #d63384;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-qty {
    width: 40px;
    height: 28px;
    text-align: center;
    border-radius: 20px;
    border: none;
    background: #ffeff6;
    outline: none;
}
.btn-remove {
    font-size: 12px;
    border: none;
    background: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.cart-main-wrap {
    margin-bottom: 60px;
}
.cart-summary-fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1320px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #E8E9EE;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    z-index: 50;
}
.summary-content {
    max-width: 600px;
    padding: 10px 0;
}
.total-price {
    font-size: 18px;
    font-weight: 700;
    color: #F47747;
    white-space: nowrap;
}
.note-text {
    font-size: 12px;
    color: #263A7B;
    margin: 12px 0;
}
.btn-checkout {
    background: #263A7B;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px;
    border-radius: 12px;
    border: none;
    transition: all 0.2s ease;
}
.btn-checkout:hover {
    background: #17204D;
}
.btn-checkout:active {
    transform: scale(0.98);
}
.btn-checkout:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* thank-you-page */
/* Box */
.box-white {
    background: #fff;
    border-radius: 16px;
}
/* THANK */
.thank-wrapper {
    margin-bottom: 20px;
}
.thank-img {
    width: 237px;
    height: auto;
    object-fit: cover;
}
.thank-title {
    font-size: 20px;
    font-weight: 600;
    color: #77BD9B;
    margin-bottom: 8px;
}
.thank-desc {
    font-size: 14px;
    color: #454D71;
    max-width: 500px;
    margin: 0 auto 10px;
}
/* SECTION */
.section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #17204D;
}
/* INFO */
.info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.info-label {
    width: 140px;
    color: #606266;
}
.info-value {
    font-weight: 700;
    color: #17204D;
}
/* STATUS */
.status-badge {
    background: #fff7e6;
    color: #d48806;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}
/* SUMMARY */
.summary-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 16px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.summary-row.total {
    margin-top: 10px;
}
.total-price {
    font-size: 20px;
    font-weight: 700;
    color: #F47747;
}
.text-discount {
    color: #F47747;
    font-weight: 600;
}
/* BUTTON */
.btn-continue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    background: #17204D;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}
.btn-continue:hover {
    background: #0f1633;
}
/* navbar mobile */
.navbar_header-mobile {
    display: none;
}
.navbar_header-mobile img {
    width: 33%;
}
.navbar_header-mobile .btn_show-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #2989CA;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
}
.navbar_mobile-wrap {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.bs_product-tabs-scroll {
    width: 100%;
}
.list-cate-outstanding-mobile {
    display: none;
}
.news-related .btn_show-more-page {
    display: none;
}
/* ------ */
.progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
}
.progress-circle svg {
    transform: rotate(-90deg);
}
.progress-circle .bg {
    fill: none;
    stroke: #eee;
    stroke-width: 8;
}
.progress-circle .progress {
    fill: none;
    stroke: url(#grad1);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease;
}
.progress-circle .label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.progress-circle svg {
    transform: rotate(-90deg);
}
.progress-circle .progress {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 3s ease;
}
.progress-circle .bg {
    fill: none;
    stroke: #eee;
    stroke-width: 8;
}
.attached-doc-list {
    display: flex;
    flex-wrap: wrap;
}
.attached-doc-list li {
    flex: 1;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    margin: 5px;
}
.attached-doc-list li a {
    width: 100%;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}
.attached-doc-list li a:hover {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}
.social-media {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 102;
}
.social-media img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.menubar_mobile {
    display: none;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes fadeRightToLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeTopToBottom {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.content-label,
.heading-banner,
.context-banner,
.btn_more .btn_more-wrap {
    opacity: 0;
}
.swiper-slide-active .content-label {
    animation: fadeTopToBottom 1.5s ease forwards;
}
.swiper-slide-active .heading-banner,
.swiper-slide-active .context-banner {
    animation: fadeRightToLeft 1.5s ease forwards;
}
.swiper-slide-active .btn_more {
    animation: fadeBottomToTop 1.5s ease forwards;
}
.swiper-slide-active .btn_more-wrap {
    animation: fadeBottomToTop 1.5s ease forwards;
}
.swiper-slide-active .heading-banner {
    animation-delay: 0.6s;
}
.swiper-slide-active .context-banner {
    animation-delay: 0.6s;
}
.swiper-slide-active .btn_more {
    animation-delay: 0.6s;
}
.swiper-slide-active .btn_more-wrap {
    animation-delay: 0.6s;
}
.contact-main .contact-wrap .form-contact {
    padding: 0 40px 0 0;
    order: unset;
}
.cart-contents {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}
.cart-contents .cart-box {
    position: relative;
}
.cart-contents .number_cart-box {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.products-seen h2.desktop {
    display: block;
}
.products-seen h2.mobile {
    display: none;
}
.new_detail-content.vid-detail .col-lg-8 {
    padding-right: 30px;
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767.98px) {
    .overflow_mobi{
        overflow: hidden;
    }
    .navbar_header {
        display: none;
    }
    .bg_primary {
        height: 30px;
    }
    .banner-home {
        height: 400px;
    }
    .content_banner-wrap {
        left: 24px;
        gap: 20px;
        width: 90%;
        top: unset;
        transform: none;
        bottom: 55px;
    }
    .heading-banner {
        font-size: 22px;
        line-height: 1.5;
        padding-right: 80px;
    }
    .context-banner {
        font-size: 12px;
        line-height: 22px;
        font-weight: 500;
    }
    .text-header {
        font-size: 12px;
    }
    .btn_more-wrap {
        width: 144px;
    }
    .btn_more {
        font-size: 13px;
        height: 32px;
    }
    .contact-short {
        padding: 0 24px;
    }
    .contact-short-left p {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }
    .contact-short-left {
        gap: 10px;
    }
    .contact-short-img {
        width: 75px;
        height: 75px;
        flex-shrink: 0;
    }
    .contact-short-img img {
        width: 50%;
        object-fit: cover;
    }
    .content-label {
        font-size: 13px;
    }
    .ceo-member {
        flex-direction: column;
        padding: 24px;
        gap: 15px;
    }
    .img_about-us {
        position: absolute;
        width: 100%;
        object-fit: cover;
        opacity: 0.1;
        left: 0;
        bottom: -60px;
    }
    .about_us-content {
        width: 100% !important;
        margin-top: 10px;
    }
    .about_us-content h2,
    .about-solutions h2,
    .about-event h2,
    .news h2,
    .partners-wrap h2,
    .content-about-main .right h2,
    .outstanding-image h2,
    .products_main-content h2,
    .side-left .left h2,
    .products-seen h2,
    .accompanying-utensils h2,
    .similar-products h2,
    .project-has-product h2,
    .news-layout h2 {
        font-size: 22px;
        padding: 25px 0 15px 0;
        margin-bottom: 20px;
    }
    .products-seen h2 {
        padding: 0 0 10px 0;
    }
    .about_us-content h2::after,
    .about-solutions h2::after,
    .about-event h2::after,
    .content-about-main .right h2::after,
    .outstanding-image h2::after,
    .products_main-content h2::after,
    .side-left .left h2::after,
    .products-seen h2::after,
    .accompanying-utensils h2::after,
    .similar-products h2::after,
    .project-has-product h2::after,
    .news-layout h2::after {
        width: 120px;
    }
    .about_us-content ul {
        margin-bottom: 20px;
        padding-left: 24px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .about_us-content ul li p {
        font-size: 12px;
        color: #222222;
    }
    .ceo-member .content-right p {
        padding-top: 30px;
    }
    .btn_about-contact {
        background: #2989CA;
        font-size: 13px;
        text-transform: none;
        padding: 10px 16px;
        border-radius: 100px;
        margin: 15px 0 20px 0;
        box-shadow: 0 1px 2px 0 #0000004D;
    }
    .ceo-member .content-right {
        padding-right: 0;
    }
    .about-solutions {
        margin-top: 0;
    }
    .about_solutions-bg {
        padding: 40px 24px 0 24px;
    }
    .about_solution-cards {
        margin-top: -310px;
        padding: 0 24px !important;
    }
    .solution-card {
        min-height: 450px;
        height: 450px;
    }
    .btn-prev,
    .btn-prev-event,
    .btn-prev-partner {
        left: 0;
    }
    .btn-next,
    .btn-next-event,
    .btn-next-partner {
        right: 0;
    }
    .btn-next-same-product {
        right: -25px;
    }
    .btn-prev-same-product {
        left: -25px;
    }
    .tag {
        font-size: 13px;
    }
    .about_solution-top {
        gap: 20px;
        font-size: 12px;
    }
    .about-advise {
        flex-direction: column;
        gap: 20px;
        padding: 0 24px;
        font-size: 12px;
        color: #222222;
    }
    .about-advise .left {
        width: 100%;
        margin-top: 40px;
    }
    .about-advise .left h3 {
        font-size: 16px;
        text-transform: uppercase;
    }
    .wrap-progress h3 {
        margin-bottom: 12px;
    }
    .about-advise .right {
        width: 100%;
    }
    .about-advise .right .row {
        gap: 12px;
    }
    .about-advise .right .img-advise-wrap,
    .about-advise .right .img-advise-wrap-2 {
        height: 265px;
    }
    .pulse-circle {
        width: 85px;
        height: 85px;
    }
    .wrap-icon-esy {
        width: 60px;
        height: 60px;
    }
    .wrap-icon-esy img {
        width: 50%;
        object-fit: cover;
    }
    .about-event {
        margin-top: 60px;
    }
    .about_event-cards {
        border: none;
        border-radius: unset;
        padding: 0 24px;
    }
    swiper-slide.swiper-slide-active .event_card {
        border-radius: 24px;
    }
    .event_card-content {
        padding: 0;
    }
    .calender-comment-wrap {
        margin-top: 15px;
    }
    .calender-comment-wrap span {
        font-size: 13px;
    }
    .event_card-content h4 {
        font-size: 16px;
    }
    .event_card-content p {
        font-size: 12px;
        color: #555E63;
        margin: 12px 0;
    }
    .btn-event_read-more {
        font-size: 13px;
    }
    .news {
        padding: 24px 0;
    }
    .main .news .container-xxl {
        padding: 0 24px !important;
    }
    .news h2 {
        border: none;
        padding: 25px 0 20px 0;
        margin-bottom: 0;
    }
    .news h2::after {
        content: none;
    }
    .btn_tab-news-home {
        gap: 5px;
    }
    .news .btn-tab-news {
        display: -webkit-box; height: 50px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        padding: 0; flex: 1;
    }
    .new-tab-wrap {
        margin-top: 30px;
    }
    .new-tab-wrap.active {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .new-tab-wrap .new-left {
        padding-right: 0;
        font-size: 13px;
    }
    .news .new-left .img-main {
        height: 275px;
    }
    .news span {
        font-size: 13px;
    }
    .news .tab-content-main {
        font-size: 13px;
        line-height: 1.75;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .new-left a img.icon-20 {
        display: none;
    }
    .news .tab-content-submain {
        font-size: 12px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .news .news-description {
        font-size: 12px;
        margin: 6px 0;
    }
    .tab-card-new a {
        font-size: 12px;
    }
    .partners-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 24px;
    }
    .partners-wrap h2 span {
        font-size: 22px;
    }
    .partners .img-partner {
        min-height: unset;
        height: 66px;
    }
    .partners .img-partner img {
        height: 100%;
    }
    .partners .img-partner::after {
        content: none;
    }
    footer {
        height: auto;
        padding: 30px 24px 45px 24px;
    }
    footer .ft_content-wrap {
        gap: 15px;
        flex-direction: column;
    }
    footer .ft_content-wrap p {
        font-size: 13px;
    }
    footer .ft_content-wrap h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    footer .ft_content-wrap .logo-ft {
        position: relative;
        width: 70% !important;
        display: block;
        margin: 0 auto 20px;
        border-bottom: 1px solid #fff;
    }
    footer .ft_content-wrap .logo-ft::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 4px;
        background-color: #fff;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
    }
    .fc-1 img {
        margin-bottom: 0;
    }
    .fc-2 h3 {
        margin-bottom: 30px;
    }
    .fc-1 h3 {
        margin-bottom: 10px;
    }
    .navbar_header-mobile {
        display: flex;
        align-items: center;
        transform: translateY(30px);
        height: 60px;
        padding: 0 24px;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        transition: all 0.3s ease;
    }
    .navbar_header-mobile.active {
        transform: translateY(0);
        background: #fff;
        box-shadow: 0 4px 10px 0 #0000001A;
        z-index: 101;
    }
    .navbar_mobile-wrap.active {
        opacity: 1;
        visibility: visible;
    }
    .navbar_mobile-items {
        position: relative;
        background: white;
        height: 100%;
        width: 80%;
        transition: all 0.3s ease;
    }
    .navbar_mobile-items img {
        width: 55%;
        padding: 20px;
    }
    .navbar_mobile-items .btn_choose-language {
        background: transparent;
        border-radius: 100px;
        color: #222222;
    }
    .navbar_mobile-items .btn_choose-language i {
        color: #222222;
    }
    .navbar_mobile-items .dropdown-item.active {
        background: #eaeaea;
        color: var(--primary-color);
        font-weight: 600;
    }
    .navbar_mobile-items .nav_items {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 12px;
    }
    .navbar_mobile-items .nav_items li {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .navbar_mobile-items .nav_items li a {
        text-decoration: none;
        color: #222222;
        font-weight: 500;
    }
    .navbar_mobile-items .nav_items li.has-dropdown .nav-item-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar_mobile-items .nav_items li.has-dropdown .btn-toggle-dropdown {
        background: none;
        border: none;
        padding: 0 4px;
        color: #222222;
        cursor: pointer;
        transition: transform 0.25s ease;
        line-height: 1;
    }
    .navbar_mobile-items .nav_items li.has-dropdown.open .btn-toggle-dropdown {
        transform: rotate(180deg);
    }
    .navbar_mobile-items .nav_items .nav-dropdown {
        list-style: none;
        padding: 8px 0 0 12px;
        margin: 0;
        display: none;
    }
    .navbar_mobile-items .nav_items li.has-dropdown.open > .nav-dropdown {
        display: block;
    }
    .navbar_mobile-items .nav_items .nav-dropdown li {
        border-bottom: none;
        padding: 6px 0;
    }
    .navbar_mobile-items .nav_items .nav-dropdown li a {
        font-weight: 400;
        font-size: 0.9em;
    }
    .navbar_mobile-items .nav_items .nav-dropdown li a img {
        width: 25px;
        height: 25px;
        padding: 0 8px 0 0;
    }
    .navbar_mobile-items .nav_items .nav-dropdown .nav-dropdown {
        padding-left: 16px;
    }
    .navbar_mobile-items .nav_items .nav-dropdown .nav-dropdown li a {
        font-size: 0.85em; font-weight: 500;
    }
    .search_mobile-wrap-btn {
        padding: 10px 24px;
    }
    .search-mobile {
        position: relative;
    }
    .search-mobile input {
        width: 100%;
        height: 40px;
        padding-left: 40px;
        border-radius: 100px;
        border: 1px solid #eaeaea;
    }
    .search-mobile .btn_search-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background: transparent;
    }
    .btn_close-navbar {
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        background: transparent;
    }
    .btn_close-navbar i {
        font-size: 20px;
    }
    .dropdown_language {
        padding: 12px 32px 24px 0;
    }
    /* about us mobile */
    .content-about-main .left {
        padding-right: 0;
    }
    .banner-collapse {
        height: 270px;
    }
    .content-about-main {
        margin-top: 15px;
        padding: 0 24px;
    }
    .mySwiperOutstandingImages {
        height: 2600px !important;
    }
    .outstanding_image-cards {
        padding: 0;
    }
    .content_about-html,
    .content-about-main .right p {
        font-size: 14px;
    }
    /* products */
    .list-cate-outstanding {
        display: none;
    }
    .product-banners {
        flex-wrap: wrap;
        gap: 10px;
        margin: 40px 0;
    }
    .product_tab-list.active,
    .product_tab-cate-list.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .product_tab-list img,
    .product_tab-cate-list img {
        height: 190px;
    }
    .product_tab-list .content-product a,
    .content-product-cate a {
        font-size: 14px; height: 45px;
    }
    .product-banners img {
        height: 120px;
    }
    .list-cate-outstanding-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .cate_outstanding-card {
        height: 180px;
    }
    .products_main-content {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .products_main-content {
        padding: 20px 24px 40px 24px;
    }
    .products_main-content h2 {
        margin-bottom: 0;
    }
    .interest-product-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
    .interest-product-card a {
        font-size: 12px;
    }
    .interest-product-card {
        gap: 7px;
    }
    .interest-product-card span {
        font-weight: bold;
        font-size: 10px;
    }
    .bs_product-tabs-scroll {
        overflow-x: scroll;
    }
    .bs_product-tabs,
    .bs_cate-product-tabs {
        width: max-content;
    }
    .bs_product-tabs .tab,
    .bs_cate-product-tabs .cate-tab {
        width: 200px !important;
        font-size: 13px;
    }
    /* product-cate */
    .side-left .left.list-cate {
        display: none;
    }
    .side-left {
        position: static;
        padding-right: 0;
    }
    .side-left.mobile {
        order: 4;
    }
    .product-brands .list_brand {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    #minVal,
    #maxVal {
        font-size: 14px;
        font-weight: 600;
    }
    .product-brands h5 {
        font-size: 16px;
        font-weight: 700;
    }
    .list_product-category {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
    .product-cate-content {
        padding: 0 24px;
    }
    .breadcrumb_nav {
        padding: 0 24px;
        flex-wrap: wrap;
    }
    .side-left .left.filter {
        margin-top: 0;
    }
    .side-left .left.list-cate.mobile {
        display: block;
    }
    .product-cate-content .right {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .product-cate-content .right .products-seen {
        order: 3;
    }
    .product-cate-content .right .prod_cate-content-html {
        order: 2;
        margin-top: 0;
    }
    .side-left .left h2 {
        padding-top: 0;
    }
    .pagination-list {
        margin-bottom: 0;
    }
    /* product detail */
    .mySwiperPD {
        height: 340px;
    }
    .product-detail-content .details .right {
        padding-left: 0;
    }
    .product-detail-content .details .right .info {
        margin-top: 10px;
        font-size: 14px;
    }
    .details .right .info h2 {
        font-size: 16px;
        margin: 5px 0;
    }
    .details .right .info .product_detail-price span {
        font-size: 16px;
    }
    .details .right .info .pick_quantity-and-buy {
        justify-content: center;
    }
    .details .right .info .pick_quantity-and-buy .pick-quantity,
    .details .right .info .pick_quantity-and-buy .btn_buy {
        height: 40px;
    }
    .details .right .info .pick_quantity-and-buy .pick-quantity button {
        width: 25px;
        height: 25px;
    }
    .share-wrap .share {
        width: 42px;
        height: 42px;
    }
    .product-information .side-left {
        display: none;
    }
    .product-information .row .col-lg-9 {
        padding-left: 0;
    }
    .product-detail-content {
        padding: 0 24px;
    }
    .mySwiperProject {
        height: 465px;
    }
    .project-product-list .mySwiperProject swiper-slide {
        height: auto !important;
    }
    .btn-prev-project,
    .btn-next-project {
        display: none;
    }
    /* news */
    .news-tabs-list,
    .tabs-video {
        justify-content: center;
        gap: 15px;
    }
    .news-tabs-list .tab,
    .tabs-video .tab {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
    }
    .news-head .news-tab {
        justify-content: center;
        align-items: center;
    }
    .news-content-tab .new-content a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .mnc .icon {
        display: none;
    }
    .news-content-tab .new-content span {
        font-size: 12px;
    }
    .list_sub-new-content {
        gap: 10px;
        padding-left: 0;
        margin-top: 20px;
    }
    .sub_new-content .content span {
        font-size: 12px;
    }
    .sub_new-content .content p {
        font-size: 14px;
    }
    .sub_new-content .content a {
        font-size: 12px;
    }
    .sub_new-content .m-img {
        height: 100px;
    }
    .news-related-list.active {
        gap: 20px;
        padding-right: 0;
    }
    .news-related-list .new-related img {
        height: 288px;
    }
    .new-related-content span {
        font-size: 12px;
    }
    .new-related-content h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .new-related-content p {
        font-size: 12px;
    }
    .new-related-content a {
        font-size: 12px;
    }
    .new-related-content {
        gap: 5px;
    }
    .news-layout {
        padding: 0 24px;
    }
    .news-related .btn_show-more-page {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        border: 2px solid var(--primary-color);
        background-color: #fff;
        height: 40px;
        border-radius: 8px;
        color: var(--primary-color);
        font-weight: 600;
        padding: 0 20px;
        text-decoration: none;
        margin: 20px auto;
    }
    .contact-main {
        margin: 0;
    }
    .contact-main .col-8 {
        padding-right: 0;
    }
    .map {
        margin-top: 40px;
    }
    .contact-main .contact-wrap {
        gap: 40px;
    }
    .contact-main .contact-wrap .form-contact {
        padding: 0 24px;
        order: 2;
    }
    .map.row .col-12 {
        padding: 0 24px 30px 24px;
    }
    footer .ft_content-wrap {
        margin-bottom: 45px;
        padding-top: 0;
    }
    .display_mb_none {
        display: none;
    }
    .product-cate img {
        height: 150px;
    }
    .news-related {
        margin-bottom: 0;
    }
    .btn-prev-product-seen,
    .btn-next-product-seen {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 10px;
        z-index: 100;
    }
    .btn-prev-product-seen {
        left: unset;
        right: 40px;
    }
    .btn-next-product-seen {
        right: 0;
    }
    .products-seen h2.mobile {
        display: block;
    }
    .products-seen h2.desktop {
        display: none;
    }
    .content-product-cate .product-tag {
        padding: 5px 10px;
    }
    .product-cate {
        min-height: 330px;
    }
    .mySwiperSameProduct .product-cate {
        min-height: 280px;
    }
    .video-about-page {
        margin-top: 40px;
        height: 265px;
    }
    .news-related-list {
        padding-right: 0;
    }
    .new_detail-content .cl-news {
        padding-right: 0;
    }
    .new_detail-content {
        padding: 0 24px;
    }
    .news-category h2,
    .recent-news h2 {
        font-size: 22px;
    }
    .banner-collapse .bg-collapse-blur h1 {
        font-size: 18px;
    }
    .banner-collapse .bg-collapse-blur p {
        font-size: 14px;
    }
    .news-category {
        margin-top: 30px;
    }
    .video_content-tab .m-videos {
        padding-right: 0;
    }
    .s-video .content h4 {
        font-size: 14px;
    }
    .m-video h3 {
        font-size: 16px;
    }
    .m-video p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .videos-main h2 {
        font-size: 22px;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .list-all {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; margin-top: 20px;
    }
    .m-video .ifr-video {
        height: 212px;
    }
    .list-all .m-video .ifr-video {
        height: 105px;
    }
    .list-all .m-video h3 {
        font-size: 14px;
    }
    .pagination-list {
        margin-top: 20px;
    }
    .videos-main {
        padding: 0 24px;
        margin-bottom: 40px;
    }
    .videos-main .end {
        justify-content: center;
        margin-top: 20px;
    }
    .cart-item {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .product-name {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cart-summary-fixed {
        padding: 20px;
        border-radius: 30px;
    }
    .summary-content {
        padding: 0;
    }
    .ship-info .wrap-address {
        flex-wrap: wrap;
    }
    .logo_esy-top-about {
        top: 0;
        left: 70%;
    }
    .product_tab-list .product img {
        height: 195px;
    }
    .product_tab-list .product {
        min-height: 355px;
    }
    .new_detail-content.vid-detail .col-lg-8 {
        padding-right: 0;
    }
    .ifr-video.detail {
        height: 212px;
    }
    .social-media {
        gap: 10px; right: 10px;
        bottom: 150px;
    }
    .social-media img {
        width: 45px;
        height: 45px;
    }
    .menubar_mobile {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 105;
        padding: 10px 16px;
    }
    .menubar_mobile .menubar-group {
        flex: 1;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .menubar_mobile .logo-menubar {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #2989CA;
        border-radius: 50%;
        padding: 10px;
    }
    .menubar_mobile .logo-menubar img{
        width: 100%; height: 100%;
        object-fit: cover;
    }
    .menubar_mobile a{
        font-size: 12px;
        color: #606266;
        text-decoration: none;
    }
    .menubar_mobile i {
        color: #606266;
        padding-bottom: 5px;
    }
    .mySwiperProductDetail .product_detail-sub-img{
        height: 60px;
    }
}
