@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
}

:root {
    --primary-color: #4E148C;
    --background-color: #fff6ed;
    --text-color: #525252;
    --pantone-2024: #fe825e;
    --title-color: #221B1D;
}

html,
body {
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    /* font-family: 'public-san', sans-serif; */
    letter-spacing: 0.2px;
}

/* Common */
.container {
    max-width: calc(100% - 48px);
    width: 1170px;
    margin: 0 auto;
}

.container-fullscreen {
    max-width: calc(100% - 48px);
    margin: 0 auto;
    height: 100%;
}

.container-document {
    width: 982px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.btn {
    display: inline-block;
    min-width: 118px;
    padding: 0 16px;
    line-height: 50px;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    background: #171100;
    border-radius: 50px;
    border: none;
}

.btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.heading {
    font-family: var(--font-heading);
    font-weight: 600;
    color: #171100;
}

.heading.lv1 {
    font-size: 5.8rem;
    line-height: 1.17;
}

.heading.lv2 {
    font-size: 3.8rem;
    line-height: 1.26;
}

.section-heading {
    font-weight: 600;
    font-size: 5.2rem;
    line-height: 1.19;
    color: #000958;
}

.section-desc {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.88;
    color: #656689;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*========== Header ==========*/
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    background-color: #fff;
    z-index: 5;
    padding: 14px 0 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Xác định độ nhòe và màu của box-shadow */
}

.navbar__top {
    position: relative;
    display: grid;
    grid-template-columns:1fr 2fr 1fr 0fr;
    align-items: center;
    gap: 20px;

}

.navbar__input {
    width: 700px;
    height: 40px;
    background-color: #EBEBEB;
}

.navbar__tracking {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    width: 550px;
    height: 40px;
    border-radius: 10px;
}

.navbar-tracking__input {
    width: 550px;
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    background-color: #EBEBEB;
    outline: none;
    caret-color: var(--pantone-2024);
    box-shadow: 0 0 0 1px var(--primary-color);
}

.navbar-tracking__input:focus {
    box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 4px #d0e4ff;
}

.navbar-tracking__button {
    position: absolute;
    right: 2px;
    height: 36px;
    padding: 9px 21px;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #4E148C; 
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.navbar-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-language {
    position: relative;
}

.navbar-language:hover > .navbar-actoion-item__language {
    display: block;
}

.navbar-actoion-item__language {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    display: none;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    z-index: 100;
}

.navbar-actoion__language {
    display: block;
    margin-bottom: 6px;
    padding: 8px 16px;
    font-size: 1.4rem;
    color: #333;
    white-space: nowrap;
}

.navbar-actoion__language::after {
    content: url(../../../static/ddx-new/icon/arrow-up-right.svg);
    margin: 1px 0 0 5px;
}

.navbar-actoion__language:hover {
    color: var(--primary-color);
}

.navbar-actoion-title__language,
.navbar-actoion__link {
    color: #221B1D;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px;
    white-space: nowrap;
}

.navbar-actoion-title__language,
.navbar-actoion__link:hover {
    opacity: 0.9;
}

.navbar-action__signup {
    line-height: 40px;
    background-color: var(--primary-color);
    border-radius: 5px;
    font-size: 1.4rem;
    margin-left: 8px;
    color: #fff;
}

.navbar-action__logout {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color: var(--background-color);
    line-height: 40px;
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-left: 18px;
}

.navbar-logo-mobile,
.navbar-toggle {
    display: none;
}

.navbar-toggle-menu {
    margin-left: 20px;
    cursor: pointer;
}

/* Navbar Bottom */
.navbar__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar__bottom::after {
    position: absolute;
    left: 400px;
    right: 400px;
    top: 20px;
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #C1C3C2;
    opacity: 40%;
    border-radius: 50px;
}

.navbar__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

.navbar__item + .navbar__item {
    margin-left: 16px;
}

.navbar__link {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: #707070;
    white-space: nowrap;
    position: relative; /* Thêm position: relative để pseudo-element có thể hoạt động */
}

.navbar__link:hover {
    color: #221B1D;
}

.navbar__link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #221B1D;
    transition: width 0.3s; /* Thêm transition cho thuộc tính width */
}

.navbar__link:hover::before,
.navbar__link.navbar__link--active::before {
    width: 40%;
}

.navbar__link--active {
    color: #221B1D;
    cursor: default;
}

/* Tablet/Mobile Navbar */
body.overlay-visible {
    overflow: hidden;
}

.tracking-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    cursor: pointer;
}

.tracking-checkbox:checked ~ .tracking-overlay {
    opacity: 1;
    visibility: visible;
}

