.cruise-tag {
    background-color: #1E90FF;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}
.muslim-tag-p {
    background-color: #009000;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.muslim-tag {
    background-color: #009000;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.cruise-tag-p {
    background-color: #1E90FF;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.package-tag-p {
    background-color: #fbad18;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.promo-tag-p{
    background-color: #FF0000;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
.hlight-tag-p {
    background-color: #8A2BE2;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Section 1 Css Start */
.Section_1 .slideshow{
    position: relative;
}

.Section_1 .slideshow .image-container{
    margin-top: 109px;
    overflow: hidden;
}

@media screen and (max-width: 769px) {
    .Section_1 .slideshow .image-container{
        margin-top: 125px;
    }
}
.Section_1 .slideshow .image-container img {
    object-fit: cover;
    max-width: 100%;
    display: none;
    margin: 0 auto;
    width: 100%;
}

.Section_1 .slideshow .image-container img.active {
    display: block;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Section_1 .slideshow .image-container img.next-enter, .Section_1 .slideshow .image-container img.prev-exit {
    transform: translateX(100%);
    opacity: 0;
}

.Section_1 .slideshow .image-container img.next-enter-active, .Section_1 .slideshow .image-container img.prev-exit-active {
    transform: translateX(0);
    opacity: 1;   
}

.Section_1 .slideshow .image-container img.prev-enter,.Section_1 .slideshow .image-container img.next-exit {
    transform: translateX(-100%);
    opacity: 0;
}

.Section_1 .slideshow .image-container img.prev-enter-active,.Section_1 .slideshow .image-container img.next-exit-active {
    opacity: 1;
    transform: translateX(0);
}

.Section_1 .prev,.Section_1 .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.Section_1 .prev{left: 10px;}

.Section_1 .next{right: 10px;}

.slideshow:hover .prev,
.slideshow:hover .next {
    opacity: 1;
}
/* Section 1 Css End */

/* Section 2-？ Css Start */
.Section_2,
.Section_3,
.Section_4,
.Section_5,
.Section_6,
.Section_7,
.Section_8,
.Section_9,
.Section_11{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #eee;
    padding: 20px;
}

@media screen and (max-width: 1400px) {
    .Section_2,
    .Section_3,
    .Section_4,
    .Section_5,
    .Section_6,
    .Section_7,
    .Section_8,
    .Section_9,
    .Section_11,
    .Section_10 .body {
        max-width: 80% !important;
    }
}

.Section_2 .title h1,
.Section_3 .title h1,
.Section_4 .title h1,
.Section_5 .title h1,
.Section_6 .title h1,
.Section_7 .title h1,
.Section_8 .title h1,
.Section_9 .title h1,
.Section_11 .title h1{
    font-size: 24px;
    color: black;
}

.Section_2 .body,
.Section_3 .body,
.Section_4 .body,
.Section_5 .body,
.Section_6 .body,
.Section_7 .body,
.Section_8 .body,
.Section_9 .body,
.Section_11 .body {
    margin-top: 20px;
}

@media screen and (max-width:600px) {
    .Section_2 .title h1,
    .Section_3 .title h1,
    .Section_4 .title h1,
    .Section_5 .title h1,
    .Section_6 .title h1,
    .Section_7 .title h1,
    .Section_8 .title h1,
    .Section_9 .title h1,
    .Section_11 .title h1{
        font-size: 20px;
        color: black;
    }
}
/* Section 2-？ Css End */

/* Section 2 Css Start */
.Section_2 .title  a{
    text-decoration-line: none;
    color: white;
    background-color: #0D99FF;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

.Section_2 .body .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

.Section_2 .body .image-grid .image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.Section_2 .body .image-grid .image img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    max-width:420px;
    max-height:420px
}

.Section_2 .body .image-grid .image .text {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 80%);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    color: lightgray;
    overflow: hidden;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 20px;
}

.Section_2 .body .image-grid button{
    display: none;
}

.Section_2 .body .image-grid .image .text span {
    display: -webkit-box;
    -webkit-line-clamp: 13; /* Number of lines to show (adjust based on height and line-height) */
    -webkit-box-orient: vertical;
    line-height: 1.3em; /* Adjust based on your font size */
}

@media screen and (max-width:1400px) {
    .Section_2 .body .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    }
}

@media screen and (max-width:1299px) {
    .Section_2 .body .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media screen and (max-width:1025px) {
    .Section_2 .body{
        position: relative;
    }

    .Section_2 .body .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .Section_2 .body .image-grid .image:last-child{
        display: none;
    }

    .Section_2 .body .image-grid .image .text {
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 80%);
        background-color: rgba(30, 30, 30, 0.7);
        border-radius: 0 0 5px 5px;
        font-size: 12px;
        color: white;
        bottom: 0;
        z-index: 1;
        padding: 10px;
        text-align: justify;
        white-space: initial;
    }

    .Section_2 .body .image-grid button{
        display: unset;
    }

    .Section_2 .body .image-grid .Ann_prev,
    .Section_2 .body .image-grid .Ann_next {
        position: absolute;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.6);
        color: black;
        border: none;
        cursor: pointer;
        padding: 10px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        top: 40%;
    }

    .Section_2 .body .image-grid .Ann_prev{left: 10px; }

    .Section_2 .body .image-grid .Ann_next{right: 10px;}

}

@media screen and (max-width: 775px) {
    .Section_2 .body .image-grid .image img {
        max-width:620px;
        max-height:620px
    }

    .Section_2 .body{
        position: relative;
    }

    .Section_2 .body .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }


    .Section_2 .body .image-grid .image:last-child{
        display: none;
    }


    .Section_2 .body .image-grid button{
        display: unset;
    }

    .Section_2 .body .image-grid .Ann_prev,
    .Section_2 .body .image-grid .Ann_next {
        position: absolute;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.6);
        color: black;
        border: none;
        cursor: pointer;
        padding: 10px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        top: 40%;
    }

    .Section_2 .body .image-grid .Ann_prev{left: 10px; }

    .Section_2 .body .image-grid .Ann_next{right: 10px;}
}

