﻿
:root {
    --white: #FAFAFA;
    --black: #0D0C0D;
    --yellow: #FFD01B;
}

.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}

.xContainer {
    max-width: 1440px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.xHeader {
}

.xHeaderMain {
    background: white;
    height: 87px;
    display: flex;
    align-items: center;
}

.xLogo {
}

    .xLogo img {
        width: 115px;
        /* height: 40px; */
    }

.xHeaderText {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    gap: 20px;
}

.xHeaderList {
    list-style: none;
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .xHeaderList li {
        color: black;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-transform: none;
        list-style: none;
        margin: 0 10px;
        padding-left: 30px;
        height: 30px;
        display: flex;
        align-items: center;
    }

        .xHeaderList li:nth-child(1) {
            background: url(../images/xhd1.png) 0px 0px no-repeat;
        }

        .xHeaderList li:nth-child(2) {
            height: 12px;
            border-left: 1px solid #0d0c0d;
            margin: 0px 5px;
            padding: 0;
        }

        .xHeaderList li:nth-child(3) {
            background: url(../images/xhd2.png) 0px 0px no-repeat;
        }

.xHeaderBottom {
    background: #244dbc;
    min-height: 61px;
}

    .xHeaderBottom .xMenu {
        width: 100%;
        position: relative;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

        .xHeaderBottom .xMenu > li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            margin: 0 7px;
            -webkit-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
            margin: 0 40px;
        }

            .xHeaderBottom .xMenu > li:first-child {
                margin-left: 0;
            }

            .xHeaderBottom .xMenu > li:last-child {
                margin-right: 0;
            }

            .xHeaderBottom .xMenu > li:hover {
            }

            .xHeaderBottom .xMenu > li > a {
                display: -ms-inline-flexbox;
                display: inline-flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 20px;
                font-weight: 500;
                line-height: 150%;
                color: #fafafa;
                padding: unset;
                position: relative;
                display: flex;
                line-height: 61px;
            }

                .xHeaderBottom .xMenu > li > a:before {
                    content: '';
                    top: 57px;
                    position: absolute;
                    width: 0%;
                    height: 4px;
                    left: 0;
                    background-color: white;
                    transition: 0.4s;
                    visibility: hidden;
                }

                .xHeaderBottom .xMenu > li > a.menu_active:before {
                    visibility: visible;
                    width: 100%;
                }

                .xHeaderBottom .xMenu > li > a:hover {
                }

                    .xHeaderBottom .xMenu > li > a:hover:before {
                        visibility: visible;
                        width: 100%;
                    }

            .xHeaderBottom .xMenu > li:hover a {
            }


.section_banner .txt_title_banner .txt_subtitle p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 8px;
    margin: unset;
}

    .section_banner .txt_title_banner .txt_subtitle p::before {
        content: "";
        position: absolute;
        height: 24px;
        width: 2px;
        background-color: #fafafa;
        border-radius: 4px;
        left: 0%;
        top: 5px;
    }

.section_banner .col_text_banner_home {
    text-align: center;
}

.section_banner .text_baner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.btn_contact span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none !important;
    color: white;
    /*    color: #0d0c0d;*/
}

.btn_contact {
    margin: unset;
    padding: 5px 26px 5px 26px;
    background-color: #506fc8;
    border-radius: 8px;
    margin-top: 40px !important;
    border: unset;
}

.section_banner h3 {
    margin: unset;
    color: #fafafa;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 66px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}

    .section_banner h3 span {
        color: #506fc8;
    }

.section_banner .col_text_banner_home p {
    color: #fff;
    margin-bottom: unset;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
    width: 54%;
    margin: auto;
}

.btn_contact:hover {
    background-color: transparent;
    box-shadow: 0 0 0 1.5px #274dbbcf;
}

    .btn_contact:hover span {
        color: #274dbbcf;
    }

.btn_contact:active {
    background-color: #0d0c0d;
    box-shadow: unset;
}

    .btn_contact:active span {
        color: #506fc8;
    }

.section_banner .banner-layers.container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .container, .banner .row {
    max-width: 1440px;
}

.banner-layers {
    max-height: 100%;
    height: 100%;
    position: relative;
}

.banner {
    padding-top: 802.85px;
    width: 100%;
    max-width: 100%;
    flex: unset;
    overflow: hidden;
    position: relative;
}

.section_banner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.section_banner .slick-dots {
    bottom: 40px !important;
}

    .section_banner .slick-dots li {
        width: 60px !important;
        height: 2px !important;
        border-radius: 4px !important;
        border: 2px solid #939393;
    }

        .section_banner .slick-dots li.slick-active {
            background-color: #506fc8 !important;
            border-radius: 4px !important;
            border: 2px solid #506fc8;
        }

.section_banner .slider:not(.flickity-enabled) > * {
    display: block !important;
}

.section_banner .slick-dots li button:before {
    display: none;
}

.section_banner .slick-dots li button {
    width: 60px;
}

.section_banner .col_box {
    padding: unset;
    position: absolute;
    bottom: 61px;
    right: 2%;
    max-width: 349px;
}

    .section_banner .col_box .txt_box p {
        font-size: 13px;
        margin: unset;
        color: #5e5c5c;
    }

    .section_banner .col_box .txt_box h4 {
        font-weight: 700;
        color: var(--black);
        font-size: 15px;
        text-transform: uppercase;
        margin: unset;
    }

    .section_banner .col_box .col_item_box {
        padding: unset;
        padding-left: 8px;
    }

    .section_banner .col_box .btn_box {
        background-color: unset !important;
        justify-content: center;
        display: flex;
        width: 30px;
        border-radius: 50% !important;
        height: 30px;
        border-color: rgb(48, 48, 48) !important;
        min-height: unset !important;
    }

        .section_banner .col_box .btn_box i {
            display: flex;
            margin: unset;
            color: #000;
            align-items: center;
            top: 1px;
        }

    .section_banner .col_box .col_btn_box {
        padding: unset;
        right: -11px;
        top: 56px;
    }

.section_banner .row_box {
    display: unset;
}

.section_banner .col_box .col_img_box {
    top: -22px;
    display: flex;
    padding-right: 7px;
}

.section_banner .col_box .col_messge_box {
    border-radius: 5px !important;
    padding: unset !important;
    height: 145px;
    padding: 15px !important;
    background-color: #fff;
}

.section_banner {
    position: relative;
}

.banner-bg {
    overflow: hidden;
}

.bg-loaded {
    opacity: 1;
}



.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.bg-loaded {
    opacity: 1;
}

.video-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center center;';
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity .6s, -webkit-transform .3s;
    transition: opacity .6s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s, -webkit-transform .3s;
    pointer-events: none;
}

.section_banner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.dark, .dark p, .dark td {
    color: #f1f1f1;
}

.text-left {
    text-align: left;
}

.text-box {
    max-height: 100%;
}

    .text-box .text-box-content {
        position: relative;
        z-index: 10;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.banner-layers > * {
    position: absolute !important;
}

.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_contact {
    margin: unset;
    padding: 5px 26px 5px 26px;
    background-color: #506fc8;
    border-radius: 8px;
    margin-top: 40px !important;
    border: unset;
}


.fadeInUp {
    opacity: 0;
    transition: all 1.6s;
    transform: translate(0, 50px);
}

    .fadeInUp.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

@keyframes fadeInUp {
    from {
        transform: translate3d(0,70px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,70px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1.6s;
    animation-fill-mode: both;
}

.animatedFadeIn {
    opacity: 0
}

.fadeIn {
    opacity: 0;
    animation-name: fadeInUp;
}
/*header*/
#logo {
    display: none;
}

.c-animation {
    width: 190px;
    height: 40px;
}

.html_nav_position_text_top a:before {
    display: none;
}

.header-main {
    background-color: var(--yellow);
}

    .header-main .header-inner {
        padding: unset;
    }

    .header-main ul.header-nav.header-nav-main.nav.nav-right.nav-line-bottom a {
        color: var(--black);
        font-family: 'Open Sans',sans-serif !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-transform: none;
    }

        .header-main ul.header-nav.header-nav-main.nav.nav-right.nav-line-bottom a:hover {
            color: #fff;
        }

        .header-main ul.header-nav.header-nav-main.nav.nav-right.nav-line-bottom a:before {
            display: none;
        }

ul.header-nav.header-nav-main.nav.nav-right.nav-line-bottom p img {
    margin-right: 8px;
}

.header-main ul.header-nav.header-nav-main.nav.nav-right .header-divider {
    height: 12px;
    border-left: 1px solid #0d0c0d;
    margin: 0px 5px;
}

#wide-nav {
    background-color: var(--black);
}

    #wide-nav .flex-row {
        padding: unset;
    }

    #wide-nav.header-bottom ul.header-nav li a.nav-top-link {
        font-size: 20px;
        font-weight: 500;
        line-height: 150%;
        color: var(--white);
        padding: unset;
    }

        #wide-nav.header-bottom ul.header-nav li a.nav-top-link:before {
            display: none;
        }

    #wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li {
        margin: 0 40px;
        line-height: 61px;
    }

    #wide-nav .header-search-dropdown i {
        font-size: 21px;
        color: #fafafa;
    }

    #wide-nav .header-search-dropdown a {
        padding: unset;
    }

    #wide-nav .header-search .icon {
        height: unset !important;
        width: unset !important;
        border-radius: unset !important;
    }

    #wide-nav .btn_search_menu {
        margin: unset;
        background-color: transparent;
        border: unset;
        padding: unset;
    }

    #wide-nav .header-language-dropdown:hover ul li a {
        color: #000;
    }

    #wide-nav .header-language-dropdown {
        margin-left: 17px;
    }

        #wide-nav .header-language-dropdown a .image-icon {
            margin-left: 8px;
            margin-right: 8px;
        }

            #wide-nav .header-language-dropdown a .image-icon img {
                width: 28px;
                height: 20px;
            }

        #wide-nav .header-language-dropdown .icon-angle-down {
            font-size: 25px;
            opacity: unset;
            color: var(--white);
            display: none;
        }

.header-bottom ul.header-nav li a.nav-top-link:hover::after {
    width: 100%;
}

.header-bottom ul.header-nav li a.nav-top-link::after {
    content: '';
    top: 57px;
    left: 0;
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #274dbbcf;
    transition: 0.4s;
}

.header-bottom ul.header-nav li.header-language-dropdown a:hover::before {
    background-color: unset;
}

#wide-nav.header-bottom ul.header-nav li.active a.nav-top-link::after,
#wide-nav.header-bottom ul.header-nav li.current-page-ancestor a.nav-top-link::after {
    content: '';
    top: 57px;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #274dbbcf;
    transition: 0.4s;
}

.modal {
    background: rgba(0, 0, 0, 0.8) !important;
    top: 148px !important;
}

.section_menu_search {
    border-radius: var(--Radius-Radius_16, 16px);
    background: var(--Color-Background, #FFF);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
    width: 1474px;
    margin: auto;
    padding: 40px;
}

    .section_menu_search input {
        border-radius: 8px !important;
        border: 2px solid #274dbbcf !important;
        background: #FFF !important;
        box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08) !important;
        padding: 12px 47px !important;
        height: 56px;
        color: var(--Color-Basic-Color-Gray_subtext, #939393);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_menu_search .title p {
        color: #0D0C0D;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .section_menu_search .col_title_keywords {
        padding: 20px 12px;
    }

    .section_menu_search .list_item {
        display: flex;
        padding-top: 16px;
    }

        .section_menu_search .list_item li {
            border-radius: var(--Radius-Radius_16, 16px);
            border: 1px solid rgba(147, 147, 147, 0.50);
            padding: 10px 16px;
            display: flex;
            align-items: center;
        }

        .section_menu_search .list_item li {
            margin: 0px 8px;
        }

            .section_menu_search .list_item li:first-child {
                margin-left: unset;
            }

            .section_menu_search .list_item li a {
                color: #939393;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
            }

    .section_menu_search .list_item_ex {
        padding-top: 16px;
    }

    .section_menu_search .item .card-overlay {
        position: absolute;
        bottom: 52px;
        margin-left: 13px;
    }

        .section_menu_search .item .card-overlay h5 {
            color: #FAFAFA;
            text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.35);
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
        }
/*footer*/
#footer .section_footer {
    padding: 80px 0px 60px 0px;
    background-color: var(--black);
}

#footer .absolute-footer {
    background-color: var(--black);
    padding: 16px 0px 16px 0px;
    border-top: 0.1px solid rgb(184 214 223 / 20%);
}

    #footer .absolute-footer .container.clearfix {
        display: flex;
        justify-content: center;
    }

#footer .copyright-footer,
#footer .copyright-footer a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex: auto;
}

#footer .text_footer_absolute {
    display: flex;
}

#footer .copyright-footer a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    margin-right: 20px;
}

#footer p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FAFAFA;
    margin-bottom: 12px;
    width: max-content;
}

#footer .col_add_footer p {
    width: 57%;
}

#footer h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
    width: max-content;
    display: inline-block;
}

    #footer h3 a {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
    }

    #footer h3:hover::after {
        transform: scaleX(1);
    }

    #footer h3::after {
        content: '';
        border-bottom: solid 2px #274dbbcf;
        transform: scaleX(0);
        transition: transform 0.4s ease-in-out;
        display: block;
    }

    #footer h3.fromLeft:after {
        transform-origin: 0% 50%;
    }

#footer .col_img_footer {
    padding: 0px 0px 26px 0px;
}
/* #footer .col_txt_footer{
    padding: 0px 0px 26px 0px;
} */
#footer .col_add_footer {
    padding: 0px;
}

#footer .img_footer img {
    width: 187px;
    height: 38px;
}

