@import url(./root.css);

#content_view {
    background-color: #173553c4;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% auto;
}

.slider-info {
    position: absolute;
    bottom: 160px;
    left: 190px;
    z-index: 1;
}

.slider-info .slogan {
    font-family: 'SFU Salzburg', sans-serif !important;
    font-size: 36px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 20px;
}

.slider-info .slide-info-btn {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: transparent;
    color: var(--ihd-white-color);
    border: 1px solid var(--ihd-white-color);
    font-size: 16px;
}

.slider-info .slide-info-btn.white {
    background-color: #fff !important;
    color: var(--ihd-primary-color) !important;
    border: 1px solid var(--ihd-primary-color) !important;
}


.slider-swiper .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    height: 800px;
}

.slider-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}


.landing-info h4::after {
    left: -20px;
    top: -20px;
    height: 100px;
    border-left-width: 1px;
}

.landing-info h4::before {
    left: -20px;
    top: -20px;
    border-top-width: 1px;
    width: 100px;
}

.landing-info p::after {
    right: -15px;
    bottom: -15px;
    height: 100px;
    border-right-width: 1px;
}


#about_us {
    background-image: url(/assets/batdongsan/img/iholdings/about_us.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 800px;
}


#about_us .about-images .about-img {
    width: 200px;
    height: 320px;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
}


#about_us .about-images .about-img.ai-1 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#about_us .about-images .about-img.ai-2 {
    left: 220px;
    top: 50%;
    transform: translateY(calc(50% - 150px));
}

#about_us .about-images .about-img.ai-3 {
    left: 220px;
    top: 50%;
    transform: translateY(calc(-50% - 170px));
}

#about_us .about-images .about-img.ai-4 {
    left: 440px;
    top: 50%;
    transform: translateY(-50%);
}

#about_us .about-images .about-img.ai-5 {
    left: 440px;
    top: 50%;
    transform: translateY(calc(-50% - 340px));
}


#core_values {
    background-image: url(/assets/batdongsan/img/iholdings/core_values.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 600px;
}


#core_values .title {
    font-size: 36px;
    padding: 0 30px;
    color: var(--ihd-primary-color);
    font-weight: 600;
}

#core_values .core-values-item {
    padding: 40px;
}

#core_values .core-values-item .icon {
    width: 52px;
    height: 52px;
    background-color: var(--ihd-primary-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#core_values .core-values-item .icon img {
    width: 30px;
}

#core_values .core-values-item h5 {
    font-size: 20px;
    color: var(--ihd-primary-color);
}

#core_values .core-values-item p {
    font-size: 16px;
    color: var(--ihd-primary-color);
}






.news-swiper h4 strong,
.news-swiper p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}


.swiper-pagination-bullet-active {
    background: #0b3d6b !important;
}

.slider-info p {
    font-size: 45px;
}

@media (max-width: 991.98px) {
    .landing-header .logo-link {
        display: none;
    }

    .slider-info p {
        font-size: 25px;
    }

    #content_view {
        background-size: auto 100%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

@media (max-width: 576px) {
    .slider-info p {
        font-size: 15px;
    }
}


#ranking_sales {
    background-image: url(/assets/batdongsan/img/iholdings/ranking_sales.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 800px;
}


#ranking_sales .honor-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 200px;
    padding: 60px 20px;
}

/* CARD */
#ranking_sales .honor-container .employee-card {
    text-align: center;
    position: relative;
}

/* HEXAGON */
#ranking_sales .honor-container .employee-card .hex-wrapper {
    width: 203px;
    height: 249px;
    position: relative;
    z-index: 1;
    clip-path: path("M101.5 3C101.5 3 197 34.642 197 61.25C197 87.858 197 154.019 197 177.75C197 201.481 101.5 236 101.5 236C101.5 236 6 199.084 6 177.75C6 156.416 6 85.9403 6 61.25C6 36.5597 101.5 3 101.5 3Z");
}

