@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Snell;
    src: url(../fonts/Snell.otf);
}

@font-face {
    font-family: lato-bold;
    src: url(../fonts/Lato-Bold.ttf);
}

strong {
    font-family: lato-bold;
}

* {
    font-family: Lato;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

#menu-main {
    background-color: #000;
}

.logo_header img {
    width: 100%;
}

.logo_header a {
    line-height: 100px;
}

.p-gallery figure {
    width: 100% !important;
}

.menu_main ul {
    margin: 0;
    list-style: none;
}

.menu_main > div > ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: flex-end;
    margin: 0;
    line-height: 100px;
}

.menu_main > div > ul > li {
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.menu_main > div > ul > li > a {
    font-family: Lato;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.menu_main > div > ul > li > a:hover {
    text-decoration: none;
}

.menu_main > div > ul > li > ul {
    position: absolute;
    width: 100%;
    z-index: 9999999;
    list-style: none;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    display: none;
    left: 0;
    top: 100%;
}

.menu_main > div > ul > li > ul > li > ul > li {
    position: relative;
}

.menu_main > div > ul > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.menu_main > div > ul > li > ul > li a {
    font-family: Lato;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    line-height: 1.7;
}

.menu_main > div > ul > li > ul > li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.menu_main > div > ul > li > ul > li > ul {
    width: 100%;
    z-index: 9999999;
    list-style: none;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
}

.menu_main > div > ul > li > ul > li > ul > li > ul > li {
    text-align: center;
}

.menu_main > div > ul > li > ul > li > ul > li {
    text-align: right;
}

.menu_main > div > ul > li > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 9999999;
    list-style: none;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    display: none;
}

.menu_main > div > ul > li:hover > ul, .menu_main > div > ul > li > ul > li > ul > li:hover > ul {
    display: inline-block;
}

.menu_main > div > ul > li:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
}

.sub-menu > li:hover {
    background-color: #5d5b5b;
}

.menu_main > div > ul > li > ul > li a svg {
    margin-right: 15px;
}

.line-menu {
    height: 3px;
    background-color: #fff;
    width: 100%;
}

#scheduled-slider .owl-dots,
#slider-home .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 10%;
    display: inline-block;
}

#scheduled-slider .owl-dots div.active,
#slider-home .owl-dots div.active {
    background: #b7b7b7;
}

#scheduled-slider .owl-dots div,
#slider-home .owl-dots div {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.slider_home_content h1 {
    font-family: lato-bold;
    font-size: 42px;
    color: #fff;
}

.line_text_slider {
    width: 95px;
    height: 4px;
    background-color: #fff;
}

.slider_home_content p {
    font-family: lato-bold;
    font-size: 24px;
    color: #fff;
}

.slider_home_content {
    position: absolute;
    left: 10%;
    top: 35%;
}

.home-title {
    background-color: #333;
}

.home-title h2, .home-title h1, .top-footer h2, .top-footer h1 {
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin: 0;
    font-family: Snell;
}

.home-title h2 p, .top-footer h2 p {
    font-family: Snell;
    margin-bottom: 0;
}

.tour_item {
    margin: 45px 0;
    text-align: center;
    font-family: Lato;
    box-sizing: border-box;
}
#tour-home a:nth-child(3n+1) .tour_item {
    clear: both;
}
.tour_item img {
    width: 100%;
    height: auto;
}

.tour_item h3 {
    color: #000;
    font-size: 18px;
    font-family: lato-bold;
}

.tour_item p {
    font-size: 16px;
    color: #4e4e4e;
}

.home_tour_button {
    background-color: #fff;
    border: 2px solid #666;
    color: #666;
    padding: 15px 30px;
    box-sizing: border-box;
    display: inline-block;
}

.home_tour_button:hover {
    background-color: #666;
    color: #fff;
}

.top-footer {
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
}

.top-footer-item {
    font-family: Lato;
    color: #fff;
}