@media screen and (max-width: 650px) {
    .Section_2 .body .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .Section_2 .body .image-grid .image img {
        max-width:520px;
        max-height:520px
    }

    .Section_2 .body .image-grid .image {
        width: auto;
    }

    .Section_2 .title  a{
        font-size: 16px;
    }
}

@media screen and (max-width:565px){
    .Section_2 .title  a{
        float: right;
        font-size: 13px;
        display: inline-block;
    }

    .Section_2 .body .image-grid .image img {
        max-width:450px;
        max-height:450px
    }
}

@media screen and (max-width:400px){
    .Section_2 .title  a{
       	padding: 10px;
    }

    .Section_2 .body .image-grid .image img {
        max-width:320px;
        max-height:320px
    }
}
/* Section 2 Css End */

/* Section 3 Csss Start */
.Section_3 .body .image-grid-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 20px;
}

.Section_3 .body .image-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.Section_3 .body .image-grid-1 .image{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-height: 350px;
}

.Section_3 .body .image-grid-2 .image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-height: 293px;
}

.Section_3 .body .image-grid-1 .image img,
.Section_3 .body .image-grid-2 .image img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.Section_3 .body .image-grid-1 .image span{
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    bottom: 10px;
    right: 10px;
    font-size: 25px;
    z-index: 1;
    padding: 5px;
    text-transform: uppercase;
}

.Section_3 .body .image-grid-2 .image span{
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 1;
    padding: 5px;
    text-transform: uppercase;
}

.Section_3 .body .image-grid-3{
    display: none;
}

.Section_3 .body button{
    display: none;
}

@media screen and (max-width:1400px) {
    .Section_3 .body .image-grid-1 {
        display: flex;
    }

    .Section_3 .body .image-grid-2 {
        display: flex;
    }
}

@media screen and (max-width:1100px) {
    .Section_3 .body .image-grid-1 .image span{
        font-size: 20px;
    }

    .Section_3 .body .image-grid-2 .image span{
        font-size: 15px;
    }
}