/* AVATAR */
#ranking_sales .honor-container .employee-card .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGE (1-2-3) */
#ranking_sales .honor-container .employee-card .rank-badge {
    position: absolute;
    top: 22px;
    left: 15px;

    width: 41px;
    height: 98px;

    background: #BF1F43;

    clip-path: path("M0.00711035 20.8278C-0.49289 17.8278 25.5068 -0.67233 37.0071 2.32784C37.0071 2.32784 30.5068 4.82767 30.5068 7.32767V95.8277L14.0068 82.3277L0.00711035 95.8277C0.173777 71.8277 0.40711 23.2278 0.00711035 20.8278Z");

    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;

    padding-top: 18px;
    color: #fff;
    font-weight: bold;
}

#ranking_sales .honor-container .employee-card .rank-badge span {
    font-size: 36px;
    position: absolute;
    left: 5px;
}

#ranking_sales .honor-container .employee-card.top-1-center .rank-badge span {
    font-size: 36px;
    left: 8px;
}

/* STAR */
#ranking_sales .honor-container .employee-card .star {
    width: 40px;
    position: absolute;
    top: 206px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#ranking_sales .honor-container .employee-card .wreath {
    position: absolute;
    width: 300px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* TEXT */
#ranking_sales .honor-container .employee-card .position {
    color: #6c757d;
    display: none;
    margin-top: 10px;
}

#ranking_sales .honor-container .employee-card .name {
    font-weight: bold;
    color: #0d2c54;
}

/* TOP 1 nổi lên */
#ranking_sales .honor-container .employee-card.top-1-center {
    transform: translateY(-40px);
}

#ranking_sales .honor-container .employee-card.top-1-center .name {
    font-size: 20px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    #ranking_sales .honor-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    #ranking_sales .honor-container .employee-card.top-1-center {
        transform: none;
    }

    #ranking_sales .honor-container .employee-card.top-1-center {
        order: 1;
    }

    #ranking_sales .honor-container .employee-card.top-2-left {
        order: 2;
    }

    #ranking_sales .honor-container .employee-card.top-2-right {
        order: 3;
    }
}


#landing_project {
    background-image: url(/assets/batdongsan/img/iholdings/landing_project.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 800px;
    position: relative;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #003087;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.section-title-underline {
    display: block;
    width: 100px;
    height: 3px;
    background: #e8192c;
    margin: 0 auto 32px auto;
    border-radius: 2px;
}

.section-description {
    font-size: 28px;
    font-weight: 800;
    color: #003087;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

/* Tab buttons */
#landing_project .project-tab-wrapper {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 32px;
    border: 2px solid #003087;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#landing_project .project-tab-btn {
    padding: 10px 32px;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #003087;
    transition: background 0.2s, color 0.2s;
    outline: none;
}

#landing_project .project-tab-btn.active {
    background: #003087;
    color: #fff;
}

#landing_project .project-tab-btn:not(.active):hover {
    background: #e8f0fc;
}

/* Project cards */
#landing_project .project-tab-content {
    display: none;
}

#landing_project .project-tab-content.active {
    display: flex;
    flex-wrap: wrap;
}

#landing_project .project-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 48, 135, 0.10);
    transition: transform 0.25s, box-shadow 0.25s;
    background: #fff;
}

#landing_project .project-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(0, 48, 135, 0.18);
}

#landing_project .project-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

#landing_project .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 70%, transparent);
    color: #fff;
    padding: 18px 16px 14px;
    border-radius: 0 0 16px 16px;
}

#landing_project .project-info a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

#landing_project .project-info p {
    margin: 0;
    font-size: 0.82rem;
    opacity: 0.88;
}

/* Xem thêm button */
#landing_project .btn-more-projects {
    display: inline-block;
    margin-top: 32px;
    padding: 10px 40px;
    border: 1.5px solid #003087;
    color: #003087;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    background: transparent;
    transition: background 0.2s, color 0.2s;
}