.menu-drawer {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    z-index: 4;
    padding: 80px 50px 40px;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    overflow-y: auto;
    pointer-events: none;
    transform: translateY(-100%);
}

.menu-checkbox:checked ~ .menu-drawer {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.header-mobile-tracking {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding-bottom: 20px;
}

.header-mobile-tracking__input {
    width: 100%;
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    background-color: #EBEBEB;
    outline: none;
    caret-color: var(--pantone-2024);
    box-shadow: 0 0 0 1px var(--primary-color);
}

.header-mobile-tracking__input:focus {
    box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 4px #d0e4ff;
}

.header-mobile-tracking__button {
    position: absolute;
    right: 2px;
    height: 36px;
    padding: 9px 21px;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #4E148C; 
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.header-mobile__item {
    display: flex;
    flex-direction: column;
}

.header-mobile__link {
    font-size: 1.4rem;
    line-height: 2;
    color: var(--title-color);
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 60, 60, .12);
}

.header-mobile__active {
    color: var(--primary-color);
    cursor: unset;
}

.header-mobile-language {
    background-color: #f9f9f9;
    margin-top: 30px;
    border-radius: 8px;
    padding: 12px 16px;
}

.header-mobile-language__title {
    font-size: 1.2rem;
    color: rgba(60, 60, 60, .7);
    line-height: 2;
}

.header-mobile-language__item {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: var(--title-color);
    line-height: 3;
    white-space: nowrap;
}

.header-mobile-language__item:hover {
    color: var(--primary-color);
}

.header-mobile-language__item::after {
    content: url(../../../static/ddx-new/icon/arrow-up-right.svg);
    margin: 1px 0 0 5px;
}

.header-mobile-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    border-radius: 10px;
    margin-top: 12px;
    padding: 10px;
}
.header-mobile-action__login,
.header-mobile-action__info {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: var(--background-color);
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 14px 16px;
    text-align: center;
}

.header-mobile-action__signup {
    font-size: 1.4rem;
    color: var(--primary-color);
    padding: 12px 16px;
}

.header-mobile-action__logout {
    font-size: 1.4rem;
    color: #ff4d4f;
    padding: 12px 16px;
}

.header-mobile-contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-top: 12px;
    padding: 12px 16px;
}

.header-mobile-contact__icon {
    width: 25px;
    height: 25px;
}

/*========== Hero ==========*/
.hero {
    position: relative;
    min-height: 270px;
    padding: 160px 0 100px;
    background-image: url(../../../static/ddx-image/ddx_banner.png);
    background-position: center;
    background-size: cover;
}

.hero::after {
    background-color: rgba(0,0,0,.45);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.hero .body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero .body h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: flex;
    text-align: center;
    margin: 47px auto 15px;

}

.hero .body p {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 35px;
    color: #fff;
    margin-bottom: 35px;
}

.hero .hero-menu {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 0 30px 15px;
    max-width: 1260px;
    z-index: 4;
}


.hero .hero-item {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255,255,255,.15);
    border: 0 solid;
    border-radius: 20px;
    cursor: poiner;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 20px;
    height: 90px;
    justify-content: center;
    padding: 26px 30px;
    width: 340px;
}

.hero .hero-item:hover {
    /* background-color: rgba(255,255,255,.3); */
    background-color: rgba(254, 130, 94, 0.7);
    text-decoration: none;
    z-index: 999;
}

.hero .hero-item div {
    color: #fff;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 600;
}

/*========== About ==========*/
.about {
    margin-top: 80px;
    padding: 50px 0;
}

.about__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    row-gap: 146px;
}

.about__media {
    position: relative;
}

.about__label {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    color: #5e6085;
}

.about__heading {
    margin-top: 15px;
}

.about__heading,
.about__desc {
    width: 500px;
}

.about__checklist {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 36px;
    margin-top: 54px;
}

.about__check-item {
    position: relative;
    width: 240px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    color: #48496a;
}

.about__check-item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ff5d31;
    box-shadow: 0px 4px 15px -3px rgba(255, 93, 49, 0.69);
    border-radius: 4px;
}

.about__check-item::after {
    position: absolute;
    top: 2px;
    left: 5px;
    content: url(../../../static/ddx-new/icon/check.svg);
}

.about__card {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 136px;
    padding: 30px 26px;
    background: var(--pantone-2024);
    box-shadow: -15px 26px 48px rgba(85, 240, 255, 0.17);
    border-radius: 10px;
    text-align: center;
    z-index: 1;
}

.about__card-title {
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    color: #fff;
}

