﻿#myNavbar ul li ul {
    background: #00933d !important;
}

#myNavbar ul li a:hover {
    color: #00933d !important;
}

.content-title-vlg {
    text-align: center;
}

.news-title-vlg{
    font-size: 30px !important;
}

.cbg-vlg {
    display: block;
    background-color: #965306;
    width: 90px;
    height: 4px;
    margin: auto;
}

.caption h2{
    font-weight:bold !important;
    font-size:30px;
}

.infomation_dalat ul li .content_infomation p.info_title, .info_title, .info_title_vlg {
    font-size: 1.2em;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
}

.section-news{
    padding:15px 0;
}

.section-news .news-title {
    color: #965306;
    margin-bottom: 35px;
    position: relative;
    line-height: 2rem;
    font-size: 27px;
}

.main-news-container{
    margin-bottom:15px;
}
.main-news-container .main-news-group .img-main-news {
    border-radius: 20px;
    overflow: hidden;
}

    .main-news-container .main-news-group .img-main-news > a,
    .sub-news-container .sub-news-group .img-sub-news > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .main-news-container .main-news-group .img-main-news img,
    .sub-news-container .sub-news-group .img-sub-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.main-news-container .main-news-group .content-main-news .main-news-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #965306;
    margin-top: 15px;
    margin-bottom: 5px;
}

