.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-60 {
    margin-bottom: 60px !important;
}

.pt-50 {
    padding-top: 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;
}

.rounded-8 {
    border-radius: 8px !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;
}


/*///////////////////////////////////*/
.container {
    max-width: 90vw !important;
}

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

.menu_top > .container > .row > div {
    display: flex;
    justify-content: space-between;
    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;
    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 .mega-main-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-main);
    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;
    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;
}

.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;
}

.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;
}

.right_description {
    position: relative;
    padding-top: 37px;
    padding-bottom: 20px;
}

.right_description::before {
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
    top: 8px;
    left: 0;
    content: '';
}

.right_description p {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 26px;
}

.title_icon_two {
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: -1;
}

.title_icon_two i {
    color: #F4FAF4;
    font-size: 111px;
}

.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);
}

.our_blog .inner-content {
    position: relative;
    padding: 20px 30px 30px;
}

.our_blog .article-title.sllide-title {
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.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.shadow {
    margin-bottom: 0rem !important;
    overflow: hidden;
}

.product-item.shadow:hover .inner-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

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

.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;
}

.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: 25px;
    object-fit: contain;
}

.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.85) 0%, rgba(161, 24, 41, 0.65) 15%, rgba(227, 36, 48, 0.35) 55%, rgba(227, 36, 48, 0) 100%);
}

.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-quality-control > .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.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: 6%;
}

.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;
}

@media (max-width: 850px) {
    .breadcrum {
        height: 150px;
    }
    
    .swiper-slide--tile {
        font-weight: 800;
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    
    .swiper-slide--description {
        display: none;
    }
    
    .swiper-slide--link {
        padding: 1rem 4.5rem;
        font-size: 1.3rem;
    }
    
    .swiper-slide--wrap {
        max-width: 65%;
        top: 62%;
    }
    
    .sub-title {
        font-size: 17px;
    }
    
    .title-section {
        font-size: 28px;
        line-height: 36px;
    }
    
    .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;
    }
    
    .join_title {
        padding-bottom: 25px;
        font-size: 40px;
        max-width: 100%;
        line-height: 52px;
    }
    
    .footer_social > div {
        justify-content: start !important;
    }
    
    .copyright {
        text-align: center;
        font-size: 14px;
    }
    
    .footer-last ul {
        text-align: center;
        padding: 0;
    }
    
    .footer-last li > a {
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    .admin-minimize .setting-menu > .container > .row > div {
        max-width: 50%;
    }
    
    .menu-section .menu-link {
        color: var(--color-main);
    }
    
}

@media (max-width: 991px) {
    .contact-right-inner {
        min-height: 400px;
        padding: 24px;
    }

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

    .contact-form-wrap {
        padding: 24px 20px;
    }
}


















