/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap"); */

*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    /* text-transform: capitalize; */
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
}

html::-wedkit-scrollbar{
    width: 0.5rem;
}

html::-webkit-scrollbar-thumb{
    background: #d9296f;
}

body{
    background: #f8f9fc;
    overflow-x: hidden;
}

section{
    padding: 1rem 9%;
}

.heading{
    text-align: center;
    margin-bottom: 2rem;
}

.heading span{
    color: #005888;
    font-size: 2rem;
}

.heading h1{
    font-size: 3rem;
    color: #000;
    font-weight: 600;
}

.btn{
    /* margin-top: 1rem; */
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    color: #02a485;
    border: 0.2rem solid #02a485;
    border-radius: 5rem;
    cursor: pointer;
    background: none;
    box-shadow: 0px 2px 3px #cac3c6;
}

.btn:hover{
    background: #02a485;
    color: #f8f9fc;
}

/*----- header ---- */

.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 9% 1rem;
    box-shadow: 0 1px 6px 0 rgba(32 32 36 / 28%);
}

.header a{
    text-decoration: none;
}

.header .navbar{
    min-height: 0;
    margin-bottom: 0;
}

.header .navbar a{
    /* font-size: 2rem; */
    color: #383838;
    display: inline-block;
    margin: 0 1rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
}

.header .navbar a:hover{
    color: #d9296f;
}

.header .logo {
    width: 10rem;
}

#menu-btn{
    font-size: 2.5rem;
    color: #000;
    cursor: pointer;
    display: none;
}

/*--login--*/

.header .login-btn{
    font-size: 1.5rem;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5rem;
    background-color: #005888;
    color: #fff;
    align-items: center;
    padding: 0 1rem;
    height: fit-content;
    width: max-content;
    padding: 1rem 2rem;
    box-shadow: 4px 3px 7px 0px #b6b6b6;
}

.header .login-btn i{
    font-size: 1.2rem;
    color: #fff;
    padding: 0.5rem;
}

.header .login-btn:hover{
    color: #fff;
    background-color: #01a585;
}

.person-action{
    position: relative;
    margin-left: 1rem;
}

.person-action .person-account{
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    object-fit: cover;
}

.person-action .person-account img{
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 3rem;
    margin-right: 1rem;
    border: 0.3rem solid #f965a0;
    box-shadow: 0.1rem 0.1rem 0 0.1rem rgba(174, 173, 173, 0.3);
}

.person-action .person-account a{
    font-size: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    color: #3e3e3e;
}

.person-action .menu{
    background-color:#FFF;
    box-sizing:0 5px 25px rgba(0,0,0,0.1);
    border-radius: 15px;
    /* padding: 10px 20px; */
    position: absolute;
    right: -10px;
    width: max-content;
    transition: 0.5s;
    top: 120px;
    visibility: hidden;
    opacity: 0;
}
.person-action .menu.active{
    opacity: 1;
    top: 50px;
    visibility: visible;
    box-shadow: rgb(0 0 0 / 50%) 0px 0.5rem 1rem;
    background-color: #02a485;
}

.person-action .menu.active .person-account {
    padding: 2rem 1rem 1rem 1rem;
    color: #fff;
}

.person-action .menu.active .person-account p{
    margin: 0;
}

.person-action .menu::before{
    background-color:#02a485;
    content: '';
    height: 20px;
    position: absolute;
    right: 30px;
    transform:rotate(45deg);
    top:-5px;
    width: 20px;
}

.person-action .menu h3{
    color: #fff;
    font-size: 1.5rem;
    padding: 0rem 1rem;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
}

.person-action .menu ul{
    background-color: #fff;
}