#footer .col_footer_2 {
    padding-top: 0px !important;
}

    #footer .col_footer_2 p a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #939393;
        margin-bottom: 26px;
    }

    #footer .col_footer_2 p:hover a {
        color: #274dbbcf;
    }

    #footer .col_footer_2 p:hover::after {
        transform: scaleX(1);
    }

    #footer .col_footer_2 p::after {
        content: '';
        content: '';
        border-bottom: solid 2px #274dbbcf;
        transform: scaleX(0);
        transition: transform 0.4s ease-in-out;
        display: block;
    }

    #footer .col_footer_2 p.text_p:after {
        transform-origin: 0% 50%;
    }

    #footer .col_footer_2 p {
        margin-bottom: 22px;
    }
/* #footer .title_footer_text{
    color:  #939393;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
} */
#footer .icon_social {
    display: flex;
}

    #footer .icon_social .icon_fb {
        margin-right: 16px;
    }

        #footer .icon_social .icon_fb:hover,
        #footer .icon_social .icon_ins:hover {
            border-radius: 7px;
            background: #274dbbcf;
        }
/**/
#footer #button_top {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #939393;
    border-radius: 15px;
}

    #footer #button_top::after {
        content: "\f106";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #939393;
    }

    #footer #button_top:hover {
        cursor: pointer;
        background-color: #274dbbcf;
    }

    #footer #button_top:active {
        background-color: #555;
    }

    #footer #button_top.show {
        opacity: 1;
        visibility: visible;
    }
/*page home*/
/*banner*/
/*section banner*/
.section_banner .txt_title_banner .txt_subtitle p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 8px;
    margin: unset;
}

    .section_banner .txt_title_banner .txt_subtitle p::before {
        content: "";
        position: absolute;
        height: 24px;
        width: 2px;
        background-color: #fafafa;
        border-radius: 4px;
        left: 0%;
        top: 5px;
    }

.section_banner .col_text_banner_home {
    text-align: center;
}

.section_banner .text_baner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.btn_contact span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none !important;
    color: white;
}

.btn_contact {
    margin: unset;
    padding: 5px 26px 5px 26px;
    background-color: #274dbbcf;
    border-radius: 8px;
    margin-top: 40px !important;
    border: unset;
}

.section_banner h3 {
    margin: unset;
    color: #fafafa;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 66px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}

    .section_banner h3 span {
        color: #274dbbcf;
    }

.section_banner .col_text_banner_home p {
    color: #fff;
    margin-bottom: unset;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
    width: 54%;
    margin: auto;
}

.btn_contact:hover {
    background-color: transparent;
    box-shadow: 0 0 0 1.5px #274dbbcf;
}

    .btn_contact:hover span {
        color: #274dbbcf;
    }

.btn_contact:active {
    background-color: #0d0c0d;
    box-shadow: unset;
}

    .btn_contact:active span {
        color: #274dbbcf;
    }

.section_banner .banner-layers.container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    padding-top: 802.85px;
}

.section_banner .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.section_banner .slick-dots {
    bottom: 40px !important;
}

    .section_banner .slick-dots li {
        width: 60px !important;
        height: 2px !important;
        border-radius: 4px !important;
        border: 2px solid #939393;
    }

        .section_banner .slick-dots li.slick-active {
            background-color: #274dbbcf !important;
            border-radius: 4px !important;
            border: 2px solid #274dbbcf;
        }

.section_banner .slider:not(.flickity-enabled) > * {
    display: block !important;
}

.section_banner .slick-dots li button:before {
    display: none;
}

.section_banner .slick-dots li button {
    width: 60px;
}

.section_banner .col_box {
    padding: unset;
    position: absolute;
    bottom: 61px;
    right: 2%;
    max-width: 349px;
}

    .section_banner .col_box .txt_box p {
        font-size: 13px;
        margin: unset;
        color: #5e5c5c;
    }

    .section_banner .col_box .txt_box h4 {
        font-weight: 700;
        color: var(--black);
        font-size: 15px;
        text-transform: uppercase;
        margin: unset;
    }

    .section_banner .col_box .col_item_box {
        padding: unset;
        padding-left: 8px;
    }

    .section_banner .col_box .btn_box {
        background-color: unset !important;
        justify-content: center;
        display: flex;
        width: 30px;
        border-radius: 50% !important;
        height: 30px;
        border-color: rgb(48, 48, 48) !important;
        min-height: unset !important;
    }

        .section_banner .col_box .btn_box i {
            display: flex;
            margin: unset;
            color: #000;
            align-items: center;
            top: 1px;
        }

    .section_banner .col_box .col_btn_box {
        padding: unset;
        right: -11px;
        top: 56px;
    }

.section_banner .row_box {
    display: unset;
}

.section_banner .col_box .col_img_box {
    top: -22px;
    display: flex;
    padding-right: 7px;
}

.section_banner .col_box .col_messge_box {
    border-radius: 5px !important;
    padding: unset !important;
    height: 145px;
    padding: 15px !important;
    background-color: #fff;
}
/*section 2*/
.col_title_layout {
    padding-left: unset;
    text-align: center;
    padding-bottom: 40px;
}

.txt_title {
    display: flex;
    justify-content: center;
}

.col_title_layout .top_title {
    background-color: #ffeba0;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 2px 12px 2px 12px;
    border-radius: 150px;
}

.txt_content {
    display: flex;
    justify-content: center;
}

    .txt_content h3 {
        font-weight: 700;
        text-transform: uppercase;
        color: #0c0d0d;
        /* width: 35%; */
        padding-top: 8px;
        margin-bottom: 16px;
        padding-top: unset;
        font-size: 40px;
        font-style: normal;
        line-height: 110%; /* 44px */
        letter-spacing: -0.4px;
    }

        .txt_content h3 span {
            color: #274dbbcf;
        }

.sub_title {
    width: 54%;
    margin-bottom: unset;
    color: #3D3C3C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.text_content {
    display: flex;
    justify-content: center;
}

    .text_content p {
        color: #3D3C3C;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
    }

.slick-dotted.slick-slider {
    margin-bottom: unset !important;
}
/*end section 2*/
/*section service new*/
.section_service .col_list_service:nth-child(4),
.section_service .col_list_service:first-child {
    padding-left: unset;
}

.section_service .col_list_service:nth-child(3),
.section_service .col_list_service:last-child {
    padding-right: unset;
}

.section_service .col_list_service {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

    .section_service .col_list_service img {
        width: 60px;
        height: 60px;
    }

    .section_service .col_list_service .col-inner {
        border: 1px solid rgba(147, 147, 147, 0.58);
        border-radius: 16px;
        display: block;
        position: relative;
    }

    .section_service .col_list_service .box-image a {
        padding-top: 60px;
    }

    .section_service .col_list_service .col-inner .box {
        position: relative;
        z-index: 9999;
    }

    .section_service .col_list_service .col-inner:hover {
        border: 1px solid transparent;
    }

    .section_service .col_list_service .col-inner:after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        transition: 0.4s ease-in;
        border-radius: 16px;
    }

    .section_service .col_list_service .col-inner:hover:after {
        border: 2px solid #274dbbcf;
        -webkit-transform-origin: 100% 100%;
        border-radius: 16px;
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
        transition: 0.4s ease-in;
    }

    .section_service .col_list_service .title h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 48px;
        color: #0c0d0d;
        padding-top: 20px;
        margin: unset;
        letter-spacing: -0.32px;
        padding-bottom: 12px;
        width: 100%;
    }

    .section_service .col_list_service .col-inner:hover h3 {
        color: #B59722;
        transition: all 0.8s ease-in;
    }

    .section_service .col_list_service .col-inner:hover img {
        filter: brightness(1);
    }

    .section_service .col_list_service .content_service p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #939393;
        margin: unset;
        margin: auto;
        height: 72px;
        width: 90% !important;
    }

.section_service .txt_content h3 {
    width: 100%;
}

.section_service .col_list_service a {
    text-align: center;
    z-index: 9999;
    position: relative;
    padding: 60px 0px;
    display: block;
}

.section_service .col_list_service .box-text {
    padding: unset;
}
/**/
/*section provide*/
.section_provide {
    padding-top: 202px !important;
    background-image: url(../images/fixA0.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: contain;
    margin-top: 80px;
    margin-bottom: 253px;
}

    .section_provide .txt_title,
    .section_provide .txt_content {
        display: unset;
        justify-content: unset;
    }

        .section_provide .txt_content h3 {
            width: unset;
            text-align: left;
        }

    .section_provide .sub_title {
        width: 100%;
        padding-bottom: 25px;
        text-align: left;
    }

    .section_provide .row_content_provide {
        background: #F4F4F4;
        border-radius: 16px;
        height: 567px;
        filter: drop-shadow(0px 4px 44.6px rgba(0, 0, 0, 0.12));
        height: unset;
    }

    .section_provide .list-item {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        color: #1c1f35;
        padding-bottom: 22px;
        display: flex;
        align-items: center;
        width: max-content;
    }

        .section_provide .list-item p {
            margin-bottom: unset !important;
        }

            .section_provide .list-item p:after {
                content: '';
                border-bottom: solid 2px #274dbbcf;
                transform: scaleX(0);
                transition: transform 0.4s ease-in-out;
                display: block;
            }

            .section_provide .list-item p:hover:after {
                transform: scaleX(1);
            }

            .section_provide .list-item p.txt_core:after {
                transform-origin: 0% 50%;
            }

        .section_provide .list-item img {
            margin: 0px 15px 0px 0px;
        }

    .section_provide .col_title_layout .col-inner {
        padding: 80px 0px 0px 80px;
    }

    .section_provide .col_img_provide {
        background-image: url(../images/fixA1.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 156px;
        background-position: 100% 100%;
        height: 339px;
        right: 20px;
        position: absolute;
        border-radius: 20px;
    }
/*section service*/
.section_service {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

    .section_service .txt_content span {
        color: #274dbbcf;
    }
/*section year*/
.section_year {
    background: #212A50;
    padding-top: 80px !important;
    /* padding-bottom: 249px !important; */
}

    .section_year .row_number h2 {
        font-size: 60px;
        /*  color: #274dbbcf;*/
        color: white;
        margin: unset;
        font-weight: 700;
        line-height: 90px;
    }

    .section_year .row_number p {
        font-size: 19px;
        color: #fafafa;
        font-weight: 400;
        line-height: 30px;
    }

    .section_year .txt_gap .count-me:after {
        content: "+";
    }

    .section_year .col_employees:nth-of-type(4) .count-me::after {
        content: "%+";
    }

    .section_year .col_title_excellency {
        padding-bottom: 40px !important;
    }

    .section_year .txt_content h3 {
        color: #fafafa;
        margin-bottom: 12px;
        width: 41%;
    }

    .section_year .row_number {
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/mapbase-1.png);
        background-repeat: no-repeat;
        height: 450px;
        display: flex;
        justify-content: space-around;
        background-position: center;
        padding-top: 73px;
        text-align: center;
    }

    .section_year .col_img_goal {
        padding: unset;
        overflow: hidden;
        padding-top: 97px;
    }
    /* .section_year .row_img_goal{
        position: absolute;
        bottom: -249px;
        align-items: center;
        justify-content: center;
        text-align: center;
        left: 80px;
    } */
    .section_year .sub_title {
        color: #FCFCFC;
        /* text-align: center; */
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }

    .section_year .row_img_goal {
        position: unset !important;
        margin-top: -142px;
        text-align: center;
    }

.section_year {
    padding-bottom: unset !important;
}

#rotatorWrapper h1 span,
#rotatorWrapper h1 {
    font-size: 12px !important;
}
/*end section year*/
.section_values {
    padding-top: 160px !important;
    background: #FFFDF6;
}

    .section_values .txt_content h3 {
        width: 100%;
    }

        .section_values .txt_content h3 span {
            color: #274dbbcf;
        }

    .section_values .text_content {
        justify-content: unset;
    }

    .section_values .img_vision img {
        width: 72px;
        border: 1px solid #ffeba0;
        border-radius: 12px;
    }

    .section_values h5 {
        color: #0D0C0D;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 14px;
        /* width: max-content; */
        display: block;
        height: auto;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_values .text_content p {
        color: #3D3C3C;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .section_values .col_item p {
        color: #072125;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        height: 96px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_values .col_list_item {
        padding-bottom: 45px;
    }

        .section_values .col_list_item h5:hover::after {
            transform: scaleX(1);
        }

        .section_values .col_list_item h5::after {
            display: block;
            content: '';
            border-bottom: solid 2px #274dbbcf;
            transform: scaleX(0);
            transition: transform 0.4s ease-in-out;
        }

    .section_values h5.text_h5:after {
        transform-origin: 0% 50%;
    }

    .section_values .txt_content {
        justify-content: unset;
    }

    .section_values .col_item {
        padding-left: 0px;
        padding-right: 20px;
    }

        .section_values .col_item:last-child {
            padding-left: 20px;
            padding-right: 0px;
        }
/*section future*/
.section_video {
    padding-top: 80px !important;
    padding-bottom: 160px !important;
    background: #FFFDF6;
}

    .section_video .col_content_video {
        display: flex;
        justify-content: center;
        padding-bottom: unset;
    }

        .section_video .col_content_video iframe {
            border-radius: 16px;
        }

.gsap-marker-end {
    display: none !important;
}

.gsap-marker-start {
    display: none !important;
}

.gsap-marker-scroller-end {
    display: none !important;
}

.gsap-marker-scroller-start {
    display: none !important;
}

.section_video .col_content_video video {
    border-radius: 16px;
    background-color: #000;
    margin: auto;
}
/**/
/*client*/
.section_client {
    padding-top: 160px !important;
    padding-bottom: 80px !important;
}

    .section_client .text_content p {
        width: 82%;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #072125;
        padding-top: 8px;
    }

    .section_client .img_client {
        filter: grayscale(1);
        transition: 1s;
    }

        .section_client .img_client:hover {
            filter: grayscale(0);
            transform: translatey(-1px);
        }

    .section_client .col_title_layout {
        padding-bottom: 80px;
    }
/**/
.marquee-logo img {
    width: 191px;
    height: 89px;
    filter: grayscale(1);
}

/** */
/*end page home*/
/*menu*/
#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li .icon-angle-down {
    display: none;
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li.current-dropdown .sub-menu {
    width: 944px;
    left: -299.703px !important;
    top: 72px !important;
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li#menu-item-1441.current-dropdown .sub-menu {
    width: 425px;
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li#menu-item-336.current-dropdown .sub-menu {
    left: -378.703px !important;
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li.current-dropdown .sub-menu .row {
    margin: unset;
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li .sub-menu {
    border-radius: 16px;
    /* margin-top: 12px; */
    border: unset;
    background: #F2F4F5;
    box-shadow: 0px 0px 62.7px 0px rgba(91, 91, 91, 0.45);
}

#wide-nav.header-bottom ul.nav.header-nav.header-bottom-nav.nav-left li#menu-item-1441.current-dropdown .sub-menu {
    top: 59.5px;
    margin-left: -173.667px !important;
    left: unset !important;
}

.section_menu_services {
    padding: 40px 40px 0px 40px !important;
}

    .section_menu_services h2 {
        color: #0E0E0E;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 8px;
        margin-top: unset;
    }

    .section_menu_services p {
        color: #0E0E0E;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_menu_services .col_title_menu {
        padding: 0px 0px 0px 0px;
    }

        .section_menu_services .col_title_menu h2 {
            margin-bottom: unset;
        }

    .section_menu_services .col_item_content {
        padding: unset;
        margin-top: 12px;
    }

    .section_menu_services .col_list_content_2 {
        padding-left: 40px !important;
        padding-right: 28px !important;
    }

    .section_menu_services .col_list_content {
        padding-right: 10px;
    }

    .section_menu_services .col_item_content .imgbox_services .box-image a {
        top: -25px;
        position: relative;
    }

    .section_menu_services .col_item_content .imgbox_services {
        margin: unset;
    }

    .section_menu_services .col_item_content .box-text.text-left .box-text-inner p::after {
        content: '';
        left: 16px;
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #274dbbcf;
        transition: 0.4s;
        top: 90px;
    }

    .section_menu_services .col_item_content .imgbox_services:hover .box-text-inner p::after {
        width: 91%;
    }

    .section_menu_services .col_item_content .imgbox_services:hover a h2 {
        color: #b59722;
    }

    .section_menu_services .col_item_content .box-text {
        padding: 0px 0px 0px 16px;
    }

    .section_menu_services .col_item_content p {
        margin-top: unset;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 48px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .section_menu_services .col_content {
        padding: unset;
    }

    .section_menu_services .bottom_devided {
        border-radius: var(--Radius-Radius_24, 24px);
        background: linear-gradient(270deg, rgba(255, 212, 48, 0.00) 0%, #FFCF18 50.24%, rgba(255, 212, 48, 0.00) 102.53%);
        height: 8px;
    }

    .section_menu_services .col_border {
        padding-bottom: unset;
    }
/*image motion*/
@keyframes circle {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes inner-circle {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes inner-circle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#dataKeyGraphic {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    height: 290px;
}

#circle {
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    position: absolute;
    width: 661px;
    height: 624px;
}

#rotatorWrapper {
    margin: 0 auto;
    position: relative;
    top: 10px;
}

#rotator {
    -moz-animation: circle 25s linear infinite;
    -o-animation: circle 25s linear infinite;
    -webkit-animation: circle 25s linear infinite;
    animation: circle 25s linear infinite;
    font-size: 10px;
    height: 624px;
    line-height: 1;
    margin: 0 auto;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    border-radius: 55%;
}

    #rotator > div {
        cursor: pointer;
        animation: inner-circle 25s linear infinite;
    }

        #rotator > div > img {
            display: block;
            margin: 0 auto;
        }

            #rotator > div > img:focus {
                -webkit-filter: opacity(0.5);
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

        #rotator > div#drinkIcon img,
        #rotator > div#clockIcon img,
        #rotator > div#moneyIcon2 img,
        #rotator > div#percentIcon img {
            margin: 4px auto 0;
        }

        #rotator > div#drinkIcon img,
        #rotator > div#clockIcon img,
        #rotator > div#peopleIcon img,
        #rotator > div#foodIcon img {
            width: 70px;
            height: 70px;
        }

        #rotator > div#peopleIcon img,
        #rotator > div#calculatorIcon img {
            margin: 8px auto 0;
        }

        #rotator > div#moneyIcon img {
            margin: 10px auto 0;
        }

