@import "responsive.css";
:root {
  --pad-module: 40px;
  --pad-section: 100px;
  --mg-40: 40px;
  --mg-35: 35px;
  --mg-30: 30px;
  --mg-20: 20px;
  --mg-15: 15px;
  --color-main: #FBAB04;
  --color-main1: #1A2A54;
  --color-check: #ef2126;
  --color-red: #ec282f;
  --color-white: #fff;
  --color-text: #333333;
  --color-placeholder: #333;
  --color-placeholder1: #959595;
  --color-dot: #bebebe;
  --color-star: #FFAB00;
  --color-border: #b2b2b2;
  --color-date: #797979;
  --color-path: #a9a9a9;
  --color-question: #daaf01;
  --color-bf-itinerary: #adadad;
  --color-hotline: #ec282f;
  --color-important: #ff0000;
  --color-social-ft: #515151;
  --bg-translate: #eeefef;
  --bg-mess: #1777f1;
  --bg-zalo: #008ff3;
  --bg-type-about: #ebebeb;
  --bg-filter: #F6F6F6;
  --bg-blog: #f4f3f3;
  --bg-tour-detail: #F4F4F4;
  --bd-item-tour: #e2e2e2;
  --bd-item-blog: #e4e4e4;
  --bd-ft: #e3e3e3;
  --bd-contact: #d2d2d2;
  --bd-submenu: #e9e9e9;
  --bd-type-infor: #cacaca;
  --bd-item-cabin: #DADADA;
  --h-header: 138.2px;
  --h-header-mini: 80px;
  --width-container-2: calc(100% - 120px);
  --width-container: 1400px;
  --fs-about-option-index: 32px;
  --fs-header: 18px;
  --fs-h1: 26px;
  --fs-h2: 22px;
  --fs-h3: 18px;
  --fs-h4: 16px;
  --fs-h5: 15px;
  --fs-h6: 14px;
  --fs-14: 14px;
  --fs-hd: 17px;
  --fs-search: 16px;
  --fs-paragraph: 16px;
  --fs-path: 16px;
  --fs-more: 16px;
  --fs-text-min: 14px;
  --fs-text: 16px;
  --fs-text-small: 15px;
  --fs-submit: 16px;
  --fs-filter: 16px;
  --fs-paragraph-bigger: 20px;
  --fs-title: 44px;
  --fs-title-function: 16px;
  --fs-title-tour: 16px;
  --fs-title-itinerary: 16px;
  --fs-title-service-index: 20px;
  --fs-title-contact: 22px;
  --fs-title-download: 24px;
  --fs-title-place: 20px;
  --fs-title-min: 26px;
  --fs-title-staff: 18px;
  --fs-title-feedback: 18px;
  --fs-title-input: 18px;
  --fs-title-tour-detail: 24px;
  --fs-title-tour-detail1: 22px;
  --fs-title-blog: 19px;
  --fs-title-about: 18px;
  --fs-title-blog1: 16px;
  --fs-title-blog2: 14px;
  --fs-title-detailblog: 32px;
  --fs-title-ft: 16px;
  --fs-title-product: 24px;
  --fs-title-product-min: 20px;
  --color-fb: #1877F2;
  --color-tw: #1DA1F2;
  --color-yt: #CD201F;
  --color-in: #CD201F;
  --color-tt: #410093;
}

@media (max-width: 1600px) {
  :root {
    --width-container-2: 1400px;
    --pad-module: 30px;
    --pad-section: 70px;
    --fs-hd: 15px;
    --fs-search: 15px;
    --fs-paragraph: 15px;
    --fs-path: 15px;
    --fs-more: 15px;
    --fs-text-min: 14px;
    --fs-text: 15px;
    --fs-text-small: 15px;
    --fs-submit: 15px;
    --fs-filter: 15px;
    --fs-title: 36px;
  }
}
@media (max-width: 87.4375em) {
  :root {
    --width-container: 1140px;
    --width-container-2: 1140px;
  }
}
@media (max-width: 74.9375em) {
  :root {
    --width-container: 960px;
    --width-container-2: 960px;
    --fs-paragraph: 14px;
    --fs-path: 14px;
    --pad-section: 15px;
    --fs-more: 14px;
  }
}
@media (max-width: 61.9375em) {
  :root {
    --width-container: 720px;
    --width-container-2: 720px;
    --pad-section: 15px;
    --fs-title: 22px;
  }
}
@media (max-width: 47.9375em) {
  :root {
    --pad-module: 15px;
    --pad-section: 15px;
    --width-container: 540px;
    --width-container-2: 540px;
    --mg-40: 15x;
    --mg-35: 15x;
    --mg-30: 15px;
    --mg-20: 15px;
    --mg-15: 15px;
    --fs-text: 15px;
    --fs-hd: 14px;
    --h-header: 93px;
    --fs-search: 14px;
    --fs-title-function: 15px;
    --fs-title-tour: 15px;
    --fs-title: 20px;
    --fs-submit: 14px;
    --fs-title-blog: 15px;
    --fs-paragraph-bigger: 14px;
    --fs-title-itinerary: 14px;
    --fs-title-download: 16px;
    --fs-title-detailblog: 20px;
  }
}
@media (max-width: 35.9375em) {
  :root {
    --width-container: 100%;
    --width-container-2: 100%;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.my-block {
  margin: var(--pad-section) 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 15px;
}

.no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.3);
}

.bg-gray {
  background: var(--bg-tour-detail);
}

.radius {
  border-radius: 15px;
}

@keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-facebook_1 {
  0% {
    top: 36px;
    height: 128px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_1 {
  0% {
    top: 36px;
    height: 128px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes lds-facebook_2 {
  0% {
    top: 42px;
    height: 116px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_2 {
  0% {
    top: 42px;
    height: 116px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes lds-facebook_3 {
  0% {
    top: 48px;
    height: 104px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_3 {
  0% {
    top: 48px;
    height: 104px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
.btn-loading {
  width: 100%;
  height: 100%;
  background: #d11920;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  overflow: hidden;
  text-align: center;
  display: block;
}

.btn-sending {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  overflow: hidden;
  text-align: center;
  display: none;
}

.btn-sending.show {
  display: block;
}

body.over {
  overflow: hidden;
}

.lds-ellipsis {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  margin: auto;
  margin-top: 14%;
}
.lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.lds-ellipsis div > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  background: #ffffff;
}
.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 4s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}

.lds-facebook {
  position: relative;
  width: 51px !important;
  height: 51px !important;
  -webkit-transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
  transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
  margin: auto;
}
.lds-facebook div {
  position: absolute;
  width: 30px;
}
.lds-facebook div:nth-child(1) {
  left: 35px;
  background: #28292f;
  -webkit-animation: lds-facebook_1 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_1 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.28s;
  animation-delay: -0.28s;
}
.lds-facebook div:nth-child(2) {
  left: 85px;
  background: #0a0a0a;
  -webkit-animation: lds-facebook_2 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_2 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
}
.lds-facebook div:nth-child(3) {
  left: 135px;
  background: #464141;
  -webkit-animation: lds-facebook_3 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_3 1.4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

:root {
  --pad-module: 40px;
  --pad-section: 100px;
  --mg-40: 40px;
  --mg-35: 35px;
  --mg-30: 30px;
  --mg-20: 20px;
  --mg-15: 15px;
  --color-main: #FBAB04;
  --color-main1: #1A2A54;
  --color-check: #ef2126;
  --color-red: #ec282f;
  --color-white: #fff;
  --color-text: #333333;
  --color-placeholder: #333;
  --color-placeholder1: #959595;
  --color-dot: #bebebe;
  --color-star: #FFAB00;
  --color-border: #b2b2b2;
  --color-date: #797979;
  --color-path: #a9a9a9;
  --color-question: #daaf01;
  --color-bf-itinerary: #adadad;
  --color-hotline: #ec282f;
  --color-important: #ff0000;
  --color-social-ft: #515151;
  --bg-translate: #eeefef;
  --bg-mess: #1777f1;
  --bg-zalo: #008ff3;
  --bg-type-about: #ebebeb;
  --bg-filter: #F6F6F6;
  --bg-blog: #f4f3f3;
  --bg-tour-detail: #F4F4F4;
  --bd-item-tour: #e2e2e2;
  --bd-item-blog: #e4e4e4;
  --bd-ft: #e3e3e3;
  --bd-contact: #d2d2d2;
  --bd-submenu: #e9e9e9;
  --bd-type-infor: #cacaca;
  --bd-item-cabin: #DADADA;
  --h-header: 138.2px;
  --h-header-mini: 80px;
  --width-container-2: calc(100% - 120px);
  --width-container: 1400px;
  --fs-about-option-index: 32px;
  --fs-header: 18px;
  --fs-h1: 26px;
  --fs-h2: 22px;
  --fs-h3: 18px;
  --fs-h4: 16px;
  --fs-h5: 15px;
  --fs-h6: 14px;
  --fs-14: 14px;
  --fs-hd: 17px;
  --fs-search: 16px;
  --fs-paragraph: 16px;
  --fs-path: 16px;
  --fs-more: 16px;
  --fs-text-min: 14px;
  --fs-text: 16px;
  --fs-text-small: 15px;
  --fs-submit: 16px;
  --fs-filter: 16px;
  --fs-paragraph-bigger: 20px;
  --fs-title: 44px;
  --fs-title-function: 16px;
  --fs-title-tour: 16px;
  --fs-title-itinerary: 16px;
  --fs-title-service-index: 20px;
  --fs-title-contact: 22px;
  --fs-title-download: 24px;
  --fs-title-place: 20px;
  --fs-title-min: 26px;
  --fs-title-staff: 18px;
  --fs-title-feedback: 18px;
  --fs-title-input: 18px;
  --fs-title-tour-detail: 24px;
  --fs-title-tour-detail1: 22px;
  --fs-title-blog: 19px;
  --fs-title-about: 18px;
  --fs-title-blog1: 16px;
  --fs-title-blog2: 14px;
  --fs-title-detailblog: 32px;
  --fs-title-ft: 16px;
  --fs-title-product: 24px;
  --fs-title-product-min: 20px;
  --color-fb: #1877F2;
  --color-tw: #1DA1F2;
  --color-yt: #CD201F;
  --color-in: #CD201F;
  --color-tt: #410093;
}

@media (max-width: 1600px) {
  :root {
    --width-container-2: 1400px;
    --pad-module: 30px;
    --pad-section: 70px;
    --fs-hd: 15px;
    --fs-search: 15px;
    --fs-paragraph: 15px;
    --fs-path: 15px;
    --fs-more: 15px;
    --fs-text-min: 14px;
    --fs-text: 15px;
    --fs-text-small: 15px;
    --fs-submit: 15px;
    --fs-filter: 15px;
    --fs-title: 36px;
  }
}
@media (max-width: 87.4375em) {
  :root {
    --width-container: 1140px;
    --width-container-2: 1140px;
  }
}
@media (max-width: 74.9375em) {
  :root {
    --width-container: 960px;
    --width-container-2: 960px;
    --fs-paragraph: 14px;
    --fs-path: 14px;
    --pad-section: 15px;
    --fs-more: 14px;
  }
}
@media (max-width: 61.9375em) {
  :root {
    --width-container: 720px;
    --width-container-2: 720px;
    --pad-section: 15px;
    --fs-title: 22px;
  }
}
@media (max-width: 47.9375em) {
  :root {
    --pad-module: 15px;
    --pad-section: 15px;
    --width-container: 540px;
    --width-container-2: 540px;
    --mg-40: 15x;
    --mg-35: 15x;
    --mg-30: 15px;
    --mg-20: 15px;
    --mg-15: 15px;
    --fs-text: 15px;
    --fs-hd: 14px;
    --h-header: 93px;
    --fs-search: 14px;
    --fs-title-function: 15px;
    --fs-title-tour: 15px;
    --fs-title: 20px;
    --fs-submit: 14px;
    --fs-title-blog: 15px;
    --fs-paragraph-bigger: 14px;
    --fs-title-itinerary: 14px;
    --fs-title-download: 16px;
    --fs-title-detailblog: 20px;
  }
}
@media (max-width: 35.9375em) {
  :root {
    --width-container: 100%;
    --width-container-2: 100%;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.my-block {
  margin: var(--pad-section) 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 15px;
}

.no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.3);
}

.bg-gray {
  background: var(--bg-tour-detail);
}

.radius {
  border-radius: 15px;
}

/* header */
/* box-1 */
/* box-2 */
/* box-3 */
/* box-5 */
/* footer */
/* cruises-2 */
/* tool-right */
/* :start */
/* pagination */
/* cruise3 */
/* .travel-style2 */
/* visa2 */
/* customzed */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
/*destinations*/
/* sua excursion */
/* header-right */
/* them */
/*custommiz-2*/
/* sua 10/3 */
/*style hung*/
body::selection {
  color: #000;
  background: #01b9bb;
}
body::-moz-selection {
  color: #000;
  background: #01b9bb;
}
body::-webkit-input-placeholder {
  color: #c9c9c9;
  text-overflow: ellipsis;
}
body:-moz-placeholder {
  color: #01b9bb !important;
  text-overflow: ellipsis;
  opacity: 1;
}
body::-moz-placeholder {
  color: #01b9bb !important;
  text-overflow: ellipsis;
  opacity: 1;
}
body:-ms-input-placeholder {
  color: #01b9bb !important;
  text-overflow: ellipsis;
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
  box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
  background-color: rgba(100, 100, 100, 0.3);
}
body::-webkit-scrollbar-thumb {
  background: #01b9bb;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: #01b9bb;
}

img {
  max-width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

a:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.5s linear;
}
a:hover {
  text-decoration: none;
  color: #01b9bb;
}

button:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

select:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

h1 {
  font-family: Arial;
}

h2 {
  font-family: Arial;
}

h3 {
  font-family: Arial;
}

h4 {
  font-family: Arial;
}

h5 {
  font-family: Arial;
}

h6 {
  font-family: Arial;
}

body {
  color: #000;
  font-weight: 300;
  font-family: Freight-Big !important;
}

.tbl {
  display: table;
  margin: 0;
  padding: 0;
}
.tbl > .tbl-cell {
  display: table-cell;
}

.header-bottom {
  display: table;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.header-bottom .nav-desktop ul.tbl {
  width: 100%;
}
.header-bottom .nav-desktop {
  float: right;
}
.header-bottom .logo {
  float: left;
  line-height: 70px;
  padding: 0 8px;
}
.header-bottom .logo img {
  max-height: 80px;
}

.sticker-body > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.7);
}
.submenu .sub-ul {
  padding: 20px 10px 15px;
  margin: 0;
  list-style: none;
  min-width: 211px;
}
.submenu .sub-ul li {
  text-align: left;
}
.submenu .sub-ul li a:hover {
  text-decoration: underline;
}
.submenu .sub-ul li:last-child {
  border-bottom: none;
  padding: 0;
}

.nav-desktop > ul > li {
  position: relative;
  transition: all 0.5s linear;
  padding: 0 15px;
  display: inline-block !important;
}
.nav-desktop > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.nav-desktop .submenu .sub-ul li a {
  font-size: 16px;
  display: block;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  text-transform: initial;
}
.nav-desktop .submenu .sub-ul li a:before {
  display: none;
}
.nav-desktop .submenu .sub-ul .sub-li {
  line-height: 0;
  border-bottom: 1px solid #639f41;
}
.nav-desktop ul li a {
  line-height: 70px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.nav-desktop ul li:hover a:before {
  content: "";
  border-bottom: 3px solid #bb2301;
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
}
.nav-desktop ul li:hover a {
  color: #01b9bb;
}
.nav-desktop ul li:hover {
  color: #01b9bb;
}
.nav-desktop ul li:last-child:hover {
  background: transparent;
}
.nav-desktop ul li:last-child {
  padding: 0;
  padding-left: 10px;
}
.nav-desktop ul li.active a:before {
  content: "";
  border-bottom: 3px solid #bb2301;
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
}
.nav-desktop ul li.active a {
  color: #01b9bb;
  color: #01b9bb;
}
.nav-desktop ul li.active {
  color: #01b9bb;
}

.icon-sr {
  color: #9c9c9c;
}

.search-hdr .form-search {
  opacity: 0;
  position: absolute;
  top: -8px;
  right: 30px;
  transition: 0.5s;
  width: 0;
  visibility: hidden;
}
.search-hdr .form-search form {
  position: relative;
}
.search-hdr .form-search form input {
  border: 1px solid #efefef;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  border-radius: 3px;
}
.search-hdr .form-search form input::placeholder {
  font-size: 16px;
}
.search-hdr .form-search form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #6c757d;
}
.search-hdr .form-search.click-search {
  width: 280px;
  opacity: 1;
  visibility: visible;
}

.find-trip {
  background: rgba(51, 51, 51, 0.4901960784);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 5px 0 0px;
  transform: translateY(-100%);
}

.slider-banner .item img {
  width: 100%;
  height: 100vh;
}

.wrap-find {
  display: table;
  width: 100%;
}
.wrap-find form {
  display: table;
  width: 100%;
}
.wrap-find form .form-group {
  float: left;
  width: calc(29% - 10px);
  margin-right: 10px;
}
.wrap-find form .form-group input[type=text] {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: none;
  border: 1px solid #b4babe;
  padding: 0 15px;
}
.wrap-find form .form-group input[type=text]::placeholder {
  color: #333333;
}
.wrap-find form span.text-find {
  display: block;
  text-align: center;
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 40px;
}
.wrap-find form button.btn-search.flt {
  float: left;
  width: 13%;
}

.wrap-find.flt {
  margin-bottom: 0;
}

.flt {
  float: left;
}

.lst-sld-banner {
  position: relative;
}
.lst-sld-banner .lSSlideOuter .lSPager.lSpg {
  display: none;
}
.lst-sld-banner .lSAction > a {
  background: url(../images/arow-white.png) no-repeat rgba(0, 0, 0, 0.5411764706);
  opacity: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center;
  z-index: 999;
}
.lst-sld-banner .lSAction > .lSNext {
  transform: rotate(180deg);
  right: 20px;
}
.lst-sld-banner .lSAction > .lSPrev {
  left: 20px;
}

span.text-find {
  font-size: 20px;
  color: #fff;
  margin-right: 38px;
  line-height: 37px;
}

.form-group.flt {
  margin-bottom: 0;
  width: 381px;
  margin-left: 11px;
}
.form-group.flt .form-control {
  border-radius: initial;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arow-down.png) no-repeat center #fff;
  background-position-x: 353px;
}

button.btn-search.flt {
  float: right;
  background: #bb2301;
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 37px;
  padding: 0 27px;
  font-weight: 700;
}

.item-box ._img {
  height: 235px;
  overflow: hidden;
}
.item-box ._img img {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.item-box img {
  overflow: hidden;
}
.item-box:hover img {
  transform: scale(1.1);
}

.desc-box {
  text-align: center;
  padding: 25px;
}
.desc-box .tit-h3 h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Freight-Big;
}
.desc-box .txt {
  font-size: 16px;
  line-height: 18px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.desc-box .txt div, .desc-box .txt p, .desc-box .txt li {
  font-size: 16px;
  line-height: 18px;
}

.box-h2 h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Freight-Big;
}
.box-h2 h2::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #bb2301;
}

.lst-box .lSSlideOuter .lSPager.lSpg {
  display: none;
}
.lst-box {
  margin-top: 30px;
  position: relative;
}
.lst-box .lSAction > a {
  background: url(../images/arow-black.png) no-repeat;
  opacity: 1;
  top: 28%;
  margin-top: 0;
}
.lst-box .lSAction > .lSPrev {
  left: -25px;
}
.lst-box .lSAction > .lSNext {
  right: -15px;
  transform: rotate(180deg);
}
.lst-box .lSSlideWrapper {
  position: initial;
  overflow: initial;
}

.box-1 {
  padding: 50px 0;
}

.box-2 {
  background: #f0f0f0;
  padding: 50px 0;
}

.slider-box-2 .item-box ._img {
  width: 365px;
}

.slider-box-4 .item-box ._img {
  width: 365px;
}

.box-3 {
  background: url(../images/bg-box-3.jpg);
  background-size: 100% 100%;
  padding: 74px 0;
}

.box-3-h2 h2 {
  color: #fff;
}
.box-3-h2 h2::before {
  background: #fff;
}

.slider-box-3 {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  margin: 0 -11px;
}
.slider-box-3 .item-box {
  position: relative;
  margin: 10px;
}
.slider-box-3 .item-box .desc-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
}
.slider-box-3 .item-box .desc-box .tit-h3 h3 {
  width: 100%;
  margin-bottom: 0;
  padding: 210px 15px 15px;
  background: linear-gradient(to top, #000 0%, rgba(43, 43, 43, 0) 65%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.box-4 {
  background: #f0f0f0;
  padding: 70px 0;
}

.lst-box-5 {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  margin: 30px -15px 0;
}
.lst-box-5 .item-box ._img {
  height: 300px;
}
.lst-box-5 .item-box {
  position: relative;
  margin: 12px 15px;
  overflow: hidden;
  background: #f0f0f0;
}
.lst-box-5 .item-box .desc-box {
  display: table;
  position: absolute;
  bottom: -65px;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: rgb(0, 0, 0);
  padding: 10px;
  transition: all 0.2s linear;
  height: 120px;
}
.lst-box-5 .item-box:hover .desc-box {
  bottom: 0;
}

.tit-box-5 p {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  color: #ffffff;
}
.tit-box-5 p span {
  font-size: 16px;
}
.tit-box-5 {
  text-align: left;
}
.tit-box-5 p.tit-tien span:first-child {
  width: 230px;
  height: 60px;
  line-height: 1.5;
  overflow: hidden;
  max-height: 60px;
}

p.tit-date span:first-child {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
p.tit-date span:first-child a {
  color: #ffffff;
  font-weight: 700;
}
p.tit-date span:first-child a:hover {
  color: #bb2301;
}

p.tit-tien span:last-child {
  font-weight: 700;
  font-size: 22px;
  color: red;
}

.txt-box-5 p {
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  height: 48px;
  max-height: 48px;
  line-height: 24px;
  margin-top: 15px;
}

.reqequest a {
  font-weight: 600;
  background: #bb2301;
  color: #ffffff;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  line-height: 28px;
  float: right;
}
.reqequest a:hover {
  background: #01b9bb;
}
.reqequest {
  display: table-footer-group;
}

.box-5 {
  padding: 70px 0;
}

.lst-ft-top {
  display: grid;
  grid-template-columns: 18% 18% 18% 28% 18%;
  margin: 0 -5px;
}
.lst-ft-top .item ul {
  list-style: none;
  padding: 0;
}
.lst-ft-top .item ul li a {
  color: #fff;
  font-size: 16px;
}
.lst-ft-top .item ul li a i {
  padding-right: 10px;
}
.lst-ft-top .item ul li a:hover {
  color: #6b6b6b;
}
.lst-ft-top .item {
  margin: 0 5px;
}

.footer-top {
  background: #bb2301;
  padding: 50px 0 35px;
}

.tit-ft-top {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 18px;
}

.lst-ft-bt {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
}
.lst-ft-bt .item ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.lst-ft-bt .item ul li a {
  color: #fff;
}
.lst-ft-bt .item ul li {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  border-radius: 50%;
}
.lst-ft-bt .item ul.mxh li {
  background: #3b5999;
  padding-bottom: 0;
  margin-right: 10px;
}
.lst-ft-bt .item ul.mxh li:nth-child(2) {
  background: #55acee;
}
.lst-ft-bt .item ul.mxh li:nth-child(3) {
  background: #cd201f;
}
.lst-ft-bt .item ul.mxh li:nth-child(4) {
  background: #e4405f;
}
.lst-ft-bt .item ul.mxh li:nth-child(5) {
  background: #00AFF0;
}
.lst-ft-bt .item ul.mxh li:nth-child(6) {
  background: #25D366;
}
.lst-ft-bt .item ul.mxh li:hover {
  background: transparent;
}
.lst-ft-bt .item ul.dc-ft {
  padding: 0 25px;
}
.lst-ft-bt .item:last-child {
  margin: auto;
}

.footer-bottom {
  background: #333333;
  padding: 45px 0;
}

.tit-ft-bt {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 23px;
}
.tit-ft-bt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 45px;
  background: #bb2301;
}

.dc-ft li::before {
  content: "\f015";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 4px;
  left: -25px;
}
.dc-ft li.fone::before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
}
.dc-ft li.fone-2::before {
  content: "";
  background: url(../images/ic-font-ft.jpg) no-repeat;
  width: 15px;
  height: 15px;
}
.dc-ft li.mail::before {
  content: "\f003";
  font: normal normal normal 14px/1 FontAwesome;
}

ul.ft-about-us {
  display: table;
}
ul.ft-about-us li {
  width: 50%;
  float: left;
}
ul.ft-about-us li i {
  padding-right: 10px;
}

ul.mxh {
  display: flex;
  margin-bottom: 15px;
}
ul.mxh li a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #898984;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-bottom: 0 !important;
  text-decoration: none;
}
ul.mxh li:first-child a {
  margin-left: 0;
}

.copy-rght {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.nh-dt ul {
  display: table;
}
.nh-dt ul li:first-child {
  padding-left: 0;
}
.nh-dt ul li {
  display: inline-block;
  padding-left: 5px;
}

.slider-banner-tt {
  width: 100%;
}
.slider-banner-tt img {
  width: 100%;
}

.item-cruise2 ._img {
  width: 364px;
  overflow: hidden;
  height: 235px;
}
.item-cruise2 ._img img {
  width: 100%;
}
.item-cruise2:hover img {
  transform: scale(1.1);
}
.item-cruise2 .desc {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.item-cruise2 .desc .tit-h3 a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.item-cruise2 {
  margin: 25px 0;
}

.form-gia {
  font-size: 16px;
}
.form-gia span {
  color: #db1616;
}

.tit-h1 h1 {
  font-size: 28px;
  font-family: Freight-Big;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 13px;
  color: rgb(0, 0, 0);
}
.tit-h1 h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #bb2301;
}

.tit-orther h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #bb2301;
}
.tit-orther h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.lst-denvau {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  margin: 0 -30px;
}
.lst-denvau .item {
  padding: 0 30px;
}
.lst-denvau .item:last-child {
  border-right: none;
}

.denvau {
  background: url(../images/vietnam-tours-2.jpg);
  background-position: bottom;
  padding: 30px 0;
  margin-bottom: 1px;
  margin-top: 10px;
}

.tit-denvau {
  color: #bb2301;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.desc-denvau p {
  color: #fff;
  font-size: 16px;
}

.tool-right ul {
  display: table;
  padding: 10px 0;
  margin-bottom: 0;
}
.tool-right ul li {
  display: inline-block;
  font-size: 15px;
}
.tool-right ul li i {
  padding: 0 10px;
}
.tool-right ul li a.active {
  color: #01b9bb;
}

.star {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 16px;
  left: 0;
}
.star input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}
.star input:checked ~ label:before {
  color: #FFC107;
}
.star label {
  position: relative;
  float: right;
  color: #C8C8C8;
}
.star label:before {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.star label:hover ~ label:before {
  color: #ffdb70;
}
.star label:hover:before {
  color: #FFC107;
}

.pagi {
  clear: both;
  margin: auto;
  display: table;
}
.pagi nav ul li {
  display: inline-block;
  border: none;
}
.pagi nav ul li a {
  margin-right: 10px;
  color: #312c2c;
  font-weight: 400;
  transition: ease-in-out 0.3s;
  display: block;
  border-color: #b4b4b4;
  padding: 6px 11px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #d4d4d4;
  line-height: 18px;
}

.pagination {
  padding: 30px 0;
  display: table;
}
.pagination > li > a.active {
  border-color: #01b9bb;
  color: #333;
  background: initial;
}
.pagination > li > a:hover {
  border-color: #01b9bb;
  color: #333;
  background: initial;
}
.pagination > li:first-child > a {
  border-radius: 0px;
}
.pagination > li:last-child > a {
  border-radius: 0px;
}

.cruise-3 .tit-h1 h1:before {
  display: none;
}
.cruise-3 .tit-h1 h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.cruise-3 .tit-h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frm-gia {
  font-size: 16px;
  line-height: 24px;
}
.frm-gia span {
  font-weight: 700;
  color: #fe0000;
  font-size: 23px;
}

._img-cruise-3 img {
  width: 100%;
}

.tit-review {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}

.txt-overreview p {
  font-size: 16px;
  text-align: justify;
}
.txt-overreview {
  padding: 30px 0;
}

.item-tour-au ._img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.item-tour-au ._img a {
  display: block;
  width: 100%;
  height: 100%;
}
.item-tour-au ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-tour-au:hover img {
  transform: scale(1.1);
}
.item-tour-au {
  margin: 15px 0;
}

.desc-tour-au .tit-h3 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.desc-tour-au .txt {
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  max-height: 48px;
}
.desc-tour-au {
  padding-top: 25px;
}
.desc-tour-au .date {
  padding: 15px 0;
}

.date {
  font-size: 16px;
}

h2.h2-visa2 {
  font-size: 18px;
  font-weight: 700;
}

.visa2 p {
  font-size: 16px;
  text-align: justify;
}
.visa2 {
  margin-bottom: 80px;
}

.lst-cruise2 {
  padding-bottom: 20px;
}

.lst-infor {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0 0px;
  padding: 25px 0;
}
.lst-infor .item {
  display: table;
  margin: 0 30px 10px;
}
.lst-infor .item label {
  float: left;
  width: 123px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}
.lst-infor .item input {
  float: left;
  width: calc(100% - 123px);
}
.lst-infor .item select {
  float: left;
  width: calc(100% - 123px);
  font-size: 16px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  background: url(../images/img-arow-down.jpg) no-repeat;
  background-position-x: 370px;
  background-position-y: 12px;
}

.contact-infomation .tit-h2 h2 {
  background: #eaeaea;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  padding-left: 32px;
  margin-bottom: 0;
}

.lst-travel-infor .item input {
  background: url(../images/img-date.jpg) no-repeat;
  background-position-x: 370px;
  background-position-y: 5px;
  border: none;
  border: 1px solid #a9a9a9;
  height: 30px;
}

.wrap-item-of-travel {
  display: flex;
  width: 100%;
  margin: 22px 0 30px;
}
.wrap-item-of-travel .item-of-travel:first-child {
  padding-left: 0;
}

.item-of-travel select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px;
  height: 30px;
  background: url(../images/img-arow-down.jpg) no-repeat;
  background-position-x: 249px;
  background-position-y: 12px;
  font-size: 16px;
}
.item-of-travel {
  width: 25%;
  padding-left: 10px;
}

.prefer select {
  font-size: 16px;
  width: 379px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px;
  height: 30px;
  background: url(../images/img-arow-down.jpg) no-repeat;
  background-position-x: 356px;
  background-position-y: 12px;
}
.prefer {
  padding: 25px 0;
}

.number-of-travel .tit {
  font-size: 16px;
}

.lst-infor.lst-travel-infor {
  margin: 0 -30px;
}

.list-travelinformation {
  padding: 0 30px;
}

.check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check input:checked ~ .checkmark:after {
  display: block;
}
.check:hover input ~ .checkmark {
  background-color: #ccc;
}
.check .checkmark:after {
  left: 2px;
  top: 2px;
  width: 7px;
  height: 7px;
  background: #333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 13px;
  width: 13px;
  border: 1px solid #333;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tit-bold {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
}

.check-modes {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 30px;
}
.check-modes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-modes input:checked ~ .checkmark-modes:after {
  display: block;
}
.check-modes:hover input ~ .checkmark-modes {
  background-color: #ccc;
}
.check-modes .checkmark-modes:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 1px solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark-modes {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 13px;
  width: 13px;
  border: 1px solid #333;
}
.checkmark-modes:after {
  content: "";
  position: absolute;
  display: none;
}

.modes-first {
  margin-left: 0;
}

.lst-accom-last .item {
  margin: auto;
}
.lst-accom-last .item .check-modes {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}
.lst-accom-last {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  float: left;
  width: calc(100% - 60px);
}

.wrap-acom-last {
  display: table;
  width: calc(100% - 60px);
  margin: 25px 30px;
}
.wrap-acom-last:last-child .tit-accom {
  padding: 0;
  width: 300px;
  line-height: 25px;
}
.wrap-acom-last:last-child .lst-accom-last .check-modes {
  text-transform: uppercase;
  padding-left: 15px;
  margin-left: 15px;
}
.wrap-acom-last:last-child .lst-accom-last {
  display: block;
  width: calc(100% - 300px);
}

.tit-accom {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  width: 60px;
  float: left;
  padding-top: 20px;
  color: rgb(0, 0, 0);
}

.contact-visit {
  margin-top: 30px;
}

.desc-content {
  padding: 20px 0 40px;
  overflow: hidden;
}
.desc-content .text {
  width: 68%;
  float: left;
  padding-right: 30px;
  text-align: justify;
}
.desc-content .text p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  font-weight: 300;
}
.desc-content .text ul {
  padding-left: 20px;
}
.desc-content .img {
  width: 32%;
  float: left;
}
.desc-content .img img {
  width: 100%;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tab-destination {
  clear: both;
  padding-bottom: 40px;
}
.tab-destination .nav-tabs .nav-item {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 20px;
  line-height: 24px;
  color: #fff;
  border: initial;
  margin: 0;
}
.tab-destination .nav-tabs .nav-item:hover {
  background: #333333;
  border-radius: 0;
}
.tab-destination .nav-tabs .nav-item.show {
  background: #333333;
  border-radius: 0;
}
.tab-destination .nav-tabs .nav-item.active {
  background: #333333;
  border-radius: 0;
}
.tab-destination .nav-tabs {
  background: #bb2301;
  border: initial;
}

.tab-content-dess .wrap {
  padding: 20px 14px 40px;
}
.tab-content-dess .wrap strong {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
}
.tab-content-dess .wrap strong:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  position: absolute;
  left: -14px;
  top: 0px;
  color: #bb2301;
}
.tab-content-dess .wrap p {
  font-size: 16px;
}
.tab-content-dess .wrap ul {
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.lst-city .item {
  display: grid;
  grid-template-columns: 32% 68%;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.lst-city .item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.lst-city .item .txt {
  padding-left: 25px;
}
.lst-city .item h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.lst-city .item p {
  font-size: 16px;
  line-height: 24px;
  max-height: 120px;
  overflow: hidden;
  text-align: justify;
  color: rgb(0, 0, 0);
}

.tab-gallery {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 15px -9px;
}
.tab-gallery a:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.tab-gallery a:nth-child(10) {
  grid-column: 3/5;
  grid-row: 3/5;
}
.tab-gallery a {
  margin: 9px;
}
.tab-gallery a img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.tab-video .item {
  width: calc(50% - 22px);
  float: left;
  margin: 0 11px;
}
.tab-video .item iframe {
  width: 100%;
  height: 320px;
}
.tab-video {
  overflow: hidden;
  padding: 36px 0;
  margin: 0 -11px;
}
.tab-video h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.maps iframe {
  width: 100%;
  height: 566px;
  margin: 20px 0;
}

.tab-tour {
  margin: 15px 0;
}

.tour-details .desc {
  margin: 15px 0 30px;
  overflow: hidden;
}
.tour-details .desc .img {
  width: 31%;
  float: left;
}
.tour-details .desc .text {
  width: 69%;
  float: left;
  padding-left: 30px;
}
.tour-details .desc .text h1 {
  font-size: 28px;
  text-transform: uppercase;
}
.tour-details .desc .text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tour-details .desc .text ul li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 25px;
}
.tour-details .desc .text ul li span {
  font-size: 20px;
  color: Red;
}
.tour-details .desc .text ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/html/style/images/ic-ul.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: -1px -3px;
}
.tour-details .desc .text ul li:nth-child(2):before {
  background-position: -1px -36px;
}
.tour-details .desc .text ul li:nth-child(3):before {
  background-position: -1px -63px;
}
.tour-details .desc .text ul li:nth-child(4):before {
  background-position: 1px -99px;
}

.tab-table table {
  width: 100%;
}
.tab-table .form-submit {
  margin: 40px 0;
  border-top: 1px solid #dcdcdc;
}
.tab-table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 2px solid #dcdcdc;
  padding: 0 30px;
  background: #fff;
}
.tab-table tr th:nth-child(1) {
  width: 10%;
  text-align: center;
}
.tab-table tr td:last-child {
  width: 17%;
  border: initial;
}
.tab-table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 30px;
  border-right: 1px solid #dcdcdc;
}
.tab-table tr td:nth-child(1) {
  text-align: center;
  font-weight: 700;
}
.tab-table tr:nth-child(odd) {
  background: #f1f1f1;
}

.btn-submit button {
  height: 34px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 38px;
  box-shadow: initial;
  border: initial;
  margin: 0 5px;
  background: #f08800;
  color: #fff;
  font-weight: 700;
}
.btn-submit button:last-child {
  background: #bb2301;
}
.btn-submit {
  text-align: right;
  padding: 15px 0;
}

.form-info {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #dadada;
}
.form-info span {
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
}
.form-info input {
  height: 32px;
  border-radius: 0;
}
.form-info input::placeholder {
  color: #000;
  font-size: 16px;
}
.form-info textarea {
  height: 77px;
  border-radius: 0;
}
.form-info button {
  height: 37px;
  border: initial;
  background: #777777;
  color: #fff;
  text-transform: uppercase;
  padding: 0 22px;
  border-radius: 5px;
  margin: 10px 0;
}
.form-info button small {
  font-size: 13px;
  padding-left: 10px;
  text-transform: initial;
}

.panel-group {
  overflow: hidden;
  border-top: 1px solid #b6b6b6;
  margin: 40px 0 10px;
}

.panel-title {
  display: grid;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  margin: 0;
  grid-template-columns: 10% 88% 16px;
  background: #f1f1f1;
  padding: 5px 0;
}
.panel-title span {
  font-weight: 700;
  padding: 0 5px;
}
.panel-title i {
  font-size: 25px;
  display: none;
}

.collapse-2.active .panel-title {
  background: #f1f1f1;
}
.collapse-2.active .panel-title i {
  transform: rotateX(180deg);
}
.collapse-2.active .panel-body {
  display: block;
}
.collapse-2.active .panel-body img {
  min-height: initial;
}

.collapse-2 {
  border-bottom: 1px solid #b6b6b6;
}

.panel-body {
  border-top: 1px solid #b6b6b6;
  font-size: 16px;
  padding: 18px 0;
  line-height: 24px;
  text-align: justify;
}
.panel-body ul {
  padding-left: 15px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.panel-body ul li {
  margin-bottom: 15px;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.panel-body ul li:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #505050;
  font-size: 10px;
}
.panel-body strong {
  font-size: 17px;
  margin-bottom: 20px;
}
.panel-body p {
  margin-bottom: 20px;
}

.tav-price .item {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
.tav-price {
  margin: 0 -15px;
  overflow: hidden;
  padding: 25px 0 40px;
}
.tav-price h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 15px;
}
.tav-price ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.tav-price ul li {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.tav-price ul li:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #505050;
  font-size: 10px;
}

.btn-infor {
  text-align: center;
  margin: 30px 0;
}
.btn-infor button {
  height: 34px;
  border-radius: 5px;
  border: initial;
  margin: 0 4px;
  min-width: 126px;
  color: #fff;
  background: #f08800;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-infor button:last-child {
  background: #039799;
}

.news-orther h2 {
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin: 22px 0;
  position: relative;
  padding-bottom: 10px;
}
.news-orther h2:before {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  background: #bb2301;
}
.news-orther ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-orther ul li {
  padding-left: 14px;
  line-height: 30px;
  display: block;
  position: relative;
  font-size: 16px;
}
.news-orther ul li span {
  font-size: 16px;
  color: #9b9b9b;
  padding-left: 5px;
}
.news-orther ul li::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 8px;
  color: #01a85a;
  font-weight: 700;
}

.img-mxh {
  padding: 10px 0 5px;
  border-top: 1px solid #dbdbdb;
}

.item-excursion {
  display: grid;
  grid-template-columns: 45% 55%;
  margin: 15px 0;
}
.item-excursion img:hover {
  transform: scale(1.5);
}
.item-excursion ._img {
  height: 163px;
  overflow: hidden;
}

.desc-excursion .tit-h3 h3 {
  font-size: 20px;
}
.desc-excursion {
  margin-left: 10px;
}

ul.rght-excursion {
  padding: 0;
  list-style: none;
}
ul.rght-excursion li.li-excursion {
  font-size: 16px;
  padding-bottom: 5px;
}
ul.rght-excursion li.li-excursion i {
  padding-right: 5px;
}

.nav-rght-top {
  display: flex;
  color: #fff;
  justify-content: flex-end;
  padding: 2px 0;
}
.nav-rght-top .pdf {
  padding-left: 20px;
}

.lh-nav a {
  color: #fff;
  transition: initial;
  font-size: 16px;
}
.lh-nav a:hover {
  color: orange;
}

.language {
  position: relative;
}
.language:hover .drop-selection {
  display: block;
}
.language span {
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
  cursor: pointer;
}

.drop-selection {
  position: absolute;
  z-index: 999;
  top: 26px;
  left: 7px;
  width: 120px;
  background: #fff;
  display: none;
}
.drop-selection a {
  color: #333;
  display: block;
  padding: 5px 10px;
  transition: initial;
}
.drop-selection a:hover {
  background: rgba(183, 177, 177, 0.3803921569);
}
.drop-selection a img {
  margin-right: 10px;
}

.email-nav a {
  color: #fff;
  transition: initial;
  font-size: 16px;
}
.email-nav a:hover {
  color: hsl(39, 100%, 50%);
}
.email-nav i {
  padding-right: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: table;
  width: 100%;
}

.header-top {
  background: #bb2301;
}

header.menuden {
  position: initial;
  z-index: 999;
  z-index: 2;
  top: 0;
  left: 0;
  background: #4d4a4a;
}
header.menuden .header-bottom {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 9999;
}

.name-tour {
  border-bottom: 1px solid #9e0b0f;
  margin-bottom: 15px;
}

.form-request .from-group {
  display: flex;
  margin-bottom: 15px;
}
.form-request .from-group label {
  width: 300px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.form-request .from-group label input.form-check-input {
  width: initial;
}
.form-request .from-group label span {
  color: red;
}
.form-request .from-group select {
  width: 615px;
}
.form-request .from-group .input-group {
  width: 615px;
}
.form-request .from-group .input-group input.datetime {
  width: initial;
}
.form-request .from-group .form-input {
  width: 615px;
}
.form-request .from-group input {
  width: 615px;
}
.form-request .from-group input.form-number {
  width: initial;
}
.form-request .from-group textarea {
  width: 615px;
}

.book-tours {
  width: 945px;
  background: rgba(235, 235, 235, 0.3411764706);
  margin: 30px auto 50px;
  padding: 15px;
  display: table;
}

.form-control.datetime {
  background: #eee;
}

.many-people input::placeholder {
  color: #a699a6;
  font-size: 16px;
}
.many-people .row {
  margin: 0;
}
.many-people {
  margin-left: 30px;
  margin-right: 15px;
  width: 615px;
}

.check-box {
  display: table;
  width: 100%;
}
.check-box .form-check {
  float: left;
  width: 13%;
}

button.submit {
  float: right;
  background: #777777;
  color: #fff;
  margin-right: 47px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
button.submit:hover {
  color: #fff;
  background: #bb2301;
}

.item-form-regis {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.item-form-regis label {
  width: 160px;
  float: left;
  text-align: right;
  margin-right: 30px;
  font-size: 15px;
  padding-top: 5px;
}
.item-form-regis label span {
  color: rgb(255, 0, 0);
}
.item-form-regis input {
  float: left;
  width: calc(100% - 190px);
  height: 32px;
}
.item-form-regis select {
  float: left;
  width: calc(100% - 190px);
  max-width: 170px;
  height: 32px;
}
.item-form-regis textarea {
  float: left;
  width: calc(100% - 190px);
}

.wrap-regis {
  width: 650px;
  margin: 30px auto;
  display: table;
}

button.submit-regis {
  float: right;
  border: none;
  padding: 0 25px;
  line-height: 45px;
  background: orange;
  text-transform: uppercase;
  font-weight: 700;
  color: #bb2301;
}
button.submit-regis:hover {
  background: green;
}

.tit-regis {
  padding-left: 38px;
}

.item-tv {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}
.item-tv ._img {
  width: 249px;
  height: 154px;
  overflow: hidden;
  float: left;
  padding: 1px;
  border: 1px solid #d9d9d9;
  display: flex;
}
.item-tv ._img .img {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.item-tv ._img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-tv:hover ._img img {
  transform: scale(1.1);
}
.item-tv .desc-item-tv {
  float: left;
  width: calc(100% - 249px);
  padding-left: 20px;
}
.item-tv .desc-item-tv .tit-h3 h3 {
  font-size: 18px;
  font-weight: 700;
}
.item-tv .desc-item-tv .txt {
  font-size: 16px;
  line-height: 24px;
  max-height: 72px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 5px;
}

.lst-item-tv .item-tv {
  padding: 15px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3411764706);
}
.lst-item-tv .item-tv:last-child {
  border: none;
}
.lst-item-tv .item-tv:first-child {
  padding-top: 0;
}

.ngay i {
  padding-right: 10px;
}

.xct {
  text-transform: uppercase;
  font-size: 15px;
  float: right;
}
.xct a {
  border: 1px solid #bb2301;
  padding: 0 8px;
  line-height: 31px;
  display: block;
  transition: initial;
}
.xct a:hover {
  background: #bb2301;
  color: #fff;
}

.menuden .header-bottom {
  background: #333;
}

.request-now a {
  background: #f08800;
  color: #fff;
  padding: 0 10px;
  line-height: 33px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.txt-customzed p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.step {
  display: table;
  width: 100%;
  background: #e9e9e9;
  border-radius: 30px;
  margin-top: 36px;
}
.step .nav-link {
  padding: 0;
}

.item-step {
  display: table-cell;
}

.number-step {
  float: left;
}
.number-step ._img {
  width: 41px;
  height: 41px;
  overflow: hidden;
  position: relative;
}
.number-step ._img img {
  max-width: 100%;
  object-fit: contain;
  min-height: 100%;
}
.number-step ._img span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
}
.number-step ._img img.tron2 {
  display: block;
}
.number-step ._img img.tron1 {
  display: none;
}

.txt-step {
  font-size: 16px;
  font-weight: 700;
  float: left;
  width: calc(100% - 41px);
  line-height: 41px;
  padding-left: 10px;
  color: #454545;
}

.required {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #e86200;
  padding-top: 5px;
}

.step1 {
  border: 1px solid #cecece;
  padding: 40px;
  position: relative;
  border-radius: 5px;
}

.tit-step {
  display: inline-block;
  background: #bb2301;
  width: 187px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  border-radius: 30px;
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 18px;
  z-index: 99;
}

.item-step1 label {
  font-size: 16px;
  color: #494949;
  width: 150px;
  float: left;
  text-align: right;
}
.item-step1 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.item-step1 .form-input {
  float: left;
  width: 443px;
  margin-left: 15px;
}
.item-step1 .form-input input[type=text] {
  border: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: none;
}
.item-step1 .form-input input[type=number] {
  border: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: none;
}

.form-flt.form-flt-mr {
  position: relative;
  width: 58px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.form-flt.form-flt-mr button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 26px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-flt.form-flt-mr input[type=text] {
  width: 58px;
  border: none;
}
.form-flt.form-flt-mr span {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 26px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #bdb7b7;
}
.form-flt.form-flt-mr select#fullnameB {
  background-position-x: 42px;
}

.form-input input {
  width: 100%;
}

.form-flt {
  float: left;
}

.form-input.form-flt-mr {
  position: relative;
}
.form-input.form-flt-mr span {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 26px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #bdb7b7;
}

.form-input.form-hotel span {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 26px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #bdb7b7;
}
.form-input.form-hotel {
  position: relative;
}

.form-input.form-width {
  width: calc(100% - 165px);
}

.form-input.form-mail {
  background: url(../images/ic-mail.png) no-repeat;
  background-position-y: center;
  background-position-x: 8px;
}
.form-input.form-mail input {
  padding-left: 30px;
}

.form-input.form-number {
  background: url(../images/ic-number.png) no-repeat;
  background-position-y: center;
  background-position-x: 8px;
}
.form-input.form-number input {
  padding-left: 30px;
}

.form-control.select-input {
  padding: 0;
  height: 28px;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dropdown-icon.jpg) no-repeat;
  background-position-y: center;
  background-position-x: 427px;
}

button.btn-review {
  padding: 0px 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: #f08801;
  border: none;
  line-height: 32px;
  border-radius: 5px;
  margin-left: 165px;
}
button.btn-review:hover {
  background: #01b9bb;
}

.briel {
  font-size: 28px;
  color: #333333;
}

ul.lst-adress {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
ul.lst-adress li {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 5px;
  padding-left: 30px;
}
ul.lst-adress li:nth-child(1) {
  background: url(../images/ic-request-1.png) no-repeat;
  background-position-x: 3px;
}
ul.lst-adress li:nth-child(2) {
  background: url(../images/ic-request-2.png) no-repeat;
}
ul.lst-adress li:nth-child(3) {
  background: url(../images/ic-request-3.png) no-repeat;
  background-position-x: 1px;
}
ul.lst-adress li:nth-child(4) {
  background: url(../images/ic-request-4.png) no-repeat;
}
ul.lst-adress li:nth-child(4) span {
  color: rgb(255, 0, 0);
}

.form-request-ms label {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.form-request-ms {
  padding-top: 25px;
}

.form-input-rquest.form-rquest-number {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  margin: 0 -6px;
  padding-bottom: 10px;
}
.form-input-rquest.form-rquest-number .form-number {
  margin: 0 6px;
}

.form-input-rquest input {
  border: 1px solid #dadada;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}
.form-input-rquest {
  margin-bottom: 15px;
}
.form-input-rquest select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arow-request.png) no-repeat;
  background-position-y: center;
  background-position-x: 535px;
  padding: 0 10px;
}

.date-rquest input {
  background: url(../images/ic-request-3.png) no-repeat;
  background-position-y: center;
  background-position-x: 535px;
}

.form-tt {
  background: #ececec;
  padding: 45px 25px;
  border-radius: 30px;
}

.item-form-tt {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.item-form-tt label {
  font-size: 16px;
  font-weight: 700;
  width: 150px;
}
.item-form-tt input {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 0 10px;
}

.pd-col-rquest {
  padding: 0 10px;
}

.pd-row-rquest {
  margin: 40px -10px 0;
}

.capcha {
  margin-left: 117px;
}

button.send {
  border: none;
  background: #f08801;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 30px;
  margin-left: 118px;
  margin-top: 12px;
}

.nav-tabs.step .nav-item.show .nav-link {
  background: none;
  border: none;
  padding: 0;
}
.nav-tabs.step .nav-link.active {
  background: none;
  border: none;
  padding: 0;
}
.nav-tabs.step .nav-link.active .txt-step {
  color: #bb2301;
}
.nav-tabs.step .nav-link.active .number-step ._img img.tron1 {
  display: block;
}
.nav-tabs.step .nav-link.active .number-step ._img img.tron2 {
  display: none;
}

.tab-content-rquest.tab-content {
  margin-top: 20px;
}

input#txtRandom {
  height: 27px;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 16px;
  font-style: italic;
}

button#change_capcha {
  padding: 0 10px !important;
}

.form-s {
  display: table;
  width: 70%;
  margin: 0 auto;
}

.title-1 {
  color: #484848;
  font-weight: 700;
  line-height: 46px;
  font-size: 28px;
  margin-bottom: 1rem;
}

.contact-page {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-size: 14px;
}

.company {
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.company i {
  padding-right: 15px;
}
.company div a {
  color: #01a7a9;
}

.btn-2 {
  padding: 8px 30px;
  border: 1px solid #6c5dac;
  line-height: 24px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.btn-2:hover {
  color: #6c5dac;
}
.btn-2:hover:before {
  height: 300%;
  opacity: 1;
}
.btn-2:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 150%;
  background-color: #3a3a3a;
  transition: all 0.3s ease 0s;
  content: "";
  transform: translateX(-50%) translateY(-50%) rotate(-30deg);
  opacity: 0;
  z-index: -1;
}

.btn-primary:hover {
  color: #fff;
  background: #5b4d96 linear-gradient(180deg, #7468a6, #5b4d96) repeat-x;
  border-color: #56488e;
}

.sb-box--square {
  border: 1px solid #e5e5e5;
}
.sb-box--square .sb-box__title {
  color: #009698;
}

.sb-box__title {
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 18px;
}

.sb-box__content {
  padding: 1rem;
}
.sb-box__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sb-box {
  margin-bottom: 3rem;
}

.title-2 {
  font-size: 26px;
  color: #111;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tit-h4 {
  font-size: 16px;
  font-weight: 700;
}

.hidden {
  display: none !important;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}
.grid-gallery a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}
.grid-gallery img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  filter: invert(25%);
}
.grid-gallery figure {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.grid-gallery figure .more-gallery {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 60px;
  line-height: 1;
}
.grid-gallery figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: end;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  padding-bottom: 15px;
  transform: translate3d(0, 1rem, 0);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.grid-gallery figure h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.grid-gallery figure p {
  font-size: 13px;
  margin-bottom: 10px;
}
.grid-gallery figure:hover img {
  filter: none;
}
.grid-gallery figure:hover figcaption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.grid-gallery figure.wide {
  grid-column: 1/3;
}

.grid-gallery.zoom img {
  transition: all 0.3s ease-in-out;
}
.grid-gallery.zoom figure:hover img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .book-tours {
    width: 100%;
  }
  .form-request .from-group {
    display: block;
  }
  .form-request .from-group select {
    width: 100%;
  }
  .form-request .from-group label {
    width: 100%;
  }
  .form-request .from-group .input-group {
    width: 100%;
  }
  .form-request .from-group textarea {
    width: 100%;
  }
  .form-request .from-group input {
    width: 100%;
  }
  .form-request .from-group .form-input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .many-people {
    width: 100%;
  }
  .item-form-regis label {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .item-form-regis select {
    width: 100%;
  }
  .item-form-regis textarea {
    width: 100%;
  }
  .item-form-regis input {
    width: 100%;
  }
  .wrap-regis {
    width: 100%;
  }
  .tit-regis {
    padding-left: 0;
  }
  .item-tv .desc-item-tv {
    width: 100%;
  }
  .item-tv ._img {
    width: 100%;
  }
}
label.error {
  display: none !important;
}

input.error, textarea.error {
  border: 1px solid #ff0000 !important;
}

#order-tour-f input.input-validation-error, #order-tour-f textarea.input-validation-error {
  border: 1px solid #ff0000 !important;
}

#order-tour-f label.error {
  display: none !important;
}

.validation-summary-errors ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.validation-summary-errors ul li {
  color: red;
}

.form-book .item-booktour {
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.form-book .item-booktour:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.form-book .item-booktour .title {
  display: flex;
  align-items: center;
  padding: 15px;
  background: linear-gradient(135deg, var(--main-color), #ff9d2f);
}
.form-book .item-booktour .title .title-input {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.form-book .item-booktour .content {
  padding: 15px;
  padding-top: 0;
}
.form-book .item-booktour .content .item-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.form-book .item-booktour .content .item-content:last-child {
  margin-bottom: 0;
}
.form-book .item-booktour .content .item-content.other .input-form {
  width: 100%;
}
.form-book .item-booktour .content .input-form {
  flex: 1;
  min-width: 260px;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #efefef;
  transition: all 0.25s ease;
}
.form-book .item-booktour .content .input-form:hover {
  background: #fffaf5;
  border-color: var(--main-color);
}
.form-book .item-booktour .content .input-form .paragraph {
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}
.form-book .item-booktour .content .input-form .value {
  display: block;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  word-break: break-word;
}
.form-book .flex-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.form-book .flex-action .more,
.form-book .flex-action .cancel-order {
  font-weight: 600;
  background: #bb2301;
  color: #ffffff;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  line-height: 28px;
  float: right;
  cursor: pointer;
}
.form-book .flex-action .more:hover,
.form-book .flex-action .cancel-order:hover {
  background: #01b9bb;
}

@media (max-width: 768px) {
  .form-book {
    margin: 20px auto;
  }
  .form-book .item-booktour .title {
    padding: 16px;
  }
  .form-book .item-booktour .title .title-input {
    font-size: 17px;
  }
  .form-book .item-booktour .content {
    padding: 16px;
  }
  .form-book .item-booktour .content .input-form {
    min-width: 100%;
  }
  .form-book .flex-action {
    flex-direction: column;
  }
  .form-book .flex-action .more,
  .form-book .flex-action .cancel-order {
    width: 100%;
  }
}
.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.alrt-popup.show {
  opacity: 1;
  pointer-events: all;
}
.alrt-popup .wapper {
  background: var(--color-white);
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: #bf2929;
  color: var(--color-white);
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
}
.alrt-popup .wapper .title font {
  color: var(--color-white);
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #bf2929;
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 20px;
  color: #bf2929;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup .wapper .close-alrt font {
  color: #bf2929;
}
.alrt-popup.success .wapper .title {
  background: #09e493;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

/*# sourceMappingURL=style.css.map */
