body {
    font-family: 'Montserrat', "Open Sans", sans-serif;
    background-color: #F9F9F9;
    margin: 0px;
    color: #08090e;
}


@font-face {
    font-family: 'Hind';
    src: url('../fonts/hind.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    flex-basis: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.row_page{
    padding-left: 80px;
    padding-right: 80px;
}
:root {
    --color-main: #fff;
    --green: #5c8d24;
    --color-text: #000;
    --color-btn: #3C469C;
    --font-text: "Source Sans 3", sans-serif;
    --color-bg: #1a1a1a;
}

/* header */
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0%);
}
.menu_button{
    display: none;
}
header .header_main {
    height: 114px;
    max-height: 114px;
    width: 1180px;
    position: relative;
    z-index: 99;
    padding: 25px 0px;
    display: flex;
    align-items: center;
}

header.active {
    background-color: rgba(0, 0, 0, .9);
}

header .row {
    justify-content: space-between;
    align-items: normal;
    width: 100%;
}

header .logo {
    width: 285px;
    display: flex;
    align-items: center;
}

header .logo a {
    display: block;
}

header .logo img {
    width: 100%;
}
header .main_menu{
    display: flex;
    align-items: center;
    gap: 30px;
}

header .main_menu>ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px 0px;
    padding: 0px 0px 0px;
    gap: 24px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