.icon {
    border-radius: 50%;
    /* height: 56px;
      width: 56px; */

    width: 70px;
    height: 70px;
}

h1 {
    color: #FAFAFA;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26%;
    transform: translate(-50%, -50%);
}

#rotatorWrapper h1 span {
    color: #FCFCFC;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#rotator > div#foodI1 {
    left: 625px !important;
    /* top: 351px !important; */

    top: 327px !important;
}

#rotator > div#foodI2 {
    left: 472.537px !important;
    top: 568.371px !important;
}

#rotator > div#foodI3 {
    left: 123.963px !important;
    top: 562.595px !important;
}

#rotator > div#foodI4 {
    left: 48.963px !important;
    top: 65.4047px !important;
}

#rotator > div#foodI5 {
    left: 257.537px !important;
    top: -102.3715px !important;
    width: 192px;
    height: 192px;
}

#rotator > div#foodI6 {
    left: 575.701px !important;
    top: 99.0894px !important;
}

#rotator > div#foodI7 {
    left: -25.59px !important;
    top: 347.8833px !important;
}
/*page leadership*/
.section_banner_leadership .breadcumb p {
    color: #FAFAFA;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: unset;
}

.section_banner_leadership .txt_title h2 {
    color: #FAFAFA;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.6px;
    margin: 20px 0px 0px 0px !important;
}

    .section_banner_leadership .txt_title h2 span {
        color: #274dbbcf;
    }

.section_banner_leadership .text_content p {
    color: #FAFAFA;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section_banner_leadership .text_box_banner {
    top: 192px;
}

.section_management_team {
    padding-top: 160px !important;
}

    .section_management_team .img_leadership {
        text-align: center;
    }

        .section_management_team .img_leadership img {
            width: 200px;
        }

    .section_management_team .row_list_leadership {
        padding-top: 29px;
    }

        .section_management_team .row_list_leadership .col_image_leadership {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

            .section_management_team .row_list_leadership .col_image_leadership:first-child {
                padding-left: unset !important;
            }

            .section_management_team .row_list_leadership .col_image_leadership:last-child {
                padding-right: unset !important;
            }

    .section_management_team .txt_name_ceo h3 {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        padding-top: 4px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .section_management_team .txt_name_ceo p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-transform: none;
    }
/**sectĂ´n cta */
.section_CTA {
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/01/Image-2.png);
    height: 581px;
    margin-top: 80px;
    display: flex;
    align-items: center;
}

    .section_CTA .col_content_cta {
        text-align: center;
        padding-bottom: 0px;
    }

        .section_CTA .col_content_cta h3 {
            color: #FAFAFA;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 110%;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

            .section_CTA .col_content_cta h3 span {
                color: #274dbbcf;
            }

        .section_CTA .col_content_cta p {
            color: #FAFAFA;
            text-align: center;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%;
            margin-bottom: 40px;
        }

    .section_CTA .btn_contact {
        margin: unset;
        padding: 5px 26px 5px 26px;
        background-color: #274dbbcf;
        border-radius: 8px;
        margin-top: 0px !important;
        border: unset;
    }

        .section_CTA .btn_contact span {
            color: #0D0C0D;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 24px */
            text-transform: uppercase !important;
        }

        .section_CTA .btn_contact:hover {
            background-color: transparent;
            box-shadow: 0 0 0 1.5px #274dbbcf !important;
        }

            .section_CTA .btn_contact:hover span {
                color: #274dbbcf;
            }

        .section_CTA .btn_contact:active {
            background-color: #0d0c0d;
            box-shadow: unset !important;
        }

            .section_CTA .btn_contact:active span {
                color: #274dbbcf;
            }
/*page insight*/
.section_banner_child .txt_subtitle p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin: unset;
    color: #274dbbcf;
    text-align: left;
    padding-left: 8px;
}

.section_banner_child .text h3 {
    color: #274dbbcf;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section_banner_child .txt_subtitle p:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 2px;
    background-color: #274dbbcf;
    border-radius: 4px;
    left: 0%;
    top: 5px;
}

.section_banner_child .overlay {
    background: linear-gradient(91deg, #232323 -1.25%, rgba(0, 0, 0, 0.00) 91.18%) !important;
}

.section_banner_child .banner {
    background-color: unset;
}

.section_newletter {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.section_newletter_page input {
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08) !important;
    padding: 12px 32px;
    height: 56px;
    padding-left: 68px;
}

.section_newletter_page .flex-col:last-of-type {
    order: 1;
    position: absolute;
    left: 57px;
    top: 0px;
    display: flex;
    align-items: center;
}

.section_newletter .txt_content,
.section_blog .txt_content {
    justify-content: left;
}

.section_newletter .txt_title,
.section_blog .txt_title {
    justify-content: left;
}

    .section_newletter .txt_title h5,
    .section_blog .txt_title h5 {
        width: unset;
    }

.col_btn_view {
    padding: unset;
}

.btn_view {
    margin: unset;
    position: absolute;
    display: block;
    right: 30px;
}

    .btn_view span {
        color: #274dbbcf;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-decoration-line: underline;
    }

    .btn_view::before {
        display: none;
    }

.section_newletter ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left,
.section_blog ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left,
.section_news ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left {
    position: unset;
}

.tab_content_insight ul li a {
    color: var(--Color-Basic-Color-Gray_subtext, #939393);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.tab_content_insight ul li.active a {
    color: #274dbbcf;
    font-weight: 700;
}

.tab_content_insight ul li {
    margin-right: 20px;
}

.box-blog-post h5.post-title {
    color: #0D0C0D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin-top: 20px;
    margin-bottom: 10px;
}

.box-blog-post .post-meta {
    color: #0D0C0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .box-blog-post .post-meta span {
        color: #B59722;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

.box-blog-post .is-divider {
    display: none;
}

.box-image {
    border-radius: 4px;
}

.from_the_blog_excerpt {
    color: #939393;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #939393;
}

.has-shadow > .col > .col-inner {
    box-shadow: unset;
}

.blog_post_insight button {
    margin-top: 40px !important;
    border-radius: 8px;
    background: #274dbbcf !important;
    border: unset !important;
    padding: 5px 26px 5px 26px;
    color: #0D0C0D;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-transform: none;
}

    .blog_post_insight button:hover {
        background-color: transparent !important;
        box-shadow: 0 0 0 1.5px #274dbbcf !important;
        color: #274dbbcf !important;
        border: unset !important;
    }

    .blog_post_insight button:active {
        background-color: #0d0c0d !important;
        box-shadow: unset !important;
        color: #274dbbcf !important;
        border: unset !important;
    }

.section_content_blog .button {
    text-transform: uppercase !important;
}

.section_blog .box-image {
    height: 280px;
}

.section_blog .image-zoom.image-cover {
    padding-top: 85% !important;
}

.section_blog a.plain:after,
.section_blog_browse a.plain:after {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/Group-89.png);
    position: absolute;
    width: 60px;
    height: 60px;
}

.section_blog a.plain:hover:after,
.section_blog_browse a.plain:hover:after {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/Group-89-2.png);
    position: absolute;
    width: 60px;
    height: 60px;
}

.section_blog_browse input {
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08) !important;
    padding: 12px 32px;
    height: 56px;
    padding-left: 68px;
}

.section_blog_browse .flex-col:last-of-type {
    order: 1;
    position: absolute;
    left: 57px;
    top: 0px;
    display: flex;
    align-items: center;
}

.section_blog .tab_content_insight .box-blog-post h5.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section_newletter .blog_post_insight .box-text {
    padding: 24px 0px 0px 0px;
}

.section_newletter .col_2_newletter .box-text {
    padding-top: unset;
}

.section_newletter .col_2_newletter .post-item {
    padding-bottom: 40px;
}
/*page contact*/
.section_contact_us {
    padding-top: 80px !important;
}

    .section_contact_us .txt_content h3 {
        width: unset;
    }

    .section_contact_us .img_contact_us img {
        width: 80px;
    }

    .section_contact_us .img_contact_us {
        margin-bottom: 8px !important;
    }

    .section_contact_us .txt_tile_item {
        display: flex;
        justify-content: center;
    }

        .section_contact_us .txt_tile_item p {
            color: #0D0C0D;
            text-align: center;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            border-bottom: 2px solid #274dbbcf;
            width: max-content;
            margin-bottom: 8px;
        }

    .section_contact_us .txt_number_contact p {
        color: #0D0C0D;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .section_contact_us .col_item {
        text-align: center;
    }

