/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* sub menu hover  */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 0.83333vw;
    scroll-behavior: smooth;
}

.color-theme {
    color: #205CA5 !important
}

.color-sc {
    color: #CC3E32 !important
}

.font-125 {
    font-size: 1.25rem;
    line-height: 1.831rem
}

.font-1125 {
    font-size: 1.125rem;
    line-height: 1.688rem
}

.font-15 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.font-175 {
    font-size: 1.75rem;
    line-height: 2.25rem
}

.font-1 {
    font-size: 1rem
}

.font-2 {
    font-size: 2rem;
    line-height: 2.5rem
}

.font-0875 {
    font-size: 0.875rem
}

.pdb-0 {
    padding-bottom: 0 !important
}

.mrb-0 {
    margin-bottom: 0 !important
}

.fw-400 {
    font-weight: 400 !important
}

.jtf {
    text-align: justify;
}

.mrb-125 {
    margin-bottom: 1.275rem !important
}

.mrb-25 {
    margin-bottom: 2.5rem !important
}

/* .section_banner--hp:before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2024/04/img-banner-duocnamha-desc-15.png');
	background-size: contain;
   background-repeat: no-repeat;
	width: 63.75rem;
	height: 50.375rem;
	bottom: 0;
	right: 0;
	transition: all .75s;
	z-index: 1
}
.section_banner--hp:after {
	content: '';
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: all .75s
} */
/* .section_banner--hp .section-bg:before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #045baa7d 0%, #209bd68a 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: all .75s
} */
.pll-parent-menu-item img {
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 50%;
}

.pll-parent-menu-item a:before {
    display: none
}

.header-nav-main.nav-left {
    justify-content: center !important;
    gap: 1rem
}

.header-nav-main.nav-left li a {
    font-size: 1.125rem
}

.nav-line-bottom>li>a:before {
    height: 2px;
    background-color: var(--fs-color-secondary) !important
}

.header-main {
    height: 7rem !important
}

.btn_contact--header {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    padding: 0.875rem 1.8rem !important;
    border-radius: 32px;
    line-height: 1.5rem;
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: all .3s;
    box-shadow: none;
    border: none;
    text-transform: math-auto;
}

.btn_contact--header:hover {
    color: #fff !important;
    background: #d82325 !important;
    opacity: 1
}

.wrap_btn--contact {
    position: relative;
    z-index: 1;
}

.btn_contact--header.btn_outline:hover {
    border-color: #fff;
}

@keyframes arrowAnimation {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -0.625rem);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* @keyframes btn_pr_hover {
  0% {
    opacity: 1;
   transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
   transform: translate(-50%, -50%) scale(1.3);
	 display: none
  }
} */
/* .section_banner--hp {
	min-height: 56.938rem;
	overflow: hidden
} */
.box_content--banner {
    max-width: 53.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.875rem;
}

.icon_logo--banner img {
    width: 20rem;
}

.title_banner-hp {
    font-size: 4.5rem !important;
    line-height: 5.875rem !important;
    color: var(--primary-color) !important;
    margin: 0 !important
}

.icon_box--banner {
    margin-bottom: 2rem;
}

.btn-sty1 {
    border-radius: 32px;
    padding: 0.3rem 1.375rem;
    font-size: 1.125rem;
    margin: 0;
    position: relative;
    box-shadow: none !important;
    transition: all .3s
}

/* .btn-sty1:before {
	content: '';
	position: absolute;
	background: #d82325;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	top: 0;
	left: 0;
	z-index: -1;
} */
.btn-sty1:hover {
    background: #d82325;
}

.btn-sty1:hover:before {
    opacity: 0;
    transform: scale(1.3);
    transition: all .5s
}

.section-content {
    position: unset !important
}

.box_circle--scroll {
    position: absolute;
    width: 26.188rem;
    height: 26.188rem;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    bottom: -13.904rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99
}

.box_circle--scroll img.icon_arrow--scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60%;
    width: 2rem;
    animation: arrowAnimation 1s ease-in-out infinite;
}

.header-main .flex-right,
.header-main .flex-left {
    flex-basis: 20%
}

.header-block-block-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.section_intro--hp {
    padding: 7rem 0 22rem !important;
}

.section_intro--hp .col_left--abushp {
    padding: 0 3.25rem 0 0.938rem;
}

.section_intro--hp .btn_arrow--white {
    margin-top: 3.75rem
}

h2.title_section {
    font-size: 3.25rem;
    line-height: 3.933rem;
    margin-bottom: 2.75rem;
}

.section_service--3pl {
    padding: 11rem 0 !important;
}

.section_intro--hp.desk .img_abs--right {
    position: absolute;
    width: 45.875rem !important;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;

}

.section_about--abs .img_abs--right {
    position: absolute;
    width: 40.813rem !important;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.section_about--abs {
    padding: 8rem 0rem !important;
}

.section_about--abs .col_left--abushp {
    padding: 0 1.25rem 0 0.938rem;
}

.box_arrow--btn {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px #035BA933;
    position: relative;
    transition: all .3s
}

.box_arrow--btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    border-radius: 50%;
    transition: all .3s
}

.box_arrow--btn img {
    position: absolute;
    width: 1.5rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all .3s
}

.btn_arrow--white a,
.btn_arrow--blue a {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    transition: all .3s
}

.btn_arrow--white a:hover .box_arrow--btn:before,
.btn_arrow--blue a:hover .box_arrow--btn:before {
    opacity: 0;
    transform: scale(2);
}

.btn_arrow--white a:hover,
.btn_arrow--blue a:hover {
    transform: translateX(0.75rem)
}

.btn_page.btn_sty2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    width: -webkit-max-content;
    transition: all .3s
}

.btn_page.btn_sty2:hover {
    padding-left: 1rem
}

.btn_page.btn_sty2:hover .box_arrow--btn:before {
    opacity: 0;
    transform: scale(2);
    transition: all .5s
}

.btn_arrow--blue .box_arrow--btn:before {
    background: #fff;
    transition: all .3s
}

.text_gradient {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    background: -webkit-linear-gradient(#045BAA 0%, #209BD6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_circle--featured {
    min-height: 26.938rem;
}

.box_text--featured {
    width: 65.875rem;
    text-align: center;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.box_item {
    aspect-ratio: 1 / 1;
    width: 18.375rem;
    height: 18.375rem;
    border: 1px solid #89DCFF;
    border-radius: 50%;
    padding: 0.5rem;
    transition: all .35s
}

.box_inside--icon {
    background: linear-gradient(180deg, #0785BB 0%, #0F7EE6 100%);
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    padding: 0 1.75rem;
    transition: all .3s;
    position: relative
}

.box_inside--icon:before {
    content: '';
    position: absolute;
    width: 99%;
    height: 99%;
    background: rgba(204, 62, 50, 1);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.box_item:hover,
.box_item.active {
    border-color: rgba(220, 38, 38, 0.5) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transform: translatey(-0.37rem);
}

.box_item:hover .box_inside--icon,
.box_item.active .box_inside--icon {
    background: rgba(204, 62, 50, 1) !important
}

.box_item:hover .box_inside--icon:before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.11);
    transition: all .5s
}

.box_inside--icon .box_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list_box--featured {
    position: absolute;
    top: -9.375rem;
    left: 50%;
    transform: translateX(-50%);
}

.box_inside--icon .box_desc span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center
}

.box_inside--icon .box_desc p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center;
    margin: 0
}

.box_inside--icon .icon-box-img {
    margin-bottom: 0;
    width: 3.413rem !important;
}

.sub_title {
    color: var(--fs-color-secondary);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.section-pd5 {
    padding: 5rem 0 !important;
}

.section-pdt8 {
    padding: 8rem 0 5rem 0 !important
}

.loop_categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.loop_categories .categories_box {
    box-shadow: 0px 4px 10px 0px #00000021;
    overflow: hidden;
    border-radius: 8px;
    transition: all .35s
}

.loop_categories .categories_box .categories_box--image img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

.loop_categories .categories_box--desc {
    padding: 1.75rem;
}

.loop_categories h2.title_categories {
    font-size: 1.5rem;
}

.loop_categories h2.title_categories a {
    color: #1E293B;
}

.loop_categories p.categories_description {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.21rem;
}

.categories_box:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
    transform: translatey(-0.75rem)
}

.categories_box--image {
    overflow: hidden
}

.categories_box:hover .categories_box--image img {
    transform: scale(1.2);
}

.categories_box:hover .title_categories a {
    color: var(--primary-color)
}

.header-bg-color {
    background: #fff !important
}

.btn-sty1.style_learnmore {
    padding: 0.3rem 2.375rem;
}

.row_intro--service {
    display: flex;
    align-items: stretch !important;
}

.row_intro--service .col_right--service {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
}

h3.sub_title2 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 2.421rem;
    margin-bottom: 0.275rem;
    font-weight: 500
}

h2.title_section2 {
    color: #fff;
    font-size: 3rem;
    line-height: 3.75rem;
}

.col_right--service>.col-inner {
    padding: 5rem 12rem 3rem 5.15rem;
    height: 100%
}

h3.text_policy {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0.25rem
}

.col_right--service>.col-inner p.desc_policy {
    font-size: 1.15rem;
    margin-bottom: 0.675rem;
    line-height: 1.45rem;
    font-weight: lighter
}

.btn_arrow--blue {
    margin-top: 1.75rem
}

.btn_arrow--blue .box_arrow--btn {
    background: #fff
}

.btn_arrow--blue p {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    color: #fff
}

.col-partners img {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    transition: all .35s
}

.col-partners img:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
    transform: translatey(-0.75rem)
}

.col-partners {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
}

.swiper_container--partners {
    overflow: hidden;
    padding: 1rem 0
}

.swiper-btn_nav {
    width: 3.375rem;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 28%);
    height: 3.375rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.swiper-btn_nav:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all .3s;
}

.swiper-btn_nav.swiper-btn-prev:hover img {
    content: url('/wp-content/uploads/2024/04/icon-prev-slide-white.png');
}

.swiper-btn_nav.swiper-btn-next:hover img {
    content: url('/wp-content/uploads/2024/04/icon-nex-slide-white.png');
}

.swiper-btn_nav:hover:before {
    opacity: 1
}

.swiper-btn_nav img {
    width: 0.582rem;
    position: relative
}

.wrapper_btn--nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.wrapper_header--betw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-grid .post-image {
    border-radius: 8px;
    overflow: hidden
}

.post-grid .post-image img {
    border-radius: 8px;
}

.post-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2.5rem
}

.other-posts-wrapper .post-item {
    display: flex;
    justify-content: flex-start;
    gap: 1.75rem;
}

.other-posts-wrapper .post-item .post-image {
    min-width: 13.438rem;
    padding-top: 8rem;
    position: relative
}

.other-posts-wrapper .post-item .post-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-grid .post-title,
.post-grid a.btn_post--hp {
    color: #1E293B
}

.other-posts-wrapper .post-item .post-title {
    font-size: 1rem;
    line-height: 1.5rem
}

.post-grid .post-date {
    color: #475569
}

.other-posts-wrapper .post-item .post-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.post-grid a.btn_post--hp {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.other-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.925rem;
}

.latest-post-wrapper .post-title {
    font-size: 1.75rem;
    line-height: 2.25rem
}

.latest-post-wrapper .post-details {
    position: relative;
}

.latest-post-wrapper .post-details:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    width: 4px;
    height: 85%;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.latest-post-wrapper .post-details {
    position: relative;
    padding: 0 0 0 2rem;
    margin-top: 1.75rem;
}

.latest-post-wrapper .post-image img {
    max-width: 100%;
    max-height: 31rem;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%
}