.person-action .menu ul li{
    align-items: center;
    border-top:0.1rem solid #e6e6e6;
    display: flex;
    list-style: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.person-action .menu ul li a{
    display: inline-block;
    color: #555;
    font-size: 1.5rem;
    /* font-weight: 600; */
    /* padding-left: 15px; */
    text-decoration: none;
    /* text-transform: uppercase; */
    transition: 0.5s;
}

.person-action .menu ul li i.fas, .person-action .menu ul li i.fa {
    color: #fff;
    background-color: #02a485;
    padding: 0.5rem;
    border-radius: 50%;
    border: 0.3rem solid #e3e3e3;
}

.person-action .menu ul li:hover{
    background-color: #b4b4b4;
    color:#fff;
}

.header .header-btn-group{
    display: flex;
    align-items: center;
}
/* -- home -- */

.home .content{
    text-align: center;
}

.home .content p{
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 2.6rem;
    color: #ffe5cf;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0px -4px 20px 0px #ff8f00cf;
    background-color: #00000045;
    border-radius: 5rem;
}

/* -- book form -- */
.book-form{
    width: 80%;
    margin: 1rem auto;
    margin-top: -5rem;
    background: #eee;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.5rem rgba(17, 17, 17, 0.3);
    box-shadow: 4px 0rem 15px 5px rgba(17, 17, 17, 0.3);
    padding: 3rem 2rem
}

.book-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.book-form form .inputBox{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
    flex: 1 1 25rem;
}

.book-form form .inputBox input{
    width: 100%;
    padding: 1.2rem 1.4rem;
    border-radius: 5rem;
    border: 0.2rem solid #345f3c;
    font-size: 1.5rem;
    /* text-transform: capitalize; */
    background: none;
    margin-top: 1rem;
    background-color: #fff;
    box-shadow: inset 2px 3px 6px 0px #bcbcbc;
}

.book-form form .btn{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15rem;
    flex: 1 1 15rem;
}

.book-form form .inputBox span{
    font-size: 1.5rem;
    color: #3d3d3d;
}

.book-form-btn {
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    color: #ffffff;
    border: 0.2rem solid #02a485;
    background-color: #019c7d !important;
    border-radius: 5rem;
    cursor: pointer;
    background: none;
    box-shadow: 0px 2px 3px #cac3c6;
}

/*-- services --*/
.services .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-column: (minmax(32rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 1.5rem;
}

.services .box-container .box{
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 1rem 1rem 1rem;
    text-align: center;
    box-shadow: rgb(154 154 154 / 25%) 0px 0rem 1rem 0px;
    height: 100%;
}

.services .box-container .box:hover{
    transform: scale(1.005);
    background-color: #4b9dca;
    color: #fff;
}

.services .box-container .box i{
    font-size: 4rem;
    color: #06a383;
}

.services .box-container .box h3{
    font-size: 1.8rem;
    color: #4b9dca;
    margin-top: 2rem;
    font-weight: 600;
}

.services .box-container .box p{
    /* padding: 0 0 2rem 0; */
    font-size: 1.4rem;
    color: #3d3d3d;
}
.services .box-container a:hover{
    text-decoration: none;
}

.services .box-container .box img {
    height: 10rem;
}

.services .heading span {
    font-weight: 600;
    color: #4b9dca;
    font-size: 2rem;
    background-color: #ffffffc9;
    width: 100%;
    display: block;
    padding: 0.3rem 1rem;
    box-shadow: rgb(175 175 175 / 50%) 0px 0rem 0px;
    border-top: 0.1rem solid #4b9dca85;
    border-bottom: 0.1rem solid #4b9dca85;
}

/* -- destination -- */
.destination .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: (minmax(27rem, 1fr))auto[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap: 1.5rem;
}

.destination .box-container .box{
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(17 17 17 / 15%) 0px 0.5rem 1rem;
}

.destination .box-container .box:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.destination .box-container .box .image{
    height: 20rem;
    overflow: hidden;
    width: 100%;
}

.destination .box-container .box .image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.destination .box-container .box .content{
    padding: 2rem;
    color: #000;
}

.destination .box-container .box .content p{
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #3d3d3d;
    line-height: 2;
}

.destination .box-container .box .content a{
    font-size: 1.7rem;
    color: #d9296f;
}

.destination .box-container .box .content a:hover i{
    padding-left: 1rem;
}

.destination .box-container .box .content a i{
    padding-right: .5rem;
}

/*-- testimoial or review --*/
.review{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
}

.review .content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.review .content span{
    font-size: 2rem;
    color: #2f92c8;
    display: block;
    text-align: right;
    border-bottom: 0.1rem solid #2e8ec3;
    margin: 0 3rem;
}

.review .content h3{
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    background-color: #23b1ff;
    padding: 2rem 1rem 1rem;
    border-radius: 3rem 0.5rem 0.5rem 3rem;
    box-shadow: inset rgb(17 17 17 / 34%) 0px -1rem 5rem 0px;
    text-align: center;
    margin-top: 1rem;
}

.review .content p{
    font-size: 1.4rem;
    color: #3d3d3d;
    padding: 1rem 0;
    line-height: 2;
    letter-spacing: 1px;
}

.review .box-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.review .box-container .box{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20rem;
    flex: 1 1 20rem;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
    box-shadow: 3px 3px 10px 0px #a9a9a9;
}

.review .box-container .box .inner-box{
    padding: 1rem;
    border-radius: 0.3rem;
    width: 100%;
    height: 100%;
    box-shadow: inset 2px 2px 13px #dfdfdf;
}

.review .box-container .box .user{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-bottom: 0.1rem solid #219ee2;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.review .box-container .box .user img{
    height: 5rem;
    width: 5rem;
    border-radius: 5rem;
}

.review .box-container .box .user h3{
    font-size: 1.7rem;
    color: #000;
}

.review .box-container .box .user p.name{
    font-weight: bold;
    margin: 0;
    color: #347ca4d9;
    font-size: 1.6rem;
}

.review .box-container .box .user p.date{
    margin: 0;
    font-style: italic;
    color: #347ca4ad;
}

.review .box-container .box .link {
    text-decoration: none;
}

.review .box-container .box .depart-date {
    font-style: italic;
    color: #969696;
}

.review .box-container .box .product-rating {
    margin-bottom: 2rem;
    font-size: 1rem;
}

/* -- banner -- */
.banner{
    background: -webkit-gradient(linear, left top, left bottom,
    from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))),
    url(../images/banner-bg.jpg) no-repeat;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)),
    url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    background-attachment: fixed;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.banner .content span{
    font-size: 2rem;
    color: #06a383;
}

.banner .content h3{
    font-size: 4rem;
    color: #fff;
    margin-top: 1rem;
}

.banner .content p{
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    color: #f8f9fc;
    letter-spacing: 1px;
    line-height: 2;
}