@media screen and (max-width:900px) {
    .Section_3 .body{
        position: relative;
    }

    .Section_3 .body .image-grid-1,
    .Section_3 .body .image-grid-2{
        display: none;
    }

    .Section_3 .body .image-grid-3{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        position: relative;
    }

    .Section_3 .body .image-grid-3 .image{
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        max-height: 350px;
        opacity: 1;
        display: none;
        animation: slideIn 0.5s ease-in-out forwards;
    }

    .Section_3 .body .image-grid-3 .image img {
        width: 100%;
        border-radius: 5px;
        height: 200px;
        object-fit: cover;
    }
    
    .Section_3 .body .image-grid-3 .image span{
        position: absolute;
        width: auto;
        height: auto;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 5px;
        font-size: 20px;
        color: #333;
        bottom: 10px;
        right: 10px;
        z-index: 1;
        padding: 5px;
        text-align: right;
    }

    .Section_3 .body button{
        display: unset;
    }

    .Section_3 .body .highlight-prev,
    .Section_3 .body .highlight-next {
        position: absolute;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.6);
        color: black;
        border: none;
        cursor: pointer;
        padding: 10px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        top: 40%;
    }

    .Section_3 .body .highlight-prev{left: 10px; }

    .Section_3 .body .highlight-next{right: 10px;}

}

@media screen and (max-width:700px) {
    .Section_3 .body .image-grid-3{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
/* Section 3 Css End */

/* Section 4 Css Start */
.Section_4 .body .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    position: relative;
}

.Section_4 .body .image-grid .slider-image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-height: 350px;
    opacity: 0;
    animation: slideIn 0.5s ease-in-out forwards;
}

.Section_4 .body .image-grid .slider-image:hover {transform: scale(1.05);}

.Section_4 .body .image-grid .slider-image img {
    width: 100%;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}

.Section_4 .body .image-grid .slider-image .text{
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 12px;
    color: #333;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    padding: 5px;
    text-align: right;
}

.Section_4 .body .image-grid .slider-image .text span:nth-child(1){
    text-transform: uppercase;
    font-size: 20px;
}

.Section_4 .body .image-grid .slider-image .text span:nth-child(2){
    text-transform: uppercase;
    font-size: 20px;
}

.Section_4 .body .image-grid .slider-image .text span:nth-child(4) {
    text-transform: uppercase;
    font-size: 15px;
}

.Section_4 .body .image-grid .slider-image .text span:nth-child(5) {
    text-transform: uppercase;
    font-size: 15px;
}

.Section_4 .body .image-grid .slider-image-prev,
.Section_4 .body .image-grid .slider-image-next {
    position: absolute;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    top: 50%;
}

.Section_4 .body .image-grid .slider-image-prev{left: 10px; }

.Section_4 .body .image-grid .slider-image-next{right: 10px;}


/* Opecity animation */
@keyframes slideIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Opecity animation */

/* Section 4 Css End */

/* Section 5 Css Start */
.Section_5 .body{
    position: relative;
}

.Section_5 .body .main-image .image img,
.Section_5 .body .sub-image .image img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    max-height: 850px;
}

.Section_5 .body .sub-image .image img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    max-height: 175px;
}

.Section_5 .body .main-image .image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-height: 850px;
}

.Section_5 .body .main-image .image .text{
    position: absolute;
    width: calc(100% - 40px);
    height: 30%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    color: white;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 20px;
    overflow: hidden;
}

.Section_5 .body .main-image .image .text .package-name{font-size: 20px;}

.Section_5 .body .main-image .image .text .package-name,
.Section_5 .body .main-image .image .text .package-rate,
.Section_5 .body .main-image .image .text .package-rate .rate,
.Section_5 .body .main-image .image .text .package-rate .review {
    display: inline-block;
    vertical-align: middle;
}

.Section_5 .body .main-image .image .text .package-rate {float: right;}