.loop_logo--hp {
    background: linear-gradient(90deg, #0B5EAD 0%, #1E40AF 100%);
}

.loop_logo--hp {
    background: linear-gradient(90deg, #0B5EAD 0%, #1E40AF 100%);
    padding: 1.25rem 0;
    white-space: nowrap;
}

.loop_logo--hp .box_logo--hp img {
    max-width: 12.5rem
}

.loop_logo--hp .inline-loop {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

.loop_logo--hp .inline-loop:last-child {
    margin-left: 7.75rem;
}

.loop_logo--hp .inline-loop .list_logo {
    display: flex;
    gap: 7.75rem
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.absolute-footer {
    display: none;
}

h2.title_footer {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h4.subtitle_footer {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin-bottom: 1.25rem
}

.icon_box--footer {
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.wrapper_tabs--core .btn_tab.active .icon img,
.btn_tab.qa.active .icon img {
    filter: none !important
}

.icon_corevalue .icon-box-img .icon img {
    padding: 0;
    width: 1.5rem;
    filter: brightness(0) invert(1);
}

.col_header--core {
    padding-right: 2.75rem !important;
}

.col_footer--pdl {
    padding-left: 8.5rem;
}

.icon_box--footer .icon-box-text {
    padding: 0 !important
}

.icon_box--footer .icon-box-img img {
    padding: 0;
}

.menu_footer a {
    align-items: center;
    padding-bottom: 0 !important;
    display: contents !important
}

.menu_footer {
    gap: 0.375rem;
}

.menu_footer a span {
    color: #475569
}

.box_text--absfooter {
    max-width: 39.375rem
}

.col_abs--footer {
    padding: 0 !important
}

.col_abs--footer>.col-inner {
    border-top: 1px solid #D9D9D9;
    padding: 2rem 0 !important;
}

.box_text--absfooter p {
    font-size: 0.875rem
}

.col_abs--footer .img_abs--footer img {
    width: 13.375rem
}

.img_abs--footer {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%)
}

.section_footer--global {
    padding-top: 5rem !important;
}

.section_footer--global:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/img-banner-duocnamha-desc-12.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 53.125rem;
    height: 36.063rem;
    bottom: 0;
    right: 0;
}

.title_banner--page {
    font-size: 4.5rem;
    line-height: 5.875rem;
}

.wrapper_bread--header {
    background: #fff;
    width: 88.125rem;
    height: 7rem;
    position: absolute;
    left: 50%;
    top: -3.5rem;
    transform: translateX(-50%);
    padding: 0 3rem;
    display: flex;
    align-items: center;
    border-radius: 0px 84px 0px 0px;
}

.wrapper_bread--header .box_bread {
    list-style: none;
    display: flex;
    gap: 3.25rem;
    margin: 0;
}

.wrapper_bread--header .box_bread li {
    margin: 0;
    min-width: max-content;
    min-width: -webkit-max-content
}

.wrapper_bread--header .box_bread li a {
    font-size: 1.675rem;
    line-height: 2.25rem;
    color: #475569
}

.wrapper_bread--header .box_bread li a.page_active {
    color: #0B5EAD !important;
    border-bottom: 2px solid #0B5EAD;
    padding-bottom: 0.375rem;
    font-weight: 600;
}

.box_content--vms.vision {
    background: linear-gradient(180deg, #209BD6 21%, #045BAA 100%);
    border-bottom: 8px solid #013396;
    transition: all .35s;
}

.box_content--vms.mission {
    background: #EFF3F9;
    border-bottom: 8px solid #CCE4FF;
    transition: all .35s
}

.box_content--vms.mission:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #209BD6 21%, #045BAA 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .35s
}

.box_content--vms.mission:hover {
    border-color: #013396
}

.box_content--vms.mission:hover:before {
    opacity: 1;
    z-index: 1
}

.box_content--vms.mission:hover p.content_vms,
.box_content--vms.mission:hover .title_vms h2 {
    color: #fff;
}

.box_content--vms.vision:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/img-namhatm-desc-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box_content--vms {
    padding: 2.75rem 2.5rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box_content--vms.vision p.content_vms {
    color: #fff;
    transition: all .35s
}

.box_content--vms.vision:hover {
    background: #EFF3F9;
    border-bottom: 8px solid #CCE4FF;
}

.box_content--vms.vision:hover p.content_vms {
    color: #475569;
    font-weight: 400
}

.box_content--vms.vision:hover .title_vms h2 {
    color: #475569
}

.box_content--vms.mission p.content_vms {
    color: #475569;
    font-weight: 400;
    position: relative;
    z-index: 99;
    transition: all .35s
}

.box_content--vms p.content_vms {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: justify;
    font-weight: 400;
}

.box_icon--vms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 99;
    transition: all .35s
}

.box_icon--vms .icon img {
    width: 1.875rem
}

.box_icon--vms .icon {
    width: 3.375rem;
    height: 3.375rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_content--vms.vision .title_vms h2 {
    color: #fff;
    transition: all .35s
}

.box_content--vms.mission .title_vms h2 {
    color: #1E293B;
    transition: all .35s
}

.title_vms h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
}

.section_vms {
    padding: 2rem 0 5rem !important;
}

.icon_corevalue {
    padding: 2rem 2.75rem;
    box-shadow: 0px 120px 100px 0px #00000012;
    border-radius: 8px;
    align-items: center
}

.icon_corevalue .icon-box-img {
    width: 1.875rem !important
}

.icon_corevalue .icon-box-text h3 {
    font-size: 1.5rem
}

.icon_corevalue.border {
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
}

.icon_corevalue.border .icon-box-text h3 {
    color: #fff
}

.wrapper_slide--slogan {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.704) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 30px;
    padding: 4.75rem 2.875rem;
    position: relative;
}

.wrapper_slide--slogan:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/icon-quote-open2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 3.125rem;
    top: 1.45rem;
    left: 1.75rem;
}

.flickity-page-dots {
    bottom: -2rem !important;
}

.flickity-page-dots .dot {
    border: none !important;
    background: #D9D9D9 !important;
    opacity: 1 !important
}

.flickity-page-dots .dot.is-selected {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%) !important;
}

.wrapper_slide--slogan:after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/icon-quote-close.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 3.125rem;
    bottom: 1.45rem;
    right: 1.75rem;
}

.col_slogan {
    padding: 0 !important
}

p.text-slogan {
    font-size: 1.675rem;
    font-weight: 700;
    font-style: italic;
    line-height: 2.675rem;
    color: var(--primary-color);
    text-align: center;
}

.col_img--team>.col-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.575rem;
    padding-right: 2rem
}

.col_img--team .img {
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 30%)
}

.col_img--team .img:nth-child(1) {
    border-radius: 76px 76px 0px 76px
}

.col_img--team .img:nth-child(2) {
    border-radius: 76px 76px 76px 0px
}

.col_img--team .img:nth-child(3) {
    border-radius: 76px 0px 76px 76px
}

.col_img--team .img:nth-child(4) {
    border-radius: 0px 76px 76px 76px
}

.col_img--team .img img {
    height: 16.904rem;
    object-fit: cover;
    object-position: center;
    transition: all .35s
}

.col_img--team .img:hover img {
    transform: scale(1.1)
}

.col_team--right>.col-inner {
    padding-left: 1rem
}

.box_count--team {
    display: flex;
    flex-direction: column;
}

