#section-1 {
    max-width: 1420px;
}

#section-1 .table tr {
    color: white;
    background: none;
    border: none;
}

#section-1 .bg-overlay {
    top: 0;
    left: 0;
    background-image: linear-gradient(
        161deg,
        rgba(38, 40, 43, 0.65) -6.42%,
        rgba(38, 40, 43, 0.65) 42.58%,
        rgba(159, 128, 84, 0.65) 93.58%
    );
}

#section-1 .home-banners {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-1 .home-banner,
#section-1 .home-banner .slick-list,
#section-1 .home-banner .slick-track {
    height: 100%;
}

#section-1 .banner-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 200px);
}

#section-1 .banner-item .h-100 {
    display: flex;
    max-width: 1240px;
    align-items: center;
    justify-content: center;
}

#section-1 .banner-item .text-center {
    font-size: 3rem;
    color: var(--denary-color);
    font-weight: normal;
    font-family: var(--font-medium);
    text-transform: uppercase;
}

#section-1 .banner-item .info {
    color: var(--background-color);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 100px;
}

#section-1 .banner-item .info > div span {
    color: var(--denary-color);
}

#section-1 .banner-item .info > div:first-child {
    font-size: 2.188rem;
    font-family: var(--font-heavy);
    text-transform: uppercase;
}

#section-1 .banner-item .si-btn {
    /* background-color: var(--si-gold-color); */
}

#section-1 .banner-item .si-btn:hover {
    /* background-color: var(--si-brown-color); */
}

#section-1 .home-dots {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    z-index: 1;
}

#section-1 .home-dots > div {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    max-width: 1240px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#section-1 .home-dots > div > div {
    width: 20%;
    cursor: pointer;
}

#section-1 .home-dots > div > div .img img {
    display: none;
    margin: auto;
}

#section-1 .home-dots > div > div .img img:first-child {
    display: block;
}

#section-1 .home-dots > div > div .text {
    text-align: center;
    color: var(--background-color);
}

#section-1 .home-dots > div > div.active .img img:first-child,
#section-1 .home-dots > div > div:hover .img img:first-child {
    display: none;
}

#section-1 .home-dots > div > div.active .img img:nth-child(2),
#section-1 .home-dots > div > div:hover .img img:nth-child(2),
#section-1 .home-dots > div > div.active .img img:nth-child(3),
#section-1 .home-dots > div > div:hover .img img:nth-child(3) {
    display: block;
}

.social a {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.social .Facebook {
    background-image: url(../images/ic-fb.png);
}

.social .Facebook:hover {
    background-image: url(../images/ic-fb-hv.png);
}

.social .Youtube {
    background-image: url(../images/ic-you.png);
}

.social .Youtube:hover {
    background-image: url(../images/ic-you-hv.png);
}

.social .Twitter {
    background-image: url(../images/ic-twi.png);
}

.social .Twitter:hover {
    background-image: url(../images/ic-twi-hv.png);
}

.social .Telegram {
    background-image: url(../images/ic-tele.png);
}

.social .Telegram:hover {
    background-image: url(../images/ic-tele-hv.png);
}

.social .Linkedin {
    background-image: url(../images/ic-linkedin.png);
    background-size: cover;
    max-width: 18px;
    max-height: 18px;
}

/* .social .Linkedin:hover {
    background-image: url(../images/ic-linkedin-hv.png);
} */

.social .Zalo {
    background-image: url(../images/ic-zalo-2.png);
}

#section-1 .si-social-bn,
#section-1 .si-btn-bn {
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: var(--background-color);
    font-size: var(--size-14);
    align-items: center;
    display: flex;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

#section-1 .si-social-bn .line,
#section-1 .si-btn-bn .line {
    height: 35px;
    width: 1px;
    margin: 20px 0;
    background-color: var(--background-color);
}

#section-1 .si-social-bn {
    left: 0;
}

#section-1 .si-social-bn a {
    display: inline-block;
    margin: 5px 0;
}

#section-1 .si-btn-bn {
    right: 0;
}

#section-1 .si-btn-bn > div {
    cursor: pointer;
}

