/**
 * Non-critical styles — loaded deferred via media="print" onload trick.
 * Contains all styles not needed for above-the-fold homepage rendering.
 */

.single div#content>h2.heading-center {
    display: flex;
    opacity: 1;
    /* background: #000; */
    width: 100%;
    align-items: center;
}.description-bt-banner {
    text-align: center;
}
.box-detail p:empty {
    display: none;
}
.lsi-social-icons li a {
  border-radius: 50%;
  padding: 5px !important;
}
/*a.map_clickable img {
    opacity: 0;
}*/

.separate-containers .inside-article {
  padding-bottom: 80px;
}
.accordion-abso .accordion-header-abso {
    background: transparent;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;    font-weight: bold;
}

.accordion-abso .accordion-header-abso:after {
    content: '+';
    font-size: 20px;
}

.accordion-abso .accordion-header-abso.active:after {
    content: '-';
}
a.list-par-item br {
    display: none;
}
a.list-par-item {
    background: #ab2d39;
    width: 100%;
    color: #fff;
    padding: 14px;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.list-par {
    margin-top: 90px;
}
.accordion-abso .accordion-content-abso {
    padding: 0px;
    display: block; /* Ensure it's always block, visibility handled by max-height */
    padding: 0px 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.accordion-content-abso.active {
    padding-bottom: 10px;
}
.accordion-item-abso {
    border-top: 1px solid #ccc;
}
.accordion-abso>br {
    display: none;
}
.accordion-abso {
    border-bottom: 1px solid #ccc;
}
div#map_description a {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #901;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
}div#map_description p {
    display: inline-block;
    margin: 10px;
}div#map_description {
    display: inline-block;
    width: 100%;
}
.item-slider-tr {
    padding: 6px;
}
div#map_description a:hover {
    background: #901;
    color: #fff;
}.nav-top-tr, .tab.sticky-plugin-enabled.sticky-element-original.element-is-sticky {
    background: #dedede;
}.nav-top-tr .tab {
    padding: 0;
    border: none;
}.slider {
    background: #fafafa;
    padding: 52px;
}
.item-slider-tr a {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    display: block;
}
.item-slider-tr a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff00), to(#000000));
    background-image: -webkit-linear-gradient(#ffffff00 10%, #000000 100%);
    background-image: -o-linear-gradient(#ffcd06 10%, #000000 100%);
    background-image: linear-gradient(#ffffff00 10%, #000000 100%);
}
.item-slider-tr a span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.item-slider-tr img {
    height: 93px;
    object-fit: cover;
    width: 100%;
}
.nav-top-tr  .tab button {
    padding: 21px 25px;
    text-transform: uppercase;
    background: transparent;
    border-left: 1px solid #ccc;
}
.conten-tab-tr .tabcontent{
    width: 100% !important;
}button#readMoreBtn {
    width: 140px;
    background: #990011;
    padding-top: 0;
    border-radius: 20px;
    text-transform: none;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 7px;
}
 .term-description{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: justify;
}.category-description {
    overflow: hidden;
    max-height: 430px;
    transition: max-height 0.3s ease;
}
.nav-top-tr{
    display: none;
}
 .tab button.active {
    background-color: transparent;
    color: #b11116;
    text-decoration: underline;
}

.search-blog {
    margin-top: 50px;
}.title-bottom-blog-tr h3 {
    color: #C52030;
    font-size: 25px;
    margin-bottom: 7px;
}.title-bottom-blog-tr p {
    font-style: italic;
    color: #606060;
}.cicle-img img {
    margin-bottom: 15px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    border: 1px solid #b11116;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    padding: 6px;
}
.single-post .inside-article {
    max-width: 900px;
    margin: 0 auto;
}
.author-avvt {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-bt-blog-tr p {
    margin: 0px 15px;
}
.list-bt-blog-tr p img {
    max-width: 16px;
    margin-right: 5px;
}
a.map_clickable>div>img {
    opacity: 0;
}
.map-show-tr>div>img{
    opacity: 1 !important;
}
a.map_clickable span b {
    position: relative;
    left: -9px;
    width: 7px;
    height: 10px;
    background-image: url(../images/maps.png);
    display: block;
    background-size: 100% 100%;
    top: 14px;
}
img.maybay {
    position: relative;
    top: 14px;
    left: -15px;
}
.list-bt-blog-tr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #606060;
    font-weight: bold;
    font-style: italic;
}
.generate-back-to-top {
  background-color: #b11116 !important;
}

.payment-method span {
  display: inline;
}

.payment-method img {
  max-width: 300px;
  margin-left: 20px;
  vertical-align: middle;
}

.divider-mark {
  margin: 0px 10px;
}

.footer-widgets {
  padding-top: 100px;
}

i.footer-icon {
  color: #ff8f00;
  font-size: 12px;
  margin-right: 5px;
}


}

.usps {
  font-weight: bold;
}

.usp-icon {
  width: 50px;
  padding: 10px;
}

.cert-image {
  width: 30%;
}

.usps .grid-25,
.usps .grid-33 {
  display: flex;
  align-items: center;
}

.footer-widgets .widget-title {
  font-family: 'Montserrat';
}

.icon {
  background: url(../images/plusicon.png) no-repeat;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 50px;
  height: 50px;
}
.tour-box {
    background: #F8F8F8;
    color: #7a7a7a;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
span.view-tr {
    float: right;
    background: #b11116;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    border-radius: 6px;
    margin-top: 9px;margin-bottom: 20px;
}span.number-day img {
    max-width: 12px;
    margin-right: 5px;
}
.faq-box {
  background: #ffffff;
  color: #7a7a7a;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  padding: 40px 20px;
  text-align: center;
}

.faq-box h4 a {
  color: #333;
  font-family: "Lato" sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.promo-box {
  background: #f7f7f7;
  color: #7a7a7a;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

.offer-detail-info {
  min-height: 150px;
}

.offer-highlight {
  color: #ff8f00;
}

.special_badge {
  position: absolute;
  top: -2px;
  left: 20px;
}

.promo-box .special_badge {
  right: 20px !important;
}

.promo-info-head {
  background: #fafafa;
  padding: 40px 0px;
}

.promo-info-head .inside-article {
  background: none;
}

.promo-info-head .entry-content {
  margin: 0px;
}

.promotion-detail {
  border: 2px dashed #ff8f00;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffe2a3;
  position: relative;
}
.post-box {
    font-size: 14px;
    margin-bottom: 20px;
    background: #F8F8F8;    overflow: hidden;
    border-radius: 15px;
}.excepts-tr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}.box-info img {
    width: 100%;
}
a.readmore-tr img {
    max-height: 14px;
    margin-right: 5px;
    width: auto;
}
a.readmore-tr {
    text-transform: uppercase;
    color: #c52030;
    display: flex;
    align-items: center;
    font-weight: 600;
}.post-box h4 {
    min-height: 52px;
}
.post-box h4 a,
.promo-box h4 a,
.post-box h4 a:visited,
.promo-box h4 a:visited {
  color: #000;
}

a.readmore {
  color: #b11116 !important;
}

.post-box h4,
.promo-box h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}

.promo-box h4 {
  margin-top: 0px !important;
}

.box-info {
  position: relative;
}
.box-detail {
    color: #7a7a7a;
    padding: 20px;
    font-size: 14px;
    min-height: 125px;
    padding-bottom: 20px;
    display: block;
}
.box-detail h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;text-align: left;
}
.box-detail h4 a {
  color: #000 !important;
}

.travel-style {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.number-day {
    text-transform: uppercase;
    margin-top: 11px !important;
  float: left;
    display: flex;
    align-items: center;
}
span.tour-price {
    float: left;
    margin-top: 11px;
    text-transform: uppercase;
    margin-left: 11px;
color: #b11116;
}

.destination-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.separate-containers .inside-article {
    padding: 0;
}h1.title-post-tr {
    color: #990011;
    font-size: 30px;
    text-transform: uppercase;
}
.dest {
  border: 1px solid #ffb300;
  color: #ffffff;
  background: rgba(255, 143, 0, 0.84);
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  text-transform: uppercase;
}
.destination-badge .dest {
  display: inline-block;
  margin-top: 8px;
}.author-info-tr h4 img {
    max-width: 20px;
    margin-right: 5px;
}
.author-info-tr h4 {
    display: flex;
    align-items: center;
    justify-content: center;
}


.newsletter-box .grid-container {
    background-image: url(../images/h1-img-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FFCA07;
    border-radius: 15px;
}
.newsletter-box .sub-head {
    font-size: 47px;
    /* font-weight: 600; */
    color: #000;
    line-height: 60px;
}

h2.title-black-red span {
    color: #606060;
}
.content-rv-single {
    position: relative;
    padding: 28px 0px;
    padding-bottom: 10px;
    margin-top: 17px;
    font-style: italic;
}.content_rv_abso .info-quote {
    font-size: 15px;
}
.content_rv_abso .info-quote h4 {
    font-size: 16px;
}
.content-rv-single:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/quote-before.png);
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.content-rv-single:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/quote-after.png);
    bottom: 0;
    right: 0;
    background-size: 100% 100%;
}
.quote-tr:before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url(../images/quote-before.png);
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.quote-tr:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url(../images/quote-after.png);
    bottom: 0;
    right: 0;
    background-size: 100% 100%;
}
.quote-tr {
    position: relative;
    padding: 40px 0px;    color: #606060;
    margin: 30px 0px;
}
.info-quote img {
    max-width: 16px;
    margin-right: 5px;
}
.info-quote p {
    display: flex;
    color: #C52030;
    align-items: center;
    margin-bottom: 5px;
}.info-quote span {
    display: flex;
    align-items: center;
    color: #B7B7B7;
    font-style: italic;
}.info-quote h4 {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: bold;
}
.newsletter-box h2 {
  font-size: 20px;
  font-family: "Lato" sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
}
.TA_cdsratingsonlywide {
    max-width: 200px !important;
    list-style: none;
    margin: 0px auto!important;
}.title-div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}.TA_cdsratingsonlywide ul {
    margin: 0 auto;
    list-style: none;
}

