.bg-main {
    background: var(--color-main) !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.fs-35{
    font-size: 3.5rem !important;
}
.fs-40{
    font-size: 4rem !important;
}

.text-underline{
    text-decoration: underline;
}
.font-weight-500{
    font-weight: 500;
}
.shadow-1 {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.shadow-2 {
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.08);
}
.shadow-3 {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}

.color-text {
    color: var(--color-text) !important;
}
.color-yellow {
    color: var(--yellow) !important;
}
.rounded {
    border-radius: 0.5rem !important;
}
.rounded-10 {
    border-radius: 1rem !important;
}
.bg-light {
    background: var(--light) !important;
}
.hover-effect {
    transition: all 0.25s ease-in-out
}

.hover-effect .hover-img {
   transition: 0.5s;
}
.hover-effect:hover .hover-img {
   transform: scale(1.05);
}
.object-cover {
    object-fit: cover;
}
.bg-second {
    background: var(--color-second);
}
.font-script {
    font-family: "Imperial Script", cursive;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.btn-second {
    background: var(--color-second);
    border-color: #A67C3B;
    color: var(--color-main);
}
.line-height-2 {
    line-height: 2;
}
.color-second {
    color: var(--color-second);
}
.space-block-75 > .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem; 
}

.space-block-75 > .row > div {
    padding-right: 0.75rem;
    padding-left: 0.75rem; 
}


.setting-menu>.container>.row>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s ease-out 0s;
}
.home .setting-menu>.container>.row>div {
    position: absolute;
    z-index: 10;
    top: 3rem;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 1780px;
    width: calc(100% - 6rem);
    margin: 0 auto;
    border-radius: 5rem;
    padding: 0px 3%;
    
}

.home .logo-section .logo-white{
    display: block !important;
}
.home .logo-section .logo-black{
    display: none !important;
}
.home .setting-menu .menu-section > ul > li > a {
    color: white;
}
.home .account-section >a {
    color: white !important;
}
.swiper-slider-main .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%);
}
.swiper-slider-main .swiper-slide--wrap .tag {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1.6rem 4.5rem;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 1rem;
}
.btn-slide {
    background: rgba(21, 47, 0, 0.4);
}
.btn-slide .hotline::after {
    content: "";
    height: 3.5rem;
    width: 1px;
    background-color: rgb(99 171 69 / 20%);
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet {
    background-color: #fff0;
    border: 1px solid #fff0;
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    opacity: 0.5;
}
.swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: var(--gray-bold);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.swiper-pagination-bullet-active {
    border-color: var(--color-highlight);
    opacity: 1;
    transition: all 0.35s ease-in-out
}

.swiper-pagination-bullet-active:after {
    width: 0.6rem;
    height: 0.6rem;
    background-color: var(--color-highlight) !important
}
.swiper-button-prev, .swiper-button-next {
    background: var(--color-highlight);
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    color: white;
    transition: all 0.35s ease-in-out
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
    opacity: 1 !important;
}
.swiper:hover .swiper-button-prev.swiper-button-disabled, .swiper:hover .swiper-button-next.swiper-button-disabled{
    opacity: 0.35 !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-second);
    color: white;
}

.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity: 0;
}
.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity: 1;
}
.swiper-slider-main .btn:hover {
    background: var(--color-second) !important;
    border-color: var(--color-second) !important;
}

.search-section {
    background: rgb(255 255 255 / 20%);
}

.search-section .form-group i, .book-tour-section .form-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.search-section .form-control, .book-tour-section .form-control {
    padding-left: 3rem;
}

.datepicker table {
    text-align: center;
}
.datepicker tbody tr > td.day {
    cursor: pointer;
}

.search-section select option {
  color: var(--color-main);
}
.cate-section .item .info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    background: linear-gradient(0deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
}
.cate-section .number {
    top: 1.5rem;
    right: 1.5rem;
}
.cate-section .item .image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0 0 0 / 35%);
    transition: opacity 0.25s ease-in-out;
    z-index: 0;
}
.cate-section .item:hover .image:after {
    opacity: 1;
}

.backg-tour {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
}
.backg-tour:before {
    content: '';
    background-image: linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.backg-tour .titte-sub {
    color: var(--color-second) !important;
}
.backg-tour .title-section {
    color: white;
}
.btn-detail:hover {
    background: var(--color-second) !important;
}
.intro-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.product-item .inner-image .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.hover-effect .inner-image .image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.hover-effect:hover .inner-image .image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.product-item .btn-detail {
    padding: 0.5rem 1.5rem 0.7rem;
}

.intro-section .image-left {
    position: relative;
    -webkit-mask-image: url(/templates/dulich04/assets/media/images/about_img_bg.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    padding-top: 95%;
}
.intro-section .image-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, 0.3);
    z-index: 1;
}

.intro-section .item-col:nth-child(1) .item, .intro-section .item-col:nth-child(4) .item {
    background-color: var(--primary-color1);
}
.intro-section .item-col:nth-child(2) .item, .intro-section .item-col:nth-child(3) .item {
    background-color: var(--primary-color2);
}
.intro-section .item .icon {
    width: 5.6rem;
    height: 5.6rem;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}