.section_form {
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/shape-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 80px !important;
    padding-bottom: 140px !important;
}

    .section_form .col_contact {
        border-radius: 16px;
        background: #FFF;
        box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.20);
        padding: 40px;
    }

    .section_form .txt_content h3 {
        color: #0D0C0D;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        width: unset;
    }

    .section_form .sub_text p {
        color: #939393;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 40px;
    }

    .section_form .item-form input,
    .section_form .item-form textarea,
    .section_form .item-form select {
        border-radius: var(--Radius-Radius_4, 4px);
        border: 1px solid rgba(155, 155, 155, 0.25);
        padding: 18px 13px;
        height: 57px;
        box-shadow: unset;
        color: #939393;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_form .item-form .flex-col {
        padding-bottom: 20px;
        ;
    }

    .section_form .wpcf7-list-item input {
        height: unset;
    }

    .section_form .wpcf7-list-item-label {
        color: #939393;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_form .wpcf7-list-item label {
        display: flex;
        align-items: baseline;
    }

        .section_form .wpcf7-list-item label span {
            order: 2;
        }

        .section_form .wpcf7-list-item label input {
            order: 1;
        }

        .section_form .wpcf7-list-item label span a {
            color: #939393;
            text-decoration: underline;
        }

    .section_form .button input {
        width: 100%;
        padding: 13px 16px;
        border: unset;
        border-radius: 8px;
        background: #274dbbcf;
        color: #0D0C0D !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        text-transform: none;
    }

        .section_form .button input:hover {
            color: #274dbbcf !important;
            background-color: transparent;
            box-shadow: 0 0 0 1.5px #274dbbcf;
        }

    .section_form .button {
        background-color: unset;
        border: unset;
    }

        .section_form .button p {
            height: 48px;
        }

        .section_form .button:hover {
            box-shadow: unset;
        }

        .section_form .button input:active {
            background-color: #0d0c0d;
            box-shadow: unset;
            color: #274dbbcf;
        }

.section_map p {
    margin-bottom: unset;
}

.section_form .dropdown_solution {
    height: 208px;
}
/*page newletter*/
.section_newletter_page {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

    .section_newletter_page .col_1 {
        padding-top: 40px;
    }

    .section_newletter_page .txt_content {
        justify-content: left;
    }
    /* .section_newletter_page .col_1 .box-text{
    vertical-align: top !important;
} */
    .section_newletter_page .col_1 .box-image img {
        border-radius: 4px;
    }

    .section_newletter_page a.plain:after {
        content: "";
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/Group-89.png);
        position: absolute;
        width: 60px;
        height: 60px;
    }

    .section_newletter_page a.plain:hover:after {
        content: "";
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/Group-89-2.png);
        position: absolute;
        width: 60px;
        height: 60px;
    }

    .section_newletter_page .post-item {
        padding-top: 70px;
    }

    .section_newletter_page .box-blog-post h5.post-title {
        overflow: hidden;
        text-overflow: ellipsis;
        /* height: 72px; */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* margin-top: unset; */
    }


/*page blog*/
.section_banner_blog:before {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/12/1920x380.png);
    width: 100%;
    position: absolute;
    height: 380px;
    opacity: 0.86;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_blog_browse {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

    .section_blog_browse .txt_content {
        justify-content: left;
    }

.section_blog .box-text {
    padding-left: unset;
}

.section_blog_browse .box-blog-post h5.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section_blog_browse .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section_blog_browse .post-item {
    padding-top: 70px;
}
/*page careers*/
.detail_careers_11 #detail_12, .detail_careers_11 #detail_43,
.detail_careers_12 #detail_11, .detail_careers_12 #detail_43,
.detail_careers_43 #detail_11, .detail_careers_43 #detail_12 {
    display: none;
}

.section_banner_career .txt_title_banner_career h2 {
    color: #fafafa;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-top: unset;
}

    .section_banner_career .txt_title_banner_career h2 span {
        color: #274dbbcf;
    }

.section_banner_career .search_careers input {
    border-radius: 8px;
    box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08);
    border: unset;
    margin-top: 40px;
    padding: 12px 32px;
    height: 56px;
    padding-left: 68px;
    color: #939393 !important;
}

.section_banner_career .search_careers .searchform {
    margin-bottom: unset;
}

.dark .form-flat input:not([type="submit"]) {
    background-color: #FFF !important;
}

.section_banner_career .search_careers .flex-col:last-of-type {
    order: 1;
    position: absolute;
    left: 32px;
    top: 39px;
}

.section_banner_career .icon_search_job {
    background-color: transparent;
    border: unset;
    box-shadow: unset;
    padding: unset;
}

.section_banner_career .search_careers .flex-col.flex-grow {
    order: 2;
}

.section_banner_career i.icon-search {
    color: #939393;
    font-size: 20px !important;
}

.section_banner_career input::placeholder {
    color: #939393 !important;
    opacity: 1;
    position: absolute;
    left: 68px;
    font-size: 16px;
    top: 15px;
}

.section_banner_career .btn_find {
    border-radius: 8px;
    background: #274dbbcf;
    display: flex;
    width: 150px;
    height: 56px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: unset;
}

    .section_banner_career .btn_find:hover {
        background-color: transparent !important;
        box-shadow: 0 0 0 1.5px #274dbbcf !important;
        border: unset !important;
    }

        .section_banner_career .btn_find:hover span {
            color: #274dbbcf !important;
        }

    .section_banner_career .btn_find span {
        color: #0D0C0D;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .section_banner_career .btn_find:active {
        background-color: #0d0c0d !important;
        box-shadow: unset !important;
        border: unset !important;
    }

        .section_banner_career .btn_find:active span {
            color: #274dbbcf !important;
        }

.section_banner_career .row_search {
    display: flex;
    align-items: end;
}

.section_banner_career .col_btn_find {
    padding-left: 12px;
}