.box_count--team .number-count {
    font-size: 3.375rem;
    font-weight: 700;
    background: -webkit-linear-gradient(180deg, #66A5DE 0%, #209BD6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1
}

.box_count--team .text-count {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.wrapper_count--team {
    display: grid;
    grid-template-columns: 0.6fr 1.2fr 1fr;
    margin-top: 0.75rem
}

.wrapper_count--team .box_count--team:nth-child(1) {
    padding-right: 2rem;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.wrapper_count--team .box_count--team:nth-child(2) {
    padding: 0 2rem;
}

.wrapper_count--team .box_count--team:nth-child(3) {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.section_img--abs.desk .img_abs--right {
    content: '';
    position: absolute;
    width: 59.375rem !important;
    top: 50%;
    transform: translatey(-50%);
    right: 0
}

.section_img--abs.desk {
    padding: 13rem 0 !important;
}

.list_iconbox--63 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.list_iconbox--63 .icon-box-img {
    margin-bottom: 0.75rem !important
}

.list_iconbox--63 .icon-box-img {
    width: 4.75rem !important
}

.list_iconbox--63 .icon-box-text h2 {
    color: #1E293B
}

.img_map--vn .img_map {
    width: 36.375rem;
    margin-top: -2rem;
}

.img_map--vn {
    padding-left: 7.7rem;
    position: relative
}

.img_map--vn .img_abs {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 57%;
    transform: translateX(-50%);
    width: 100%;
}

.wrapper_img--gsp .box_col2--img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    max-height: 48rem;
    overflow: hidden;
    cursor: grab
}

.wrapper_img--gsp img {
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
    object-position: center;
}

.wrapper_img--gsp .col_img--gsp {
    flex: 1
}

.wrapper_img--gsp .col_img--gsp {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.wrapper_img--gsp .col_on--img {
    margin-top: 12rem
}

.wrapper_img--gsp .col_img--gsp img {
    transition: all .3s
}

.wrapper_img--gsp .col_img--gsp .img {
    border-radius: 16px;
    overflow: hidden
}

.wrapper_img--gsp .col_img--gsp .img:hover img {
    transform: scale(1.1)
}

.section_gsp {
    padding: 7rem 0 0 !important;
}

.col_right--gsp {
    padding: 2rem 0.938rem 0 4.75rem
}

.img_gradient--bt {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0px 0px
}

.img_gradient--bt:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, #ffffff38, #ffffff38, #ffffff38, #ffffff38, #ffffff1c, #ffffff29, #ffffff5e, #ffffff99, #ffffffa8, #ffffffc7, #ffffffe3, #ffffff);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.section_gsp:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/img-namhatm-desc-19.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 47.313rem;
    height: 44.313rem;
    bottom: 0;
    left: 0;
    z-index: 1
}

.section_imgabs-right {
    padding: 14rem 0 !important;
}

.section_imgabs-right.desk .img_abs-right {
    position: absolute;
    width: 59.375rem !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section_imgabs-right .img_abs-right {
    overflow: hidden;
    border-radius: 999px 0px 0px 999px;
}

.section_imgabs-right.desk .col_left-cds {
    padding-right: 5rem;
}

.box_circle--featured {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_circle--featured.style1:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(3 91 169 / 17%) 50%, rgb(3 91 169 / 90%) 100%);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s
}

.box_circle--featured.style1:after {
    content: '';
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    width: 92%;
    height: 92%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .35s
}

.box_circle--featured.style1 .icon_box--shipping img {
    width: 4.5rem
}

.box_circle--featured.style1 .icon_box--shipping {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.565rem;
    padding: 0 7.25rem;
}

.box_circle--featured.style1 .icon_box--shipping .icon {
    opacity: 0;
    visibility: hidden
}

.box_title--shipping {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.816rem;
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 0.5rem
}

.box_title--shipping:before {
    content: '';
    position: absolute;
    background: rgba(148, 163, 184, 0.7);
    width: 77%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.row_circle--shipping {
    padding-top: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.row_circle--shipping .col_box--circle {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    padding: 0 1rem;
}

.product-categories ul.children.active {
    transform: scaleY(1);
    height: auto;
}

.product-categories ul.children {
    margin: 0;
    transform: scaleY(0);
    height: 0;
    transform-origin: top;
    list-style: none;
    transition: all .3s
}

.product-categories ul.children.active {
    margin: 1rem 0;
}

.shop-page-title {
    display: none
}

.section_products--archive {
    position: relative;
    padding: 3rem 15px 2rem;
}

.wrapper_grid--products>.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
    margin: 0 !important
}

.row_loop--products .col.large-3 {
    padding-left: 0 !important
}

.slide_products--feat .product,
.section_products--archive .product {
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column
}

.products .product .woocommerce-loop-product__thumbnail img,
.products .product .woocommerce-loop-product__title {
    transition: all .3s
}

.products .product:hover .woocommerce-loop-product__thumbnail img {
    transform: scale(1.1)
}

.products .product:hover .woocommerce-loop-product__title {
    color: var(--primary-color)
}

.product .woocommerce-loop-product__title {
    color: rgba(30, 41, 59, 1);
    font-size: 1.25rem;
    line-height: 1.875rem
}

.woocommerce-loop-product__content {
    padding: 1rem 1.275rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.btn_arrow--white {
    border-top: 1px solid var(--primary-color);
    padding-top: 1rem;
    margin-top: 1rem;
}

.woocommerce-loop-product__content h2 {
    margin: 0 !important
}

.woocommerce-loop-product__description ul {
    margin: 0 !important
}

.woocommerce-loop-product__description ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0
}

.woocommerce-loop-product__thumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.woocommerce-loop-product__description {
    padding: 0 1.275rem;
}

.divider_product {
    height: 1px;
    width: 100%;
    background: rgba(32, 92, 165, 1);
}

ul.box_categories {
    list-style: none;
}

ul.box_categories li.cate_item--parent:not(:last-child) {
    border-bottom: 1px solid rgba(226, 226, 226, 1);
    padding-bottom: 0.75rem;
}

.wrapper_product-categories {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 8px;
    padding: 1.125rem 1.375rem;
}

h2.label_box--cate {
    font-size: 1.25rem;
    color: rgba(30, 41, 59, 1);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(226, 226, 226, 1);
    padding-bottom: 0.875rem;
}

ul.box_categories .cate_item--parent>a {
    font-weight: 600;
    font-size: 1.25rem;
    color: rgba(30, 41, 59, 1);
    transition: all .3s
}

ul.box_categories .cate_item--parent>a:hover {
    color: var(--primary-color)
}

ul.box_categories .cat-item i {
    color: rgba(30, 41, 59, 1);
    font-size: 0.875rem;
    margin-right: 0.475rem;
    cursor: pointer;
    transition: all .3s
}

ul.box_categories .cat-item i.rotate-icon {
    transform: scaley(-1)
}

.box_categories .cate_item--child input {
    margin: 0
}

.box_categories ul.children {}

li.cate_item--child {
    margin: 0;
}

ul.children li.cate_item--child input[type="checkbox"] {
    display: none;
}

ul.children li.cate_item--child input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 1.75rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(71, 85, 105, 1);
    padding-top: 0.15rem
}

ul.children li.cate_item--child input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    transform: translateY(-50%);
}

ul.children li.cate_item--child input[type="checkbox"]:checked+label:before {
    content: "\2713";
    font-size: 0.75rem;
    color: #fff;
    background: rgba(11, 94, 173, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%) !important;
    border: 0 !important;
    font-weight: 700 !important
}

ul.nav-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pagination>li>.page-number {
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 100;
    border: 1px solid #0B5EAD;
}

.page-header .page-title {
    display: none;
}

.post-list .latest-post {
    background: #F1F5F9;
    border-radius: 0px 84px 0px 0px;
    padding: 3.25rem;
    margin-top: -3.25rem;
    position: relative;
}

.post-list .latest-post .post {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.25rem;
    margin-bottom: 0;
    position: relative;
    z-index: 9
}

.post-list .latest-post .post>* {
    flex: 1
}

.post-list .latest-post .post-thumbnail {
    flex-basis: 20%;
}

.post-list .post-thumbnail img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.post-list .post-thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

.post-list .list-normal-post h2.post-title {
    margin-bottom: 0
}

.post-list .latest-post h2.post-title {
    margin-bottom: 1rem
}

.post-list .latest-post h2.post-title a {
    font-size: 2rem;
    line-height: 3rem;
}

.post-list .latest-post .post-excerpt {
    margin-bottom: 0.875rem
}

a.btn_post--learn {
    padding: 1rem 1.5rem;
}

.post-list .latest-post .post-excerpt p {
    margin: 0 !important
}

.post-list .latest-post .post-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-list .latest-post span.post-date {
    color: #999EAD;
    font-size: 1rem;
}

.list-normal-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.list-normal-post .post-content {
    margin: 1rem 0 0.325rem 0 !important;
}

.list-normal-post h2 {
    line-height: 1.331rem;
    font-size: 1rem;
}

.list-normal-post h2.post-title a {
    color: #1E293B;
}

.list-normal-post span.post-date {
    color: #999EAD;
    font-size: 0.875rem
}

.list-normal-post .post {
    display: flex;
    flex-direction: column;
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wrapper_form--contact .form-group-col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.75rem
}

.wrapper_form--contact label {
    font-size: 1rem;
    line-height: 1.875rem
}

.wpcf7-spinner {
    display: none
}

.wraper_btn--submit {
    display: inline-block;
    margin-top: 2rem !important;
    position: relative;
}

.wraper_btn--submit .wpcf7-submit:hover {
    color: #fff;
    background: #d82325 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.wpcf7-submit {
    border-radius: 32px !important;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    padding: 0.45rem 1.75rem !important;
    text-transform: math-auto !important;
    border: 0 !important;
    margin: 0 !important
}

.wrapper_form--contact .form-input input {
    height: 3.5rem;
    border-radius: 99px;
    outline: none;
    box-shadow: none;
    padding: 0 1.575rem;
}

.wrapper_form--contact .form-group-col textarea {
    border-radius: 99px;
    outline: none;
    box-shadow: none;
    padding: 1.5rem 1.575rem;
    overflow: hidden;
}

.row_contact--info {
    background: #F1F5F9;
    border-radius: 8px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all .35s
}

.row_contact--info:hover {
    transform: translatey(-0.25rem);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
}

.box_header--info img {
    width: 2rem;
}

.box_header--info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
}

.box_header--info .title_header--info {
    margin: 0;
    color: #1E293B;
    font-size: 1.5rem
}

.box_contact--info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.box_contact--details {
    display: flex;
    padding: 1rem 2rem 1rem 3.75rem;
    flex-direction: column;
    gap: 0.45rem;
    transition: all .3s;
    transform-origin: top;
}

.box_contact--details:not(.active) {
    transform: scaleY(0);
    height: 0;
    padding: 0;
}

.box_contact--details .label_detail {
    flex-basis: 25%;
    min-width: 25%;
}

.col_contact--info {
    padding-left: 3rem;
}

h2.title_contact {
    font-size: 2rem;
    line-height: 3rem;
}

.box_contact--details .label_detail label {
    font-size: 1.125rem;
    color: #475569;
    font-weight: 400
}

.box_contact--details .row_details {
    display: flex;

}

.box_contact--details .info_detail span {
    font-size: 1.125rem;
    color: #475569;
    font-weight: 700
}

.wrapper_article--recui {
    position: relative;
    display: flex;
    flex-direction: column;
}

.wrapper_article--recui .grid_recuit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.475rem;
}

ul.list_locate {
    list-style: none;
    margin: 0;
}

ul.list_locate li {
    margin: 0
}

article.type-tuyen-dung {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 50px 0px #65656533;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    padding: 1.75rem 2.25rem;
    justify-content: center
}

article.type-tuyen-dung .entry-content {
    display: flex;
    padding: 0;
    gap: 1.25rem;
    color: #DC2626
}

article.type-tuyen-dung p {
    margin: 0
}

.block_slogan--recui {
    width: 100%;
    height: 5.5rem;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 3rem 0;
    position: relative
}

.block_slogan--recui:before {
    content: '';
    position: absolute;
    border-radius: 16px;
    width: 99%;
    height: 86%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block_slogan--recui h2 {
    color: #fff;
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 2.5rem;
    line-height: 3.026rem
}

button#search_button--recui {
    border: 0;
}

.search_form--recui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 84px 0px 0px;
    padding: 1rem 2rem;
    margin-top: -2.75rem;
    position: relative;
    background: #fff;
    z-index: 99
}

.form_group--recui input {
    box-shadow: none;
    border-width: 0px 0 1px 0px !important;
    height: 4rem;
    font-size: 1.125rem;
    margin: 0 !important;
    padding-left: 2.25rem;
}

.form_group--recui input:focus {
    box-shadow: none !important
}

.search_form--recui .form_group--recui {
    display: flex;
    gap: 2rem;
    flex-basis: 70%;
}

.form_group--recui span.wrap_input {
    flex: 1
}

.form_group--recui .wrap_input {
    position: relative;
}

.form_group--recui .wrap_input:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.form_group--recui .wrap_input.box_input--title:before {
    background-image: url('/wp-content/uploads/2024/04/icon-search.png')
}

.form_group--recui .wrap_input.box_input--locate:before {
    background-image: url('/wp-content/uploads/2024/04/icon-locattion-search.png')
}

.row_pagi--recui {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.75rem;
}

a.btn_load--recui {
    cursor: pointer
}

.line_image--recui {
    display: flex;
    gap: 1.75rem;
    width: 125%;
    margin-left: -12.5%;
    padding: 3.75rem 0 6rem 0;
}

.line_image--recui .box_img--recui img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    height: 27rem;
}

.line_image--recui .box_img--recui {
    border-radius: 8px;
    overflow: hidden
}

.header_benefit h2 {
    text-align: center;
    margin-bottom: 4.75rem
}

.icon_box--recui {
    display: flex;
    gap: 1.75rem
}

.icon_box--recui img {
    min-width: 3rem
}