.about__card-desc {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.43;
    color: white;
}

.about__card-decor {
    position: absolute;
    top: -39px;
    right: -32px;
}

.about__img-wrap {
    position: relative;
    width: 494px;
    margin-left: auto;
}

.about__img {
    width: 350px;
    height: 500px;
    display: block;
    border-radius: 20px;
}

.about__media-decor {
    position: absolute;
    top: 157px;
    right: -50px;
    z-index: -1;
}

.about__img-wrap-bottom {
    width: 458px;
    margin-left: 0;
}

.about__img-wrap-bottom::after {
    content: none;
}

.about__img-bottom {
    width: 350px;
    height: 350px;
}

.about__decor-img {
    position: absolute;
    z-index: -999;
}

.about__decor-img:nth-child(1) {
    top: 13px;
    right: 64px;
}

.about__decor-img:nth-child(2) {
    top: 0;
    right: 94px;
}

.about__decor-img:nth-child(3) {
    top: 33px;
    right: 70px;
}

.about__decor-img:nth-child(4) {
    top: 268px;
    right: 50px;
}

.about__decor-img:nth-child(5) {
    bottom: 150px;
    right: 19px;
}

.about__decor-img:nth-child(6) {
    right: 70px;
    bottom: -40px;
}

.about__decor-img:nth-child(7) {
    right: 60px;
    bottom: -47px;
}

.about__decor-img:nth-child(8) {
    right: 50px;
    bottom: -55px;
}

.about__decor-img:nth-child(9) {
    left: 0;
    top: 0;
}

.about__desc-bottom {
    width: 511px;
    margin-bottom: 50px;
}

.tab__list {
    position: relative;
    display: inline-flex;
    column-gap: 56px;
}

.tab__list::after,
.tab__item--active::after,
.tab__content-more::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 1px;
    background: #ff5b2e;
    opacity: 0.07;
}

.tab__item--active::after {
    width: 95px;
    opacity: 1;
}

.tab__item {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

.tab__icon {
    width: 30px;
}

.tab__title {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    color: #48496a;
    white-space: nowrap;
}

.tab__contents {
    padding-top: 36px;
}

.tab__content-item {
    display: none;
}

.tab__content-item--active {
    display: block;
}

.tab__content-desc {
    width: 460px;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #656689;
}

.tab__content-more {
    position: relative;
    display: inline-block;
    margin-top: 32px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    color: #ff5d31;
}

.tab__content-more::after {
    opacity: 1;
    height: 1.5px;
}

/*========== Service ==========*/
.technology {
    margin-top: 100px;
    padding: 68px 0 100px;
    background: var(--background-color);
    /* background-image: url(./../images/icons-bg.svg); */
}

.technology__top {
    text-align: center;
}

.technology__desc,
.staff__desc {
    margin-bottom: 15px;
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    color: #5e6085;
}

.technology__body {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 65px;
    margin-top: 40px;
    align-items: center;
}

.technology-item {
    width: 300px;
    padding: 30px;
    background: #fff;
    border: 2px solid rgba(255, 188, 122, 0.26);
    border-radius: 10px;
}

.technology-item + .technology-item {
    margin-top: 24px;
}

.technology-item__heading {
    position: relative;
    padding-left: 12px;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
    color: #000958;
}

.technology-item__heading::before {
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    display: inline-block;
    width: 2px;
    border-radius: 1px;
    background: linear-gradient(#ff5b2e, #ffa187);
}

.technology-item__desc {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #656689;
}

.technology-item__more {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1;
    color: #34396a;
}

.technology-item__more::after {
    content: url(../../../static/ddx-new/icon/arrow-up-right.svg);
    margin: 1px 0 0 5px;
}

.technology__media {
    position: relative;
    margin-bottom: 18px;
}

.technology__media::after {
    content: "";
    position: absolute;
    height: 452px;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-radius: 10px;
}

.technology__img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 350px;
    width: 350px;
}

.technology__column {
    margin: 0 auto;
}

.bgn {
    background-color: var(--pantone-2024);
}

/*========== Blog ==========*/
.blog {
    margin-top: 50px;
    padding: 96px 0;
    background-color: var(--background-color);
}

.blog .blog-top {
    text-align: center;
}

.blog .blog-top .desc {
    margin: 16px auto auto;
    width: 448px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #696262;
}

.blog .blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 55px;
    overflow: hidden;
}

.blog .item {
    flex: 1;
    background: #fff;
    border-radius: 12px;
}

.blog .item:hover {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
}

.blog .item .thumb {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}

.blog .item .info {
    padding: 20px 20px 28px;
}