.section_opportunities {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

    .section_opportunities .txt_content {
        justify-content: unset !important;
    }

    .section_opportunities .sub_content p {
        color: #3D3C3C;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 30px */
    }

    .section_opportunities .awsm-filter-items {
        justify-content: space-between;
    }

    .section_opportunities .awsm-selectric .label {
        color: #0D0C0D;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        height: 56px;
        padding: 12px 16px;
        width: 320px;
        margin-left: unset;
    }

    .section_opportunities .awsm-filter-item-search {
        align-items: center;
        display: flex;
    }

        .section_opportunities .awsm-filter-item-search .awsm-sr-only {
            color: var(--Color-Basic-Color-Black, #0D0C0D);
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%;
            position: unset;
            width: unset;
            height: unset;
        }

        .section_opportunities .awsm-filter-item-search input {
            display: none;
        }

        .section_opportunities .awsm-filter-item-search .awsm-job-search-icon-wrapper {
            display: none;
        }

    .section_opportunities .awsm-grid-right-col {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section_opportunities .awsm-job-item h2 {
        color: #0D0C0D;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .section_opportunities .awsm-job-specification-item.awsm-job-specification-job-address span {
        color: #939393;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_opportunities .awsm-job-specification-item.awsm-job-specification-job-address {
        padding-bottom: 20px;
    }

    .section_opportunities .awsm-job-specification-item.awsm-job-specification-job_update,
    .section_opportunities .awsm-job-specification-item.awsm-job-specification-job-expriy {
        color: #B59722;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding-bottom: 8px;
    }

    .section_opportunities .awsm-job-specification-item i {
        font-size: 20px;
        color: #274dbbcf;
        margin-right: 8px;
    }

    .section_opportunities .awsm-job-more-container .awsm-job-more span::before {
        display: none;
    }

    .section_opportunities .awsm-job-more {
        color: #B59722;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        border-radius: 8px;
        border: 1px solid #b59722;
        padding: 10px 16px;
    }

    .section_opportunities .awsm-grid-item .awsm-job-item {
        padding: 40px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 40px;
    }

        .section_opportunities .awsm-grid-item .awsm-job-item:hover {
            box-shadow: 0px 0px 0px 2px #274dbbcf;
            border: 1px solid #fff;
            transition: 0.4s ease-in;
        }

            .section_opportunities .awsm-grid-item .awsm-job-item:hover .awsm-job-more {
                background: #274dbbcf;
                color: #0d0c0d;
                border: unset;
            }

    .section_opportunities .awsm-grid-col-2 .awsm-grid-item {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    /* .section_opportunities .awsm-filter-wrap{
    margin-bottom: 80px;
} */
    .section_opportunities .awsm-job-listings {
        padding-top: 40px;
    }

    .section_opportunities .awsm-job-wrap h3 {
        color: #0D0C0D;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        /* top: 108px;
    left:0px; */
    }

    .section_opportunities .awsm-job-form-plugin-style .awsm-selectric {
        border-radius: 8px;
    }

    .section_opportunities .awsm-selectric .awsm-selectric-arrow-drop {
        display: none;
    }

    .section_opportunities .awsm-selectric::after {
        content: "";
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/03/chevron-left.png);
        width: 20px;
        height: 20px;
        position: absolute;
        left: 92%;
        top: 34%;
    }
/*page careers detail*/
.col_banner_career_detail {
    text-align: center;
    /* padding-top: 99px; */
    padding-bottom: unset;
}

    .col_banner_career_detail .text h2 {
        color: #fafafa;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.6px;
        width: 92%;
        margin: auto;
        padding: 20px 0px 20px 0px;
    }

        .col_banner_career_detail .text h2 span {
            color: #274dbbcf;
        }

    .col_banner_career_detail .breadcumb p {
        margin-top: unset;
        color: #FAFAFA;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: unset;
    }

    .col_banner_career_detail .title_sub p {
        color: #FAFAFA;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: unset;
    }

.awsm-job-container {
    max-width: unset !important;
    padding-top: 80px !important;
}

    .awsm-job-container .col_recent_jobs {
        padding: 40px 40px 0px 0px;
    }

    .awsm-job-container h1 {
        position: unset !important;
        transform: unset !important;
        color: #0D0C0D;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 44px */
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }

    .awsm-job-container .awsm-job-form-inner h2 {
        color: #0D0C0D;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .awsm-job-container .awsm-job-form-inner p {
        color: #939393;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 40px;
    }

        .awsm-job-container .awsm-job-form-inner p span {
            padding-left: 8px;
            color: #C50000;
        }

    .awsm-job-container .awsm-job-form-group input {
        display: flex;
        height: 57px;
        padding: 18px 13px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        box-shadow: unset;
        border-radius: 4px;
        border: 1px solid rgba(155, 155, 155, 0.25);
        color: #939393;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: unset;
    }

        .awsm-job-container .awsm-job-form-group input:hover {
            border-radius: 3px;
            border: 1px solid var(--Color-Primay-Primary_600, #274dbbcf);
            animation-timing-function: ease-in-out;
            animation-duration: 500s;
        }

    .awsm-job-container .awsm-job-form-group textarea:hover {
        border-radius: 3px;
        border: 1px solid var(--Color-Primay-Primary_600, #274dbbcf);
        animation-timing-function: ease-in-out;
        animation-duration: 500s;
    }

    .awsm-job-container .awsm-resume-file-control {
        border-radius: 4px;
        border: 1px dashed #8E8E8E !important;
        display: flex;
        height: 120px !important;
        padding: 40px 16px !important;
    }

    .awsm-job-container .awsm-job-form-group textarea {
        box-shadow: unset;
        border-radius: 4px;
        border: 1px solid rgba(155, 155, 155, 0.25);
        color: #939393;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .awsm-job-container .awsm-job-form-inner {
        background: unset;
        border: unset;
        padding: unset;
    }

.devided_widget p {
    color: #939393;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

    .devided_widget p img {
        padding: 0px 30px;
    }

.chw-widget h2 {
    color: #0D0C0D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-top: 20px;
}

.awsm-job-specification-job_update::before {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/map-pin-filled.png);
    width: 20px;
    height: 20px;
    position: absolute;
}

.col_content_careers .awsm-job-specification-job_update::before {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/map-pin-filled.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
}

.col_content_careers {
    border-radius: var(--Radius-Radius_16, 16px);
    background: var(--Color-Background, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.15);
    padding: 40px;
}

.awsm-job-specification-job_update span,
.awsm-job-specification-job-expriy span {
    padding-left: 28px;
}

.awsm-job-specification-job-expriy::before {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/clock-hour-10.png);
    width: 20px;
    height: 20px;
    position: absolute;
}

.col_content_careers .awsm-job-expiry-details::before {
    content: "";
    background-image: url(https://mplogistics.vn/wp-content/uploads/2024/02/clock-hour-10.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
}

.col_content_careers h2 {
    color: #0D0C0D;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.col_content_careers .job-description__item--content p {
    color: #3D3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.col_content_careers .item_detail_career {
    display: flex;
    position: relative;
    top: 75px;
}

.col_content_careers .list_item {
    display: flex;
    align-items: center;
}

.col_content_careers .awsm-job-head {
    position: absolute;
    left: 44%;
    margin-top: -61px;
}

.col_content_careers .awsm-job-specification-job_update {
    position: absolute;
    margin-top: 24px;
}

.col_content_careers .awsm-job-entry-content.entry-content {
    padding-top: 132px;
}

.col_content_careers .item_list_detail {
    padding-left: 16px;
}

    .col_content_careers .item_list_detail p {
        color: #0D0C0D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: unset;
    }

    .col_content_careers .item_list_detail span {
        color: #3D3C3C;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

.col_content_careers .list_item:nth-of-type(2) {
    padding-left: 100px;
    padding-right: 100px;
}

.col_content_careers .awsm-job-expiry-details span {
    color: #B59722;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.col_content_careers .awsm-job-specification-job_update span {
    color: #B59722;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 28px;
}

.col_content_careers .awsm-job-expiry-details .awsm-job-expiration-label {
    padding-left: 28px;
}

.col_content_careers .awsm-job-expiry-details {
    position: absolute;
    right: 49%;
    top: 109px;
}

.col_content_careers .button {
    width: 100%;
    border-radius: 8px;
    background: #274dbbcf;
    padding: 9px 0px;
    border: unset;
}

    .col_content_careers .button:hover {
        background-color: transparent;
        box-shadow: 0 0 0 1.5px #274dbbcf;
    }

        .col_content_careers .button:hover span {
            color: #274dbbcf;
        }

    .col_content_careers .button span {
        color: #0D0C0D;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        text-transform: none;
    }

    .col_content_careers .button:active {
        background-color: #0d0c0d;
        box-shadow: unset;
    }

        .col_content_careers .button:active span {
            color: #274dbbcf;
        }

.col_content_careers .awsm-application-submit-btn {
    width: 100%;
    border-radius: 8px !important;
    background: #274dbbcf;
    padding: 9px 0px !important;
    border: unset !important;
    color: #0D0C0D !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: none;
    justify-content: center;
    margin-top: 40px;
}

    .col_content_careers .awsm-application-submit-btn:hover {
        background-color: transparent;
        box-shadow: 0 0 0 1.5px #274dbbcf;
        color: #274dbbcf !important;
    }

    .col_content_careers .awsm-application-submit-btn:active {
        background-color: #0d0c0d;
        box-shadow: unset;
        color: #274dbbcf !important;
    }

.row_solution_service {
    display: flex;
    align-items: center;
}
/*page terms*/
.title_terms {
    position: unset;
    transform: unset;
    color: #000;
    font-size: 60px;
}

.xCounter {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

    .xCounter .plus {
        font-size: 3.3rem;
        color: white;
        font-weight: bold;
    }

.xHeaderMenu {
    display: none;
}

@media only screen and (min-width: 1200px)and (max-width:1460px) {
    .container {
        max-width: 1240px !important;
    }
    /**/
    .section_provide .col_img_provide {
        background-position: 56%;
        height: 682px;
    }

    .section_provide .list-item {
        width: unset;
    }

    .section_video {
        overflow: hidden;
    }

    .section_history .item.slick-slide.slick-current.slick-active .item_divided {
        width: 29% !important;
    }

    .section_history .item .item_divided {
        width: 72.4% !important;
    }

    .section_history .history .slick-prev {
        left: 35% !important;
    }

    .section_office .list_office .list_item:first-child {
        margin-top: -21px !important;
    }

    .section_office .list_office .list_item p {
        font-size: 14px !important;
    }

    .section_office .list_office .list_item:first-child .border_office {
        height: 50px !important;
        width: 86.5% !important;
        left: 125px !important;
    }

    .section_office .list_office .list_item:nth-child(2) .border_office {
        height: 49px !important;
        width: 81.5% !important;
        left: 161px !important;
        margin-top: -53px !important;
    }

    .section_office .list_office .list_item:nth-child(3) .border_office {
        height: 8px !important;
        width: 73.5% !important;
        left: 218px !important;
        margin-top: -8px !important;
    }

    .section_office .list_office .list_item:nth-child(4) .border_office {
        height: 25.5px !important;
        width: 78.5% !important;
        left: 181px !important;
    }

    .section_office .list_office .list_item:nth-child(2) .border_office::after {
        top: 41px !important;
    }

    .section_office .list_office .list_item:nth-child(5) .border_office::after {
        top: 79px !important;
    }

    .section_office .list_office .list_item:nth-child(5) .border_office {
        height: 88px !important;
        width: 81.5% !important;
        left: 159px !important;
        margin-top: -89px !important;
    }

    .img_hover {
        width: unset !important;
        height: unset !important;
    }

    .section_insight {
        height: unset !important;
    }

    .content_post .name_author .view {
        width: unset !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {

    /*header*/
    .header-main li.html.custom {
        display: block;
    }

    .header-main .header-inner {
        padding: 0px 20px;
    }

    .section_service .col_list_service:nth-child(4), .section_service .col_list_service:first-child {
        padding-left: 20px;
    }

    .section_service .col_list_service:nth-child(3), .section_service .col_list_service:last-child {
        padding-right: 20px;
    }

    .section_provide .col_img_provide {
        background-size: contain;
        height: 541px;
        top: 531px;
    }

    .section_provide {
        margin-bottom: 595px;
    }

    .section_values {
        padding: 20px;
    }

        .section_values .col_item {
            padding-left: 20px;
            padding-right: unset;
        }

            .section_values .col_item:last-child {
                padding-left: 20px;
            }

    #footer .section_footer {
        padding: 80px 20px 60px 20px;
    }

    #footer .col_footer_2 {
        padding-top: 20px !important;
        padding: 20px 0px;
    }
    /**/

    .section_solution .col_title_layout,
    .section_ceo .row_content_ceo .col_content_ceo,
    .section_mission .col_title_layout {
        padding-left: 12px !important;
    }

    .section_mission .col_list_item {
        padding: 0px 12px !important;
    }

    .section_mission .col_item:nth-child(2) {
        padding: 0px 12px 0px 12px !important;
    }

    .section_history .history .slick-next {
        right: 41% !important;
    }

    .section_history .item.slick-slide.slick-current.slick-active .item_divided {
        width: 33% !important;
    }

    .section_office .img_office {
        padding: 0px 12px !important;
    }

    .section_office .list_office .list_item:first-child .border_office {
        height: 45px !important;
        width: 74.5% !important;
        left: 171px !important;
    }

    .section_office .list_office .list_item p {
        font-size: 14px !important;
    }

    .section_office .list_office .list_item h4::after {
        right: 12px !important;
    }

    .section_office .list_office .list_item h4 {
        padding-right: 60px !important;
    }

    .section_office .list_office .list_item:nth-child(2) .border_office {
        height: 48px !important;
        width: 68.5% !important;
        left: 215px !important;
        margin-top: -51px !important;
    }

        .section_office .list_office .list_item:nth-child(2) .border_office::after {
            top: 40px !important;
        }

    .section_office .list_office .list_item:nth-child(3) .border_office {
        height: 7px !important;
        width: 60.5% !important;
        border-top-style: dashed !important;
        left: 276px !important;
        border-top-left-radius: 7px !important;
        margin-top: -5px !important;
    }

        .section_office .list_office .list_item:nth-child(3) .border_office::after {
            top: -8px !important;
        }

    .section_office .list_office .list_item:nth-child(4) .border_office {
        height: 92.5px !important;
        width: 65.5% !important;
        left: 238px !important;
    }

    .section_office .list_office .list_item:nth-child(5) .border_office {
        height: 6px !important;
        width: 68.5% !important;
        left: 212px !important;
        margin-top: -7px !important;
    }

        .section_office .list_office .list_item:nth-child(5) .border_office::after {
            top: -3px !important;
        }

    .section_office .content_office .text_content p {
        width: unset !important;
    }

    .section_export .col_title_layout,
    .section_import .col_title_layout {
        padding-left: 12px !important;
    }

    .section_services_freight .list_solution {
        padding: 12px !important;
    }

    .section_history .item .item_divided {
        width: 69.4% !important;
    }

    .section_customs_clearance .col_title_layout,
    .section_local_process .col_title_layout,
    .section_in_bound .col_title_layout,
    .section_out_bound .col_title_layout,
    .section_it_solution .col_title_layout {
        padding-left: 12px !important;
    }

    .section_banner_blog .col_banner_career_detail .text h2 {
        font-size: 40px !important;
    }

    .section_related .post-item,
    .section_blog .post-item {
        padding-bottom: 100px !important;
    }

    .section_blog .box-image {
        height: unset !important;
    }

    .content-newsletter .col_catergory_newsletter {
        order: 2;
    }

    .content-newsletter .col_content_post {
        order: 1;
    }

    .section_opportunities .awsm-grid-item {
        width: 100% !important;
    }
    /*menu */
    .mobile-sidebar .html_topbar_left {
        position: absolute;
        bottom: -212px;
        left: -30px
    }

    .mobile-sidebar .html_topbar_right {
        position: absolute;
        bottom: -209px;
        right: -165px;
    }
    /*menu mobile*/

    .mfp-content {
        background: var(--Color-Basic-Color-Black, #0D0C0D) !important;
        width: 100% !important;
        height: 703px;
    }

    .off-canvas .sidebar-menu {
        padding: unset;
    }

    .mobile-sidebar .html_nav_position_text a {
        padding: unset !important;
    }

        .mobile-sidebar .html_nav_position_text a img {
            width: 156px;
            height: 32px;
        }

    .mobile-sidebar .menu-item a {
        color: var(--White, var(--Color-Background, #FFF));
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        padding: 12px 20px !important;
        text-transform: none;
    }

        .mobile-sidebar .menu-item a:hover {
            color: #fff;
        }

    .mobile-sidebar .menu-item,
    .mobile-sidebar .has-child,
    .mobile-sidebar .html_topbar_left,
    .mobile-sidebar .html_topbar_right {
        border: unset !important;
    }

        .mobile-sidebar .has-child a {
            font-size: 20px;
            color: #fff;
        }

            .mobile-sidebar .has-child a .image-icon img {
                width: 15px;
                margin-left: 8px;
            }

        .mobile-sidebar .html_topbar_left a,
        .mobile-sidebar .html_topbar_right a {
            color: var(--Color-Basic-Color-Gray_subtext, #939393);
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            text-transform: none;
        }

        .mobile-sidebar .html_topbar_left p img,
        .mobile-sidebar .html_topbar_right p img {
            filter: contrast(0.5);
            margin-right: 8px;
        }

        .mobile-sidebar .has-child.active .children {
            display: none !important;
        }

        .mobile-sidebar .has-child.active a,
        .mobile-sidebar .has-child a:hover {
            color: #fff !important;
        }

        .mobile-sidebar .has-child.active i,
        .mobile-sidebar .has-child i {
            opacity: unset !important;
        }

    .col_catergory_newsletter {
        padding: 0px 40px 0px 12px !important;
    }

    .section_services_freight .list_freight,
    .section_content_project .list_freight,
    .section_content_local_distribution .list_freight,
    .section_content_warhousing .list_freight,
    .section_solution_service .list_solution,
    .section_customs .list_customs {
        padding-top: 40px;
    }

    .section_experience,
    .section_control,
    .section_visibility,
    .section_insight {
        height: 100% !important;
    }

    .section_content_local_distribution {
        padding-bottom: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .xHeaderBottom {
        display: none;
    }

    .xHeaderList {
        display: none;
    }

    .xHeaderMenu {
        display: block;
    }

    i.icon-menu {
        font-size: 1.9em;
    }
}

@media only screen and (min-width: 576px) and (max-width:760px) {

    /*page home*/
    .header-top {
        display: none;
    }

    .section_banner h3 {
        font-size: 35px;
    }

    .section_banner .col_text_banner_home p {
        font-size: 17px;
    }

    .sub_title {
        width: unset;
        font-size: 18px;
    }

    .section_provide .col_img_provide {
        display: none;
    }

    .section_year .txt_content h3 {
        width: unset;
    }

    #footer .col_img_footer {
        text-align: center;
    }

    #footer .col_txt_footer {
        padding: 0px 15px 26px 15px;
    }

    #footer .col_add_footer {
        padding: 0px 15px 0px 15px;
    }
    /*page about*/
    .section_banner .txt_title_banner {
        padding-top: 90px !important;
    }

    .section_banner .background-image {
        height: 300px !important;
    }

    .section_solution .txt_content h3 {
        font-size: 27px;
    }

    .section_solution .sub_text_title h5 {
        width: unset !important;
        font-size: 16px;
    }

    .txt_content h3 {
        width: unset;
    }

    .section_ceo .row_content_ceo .col_content_ceo {
        padding: 0px 20px !important;
    }

    .section_solution .sub_text_title h5 {
        padding: 0px 10px !important;
        font-size: 15px !important;
    }

    .section_mission .col_title_layout {
        padding: 0px 15px 40px 15px !important;
    }

    .section_mission .col_item:nth-child(2) {
        padding: 0px 40px 0px 36px !important;
    }

    .section_history .item.slick-slide.slick-current.slick-active .item_divided {
        width: 33% !important;
    }

    .section_office .list_office .list_item .border_office {
        display: none;
    }

    .section_office .col_img_office {
        text-align: center;
    }

    .section_office .img_office {
        padding: 0px 15px !important;
    }

    .section_office .list_office {
        text-align: unset !important;
    }

        .section_office .list_office .list_item h4::after {
            left: 279px;
        }

        .section_office .list_office .list_item {
            padding-top: 40px !important;
        }

    .section_office .col_title_layout {
        padding-top: 40px;
    }

    .section_office .content_office .devided {
        margin-left: 15px;
    }
    /*page services*/
    .section_service .col_list_service:nth-child(3),
    .section_service .col_list_service:nth-child(5) {
        padding-left: unset;
        padding-right: 20px;
    }

    .section_service .col_list_service:nth-child(4) {
        padding-left: 20px;
    }

    .section_service .col_list_service:last-child {
        padding-right: 20px;
    }

    .section_service .text_content {
        width: 58% !important;
    }

    .section_customs_clearance {
        padding-left: 15px;
    }

    .section_it_solution .col_title_layout {
        padding-left: 15px;
    }

    .section_services_freight .list_freight,
    .section_content_project .list_freight,
    .section_content_local_distribution .list_freight,
    .section_content_warhousing .list_freight {
        padding-top: 40px;
    }

    .section_software .text {
        display: flex;
    }

    .section_software .row {
        align-items: center;
    }
    /*page industry-solutions*/
    .img_hover {
        width: unset !important;
        height: unset !important;
    }

    .section_competitive_services .title_competitive .title h3 {
        width: unset !important;
    }

    .section_competitive_services .title_competitive .sub_title_text p {
        width: unset !important;
    }

    .section_contact_touch .flex-row {
        display: block !important;
    }

    .section_history .item.slick-slide.slick-current.slickvb-active .item_divided {
        width: 33% !important;
    }
    /*page industry solutions*/
    .section_experience {
        height: unset !important;
    }

    .section_control, .section_visibility, .section_insight {
        padding-bottom: 80px;
        height: unset !important;
    }

    .section_content_industry_solution .list_freight,
    .section_content_fmcg .list_freight,
    .section_content_automotive .list_freight,
    .section_content_electronic .list_freight,
    .section_content_industrial .list_freight {
        padding-top: 40px;
    }
    /*page career*/
    .section_banner_career .txt_title_banner_career h2 {
        font-size: 35px;
    }

    .awsm-job-container .col_recent_jobs {
        padding: 40px 20px 0px 20px;
    }

    .col_banner_career_detail .text h2 {
        font-size: 35px;
    }

    .col_banner_career_detail {
        padding-top: unset;
    }
}

@media only screen and (max-width: 480px) {
    .header-inner .nav.nav-right .icon-menu::before {
        content: "";
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/07/menu-deep.png);
        width: 20px;
        position: absolute;
        height: 20px;
        top: -14px;
    }

    li.current-dropdown > .nav-dropdown, .next-prev-thumbs li.has-dropdown:hover > .nav-dropdown, .no-js li.has-dropdown:hover > .nav-dropdown {
        right: -54px !important;
        top: 49px;
        left: unset !important;
        background-color: transparent;
        border: unset;
        box-shadow: unset;
        padding: unset;
        width: 390px;
    }

    .header-search-form .search-field {
        border: 1px solid #D9D9D9 !important;
        border-radius: 8px !important;
        box-shadow: 0px 1px 2px -1px rgba(17, 12, 34, 0.08) !important;
        padding: 12px 32px;
        height: 56px;
        padding-left: 55px;
    }

    .header-search-form .flex-col:last-of-type {
        order: 1;
        position: absolute;
        left: 9px;
        top: 0px;
    }

    .header-search-form .icon {
        width: unset;
        height: 56px;
        background-color: transparent;
        border: unset;
        color: #939393;
    }

    .header-main li.html.custom {
        display: block !important;
    }

    .header-main .header-inner {
        padding: 16px;
    }

    .c-animation {
        width: 117px;
        height: 24px;
    }

    .mobile-sidebar .has-child.active .children {
        display: none !important;
    }

    .mobile-sidebar .has-child.active a,
    .mobile-sidebar .has-child a:hover {
        color: #fff !important;
    }

    .mobile-sidebar .has-child.active i,
    .mobile-sidebar .has-child i {
        opacity: unset !important;
    }

    .mobile-sidebar .html_topbar_left {
        position: absolute;
        bottom: -212px;
        left: -30px
    }

    .mobile-sidebar .html_topbar_right {
        position: absolute;
        bottom: -209px;
        right: -165px;
    }
    /*menu mobile*/

    .mfp-content {
        background: var(--Color-Basic-Color-Black, #0D0C0D) !important;
        width: 100% !important;
        height: 703px;
    }

    .off-canvas .sidebar-menu {
        padding: unset;
    }

    .mobile-sidebar .html_nav_position_text a {
        padding: unset !important;
    }

        .mobile-sidebar .html_nav_position_text a img {
            width: 156px;
            height: 32px;
        }

    .mobile-sidebar .menu-item a {
        color: var(--White, var(--Color-Background, #FFF));
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        padding: 12px 20px !important;
        text-transform: none;
    }

        .mobile-sidebar .menu-item a:hover {
            color: #fff;
        }

    .mobile-sidebar .menu-item,
    .mobile-sidebar .has-child,
    .mobile-sidebar .html_topbar_left,
    .mobile-sidebar .html_topbar_right {
        border: unset !important;
    }

        .mobile-sidebar .has-child a {
            font-size: 20px;
            color: #fff;
        }

            .mobile-sidebar .has-child a .image-icon img {
                width: 15px;
                margin-left: 8px;
            }

        .mobile-sidebar .html_topbar_left a,
        .mobile-sidebar .html_topbar_right a {
            color: var(--Color-Basic-Color-Gray_subtext, #939393);
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            text-transform: none;
        }

        .mobile-sidebar .html_topbar_left p img,
        .mobile-sidebar .html_topbar_right p img {
            filter: contrast(0.5);
            margin-right: 8px;
        }
    /*page home*/
    .btn_contact span {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .btn_contact {
        margin-top: 20px !important;
    }

    .header-top {
        display: none;
    }

    .section_banner h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.32px;
        text-transform: uppercase;
        margin-top: unset !important;
    }

    .section_banner .col_text_banner_home p {
        font-size: 16px;
        padding: 0px 20px !important;
        width: 100%;
    }

    .banner {
        padding-top: 530px;
    }

    .txt_content h3 {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        width: 90% !important;
        margin-bottom: 8px;
    }

    .text_content p {
        font-size: 16px !important;
    }

    .sub_title {
        width: unset;
        color: var(--dri_text, #3D3C3C);
        text-align: center;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_service .col_list_service:first-child {
        padding-left: 20px;
    }

    .section_service .col_list_service:last-child {
        padding-right: 20px;
    }

    .section_service .txt_content {
        justify-content: center !important;
    }

    .section_provide {
        padding-top: 120px !important;
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/06/Photo-41-1.png);
        background-repeat: no-repeat;
        background-position: 100% 0%;
        background-size: contain;
        margin-bottom: 345px;
        margin-top: unset;
    }

        .section_provide .row_content_provide {
            margin: 0px 5px !important;
            border-radius: var(--Radius-Radius_16, 16px);
            background: var(--Color-Basic-Color-White, #FAFAFA);
            filter: unset;
        }

        .section_provide .col_title_layout {
            padding: unset !important;
        }

            .section_provide .col_title_layout .col-inner {
                padding: 24px 20px;
            }

        .section_provide .col_img_provide {
            top: unset;
            background-size: contain;
            background-position: 100% 93%;
        }

        .section_provide .list-item {
            color: #1C1F35;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            padding-bottom: 16px;
        }

    .section_year {
        padding-top: 40px !important;
    }

        .section_year .row_number h2 {
            font-size: 40px;
            line-height: 60px;
        }

        .section_year .row_number p {
            font-size: 16px;
        }

        .section_year .row_img_goal {
            margin-top: 112px;
        }

        .section_year .col_img_goal {
            padding-top: 195px;
        }

        .section_year #circle {
            height: unset !important;
            width: 380px !important;
        }

    #rotatorWrapper {
        top: unset !important;
    }

        #rotatorWrapper h1 {
            top: 23% !important;
        }

    #rotator > div#moneyIcon2 {
        width: 116px;
        height: 116px;
    }

    #rotator {
        height: 390px;
    }

    .section_year .icon {
        height: 34px;
        width: 34px;
    }

    #dataKeyGraphic {
        height: 149px;
    }

    #rotator > div#moneyIcon2 {
        left: 78.537px !important;
        top: -49.3715px !important;
    }

    #rotator > div#foodIcon {
        left: 313px !important;
        top: 46px !important;
    }

    #rotator > div#clockIcon {
        left: 233px !important;
        top: 362.371px !important;
    }

    #rotator > div#drinkIcon {
        left: 101.963px !important;
        top: 360.595px !important;
    }

    #rotator > div#peopleIcon {
        left: -6.037px !important;
        top: 85.4047px !important;
    }

    #rotator > div#ashton {
        top: 249.8833px !important;
        left: -8.59px !important;
    }

    #rotator > div#ykk {
        left: 353.701px !important;
        top: 247.0894px !important;
    }

    .section_values .txt_content,
    .section_values .text_content {
        justify-content: center;
    }

        .section_values .txt_content h3,
        .section_values .text_content p {
            padding: 0px 15px;
            text-align: center;
        }

        .section_values .text_content p {
            font-size: 12px !important;
        }

    .section_service .col_list_service:nth-child(3) {
        padding-right: 20px;
    }

    .section_service .col_list_service:nth-child(4) {
        padding-left: 20px;
    }

    .section_year .row_number {
        padding-top: 100px;
        margin-top: 29px;
        background-size: contain;
        background-position: top;
    }

    .section_values {
        padding-top: 40px !important;
        padding-bottom: unset !important;
    }

        .section_values .col_title_layout {
            padding: unset;
        }

    .section_year .txt_content h3 {
        width: unset !important;
        margin-bottom: 8px;
    }

    .section_values .col_list_item {
        text-align: center;
    }

    .section_values .col_item {
        padding: 0px 20px;
    }

    .section_values h5 {
        width: unset;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 4px;
    }

    .section_values .col_item:last-child {
        padding-right: 20px;
    }

    .section_values .img_vision {
        margin-bottom: 8px;
    }

    .section_values .col_item p {
        color: #072125;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: unset;
        height: unset;
    }

    .section_values .col_list_item {
        padding-bottom: 40px;
    }

    .section_video .col_content_video video,
    .section_video .col_content_video iframe {
        transform: none !important;
        height: 245px;
        width: 350px;
    }

    .section_video {
        padding-top: unset !important;
        padding-bottom: 40px !important;
    }

    .section_client {
        padding: 40px 0px !important;
    }

    #rotator > div#drinkIcon img,
    #rotator > div#clockIcon img,
    #rotator > div#peopleIcon img,
    #rotator > div#foodIcon img {
        width: unset;
        height: unset;
    }
    /*page about*/
    .section_banner .txt_title_banner .txt_subtitle p {
        font-size: 14px !important;
        margin-bottom: 8px;
    }

    .section_banner .background-image {
        height: 240px !important;
        display: flex;
        align-items: center;
        background-size: cover !important;
        background-position-y: center;
        background-position-x: center;
    }
    /* .section_banner .txt_title_banner{
        padding-top: 39px !important;
    } */
    .section_solution {
        padding-top: 40px !important;
    }

        .section_solution .sub_text_title h5 {
            font-size: 16px !important;
            width: unset !important;
        }

    .section_image .col_text_story .text_title h3 {
        font-size: 24px !important;
        text-transform: none !important;
    }

    .section_image .col_text_story .sub_content p {
        font-size: 16px !important;
    }

    .section_image .col_text_story {
        padding: 83px 20px 0px 20px !important;
    }

    .section_image {
        height: 497px !important;
    }

        .section_image::before {
            background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), url(https://mplogistics.vn/wp-content/uploads/2024/06/Rectangle-2810-_moblie.png) !important;
        }

    .section_ceo {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }

        .section_ceo .row_content_ceo .col_content_ceo {
            padding: 20px 20px !important;
            order: 2;
        }

            .section_ceo .row_content_ceo .col_content_ceo svg {
                width: 34px;
                height: 28px;
            }

        .section_ceo .row_content_ceo .col_img_ceo {
            order: 1;
        }

        .section_ceo .row_content_ceo .col_content_ceo p,
        .section_ceo .row_content_ceo .col_content_ceo .ceo .position {
            font-size: 14px !important;
        }

            .section_ceo .row_content_ceo .col_content_ceo .ceo p,
            .section_ceo .row_content_ceo .col_content_ceo p span {
                font-size: 16px !important;
            }

    .section_vision {
        height: 308px !important;
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/06/Rectangle-2884_mobile.png) !important;
        display: flex;
        align-items: center;
    }

        .section_vision .col_content_vision {
            padding: 0px 20px !important;
        }

            .section_vision .col_content_vision h3 {
                margin-bottom: unset !important;
                font-size: 16px !important;
                font-style: normal;
                font-weight: 400 !important;
                line-height: 150%;
            }

            .section_vision .col_content_vision h2 {
                font-size: 24px !important;
                font-style: normal;
                font-weight: 700;
                line-height: 110% !important;
                letter-spacing: -0.24px;
                margin-bottom: 4px !important;
            }

            .section_vision .col_content_vision p {
                font-size: 14px !important;
                font-style: normal;
                font-weight: 500 !important;
                line-height: 150%;
            }

    .section_mission {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

        .section_mission .col_list_item {
            padding: 0px 15px !important;
            text-align: center;
        }

        .section_mission .col_item:nth-child(2) {
            padding: 20px 20px !important;
        }

        .section_mission .txt_content h3 {
            font-size: 24px !important;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            margin-bottom: 8px !important;
            text-align: center !important;
            width: 100% !important;
        }

        .section_mission .text_content p {
            font-size: 14px !important;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            text-align: center !important;
        }

        .section_mission .col_item .col_list_item h5 {
            width: 100% !important;
            font-size: 16px !important;
            font-style: normal;
            font-weight: 500 !important;
            line-height: 150%;
            margin-bottom: 4px !important;
        }

        .section_mission .col_item .col_list_item p {
            font-size: 12px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 40px !important;
        }

    .section_management {
        padding-top: 40px !important;
    }

        .section_management .text_content p {
            color: var(--dri_text, #3D3C3C);
            text-align: center;
            font-size: 16px !important;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 24px */
        }

        .section_management .item_our .item_content h3 {
            font-size: 16px !important;
        }

    .section_history {
        padding-top: 40px !important;
    }

    .section_office .img_office img {
        height: unset !important;
        width: 56%;
    }

    .section_office .img_office .row {
        text-align: center;
    }

    .section_CTA {
        height: 370px !important;
        display: flex;
        align-items: center;
        margin-top: unset !important;
    }

        .section_CTA .col_content_cta {
            padding-bottom: 0px !important;
        }

            .section_CTA .col_content_cta h3 {
                font-size: 24px;
                margin-bottom: 8px;
            }

            .section_CTA .col_content_cta p {
                font-size: 16px;
            }

    .section_mission .col_title_layout {
        padding: 0px 20px !important;
        margin-bottom: 20px;
    }

    .section_office {
        padding: 40px 0px !important;
    }

        .section_office .content_office .devided {
            margin-left: 8px !important;
        }

        .section_office .list_office .list_item {
            text-align: left;
            padding: 0px 20px;
            padding-top: 20px !important;
        }

            .section_office .list_office .list_item h4 {
                padding-left: 40px;
                font-size: 16px !important;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
                margin-bottom: unset !important;
                display: flex;
                align-items: center;
            }

            .section_office .list_office .list_item p {
                font-size: 14px !important;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                padding-top: 8px !important;
                margin-bottom: unset;
            }

            .section_office .list_office .list_item h4::after {
                left: 18px;
            }

            .section_office .list_office .list_item .border_office,
            .section_office .content_office .col_title_layout {
                display: none;
            }

        .section_office .content_office .txt_content h3 span,
        .section_office .content_office .txt_content h3 {
            font-size: 22px !important;
        }

        .section_office .col_img_office {
            order: 2;
            padding-top: 20px;
        }

        .section_office .list_office {
            order: 1;
        }

    .section_history .mobile {
        display: block !important;
    }

    .section_history .desktop {
        display: none !important;
    }

    .section_history .item:not(.slick-current) {
        margin-top: unset !important;
    }

    .section_history .item:not(.slick-slide.slick-current.slick-active) .img_year::before {
        width: unset !important;
        height: unset !important;
    }

    .section_history .item {
        padding-bottom: 40px;
    }

    .section_history .history_mobile {
        padding: 0px 20px;
    }

    .section_history .item .img_year {
        border-radius: 50px;
        padding: 11px !important;
        border: 2px solid #8F8F8F !important;
    }

    .section_history .item:nth-child(1) .img_year {
        padding: 25px;
    }

    .section_history .item:nth-child(1) img {
        width: 40px !important;
        height: 40px !important;
    }

    .section_history .item:nth-child(1) .content_year {
        padding: 0px 11px;
    }

    .section_history .item .content h5 b {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .section_history .item .content p {
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_history .item .content h4 {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 0.16px;
    }

    .section_history .content_text {
        width: 65%;
    }

    .section_history .item:not(.slick-slide.slick-current.slick-active) .content {
        margin-left: unset !important;
    }

    .section_history .item .content {
        padding-top: unset !important;
    }

    .section_history .item .img_year img {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
    }

    .section_history .content_year {
        padding: 0px 23px;
    }

    .section_history .item .item_divided {
        width: 59% !important;
        height: 2px !important;
        background-color: #8F8F8F;
        position: relative;
        top: -23px !important;
        left: 41px !important;
    }

    .section_history .item:nth-child(1) .item_divided,
    .section_history .item:nth-child(1) .img_year::after {
        display: none;
    }

    .section_history .item .img_year::after {
        width: 9px !important;
        position: absolute;
        height: 9px !important;
        background-color: #8f8f8f;
        border-radius: 20px;
        opacity: 0.3;
        margin-left: 52px !important;
        margin-top: -14px;
        top: unset !important;
    }

    .section_history .item:before {
        content: "";
        background-color: #8f8f8f;
        width: 2px;
        height: 180px;
        position: absolute;
        margin-top: 41px;
        left: 49px;
    }

    .section_history .item:last-child:before {
        display: none;
    }

    .section_history .item:nth-child(1):before {
        height: 117px;
        margin-top: 65px;
    }

    .section_history .item:nth-child(3):before {
        height: 217px;
    }

    .section_history .item:nth-child(4):before {
        height: 55px;
    }

    .section_history .item:nth-child(5):before {
        height: 177px;
    }

    .section_history .item:nth-child(6):before {
        height: 181px;
    }

    .section_history .item:nth-child(7):before {
        height: 106px;
    }

    .section_history .item:nth-child(8):before {
        height: 128px;
    }

    .section_history .item:nth-child(9):before {
        height: 129px;
    }

    .section_history .item:nth-child(12):before {
        height: 182px;
    }

    .section_history .item:nth-child(14):before {
        height: 167px;
    }

    .section_history .item:nth-child(10):before {
        height: 76px;
    }

    .section_history .item:nth-child(13):before {
        height: 185px;
    }

    .section_history .item:nth-child(11):before {
        height: 164px;
    }

    .section_history .item:nth-child(15):before {
        height: 142px;
    }

    .section_history .item:nth-child(16):before {
        height: 124px;
    }

    .section_history .item:hover .img_year {
        background-color: #FFF0B5;
        border: 2px solid #274dbbcf !important;
    }

    .section_history .item:hover .item_divided {
        background-color: #FFF0B5;
    }

    .section_management .list_item_our button {
        width: 40px !important;
        height: 40px !important;
    }

    .section_management .slick-prev {
        left: -5px !important;
    }

    .section_management .slick-next {
        right: -2px !important;
    }
    /*page service*/
    .section_service {
        padding-top: 40px !important;
    }

    .section_solution_service {
        padding: 0px 20px 40px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .col_title_layout {
        padding: 0px 16px 20px 16px !important;
    }

    .section_service .col_list_service a {
        padding: 40px 0px !important;
    }

    .section_service .col_list_service .title h3 {
        color: var(--Color-Basic-Color-Black, #0D0C0D);
        text-align: center;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        padding-bottom: 8px !important;
    }

    .section_service .col_list_service .content_service p {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .section_service .col_list_service {
        padding-bottom: 16px;
    }

    .section_customs_clearance .img_list {
        padding: 0px 20px;
    }
    /* .section_customs_clearance .img_list{
        width:unset !important;
        height: unset !important;
    } */
    .section_customs .list_customs {
        padding-top: 20px;
    }

    .section_contact_us .col_title_layout .txt_content h3 {
        font-size: 24px !important;
    }

    .section_solution_service .list-item {
        font-size: 14px !important;
    }

    .section_service .text_content {
        width: unset !important;
    }

    .section_service .row_list_service .list_image {
        padding-bottom: 40px !important;
        width: 50%;
    }

        .section_service .row_list_service .list_image img {
            width: 40px;
            height: 40px;
        }

    .section_service .row_list_service p {
        font-size: 14px !important;
    }

    .section_customs {
        padding-top: unset !important;
        padding-bottom: 40px !important;
    }

        .section_customs .img_customs {
            order: 2;
            padding: 34px 20px 0px;
        }
    /*page freight*/
    .section_services_freight {
        padding: 40px 20px 40px 20px !important;
    }

        .section_services_freight .img_freight {
            padding: unset;
        }

        .section_services_freight .list_service_freight .nav-link {
            font-size: 14px !important;
        }

            .section_services_freight .list_service_freight .nav-link:hover:after {
                width: unset !important;
            }

        .section_services_freight .tab-content {
            margin-top: 16px !important;
        }

        .section_services_freight .list_service_freight .nav-link img {
            width: 40px;
            height: 40px;
        }

        .section_services_freight .list_service_freight {
            padding: 16px 0px 0px 0px;
        }

            .section_services_freight .list_service_freight .nav-item:nth-child(2) {
                margin-left: 19px;
            }
    /* .section_services_freight .img_hover img{
        width: 350px;
        height: 220px ;
    } */
    .section_solution_service .text {
        padding-top: 16px !important;
    }

    .section_solution_service .list-item img {
        margin-right: 8px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .section_solution_service .list-item {
        font-size: 16px !important;
        padding-bottom: 16px !important;
    }

    .section_export,
    .section_import {
        padding: 16px 0px !important;
    }
    /* .section_solution_service .img_solution .img_hover img{
        width: 350px;
        height: 220px;
    } */
    .list_solution {
        padding: unset;
    }

    .section_software .img_solution img {
        width: 251px;
        height: 302px;
    }

    .section_software .img_solution {
        text-align: center !important;
        padding-top: 40px !important;
    }

    .img_solution {
        padding: 0px 20px;
    }

    .section_content_local_distribution .img_freight {
        padding: unset !important;
    }

    .section_local_process {
        padding: 16px 0px !important;
    }

    .section_content_warhousing .img_freight {
        padding: unset !important;
    }

    .section_content_warhousing .txt_content h3 {
        width: unset !important;
    }

    .section_in_bound,
    .section_out_bound {
        padding: 16.25px 0px !important;
    }

    .section_it_solution {
        padding: 40px 0px !important;
    }

        .section_it_solution .txt_content {
            text-align: left !important;
        }

        .section_it_solution .col_title_layout {
            padding: 0px 20px !important;
            order: 2;
        }

        .section_it_solution .img_hover img {
            height: unset !important;
        }

        .section_it_solution .list_img {
            order: 1;
        }

        .section_it_solution .list_solution {
            display: grid !important;
            grid-template-columns: 50% 54% !important;
        }

    .section_solution_service .img_solution {
        order: 2;
    }

    .section_solution_service .list_solution {
        padding-left: unset !important;
    }
    /*end freight*/
    .section_services_freight .list_freight .text_content p,
    .section_customs_clearance .sub_text_title h5,
    .section_content_project .text_content p,
    .section_content_local_distribution .text_content p,
    .section_content_warhousing .text_content p,
    .section_it_solution .sub_text_title h5,
    .section_software .text_content p {
        font-size: 16px !important;
        margin-bottom: unset !important;
    }

    .section_content_project {
        padding: 40px 20px !important;
    }

    .section_content_local_distribution,
    .section_content_warhousing {
        padding: 40px 20px !important;
    }

    .section_content_project .img_freight {
        padding: unset !important;
    }

    .section_it_solution .list_solution p {
        font-size: 14px !important;
        padding: 10px 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .section_it_solution .list_solution p:nth-child(3) {
            margin: 20px 0px;
        }

        .section_it_solution .list_solution p:nth-child(4) {
            margin: 20px 12px 0px 12px;
            height: 43px;
        }

    .section_software .txt_content h3 span {
        font-size: 24px !important;
    }

    .section_software .text {
        display: flex;
    }

        .section_software .text img {
            width: 80%;
        }

    .banner_intranet {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .section_software {
        padding: 0px 20px 40px !important;
        background-size: auto;
        background-position-x: center;
        background-position-y: center;
    }

    .section_customs .list-item h5 {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .section_customs .list-item p {
        font-size: 16px !important;
        margin-bottom: 16px !important;
    }

    .section_customs_clearance {
        padding: 40px 0px 40px 0px !important;
    }

    .txt_content {
        justify-content: unset;
    }

    .img_hover img {
        height: 220px !important;
    }
    /*page industry solution*/
    .img_hover {
        width: unset !important;
        height: unset !important;
    }

    .list_freight {
        padding-top: 20px;
        padding-left: unset !important;
    }

    .list_item_freight li,
    .section_content_industry_solution .text_content p,
    .section_content_fmcg .text_content p {
        font-size: 14px !important;
    }

    .section_competitive_services .title_competitive .title h3 {
        width: unset !important;
        font-size: 24px !important;
    }

    .section_competitive_services .title_competitive .sub_title_text p {
        width: unset !important;
    }

    .section_competitive_services {
        padding-top: unset !important;
    }

    .section_experience,
    .section_visibility,
    .section_control,
    .section_insight {
        height: unset !important;
    }

    .section_contact_touch .flex-row {
        display: block !important;
    }

    .section_change_the_way {
        padding-top: 0px !important;
    }

    .section_experience {
        padding-top: 59px !important;
    }

    .section_sticky .item_devided {
        top: 6px !important;
    }

    .section_sticky .list_item:before {
        left: 0px !important;
        top: -33px !important;
    }

    .section_sticky .img_solution {
        padding: 8px 0px 0px 16px !important;
    }

        .section_sticky .img_solution img {
            width: 316px;
            height: 220px;
        }

    .section_insight {
        padding: 20px 20px 80px 20px;
    }

    .section_content_industry_solution {
        padding: 40px 20px !important;
    }

        .section_content_industry_solution .img_freight {
            padding: unset !important;
        }

    .section_competitive_services .title_competitive .title_text p {
        font-size: 16px !important;
    }

    .section_competitive_services .title_competitive {
        padding: 0px 20px;
    }

    .section_experience,
    .section_control,
    .section_visibility {
        padding: 40px 20px !important;
    }

    .section_sticky .list_item {
        padding-left: 16px !important;
    }

    .list_item .title p {
        margin-bottom: 8px !important;
    }

    .section_sticky .txt_content h3 {
        margin-bottom: 0px !important;
    }

    .section_sticky .list_item:after {
        bottom: -249px !important;
    }

    .section_change_the_way .list_image {
        padding-bottom: 40px !important;
        width: 50% !important;
    }

        .section_change_the_way .list_image img {
            width: 40px;
            height: 40px;
        }

        .section_change_the_way .list_image p {
            font-size: 14px !important;
        }

    .section_change_the_way {
        padding-bottom: 0px !important;
    }

    .section_content_fmcg {
        padding: 40px 20px !important;
    }

    .img_solution {
        padding: unset !important;
    }

    .section_help {
        padding: 0px 20px 40px !important;
    }

        .section_help .txt_content h3 {
            margin-bottom: 20px !important;
        }

        .section_help .text_content p {
            margin-bottom: 16px !important;
        }

    .section_change_the_way .txt_content h3 {
        margin: auto;
        width: 64% !important;
    }

    .section_change_the_way .text_content p {
        width: 58%;
    }

    .section_contact_touch {
        padding: 0px 8px 40px !important;
    }

        .section_contact_touch .col_contact {
            padding: 24px 20px !important;
        }

        .section_contact_touch .text_title_touch h4 {
            font-size: 24px !important;
            margin-bottom: 8px !important;
        }

        .section_contact_touch .flex-col {
            margin: 16px 2px !important;
            padding: unset !important;
        }

    .section_content_electronic,
    .section_content_industrial,
    .section_content_pharma,
    .section_content_automotive {
        padding: 40px 20px !important;
    }

        .section_content_electronic .list_item_freight li {
            width: unset !important;
        }

    .section_contact_touch .contact input {
        padding: 20px !important;
    }

    .section_contact_touch textarea {
        height: 93px !important;
        box-shadow: none !important;
        padding: 10px 20px;
        margin: unset;
    }

    .section_contact_touch .flex-colspan {
        width: 310px;
    }

    .section_contact_touch .col_contact .wpcf7-form.init {
        margin: unset;
    }

    .section_contact_touch .button {
        margin: unset;
        padding: 5px 26px 5px 26px !important;
    }

        .section_contact_touch .button input {
            padding: 10px !IMPORTANT;
            margin: unset;
            font-size: 14px;
        }

    .section_contact_touch .text_title p {
        font-size: 24px !important;
        padding-top: 10px !important;
    }

    .section_contact_touch .sub_txt p {
        font-size: 14px !important;
    }
    /*page careeer*/
    .section_banner_career .banner {
        padding-top: 240px !important;
    }

    .section_banner_career .row_search {
        display: none;
    }

    .section_banner_career .txt_title_banner_career h2 {
        font-size: 24px;
        width: 66%;
        margin: auto;
        padding-top: 54px;
    }

    .section_opportunities .awsm-job-more {
        font-size: 14px;
        padding: 5px 12px;
    }

    .section_opportunities {
        padding-top: 40px !important;
    }

        .section_opportunities .awsm-grid-right-col {
            display: unset;
        }

    .awsm-job-listing-item .awsm-job-more-container {
        padding-top: 12px;
    }

    .awsm-job-single-content .section_banner .txt_title_banner {
        padding-top: unset !important;
    }

    .section_banner_career .text-box.banner-layer {
        width: 100% !important;
    }

    .col_banner_career_detail .text h2 {
        font-size: 24px;
        padding-top: unset;
        width: unset;
        padding-bottom: unset;
        line-height: 120%;
    }

    .col_banner_career_detail .breadcumb p {
        display: none;
    }

    .col_banner_career_detail {
        padding-top: unset;
        padding-bottom: unset;
    }

        .col_banner_career_detail .title_sub p {
            color: var(--Color-Basic-Color-White, #FAFAFA);
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            padding-top: 20px;
            margin-bottom: unset;
        }

    .devided_widget p img {
        padding: 0px 22px;
    }

    .awsm-job-container {
        padding-top: 0px !important;
    }

    .devided_widget p {
        font-size: 14px;
    }

    .awsm-job-container h1 {
        font-size: 24px;
        line-height: 120%;
    }

    .col_content_careers .awsm-job-specification-job_update {
        margin-top: 73px;
    }

    .col_content_careers .list_item:nth-of-type(2) {
        padding: 10px 0px;
    }

    .col_content_careers .awsm-job-head {
        margin-top: -118px;
        left: 3%;
    }

    .col_content_careers .item_detail_career {
        display: unset;
        top: 88px;
    }

        .col_content_careers .item_detail_career img {
            width: 12.3%;
        }

        .col_content_careers .item_detail_career .item_list_detail p {
            font-size: 14px;
        }

    .col_content_careers .item_list_detail span {
        font-size: 16px;
    }

    .awsm-job-container .col_recent_jobs {
        padding: 40px 20px 0px 20px;
    }

    .category_nesletter {
        margin-top: 8px !important;
    }

    .col_content_careers {
        margin-top: 40px !important;
        padding: 12px;
        width: 350px;
        margin: auto;
    }

    .section_opportunities .awsm-job-wrap h3 {
        color: var(--Color-Basic-Color-Black, #0D0C0D);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 36px */
    }

    .section_opportunities .awsm-job-listings {
        padding-top: 20px;
    }

    .section_opportunities .awsm-grid-item .awsm-job-item {
        padding: 20px;
    }

    .col_content_careers h2 {
        font-size: 16px !important;
    }

    .col_content_careers .job-description__item--content p {
        font-size: 14px;
    }

    .col_content_careers .flex {
        display: block !important;
    }

        .col_content_careers .flex .awsm-job-form-group {
            width: 100% !important;
        }

            .col_content_careers .flex .awsm-job-form-group:nth-child(2) {
                padding-left: unset !important;
            }

    .awsm-job-container .awsm-job-form-inner h2 {
        font-size: 24px !important;
    }

    .detail_careers_11 #detail_12, .detail_careers_11 #detail_43,
    .detail_careers_12 #detail_11, .detail_careers_12 #detail_43,
    .detail_careers_43 #detail_11, .detail_careers_43 #detail_12 {
        display: none;
    }
    /*newsletter*/
    .content-newsletter .col_content_post h2 {
        font-size: 24px;
    }

    .section_related .post-item {
        padding: 0px 20px 100px;
    }

    .col_catergory_newsletter {
        padding: 0px 20px 0px 20px !important;
    }

    .section_contact_us {
        margin-top: unset !important;
    }

    .section_newletter_page a.plain .box-text:after {
        bottom: -28% !important;
    }

    .section_newletter_page .col_1 .box-text {
        padding: 8px 0px;
    }

    .section_newletter_page .col_2 .box-image .image-cover {
        padding-top: 66% !important;
    }
    /*page insight*/
    .section_blog .post-item,
    .section_blog_browse .post-item {
        padding-bottom: 100px;
    }

    .banner_blog,
    .banner_contact {
        padding-top: 240px !important;
    }

    .section_newletter_page .col_3 {
        padding-top: unset;
    }

    .section_newletter {
        padding-top: 40px !important;
        padding-bottom: unset !important;
    }

        .section_newletter .txt_title h5, .section_blog .txt_title h5 {
            text-align: left !important;
            color: var(--Color-Basic-Color-Gray_subtext, #939393);
            font-size: 16px !important;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

    .tab_content_insight ul li a {
        font-size: 16px;
    }

    .btn_view span {
        font-size: 16px;
    }

    .col_newsletter {
        padding: 0px 20px 20px 20px;
    }

    .col_list_post {
        padding: 0px 20px;
    }

    .blog_post_insight .box-text {
        padding: 8px 0px 0px 0px;
    }

    .box-blog-post h5.post-title {
        color: var(--Color-Basic-Color-Black, #0D0C0D);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .from_the_blog_excerpt {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .blog_post_insight button {
        margin-top: 20px !important;
    }

    .section_newletter .col_2_newletter .post-item {
        padding-bottom: 20px;
    }

    .section_blog .tab_content_insight .box-blog-post h5.post-title {
        height: unset;
    }

    .section_blog a.plain:after, .section_blog_browse a.plain:after,
    .section_newletter_page a.plain:after,
    .section_related a.plain:after {
        content: "";
        background-image: url(https://mplogistics.vn/wp-content/uploads/2024/07/Group-89.svg) !important;
        position: absolute;
        width: 40px !important;
        height: 40px !important;
    }

    .section_blog .post-item, .section_blog_browse .post-item {
        padding-bottom: 80px;
    }

    .section_blog {
        padding-bottom: unset !important;
    }

    .section_newletter_page .post-item {
        padding: 40px 20px;
    }

    .section_newletter_page .col_1 {
        padding-top: unset !important;
    }

    .section_newletter_page {
        padding-top: 40px !important;
    }

        .section_newletter_page .col_search_newsletter {
            display: none;
        }

        .section_newletter_page .col_text_newsletter {
            padding: 0px 20px;
        }

        .section_newletter_page .col_4 {
            display: none;
        }

        .section_newletter_page .col_5 {
            padding-top: unset;
        }

            .section_newletter_page .col_3 .box-image .image-cover,
            .section_newletter_page .col_5 .box-image .image-cover {
                padding-top: 66% !important;
            }

    .section_banner img {
        height: 240px !important;
    }

    .content-newsletter .col_catergory_newsletter {
        order: 2;
        padding-top: 20px !important;
    }

    .blog-single {
        padding-top: 40px !important;
    }

    .col_content_post {
        padding: 0px 20px;
        font-size: 16px !important;
    }

    .get_in {
        padding: 20px 20px !important;
    }

        .get_in h4,
        .get_in .item b,
        .content_post .name_author h3 {
            font-size: 16px !important;
        }

        .get_in .item p,
        .content_post .name_author h4,
        .content_post .name_author p,
        .content_post .name_author .view,
        .content_post .copy_link span {
            font-size: 14px !important;
        }

    .section_related {
        margin-top: unset !important;
        padding: 40px 0px 0px 0px !important;
    }

        .section_related .box-blog-post h5.post-title,
        .section_blog_browse .box-blog-post h5.post-title {
            height: unset !important;
        }

    .section_banner_blog:before {
        height: 240px;
    }

    .section_blog_browse {
        padding-top: 40px !important;
        padding-bottom: unset !important;
    }

        .section_blog_browse .col_text_newsletter {
            padding: 0px 20px 0px;
        }

    .content_post {
        padding: 0px 0px 40px !important;
    }

        .content_post .col_sidebar_post {
            padding: 0px 20px !important;
        }

            .content_post .col_sidebar_post .img_author img {
                width: unset;
                height: unset;
            }

    /*contact*/
    .section_banner .banner_contact h3 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .section_contact_us {
        margin-top: unset !important;
        padding-top: 40px !important;
    }

        .section_contact_us .txt_content h3 {
            width: unset !important;
        }

        .section_contact_us .text_content {
            text-align: center;
        }

        .section_contact_us .txt_number_contact p {
            font-size: 14px;
        }

        .section_contact_us .txt_tile_item p {
            font-size: 16px;
        }

        .section_contact_us .img_contact_us img {
            width: 40px;
        }

        .section_contact_us .col_item {
            padding-bottom: 20px;
        }

    .section_form {
        margin-top: unset;
        padding-bottom: unset !important;
    }

        .section_form .txt_content h3 {
            font-size: 24px;
        }

        .section_form .col_contact {
            margin: auto;
            padding: 40px 32px;
        }

        .section_form .item-form input, .section_form .item-form textarea {
            height: 40px !important;
            padding: 8px;
            font-size: 14px;
        }

        .section_form .sub_text p {
            margin-bottom: 20px !important;
        }

        .section_form .item-form select {
            padding: 0px 13px !important;
            height: 44px;
        }

        .section_form .item-form .flex-col:nth-child(5),
        .section_form .item-form .flex-col:nth-child(6) {
            padding-bottom: 0px;
        }

        .section_form .wpcf7-list-item label {
            align-items: center !important;
        }

        .section_form .button,
        .section_form .wpcf7-form.init {
            margin: unset !important;
        }
    /*footer*/
    #footer .section_footer {
        padding: 40px 20px;
    }

    #footer .col_add_footer p {
        width: unset;
    }

    #footer .col_footer_2 {
        padding: unset !important;
    }

    #footer .col_img_footer {
        padding: 0px 0px 8px 0px;
    }

    #footer h3 {
        margin-bottom: 16px;
    }

    #footer .col_footer_2 p {
        margin-bottom: 12px !important;
    }

    #footer .col_footer_2 .col {
        padding-bottom: 20px !important;
    }

    #footer .icon_social {
        justify-content: unset;
    }
}

.blog-single ul {
    margin: 1.5em 0 1.5em 3em;
}

.blog-single ol {
    margin: 1.5em 0 1.5em 3em;
}



.header-nav > ul.item_big {
    text-align: right;
    margin: 0;
    padding: 0
}

    .header-nav > ul.item_big > li.nav-item {
        display: inline-block;
        float: none;
        position: relative;
        border-radius: 0px;
        padding: 0;
    }

@media (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item {
        margin-right: 10px
    }
}

.header-nav > ul.item_big > li.nav-item.has-mega {
    position: static !important
}

.header-nav > ul.item_big > li.nav-item > a {
    display: block;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    /* identical to box height */
    color: white;
    text-transform: uppercase;
}

    .header-nav > ul.item_big > li.nav-item > a > i {
        margin-left: 5px
    }

.header-nav > ul.item_big > li.nav-item:hover {
    /* background: #fff; */
    border-top-color: #005ca7
}

    .header-nav > ul.item_big > li.nav-item:hover > a {
        color: white;
        font-weight: 700;
        background: transparent;
    }

    .header-nav > ul.item_big > li.nav-item:hover > ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

.header-nav > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 315px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
}

@media (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item .item_small {
        width: 230px;
        left: auto;
        right: 0
    }
}

.header-nav > ul.item_big > li.nav-item > ul li {
    float: none;
    padding: 0 20px;
    list-style: none;
}

    .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0
    }

    .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 315px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04)
    }

@media (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        width: 230px
    }
}

.header-nav > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #343e44;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

    .header-nav > ul.item_big > li.nav-item > ul li a:hover {
        color: #005ca7
    }

    .header-nav > ul.item_big > li.nav-item > ul li a i {
        position: absolute;
        right: -10px;
        padding: 0px 10px;
        top: 0;
        line-height: 38px
    }

.header-nav > ul.item_big > li.nav-item > ul li ul {
    display: none;
    right: -315px;
    top: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

@media (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item > ul li ul {
        right: -230px
    }
}

.header-nav > ul.item_big > li.nav-item > ul > li {
    color: #343e44
}

    .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
        color: #234cbb;
    }

.header-nav > ul.item_big > li.active {
    background: #fff;
    border-top-color: #005ca7
}

    .header-nav > ul.item_big > li.active > a {
        color: #005ca7;
        font-weight: 700
    }
