.fw-500 {
    font-weight: 500 !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pt-135 {
    padding-top: 135% !important;
}

.pt-140 {
    padding-top: 140% !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.btn {
    font-weight: 600;
    font-size: 1.8rem;
    padding: 10px 25px;
}

.btn-white {
    background-color: var(--white);
    color: var(--color-black);
    border-color: var(--white);
}

[class*="line-clamp"] {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1 !important;
}

.line-clamp-2 {
    -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
    -webkit-line-clamp: 3 !important;
}

.line-clamp-4 {
    -webkit-line-clamp: 4 !important;
}


/*///////////////////////////////////*/
.menu_top {
    border-bottom: 2px solid var(--white);
}

.menu_top > .container > .row > div {
    display: flex;
    align-items: center;
}

.header_social .social_item {
    padding-right: 2rem;
}

.header_social .social_item:last-child {
    padding-right: 0;
}

.header_social .social_item i {
    color: white;
    font-size: 14px;
}

.menu_top a {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.setting-menu li.btn-bao-gia {
    height: 100%;
    display: inline-flex;
}

.setting-menu li.btn-bao-gia > a {
    border: 1px solid var(--white);
    background-color: var(--color-main);
    padding: 9px 15px !important;
    margin-right: 0;
    overflow: hidden;
    border-radius: 50px;
    color: var(--white) !important;
    line-height: 1;
    height: auto;
}

.setting-menu li.btn-bao-gia > a:hover {
    border-color: var(--color-highlight) !important;
    color: var(--color-highlight) !important;
}

.setting-menu {
    z-index: 999;
    position: relative;
    left: 0;
    right: 0;
    background-color: var(--color-main);
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.home:not(.is-mobile) .setting-menu .menu-section > ul > li > a {
    color: white;
}

.setting-menu > .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
}

.menu-custom {
    padding: 1.5rem !important;
    background-color: var(--white) !important;
}

.mega-menu-wrap {
    background: var(--light);
    padding: 25px 20px;
}

.mega-menu-inner {
    display: flex;
    gap: 0;
    margin: 0 auto;
    width: 100%;
}

.mega-col-left {
    flex: 0 0 27%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 32px;
}

.mega-col-left-2 {
    flex: 0 0 20%;
}

.mega-col-left .mega-main-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-main) !IMPORTANT;
    text-decoration: none;
    line-height: 1.3;
    display: block;
}

.mega-col-left .mega-main-desc {
    font-size: 15px;
    color: #555;
}

.mega-main-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #222 !important;
    text-decoration: none;
    margin-top: 8px;
}

.mega-main-btn:hover {
    color: var(--color-highlight);
}

.mega-col-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    flex: 1;
}

.mega-col-child .mega-main-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-main);
    text-decoration: none;
    display: block;
}

.mega-col-child .mega-main-desc {
    font-size: 14px;
    color: #555;
}

.mega-col-img {
    flex: 0 0 230px;
    max-width: 230px;
    margin: 0 8px;
}

.mega-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    aspect-ratio: 1.2;
}

.mega-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mega-col-right {
    flex: 1;
    display: flex;
    gap: 16px;
}

.mega-child-wrap {
    flex: 1;
    display: flex;
    gap: 8px;
}

.mega-col-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.mega-col-right::-webkit-scrollbar {
    display: none;
}

/* Card tá»«ng item */
.mega-card {
    flex: 0 0 13.6%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    transition: box-shadow 0.2s ease;
    height: 100%;
}

.mega-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    color: #333;
}

.mega-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mega-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-main);
    line-height: 1.3;
}

.mega-card-desc {
    font-size: 13px;
    color: #666;
}

.btn-menu-mobile i {
    color: var(--color-highlight);
    vertical-align: middle;
}

.btn-action-header i {
    font-weight: 500;
}

.title-trend {
    margin-bottom: 6rem;
    padding-bottom: 1.5rem;
    width: 70rem;
    max-width: 100%;
}

.title-trend::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 222px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--color-highlight);
}