.gform_wrapper input[type="submit"] {
  color: #ffffff;
  background-color: #b11116 !important;
  padding: 5px 10px !important;
  border-radius: 0px !important;
}
.tour-image .box-info {
  position: relative;
}
.tour-image .box-info .dest {
  position: absolute;
  left: 25px;
  bottom: 22px;
  border: 3px solid #ffb300;
  color: #ffffff;
  opacity: 0.85;
  background: #fd9e24;
  text-transform: uppercase;
  padding: 6px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gf_step {
  color: #b11116;
  font-weight: bold;
}

.container .item {
  width: 100%;
  position: relative;
  float: left;
}
.container .item input[type="checkbox"] {
  display: none;
}
.container .item input[type="checkbox"]:checked + label {
  color: #b11116;
}
.container .item input[type="checkbox"]:checked + label:before {
  content: "-";
  color: #b11116;
}
.container .item input[type="checkbox"]:checked + label + .div_inside_toogle {
  display: block;
}
.container .item label {
  display: block;
  width: calc(100%-30px);
  position: relative;
  padding: 15px 0px 15px 30px;
  color: #7a7a7a;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Go Bold Uplow", sans-serif;
  border-bottom: 1px solid #d4d4d4;
}
.container .item label:before {
  content: "+";
  font-weight: bold;
  position: absolute;
  left: 15px;
  color: #b11116;
}
.container .item label:hover {
  color: #b11116;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.container .item label:hover:after {
  color: #fff;
}
.container .item .div_inside_toogle {
  display: none;
  border-top: none;
  padding: 15px;
  background-color: #fff;
  text-align: left;
}
.header-title {
  position: absolute;
  margin-top: -240px;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

#tour-itinerary span.itinerary-day-number {
  background: #b11116;
  color: #fff;
  font-size: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

#tour-itinerary .item {
  padding: 0px 0px 20px 0px;
}

#tour-itinerary .item:last-child {
  padding: 0px;
}

#tour-itinerary .item label {
  font-family: "Lato", sans-serif !important;
  text-transform: none;
  color: #606060;
  font-weight: bold;
  border: none;
  padding: 10px 0px;
}

#tour-inc-exc .item label {
  padding-left: 0px;
  border: none;
}
#tour-itinerary .item label:after {
    border: solid #b11116;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
}
#tour-inc-exc .item label:after {
     border: solid #b11116;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0;
}
#tour-itinerary .item input[type="checkbox"]:checked + label:after, #tour-inc-exc .item input[type="checkbox"]:checked + label:after {
    border: solid #b11116;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#tour-itinerary .item label:before,
#tour-itinerary .item input[type="checkbox"]:checked + label:before,
#tour-inc-exc .item label:before,
#tour-itinerary .item input[type="checkbox"]:checked + label:before {
  display: none;
}
img.location-tour-tr {
    max-width: 10px;
}
#tour-itinerary .item:after {
  content: "";
  background-color: #C52030;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: 40px;
  display: block;
  z-index: 1;
}

#tour-itinerary .item .div_inside_toogle {
  padding-left: 100px;
}

#tour-inc-exc .item .div_inside_toogle {
  padding: 0px;
}

/* country page */
.inside-page-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Go Bold Uplow", sans-serif;
  font-size: 55px;
}

.booking-form-footer {
    background: url(../images/h1-background-2.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 20px;
    background-size: cover;
}

.third-navigation {
    text-align: center;
    background: #F5F5F5;
}
.template-single-tour-2 {
    background: #ffffff;
}
.third-navigation ul {
  margin: 0px;
}

.third-navigation ul li {
    display: inline-block;
    /* background: #fff; */
    padding: 20px 20px;
    text-transform: ;
    font-weight: bold;
    font-family: 'Montserrat';
}

.third-navigation ul li a {
  color: #606060;
}

.third-navigation ul li.current-menu-item a {
  color: #C52030;
  text-decoration: underline;
}

.support-box {
    border-radius: 14px;
    padding: 30px;
    background: #F8F8F8;
    text-align: center;
    min-height: 250px;
    margin-bottom: 20px;
}

.support-box i.circle {
  border: 3px solid #b11116;
  border-radius: 50%;
  padding: 10px;
  color: #b11116;
}

.support-box i {
  color: #b11116;
}

.support-box h3 {
    color: #b11116;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Go Bold Uplow";
}
h3.accordion-header-tr .ez-toc-section, h3.accordion-header-tr .ez-toc-section-end {
    display: none;
}
.support-box ul {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0px;
  list-style: none;
}
#gform_wrapper_5 input[type="submit"], #gform_wrapper_4 input[type="button"] {
    background-color: #b11116 !important;
    text-transform: uppercase !important;
    padding: 8px 20px !important;
    border: 3px solid #b11116 !important;
    border-radius: 50px !important;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body {
  width: 100% !important;
}
#gform_wrapper_1 input[type="text"], #gform_wrapper_1 input[type="email"] {
    border-radius: 3px;
    border: none;
    padding-left: 10px;
    height: 44px;
    border-radius: 10px;
}input#gform_submit_button_1 {
    height: 44px;
    border-radius: 10px !important;
    width: 100%;
}
#gform_wrapper_1 {
  margin: 30px 0;
}

.site-info .grid-50 {
  display: flex;
  align-items: center;
  text-align: left;
}

.site-info .grid-50 .widget {
  margin-bottom: 0px !important;
}
.site-info .lsi-social-icons {
  display: inline !important;
}

.site-info .lsi-social-icons li {
  margin-bottom: 0px !important;
}

.site-info .icon-set-lsi_widget-2 a {
  background-color: #111111 !important;
}

.soliloquy-thumbnails-container .soliloquy-prev,
.soliloquy-thumbnails-container .soliloquy-next {
  background-color: #ff8f00 !important;
  background-size: 20px !important;
  width: 100% !important;
  height: 25px !important;
}
/* Popup box BEGIN */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 7px;
    border: 1px solid #888;
    width: 800px;
    max-width: 80%;
}
/*.map_clickable img{
    opacity: 0;
}*/
/* The Close Button */
.popupCloseButton {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popupCloseButton:hover,
.popupCloseButton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Popup box BEGIN */

.tour-box-list {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.tour-box-list .tour-price-info {
  margin-top: 5px;
  text-align: right;
}

.tour-box-list .tour-price-info a {
  color: #000;
}

.tour-box-list .box-detail {
  padding: 0px;
  font-size: 15px;
  color: #333;
}

.title {
  color: #b11116;
  font-weight: bold;
}

.tour-box-list:not(:last-child) {
  border-bottom: 7px solid #f5f5f5;
}

.tour-box-list:last-child {
  padding-bottom: 0px !important;
}

.star-rating>img {
    height: 20px;
    width: auto;
}
.facet-wrap {
  margin-bottom: 20px;
}

.facet-wrap:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.facet-wrap h3 {
  font-family: "Go Bold Uplow", sans-serif;
  color: #b11116;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.facet-wrap h3:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  bottom: 0;
  left: 0;
  background-color: #b11116;
}

.facetwp-toggle {
  color: #b11116;
}

.facetwp-checkbox.checked,
.facetwp-radio.checked {
  background-image: url(../images/check-icon.png) !important;
}

.facetwp-checkbox,
.facetwp-radio {
  background-image: url(../images/uncheck-icon.png) !important;
}

.facetwp-pager {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}

.facetwp-page.active {
  color: #000;
  border: 2px solid #b11116;
  padding: 5px 10px;
}

a.facetwp-page {
  color: #333;
  margin: 0 5px;
}

.paging-navigation {
  display: none;
}

#tour-category-intro.generate-sections-container {
  background-image: url(/wp-content/uploads/2019/06/h1-background-2.jpg);
  padding-top: 100px;
  padding-bottom: 40px;
}

.tour-category-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* single tour */

.property-slideshow {
  margin-top: 40px;
}
.tour-info-box {
    padding: 30px 25px;
    min-height: 80px;
    margin-bottom: 20px;
    BACKGROUND: #F5F5F5;
    BORDER-RADIUS: 12PX;
}
.tour-info-box .title {
  color: #000;
  text-transform: uppercase;
  display: block;
}

.heading-center {
  text-align: center;
  text-transform: uppercase;
}
p.heading-center{
    FONT-SIZE: 17PX;
}
.enquiry-link {
  text-align: right;
}

.tour-navigation {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.11);
  padding: 10px 0px;
  z-index: 10;
  background: #fff;
}

