@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body{
    font-size: 16px;
    line-height: 1.6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}
a{
    text-decoration: none;
    font-style: normal;
}
a:hover{
    text-decoration: none;
    font-style: normal;
}
img{
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.font-pacifico {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
.btn-contact{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    padding-right: 30px;
    border-radius: 40px;
    animation: zaloShakePulseYellow 1.2s infinite;
    transition: transform 0.25s cubic-bezier(.68,-0.55,.27,1.55);
    i{
        font-size: 20px;
        border-radius: 50%;
        background-color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        color: red;
    }
    span{
        font-size: 29px;
    }
}

@keyframes zaloShakePulseSmall {
    0% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.7);
    }
    10% {
        transform: scale(1.04) rotate(-2deg);
    }
    20% {
        transform: scale(1.07) rotate(2deg);
    }
    30% {
        transform: scale(1.04) rotate(-2deg);
    }
    40% {
        transform: scale(1.07) rotate(2deg);
    }
    50% {
        transform: scale(1.04) rotate(-2deg);
        box-shadow: 0 0 0 10px rgba(0, 174, 239, 0.2);
    }
    60% {
        transform: scale(1.07) rotate(2deg);
    }
    70% {
        transform: scale(1.04) rotate(-2deg);
    }
    80% {
        transform: scale(1.02) rotate(1deg);
    }
    90% {
        transform: scale(1.01) rotate(-1deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 0 rgba(0, 174, 239, 0);
    }
}
@keyframes zaloShakePulseYellow {
    0% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 0 rgba(255, 235, 59, 0.7);
    }
    10% {
        transform: scale(1.04) rotate(-2deg);
    }
    20% {
        transform: scale(1.07) rotate(2deg);
    }
    30% {
        transform: scale(1.04) rotate(-2deg);
    }
    40% {
        transform: scale(1.07) rotate(2deg);
    }
    50% {
        transform: scale(1.04) rotate(-2deg);
        box-shadow: 0 0 0 10px rgba(187, 45, 59, 0.2);
    }
    60% {
        transform: scale(1.07) rotate(2deg);
    }
    70% {
        transform: scale(1.04) rotate(-2deg);
    }
    80% {
        transform: scale(1.02) rotate(1deg);
    }
    90% {
        transform: scale(1.01) rotate(-1deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 0 rgba(255, 235, 59, 0);
    }
}


.navbar-brand img{
    max-width: 50px;
}
.navbar-brand{
    padding: 0px;
    height: unset;
}
.nav>li, .nav>li>a{
    color: #111;
}
.do{
    color: #B20B0B;
}
.xanh{
    color: #227F9C;
}
.size-lg{
    font-size: 30px;
}
@media (min-width: 768px) {
    .size-lg{
        font-size: 70px;
    }
    #menu{
        float: right;
    }
    .navbar{
        margin: 0px;
    }
    .menuh{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        width: 100%;
        z-index: 1000;
    }
    .logged-in .menuh{
        top: 32px;
    }
    nav .btn-contact{
        padding: 10px 20px !important;
        i{
            width: 30px;
            height: 30px;
            margin-right: 0px;
        }
        span{
            font-size: 18px;
        }
    }
    .navbar-nav{
        margin-left: auto;
    }
    .navbar-nav>li>a{
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 20px;
        margin-left: 10px;
        color: #111;
        display: inline-block;
    }
    .navbar{
        background-color: rgb(255, 255, 255, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 1000;
    }
}
section, .section{
    position: relative;
    z-index: 2;
}
.bg-dark:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.bg-light:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.container{
    position: relative;
    z-index: 30;
}

/* section 1 */
#section1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0px 150px 0px;
    color: #fff;
    text-align: center;
    h1{
        font-size: 120px;
        color: #036b33;
        font-weight: 600;
    }
    h2{
        font-size: 50px;
        color: var(--mau2);
        margin-bottom: 20px;
    }
    .btn-contact{
        margin: 50px auto 0px;
    }
}
@media (min-width: 768px) {
    #section1{
        h1{
            margin-top: 100px;
        }
    }
}
@media (max-width: 767px) {
    #section1{
        h1{
            font-size: 50px;
        }
        h2{
            font-size: 25px;
            font-weight: 600;
        }
    }
    #section1:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
}

/* section 2 */
section{
    padding: 100px 0px;
}
#section2{
    .font-pacifico{
        margin-bottom: 20px;
    }
}
.content p, .content img, .wp-caption{
    margin-bottom: 10px;
}
.content img{
    height: auto !important;
}
.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #ddd;
}
.content table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.content table td, table th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
}
/* .content table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
} */
.content{
    overflow-x: auto;
}
.alignleft{
float: left;
margin: 0px 10px 10px 0px;
}
.alignright{
float: right;
margin: 0px 0px 10px 10px;
}
.aligncenter{
margin: 0px auto 10px;
display: block;
}

/* Wave effect styles */
.wave-container {
    position: relative;
    overflow: hidden;
}
.wave {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
}
.wave:before{
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffffff"></path><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23ffffff"></path><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23ffffff"></path></svg>') repeat-x;
    background-size: 1200px 100px;
    z-index: 3;
}
.wave-bottom {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
}

/* section 3 */
#section3{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    min-height: 400px;
    position: relative;
    .font-pacifico{
        text-align: center;
    }
    .name-company{
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    #section3{
        min-height: 800px;
        .name-company{
            text-align: right;
        }
    }
}
@media (max-width: 767px) {
    #section3:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
}