.sub-title {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.bd_radius {
    overflow: hidden;
    border-radius: 50%;
}

.title-why {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.name-why {
    font-size: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    padding: 2rem 3rem;
}

.means {
    font-size: 16px;
}

.means ul {
    padding-left: 20px;
}

.name-trend {
    font-size: 3.8rem;
    margin-bottom: 2rem;
}

.desc-trend {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.read_more_ct {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: var(--color-black);
}

.item_nimation-y {
    transition: all .4s linear;
    padding: 2rem;
}

.item_nimation-y:hover {
    transform: translateY(-15px);
}

.item_nimation-y:hover .inner-image img {
    opacity: 0.6;
}

.swiper_trademark .swiper-slide img {
    min-height: 8rem !important;
    object-fit: contain;
}

.swiper_trademark .swiper-slide {
    cursor: pointer;
}

.swiper_trademark {
    padding-bottom: 0 !important;
}

.feature-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.icon-contract {
    width: 140px;
    height: 140px;
    font-size: 58px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -70px;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: all .6s ease-in-out;
}

.feature-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-top: 7px solid var(--color-highlight);
    padding: 100px 15px 30px;
    text-align: center;
    background: linear-gradient(to bottom, #fff 70%, rgba(244, 160, 0, 0.8) 100%);
    color: #222;
}

.sllide-title {
    font-size: 2.6rem;
    color: var(--color-black);
    margin-bottom: 16px;
    line-height: 1.4;
}

.feature-item .article-description {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
}

.desc-section {
    font-size: 1.8rem;
    font-weight: 500;
}

.box-process {
    width: 500px;
}

.box-process .title-section {
    width: 400px;
}

.name-process a {
    font-size: 1.8rem;
    color: var(--color-black);
}

.rate_custom {
    position: relative;
    margin-bottom: 10px;
}

.rate_custom ul li {
    color: #fd5e16;
}

.readmore a {
    font-size: 18px;
    font-weight: 600;
}

.join_title {
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 52px;
    max-width: 42%;
}

.join_link {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid white;
    padding: 14px 6rem;
    border-radius: 57px;
    text-align: center;
    background-color: transparent;
}

.box_shadow {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

.category_custom:hover {
    color: white;
    background-color: var(--color-highlight);
    transition: all .1s linear;
}

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

.footer-setting > .container > div {
    position: relative;
}

.footer-setting > .container > div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 1px;
    background-color: var(--color-highlight);
}

.footer_social .social_item {
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight) !important;
    transition: all .3s linear;
}

.footer_social .social_item i {
    color: white;
    font-size: 16px;
}

.footer_title {
    color: white;
    font-size: 26px;
    padding-top: 30px;
}

.social_title {
    color: white;
    font-size: 20px;
}

.website_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
    letter-spacing: 0.4px;
}

.website_description span {
    color: var(--color-highlight);
}

.border-top_cs {
    border-top: 1px solid var(--color-text);
}

.footer-menu-section li  {
    color: var(--color-highlight);
}

.footer-menu-section li::marker {
    font-size: 2rem;
}

.footer-menu-section li:hover::marker  {
    color: var(--color-highlight);
}

.ft_menu_item {
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
}

.tnp-email,
.tnp-submit {
    height: 5rem;
    width: 100%;
    line-height: 5rem;
}

.tnp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.img-wh_custom {
    width: 50px;
    height: 50px;
}

.copyright {
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid var(--white);
}

.footer-last .active {
    color: white !important;
}

.footer-last ul {
    text-align: right;
    margin: 0;
}

.footer-last li {
    border-right: 1px solid var(--color-text);
    margin: 0 !important;
    padding: 0 1rem;
    display: inline-block;
}

.footer-last li::marker {
    content: none;
}

.footer-last li:last-child {
    border: none;
    padding-right: 0;
}

.footer-last li > a {
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.sc_top {
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 18px;
    color: var(--color-highlight);
}

.breadcrum {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 4rem 0;
}

.breadcrum h1 {
    color: white;
    margin: 0;
    font-size: 5rem;
}

.search_blog {
    border: 1px solid var(--light);
    border-radius: 30px;
    overflow: hidden;
}

.search_blog input {
    border: none;
    outline: none;
    padding-left: 2rem;
    height: 50px;
}

.search_blog button {
    padding: 0 3rem;
    margin: 0.4rem;
    border-radius: 25px !important;
    overflow: hidden;
    line-height: 0;
}

.lb-content {
    padding: 2rem;
}

.article-category a {
    color: var(--gray-bold);
}

.product-item {
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-text);
}

.hover-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    background-color: white;
    transform: translateY(250px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s ease-in-out;
}

.hover-content .product_description {
    padding: 1rem 0;
}

.view-contact {
    overflow: hidden;
    background-size: cover;
    background-position: 0 -10px;
    background-repeat: no-repeat;
}

.view-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(
1deg, rgba(94, 11, 24, 0.95) 0%, rgba(161, 24, 41, 0.8) 15%, rgba(227, 36, 48, 0.3) 50%, rgba(227, 36, 48, 0) 100%);
}