.tour-navigation ul {
  margin: 0px;
}

.tour-navigation ul li {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
}

.tour-navigation ul li.current-menu-item {
  border-bottom: 1px solid #ff8f00;
}

.tour-navigation ul li a {
  color: #000;
}

.tour-navigation ul li.current-menu-item a {
  color: #000;
}

.tour-information-link,
.tour-itinerary-link,
.price-inclusion-link,
.best-time-link {
  cursor: pointer;
}

#tour-highlight,
#tour-information,
#tour-itinerary,
#price-inclusion,
#best-time,
#acc-information {
  margin-bottom: 40px;
}

#price-inclusion h3 {
    font-family: "Go Bold Uplow", sans-serif;
    color: #b11116;
    margin: 0px;
    font-size: 30px;
    margin-bottom: 20px;
   
}
a.view-detail {
    background: #C52030;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
}
.excepts-hotel {
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}
.hotel-item {
    margin: 20px 0px;
    width: 100%;
    display: inline-block;
}
.title-rate {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
}
.post-info .title-left-tr h3, .post-info .title-left-tr h3 a {

    text-transform: none !important;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 24px;
}
.tour-map-box,
.support-image-box {
  position: relative;
  margin-bottom: 20px;
}
.hotel-list .grid-33>img {
    border-radius: 20px;
}
.map-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.post-info h3 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
p.address {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #606060;
    font-size: 14px;
    display: flex;
    align-items: center;
}
p.address img {
    margin-right: 5px;
    width: 12px;
}
.post-info {
    margin-top: 10px;
}
.best-time-container {
  
 
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
}

.best-w {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: #25b267;
}

.accordion-item-tr {
    background-color: #fff;
    margin-bottom: 15px;
}
.accordion-header-tr {
    background-color: #F8F8F8;
    color: #606060;
    padding: 17px 20px;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
}
.accordion-content-tr {
  display: none;
  padding: 10px;
}

.accordion-item-tr.active .accordion-content-tr {
  display: block;
}

.arrow-icon {
  border: solid #606060;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-up {
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.good-w {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: #f4cd78;
}
.hotel-box {
    display: inline-block;
}
.ave-w {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: #a5b3c1;
}
.month-container {
    background: #f2f2f2;
    padding: 40px;
    border-radius: 20px;
}
.month-container,
.weather-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.weather-box {
  padding: 20px 30px;
}

.weather-box span {
  vertical-align: middle;
}

.month-box {
  padding: 20px 30px;
  font-family: "Go Bold Uplow", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.good-m {
  color: #f4cd78;
}

.ave-m {
  color: #a5b3c1;
}

.best-m {
  color: #25b267;
}

.tour-exc ul li,
.tour-inc ul li {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  list-style: none;
}

.tour-exc ul,
.tour-inc ul {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
}
.tour-exc ul li, .tour-inc ul li {
    padding-left: 0PX;
}

.tour-exc ul li:nth-child(0):before {
  float: left;
  margin-left: -20px;
  padding: 0px;
  content: url(../images/icon_minus.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.tour-inc ul li:nth-child(0):before {
  float: left;
  margin-left: -20px;
  padding: 0px;
  content: url(../images/icon_plus.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.tour-inc ul li:nth-child(n + 1):before {
  content: "✔";
  color: #990011;
  padding: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tour-exc ul li:nth-child(n + 1):before {
  content: "✘";
  color: #757575;
  padding: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

#related_section {
  padding: 40px 0px;
}

#related_acc_section {
  background: #fafafa;
  padding: 40px 0px 80px 0px;
}

#related_review_section {
  padding-bottom: 80px;
}

.review-box-detail {
  color: #7a7a7a;
  padding: 20px;
  font-size: 16px;
}

.dest-related-tours {
  padding: 40px 0px;
  margin: 0px !important;
}

.related-des {
  background: #fafafa;
  padding: 40px 0px 80px 0px;
  margin: 0px !important;
}

.related-promotion {
  background: #ffff;
  padding: 40px 0px 80px 0px;
  margin: 0px !important;
}

.planning-form {
  padding: 40px 0px;
  margin: 0px !important;
}

.tour-listing {
  padding: 40px 0px 0px 0px;
  margin: 0px !important;
}

img.carousel-image {
  width: 100px;
  height: 100px;
  border: solid #fff 3px;
  border-radius: 50%;
}

.swiper-slide {
  display: block !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #b11116 !important;
}

.test-carousel h4 {
  font-family: "Go Bold Uplow", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-style: italic;
  margin: 0px;
}

.test-carousel span.author-nationality {
  font-family: "Lato", sans-serif;
  color: #b11116;
  font-style: italic;
}

.test-carousel .test-content p a {
  font-family: "Lato", sans-serif;
  color: #333;
  font-style: italic;
}

.test-content {
  padding: 40px;
}

.testimonials_tours {
  padding-bottom: 80px;
  padding-top: 40px;
  background-image: url(../images/h1-background-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
  background: #b11116 !important;
}

/*.inside-footer-widgets .menu li a:before{
   display: block;
   content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJwdCIgaGVpZ2h0PSIxMnB0IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOiM4OTg5ODk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDExLjM3ODkwNiA1LjMwNDY4OCBMIDYuMzY3MTg4IDAuMjkyOTY5IEMgNi4xNzE4NzUgMC4wOTc2NTYyIDUuOTM3NSAwIDUuNjY3OTY5IDAgQyA1LjM5ODQzOCAwIDUuMTY3OTY5IDAuMDk3NjU2MiA0Ljk3MjY1NiAwLjI5Mjk2OSBMIDQuMzk0NTMxIDAuODcxMDk0IEMgNC4xOTkyMTkgMS4wNTQ2ODggNC4xMDU0NjkgMS4yODUxNTYgNC4xMDU0NjkgMS41NjI1IEMgNC4xMDU0NjkgMS44Mzk4NDQgNC4xOTkyMTkgMi4wNzAzMTIgNC4zOTQ1MzEgMi4yNTM5MDYgTCA2LjY1MjM0NCA0LjUxOTUzMSBMIDEuMjMwNDY5IDQuNTE5NTMxIEMgMC45NjQ4NDQgNC41MTk1MzEgMC43NDYwOTQgNC42MTcxODggMC41ODIwMzEgNC44MDg1OTQgQyAwLjQxNDA2MiA1IDAuMzMyMDMxIDUuMjM0Mzc1IDAuMzMyMDMxIDUuNTAzOTA2IEwgMC4zMzIwMzEgNi40OTIxODggQyAwLjMzMjAzMSA2Ljc2MTcxOSAwLjQxNDA2MiA2Ljk5NjA5NCAwLjU4MjAzMSA3LjE4NzUgQyAwLjc0NjA5NCA3LjM3ODkwNiAwLjk2NDg0NCA3LjQ3NjU2MiAxLjIzMDQ2OSA3LjQ3NjU2MiBMIDYuNjUyMzQ0IDcuNDc2NTYyIEwgNC4zOTQ1MzEgOS43MzA0NjkgQyA0LjE5OTIxOSA5LjkyNTc4MSA0LjEwMTU2MiAxMC4xNjAxNTYgNC4xMDE1NjIgMTAuNDMzNTk0IEMgNC4xMDE1NjIgMTAuNzAzMTI1IDQuMTk5MjE5IDEwLjkzNzUgNC4zOTQ1MzEgMTEuMTMyODEyIEwgNC45NzI2NTYgMTEuNzEwOTM4IEMgNS4xNzE4NzUgMTEuODk4NDM4IDUuNDA2MjUgMTEuOTk2MDk0IDUuNjY3OTY5IDExLjk5NjA5NCBDIDUuOTMzNTk0IDExLjk5NjA5NCA2LjE2Nzk2OSAxMS44OTg0MzggNi4zNjcxODggMTEuNzEwOTM4IEwgMTEuMzc4OTA2IDYuNjk5MjE5IEMgMTEuNTcwMzEyIDYuNTA3ODEyIDExLjY2NDA2MiA2LjI3MzQzOCAxMS42NjQwNjIgNS45OTYwOTQgQyAxMS42NjQwNjIgNS43MTQ4NDQgMTEuNTcwMzEyIDUuNDg0Mzc1IDExLjM3ODkwNiA1LjMwNDY4OCBaIE0gMTEuMzc4OTA2IDUuMzA0Njg4ICIvPjwvZz48L3N2Zz4=);
   background-size: 12px 12px;
   height: 12px;
   width: 12px;
float:left;
margin-right:10px;
	margin-top: 3px;
}

.inside-footer-widgets .menu li a:hover:before {
   content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJwdCIgaGVpZ2h0PSIxMnB0IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDojZmY4ZjAwO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMS4zNzg5MDYgNS4zMDQ2ODggTCA2LjM2NzE4OCAwLjI5Mjk2OSBDIDYuMTcxODc1IDAuMDk3NjU2MiA1LjkzNzUgMCA1LjY2Nzk2OSAwIEMgNS4zOTg0MzggMCA1LjE2Nzk2OSAwLjA5NzY1NjIgNC45NzI2NTYgMC4yOTI5NjkgTCA0LjM5NDUzMSAwLjg3MTA5NCBDIDQuMTk5MjE5IDEuMDU0Njg4IDQuMTA1NDY5IDEuMjg1MTU2IDQuMTA1NDY5IDEuNTYyNSBDIDQuMTA1NDY5IDEuODM5ODQ0IDQuMTk5MjE5IDIuMDcwMzEyIDQuMzk0NTMxIDIuMjUzOTA2IEwgNi42NTIzNDQgNC41MTk1MzEgTCAxLjIzMDQ2OSA0LjUxOTUzMSBDIDAuOTY0ODQ0IDQuNTE5NTMxIDAuNzQ2MDk0IDQuNjE3MTg4IDAuNTgyMDMxIDQuODA4NTk0IEMgMC40MTQwNjIgNSAwLjMzMjAzMSA1LjIzNDM3NSAwLjMzMjAzMSA1LjUwMzkwNiBMIDAuMzMyMDMxIDYuNDkyMTg4IEMgMC4zMzIwMzEgNi43NjE3MTkgMC40MTQwNjIgNi45OTYwOTQgMC41ODIwMzEgNy4xODc1IEMgMC43NDYwOTQgNy4zNzg5MDYgMC45NjQ4NDQgNy40NzY1NjIgMS4yMzA0NjkgNy40NzY1NjIgTCA2LjY1MjM0NCA3LjQ3NjU2MiBMIDQuMzk0NTMxIDkuNzMwNDY5IEMgNC4xOTkyMTkgOS45MjU3ODEgNC4xMDE1NjIgMTAuMTYwMTU2IDQuMTAxNTYyIDEwLjQzMzU5NCBDIDQuMTAxNTYyIDEwLjcwMzEyNSA0LjE5OTIxOSAxMC45Mzc1IDQuMzk0NTMxIDExLjEzMjgxMiBMIDQuOTcyNjU2IDExLjcxMDkzOCBDIDUuMTcxODc1IDExLjg5ODQzOCA1LjQwNjI1IDExLjk5NjA5NCA1LjY2Nzk2OSAxMS45OTYwOTQgQyA1LjkzMzU5NCAxMS45OTYwOTQgNi4xNjc5NjkgMTEuODk4NDM4IDYuMzY3MTg4IDExLjcxMDkzOCBMIDExLjM3ODkwNiA2LjY5OTIxOSBDIDExLjU3MDMxMiA2LjUwNzgxMiAxMS42NjQwNjIgNi4yNzM0MzggMTEuNjY0MDYyIDUuOTk2MDk0IEMgMTEuNjY0MDYyIDUuNzE0ODQ0IDExLjU3MDMxMiA1LjQ4NDM3NSAxMS4zNzg5MDYgNS4zMDQ2ODggWiBNIDExLjM3ODkwNiA1LjMwNDY4OCAiLz4KPC9nPgo8L3N2Zz4K);
}*/
/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ff8f00;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #eee;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  color: #333;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ff8f00;
  color: #fff;
}
.backtotop-tr {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #990011;
    border: 1px solid #990011;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

.backtotop-tr .gp-icon {
    display: block;
    width: 20px;
    height: 20px;
}

/* Optional: Style the icon or adjust its size */
.icon-arrow-up svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}a.generate-back-to-top {
    display: none !important;
}
p.excepts-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tour-row-lisy .box-detail {
    padding: 0px;
}
.tour-row-lisy .box-detail p.list-tour-meta strong {
    color: #b11116;
}
.tour-row-lisy .box-detail p.list-tour-meta {
    margin-bottom: 10px;
}
.tour-row-lisy {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 6px solid #f2f2f2;
}
.tour-row-lisy span.tour-price {
    float: left;
    margin-top: 11px;
    text-transform: uppercase;
    margin-left: 11px;
    color: #b11116;
    font-size: 14px;
    font-weight: 600;width: 100%;
}
span.tour-price.hide-pc {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 12px;
}
.tour-row-lisy .box-detail{
    margin-top: 20px;
}
div#custom-popup h5 {
    font-size: 20px;
    font-weight: bold;
}
.lp-template-default ul.meta-post-tr {
    display: none;
}
.lp-template-default .avt-single {
    display: none;
}
.review-item-abso {
    display: grid;
    align-items: center;
    text-align: left;
    gap: 20px;
    grid-template-columns: 250px auto;
}.content_rv_abso h6 {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #b11116;
    font-weight: bold;
    gap: 5px;
    font-style: italic;
    margin-bottom: 6px;
}.content_rv_abso h6 img {
    max-width: 23px;
}
.content_rv_abso h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .page-id-18832 .page-hero, .page-id-18777 .page-hero{
    display: none;
}
.page-id-18832  div#page, .page-id-18777 div#page{
    margin-top: 10rem;
}
.page-id-18832  .header-wrap, .page-id-18777 .header-wrap {
   top: 0;
    background: #901;
}
.page-id-18832  .header-wrap .inside-header, .page-id-18777 .header-wrap .inside-header{
    padding: 12px 40px;
}
.newsletter-box .grid-15 {
    width: 30%;
    float: left;
}
.gform_footer.top_label {
    width: 150px !important;
}
form#gform_1 {
    display: flex;
}
.newsletter-box  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: calc(100% - 160px) !important;    display: block;
}
.newsletter-box .grid-85 {
    width: 70%;
    float: left;
}
.newsletter-box {
    text-align: center;
}
  .tab button {
    padding: 14px 16px;
    text-transform: uppercase;
  }
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0px;
  border-top: none;
  float: left;
  width: calc(100% - 26px) !important;
}
.tabcontent_destination {
  width: calc(100%) !important;
}

