.c-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-icon.grey-adult {
  background-image: url('../images/icons/grey-adult.png');
  width: 11px;
  height: 13px;
}
.c-icon.grey-child {
  background-image: url('../images/icons/grey-child.png');
  width: 11px;
  height: 13px;
}
.c-icon.grey-clock {
  background-image: url('../images/icons/grey_clock.png');
  width: 12px;
  height: 12px;
}
.c-icon.grey-plane {
  background-image: url('../images/icons/grey_plane.png');
  width: 12px;
  height: 12px;
}
.c-icon.grey-calendar {
  background-image: url('../images/icons/grey_calendar.png');
  width: 14px;
  height: 15px;
}
.c-icon.grey-pin {
  background-image: url('../images/icons/grey-pin.png');
  width: 8px;
  height: 11px;
}
.c-icon.grey-envelope {
  background-image: url('../images/icons/grey-envelope.png');
  width: 13px;
  height: 10px;
}
.c-icon.grey-phone {
  background-image: url('../images/icons/grey-phone.png');
  width: 10px;
  height: 10px;
}
.c-icon.grey-printer {
  background-image: url('../images/icons/grey-printer.png');
  width: 12px;
  height: 11px;
}
.c-icon.grey-plane {
  background-image: url('../images/icons/grey_plane.png');
  width: 12px;
  height: 12px;
}
.c-icon.grey-check {
  background-image: url('../images/icons/grey-check.png');
  width: 21px;
  height: 21px;
}
.c-icon.orange-envelope {
  background-image: url('../images/icons/orange-envelope.png');
  width: 24px;
  height: 15px;
}
.c-icon.orange-phone {
  background-image: url('../images/icons/orange-phone.png');
  width: 21px;
  height: 21px;
}
.c-icon.orange-check {
  background-image: url('../images/icons/orange-check.png');
  width: 21px;
  height: 21px;
}
.c-icon.orange-message {
  background-image: url('../images/icons/orange-message.png');
  width: 28px;
  height: 25px;
}
.c-icon.grey-arrow-right {
  background-image: url('../images/icons/grey-arrow-right.png');
  width: 21px;
  height: 17px;
}
.c-icon.white-fb {
  background-image: url('../images/icons/white-fb.png');
  width: 13px;
  height: 13px;
}
.c-icon.white-twitter {
  background-image: url('../images/icons/white-twitter.png');
  width: 13px;
  height: 13px;
}
.c-icon.white-instagram {
  background-image: url('../images/icons/white-instagram.png');
  width: 13px;
  height: 13px;
}
.c-icon.white-pinterest {
  background-image: url('../images/icons/white-pinterest.png');
  width: 13px;
  height: 13px;
}
.btn-book {
  display: block;
  width: 100%;
  background-color: #f26522;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.btn-book:hover {
  color: #fff;
  text-decoration: none;
}
.btn-white {
  display: block;
  width: 100%;
  color: #f26522;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.btn-white:hover {
  color: #292734;
  text-decoration: none;
}
.btn-download {
  display: block;
  width: 100%;
  background-color: #f26522;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.btn-download:hover {
  color: #fff;
  text-decoration: none;
}
.btn-orange {
  background-color: #f26522;
  color: #fff;
}
.btn-yellow {
  background-color: #ff9500;
  color: #fff;
}
.btn-yellow:hover {
  color: #fff;
}
html,
body,
wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 13px;
  background-color: #F7F7F7;
  color: #292734;
}
img {
  max-width: 100%;
}
ul.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex-fill {
  flex: 1 1 auto;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}