.Section_5 .body .main-image .image .text .package-rate .rate .rating{
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.Section_5 .body .main-image .image .text .package-rate .rate .rate_excellent {
    background-color: #00E200;
    padding: 5px 20px;
    color: white;
    border-radius: 15px;
    margin-right: 10px;
}

.Section_5 .body .main-image .image .text .package-rate .rate .rate_good {
    background-color: #add633;
    padding: 5px 20px;
    color: white;
    border-radius: 15px;
    margin-right: 10px;
}

.Section_5 .body .main-image .image .text .package-rate .rate .rate_fair {
    background-color: #f4d132;
    padding: 5px 20px;
    color: white;
    border-radius: 15px;
    margin-right: 10px;
}

.Section_5 .body .main-image .image .text .package-rate .rate .rate_terrible {
    background-color: #ff8c5a !important;
    padding: 5px 20px;
    color: white;
    border-radius: 15px;
    margin-right: 10px;
}

.Section_5 .body .main-image .image .text .package-rate .review {
    font-size: 15px;
    opacity: 0.9;
    margin-right: 10px;
    color: white;
    text-align: center;
}

.Section_5 .body .main-image .image .text .package-Info {
    font-size: 15px;
    margin-top: 20px;
    height:65px;
    overflow-y:auto;
}

.Section_5 .body .main-image .image .text .pricing {
    flont:right;
    color: white;
}

.Section_5 .body .main-image .image .text .pricing .original {
    display: flex;
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.9;
    color: white;
    margin-left: 70px;
    justify-content: flex-end;
}

.Section_5 .body .main-image .image .text .pricing .discount {
    display: flex;
    align-items: center;
    font-size: 20px;
    opacity: 0.9;
    color: white;
    justify-content: flex-end;
}

.Section_5 .body .main-image .image .text .pricing .discount span:first-child {margin-right: 10px;}

.Section_5 .body .New-package-prev,
.Section_5 .body .New-package-next {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    top: 30%;
}

.Section_5 .body .New-package-prev{left: 30px;}

.Section_5 .body .New-package-next{right: 30px;}

.Section_5 .body .sub-image {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

@media screen and (max-width:1400px) {
    .Section_5 .body .main-image .image .text .package-name{font-size: 18px;}

    .Section_5 .body .main-image .image .text .pricing .original {
        font-size: 16px;
    }
    
    .Section_5 .body .main-image .image .text .pricing .discount {
        font-size: 16px;
    }

    .Section_5 .body .main-image .image .text .package-Info {
        font-size: 15px;
    }

    .Section_5 .body .main-image .image .text{
        font-size: 18px;
    }
}

@media screen and (max-width:1325px) {
    .Section_5 .body .New-package-prev,
    .Section_5 .body .New-package-next {
        top: 25%;
    }

    .Section_5 .body .main-image .image .text{
        height: 35%;
    }
}

@media screen and (max-width:1100px) {
    .Section_5 .body .New-package-prev,
    .Section_5 .body .New-package-next {
        top: 25%;
    }

    .Section_5 .body .main-image .image .text{
        height: 35%;
    }

    .Section_5 .body .main-image .image .text .package-name{font-size: 20px;}

    .Section_5 .body .main-image .image .text .pricing .original {
        font-size: 15px;
        margin-left: 62px;
    }
    
    .Section_5 .body .main-image .image .text .pricing .discount {
        font-size: 15px;
    }

    .Section_5 .body .main-image .image .text .package-Info {
        font-size: 15px;
    }

    .Section_5 .body .main-image .image .text{
        font-size: 15px;
    }
}

@media screen and (max-width:988px) {
    .Section_5 .body .main-image .image .text{
        position: unset;
        width: calc(100% - 40px);
        height: 230px;
        background-color: black;
        border-radius: 0 0 5px 5px;
        font-size: 20px;
        color: white;
        bottom: 3px;
        right: 0;
        z-index: 1;
        padding: 20px;
    }

    .Section_5 .body .main-image .image img{
        height: 70%;
    }

    .Section_5 .body .main-image .image .text .package-Info {
        width: 100%;
        overflow-y: auto;
        height: 60px;
    }
}

@media screen and (max-width:800px) {
    .Section_5 .body .main-image .image .text .package-rate .rate {
        font-size: 15px;
    }
    

    .Section_5 .body .main-image .image img{
        height: 50%;
    }

    .Section_5 .body .New-package-prev,
    .Section_5 .body .New-package-next {
        top: 20%;
    }

    .Section_5 .body .New-package-prev{left: 20px;}

    .Section_5 .body .New-package-next{right: 20px;}
}

@media screen and (max-width:769px) {
    .Section_5 .body .main-image .image .text .package-name{font-size: 15px;}
}

@media screen and (max-width:700px) {
    .Section_5 .body .main-image .image .text .package-name{font-size: 15px;}
}

@media screen and (max-width:651px) {
    .Section_5 .body .main-image .image .text .package-rate {
        float: unset;
    }
	
    .Section_5 .body .main-image .image .text .package-rate .rate .rating {
	padding: 10px 15px;
        font-size: 10px;
    }

    .Section_5 .body .main-image .image .text .package-rate .review {
        font-size: 13px;
        margin-top:10px
    }

    .Section_5 .body .main-image .image .text .package-Info{
	margin-top: 15px;
    }

}

@media screen and (max-width:400px) {
    .Section_5 .body .main-image .image .text .package-rate .rate .rate_excellent {
        margin-right: unset;
    }
    
    .Section_5 .body .main-image .image .text .package-rate .rate .rate_good {
        margin-right: unset;
    }
    
    .Section_5 .body .main-image .image .text .package-rate .rate .rate_fair {
        margin-right: unset;
    }
    
    .Section_5 .body .main-image .image .text .package-rate .rate .rate_terrible {
        margin-right: unset;
    }
	
    .Section_5 .body .main-image .image img{
        height: 30%;
	vertical-align: middle;
    }

    .Section_5 .body .New-package-prev{left: 10px;}

    .Section_5 .body .New-package-next{right: 10px;}
}

@media screen and (max-width:359px) {
    .Section_5 .body .main-image .image .text .package-name{font-size: 14px;}
}
/* Section 5 Css End */

/* Section 7 Css Start */
.Section_7{position: relative;}

.Section_7 .body {
    display: flex;
    overflow-x: hidden; /* 允许水平滚动 */
    cursor: grab;
    user-select: none;
}   

.Section_7 .body .image-grid {
    flex: 0 0 auto;
    width: 410px;
    padding: 10px 10px;
}


.Section_7 .body .slider-review {
    background-color: #e0e0e0;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    height: 360px;
    overflow: hidden;   
}

.Section_7 .body a{
    color: #0D99FF;
    cursor: pointer;
}

.Section_7 .body .slider-review .tour{
    color: #0D99FF;
    height: 70px;
}

.Section_7 .body .slider-review .Rate img{
    width: 15px;
    object-fit: cover;
}

.Section_7 .body .slider-review .Detail{
    text-align: center;
    height: 220px;
    overflow-y: auto;
    background-color: #c2c2c2;
    padding: 0 10px 0 10px;
    border-radius: 10px;
}

.Section_7 .body .slider-review .user{margin-top: 10px;}

.Section_7 .body .slider-review .user img{
    width: 20px;
    object-fit: cover;
}

.Section_7 .slider-review-prev,
.Section_7 .slider-review-next {
    position: absolute;
    transform: translateY(-50%);
    background-color: rgba(255, 232, 53, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    top: 50%;
    opacity: 0;
    transform: 0.5s;
}

.Section_7 .slider-review-prev{left: calc(0px + 20px);}

.Section_7 .slider-review-next{right: calc(0px + 20px);}

.Section_7:hover .slider-review-prev,
.Section_7:hover .slider-review-next{
    opacity: 1;
}

@media screen and (max-width:411px) {
    .Section_7 .body .image-grid {
        width: 280px;
    }
}
/* Section 7 Css End */

/* Section 8 Css Start */

.Section_8 .title  a{
    text-decoration-line: none;
    color: white;
    background-color: #0D99FF;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

/* slide animation */
@keyframes slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* slide animation */

.Section_8 .body {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.Section_8 .body .gallery {
    display: inline-flex;
    
    animation: 25s slide infinite linear;
    
}

.Section_8 .body .gallery .gallery-container {
    position: relative;
    max-height: 400px;
    flex: 0 0 auto;
    padding: 10px 10px;
}

.Section_8 .body:hover .gallery {
    animation-play-state: paused;
}

.Section_8 .body .gallery .gallery-container img {
    border-radius: 5px; 
    height: 200px;
    object-fit: cover;
    width: 300px;
}

.Section_8 .body .gallery .gallery-container .text {
    position: absolute;
    width: calc(100% - 40px);
    height: 20px;
    background-color: rgba(30, 30, 30, 0.7);
    /* background-color: rgba(255, 255, 255, 0.7); */
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    color: white;
    right: 10px;
    bottom: 12px;
    z-index: 1;
    padding: 10px;
    text-align: justify;
    overflow-y: auto;
    white-space: initial;
}

@media screen and (max-width:650px) {
    .Section_8 .title  a{
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {
    .Section_8 .body .gallery .gallery-container img {
        width: 250px;
    }
}

@media screen and (max-width:410px) {
    .Section_8 .title  a{
        padding:10px;
        font-size:13px;
    }
}
/* Section 8 Css End */

/* Section 9 Css Start */
.Section_9{
    margin-bottom: 20px;
}

.Section_9 .blog_mobile{display: none;}

.Section_9 .title  a{
    text-decoration-line: none;
    color: white;
    background-color: #0D99FF;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

.Section_9 .body  a{
    text-decoration-line: none;
    color: black;
}

.Section_9 .body .blog{
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
}


.Section_9 .body .blog .blog-main .image img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.Section_9 .body .blog .sub-blog img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.Section_9 .body .blog .sub-blog img:first-child{margin-bottom: 24px;}

.Section_9 .body .blog .blog-main .text-title h1{font-size: 24px;}

.Section_9 .body .blog .blog-main .text-title span{
    text-decoration-line: none;
    color: white;
    background-color: #F24822;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

.Section_9 .body .blog .blog-main .text-detail{
    overflow-y: auto;
    max-height: 160px;
    text-align: justify;
    width: 700px;
}   

.Section_9 .body .blog .blog-main .text-detail p{
    padding: 10px 0;   
}

@media screen and (max-width:1300px) {
    .Section_9 .body .blog .blog-main .text-detail{
        width: 600px;
    }   
}

@media screen and (max-width:1200px) {
    .Section_9 .body .blog .blog-main .text-detail{
        width: 500px;
    }

    .Section_9 .body .blog .blog-main .image img{
        height: 300px;
    }
    
    .Section_9 .body .blog .sub-blog img{
        height: 200px;
    }
}
@media screen and (max-width:950px) {
    .Section_9 .body .blog{display: none;}

    .Section_9 .blog_mobile{
        display: block;
    }

    .Section_9 .blog_mobile .blog-main .image{
        display: inline-flex;
        max-width: 100%;
        overflow-y: scroll;
    }

    .Section_9 .blog_mobile .blog-main .image img{
        height: 200px;
        margin-right: 10px;
    }

    .Section_9 .blog_mobile .blog-main .image img:last-child{
        margin-right: unset;
    }

    .Section_9 .blog_mobile  a{
        text-decoration-line: none;
        color: black;
    }

    .Section_9 .blog_mobile .blog-main .text-detail{
        overflow-y: auto;
        max-height: 160px;
        text-align: justify;
    }

    .Section_9 .blog_mobile .blog-main .text-title h1{
        font-size: 20px;
    }
}

@media screen and (max-width:650px) {
    .Section_9 .title  a{
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {
    .Section_9 .blog_mobile .blog-main .image img{
        width: 300px;
    }
}

@media screen and (max-width:410px) {
    .Section_9 .title  a{
        padding:10px;
        font-size:13px;
    }
}
/* Section 9 Css End */

/* Section 10 Css Start */
.Section_10{
    background-color: rgb(47, 56, 67);
    width: 100%;
    padding: 20px 0;
    
}

.Section_10 .body{
    display: grid;
    grid-template-columns: auto auto auto auto;
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
}

@media screen and (max-width: 1400px) {
    .Section_10 .body {
        max-width: 80%;
    }
}

@media screen and (max-width: 1100px) {
    .Section_10 .body .map{
        margin-top:20px;
    }
}

.Section_10 .body .map{
    grid-column: span 1;
}

.Section_10 .body .Contact_Us{
    grid-column: span 2;
    padding: 0 20px;
}

.Section_10 .body .Contact_Us .title h1{
    color: white;
    margin-block-start: unset;
    margin-block-end: unset;
}

.Section_10 .body .Contact_Us .title span{
    font-size: 20px;
    color: gray;
}

.Section_10 .body .Contact_Us .detail img{
    width: 40px;
    object-fit: cover;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.Section_10 .body .Contact_Us .detail a{
    color: white;
    margin-left: 20px;
    font-size: 16px;
}

.Section_11 .body .image-grid {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    
    scroll-snap-type: x mandatory; /* 使滚动更流畅 */
}

.Section_11 .body .image-grid .recommend-image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-height: 350px;
    opacity: 0;
    animation: slideIn 0.5s ease-in-out forwards;
    flex: 0 0 25%;
    padding-right: 20px;
}

.Section_11 .body .image-grid .recommend-image:hover {transform: scale(1.05);}

.Section_11 .body .image-grid .recommend-image img {
    width: 300px;
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
    
}

.Section_11 .title  a{
    text-decoration-line: none;
    color: white;
    background-color: #0D99FF;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

.Section_11 .body  a{
    text-decoration-line: none;
    color: black;
}

@media screen and (max-width:650px) {
    .Section_11 .title  a{
        font-size: 16px;
    }
}

@media screen and (max-width:515px){
    .Section_11 .title .english{
	    display:inline-block;
	    width:200px;
    }

    .Section_11 .title  a{
        width:63.75px;
    }
} 

@media screen and (max-width:410px){
    .Section_11 .title  a{
        padding:10px;
        font-size:13px;
        width: 51.8px;
    }
} 

iframe {
    border-radius: 5px;
}

.Section_10 .body .Contact_Us .detail div{margin-top: 20px;}

.Section_10 .body .Contact_Us .detail .whatsapp,
.Section_10 .body .Contact_Us .detail .facebook,
.Section_10 .body .Contact_Us .detail .email_1,
.Section_10 .body .Contact_Us .detail .email_2{
    display: flex;
    align-items: center;
}

@media screen and (max-width:1100px) {
    .Section_10 .body{
        display: block;
    }

    .Section_10 .body .map{
	text-align:center;
    }
}

@media screen and (max-width:800px) {
    .Section_10 .body .Contact_Us{
        padding: 0;
    }

    .Section_10 .body .Contact_Us .title h1{
	margin-top: 20px;
        font-size: 25px;
    }

    .Section_10 .body .Contact_Us .title span{
        font-size: 15px;
    }
}
/* Section 10 Css End */

.grid-container-promo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 310px)); /* Three columns */
    grid-gap: 20px; /* Gap between grid items */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.grid-item-promo {
    background-color: white;
    align-items: center;
    border-radius: 5px;
    max-width: 310px;
    position: relative;
}

.tag-con {
    display: flex;
    flex-direction: row;
    position: absolute;
    padding: 5px;
    right: 0;
    z-index: 1;
}

.package-tag {
    background-color: #fbad18;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.grid-tag {
    margin: 5px;
    border: 1px solid gray;
}

.promo-tag{
    background-color: #FF0000;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.hlight-tag {
    background-color: #8A2BE2;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.slideshoww {
    position: relative;
    overflow: hidden;
    max-width: 350px;
    flex: 1;
    border-radius: 5px;
}

.slideshow-grid {
    max-width: 450px;
}

.image-containerr {
    flex: 0 0 auto;
    margin-right: 20px;
    position: relative;
}

.image-containerr img {
    width: 380px;
    max-height: 200px;
    object-fit: cover;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.prev {
    left: -10px;
    transition: left 0.3s ease;
}

.prev:hover{
    left: 0;
}

.next {
    right: -10px;
    transition: right 0.3s ease;
}

.next:hover {
    right: 0;
}

.top-info {
    padding: 0 10px;
}

.tour-code {
    opacity: 0.8;
}

.grid-info {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    cursor: pointer;
}

.grid-titles {
    flex: 1; /* Take up remaining space */
}

.grid-title {
    font-size: 20px;
    font-weight: bold;
}

.grid-subtitle {
    font-size: 16px;
    opacity: 0.8;
}

.grid-rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; /* Align items vertically */
    margin-bottom: 25px;
}

.grid-rate-text {
    text-align: center;
    color: gray;
    font-size: 13px;
    margin-left: 5px;
}

.grid-score {
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.excellent {
    background-color: #00E200;
}

.good {
    background-color: #add633;
}

.fair {
    background-color: #f4d132;
}

.terrible {
    background-color: #ff8c5a !important;
}

.description::-webkit-scrollbar, .grid-description::-webkit-scrollbar {
    width: 10px;
  }

/* Track */
.description::-webkit-scrollbar-track, .grid-description::-webkit-scrollbar-track {
    background: #e4e4e4; 
    border-radius: 5px;
    border: 1px solid #888;
}

/* Handle */
.description::-webkit-scrollbar-thumb, .grid-description::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
}

/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover, .grid-description::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.grid-description {
    background-color: rgb(224, 221, 221);
    padding: 10px 25px;
    border-radius: 5px;
    height: 90px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.grid-price {
    margin-left: auto;
}

.grid-ori-price {
    text-decoration: line-through;
    font-weight: bold;
    color: gray;
    text-align:right;
}

.grid-now-price {
    font-size: 24px;
    font-weight: bold;
}

.grid-price-text {
    font-weight: 100;
    font-size: 14px;
}

.view-promo {
    text-decoration-line: none;
    color: white;
    background-color: #0D99FF;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    float: right;
    font-size: 20px;
}

@media screen and (max-width:650px) {
    .view-promo{
        font-size: 16px;
    }
}

@media screen and (max-width:515px){
    .Section_6 .title .english{
	display:inline-block;
	width:200px;
    }

    .view-promo  a{
        width:63.75px;
    }
} 

@media screen and (max-width:410px){
    .view-promo{
        padding:10px;
        font-size:13px;
        width:51.8px;
    }
}

.view-promo button{
    padding: 15px 50px;
    background-color: #0e8de7;
    color: #eee;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 955px) {

    .tags {
        display: flex;
        left: 0;
        bottom: 0;
        gap: 5px;
       	max-width: 200px;
	flex-wrap: wrap;
    }

	.tag-con {
   	 padding: 5px 0;
	}

    .grid-container-promo {
        justify-content: center;
    }

    .grid-item-promo {
        max-width: 300px;
    }

    .package-tag {
        padding: 8px 15px;
        font-size: 14px;
        border-radius: 5px;
    }

    .promo-tag{
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 5px;
    }
    .hlight-tag {
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 5px;
    }

    .image-container {
        margin-right: 0;
    }

    .tour-code {
        font-size: 13px;
    }

    .grid-info {
        padding: 10px 20px;
    }

    .grid-titles {
        flex: 1;
        margin-bottom: 10px;
    }
    
    .grid-title {
        font-size: 16px;
        font-weight: bold;
    }

    .grid-subtitle {
        font-size: 14px;
        opacity: 0.8;
    }

    .grid-rating {
        flex-direction: row-reverse;
        margin-bottom: 10px;
    }

    .grid-rate-text {
        text-align: center;
        color: gray;
        font-size: 10px;
    }

    .grid-score {
        padding: 8px 13px;
        border-radius: 8px;
        margin-right: 0;
        font-size: 12px;
    }

    .grid-description {
        padding: 5px 10px;
        height: 80px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .grid-ori-price {
        text-decoration: line-through;
        font-weight: bold;
        color: gray;
        font-size: 12px;
    }

    .grid-now-price {
        font-size: 18px;
        font-weight: bold;
    }

    .grid-price-text {
        font-weight: 100;
        font-size: 15px;
    }
}

@media (max-width: 410px) {

    .image-container img {
        width: 300px;
    }

    .grid-info {
        padding: 10px 20px;
        flex-direction: row;
    }
}


