/* CSS Bổ sung  */

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    position: absolute;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(158, 158, 158, 0);
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(158, 158, 158, 0.1);
}

.header__logo {
    max-width: 300px;
}

.key-logo-gr {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B0362B;
}

.key-logo-gr img {
    max-width: 70px;
}

.key-logo-gr h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.key-logo-gr .key-sup-title {
    font-size: 1rem;
}
.sidebar__widget-search .search__bar button.search-icon {
    left: auto;
    right: 18px;
}
.sidebar__widget-search.search-mobile .search__bar input {
    width: 80%;
}
.sidebar__widget-search.search-mobile .search__bar button.search-icon {
    left: auto;
    right: 30px;
}
@media (max-width: 767px) {
    .header__logo {
        max-width: 250px;
    }

    .key-logo-gr {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0362B;
    }

    .key-logo-gr img {
        max-width: 50px;
    }

    .key-logo-gr h2 {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
    }

    .key-logo-gr .key-sup-title {
        font-size: 0.8rem;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-28 {
    font-size: 28px !important;
}
.f-30 {
    font-size: 30px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-30 {
    gap: 30px !important;
}

.section-wrap {
    padding: 50px 0;
}

.section-wrap-70 {
    padding: 70px 0;
}

.section-wrap-100 {
    padding: 100px 0;
}

.brand__thumb img {
    opacity: 1;
    width: auto;
    height: 100px;
    transition: all 0.3s;
}

.brand__thumb:hover img {
    opacity: 0.8;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-menu a {
    display: block;
    padding: 0px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 1.5rem;
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.footer-menu a:hover {
    color: #fff;
    background: #B0362B;
}
.key_social-media > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 14px;
}
.key_social-media > ul > li:last-child {
    margin: 0;
}
.key_social-media .key_social-item img {
    width: 30px;
}

.img-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    transition: background 0.3s ease;
}

.img-cover.cover-1x2 {
    padding-top: 50%;
}

.img-cover.cover-4x3 {
    padding-top: 75%;
}

.img-cover.cover-16x9 {
    padding-top: 56.25%;
}

.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cover.cover-350 {
    padding-top: 350px;
}

.img-cover.cover-400 {
    padding-top: 400px;
}

.banner-main {
    position: relative;
    overflow: hidden;
    margin-bottom: -120px;
    max-width: 90%;
}

.banner-home__shape {
    top: 50px;
}

.banner-home__shape .ball-shape {
    bottom: 0;
}

.banner-home__shape .right-tower {
    top: 0;
}

.banner-fill {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    z-index: 1;
}

.banner-main .banner-fill {
    padding-top: 130%;
}

.banner-fill img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.border-deflect-right::before {
    position: absolute;
    content: "";
    border: 1px solid var(--rr-theme-primary);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(15px, 15px);
    z-index: 1;
}

.clamp-1 {
    line-height: 1.3333333 !important;
    margin-bottom: 0.3rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-2 {
    line-height: 1.33333333 !important;
    margin-bottom: 0.3rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-3 {
    line-height: 1.33333333 !important;
    margin-bottom: 0.3rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.visa__item {
    gap: 30px;
}

.news-vertical-media {
    flex: 0 0 40%;
}

.max-w-100 {
    max-width: 100% !important;
}

/* .news-vertical-content {
  flex: 0 0 50%;
} */
@media (max-width: 767px) {
    .news-vertical-media,
    .news-vertical-content {
        flex: 0 0 100%;
    }
}

.bg-filter {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7.5px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bg-section {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.overlay-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(230, 166, 56, 0.8)
}

.box-shade {
    position: relative;
    overflow: hidden;
}

.box-shade .img-cover {
    border-radius: 30px;
}

.box-shade .box-shade-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 1.5em;
    background: #fff;
    border-radius: 20px;
}

.btn-play {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.btn-play .icon {
    position: absolute;
    width: 100px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    background: rgba(14, 128, 23, 0.5);
    padding: 20px;
    border-radius: 50%;
    transition: all 0.3s;
}

.box-shade .btn-play .icon {
    top: 30%;
}

.box-shade:hover .overlay-add {
    opacity: 0.9;
}
.btn-play:hover .overlay-remove {
    opacity: 0;
}
.box-item-bg {
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px;
}

.media:hover .btn-play .icon {
    background: rgba(108, 163, 18, 0.5);
}

.media:hover img {
    transform: scale(1.2);
}

.media.scale-none:hover img {
    transform: none;
}

.overlay-remove {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(228, 255, 177, 0.3) 5%,
        rgb(111 197 42 / 57%) 100%
    );
    opacity: 0.9;
    transition: all 0.3s;
}

.overlay-remove:hover {
    opacity: 0;
}

.overlay-add {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 5%,
        rgba(92, 49, 14, 0.821) 100%
    );
    opacity: 0;
    transition: all 0.3s;
}

.overlay-add:hover {
    opacity: 0.9;
}

.btn-style a {
    background: var(--rr-theme-primary);
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    border: 1px solid var(--rr-common-white);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    padding: 15px 30px;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
}

.btn-style a:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-heading-primary);
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-inner a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(52, 92, 14, 0.5);
    opacity: 0;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-inner:hover a {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.countdown p {
    color: #fff;
}

.countdown .countdown-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .countdown .countdown-title {
        color: #fff;
        font-size: 30px;
    }
}

.btn-vr img {
    max-width: 70px;
}

.add-opacity-hover {
    opacity: 1;
    transition: all 0.5s;
}

.add-opacity-hover:hover {
    opacity: 0.6;
}

.shake img {
    transition: all 0.3s;
}

.shake:hover img {
    animation: shake 0.5s;
}

.sidebar__widget-countdown .countdown-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.sidebar__widget-countdown p {
    font-size: 14px;
    color: #fff;
}

/**
* GOONG MAP 
*/
.map-container {
    position: relative;
    height: 100vh;
    width: 100%;
}

.map-container .marker-types {
    position: absolute;
}

.map-container .marker-type {
    min-width: 8%;
}

.map-container label.btn {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3px);
}

@media only screen and (max-width: 767px) {
    .map-container .marker-types {
        overflow: auto;
    }

    .map-container .marker-types .row {
        min-width: 125rem;
    }
}

.map-container .marker-type .btn-check + label {
    color: #333;
}

.map-container .marker-type .btn-check + label > img {
    opacity: 0.25;
}

.map-container .marker-type .btn-check:hover + label {
    color: var(--bs-danger);
}

.map-container .marker-type .btn-check:checked + label {
    color: var(--bs-danger);
}

.map-container .marker-type .btn-check:checked + label > img {
    opacity: 1;
}

.map-container .marker-type img {
    height: 40px;
    width: 40px;
}

.btn-read_more,
.btn-navigate {
    font-size: 16px;
    height: 30px;
    line-height: 25px;
    border-radius: 5pt;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    color: #000000 !important;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-read_more:hover,
.btn-navigate:hover {
    background: #c3952c;
    color: #fff !important;
    border: 1px solid #c3952c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*
* CHECKBOX FRONTEND
*/
/* Tùy chỉnh checkbox trong map-checkbox */
.map-container-checkbox input[type="checkbox"] {
    display: none;
    /* Ẩn checkbox mặc định */
}

.map-container-checkbox label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    padding-top: 2px;
}

/* Tạo ô vuông tùy chỉnh */
.map-container-checkbox label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

/* Hiệu ứng hover */
.map-container-checkbox label:hover::before {
    border-color: #703203;
}

/* Ẩn tooltip ban đầu */
.point-name {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(24, 24, 24);
    padding: 5px 10px;
    border-radius: 5px;
    width: 250px;
    z-index: 1000;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    font-size: 12pt;
    text-align: center;
}

/* Hiển thị dấu tích khi được chọn */
.map-container-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #703203;
    border-color: #703203;
    content: "\2713";
    /* Ký tự dấu tích */
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

/**
* ICON MAP
*/
.map-container .am-thuc,
.map-container .cuisine {
    background: url("../images/icon/icon_am-thuc.svg") no-repeat top left;
    background-size: cover;
}

.map-container .du-lich,
.map-container .travel {
    background: url("../images/icon/icon_chua.svg") no-repeat top left;
    background-size: cover;
}

.map-container .giai-tri,
.map-container .entertainment {
    background: url("../images/icon/icon_giai-tri.svg") no-repeat top left;
    background-size: cover;
}

.map-container .diem-den,
.map-container .destination {
    background: url("../images/icon/icon_diem-den.svg") no-repeat top left;
    background-size: cover;
}

.map-container .luu-tru,
.map-container .accomodation {
    background: url("../images/icon/icon_luu-tru.svg") no-repeat top left;
    background-size: cover;
}

.map-container .mua-sam,
.map-container .shopping {
    background: url("../images/icon/icon_mua-sam.svg") no-repeat top left;
    background-size: cover;
}

.map-container .y-te,
.map-container .medical {
    background: url("../images/icon/icon_y-te.svg") no-repeat top left;
    background-size: cover;
}

.map-container .cong-an,
.map-container .police {
    background: url("../images/icon/icon_am-thuc.svg") no-repeat top left;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px) {
    .faq__media img {
        height: 500px;
    }
}
.ul-in-bl {
    list-style: none;
}
.ul-in-bl li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}
.ul-in-bl li:hover {
    color: #B0362B;
}
.pagination-style li {
    margin-right: 10px;
}
.pagination-style li a,
.pagination-style li span {
    color: #B0362B;
    border: 1px solid #e3dbd8;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    background: #ffffff;
}
.pagination-style li:hover a {
    color: #B0362B;
    border: 1px solid #c3952c;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    background: #ffffff;
}
.pagination-style .active > .page-link {
    background-color: #B0362B;
    color: #ffffff;
}

.rating {
    display: inline-block;
    color: #ddd;
}
.rating input {
    display: none;
}
.rating label {
    display: inline;
    cursor: pointer;
    position: relative;
}
.rating label i {
    font-size: 1.5rem;
    margin-right: 5px;
}
.rating:hover label {
    color: #ffc107;
}
.rating:hover,
.rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n + 2),
.rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n + 3),
.rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n + 4),
.rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n + 5) {
    color: #ffc107;
}