.view-contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: var(--white);
}

.contact-left {
    background: var(--white);
    padding: 30px 20px;
}

.contact-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.contact-form-wrap {
    padding: 30px 0 0;
}

.contact-form-wrap .form-group {
    margin-bottom: 15px;
}

.contact-form-wrap .form-control {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 18px;
    font-size: 15px;
    background: #f8f8f8;
}

.contact-form-wrap .form-control:focus {
    border-color: var(--color-highlight);
    box-shadow: none;
    background: #fff;
}

.contact-form-wrap textarea.form-control {
    border-radius: 16px;
}

.btn-submit-contact {
    border: 1px solid #333;
    color: #333;
    background: transparent;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit-contact:hover {
    background: #333;
    color: #fff;
}

.contact-right-inner {
    position: relative;
    padding: 80px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.contact-reach-title {
    font-size: 55px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    max-width: 270px;
}

.contact-reach-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-reach-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-reach-item i {
    color: #fff;
    font-size: 18px;
    width: 20px;
}

.contact-reach-item a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.contact-reach-item a:hover {
    text-decoration: underline;
}

.img_custom {
    height: 24px;
    object-fit: contain;
    border: 1px solid var(--white);
}

.is-mobile .img_custom {
    height: 18px;
}

.btn-quantity i {
    font-size: 11px;
    font-weight: 600;
}

.slider-main-right .swiper-slide--wrap > div {
    right: 0;
    left: auto;
    text-align: right;
}

.slider-main-right .swiper-slide--wrap {
    background: linear-gradient(
    270deg, 
    rgba(94, 11, 24, 0.55) 0%,
    rgba(161, 24, 41, 0.40) 30%,
    rgba(227, 36, 48, 0.20) 55%,
    rgba(227, 36, 48, 0) 100%);
}

.slider-main-center .swiper-slide--wrap > div {
    top: 0;
    bottom: 20%;
    right: 0;
    text-align: center;
    color: var(--color-black);
}

.slider-main-center .swiper-slide--wrap .btn {
    display: none;
}

.slider-tech .swiper-slide--wrap {
    background: transparent;
}

.title-center {
    margin: 0 auto 4rem;
}

.title-center::after {
    right: 0;
    margin: auto;
}

.thumbs-tab .swiper-slide {
    height: auto;
}

.item-process {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-process img {
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.name-process {
    font-size: 2rem;
    font-weight: 400;
}

.thumbs-tab .swiper-slide-thumb-active .item-process::after {
    content: "";
    position: absolute;
    background-color: var(--color-highlight);
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbs-tab .swiper-slide-thumb-active .item-process img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(97%) saturate(529%) hue-rotate(347deg) brightness(106%) contrast(94%);
}

.thumbs-tab .swiper-slide-thumb-active .name-process {
    color: var(--color-highlight);
    font-weight: 600;
}

.tag-process {
    position: absolute;
    left: 0;
    bottom: 0;
    width: max-content;
    padding: 12px 60px;
    background-color: var(--color-highlight);
    border-radius: 0 8px;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
}

.bg-quality {
    background-color: #f8a01e24;
}

.swiper-quality {
    padding-bottom: 6rem;
}

.swiper-quality .swiper-pagination {
    bottom: 0;
}

.swiper-quality .swiper-pagination-bullet {
    width: 300px;
    max-width: 16%;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--color-highlight);
    margin: 0 8px !important;
}

.view_vision {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1.8;
}

.vision-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 40px;
    margin-top: 4%;
}

.vision-half {
    flex: 1;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vision-content {
    text-align: center;
    padding: 30px 40px 0;
    max-width: 440px;
}

.vision-icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 10px;
}

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

.vision-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 10px;
}

.vision-desc {
    font-size: 18px;
    color: var(--color-black);
    font-weight: 500;
}

.who-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 35px 100px;
    background-repeat: no-repeat;
}

.who-wrap > div:first-child {
    width: 790px;
    font-weight: 900;
    color: var(--color-main);
    line-height: 0.85;
    user-select: none;
}

.who-content {
    position: relative;
    padding: 0 40px 0 35px;
    z-index: 1;
}

.who-title {
    font-size: 8rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.1;
    margin-bottom: 16px;
}