.grid_benefit--recui {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.grid_benefit--recui .desc_benefit h3 {
    font-size: 1.5rem;
    color: rgba(30, 41, 59, 1);
}

.grid_benefit--recui .desc_benefit p {
    font-size: 1.125rem;
    line-height: 1.688rem;
    color: rgba(71, 85, 105, 1)
}

.icon_box--recui {
    display: flex;
    gap: 1.75rem;
    padding-right: 5rem;
}

.wrapper_benefit--recui {
    padding-bottom: 4.75rem;
}

.row_details--recui {
    flex-wrap: nowrap;
    gap: 1.75rem;
    align-items: flex-start;
    padding: 5rem 0;
}

.col_info--details {
    flex-basis: 30%;
    min-width: 30%;
    position: -webkit-sticky;
    position: sticky;
    top: 6.75rem;
}

.box_details {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
    overflow: hidden
}

.box_details .row_details:nth-child(even) {
    background-color: rgba(241, 245, 249, 1)
}

.box_details .row_details {
    padding: 1.675rem 1.25rem;
    display: flex;
    align-items: center
}

.row_details ul {
    margin: 0;
    list-style: none
}

.row_details li {
    margin: 0
}

.row_details .label,
.row_details .info_detail {
    flex: 1
}

.row_details .label {
    font-size: 14px;
    color: rgba(71, 85, 105, 1);
    font-weight: 700;
    flex-basis: 20%;
}

.row_details .info_detail {
    color: rgba(71, 85, 105, 1);
    font-size: 14px;
    font-weight: 700
}

a.btn_contact--header.btn_outline {
    background: #fff;
    color: rgba(11, 94, 173, 1) !important;
    border: 1px solid rgba(11, 94, 173, 1);

}

.flex_btn--detail {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.slider_product--feat .woocommerce-loop-product__description {
    padding: 0 !important
}

.section_products--feat {
    padding: 4rem 0 !important;
}

.slide_products--feat {
    overflow: hidden
}

.nav-line>li>a {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.nav-line>li>a:before {
    top: auto;
    bottom: 0;
    height: 2px
}

.nav-line>li.active>a {
    color: rgba(11, 94, 173, 1)
}

.woocommerce-tabs {
    padding-top: 2.75rem;
    position: relative
}

.woocommerce-product-gallery__image img {
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
    overflow: hidden;
}

.image-tools {
    right: 0;
    left: auto;
    padding: 0 1rem 1rem 0 !important;
}

a.zoom-button {
    border-width: 1px !important;
    border-color: rgba(224, 224, 224, 1) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

a.zoom-button .icon-expand {
    padding-top: 0.25rem
}

.col_short--desc .row_details .label {
    flex-basis: 33% !important;
    min-width: 33%;
}

.section_sg--product .product-title-container .product-title {
    font-size: 2.25rem;
    color: rgba(30, 41, 59, 1);
    line-height: 2.575rem;
}

.product-breadcrumb-container {
    margin-bottom: 1rem
}

.woocommerce-breadcrumb a {
    font-size: 1rem
}

.product-short-description {
    margin-bottom: 2.75rem;
}

.col_short--desc .row_details .label,
.col_short--desc .row_details .info_detail {
    flex: unset
}

.col_right--prd {
    padding-left: 2.75rem;
}

.woocommerce-Tabs-panel.entry-content {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.header-main {
    border-bottom: 1px solid rgba(215, 218, 226, 1);
}

.row_single--post {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
}

.single_post--container {
    padding: 1.75rem 0;
}

.single_post--container .col_entire--content {
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0.938rem;
}

.single_post--container .col_sidebar--post {
    flex-basis: 25%;
    max-width: 25%;
    position: sticky;
    top: 0;
    padding-right: 0.938rem
}

.img_banner--sidebar {
    margin-top: 2rem;
}

.list_post--recent {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list_post--recent h3.title_post--recent {
    font-size: 1rem;
    line-height: 1.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* From which line on to truncate */
    overflow: hidden;
    margin-bottom: 0
}

.list_post--recent h3.title_post--recent a {
    color: rgba(37, 40, 43, 1)
}

.list_post--recent .box_post--recent {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    margin: 0;
    padding-bottom: 1rem
}

.list_post--recent .box_post--recent .post-thumbnail {
    flex-basis: 30%;
    min-width: 30%;
    border-radius: 8px;
    overflow: hidden;
}

.list_post--recent .box_post--recent .post-thumbnail img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
    object-position: center
}

.list_post--recent .post-date {
    font-size: 0.75rem;
    color: rgba(71, 85, 105, 1)
}

h2.title_post--recent {
    font-size: 2rem;
    color: rgba(51, 51, 51, 1);
}

.single_post--container .post_meta--single {
    font-size: 0.813rem;
    padding: 1rem 0;
    display: flex;
    gap: 1.25rem;
}

.single_post--container .featured-image {
    border-radius: 8px;
    overflow: hidden
}

.single_post--container .featured-image img {
    width: 100%;
}

ul.list_tags--single {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem
}

ul.list_tags--single .tag a {
    background: rgba(242, 242, 242, 1);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    color: rgba(30, 41, 59, 1);
}

ul.list_tags--single .tag {
    margin: 0
}

.social-share img {
    width: 1rem
}

.social-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wrapper_footer--single {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(224, 224, 224, 1);
    padding-top: 1.675rem;
}

.wrapper_footer--single.have_post--tag {
    justify-content: space-between
}

span.text_share {
    font-size: 0.875rem;
    color: rgba(30, 41, 59, 1);
    line-height: 1.125rem;
}

h1.title_post--single {
    font-size: 2rem;
}

.section_news--featured {
    background: rgba(241, 245, 249, 1)
}

.section_news--featured .post {
    margin: 0
}

.section_news--featured {
    background: rgba(241, 245, 249, 1);
    padding: 3.25rem 0 3.75rem;
}

h2.title_news--featured {
    font-size: 2rem;
    color: rgba(30, 41, 59, 1);
    margin-bottom: 3rem;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: rgba(32, 155, 214, 1) rgba(32, 155, 214, 1) transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent rgba(11, 94, 173, 1) rgba(11, 94, 173, 1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.abs_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 99
}

.abs_loading.loading {
    display: flex;
}

.section_sg--product {
    padding-top: 3.25rem !important;
}

.product-gallery-slider .flickity-button {
    display: block !important;
    border-radius: 8px;
    border: 1px solid rgba(224, 224, 224, 1);
    min-width: 2rem;
    height: 2rem !important;
    transition: all .3s
}

.product-gallery-slider .flickity-button:hover {
    background: #0B5EAD
}

.product-gallery-slider .flickity-button:hover svg path {
    fill: #fff !important
}

.product-gallery-slider .flickity-button svg {
    width: 0.875rem;
    padding: 0;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-radius: 8px;
    overflow: hidden
}

.pagination_glo .page-numbers {
    display: flex;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    border: 1px solid rgba(4, 91, 170, 1);
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transition: all .3s
}

.woocommerce-pagination li a.page-number:hover i {
    color: #fff
}

.page-numbers,
.page-numbers i {
    color: rgba(30, 41, 59, 1)
}

.page-numbers i {
    font-size: 0.875rem
}

.pagination_glo .page-numbers:hover i {
    color: #fff
}

.pagination_glo .page-numbers.current,
.pagination_glo .page-numbers:hover {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    border: 0;
    color: #fff;
    font-weight: 700
}

.pagination_glo .nav-links {
    display: flex;
    gap: 0.45rem;
    justify-content: center;
}

.container_post--archive {
    padding-bottom: 2.75rem;
}

.container_post--archive .post .post-thumbnail img {
    transition: all .5s
}

.container_post--archive .post:hover .post-thumbnail img {
    transform: scale(1.15);
}

.col_slogan--value {
    padding: 0 !important;
}

.wrapper_article--recui h2.entry-title a {
    color: rgba(30, 41, 59, 1);
    font-size: 1.5rem;
    transition: all .3s
}

.wrapper_article--recui h2.entry-title a:hover {
    color: var(--primary-color)
}

.nav_pagi--recui ul {
    display: flex;
    gap: 0.45rem;
    justify-content: flex-end
}

.nav_pagi--recui {
    margin-top: 1.25rem;
}

.nav_pagi--recui ul {
    list-style: none
}

nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
}

.box_circle--featured.hovered:before,
.box_circle--featured:hover:before {
    background: rgba(3, 91, 169, 0.8);
    width: 92%;
    height: 92%
}

.box_circle--featured.hovered:hover:before {
    background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(3 91 169 / 17%) 50%, rgb(3 91 169 / 90%) 100%);
    height: 100%;
    width: 100%
}

.box_circle--featured.hovered:hover:after {
    border: 1px solid #fff !important
}

.box_circle--featured.hovered:hover .box_links_logis {
    align-items: flex-end !important;
    padding-bottom: 3.75rem !important;
    transition: all .35s;
}

.box_circle--featured.hovered:hover .icon_box--shipping .icon {
    display: none
}

.box_circle--featured.hovered .icon,
.box_circle--featured:hover .icon {
    opacity: 1 !important;
    visibility: visible !important
}

.box_circle--featured.hovered:after,
.box_circle--featured:hover:after {
    border: 0
}

.box_circle--featured.hovered .box_links_logis,
.box_circle--featured:hover .box_links_logis {
    align-items: center !important;
    padding-bottom: 0 !important;
}

.box_circle--featured .box_links_logis {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    border-radius: 50%
}

.box_circle--featured.style1 .box_links_logis {
    align-items: flex-end;
    padding-bottom: 3.75rem;
    transition: all .3s;
}

.search_form--recui .wrap_btn--recui {
    margin-right: 1.75rem
}

.wraper_row--higl p {
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin: 0
}

.wraper_row--higl {
    border: 1px solid rgba(204, 62, 50, 1);
    border-width: 1px 0 1px 0;
    padding: 1.75rem 0;
    margin-bottom: 1.3rem
}

.row_loop--products {
    margin: 0 !important;
}

.mfp-bg.off-canvas-center:not(.dark) {
    opacity: 1 !important
}

#progress {
    position: fixed;
    bottom: 1.25rem;
    right: 0.625rem;
    width: 4rem;
    height: 4rem;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999999;
    transition: all .35s
}

#progress-value {
    background-color: #fff;
    height: calc(100% - 0.938rem);
    width: calc(100% - 0.938rem);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.875rem;
    color: #001a2e;
    transition: all .35s
}

#progress:hover {
    transform: translatey(-0.75rem);
}

#progress:hover #progress-value {
    background-color: #ececec;
    height: calc(100% - 0.438rem);
    width: calc(100% - 0.438rem);
    color: var(--primary-color);
}

.section_partners .title_section {
    margin-bottom: 1.75rem
}

.wrap_btn--allpost {
    display: none
}

.wrapper_post--hp .post-item .post-image img,
.post-title,
.load-more-btn,
.latest-post-wrapper .post-details:before {
    transition: all .35s
}

.wrapper_post--hp .post-item:hover .post-image img {
    transform: scale(1.1);
}

.wrapper_post--hp .post-item:hover .post-title,
.wrapper_post--hp .post-item:hover .load-more-btn,
.list-normal-post .post:hover .post-title a {
    color: var(--primary-color)
}

.wrapper_post--hp .post-item:hover .load-more-btn {
    padding-left: 0.75rem
}

.wrapper_post--hp .latest-post-wrapper .post-item:hover .post-details:before {
    height: 100%
}

.col_imgfeat--prd>.col-inner {
    position: sticky;
    top: 0;
}

.row_details .info_detail p {
    margin: 0
}

.wrapper_box--slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 2.75rem;
}

.swiper-pagination {
    bottom: 0 !important
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: rgba(217, 217, 217, 1) !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%) !important;
}

.wrapper_tabs--slider {
    display: flex;
}

.wrapper_tabs--core,
.wrapper_slider--core {
    flex: 1;
    flex-basis: 50%;
    width: 50%
}

.wrapper_form--recui .title_header--form h2 {
    margin-bottom: 0.625rem;
    font-size: 2.25rem;
    line-height: 1;
}

.wrapper_form--recui .title_header--form {
    text-align: center;
    margin-bottom: 1.75rem;
}

button.mfp-close {
    background: var(--primary-color) !important;
    opacity: 1 !important;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 1rem 0 0 !important;
    color: #fff !important;
    mix-blend-mode: unset;
    transition: all .3s
}

button.mfp-close:hover {
    background: #d82325 !important;
}

.mfp-close svg {
    width: 1.25rem;
    transition: all .15s
}

button.mfp-close:hover svg {
    width: 1.35rem;
}

.wrapper_form--recui span.form_desc {
    font-size: 0.875rem;
    color: #acacac;
    font-style: italic;
    font-weight: 400
}

.wrapper_tabs--slider .row_slider--core:not(.active) {
    display: none !important
}

.wrapper_tabs--slider .btn_tab.active .icon_corevalue,
.btn_tab.qa.active .icon_corevalue {
    background-color: #fff !important;
    color: #666 !important;
}

.wrapper_tabs--slider .btn_tab:not(.active) .icon_corevalue {
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
}

.wrapper_tabs--slider .icon_corevalue .icon-box-text h3 {
    font-size: 1.75rem
}

.wrapper_tabs--slider .btn_tab:not(.active) .icon-box-text h3,
.btn_tab.qa:not(.active) .icon-box-text h3 {
    color: #fff
}

.wrapper_form--recui .col_group2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem
}

.wrapper_form--recui .form_input input,
.wrapper_form--recui .form_input select {
    box-shadow: none;
    height: 2.875rem;
    border-radius: 3px;
    font-size: 14px;
    border-color: #dbdbdb7a;
    transition: all .35s
}

.wrapper_form--recui .form_input textarea {
    box-shadow: none;
    min-height: 4.75rem;
    border-radius: 3px;
    font-size: 1.125rem;
    border-color: #dbdbdb7a;
    transition: all .35s
}