.home .content .banner-btn {
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.2rem solid #ffffffc9;
    border-radius: 5rem;
    cursor: pointer;
    background: none;
    box-shadow: 1px 0px 16px 1px #ffffffb3;
    font-weight: 500;
    background-color: #0000007d;
}

/*-- blog --*/
.tours .box-container{
    display: -ms-grid;
    display: grid;
    /* -ms-grid-template-columns: (minmax(24rem, 1fr))[auto-fit]; */
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.tours .box-container .box{
    border-radius: 1rem;
    background: #fff;
    box-shadow: rgba(17 17 17 / 15%) 0px 0.5rem 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tours .box-container .box:hover{
    transform: scale(1.05);
}

.tours .box-container .box:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tours .box-container .box .image{
    height: 20rem;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tours .box-container .box .image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
.tours .box-container .box .image .product-rating {
    position: absolute;
    background-color: rgb(2 145 118 / 37%);
    width: 100%;
    bottom: 1rem;
    padding: 0.5rem 1rem 0.1rem;
}

.tours .box-container .box .content{
    padding: 2rem 1rem 0 1rem;
}

.tours .box-container .box .content .link{
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
}

.tours .box-container .box .content .link:hover{
    color: #d9296f;
}

.tours .box-container .box .content p{
    font-size: 1.3rem;
    color: #3d3d3d;
    line-height: 2;
}

.tours .box-container .box .icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}

.tours .box-container .box .icon a{
    font-size: 1.4rem;
    columns: #3d3d3d;
    text-decoration: none;
    cursor: pointer;
}

.tours .box-container .box .icon a:hover{
    color: #d9296f;
}

.tours .box-container .box .icon a i{
    padding-right: .5rem;
    color: #005888;
}
/***/
.tours .box-container .box .icon .start-date{
    font-size: 1.4rem;
    padding-right: .6rem;
    color: #005888;
    cursor: pointer;
}

.tours .box-container .box .money{
    font-size: 1.8rem;
    color: #d9296f;
    font-weight: bold;
    padding: 1rem;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.tours .box-container .box .tour_footer {
    margin-top: auto;
}

.tours .heading h1 {
    background-color: #ffffff;
    font-size: 2rem;
    color: #4b9dca;
    padding: 1rem;
    margin-top: 1rem;
    border-top: 0.1rem solid #7ab7d8;
    border-bottom: 0.1rem solid #4b9dca;
}
.tours .heading span{
    color: #00a384;
    font-size: 2rem;
    border-bottom: 0.2rem solid #00a485;
    width: 80%;
    display: none;
    margin: auto;
}

.tours .all_tour {
    color: #4b9dca;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: #ffffff;
    padding: 0.5rem 3rem;
    border-radius: 1rem;
    border: 0.1rem solid #4b9dca;
}
/*end ****/

/*-- footer --*/
.footer{
    background: #fff;
    box-shadow: rgba(17 17 17 / 15%) 0px 0.5rem 1rem;
    padding-bottom: 10rem;
}

.footer .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-template-column: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box{
    padding: 1rem 0;
}

.footer .box-container .box .logo{
    padding-bottom: 1rem;
    text-decoration: none;
}

.footer .box-container .box .title{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-size: 2rem;
}

.footer .box-container .box p i{
    padding-right: .5rem;
    color: #06a383;
}

.footer .box-container .box .share{
    padding-top: 1rem;
}

.footer .box-container .box .share a{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
    font-size: 1.7rem;
    border: 0.2rem solid #06a383;
    color: #06a383;
    margin-right: .5rem;
    text-align: center;
}

.footer .box-container .box .share a:hover{
    background: #d9296f;
    color: #f8f9fc;
}

.footer .box-container .box .links{
    color: #3d3d3d;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
}

.footer .box-container .box .links:hover{
    color: #d9296f;
}

.footer .box-container .box .links i{
    padding-right: .5rem;
    color: #06a383;
}

.footer .box-container .box .links:hover i{
    padding-right: 1rem;
}

.footer .box-container .box form .email{
    width: 100%;
    border-radius: 5rem;
    border: 0.2rem solid #06a383;
    background: none;
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #3d3d3d;
    margin-bottom: 1rem;
    padding: 1.2rem 1.4rem;
}

.credit{
    background: #242424;
    box-shadow: rgba(17 17 17 / 15%) 0px 0.5rem 1rem;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 1rem;
    color: #f8f9fc;
}

.credit span{
    color: #06a383;
}

.frontend-container{
    padding-top: 9rem;
}

/*-- responsive --*/
@media (max-width: 991px){
    html{
        font-size: 55%;
    }
    .header{
        padding: 1.5rem 2rem;
    }
    section{
        padding: 3rem 2rem;
    }
    .header .person-account a{
        display: none;
    }
    .header .person-navbar.active{
        -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        border-radius: 1rem;
        opacity: 1;
        background-color: #d9296f;
    }

    .header .person-navbar.active a{
        color: #fff;
    }
    /* chinh lai font size cho 1 so truong hop */
    .book-form form .inputBox span {
        font-size: 1.9rem;
    }
    .book-form form .inputBox input {
        font-size: 1.9rem;
    }
    .book-form form .btn {
        font-size: 1.9rem;
    }
    /* .tours .box-container {
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    } */
    .frontend-container {
        padding-top: 10rem;
    }
    .tours .box-container {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
    .services .box-container {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media (max-width: 768px){
    #menu-btn{
        display: inline-block;
        padding: 1rem 1.5rem;
    }
    .person-action {
        margin-left: 0;
    }
    .header .navbar{
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #f5f5f5;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        padding-bottom: 1rem;
    }
    .header .navbar.active{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .navbar a{
        padding: 2rem 0 1rem 3rem;
        font-size: 1.6rem;
        display: block;
        font-weight: 500;
        text-align: left;
        color: #005888;
    }
    /* .home{
        margin-top: 10rem;
    } */
    .home .content span{
        font-size: 3rem;
    }
    .home .content h3{
        font-size: 4.5rem;
        text-shadow: 10px 3px 20px #ffc800;
        padding: 0 5rem;
        color: #ffffff;
    }

    .home .content p {
        font-size: 2.5rem;
    }

    .header .login-btn{
        padding: 0rem;
    }

    .header .login-btn span{
        display: none;
    }

    .header .login-btn i{
        border: 0.1rem solid #32323a;
        border-radius: 50%;
        padding: 1rem;
    }
    .header .navbar a#dichvu, 
    .header .navbar a#y_kien_khach_hang{
        background-color: white;
    }

    /* .tours .box-container {
        grid-template-columns: repeat(3, minmax(24rem, 1fr));
    } */
}

@media (max-width: 450px){
    html{
        font-size: 50%;
    }
    .about .content h3{
        font-size: 3.5rem;
    }
    .banner .content h3{
        font-size: 2.7rem;
    }

    /* thu nho kich thuoc của service */
    .services .box-container .box {
        padding: 2rem;
    }
    .services .box-container .box i {
        margin-bottom: 0;
    }

    .services .box-container .box h3{
        margin-bottom: 0;
    }
    .services .box-container .box p {
        margin: 0;
    }
    .tours .box-container {
        grid-template-columns: repeat(auto-fill, minmax(95%, 1fr));
    }
    .services .box-container {
        grid-template-columns: repeat(auto-fill, minmax(95%, 1fr));
    }
}

/* danh sach tour */

#tour-filter-form {
    padding: 5rem 1rem 1rem 1rem;
    border: 0.1rem solid #00a485;
    border-radius: 1rem;
    margin-top: -2rem;
}

.tour-page .book-form{
    width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.5rem rgba(17, 17, 17, 0.3);
    box-shadow: 0px 3px 12px rgb(17 17 17 / 17%);
}

@media (max-width: 991px){
    .tour-page .book-form {
        width: 100%;
    }
}

.tour-page .book-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.tour-page .book-form form .inputBox{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
    flex: 1 1 25rem;
}

.tour-page .book-form form .inputBox input{
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 5rem;
    border: 0.2rem solid #02a485;
    font-size: 1.4rem;
    text-transform: capitalize;
    background: white;
    margin-top: 1rem;
}

.tour-page .book-form form .inputBox select{
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 5rem;
    border: 0.2rem solid #02a485;
    font-size: 1.4rem;
    text-transform: capitalize;
    background: white;
    margin-top: 1rem;
}

.tour-page .book-form form .btn{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15rem;
    flex: 1 1 15rem;
}

.tour-page .book-form form .inputBox span{
    font-size: 1.5rem;
    color: #3d3d3d;
}

.pagination {
    margin: 20px 0 0px;
    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #02a485;
    border-color: #02a485;
}

ul.pagination li a {
    font-size: 14px;
    padding: 5px 10px;
}

.pagination li a {
    color: #32323a;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

nav {
    display: block;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #848484;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* dang nhap */
#accountModel{
    z-index: 10000;
    box-shadow: 0px 5px 5px #000000;
    padding-right: 0;
}

.modal-footer{
    text-align: center;
    font-size: 1.5rem;
    text-align: center;
    background-color: #3d3d3d;
    padding: 1.5rem 2.5rem;
    border-radius: 0 0 1.3rem 1.3rem;
}

.modal-header{
    background-color: #fff;
    border-radius: 1.5rem 1.5rem 0 0;
    text-align: center;
    border-bottom: none;
}

.modal-title{
    /* font-weight: bold; */
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
}

.modal-content{
    border-radius: 1rem;
    border-radius: 1.5rem;
}

.modal-header i{
    color: #3d3d3d;
    font-size: 3rem;
    border: 0.5rem solid #3d3d3d;
    border-radius: 50%;
    padding: 0.8rem 1rem;
    box-shadow: inset -4px -4px 6px 0px #c2c2c2;
    margin: auto;
    margin-right: -3rem;
}

.modal-header .close{
    opacity: 1;
}

.modal-header .close span{
    background-color: #02a485;
    color: #fff;
    /* border: 0.5rem solid #d9296f; */
    height: fit-content;
    width: fit-content;
    display: block;
    padding: 0.6rem 1rem;
    border-radius: 50%;
}

.modal-footer .btn{
    color: #fff;
    width: 100%;
    border-radius: 1rem;
    margin: 0;
    background-color: #02a485;
    box-shadow: 0px 3px 5px #5d5c5c;
    box-shadow: inset 0 0 3rem 0 #3e3e3e;
}

.modal-footer span{
    display: block;
    margin-top: 1.5rem;
    color: #fff;
}

.modal-footer span a{
    text-decoration: none;
}

#loginModel .modal-body{
    min-height: 10rem;
}

#registerModel .modal-body{
    min-height: 40rem;
}

#hinh_anh_dai_dien, #hinh_anh_dai_dien_doi_tac{
    display: none;
}

#hinh_anh_dai_dien_label, #hinh_anh_dai_dien_doi_tac_label{
    font-size: 3.5rem;
    /* padding: 1rem;
    margin: 1rem; */
}
  
.imgPreview, .imgDoiTacPreview{
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 0.1rem solid;
    border-radius: 1rem;
    margin: auto;
}

.imgPreview img, .imgDoiTacPreview img{
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
}

.custom-file{
    text-align: center;
    margin-top: 1rem;
}

.alert-success {
    margin-top: 10rem;
    display: none;
    text-align: center;
}

#registerModel input{
    text-transform: none;
}