.rating__item:hover ~ .rating__item {
    color: #ddd;
}
.blog-details__wrapper-comment .nav-underline {
    border-bottom: 1px solid #ffffff;
}
.blog-details__wrapper-comment ul li .nav-link {
    color: #B0362B;
    margin-right: 20px;
}
.blog-details__wrapper-comment ul li .nav-link.active {
    color: #B0362B;
}
.comment-item {
    padding: 20px 10px 20px 0;
}
.avatar-comment {
    margin: 0 12px 0 0;
    float: left;
    width: 36px;
    height: 36px;
    background: #e5e5e5;
    line-height: 36px;
    text-align: center;
    color: #949494 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: arial;
    border-radius: 50%;
    position: relative;
}
.content-comment {
    padding: 0 0 0 48px;
    margin-top: 0;
}
.blog-details__wrapper p.full-comment {
    color: #4f4f4f;
}
.like_item:hover,
.like_control:checked ~ .like_item {
    color: #B0362B;
}
.hover-text:hover {
    color: #B0362B;
}

/* tool footer */
.tool {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 170px;
    color: #1a1a1a;
    width: 48px;
}
.tool-list-contain {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tool-list-contain.show {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.tool-list-contain .tool-list-item {
    min-width: 3rem;
    display: table;
    margin-right: auto;
    cursor: pointer;
    font-size: 1rem;
    background-color: #0074bb;
    padding-right: 30px;
    transition: all 0.5s ease 0s;
    margin-bottom: 1px;
    border-radius: 10px 0 0 10px;
}
.tool-list-contain .tool-list-item.facebook {
    background: #3B5998;
}
.tool-list-contain .tool-list-item.zalo {
    background: #0A68FE;
}
.tool-list-contain .tool-list-item.youtube {
    background: #CD201F;
}
.tool-list-contain .tool-list-item.telegram {
    background: #34B0EE ;
}
.tool-list-contain .tool-list-item.whatsapp {
    background: #25D366;
}
.tool-list-contain .tool-list-item.tiktok {
    background: #000000;
}
.tool-list-contain .tool-list-item:hover {
    transform: translateX(0);
    transform: translateX(calc(-100% + 3rem + 24px));
}
.tool-list-contain .tool-list-item .item-contain {
    height: 48px;
    display: flex;
    align-items: center;
}
.tool-list-contain .tool-list-item .item-contain .item-image {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}
.tool-list-contain .tool-list-item .item-contain .item-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.tool-list-contain .tool-list-item .item-contain .item-title {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    white-space: nowrap;
}
.tool-list-contain .tool-list-item:hover .item-contain .item-title {
    color: #fff;
}
.tool-list-contain .tool-list-item a {
    display: flex;
    align-items: center;
}
