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

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

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

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

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

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

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

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

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

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

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

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

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

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

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

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

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

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

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

.btn {
    font-family: "Open Sans", sans-serif;
}

.btn-contact {
    position: relative;
    padding: 0px 25px;
    overflow: hidden;
    background: transparent;
    line-height: 3.6rem;
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
}

.btn-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 99px;
    background: linear-gradient(90deg, #6a6fd9, #1b2086);
    transition: transform 0.5s ease 0s;
}

.btn-contact::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 99px;
    background: #1c1f88;
    transition: transform 0.5s ease 0s;
    z-index: -1;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center right;
}

.btn-contact:hover::after {
    transform: scale(1);
    transform-origin: center left;
}

.setting-menu {
    background-color: white;
}

.setting-menu.fixed{
    background-color: white;
    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)
    }
}

.setting-menu.fixed .menu-section > ul > li > a {
    color: var(--color-highlight) !important;
}

.setting-menu .menu-section > ul > li > a {
    color: var(--color-highlight);
}

.setting-menu > .container > .row > div:last-child {
    display: flex;
    justify-content: end;
}

.header-form_search {
    display: none;
    position: absolute;
    right: -30px;
    top: 25px;
    width: max-content;
    z-index: 99999;
}

.header-form_search form {
    border-radius: 4px;
    padding: 10px 12px;
    margin-top: 15px;
    border: 2px solid var(--gray);
    background-color: var(--white);
}

.header-form_search input {
    background-color: transparent;
    border: 1px solid var(--gray);
    color: var(--color-black);
    height: 3.6rem;
    font-size: 1.3rem;
    min-width: 25rem  !important;
}

.header-form_search button {
    height: 3.6rem;
    width: 3.6rem;
    text-align: center;
    line-height: 3.6rem;
    padding: 0;
}

.btn-action-header:hover .header-form_search {
    display: block;
}

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

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

.swiper-slider-main .swiper-wrapper > div:nth-child(odd) .swiper-slide--wrap {
    top: 35%;
}

.swiper-slider-main div[class*="swiper-button-"] {
    height: 40px;
    width: 40px;
    border: 2px solid var(--white);
    border-radius: 50%;
    color: var(--white) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s linear;
}

.cus-navigation .swiper-button-prev {
    left: 0;
}

.cus-navigation .swiper-button-next {
    right: 0;
}

.swiper-slider-main .swiper-button-prev {
    left: 22px;
}

.swiper-slider-main .swiper-button-next {
    right: 22px;
}

.cus-navigation div[class*="swiper-button-"] {
    color: var(--color-black);
    font-size: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s linear;
}

.cus-navigation:hover div[class*="swiper-button-"] {
    opacity: 1;
    pointer-events: auto;
}

.cus-navigation .swiper-button-prev.swiper-button-disabled,
.cus-navigation .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
}

.title-section {
    position: relative;
    font-size: 2.4rem;
    color: var(--color-highlight);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.title-section::before {
    position: absolute;
    bottom: 0;
    content: '\f296';
    font-family: 'Font Awesome 6 Brands';
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    color: var(--color-highlight);
}

.title-section::after {
    position: absolute;
    bottom: 12px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, var(--color-highlight) 0%, var(--color-highlight) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, var(--color-highlight) 75%);
}

.title-white {
    color: var(--white);
}

.title-white::before {
    color: var(--white);
}

.title-white::after {
    background: linear-gradient(to right, var(--white) 0%, var(--white) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, var(--white) 75%);
}

.dsc {
    font-size: 16px;
    text-align: justify;
}

.item-service {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all .3s linear;
}

.item-service > a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.item-service img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.overlay {
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform .3s, opacity .6s linear;
    opacity: 0;
}