.value-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.value-section .grid-20 {
  background: #ffffff;
  color: #333;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  width: 19%;
}
.contact-right {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px; text-align: center;padding-bottom: 0px;
}
.contact-right>p {
    font-size: 14px;
    font-style: italic;
}
.avt-tr {
    max-width: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.contact-list-text img {
    width: 46px;
    height: 45px;
    margin-right: 14px;
}
.contact-list-text {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
}
.bottom-contact-tr h3 {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    }
    .item-start-tr span {
    width: 13px;
    height: 13px;
    background: #27b7ce;
    margin: 2px;
    border-radius: 50%;
}
.item-start-tr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-start-tr>p {
    font-weight: bold;
}
.contact-info-tr p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}
.avt-single>img {
    border-radius: 50%;
    background: #ccc;
    border: 1px solid #ccc;
}.avt-single p img {
    max-width: 16px;
    margin-right: 8px;
}
ul.meta-post-tr {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    column-gap: 30px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}
.entry-content img {
    margin: 0 auto;
    display: block;
}
.suport-tr img {
    border-radius: 50%;
    max-width: 100%;
    width: 115px;
    border: 1px solid #b11116;
    /* display: block; */
}
.content-left-suport p {
    
    font-style: italic;
    font-weight: 500;
    color: #606060;
}
div#gform_wrapper_5 input {
    border-radius: 20px;
    padding: 13px;  border: 1px solid #e1e1e1;
}
div#gform_wrapper_5 .gform_footer.top_label {
    width: 100% !important;
    text-align: center;
}

div#gform_wrapper_5 select {
    border-radius: 20px;
    padding: 13px;  border: 1px solid #e1e1e1;
    height: 53px;
}
div#gform_wrapper_5 textarea {
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    padding: 13px;
}.suport-tr {
    text-align: center;
}
.suport-tr h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    color: #606060;
}
ul.meta-post-tr img {
    height: 15px;
    width: auto;
    margin-right: 6px;
}

.avt-single {
    text-align: center;
}
.avt-single p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #606060;
}
.contact-right h4 {
    color: #b11116;
    font-weight: bold;
    font-style: italic;margin-bottom: 0px;
   
}
.another-field {
    margin-bottom: 20px;
}
.contact-info-tr a {
    color: #000;
}
.value-box h4 {
  color: #b11116;
  text-transform: uppercase;
  font-weight: bold;
}

.value-box img {
  width: 100px;
}

h3.team-heading {
  font-family: "Go Bold Uplow", sans-serif;
  color: #ff8f00;
  text-transform: uppercase;
  position: relative;
}

.team-name {
  font-weight: bold;
}
.team-role {
  font-size: 15px;
  position: relative;
}

.team-role:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #000;
  width: 20px;
}

.international-team {
  display: flex;
  justify-content: center;
}

.mission-section {
  display: flex;
  justify-content: space-evenly;
}

.mission-box {
  width: 35%;
  background-color: #f8f8f8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 40px 40px 40px;
  text-align: center;
}

.association {
  text-align: center;
  padding-bottom: 80px;
}
img.association-img {
  max-width: 200px;
}

/* Places to Visit */
.dest-image {
  width: 100%;
}

.dest-image img {
  box-shadow: 0px 8px 14px 3px #ddd;
  border: 5px solid #fff;
}

.dest-info {
  width: 100%;
}

.dest-info h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}

.dest-info h4 a {
  color: #000;
}

.dest-info p {
  font-size: 15px;
}

h2.country-tab-heading {
  font-weight: bold;
  font-size: 40px;
  color: #d6d6d6;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 10px solid #f2f2f2;
  padding-bottom: 30px;
}

/* booking page */

.booking-page-header .grid-container {
  max-width: 800px;
  padding: 10px 0px;
}