.blog .item .date {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.86;
    color: #5f5b53;
}

.blog .item .date::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background: var(--primary-color);
}

.blog .item .date::after {
    position: absolute;
    left: 0;
    right: -27px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    background: #e2dfda;
    border-radius: 0.5px;
}

.blog .item .title a {
    display: inline-block;
    margin: 12px 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #171100;
}

.blog .item .btn {
    font-size: 1.4rem;
}

.blog .item .btn:hover {
    background: var(--primary-color);
}

.blog .dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 38px;
}

.blog .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5f5b53;
    cursor: pointer;
}

.blog .dot.active {
    cursor: default;
    background: var(--primary-color);
}

/* Review */
.review {
    padding: 104px 0 52px;
}

.review__inner {
    display: flex;
    align-items: center;
    column-gap: 44px;
}

.review__control {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid #ffd1c4;
    background: transparent;
    color: #ff5b2e;
}

.review__control:hover {
    color: #fff;
    background: #ff5b2e;
    border-color: #ff5b2e;
    cursor: pointer;
}

.review__control:nth-of-type(2) {
    margin-left: auto;
}

.review__list {
    display: flex;
}

.review-item {
    display: flex;
    align-items: center;
    column-gap: 115px;
    flex-shrink: 0;
    width: 100%;
}

.review-item__media {
    position: relative;
    flex-shrink: 0;
    width: 274px;
    margin-top: -52px;
    border-radius: 137px;
}

.review-item__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 82%;
    background: var(--pantone-2024);
    border-radius: inherit;
}

.review__content {
    overflow: hidden;
}

.review-item__content {
    margin-top: 28px;
}

.review-item__img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: inherit;
}

.review-item__quote {
    max-width: 553px;
    min-width: 100%;
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.56;
    color: #000;
}

.review-item__author {
    display: flex;
    align-items: center;
    margin-top: 34px;
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    color: #282828;
}

.review-item__author::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 2px;
    margin-right: 8px;
    border-radius: 1px;
    background: #000;
}

.review__dots {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.review__dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #ff5b2e;
}

.review__dot:hover {
    background: #ff5b2e;
    cursor: pointer;
}

.review__dot--active {
    width: 24px;
    background: #ff5b2e;
}

/*========== Contact ==========*/
.contact {
    padding: 150px 0;
}

.contact .body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}


.contact .contact-desc {
    width: 400px;
    margin-bottom: 40px;
}