.content-service {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.title-service {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    color: var(--white);
    text-align: center;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.item-service:hover > a::before {
    border: 4px solid #fff;
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.item-service:hover img {
    transform: scale(1.1);
}

.item-service:hover .overlay {
    opacity: 1;
}

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

.swiper_trademark .swiper-slide img {
    height: 10rem;
    object-fit: contain;
}

.bv_main {
    color: var(--color-black);
    font-size: 16px;
}

.slogan {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.bv_contact img {
    width: 30px;
    object-fit: cover;
    margin-right: 15px;
}

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

.swiper_trademark {
    padding-bottom: 3rem;
}

.feature-item {
    position: relative;
    border-right: 1px solid var(--gray);
    padding-bottom: 30px;
}

.view_why .feature-item:last-child {
    border: none;
}

.slide-title {
    font-size: 1.7rem;
    font-weight: 700;
}

.icon-contract {
    object-fit: contain;
    /* width: 115px; */
    height: 115px;
    margin-bottom: 16px;
}

.join_title {
    color: var(--white);
    font-size: 2.6rem;
    margin-bottom: 10px;
}

.join_title::before,
.title-small-section::before {
    content: none;
}

.join_title::after {
    background: var(--white);
    height: 3px;
    width: 50px;
}

.title-small-section {
    text-align: left;
}

.title-small-section::after {
    background: var(--color-highlight);
    left: 0;
    height: 2px;
    width: 80px;
    transform: none;
}

.bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
}

.bg-image::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.63);
}

.pagination-black .swiper-pagination-bullet {
    border-color: var(--color-black);
}

.pagination-black .swiper-pagination-bullet-active {
    background-color: var(--color-black);
}

.item-article-small {
    display: flex;
    margin-bottom: 3.3rem;
}

.item-article-small  .inner-image {
    max-width: 20rem;
    flex: 0 0 20rem;
}

.item-article-small  .inner-content {
    margin-left: 15px;
}

.item-article-small .article-description {
    font-size: 1.3rem;
}

.ar-title-before .article-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.ar-title-before .article-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.1);
    left: 0;
    height: 2px;
    width: 30px;
}

.post-date-2 {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: var(--color-main);
    text-align: center;
    padding: 0.5rem 0.6rem;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
}

.post-date-2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

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

footer {
    position: relative;
}

.footer-bg > .row > div {
    position: static;
}

.ft-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
    object-position: 0 -30px;
}

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

.social_item img {
    height: 16px;
    /* filter: invert(1); */
    margin-top: -3px;
}

.footer_title {
    color: white;
    font-size: 2rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_title::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: var(--white);
    left: 0;
    height: 2px;
    width: 30px;
}

.logo-footer img {
    height: 8rem;
}

.ft_menu_item {
    position: relative;
    border-bottom: 1px dashed var(--gray-bold);
}

.ft_menu_item:last-child {
    border-bottom: none;
}

.ft_menu_item a {
    padding: 6px 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--white);
    display: inline-block;
}

.ft_menu_item a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 15px 0 5px;
}

.ft_menu_item a::after {
    content: "\f0fb";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 15px;
    position: absolute;
    right: 0;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
}


.ft_menu_item:hover a::after {
    -webkit-animation: spin 1s;
    -moz-animation: spin 1s;
    animation: spin 1s;
    right: 30%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }


.tnp-email,
.tnp-submit {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
}

.tnp-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    color: var(--color-main);
    text-align: center;
}

.copyright {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}

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

.breadcrum_article {
    height: 18rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.breadcrum_article::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
}

.breadcrum_article h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.8rem;
    margin: 0;
    color: var(--white);
    position: relative;
}

.breadcrum_categories a {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: clamp(13px, max(1.2vw, 13px), 16px);
}

.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: 1rem 1.7rem 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;
}

.contact_icon {
    cursor: pointer;
    font-size: 6rem;
    color: var(--gray-bold);
}

.contact_icon:hover,
.contact_title:hover {
    color: var(--color-highlight);
}

.contact_title {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.contact_description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
}

.contact_description a {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
    word-wrap: break-word;
}

.img_custom {
    height: 25px;
    object-fit: contain;
}

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

.home_bv .title_content,
.mobie_bv .title_content .right_description {
    padding-bottom: 0;
}

.home_bv .article-item {
    margin-bottom: 0;
}

.box-item-qt .item-qt:first-child {
    margin-bottom: 4rem;
}

.item-qt img {
    height: 7.5rem;
    margin-bottom: 2rem;
}

.faq_item {
    position: relative;
    overflow: hidden;
    border: .1rem solid #EDF3F5;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.faq_question {
    color: var(--color-black);
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    cursor: pointer;
    padding: 2.2rem 7rem 2.2rem 3rem;
}

.faq_question::before {
    position: absolute;
    width: 5.2rem;
    height: 9.1rem;
    border-radius: 2.8rem;
    background-color: #F4F8FA;
    content: "";
    top: -2.2rem;
    right: -0.1rem;
    z-index: -1;
    transform: rotate(-134deg);
}