.who-desc {
    font-size: 3rem;
    color: var(--color-black);
}

.history-outer {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.history-outer::-webkit-scrollbar {
    display: none;
}

.history-scroll {
    min-width: max-content;
}

.history-wrap {
    display: flex;
    position: relative;
    height: calc(100vh - 12rem);
    transition: all .6s ease;
}

.history-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-highlight);
    transform: translateY(-50%);
    z-index: 0;
}

.history-col {
    width: 320px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-left: -130px;
    transition: all .6s ease;
}

.history-wrap .history-col:first-child {
    margin-left: 0;
}

.history-item {
    height: calc(50% - 75px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border: 2px solid var(--color-highlight);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.history-item::before {
    content: "";
    position: absolute;
    top: calc(50% - 64px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 23px;
    background: var(--color-highlight);
}

.history-col-bottom {
    flex-direction: column-reverse;
}

.history-col-bottom .history-item::before {
    flex-direction: column-reverse;
    top: calc(50% + 64px);
}

.history-dot-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    border: 2px solid var(--color-highlight);
    padding: 1.2rem;
    border-radius: 50%;
}

.history-year {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(
    --color-highlight);
    color: var(--white);
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.history-img {
    margin-bottom: 8px;
    border-radius: 8px;
}

.history-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.history-name {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
    line-height: 1.4;
}

.history-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.thumbs-cer .swiper-slide {
    border-radius: 10px 10px 0 0;
}

.thumbs-cer .item-process {
    padding: 1.5rem .5rem 4rem;
    border-radius: 10px 10px 0 0;
}

.thumbs-cer .item-process::after {
    content: none !important;
}

.name-cer {
    font-size: 2.3rem;
}

.name-cer span {
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
}

.prod-layout {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.prod-sidebar {
    flex: 0 0 35%;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 15px;
}

.prod-cat-list {
    padding: 0;
    border: 1px solid var(--color-black);
}

.prod-cat-item {
    border-bottom: 1px solid var(--color-black);
}

.prod-cat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: var(--color-black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.prod-cat-link:hover,
.prod-cat-link.active {
    background: #f5f5f5;
    color: var(--color-highlight);
}

.prod-cat-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.prod-subcat-list {
    border-top: 1px solid var(--color-black);
}

.prod-subcat-list li {
    border-bottom: 1px solid var(--color-black);
}

.prod-subcat-list li:last-child {
    border-bottom: none;
}

.prod-subcat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px 12px 50px;
    color: var(--color-black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.prod-subcat-link:hover {
    color: var(--color-highlight);
}

.prod-link {
    padding: 12px 20px 12px 50px;
}

.prod-content {
    flex: 1;
    padding-left: 60px;
    overflow-y: auto;
}

.prod-section {
    margin-bottom: 48px;
}

.prod-section-desc {
    font-size: 18px;
    color: #555;
    margin-bottom: 24px;
}

.prod-sub-section {
    margin-bottom: 5rem;
}

.prod-sub-title {
    font-size: 3.2rem;
    color: #222;
    margin-bottom: 8px;
}

.prod-sub-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 16px;
}

.prod-slider {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

.prod-slide-item {
    display: block;
    text-decoration: none;
    color: #222;
    position: relative;
}

.prod-slide-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 2;
}

.prod-slide-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    padding: 2rem 3rem;
    /* background-color: #f8a01ead; */
}

.prod-slide-name {
    color: var(--white);
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.prod-slide-desc {
    font-size: 16px;
    color: var(--white);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.prod-slider .swiper-pagination {
    bottom: 10px;
}

.prod-slider .swiper-pagination-bullet {
    width: 100px;
    max-width: 10%;
    margin: 0 3px !important;
}

.product-item .product-action {
    transform: translateY(20px);
    opacity: 0;
    transition: all .2s linear;
}

.product-item:hover .product-action {
    transform: translateY(0);
    opacity: 1;
}

.box-store__title {
    margin-bottom: 10px;
}

.box-store__title b {
    margin-left: 4px;
    margin-right: 4px;
}

.box-store__list {
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 12px;
}

.box-store__list::-webkit-scrollbar {
    width: 4px;
}

.box-store__list::-webkit-scrollbar-thumb {
    background: #888;
}

.box-store__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-store__item {
    padding: 4px 10px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
}

.box-store__item:nth-child(even) {
    background: #F2F2F2;
}

.box-store__item-phone {
    color: var(--red);
    padding-right: 5px;
    border-right: 1px solid #444444;
    margin-right: 5px;
}

.box-store__item-phone i {
    font-size: 15px;
    margin-right: 2px;
}

.product_detail .title-section {
    font-size: 3.2rem;
    color: var(--color-main);
}


#contactModal > div {
    max-width: 85vw;
    margin: auto;
}

#contactModal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

#contactModal .modal-body {
    padding: 40px;
}

.modal-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 1.2;
    margin-bottom: 16px;
}

.modal-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 350px;
}

#contactModal address {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    font-style: normal;
}

#contactModal address p {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
}