.why-section *{
    transition: 0.5s;
}
    
.why-section .image {
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.why-section .image img {
    width: 6.5rem;
    object-fit: contain;
}

.why-section .item-col:nth-child(odd) .item:hover {
    background: var(--color-highlight) !important;
}
.why-section .item-col:nth-child(even) .item:hover {
    background: var(--color-second) !important;
}
.why-section .item:hover *{
    color: white !important;
}

.why-section .item:hover .image img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.swiper .swiper-slide{
    height: auto;
}
.testimonial-section {
    background-image: linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
}
.testimonial-section .swiper-slide img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
}
.testimonial-section .swiper-slide .icon {
    font-size: 8rem;
    position: absolute;
    right: 2rem;
    bottom: 0;
    opacity: .05;
    line-height: 1;
}
.testimonial-section .star-rating::before {
    color: var(--yellow);
    opacity: 1;
}

.testimonial-section .content {
    border-bottom: 0.3rem solid var(--color-highlight);
}
.testimonial-section .content::before {
    content: "";
    position: absolute;
    bottom: -2.2rem;
    left: 50%;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 3.3rem;
    height: 2.3rem;
    transform: translateX(-50%);
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    border-right: 1px solid rgba(34, 34, 34, 0.1);
    background: white;
}
.review-wrap ul {
    gap: 3rem;
}
.review-wrap ul li a {
    transition: 0.5s;
    background-color: #243123;
}
.review-wrap ul li:nth-child(2) a {
    background-color: #333122;
} 
.review-wrap ul li img{
    max-width: 200px;
}
.review-wrap .star-rating::before {
    color: #00aa6c;
}  
.review-wrap .star-rating {
    width: 6.5rem;
    font-size: 1rem;
    letter-spacing: 2px;
}

.banner-section .info {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(88deg, #4C7CED 1.75%, rgba(76, 124, 237, 0.97) 24.14%, rgba(76, 124, 237, 0.95) 41.61%, rgba(76, 124, 237, 0) 98.26%);
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.banner1 .banner-section .swiper-slide img {
    border-radius: 1rem;
}
.banner2 .info {
    display: none !important;
}
.banner2 .img {
    padding-top: 31%;
}
.product-carousel .product-title {
    min-height: auto;
}
.news-home .inner-content {
    margin-top: -65px;
    z-index: 9;
}
.contact-home .single-contact i{
    width: 7rem;
    height: 7rem;
}
.contact-home .newsletter {
    padding: 7.5rem 7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-home .newsletter .form-group input::-webkit-input-placeholder{
   color: #d9d9d9;
}

.contact-home .newsletter .form-group input:-moz-placeholder { /* Firefox 18- */
   color: #d9d9d9;  
}

.contact-home .newsletter .form-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #d9d9d9;  
}

.contact-home .newsletter .form-group input:-ms-input-placeholder {  
   color: #d9d9d9;  
}
.contact-home .newsletter .form-control {
    border-color: var(--color-second) !important;
}
.contact-home .newsletter .btn {
    top: 1px;
    right: 1px;
    border-radius: 0 1rem 1rem 0;
    padding: 01rem 1.5rem;
}
.contact-home .newsletter .btn:hover {
    opacity: 0.9;
}
footer{
    background-color: var(--color-main);
    color: rgb(255 255 255 / 65%);
    padding-top: 3rem;
}
footer .logo-section {
    padding: 0 !important;
}

footer a {
    color: rgb(255 255 255 / 65%);
}

.footer-widget .btn-submit:after  {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--color-second);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}
.footer-widget .btn-submit:hover:after {
    transform: skewX(45deg) scale(1, 1);
}
.footer-widget .btn-submit:hover {
    background: var(--color-second) !important;
}
.social-section ul li {
    float: left;
}
.social-section ul li a {
    color: var(--gray);
    margin-right: 2rem;
}
.social-section ul li a:hover{
    opacity:0.8
}
.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-widget .item img {
    max-height: 4rem;
}
.copyright {
    border-top: 1px solid rgb(255 255 255 / 12%);
}
.social-section .desc {
    line-height: 1.7;
}

.search-page .btn-submit {
    border-radius: 0 1rem 1rem 0 !important;
}
.review-star > label::before {
    font-weight: 900;
}

.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 26vw;
}
.breadcrumbs-section-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.entire-cart-totals .proceed-to-checkout {
    padding-top: 1.5rem;
}
.title-sidebar::before {
    content: '';
    width: 2.035px;
    height: 21px;
    background: var(--color-highlight);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.view-small .article-item:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.image-video a:before {
    content: '';
    background-color: rgba(16, 12, 8, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.btn-video {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 2;
}
.btn-video i{
    color: var(--color-second);
    font-size: 3.5rem;
}
.lichtrinh #accordion .card .btn-link {
    padding-left: 8rem;
    text-decoration: auto;
}

.lichtrinh #accordion .card .btn-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    transition: 0.3s ease-in-out;
    width: 6.2rem;
    max-width: 6.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 5px 0 0 5px;
}
.lichtrinh #accordion .card .btn-link:not(.collapsed) i:before {
    content: "\f077";
}