.slick-track .slick-slide > div {
  width: 100%;
}
.os-scrollbar-handle {
  background-color: #f26522 !important;
}
.text-orange {
  color: #f26522 !important;
}
.orange-slider .slick-prev:before,
.orange-slider .slick-next:before {
  color: #f26522;
  opacity: 1;
}
.custom-modal {
  font-family: "Montserrat";
  color: #000;
}
.custom-modal .modal-body {
  position: relative;
  padding: 25px 70px;
}
.custom-modal .modal-body .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.custom-modal .modal-body .close-modal img {
  width: 18px;
}
.custom-modal .modal-body .modal-title {
  margin-bottom: 30px;
  font-size: 18px;
}
.custom-modal .modal-body .label-required:after {
  content: "*";
  color: #f26522;
  margin-left: 5px;
  font-weight: 500;
}
.custom-modal .modal-body input,
.custom-modal .modal-body textarea {
  border: none;
  border-bottom: 2px solid #e1e1e1;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #000;
}
.custom-modal .modal-body input:focus,
.custom-modal .modal-body textarea:focus {
  box-shadow: none;
  border-bottom-color: #f26522;
}
.custom-modal .modal-body textarea {
  height: 36px;
}
.custom-modal .modal-body .success-title {
  font-size: 36px;
  color: #f26522;
  text-align: center;
  margin: 35px 0 45px;
}
.custom-modal .modal-body .success-msg {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.custom-modal .btn-submit {
  border-radius: 22px;
  width: 316px;
  height: 44px;
  margin-bottom: 35px;
}
.custom-modal .notice {
  font-size: 14px;
  color: #666;
}
.modal-dialog.modal-xl {
  max-width: 1100px;
}
.modal-dialog.modal-full {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.modal-dialog.modal-brochure {
  max-width: 1200px;
  width: 1200px;
  height: 100%;
}
.modal-dialog.modal-brochure .modal-content {
  height: 100%;
}
.modal-dialog.modal-brochure .modal-content iframe {
  height: 100%;
}
#subscribeSuccessModal .modal-body,
#tourBookSuccessModal .modal-body {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
}
#dealDetailModal {
  font-family: "Montserrat";
}
#dealDetailModal #deal-modal-title {
  font-size: 55px;
}
#dealDetailModal #deal-modal-note {
  font-size: 14px;
}
.modal-backdrop.show {
  opacity: 0.8;
}
#header {
  padding: 0;
  background-color: #fff;
}
#header .header-logo {
  background-color: #f26522;
  width: 245px;
  height: 80px;
  margin-right: 0;
}
#header .header-logo > img {
  display: block;
  position: relative;
  height: 70px;
  margin: auto;
}
#header .header-menu {
  width: 100%;
}
#header .header-menu .header-menu-number {
  padding: 5px 5px 5px 20px;
}
#header .header-menu .header-menu-number .header-menu-number-item {
  padding: 0 20px;
}
#header .header-menu .header-menu-number .header-menu-number-item .item-icon {
  margin-right: 10px;
}
#header .header-menu .header-menu-number .header-menu-number-item a {
  color: inherit;
}
#header .header-menu .header-menu-nav {
  min-height: 40px;
  padding-left: 40px;
}
#header .header-menu .header-menu-nav .nav-item {
  margin-right: 15px;
}
#header .header-menu .header-menu-nav .nav-link {
  padding: 5px 10px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363636;
  border-radius: 15px;
}
#header .header-menu .header-menu-nav .nav-link.active,
#header .header-menu .header-menu-nav .nav-link.open,
#header .header-menu .header-menu-nav .nav-link:hover {
  color: #f26522;
}
#header .header-menu .header-menu-nav .nav-link.nav-link-home {
  padding: 0px;
}
#header .header-menu .header-menu-nav .nav-link.nav-link-home.active,
#header .header-menu .header-menu-nav .nav-link.nav-link-home:hover {
  background-color: transparent;
}
#header .header-menu .header-menu-nav .nav-link.nav-link-home.active .item-icon,
#header .header-menu .header-menu-nav .nav-link.nav-link-home:hover .item-icon {
  background-color: #f26522;
}
#header .header-menu .item-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center;
}
#header .header-menu .item-icon.item-icon-mobile {
  background-image: url('../images/icons/white-mobile.png');
  background-color: #f26522;
}
#header .header-menu .item-icon.item-icon-phone {
  background-image: url('../images/icons/white-phone.png');
  background-color: #f26522;
}
#header .header-menu .item-icon.item-icon-home {
  background-image: url('../images/icons/white-home.png');
}
#header .header-menu .item-icon.item-icon-stock {
  background-image: url('../images/icons/orange-stock.png');
}
.cities-menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 30px 0;
  display: none;
  text-align: left;
}
.cities-menu ul {
  list-style: none;
  padding: 0;
}
.cities-menu ul > li {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}
.cities-menu ul > li > a {
  color: #464646;
}
.cities-menu ul > li.city-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cities-menu .outbound-map {
  margin: 40px 0 20px;
}
.cities-menu .outbound-item {
  width: 20%;
}
#footer {
  background-color: #312f39;
}
#footer .footer-nav {
  padding: 50px 10px;
}
#footer .footer-nav .footer-nav-title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .footer-nav .footer-nav-line {
  margin: 10px 0;
  width: 40px;
  height: 2px;
  background-color: #f26522;
}
#footer .footer-nav .footer-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-nav .footer-nav-items > li {
  padding: 5px 0;
}
#footer .footer-nav .footer-nav-items > li > a {
  font-size: 13px;
  color: #cccccc;
}
#footer .footer-info {
  background-color: #f26522;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-info .footer-info-title {
  font-size: 21px;
  font-weight: bold;
}
#footer .footer-info > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
#footer .footer-info > ul > li {
  padding: 5px 0;
  font-size: 13px;
}
.dropdown-menu-with-select.show {
  display: grid;
}
#home .home-slider {
  overflow: hidden;
}
#home .home-slider .home-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 605px;
}
#home .home-slider .slick-dots {
  bottom: 150px;
}
#home .home-slider .slick-dots li button:before {
  opacity: 0.5;
  color: #fff;
}
#home .home-slider .slick-dots li:hover button:before,
#home .home-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
#home .home-main {
  position: relative;
  margin-top: 100px;
}
#home .home-main #promotions-slider .slick-track .slick-slide {
  margin: 0 15px;
}
#home .home-main .promotion-item {
  height: 290px;
  width: 290px !important;
  color: #fff;
  font-family: "Montserrat";
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(9, 9, 9, 0.39);
}
#home .home-main .promotion-item .promotion-facade {
  height: 100%;
  width: 100%;
  padding: 50px 20px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
}
#home .home-main .promotion-item .promotion-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home .home-main .promotion-item .promotion-inner .promotion-inner-content {
  position: relative;
  padding: 50px 20px 20px;
  z-index: 9;
}
#home .home-main .promotion-item .promotion-inner .promotion-inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 8;
}
#home .home-main .promotion-item:hover .promotion-facade {
  display: none;
}
#home .home-main .promotion-item:hover .promotion-inner {
  display: block;
}
#home .home-main .promotion-item .summer-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-image: url('../images/icons/summer_sale.png');
  background-size: 100%;
}
#home .home-main .promotion-item .item-label {
  font-size: 12px;
  min-height: 77px;
}
#home .home-main .promotion-item .item-label .item-name {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .home-main .promotion-item .item-desc {
  height: 38px;
  overflow: hidden;
}
#home .home-main .promotion-item .item-info {
  margin: 10px 0;
}
#home .home-main .promotion-item .item-info > div {
  margin-right: 10px;
}
#home .home-main .promotion-item .item-info > div > img {
  display: inline-block !important;
  margin-right: 5px;
}
#home .home-main .promotion-item .promotion-value {
  position: relative;
  margin-bottom: 15px;
}
#home .home-main .promotion-item .promotion-value .remain {
  text-align: right;
  background-color: #292734;
  height: 36px;
  border-radius: 18px;
  padding: 8px 16px;
}
#home .home-main .promotion-item .promotion-value .reduce {
  position: absolute;
  text-align: center;
  background-color: #fff;
  color: #f26522;
  height: 36px;
  border-radius: 18px;
  padding: 8px 16px;
}
#home .home-main > .container {
  position: relative;
}
#home .home-main .other-tours {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 40px;
}
#home .home-main .other-tours .other-title {
  display: inline-block;
  padding: 15px 0;
  font-size: 28px;
  font-family: "Montserrat";
  color: #292734;
  font-weight: bold;
  border-bottom: 2px solid #f26522;
  text-transform: uppercase;
}
#home .home-main .other-tours > .container {
  position: relative;
}
#home .home-main .other-tours .see-all {
  position: absolute;
  top: 15px;
  right: 0;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