#landing_project .btn-more-projects:hover {
    background: #003087;
    color: #fff;
    text-decoration: none;
}

#landing_news {
    background-image: url(/assets/batdongsan/img/iholdings/landing_news.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 60px 0;
}

#landing_news .news-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

#landing_news .news-item .news-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--ihd-primary-color);

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#landing_news .news-item .news-date {
    font-size: 16px;
    color: var(--ihd-primary-color);
}

#landing_news .btn-more-news {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 40px;
    border: 1.5px solid #003087;
    border-radius: 6px;
    color: #003087;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
}

#landing_news .btn-more-news:hover {
    color: #fff;
    background: #003087;
}

.partner-swiper .swiper-button-next,
.partner-swiper .swiper-button-prev {
    color: #333;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.partner-swiper .swiper-button-next::after,
.partner-swiper .swiper-button-prev::after {
    font-size: 16px;
}

#partner_swiper {
    background-image: url(/assets/batdongsan/img/iholdings/partner_swiper.png);
    background-color: var(--ihd-white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 400px;
}

#partner_swiper .swiper-slide {
    align-self: center;
}

#partner_swiper .swiper-slide img {
    max-height: 100px;
}

/* ===== Tablet ===== */
@media (min-width: 576px) and (max-width: 1024px) {
    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
    }

    .landing-header.transparent-header .header-top-content {
        display: flex !important;
        min-height: 34px;
        padding: 8px 28px 0;
        font-size: 9px;
    }

    .landing-header.transparent-header .header-top-content .hot-line,
    .landing-header.transparent-header .header-top-content .slide {
        display: flex !important;
    }

    .landing-header.transparent-header .header-top-content .btn {
        padding: 4px 8px;
        border: 0;
        background: transparent !important;
        color: #fff !important;
        font-size: 9px;
    }

    .landing-header.transparent-header .logo-link {
        display: block;
    }

    .landing-header.transparent-header .mobile-logo-link,
    .landing-header.transparent-header #kt_landing_menu_toggle {
        display: none !important;
    }

    .landing-header.transparent-header .header-logo {
        height: 42px;
        margin-left: 48px;
    }

    .landing-header.transparent-header #kt_header_nav_wrapper {
        display: flex !important;
        margin-right: 20px;
    }

    .landing-header.transparent-header .main-menu {
        gap: 4px !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-end;
        max-width: 500px;
    }

    .landing-header.transparent-header .main-menu a.menu-link.nav-link {
        padding: 8px 7px;
        font-size: 10px;
    }

    .slider-swiper .swiper-wrapper .swiper-slide img {
        height: 710px;
        border-radius: 0 !important;
        object-position: center center;
    }

    .slider-info {
        bottom: 105px;
        left: 22%;
    }

    .slider-info .slogan,
    .slider-info p {
        font-size: 28px;
    }

    .slider-info .slide-info-btn {
        padding: 9px 18px;
        font-size: 12px;
    }

    #about_us {
        height: 690px;
        padding: 58px 0 !important;
        background-size: auto 100%;
    }

    #about_us .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #about_us .landing-info {
        width: 82%;
        margin: 0 auto;
    }

    #about_us .landing-info h2 {
        margin-bottom: 22px !important;
        font-size: 27px !important;
        text-align: center;
    }

    #about_us .landing-info p {
        margin-bottom: 0;
        font-size: 15px !important;
        line-height: 1.45;
    }

    #about_us .landing-info .mb-5 {
        margin-bottom: 14px !important;
    }

    #about_us .about-images {
        width: 92%;
        height: 270px;
        margin: 25px auto 0 !important;
        overflow: hidden;
    }

    #about_us .about-images > .overflow-hidden {
        display: flex;
        gap: 12px;
        width: max-content;
        overflow: visible !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    #about_us .about-images .about-img {
        position: static;
        flex: 0 0 166px;
        width: 166px;
        height: 260px;
        border-radius: 10px;
        transform: none !important;
    }

    #core_values {
        height: auto;
        min-height: 620px;
        padding: 48px 5% !important;
        background-size: auto 100%;
    }

    #core_values > .d-flex > .row {
        max-width: 720px;
        margin: 0 auto;
    }

    #core_values > .d-flex > .row > div:first-child {
        width: 100%;
    }

    #core_values > .d-flex > .row > div:not(:first-child) {
        width: 50%;
    }

    #core_values .title {
        max-width: 420px;
        margin: 0 auto 18px;
        padding: 0;
        font-size: 27px;
        text-align: center;
    }

    #core_values .core-values-item {
        padding: 12px 32px;
    }

    #core_values .core-values-item .icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    #core_values .core-values-item .icon img {
        width: 27px;
    }

    #core_values .core-values-item h5 {
        font-size: 16px;
    }

    #core_values .core-values-item p {
        font-size: 12px;
        line-height: 1.45;
    }

    #ranking_sales {
        height: 850px;
        padding: 55px 0 !important;
    }

    #ranking_sales .honor-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 70px;
        align-items: start;
        padding: 42px 70px 0;
    }

    #ranking_sales .honor-container .employee-card {
        justify-self: center;
    }

    #ranking_sales .honor-container .employee-card.top-1-center {
        grid-column: 1 / -1;
        order: 1;
        transform: none;
    }

    #ranking_sales .honor-container .employee-card.top-2-left {
        order: 2;
    }

    #ranking_sales .honor-container .employee-card.top-2-right {
        order: 3;
    }

    #ranking_sales .honor-container .employee-card .position {
        display: block;
        margin: 8px 0 0;
        font-size: 12px;
    }

    #ranking_sales .honor-container .employee-card .name,
    #ranking_sales .honor-container .employee-card.top-1-center .name {
        max-width: 210px;
        margin-top: 4px !important;
        font-size: 13px;
        line-height: 1.35;
    }

    .section-title {
        font-size: 27px;
    }

    .section-title-underline {
        width: 72px;
        margin-bottom: 20px;
    }

    .section-description {
        font-size: 20px;
    }

    #landing_project {
        height: 550px;
        padding: 52px 0 40px;
    }

    #landing_project .container {
        max-width: 720px;
    }

    #landing_project .project-tab-wrapper {
        margin-bottom: 22px;
    }

    #landing_project .project-tab-btn {
        padding: 8px 20px;
        font-size: 10px;
    }

    #landing_project .project-tab-content .row > div {
        width: 50%;
    }

    #landing_project .project-tab-content .row > div:nth-child(n + 3) {
        display: none;
    }

    #landing_project .project-item img {
        height: 245px;
        border-radius: 10px;
    }

    #landing_project .project-info {
        display: none;
    }

    #landing_project .btn-more-projects {
        margin-top: 24px;
        padding: 8px 34px;
        font-size: 10px;
    }

    #landing_news {
        min-height: 520px;
        padding: 52px 0 45px !important;
        background-size: auto 100%;
    }

    #landing_news .container {
        max-width: 720px;
    }

    #landing_news .text-center.mb-18 {
        margin-bottom: 24px !important;
    }

    #landing_news .row .row > div {
        width: 50%;
        padding: 6px !important;
    }

    #landing_news .row .row > div:nth-child(n + 3) {
        display: none;
    }

    #landing_news .news-item img {
        height: 230px;
        aspect-ratio: 1.28 / 1;
    }

    #landing_news .news-item .item-title {
        padding: 16px 10px !important;
    }

    #landing_news .news-item .news-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
    }

    #landing_news .news-item .news-date {
        font-size: 11px;
    }

    #landing_news .btn-more-news {
        margin-top: 20px;
        padding: 8px 34px;
        font-size: 10px;
    }

    #partner_swiper {
        height: 300px;
    }

    #partner_swiper .partner-swiper {
        padding: 32px 45px !important;
    }

    #partner_swiper .partner-swiper .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }

    #partner_swiper .partner-swiper .swiper-slide {
        flex: 0 0 25%;
        width: 25% !important;
    }

    #partner_swiper .swiper-button-next,
    #partner_swiper .swiper-button-prev {
        display: flex;
        width: 28px;
        height: 28px;
    }

    #partner_swiper .swiper-slide img {
        max-width: 110px;
        max-height: 65px;
    }
}