.top-footer-item p {
    font-size: 14px;
    line-height: 22px;
}

.top-footer-item h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: lato-bold;
}

.top-footer-item ul {
    padding-left: 15px;
}

.top-footer-item ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

.top-footer-item img {
    height: 40px;
    margin-bottom: 10px;
}

.bottom-footer {
    background-color: #313e4f;
    background-size: cover;
    text-align: center;
    font-family: Lato;
}

.bottom-footer h5 a {
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
}

.bottom-footer h6 {
    font-size: 18px;
    color: #fff;
    font-family: lato-bold;
}

.bottom-footer p {
    font-size: 14px;
    color: #fff;
    font-family: lato-bold;
}

.hotline_footer p {
    margin: 0 15px 10px 0;
    display: inline-block;
}

.add-row-1 p {
    margin: 30px 0;
    text-align: center;
}

.half-page-col {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

/*banner-page*/

.banner-image img {
    width: 100%;
    height: auto;
}

/*-------------------------------------------------------------------*/
/*contact*/
/*-------------------------------------------------------------------*/
#contact-page {
    padding-bottom: 60px;
}

.title-contact {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 48px;
    padding: 2px 15px;
}

.title-contact p {
    font-family: Snell;
}

.sub-title-contact {
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
}

.title-addpress {
    margin-bottom: 15px;
}

.title-addpress strong {
    font-family: lato-bold;
    font-size: 16px;
    text-transform: uppercase;
}

.title-addpress p {
    margin: 0;
}

.icon-addpress {
    float: left;
    width: 50px;
    font-size: 30px;
    margin-top: 3px;
}

.text-addpress p {
    margin-bottom: 0;
}

.text-addpress strong {
    font-size: 18px;
}

.phone-email {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    padding: 10px 0;
}

.maps {
    margin-top: 15px;
}

ul#gform_fields_1 > li {
    float: left;
    clear: inherit;
    width: 49%;
}

ul#gform_fields_1 > li:nth-child(2) {
    float: right;
}

ul#gform_fields_1 > li:last-child {
    width: 100%;
}

ul#gform_fields_1 > li input {
    width: 100%;
}

ul#gform_fields_1 label {
    display: none;
}

ul#gform_fields_1 textarea {
    width: 100%;
}

input#gform_submit_button_1 {
    background: #252525;
    color: #fff;
    border: none;
    padding: 7px 25px;
    border-radius: 5px;
}

.gform_footer.top_label {
    text-align: center;
}

/*---------------------------------------------------------------*/
/*Scheduled Tours*/
/*---------------------------------------------------------------*/