#home .home-main .search {
  width: 100%;
  background: #fff;
  padding-right: 50px;
  position: absolute;
  top: -142px;
  left: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  z-index: 99;
  font-size: 16px;
}
#home .home-main .search .search-submit {
  position: absolute;
  right: -15px;
  top: 9px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f26522;
  background-image: url('../images/icons/white-send.png');
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 5px 5px 0px rgba(242, 108, 79, 0.17);
}
#home .home-main .search .search-submit:hover {
  cursor: pointer;
}
#home .home-main .search .search-item {
  border-left: 1px solid #ebebeb;
}
#home .home-main .search .search-item > .dropdown .search-toggle-btn {
  padding: 10px;
  height: 64px;
  text-decoration: none;
}
#home .home-main .search .search-item > .dropdown .search-icon {
  padding-left: 10px;
  padding-right: 20px;
  width: 50px;
}
#home .home-main .search .search-item > .dropdown .search-label {
  font-weight: bold;
}
#home .home-main .search .search-item > .dropdown .search-label .search-label-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #f26522;
}
#home .home-main .search .search-item > .dropdown .search-label .search-label-value {
  color: #292734;
}
#home .home-main .search .search-item > .dropdown .search-toggle {
  width: 10px;
  height: 6px;
  background-image: url('../images/icons/arrow-down.png');
}
#home .home-main .search .search-item > .dropdown.show .search-toggle {
  background-image: url('../images/icons/arrow-up.png');
}
#home .home-main .search .search-item > .dropdown > .dropdown-menu {
  width: 100%;
  margin-top: 0px;
  border-radius: 0;
  padding: 10px;
}
#home .home-main .tours-slider-item {
  padding: 0 15px;
  height: 100%;
}
#home .home-main .tours-slider-item .tour-card {
  height: 100%;
}
#home .home-services {
  padding: 50px 0;
  font-family: "Montserrat";
}
#home .home-services .home-services-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
#home .home-services .home-services-sub-title {
  font-size: 16px;
  color: #707070;
  line-height: 2;
}
#home .home-services .service {
  display: block;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 20px;
  height: 100%;
  background-color: #EEEEEE;
}
#home .home-services .service .service-label {
  font-size: 19px;
  color: #292734;
  font-weight: bold;
  margin: 30px 0 10px;
}
#home .home-services .service .service-desc {
  color: #707070;
  line-height: 1.846;
}
#home .home-services .service .service-thumb {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
#home .home-services .service .service-thumb.service-thumb-ticket {
  background-image: url('../images/icons/grey_service_ticket.png');
}
#home .home-services .service .service-thumb.service-thumb-mice {
  background-image: url('../images/icons/grey_service_shoe.png');
}
#home .home-services .service .service-thumb.service-thumb-easy {
  background-image: url('../images/icons/grey_service_tour.png');
}
#home .home-services .service .service-thumb.service-thumb-visa {
  background-image: url('../images/icons/grey_service_visa.png');
}
#home .home-services .service:hover {
  background-color: #D2D2D2;
  text-decoration: none;
}
#home .home-testimonial {
  background-image: url('../images/testimonial-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
#home .home-testimonial .testimonial-sub-bg {
  background-image: url('../images/testimonial-sub-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 353px;
  height: 100px;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 30px 0 0 30px;
  margin-top: 20px;
}
#home .home-testimonial .testimonial-slider {
  margin-top: 30px;
  color: #fff;
}
#home .home-testimonial .testimonial-slider .content {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.263;
  margin-bottom: 30px;
}
#home .home-testimonial .testimonial-slider img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
#home .home-testimonial .testimonial-slider .info {
  font-size: 18px;
}
#home .home-testimonial .testimonial-slider .info .name {
  font-weight: bold;
  line-height: 1.5;
}
#home .home-testimonial .testimonial-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
#home .home-testimonial .testimonial-slider .slick-dots li button:before {
  color: rgba(225, 225, 225, 0.239);
}
#home .home-brochure {
  padding: 50px 0;
}
#home .home-brochure .brochure-right > div {
  height: 100px;
  padding: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#home .home-brochure .brochure-right > div .brochure-left {
  width: 434px;
  height: 333px;
}
#home .home-brochure .brochure-right > div.brochure-1 {
  background-image: url('../images/brochure-1.png');
}
#home .home-brochure .brochure-right > div.brochure-2 {
  background-image: url('../images/brochure-2.png');
}
#home .home-brochure .brochure-right > div.brochure-3 {
  background-image: url('../images/brochure-3.png');
}
#home .home-brochure .brochure {
  color: #f26522;
  font-size: 14px;
  font-weight: bold;
}
#home .home-brochure .brochure-title {
  font-size: 30px;
  color: #111;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