/* ===== Mobile ===== */
@media (max-width: 575.98px) {
    .reveal-on-scroll {
        opacity: 1 !important;
        transform: none !important;
    }

    body,
    #content_view {
        overflow-x: hidden;
    }

    .landing-header.transparent-header > .container-fluid > .d-flex {
        height: 64px;
    }

    .landing-header.transparent-header .mobile-logo-link {
        height: 18px;
        margin-left: 14px;
    }

    .landing-header.transparent-header .mobile-logo-link img {
        height: 18px !important;
    }

    .landing-header.transparent-header #kt_landing_menu_toggle {
        width: 38px;
        height: 38px;
        margin-right: 4px !important;
        padding: 0;
    }

    .landing-header.transparent-header #kt_landing_menu_toggle i {
        font-size: 25px !important;
    }

    .slider-swiper .swiper-wrapper .swiper-slide img {
        height: 500px;
        border-radius: 0 !important;
        object-position: center center;
    }

    .slider-info {
        right: 16px;
        bottom: 68px;
        left: 14%;
    }

    .slider-info .slogan,
    .slider-info p {
        max-width: 285px;
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 1.08;
    }

    .slider-info .slide-info-btn {
        padding: 8px 13px;
        font-size: 9px;
    }

    #about_us {
        height: auto;
        min-height: 565px;
        padding: 34px 16px 28px !important;
        background-size: auto 100%;
    }

    #about_us .container {
        padding: 0 !important;
    }

    #about_us .row {
        display: block;
        margin: 0;
    }

    #about_us .landing-info,
    #about_us .about-images {
        width: 100%;
    }

    #about_us .landing-info h2 {
        margin-bottom: 18px !important;
        font-size: 25px !important;
        text-align: center;
    }

    #about_us .landing-info p {
        margin-bottom: 0;
        font-size: 14px !important;
        line-height: 1.42;
    }

    #about_us .landing-info .mb-5 {
        margin-bottom: 12px !important;
    }

    #about_us .about-images {
        height: 230px;
        margin-top: 18px;
        padding: 0;
    }

    #about_us .about-images > .overflow-hidden {
        width: 100%;
        height: 100%;
        border-radius: 10px !important;
        box-shadow: none !important;
    }

    #about_us .about-images .about-img {
        display: none;
    }

    #about_us .about-images .about-img:first-child {
        display: block;
        position: static;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
        transform: none;
    }

    #core_values {
        height: auto;
        min-height: 600px;
        padding: 30px 8px 34px !important;
        background-position: center bottom;
        background-size: auto 100%;
    }

    #core_values > .d-flex > .row {
        margin: 0;
        padding: 0 !important;
    }

    #core_values > .d-flex > .row > div:first-child {
        width: 100%;
    }

    #core_values > .d-flex > .row > div:not(:first-child) {
        width: 50%;
        margin-bottom: 10px !important;
        padding: 0 5px;
    }

    #core_values .title {
        margin: 0 auto 20px;
        padding: 0 18px;
        font-size: 25px;
        line-height: 1.18;
        text-align: center;
    }

    #core_values .core-values-item {
        padding: 7px 4px;
    }

    #core_values .core-values-item .icon {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
    }

    #core_values .core-values-item .icon img {
        width: 25px;
    }

    #core_values .core-values-item h5 {
        margin-bottom: 5px;
        font-size: 15px;
    }

    #core_values .core-values-item p {
        margin-bottom: 0;
        font-size: 10px;
        line-height: 1.45;
    }

    #ranking_sales {
        height: auto;
        min-height: 1060px;
        padding: 38px 0 45px !important;
        background-size: auto 100%;
    }

    #ranking_sales .container {
        padding: 0 !important;
    }

    #ranking_sales .honor-container {
        flex-direction: column;
        gap: 45px;
        align-items: center;
        padding: 38px 0 0;
    }

    #ranking_sales .honor-container .employee-card.top-1-center {
        order: 1;
        transform: none;
    }

    #ranking_sales .honor-container .employee-card.top-2-left {
        order: 2;
    }

    #ranking_sales .honor-container .employee-card.top-2-right {
        order: 3;
    }

    #ranking_sales .honor-container .employee-card .wreath {
        width: 270px;
    }

    #ranking_sales .honor-container .employee-card .position {
        display: block;
        margin: 6px 0 0;
        font-size: 11px;
    }

    #ranking_sales .honor-container .employee-card .name,
    #ranking_sales .honor-container .employee-card.top-1-center .name {
        max-width: 210px;
        margin-top: 3px !important;
        font-size: 12px;
        line-height: 1.35;
    }

    .section-title {
        font-size: 25px;
        letter-spacing: 0;
    }

    .section-title-underline {
        width: 68px;
        margin-bottom: 18px;
    }

    .section-description {
        font-size: 18px;
        letter-spacing: 0;
    }

    #landing_project {
        height: auto;
        min-height: 365px;
        padding: 38px 5px 30px;
        background-size: auto 100%;
    }

    #landing_project .container {
        padding: 0;
    }

    #landing_project .project-tab-wrapper {
        margin-bottom: 15px;
        border-width: 1px;
    }

    #landing_project .project-tab-btn {
        padding: 7px 11px;
        font-size: 8px;
    }

    #landing_project .project-tab-content .row {
        margin: 0;
    }

    #landing_project .project-tab-content .row > div {
        display: none;
    }

    #landing_project .project-tab-content .row > div:first-child {
        display: block;
        width: 100%;
        padding: 0 !important;
    }

    #landing_project .project-item {
        border-radius: 9px;
    }

    #landing_project .project-item img {
        height: 210px;
        border-radius: 9px;
    }

    #landing_project .project-info,
    #landing_project .btn-more-projects {
        display: none;
    }

    #landing_news {
        min-height: 390px;
        padding: 38px 5px 32px !important;
        background-size: auto 100%;
    }

    #landing_news .container {
        padding: 0;
    }

    #landing_news .text-center.mb-18 {
        margin-bottom: 18px !important;
    }

    #landing_news .container > .row,
    #landing_news .container > .row > .row {
        margin: 0;
    }

    #landing_news .row .row > div {
        display: none;
    }

    #landing_news .row .row > div:first-child {
        display: block;
        width: 100%;
        padding: 0 !important;
    }

    #landing_news .news-item img {
        height: 210px;
        aspect-ratio: 1.55 / 1;
        border-radius: 9px 9px 0 0;
    }

    #landing_news .news-item .item-title {
        padding: 14px 7px !important;
    }

    #landing_news .news-item .news-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
    }

    #landing_news .news-item .news-date {
        font-size: 10px;
    }

    #landing_news .btn-more-news {
        display: none;
    }

    #partner_swiper {
        height: 225px;
        background-size: auto 100%;
    }

    #partner_swiper .partner-swiper {
        width: 100% !important;
        padding: 26px 20px !important;
    }

    #partner_swiper .partner-swiper .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }

    #partner_swiper .partner-swiper .swiper-slide {
        flex: 0 0 50%;
        width: 50% !important;
    }

    #partner_swiper .swiper-slide img {
        max-width: 105px;
        max-height: 58px;
    }
}