.book-tour-section {
    background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
}
.form-group {
    margin-bottom: 2rem
}
.book-tour-section.fix {
    position: sticky;
    top: 1rem;
    z-index: 1;
}
.entire-map-contact iframe {
    display: block;
}
.form-control {
    padding: 1.2rem 1.5rem;
    border-color: #dedede;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    height: auto;
}
.contact-page .form-group {
    margin-bottom: 2.5rem;
}
.contact-page .title-description {
    line-height: 1.7;
}
.contact-page p {
    color: var(--color-text);
}

.product-image-detail .inner-image {
    padding-top: 66.66%;
}
.bootstrap-select>.dropdown-toggle {
    font-size: 1.5rem;
    padding: 1.276rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #dedede;
}


body {
  counter-reset: section;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}
.title-article-detail {
    font-size: 2.8rem;
}

.box-category-content .category-content {
    max-height: 300px;
    overflow: hidden;
}

.box-category-content.transform-active .category-content {
    max-height: inherit;
}

.box-category-content .load-more {
    margin-top: 15px;
}

.box-category-content .load-more a {
    border: 1px solid var(--color-highlight);
    padding: 0.8rem 3rem;
    font-size: 16px;
    color: var(--color-highlight);
    font-weight: 600;
    display: inline-block;
}
.box-category-content .load-more a:hover{
    color: white;
    background: var(--color-highlight);
}
.box-category-content .load-more .btn-hide, .box-category-content.transform-active .load-more .btn-show {
    display: none;
}

.box-category-content.transform-active .load-more .btn-hide {
    display: inline-block;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.member-mb-section .dropdown>a {
    color: white !important;
    padding: 0 !important;
}
.member-mb-section a.btn-action-header {
    color: white !important;
}

@media (min-width:767px) {
    .cate-section .swiper-slide:nth-child(even) {
        margin-top: 2rem;
    }
}
@media (min-width:992px) {
    .search-section {
        position: absolute;
        right: 0;
        bottom: 5rem;
        width: 100%;
        z-index: 1;
        left: 0;
        margin: 0 auto;
    }
    .search-section .form-control::-webkit-input-placeholder {
       color: #fff;
    }
    
    .search-section .form-control:-moz-placeholder { /* Firefox 18- */
       color: #fff;  
    }
    
    .search-section .form-control::-moz-placeholder {  /* Firefox 19+ */
       color: #fff;  
    }
    .search-section .form-control:-ms-input-placeholder {  
       color: #fff;  
    }
    .search-section .form-control {
        background: none;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 0;
        color: white;
    }
    
    .swiper-button-prev, .swiper-button-next {
        opacity: 0 !important;
    }
}

@media (min-width:1000px) {
    .home .setting-menu>.container>.row>div {
        -webkit-backdrop-filter: blur(1.5px);
        backdrop-filter: blur(1.5px);
    }
    .home .logo-section .logo-black{
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
}
@media (max-width:1200px) {
    .menu-section > ul > li > a {
        font-size: 1.6rem;
    }
    
    .btn-booking .btn-submit {
        padding: 1.2rem 1.5rem;
    }
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media (max-width:1000px) {
    .setting-menu>.container > .row > div>div:nth-child(1) {
        order: 2;
    }
     .setting-menu>.container > .row > div>div:nth-child(2) {
        order: 1;
    }
    
     .setting-menu>.container > .row > div>div:nth-child(3) {
        order: 3;
    }
    .nh-admin-bar {
        display: none;
    }
    .home .btn-menu-mobile {
        color: white;
    }
}
@media (max-width:992px) {
    .swiper-slider-main, .swiper-slider-main .swiper-slide img {
        height: 60vh;
    }
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.4rem;
    }
    header .logo-section img {
        max-height: 3rem;
    }
    body {
        font-size: 1.4rem;
    }
    .title-section {
        font-size: 3.5rem !important;
    }
    .search-section {
        background: var(--primary-color1);
        border-radius: 0.5rem !important;
        padding: 2rem;
    }
    
    .search-section .form-control {
        border: 1px solid var(--color-highlight);
    }
    .search-section .btn-submit {
        padding: 0.9rem 3.5rem;
    }

}
@media (max-width:992px) and (min-width:768px) {
    .intro-section .left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro-section .right {
        display: none;
    }
}
@media (max-width:991px) {
    .contact-home .newsletter {
        border: none;
        padding: 2rem;
    }
    .footer-mb >.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:767px) {
    .home .setting-menu>.container>.row>div {
        width: calc(100% - 1rem);
        top: 1rem;
    }
    .breadcrumbs-section-bg {
        height: 20vh;
    }
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    .tag--item {
        padding: 0.5rem 1rem;
    }
    .footer-mb >.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-detail-footer #accordion .card .btn-link {
        font-size: 1.8rem !important;
    }
    .testimonial-section .desc {
        font-size: 1.8rem !important;
    }
}

@media (max-width:390px) {
    .btn-mb {
        width: 100%;
        margin: 0.5rem 0;
    }
}