.booking-page-header .book-page-logo {
  text-align: left;
}

.booking-page-header .book-page-title {
  text-align: right;
}

/* testimonial page */

.test-section {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}

.test-box {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  font-size: 16px;
}

.test-detail-box {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  font-size: 16px;
}

.review-content {
  border-top: solid 2px #efefef;
  padding-top: 15px;
}

.quote-badge {
  position: absolute;
  right: 20px;
  top: -15px;
}

.review-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-author h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: bold;
}

.review-author h4 a {
  color: #000;
}

.review-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #b11116;
}
.support_box img {
    max-width: 120px;
    margin: 0 auto;
    display: bottom: 11px;
    border-radius: 50%;
    border: 1px solid #b11116;
    display: none;
}
a.map_clickable span {
    position: absolute;
    width: 100px;
    font-size: 12px;
    color: #575757;
    font-weight: 600;
}a.map_clickable span img {
    max-width: 15px;
}
img.capital {
    position: relative;
    top: 14px;
    left: -15px;
    max-width: 13px !important;
}
.get-inspired {
    margin-top: 70px;
}

.content-hotel-tr {
  margin-top: 30px;
}


@media (min-width: 768px) {
  .star-hotel {
    text-align: right;
  }
}

.star-hotel img {
    max-height: 30px;
    width: auto;
}
.title-hotel-tr h2 {
    margin: 0;
    margin-right: 15px;
}
.address-hotel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;margin: 10px 0px;
}
.list-se h4:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c52030;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.list-se h4 {
    color: #c52030;
    font-weight: bold;
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}
.list-se ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-se ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0px;
    font-size: 14px;
}
.address-hotel img{
    height: 22px;
    width: auto;
}
.address-hotel p {
    margin: 0;
    margin-left: 10px;
    color: #5f5f5f;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}
.tour-box-list.hotel-list-tr .grid-55.tablet-grid-50 {
    padding-right: 0px;
}
.tour-box-list.hotel-list-tr .box-info img {
    max-height: 270px;
}
.tour-box-list.hotel-list-tr>.grid-100 {
    border-top: 1px solid #cccc;
    font-size: 16px;
    padding: 0px 30px;
    padding-top: 10px;    display: inline-block;
}
.tour-box-list.hotel-list-tr .box-detail {
    margin-top: 30px;
}
.tour-box-list.hotel-list-tr .box-detail>.grid-100 {
    margin-bottom: 8px;
}
.tour-box-list {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 30px;
}.single-sale div#page {
    width: 100%;
    max-width: inherit;
}
.testi-sate .swiper-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sale-tes-right__title {
  color: #901;
}
.sale-tes-right p {
    font-size: 14px;
    text-align: left;
}.sale-tes-right h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}.vd_our_team_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vd_our_team_review  img {
    width: 40%;
    margin: 0;
}
.vd_our_team_review .sale-tes-right {
    width: calc(60% - 40px);
    text-align: left;
}.desc-sale {
    /* white-space: pre-wrap; */
    margin-bottom: 20px;
    padding: 0 30px;
    background: url('/wp-content/themes/generatepress_child/images/quote-1.webp') no-repeat left top, url('/wp-content/themes/generatepress_child/images/quote-2.webp') no-repeat right bottom;
    text-align: justify;
}
.sale-tes-right h3 {
    font-weight: 600;
}
.content-sale h3 {
    color: #a52a2a;
    font-weight: 500;
    font-size: 18px;
}
.content-sale {
    font-size: 15px;
}
.testi-sate {
    background: #f1ecd9;
    padding: 70px 0px;
}
.LeftWidget {
    background: #f1ecd9;
    margin-top: 30px;
    padding: 30px 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 2px 5px 0 rgba(0, 0, 0, .19);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
a.cm-btn {
    line-height: 30px;
    padding: 2px 20px;
    background: #990011;
    border: 1px solid #990011 !important;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.fs18 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wImage img {
    max-width: 266px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.LeftWidget .box {
    display: flex;
    justify-content: space-around;
    margin-top: 13px;
}
.LeftWidget .box .icons {
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    align-items: center;
}
.LeftWidget .box  .icons {
    color: #000;
    font-weight: 500;
}
.st-list-item-gallery {
    display: grid;
    column-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.gallery-sale {
    text-align: center;
    padding: 40px 0px;
}
.LeftWidget .d5 {
    color: #990011;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bold;
}
.video-reivew-abso, .reivew-abso {
    padding: 60px 0px;
}
.avt-review img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
.reivew-abso .swiper-horizontal {
    position: relative;
    width: 100%;
    overflow: hidden;
}.reivew-abso h2.heading-center.title-black-red {
    margin-bottom: 30px;
}
.review-item-abso>h3 {
    font-size: 20px;
    color: #901;
    font-weight: 500;
}
/* responsive mobile */

@media (max-width: 768px) {
    .title-div {
        flex-wrap: wrap;
    }
    .review-item-abso {
   
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
}
.content_rv_abso {
    text-align: left;
}
    .vd_our_team_review {
    display: block;
   
    text-align: center;
}
.st-list-item-gallery {
    grid-template-columns: repeat(2, 1fr);
}
.vd_our_team_review img, .vd_our_team_review .sale-tes-right {
    width: 100%;
}
.list-par {
    margin-top: 40px;
}
a.list-par-item {
    padding: 14px 5px;
}
    .tour-box-list.hotel-list-tr .box-detail {
    margin-bottom: 30px;
}
    .popup-filter div#filter-tour-container {
    background-color: #ffffff;
    width: 800px;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    max-width: 300px;
    height: 500px;
    overflow: scroll;
    padding: 31px !important;
}
    .international-team .grid-25 {
    margin-bottom: 20px;
}

.team-section .generate-sections-inside-container>:last-child {
   
    display: block;
}.team-section .grid-25 {
    margin-bottom: 20px;
}.team-section img {
    width: 100%;
}
h2.heading-center img {
    width: 50px;
}
    .value-section .grid-20 {
    width: 49%;
}
.backtotop-tr {
    bottom: 110px;
    right: 10px;
   
}
.value-box img {
    width: 50px;
}
.value-section .grid-20 {
    width: 49%;
    padding: 20px 10px;
}
.mission-box {
    width: 100%;
    margin-bottom: 14px;
  
}
.value-box h4 {
  
    font-size: 12px;
}
.value-box p {
    font-size: 12px;
}
    .support_box img{
        display: block;
    }
    body, button, input, select, textarea{
        font-size: 14px;
    }
    .box-detail h4{
        font-size: 14px;
    }
    .cta-info{
        font-size: 16px;
    }
    .heading-center {
    text-align: center;
    FONT-SIZE: 24PX;
}
.accordion-header-tr {
   
    padding: 14px 18px;
   
    font-size: 14px;
}
a.readmore-tr{
    font-size: 12px;
}
.post-box h4 {
    min-height: 44px;
}
.popup-content h3 {
    font-size: 16px !important;
}
.popup-content{
    padding: 18px 10px;
}
.inside-page-hero h1{
    font-size: 36px;
}
.tour-navigation ul {
    margin: 0px;
    display: inline-block;
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

  .search-bar {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    background: #fafafa;
    margin-top: 30px;    display: none;
  }
  .country-item img {
  
    object-fit: cover;
}
 .soliloquy-container  a.button.orange.medium.radius {
    padding: 10px !important;
    font-size: 12px;
}
.fs-label-wrap .fs-label {
    padding: 9px 8px 8px 35px !important;font-size: 14px;
}
.fs-label-wrap {
    height: 36px;
   
}
button.facetwp-flyout-open.button.red.small {
    display: none;
}
button#filter-tour-button{
    position: relative !important;
    left: 20px !important;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* z-index: 9999; */
    width: calc(100% - 40px) !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
}
.search-bar .fwp-submit {
    background: #C52030;
    border-radius: 5px;
    border: solid 2px #C52030;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 9px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.search-bar label {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 6px;
    position: relative;
    margin-top: 15px;
}
.search-bar .grid-container{
    padding: 15px;
}
.search-country .fs-label:before, .search-style .fs-label:before, .search-duration .fs-label:before{
    top: 9px;
}
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}
  .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    bottom: 30% !important;
  }


  .generate-sections-inside-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

/*   h2.title-black-red,
h2 {
    font-size: 32px;
} */

  .trust-pilot,
  .cert-image,
  .top-header,
  .footer-widget-2,
  .footer-widget-3,
  .payment-method,
  .site-info .widget_lsi_widget,
  .divider-mark {
    display: none !important;
  }

  .country-item {
    max-height: 200px;
  }
  .country-item.vietnam {
    max-height: unset;
  }

  .footer-widgets {
    padding-top: 20px;
  }

  .copyright-bar .grid-50 {
    padding: 0px;
  }

  .booking-form-footer {
    padding-bottom: 20px;
  }

  .tour-box-list .tour-price-info {
    text-align: left;
  }

  .third-navigation ul li {
    padding: 10px;
  }

  .third-navigation {
    margin: 0px;
  }

  #tour-category-intro.generate-sections-container {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .soliloquy-container {
    padding: 0px !important;
  }

  span.itinerary-day-number {
    float: left;
    margin-right: 10px;
  }
  #tour-itinerary .item label::after {
    display: none;
  }

  .best-time-container {
    padding: 10px;
  }

  .weather-box {
    padding: 5px;
  }

  .month-box {
    padding: 2px;
    flex: 1 0 15%;
  }

  .tour-navigation,
  .enquiry-link {
    text-align: center;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .support_box,
  .brochure_box {
    background-image: none !important;
    padding: 20px;
    margin-bottom: 20px;
  }
.tour-navigation ul li{
    font-size: 14px;
    padding: 7px 0px;
}
  .dest-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}