.faq_question i {
    position: absolute;
    right: 1.6rem;
    top: 1.4rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.faq_question[aria-expanded="true"] {
    color: Var(--color-main);
}

.faq_question[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="false"] i {
    box-shadow: 0 .4rem .7rem rgba(178, 190, 205, 0.29);
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.faq_question[aria-expanded="true"] i::before {
    content: "\f068";
}

.faq_question[aria-expanded="false"] i::before {
    content: "\2b";
}

.faq_answer .card-body {
    padding: 0 3.5rem 4rem;
    color: var(--color-text);
    font-size: 1.6rem;
}

.bv-service > .row > div > .row {
    align-items: center;
    margin: 0 !important;
}
.bv-service > .row > div > .row > div {
    padding: 0 !important;
}

.bv-service .inner-image > [class*="ratio-"] {
    padding-top: 100% !important;
}

.view-transport {
    margin-top: -40px;
    background-color: var(--white);
}

.content-transport {
    position: relative;
    padding: 60px 0 450px;
}

.transport-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.form-contact .form-control {
    border-color: var(--gray);
    border-radius: 4px;
    font-size: 1.5rem;
}

.btn-submit-2 {
    width: 28rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem;
    background-color: var(--color-main);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-submit-2:hover {
    background-color: #108c1d;
    color: var(--white);
}

.view-small .article-item {
    padding: 15px 20px;
    display: flex;
}

.view-small .article-item:nth-child(odd) {
    background-color: var(--light);
}

.article .article-title {
    font-size: 1.6rem;
}

.article .post-date-2 {
    left: -10px;
    top: 20px;
    border-radius: 50%;
    padding: 8px 10px;
}

.logo-size {
    max-width: 20rem;
}

.topbar-dropdown{
    display: none;
}

.topbar-dropdown.show{
    display: block;
}

.language-switch .dropdown-toggle::after{
    display: none;
}

.language-switch .dropdown-menu {
    min-width: 120px;
    padding: .25rem 0;
}

.language-switch .dropdown-item {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}

.language-switch .img_flag {
    width: 24px;
}

@media (min-width: 600px) {
    .btn_custom_prev {
        left: -1.5% !important;
    }
    
    .btn_custom_next {
        right: -1.5% !important;
    }
}

@media (min-width: 768px) {
    .pt-md-150 {
        padding-top: 150px !important;
    }
    
    .bv-home-pc:hover > .container > .row > div:first-child div[class*="swiper-button-"] {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 992px) {
    .reverse-lg > .row > div > .row {
        flex-direction: row-reverse !important;
    }
    
    .bv-service {
        max-width: 83.33333%;
        margin: auto;
    }
    
    .bv-service .inner-image,
    .bv-service .bv_main {
        padding: 0 30px 30px;
    }
    
    .bv-service .inner-image {
        padding-left: 0;
    }
    
    .bv-service.reverse-lg .inner-image {
        padding-right: 0;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .menu-section > ul > li.has-child:hover::before {
        border: 10px solid transparent;
        border-bottom-color: #ddd;
        bottom: -2px;
        content: "";
        left: 36%;
        position: absolute;
        z-index: 9;
    }
    
    .menu-section > ul > li.has-child:hover::after {
        border: 10px solid transparent;
        border-bottom-color: var(--white);
        bottom: -4px;
        content: "";
        left: 36%;
        position: absolute;
        z-index: 18;
    }
    
    .menu-section .active {
        color: var(--color-highlight) !important;
        border: 2px solid var(--color-highlight);
    }
}

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

@media (max-width: 1200px) {
    .menu_top {
        display: none;
    }
        
    .logo-section img {
        height: 6rem;
    }
}

@media (max-width: 768px) {
    .swiper-slide--wrap {
        left: 15px;
        right: 15px;
        max-width: none;
    }
    
    .swiper-slider-main .swiper-wrapper > div:nth-child(odd) .swiper-slide--wrap {
        top: 40%;
    }
    
    .swiper-slide--description-short {
        font-size: 2.2rem
    }
    
    .swiper-slide--title {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.4rem;
    }
    
    .copyright {
        text-align: center;
        font-size: 14px;
    }
    
    .menu-section .menu-link {
        color: var(--color-main);
    }
    
    .header-form_search {
        right: -5px;
    }
    
    .breadcrum_article h1 {
        font-size: 2.4rem;
    }
    
    .content-transport {
        padding: 50px 0 30px;
    }
    
    .transport-image {
        position: static;
        background-attachment: local;
        height: 300px;
        background-position: unset;
    }
}