.contact .contact-ddx {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact .contact-input {
    background-color: var(--background-color);
    padding: 26px 50px 50px;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.contact .contact-img {
    margin-right: 15px;
}

.contact__info {
    color: var(--text-color);
}

.contact .contact-input .contact-desc {
    width: 450px;
    font-size: 3rem;
    color: var(--text-color);
}

.contact .contact-input .contact__input {
    display: flex;
    flex-direction: column;
}

.contact-input .contact__input input,
.contact-input .contact__input textarea {
    margin-top: 30px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    outline: 0;
}

.contact-input .contact__input textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-input .contact__input input:nth-child(3) {
    height: 200px;
}

.contact-input .contact__input textarea:focus, 
.contact-input .contact__input input:focus {
    box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 4px #d0e4ff;
}

.contact-input .contact__input .contact-btn {
    width: 150px;
    margin-top: 40px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

/*========== Footer ==========*/
.footer {
    padding: 50px 0 65px;
    background: var(--background-color);
}

.footer .row {
    display: grid;
    grid-template-columns: 400px repeat(4, 1fr);
    gap: 80px;
    position: relative;

}

.footer .footer-contact {
    margin: 15px 0 30px;
}
.footer .item {
    margin-top: 15px;
    color: var(--text-color);
    font-size: 1.4rem;
    line-height: 20px;
}


.footer .heading {
    font-weight: 600;
    font-size: 2rem;
    color: #1c1c1d;
}

.footer .footer-contact ul li:hover {
    cursor: pointer;
    color: var(--primary-color);
}


.footer .row .img {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 150px;
    height: 150px;
    cursor: ;
}

.footer .row-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .social-link i {
    color: #fff;
    padding: 10px;
    margin: 0 10px;
    background-color: var(--text-color);
    border-radius: 50%;
}

.footer .social-link i {
    color: var(--pantone-2024);
    padding: 10px;
    margin: 0 10px;
    background-color: var(--text-color);
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid #ffd1c4;
}

.footer .social-link i:hover {
    color: #fff;
    background: #ff5b2e;
    border-color: #ff5b2e;
}

.row-bottom .social {
    margin: 30px 0;
}

.row-bottom .copyright {
    font-size: 1.2rem;
    color: var(--text-color);
    font-weight: 500;
}

/*========== Tracking DDX ==========*/
/* Information Tracking */
.infor__inner {
    position: relative;
    top: -100px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 85px 15px;
    border-radius: 10px;
    z-index: 3;
}

.infor__status {
    font-size: 3.2rem;
    font-weight: 600;
    color: #00857D;
    text-align: center;
    margin-bottom: 9px;
}

.infor__tracking {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.infor-tracking__title {
    font-size: 1.4rem;
    line-height: 1.71;
    color: var(--title-color);
}

.infor-tracking__number {
    font-size: 2rem;
    color: var(--primary-color);
    margin-left: 6px;
}

.infor-country {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin: 30px auto 20px;
    background-color: var(--background-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    height: 58px;
}

.infor-country__name {
    font-size: 2.4rem;
    line-height: 1.71;
    color: var(--title-color);
}

.infor-country__arrow {
    margin: 0 40px;
}

.infor-tracking__estimated {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.71;
    color: var(--title-color);
    margin-left: 6px;

}

/* History Tracking */
.history__inner {
    position: relative;
    top: -70px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px 85px;
    border-radius: 10px;
    z-index: 3;
    overflow: hidden;
}

.history-heading {
    display: flex;
    margin-bottom: 30px;
}

.history-heading__title,
.history-heading__service {
    font-size: 3.2rem;
}

.history-heading__title {
    position: relative;
    padding-left: 12px;
    padding-right: 5px;

}

.history-heading__title::before {
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    display: inline-block;
    width: 2px;
    border-radius: 1px;
    background: linear-gradient(#ff5b2e, #ffa187);
}

.history-heading__service {
    color: var(--primary-color);
}

.history-desc {
    width: 100%;
}

.history-desc tr:nth-child(odd){
    background-color: var(--background-color);
}

.history-desc__date {
    width: 20%;
    padding: 12px 0 12px 20px;
}

.history__date {
    font-size: 1.4rem;
}

.history-travel-item {
    display: flex;
    align-items: baseline;
    padding: 12px 16px;
    justify-content: space-between
}

.history__time,
.history__icon,
.history__status,
.history__address{
    font-size: 1.2rem;
    line-height: 25px;
}

.history__time {
    flex: 0 0 30px;
    max-width: 30px;
}

.history__icon {
    flex: 0 0 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.history__status {
    flex: 0 0 380px;
    max-width: 450px;
    padding-right: 20px;
}

.history__address {
    flex: 0 0 140px;
    max-width: 250px;
}

.history__line {
    width: 1px;
    position: absolute;
    top: 120px;
    z-index: 2!important;
    background-color: var(--title-color);
    height: calc(100% - 175px);
}

/* Contact Us */

/*========== Fee DDX ==========*/
/* Navbar Fee */
.navbar-fee__list {
    position: relative;
    top: -105px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 50px;
    border-radius: 10px;
    z-index: 3;
}

.navbar-fee__list {
    display: flex;
    justify-content: space-between;
}

.navbar-fee__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 3;
    color: #707070;
}

.navbar-fee__link:hover {
    color: #221B1D;
}

.navbar-fee__link--active {
    position: relative;
    color: #221B1D;
    cursor: default;
}

.navbar-fee__link--active::before {
    content: "";
    display: flex;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background: #221B1D;
}

/* Content Fee */
.fee__inner{
    position: relative;
    top: -90px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    padding: 40px 60px;
    z-index: 3;
}

.fee-service:not(:last-child) {
    margin-bottom: 80px;
}

.fee__title {
    position: relative;
    font-weight: 500;
    font-size: 4rem;
    padding-left: 12px;
    padding-right: 5px;

}

.fee__title::before {
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    display: inline-block;
    width: 2px;
    border-radius: 1px;
    background: linear-gradient(#ff5b2e, #ffa187);
}

.fee__desc {
    margin-top: 20px;
}

.fee__desc--content {
    font-size: 1.4rem;
    line-height: 2.5;
}

.fee__desc--hightlight {
    color: var(--pantone-2024);
}

.fee-table {
    width: 100%;
    background-color: var(--background-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-top: 30px;
}


.fee-title {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: left;
    padding: 20px 50px;
    border: 1px solid var(--title-color);
}

.hidden:nth-child(n+5) {
    display: none;
}

.fee-desc {
    font-size: 1.4rem;
    text-align: left;
    padding: 20px 50px;
    border-left: 1px solid var(--title-color);
}

.fee__btn {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: var(--background-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.showMoreBtn {
    display: none;
}