#loginModel input{
    text-transform: none;
}

.text-danger{
    font-size: 1.2rem;
}

/* cho footer luon hien thi khi responsive */
.responsive-footer {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1100;
    background-color: #ffffff;
    text-align: center;
    padding: 1rem;
    padding-top: 1.5rem;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #5c5c5c8a;
}

.responsive-footer .booking-tour-btn{
    background-color: #06a383;
    color: #fff;
    padding: 0.5rem 3rem;
    font-size: 1.5rem;
    box-shadow: 1px 1px 3px #6d6d6dd1;
    border: 0.1rem solid #fff;
}

.header .booking-tour-btn {
    display: none;
}

.credit {
    display: none;
}

@media screen and (min-width: 992px){
    .responsive-footer{
        display: none;
    }

    .header .booking-tour-btn {
        display: block;
    }
    .doitac {
        margin: auto;
        width: 90%;    
        box-shadow: 0px 4px 6px #cac3c6;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
    }
    .credit {
        display: block;
    }

    .dangkydichvu {
        margin: auto;
        width: 90%;    
        box-shadow: 0px 4px 6px #cac3c6;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
    }
}

/* trang doi tac */
.services .box-container .box:hover{
    background-color: #4b9dca;
    color: #fff;
}

.services .box-container .box:hover > i, 
.services .box-container .box:hover > h3, 
.services .box-container .box:hover > p {
    color: #fff;
    transform: scale(1.1);
    cursor: pointer;
}