header .main_menu ul>li{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .main_menu ul li .sub_menu{
    display: block;
    position: absolute;
    top: 100%;
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(8, 9, 14, .25);
    box-shadow: 0 10px 50px 0 rgba(8, 9, 14, .25);
    opacity: 0;
    -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    background-color: #277ac3;
    visibility: hidden;
    width: max-content !important;
    height: max-content !important;
    padding-left: 0px;
}
header .main_menu ul li .sub_menu>li{
    display: block;
    
}
header .main_menu ul li .sub_menu li a{
    padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    box-shadow: inset 0 -1px 0 0 rgba(8, 9, 14, .05);
    transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .main_menu ul li .sub_menu>li:hover{
    background-color: color-mix(in srgb, #277ac3, #000 10%);
}
header .main_menu ul li .sub_menu>li:hover>a{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
        text-decoration: underline;
}
header .main_menu ul li .sub_menu .sub_menu_child{
    display: block;
    position: absolute;
    top: 0%;
    left: 100%;
    min-width: 200px;
    width: max-content;
    background-color: #277ac3;
    transform: scale(0.9) translateY(-20px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(8, 9, 14, .25);
    box-shadow: 0 10px 50px 0 rgba(8, 9, 14, .25);
    opacity: 0;
    -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    visibility: hidden;
    height: fit-content;
    padding-left: 0px;
}
header .main_menu ul li {
    position: relative;
}
header .main_menu ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(3, 0, 0, .6);
}
header .main_menu ul>li:hover .sub_menu{
    webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}
header .main_menu ul li .sub_menu li:hover>.sub_menu_child{
    webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}
header .header_top {
    background-color: #e4ba4d;
    width: 100%;
    padding: 11px;
    position: relative;
}
.header_tour .header_top {
    background-color: #003e44;
    padding: 10px;
}
header.scroll .header_top{
    position: fixed;
    width: 100%;
    z-index: 9999999999999999999999;
}
.header_tour .header_top .box_address ul li{
    color: #fff;
    font-size: 12px;
}
.header_tour .header_top .box_address ul li span{
    text-decoration: underline;
}
header .main_menu ul li .sub_menu li:hover>.sub_menu_child>li:hover{
    background-color: color-mix(in srgb, #277ac3, #000 10%);
}
header .main_menu ul li .sub_menu li:hover>.sub_menu_child>li:hover>a{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
        text-decoration: underline;
}
header .header_top .box_address ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0;
    gap: 10px;
    justify-content: center;
}

header .header_top .box_address ul li {
    margin: 0px;
    padding: 0px;
}

header .header_top .box_address ul li a {
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    color: #000;
}

header .header_top .box_address ul li a i {
    font-size: 14px;
}

header .header_top .netword {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 200px;
    max-width: 200px;
}

header .header_top .netword ul {
    list-style: none;
    max-width: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .header_top .netword ul li {
    margin: 0px;
    padding: 0px;
    width: 29px;
    min-width: 29px;
    min-height: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #62370e;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_top .netword ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .main_menu ul li a.menu_item i{
    font-size: 13px;
}
header .header_top .netword ul li i {
    color: #fff;
    font-size: 15px;
}

header .header_top .netword ul li img {
    width: 18px;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
}

header .main_menu ul li a:hover {
    color: #fff;
    transition: transform 0.5s ease;
}
header .main_menu ul li a:hover i{
    transition: transform 0.5s ease;
    transform: rotate(180deg);
}
header .main_menu ul>li:hover .sub_menu li i {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    width: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}
header .main_menu ul>li:hover .sub_menu li:hover i{
    transform: rotate(-90deg);
    transition: transform 0.5s ease;
}
.fa-tripadvisor:before {
    content: "\f262";
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

header .main_menu ul li a.menu_item {
    position: relative;
}

header .main_menu li .submenu {
    position: absolute;
    height: fit-content;
    min-width: 220px;
    top: calc(100%);
    left: 12px;
    background-color: #5c8d24;
    margin: 0px;
    padding: 12px;
    display: none;
}

header .main_menu .submenu li {
    padding-bottom: 10px;
    line-height: 35px;
}

header .main_menu .submenu a:hover {
    color: #000;
}

header .main_menu ul li:hover .submenu {
    display: block;
}

header .box_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background-color: var(--color-btn);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

header .btn_book a:hover {
    background-color: var(--yellow);
}

header .menu_mobile {
    display: none;
}

header .box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .box_btn a {
    display: flex;
    align-items: center;
    gap: 6px;
}

header .box_btn a i {
    color: #f47a3b;
}
header .main_menu .menu_button {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .menu_button a{
    padding: 10px 32px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 23px;
}
header .menu_button a:hover {
    background-color: 
 color-mix(in srgb, #ffffff, #000 10%);
    color: #000;
}
.hamburger {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -1px;
    margin-right: 4px;
    margin-left: 2px;
    height: 2px;
    width: 14px;
    border-radius: 1px;
    border-radius: 1px;
    background-color: var(--banner-button-bg-color);
    -webkit-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    background-color: #fff;
}
.hamburger::before, .hamburger::after {
    background-color: inherit;
    border-radius: 1px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}
.hamburger::before {
    top: -6px;
    width: 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
}
.hamburger::after {
    bottom: -6px;
    width: 18px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
}
.menu-toggle.active .hamburger{
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu-toggle.active .hamburger::before {
    width: 16px;
    top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#ffffff;
}
.menu-toggle.active .hamburger::after {
    width: 16px;
    bottom: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}
.home_banner {
    width: 100%;
    height: 770px;
    background: url(../images/banner-home.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.home_banner .row_banner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_banner .row_banner h1 {
    font-size: 64px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.home_banner .row_banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
}

.home_banner .row_banner .box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home_banner .row_banner .box_btn a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #005583;
    font-size: 16px;
    color: #fff;
    padding: 16px 32px;
    border-radius: 3px;
    font-weight: 600;
}
.home_banner .row_banner .box_btn a:hover{
    background-color: #003350 !important;
}
.tours {
    padding: 80px 0px;
    background-color: #faf6eb;
}

.heading_title {
    width: 100%;
    display: block;
}

.heading_title h3 {
    color: #00324d;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-weight: 600;
}

.tours .review {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.tours .review img {
    width: 649px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.tours .list_tour {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.tours .list_tour .tour_item {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}

.tours .list_tour .tour_item .box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 4px 6px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

.tours .list_tour .tour_item:hover .box {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .08), 0 4px 20px 0 rgba(0, 0, 0, .1);

}

.tours .list_tour .tour_item .img {
    width: 100%;
    height: 240px;
    display: block;
    position: relative;
}

.tours .list_tour .tour_item .img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 9, 14, 0.9)), to(rgba(8, 9, 14, 0.7)));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    z-index: 0;
    content: "";
    pointer-events: none;
    opacity: 0;
}

.tours .list_tour .tour_item .img:hover::before {
    opacity: 0.25;
}

.tours .list_tour .tour_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tours .list_tour .tour_item .badge {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #f7bb13;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(8, 9, 14, .3);
    padding: 8px 16px;
    font-size: 13px;
    line-height: 13px;
    color: #00324D;
    text-transform: uppercase;
    font-weight: bold;
}

.tours .list_tour .tour_item .price {
    padding: 4px;
    background: rgba(8, 9, 14, .5);
    -webkit-box-shadow: 0 0 0 1px #08090e;
    box-shadow: 0 0 0 1px #08090e;
    color: #f5f7f9;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
}

.tours .list_tour .tour_item .price span {
    margin-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #f5f7f9;
    color: #08090e;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Hint', "Open Sans", sans-serif;
    border-radius: 3px;
}

.tours .list_tour .tour_item .number {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    justify-content: center;
    gap: 3px;
}

.tours .list_tour .tour_item .number span {
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}

.tours .list_tour .tour_item h3 {
    color: #08090e;
    margin: 24px 24px 12px 24px;
    text-align: left;
}

.tours .list_tour .tour_item:hover h3 {
    opacity: 0.5;
}

.tours .list_tour .tour_item h3 a {
    color: #08090e;
    margin: 24px 0px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}

.tours .list_tour .tour_item .review_tr {
    padding: 0px 24px;
    display: flex;
    align-items: center;
}

.tours .list_tour .tour_item .review_tr img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
}

.tours .list_tour .tour_item .review_tr .number {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: rgb(87, 87, 87);
    word-break: normal !important;
    margin-left: 5px;
}

.tours .list_tour .tour_item .review_tr .star {
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.tours .list_tour .tour_item .review_tr .star i {
    color: rgb(0, 50, 77) !important;
    font-size: 16px;
}

.tours .list_tour .tour_item .review_tr .total_review {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 100%;
    justify-content: flex-start;
    margin-left: -5px;
    margin-top: -5px;
    color: rgba(87, 87, 87, 0.5);
}

.tours .list_tour .tour_item .text {
    padding: 0px 24px;
    margin: 16px 0px;
}

.tours .list_tour .tour_item .text p {
    margin: 0px;
    color: #08090e;
}

.tours .list_tour .tour_item .box_btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 20px;
    padding: 0px 24px;
}

.tours .list_tour .tour_item .box_btn a {
    text-decoration: none;
    color: #fff;
    background-color: #005583;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.tours .list_tour .tour_item .box_btn a:first-child:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.tours .list_tour .tour_item .box_btn a:last-child:hover {
    background-color: #8d8570 !important;
}

.tours .list_tour .tour_item .box_btn a:last-child {
    background-color: #a49e8d;
}

.service {
    padding: 80px 0px;
    background: url(../images/bg-home.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.service .title {
    max-width: 760px;
    margin: auto;
}

.service .title h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    margin-bottom: 30px;
    font-weight: 500;
}

.service .col {
    max-width: 50%;
    flex-basis: 50%;
}

.service .col_img .img {
    width: 100%;
    height: 679px;
}

.service .col_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service .col_text {
    background-color: #fff;
}

.service .col_text .box {
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.service .col_text .box h4 {
    font-size: 18px;
    color: #08090e;
    margin-top: 0px;
    margin-bottom: 0px;
}

.service .col_text .box p {
    font-size: 16px;
    color: #08090e;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.feedback .slider_feedback .feedback_item {
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback .slider_feedback .feedback_item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.feedback .slider_feedback .feedback_item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feedback .slider_feedback .feedback_item .content {
    position: relative;
    z-index: 1;
    background-color: #FAF6EB;
    padding: 50px;
    max-width: 700px;
}

.feedback .slider_feedback .feedback_item .content .star {
    display: flex;
    align-items: center;
}

.feedback .slider_feedback .feedback_item .content .star i {
    color: #005583;
    font-size: 12px;
}

.feedback .slider_feedback .feedback_item .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.feedback .slider_feedback .feedback_item .content p {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 1.4;
}

.feedback .slider_feedback .feedback_item .content .img {
    width: 100%;
    text-align: left;
}

.feedback .slider_feedback .feedback_item .content .img img {
    width: 160px;
    height: 36px;
    object-fit: contain;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button::before {
    font-size: 10px;
    color: #ccc;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.slick-next {
    right: 30px;
}
.slick-prev {
    left: 30px;
}
.slick-arrow {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px 0 rgba(8, 9, 14, .25);
    opacity: 1 !important;
    z-index: 9;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #fff;
}
.slick-arrow::before {
    display: none;
}
.slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
}

.feedback .slider_feedback {
    margin-bottom: 0px;
}

.seen_in {
    padding: 80px 0px;
    background-color: #ffffff;
}

.seen_in .title {
    display: block;
    text-align: center;
    width: 100%;
}

.seen_in .title h3 {
    font-weight: 400;
    color: #0e678c;
    font-size: 32px;
    line-height: 1.25;
}

.seen_in .img {
    width: 100%;
    text-align: center;
}

.seen_in .img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.why_choose {
    padding: 80px 0px;
    background-color: rgba(0, 85, 131, 0.85);
}

.why_choose .col {
    max-width: 50%;
    flex-basis: 50%;
}

.why_choose .col_text {
    padding-right: 20px;
}

.why_choose .col_text h3 {
    font-size: 32px;
    color: #e4ba4d;
    line-height: 1.25;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 24px;
}

.why_choose .col_text p {
    color: #fff;
    font-size: 17px;
    margin-top: 0px;
    line-height: 1.4;
}

.why_choose .col_text ul {
    margin-top: 0px;
    margin-bottom: 24px;
    padding-left: 20px;
}

.why_choose .col_text ul li {
    margin: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.why_choose .col_text .btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.why_choose .col_text .btn a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.why_choose .col_text .btn a i {
    font-size: 12px;
}

.why_choose .col_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why_choose .col_video .video-vimeo {
    width: 100%;
    height: 315px;
}

.why_choose .col_video .video-vimeo iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0px solid;
}

.best_boat_tour {
    padding: 80px 0px;
}

.best_boat_tour .col_img {
    max-width: 33%;
    padding-right: 20px;
    flex-basis: 33%;
}

.best_boat_tour .col_text {
    max-width: 67%;
    flex-basis: 67%;
    padding-left: 20px;
}

.best_boat_tour .col_img .img {
    width: 100%;
    height: 360px;
}

.best_boat_tour .col_img .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.best_boat_tour .col_text h3 {
    width: 100%;
    color: #08090e;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
    display: block;
}

.best_boat_tour .col_album {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 80px;
}

.best_boat_tour .col_album .gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.best_boat_tour .col_album .gallery a {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    height: 399px;
    border: .5px solid #fff;
}

.best_boat_tour .col_album .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boat_tours,
.find_us {
    padding: 80px 0px;
}

.boat_tours .title,
.find_us .title {
    width: 100%;
    display: block;
}

.boat_tours h3,
.find_us h3 {
    color: #0e678c;
    font-size: 32px;
    line-height: 1.25;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}

.boat_tours .content p {
    font-size: 17px;
    color: #08090e;
    margin-top: 0px;
    margin-bottom: 24px;
}

.boat_tours .content ul {
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 24px;
}

.boat_tours .content ul li {
    margin: 0px;
    line-height: 30px;
    font-size: 17px;
}

.find_us .box_map {
    width: 100%;
}

footer {
    background-color: #016690;
    padding: 80px 0px 0px;
}

footer .box_footer .col {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
}

footer .list_network {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0px;
    list-style: none;
    padding: 0px;
    justify-content: center;
}

.list_network li {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.list_network li a {
    width: 24px;
    height: 40px;
    display: block;
}

.list_network li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
    opacity: 0.8;
}

footer .address .logo {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

footer .footer_contact {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 16px;
    width: 100%;
    flex-direction: column;
    margin-top: 24px;
}

footer .footer_contact li {
    margin: 0px;
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 16px;

}

footer .footer_contact li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
footer .footer_contact li a:hover{
    text-decoration: underline;
}
footer .footer_contact li i {
    font-size: 24px;
    color: #fff;
}

footer .col {
    padding-left: 40px;
}

footer .col .title h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

footer .menu_contact ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

footer .menu_contact ul li {
    margin: 0px;
    padding: 0px;
}

footer .menu_contact ul li a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 24px;
    font-weight: 400;
}

footer .menu_contact ul li a:hover {
    text-decoration: underline;
}
footer .col_charters .list_img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .col_charters .list_img img{
    width: 155px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
footer .footer_text{
    margin-top: 30px;
}
footer .footer_text p{
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.footer_absolute {
    padding: 8px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #414141;
}
.footer_absolute img{
    height: 20px;
    width: auto;
    object-fit: contain;
    filter: invert(1);
}
.footer_absolute a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: 0.7;
}
.footer_absolute  a:last-child{
    line-height: 24px;
}
.page_banner{
    width: 100%;
    height: 547px;
    background: url(../images/banner-tour.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 80px;
    position: relative;
}
.page_banner::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    z-index: 0;
    content: "";
    pointer-events: none;
}
.page_banner .row_banner, .page_banner .row_banner .box{
    width: 100%;
    height: 100%;
}
.page_banner .row_banner .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.page_banner .row_banner .box img{
    width: 632px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    position: relative;
}
.coast_tour {
    background-color: #faf6eb;
    padding-top: 80px;
}
.coast_tour .col_text{
    max-width: 66.6666%;
    flex-basis: 66.6666%;
    padding-right: 20px;
}
.coast_tour .col_box{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    padding-left: 20px;
}   
.coast_tour .col_text h3{
    color: #00324d;
    font-size: 64px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}
.coast_tour .col_text p{
    color: #08090e;
    font-size: 16px;
    margin: 0px;
}
.coast_tour .col_box .box{
    background-color: #2db6c4;
    border-radius: 12px;
    padding: 20px;
}
.coast_tour .col_box .box h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #fff;
}
.coast_tour .col_box .box  p{
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}
.boat_tours_ss3{
    background: url(../images/Background-Banner-tour.webp) no-repeat center;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
.boat_tours_ss3 .col{
    max-width: 50%;
    flex-basis: 50%;
}
.boat_tours_ss3 .col_img .box_img{
    width: 100%;
    height: 100%;
}
.boat_tours_ss3 .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.boat_tours_ss3 .col_text .box{
    background-color: #fff;
    padding: 40px 80px;
    width: 100%;
    height: 100%;
}
.boat_tours_ss3 .col_text h3{
    color: #08090e;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 600;
}
.boat_tours_ss3 .col_text p{
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 24px;
    display: block;
    width: 100%;
}
.boat_tours_ss3 .col_text .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.boat_tours_ss3 .col_text .btn a{
    background-color: #005583;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 24px;
    color: #fff;
    font-weight: 600;
}
.boat_tours_ss4 .title{
    width: 100%;
    display: block;
}
.boat_tours_ss4 .title h3{
    color: #0e678c;;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: center;
}
.boat_tours_ss4 .title p{
    font-size: 16px;
    margin-top: 0px;
    display: block;
    margin-bottom: 24px;
    line-height: 1.4;
}
.boat_tours_ss4 .col_album{
    margin-top: 24px;
}
.vessel_banner {
    height: 404px;
    padding: 0px;
    background: none;
}
.vessel_banner::before{
    background-color: rgba(0,0,0,0.1);
}
.vessels{
    padding: 80px 0px;
}
.vessel_banner .row_banner .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vessels .row{
    padding-left: 80px;
    padding-right: 80px;
}
.vessels .title{
    width: 100%;
    display: block;
    margin-bottom: 24px;
}
.vessels .title h2{
    color: #0e678c;
    font-size: 64px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}
.vessels .title p{
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.vessels .col{
    max-width: 50%;
    flex-basis: 50%;
}
.vessels .col .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 4px 6px 0 rgba(0, 0, 0, .1);
}
.vessels .col .box .img{
    width: 100%;
    height: 240px;
}
.vessels .col .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vessels .col .box .box_text h3{
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}
.vessels .col .box .box_text h3 a{
    text-decoration: none;
    color: #08090e;
}
.vessels .col .box .box_text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.vessels .col_left{
    padding-right: 20px;
}
.vessels .col_right{
    padding-left: 20px;
}
.vessels .col .box .box_text{
    padding: 0px 20px 20px;
}
.vessels .col .box .box_text .btn{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.vessels .col .box .box_text .btn a{
    width: 100%;
    text-align: center;
    display: block;
    background-color: #005583;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 24px;
    line-height: 24px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
.mission{
    padding: 80px 0px;
    background-color: #fff;
}
.mission .row{
    padding-left: 80px;
    padding-right: 80px;
}
.mission .title{
    width: 100%;
    display: block;
}
.mission .title h1{
    font-size: 24px;
    font-weight: 400;
    color: #0e678c;
}
.mission blockquote{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 112px;
    position: relative;
    margin: 0px 0px 24px 0px;
}
.mission blockquote::before {
    color: rgba(8, 9, 14, .05);
    content: "“";
    display: block;
    font-family: "Georgia";
    font-size: 240px;
    height: 106px;
    left: 0;
    top: 30px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    margin-right: 20px;
    top: -8px;
}
.mission blockquote h3{
    font-size: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mission h4{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: 400;
}
.mission p{
    display: block;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.4;
}
.mission .awards{
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 60px;
}
.mission .awards h3 {
    font-size: 32px;
    display: block;
    width: 100%;
    text-align: center;
    color: #005583;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
}
.mission .awards img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.tourism{
    padding: 80px 0px;
}
.tourism .heading{
    width: 100%;
    display: block;
    margin-bottom: 24px;
}
.tourism .heading h1, .our_team h1{
    font-size: 64px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #0e678c;
}
.tourism .row{
    padding-left: 80px;
    padding-right: 80px;
}
.tourism .heading h3{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 24px;
    display: block;
    text-align: center;
    font-weight: 400;
}
.tourism .heading p{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tourism .canva-video {
    width: 100%;
    height: 568px;
    margin-bottom: 50px;
}
.tourism .canva-video iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0px solid;
    border-radius: 12px;
}
.tourism .box_text {
    width: 100%;
    display: block;
}
.tourism .box_text h3{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 32px;
}

.tourism .box_text h3 a{
    font-size: 32px;
    text-decoration: none;
}
.tourism .box_text .item{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
}
.tourism .box_text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    margin: 0px;
}
.tourism .box_text .item.reverse{
    flex-direction: row-reverse;
}
.tourism .box_text h4{
    width: 100%;
    display: flex;
    gap: 3px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    justify-content: center;
}
.tourism .box_text h4 a, .tourism .box_text h4 span{
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
}
.tourism .box_text .box_img{
    display: block;
    width: 100%;
    text-align: center;
}
.tourism .box_text .box_img img{
    width: 447px;
    object-fit: contain;
    height: auto;
    object-position: center;
}
.tourism .col_album{
    width: 100%;
    margin-top: 24px;
}
.tourism .gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tourism .gallery a{
    width: 25%;
    flex-basis: 25%;
    height: 249px;
}
.tourism .gallery a img{
    width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.our_team{
    padding: 80px 0px;
}
.our_team .row{
    padding: 0px 80px;
}
.our_team .col_album, .our_team .album{
    width: 100%;
    display: block;
}
.our_team .col_album .gallery, .our_team .album .gallery{
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
.our_team .col_album .gallery a{
    max-width: 14.2857142857%;
    flex-basis: 14.2857142857%;
}
.our_team .col_album .gallery a img, .our_team .album .gallery a img{
   width: 100%;
   height: auto;
   object-fit: cover;
   object-position: center;
}
.our_team .box_text{
    display: block;
    width: 100%;
}
.our_team .box_text p{
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.our_team .box_text  h3{
    font-size: 32px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 24px;
}
.our_team .box_text p a{
     font-size: 16px;
     color: #08090e;
}
.our_team .album .gallery a{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
}
.banner_slider{
    width: 100%;
    margin-bottom: 0px !important;
    height: 525px;
}
.banner_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.banner_slider img.center{
    object-position: center;
}
.banner_slider .slick-list,.banner_slider .slick-track{
      width: 100%;
    height: 100%;
}
.tour_reviews{
    padding: 80px 0px;
}
.tour_reviews .heading{
    width: 100%;
    display: block;
}
.tour_reviews .heading h1{
    font-size: 40px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
}
.tour_reviews .heading p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.tour_reviews .heading a{
    color: #08090e;
}
.tour_reviews .heading h4{
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0px
}
.tour_reviews  .box_text{
    width: 100%;
    display: block;
    padding-top: 80px;
}
.tour_reviews  .box_text h3{
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
}
.tour_reviews  .box_text h4{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;

}
.tour_reviews .box_text p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.tour_reviews  .contact{
    width: 100%;
    display: block;
}
.tour_reviews  .contact h2{
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
}
.tour_reviews  .contact ul.list_info{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tour_reviews  .contact ul.list_info li{
    display: flex;
    align-items: center;
    gap: 12px;
}
.tour_reviews  .contact ul.list_info li i{
    font-size: 23px;
    color: #08090e;
}
.tour_reviews  .contact ul.list_info li a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #08090e;
}
.tour_reviews  .contact ul.list_info li a:hover{
    text-decoration: underline;
}
.tour_reviews  .contact  .list_network {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0px;
    list-style: none;
    padding: 0px;
    justify-content: flex-start;
    margin: 24px  0px;
}
.tour_reviews  .contact  .list_network li img{
    filter: none;
    opacity: 0.8;
}
.faq{
    padding: 80px 0px;
    position: relative;
}
.faq .heading{
    width: 100%;
    display: block;
}
.faq .heading h1{
    width: 100%;
    display: block;
    font-size: 64px;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #0e678c;
    font-weight: 400;
}
.faq .heading p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.faq .faq_content{
    display: block;
    width: 100%;
    padding-top: 30px;
}
.faq .faq_content .title, .faq .faq_box {
    width: 100%;
    display: block;
}
.faq .faq_content .title h3{
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
}
.faq .faq_box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.faq .faq_box ul li{
    cursor: pointer;
    margin: 0px;
    display: block;
    position: relative;
    margin-top: 4px;
    padding: 0px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    max-height: 48px;
    transition: max-height 0.5s ease;
}
.faq .faq_box ul li.active{
     max-height: 500px;
     transition: max-height 0.5s ease;
}
.faq .faq_box ul li ul{
    list-style: circle;
    padding-left: 20px;
}
.faq .faq_box ul li ul li{
    border: 0px solid;
    list-style: circle;
}
.faq .faq_box ul li .box_title{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
}
.faq .faq_box ul li .box_title i{
    font-size: 14px;
    color: #08090e;
}
.faq .faq_box .text{
    background-color: #fafafa;
    padding: 20px;
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
      display: flex;
    flex-direction: column;
    gap: 16px;
} 
.faq .faq_box .text p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
}
.faq .heading{
    width: 100%;
    display: block;
}
.faq .faq_box ul li.active i{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.faq .faq_box ul li.active .text{
    max-height: 500px;
    transition: max-height 0.5s ease;
}
.private {
    padding-top: 80px;
}
.private h1{
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 64px;
    font-weight: 400;
    color: #0e678c;
}
.private h2{
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 400;
    color: #08090e;
}
.private p, .faq_text p{
    margin-top: 0px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.4;
}
.private .img{
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.private .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.private_fleet, .private_faq{
    padding: 30px 0px;
}
.private_fleet .title h2{
    font-size: 40px;
    margin-bottom: 0px;
}
.private_faq .faq_box ul li{
    border-top: 1px solid #005583;
}
.private_faq .faq_box{
    margin-bottom: 16px;
}
.private_faq .faq_box ul li .box_title{
     border: 1px solid #ddd;
}
.private_album .gallery{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.private_album .gallery a{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
     height: 333px;
}
.private_album .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wedding .img p, .wedding .img p a{
    margin-bottom: 0px;
    text-align: center;
    font-size: 13px;
    color: #08090e;
}
.wedding_album .gallery{
    display: flex;
}
.wedding_album .gallery a{
    max-width: 25%;
    flex-basis: 25%;
    height: 249px;
    border: 0.5px solid #fff;
}
.wedding_album .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wedding_album{
    margin-top: 30px;
    margin-bottom: 80px;
}
.page_contact{
    padding: 80px 0px;
}
.page_contact .col_text{
    max-width: 66%;
    flex-basis: 66%;
    padding-right: 20px;
}
.page_contact .col_list_address{
    max-width: 34%;
    flex-basis: 34%;
    padding-left: 20px;
}
.page_contact  .col_text h1, .passengers h1, .terms_service  h1{
    font-size: 64px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #0e678c;
    display: block;
    width: 100%;
}
.page_contact .map{
    width: 100%;
    display: block;
}
.page_contact .map h2{
    display: block;
    width: 100%;
}
.page_contact .map h2 a{
    display: block;
    width: 100%;
     font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #0e678c;
    display: block;
    width: 100%;
    text-decoration: none;
}
.page_contact .map p, .page_contact .map a{
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #08090e;
    line-height: 1.5;
}
.page_contact .map iframe{
    width: 100%;
    height: 450px;
    object-position: center;
    object-fit: cover;
}
.page_contact  .col_text p{
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.page_contact  .col_text p a{
    color: #08090e;
}
.page_contact .col_list_address .list_network{
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}
.page_contact .col_list_address .list_network li img {
    filter: none;
    opacity: 0.8;
}
.page_contact .col_list_address .footer_contact {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 16px;
    width: 100%;
    flex-direction: column;
    margin-top: 24px;
}
.page_contact .col_list_address .footer_contact li {
    margin: 0px;
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 16px;
}
.page_contact .col_list_address .footer_contact li i {
    font-size: 24px;
    color: #000;
}
.page_contact .col_list_address .footer_contact li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.Weather{
    padding: 80px 0px;
}
.Weather h1{
    font-size: 40px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
.Weather h3{
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.Weather p{
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0px;
    line-height: 1.5;
}
.Weather .img {
    margin-bottom: 16px;
    margin-left: 68px;
    margin-right: 68px;
}
.Weather .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.passengers, .terms_service{
    padding: 80px 0px;
}
.passengers ul,.terms_service ul{
    list-style-type: decimal;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.terms_service ul{
    list-style-type: disc;
    padding-left: 20px;
}
.terms_service ol{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 25px;
}
.passengers ul li, .terms_service ul li, .terms_service ol li{
    font-size: 15px;
    line-height: 1.5;
}
.terms_service ol li{
    font-size: 14px;
}
.terms_service p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.terms_service h4{
    font-size: 24px;
    color: #08090e;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
}
.privacy_policy{
    padding-top: 245px;
    padding-bottom: 80px;
}
.privacy_policy .heading_title{
    display: block;
    width: 100%;
    padding-bottom: 125px;
}
.privacy_policy .heading_title h1{
    font-size: 64px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.privacy_policy  .tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
     background-color: rgba(200, 200, 200, .8); 
    border-radius: 10px;
    outline: rgba(100, 100, 100, .8) solid 1px;
}
.privacy_policy .tab a{
    flex: 1;
    line-height: 40px;
    text-decoration: none;
   text-align: center;
   color: #08090e;
   font-size: 16px;
}
.privacy_policy .tab a:hover{
    text-decoration: underline;
}
.privacy_policy .cookie{
    width: 100%;
    display: block;
}
.privacy_policy .cookie h2{
    font-size: 64px;
    margin-top: 0px;
    color: #08090e;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.privacy_policy .cookie h3{
    font-size: 32px;
    margin-top: 0px;
    color: #08090e;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 0px;
}
.privacy_policy .cookie p, .privacy_policy .cookie a{
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0px;
    line-height: 1.5;
    color: #08090e;
}
.cmplz-subtitle {
    font-weight: bold;
}
.privacy_policy .cookie ol{
    padding-left: 20px;
}
.privacy_policy .cookie ol li{
    line-height: 24px;
    font-size: 16px;
    color: #08090e;
}
.privacy_policy .cookie_overview{
    cursor: pointer;
}
.privacy_policy .cookie_overview .heading h3{
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.privacy_policy .cookie_overview .heading h3 i{
    font-size: 18px;
}
.privacy_policy .cookie_overview{
    max-height: 110px;
    overflow: hidden;
     padding: 0px 8px;
    transition: max-height .5s ease;
    margin-top: 24px;
}
.privacy_policy .cookie_overview.active{
    max-height: 1000px;
    transition: max-height .5s ease;
    background-color: #ececec;
    outline: #a3a3a3 solid 1px;
   
}
.privacy_policy .cookie_overview i{
    transition: transform 0.3s ease;
}
.privacy_policy .cookie_overview.active i{
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

/* Overlay */
.popup {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    /* căn giữa */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    transform: translateX(-100%);
    display: flex;
    overflow: scroll;
}
/* Khi mở */
.popup.open_popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: opacity .3s ease;
}
.popup.openpopup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: opacity .3s ease;
}

/* Box nội dung */
.popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 980px;
    width: 90%;
    position: relative;
    transform: translateY(-30px);
    transition: 0.3s ease;
}

/* animation */
.popup.active .popup-content , .popup.open_popup .popup-content{
    transform: translateY(2%);
}

/* Nút đóng */
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.popup-content .list_product{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.popup-content .list_product .item{
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    position: relative;
    display: block;
    text-decoration: none;
     transition: transform 0.3s ease;
}
.popup-content .list_product .item .img{
    width: 100%;
    border-radius: 12px;
    height: 280px;
    overflow: hidden;
     position: relative;
}
.popup-content .list_product .item .img::before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000076;
    display: block;
}
.popup-content .list_product .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
   
   
}
.popup-content .list_product .item:hover .img::before{
     background-color: #0000007c;
}
.popup-content .list_product .item:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease;

}
.popup-content .list_product .item .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-content .list_product .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.popup-content .list_product .item .content h3{
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.popup-content .list_product .item .content p{
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.popup-content .list_product .item .content .btn {
    display: flex;
    justify-content: end;
}
.popup-content .list_product .item .content .btn p{
    margin: 0px;
    padding: 8px 12px;
    background-color: #0a6ece;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.popup-content .list_product .item:hover h3{
    text-decoration: underline;
}
.popup-content .logo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e3e6;
}
.popup-content .logo img{
    width: 220px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.popup-screen{
    display:none;
}

.popup-screen.active{
    display:block;
}

.back-btn{
    padding:10px 20px;
    margin-bottom:20px;
    cursor:pointer;
}
.popup-screen .list_detail {
    display: flex;
   gap: 14px;
}
.popup-screen .list_detail .detail_item{
    max-width: calc(33.3333% - 7px);
    flex-basis: calc(33.3333% - 7px);
    position: relative;
    cursor: pointer;
     transition: transform 0.3s ease;
}
.popup-screen .list_detail .detail_item .img{
    width: 100%;
    height: 200px;
    position: relative;
}
#detail-2.popup-screen .list_detail .detail_item .img{
    height: 378px;
}
.popup-screen .list_detail .detail_item .img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);;
    top: 0;
    left: 0;
    border-radius: 12px;
}
.popup-screen .list_detail .detail_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.popup-screen .heading_detail {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #afb8c0;
}
.popup-screen .heading_detail button {
    border: 0px solid;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px;
}
.popup-screen .heading_detail i.fas.fa-arrow-right {
    color: #afb8c0;
    font-size: 13px;
}
.popup-screen .heading_detail button i.fa-home{
    color: #0a6ece;
}
.popup-screen .heading_detail p{
    color: #1f2428;
    font-size: 13px;
}
.popup-screen .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.popup-screen .content .text h3{
    margin: 0px;
    font-size: 20px;
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popup-screen .content .text p{
    word-break: break-word;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .99);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
}
.popup-screen .content .btn_price{
    display: flex;
    justify-content: space-between;
    align-items:center ;
}
.popup-screen .content .btn_price .price{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}
.popup-screen .content .btn_view{
    background-color: #0a6ece;
    padding: 8px 12px;
    border-radius: 3px;
     font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.popup-screen .list_detail .detail_item:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease;
}
.popup-screen .list_detail .detail_item:hover .img::before{
    background-color: rgba(0, 0, 0, .6);
}
.popup-screen .list_detail .detail_item:hover h3{
    text-decoration: underline;
}
.poup_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.poup_footer .left{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.poup_footer .left p {
    font-size: 13px;
    color: #697886;
    margin: 0px;
}
.poup_footer .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}
.poup_footer .right a img{
    width: 197px;
    height: auto;
    object-fit: contain;
}
.poup_footer .right a,.poup_footer .right p{
    font-size: 13px;
    color: #697886;
    text-decoration: none;
    margin: 0px;
    display: flex;
    align-items: center;
        gap: 5px;
}
.poup_footer .right p a{
    text-decoration: underline;
}
.banner_product{
    width: 100%;
    position: relative;
    height: 850px;
}
.banner_product .row_banner{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner_product .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner_product .row_banner::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%) !important;
    background-image: radial-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%) !important;
    -webkit-transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    transition: all .15s cubic-bezier(0.58, 0.3, 0.51, 0.82);
    z-index: 0;
    content: "";
    pointer-events: none;
}
.banner_product .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_product .row_banner .box {
    max-width: 1200px;
    flex-basis: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
    gap: 24px;
}
.banner_product .row_banner .box .tem {
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    background: #F7BB13;
    font-size: 14px;
    font-weight: 600;
}
.banner_product .row_banner .box h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    max-width: 767px;
}
.banner_product .row_banner .box .img{
    width: 382px;
    height: auto;
}
.banner_product .row_banner .box .img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product_content{
    padding: 80px 0px;
}
.product_content h2{
    color: #00324d;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 24px 0px;
}
.product_content h3{
    color: #08090e;
    font-size: 32px;
    font-weight: 400;
    margin: 0px 0px 16px 0px;
    width: 100%;
    display: block;
}
.product_content p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.product_content .img{
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    display: block;
}
.product_content .img_btottom{
    max-width: 80%;
}
.product_content .img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.product_content ul{
    margin: 0PX;
    padding-left: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 24px;
}
.product_content ul li{
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
.product_content a{
    font-size: 16px;
    color: #08090e;
}
.product_content .gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
}
.product_content .gallery a{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    height: 338px;
}
.product_content .gallery.col-4 a{
     max-width: 25%;
    flex-basis: 25%;
    height: 294px;
}
.product_content .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product_content .faq_box{
    width: 100%;
}
.product_content .faq_box ul li .box_title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
}
.product_content .faq_box ul li {
    cursor: pointer;
    margin: 0px;
    display: block;
    position: relative;
    margin-top: 4px;
    padding: 0px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    max-height: 48px;
    overflow: hidden;
}
.product_content .faq_box ul li.active{
    max-height: 500px;
}
.product_content .faq_box .text {
    background-color: #fafafa;
   padding: 20px;
}
.product_content .faq_box .text p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
}
.product_content .faq_box ul li .box_title i {
    font-size: 14px;
    color: #08090e;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}
.product_content .faq_box ul li.active .box_title i {
    font-size: 14px;
    color: #08090e;
    transition: transform 0.4s ease;
    transform: rotate(180deg);
}
.product_content .faq_box ul{
    padding-left: 0px;
}
.product_content .faq_box ul li .text{
    max-height: 0;
    overflow: hidden;
     transition: max-height 0.5s ease ;
}
.product_content .faq_box ul li.active .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 500px;
    transition: max-height 0.5s ease ;
    
}
.product_content .faq_box ul li .text ul li{
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_content .faq_box ul li .text ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #08090e;
    border-radius: 50%;
}
.related_tours{
    background-color: #f9f9f9;
}
.related_tours .title{
    width: 100%;
    display: block;
}
.related_tours h3{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #08090e;
    font-weight: 400;

}
.related_tours .list_tour .tour_item {
    max-width: calc(33.3333% - 30px);
    flex-basis: calc(33.3333% - 30px);
} 
.related_tours .list_tour .tour_item .box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_content_bt{
    padding-bottom: 80px;
}
.product_content_bt .box_img{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.product_content_bt h3{
    font-size: 32px;
    color: #005583;
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 400;
}
.product_content_bt p, .product_content_bt a{
    font-size: 14px;
    line-height: 1.5;
    color: #08090e;
    margin-top: 0px;
    margin-bottom: 16px;
}
.box_btn_fixed {
    position: fixed !important;
    z-index: 99999 !important;
    transition: all 0.12s ease !important;
    box-shadow: 0 2px 10px 0 #005583 !important;
    bottom: 20px !important;
    right: 20px !important;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding: 0.2em 1em !important;
    line-height: 2 !important;
    margin: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 40px !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    transition: all 0.15s ease !important;
    background-color: #005583 !important;
    color: #ffffff !important;
    border: 0px solid;
    text-shadow: 0 -1px 1px #005583 !important;
    text-transform: uppercase;
    transition:transform 0.4s ease ;
}
.box_btn_fixed:before {
    content: ' ' !important;
    display: inline-block !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 1em !important;
    height: 1em !important;
    position: relative !important;
    top: .1em !important;
    margin: 0 .4em 0 -.1em !important;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http%3A//www.w3.org/2000/svg%27 height=%2720%27 width=%2720%27 viewBox=%270 0 20 20%27 %3E %3Cpath fill=%27%23ffffff%27 d=%27M11.5,4.7l3.8,3.8l-6.8,6.8l-3.8-3.8L11.5,4.7z M9,16.3L16.3,9c0.2-0.2,0.2-0.3,0.2-0.5s-0.1-0.4-0.2-0.5L12,3.6 c-0.1-0.1-0.3-0.2-0.5-0.2S11.1,3.5,11,3.6L3.6,11c-0.2,0.2-0.2,0.3-0.2,0.5s0.1,0.4,0.2,0.5l4.3,4.3c0.1,0.1,0.3,0.2,0.5,0.2 S8.9,16.5,9,16.3z M19.6,8.8L8.8,19.6C8.5,19.9,8.1,20,7.7,20c-0.4,0-0.8-0.1-1.1-0.4l-1.5-1.5c0.4-0.4,0.7-1,0.7-1.6 s-0.2-1.2-0.7-1.6c-0.4-0.4-1-0.7-1.6-0.7s-1.2,0.2-1.6,0.7l-1.5-1.5C0.1,13,0,12.7,0,12.3s0.1-0.8,0.4-1.1L11.2,0.4 C11.5,0.1,11.9,0,12.3,0s0.8,0.1,1.1,0.4l1.5,1.5c-0.4,0.4-0.7,1-0.7,1.6s0.2,1.2,0.7,1.6c0.4,0.4,1,0.7,1.6,0.7s1.2-0.2,1.6-0.7 l1.5,1.5C19.9,6.9,20,7.3,20,7.7C20,8.1,19.9,8.5,19.6,8.8z%27/%3E%3C/svg%3E') !important;
}
.box_btn_fixed:hover{
    transform: scale(1.02);
    transition:transform 0.4s ease ;
}
button.banner_btn.btn-book {
    padding: 12px 32px;
    width: 200px;
    border-radius: 9px;
    border: 0px solid #ffffff;
    background-color: #005583;
    color: #ffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transform: scale(1);
    transition:transform 0.4s ease ;
}
button.banner_btn.btn-book:hover{
    transform: scale(1.02);
    transition:transform 0.4s ease ;
}