﻿body{
    overflow-x: hidden;
}

.xemthem {
    background: #007660;
    border: solid #007660 1px;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
.xemthem:hover {
    background: white;
    border: solid #007660 1px;
    color: #007660;
    border-radius: 4px;
    padding: 5px 10px;
}

.place-section {
    padding: 30px 0;
    background: url(/Content/images/place_bg.jpg) #007660;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
}

#myNavbar ul li a:hover {
    color: #007660;
    background: rgba(0, 118, 96, 0.05);
}

#myNavbar ul li ul {
    background: #007660;
}

#menu-home .nav li.active > a {
    color: #007660;
}

#myNavbar ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #FF8C00;
}

.header-toolbar-app {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #007660;
    padding: 3px 0;
}

.main-visual .banner-wrap > .button-banner {
    background: #007660;
}

.picon {
    padding: 15px 0 !important;
    background: #007660;
}

h2 {
    color: #1e293b;
}
.cbg-yellow {
    background-color: #f28500;
    border-radius: 3px;
    display: block;
    width: 90px;
    height: 5px;
    margin-bottom: 16px;
}

.book_tour_home_href {
    background: #007660
}

/*a {
    color: #007660;
}
a:hover, a:focus{
    color: #007660;
}*/

.floating-navigation{
    right: 0px;
    left: unset;
}
/*.floating-navigation a:hover {
    color: white;
}*/
.floating-navigation a:hover {
    transition: width .15s ease-in-out;
    width: unset;
    color: yellow;
}


.klk-button-outlined:hover {
    color: #007660;
    background-color: #FFF;
    border: 1px solid #007660;
}
.klk-button-outlined-brown:hover {
    color: #007660;
    background-color: #FFF;
    border: 1px solid #007660;
}

.footer, .copyright, footer {
    background-color: #0f172a;
    color: #94a3b8;
}
.copyright {
    border-top: 1px solid #1e293b;
}
.list-vr360 {
    height: 100%;
    margin-bottom: 80px;
    background: #0f172a;
    border-radius: 16px;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .list-vr360 .title-hyn .caption {
        color: white;
    }

    .list-vr360 .view-all {
        color: #f28500;
        font-weight: 700;
        white-space: nowrap;
    }

        .list-vr360 .view-all:hover, .list-vr360 .view-all:focus {
            text-decoration: underline;
            color: #f28500;
        }

    .list-vr360 .cbg-green {
        display: block;
        width: 90px;
        height: 5px;
        background: #007660;
        margin-bottom: 16px;
        border-radius: 3px;
    }

    .list-vr360 .vr360-subtitle {
        font-size: 17px;
        color: white;
        margin-top: 15px;
        opacity: 0.9;
    }

    .list-vr360 .vr-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        position: relative;
        z-index: 2;
        margin-top: 30px;
    }

    .list-vr360 .vr360-img {
        position: relative;
        height: 280px;
        border-radius: 16px;
        overflow: hidden;
    }

    .list-vr360 .vr360-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        opacity: 0.8;
    }

    .list-vr360 .vr360-img img:hover {
        transform: scale(1.1);
        opacity: 0.5;
    }

    /* Overlay title */
    .list-vr360 .vr360-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 25px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    }

    .list-vr360 .vr360-img:hover .vr360-title {
        padding-bottom: 25px;
        background: linear-gradient(transparent, rgba(15, 23, 42, 0.97));
    }

    .list-vr360 .vr360-title .vr360title {
        font-size: 20px;
        margin-bottom: 5px;
        color: white;
        font-weight: bold;
        height: calc(1.1em * 1);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .list-vr360 .vr360-title .vr360-content {
        font-size: 15px;
        margin-bottom: 5px;
        color: white;
        height: calc(1.2em * 1);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.discover .explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

    .discover .explore-grid .explore-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        transition: 0.3s;
        text-align: center;
        padding: 40px 20px;
        border: 1px solid #f1f5f9;
    }

        .discover .explore-grid .explore-card img {
            width: 90px;
            height: 90px;
            margin-bottom: 25px;
            border-radius: 50%;
            object-fit: cover;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

    .discover .explore-grid h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #1e293b;
        font-weight: 700;
    }

    .discover .explore-grid p {
        color: #64748b;
        font-size: 15px;
    }
.aps-event-block .list-new-news .new_item .sub-info-bordered{
    display: flex;
}
.aps-event-block .list-new-news .new_item .sub-info-bordered .time{
    margin-right: 10px;
}
.row.box-tours, .row.detail_new_tab.box_radius_border {
    margin-left: 0px;
    margin-right: 0px;
}