.title-trip-summary {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.excerpt-tour p{
    margin: 30px 0;
}
.excerpt-tour {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-trip {
    width: 23%;
    display: inline-block;
    float: left;
}

.icon-trip img {
    width: 100%;
    height: auto;
    max-width: 46px;
}

.text-trip p {
    margin-bottom: 0;
}

.text-trip p:first-child {
    font-family: lato-bold;
}

.text-trip a {
    cursor: pointer;
    color: inherit;
}

.col-trip .modal-dialog .modal-content {
    text-align: center;
    background-color: transparent;
    box-shadow: unset;
    border: none;
}

.col-trip .modal-dialog {
    width: 100vw;
    height: 100vh;
}

.col-trip .modal-content .image-holder {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

#the-gallery button.close,
.col-trip button.close {
    color: #fff;
    opacity: 1;
    outline: none;
    float: none;
    position: absolute;
    top: 0;
    right: -20px;
}

.center-bg {
    text-align: center;
}

#scheduled-tours {
    padding-bottom: 0px;
}

.trip-summary {
    width: 100%;
    margin: 0 auto;
    max-width: 75%;
    background: #fff;
    display: inline-block;
    padding: 30px 90px;
    text-align: left;
    border-width: 1px;
    border-color: rgb(149, 149, 149);
    border-style: solid;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.text-trip {
    margin-bottom: 30px;
    float: left;
    width: 75%;
}

.the-highlights {
    padding: 45px 0;
}

.image-highlights {
    position: relative;
}

.image-highlights img {
    width: 100%;
    height: auto;
}

 .image-highlights .show-on {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00000087;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
     line-height: 26px;
}
.image-highlights .show-on h3{
     font-size: 17px;
     line-height: 26px;
 }
.image-highlights .show-on p{
    font-size: 17px;
    line-height: 26px;
}
.image-highlights h3{
    margin: 0;
}
.item-highlights > a {
    text-decoration: none;
    text-align: center;
}

.item-highlights > a > p {
    color: #333;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.slider-highlights {
    max-width: 75%;
    margin: 0 auto;
}

.slider-highlights .owl-nav,
.might-like-slider .owl-nav,
.might-slider-active .owl-nav,
.slider-itinerary .owl-nav {
    display: inline-block !important;
}

.slider-highlights .owl-nav div,
.might-like-slider .owl-nav div,
.slider-itinerary .owl-nav div {
    position: absolute;
    top: 43%;
    font-size: 40px;
}

.slider-highlights .owl-nav div:first-child,
.might-slider-active .owl-nav div:first-child,
.might-like-slider .owl-nav div:first-child,
.slider-itinerary .owl-nav div:first-child {
    left: -7%;
}

.slider-highlights .owl-nav div:last-child,
.might-slider-active .owl-nav div:last-child,
.might-like-slider .owl-nav div:last-child,
.slider-itinerary .owl-nav div:last-child {
    right: -7%;
}

.title-itinerary {
    text-align: center;
}

.itinerary {
    padding: 30px 0;
}

.item-itinerary {
    padding: 0 2px;
}

.slider-itinerary {
    max-width: 78%;
    margin: 0 auto;
}

.bg-itinerary {
    border-width: 1px;
    border-color: rgb(149, 149, 149);
    border-style: solid;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    height: 466px;
    overflow-y: auto;
}

.title-itinerary {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    font-family: lato-bold;
}

.col-r p strong {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: lato-bold;
    margin-bottom: 0px;
}

.button-itinerary {
    text-align: center;
}

.button-itinerary p:first-child {
    font-style: italic;
    font-size: 16px;
}

.button-itinerary p:last-child a {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 20px;
    color: #333333;
    display: inline-block;
    padding: 7px 0;
    width: 220px;
    text-align: center;
    text-decoration: none;
    margin-top: 29px;
}

.gallery {
    padding: 50px 0;
}

.videos-first {
    text-align: center;
}

.videos-first > div {
    float: none !important;
    display: inline-block;
}

.p-gallery {
    position: relative;
}

.p-gallery img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.p-gallery:hover .click-v {
    opacity: 1;
    transition: all 0.5s;
}

.click-v {
    opacity: 0;
    display: none;
}

.click-v a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    color: #fff;
    top: 0;
    left: 0;
    padding-top: 35%;
}

.click-v img {
    max-width: 53px;
}

#the-gallery .modal-dialog {
    width: 100vw;
    height: 100vh;
}

.gallery-all {
    margin-top: 30px;
}

.gallery-all > div > div {
    margin-bottom: 30px;
}

.content-about {
    background: url(../images/bg-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
}

.content-kind {
    background: url(../images/about-kind.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
}

.content-about img {
    width: 100%;
    height: auto;
}

.content-text {
    padding: 0 35px;
}

.image-about {
    padding: 5px;
    border: 1px solid rgb(17, 17, 17);
    position: relative;
}

.image-about:after {
    border: 2px solid rgb(17, 17, 17);
    content: '';
    position: absolute;
    width: 105%;
    height: 103%;
    top: -6px;
    left: -6px;
}

.content-kind-holder {
    border-width: 1px;
    border-color: rgb(149, 149, 149);
    border-style: solid;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(235, 234, 234) 0%, rgba(245, 245, 245, 0.96) 4%, rgba(255, 255, 255, 0.7) 30%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 60px 25px 40px;
}

.content-kind img {
    width: 100%;
    height: auto;
}

.content-kind-holder ul {
    list-style: none;
}

.content-kind-holder ul li {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    position: relative;
    margin-bottom: 20px;
}

.content-kind-holder ul li:last-child {
    margin-bottom: 0;
}

.content-kind-holder ul li::before {
    content: '\f030';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 102%;
    font-size: 21px;
}

.image-kind-holder > .col-md-6:nth-child(1),
.image-kind-holder > .col-md-6:nth-child(2) {
    padding-bottom: 15px;
}

.image-kind-holder > .col-md-6:nth-child(3),
.image-kind-holder > .col-md-6:nth-child(4) {
    padding-top: 15px;
}

.content-about .content-text p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.content-term p strong {
    font-family: lato-bold;
    font-size: 16px;
    line-height: 28px;
}

.content-term p {
    font-size: 16px;
    line-height: 28px;
}

.content-term {
    padding: 30px 0;
}

#tours-banner .image-holder img {
    width: 100%;
    height: auto;
}

.tours-banner-bg {
    position: relative;
}

.title-breadcrumb {
    position: absolute;
    top: 40%;
    left: 10%;
}

.breadcrumbw,
.breadcrumbw a,
.breadcrumbw i {
    color: #fff;
    font-size: 16px;
}

.breadcrumbw i {
    padding: 0 5px;
}

#tour-detail {
    padding: 60px 0;
}

.tour-detail-holder {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.tour-content img {
    max-width: 100%;
    height: auto;
}

.tour-content {
    width: 75%;
    padding: 0 15px;
}

.tour-sidebar {
    width: 25%;
    padding: 0 15px;
}

.post-title {
    text-transform: uppercase;
    font-size: 35px;
    font-family: lato-bold;
    margin-bottom: 10px;
}

.date-share {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 2px solid #f6f6f6;
}

.right-top-link {
    text-align: right;
}

.right-top-link ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.right-top-link ul li {
    float: left;
    padding-left: 5px !important;
}

.right-top-link p {
    display: inline-block;
    margin: 0;
}

.right-top-link i {
    width: 23px;
    height: 23px;
    color: #fff;
    position: relative;
}

.right-top-link i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#facebook-icon {
    background: #3b5a9a;
}

#twitter-icon {
    background: #1aa9e1;
}