.soliloquy-thumbnails-outer-container {
  z-index: 0 !important;
  min-height: 600px;
}
.pd-top-130{
    padding-top: 70px;
}
.popup-filter div#filter-tour-container {
    background-color: #ffffff;
    width: 800px;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    max-width: 100%;
    height: 500px;
    overflow: scroll;
}
.popup-filter {
    z-index: 9999;
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
}button#filter-tour-button {
    background: #901;
}
@media (max-width: 767px) {
   .newsletter-box .gform_wrapper form.gf_simple_horizontal div.gform_body{
        max-width: inherit;
    }
.newsletter-box {
    text-align: center;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    width: calc(100% - 40px);
    margin-left: 20px;
}
  .soliloquy-thumbnails-outer-container {
    min-height: 300px;
  }
  .generate-sections-inside-container>:last-child {
    margin-bottom: 0;
    display: flex;justify-content: center;
    flex-wrap: wrap;
}

.usps .grid-25:nth-child(4) {
    order: 7;
    margin-top: 25px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.usps .grid-25:last-child {
  order: 8;
}
.usps .grid-25, .usps .grid-33 {
    align-items: center;
    text-align: left;
    width: 100%;
}

}

.number-day, span.tour-price{
    font-weight: 700;
}

@media (max-width: 480px) {
    .popup-content{
        padding: 20px 10px;
    }
    .value-section .grid-20 {
    width: 100%;
    padding: 20px 10px;
}
    p.heading-center {
    FONT-SIZE: 14PX;
}
    .number-day, span.tour-price{
        font-size: 12px;
    }
    span.view-tr {
  
    font-size: 10px;
 
    margin-top: 4px;
    font-weight: 500;
}
a.generate-back-to-top.generate-back-to-top__show {
    z-index: 999999;
    bottom: 100px;
    right: 22px;
}
.list-shortcut-mobile.show-mobile-alo {
    display: none;
}
  .soliloquy-thumbnails-outer-container {
    min-height: 200px;
  }
  #soliloquy-thumbnails-container-image_tour {
    display: none !important;
  }
}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
  color: #b11116;
}

.sidebar .widget .widget-title {
  color: #b11116;
  text-transform: uppercase;
}

.search-blog {
  text-align: center;
}

.search-blog input[type="search"] {
  color: #666666;
  background-color: #eceeef;
  border: none !important;
  border-radius: 20px 0px 0px 20px;
}

.search-blog input[type="submit"] {
  background-color: #ff8f00;
  border-radius: 0px 20px 20px 0px;
  margin-left: -5px;
}

.gform_wrapper select {
  height: 37px;
}

.gform_wrapper input {
  border-radius: 5px;
}
.morelink {
  cursor: pointer;
}

.grid-remove-outer-padding > div:first-child {
  padding-left: 0;
}

.grid-remove-outer-padding > div:last-child {
  padding-right: 0;
}
.review-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}.review-div p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.review-div p:last-child
{
    grid-column: span 2;
}
.review-div p img{
    margin: 0;
}
@media (max-width: 1024px) {
    .separate-containers .inside-article {
     padding: 15PX; 
}
.entry-content{
    font-size: 14PX;
}
    .tour-map-box>img {
    width: 100%;
}
div#soliloquy-container-image_tour {
    PADDING-RIGHT: 0PX ! IMPORTANT;
}
.support_box {
    margin-bottom: 20px;text-align: center;
}div#soliloquy-thumbnails-container-image_tour {
    DISPLAY: NONE !important;
}
  .grid-remove-outer-padding > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-show-posts-entry-header {
  float: right;
  width: 70%;
}

.wp-show-posts-image.wpsp-image-left {
  float: left;
  margin-right: 10px;
  width: 25%;
}

.intro-box {
  border: 2px solid #000;
  padding: 70px 120px 70px 70px;
  box-sizing: border-box;
  position: relative;
  width: 700px;
}

.intro-box .button {
  background: #b11116 !important;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  text-transform: uppercase;
  font-size: 20px;
}

.intro-image-area {
  position: relative;
}

img.image-intro-1 {
  position: absolute;
  max-width: 350px;
  right: -300px;
  top: -80px;
}

img.image-intro-2 {
  position: absolute;
  max-width: 500px;
  right: -450px;
  bottom: -160px;
}

.month-list {
  color: #000;
  font-weight: bold;
}

.cc-list {
  color: #f4cd78;
  font-weight: bold;
}

.mm-list {
  color: #248fb5;
  font-weight: bold;
}

.temper-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.temper-box {
  width: 10%;
}

.support_box {
  background: url(../images/sup_bg.jpg) no-repeat right;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-position: right top;
  background-color: #ebebeb;
}

.brochure_box {
  background: url(../images/brochure_download_bg.jpg) no-repeat right;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-position: right top;
  background-color: #ebebeb;
}

.support_box h3,
.brochure_box h3 {
  color: #b11116;
  text-transform: uppercase;
  font-family: "Go Bold Uplow", sans-serif;
}

.support_box a .cta-info {
  display: flex;
  gap: 5px;
}

.cta-info {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.cta-info span {
  color: #b11116;
}

body.single-lp h1 {
  color: #b11116 !important;
  line-height: 60px;
}


body.single-lp .heading-center,
body.single-lp h2:not(.accordion-header-tr) {
  font-size: 32px;
  text-transform: uppercase;
}

body.author .separate-containers .site-main {
  margin-top: 80px !important;
}

body.tax-faq_category .search-bar {
  display: none;
}

body.tax-faq_category .inside-article {
  padding-bottom: 20px !important;
}


.faq-category-list {
  float: left;
  width: 20%;
  margin: 60px 0px 80px 0px;
  background: #f4f4f4;
  padding: 20px;
}

.faq-category-list h3 {
  font-family: "Go Bold Uplow";
  color: #b11116;
}

.faq-category-list ul {
  margin: 0px;
  list-style-type: none;
}

body.single-faq #primary,
body.tax-faq_category #primary {
  float: right;
  width: 75%;
  margin: 0px !important;
  clear: none;
}

body.single-faq .entry-content {
  margin: 0px;
}

div#TA_cdsratingsonlynarrow390 {
  margin-bottom: 20px;
}

.cdsROW.narrow {
  width: 200px !important;
}
  .bottom-contact-tr .cdsROW.narrow.border {
    margin: 0 auto;
    border: none;
}span.btn-close-tr {
    position: absolute;
    top: -13px;
    right: -3px;
    font-size: 28px;
    background: #ffa629;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    WIDTH: 20PX;
}
.popup-mobile.hide-pc.hide-tr {
    DISPLAY: NONE;
}
body.search-results .site-content {
  padding-bottom: 60px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0px !important;
}

.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 14px !important;
  font-style: italic;
}

.italic-style {
  font-style: italic;
}

.footer-widgets ul li {
  background: url(../images/arrow_footer.svg) no-repeat 0 0;
  padding-left: 20px;
}
.footer-widgets ul li a {
  display: block;
  height: 21px;
  line-height: 16px;
}

.box_social_top {
  margin: auto;
}
.box_social_top li {
  margin: 0;
  padding: 0 !important;
  margin-right: 6px;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.box_social_top a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 0;
  transition: opacity 0.2s ease;
}
.box_social_top a:hover {
  opacity: 0.8;
}

/* social in single post */