.news .news-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #71CD90;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.news .news-summary {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: var(--text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.section-news .sub-news-container ul {
    display: flex;
    flex-direction: column;
    margin: 0;
}

    .section-news .sub-news-container ul li {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .section-news .sub-news-container ul li .sub-news-group {
            display: flex;
        }
.sub-news-list {
    padding-left: 20px;
}
.sub-news-group .img-sub-news {
    flex: none;
    border-radius: 10px;
    overflow: hidden;
    width: 32.83582%;
}

.sub-news-group .content-sub-news {
    padding-left: 12px;
}

    .sub-news-group .content-sub-news .sub-news-title {
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
        color: var(--title);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }

    .sub-news-group .content-sub-news .sub-news-summary .news-summary {
        -webkit-line-clamp: 2;
    }

.news-date-icon{
    margin-right:4px;
}

.section-event {
    position: relative;
}

   /* .section-event::after {
        background: url(../images/CauHoiAn.png) no-repeat center;
        content: "";
        position: absolute;
        top: 100px;
        right: 0;
        width: 500px;
        height: 301px;
        z-index: 0;
    }*/

    .section-event .event {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .section-event .event h1 {
            margin-bottom: 35px;
            color: var(--title);
            position: relative;
        }

          /*  .section-event .event h1::before {
                content: '';
                background: url(../icons/Title-before.png);
                width: 120px;
                height: 110px;
                display: block;
                position: absolute;
                bottom: -58px;
                left: -28px;
            }*/

        .section-event .event .main-event-container .main-event .main-event-banner {
            margin-bottom: 20px;
        }

        .section-event .event .main-event-container .main-event .main-event-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .section-event .event .main-event-container .main-event .main-event-banner img {
            filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
            border-radius: 20px;
            object-fit: cover;
            object-position: 50% 50%;
            height: 100%;
        }

        .section-event .event .main-event-container .main-event .main-event-content .main-event-title {
            font-family: 'Oswald', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: var(--title-dam);
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 2;
        }

        .section-event .event .main-event-container .main-event .main-event-content .main-event-date,
        .section-event .event .main-event-container .main-event .main-event-content .main-event-address {
            font-family: 'Oswald', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: var(--text);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

            /* .section-event .event .main-event-container .main-event .main-event-content .main-event-address {
                margin-bottom: 200px;
            } */

            .section-event .event .main-event-container .main-event .main-event-content .main-event-date::before,
            .section-event .event .main-event-container .main-event .main-event-content .main-event-address::before {
                content: '';
                display: block;
                width: 24px;
                height: 24px;
                margin-right: 10px;
            }

           /* .section-event .event .main-event-container .main-event .main-event-content .main-event-date::before {
                background: url(../icons/calendar.png) no-repeat center;
            }

            .section-event .event .main-event-container .main-event .main-event-content .main-event-address::before {
                background: url(../icons/point.png) no-repeat center;
            }*/

        .section-event .event .main-event-container .main-event .main-event-content .main-event-countdown {
            background: #7FC973;
            box-shadow: 6px 6px 0px rgba(104, 188, 91, 0.2);
            border-radius: 8px;
            width: 414px;
            padding: 30px;
        }

            .section-event .event .main-event-container .main-event .main-event-content .main-event-countdown .divlock {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 75px;
            }

.main-event-countdown {
    position: absolute;
    top: calc(50% - 60px);
    left: -40px;
}

    .main-event-countdown .divlock .tdDate {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-event-countdown .divlock > div:not(:last-child) {
        margin-right: 20px;
    }

    .main-event-countdown .divlock .tdDate .pDate {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 20px;
        color: #fff;
    }

    .main-event-countdown .divlock > div:not(:last-child) p::after {
        content: ":";
        margin-left: 20px;
        margin-bottom: 7px;
    }

    .main-event-countdown .divlock .ptDate {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

    .main-event-countdown .divlock > div:not(:last-child) .ptDate {
        margin-right: 25px;
    }

.section-event .event .main-event-container .main-event .main-event-content .main-event-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px;
}

.main-event-content .main-event-detail .btn-event a {
    padding: 14px 30px;
}

.sub-event-container{
    padding-top:20px;
}

.sub-event-container .other-event {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--title);
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.sub-event-container .sub-event .sub-event-banner {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align:center;
}

.sub-event-container .sub-event .sub-event-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sub-event-container .sub-event .sub-event-banner a {
    height: 100%;
}

    .sub-event-container .sub-event .sub-event-banner img {
        min-height: 200px;
        max-height: 200px;
        border-radius: 20px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.sub-event-container .sub-event .sub-event-banner span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 0;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    justify-content: center;
}

.sub-event-container .sub-event .sub-event-content .sub-event-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--text);
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: justify;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.sub-event-container .sub-event .sub-event-content .sub-event-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #60BE80;
    display: flex;
    align-items: center;
}

    .sub-event-container .sub-event-group {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

.book_tour_home {
    max-height: 300px;
}

.book_tour_home img {
    max-height: 300px;
    width: 100%;
}

.luutru-section-vlg {
    padding: 30px 0;
    background-color: #00933d;
}

.luutru-section-vlg .caption  h2{
    color:#fff;
}

@media (max-width: 992px) {
    .sub-news-list {
        padding-left: 0;
    }

    .sub-event-container .sub-event .sub-event-banner img {
        max-height:320px;
    }
}

@media only screen and (max-width: 600px) {
    .sub-event-container .sub-event .sub-event-banner img {
        max-height: 200px;
    }
}


/* slider trang chủ*/
.slider-vlg {
    width: 100vw; 
    height: 480px;
    position: relative;
    overflow: hidden;
}

.slide-vlg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center; 
    opacity: 0;
    transition: opacity 1s ease;
}

    .slide-vlg.active {
        opacity: 1;
    }

.squares {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .squares div {
        width: 10%;
        height: 10%;
        background-color: rgb(255, 255, 255, 0.3);
        transition: transform 0.6s ease; 
    }

        .squares div.active {
            transform: scale(0);
        }

.btn-banner {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    padding: 10px 15px;
    background-color: transparent; /*rgba(0, 0, 0, 0.1);*/
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10; 
    font-size: 40px; 
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prevBtn {
    left: 20px; 
}

#nextBtn {
    right: 20px;
}

.btn-banner:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* slider trang chủ*/

/* --- ZALO ----*/
.zalo-chat-widget {
    left: 0 !important;
    top: 65% !important;
}
.za-chat__head-box {
    left: 0 !important;
    right: unset !important;
}

.floating-navigation a {
    border-radius: 0 14px 14px 0;
    line-height: 52px !important;
}