.doitac {
    background-color: #fff;
}

.doitac .imgPreview img {
    width: inherit;
}

/* danh sach tour dang ky */
.table-data{
    width: 100%;
    font-size: 1.5rem;
    background-color: #fff;
}
.table-data .table-header {
    color: #fff;
    background-color: #3c3c3c;
    text-align: center;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    border-radius: 1rem 1rem 0 0;
}

.table-data .content {
    color: #575757;
    background-color: #fff;
    padding: 1.5rem;
}

.table-data .table-header .item {
    display:none;
}

.table-data .content .item b,
.table-data .content .main-item b {
    display: inline;
}
    
.table-data .content .table-text-center{
    text-align: left;
}

.table-data .content:nth-child(odd) {
    background-color: #eceded;
}

  /* chi tiet doi tac */
  
.main-section .avatar-image{
    width: 100%;
    border-radius: 5%;
    box-shadow: 0px 2px 3px #cac3c6;
}

.panel-footer {
    background-color: #fff;
    color: #3c3c3c;
    border-radius: 0 0 1rem 1rem;
}

/* khugn hiển thị review vs lịch sử cập nhật */

.list-comment {
    width: 100%;
    background-color: #ffffff;
    padding: 1rem;
}
.list-comment .title{
    font-weight: 500;
    font-size: 1.9rem;
}
.list-comment .item{
    width: 100%;
    border: 0.1rem solid #ececec;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1f);
}
.list-comment .item .list-comment-header{
    background-color: #e5f5f1;;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    border-radius: 0.5rem 0 0 0.5rem;
    border-bottom: 0.1rem solid #d2d2d2;
}
.list-comment .item .list-comment-header .header-left{
    width: fit-content;
}
.list-comment .item .list-comment-header .header-right{
    font-size: 1.5rem;
    padding-left: 1rem;
}
.list-comment .item .list-comment-header .header-right p{
    margin-bottom: 0;
}
.list-comment .item .fa-user{
    color: #fff;
    font-size: 2.6rem;
    border: 0.19rem solid #646464;
    border-radius: 50%;
    padding: 0.9rem 1.1rem;
    background-color: #54b9a2;
}
.list-comment .item .content{
    padding: 1rem;
}
.list-comment .item .list-comment-header .header-right .date{
    color: #d9296f;
    font-size: 1.2rem;
}
.list-comment #list-comment-wrap {
    margin-top: 1rem;
}