.social_share {
  margin-left: auto;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
}
.social_share a {
  background: #fff;
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin-left: 10px;
  align-self: center;
  justify-content: center;
  text-align: center;
  padding: 4px 2px 2px 2px;
}
.social_share a svg {
  align-self: center;
}
.social_share .ic {
  width: 16px;
  height: 16px;
  fill: #757575;
  display: inline-block;
  vertical-align: middle;
}
.social_share a .ic-facebook {
  fill: #3b5999;
}
.social_share a .ic-twitter {
  fill: #55acee;
}
.social_share a .ic-email {
  fill: #076db6;
}
.social_share a .ic-link {
  fill: #076db6;
}
.social_share .txt {
  line-height: 32px;
}
.form-ldp .grid-container {
    background: #ede9dd;
    border: 20px solid #f7f7f2;
    max-width: 1000px;
}.section-ldp-tr {
	text-align:center;
}
.section-ldp-tr a {
    color: #fff;
    background: #f00;
    padding: 16px 50px;
    display: inline-block;
    border-radius: 10px;
}
.section-ldp-tr h2 {
    color: #000;
    line-height: 1.3;
    font-size: 40px;
    font-family: inherit;
    font-weight: bold;
}
.three-box-ldp h3 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.team-ldp h2 {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.team-ldp h2 strong {
    color: #e9630c;
}
element.style {
}
.team-tr img {
    width: 160px;
    border-radius: 50%;
}.team-tr {
    text-align: center;
	margin-bottom:30px;
}.team-tr p:empty {
    display: none;
}.team-tr h4 {
    margin-bottom: 10px;
}
.popup-content h3 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}.popup-content p {
    margin-bottom: 10px;
}.right-popup-tr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    z-index: 0;
}
.right-popup-tr * {
    position: relative;
}
.right-popup-tr {
    background-size: cover;
    position: relative;
    padding: 100px 30px;
    color: #fff;
}
.popup-btn-stick {
    position: fixed;
    bottom: 20px;
    right: 100px;
}.launcher-button-tr svg {
    font-size: 30px !important;
    width: 46px;
    position: absolute;
    left: 9px;
    top: 0;
}
.popup-mobile {
    position: fixed;
    bottom: 20px;
    width: 90%;
    left: 2%;
    background: #ffa629;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0px;
}
.popup-mobile img {
    max-width: 50px;
    float: left;
    margin: 0px 10px;
}
.hide-pc {
    display: none;
}
/* clear in device */
@media (max-width: 767px) {
    .test-section {
    column-count: 1;
    margin: 0;
}
.temper-box {
    width: 33%;
}
.intro-box {
    max-width: 100%;
    padding: 15px;
}
img.image-intro-2 {
    position: unset;
    max-width: 100%;
    right: 0;
    bottom: 0;
    margin-bottom: 100px;
}
.intro-box .button {
    position: absolute;
    bottom: 40px;
    /* width: 100%; */
    /* padding: 0px !important; */
    width: 200px !important;
    font-size: 14px;
    left: calc(50% - 126px);
    text-align: center;
}
img.image-intro-1 {
    position: unset;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.faq-category-list {
    /* float: left; */
    width: calc(100% - 40px);
    margin: 60px 0px 22px 0px;
    background: #f4f4f4;
    padding: 20px;
    margin-top: 0px;
    display: inline-block;
}.faq-category-list {
    /* float: left; */
    width: calc(100% - 40px);
    margin: 60px 0px 22px 0px;
    background: #f4f4f4;
    padding: 20px;
    margin-top: 0px;
    display: inline-block;
}body.single-faq #primary, body.tax-faq_category #primary {
    float: right;
    width: 100%;
    margin: 0px !important;
    clear: none;
}
.page-id-98 .facetwp-template {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}.faq-box {
    background: #ffffff;
    color: #7a7a7a;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    padding: 25px 15px;
    text-align: center;
    min-height: 200px;
}.faq-box h4 {
    font-weight: bold;
}
div#generate-section-1 .clear_tablet {
    display: none;
}
.facetwp-pager {
    grid-column: span 2;
}

