/* header-mb */
/* het menu-mb */
@media (min-width: 992px) {
  .container-fluid {
    max-width: 1280px;
  }
  .container {
    max-width: 1183px;
  }
  .hidden-mb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-desktop > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 1150px) {
  .nav-desktop > ul > li {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .nav-desktop > ul > li {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .header-bottom {
    display: none;
  }
  .logo-mobile {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    background: #fff;
  }
  .logo-mobile ._img {
    width: 100px;
  }
  .header-menu-mobile {
    background: #123152;
    width: 100%;
    height: 51px;
    bottom: 0;
    position: fixed;
    z-index: 9999;
  }
  ul.social-menu-mobile {
    display: table;
    list-style: none;
    margin-bottom: 0;
    float: right;
    padding-right: 40px;
    padding-top: 15px;
  }
  ul.social-menu-mobile li {
    display: inline-block;
    color: white;
    padding: 0 15px;
  }
  ul.social-menu-mobile li i {
    color: #fff;
    font-size: 20px;
  }
  ul.social-menu-mobile li.lang-item img {
    width: 100%;
    padding-bottom: 8px;
  }
  .hamburger {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: -7px;
    left: 10px;
    z-index: 9999;
  }
  .hamburger .line {
    width: 38px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger:hover {
    cursor: pointer;
  }
  #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
  #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #132e4f;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    align-items: center;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: center;
  }
  .mobile-active {
    opacity: 1;
    transform: translateX(0%);
  }
  .menu-mobile.mobile-active .menu-mobile-menu-container ul li {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    opacity: 1;
  }
  .menu-mobile-menu-container ul {
    padding: 0;
    list-style: none;
  }
  .menu-mobile-menu-container ul li {
    opacity: 0;
    color: #101912;
    font-family: "Aptima-Regular";
    font-size: 15px;
    line-height: 24px;
    padding-top: 15px;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu-mobile-menu-container ul li:first-child {
    transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
  .menu-mobile-menu-container ul li:nth-child(2) {
    transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
  }
  .menu-mobile-menu-container ul li:nth-child(3) {
    transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
  }
  .menu-mobile-menu-container ul li:nth-child(4) {
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
  }
  .menu-mobile-menu-container ul li:nth-child(5) {
    transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
  }
  .menu-mobile-menu-container ul li:nth-child(6) {
    transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
  }
  .menu-mobile-menu-container ul li:nth-child(7) {
    transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
  }
  .menu-mobile-menu-container ul li a {
    color: rgba(255, 255, 255, 0.7215686275);
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
    display: block;
  }
  .icon-chevron {
    float: right;
    text-align: center;
    color: white;
    position: absolute;
    top: 24px;
    right: 63px;
  }
  .submenu {
    position: initial;
    opacity: 1;
    visibility: visible;
    transition: initial;
    background: transparent;
    display: none;
  }
  .submenu .sub-ul li {
    border: none;
  }
  .search-hdr .form-search {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    top: -35px;
    right: 0;
  }
  .search-hdr .form-search form input {
    height: 38px;
  }
  .fb_reset {
    display: none;
  }
  .form-s {
    width: 80%;
  }
  .desc-denvau iframe {
    width: 100%;
  }
  .slider-banner .item {
    height: 445px;
  }
  .slider-banner .item img {
    height: auto;
    min-height: 100%;
  }
  .form-group.flt {
    width: 28%;
  }
  span.text-find {
    font-size: 18px;
    margin-right: 0;
  }
  button.btn-search.flt {
    padding: 0 10px;
  }
  .slider-box-1 .item-box ._img {
    text-align: center;
    margin: auto;
  }
  .box-1 {
    padding: 15px 0;
  }
  .slider-box-3 {
    grid-template-columns: 50% 50%;
  }
  .slider-box-3 .item-box {
    margin: 11px;
  }
  .slider-box-3 .item-box .desc-box .tit-h3 h3 {
    padding-top: 100px;
  }
  .item-box ._img {
    width: auto;
    height: 200px;
  }
  .slider-box-2 .item-box ._img {
    width: auto;
  }
  .slider-box-4 .item-box ._img {
    width: auto;
  }
  .box-2 {
    padding: 15px 0;
  }
  .box-3 {
    padding: 15px 0;
  }
  .box-4 {
    padding: 15px 0;
  }
  .lst-box .lSAction > .lSNext {
    right: -25px;
  }
  .lst-box-5 {
    grid-template-columns: 50% 50%;
  }
  .lst-box-5 .item-box {
    margin: 15px;
  }
  .box-5 {
    padding: 15px 0;
  }
  .footer-top {
    padding: 15px 0;
  }
  .lst-ft-top {
    grid-template-columns: 33% 33% 33%;
  }
  .lst-ft-bt {
    grid-template-columns: 50% 50%;
  }
  .lst-ft-bt .item:last-child {
    margin: 0;
  }
  .footer-bottom {
    padding: 15px 0 55px;
  }
  .item-cruise2 {
    margin: 15px 0;
  }
  .item-cruise2 ._img {
    width: 100%;
  }
  .item-tour-au ._img {
    width: 100%;
  }
  .tab-destination {
    padding-bottom: 0;
  }
  .panel-title {
    grid-template-columns: 20% 76% 16px;
  }
  .pagination {
    padding: 15px 0;
  }
  .item-excursion {
    display: block;
  }
  .desc-excursion {
    margin-left: 0;
    margin-top: 10px;
  }
  .header-top {
    display: none;
  }
  .date-rquest input {
    background-position-x: 650px;
  }
  .form-input-rquest select {
    background-position-x: 650px;
  }
  .lst-denvau {
    margin: 0 -5px;
  }
  .lst-denvau .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .lst-box .lSAction > .lSNext {
    right: 0;
  }
  .lst-box .lSAction > .lSPrev {
    left: 0;
  }
  .find-trip {
    position: initial;
    padding: 10px 0;
    transform: translateY(0);
  }
  .flt {
    float: initial;
  }
  .form-group.flt {
    width: 100%;
    margin-left: 0;
    margin: 5px 0;
  }
  .slider-box-1 .item-box ._img {
    height: auto;
  }
  .item-box ._img {
    height: auto;
  }
  .slider-box-3 {
    display: block;
  }
  .lst-box-5 {
    display: block;
  }
  .lst-box-5 .item-box ._img {
    width: 100%;
  }
  .lst-box-5 .item-box .desc-box {
    height: auto;
    bottom: 0;
  }
  .lst-ft-top {
    display: block;
  }
  .lst-ft-top .item ul {
    display: none;
  }
  .tit-ft-top {
    padding-bottom: 0;
  }
  .tit-ft-top i {
    float: right;
  }
  .lst-ft-bt {
    display: block;
  }
  ul.ft-about-us li {
    width: 100%;
  }
  .lst-denvau {
    display: block;
    margin: 0;
  }
  .lst-denvau .item {
    padding: 0;
    border-right: initial;
  }
  .denvau {
    padding: 15px 0;
  }
  .tit-denvau {
    margin-bottom: 5px;
  }
  .prefer select {
    width: 100%;
  }
  .lst-infor {
    display: block;
    padding: 0 0 10px;
  }
  .lst-infor .item {
    margin: 0;
    width: 100%;
  }
  .lst-infor .item label {
    width: 100%;
  }
  .lst-infor .item input {
    width: 100%;
    float: initial;
    border: 1px solid gray;
  }
  .lst-infor .item select {
    width: 100%;
    float: initial;
    border: 1px solid gray;
  }
  .list-travelinformation {
    padding: 0;
  }
  .lst-infor.lst-travel-infor {
    margin: 0;
  }
  .wrap-acom-last {
    margin: 15px 0;
    width: 100%;
  }
  .lst-accom-last {
    grid-template-columns: 50% 50%;
  }
  .btn-infor {
    margin: 15px 0;
  }
  .desc-content {
    padding: 15px 0;
  }
  .desc-content .text {
    width: 100%;
    padding-right: 0;
  }
  .desc-content .img {
    width: 100%;
  }
  .tab-destination .nav-tabs {
    display: inline-block;
    width: 100%;
  }
  .desc-tour-au {
    padding: 15px 0 0;
  }
  .desc-tour-au .date {
    padding: 5px 0;
  }
  .item-tour-au {
    margin: 5px 0;
  }
  .lst-cruise2 {
    padding-bottom: 10px;
  }
  .pagination {
    padding: 10px 0;
  }
  .tour-details .desc {
    margin: 15px 0;
  }
  .tour-details .desc .img {
    width: 100%;
  }
  .tour-details .desc .text {
    width: 100%;
    padding-left: 0;
  }
  .tour-details .desc .text h1 {
    font-size: 20px;
  }
  .tab-table tr td {
    padding: 10px;
  }
  .tab-table tr th {
    padding: 0;
  }
  .item-tv .desc-item-tv {
    width: 100%;
    padding-left: 0;
  }
  .item-tv ._img {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .item-step1 label {
    width: 100%;
    text-align: left;
  }
  .item-step1 .form-input {
    width: 100%;
    margin-left: 0;
  }
  button.btn-review {
    margin-left: 0;
  }
  .item-step {
    display: block;
  }
  .form-input-rquest.form-rquest-number {
    display: block;
    padding-bottom: 5px;
  }
  .item-form-tt {
    display: block;
    margin-bottom: 10px;
  }
  .capcha {
    margin-left: 0;
  }
  button.send {
    margin-left: 0;
  }
  .form-tt {
    padding: 15px;
    border-radius: 5px;
  }
  .form-control.select-input {
    background-position-x: 246px;
  }
  .form-flt {
    width: calc(100% - 68px);
  }
  .wrap-find form .form-group {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrap-find form .form-group:nth-of-type(1) {
    padding-right: 5px;
  }
  .wrap-find form .form-group:nth-of-type(2) {
    padding-left: 5px;
  }
  .wrap-find form button.btn-search.flt {
    width: 100%;
  }
  .form-s {
    width: 100%;
  }
  .form-s .form-group:nth-child(3) {
    width: 100%;
  }
  .slider-banner .item {
    height: 300px;
  }
  .grid-gallery {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .grid-gallery figure.wide {
    grid-column: 1/1;
  }
  .fancybox__container {
    z-index: 9999;
  }
}
@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;
}

/* 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 {
  text-decoration: none;
  color: #333;
  transition: all 0.5s linear;
}
a:focus {
  outline: none !important;
}
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 {
  float: right;
}
.header-bottom .nav-desktop ul.tbl {
  width: 100%;
}
.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 {
  color: #01b9bb;
}
.nav-desktop ul li:hover a {
  color: #01b9bb;
}
.nav-desktop ul li:hover a:before {
  content: "";
  border-bottom: 3px solid #bb2301;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.nav-desktop ul li:last-child {
  padding: 0;
  padding-left: 10px;
}
.nav-desktop ul li:last-child:hover {
  background: transparent;
}
.nav-desktop ul li.active {
  color: #01b9bb;
}
.nav-desktop ul li.active a {
  color: #01b9bb;
  color: #01b9bb;
}
.nav-desktop ul li.active a:before {
  content: "";
  border-bottom: 3px solid #bb2301;
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
}

.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;
}
.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 {
  margin-top: 30px;
  position: relative;
}
.lst-box .lSSlideOuter .lSPager.lSpg {
  display: none;
}
.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 {
  position: relative;
  margin: 12px 15px;
  overflow: hidden;
  background: #f0f0f0;
}
.lst-box-5 .item-box ._img {
  height: 300px;
}
.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 {
  text-align: left;
}
.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 p.tit-tien span:first-child {
  width: 230px;
  height: 48px;
  line-height: 30px;
  overflow: hidden;
  max-height: 48px;
}

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 {
  display: table-footer-group;
}
.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;
}

.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 {
  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;
}

.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 {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  border-radius: 50%;
}
.lst-ft-bt .item ul li a {
  color: #fff;
}
.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 {
  display: inline-block;
  padding-left: 5px;
}
.nh-dt ul li:first-child {
  padding-left: 0;
}

.slider-banner-tt {
  width: 100%;
}
.slider-banner-tt img {
  width: 100%;
}

.item-cruise2 {
  margin: 25px 0;
}
.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;
}

.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 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.tit-orther h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #bb2301;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cruise-3 .tit-h1 h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.cruise-3 .tit-h1 h1:before {
  display: none;
}

.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 {
  padding: 30px 0;
}
.txt-overreview p {
  font-size: 16px;
  text-align: justify;
}

.item-tour-au {
  margin: 15px 0;
}
.item-tour-au ._img {
  width: 364px;
  height: 235px;
  overflow: hidden;
}
.item-tour-au:hover img {
  transform: scale(1.1);
}

.desc-tour-au {
  padding-top: 25px;
}
.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 .date {
  padding: 15px 0;
}

.date {
  font-size: 16px;
}

h2.h2-visa2 {
  font-size: 18px;
  font-weight: 700;
}

.visa2 {
  margin-bottom: 80px;
}
.visa2 p {
  font-size: 16px;
  text-align: justify;
}

.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 {
  width: 25%;
  padding-left: 10px;
}
.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;
}

.prefer {
  padding: 25px 0;
}
.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;
}

.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 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  float: left;
  width: calc(100% - 60px);
}
.lst-accom-last .item {
  margin: auto;
}
.lst-accom-last .item .check-modes {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}

.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 {
  display: block;
  width: calc(100% - 300px);
}
.wrap-acom-last:last-child .lst-accom-last .check-modes {
  text-transform: uppercase;
  padding-left: 15px;
  margin-left: 15px;
}

.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 {
  background: #bb2301;
  border: initial;
}
.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-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 {
  margin: 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 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.tab-video {
  overflow: hidden;
  padding: 36px 0;
  margin: 0 -11px;
}
.tab-video .item {
  width: calc(50% - 22px);
  float: left;
  margin: 0 11px;
}
.tab-video .item iframe {
  width: 100%;
  height: 320px;
}
.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 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 30px;
  border-right: 1px solid #dcdcdc;
}
.tab-table tr td:last-child {
  width: 17%;
  border: initial;
}
.tab-table tr td:nth-child(1) {
  text-align: center;
  font-weight: 700;
}
.tab-table tr:nth-child(odd) {
  background: #f1f1f1;
}

.btn-submit {
  text-align: right;
  padding: 15px 0;
}
.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;
}

.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 {
  margin: 0 -15px;
  overflow: hidden;
  padding: 25px 0 40px;
}
.tav-price .item {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
.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 {
  margin-left: 10px;
}
.desc-excursion .tit-h3 h3 {
  font-size: 20px;
}

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 {
  margin-left: 30px;
  margin-right: 15px;
  width: 615px;
}
.many-people input::placeholder {
  color: #a699a6;
  font-size: 16px;
}
.many-people .row {
  margin: 0;
}

.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 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.item-step1 label {
  font-size: 16px;
  color: #494949;
  width: 150px;
  float: left;
  text-align: right;
}
.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 {
  position: relative;
}
.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-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 {
  padding-top: 25px;
}
.form-request-ms label {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.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 {
  margin-bottom: 15px;
}
.form-input-rquest input {
  border: 1px solid #dadada;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}
.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;
}

/*# sourceMappingURL=style.css.map */