#google-plus-icon, #email-icon {
    background: #dd4b39;
}

.sidebar-title {
    font-size: 18px;
    font-family: lato-bold;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    line-height: 23px;
    padding: 10px 15px;
    background-color: #000;
}

.sub-sidebar-title {
    padding: 10px 15px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
    background-color: #f6f6f6;
}

.sidebar-row .sidebar-title {
    margin-top: 30px;
}

.sidebar-row .sidebar-content iframe,
.sidebar-row .sidebar-content img {
    width: 100%;
    height: auto;
}

section#scheduled-slider {
    background: #000;
}

.bg-itinerary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.bg-itinerary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.bg-itinerary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.page-template-tpl-daily-tours.modal-open .modal,
.page-template-tpl-location.modal-open .modal,
.page-template-tpl-scheduled-tours.modal-open .modal {
    overflow: scroll;
}

.page-template-tpl-daily-tours .modal-body,
.page-template-tpl-location .modal-body,
.page-template-tpl-scheduled-tours .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-tpl-daily-tours .modal-content img,
.page-template-tpl-location .modal-content img,
.page-template-tpl-scheduled-tours .modal-content img {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    max-height: 90vh;
    width: auto;
}

#the-gallery .modal-content {
    background: transparent;
    box-shadow: unset;
    border: none;
}