.list-comment .btn{
    background-color: #fff;
    padding: 0.5rem 1rem;
    float: right;
    margin: 1rem 0 1.5rem 0;
}
.list-comment .btn:hover{
    color: #303030;
}
.list-comment .list-comment-footer nav{
    display: block !important;
    text-align: center;
    padding: 0 !important;
}
.list-comment #list-comment-wrap .list-comment-header .header-left img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 3rem;
    margin-right: 1rem;
    border: 0.3rem solid #f965a0;
    box-shadow: 0.1rem 0.1rem 0 0.1rem rgba(174, 173, 173, 0.3);
}
/* danh gia bang vote */
.rating {
    border: none;
    float: left;
  }
  
  .rating > input {
    display: none;
  }
  
  .rating > label > span {
    color: #ddd;
    float: right;
    font-size: 2rem;
    margin: 0.1rem;
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
.rating > input:checked ~ label span, /* show gold star when clicked */
.rating:not(:checked) > label span:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label span {
    color: #ffd900;
}/* hover previous stars in list */
  
.rating {
    margin: 1rem 0 1rem 0;
    display: flex;
    flex-direction: row-reverse;
}
.list-comment-header .star .fa-star{
    font-size: 1rem;
    color: #b3b3b3;
}
.list-comment-header .star .checked {
    color: #ffd900;
}
/* ket thuc danh gia bang vote */

@media (min-width:991px){
    .main-section{
        padding: 3rem 9%;
    }
    .table-data{
        width: 100%;
        font-size: 1.5rem;
    }
    .table-data .table-header {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .table-data .content {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .table-data .content:hover{
        background-color: #ffaece;
    }

    .table-data .content a:hover{
        text-decoration: none;
        color: #d9296f;
        font-weight: 600;
    }

    .table-data .table-header .item {
      display:block;
    }

    .table-data .content .item,
    .table-data .content .main-item {
        /* border-bottom: 0.1rem solid #a4a4a4; */
        padding: 0.5rem 1rem;
    }
    .table-data .content .item b,
    .table-data .content .main-item b {
        display: none;
    }
    .table-data .content .table-text-center{
        text-align: center;
    }
    /* trang review */
    .list-comment .item{
        grid-template-columns: 25% 75%;
    }
}

/* hien thi danh gia */
.product-rating .fa-star{
    color: #cfcfcf;
}

.product-rating .fa-star.checked{
    color: #ffa31a;
}
.product-rating span{
    color: #fff;
}
/* loading ajax icon */

.loading {
    z-index: 10000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.loading-content {
    z-index: 10000;
    position: relative;
    border: 3rem solid #f3f3f3;
    border-top: 3rem solid #d9296f;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    top: 40%;
    margin: auto;
    animation: spin 2s linear infinite;
    overflow-y: hidden;
    opacity: 0.6;
}
      
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#doitac{
    font-size: 1.5rem;
}

.invalid-alert{
    width: 100%;
    color: #ff0000;
}
.valid-alert{
    width: 95%;
    color: #23a200;
    background-color: #c9ffa4;
    text-align: center;
    padding: 0.1rem;
    /* font-weight: bold; */
    font-size: 1.5rem;
    opacity: 0.8;
    margin: auto;
    border-radius: 1rem;
}

#tourKhoiHanhModel{
    z-index: 10000;
    box-shadow: 0px 5px 5px #000000;
    padding-right: 0;
}

#depart-date-items {
    padding: 3rem;
}

#reviewModel {
    z-index: 10000;
}

.small-btn {
    padding: 0.3rem 1rem;
}

.list-comment .tour-detail {
    color: #a7a7a7;
    font-style: italic;
}

.dangkydichvu {
    background-color: #fff;
    font-size: 1.5rem;
}

/* voucher */
#tracuudiem {
    background-color: #fff;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
}

#tracuudiem .point-program {
    background-color: #02a485;
    border-radius: 1rem;
    padding: 1rem;
    color: #fff;
}

#tracuudiem .point-program-customer {
    background-color: #fff;
    color: #7a7a7a;
    border-radius: 1rem;
    padding: 2rem;
}

#tracuudiem .voucher-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}

#tracuudiem .voucher-items .item {
    background-color: #4cbfff;
    border-radius: 1rem;
    color: #3d3d3d;
    position: relative;
    margin: 1rem;
}

#tracuudiem .voucher-items .item.expired{
    background-color: #d9d9d9;
    color: #ababab;
}

#tracuudiem .voucher-items .item.expired .item-logo {
    border-right: 0.2rem dashed #afafaf;
}

#tracuudiem .voucher-items .item .code {
    text-align: center;
    color: #fff;
    border-bottom: 0.1rem solid #d3efff;
    padding: 1.5rem 0 0.5rem 0;
}

#tracuudiem .voucher-items .item.expired .code {
    border-bottom: 0.1rem solid #afafaf;
}

#tracuudiem .voucher-items .item .code .code-title {
    margin-bottom: 0;
}

#tracuudiem .voucher-items .item .code .code-value {
    /* background-color: #d4d4d4; */
    color: #ffffff;
    padding: 0.3rem 1.5rem;
    border-radius: 0.3rem;
}

#tracuudiem .voucher-items .item .value {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
}

#tracuudiem .voucher-items .item .date {
    text-align: center;
    font-style: italic;
    padding-top: 1rem;
}

#tracuudiem .border-left, #tracuudiem .border-right {
    background: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#tracuudiem .border-left {
    left: -1.5rem;
}

#tracuudiem .border-right {
    right: -1.5rem;
}

#tracuudiem .voucher-main-title {
    text-align: left;
    border-bottom: 0.2rem solid #dbdbdb;
    padding-bottom: 1rem;
}

#tracuudiem .voucher-items .item .condition {
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
}