div#generate-section-1 .clear_desktop {
    display: none;
}
    .inside-page-hero h1 {
   
    font-size: 35px;
}

  .clear_mobile {
    clear: both;
    content: "";
  }
  .popup-mobile.hide-pc P {
        FONT-SIZE: 12PX;
        TEXT-ALIGN: LEFT;
    }

  .hide-pc {
    display: block;
}
  .three-box-ldp h3{
      font-size:24px;
  }
  .section-ldp-tr h2, .team-ldp h2{
      font-size:28px;
  }
  .tab, .accordion-header, .accordion-content{
      font-size:14px;
  }
  .hide-mb {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clear_tablet {
    clear: both;
    content: "";
  }
}
@media (min-width: 1025px) {
  .clear_desktop {
    clear: both;
    content: "";
  }
}
.copyright-bar span.divider-mark {
    display: none;
}
a.hotel-list-tr {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    background: #f1f1f1cc;
    border-radius: 10px;
    margin: 0px 5px;
}
a.hotel-list-tr:hover {
    color: #fff;
    background: #901;
}.copyright-bar {
    color: #fff;
}
.page-hero.page-hero-fix p {
    font-family: 'alabama';
    font-size: 60px;
}
.title-offer h3 {
    color: var(--b-11116, #B11116);
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
}
.page-template-page-offer .page-hero, .page-template-page-mice .page-hero  {
    display: none !important;
}.page-template-page-offer .page-hero.page-hero-fix, .page-template-page-mice .page-hero.page-hero-fix  {
    display: block !important;
}.title-offer {
    text-align: center;
}
//css page offers
.page-template-page-offer {
    background: #ffff;
}
.title-offer p {
    color: var(--Gray-Colors-Gray-700, #374151);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
div#generate-section-6 {
    padding-bottom: 0px;
}
.card-list-tr {
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.card-item-tr {
    display: flex
;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    align-items: stretch;
    border-radius: 0px 12px 12px 0px;
    background: #F8F8F8;
}

.card-img-tr {
    width: 50%;
    height: 375px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    flex-shrink: 0;
}

.card-img-tr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-label-tr
 {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 13px;
    padding: 3px 14px 2px 14px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 4px;
    border: 1px solid #FFB300;
    background: rgba(255, 143, 0, 0.84);
    text-transform: uppercase;
}
.card-content-tr {
  flex: 1;
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-title-tr {
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.card-price-tr {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 7px;
}
.price-tr {
  color: #C51F2F;
  font-weight: bold;
  font-size: 16px;
  margin-left: 3px;
}
.card-desc-tr {
    color: #111827;
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}
.card-badges-tr {
  display: flex;
  gap: 7px;
  margin-bottom: 13px;
}

.badge-free-tr {
  background: linear-gradient(90deg, #fcb045 0%, #fd1d1d 100%);
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 7px;
  font-weight: 500;
  display: inline-block;
}
.badge-fast-tr {
    background: #d1f7f3;
    color: #06b6d4;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #b6ece6;
    background: #fff;
    border: 1px solid #00C7BE;
    color: #00C7BE;
    display: flex
;
    align-items: center;
    gap: 5px;
}
.menu-list-tr li {
    display: flex
;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


@media (max-width: 700px) {
  .menu-list-tr .menu {
    gap: 16px;
    font-size: 15px;
  }
  .menu-list-tr {
    padding-left: 6px;
  }
}
.badge-sale-tr {
    color: #FF2D55;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 500;
    display: flex
;
    border: 1px solid #FF2D55;
    align-items: center;
    gap: 5px;
}
.badge-plus-tr {
    background: transparent;
    color: #6B7280;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #6B7280;
    display: flex
;
    align-items: center;
    gap: 5px;
}
.card-info-tr {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 13px;
  color: #707070;
  margin-bottom: 17px;
}
.card-info-tr span.icon-info-tr:first-child:before {
    content: '';
    position: absolute;
    right: -15px;
    background: #374151;
    height: 18px;
    width: 1px;
}
.icon-info-tr i {
  color: #e74c3c;
  margin-right: 6px;
  font-size: 15px;
}

.card-actions-tr {
  display: flex;
  gap: 13px;
}
.btn-detail-tr, .btn-inquiry-tr:hover {
    background: #E5E7EB;
    color: #374151 !important;
    border: none;
   padding: 11px 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}


.btn-inquiry-tr, .btn-detail-tr:hover {
    background: #B11116;
    color: #fff !important;
    border: none;
    padding: 11px 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
span.badge-fast-tr.badge-free-food {
    border-radius: 20px;
    border: 1px solid var(--Colors-Indigo, #5856D6);
    color: #5856D6;
}
span.icon-info-tr {
    display: flex
;
    align-items: center;
    gap: 5px;
    color: #111827;    position: relative;
    font-size: 16px;
}span.badge-fast-tr.badge-visa {
    border-color: #FF9500;
    color: #FF9500;
}
img.img-1-mice {
    float: right;
    width: 75%;
}
@media (max-width: 900px) {
  .card-item-tr {
    flex-direction: column;
  }
  .card-img-tr, .card-img-tr img {
    max-width: 100%;
    min-width: unset;
    border-radius: 18px 18px 0 0;
    height: 200px;width: 100%;
  }
  .card-content-tr {
    padding: 24px 16px;
  }span.icon-info-tr {
    font-size: 12px;
}.card-desc-tr {
    font-size: 14px;
    line-height: 20px;
}
  .btn-inquiry-tr{
  font-size:12px;}
}

.accordion-abso .accordion-content-abso {
    padding: 0px;
    display: block; /* Ensure it's always block, visibility handled by max-height */
    padding: 0px 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.accordion-content-abso.active {
    padding-bottom: 10px;
}
.accordion-item-abso {
    border-top: 1px solid #ccc;
}
.accordion-abso>br {
    display: none;
}
.accordion-abso {
    border-bottom: 1px solid #ccc;
}
/* ─── Inline SVG icon replacements (replaces Font Awesome 4.7) ──────────── */
.fa, .fas, .far, .fab {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.fa-xs { width: 0.75em; height: 0.75em; }

.fa-clock-o {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");
}

.fa-phone-square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM351.6 321.5l-11.68 50.87c-1.727 7.516-8.381 12.84-16.05 12.84-172.4 0-312.8-140.5-312.8-312.9 0-7.672 5.322-14.33 12.84-16.05l50.87-11.68c7.844-1.82 15.89 2.453 18.93 9.898l22.98 56.24c2.672 6.547.773 14.06-4.656 18.45l-25.29 20.53c22.16 45.45 59.11 82.44 104.6 104.6l20.53-25.29c4.375-5.43 11.9-7.328 18.45-4.656l56.24 22.98c7.477 3.07 11.75 11.13 9.898 18.97z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM351.6 321.5l-11.68 50.87c-1.727 7.516-8.381 12.84-16.05 12.84-172.4 0-312.8-140.5-312.8-312.9 0-7.672 5.322-14.33 12.84-16.05l50.87-11.68c7.844-1.82 15.89 2.453 18.93 9.898l22.98 56.24c2.672 6.547.773 14.06-4.656 18.45l-25.29 20.53c22.16 45.45 59.11 82.44 104.6 104.6l20.53-25.29c4.375-5.43 11.9-7.328 18.45-4.656l56.24 22.98c7.477 3.07 11.75 11.13 9.898 18.97z'/%3E%3C/svg%3E");
}

.fa-check {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}

.fa-book {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E");
}

.fa-paper-plane {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 492.3 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.4-16.1-.9-21.9s-16.1-5.4-21.9.9L136 359.4 49.3 335.7c-12.1-3.4-21.3-13.3-23.5-25.6s3.1-24.8 13.3-31.6l416-256c9.7-6 22.2-6.4 32.2-.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 492.3 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.4-16.1-.9-21.9s-16.1-5.4-21.9.9L136 359.4 49.3 335.7c-12.1-3.4-21.3-13.3-23.5-25.6s3.1-24.8 13.3-31.6l416-256c9.7-6 22.2-6.4 32.2-.5z'/%3E%3C/svg%3E");
}

.fa-address-card {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm-26.5 32h53c33.1 0 60 26.9 60 60 0 6.6-5.4 12-12 12H77.5c-6.6 0-12-5.4-12-12 0-33.1 26.9-60 60-60zM272 176c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm-26.5 32h53c33.1 0 60 26.9 60 60 0 6.6-5.4 12-12 12H77.5c-6.6 0-12-5.4-12-12 0-33.1 26.9-60 60-60zM272 176c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E");
}

.fa-map-marker {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
}

.fa-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
}

.fa-envelope {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");
}

.fa-home {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4.1-2.8.1-4.2.1H416 392c-22.1 0-40-17.9-40-40V400 334c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v66 72c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2.1-2.4.2-3.6.2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4.1-2.8.1-4.2.1H416 392c-22.1 0-40-17.9-40-40V400 334c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v66 72c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2.1-2.4.2-3.6.2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
}

/* "circle" modifier used on country pages — use box-shadow for circle bg since background-color drives the mask icon color */
.fa.circle, .fas.circle, .far.circle {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  padding: 0.6em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 2em #ff8f00 inset;
  -webkit-mask-image: none;
  mask-image: none;
}
.fa.circle::before, .fas.circle::before, .far.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.fa-paper-plane.circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 492.3 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.4-16.1-.9-21.9s-16.1-5.4-21.9.9L136 359.4 49.3 335.7c-12.1-3.4-21.3-13.3-23.5-25.6s3.1-24.8 13.3-31.6l416-256c9.7-6 22.2-6.4 32.2-.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 492.3 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.4-16.1-.9-21.9s-16.1-5.4-21.9.9L136 359.4 49.3 335.7c-12.1-3.4-21.3-13.3-23.5-25.6s3.1-24.8 13.3-31.6l416-256c9.7-6 22.2-6.4 32.2-.5z'/%3E%3C/svg%3E");
}
.fa-address-card.circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm-26.5 32h53c33.1 0 60 26.9 60 60 0 6.6-5.4 12-12 12H77.5c-6.6 0-12-5.4-12-12 0-33.1 26.9-60 60-60zM272 176c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm-26.5 32h53c33.1 0 60 26.9 60 60 0 6.6-5.4 12-12 12H77.5c-6.6 0-12-5.4-12-12 0-33.1 26.9-60 60-60zM272 176c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H288c-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E");
}


@media (max-width: 767px) {
	.search .generate-columns-container > * {
		padding-left: 10px;
	}
}


.bottom-blog-tr .list-bt-blog-tr {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bottom-blog-tr .list-bt-blog-tr p {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.bottom-blog-tr .list-bt-blog-tr p img {
  width: 20px;
  display: flex;
  gap: 10px;
}

@media (min-width: 768px) {
	.bottom-blog-tr .list-bt-blog-tr {
		flex-wrap: nowrap;
	}
	.bottom-blog-tr .list-bt-blog-tr p {
		width: auto;
	}
}
#generate-section-2 .generate-sections-inside-container {
  padding-bottom: 40px !important;
}

.tax-tour_category .site-main > .generate-sections-inside-container:first-child {
  padding-top: 70px;
}

.tax-tour_category .site-main > .generate-sections-inside-container:first-child > * {
  margin-top: 30px;
}

.tour-gallery-section {
  margin-top: 40px;
  margin-bottom: 60px !important;
}

.tour-gallery-section .slider-for img {
  width: 100%;
  height: calc((100vw - 20px)/900 * 600);
  object-fit: cover;
}

.tour-gallery-section .slider-nav img {
  object-fit: cover;
  transition: border 0.3s;
  width: 100%;
}

.tour-gallery-section__right {
  display: none;
}

   .tour-gallery-section__left .slider-for button.slick-next.slick-arrow {
     right: 20px;
       z-index: 1;
   }
  .tour-gallery-section__left .slider-for button.slick-prev.slick-arrow {
    left: 20px;
    z-index: 1;
  }
  .tour-gallery-section__right .slider-nav button.slick-next.slick-arrow {
    right: 0;
    width: 100%;
    background: orange;
    bottom: 0;
    transform: translate(0);
    top: auto;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
  }
  .tour-gallery-section__right  .slider-nav button.slick-prev.slick-arrow:before {
    content: "";
  }
  .tour-gallery-section__right  .slider-nav button.slick-next.slick-arrow:before {
    content: "";
  }
  .tour-gallery-section__right .slider-nav button.slick-prev.slick-arrow {
    left: 0 !important;
    z-index: 2;
    right: 0;
    width: 100%;
    background: orange;
    top: 0;
    bottom: auto;
    height: 30px;
    transform: translate(0);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-up'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 15l6 -6l6 6' /%3E%3C/svg%3E");
  }

  .tour-gallery-section__right  .slick-slide:hover {
    cursor: pointer;
  }

.tour-gallery-section {
  position: relative;
  overflow: hidden;
  height: calc((100vw - 20px) / 9 * 6);
}
@media(min-width: 992px) {
  .tour-gallery-section {
     height: calc((100vw - 20px) * 80 * 600 / 100  / 900) ;
  }

   .tour-gallery-section .slider-for img {
     height: calc((100vw - 20px) * 80 * 600 / 100  / 900) ;
  }

  .tour-gallery-section__wrapper {
    display: flex;
    gap: 10px;
  }

  .tour-gallery-section__left {
    width: 80%;
  }

  .tour-gallery-section__right {
    display: block;
    width: calc(20% - 10px);
  }
  .tour-gallery-section__right .slick-vertical .slick-slide {
    border: none;
    margin-bottom: 10px;
  }

  .tour-gallery-section__right .slider-nav {
    padding: 40px 0;
    height: calc((100vw - 20px) * 80 * 600 / 100  / 900) ;
  }

  .tour-gallery-section .slider-nav img {
    height: calc((((100vw - 20px) * 80 * 600 / 100  / 900) - 110px) /4 ) !important;
  }

}

@media(min-width: 1200px) {
  .tour-gallery-section {
    height: 600px;
  }
  .tour-gallery-section .slider-for img {
    height: 600px;
  }
  .tour-gallery-section__left {
    width: 900px;
  }

  .tour-gallery-section__right {
    display: block;
    width: calc(100% - 910px);
  }
  .tour-gallery-section__right .slider-nav {
      height: 600px;
  }

  .tour-gallery-section .slider-nav img {
    height: calc((600px - 110px )/4) !important;
  }
}

.single-destination h2 {
  text-transform: uppercase;
}

.footer-icon  {
  color: #E09343;
  margin-right: 4px;
}

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

/* layout chính */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

/* ảnh lớn */
.gallery-item.big {
  height: 380px;
}

.gallery-item.big img {
  height: 380px;
}

.gallery-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 120px);
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item.has-more .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
}

.gallery-modal .close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.gallery-swiper {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto;
}

.gallery-swiper img {
  width: 100%;
  height: 90vh;
  object-fit: contain;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-right {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gallery-item.big {
    height: 250px;
  }
}

.get-inspired .swiper-button-prev svg, .get-inspired .swiper-button-next svg,
.gallery-modal .swiper-button-prev svg, .gallery-modal .swiper-button-next svg {
    display: none;
}


.get-inspired .swiper-button-prev:after,
.gallery-modal .swiper-button-prev:after {
    content: '';
    background-image: url(../images/prev-mice.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 50%;
    display: block;
}
.get-inspired .swiper-button-next:after,
.gallery-modal .swiper-button-next:after {
    content: '';
    background-image: url(../images/next-mice.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 50%;
    display: block;
}

.inspired-swiper {
  margin-top: 20px;
}

.inspired-swiper .swiper-slide {
  height: auto;
}

.post-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box-info img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1200px) {
  .get-inspired .swiper-button-next {
    right: -42px;
  }

  .get-inspired .swiper-button-prev {
    left: -42px;
  }

}

.get-inspired__swiper {
  position: relative;
}