/* Variables Defination */

:root {
    --hard-gray: #505050;
    --white-gray: #F7F7F7;
    --light-blue: #0085D3;
    --mint-blue: #8DE3F7;
    --mint-blue-opacity70: #0085d3b3;
    --header-padding: 0 100px;
    --m-column-gap: 10px;
    --l-column-gap: 20px;
    --m-font-size: 15px;
}


/* -------------------- */


/* -----FontImport----- */


/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,577;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,577;1,600;1,700;1,800;1,900&display=swap'); */


/* -------------------- */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: 'Mulish', sans-serif !important;
    color: #505050 !important;
    font-size: 14px !important;
    line-height: 1.6;
}

#hidden {
    display: none;
}

.main-content-wrapper {
    padding: 0;
    width: 100%;
}

.main-content-wrapper .section-banner {
    padding: 0;
    position: relative;
}

.main-content-wrapper .section-banner img {
    width: 100%;
    max-width: unset;
}

.main-content-wrapper .section-banner .content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 10;
    color: #fff;
    text-align: center;
    max-width: 700px;
}

.header-mini-bar {
    height: 40px;
    background-color: var(--white-gray);
    display: flex;
}

.left-header-mini-bar {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    column-gap: var(--m-column-gap);
    align-items: center;
}

.left-header-mini-bar span a {
    color: #0085d3;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar .min-help {
    color: var(--hard-gray);
    font-size: var(--m-font-size);
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    display: none;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar a {
    color: var(--light-blue);
    font-size: var(--m-font-size);
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar a:hover {
    /* color: var(--light-blue) !important; */
    font-weight: bold;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar .profile-tag,
.nav-section-wrapper .header-mini-bar .right-header-mini-bar .profile {
    display: flex;
    align-items: center;
    color: var(--light-blue);
    font-weight: 700;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar .avtar-logo-header {
    width: 24px;
    margin-right: 5px;
}

.right-header-mini-bar ._language {
    min-width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-header-mini-bar ._language .Vietnamese {
    cursor: pointer;
    color: var(--hard-gray);
    font-size: var(--m-font-size);
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.right-header-mini-bar ._language .Vietnamese:hover {
    color: #0085D3;
}

.right-header-mini-bar ._language .english {
    cursor: pointer;
    color: var(--hard-gray);
    font-size: var(--m-font-size);
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.right-header-mini-bar ._language .english:hover {
    color: #0085D3;
}

.right-header-mini-bar {
    flex-grow: 2;
    justify-content: flex-end;
    align-items: center;
    column-gap: var(--l-column-gap);
    display: flex;
    color: var(--hard-gray);
}

.sign-up-label a {
    padding-left: 15px !important;
}

.nav-section-wrapper .header-mini-bar .left-header-mini-bar span a:hover {
    color: #257790;
    font-weight: bold;
    text-decoration: none;
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar ._language button {
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: normal;
    color: #505050;
}

.carousel-indicators li {
    width: 10px !important;
    border-radius: 50% !important;
    height: 10px !important;
    margin-right: 7px !important;
    margin-left: 7px !important;
    border: 1px solid white;
    cursor: pointer;
    background-color: transparent !important;
}

.carousel-indicators .active {
    background-color: white !important;
}

.banner-item-wrapper {
    position: relative;
    /* height: 480px; */
    width: 100%;
    background-position: center;
    background-size: cover;
}

.content-wrapper-banner {
    width: 52%;
    display: flex;
    flex-direction: column;
}

.banner-content-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 70px 0 70px 70px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    justify-content: center;
}

.banner-content {
    font-weight: 400;
    color: white;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    padding-top: 18px;
}

.banner-content .globex-economy {
    font-weight: 800;
    font-size: 25px;
}

.banner-label-left {
    font-size: 46px;
    color: white;
}

.main-content .look-up .content {
    max-width: 980px;
    height: 157px;
    margin: 0 auto;
    overflow: hidden;
    background: #163567;
    margin-top: -50px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    box-shadow: #0000001a 0px 1px 20px 0px;
}

.main-content .look-up .content .left {
    background: transparent;
    padding: 24px 40px 36px 40px;
    flex-grow: 6;
}

.main-content .look-up .content .right {
    background: #00000026;
    padding: 24px 40px 36px 40px;
}

.main-content .look-up .content .right .label,
.main-content .look-up .content .left .label {
    font-size: 22px;
    color: white;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-align: start;
    padding-bottom: 20px;
}

.main-content .look-up .content .left .form-content {
    text-align: start;
    display: flex;
    height: 48px;
}

.main-content .look-up .content .left .form-content input {
    flex-grow: 1;
    border-radius: 6px 0 0 6px;
    outline: unset;
    padding: 0 20px;
    border-color: transparent;
    min-width: 120px;
}

.main-content .look-up .content .left .form-content button {
    border-color: transparent;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    padding: 0 15px;
    outline: unset;
    background: #8DE3F7;
    color: #163567;
    font-size: 16px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    min-width: 80px;
}

.main-content .look-up .content .left .form-content button:hover {
    background: #5ab1c5;
}

.main-content .look-up .content .right .btn-group {
    display: flex;
    height: 48px;
    column-gap: 10px;
}

.main-content .look-up .content .right .btn-group div {
    width: 150px;
}

.main-content .look-up .content .right .btn-group div button {
    width: 100%;
    height: 100%;
    border-color: transparent;
    border-radius: 6px;
    background: var(--light-blue);
    outline: unset;
    cursor: pointer;
    color: white;
    font-size: 15px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .look-up .content .right .btn-group div button:hover {
    background: #1546A0;
}

.banner-item-transparent-layer {
    top: 0;
    /* height: 100%; */
    position: absolute;
    /* border-bottom: 500px solid var(--mint-blue-opacity70); */
    border-right: 125px solid transparent;
    width: 60%;
}

.dropdown-language-selector {
    padding: 10px !important;
}

.dropdown-language-selector li a img {
    padding-right: 10px;
}

.modal-open .nav-section-wrapper {
    right: 17px;
}

.nav-section-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.nav-section-wrapper .nav-menu {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
}


/* .nav-section-wrapper .nav-menu ._logo {
    float: left;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-brand img {
    width: 220px;
}


/* .nav-section-wrapper .nav-menu ._logo .slogan {
    margin-top: 7px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #1546A0;
    font-size: 13px;
} */

.nav-section-wrapper .nav-menu ._menu {
    flex-grow: 1;
    display: flex;
    padding: 17px 0;
    justify-content: flex-end;
}

.nav-section-wrapper .nav-menu ._menu .navbar .navbar-collapse ul {
    column-gap: 20px;
}

.nav-section-wrapper .nav-menu ._menu .navbar {
    padding: 0;
    width: 100%;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .profile-mobile {
    margin-bottom: 10px;
    box-shadow: 0px 2px 0px 0px #303030;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .profile-mobile .profile-nodata-mobile {
    display: flex;
    align-items: center;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .profile-mobile .profile-tag-mobile {
    color: #303030;
    font-weight: 800;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .profile-mobile .profile-tag-mobile img {
    width: 30px;
    margin-right: 10px;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
    padding: 6px 12px;
    color: #303030;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link:hover,
.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-item.active a {
    color: #1546A0
}

.nav-section-wrapper .header-mini-bar .right-header-mini-bar .nav-link img,
.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link img {
    margin-left: 5px;
}

.nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link .icon-acc {
    width: 25px;
    margin-left: 0;
    margin-right: 10px;
}

.nav-section-wrapper .nav-menu ._menu .dropdown:hover .dropdown-menu,
.dropdown:hover .dropdown-menu {
    display: block;
    top: 90%;
    padding: 0;
    min-width: 200px;
    right: 0;
    left: auto;
    border-bottom: 4px solid var(--mint-blue);
    border-top: unset;
    border-right: unset;
    border-left: unset;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.nav-section-wrapper .nav-menu ._menu .dropdown-toggle::after,
.nav-section-wrapper .header-mini-bar .right-header-mini-bar .dropdown-toggle::after,
.nav-section-wrapper .nav-menu ._account ._login .dropdown-toggle::after {
    display: none !important;
}

.nav-section-wrapper .nav-menu ._menu .dropdown-item,
.nav-section-wrapper .nav-menu ._login .dropdown-item {
    padding: 12px 15px;
    border-bottom: 1px solid #ececec;
    font-size: 17px;
    transition: .7s ease;
    color: #505050 !important;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.nav-section-wrapper .nav-menu ._menu .dropdown-item:hover,
.nav-section-wrapper .nav-menu ._login .dropdown-item:hover {
    padding-left: 20px;
    color: #1546A0 !important;
}

.nav-section-wrapper .nav-menu ._menu .dropdown-item:last-child,
.nav-section-wrapper .nav-menu ._login .dropdown-item:last-child {
    border-bottom: 0;
}

.nav-section-wrapper .nav-menu ._menu .dropdown-menu::after,
.nav-section-wrapper .nav-menu ._login .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -4px;
    right: 0;
    left: -175px;
    margin: 0 auto;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.nav-section-wrapper .nav-menu ._account {
    width: 310px;
    padding: 0 15px;
    height: 78px;
    margin-bottom: -2px;
    float: right;
}

.nav-section-wrapper .nav-menu ._account ._login {
    width: 180px;
    height: 100%;
    float: left;
    background: #F5F5F5;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 28px 10px;
}

.nav-section-wrapper .nav-menu ._account ._login span {
    margin-right: 5px;
}

.nav-section-wrapper .nav-menu ._account ._login span:last-child {
    margin-right: 0;
}

.nav-section-wrapper .nav-menu ._account ._login span a {
    color: #505050;
}

.nav-section-wrapper .nav-menu ._account ._login span a:hover {
    color: #0C3683;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.nav-section-wrapper .nav-menu ._account ._login img {
    width: 30px;
    margin-right: 7px;
}

.nav-section-wrapper .nav-menu ._account ._login .profile {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nav-section-wrapper .nav-menu ._account ._login a {
    color: #50505050;
}

.nav-section-wrapper .nav-menu ._account ._login.dropdown {
    padding: 25px 10px;
}

.nav-section-wrapper .nav-menu ._account ._language {
    width: 90px;
    float: left;
}

.nav-section-wrapper .nav-menu ._account ._language button {
    font-size: 14px;
    background: #fff;
    border: 1px solid #fff;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.nav-section-wrapper .nav-menu ._account ._language button img {
    margin-right: 4px;
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-menu {
    padding: 10px;
    font-size: 14px;
    right: 0
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-menu li {
    margin-bottom: 8px;
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-menu li a {
    color: #505050;
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-menu li a img {
    margin-right: 10px;
}

.nav-section-wrapper .nav-menu ._account ._language .dropdown-toggle::after {
    display: none
}

.nav-section-wrapper .nav-menu ._account ._language .fr {
    float: right;
    margin-top: 8px;
    margin-right: 0;
}

.main-content .section-about {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 16px;
}

.main-content .section-service {
    padding-top: 80px;
    text-align: center;
    font-size: 16px;
}

.main-content .section-about .desrcipt {
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
}

.main-content .section-service .desrcipt {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    color: #808080;
}

.main-content .section-about .desrcipt .title {
    font-family: 'Mulish', sans-serif;
    font-size: 38px;
    line-height: 1.3;
    color: #163567;
    font-weight: 900;
    text-transform: uppercase;
}

.main-content .section-about .desrcipt .des {
    margin: 30px 0;
}

.main-content .section-about .desrcipt .des p {
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    line-height: 1.3;
    color: #505050;
    font-weight: normal;
}

.main-content .section-about .item {
    margin-top: 20px;
    border-right: 2px solid #F5F5F5;
    padding: 0 50px
}

.main-content .section-about .item:last-child {
    border-right: 0;
}

.main-content .section-about .item .icon {
    height: 75px;
    margin-bottom: 20px
}

.main-content .section-about .item div {
    color: #808080;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
}

.main-content .section-about .item .icon img {
    height: 100%;
    width: auto
}

.main-content .section-about .item p {
    font-size: 20px;
    color: #303030;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
}

.main-content .section-service .desrcipt .title {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.3;
    color: #163567;
    text-transform: uppercase;
}

.main-content .section-service .desrcipt .des {
    margin: 30px 0;
}

.main-content .section-service .desrcipt .des p {
    font-size: 17px;
    color: #808080;
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
}

.main-content .section-service .service-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.main-content .section-service .service-wrapper .item {
    flex-basis: 25%;
    max-width: 270px;
    border-radius: 10px;
    box-shadow: #0000001a 0px 1px 20px 0px;
    padding: 10px 10px 30px 10px;
}

.main-content .section-service .service-wrapper .item .title {
    color: var(--light-blue);
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    min-height: 68px;
}

.main-content .section-service .service-wrapper .item .img-wrapper {
    position: relative;
    background: #efefef;
    border-radius: 4px 4px 0 0;
    margin-bottom: 22px;
    min-height: 159px;
}

.main-content .section-service .service-wrapper .item .button-wrapper button {
    border-radius: 6px;
    outline: unset;
    border-color: transparent;
    background: var(--light-blue);
    color: white;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
}

.main-content .section-service .service-wrapper .item .button-wrapper button:hover {
    background: #1546A0;
}

.main-content .section-service .service-wrapper .item .img-wrapper .img-layer {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.main-content .section-service .service-wrapper .item .subtitle {
    color: #808080;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 25px;
    min-height: 72px;
    max-width: 215px;
}

.main-content .section-service .item {
    margin-top: 20px;
}

.main-content .section-service .item:last-child {
    border-right: 0;
}

.main-content .section-service .item .icon {
    height: 75px;
    margin-bottom: 20px
}

.main-content .section-service .item .icon img {
    height: 100%;
    width: auto
}

.main-content .section-service .item p {
    font-size: 20px;
    color: #303030;
    font-weight: bold;
    font-family: 'Mulish', sans-serif;
}

.main-content .section-introduce {
    margin-top: 80px;
    text-align: center;
}

.main-content .section-introduce .desrcipt {
    max-width: 850px;
    margin: 0 auto;
    font-size: 17px;
}

.main-content .section-introduce .desrcipt .title {
    font-family: 'Mulish', sans-serif;
    font-size: 38px;
    line-height: 1.3;
    color: #163567;
    font-weight: 900;
    text-transform: uppercase;
}

.main-content .section-introduce .desrcipt .des {
    margin: 30px 0;
}

.main-content .section-introduce .desrcipt .des p {
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    color: #505050;
    font-weight: normal;
}

.main-content .section-introduce .item {
    margin-top: 20px;
    padding: 0;
    width: 25%;
    float: left;
}

.main-content .section-introduce .item .icon {
    height: 120px;
}

.main-content .section-introduce .item .icon img {
    width: auto;
    height: 100%;
}

.main-content .section-introduce .item ._name {
    font-size: 20px;
    margin: 7px 0;
    color: #303030;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.main-content .section-introduce .item ._descript {
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    color: #505050;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    width: 100%;
}

.main-content .section-introduce .line {
    width: 12.5%;
    float: left;
    margin-top: 120px;
}

.background-gray-part {
    background: #F9F9FA;
}

.link-two-parts {
    padding-bottom: 125px !important;
}

.link-footer-part {
    padding-bottom: 80px !important;
}

.main-content .section-register {
    position: relative;
    margin-top: -125px;
}

.main-content .section-register img {
    width: 100%;
    height: auto;
    max-width: unset
}

.main-content .section-register .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 40px;
}

.main-content .section-register .content ._title {
    font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.main-content .section-register .content ._btn {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    column-gap: 15px
}

.main-content .section-register .content ._btn .btn {
    width: 220px;
    height: 46px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}

.main-content .section-register .content ._btn .btn:hover {
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
}

.main-content .section-news {
    margin: 80px auto 0;
    padding-top: 80px;
}

.main-content .section-news p {
    font-size: 38px;
    line-height: 1.3;
    color: #163567;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: unset;
}

.main-content .section-news .subtitle-wrapper {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.main-content .section-news .subtitle-wrapper div {
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    flex-grow: 1;
    line-height: 1.3;
    color: #808080;
}

.main-content .section-news .subtitle-wrapper a {
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    color: #0085D3;
    text-decoration: none;
}

.main-content .section-news .news-item-wrapper {
    display: flex;
    column-gap: 35px;
    position: relative;
}

.main-content .section-news .news-item-wrapper .owl-nav {
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 105px;
    width: 100%;
}

.main-content .section-news .news-item-wrapper .owl-prev {
    left: -20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    background: white !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: #00000038 0px 1px 20px 0px;
}

.main-content .section-news .news-item-wrapper .owl-next {
    right: -20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    background: white !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: #00000038 0px 1px 20px 0px;
}

.edit-order-business {
    font-size: 25px;
}

.main-content .section-news .news-item-wrapper .item {
    flex-grow: 1;
    /* cursor: pointer; */
    margin-bottom: 80px;
}

.main-content .section-news .news-item-wrapper .item:hover .title a {
    color: #0085D3;
}

.main-content .section-news .news-item-wrapper .item:hover .img .label-layer {
    width: 60%;
}

.main-content .section-news .news-item-wrapper .item:hover .img p {
    width: 45%;
}

.main-content-wrapper .news-list .news-item-wrapper .img:hover .left-label-layer,
.main-content-wrapper .news-list .news-item-wrapper .img:hover .right-label-layer {
    width: 60%;
}

.main-content-wrapper .news-list .news-item-wrapper .img:hover p {
    width: 45%;
}

.main-content-wrapper .news-list .news-item-wrapper .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-content .section-news .carousel-hoang {
    margin-top: 40px;
}

.main-content .section-news .news-item-wrapper .item .title a {
    font-size: 22px;
    font-weight: bolder;
    color: #303030;
    font-family: "Mulish", sans-serif;
    margin-bottom: 18px;
    padding-top: 12px;
    min-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.main-content .section-news .news-item-wrapper .item .subtitle {
    font-size: 16px;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    color: #505050;
    margin-bottom: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main-content .section-news .news-item-wrapper .item .time {
    font-size: 14px;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    color: #808080;
    padding-top: 22px;
}

.main-content .section-news .news-item-wrapper .item .img {
    position: relative;
    min-height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content .section-news .news-item-wrapper .item .img img {
    width: 100%;
    height: auto;
    max-width: unset;
}

.main-content .section-news .news-item-wrapper .item .img .label-layer {
    width: 37%;
    position: absolute;
    bottom: 0;
    border-bottom: 32px solid hsl(202 100% 41% / 0.6);
    border-right: 25px solid transparent;
    transition: width 0.6s;
}

.main-content .section-news .news-item-wrapper .item .img p {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    color: white;
    width: 35%;
    display: flex;
    justify-content: center;
    height: 32px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    align-items: center;
    margin-bottom: unset !important;
    transition: width 0.2s;
}

.main-content .section-news .news-item-wrapper .item .seemore a {
    cursor: pointer;
    color: #0085D3;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.section-footer {
    padding: 0px 0 80px;
    background: #F9F9FA;
    /* margin-top: -120px; */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-footer .container {
    padding-top: 70px;
}

.section-footer .logo {
    width: 240px;
    margin: 0 auto;
}

.indicators-wrapper {
    bottom: 60px !important;
}

.section-footer.page {
    padding: 80px 0;
    margin-top: 0;
}

.section-footer .item {
    margin-top: 60px;
    line-height: 1.8;
    overflow: hidden;
}

.section-footer .item .title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #404040;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.section-footer .item .descript {
    margin-bottom: 5px;
    font-family: "OpenSans", sans-serif;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
}

.section-footer .item .text {
    margin-top: 8px;
    float: left;
    width: 100%;
}

.section-footer .item .text .icon {
    width: 20px;
    float: left;
}

.section-footer .item .text .des {
    width: calc(100% - 30px);
    float: left;
    padding-left: 10px;
    max-width: 300px;
    font-family: "OpenSans", sans-serif;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
}

.section-footer .item .menu {
    list-style-type: none;
    padding: 0px;
}

.section-footer .item .menu li {
    margin-bottom: 12px;
}

.section-footer .item .menu .active a,
.section-footer .item .menu li a:hover {
    font-weight: 600;
    color: #1546A0;
}

.section-footer .item .menu li a {
    text-decoration: none;
    width: 100%;
    float: left;
    max-width: 300px;
    font-family: "OpenSans", sans-serif;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    padding-bottom: 17px;
}

a {
    text-decoration: none !important;
}

.section-footer .item .menu li a img {
    margin-right: 5px;
}

.section-footer .item .language {
    margin-bottom: 20px;
}

.section-footer .item .language button {
    font-size: 14px;
    background: #F3F3F6;
    border: 1px solid #D1D1D1;
    width: 170px;
    text-align: left;
    height: 40px;
}

.section-footer .item .language button img {
    margin-right: 10px;
}

.section-footer .item .language .dropdown-menu {
    padding: 10px;
    font-size: 14px;
    right: 0
}

.section-footer .item .language .dropdown-menu li {
    margin-bottom: 8px;
}

.section-footer .item .language .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.section-footer .item .language .dropdown-menu li a {
    color: #505050;
}

.section-footer .item .language .dropdown-menu li a img {
    margin-right: 10px;
}

.section-footer .item .language .dropdown-toggle::after {
    display: none
}

.section-footer .item .language .fr {
    float: right;
    margin-top: 8px;
    margin-right: 0;
}

.section-footer .social {
    margin-bottom: 20px;
}

.section-footer .social .img {
    margin-right: 10px;
    transition: all 0.7s ease-in-out;
}

.section-footer .social .img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section-footer-2 {
    padding: 5px 0;
    background: #F3F3F6;
    border-bottom: 4px solid #1546A0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-footer-2 span {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #404040;
    margin-right: 5px;
    font-size: 15px;
}

.section-footer-2 .text-left {
    margin-top: 18px;
}

.section-footer-2 .member {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

.section-footer-2 .member img {
    width: 50px;
    margin-left: -3px;
    margin-top: -5px;
}

.section-footer-2 .text span {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.section-footer-2 .img-bct {
    width: 152px;
}

.nav-section-wrapper .header-mini-bar .left-header-mini-bar .min-logo {
    display: none;
}

.mobile-show {
    display: none !important;
}

#rotation-modal .modal-content {
    max-width: 600px;
    background: transparent;
    border: 0;
}

#rotation-modal .modal-content .close {
    margin-right: -50px;
    margin-bottom: -25px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}

#rotation-modal .modal-content .close:focus {
    outline: 0
}

@media only screen and (max-width: 575px) {
    .main-content-wrapper .layer-newsdetail .news-detail-layer {
        display: none;
    }
    .global-express-page .station-list-area .title {
        font-size: 21px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-title {
        font-size: 20px !important;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-brand img {
        width: 180px !important;
    }
    .main-content-wrapper .banner-area .banner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .FAQs-area .FAQs-wrapper .FAQs-label,
    .main-content-wrapper .send-question-area .title {
        font-size: 21px !important;
    }
    .global-express-page .station-list-area .sub-title {
        font-size: 14px !important;
    }
    .FAQs-area .FAQs-wrapper .question-card span,
    .main-content-wrapper .send-question-area .sub-title,
    .FAQs-area .FAQs-wrapper .collapse-content {
        font-size: 13px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .FAQs-sub-title {
        font-size: 14px !important;
        margin-bottom: 15px !important;
        margin-top: 0px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-button {
        height: 40px !important;
    }
    .global-express-page .area-title-text,
    .global-express-page .other-services-area .main-content-area .main-title {
        font-size: 21px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper {
        margin-bottom: 15px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title {
        font-size: 21px !important;
        margin-bottom: 5px;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .text-icon {
        min-width: unset !important;
        max-width: 18px;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .text-icon img {
        width: 100%;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items button,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items button {
        font-size: 14px !important;
        height: 40px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p {
        font-size: 14px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper img,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper img {
        width: 100%;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title {
        font-size: 15px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items {
        width: unset !important;
        max-width: 510px;
        min-height: unset !important;
    }
    .global-express-page .type-service-card-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        margin-top: 10px !important;
    }
    .main-content .banner-contact,
    .main-content-wrapper .banner-area .banner {
        height: 300px;
    }
    .main-content .section-general .banner .title {
        font-size: 22px !important;
    }
    .main-content-wrapper .news-detail-area {
        flex-direction: column !important;
    }
    .main-content .look-up .content .right .label,
    .main-content .look-up .content .left .label {
        font-size: 15px;
    }
    .container {
        max-width: 720px !important;
    }
    .main-content-wrapper .banner-area .banner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .img {
        max-height: 200px !important;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .title {
        font-size: 14px !important;
    }
    .main-content-wrapper .news-detail-area .other-news {
        min-width: unset !important;
        padding: 15px !important;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-content {
        padding: unset !important;
    }
    .main-content .section-service .service-wrapper .item,
    .global-express-page .other-services-area .main-content-area .other-service-wrapper .item {
        max-width: unset !important;
    }
    .service-mobile-wrapper .container {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .main-content .section-service .service-wrapper .item .title {
        min-height: unset !important;
    }
    .main-content .section-about .item div br,
    .main-content .section-service .service-wrapper .item .title br {
        display: none;
    }
    .global-express-page .global-express-banner-wrapper {
        height: 300px;
    }
    .global-express-page .static-banner-layer {
        width: 0% !important;
    }
    .global-express-page .img-banner-photo {
        height: 100% !important;
    }
    .global-express-page .absolute-banner {
        background: #0000004f;
    }
    .global-express-page .global-express-banner-content-wrapper div .title {
        font-size: 16px !important;
        text-align: center;
    }
    .global-express-page .global-express-banner-content-wrapper div .subtitle {
        font-size: 13px !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
    .global-express-page .global-express-banner-content-wrapper div button {
        font-size: 14px !important;
        height: 40px !important;
        width: 200px !important;
        padding: 0 15px;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
    .global-express-page .global-express-banner-content-wrapper {
        width: 100% !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .style-title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }
    .global-express-page .price-report-area .price-report-result .vertical-line {
        display: none;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper {
        flex-direction: column-reverse;
        row-gap: 20px;
        align-items: center;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result {
        min-width: 270px !important;
    }
    .global-express-page .price-report-area .price-report-result .title {
        margin-bottom: unset !important;
        padding-top: 60px;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper {
        column-gap: 10px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .global-express-page .price-report-area .img-banner .style-label .title {
        font-size: 16px !important;
    }
    .global-express-page .price-report-area .img-banner .style-label .sub-title {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .huongdanFB img {
        width: 100% !important;
    }
    .banner-label-left {
        font-size: 28px !important;
    }
    .modal-lr .modal-body .close {
        color: black !important;
    }
    .banner-content {
        font-size: 13px !important;
        padding-top: 10px !important;
    }
    .banner-content .globex-economy {
        font-size: 20px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper {
        flex-direction: column !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img {
        height: 150px !important;
        width: 100% !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img .left-label-layer {
        border-bottom: 35px solid #0084d199 !important;
        border-right: 20px solid transparent !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img .left-p {
        font-size: 12px !important;
        height: 35px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content {
        position: unset !important;
        top: unset !important;
        transform: unset !important;
        height: unset !important;
        padding: 15px !important;
        width: unset !important;
    }
    .main-content-wrapper .banner-area .banner .banner-title-wrapper p {
        width: 100% !important;
        text-align: center;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .time,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .time {
        font-size: 12px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .title,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .title {
        font-size: 16px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .sub-title,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .sub-title {
        font-size: 13px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .seemore a,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .seemore a {
        font-size: 12px !important;
    }
    .dropdown-menu {
        border: unset !important;
        padding-top: unset !important;
        margin-top: unset !important;
    }
    .nav-section-wrapper .nav-menu ._menu .dropdown-item,
    .nav-section-wrapper .nav-menu ._login .dropdown-item {
        padding-left: unset !important;
        padding-top: unset !important;
        border: unset !important;
        display: flex;
        align-items: center;
    }
    .nav-section-wrapper .nav-menu ._menu .dropdown-item img,
    .nav-section-wrapper .nav-menu ._login .dropdown-item img {
        width: 6px;
        margin-right: 10px;
    }
    .container {
        max-width: 720px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result {
        min-width: 230px !important;
    }
    .global-express-page .price-report-area .img-banner {
        min-height: unset !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .header-card-price-express,
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .header-card-price-economy {
        font-size: 19px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .label {
        font-size: 13px !important;
    }
    .global-express-page .price-report-area .main-content-area {
        min-height: 575px !important;
    }
    .global-express-page .price-report-area .price-report-result {
        padding-top: 500px !important;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card .from-to-input,
    .global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper {
        flex-direction: column;
        row-gap: 15px;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .to-input-label,
    .global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .from-input-label,
    .global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .label-input,
    .global-express-page .price-report-area .main-content-area .price-report-card input,
    .global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper button {
        font-size: 14px !important;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .input-item,
    .global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .group-info-input-wrapper,
    .global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .additional-info-item .input-info,
    .global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper button {
        height: 40px !important;
    }
    .main-content .session-contact .right .title {
        text-align: center;
    }
    .main-content .session-contact .right .descript p {
        font-size: 14px;
    }
    .main-content .section-service .service-wrapper .item .title {
        font-size: 16px;
        min-height: 50px;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card {
        height: unset !important;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card {
        top: unset !important;
    }
    .main-content .section-service .service-wrapper .item .subtitle {
        font-size: 14px;
        margin-bottom: 10px;
        min-height: 65px;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price button {
        height: 40px !important;
        margin-top: 20px !important;
        font-size: 13px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .date-shipping .label {
        margin-top: 30px !important;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .additional-info-item {
        width: unset !important;
    }
    .main-content .session-contact form .form-group:last-child {
        text-align: center;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .price {
        font-size: 20px !important;
    }
    .main-content-wrapper .about .sub-title {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        min-height: 65px;
    }
    .main-content-wrapper .banner-area .banner .banner-title-wrapper .style-title {
        font-size: 23px !important;
        margin-bottom: unset !important;
    }
    .main-content-wrapper .banner-area .banner .banner-title-wrapper p {
        font-size: 18px !important;
        margin-bottom: 5px;
    }
    .main-content-wrapper .about .sub-title br {
        display: none;
    }
    .main-content-wrapper .section-banner img {
        height: 100%;
        width: unset !important;
    }
    .main-content .section-about .desrcipt .title,
    .main-content .section-service .desrcipt .title,
    .main-content .section-introduce .desrcipt .title,
    .main-content .section-news p,
    .main-content-wrapper .about .title {
        font-size: 21px !important;
    }
    .main-content .section-service .service-wrapper .item {
        flex-basis: 100% !important;
    }
    .main-content .section-news .news-item-wrapper .item .img p {
        font-size: 13px !important;
    }
    .main-content .section-news .subtitle-wrapper a {
        min-width: 100px;
        font-size: 10px !important;
    }
    .global-express-page .price-report-area .main-content-area .price-report-card {
        padding: 30px 15px !important;
    }
    .main-content .section-news .news-item-wrapper .item .title a {
        min-height: 45px;
        -webkit-line-clamp: 1;
    }
    .banner-label-left {
        font-size: 20px !important;
    }
    .banner-item-transparent-layer {
        display: none;
    }
    .banner-content-absolute {
        background-color: #00000057;
    }
    .content-wrapper-banner {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .carousel-indicators {
        display: none !important;
    }
    .banner-content {
        font-size: 11px !important;
        padding-top: 5px !important;
        text-align: center;
        max-width: 295px;
    }
    .nav-section-wrapper .header-mini-bar {
        display: none;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-brand img {
        display: block !important;
    }
    .banner-label-left {
        font-size: 20px;
    }
    .banner-content .globex-economy {
        font-size: 15px;
    }
    .indicators-wrapper {
        margin-bottom: -2rem;
    }
    .nav-section-wrapper .nav-menu .navbar-expand-md .navbar-nav li {
        display: flex;
        justify-content: start;
        align-items: center;
        max-width: 160px;
    }
    .nav-section-wrapper .nav-menu .navbar-expand-md .navbar-nav li a {
        text-align: start;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-hidden {
        display: none !important;
    }
    .main-content .look-up .content {
        flex-direction: column;
        height: auto;
        max-width: 450px;
        margin-top: 30px;
    }
    .main-content .look-up .content .left,
    .main-content .look-up .content .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 15px;
    }
    .main-content .look-up .content .left .form-content {
        width: 100%;
        height: 40px;
    }
    .main-content .look-up .content .right .btn-group {
        width: 100%;
        height: 40px;
    }
    .main-content .look-up .content .right .btn-group div {
        flex-grow: 1;
    }
    .main-content .look-up .content .right .btn-group div button {
        flex-direction: row !important;
        font-size: 14px !important;
    }
    .main-content .look-up .content .right .btn-group div button img {
        width: 20px !important;
    }
    .main-content .section-about .item p,
    .main-content .section-introduce .item ._name {
        font-size: 16px !important;
    }
    .main-content .section-about .desrcipt .title {
        font-size: 24px;
        max-width: 100%;
        margin: 0 auto;
    }
    .main-content-wrapper .section-banner,
    .banner-tracking {
        height: 350px;
        overflow: hidden;
    }
    .nav-section-wrapper .nav-menu .navbar-expand-md .navbar-nav li {
        max-width: unset !important;
    }
    .nav-section-wrapper .nav-menu .navbar-expand-md .navbar-nav li br {
        display: none;
    }
    .nav-section-wrapper .nav-menu .navbar-expand-md .navbar-nav li a {
        font-size: 14px !important;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
        padding: 12px 0;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar .navbar-collapse {
        margin-top: 15px;
    }
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .section-footer-2 .member img {
        width: 40px
    }
    .section-footer-2 .text-right {
        text-align: center !important;
    }
    .visible-xs {
        display: block !important
    }
    .hidden-xs {
        display: none !important;
    }
    .nav-section .nav-menu ._logo {
        display: none
    }
    .nav-section .nav-menu ._account {
        display: none;
    }
    .nav-section .nav-menu ._menu {
        width: 100%;
        padding: 0 0;
    }
    .nav-section .nav-menu ._menu .img-logo {
        width: 150px;
    }
    .nav-section .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .navbar-toggler {
        font-size: 17px !important;
    }
    .main-content .section-about {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 14px;
    }
    .main-content .section-about .desrcipt {
        font-size: 14px;
        margin: 20px 0;
    }
    .main-content .section-introduce {
        margin-top: 50px;
    }
    .main-content .section-introduce .desrcipt .title {
        font-size: 25px;
    }
    .main-content .section-introduce .desrcipt .des {
        font-size: 14px;
    }
    .main-content .section-introduce .item {
        width: 100%;
    }
    .main-content .section-introduce .item .icon {
        height: 80px;
    }
    .main-content .section-introduce .line {
        display: none;
    }
    .main-content .section-introduce .item ._descript {
        font-size: 14px;
        max-width: 280px;
    }
    .main-content .section-news .item {
        margin-bottom: 30px;
    }
    .main-content .section-news .item ._right {
        padding-left: 15px;
        margin-top: 20px;
    }
    .main-content .section-news .item ._title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .main-content .section-news .item ._descript {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .main-content .section-news .item ._detail .btn {
        height: 38px;
        font-size: 14px;
    }
    .main-content .section-news .item ._left {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .main-content .section-feedback .item {
        width: 300px;
        padding: 20px 15px;
        height: 410px;
    }
    .main-content .section-feedback .item .div-img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        float: unset;
    }
    .main-content .section-feedback .item .content {
        width: 100%;
        padding-left: 0;
    }
    .main-content .section-feedback .item .content .des {
        font-size: 14px;
    }
    .main-content .section-feedback .item .content hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .section-footer .item .title {
        font-size: 16px;
    }
    .section-footer .item .menu li {
        margin-bottom: 7px;
    }
    .section-footer .item .menu li a {
        font-size: 14px;
    }
    .main-content .section-clip {
        padding: 0 15px;
        margin-top: 50px;
    }
    .main-content .section-clip ._bg {
        height: 300px;
        border-radius: 10px;
        overflow: hidden;
    }
    .main-content .section-clip ._bg .img-bg {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .main-content .section-clip ._bg ._bg_color {
        left: 0;
        right: 0;
    }
    .main-content .section-clip ._bg ._content {
        left: 20px;
        right: 20px;
        transform: translate(0, 0);
    }
    .main-content .section-clip ._bg ._content ._title {
        font-size: 26px;
        margin-bottom: 13px;
    }
    .main-content .section-clip ._bg ._content ._play {
        margin-bottom: 30px;
        width: 40px;
    }
    .main-content .section-register {
        height: 300px;
        border-radius: 10px;
        overflow: hidden;
    }
    .main-content .section-register img {
        position: absolute;
        left: -10px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .main-content .section-register .content ._title {
        font-size: 22px;
    }
    .main-content .section-register .content ._btn {
        flex-direction: column;
        align-items: center;
    }
    .main-content .section-register .content ._btn .btn {
        margin-bottom: 10px;
        font-size: 14px;
        height: 38px;
        width: 200px;
    }
    /* .main-content-wrapper .section-banner img,
    .banner-tracking img {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: auto;
        max-width: unset;
    } */
    .main-content-wrapper .section-banner .content,
    .banner-tracking .content {
        left: 15px;
        right: 15px;
        transform: translate(0, -50%) !important;
        top: 50%;
        width: unset;
    }
    .main-content-wrapper .section-banner .content .title,
    .banner-tracking .content .title,
    .main-content .section-general .banner .title {
        font-size: 25px;
        margin-bottom: 0;
    }
    .main-content-wrapper .tracking {
        margin-top: 30px;
        padding: 5px;
        height: 48px;
    }
    .main-content-wrapper .tracking .btn-track {
        height: 36px;
        font-size: 14px;
        width: 90px;
    }
    .main-content-wrapper .tracking .input-search {
        width: calc(100% - 90px);
    }
    .main-content-wrapper .tracking .input-search input {
        height: 36px;
        font-size: 13px;
    }
    .main-content .section-tracking .content {
        margin-top: 50px;
        padding: 20px 15px;
    }
    .main-content .section-tracking .content .nodata {
        height: 260px;
        text-align: center;
        padding: 60px 0;
    }
    .main-content .section-tracking .content .infoOrder ul {
        padding: 0 20px;
    }
    .main-content .section-tracking .content .line {
        display: none
    }
    .main-content .section-tracking .content .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .main-content .section-tracking {
        padding: 0;
        z-index: 1;
        margin-bottom: 80px;
    }
    .main-content .section-tracking .content {
        margin-top: -100px;
        background: #fff;
        padding: 40px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 2px 7px #e0dede;
    }
    .main-content .section-tracking .content .title {
        font-size: 20px;
        font-family: MuliBlack;
        color: #1546A0;
    }
    .main-content .section-tracking .content .status {
        font-size: 16px;
        font-family: OpenSansSemiBold;
        color: #0085D3;
    }
    .main-content .section-tracking .content .item {
        /* width: 17%; */
        float: left;
        text-align: center;
    }
    .main-content .section-tracking .content .line {
        width: 10%;
        float: left;
        margin-top: 30px;
    }
    .main-content .section-tracking .content .item .icon {
        height: 80px;
        margin: 0 auto;
    }
    .main-content .section-tracking .content .item .icon img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .main-content .section-tracking .content .item .name {
        font-family: OpenSansSemiBold;
        margin: 7px 0;
    }
    .main-content .section-tracking .content .nodata {
        height: 300px;
        text-align: center;
        padding: 100px 0;
    }
    .main-content .section-tracking .content .nodata .icon {
        width: 80px;
        margin: 0 auto;
    }
    .main-content .section-tracking .content .nodata div:last-child {
        margin-top: 15px;
        font-size: 16px;
        font-family: OpenSansSemiBold;
        color: #303030;
    }
    .main-content .section-tracking .content .card.package {
        border: 1px solid #fff;
    }
    .main-content .section-tracking .content .package .name {
        width: 100px;
        background: #0085D3;
        color: #fff !important;
        height: 34px;
        text-align: center;
        font-size: 18px;
        padding: 3px 0px;
        cursor: pointer;
    }
    .main-content .section-tracking .content .package .name .fa {
        float: right;
        margin: 5px 5px;
    }
    .main-content .section-tracking .content .package .vertical-line {
        height: 30px;
        border-left: 1px solid #0085D3;
        margin-left: 50px;
    }
    .main-content .section-tracking .content .package .step {
        margin-left: 50px;
        border-left: 1px solid #0085D3;
        position: relative;
        padding-left: 40px;
        padding-bottom: 15px
    }
    .main-content .section-tracking .content .package .step::after {
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #0085D3;
        left: -6.5px;
        background: #ffff;
        top: 0
    }
    .main-content .section-tracking .content .package .step:last-child {
        padding-bottom: 0;
        margin-bottom: 20px
    }
    .main-content .section-tracking .content .package .step .date {
        font-family: MuliBold;
        line-height: 1;
        margin-bottom: 10px
    }
    .main-content .section-tracking .content .package .step .status-o {
        margin: 5px 0
    }
    .main-content .section-tracking .content .package .step .icon {
        width: 23px;
        display: inline-block;
        margin: 0 10px;
    }
    .main-content .section-tracking .content .note {
        font-size: 14px;
        text-decoration: underline;
        font-family: OpenSansBold;
        color: #303030;
        margin-bottom: 5px;
    }
    .main-content .section-tracking .content .card.list-order {
        padding: 15px 0 0;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .125);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0;
        margin-bottom: -1px;
    }
    .main-content .section-tracking .content .list-order .name {
        font-family: OpenSansSemiBold;
        color: #303030;
        font-size: 16px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .main-content .section-tracking .content .list-order .name.active {
        color: #0085D3;
    }
    .banner-tracking {
        padding: 0;
        position: relative;
        max-height: 400px;
        overflow: hidden;
    }
    .banner-tracking img {
        object-fit: cover;
        height: 100% !important;
    }
    .banner-tracking .icon {
        width: 30px;
        position: relative;
    }
    .banner-tracking .content {
        position: absolute;
        left: 15px !important;
        right: 15px !important;
        transform: translate(0, -50%) !important;
        top: 50% !important;
        width: unset !important;
        z-index: 10;
        color: #fff;
        text-align: center;
    }
    .banner-tracking .content .title {
        font-family: MuliBlack;
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: -20px;
    }
    .banner-tracking.banner-order .content {
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .banner-tracking .btn-link-multi {
        background: #1546A0;
        color: #ffff;
        font-size: 14px;
        border-radius: 20px;
        padding: 7px 15px;
    }
    .banner-tracking .err_tracking {
        color: #fff;
    }
    .main-content .section-general .container {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content .section-general .content.content-guide,
    .main-content .section-general .content {
        width: 100%;
        padding: 20px 20px;
    }
    .main-content .section-general .content-guide .item .icon {
        float: unset;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .main-content .section-general .content-guide .item .descript {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .main-content .section-service .left,
    .main-content .section-service .right {
        display: none
    }
    .main-content .section-service .content {
        margin-top: 50px;
        box-shadow: 0px 2px 10px #e0dede;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .main-content .section-service .content .item {
        width: 33.333%;
        border-right: 0;
        display: unset;
        float: left;
        margin: 0;
        padding: 15px 5px;
    }
    .main-content .section-service .content .item .arrow {
        display: none
    }
    .main-content .section-service .content .item .title {
        font-size: 14px;
        height: 55px;
    }
    .main-content .section-service .content .item .icon {
        height: 35px;
    }
    .main-content .section-intro .content {
        width: 100%;
    }
    .main-content .section-intro .content img {
        max-width: 100% !important;
    }
    .main-content .session-contact .right {
        margin-top: 30px;
        padding-left: 15px !important;
    }
    .main-content .banner-contact,
    .main-content-wrapper .banner-area .banner {
        height: 300px;
    }
    .main-content .banner-contact img {
        height: 100% !important;
        object-fit: cover;
    }
    .main-content .banner-contact .title {
        font-size: 25px !important;
        left: 0 !important;
        right: 0;
        transform: none !important;
        top: 45% !important;
    }
    .modal-lr .modal-body .right {
        display: none
    }
    .modal-lr .modal-body .left {
        width: 100%;
        padding: 15px;
    }
    .main-content .section-shipping .content {
        padding: 30px 15px;
    }
    .main-content .section-shipping .title-b {
        font-size: 25px;
    }
    .main-content .section-shipping .descript {
        font-size: 14px;
        margin: 20px auto
    }
    .main-content .section-shipping .data-table,
    .main-content .section-profile .data-table {
        width: 100%;
        overflow: auto;
    }
    .main-content .section-shipping .data-table table,
    .main-content .section-profile .data-table table {
        width: 1100px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar,
    .main-content .section-profile .data-table::-webkit-scrollbar {
        height: 6px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-track,
    .main-content .section-profile .data-table::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb {
        background: #888;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb:hover,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .main-content .section-shipping .left {
        padding-right: 15px;
    }
    .main-content .section-shipping .right {
        padding-left: 15px;
    }
    .main-content .section-shipping .btn-add span {
        display: none
    }
    .main-content .section-profile .profile-left {
        margin-right: 0;
    }
    .main-content .section-profile .profile-right {
        margin-top: 30px;
    }
    .profile-right.list-add .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
    .main-content .section-shipping .form-group.pl-1 {
        padding-left: 15px !important;
    }
    .main-content .section-shipping .form-group.pr-1 {
        padding-right: 15px !important;
    }
    .global-express-page .domestic-courier-service-card-wrapper {
        flex-direction: column;
    }
    .global-express-page .domestic-courier-service-card-wrapper div img {
        width: 100%;
    }
    .global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .title,
    .global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .title {
        font-size: 21px !important;
        text-align: center;
        margin-bottom: unset;
    }
    .global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .text-wrapper,
    .global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .text-wrapper {
        margin-bottom: 5px !important;
    }
    .global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper p,
    .global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper p {
        font-size: 14px !important;
    }
    .global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper button,
    .global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper button {
        height: 40px !important;
        font-size: 15px !important;
        margin-left: 50% !important;
        transform: translate(-50%, 0);
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table thead th {
        font-size: 10px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody .time {
        font-size: 13px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody .price {
        font-size: 16px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody button {
        width: 110px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
    .main-content .look-up .content .left .form-content button {
        font-size: 13px !important;
    }
    .main-content .look-up .container {
        padding: unset !important;
    }
    #rotation-modal .modal-content .close {
        margin-right: -5px;
        margin-bottom: -35px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 990px) {
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .main-content-wrapper .news-detail-area .other-news .other-news-content {
        padding: 80px 0 80px 25px !important;
    }
    .main-content-wrapper .news-detail-area .other-news {
        min-width: 200px !important;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-title {
        font-size: 20px !important;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .title {
        font-size: 12px !important;
    }
    .main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .img {
        max-height: 80px !important;
    }
    .global-express-page .station-list-area .title {
        font-size: 21px !important;
    }
    .main-content-wrapper .banner-area .banner .banner-title-wrapper p {
        width: 100% !important;
        font-size: 25px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper {
        column-gap: 15px !important;
    }
    .global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result {
        min-width: 330px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .seemore a,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .seemore a {
        font-size: 12px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .sub-title,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .sub-title {
        font-size: 12px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img {
        height: 210px !important;
        width: 350px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img .left-label-layer,
    .main-content-wrapper .news-list .news-item-wrapper .img .right-label-layer {
        border-bottom: 30px solid #0084d199 !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .img .left-p,
    .main-content-wrapper .news-list .news-item-wrapper .img .right-p {
        font-size: 11px !important;
        height: 30px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content {
        height: 180px !important;
        padding: 15px 15px 20px 30px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .time,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .time {
        font-size: 10px !important;
        margin-bottom: 0px !important;
    }
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .title,
    .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .title {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    .banner-label-left {
        font-size: 23px !important;
    }
    .banner-content {
        font-size: 11px !important;
        padding-top: 22px !important;
    }
    .banner-content .globex-economy {
        font-size: 19px !important;
    }
    .global-express-page .station-list-area .sub-title {
        font-size: 14px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .title {
        font-size: 25px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .style-title {
        font-size: 30px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .subtitle {
        margin-bottom: 12px !important;
        font-size: 12px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div button {
        font-size: 14px !important;
        height: 40px !important;
    }
    .container {
        max-width: 720px !important;
    }
    .global-express-page .area-title-text,
    .global-express-page .other-services-area .main-content-area .main-title {
        font-size: 21px !important;
    }
    .global-express-page .area-subtitle-text-wrapper .area-subtitle-text {
        font-size: 14px !important;
        margin-top: unset !important;
    }
    .main-content-wrapper .send-question-area {
        padding: 80px 0 90px 0;
    }
    .global-express-page .type-service-card-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        margin-top: 10px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items {
        width: unset !important;
        max-width: 510px;
        min-height: unset !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title {
        font-size: 21px !important;
        margin-bottom: 5px;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title {
        font-size: 15px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p {
        font-size: 14px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper {
        margin-bottom: 15px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .text-icon {
        min-width: unset !important;
        max-width: 18px;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .text-icon img {
        width: 100%;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper img,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper img {
        width: 100%;
    }
    .FAQs-area .FAQs-wrapper .question-card span,
    .main-content-wrapper .send-question-area .sub-title,
    .FAQs-area .FAQs-wrapper .collapse-content {
        font-size: 13px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .text-wrapper,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .text-wrapper {
        margin-bottom: 0 !important;
    }
    .main-content-wrapper .banner-area .banner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper .style-label,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper .style-label {
        font-size: 15px !important;
    }
    .global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items button,
    .global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items button {
        font-size: 14px !important;
        height: 40px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .FAQs-sub-title {
        font-size: 14px !important;
        margin-bottom: 15px !important;
        margin-top: 0px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-title {
        font-size: 20px !important;
    }
    .main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-button {
        height: 40px !important;
    }
    .FAQs-area .FAQs-wrapper .FAQs-label,
    .main-content-wrapper .send-question-area .title {
        font-size: 21px !important;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-brand img {
        display: none;
    }
    .main-content-wrapper .about .sub-title br {
        display: none;
    }
    .nav-section-wrapper .header-mini-bar .left-header-mini-bar span {
        display: none;
    }
    .nav-section-wrapper .header-mini-bar .left-header-mini-bar .min-logo {
        display: block;
        width: 210px;
        padding: 20px 0;
    }
    .nav-section-wrapper .header-mini-bar .right-header-mini-bar .min-help {
        display: block;
    }
    .header-mini-bar {
        height: auto !important;
        background-color: white;
    }
    .indicators-wrapper {
        bottom: 45px !important;
    }
    .main-content .section-service .service-wrapper {
        justify-content: center;
        column-gap: 20px;
    }
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .main-content .look-up .content .right .label,
    .main-content .look-up .content .left .label {
        font-size: 15px;
    }
    .main-content .look-up .content .right .btn-group div {
        width: 100px;
    }
    .main-content .look-up .content .right .btn-group div button {
        font-size: 11px;
    }
    .main-content .section-service .service-wrapper .item {
        flex-basis: 100%;
    }
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .nav-section .nav-menu ._logo {
        width: 140px;
        margin: 0px 0 -5px;
    }
    .nav-section .nav-menu ._menu {
        width: 100%;
        padding: 0;
    }
    .nav-section .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }
    .nav-section .nav-menu ._account {
        height: auto;
        width: 330px;
    }
    .nav-section .nav-menu ._account ._login {
        padding: 15px !important;
        background: #fff;
        width: 200px;
    }
    .nav-section .nav-menu ._account ._language button {
        margin-top: 7px;
    }
    .main-content .section-service .right,
    .main-content .section-service .left {
        display: none;
    }
    .main-content .section-service .content {
        margin-top: 70px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .main-content-wrapper .section-banner .content .title {
        font-size: 32px;
    }
    .main-content .section-service .content .item {
        width: 19.9%;
        padding: 15px 0;
        margin: -2px;
    }
    .main-content .section-service .content .item .icon {
        height: 35px;
    }
    .main-content .section-service .content .item .title {
        font-size: 13px;
        height: 40px;
    }
    .main-content-wrapper .tracking {
        height: 50px;
        padding: 5px;
        margin-top: 30px;
    }
    .main-content-wrapper .tracking .input-search input {
        height: 38px;
    }
    .main-content-wrapper .tracking .btn-track {
        height: 38px;
        font-size: 14px;
    }
    .main-content .section-about {
        margin-top: 50px;
    }
    .main-content .section-about .desrcipt .title,
    .main-content .section-introduce .desrcipt .title {
        font-size: 30px;
    }
    .main-content .section-about .desrcipt,
    .main-content .section-introduce .desrcipt {
        font-size: 15px;
    }
    .main-content .section-about .item {
        font-size: 15px;
        padding: 0 20px;
    }
    .main-content .section-introduce {
        margin-top: 50px;
    }
    .main-content .section-introduce .item ._descript {
        font-size: 14px;
    }
    .main-content .section-introduce .item .icon {
        height: 100px;
    }
    .main-content .section-introduce .line {
        margin-top: 103px;
    }
    .main-content .section-news .item ._right {
        padding-left: 15px;
    }
    .main-content .section-news .item ._title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .main-content .section-news .item ._descript {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .main-content .section-news .item ._detail .btn {
        height: 38px;
        font-size: 14px;
    }
    .main-content .section-news .item ._left {
        padding-right: 15px;
    }
    .section-footer .item .title {
        font-size: 18px;
    }
    .section-footer .item .menu li a {
        font-size: 14px;
    }
    .main-content .section-feedback .item {
        width: 500px;
    }
    .main-content .section-feedback .item .div-img {
        width: 100px;
        height: 100px;
    }
    .main-content .section-feedback .item .content {
        width: calc(100% - 100px);
        font-size: 14px;
    }
    .main-content .section-clip ._bg ._content {
        width: 350px;
    }
    .main-content .section-clip ._bg ._content ._title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .main-content .section-clip ._bg ._content ._play {
        margin-bottom: 30px;
        width: 50px;
    }
    .main-content .section-register .content ._title {
        font-size: 22px;
        line-height: 1.3;
    }
    .main-content .section-register .content ._btn .btn {
        height: 38px;
        width: 180px;
        font-size: 13px;
    }
    .main-content .section-tracking .content {
        margin-top: -50px;
    }
    .main-content .section-general .content.content-guide {
        width: 100%;
    }
    .main-content .section-tracking .content .item .name {
        font-size: 13px;
    }
    .section-footer-2 .text-center {
        text-align: left !important;
    }
    .main-content .section-intro .content {
        width: 100%;
    }
    .main-content .section-shipping .content {
        padding: 20px 15px;
    }
    .main-content .section-shipping .left {
        padding-right: 15px;
    }
    .main-content .section-shipping .right {
        padding-left: 15px;
    }
    .main-content .section-shipping .data-table,
    .main-content .section-profile .data-table {
        width: 100%;
        overflow: auto;
    }
    .main-content .section-shipping .data-table table,
    .main-content .section-profile .data-table table {
        width: 1100px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar,
    .main-content .section-profile .data-table::-webkit-scrollbar {
        height: 6px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-track,
    .main-content .section-profile .data-table::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb {
        background: #888;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb:hover,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .main-content .section-profile .linkedgg,
    .main-content .section-profile .linkedfb {
        height: 52px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .global-express-page .global-express-banner-content-wrapper div .title {
        font-size: 40px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .style-title {
        font-size: 50px !important;
    }
    .global-express-page .global-express-banner-content-wrapper div .subtitle {
        margin-bottom: 12px !important;
    }
    .nav-section-wrapper .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link,
    .nav-section-wrapper .header-mini-bar .left-header-mini-bar span a,
    .nav-section-wrapper .header-mini-bar .right-header-mini-bar a,
    .right-header-mini-bar ._language .english,
    .right-header-mini-bar ._language .Vietnamese {
        font-size: 14px;
    }
    .quote-order-btn-label {
        margin-left: unset !important;
    }
    .main-content .look-up .content .right .btn-group div button {
        flex-direction: column;
        padding: 0;
        font-size: 13px;
        row-gap: 4px;
    }
    .main-content .section-news .news-item-wrapper .item .img .label-layer {
        width: 42%;
    }
    .main-content .look-up .content .left .form-content button {
        font-size: 13px;
    }
    .main-content .look-up .content .right .btn-group div button img {
        width: 18px;
    }
    .main-content .look-up .content .right .btn-group div {
        width: 100px;
    }
    .main-content .look-up .content .left,
    .main-content .look-up .content .right {
        padding: 15px 15px 20px;
    }
    .banner-label-left {
        font-size: 27px;
    }
    .banner-content {
        font-size: 13px;
        padding-top: 5px;
    }
    .banner-content .globex-economy {
        font-size: 18px;
    }
    .main-content .look-up .content .right .label,
    .main-content .look-up .content .left .label {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .nav-section-wrapper .nav-menu ._logo {
        width: 170px;
    }
    .main-content .section-about .item p {
        font-size: 16px;
    }
    .main-content .section-about .desrcipt .title,
    .main-content .section-service .desrcipt .title,
    .main-content .section-introduce .desrcipt .title,
    .main-content .section-news p,
    .main-content-wrapper .about .title {
        font-size: 30px;
    }
    .main-content .section-about .item div {
        font-size: 14px;
    }
    .main-content .section-register .content ._title {
        font-size: 25px;
        padding: 0 30px;
    }
    .main-content .section-register .content ._btn .btn {
        font-size: 14px;
    }
    .main-content .section-introduce .desrcipt .des p,
    .main-content .section-introduce .item ._name {
        font-size: 16px;
    }
    .main-content .section-introduce .item ._descript {
        font-size: 13px;
    }
    .main-content .section-introduce .item ._descript br {
        display: none;
    }
    /* ////////HoangCSS//////// */
    /* ////////HoangCSS//////// */
    .main-content .section-service .service-wrapper .item {
        flex-basis: 50%;
    }
    .nav-section .nav-menu ._logo {
        width: 140px;
        margin: 0px 0 -5px;
    }
    .nav-section .nav-menu ._menu {
        width: 100%;
        padding: 0;
    }
    .nav-section .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 20px;
    }
    .nav-section .nav-menu ._account {
        height: auto;
        width: 330px;
    }
    .nav-section .nav-menu ._account ._login {
        padding: 15px !important;
        background: #fff;
        width: 200px;
    }
    .nav-section .nav-menu ._account ._language button {
        margin-top: 7px;
    }
    .main-content-wrapper .section-banner .content .title {
        font-size: 40px;
    }
    .main-content .section-service .content .item {
        width: 19.8%;
        padding: 30px 8px;
    }
    .main-content .section-service .right,
    .main-content .section-service .left {
        display: none;
    }
    .main-content .section-service .content {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    }
    .main-content .section-news .item ._title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-content .section-news .item ._descript {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .main-content-wrapper .section-banner .content {
        width: 700px;
    }
    .main-content .section-intro .content {
        width: 100%;
    }
    .main-content .section-shipping .left {
        padding-right: 15px;
    }
    .main-content .section-shipping .right {
        padding-left: 15px;
    }
    .main-content .section-shipping .content {
        padding: 20px;
    }
    .main-content .section-shipping .data-table,
    .main-content .section-profile .data-table {
        width: 100%;
        overflow: auto;
    }
    .main-content .section-shipping .data-table table,
    .main-content .section-profile .data-table table {
        width: 1100px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar,
    .main-content .section-profile .data-table::-webkit-scrollbar {
        height: 6px;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-track,
    .main-content .section-profile .data-table::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb {
        background: #888;
    }
    .main-content .section-shipping .data-table::-webkit-scrollbar-thumb:hover,
    .main-content .section-profile .data-table::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .main-content .section-profile .linkedgg,
    .main-content .section-profile .linkedfb {
        height: 52px;
    }
}

@media only screen and (max-width: 1400px) {
    .nav-section .nav-menu ._logo {
        width: 160px;
        margin: 0;
    }
    .nav-section .nav-menu ._menu {
        width: calc(100% - 440px);
    }
    .nav-section .nav-menu ._account {
        width: 280px;
        height: 76px;
        padding: 0 0 0 15px;
    }
    .nav-section .nav-menu ._account ._login {
        width: 175px;
    }
    .nav-section .nav-menu ._menu .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    #modalRegister .modal-lg {
        max-width: 950px;
    }
    .modal-address .modal-md {
        max-width: 550px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.news-carousel-icon {
    height: 40px !important;
    width: 40px !important;
    background: white !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: #00000038 0px 1px 20px 0px;
}

.news-carousel-icon-wrapper {
    height: 240px;
    width: 40px !important;
}

.carousel-control-next-custom {
    right: -20px !important;
}

.carousel-control-prev-custom {
    left: -20px !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.global-express-page .content-item-wrapper {
    margin-top: 60px;
    margin-bottom: 87px;
}

.global-express-page .customs-clearance-content-item-wrapper {
    margin-top: 60px;
    padding-bottom: 87px;
}

.global-express-page .area-title-text {
    text-align: center;
    font-size: 38px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    color: #303030;
    text-transform: uppercase;
}

.global-express-page .area-subtitle-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
}

.global-express-page .area-subtitle-text-wrapper .area-subtitle-text {
    max-width: 750px;
    font-size: 17px;
    text-align: center;
    color: #808080;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-top: 20px;
}

.global-express-page .area-subtitle-text-wrapper .cc-area-subtitle-text {
    max-width: 750px;
    font-size: 17px;
    text-align: justify;
    color: #808080;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-top: 20px;
}

.global-express-page .type-service-card-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
}

.global-express-page .global-express-banner-wrapper {
    position: relative;
}

.global-express-page .static-banner-layer {
    z-index: 1;
    width: 65%;
    position: relative;
}

.global-express-page .img-banner-photo {
    position: absolute;
    right: 0;
    z-index: 0;
    height: 100%;
}

.global-express-page .global-express-banner-content-wrapper {
    width: 55%;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
}

.global-express-page .absolute-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.global-express-page .global-express-banner-content-wrapper div .title {
    color: #ffffff;
    font-size: 46px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
}

.global-express-page .global-express-banner-content-wrapper div .style-title {
    color: #8DE3F7;
    font-size: 50px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.edited-style-title {
    font-size: 45px !important;
}

.global-express-page .global-express-banner-content-wrapper div .subtitle {
    color: #f7f7f7;
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    max-width: 580px;
}

.global-express-page .global-express-banner-content-wrapper div button {
    border-radius: 6px;
    background: transparent;
    color: white;
    border: 1.5px solid white;
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    height: 48px;
    width: 158px;
}

.global-express-page .global-express-banner-content-wrapper div button:hover {
    background: white;
    color: #0A2E6F;
    border: 1.5px solid white;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .express,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .express {
    border-bottom: 5px solid #0a2e6f;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .economy,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .economy {
    border-bottom: 5px solid #8DE3F7;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items {
    padding: 20px 25px 40px 25px;
    width: 510px;
    min-height: 531px;
    background-color: #F9F9FA;
    border-radius: 10px 10px 5px 5px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items button,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items button {
    background: transparent;
    color: #0085D3;
    border: 1.5px solid #0085D3;
    border-radius: 6px;
    height: 48px;
    width: 160px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items button:hover,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items button:hover {
    background: #0085D3;
    color: white;
    border: 1.5px solid #0085D3;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .text-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .text-wrapper {
    margin-bottom: 15px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .text-icon {
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper {
    padding-left: 10px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper p {
    color: #404040;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: unset;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper .style-label,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .items-text-info-wrapper .label-wrapper .style-label {
    color: #404040;
    font-size: 17px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .under-line,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .under-line {
    width: 40px;
    border-bottom: 2px solid #8DE3F7;
    margin: 10px 0 30px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper {
    display: flex;
    column-gap: 37px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .icon-wrapper {
    max-width: 150px;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper {
    flex-grow: 1;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .title {
    color: #404040;
    font-size: 28px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.global-express-page .content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title,
.global-express-page .customs-clearance-content-item-wrapper .type-service-card-wrapper .type-service-card-items .header-wrapper .text-wrapper .sub-title {
    color: #808080;
    font-size: 19px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
}

.global-express-page .price-report-area .img-banner {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 390px;
}

.global-express-page .price-report-area .img-banner img {
    width: 100%;
}

.global-express-page .price-report-area .img-banner .style-label {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 8%;
}

.global-express-page .price-report-area .img-banner .style-label .title {
    color: #ffffff;
    font-size: 38px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-bottom: unset;
}

.global-express-page .price-report-area .img-banner .style-label .sub-title {
    color: #ffffff;
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
}

.global-express-page .price-report-area .main-content-area {
    position: relative;
    padding-bottom: 90px;
    min-height: 250px;
}

.global-express-page .price-report-area .main-content-area .price-report-card {
    position: absolute;
    width: 100%;
    height: 318px;
    top: -160px;
    right: 50%;
    padding: 30px 60px 40px 60px;
    transform: translate(50%, 0px);
    border-radius: 8px;
    border: unset;
    box-shadow: #0000001a 0px 1px 20px 0px;
}

.global-express-page .price-report-area .main-content-area .price-report-card ::placeholder,
.global-express-page .price-report-area .main-content-area .price-report-card :-ms-input-placeholder,
.global-express-page .price-report-area .main-content-area .price-report-card ::-ms-input-placeholder {
    color: #40404042;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item {
    flex-grow: 1;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .to-input-label,
.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .from-input-label {
    margin-bottom: 10px;
    color: #404040;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .select2-container--default .select2-selection--single,
.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .to-select-provinces .select2-container--default .select2-selection--single {
    border-radius: 6px !important;
    height: 46px;
    display: flex;
    align-items: center;
    outline: unset;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .select2-container {
    width: 100% !important;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0 16px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px;
    transform: translate(0px, -50%);
}

.global-express-page .price-report-area .main-content-area .price-report-card .from-to-input .from-to-input-item .input-item {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    outline: unset;
    padding: 0 16px;
    border: 1px solid #BDBDBD;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper {
    display: flex;
    margin-bottom: 30px;
    column-gap: 20px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper button {
    background: #0085D3;
    color: white;
    border-radius: 6px;
    width: 200px;
    height: 48px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper button:hover {
    background-color: #1546A0;
}

.global-express-page .price-report-area .main-content-area .price-report-card .btn-wrapper {
    display: flex;
    column-gap: 35px;
    align-items: center;
    justify-content: flex-end;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .label-input {
    color: #404040;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .additional-info-item {
    flex-grow: 1;
    width: 200px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .group-info-input-wrapper {
    width: 100%;
    height: 46px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .group-input-container {
    flex-grow: 1;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper input {
    outline: unset;
    border: 1px solid #BDBDBD;
    padding: 0px 16px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .long-value-input {
    border-radius: 6px 0 0 6px;
    border-right: unset;
    padding: 0 16px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .width-value-input {
    border-radius: unset;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .height-value-input {
    border-radius: 0px 6px 6px 0px;
}

.global-express-page .price-report-area .main-content-area .price-report-card .additional-info-input-wrapper .additional-info-item .input-info {
    height: 46px;
    padding: 0 16px;
    outline: unset;
    border: 1px solid #BDBDBD;
    padding: 0px 16px;
}

.global-express-page .price-report-area .price-report-result {
    display: none;
    transition: opacity 3s ease-out;
    opacity: 0;
    visibility: visible;
    padding-top: 210px;
}

.global-express-page .price-report-area .price-report-result .vertical-line {
    border-right: 1px solid #E4E4E4;
}

.global-express-page .price-report-area .price-report-result .title {
    color: #404040;
    font-size: 22px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .no-data-notice {
    text-align: center;
}

.global-express-page .price-report-area .price-report-result .notice {
    text-align: center;
    margin-top: 40px;
    color: red;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-weight: 700;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .header-card-price-express {
    font-size: 24px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    height: 70px;
    background-color: #0a2e6f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .header-card-price-economy {
    color: #303030;
    font-size: 24px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    height: 70px;
    background-color: #8de3f766;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: #0000001a 0px 1px 20px 0px;
    min-width: 364px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price {
    padding: 0px 10px 40px 10px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result p {
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .label {
    color: #909090;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: unset;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .date-shipping .label {
    margin-top: 45px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .value {
    color: #404040;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: unset;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .notice {
    color: #3389FF;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .price {
    color: #FD7F00;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: unset;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price button {
    margin-top: 35px;
    border-radius: 6px;
    background-color: #FD7F00;
    color: white;
    height: 50px;
    width: 200px;
    text-align: center;
    outline: unset;
    border: 1px transparent;
    cursor: pointer;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .last-result-wrapper .card-result .main-content-card-price button:hover {
    background-color: #e47200;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.FAQs-area .FAQs-wrapper {
    margin: 80px 0;
}

.FAQs-area .FAQs-wrapper .icon {
    max-width: 450px;
}

.FAQs-area .FAQs-wrapper {
    flex-grow: 1;
}

.FAQs-area .FAQs-wrapper .label {
    color: #303030;
    font-size: 36px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-align: center;
}

.FAQs-area .FAQs-wrapper .FAQs-label {
    color: #303030;
    font-size: 36px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.FAQs-area .FAQs-wrapper .question-card {
    width: 100%;
    background: #F7F8F8;
    border-radius: 6px;
    height: 54px;
    overflow: hidden;
    margin-top: 15px;
}

.FAQs-area .FAQs-wrapper .question-card span {
    color: #505050;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.FAQs-area .FAQs-wrapper .question-card button {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    outline: unset;
    border: 1px solid transparent;
    padding: 0 15px;
    background-color: transparent;
    cursor: pointer;
}

.FAQs-area .FAQs-wrapper .question-card .question-icon {
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.FAQs-area .FAQs-wrapper .question-card .down-icon {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 30px;
}

.FAQs-area .FAQs-wrapper .collapse-content {
    color: #808080;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin: 0px 30px;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item {
    flex-grow: 1;
    max-width: 270px;
    border-radius: 10px;
    box-shadow: #0000001a 0px 1px 20px 0px;
    padding: 10px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .title {
    color: var(--light-blue);
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
    min-height: 68px;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .img-wrapper {
    position: relative;
    background: #efefef;
    border-radius: 4px 4px 0 0;
    margin-bottom: 22px;
    min-height: 159px;
    width: 100%;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .button-wrapper button {
    border-radius: 6px;
    outline: unset;
    border-color: transparent;
    background: var(--light-blue);
    color: white;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .button-wrapper button:hover {
    background: #1546A0;
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .img-wrapper .img-layer {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.global-express-page .other-services-area .main-content-area .other-service-wrapper .item .subtitle {
    color: #808080;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-bottom: 24px;
    text-align: center;
    min-height: 72px;
}

.global-express-page .other-services-area .main-content-area .main-title {
    color: #303030;
    font-size: 36px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.global-express-page .other-services-area .main-content-area {
    padding-top: 60px;
}

.global-express-page .domestic-courier-service-card-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    margin-top: 40px;
    align-items: center;
}

.global-express-page .domestic-courier-service-card-wrapper .img-wrapper {
    width: 300px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper button,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper button {
    background: transparent;
    color: #0085D3;
    border: 1.5px solid #0085D3;
    border-radius: 6px;
    height: 48px;
    width: 160px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper button:hover,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper button:hover {
    background: #0085D3;
    color: white;
    border: 1.5px solid #0085D3;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .text-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .text-wrapper {
    margin-bottom: 15px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper {
    padding-left: 10px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper p,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper p {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: unset;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper .style-label,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .items-text-info-wrapper .label-wrapper .style-label {
    color: #404040;
    font-size: 17px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .under-line,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .under-line {
    width: 40px;
    border-bottom: 2px solid #8DE3F7;
    margin: 10px 0 30px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper {
    display: flex;
    column-gap: 37px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .icon-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .icon-wrapper {
    max-width: 150px;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper {
    flex-grow: 1;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .title,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .title {
    color: #0085D3;
    font-size: 28px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
}

.global-express-page .content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .sub-title,
.global-express-page .customs-clearance-content-item-wrapper .domestic-courier-service-card-wrapper .header-wrapper .text-wrapper .sub-title {
    color: #808080;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-bottom: unset;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    width: 100%;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table td,
.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table th {
    border-top: unset;
    text-align: center;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table thead th {
    border-bottom: 1px solid #dee2e6;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #909090;
    text-transform: uppercase;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody .time {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #404040;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody .price {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #FD7F00;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody .notice {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    color: #3389FF;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody td {
    vertical-align: middle;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody button {
    width: 180px;
    height: 50px;
    color: white;
    background-color: #FD7F00;
    border-radius: 6px;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.global-express-page .price-report-area .price-report-result .price-report-result-card-wrapper .table-card .table tbody button:hover {
    background-color: #e07000;
}

.global-express-page .station-list-area {
    padding-bottom: 80px;
}

.global-express-page .station-list-area .title {
    text-align: center;
    font-size: 38px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #303030;
    margin-top: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.global-express-page .station-list-area .sub-title {
    text-align: center;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    color: #505050;
    margin-bottom: 40px;
}

.global-express-page .station-list-area .station-list {
    display: flex;
    column-gap: 120px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.global-express-page .station-list-area .station-list .station-item {
    display: flex;
    column-gap: 20px;
    width: 475px;
    font-family: "Open Sans", sans-serif;
}

.global-express-page .station-list-area .station-list .station-item .icon {
    min-width: 80px;
}

.global-express-page .station-list-area .station-list .station-item .content {
    flex-grow: 1;
    padding-right: 20px;
}

.global-express-page .station-list-area .station-list .station-item .content .content-label {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
    color: #404040;
}

.global-express-page .station-list-area .station-list .station-item .content .location-view {
    color: #0085D3;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.global-express-page .station-list-area .station-list .station-item .content .content-area {
    width: 100%;
    margin-bottom: 20px;
}

.global-express-page .station-list-area .station-list .station-item .content .content-area .content-item {
    margin-bottom: 10px;
}

.global-express-page .station-list-area .station-list .station-item .content .content-area .content-item .item-label {
    color: #FD7F00;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 15px;
}

.global-express-page .station-list-area .station-list .station-item .content .content-area .content-item .item-value {
    color: #505050;
    font-weight: normal;
    font-size: 15px;
}

.main-content-wrapper .banner-area .banner {
    position: relative;
}

.main-content-wrapper .banner-area .banner .banner-title-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.main-content-wrapper .banner-area .banner .banner-title-wrapper p {
    width: 50%;
    color: white;
    font-size: 46px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.main-content-wrapper .banner-area .banner .banner-title-wrapper .style-title {
    color: #8DE3F7;
    font-size: 60px;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-content-wrapper .banner-about-wrapper {
    padding: unset;
}

.main-content-wrapper .about {
    text-align: center;
}

.main-content-wrapper .about .introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content-wrapper .about .img-icon img {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.main-content-wrapper .about .img-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-content-wrapper .about .title {
    font-size: 38px;
    color: #163567;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-top: 60px;
    margin-bottom: 30px;
}

.main-content-wrapper .about .sub-title {
    font-size: 17px;
    color: #505050;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-bottom: 60px;
    max-width: 800px;
}

.main-content-wrapper .shipping-guide-main-content .title {
    color: #163567;
    font-size: 38px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.main-content-wrapper .shipping-guide-main-content .sub-title {
    color: #505050;
    font-size: 17px;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    max-width: 750px;
    text-align: center;
}

.main-content-wrapper .shipping-guide-main-content .sub-title-wrapper {
    display: flex;
    justify-content: center;
}

.main-content-wrapper .shipping-guide-navbar {
    padding: unset;
    background: #0085D3;
    height: 90px;
    margin-top: -1px;
}

.main-content-wrapper .shipping-guide-navbar .container {
    height: 100%;
}

.main-content-wrapper .shipping-guide-nav-list {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.main-content-wrapper .shipping-guide-nav-list .vertical-line {
    height: 22px;
    border-left: 1px solid white;
    opacity: 0.2;
}

.main-content-wrapper .shipping-guide-nav-list li {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
}

.main-content-wrapper .shipping-guide-nav-list .active {
    background: #16366924;
}

.main-content-wrapper .shipping-guide-nav-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper {
    display: flex;
    column-gap: 50px;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item .step-title {
    font-family: "Mulish", sans-serif;
    color: #163567;
    font-size: 22px;
    margin-top: 40px;
    font-weight: 900;
    margin-bottom: 22px;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item .horizontal-line {
    width: 47px;
    border-bottom: 2px solid #163567;
    margin-bottom: 30px;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item .detail-content {
    text-align: center;
    font-size: 16px;
    color: #505050;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item .detail-content .phone-number {
    color: #0085D3;
    font-weight: bold;
}

.main-content-wrapper .shipping-guide-main-content .step-wrapper .step-item .img-wrapper {
    min-height: 203px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main-content-wrapper .shipping-guide-main-content {
    padding-bottom: 80px;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Mulish", sans-serif;
    color: white;
    background: #00000066;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .FAQs-banner-title-wrapper {
    background: transparent;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-title {
    font-size: 46px;
    font-weight: 900;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-sub-title {
    font-size: 18px;
    font-weight: 600;
    max-width: 480px;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .FAQs-sub-title {
    font-size: 18px;
    font-weight: 600;
    max-width: 650px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-button {
    width: 240px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    color: white;
    background: #0085D3;
    outline: unset;
    border-color: transparent;
    cursor: pointer;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-button:hover {
    background: #0079be;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-banner-title-wrapper .recruitment-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-content-wrapper .introduce-recruitment .sub-title {
    text-align: center;
    font-size: 17px;
    color: #505050;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    max-width: 940px;
}

.main-content-wrapper .introduce-recruitment .title {
    text-align: center;
    font-size: 36px;
    color: #163567;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    max-width: 888px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.main-content-wrapper .introduce-recruitment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.main-content-wrapper .bottom-banner-recruitment-wrapper {
    padding-bottom: 100px;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-bottom-banner-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Mulish", sans-serif;
    color: white;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 100px;
}

.main-content-wrapper .banner-recruitment-wrapper .banner .recruitment-bottom-banner-title-wrapper .recruitment-content-wrapper {
    width: 100%;
}

.main-content-wrapper .policies-benefits {
    margin-top: 70px;
}

.main-content-wrapper .policies-benefits .title {
    font-size: 26px;
    color: #163567;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.main-content-wrapper .policies-benefits .content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 70px;
    justify-content: center;
    padding-bottom: 80px;
}

.main-content-wrapper .policies-benefits .content .item {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    column-gap: 20px;
    max-width: 375px;
}

.main-content-wrapper .policies-benefits .content .item .icon {
    min-width: 61px;
}

.main-content-wrapper .policies-benefits .content .item .text {
    font-size: 17px;
    color: #404040;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    max-width: 260px;
    margin-bottom: unset;
}

.main-content-wrapper .position {
    padding-bottom: 80px;
}

.main-content-wrapper .position .title {
    font-size: 26px;
    color: #163567;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.main-content-wrapper .position .position-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.main-content-wrapper .position .position-item {
    height: 90px;
    width: 788px;
    padding: 18px 30px;
    border-radius: 6px;
    background: white;
    border: unset;
    box-shadow: #0000001a 0px 1px 5px 0px;
    font-family: "Mulish", sans-serif;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.main-content-wrapper .position .position-item .item-icon {
    min-width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.main-content-wrapper .position .position-item .content {
    flex-grow: 1;
}

.main-content-wrapper .position .position-item .content .item-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #0085D3;
}

.main-content-wrapper .position .position-item .content .item-sub-title {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-content-wrapper .news-list .news-item-wrapper .img {
    height: 376px;
    width: 564px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-content-wrapper .news-list .news-item-wrapper .img .left-p {
    left: 0;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: white;
    width: 35%;
    display: flex;
    justify-content: center;
    height: 40px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    align-items: center;
    margin-bottom: unset !important;
    transition: width 0.2s;
}

.main-content-wrapper .news-list .news-item-wrapper .img .left-label-layer {
    width: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 40px solid hsl(202 100% 41% / 0.6);
    border-right: 25px solid transparent;
    transition: width 0.6s;
}

.main-content-wrapper .news-list .news-item-wrapper .img .right-p {
    right: 0;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: white;
    width: 35%;
    display: flex;
    justify-content: center;
    height: 40px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    align-items: center;
    margin-bottom: unset !important;
    transition: width 0.2s;
}

.main-content-wrapper .news-list .news-item-wrapper .img .right-label-layer {
    width: 37%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 40px solid hsl(202 100% 41% / 0.6);
    border-left: 25px solid transparent;
    transition: width 0.6s;
}

.main-content-wrapper .news-list {
    margin-top: 90px;
    margin-bottom: 90px;
}

.main-content-wrapper .news-list .pagination-wrapper {
    display: flex;
    column-gap: 10px;
}

.main-content-wrapper .news-list .pagination-wrapper .active {
    background: #0085D3;
    color: white;
}

.main-content-wrapper .news-list .pagination-item {
    border-radius: 50%;
    color: #0085D3;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    cursor: pointer;
}

.main-content-wrapper .news-list .pagination-item:hover {
    background: #0085D3;
    color: white;
}

.main-content-wrapper .news-list .pagination-wrapper {
    margin-top: 50px;
}

.main-content-wrapper .news-list .reverse {
    flex-direction: row-reverse;
}

.main-content-wrapper .news-list .news-item-wrapper {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper {
    position: relative;
    flex-grow: 1;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content {
    position: absolute;
    top: 50%;
    transform: translate(-24px, -50%);
    z-index: 1;
    height: 312px;
    width: calc(100% + 24px);
    overflow: hidden;
    box-shadow: #0000001a 0px 1px 20px 0px;
    border: unset;
    background: white;
    padding: 20px 40px 35px 60px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    height: 312px;
    width: calc(100% + 24px);
    overflow: hidden;
    box-shadow: #0000001a 0px 1px 20px 0px;
    border: unset;
    background: white;
    padding: 20px 40px 35px 60px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}


/* .main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content:hover {
    padding: 20px 20px 35px 80px;
    transform: translate(-44px, -50%);
} */

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content:hover .title,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content:hover .title {
    color: #0085D3;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .seemore,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .seemore {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .seemore a,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .seemore a {
    font-size: 18px;
    color: #0085D3;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .time,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .time {
    font-size: 16px;
    color: #808080;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .title,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .title {
    font-size: 22px;
    color: #303030;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .right-content .sub-title,
.main-content-wrapper .news-list .news-item-wrapper .content-wrapper .left-content .sub-title {
    font-size: 16px;
    color: #505050;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-content-wrapper .news-detail-area {
    display: flex;
    column-gap: 76px;
    margin-bottom: 100px;
}

.main-content-wrapper .news-detail-area .news-detail {
    flex-grow: 1;
}

.main-content-wrapper .news-detail-area .news-detail .news-tag {
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #0085D3;
    font-family: "Mulish", sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.main-content-wrapper .news-detail-area .news-detail .news-title h1 {
    font-size: 32px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    color: #303030;
    margin-bottom: 20px;
}

.main-content-wrapper .news-detail-area .news-detail .news-content img {
    margin-bottom: 20px;
}

.main-content-wrapper .news-detail-area .other-news {
    min-width: 425px;
    background: #F9F9FA;
    max-height: 1550px;
}

.main-content-wrapper .news-detail-area .other-news .other-news-content {
    padding: 80px 0 80px 50px;
}

.main-content-wrapper .news-detail-area .other-news .other-news-title {
    font-size: 22px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    color: #303030;
    margin-bottom: 30px;
}

.main-content-wrapper .layer-newsdetail {
    position: relative;
}

.main-content-wrapper .layer-newsdetail .news-detail-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .title {
    font-size: 18px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    color: #303030;
}

.main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item .img {
    margin-bottom: 15px;
    margin-bottom: 15px;
    max-height: 200px;
    overflow: hidden;
}

.main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item {
    margin-top: 30px;
    cursor: pointer;
}

.main-content-wrapper .news-detail-area .other-news .other-news-content .other-news-list .other-news-item:hover .title {
    color: #0085D3;
    text-decoration: none;
}

.main-content .section-general .banner {
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
    background: linear-gradient(to right, #0085D3, #0C3683);
    padding: 70px 15px;
}

.main-content .section-general .banner .title {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.main-content .section-general .content {
    width: 100%;
    margin: 0 auto;
    margin-top: -80px;
    background: #fff;
    padding: 40px 45px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px #e0dede;
    margin-bottom: 70px;
}

.main-content .section-general .content ._title {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2;
    color: #0C3683;
    margin-bottom: 10px
}

.main-content .section-general .content ._sub_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.main-content .section-general .content table {
    margin: 20px 0;
    width: 100%;
}

.main-content .section-general .content table thead tr th {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #dee2e6;
    color: #303030;
    padding: 12px 20px;
}

.main-content .section-general .content table tbody tr td {
    border: 1px solid #dee2e6;
    padding: 12px 20px;
}

.main-content .section-general .content p,
.main-content .section-general .content ul li {
    margin-bottom: 10px;
}

.main-content .section-general .content b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #303030;
}

.main-content .section-general .content i {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.main-content .section-general .content.content-guide {
    width: 85%;
}

.main-content .section-general .content-guide .item {
    float: left;
    margin-bottom: 50px;
}

.main-content .section-general .content-guide .item .icon {
    width: 150px;
    float: left;
}

.main-content .section-general .content-guide .item .descript {
    width: calc(90% - 150px);
    float: left;
    padding-left: 50px;
}

.main-content .section-general .content-guide .item .name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 7px 0;
    color: #303030;
}

.main-content .section-general .content-guide .item a {
    color: #1546A0;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.main-content .section-general .content-guide .item a:hover {
    text-decoration: underline !important;
    color: #1546A0;
}

.main-content .section-general .content-guide .item div {
    margin-bottom: 5px;
}

.main-content .section-general .content ._descript {
    color: #8697ad;
}

.main-content .section-general .content .form-control {
    font-size: 14px;
    background: #F7F8F8;
    border: 1px solid #F7F8F8;
    height: 42px;
}

.main-content .section-general .content .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0;
    border-color: #F7F8F8;
}

.main-content .section-general .content .form-control::placeholder {
    font-size: 14px;
    color: #9da9b5;
}

.main-content .section-general .content .select2-container--default .select2-selection--single {
    height: 42px;
    background: #F7F8F8;
    border: 1px solid #F7F8F8;
}

.main-content .section-general .content .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 6px;
}

.main-content .section-general .content .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px
}

.main-content .section-general .content label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
}

.main-content .section-general .content .item-l {
    padding-right: 5px;
}

.main-content .section-general .content .item-r {
    padding-left: 5px;
}

.main-content .section-general .content .btn {
    font-size: 16px;
    color: #fff;
    background: #0085D3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 160px;
    margin-top: 10px;
    height: 42px;
}

.main-content .section-general .content .price {
    max-width: 500px;
    width: 100%;
    padding: 12px 25px;
    float: left;
    border-radius: 6px;
    background: #FFF5E1;
    border: 2px solid #FAEFDB;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.main-content .section-general .content .price .kc {
    width: 40%;
    float: left;
}

.main-content .section-general .content .price .title-3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline;
    line-height: 1.4
}

.main-content .section-general .content .price .cp {
    width: calc(60%);
    float: left;
}

.main-content .section-general .content .right {
    padding-left: 45px
}

.main-content .section-general .content .right a {
    color: #0085D3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.main-content-wrapper .tracking {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 50px;
    padding: 7px;
    border: 1px solid #fff;
}

.main-content-wrapper .tracking .btn-track {
    background: #1546A0;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    width: 120px;
    height: 46px;
    float: right;
}

.main-content-wrapper .tracking .btn-track:hover {
    background: #0085D3;
}

.main-content-wrapper .tracking .input-search {
    width: calc(100% - 120px);
    float: left;
}

.main-content-wrapper .tracking .input-search input {
    height: 46px;
    border: 0;
    font-size: 15px;
    color: #404040;
}

.main-content-wrapper .tracking .input-search input:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.main-content-wrapper .tracking.error {
    border: 1px solid #d0022b;
}

#notice-price-report {
    display: none;
    color: #ff0000ad;
    font-weight: bold;
    transition: 1s;
}

#notice-price-report-no-address {
    display: none;
    color: #ff0000ad;
    font-weight: bold;
    transition: 1s;
}

.hor-line {
    border-bottom: 1px solid #8080801c;
}

.ans-content-wrapper {
    padding: 20px 0 30px 0;
}

.main-content-wrapper .send-question-area {
    padding: 100px 0 90px 0;
}

.main-content-wrapper .send-question-area .title {
    text-align: center;
    color: #303030;
    font-size: 38px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}

.main-content-wrapper .send-question-area .sub-title {
    text-align: center;
    color: #505050;
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.main-content-wrapper .send-question-area .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 22px;
}

.main-content-wrapper .send-question-area .form .phone-mail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 22px;
    width: 100%;
}

.main-content-wrapper .send-question-area .form input,
.main-content-wrapper .send-question-area .form select {
    border-radius: 6px;
    outline: unset;
    border: 2px solid #E4E4E4;
    padding: 0px 16px;
}

.main-content-wrapper .send-question-area .form .phone {
    height: 48px;
    flex-grow: 1;
}

.main-content-wrapper .send-question-area .form .email {
    height: 48px;
    flex-grow: 1;
}

.main-content-wrapper .send-question-area .form .name {
    height: 48px;
    width: 100%;
}

.main-content-wrapper .send-question-area .form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #E4E4E4;
}

.main-content-wrapper .send-question-area .form .problem-type-select {
    height: 48px;
    width: 100%;
}

.main-content-wrapper .send-question-area .form button {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    outline: unset;
    cursor: pointer;
    background: #0085D3;
    color: white;
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

.main-content-wrapper .send-question-area .form input:focus,
.main-content-wrapper .send-question-area .form select:focus,
.main-content-wrapper .send-question-area .form textarea:focus {
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px #0085d3d1;
}

.up {
    transform: rotate(180deg);
}

.news-author-name {
    width: 100%;
    text-align: right;
    color: #222222c4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    opacity: 0;
}

.kaizen-news table {
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    border-left: 1px solid #80808038;
    border-right: 1px solid #80808038;
    margin-bottom: 20px;
}

.kaizen-news table thead {
    background-color: #8080801a;
    border-bottom: 1px solid #80808038;
}

.kaizen-news table thead th {
    height: 40px;
    padding: 0 15px;
    border-right: 1px solid #80808038;
}

.kaizen-news table tbody tr {
    height: 50px;
    border-bottom: 1px solid #80808038;
}

.kaizen-news table tbody td {
    padding: 0 15px;
    border-right: 1px solid #80808038;
}

#to-top-button {
    display: inline-block;
    background-color: #FD7F00;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 1000;
    padding: 10px;
}

#to-top-button:hover {
    box-shadow: #0000001a 0px 1px 20px 0px;
}

#to-top-button:active {
    background-color: #555;
}

#to-top-button.show {
    opacity: 1;
    visibility: visible;
}

.span-err {
    display: flex;
    align-items: center;
    color: red;
    font-weight: 600;
    flex-basis: 100%;
}

.span-sucess {
    display: flex;
    align-items: center;
    color: green;
    font-weight: 600;
    flex-basis: 100%;
}

.profile-right .title-add {
    margin: 15px 0 25px 0 !important;
}

.main-content .section-profile .change-pass {
    margin-top: unset;
}


/* //hoang */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

#container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

#user-info {
    border: 1px solid #CCC;
    clear: both;
    margin: 0 auto 20px;
    max-width: 400px;
    padding: 10px;
    text-align: left;
}

#photo-container {
    background-color: #EEE;
    border: 1px solid #CCC;
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
}

#photo {
    height: 80px;
    margin: 0;
    width: 80px;
}

@media (max-width: 300px) {
    #photo-container,
    #photo {
        height: 40px;
        width: 40px;
    }
}

.country-code-selector {
    height: 42px !important;
    max-width: 128px;
}

.seo-items {
    height: 0px !important;
    margin: unset !important;
    opacity: 0 !important;
}

.new-label-class {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main-content .section-news .news-item-wrapper .item .position-relative img {
    height: 240px;
    object-fit: cover;
}

.margin0auto {
    margin: 0 auto;
}

.fontfaopensemibold {
    font-family: 'OpenSansSemiBold';
}

.top3px {
    top: 3px;
}

.otpCode-input {
    border: 1px solid #ced4da !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
}

.acc-link-modalbody {
    height: auto;
    padding: 20px !important
}

.width-20 {
    width: 20%
}

.width-40 {
    width: 40%
}

.width-60 {
    width: 60%
}

.width-80 {
    width: 80%
}

.mgtop-10px {
    margin-top: 10px;
}

.fontstyle-italic {
    font-style: italic;
}

.color-0085D3 {
    color: #0085D3
}

.domestic-booking-form .form-item .item-label,
.package-details .form-item .item-label {
    min-width: 200px;
    margin: unset;
    font-weight: bold;
    text-align: left;
}

.package-details .form-item input {
    width: 100px;
}

.domestic-booking-form .form-item {
    margin-top: 10px;
}

#confirmBooking {
    background-color: var(--light-blue);
}

.delete-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn i {
    color: red;
    font-size: 21px;
    width: fit-content;
    cursor: pointer;
    background-color: unset !important;
}

input[name="description"] {
    width: 300px !important;
}

input[name="weight"],
input[name="long"],
input[name="height"],
input[name="width"] {
    max-width: 80px !important;
    text-align: center;
}

.package-list .label-input {
    min-height: 16px;
}

.add-package-btn {
    color: #0085d3 !important;
    border: none !important;
    background-color: unset !important;
}

.add-package-btn:hover {
    font-weight: bold;
}

.package-error-text,
.phone-error-text,
.name-error-text,
.address-error-text {
    display: none;
}

.delete-package-btn {
    background-color: unset !important;
}

.quote-order-btn-label {
    margin-left: 8px;
}

.nav-fill .nav-item {
    color: black;
}

.nav-tabs .nav-link {
    border: unset !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #017bc9 !important;
    box-shadow: 0px 2px 0px #017bc9 !important;
    /* font-weight: bold !important; */
}

.profile-right .nav-tabs {
    border-bottom: unset !important;
}

#tabContentAddress .name,
#tabContentAddress .address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.function-btn-groups {
    top: -20px;
    right: 15px;
    display: none;
}

.function-btn-groups .func-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 19px;
    box-shadow: #00000029 0px 6px 16px;
}

.function-btn-groups .delete-address {
    background: #ff7373;
    color: #fff;
}

.function-btn-groups .update-address {
    background: #2c539b;
    color: #fff !important;
}

.function-btn-groups .delete-address:hover {
    background: #ff4c4c;
    color: #fff;
}

.function-btn-groups .update-address:hover {
    background: #144299;
    color: #fff !important;
}

.address-item {
    border: unset !important;
    background: #f1f1f169;
    border-radius: 6px;
    min-height: 145px;
}

.address-item:hover .function-btn-groups {
    display: flex;
}

.address-item:hover {
    box-shadow: #00000029 0px 4px 3px;
    transition: all 0.3s ease-in-out;
    background: #f1f1f1;
}

.btn-checkbox input {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.btn-checkbox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-content: center;
    margin-bottom: unset;
}

.address-item .name-container .tick {
    padding: 0px 15px;
    border: 1px solid #3fc7e5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
    color: #1da2d1;
    min-width: 125px;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: unset !important;
}

.form-control,
.select2-container .select2-selection--single {
    font-size: 14px !important;
    height: 38px !important;
    padding: 5px 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important
}

.select2-container--bootstrap4 .select2-selection {
    font-size: 14px !important
}

.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    margin-top: -4px
}

.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important
}

.select2-container--bootstrap4 .select2-selection {
    font-size: 14px !important;
    padding: 12px 5px !important;
    border-radius: 4px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline {
    width: 100%
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 0 !important;
}

.content-grid .filter-frm .select2-container--bootstrap4 .select2-selection {
    font-size: 13px !important;
}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 14px !important;
}

.filter .select2-container {
    width: 210px !important;
}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 14px !important;
}

.modal-content .select2-container .select2-selection {
    height: 105px;
    overflow: hidden;
}

.modal-content .auto .select2-container .select2-selection {
    height: auto;
    overflow: auto;
}

.swal-footer {
    text-align: center;
}
.swal-title {
    color: #000 !important;
    font-family: "Roboto";
    font-weight: 600;
    font-weight: 100 !important;
    font-size: 20px !important;
}
.swal-text {
    color: #777 !important;
    font-family: "Roboto";
    font-weight: 100 !important;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}
.swal-overlay--show-modal .swal-modal {
    will-change: auto !important;
}
.swal-button--confirm {
    padding: 7px 25px;
    background-color: #144299;
}
.swal-button--cancel {
    padding: 7px 25px;
    background-color: #efefef;
}
.swal-button--confirm:hover{
    background-color: #144299 !important;
    opacity: .8;
}
.swal-button:focus {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(43, 114, 165, 0.29);
}
.swal-content{
    margin-top: 5px !important;
    font-size: 14px;
}
.btn.btn-download-img-tracking {
    float: left;
    font-size: 14px !important;
    color: #0085D3;
    padding: 0;
    background: #fff;
}