#contactModal .modal-img {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

#contactModal .modal-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1;
}

#contactModal .form-control {
    border: 1.5px solid #ccc;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

#contactModal .form-control:focus {
    border-color: #333;
    box-shadow: none;
}

#contactModal .form-control::placeholder {
    color: #aaa;
}

#contactModal select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 36px;
}

#contactModal textarea.form-control {
    border-radius: 16px;
    resize: none;
}

#contactModal .btn-submit {
    width: 100%;
    border: 1.5px solid #333;
    border-radius: 30px;
    background: transparent;
    color: #333;
    font-size: 14px;
    padding: 12px;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

#contactModal .btn-submit:hover {
    background: #333;
    color: #fff;
}

@media (min-width: 576px) {
    .container {
        max-width: 90vw;
    }
}

@media (min-width: 768px) {
    .view-quality-control > .row:nth-child(odd) {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1500px) {
    .view_vision {
        background: none !important;
        aspect-ratio: auto;
    }
}

@media (max-width: 991px) {
    .breadcrum {
        height: 150px;
    }
    
    .swiper-slide--tile {
        font-size: 3.2rem;
        margin-bottom: 2.5rem;
    }
    
    .swiper-slide--description {
        font-size: 1.5rem;
    }
    
    .swiper-slide--wrap > div {
        max-width: 80%;
    }
    
    .slider-main-center .swiper-slide--wrap > div {
        bottom: 0%;
    }
    
    .sub-title {
        font-size: 22px;
    }
    
    .title-section {
        font-size: 3.2rem;
    }
    
    .mobie_bv .bd_radius {
        border-radius: 10px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .bv_title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .bv_main .article-title,
    .mobie_article-title {
        font-size: 22px;
    }
    
    .item_tk {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 7rem;
    }
    
    .title_tk {
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 1rem;
    }
    
    .copyright {
        text-align: center;
        font-size: 14px;
    }
    
    .footer-last ul {
        text-align: center;
        padding: 0;
    }
    
    .footer-last li > a {
        font-weight: 400;
    }
    
    .contact-right-inner {
        min-height: 200px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .contact-reach-title {
        font-size: 32px;
    }

    .contact-form-wrap {
        padding: 24px 20px;
    }
    
    .name-why {
        font-size: 4.6rem;
    }
    
    .title-why {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .title-trend {
        margin-bottom: 3.2rem;
    }
    
    .title-trend::after {
        height: 6px;
    }
    
    .name-trend {
        font-size: 3rem;
    }
    
    .prod-layout {
        flex-direction: column;
    }
    
    .prod-sidebar {
        max-height: none;
        margin-bottom: 3rem;
        position: static;
        flex: none;
    }
    
    .prod-content {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .vision-wrap {
        flex-direction: column;
        padding: 0 15px;
    }
    
    .vision-content {
        text-align: center;
        padding: 0;
        max-width: 100%;
    }

    .footer_title {
        font-size: 22px;
    }
    
    .who-title {
        font-size: 4rem;
    }

    .who-desc {
        font-size: 2rem;
    }
    
    .who-content {
        padding: 32px 40px 0 32px;
        margin-left: 0;
    }
    
    .desc-section {
        font-size: 1.7rem;
    }
    
    .item-process img {
        height: 60px;
    }
    
    .name-process {
        font-size: 1.8rem;
    }
    
    .who-wrap {
        background: none !important;
    }
}

@media (max-width: 575px) {
    .who-wrap > div:not(.who-content) {
        display: none;
    }  
    
    .modal-title {
        font-size: 32px;
    }
    
    .modal-description {
        margin-bottom: 0;
    }
    
    #contactModal .modal-body {
        padding: 20px;
    }
}

.home-section-02 .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.home-section-02 .swiper-slide .image {
    margin-top: auto
}

