.wrapper_form--recui .form_input input:focus,
.wrapper_form--recui .form_input textarea:focus,
.wrapper_form--recui .form_input select:focus {
    border-color: var(--primary-color);
    border-radius: 0px;
    padding-left: 1.45rem
}

.wrapper_form--recui label {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
}

.wpcf7 input[type="file"] {
    display: none !important
}

#files_wrapper {
    margin-bottom: 1rem;
}

.wrapper_form--recui label.uploadlabel {
    background: #18a7ff24;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem 0;
    border: 3px dashed #ececec;
    cursor: pointer;
    gap: 0.75rem;
    transition: all .35s
}

.wrapper_form--recui label.uploadlabel:active {
    border-color: var(--primary-color)
}

.wrapper_form--recui label.uploadlabel span {
    font-size: 2.25rem;
    color: #acacac;
    line-height: 1;
    transition: all .35s
}

.wrapper_form--recui label.uploadlabel p {
    font-size: 1.45em;
    color: #acacac;
    line-height: 1;
    transition: all .35s
}

.wrapper_form--recui label.uploadlabel:hover span {
    color: var(--primary-color);
}

.wrapper_form--recui label.uploadlabel:hover p {
    color: var(--primary-color);
}

.show_file--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.938rem 1.25rem;
    border: 1px solid #205ca5;
    border-radius: 3px;
}

.show_file--box .left {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.show_file--box .left h3 {
    color: #212121
}

#files_wrapper span.type_file {
    background: var(--primary-color);
    color: #fff;
    text-transform: capitalize;
    font-size: 1.25rem;
    padding: 0.25rem 1.25rem;
    font-weight: 700;
    border-radius: 3px
}

.show_file--box .right span {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.288rem;
    line-height: 1.688rem;
    display: inline-block;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    font-weight: 400;
}

.show_file--box .right span:hover {
    background: #d82325 !important
}

#files_wrapper h3.uploaded {
    color: #acacac;
    margin: 1rem 0 !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
}

#files_wrapper h3 {
    margin: 0
}

.wrapper_tabs--core {
    padding-right: 3.75rem;
    padding-top: 2rem
}

.wrapper_slider--core {
    padding-left: 1.75rem;
    margin-top: -1rem;
}

#popup_form--recui,
#form_yctv {
    max-width: 50rem !important;
    padding: 3.75rem !important;
    background-image: url('/wp-content/uploads/2024/04/img-banner-duocnamha-desc-13.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% center;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

#popup_form--recui:before,
#form_yctv:before {
    content: '';
    background: #ffffffe8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

input::placeholder,
textarea::placeholder {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 0.875rem
}

.search_form--recui input::placeholder {
    font-size: 1.275rem
}

.wrapper_form--recui .wraper_btn--submit {
    margin: 0 !important
}

span.text_note--typefile {
    color: #acacac;
    font-weight: 400;
    font-style: italic;
}

.icon_box--rescom .icon-box-img {
    width: 100% !important;
}

.slider_res--company .icon_box--rescom {
    position: relative
}

.slider_res--company .icon_box--rescom .icon-box-img img {
    border-radius: 50%;
    padding: 0
}

.slider_res--company .row:not(.is-selected) .icon_box--rescom {
    transform: scale(0.87)
}

.slider_res--company .row:not(.is-selected) {
    opacity: 1 !important
}

.slider_res--company .row.is-selected .icon_box--rescom .icon-box-img {
    position: relative;
    padding: 1.25rem;
}

.slider_res--company .row:not(.is-selected) .icon_box--rescom .icon-box-img {
    padding: 1.25rem
}

.slider_res--company .row:not(.is-selected) .icon_box--rescom .desc_box--res,
.slider_res--company .row:not(.is-selected) .icon_box--rescom .btn_detail--res {
    display: none
}

.slider_res--company .row.is-selected .icon_box--rescom .icon-box-text {
    width: 217%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
}

.slider_res--company .row.is-selected .icon_box--rescom .icon-box-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff2e;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

.slider_res--company .row:not(.is-selected) .icon_box--rescom .icon-box-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #757575cc;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

h3.title_box--res {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0.75rem;
    padding-bottom: 0.475rem;
    line-height: 2.25rem;
}

h3.title_box--res:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #94A3B8;
    height: 1px;
    width: 9rem;
    left: 50%;
    transform: translateX(-50%);
}

.slider_res--company .row:not(.is-selected) .icon_box--rescom h3.title_box--res {
    position: absolute;
    bottom: 3.5rem;
    transform: translatex(-50%);
    left: 50%;
    width: 52%
}

.slider_res--company .flickity-viewport {
    height: 44.625rem !important
}

.slider_res--company>.slider {
    padding: 0
}

.btn_detail--res {
    margin-top: 1.25rem;
}

.section_padb425 {
    padding: 4.5rem 0 2.5rem !important;
}

.icon_box--adv img {
    padding: 0;
}

.icon_box--adv .icon-box-img {
    width: 6.25rem !important;
    height: 6.25rem !important;
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    border-radius: 50%;
    overflow: hidden;
    padding: 1.5rem;
    box-shadow: 8px 10px 13px 0px #0000000D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.85rem;
}

.box_desc--adv h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    transition: all .3s
}