.item-logo .qrcode {
    display: flex;
    position: absolute;
    align-items: center;
}

.item-logo .qrcode > div:first-child {
    position: absolute !important;
}

#tracuudiem .voucher-items .item .logo {
    width: 10rem;
}

#tracuudiem .voucher-items .item .item-logo {
    width: 20%;
    float: left;
    align-items: center;
    display: flex;
    height: 100%;
    border-right: 0.2rem dashed #aedef9;
}

#tracuudiem .voucher-items .item .item-code {
    width: 70%;
    display: inline-block;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

/* hien thi voucher khi dang ky tour */
#voucherModel {
    z-index: 10000;
}

.dang-ky-tour .tour-detail .voucher {
    margin-bottom: 1rem;
}

.dang-ky-tour .tour-detail #apply-voucher {
    cursor: pointer;
    background-color: #f64749;
    border-color: #f64749;
    color: #fff;
}

.dang-ky-tour .tour-detail #apply-voucher:hover {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.dang-ky-tour .tour-detail #voucher-items {
    cursor: pointer;
    color: #0b83c3;
    font-style: italic;
    text-decoration: none;
}


.promotion-shape {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
        polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #ff0000;
    color: #fff;
    padding: 0.5rem 2.5rem;
    box-shadow: inset rgb(17 17 17 / 41%) -2px -1rem 2rem 4px;
}

.promotion-shape .sale-value {
    font-weight: 600;
    font-size: 2rem;
}

.tours .box-container a{
    text-decoration: none;
}

.promotion-voucher-shape p {
    color: #f60101 !important;
    font-style: italic;
    margin-bottom: 0;
}


#quyDoiDiemModel {
    z-index: 10000;
}

#gift-table-data {
    min-height: 50rem;
}

.gift-title {
    text-align: center;
    margin: 0 3rem;
}

.gift-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
}

.gift-container .gift-item {
    background-color: #4cbfff;
    border-radius: 1rem;
    color: #3d3d3d;
    position: relative;
    margin: 1rem 3rem;
    padding: 1rem;
    box-shadow: inset -7px -1px 20px 4px #0281c7;
    display: flex;
}

.gift-container .gift-item:hover {
    background-color: #d6f0ff;
    color: #0b5f8d;
}

.gift-container .gift-item.disable {
    background-color: #dcdcdc;
    color: #939393;
    box-shadow: none;
}

.gift-container .gift-item.disable .gift-icon {
    color: #9e9e9e;
}

.gift-container .gift-item .gift-button button {
    background-color: #0b5f8d !important;
    color: #fff;
    padding: 0.8rem 2rem;
}

.gift-container .gift-item .gift-button {
    width: 10%;
    float: left;
    align-items: center;
    /* height: 100%; */
    display: flex;
    text-align: center;
}

.gift-container .gift-item .gift-content {
    width: 60%;
    float: left;
}

.gift-container .gift-item .gift-icon {
    width: 20%;
    float: left;
    align-items: center;
    /* height: 100%; */
    display: flex;
    font-size: 3rem;
    color: #07a98a;
}

@media (max-width: 991px){
    .gift-container .gift-item {
        display: block;
    }

    .gift-container .gift-item .gift-button {
        width: 100%;
        display: block;
    }

    .gift-container .gift-item .gift-content {
        width: 100%;
    }

    .gift-container .gift-item .gift-icon {
        display: none;
    }
}

/* ẩn hiện password */
.password-group {
    display: inline-flex;
    width: 100%;
}

.password-group #password {
    border-radius: 0.3rem 0 0 0.3rem;
}

.password-toggle {
    padding: 0 1rem;
    border: 0.1rem solid #ccc;
    border-radius: 0 0.3rem 0.3rem 0;
    border-left: 0;
}

/* trang tra cuu san pham */
.partner-slider {
    width: 80%;
    margin: auto;
}

.partner-slider .partner-item {
    padding: 1rem;
    /* background-color: #fff; */
    border-radius: 4rem;
    /* box-shadow: inset -5px -1px 9px 4px #d1d1d19c; */
}

.partner-slider .partner-item img {
    /* width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%; */
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 3rem;
    margin-right: 1rem;
    border: 0.3rem solid #f965a0;
    box-shadow: 0.1rem 0.1rem 0 0.1rem rgba(174, 173, 173, 0.3);
}

.well {
    min-height: 15px;
    padding: 0;
    background-color: #f8f9fc;
    border: 1px solid #ffffff;
    border-radius: 4px;
    border-top: 0.1rem solid #00a48566;
    border-bottom: 0.1rem solid #00a3846b;
    padding: 1rem 0;
}

.carousel {
    position: inherit;
}

.carousel-control.left{
    padding: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgb(248 249 252) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #fff;
    font-size: 5rem;
    display: flex;
    align-items: center;
}