.trip-summary .modal-dialog,
#the-gallery .modal-dialog {
    width: fit-content;
    max-width: 100%;
    width: -moz-fit-content;
}

.trip-summary figure,
#the-gallery figure {
    width: unset !important;
}

figcaption.wp-caption-text {
    display: none;
}

.col-trip {
    display: inline-block;
    width: 50%;
    padding-left: 100px;
}

.col-center-b {
    display: flex;
    flex-wrap: wrap;
}

/*gravity form*/
.bookingForm .gform_wrapper {
    width: 100%;
    margin: 0 !important;
}

.bookingForm .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.bookingForm .gform_wrapper ul li {
    width: 49% !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.bookingForm .gform_wrapper .gform_fields li .ginput_container.ginput_container_text {
    margin: 0 !important;
}

.bookingForm .gform_wrapper .gform_heading {
    display: none;
}

.bookingForm .gform_wrapper .gform_fields li#field_2_4 label,
.bookingForm .gform_wrapper .gform_fields li#field_2_3 label,
.bookingForm .gform_wrapper .gform_fields li#field_2_2 label,
.bookingForm .gform_wrapper .gform_fields li#field_2_13 label,
.bookingForm .gform_wrapper .gform_fields li#field_2_12 label,
.bookingForm .gform_wrapper .gform_fields li#field_2_10 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_10 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_11 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_8 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_3 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_4 label,
.bookingForm .gform_wrapper .gform_fields li#field_3_5 label,
.bookingForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.bookingForm .gform_wrapper div.validation_error {
    display: none !important;
}

.bookingForm .gform_wrapper .gform_fields li#field_2_13,
.bookingForm .gform_wrapper .gform_fields li#field_2_12,
.bookingForm .gform_wrapper .gform_fields li#field_2_11,
.bookingForm .gform_wrapper .gform_fields li#field_3_11,
.bookingForm .gform_wrapper .gform_fields li#field_3_10,
.bookingForm .gform_wrapper .gform_fields li#field_3_9,
.bookingForm .gform_wrapper .gform_fields li#field_3_6,
.bookingForm .gform_wrapper .gform_fields li#field_2_15,
.bookingForm .gform_wrapper .gform_fields li#field_2_5 {
    width: 100% !important;
}

div.bookingForm {
    overflow: auto;
}

.bookingForm .gform_wrapper ul li#field_2_5 input {
    width: 49% !important;
}

.bookingForm .gform_wrapper ul li input {
    width: 100% !important;
    padding: 5px 15px !important;
}

.bookingForm input.gform_button {
    margin-top: 0 !important;
    background-color: rgba(92, 105, 123, 1);
    padding: 5px 30px;
    color: #fff;
}

.bookingForm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
}

.bookingForm .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: none;
}

.bookingForm .modal-header .close {
    position: absolute;
    right: -20px;
    opacity: 1;
    color: #fff;
    top: 0;
}

.bookingForm .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

.bookingForm .modal-title {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(12, 60, 96, 1);
    color: #3a739b;
}

.gform_body ul li .gfield_label {
    margin-top: 15px;
}

.gform_body ul li:nth-child(2) .gfield_label {
    margin-top: 0;
}

/*----------------- Chèn hình ảnh mặc định -----------------*/

alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*----------------- Chèn hình ảnh mặc định -----------------*/
section#contact-page .title-contact {
    margin-top: 50px;
}

section#about .home-title {
    margin-top: 50px;
}

.title-trip-summary h2{
    font-size: 24px;
}
.tour_item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.might-slider-active .owl-nav div:last-child{
    right: 0;
}
.might-slider-active .owl-nav div:first-child{
    left: 0;
}
.h1, .h2, .h3, h1, h2, h3{
    margin: 10px 0;
}
.might-slider-active .owl-nav div{
    position: absolute;
    top: 31%;
    font-size: 40px;
}
.pdbt-30{
    padding-bottom: 30px !important;
}