@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato Bold.ttf") format("truetype");
    font-weight: Bold;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato Italic") format("truetype");
    font-weight: normal;
    font-style: italic;
     font-display: swap;
}

body {
    font-family: "Lato";
}

.product-quantity{
    display:flex;
    align-items:center;
    gap:14px;
}

.product-quantity .btn-quantity{
    width:42px;
    height:42px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    background:#fff;
    transition:0.2s;
}

.product-quantity .btn-quantity i{
    font-size:16px;
}

/* nút trừ */
.product-quantity .quantity-subtract i{
    color:#999;
}

/* nút cộng */
.product-quantity .quantity-add i{
    color:#ff3b30;
}

/* ô số */
.product-quantity input{
    width:40px;
    border:none;
    text-align:center;
    font-size:20px;
    font-weight:500;
    outline:none;
}

/* bỏ mũi tên input number */
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1038;
}

.head-info-website {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem 0;
}

.head-info-website * {
    color: white !important;
}

.head-info-website i {
    margin-right: 1rem;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.box-standard-responsibility {
    background: rgb(217 217 217 / 27%);
    padding: 20px 0;
}

.welcome-banner__lines {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.welcome-banner__line {
    display: inline-block;
    width: 103px;
    height: 8px;
}

.welcome-banner__line--green {
    background-color: #bdd245;
}

.welcome-banner__line--blue {
    background-color: #566dab;
}

.welcome-banner__line--red {
    background-color: #e63950;
}


.circle-container {
    position: relative;
    color: #BDD245;
}

.ring-segment {
    position: absolute;
    top: 0;
    left: 30px;
    transform: rotate(10deg);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 6px solid transparent;
    box-sizing: border-box;
    z-index: 2;
}

.ring-segment-left {
    border-left-color: #BDD245;
    border-top-color: #BDD245;
    clip-path: polygon(0% 0%, -35% 0%, 100% 100%, 0% 100%);
}

.ring-segment-right {
    border-right-color: #BDD245;
    border-bottom-color: #BDD245;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 75%);
}

.circle-container-2 {
    color: #566DAB;
}

.circle-container-2 .ring-segment-left {
    border-left-color: #566DAB;
    border-top-color: #566DAB;
}

.circle-container-2 .ring-segment-right {
    border-right-color: #566DAB;
    border-bottom-color: #566DAB;
}

.circle-container-3 {
    color: #E63950;
}

.circle-container-3 .ring-segment-left {
    border-left-color: #E63950;
    border-top-color: #E63950;
}

.circle-container-3 .ring-segment-right {
    border-right-color: #E63950;
    border-bottom-color: #E63950;
}

.inner-circle {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    box-sizing: border-box;
    z-index: 0;
    text-align: center;
    border: 6px solid white;
}

.icon-standard img {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.swiper-standard--title {
    font-size: 2rem;
    font-weight: bold;
}

.inner-circle .number {
    font-size: 5rem;
    line-height: normal;
    font-weight: bold;
}

.bg-service {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 19px;
}

.bg-service:before {
    content: "";
    background: rgb(38 38 38 / 45%);
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.item-intro-service {
    background: white;
    padding: 8rem 5rem 3rem 5rem;
    border-top-left-radius: 10rem;
    height: 100%;
    text-align: justify;
}

.title-service {
    font-size: 3.2rem;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 2rem;
    line-height: 4rem;
}

.title-service .desc-service {
    font-size: 1.3rem;
}

.desc-service {
    margin-bottom: 2rem;
    font-style: italic;
    color: black;
    font-size: 1.6rem;
    font-weight: 400;
}

.service--link {
    display: flex;
    gap: 1rem;
    color: black;
    font-size: 2rem;
    align-items: center;
}

.service--link i {
    font-size: 1.6rem;
    width: 3.9rem;
    height: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    border-radius: 50%;
    color: white;
}

.item-service {
    height: auto;
    background: white;
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    padding: 7rem 3rem 3rem;
    /* min-height: 21vw; */
}

.bg-darklight {
    background: #D9D9D9;
}

.service-company {
    height: 100%;
}

.swiper-service--title {
    font-size: 2.8rem;
    margin: 3.5rem 0;
}

.article-home {
    background: rgb(141 29 29 / 27%);
}

.article-home .article-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.raito-video {
    padding-top: 32%;
    pointer-events: none;
}

.item-sv-introduce {
    position: relative;
    overflow: hidden;
}

.sv-introduce--title-img {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    font-weight: bold;
    background: rgb(0 0 0 / 35%);
    text-align: center;
    padding: 0 3rem;
}

.sv-introduce--wrap {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    background: var(--color-highlight);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    justify-content: center;
    transition: all 0.25s ease;
    opacity: 0;
}

.sv-introduce--title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.sv-introduce--wrap * {
    color: white;
}

.item-sv-introduce:hover .sv-introduce--wrap {
    height: 100%;
    opacity: 1;
}

.processing-facility {
    padding: 6rem 0;
    background-position: center;
    background-attachment: fixed;
    border-top: 4rem solid var(--color-main);
}

.facility-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.facility-desc {
    font-size: 1.6rem;
}

.raito-cate-album {
    padding-top: 32%;
}

.swiper-slide--description_short, .swiper-slide--tile {
    font-family: "Source Sans 3", sans-serif;
}

.swiper-slide--tile span {
    color: #FB7E26;
}

.swiper-slide--description span {
    font-size: 26px;
}

.post-author img, .post-date img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.service--link span {
    position: relative;
    border-bottom: 1px solid;
}

.footer-menu-section ul li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.bg-address {
    background: #841517;
}

.bg-phone {
    background: #21255F;
}

.bg-email {
    background: #000;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-align: center;
    padding: clamp(2rem, 4.5vw + 1rem, 8rem) 3rem;
    height: calc(100% / 3);
}

.contact-info i {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.contact-info img {
    height: 72px;
    margin-bottom: 2rem;
}

.title-form {
    font-size: 24px;
}

.box-form-contact .form-control {
    border-color: #eee;
    height: 57.5px;
}

.box-form-contact textarea.form-control {
    min-height: 192px;
}

.swiper-our-core {
    padding: 15px 20px;
    /* margin: 0 -15px; */
}

.bg-our-core {
    background: #074B8D;
    padding: 4% 0;
}

.bg-our-core .title-our-core {
    color: white;
    position: relative;
}

.bg-our-core .title-our-core:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bg-our-core .title-our-core span {
    background: #074b8d;
    position: relative;
    padding: 0 15px;
}

.item-our-core {
    background: white;
    height: auto;
    text-align: center;
    padding: 3rem 1rem;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.image-our-core {
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.image-our-core img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.swiper-our-core--title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.item-our-core:hover {
    background: #074b8d;
    border-color: white;
    transform: scale(1.1);
}

.item-our-core:hover * {
    color: white;
}

.mission-vision {
    background-size: cover;
    background-position: center;
    padding: 6vw 0;
}

.mission-vision * {
    color: white;
}

.mission-vision-title {
    font-size: 3.4rem;
    font-weight: 700;
}

.mission-vision-desc {
    font-size: 2.1rem;
}

.title-faq {
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.card {
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card:last-child {
    margin: 0;
}

.card-body {
    padding: 1rem 0;
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: black;
    padding: 1rem 0;
}

.card-header h5 button:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.card-header h5 button:focus {
    text-decoration: none;
}

.card-header h5 button:not(.collapsed) i {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #000;
    border-top: 4rem solid var(--color-highlight);
}

.checkout-payment .btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

/*CSS by quyettq*/
.head-info-website a {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 900;
}

.head-info-website a i {
    font-size: 1.6rem;
}

.language-switch {
    padding: 0.6rem 0;
}

.language-switch {
    line-height: 1;
    padding-left: 2rem;
}

.language-active img {
    width: 25px;
    height: 18px;
    margin-right: 6px;
    object-fit: cover;
}

.is-mobile .language-active span {
    display: none;
}

.is-mobile .language-active img {
    margin: 0;
    height: 22px;
    width: 30px;
}

.is-mobile .language-switch {
    padding: 4px 0rem 0 2rem;
}

.is-mobile .topbar-section ul.topbar-dropdown {
    right: 0;
    top: calc(100% + 5px);
    left: auto;
}
/*End quyettq*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.fs-16 {
    font-size: 16px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: white;
    -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);
}

body {
    padding-top: 14rem;
}

.border-bottom.border-gray {
    border-width: 3px !important;
}

.img_flag {
    height: 24px;
    object-fit: contain;
}

.categories-section .dropdown-toggle::after {
    content: "+";
    border: none;
    color: var(--color-highlight);
    font-size: 24px;
}

.content-filter-product .btn-submit {
    font-size: 16px;
}

.title-listprd {
    border-bottom: 3px solid #f0f0f0;
    font-size: 2.3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

hr.border-3 {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}

.title-listprd a {
    font-size: 1.4rem;
}

.icon-service img {
    width: 140px;
    height: 140px;
    object-fit: scale-down;
    aspect-ratio: 1 / 1;
}
.bg-service>.row>div {
    padding-right: 8.6px;
    padding-left: 8.6px;
}

.bg-service>.row {
    margin-right: -8.6px;
    margin-left: -8.6px;
}
.prd-cate-title {
    font-size: 2rem;
}

@media (min-width:1680px) {
    .bg-service>.row>div:first-child {
        flex: 0 0 28%;
        max-width: 28%;
    }
    .bg-service>.row>div:last-child {
        flex: 0 0 72%;
        max-width: 72%;
    }
}
@media (min-width: 992px) {
    .bg-service {
        padding: 54px 19px 54px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px){
    .box-form-contact textarea.form-control {
        min-height: 150px;
    }
    
    .desc-service {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    .icon-service img {
        width: 95px;
        height: 95px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
    }
}
@media (max-width:991px) {
    .item-intro-service {
        padding: 5rem 3rem 3rem;
    }
}

@media (max-width:500px) {
    .menu-section .menu-link{
        text-align: left;
    }
    .menu-section .entry-menu.dropdown {
        border-radius: 0;
    }

    .swiper-slide--tile {
        font-weight: bold;
        font-size: 24px;
    }
    .swiper-slide--description {
        font-size: 15px;
    }
    .raito-video {
        padding-top: 84%;
        pointer-events: none;
    }
    body {
        padding-top: 8rem;
    }
    .box-form-contact .form-control {
        border-color: #eee;
        height: 38.5px;
    }
    .btn-submit {
        font-size: 15px;
        padding: 0.5rem 2.25rem;
    }
    .title-section {
    font-size: 2.8rem;}
    .box-standard-responsibility .title-section {
    margin-bottom:3rem;}
}

@media (min-width: 400px) and (max-width: 500px){
    .ring-segment {
    left: 50px;}
}