.carousel-control.right {
    padding: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(248 249 252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #fff;
    font-size: 5rem;
    display: flex;
    align-items: center;
}

.carousel-control {
  padding-top: 10%;
  width: 5%;
}

.thumbnail {
  width: 100px;
  height: 100px;
  background-color: skyblue;
  text-align: center;
  color: white;
  font-size: 30px;
}

.carousel.responsive {
    display: none;
}

@media (max-width: 991px){
    .carousel {
        display: none;
    }
    .carousel.responsive {
        display: block;
    }
}
.keysearch {
    width:80%;
    margin: auto;
    padding: 1rem 1rem 0rem 1rem;
}

.keysearch .title, .partner-slider .title {
    padding: 0 1rem 1rem 0;
    font-style: italic;
    color: #64998f;
}

.keysearch span {
    background-color: #f5f5f5;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    border-radius: 0 1rem 1rem 0;
    margin: 0.1rem;
    display: inline-grid;
    width: fit-content;
    font-style: italic;
    color: #898989;
    cursor: pointer;
    box-shadow: 3px 2px 6px 0px #8b8b8b63;
}

.keysearch span:hover {
    background-color: #00a485;
    color: #fff;
}

.btn-custom {
    padding: 0.5rem 1rem;
    background-color: #00a485;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
}

.btn-custom:focus, .btn-custom:hover {
    background-color: #fff;
    color: #00a485;
}

.btn-custom-line {
    border-bottom: 1.5px solid #00a485;
    width: 100%;
    display: block;
}
.advanced-search {
    font-size: 1.9rem;
    color: #ffffff;
    background-color: #00a485;
    font-family: initial;
    width: fit-content;
    padding: 0.5rem 3rem;
    border-radius: 3rem;
    margin: auto;
    position: inherit;
    display: grid;
}

@media (min-width:991px){
    .btn-custom {
        width: fit-content;
    }
}
.custom-search {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}
.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px; 
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}
.custom-search-botton {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #00a485;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
}

.search-wrapper {
    position: relative;
}

#search-result-list {
    position: absolute;
    z-index: 1000;
    border-radius: 0 0 1rem 1rem;
    background-color: #fff;
    width: 100%;
    padding: 1.5rem;
    box-shadow: 4px 6px 10px 2px #6666664a;
    /* display: none; */
}

#search-result-list.open {
    display: block;
}

#search-result-list .tour-result-list {
    border-right: 0.1rem solid #6666664a;
}

#search-result-list .title{
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    border-bottom: 0.1rem solid #cbcbcb;
}

#search-result-list .tour-result-list .location{
    cursor: pointer;
}

#search-result-list .tour-result-list .location:hover{
    background-color: #bdefe6;
    color: #909090;
}

/* video trang chu */
.video-iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.video .title img {
    width: 10rem;
    height: fit-content;
}

.video .title {
    display: flex;
}

.video .title .slogan {
    padding-left: 3rem;
}

.video .title .slogan .slogan-name {
    font-size: 3rem;
    font-family: iCielCadena;
    color: #005888;
    margin: 0;
}

.video .title .slogan .slogan-content {
    color: #005888;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    width: 100%;
}

.fade.in {
    padding: 0 !important;
}

.modal-backdrop
{
    opacity:0.8 !important;
    z-index: 1200;
}

/* phuong thuc thanh toan */
.payment-method-account {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
    /* gap: 1.5rem; */
}

.payment-method-account .item{
    padding: 0 1rem;
    /* background-color: #fff; */
    border-radius: 1rem;
    /* box-shadow: 2px 2px 5px 0px #88888882; */
}

.payment-method-account .item .image{
    min-height: 18rem;
    text-align: center;
    /* border-radius: 1rem; */
    padding: 1rem;
}

.payment-method-account .item .image img{
    width: 15rem;
    box-shadow: 4px 2px 11px #8888889e;
    border-radius: 1rem;
}

.payment-method-account .item .content{
    text-align: center;
}

.payment-method-account .item .content .name{
    font-weight: bold;
    background-color: #02a485;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0 0 1rem 1rem;
}

.payment-method-message {
    width: 100%;
    /* background-color: #fff; */
    padding: 2rem 1rem 0rem 2rem;
}

.payment-method-message .title{
    font-weight: bold;
    font-size: 1.9rem;
}

.payment-method-message .content{
    color: #ff4900;
    font-style: italic;
}
/* readmore readless css */
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-style: italic;
    font-size: 1.5rem;
    margin-left: 2px;
    color: #4b8abf;
    cursor: pointer;
}

/* đăng nhập đăng ký */
.google_register p{
    margin: 0.5rem;
    color: #fff;
}

.google_register .btn {
    background-color: #fff;
    box-shadow: inset 0 0 3rem 0 #fff;
    color: #6a6a6a;
}

.google_register .btn:hover {
    background-color: #0b9379;
    box-shadow: none;
    color: #fff;
}

.google_register .btn img{
    width: 2rem;
    margin: 0 0.5rem 0 0;
    display: inline;
}

.google_register p {
    overflow: hidden;
    text-align: center;
}

.google_register p::before,
.google_register p::after {
    background-color: #0c9279;
    content: "";
    display: inline-block;
    height: 0.1rem;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.google_register p::before {
    right: 0.5em;
    margin-left: -50%;
}

.google_register p::after {
    left: 0.5em;
    margin-right: -50%;
}

@font-face {
    font-family: iCiel_Rukola;
    src: url(../../../public/fonts/iCielRukola.ttf);
}
@font-face {
    font-family: iCiel-Brush-Up;
    src: url(../../../public/fonts/iCiel-Brush-Up.ttf);
}
@font-face {
    font-family: icielCadena;
    src: url(../../../public/fonts/icielCadena.ttf);
}