/* section 4 */
#section4{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    min-height: 400px;
    position: relative;
    .font-pacifico{
        text-align: center;
    }
    .name-company{
        font-size: 30px;
        color: #fff;
    }
}
@media (min-width: 768px) {
    #section4{
        min-height: 800px;
        .name-company{
            text-align: right;
        }
    }
}

@media (max-width: 767px) {
    #section4:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
}

/* section 5 */
#section5{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    min-height: 400px;
    position: relative;
    .font-pacifico{
        text-align: center;
    }
    .name-company{
        font-size: 30px;
        color: #fff;
    }
}
@media (min-width: 768px) {
    #section5{
        min-height: 800px;
        .name-company{
            text-align: right;
        }
    }
}
@media (max-width: 767px) {
    #section5:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
    #section5 {
        .font-pacifico {
            color: #fff;
        }
    }
}

/* section 6 */
#section6{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    .wp-title{
        padding-bottom: 100px;
    }
    h2{
        color: white;
        margin-bottom: 20px;
    }
    .none-img{
        padding: 20px;
    }
    .wp-info-qt{
        margin-bottom: 40px;
    }
}
.title-cam{
    color: white;
    background-color: #F4801F;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.info-qt{
    background-color: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    .img-qt{
        text-align: center;
        height: 120px;
        width: 120px;
        margin: -180px auto 20px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    img{
        border-radius: 50%;
        max-width: 90%;
        max-height: 90%;
    }
    .title-qt{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #044AAB;
        text-align: center;
    }
    .des-qt{
        text-align: justify;
    }
    .fa-quote-right{
        font-size: 40px;
        position: absolute;
        top: -20px;
        right: 20px;
        color: #F4801F;
    }
}

/* section 7 */
#background-7{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#section7{
    padding: 100px 0px 100px 0px;
    .wp-title{
        margin-bottom: 100px;
    }
    .btn-contact {
        margin: 50px auto 0px;
    }
}
.tour-item{
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.img-tour{
    width: 100%;
    overflow: hidden;
}
.img-tour img{
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
}
.content-tour{
    position: relative;
    padding: 20px;
}
.title-tour{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.price-tour{
    font-size: 18px;
    font-weight: 600;
    background-color: #F4801F;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
}

/* section 8 */
#section8{
    padding: 0px 0px 100px 0px;
    .wp-title{
        margin-bottom: 100px;
    }
    .title-noi-gi{
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
    }
    .bg-1{
        background-color: #044aab;
    }
    .bg-2{
        background-color: #F4801F;
    }
}
.tai-sao{
    margin-bottom: 20px;
    strong{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    p{
        text-align: justify;
        color: #888;
    }
    i{
        font-size: 25px;
        margin-left: 10px;
        color: #F4801F;
    }
}
.wp-noi-gi{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 35px;
    padding:10px 20px;
    color: #fff;
    font-size: 14px;
    img{
        height: 80px;
        border-radius: 20px;
        object-fit: cover;
    }
    strong{
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        color: #fff;
    }
    p{
        text-align: justify;
    }
    .fa-star{
        color: #F4801F;
    }
}

/* section 9 */
#section9{
    padding: 0px 0px 100px 0px;
    .btn-form{
        margin-top: 20px;
    }
    .btn-form{
        margin: 0px auto;
        font-size: 20px;
        border-radius: 30px;
        padding: 5px 20px;
        img{
            max-width: 50px;
        }
    }
}

/* section 10 */
#section10{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 0px;
}
@media (min-width: 768px) {
    #section10{
        min-height: 800px;
    }
    .has-background{
        img, svg{
            opacity: 0.4;
            width: 100%;
            position: absolute;
            z-index: -1;
            top: -200px;
            left: 0;
        }
        h2{
            margin-top: 150px;
        }
    }
}
@media (max-width: 767px) {
    .has-background{
        img, svg{
            display: none;
        }
    }
}

#footer strong{
    color:#F4801F;
    font-weight: 600;
}
.bg-footer{
    background-color: rgb(255, 255, 255, 0.65);
    padding: 50px 20px;
    border-radius: 20px 20px 0px 0px;
    margin-top: 100px;
}
#footer p{
    margin-bottom: 5px;
}
.copyright{
    font-size: 14px;
}



/* responsive */
@media (max-width: 767px) {
    section{
        background-position: fixed;
    }
    #section3, #section4, #section5 {
        padding-top: 0px;
        margin-top: 100px;
        .font-pacifico{
            color: #B20B0B;
            margin-top: -70px;
        }
        .name-company {
            text-align: center;
        }
    }
    .wp-info-qt{
        margin-bottom: 70px !important;
    }
    section {
        padding: 50px 0px;
    }
    #section7{
        padding-bottom: 20px;
    }
    #section8{
        padding-bottom: 20px;
    }
    nav{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 1000;
        padding: 0px !important;
    }
    .navbar-nav > li > a{
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        color: #111;
        display: block;
    }
    .navbar-nav > li:nth-last-of-type(2) > a{
        border-bottom: none;
    }
    .wave{
        display: none;
    }
    #section2{
        margin-bottom: 20px;
    }
    .btn-contact {
        span {
            font-size: 17px;
        }
        i{
            height: 30px;
            width: 30px;
        }
    }
    .title-tour{
        font-size: 17px;
    }
    .content-tour{
        text-align: center;
    }
    .wp-noi-gi{
        flex-direction: column;
    }
    #footer{
        padding-bottom: 20px;
    }
    .bg-footer{
        border-radius: 15px;
        margin-top: 0px;
    }
}
@media (min-width: 768px) {
    .noi-gi-0{
        margin-left: 80px;
    }
    .noi-gi-1{
        margin-right: 80px;
    }
    .noi-gi-2{
        margin-left: 110px;
    }
}