/* Begin: Dung cho cac trang khong can keo menu */
header.scrolled .header__top {
    display: none !important;
}
header#header {
    background: #fff;
}
.header--gradient .header__menu > .menu-item > .menu-link {
    color: #207d57;
}
img.logoFixed {
    display: block !important;
}
.header__main {
    padding-top: 20px !important;
    border-bottom: 1px solid #207d57;
}
.header__logo img.logoRelative {
    display: none;
}

.header.fixed .header__top {
    margin-top: 0px !important;
}

.header.fixed .header__main .header__tools {
    /* display: none !important; */
    margin-bottom: 16px;
}
/* End: Dung cho cac trang khong can keo menu */

.section-title {
    text-align: center;
    margin: 24px 0px 40px 0px;
}

.section-title h2,
h1 {
    font-size: 62px;
    font-weight: 700;
    color: var(--mLOGO, #207d57);
    line-height: normal;
}
.banner {
    margin-top: 132px;
}

.event-details-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e1e1e1;
}
.event-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.event-info-item:first-child {
    transform: translateX(190%);
}
.event-info-item .info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-info-item .info-label {
    font-weight: 700;
    color: #207d57;
    font-size: 16px;
}

.event-info-item .info-value {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}

.info-separator {
    width: 1px;
    height: 80px;
    background-color: #207d57;
    margin: 0 20px;
}

.register-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 9rem;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    border: 1px solid transparent;
    border-radius: 9rem;
    background: linear-gradient(transparent, transparent) padding-box,
        linear-gradient(to right, #1c7d56, #70bf54) border-box;
    color: white;
    background-clip: padding-box, border-box;
    transition: unset;
    width: 200px;
}

.social-sharing-network ul {
    padding: 24px 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

.icon_fb,
.icon_x,
.icon_in,
.icon_link {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.icon_fb:hover,
.icon_x:hover,
.icon_in:hover,
.icon_link:hover {
    transform: scale(1.1);
}

.register-button:hover {
    background: linear-gradient(to right, #218838, #1e7e34);
    transform: translateY(-2px);
}

.box__name_news {
    margin: 70px 0px 50px;
}

/* .box__content {
    margin: 70px 0px 0;
} */

.box__name_news h1 {
    color: #207d57;
    font-size: 30px;
    font-weight: 700;
}
.box__content p {
    margin-bottom: 50px;
    font-size: 16px;
    color: #222;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}
.driver {
    width: 100%;
    background-color: #e1e1e1;
    height: 1px;
}
.other-document-wrap {
    margin: 70px 0;
}
.other-document-wrap h2 {
    color: #207d57;
    font-size: 30px;
    font-weight: 700;
}
.document-slider {
    margin-top: 50px;
    margin-left: -25px;
    margin-right: -25px;
}
.document-infor {
    padding: 24px;
}
.document-title h3 {
    color: #207d57;
    font-size: 16px;
    font-weight: 700;
}
.document-slider .document-item {
    margin: 0 25px; /* Tổng cách nhau 50px giữa các item */
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.document-slider .document-item img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.document-description {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
}
.document-time {
    color: #207d57;
    font-size: 14px;
    font-weight: 700;
}
body {
    overflow-x: hidden;
}
@media (max-width: 1600px) {
    .event-info-item:first-child {
        transform: translateX(170%);
    }
}
@media (max-width: 1500px) {
    .event-info-item:first-child {
        transform: translateX(155%);
    }
}
@media (max-width: 1440px) {
    .event-info-item:first-child {
        transform: translateX(110%);
    }
    .box__content p {
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .event-info-item:first-child {
        transform: translateX(85%);
    }
    .social-sharing-network ul {
        padding: 30px 10px;
    }
    .event-info-item:first-child {
        transform: translateX(15%);
    }
}
@media (max-width: 1080px) {
    .event-info-item:first-child {
        transform: translateX(40%);
    }
}
@media (max-width: 768px) {

    .event-info-item:first-child {
        transform: translateX(0%);
    }
    .event-details-card {
        padding: 15px;
        gap: 15px;
    }
    .social-sharing-network ul {
        padding: 20px 10px;
    }
    .event-info-item .info-value,
    .info-label {
        font-size: 15px;
    }

    .info-separator {
        display: none;
    }

    .register-button {
        width: 190px;
        margin-top: 10px;
    }
    .box__content p {
        margin-bottom: 24px;
    }
    .box__name_news {
        margin: 30px 0px 20px;
    }
    .other-document-wrap {
        margin: 30px 0;
    }
    .document-slider {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .box__name_news h1 {
        font-size: 20px;
    }
    .event-details-card {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        gap: 15px;
    }
    .box__content p {
        font-size: 14px;
    }
    .social-sharing-network ul {
        padding: 20px 10px 0;
    }
    .other-document-wrap {
        margin: 24px 0 35px;
    }
    .document-slider .document-item img {
        height: auto;
    }
    .other-document-wrap h2 {
        font-size: 20px;
    }

    .document-slider {
        margin-left: -10px;
        margin-right: -10px;
    }
    .document-slider .document-item {
        margin: 0 10px;
    }
    .slick-prev , .slick-next{
        display: none !important;
    }
}