#section-1 .si-btn-bn > div:hover {
    color: var(--denary-color);
}

#section-2 .s2-right .img {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-2 .s2-right .img img {
    height: 66px;
}

#section-2 .s2-right .s2-right-tt,
#section-2 .s2-right h2 {
    font-size: 3rem;
    color: var(--si-brown-color);
}
/* #section-2 .s2-left img {
    max-width: 414px;
    width: 100%;
    display: none;
} */
#section-1 {
    width: 100%;
    height: 750px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#section-8,
#section-10 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1420px;
}
#section-8 {
    background-image: url("../images/event-now.png");
}

.home-page .si-event .img {
    line-height: 0;
}

.home-page .si-event .img img {
    max-height: 250px;
}

.home-page .si-event .info {
    position: relative;
    background-color: var(--background-color);
    padding: 10px 20px;
}

.home-page .si-event .info h4,
.home-page .si-event .info p {
    position: relative;
    z-index: 1;
}

.home-page .si-event .info i {
    margin-right: 10px;
    font-size: var(--size-15);
    color: var(--octonary-color);
}

.home-page .si-event .info span {
    color: #2d2d2d;
    font-family: var(--font-stack);
    font-weight: normal;
    font-size: var(--size-13);
    line-height: 1.5;
}

.home-page .si-event .info .clock {
    background-image: url("../images/clock-si.png");
}

.home-page .si-event:hover .info .clock {
    background-image: url("../images/clock-white.png");
}

.home-page .si-event .info .location {
    background-image: url("../images/loca-si.png");
}

.home-page .si-event:hover .info .location {
    background-image: url("../images/loca-white.png");
}

.home-page .si-event .info::after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 5px;
    width: 80px;
    bottom: 0;
    left: 20px;
    transition-duration: var(--dura-300);
    background-color: var(--octonary-color);
}

.home-page .si-event:hover .info h4,
.home-page .si-event:hover .info h2 {
    color: var(--background-color);
}

.home-page .si-event:hover .info i,
.home-page .si-event:hover .info span {
    color: var(--background-color);
}

.home-page .si-event:hover .info::after {
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap-evt-home .slick-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wrap-evt-home .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
}

.wrap-evt-home .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: var(--background-color);
}

.wrap-evt-home .slick-dots li.slick-active button {
    background-color: var(--octonary-color);
}

.wrap-evt-home .slick-dots li button::before {
    display: none;
}

#section-11 {
    background-color: #f5f6f9;
    padding: 30px 0;
    margin-bottom: 30px;
}

.so_nam {
    font-size: 14px;
}

.noi_nhan_giai {
    font-family: var(--font-heavy);
}
@media (min-width: 820px) {
    .si-title {
        font-size: 32px;
    }
}
@media (max-width: 820px) {
    #section-1 {
        height: 600px;
    }
    #section-2 .s2-right img {
        height: 67px;
    }
    #section-3,
    #section-7 {
        height: auto;
    }
    #section-1 .banner-item .info {
        padding: 15px;
    }
    #section-1 .home-dots > div > div .text {
        font-size: var(--size-12);
    }
    #section-1 .banner-item {
        height: calc(100% - 110px);
    }
    #section-7 .si-banners .slick-dots,
    #section-3 .si-banners .slick-dots {
        position: absolute;
        bottom: auto;
        top: 200px;
    }
    #section-2 .s2-right .s2-right-tt,
    #section-2 .s2-right h2 {
        font-size: 2.4rem;
    }
    #section-7 .si-banners .bg-banner,
    #section-3 .si-banners .bg-banner {
        background: none !important;
    }
    .si-banners .banner-wrap .d-flex {
        flex-wrap: wrap;
    }
    #section-3 .si-banners h2 {
        color: var(--primary-color);
    }
    #section-3 .si-banners .banner-wrap span {
        font-family: var(--font-stack);
    }
    #section-1 .home-dots > div > div .img img {
        height: auto;
        object-fit: cover;
    }
    #section-8 .slick-prev {
        left: 0;
        z-index: 123;
    }
    #section-8 .slick-next {
        right: 0;
        z-index: 123;
    }
/* 	Update */
}