#home .home-brochure .brochure-desc {
  font-size: 14px;
  color: #888b90;
  font-weight: bold;
  line-height: 1.714;
  margin-bottom: 40px;
}
#home .home-brochure .btn-pdf {
  border-radius: 18px;
  width: 129px;
  height: 35px;
  font-size: 13px;
}
#home .home-brochure .btn-pdf img {
  margin-right: 10px;
}
#home #home-blogs-slider {
  margin: 35px 0;
}
#home #home-blogs-slider .slick-track .slick-slide {
  margin: 0 15px;
}
#home #home-blogs-slider .slick-prev {
  left: 10px;
  z-index: 2;
}
#home #home-blogs-slider .slick-next {
  right: 10px;
}
#home #home-blogs-slider .home-blog-slider-item {
  font-family: "MavenPro";
  font-weight: bold;
  text-transform: uppercase;
}
#home #home-blogs-slider .home-blog-slider-item .blog-thumb {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home #home-blogs-slider .home-blog-slider-item .blog-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
#home #home-blogs-slider .home-blog-slider-item .blog-date {
  line-height: 1.2em;
  font-size: 11px;
  width: 120px;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #ebebeb;
  text-align: center;
}
#home #home-blogs-slider .home-blog-slider-item .blog-title {
  font-size: 11px;
  padding: 10px;
}
#home #home-blogs-slider .home-blog-slider-item .blog-title > div {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
  /* create the ... */
  /* hide ... if we have text, which is less than or equal to max lines */
}
#home #home-blogs-slider .home-blog-slider-item .blog-title > div:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
#home #home-blogs-slider .home-blog-slider-item .blog-title > div:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
#about .about-pic-1 {
  height: 749px;
  background-image: url("../images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about-vision {
  font-family: "Montserrat";
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #292734;
}
#about .about-vision ul {
  padding-left: 18px;
}
#about .about-vision .about-vision-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
}
#about .about-vision .about-vision-sub-title {
  font-size: 24px;
  color: #ff5e3a;
  height: 60px;
  margin-bottom: 20px;
}
#about .about-pic-2 {
  height: 360px;
  background-image: url("../images/about-bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about-achievements {
  padding: 50px 0;
  background-color: #f26522;
  color: #fff;
  font-family: "Montserrat";
}
#about .about-achievements .about-achievements-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#about .about-achievements .about-achievements-image-container {
  position: relative;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.141);
  border-radius: 50%;
}
#about .about-achievements .about-achievements-image-container .about-achievements-image {
  position: absolute;
  display: inline-block;
  padding: 9px;
  background-color: rgba(255, 255, 255, 0.141);
  border-radius: 50%;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-achievements .about-achievements-image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#about .about-leaders {
  padding: 50px 0;
  font-family: "Montserrat";
  color: #292734;
}
#about .about-leaders .about-leaders-main {
  margin-bottom: 50px;
}
#about .about-leaders .about-leaders-main .about-leaders-main-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
#about .about-leaders .about-leaders-main .about-leaders-main-image {
  display: inline-block;
  margin-bottom: 20px;
}
#about .about-leaders .about-leaders-main .about-leaders-main-name {
  font-size: 24px;
  font-weight: bold;
}
#about .about-leaders .about-leaders-main .about-leaders-main-position {
  font-size: 24px;
  color: #f26522;
  font-weight: bold;
}
#about .about-leaders .about-leaders-main .about-leaders-main-description {
  font-size: 14px;
  font-style: italic;
}
#about .about-leaders .about-leaders-other .about-leaders-other-image {
  margin-bottom: 10px;
}
#about .about-leaders .about-leaders-other .about-leaders-other-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#about .about-leaders .about-leaders-other .about-leaders-other-name {
  font-size: 16px;
  font-weight: bold;
}
#about .about-leaders .about-leaders-other .about-leaders-other-position {
  font-size: 16px;
  color: #f26522;
  font-weight: bold;
}
#about .about-partners {
  padding: 50px 0;
  background-color: #312f39;
}
#about .about-partners .about-partners-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
#about .about-partners .about-partners-slider {
  margin-bottom: 40px;
}
#about .about-partners .about-partners-slider .about-partners-slider-item {
  padding: 24px;
  margin: 0 10px;
  background-color: #fff;
  width: 150px!important;
  text-align: center;
}
#about .about-partners .about-partners-slider .about-partners-slider-item .about-partners-slider-item-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 70px;
  border-bottom: 1px solid #ebebeb;
}
#about .about-partners .about-partners-slider .about-partners-slider-item .about-partners-slider-item-title {
  padding: 5px;
}
#about .about-partners .about-partners-slider-nav a:first-child {
  margin-right: 20px;
}
.about-subscribe {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
#contact {
  font-family: "Montserrat";
}
#contact .contact-image {
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 616px;
}
#contact .contact-detail {
  padding: 50px 15px;
}
#contact .contact-detail .contact-title {
  font-size: 24px;
  font-weight: bold;
  color: #292734;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#contact .contact-detail .contact-offices {
  height: 435px;
}
#contact .contact-detail .contact-offices .contact-offices-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
#contact .contact-detail .contact-offices .contact-offices-item .contact-offices-item-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
#contact .contact-detail .contact-offices .contact-offices-item .contact-offices-item-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact .contact-detail .contact-offices .contact-offices-item .contact-offices-item-info > li {
  font-size: 12px;
  padding: 5px 0;
}
#contact .contact-detail .contact-offices .contact-offices-item .contact-offices-item-info > li .item-icon {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}
#contact .contact-detail .contact-offices .contact-offices-item.contact-offices-item-main {
  border-bottom-color: #f26522;
}
#contact .contact-detail .contact-offices .contact-offices-item.contact-offices-item-main .contact-offices-item-title {
  color: #f26522;
}
#contact .contact-detail .contact-map {
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 442px;
}
#tours .tours-bg {
  background-image: url("../images/tours-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 297px;
}
#tours .tours-bg.outbound {
  background-image: url("../images/tours-outbound-bg.jpg");
}
#tours .tours-main {
  margin-top: 35px;
  margin-bottom: 65px;
  position: relative;
}
#tours #tour-filter-form {
  position: relative;
  top: -85px;
}
#tours .tour-filter-box {
  background-color: #fff;
  margin-bottom: 10px;
}
#tours .tour-filter-box .tours-page-title {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #f26522;
  line-height: 1;
  padding: 20px;
  text-align: center;
}
#tours .tour-filter-box .filter-title {
  padding: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: uppercase;
}
#tours .tour-filter-box .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
}
#tours .tour-filter-box .filter-list .filter-item {
  padding: 10px;
  border-top: 1px solid #ccc;
}
#tours .tour-filter-box .filter-list .filter-item > a {
  text-decoration: none;
}
#tours .tour-filter-box .filter-list .filter-item > a.collapsed .filter-toggle {
  background-image: url('../images/icons/arrow-down.png');
}
#tours .tour-filter-box .filter-list .filter-item .filter-icon {
  width: 40px;
}
#tours .tour-filter-box .filter-list .filter-item .filter-label {
  font-weight: bold;
}
#tours .tour-filter-box .filter-list .filter-item .filter-label .filter-label-name {
  font-size: 11px;
  text-transform: uppercase;
  color: #f26522;
}
#tours .tour-filter-box .filter-list .filter-item .filter-label .filter-label-value {
  color: #292734;
}
#tours .tour-filter-box .filter-list .filter-item .filter-toggle {
  width: 10px;
  height: 6px;
  background-image: url('../images/icons/arrow-up.png');
}
#tours .tour-filter-box .filter-list .filter-item .filter-sub-items {
  margin-top: 10px;
  padding: 0 10px;
}
#tours .tours-list .tours-list-item:hover {
  background-color: #f0fcff;
}
#tours .tours-list .tours-list-item {
  border: 1px solid #f4f4f4;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
  margin-bottom: 20px;
}
#tours .tours-list .tours-list-item .item-thumb a {
  display: block;
}
#tours .tours-list .tours-list-item .item-detail {
  padding: 20px;
}
#tours .tours-list .tours-list-item .item-detail .item-name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
}
#tours .tours-list .tours-list-item .item-detail .item-name a {
  color: #292734;
}
#tours .tours-list .tours-list-item .item-detail .item-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tours .tours-list .tours-list-item .item-detail .item-info > li {
  padding: 5px 0;
}
#tours .tours-list .tours-list-item .item-detail .item-info .item-icon {
  display: inline-block;
  width: 12px;
  margin-right: 8px;
}
#tours .tours-list .tours-list-item .item-book-info {
  height: 100%;
  padding: 10px 0;
  border-left: 1px solid #ccc;
}
#tours .tours-list .tours-list-item .item-book-info > div {
  width: 100%;
  padding: 10px;
}
#tours .tours-list .tours-list-item .item-book-info .item-price .item-price-number {
  color: #f26522;
  font-size: 20px;
  font-weight: bold;
}
#tours .tours-list .tours-list-item .item-book-info .item-slots {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#tours .tours-list .tours-list-item .item-book-info .item-slots .item-open-slots {
  color: #f26522;
}
#tours .tours-list .popover {
  max-width: 350px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
}
#tours .tours-list .popover .tour-contact-popover {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tours .tours-list .popover .tour-contact-popover > li {
  padding: 10px;
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 1.5;
}
#tours .tours-list .popover .tour-contact-popover > li .tour-popover-icon {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}
#tour-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
#tour-detail .tour-slider {
  overflow: hidden;
}
#tour-detail .tour-slider .tour-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 581px;
}
#tour-detail .tour-slider .slick-dots {
  bottom: 100px;
}
#tour-detail .tour-slider .slick-dots li button:before {
  opacity: 0.5;
  color: #fff;
}
#tour-detail .tour-slider .slick-dots li:hover button:before,
#tour-detail .tour-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
#tour-detail .tour-slider .slick-next {
  right: 25px;
}
#tour-detail .tour-slider .slick-prev {
  left: 25px;
}
#tour-detail .tour-detail {
  padding: 15px;
}
#tour-detail .tour-detail-nav {
  margin-bottom: 30px;
  border: none;
}
#tour-detail .tour-detail-nav a.nav-link {
  height: 100%;
  border: none;
  font-size: 19px;
  color: #464646;
  border-bottom: 2px solid transparent;
}
#tour-detail .tour-detail-nav a.nav-link.active,
#tour-detail .tour-detail-nav a.nav-link:hover {
  color: #111111;
  border-bottom-color: #f26522;
}
#tour-detail .schedules-tab {
  position: relative;
}
#tour-detail .schedules-tab .day-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  left: 10px;
  top: 0;
  z-index: 1;
}
#tour-detail .schedules-tab .day-nav {
  text-decoration: none;
  color: #292734;
}
#tour-detail .schedules-tab .day-nav .day-icon {
  width: 21px;
  margin-right: 10px;
  text-align: center;
  z-index: 2;
}
#tour-detail .schedules-tab .day-nav .day-title {
  flex: 1;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 1.714;
}
#tour-detail .schedules-tab .day-nav .day-title > span {
  color: #f26522;
}
#tour-detail .schedules-tab .day-nav .day-toggle {
  width: 10px;
  height: 6px;
  background-image: url('../images/icons/arrow-up-orange.png');
}
#tour-detail .schedules-tab .day-nav.collapsed .day-title {
  border-bottom: 1px solid #ebebeb;
}
#tour-detail .schedules-tab .day-nav.collapsed .day-toggle {
  background-image: url('../images/icons/arrow-down.png');
}
#tour-detail .schedules-tab .day-sub-item {
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: "Montserrat";
  line-height: 1.846;
}
#tour-detail .schedules-tab .day-sub-item .day-sub-item-inner {
  border-bottom: 1px solid #ebebeb;
}
#tour-detail .tours-tab .table-tours-list {
  font-family: "Montserrat";
  color: #000;
  border: none;
}
#tour-detail .tours-tab .table-tours-list th {
  border: none;
  text-transform: uppercase;
  font-size: 11px;
}
#tour-detail .tours-tab .table-tours-list td {
  vertical-align: middle;
}
#tour-detail .tours-tab .table-tours-list .tour-start {
  position: relative;
  padding-right: 30px;
}
#tour-detail .tours-tab .table-tours-list .tour-start .tour-duration {
  position: absolute;
  right: -22px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#tour-detail .tours-tab .table-tours-list .tour-end {
  padding-left: 30px;
}
#tour-detail .tours-tab .table-tours-list .tour-day,
#tour-detail .tours-tab .table-tours-list .tour-date,
#tour-detail .tours-tab .table-tours-list .tour-city {
  display: block;
}
#tour-detail .tours-tab .table-tours-list .tour-day {
  font-size: 12px;
}
#tour-detail .tours-tab .table-tours-list .tour-date {
  font-size: 14px;
  margin: 10px 0;
}
#tour-detail .tours-tab .table-tours-list .tour-city {
  font-size: 13px;
  color: #f26522;
}
#tour-detail .tours-tab .table-tours-list .tour-slot,
#tour-detail .tours-tab .table-tours-list .tour-price {
  font-size: 14px;
}
#tour-detail .tours-tab .table-tours-list .btn-book-tour {
  display: block;
  background-color: #fff;
  color: #f26522;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #ccc;
}
#tour-detail .tours-tab .table-tours-list .btn-book-tour:hover {
  background-color: #f26522;
  color: #fff;
  border-color: #fff;
}
.tour-info {
  text-transform: uppercase;
}
.tour-info .general-info {
  padding: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.tour-info .price-info {
  padding: 20px;
}
.tour-info .price-info .info-list {
  margin-bottom: 30px;
}
.tour-info .price-info .btn-book {
  margin-bottom: 18px;
}
.tour-info .info-title {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.tour-info .info-list {
  font-size: 14px;
}
.tour-info .info-list > li {
  padding: 5px 0;
}
.tour-info .info-list .info-label {
  color: #f26522;
}
.tour-info .info-list .info-label .info-icon {
  display: inline-block;
  width: 12px;
  margin-right: 10px;
}
.other-tours {
  margin-top: 40px;
}
.other-tours .other-title {
  margin-bottom: 30px;
  font-size: 24px;
  color: #111111;
}
.tour-card {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.29);
  border-bottom-width: 5px;
}
.tour-card .card-title {
  height: 2.4em;
}
.tour-card .tour-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour-card .tour-thumb-container {
  height: 200px;
  position: relative;
}
.tour-card .tour-thumb-container .tour-thumb {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tour-card .tour-thumb-container .tour-thumb-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  display: none;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-item {
  z-index: 10;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-item.first {
  border-right: 1px solid #ccc;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-item a {
  width: 100px;
  border-radius: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-item a.a-book {
  color: #f26522;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-item a.a-contact {
  color: #ccc;
}
.tour-card .tour-thumb-container .tour-thumb-hover .tour-thumb-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
  z-index: 9;
}
.tour-card .tour-name {
  font-size: 14px;
  line-height: 1.357;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
  /* create the ... */
  /* hide ... if we have text, which is less than or equal to max lines */
}
.tour-card .tour-name:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.tour-card .tour-name:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.tour-card .tour-name a {
  color: #292734;
}
.tour-card .tour-info > li {
  padding: 5px 0;
  color: #333333;
}
.tour-card .tour-info > li .tour-icon {
  display: inline-block;
  width: 15px;
  margin-right: 8px;
}
.tour-card .tour-info > li .tour-price {
  color: #f26522;
  font-weight: bold;
}
.tour-card:hover {
  cursor: pointer;
}
.tour-card:hover .tour-thumb-hover {
  display: flex;
}
#tourBookModal .modal-tour-book {
  padding: 0;
}
#tourBookModal .modal-tour-book .general-info {
  padding: 80px 35px 35px 25px;
  border-bottom: none;
}
#tourBookModal .tour-thumbnail {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#tourBookModal #tour-book-form .tour_start_date {
  width: 220px;
}
#tourBookModal #tour-book-form .form-info {
  padding: 25px 10px 25px 25px;
}
#tourBookModal #tour-book-form .form-info .form-info-title {
  font-size: 16px;
}
#tourBookModal #tour-book-form .modal-footer {
  padding: 30px 25px;
}
#tourBookModal #tour-book-form .modal-footer .modal-notice .confirm {
  margin-right: 10px;
}
#tourBookModal #tour-book-form .modal-footer .modal-notice .confirm:hover {
  cursor: pointer;
}
#tourBookModal #tour-book-form .modal-footer .btn-submit {
  margin-bottom: 0;
}
#deals {
  padding: 50px 0;
}
#deals .deal-item-container {
  margin-top: 30px;
}
#deals .deal-item {
  height: 100%;
  font-family: "Montserrat";
}
#deals .deal-item .deal-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
#deals .deal-item .deal-duration {
  font-size: 13px;
  text-transform: uppercase;
}
#deals .deal-item .deal-duration > span {
  color: #f26522;
}
#deals .deal-item .deal-name {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#deals .deal-item .deal-note {
  color: #656d78;
  line-height: 1.846;
}
#deals .deal-item .deal-view-detail:hover {
  cursor: pointer;
}
#dealDetailModal .modal-body {
  padding: 0px;
}
#dealDetailModal .deal-modal-info {
  padding: 20px 50px;
  position: relative;
}
#dealDetailModal .deal-modal-info .close-modal {
  position: absolute;
  right: 30px;
  top: 5px;
}
#dealDetailModal .deal-modal-info .close-modal img {
  width: 10px;
}
#blogs {
  margin-top: 50px;
  margin-bottom: 100px;
}
#blogs .top-blog {
  margin-bottom: 45px;
}
#blogs .top-blog .top-blog-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 514px;
  position: relative;
}
@media (max-width: 768px) {
  #blogs .top-blog .top-blog-img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #blogs .top-blog .top-blog-img {
    height: 200px;
  }
}
#blogs .top-blog .top-blog-img .top-blog-social {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.588);
  height: 36px;
}
#blogs .top-blog .top-blog-img .top-blog-social a {
  margin: 0 5px;
}
#blogs .top-blog .top-blog-img:hover .top-blog-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blogs .top-blog .top-blog-detail {
  padding: 30px 0;
}
#blogs .blog-thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  height: 249px;
}
#blogs .blog-thumb-url:hover {
  cursor: pointer;
}
#blogs .blog-detail {
  padding: 20px;
  font-family: "Montserrat";
  background-color: #fff;
}
#blogs .blog-detail .blog-date {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#blogs .blog-detail .blog-hot {
  font-size: 13px;
  color: #f26522;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#blogs .blog-detail .blog-title {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
  height: 72px;
  overflow: hidden;
}
#blogs .blog-detail .blog-title > a {
  color: #000;
}
#blogs .blog-detail .blog-title > a:hover {
  text-decoration: none;
}
#blogs .blog-detail .blog-content {
  font-size: 13px;
  color: #656d78;
  line-height: 1.846;
  margin-bottom: 20px;
  height: 100px;
  overflow: hidden;
}
#blogs .blogs-list .blog-detail {
  margin-bottom: 20px;
}
#blogs .hot-blog {
  margin-bottom: 20px;
}
#blogs .most-viewed-blogs {
  background-color: #fff;
  padding: 20px;
}
#blogs .most-viewed-blogs h5 {
  margin-bottom: 30px;
}
#blogs .most-viewed-blogs .m-v-blog {
  margin-bottom: 20px;
  font-family: "Montserrat";
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-thumb {
  height: 70px;
  flex: 0 0 86px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-info {
  margin-left: 30px;
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-info .m-v-blog-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-info .m-v-blog-title > a {
  color: #000;
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-info .m-v-blog-title > a:hover {
  text-decoration: none;
}
#blogs .most-viewed-blogs .m-v-blog .m-v-blog-info .m-v-blog-date {
  font-size: 11px;
  line-height: 2.182;
}
#blogs .blog-view-more {
  color: #f26522;
}
#blogs .blog-view-more > i {
  margin-left: 5px;
}
#blogs .brochure-view-more {
  color: #f26522;
  background-color: #eee;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat";
}
#blogs .single-blog-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
@media (max-width: 768px) {
  #blogs .single-blog-thumb {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #blogs .single-blog-thumb {
    height: 200px;
  }
}
#blogs .single-blog-detail {
  font-family: "Montserrat";
  padding: 25px;
  background-color: #fff;
}
#blogs .single-blog-detail .single-blog-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#blogs .single-blog-detail .single-blog-date {
  font-size: 13px;
  margin-bottom: 25px;
}
#blogs .single-blog-detail .single-blog-content {
  font-size: 13px;
  line-height: 1.846;
}
#blogs .single-blog-detail .single-blog-content img {
  height: auto;
}
#services {
  padding: 50px 0;
  font-family: "Montserrat";
}
#services .services-menu {
  border-bottom: none;
}
#services .nav-service {
  background-color: #fff;
  border: none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 20px;
  background-color: #EEEEEE;
}
#services .nav-service .service-label {
  font-size: 19px;
  color: #292734;
  font-weight: bold;
  margin: 30px 0 10px;
}
#services .nav-service .service-thumb {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
#services .nav-service .service-thumb.service-thumb-ticket {
  background-image: url('../images/icons/grey_service_ticket.png');
}
#services .nav-service .service-thumb.service-thumb-mice {
  background-image: url('../images/icons/grey_service_shoe.png');
}
#services .nav-service .service-thumb.service-thumb-easy {
  background-image: url('../images/icons/grey_service_tour.png');
}
#services .nav-service .service-thumb.service-thumb-visa {
  background-image: url('../images/icons/grey_service_visa.png');
}
#services .nav-service:hover,
#services .nav-service.active {
  cursor: pointer;
  background-color: #D2D2D2;
  padding-bottom: 40px;
}
#services .service-content {
  border-top: 2px solid #D2D2D2;
  padding: 50px 30px;
  font-family: "Montserrat";
}
#services .service-content .service-content-body p {
  margin: 0;
}
#services .service-content .service-content-title {
  font-size: 30px;
  font-weight: bold;
}
#services .service-contact {
  margin-top: 60px;
}
#services .service-contact > button {
  width: 369px;
  max-width: 100%;
}
#share-holders {
  font-family: "Montserrat";
}
#share-holders .share-holders-bg {
  background-image: url('../images/share-holders-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  margin-bottom: 70px;
}
#share-holders .share-holders-bg .bg-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
#share-holders .share-holders-bg .bg-content {
  font-size: 14px;
}
#share-holders .share-holders-list .list-title {
  font-size: 24px;
  color: #292734;
  font-weight: bold;
  text-transform: uppercase;
}
#share-holders .share-holders-list .list-hr {
  margin: 30px 0;
}
#share-holders .share-holders-list .list-content {
  list-style: none;
}
#share-holders .share-holders-list .list-content li {
  margin-bottom: 10px;
}
#share-holders .share-holders-list .list-content li a {
  color: inherit;
  font-size: 12px;
}
#share-holders .share-holders-list .share-holders-files ul {
  list-style: none;
  padding: 0;
}
#share-holders .share-holders-list .share-holders-files ul li {
  margin-bottom: 10px;
}
#share-holders .share-holders-list .share-holders-files ul li a {
  background: transparent url('../images/icons/pdf.gif') no-repeat scroll left;
  padding-left: 24px;
}
@media (max-width: 1200px) {
  #home .home-slider .home-slider-item {
    height: 400px;
  }
}
@media (max-width: 800px) {
  #home .home-slider .home-slider-item {
    height: 300px;
  }
}
@media (max-width: 600px) {
  #home .home-slider .home-slider-item {
    height: 250px;
  }
}
@media (max-width: 500px) {
  #home .home-slider .home-slider-item {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  #home .home-slider .slick-dots {
    bottom: 50px;
  }
}
@media (max-width: 800px) {
  #home .home-slider .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 600px) {
  #home .home-slider .slick-dots {
    bottom: 25px;
  }
}
@media (max-width: 500px) {
  #home .home-slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  #home .home-main .other-tours.first {
    padding-top: 200px;
  }
  #home .home-main .other-tours .promotion-item {
    width: 190px !important;
    height: 190px;
    display: block !important;
    margin: auto;
  }
}
@media (max-width: 576px) {
  #home .home-main .other-tours .other-title {
    padding-top: 45px;
    font-size: 24px;
  }
  #home .home-main .other-tours .see-all {
    top: 45px;
  }
  #home .home-main .other-tours .slick-dots li {
    width: 15px;
  }
}
@media (max-width: 500px) {
  #home .home-main .search {
    top: -105px;
  }
}
@media (max-width: 1200px) {
  #home .home-main .search {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  #home .home-main .search .search-submit {
    top: auto;
    bottom: -20px;
    right: 2px;
  }
}
@media (max-width: 576px) {
  #home .home-main .search .search-submit {
    right: 10px;
  }
}
@media (max-width: 500px) {
  #header .header-logo {
    height: 52px;
    width: 200px;
  }
  #header .header-logo > img {
    height: 40px;
  }
  .navbar-toggler {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .custom-modal .modal-body {
    padding: 25px;
  }
  .custom-modal .btn-submit {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #brochureDetailModal {
    padding: 0 !important;
  }
  .modal-dialog.modal-brochure {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  #tours .tours-bg {
    height: 250px;
  }
}
@media (max-width: 500px) {
  #tours .tours-bg {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  #about .about-pic-1 {
    height: 500px;
  }
}
@media (max-width: 500px) {
  #about .about-pic-1 {
    height: 265px;
  }
}
@media (max-width: 1200px) {
  #contact .contact-image {
    height: 500px;
  }
}
@media (max-width: 500px) {
  #contact .contact-image {
    height: 265px;
  }
}
@media (max-width: 1200px) {
  #contact .contact-detail .contact-map {
    height: 350px;
  }
}
@media (max-width: 500px) {
  #contact .contact-detail .contact-map {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  #share-holders .share-holders-bg {
    height: 500px;
  }
}
@media (max-width: 500px) {
  #share-holders .share-holders-bg {
    height: 265px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .hide-on-1024 {
    display: none;
  }
}
@media (max-width: 1400px) {
  #tour-detail .tour-slider .tour-slider-item {
    height: 445px;
  }
}
@media (max-width: 1200px) {
  #tour-detail .tour-slider .tour-slider-item {
    height: 400px;
  }
}
@media (max-width: 500px) {
  #tour-detail {
    padding-top: 20px;
  }
  #tour-detail .tour-slider .tour-slider-item {
    height: 280px;
  }
}
@media (min-width: 768px) {
  #tour-detail .tour-info-container {
    position: absolute;
    right: 0px;
  }
  #tour-detail .nav-item {
    width: 20% !important;
  }
}
@media (max-width: 767px) {
  #tour-detail .nav-item {
    width: 50% !important;
  }
}
#tour-detail .tour-slider {
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  #tour-detail .tour-slider .slick-dots {
    bottom: 30px;
  }
}
@media (max-width: 800px) {
  #tour-detail .tour-slider .slick-dots {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #tour-detail .tour-slider .slick-dots {
    height: 25px;
  }
}
@media (max-width: 500px) {
  #tour-detail .tour-slider .slick-dots {
    height: 20px;
  }
}