.icon_box--adv {
    background: var(--colors-neutral-100, #F1F5F9);
    border-radius: 16px;
    position: relative;
    padding: 3.15rem 1.5rem 1.5rem;
    transition: all .3s
}

.icon_box--adv .box_desc--adv {
    transition: all .3s
}

.icon_box--adv:hover {
    background: var(--primary-color);
}

.icon_box--adv:hover .box_desc--adv,
.icon_box--adv:hover .box_desc--adv h3 {
    color: #fff
}

.section_adv--service .row_icons--adv {
    padding: 4rem 0 5.5rem;
}

.tabs_services--logis ul.nav li.tab a {
    height: 4.625rem;
    border-radius: 16px;
    border: none;
    padding: 0 1.75rem;
    position: relative
}

.tabs_services--logis ul.nav li.tab a:before {
    content: '\203A';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.tabs_services--logis ul.nav li.tab:not(.active) a:before {
    display: none
}

.tabs_3pl .nav:hover>li:not(:hover)>a:before {
    opacity: 1 !important
}

.tabs_3pl ul.nav li.tab a span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #475569
}

.tabs_3pl ul.nav li.tab.active a span {
    color: #fff
}

.tabs_services--logis .nav-vertical+.tab-panels {
    border: 0 !important;
    padding: 0;
    padding-left: 8.17rem;
    min-height: 43rem;
    max-height: 43rem;
    overflow: auto;
}

.tabs_services--logis .nav {
    width: 32.85%;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-top: 3.25rem;
}

.img_grd--primary {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.img_grd--primary:before {
    content: '';
    position: absolute;
    background: linear-gradient(353.84deg, rgba(5, 117, 230, 0.5) 19.24%, rgba(25, 137, 66, 0) 56.89%);
    width: 100%;
    height: 37%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

h4.title_tab--panel {
    color: #484848;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 1.75rem 0 2rem;
}

.tabs_3pl>h4 {
    font-size: 3.25rem;
    line-height: 3.933rem;
    margin-bottom: 2.75rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    color: var(--primary-color);
    width: 100%;
}

.btn_service--res {
    margin-top: -19rem;
}

.col_right--3pl {
    padding: 0 4.5rem 0 0.938rem;
}

.section_3pl--service {
    min-height: 51.5rem;
}

.section_tabs--optim:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/05/img-banner-duocnamha-desc-27.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 56.25rem;
    height: 41.875rem;
    bottom: 0;
    left: 0
}

.tabs_services--optim li.tab a {
    height: 6.25rem;
    border-radius: 16px;
    padding: 0 2rem 0 7.25rem;
    position: relative;
    transition: all .3s
}

.tabs_services--optim li.tab a:hover {
    box-shadow: 0px 2px 4px 0px #00000005,
        0px 10px 8px 0px #00000008,
        0px 10px 16px 0px #00000014,
        0px 40px 32px 0px #0000000D,
        0px 80px 60px 0px #0000000F,
        0px 120px 100px 0px #00000012;
    background: #fff;
}

.tabs_services--optim li.tab a:before {
    content: '';
    position: absolute;
    width: 3.375rem;
    height: 3.375rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.tabs_services--optim li.tab:not(.active) a:before {
    filter: grayscale(77%)
}

.tabs_services--optim li.tab:nth-child(1) a:before {
    background-image: url('/wp-content/uploads/2024/05/logo-optim-desc-01.png');
}

.tabs_services--optim li.tab:nth-child(2) a:before {
    background-image: url('/wp-content/uploads/2024/05/logo-optim-desc-02.png');
}

.tabs_services--optim li.tab:nth-child(3) a:before {
    background-image: url('/wp-content/uploads/2024/05/logo-optim-desc-03.png');
}

.tabs_services--optim li.tab:nth-child(4) a:before {
    background-image: url('/wp-content/uploads/2024/05/logo-optim-desc-04.png');
}

.tabs_services--optim li.tab.active a {
    box-shadow: 0px 2px 4px 0px #00000005,
        0px 10px 8px 0px #00000008,
        0px 10px 16px 0px #00000014,
        0px 40px 32px 0px #0000000D,
        0px 80px 60px 0px #0000000F,
        0px 120px 100px 0px #00000012;
    background: #fff;
}

.tabs_services--optim ul.nav li.tab a span {
    text-transform: none;
    font-weight: 600
}

.tabs_services--optim ul.nav li.tab.active a span {
    color: var(--primary-color)
}

.tabs_services--optim ul.nav li.tab.active {
    border: 0 !important
}

.tabs_services--optim .nav {
    width: 44.75%;
}

.tabs_services--optim .nav-vertical+.tab-panels {
    border: 0 !important;
    padding: 0;
    padding-left: 11rem;
}

.tabs_services--optim .nav-vertical>li+li {
    border-color: #D9D9D9
}

.box_content--optim {
    background: linear-gradient(180deg, #045baae6 0%, #209bd6eb 100%);
    color: #fff;
    padding: 3rem 4rem;
    border-radius: 30px;
}

.tabs_services--optim {
    justify-content: center;
    align-items: center;
}

ul.desc_ul--optim {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

ul.desc_ul--optim li {
    margin-bottom: 0.5rem;

}

.nav ul.desc_ul--optim li {
    list-style: disc !important;
    margin-left: 1.3em !important;
    margin-bottom: .6em !important;
}

.section_tabs--optim.desk .img_abs--right {
    width: 41% !important;
    height: 100%;
    z-index: -9
}

.section_tabs--optim.desk {
    padding: 5rem 0 10rem !important;
    overflow: hidden;
}

.section_tabs--optim .btn_service--res {
    margin-top: 1.75rem;
}

.section_tabs--optim .img_abs--right img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.section_tabs--optim .img_abs--right .img-inner {
    height: 100%
}

.col__left__mega {
    width: 30%;
    float: left;
}

.col__right__mega {
    width: 70%;
    float: left;
}

.mega__menu:after,
.row__wrap__mega:after {
    clear: both;
    content: "";
    display: table;
}

.mega__menu__product .nav-dropdown {
    border: none;
    width: 60rem;
    min-width: 60rem;
    max-width: 60rem;
}

.mega__menu {
    padding: 1rem;
}

li.top-level-category a {
    font-size: 1rem;
}

li.top-level-category a {
    color: #4a4f6a;
    font-size: 1rem !important;
    padding: 0.75rem 0;
    margin: 0 8px !important;
    border-top: 2px solid #EDF0F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.top-level-category a i {
    transition: all .3s
}

li.top-level-category:hover a i {
    transform: translateX(3px)
}

.row__wrap__mega {
    display: flex;
    flex-wrap: wrap;
}

.wrapper__content__mega {
    height: 100%;
    padding: 1rem;
    background: #EDF0F3;
    border-radius: 0 8px 8px 0;
}

li.top-level-category.active a {
    background: #EDF0F3;
    color: #232323;
    font-weight: 700;
}

li.top-level-category {
    padding: 0 1rem
}

.top-level-categories li.top-level-category:first-of-type>a {
    border: none;
}

li.cate__li__sub a {
    color: #232323;
    font-size: 1rem !important;
    font-weight: normal !important;
}

li.cate__li__sub a:hover {
    color: var(--primary-color) !important;
}

li.cate__li__sub.has-children {
    margin-bottom: 1rem;
}

li.top-level-category.active {
    background: #EDF0F3;
    border-radius: 8px 0 0 8px;
}

.top-level-categories li.top-level-category.active+li.top-level-category>a {
    border-color: transparent;
}

.top-level-categories li.top-level-category.active a {
    border-color: transparent;
}

.box_text--featured {
    opacity: 0;
    transition: all .3s
}

.box_text--featured.active {
    opacity: 1
}

.col_img100 .col-inner,
.col_img100 .img,
.col_img100 .img-inner,
.col_img100 .img img {
    height: 100%;
}

.col_img100 .img img {
    object-fit: cover;
    height: 100%
}

.woocommerce-loop-product__thumbnail {
    padding-top: 100%;
    position: relative
}

.woocommerce-loop-product__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.box_desc--shipping {
    color: #fff;
    font-size: 1.15rem;
    text-align: center;
}

.box_circle--featured:not(.hovered) .box_desc--shipping {
    display: none
}

.box_circle--featured:not(.hovered):hover .box_desc--shipping {
    display: block
}

.box_circle--featured.hovered:hover .box_desc--shipping {
    display: none
}

.woocommerce-tabs .tabs {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.woocommerce-tabs .tabs li {
    margin: 0
}

.woocommerce-tabs .tabs li a {
    padding-bottom: 0.25rem;
    color: rgba(71, 85, 105, 1);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400
}

.woocommerce-tabs .tabs li.active a {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-weight: 600
}

.wrapper_qa--slider.hide_for_desk {
    display: none
}

form.searchform {
    width: 27rem;
    margin: 0;
    border-radius: 27px;
    overflow: hidden;
}

.form_search--products {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchform input {
    box-shadow: none;
    height: 3rem;
    padding: 0 1.25rem;
}

.searchform button.submit-button {
    height: 2.95rem;
    border: 1px solid transparent;
    padding: 0 1.5rem;
    background: var(--primary-color);
}

.searchform .button.icon i {
    font-size: 1rem;
}

@keyframes moveLeftRight {
    0% {
        opacity: 0;
        right: 0;
    }

    50% {
        opacity: 1;
        right: 0.25rem;
    }

    100% {
        opacity: 0;
        right: 0;
    }
}

.search-form-wrapper .form-group:first-of-type img {
    position: absolute;
    z-index: 2;
    left: 1.25rem;
    width: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-form-wrapper .form-group-select img {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    pointer-events: none;
    filter: grayscale(90%);
}

.search-form-wrapper .form-group {
    position: relative;
    width: 100%
}

.search-form-wrapper .form-group input {
    margin: 0;
    border-radius: 27px;
    box-shadow: none;
    padding-left: 2.75rem;
    height: 2.75rem;

}

.search-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.wrapper_grid--products {
    padding: 0 0 2rem;
    padding-right: 2rem
}

.form-group-select select {
    margin: 0;
    border-radius: 27px;
    box-shadow: none;
    background: #fff;
    font-size: 0.875rem;
    height: 2.75rem;
    padding: 0 1rem;
    color: #858585;
    font-weight: 400;
}

.btn_search--prd {
    background: linear-gradient(180deg, #045BAA 0%, #209BD6 100%);
    color: #fff;
    display: inline-block;
    width: max-content;
    border-radius: 27px;
    font-size: 0.932rem;
    text-transform: unset;
    padding: 0.15rem 2rem;
    transition: all .3s;
    border: 0;
}

.btn_search--prd:hover {
    color: #fff !important;
    background: #d82325 !important;
    opacity: 1;
}

.toggle_cate--mb .categories-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: linear-gradient(269deg, #045BAA 0%, #209BD6 100%);
    border-radius: 0 0 27px 27px;
    margin-top: -2rem;
    padding-top: 2rem;
}

.toggle_cate--mb .categories-list a {
    color: #Fff;
    display: block;
    text-align: center;
    font-size: 0.932rem;
    font-weight: 600;
    padding: 0.875rem;
    transition: all .3s
}

.toggle_cate--mb .categories-list a:hover {
    background: #205ca561;
}

.toggle_cate--mb .categories-list p {
    margin: 0;
    font-weight: 400;
    font-size: 0.875rem;
}

.toggle_cate--mb .categories-list a:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#toggleCategories {
    text-align: center;
    background-image: url('/wp-content/uploads/2024/05/navigation_bg2.png');
    background-size: cover;
    color: #fff;
    font-weight: 600;
    padding: 0.875rem 1rem;
    background-repeat: no-repeat;
    border-radius: 27px;
    position: relative;
    cursor: pointer
}

#toggleCategories i {
    position: absolute;
    z-index: 2;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.wrapper_product-categories {
    display: none
}

.btn_slide--tab {
    display: none
}

.product-popup {
    display: none;
    /* Ẩn popup theo mặc định */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.product-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2rem;
    border: 1px solid #888;
    width: 80%;
    max-width: 40.625rem;
    text-align: center;
    position: relative
}

span.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 1rem;
    margin-right: 1rem;
    transition: all .2s;
    padding: 0.25rem;
    cursor: pointer
}

span.close-popup:hover {
    background: var(--fs-color-secondary)
}

.box_noti--popup p {
    margin: 0
}

.box_noti--popup {
    font-size: 1.35rem;
    color: #232323;
    font-weight: 600;
}

.text_warrning {
    font-size: 1.125rem;
    color: #363636;
    line-height: 1.65rem;
}

.wrap_btn--confirm a.button {
    margin: 0;
    border-radius: 5px;
    margin-top: 1.25rem
}

.child-category-item a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0.75rem;
    border-radius: 0.75rem;
    box-shadow: rgb(100 100 111 / 12%) 0px 7px 29px 0px;
}

.thumb__11 {
    padding-top: 100%;
    position: relative
}

.thumb__11 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.child-category-item .image-cate-child {
    width: 2.55rem;
}

.child-category-item .info-cate-child {
    margin-left: 0.75rem;
}

.info-cate-child h2,
.info-cate-child span {
    font-size: 0.932rem;
    margin-bottom: 0;
    color: #222;
}

.info-cate-child span {
    color: #222222ab !important
}

.archive.woocommerce .content-area {
    background: #EDF0F3;
}

.category-children {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem
}

ul.breadcrumbs {
    list-style: none;
}

ul.breadcrumbs li {
    margin-bottom: 0;
    display: inline-block
}

ul.breadcrumbs .bread-current {
    font-weight: 400
}

ul.breadcrumbs a {
    color: var(--primary-color)
}

h2.current-category-name {
    color: #222;
    font-size: 1.25rem;
    margin-bottom: 1rem
}

/* Style css Responsive */
@media(max-width: 1600px) {
    html {
        font-size: 0.9375vw !important;
    }

    .section_imgabs--type1.desk .col_left--abushp {
        padding: 0 13.75rem 0 1.25rem;
    }

    .section_intro--hp.desk {
        padding: 7rem 0 24rem !important;
    }

    .section_abus--hp {
        padding: 7.75rem 0 13rem !important;
    }

    .section_abus--hp.desk:before {
        top: 53%;
    }

    .section_intro--hp.desk:before {
        top: 45%;
    }

    .box_text--featured {
        bottom: 17%;
    }

    .section_imgabs--type1.mobile .col_left--abushp {
        padding: 0 1rem;
    }

    .section_imgabs--type1.mobile {
        padding: 7rem 0 10rem !important
    }

    .col_right--gsp {
        padding: 11rem 0.938rem 0 4.75rem;
    }

    .section_intro--hp .col_left--abushp {
        padding: 0 10.25rem 0 0.938rem;
    }

    .row_single--post {
        padding: 0 1.938rem !important;
    }

    .box_text--shipping:before {
        width: 50%
    }

    .slider_res--company .flickity-viewport {
        height: 53.5rem !important;
    }

    .col_right--service>.col-inner p.desc_policy {
        line-height: 1.875rem;
        font-size: 1.25rem;
    }

    .loop_categories p.categories_description {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }

    .text_desc--title {
        font-size: 1.25rem;
        line-height: 1.785rem;
        margin-bottom: 2.5rem
    }

    .col_right--service>.col-inner {
        padding: 5rem 7rem 3rem 5.15rem;
    }

    h2.title_section2 {
        font-size: 2.875rem;
        line-height: 3.675rem;
    }

    .text_gradient {
        font-size: 1.25rem;
    }

    .btn_arrow--blue p {
        font-size: 1.25rem
    }

    .other-posts-wrapper .post-item .post-title {
        font-size: 1.25rem;
        line-height: 1.675rem;
    }
}

@media(max-width: 1440px) {
    html {
        font-size: 1.077vw !important;
    }

    .container,
    .row {
        max-width: 87rem !important
    }

    .section_intro--hp.desk .img_abs--right {
        width: 42.875rem !important;
    }

    .section_intro--hp .col_left--abushp {
        padding: 0px 12.25rem 0px 0.938rem;
    }

    .col_right--service>.col-inner {
        padding: 4rem 5rem 3rem 4.15rem;
    }

    .row-full-width {
        max-width: 100% !important
    }

    h2.title_section2 {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    h3.sub_title2 {
        font-size: 1.875rem;
    }

    .col_right--service>.col-inner p.desc_policy {
        font-size: 1.15rem
    }

    .loop_categories p.categories_description {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .post-grid a.btn_post--hp {
        font-size: 1rem
    }

    .section_about--abs .col_left--abushp {
        padding: 0 10.25rem 0 0.938rem;
    }

    .section_about--abs .img_abs--right {
        width: 38.813rem !important;
    }

    .box_count--team .number-count {
        font-size: 3.25rem;
    }

    .wrapper_count--team .box_count--team:nth-child(1) {
        padding-right: 1rem;
    }

    .wrapper_count--team .box_count--team:nth-child(2) {
        padding: 0 1rem;
    }

    .wrapper_count--team .box_count--team:nth-child(3) {
        padding-left: 1rem;
    }

    .font-1125 {
        font-size: 1.25rem
    }

    .section_imgabs-right.desk .img_abs-right {
        width: 47.375rem !important;
    }

    .box_circle--featured.style1 .icon_box--shipping {

        padding: 0 5.75rem;
    }

    .section_img--abs.desk .img_abs--right {
        width: 51.375rem !important;
    }

    .tabs_services--optim .nav {
        width: 39.75%;
    }

    p.desc_box--res {
        font-size: 1.25rem;
    }

    .font-125 {
        font-size: 1.35rem;
        line-height: 1.9rem;
    }

    .tabs_services--logis .tab-panels {
        font-size: 1.25rem;
    }

    h4.title_tab--panel {
        font-size: 1.25rem;
        margin: 1.25rem 0;
    }

    .box_desc--adv p {
        font-size: 1.25rem;
        line-height: 1.65rem;
    }
}

@media(max-width: 1024px) {
    .section_circle--featured {
        min-height: 20.938rem;
    }

    .section_about--abs .col_left--abushp {
        padding: 0 10.25rem 0 0.938rem;
    }

    .col_right--service>.col-inner {
        padding: 4rem 3rem 3rem 3.15rem;
    }

    h3.sub_title2 {
        font-size: 1.375rem;
        line-height: 1;
    }

    h2.title_section2 {
        color: #fff;
        font-size: 2.675rem;
        line-height: 3.875rem;
    }

    .other-posts-wrapper .post-item .post-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* From which line on to truncate */
        overflow: hidden;
    }

    .section_banner--hp:before {
        width: 50rem;
        height: 39.5rem;

    }

    .woocommerce-tabs {
        padding: 0
    }

    .section_intro--hp .col_left--abushp {
        padding: 0 15.25rem 0 0.938rem;
    }

    .section_intro--hp.desk .img_abs--right {
        top: 44%;
    }

    .col_commit--abs {
        padding: 0 5rem 0 0.938rem !important
    }

    .wrapper_bread--header {
        width: 100%
    }

    .section_imgabs-right.desk .col_left-cds {
        padding-right: 13rem;
    }

    .slider_res--company .flickity-viewport {
        height: 48.5rem !important;
    }
}

@media(min-width: 768px) and (max-width: 850px) {

    html {
        font-size: 1.8vw !important;
    }

    .box_text--featured {
        width: 40.875rem;
    }

    .box_inside--icon .icon_featured img {
        width: 2.413rem;
    }

    .box_inside--icon .box_desc span {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    .box_inside--icon .box_desc p {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    .box_inside--icon {
        gap: 1rem;
    }

    .list_box--featured {
        top: -6.375rem;
    }

    .loop_categories .categories_box--desc {
        padding: 1rem;
    }

    .loop_categories h2.title_categories {
        font-size: 1.125rem;
    }

    .loop_categories p.categories_description {
        font-size: 0.875rem;
        line-height: 1.1rem;
    }

    .other-posts-wrapper .post-item .post-image {
        max-width: 10.438rem;
    }

    .other-posts-wrapper .post-item {
        gap: 0.75rem;
    }

    .post-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .latest-post-wrapper .post-title {
        font-size: 1.275rem;
        line-height: 1.75rem;
    }

    .other-posts-wrapper .post-item .post-date {
        margin-bottom: 0.275rem;
    }

    .other-posts-wrapper {
        gap: 1.275rem;
    }

    .col_footer--pdl {
        padding-left: 2.75rem;
    }

    h2.title_footer {
        font-size: 1.875rem;
        line-height: 2.675rem;
    }

    .col_abs--footer .img_abs--footer img {
        width: 8.375rem;
    }

    .section_banner--hp:before {
        width: 63.75rem;
        height: 50.375rem;
        opacity: .27;
    }

    .wrapper_bread--header .box_bread li a.page_active {
        padding-bottom: 0.75rem;
    }

    .wrapper_bread--header .box_bread li a {
        line-height: 4.5rem;
    }

    .box_item {
        width: 12.375rem;
        height: 12.375rem;
    }
}

@media(max-width: 851px) {
    p.text-slogan {
        font-size: 1.625rem;
        line-height: 2.75rem;
    }

    .section_intro--hp.desk {
        padding: 5rem 0 7rem !important;
    }

    .section_abus--hp {
        padding: 5rem 0 7rem !important;
    }

    .icon_corevalue {
        padding: 1.5rem 2.25rem;
    }

    .icon_corevalue .icon-box-text h3 {
        font-size: 1rem;
    }

    .col_img--team .img img {
        aspect-ratio: 1 / 1;
        height: auto;
    }

    h2.title_section {
        font-size: 2.675rem;
        line-height: 3.533rem;
    }

    .box_count--team .number-count {
        font-size: 2.375rem;
    }

    .wrapper_count--team .box_count--team {
        border: 0 !important;
        padding: 0 !important;
    }

    .box_count--team .text-count {
        font-size: 0.675rem;
    }

    .col_img--team>.col-inner {
        padding-right: 1rem;
    }

    .section_img--abs {
        padding: 5rem 0 !important;
    }

    .title_banner--page {
        font-size: 3.25rem;
        line-height: 4.675rem;
    }

    .wrapper_bread--header {
        width: 100%;
    }

    .img_map--vn {
        padding-left: 0;
    }

    .img_map--vn .img_abs {
        left: 50%;
    }

    .img_map--vn .img_map {
        width: 36.375rem;
        margin-top: 3rem;
    }

    .row_reverse--mb {
        flex-direction: column-reverse;
    }

    .col_right--gsp {
        padding: 0.938rem 0.938rem 2rem 0.938rem !important;
    }

    .section_gsp:before {
        width: 60rem;
        height: 56.188rem;
    }

    .section_imgabs-right {
        padding: 5rem 0 !important;
    }

    .row_pagi--recui {
        margin-top: 1rem;
    }

    .col_contact--info {
        padding-left: 0.938rem;
    }

    .wrapper_article--recui .grid_recuit {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.675rem
    }

    .col_right--prd {
        padding: 0.938rem 0.938rem 3.75rem;
    }

    .wrapper_grid--products>.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_abus--hp .col_img--mobile {
        padding-right: 0
    }

    .col_slogan {
        padding: 0 0.938rem !important
    }

    .section_intro--hp.desk .img_abs--right,
    .section_about--abs .img_abs--right {
        position: relative;
        width: 100% !important;
        transform: unset;
        padding-left: 2rem;
    }

    .section_intro--hp .col_left--abushp,
    .section_about--abs .col_left--abushp {
        padding: 0 0.938rem
    }

    .section_intro--hp .btn_arrow--white {
        margin-top: 1.75rem
    }

    .section_img--abs.desk .img_abs--right {
        position: relative;
        width: 100% !important;
        transform: unset;
    }

    .section_img--abs.desk {
        padding: 5rem 0 !important
    }

    .section_gsp {
        padding: 3rem 0 0 !important
    }

    .row_single--post {
        flex-direction: column
    }

    .single_post--container .col_entire--content {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;

    }

    .single_post--container .col_sidebar--post {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 2.75rem
    }

    .post-list .latest-post .post {
        flex-direction: column;
        gap: 1.25rem
    }

    .post-list .latest-post {
        padding: 0.938rem;
        border-radius: 0px
    }

    .post-list .latest-post h2.post-title a {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }

    .list-normal-post {
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper_bread--header .box_bread {
        overflow: hidden;
        overflow-x: auto
    }

    .section_products--archive {
        padding: 2rem 15px 2rem;
    }

    .wrapper_header--betw {
        align-items: flex-start;
        flex-direction: column;
    }

    .mfp-content {
        width: 90% !important;
    }

    .col_team--right>.col-inner {
        padding: 0
    }

    .col_commit--abs {
        padding: 0 0.938rem !important
    }

    .wrapper_count--team {
        grid-template-columns: repeat(3, 1fr);
    }

    .box_circle--featured.style1 .icon_box--shipping {
        padding: 0 2.75rem;
    }

    .box_desc--shipping {
        font-size: 1rem;
        line-height: 1.45rem;
    }

    .box_title--shipping {
        font-size: 1rem !important;
        line-height: 1.475rem;
        padding-bottom: 0.875rem;
    }

    .box_circle--featured.style1 .icon_box--shipping {
        gap: 0.875rem;
    }

    .box_circle--featured.style1 .icon_box--shipping img {
        width: 3.5rem;
    }

    .box_circle--featured.style1 .box_links_logis {
        padding-bottom: 1.75rem;
    }

    .other-posts-wrapper .post-item .post-image {
        flex-basis: 45%;
        max-width: 45%;
        min-width: 45%;
    }

    .wrapper_tabs--slider {
        flex-direction: column;
    }

    .wrapper_tabs--core,
    .wrapper_slider--core {
        flex-basis: 100%;
        width: 100%;
    }

    .wrapper_tabs--core {
        padding-right: 0rem;
    }

    .wrapper_slider--core {
        padding: 0;
        margin: 2.275rem 0 0;
    }

    .swiper-pagination-bullet {
        width: 0.75rem;
        height: 0.75rem;
    }

    .wrapper_tabs--slider .icon_corevalue .icon-box-text h3 {
        font-size: 1.25rem;
    }

    .col_header--core {
        padding-right: 0 !important;
    }

    .line_image--recui .box_img--recui img {
        height: 17rem;
    }

    li.current-menu-item:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 3px;
        background: #d82325;
        bottom: 0;
        left: 50%;
        transform: translatex(-50%)
    }

    .col_right--3pl {
        padding: 0 0.938rem 2rem;
    }

    .section_3pl--service {
        min-height: 66.5rem;
    }

    .tabs_services--optim .nav {
        width: 100%;
    }

    .tabs_3pl>h4 {
        margin-bottom: 1.75rem;
    }

    .tabs_3pl ul.nav li.tab a span {
        font-size: 1.15rem;
    }

    .tabs_services--optim li.tab a:before {
        width: 3rem;
        height: 3rem;
    }

    .tabs_services--optim .nav-vertical+.tab-panels {
        padding-left: 0;
    }

    .box_content--optim {
        padding: 1.75rem;
        margin-top: 2rem
    }

    ul.desc_ul--optim {
        font-size: 1.2rem;
    }

    .section_tabs--optim .btn_service--res {
        margin: 1.75rem 0;
    }

    .section_tabs--optim:before {
        width: 50rem;
        height: 37.25rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .tabs_services--logis .nav {
        width: 100%;
        padding-top: 0;
    }

    .tabs_services--logis .nav-vertical+.tab-panels {
        padding-left: 0;
        margin-top: 2rem;
        min-height: auto;
        max-height: auto;
    }

    .btn_service--res {
        margin: 2rem 0 !important;
    }

    .icon_box--adv {
        margin-bottom: 4.25rem;
    }

    .section_adv--service .row_icons--adv {
        padding: 4rem 0 0;
    }

    .row2_icons--adv .col:last-child .icon_box--adv {
        margin-bottom: 0 !important
    }

    .icon_corevalue .icon-box-text h3 {
        font-size: 1.35rem
    }

    .icon_corevalue .icon-box-img .icon img {
        width: 2.5rem;
    }
}

@media(min-width: 851px) and (max-width: 1024px) {
    html {
        font-size: 1vw !important;
    }

}

@media(max-width: 767px) {
    html {
        font-size: 4vw !important;
    }

    .wrapper_tabs--slider.hide_for_mb {
        display: none
    }

    .wrapper_qa--slider.hide_for_desk {
        display: block;
        margin-top: 2rem
    }

    .row_slider--core.qa {
        margin-top: 1rem;
    }

    .section_intro--hp.desk {
        padding: 3rem 0 3rem !important;
    }

    /* 	.section_banner--hp {
    min-height: 20.938rem;
} */
    .title_banner-hp {
        font-size: 1.875rem !important;
        line-height: 2.775rem !important;
    }

    .icon_logo--banner img {
        width: 13rem;
    }

    .box_content--banner {
        max-width: 100%;
        gap: 1.875rem;
    }

    .btn-sty1 {
        font-size: 0.75rem;
    }

    .box_circle--scroll img.icon_arrow--scroll {
        bottom: 85%;
        width: 0.875rem;
    }

    .box_circle--scroll {
        width: 17.188rem;
        height: 17.188rem;
    }

    h2.title_section {
        font-size: 2rem;
        line-height: 2.533rem;
        margin-bottom: 1.25rem;
    }

    .section_circle--featured {
        min-height: auto !important;
    }

    .list_box--featured {
        position: unset;
        transform: none;
    }

    .section_circle--featured {
        min-height: auto !important;
        padding: 5rem 0 !important;
    }

    .section_circle--featured:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .box_text--featured {
        width: 100%;
        position: unset;
        transform: none;
        padding: 1rem 1rem 0 1rem
    }

    .box_inside--icon {
        padding: 0 0.75rem;
        gap: 0.75rem
    }

    .box_inside--icon .icon-box-img {
        width: 2rem !important;
    }

    .box_inside--icon .box_desc span {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .box_inside--icon .box_desc p {
        font-size: 0.932rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .box_inside--icon .box_desc>p:first-child {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .list_box--featured .col {
        padding-bottom: 1rem !important;
    }

    .loop_categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .loop_categories h2.title_categories {
        font-size: 1rem;
    }

    .loop_categories .categories_box--desc {
        padding: 0.675rem;
    }

    .loop_categories p.categories_description {
        font-size: 0.675rem;
        line-height: 0.875rem;
    }

    .sub_title {
        font-size: 1rem;
    }

    .col_right--service>.col-inner {
        padding: 3rem 1rem 3rem 1rem;
    }

    h3.sub_title2 {
        font-size: 1rem;
        line-height: 1;
    }

    h2.title_section2 {
        font-size: 2rem;
        line-height: 2.875rem;
    }

    .font-15,
    .font-175 {
        font-size: 1rem;
        line-height: 1.725rem;
    }

    .font-125 {
        font-size: 1rem;
        line-height: 1.675rem;
    }

    .post-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .latest-post-wrapper .post-title {
        font-size: 1.15rem;
        line-height: 1.775rem;
    }

    .latest-post-wrapper .post-details {
        padding: 0 0 0 1.75rem;
        margin-top: 1rem;
    }

    .col_footer--pdl {
        padding-left: 0.938rem;
    }

    h2.title_footer {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
        padding-right: 3.75rem
    }

    .img_abs--footer {
        position: unset;
        transform: none;
        margin-top: 0.75rem
    }

    li.header-block {
        padding: 1rem;
        justify-content: center;
    }

    .off-canvas-center .nav-vertical>li>a {
        font-size: 1.125em;
    }

    .section_banner--hp:before {
        width: 25rem;
        height: 19.75rem;
        opacity: .27;
    }

    .box_content--vms {
        padding: 2.275rem 2.25rem;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 1.75rem;
        min-height: auto
    }

    .box_content--vms p.content_vms {
        font-size: 1.125rem;
        line-height: 1.825rem;
    }

    .wrapper_slide--slogan {
        padding: 2.275rem 2.25rem;
    }

    .wrapper_slide--slogan:before {
        width: 2.188rem;
        height: 1.563rem;
        top: 1rem;
        left: 1rem;
    }

    .wrapper_slide--slogan:after {
        width: 2.188rem;
        height: 1.563rem;
        bottom: 1rem;
        right: 1rem;
    }

    p.text-slogan {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .box_count--team {
        align-items: center;
    }

    .box_count--team .text-count {
        text-align: center
    }

    .box_count--team .number-count {
        font-size: 2.75rem;
    }

    .section_banner--page {
        min-height: 17.375rem !important
    }

    .wrapper_bread--header .box_bread {
        gap: 1.25rem;
        display: none
    }

    .wrapper_bread--header {
        padding: 0 0.938rem;
    }

    .wrapper_bread--header .box_bread li a {
        font-size: 1.25rem;
        line-height: 2.5rem;
        color: #475569;
        font-weight: 600;
    }

    .section-pdt8 {
        padding: 5rem 0 5rem 0 !important;
    }

    .list_iconbox--63 {
        align-items: center;
        gap: 1.25rem
    }

    .list_iconbox--63 .icon-box-img {
        width: 4rem !important;
    }

    .list_iconbox--63 .font-1125 {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }

    .list_iconbox--63 .icon-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .list_iconbox--63 .icon-box-text {
        text-align: center
    }

    .img_map--vn .img_map {
        width: 100%;
    }

    .section_gsp:before {
        width: 25rem;
        height: 23.438rem;
    }

    .row_circle--shipping {
        gap: 2.75rem;
    }

    .title_banner--page {
        font-size: 2.25rem;
    }

    h2.title_contact {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem
    }

    .wrapper_form--contact .form-group-col2 {
        gap: 0;
        flex-direction: column;
    }

    .box_contact--details {
        padding: 0.938rem;
    }

    .box_contact--details .label_detail {
        flex-basis: 35%;
        min-width: 35%;
    }

    .search_form--recui {
        flex-direction: column !important;
        gap: 1.75rem !important;
        padding-bottom: 2rem;
    }

    .block_slogan--recui h2 {
        font-size: 1.5rem;
        line-height: 2.026rem;
    }

    .block_slogan--recui {
        height: 4.5rem;
        margin: 0.25rem 0 2rem 0
    }

    .search_form--recui .form_group--recui {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        flex-basis: 100%;
        width: 100%;
    }

    .form_group--recui input {
        font-size: 0.875rem;
        padding-left: 1.75rem
    }

    .form_group--recui input::placeholder {
        font-size: 1rem
    }

    .form_group--recui .wrap_input:before {
        width: 1rem;
        height: 1rem
    }

    article.type-tuyen-dung {
        padding: 1.25rem;
    }

    .wrapper_article--recui h2.entry-title a {
        font-size: 1.125rem;
    }

    article.type-tuyen-dung .entry-content {
        font-size: 0.675rem;
        gap: 0.25rem
    }

    .wrapper_article--recui {
        gap: 0.675rem;
    }

    .btn_contact--header {
        font-size: 0.875rem;
        padding: 0.675rem 1.8rem;
    }

    .line_image--recui {
        gap: 0.875rem;
        width: 180%;
        margin-left: -40%;
        padding: 3.75rem 0;
    }

    .grid_benefit--recui {
        grid-template-columns: repeat(1, 1fr);
    }

    .icon_box--recui {
        padding-right: 0;
    }

    .row_details--recui {
        flex-direction: column-reverse;
        padding: 0 0.938rem 3rem 0.938rem !important;
    }

    .col_info--details {
        flex-basis: 100%;
        min-width: 100%;
        position: -webkit-relative;
        position: relative;
        top: 0;
    }

    .box_details .row_details {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 0.25rem;
    }

    .wc-tabs.product-tabs {
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 1.25rem;
        overflow-x: auto;
    }

    .wc-tabs.product-tabs>li {
        display: inline-block;
        min-width: max-content;
        min-width: -webkit-max-content;
    }

    .wrapper_grid--products>.products {
        grid-template-columns: repeat(1, 1fr);
    }

    .row_loop--products {
        padding: 0 0.938rem !important;
    }

    .row_loop--products .col.large-3 {
        padding-bottom: 2rem !important;
    }

    .section_abus--hp {
        padding: 3.75rem 0 1rem !important;
    }

    .section_about--abs {
        padding: 4rem 0rem 1rem !important;
    }

    .row_circle--shipping .col_box--circle {
        max-width: 100%;
        flex-basis: 100%;
    }

    .box_circle--featured.style1 .icon_box--shipping {
        padding: 0 6.55rem;
    }

    .box_circle--featured.style1 .box_links_logis {
        padding-bottom: 2.75rem;
    }

    .wrap_btn--allpost {
        display: flex;
        justify-content: center;
        margin-top: 2rem
    }

    .btn_arrow--white {
        margin-bottom: 1rem
    }

    h1.title_post--single {
        font-size: 1.45rem;
    }

    .wraper_row--higl {
        padding: 1.25rem 0
    }

    .wraper_row--higl p {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .box_item {
        width: 10.375rem;
        height: 10.375rem;
    }

    .list_box--featured .col>.col-inner {
        display: flex;
        justify-content: center;
    }

    .line_image--recui .box_img--recui img {
        height: 10rem;
    }

    #popup_form--recui {
        padding: 3.75rem 0.938rem !important;
    }

    .mfp-container {
        padding: 0;
    }

    .wrapper_form--recui .col_group2 {
        flex-direction: column;
        gap: 0
    }

    .wrapper_form--recui .title_header--form h2 {
        margin-bottom: 0.25rem;
        font-size: 1.875rem;
    }

    button.mfp-close {
        width: 1.75rem;
        height: 1.75rem;
        margin: 0.5rem 0.5rem 0 0 !important;
    }

    .slider_res--company .row.is-selected .icon_box--rescom .icon-box-text {
        width: 120%;
    }

    .slider_res--company .row.is-selected .icon_box--rescom .icon-box-img {
        padding: 0.875rem;
    }

    .slider_res--company .row:not(.is-selected) .icon_box--rescom .icon-box-img {
        padding: 0.75rem;
    }

    .slider_res--company .flickity-viewport {
        height: 53.625rem !important
    }

    h3.title_box--res {
        font-size: 1.25rem;
    }

    .center_btn {
        text-align: center;
    }

    .tabs_3pl>h4 {
        font-size: 2rem;
        line-height: 2.533rem;
        margin-bottom: 2.25rem;
    }

    .box_text--featured {
        display: none;
    }

    .box_text--featured.active {
        display: block
    }

    .woocommerce-tabs .tabs {
        gap: 1rem;
        flex-wrap: nowrap;
        margin-bottom: 0;
        overflow: auto;
        padding-bottom: 1rem;
    }

    .woocommerce-tabs .tabs li {
        min-width: max-content;
        min-width: -wekite-max-content
    }

    .woocommerce-tabs .tabs li a {
        font-size: 1.25rem
    }

    .row_loop--products {
        flex-direction: column-reverse;
    }

    .text_desc--title {
        font-size: 1rem;
        line-height: 1.485rem;
    }

    .col_right--service>.col-inner p.desc_policy {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .wrapper_header--betw .btn_arrow--white {
        display: none
    }

    .col-partners {
        display: flex;
        flex-direction: row;
        gap: 0.5rem
    }

    .col-partners img {
        width: 48.5%;
    }

    .text_gradient {
        font-size: 1rem;
    }

    form.searchform {
        width: 80vw;
        margin-bottom: 2.5rem;
    }

    .searchform input {
        height: 2.5rem;
    }

    .searchform button.submit-button {
        height: 2.5rem;
    }

    .wrap_tab--list {
        display: flex;
        align-items: center;
        gap: 1.75rem;
    }

    /* 	.woocommerce-tabs:before {
	content: '';
	width: 1.75rem;
	height: 1.75rem;
	position: absolute;
	background-image: url('/wp-content/uploads/2024/05/right-3.png');
	background-size: contain;
	right: 0;
	top: 0;
	animation: moveLeftRight 1.5s infinite;
} */
    .tabs_services--optim .entry-content {
        padding-top: 0
    }

    .tabs_mb--faq .tab-panels .panel.active {
        display: none !important
    }

    /* .toggle_cate--mb {
	display: block !important
}
	.wrapper_product-categories {
		display: none
	} */
    .wrapper_grid--products {
        padding-right: 0rem;
    }

    .box_text--desc--pageshop {
        max-height: 4rem;
        overflow: auto;
        padding: 0 1.75rem;
        font-size: 0.875rem !important
    }

    .box_text--desc--pageshop p {
        margin: 0;
    }

    .post-type-archive-product .section_banner--page .section-bg-overlay {
        background-color: rgb(255 255 255 / 57%);
    }

    .btn_slide--tab {
        display: block !important;
        flex-basis: 11%;
        min-width: 11%;
        min-height: 100%;
    }

    .btn_slide--tab img {
        width: 2.5rem
    }

    #toggleCategories {
        font-size: 0.875rem;
        padding: 0.6875rem 1rem;
        background-position: 5% 50%;
    }

    .toggle_cate--mb .categories-list {
        margin-top: -1.5rem;
        padding-top: 1.5rem;
    }

    .product-popup-content {
        width: 95vw;
        max-width: 95vw;
        margin: 50% auto
    }

    .box_noti--popup {
        font-size: 1.125rem;
    }

    .mobile-nav .menu-title {
        display: block !important;
        font-size: 1.125rem
    }

    .form-group-select select {
        color: #232323;
        font-weight: 700;
    }

    .grid_benefit--recui .desc_benefit p {
        font-size: 1rem
    }
}