/*add font*/
@font-face {
  font-family: Brandon;
  src: url("font/brandon/Brandon_reg.otf");
}

@font-face {
  font-family: Brandon-Bold;
  src: url("font/brandon/Brandon_bld.otf");
}

@font-face {
  font-family: Brandon-Medium;
  src: url("font/brandon/Brandon_med.otf");
}

* {
  font-family: Brandon;
  font-size: 16px;
}

*,
body,
a,
span,
p,
font {
  font-family: "Brandon";
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

h1,
h2,
h3 {
  font-family: "Brandon";
}

.cabins .description-special {
  /* height: auto !important; */
}

/*chinh*/
.padding0 {
  padding: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

.clearfixed {
  clear: both;
}

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

/** Reset**/
#Mice_event .item .img1 {
  height: 500px;
}

#Mice_event .item .title_banner .content_banner {
  height: 500px;
  background-image: url(../images/pattern.png);
  background-color: #f3f1e2;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

.show {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: none;
}

.navbar {
  margin-bottom: 0;
}

.nav > li {
  position: inherit;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  font-family: Brandon;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dc4e41;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: none;
}

.form-group {
  margin: 0;
  /*width: 100%;*/
}

.input-group {
  padding: 0;
  margin: 0;
}

.position-top-datetimepicker {
  top: 540px !important;
}

.input-date-cruise {
  width: 165px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 0.5px #221b23;
  padding-left: 10px;
  cursor: pointer;
  font-size: 16px;
  font-family: Brandon !important;
}

.input-date-cruise::placeholder {
  font-family: Brandon;
  font-size: 16px;
  /* font-weight: 500; */
  /* font-style: normal;
    font-stretch: normal; */
  /* line-height: normal;
    letter-spacing: normal; */
  color: #000000;
}

/*end reset*/
/*header*/
.group-social-top-mobile {
  display: none;
}

.social-network {
  height: 50px;
}

.nav > li > a {
  padding: 0;
}

#social-group-mobile {
  display: none;
}

.menu-top {
  text-align: justify;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 12px 0;
}

.menu-top * {
  display: inline;
}

.menu-top li {
  display: inline-block;
}

.menu-top span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

.menu-top .active > a {
  font-family: Brandon;
  font-size: 14px;
  /* font-weight: bold; */
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dc4e41;
  background-color: inherit;
  text-align: left;
}

div.plus-down {
  display: none;
}

.menu-top li.menu-parents {
  position: relative;
}

.menu-top li.menu-parents > a {
  font-family: Brandon;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border-right: solid 1px #979797;
  padding: 2px 7px 2px 5px;
  /*margin-bottom: 10px;*/
  text-transform: uppercase;
  text-align: left;
}

.menu-top li.menu-parents a:hover {
  color: #dc4e41 !important;
}

.menu-top li.menu-parents:last-child a {
  padding-right: 0;
  border-right: 0;
}

.menu-top li.menu-parents:first-child a {
  padding-left: 0;
}

.menu-top .menu-child-group {
  display: none;
  position: absolute;
  /*background-color: rgba(34, 27, 35, 1);*/
  background-color: #000;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.menu-top li.menu-parents:hover .menu-child-group {
  display: block;
}

.menu-child-group {
  /*background-color: rgba(34, 27, 35, 1);*/
  background-color: #000;
}

.menu-child-group a {
  padding: 2px 16px;
  text-decoration: none;
  text-align: right;
  display: block;
  color: #ffffff !important;
  font-size: 13px;
  min-width: 220px;
  border-bottom: thin solid #a69ea7;
}

.menu-child-group a:last-child {
  border-bottom: none;
}

nav.navbar-inverse {
  /*background-color: #3b1c3f;*/
  background-color: #000;
  border-radius: inherit;
  min-height: 48px;
  border: 0;
}

.logo {
  display: block;
  width: 75px;
  height: 50px;
  margin: 16px auto;
  margin-bottom: 5px;
}

.header-top {
  position: relative;
}

.navbar-pc {
  width: 100%;
}

/*end header*/
#social-group {
  width: 40px;
  /*height: 220px;*/
  background-color: #ffffff;
  z-index: 1;
  position: fixed;
  right: 0;
  /*bottom: 10px;*/
  top: calc((100vh - 220px) / 2);
}

#social-group .social-item {
  height: 50px;
  position: relative;
}

#social-group .social-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 25px;
  max-height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  background-color: #221b23;
  width: 100%;
}

.header .header-top {
  position: relative;
}

.header .header-top .logo {
  width: 75px;
  position: absolute;
  left: calc(50% - 25px);
  top: 16px;
}

.languages {
  position: absolute;
  right: 15px;
  top: 16px;
  color: #ffffff;
}

.header .header-top .languages {
  float: right;
  margin-top: 16px;
}

.header .header-top .languages .title-languages,
.header .header-top .languages .value-languages {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.languages span.title-languages {
  display: block;
  float: left;
  margin-right: 10px;
}

.languages img {
  margin-right: 10px;
}

.dropbtn {
  position: relative;
  cursor: pointer;
  background: url(../images/ic-more-select.png) no-repeat center center;
  width: 20px;
  height: 15px;
  border: none;
  margin-left: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  top: 25px;
}

.dropdown-content li {
  padding: 10px 0 5px 0;
}

.dropdown-content li a {
  margin-left: 10px;
}

.dropdown-content li:hover {
  background-color: #3eb5cb;
}

.top-footer {
  background-color: #7e5550;
}

.top-footer .menu-footer ul li {
  float: left;
  margin-right: 22px;
}

.top-footer .menu-footer ul li a {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: Brandon;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  line-height: 50px;
}

.menu-child-group a {
  padding: 2px 16px;
  text-decoration: none;
  text-align: right;
  display: block;
  color: #ffffff;
  font-size: 13px;
  min-width: 220px;
  border-bottom: thin solid #a69ea7;
}

.top-footer .menu-footer ul li a:hover {
  color: #dc4e41;
}

.footer .top-footer .social-network {
  float: right;
}

.footer .top-footer .social-network ul li {
  float: left;
  margin-left: 10px;
}

.footer .top-footer .social-network ul li:first-child {
  margin-left: 0;
}

.footer .top-footer .social-network ul li a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
}

.footer .top-footer .social-network ul li a:hover img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}

.footer .body-footer {
  /*background-color: #3b1c3f;*/
  background-color: #000;
}

.footer .body-footer .logo-footer {
  position: relative;
  height: 140px;
  width: 100%;
}

.footer .body-footer .logo-footer .logo {
  height: 100px;
  position: absolute;
  left: calc(50% - 75px);
  top: 40px;
}

.footer .body-footer .content-footer {
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

.footer .body-footer .content-footer .contact .title-contact,
.footer .body-footer .content-footer .menu .title-menu {
  font-size: 16px;
  font-family: Brandon;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: left;
}

.footer .body-footer .content-footer .contact ul li,
.footer .body-footer .content-footer .menu ul li {
  font-size: 14px;
  font-weight: normal;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: left;
  line-height: 19px;
  margin: 10px 0;
}

.footer .body-footer .content-footer .menu ul li a,
.footer .body-footer .content-footer .contact ul li a {
  font-size: 14px;
  font-weight: normal;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: left;
}

.footer .body-footer .content-footer .menu ul li a:hover,
.footer .body-footer .content-footer .contact ul li a:hover {
  color: #dc4e41;
}

.footer .body-footer .content-footer .receive-news {
  margin-top: 5px;
}

.footer .body-footer .content-footer .receive-news label {
  font-size: 16px;
  font-weight: bold;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footer .body-footer .content-footer .receive-news input.enter-email {
  width: 70%;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  float: left;
  border: none;
  padding-left: 8px;
}

.footer .body-footer .content-footer .receive-news input.enter-email[placeholder] {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.footer .body-footer .content-footer .receive-news input.submit-email {
  width: 30%;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #7e5550;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footer .body-footer .content-footer .receive-news .something-label {
  margin-top: 20px;
}

.footer .body-footer .content-footer .receive-news .something-label ul li {
  float: left;
  margin-right: 30px;
}

.footer .body-footer .content-footer .receive-news .something-label ul li:last-child {
  margin-right: 0;
}

.footer .bottom-footer {
  /* height: 30px; */
  background-color: #221b23;
}

.footer .bottom-footer span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: block;
  line-height: 30px;
}

.slide {
  height: 590px;
  width: 100%;
  /* background: url(../images/hero-banner@2x.jpg) no-repeat center center; */
  /* position: relative; */
}

.slide img.slide {
  width: 100%;
  height: 100%;
}

.multi-search {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.15);
  /* max-width: 780px; */
  max-width: 700px;
  /* padding: 20px 15px; */
  padding: 12px 12px;
  margin: 0 auto;
}

.top-multi-search {
  height: 480px;
}

.input-search {
  position: relative;
  font-family: Brandon;
}

.multi-search .input-search select {
  background: #ffffff url(../images/bg-select.png) no-repeat 95% 50%;
  width: 165px;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: Brandon;
  font-size: 16px;
  font-weight: 500;
  /* font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal; */
  color: #000000;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 0.5px #221b23;
}

.multi-search .input-search .select-selected:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.multi-search .button-search button {
  width: 100%;
  height: 40px;
}

.multi-search .button-search button {
  border-radius: 6px;
  background-color: #000;
  color: #ffffff;
  border: none;
}

.multi-search .button-search button:hover {
  background-color: #3b1c3f;
}

.special-offer .item-special {
  margin: 15px 0;
  outline: none;
}

.special-offer .title-special-top {
  text-align: center;
  padding: 50px 0 35px 0;
}

.special-offer .title-special-top h1,
.special-offer .title-special-top h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /*font-family: Brandon;*/
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.special-offer .item-special .img {
  position: relative;
}

.special-offer .img-responsive {
  width: 100%;
}

.last-minute {
  position: absolute;
  top: 15px;
  left: -5px;
  background: red;
  color: #fff;
  font-size: 15px;
  padding: 5px 12px;
  text-align: center;
  min-width: 150px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
  height: 33px;
}

.last-minute.promotion {
  background: darkgreen;
}

.tagname-special {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  /* width: 180px; */
  background-color: #ffffff;
}

.tagname-special h2 {
  font-size: 16px;
  font-weight: bold;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  height: 40px;
  letter-spacing: normal;
  text-align: left;
  margin-left: 15px;
  color: #3b1c3f;
  max-height: 60px;
  overflow-y: hidden;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}

.special-offer .item-special .content-item-special {
  padding: 0 15px;
  border-radius: 3px;
  background-color: #ffffff;
  background-color: var(--white-three);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 19px;
}

.special-offer .item-special .content-item-special .date-special {
  height: 20px;
}

.special-offer .item-special .content-item-special .date-special span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3eb5cb;
}

.special-offer .item-special .content-item-special .description-special {
  margin-top: 18px;
  /* height: 130px; */
  overflow: hidden;
  text-align: justify;
}

.special-offer .item-special .content-item-special .description-special span {
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: Brandon !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: #587082 !important;
}

.special-offer .item-special .content-item-special .description-special p {
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: Brandon !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: #587082 !important;
}

.special-offer .item-special .content-item-special .price-book {
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
}

.special-offer .item-special .content-item-special .price-book del {
  color: #666;
}

.from-sale-price {
  color: red !important;
  margin-left: 10px;
}

.special-offer .item-special .content-item-special .price-book .price {
  width: 60%;
  float: left;
}

.special-offer .item-special .content-item-special .price-book .price p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #587082;
  float: left;
  margin-right: 5px;
  line-height: 40px;
}

.special-offer .item-special .content-item-special .price-book .price span {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #3eb5cb;
  line-height: 40px;
}

.special-offer .item-special .content-item-special .price-book .book {
  width: 40%;
  float: right;
}

.special-offer .item-special .content-item-special .price-book a {
  width: 123px;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  float: right;
}

.special-offer .item-special .content-item-special .price-book a:hover {
  background-color: #3b1c3f;
}

.about {
  width: 100%;
  margin: 50px 0;
}

.about .about-child {
  display: flex;
  /* margin-left: 15px; */
  /* margin-right: 15px; */
}

.about .profile-contact {
  /* background: url(../images/profile-contact.png);
    background-position: center;
    background-size: cover;
    overflow: hidden; */
}

.about .profile-contact img {
  width: 100%;
}

.about .content-about {
  padding-left: 73px;
  float: left;
}

.about .item-body-content-about {
  margin: auto;
  padding: 20px 0;
}

.about .item-body-content-about:nth-child(1) {
  background: url(../images/team-leader.png) no-repeat center left;
}

.about .item-body-content-about:nth-child(2) {
  background: url(../images/halong-bay.png) no-repeat center left;
}

.about .item-body-content-about:nth-child(3) {
  background: url(../images/boat-2.png) no-repeat center left;
}

.about .item-body-content-about:nth-child(4) {
  background: url(../images/services.png) no-repeat center left;
}

.about .item-body-content-about:nth-child(5) {
  background: url(../images/certificate.png) no-repeat 8px center;
}

.about .item-body-content-about h4 {
  margin-left: 70px;
  display: block;
}

.about .content-about .head {
  text-align: center;
  margin-bottom: 50px;
}

.about .content-about .head h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}

.about .content-about .body ul li {
  height: 30px;
  margin-bottom: 42px;
}

.about .content-about .body ul li img {
  display: block;
  float: left;
}

.about .content-about .body ul li span {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: Brandon;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #221b23;
  display: block;
  margin-left: 60px;
}

.about .button-view-more {
  height: 40px;
  position: absolute;
  bottom: 0;
  /*left: calc((100% - 118px)/2);*/
  left: 50%;
  transform: translateX(-50%);
}

.about .button-view-more a {
  display: block;
  margin: 0 auto;
  width: 118px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #3b1c3f;
  font-family: Brandon;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #3b1c3f;
}

.about .button-view-more a:hover {
  background-color: #3b1c3f;
  font-family: Brandon;
  color: #ffffff;
}

.greate-moments {
  margin-bottom: 50px;
}

.col1-img-great-moment,
.col2-img-great-moment,
.col3-img-great-moment {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.greate-moments .title-greate-moments {
  height: 33px;
  text-align: center;
  margin-bottom: 25px;
}

.greate-moments .title-greate-moments h2 {
  font-family: Brandon;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.greate-moments .item-greate-moments {
  margin-top: 25px;
  position: relative;
  width: 100%;
  /* height: 600px; */
}

.item-greate-moments img {
  border-radius: 5px;
}

.item-greate-moments .img {
  position: relative;
}

.item-greate-moments .img .description-greatmoment {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.item-greate-moments .img .description-greatmoment * {
  display: block;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
}

.greate-moments img {
  width: 100%;
}

.greate-moments img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.responsible-tourism {
  display: flex;
}

.responsible-tourism .background-responsible-tourism {
}

.responsible-tourism .background-responsible-tourism .content-responsible-tourism {
  margin: 100px auto;
  background: #ffffff;
  padding: 50px 0;
  width: 50%;
  margin-top: 176px;
  margin-bottom: 176px;
}

.responsible-tourism .background-responsible-tourism .content-responsible-tourism h2 {
  text-align: center;
  line-height: 33px;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 500;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
}

.responsible-tourism .background-responsible-tourism .content-responsible-tourism .descriptions {
  margin: 0 25px 0 25px;
  font-size: 14px;
  font-weight: normal;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #221b23;
  text-align: justify !important;
}

.responsible-tourism .background-responsible-tourism .content-responsible-tourism .descriptions div {
  text-align: justify !important;
  font-size: 14px;
  font-weight: normal;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #221b23;
}

.blog-detail-content span {
  font-family: Brandon !important;
  font-size: 16px !important;
}

.blog {
  margin-bottom: 50px;
}

.blog .title-blog {
  height: 133px;
  text-align: center;
}

.blog .title-blog span {
  font-size: 24px;
  font-weight: 500;
  font-family: Brandon;
  font-style: normal;
  font-stretch: normal;
  line-height: 133px;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.blog .blog-item .img img {
  width: 100%;
}

.blog .content {
  border-radius: 5px;
  background-color: #ffffff;
  padding-bottom: 19px;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.07);
}

.blog .content .date-blog {
  margin: 20px 10px;
}

.blog .content .date-blog span {
  display: block;
  height: 20px;
  /* font-size: 14px; */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #221b23;
}

.blog .content .title-name {
  margin: 0 10px 30px 10px;
}

.blog .content .title-name h3 {
  font-family: Brandon;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #221b23;
  display: block;
}

.blog .content .title-name h3:hover {
  color: #dc4e41;
}

.blog .content .description-blog {
  margin: 0 10px 10px 10px;
  text-align: justify;
}

.blog .content .description-blog p {
  display: block;
  font-family: Brandon !important;
  /* font-size: 14px; */
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.79 !important;
  letter-spacing: normal !important;
  color: #9b9b9b !important;
}

.blog .content .description-blog span,
.blog .content .description-blog font {
  font-family: Brandon !important;
  font-size: 16px !important;
  /* font-weight: normal !important; */
  /* font-style: normal !important; */
  /* font-stretch: normal !important; */
  line-height: 0;
  /* letter-spacing: normal !important; */
  color: #9b9b9b !important;
}

.blog .content .read-more {
  height: 40px;
  margin: 0 10px 0 10px;
}

.blogs .blog-item1 {
  margin-bottom: 15px;
}

.blog .content .read-more a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
  margin: auto;
}

.blog .content .read-more a:hover {
  background-color: #3b1c3f;
}

.guests-reviews {
  /*margin-bottom: 50px;*/
}

.guests-reviews .header-guests-reviews {
  text-align: center;
  margin-bottom: 50px;
}

.guests-reviews .header-guests-reviews span {
  font-family: Brandon;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #221b23;
}

.guests-reviews .item-reviews {
}

.guests-reviews .item-reviews .img {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  border-radius: 50%;
}

.guests-reviews .item-reviews .img img {
  width: 100%;
}

.guests-reviews .item-reviews .name-guest {
  /*height: 24px;*/
  margin: 21px 0 15px 0;
  text-align: center;
}

.guests-reviews .item-reviews .name-guest span {
  font-family: Brandon;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b1c3f;
}

.guests-reviews .item-reviews .content-review {
  /*margin: 0 5px;*/
}

.guests-reviews {
  /*margin-bottom: 30px;*/
}

a.show-more-info {
  font-weight: bold;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  /*display: block;*/
  /*width: 120px!important;*/
  /*height: 40px;*/
  /*border-radius: 5px;*/
  /*background-color: #000;*/
  /*font-size: 16px;*/
  /*font-weight: normal;*/
  /*font-style: normal;*/
  /*font-stretch: normal;*/
  /*line-height: 40px;*/
  /*margin: auto;*/
  /*text-align: center;*/
  /*letter-spacing: normal;*/
  /*color: #ffffff;*/
}

.guests-reviews .item-reviews .content-review p {
  display: block;
  font-family: Brandon;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #221b23;
}

.guests-reviews .item-reviews .content-review p span {
  background-color: transparent !important;
}

.guests-reviews .item-reviews .read-more {
  height: 40px;
  margin-top: 19px;
}

.guests-reviews .item-reviews .read-more a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #000;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  margin: auto;
  text-align: center;
  letter-spacing: normal;
  color: #ffffff;
}

.guests-reviews .item-reviews .read-more a:hover {
  background-color: #3b1c3f;
}

/*gallery great moment*/
/* The Modal (background) */
.gallery-great {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content-great {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close-gallery-great {
  color: white;
  position: absolute;
  top: 30px;
  right: 45px;
  font-size: 35px;
  font-weight: bold;
}

.close-gallery-great:hover,
.close-gallery-great:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.myslide-great {
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.myslide-great img {
  display: block;
  max-width: 90%;
  max-height: 100vh;
  margin: 0 auto;
}

.myslide-great .caption-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}

.myslide-great .caption-container * {
  display: block;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev-great,
.next-great {
  cursor: pointer;
  position: absolute;
  top: calc(100vh / 2);
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-great {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-great:hover,
.next-great:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*end gallery*/
/*overise slick*/
.use-slick-responsive .slick-dots li button:before {
  font-size: 16px;
}

.use-slick-responsive .slick-prev.slick-arrow {
  font-size: 30px;
  width: 25px;
  top: 46%;
  left: -25px;
  height: 50px;
  z-index: 1;
  background: url(../images/prev-special.svg) no-repeat;
}

.use-slick-responsive .slick-next.slick-arrow {
  transform: scaleX(-1) translateY(-50%);
  font-size: 30px;
  width: 25px;
  top: 46%;
  right: -25px;
  height: 50px;
  z-index: 1;
  background: url(../images/next-special.svg) no-repeat;
}

.pagination-link {
  text-align: center;
}

.pagination-link .pagination {
  clear: both;
  text-align: center;
}

.pagination-prev {
  display: block;
  width: 100px;
  float: left;
  margin-left: 15px;
}

.pagination-next {
  display: block;
  width: 100px;
  float: right;
  margin-right: 15px;
}

._2wmi0 .form-group .input-group {
  /* min-width: 300px; */
  width: 100%;
}

/*end chinh*/
/**/
#about-us {
  padding: 0 0 30px;
}

#about-us .box {
  overflow: hidden;
  margin-bottom: 35px;
}

#about-us .about-heading {
  margin-bottom: 5px;
  /*max-width: 250px;
    float: left;
    padding-right: 35px;*/
}

#about-us .about-right-box {
  /*position: absolute;
    right: 0;
    padding-left: 250px;*/
  top: 50%;
  /*transform: translateY(-49%);*/
  text-align: justify;
}

.about-right-box p,
.about-right-box font {
  text-align: left;
}

.about-heading h1 {
  color: #000000;
  /*padding: 10px 0;*/
  clear: both;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 20px;
}

#about-us .box:last-child {
  margin-bottom: 0;
}

#about-us .box.float-right .about-heading {
  float: right;
  padding-right: 0;
  padding-left: 35px;
}

#about-us .box.float-right .about-right-box {
  left: 0;
  padding-left: 0;
  padding-right: 250px;
}

.package-guest-item .package {
  flex: 236 1 0%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  /*height: 550px;*/
  position: relative;
}

.package-guest-item .package .inner {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.package-guest-item .package .inner .inner_info {
  width: 100%;
  top: 0;
  bottom: 0;
}

.package-guest-item .package .inner .inner_info .image {
  top: 20px;
}

.package-guest-item .package .inner .inner_info .image img {
  max-width: 100%;
  margin-left: 10%;
  margin-top: 15px;
}

.package-guest-item .package .inner .inner_info .title {
  /*margin-left: 22%;*/
  top: 228px;
}

.package-guest-item .package .inner .inner_info .title .title_h2 {
  font-size: 26px;
  line-height: 1em;
  text-align: center;
}

.package-guest-item .package .inner .inner_info .title .title_h2 span {
  color: #ff6161;
  font-size: 26px;
}

.package-guest-item .package .inner .inner_info .info {
  top: 264px;
  text-align: justify;
}

.font_2 {
  /* font: normal normal normal 25px/1.4em brandon-grot-w01-light,sans-serif; */
  color: #221b23;
}

.package-guest-item .package .inner .inner_info .info span {
  color: #000000;
  font-size: 15px;
}

.package-ourteam-item .package {
  position: relative;
  width: 1142px;
}

.package-ourteam-item .package .reputation {
  margin-left: 0;
  min-width: 186px;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  position: relative;
}

.package-ourteam-item .package .reputation .reputation_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.package-ourteam-item .package .reputation .reputation_inner .rep {
  left: 3px;
  width: 179px;
  position: absolute;
  top: 82px;
}

.package-ourteam-item .package .reputation .rep_image {
  flex: 198 1 0%;
  margin-left: 1px;
  min-width: 198px;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  position: relative;
}

.package-ourteam-item .package .reputation .rep_image .images {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.package-ourteam-item .item {
  width: calc(20% - 2px);
  float: left;
  margin: 1px;
  position: relative;
}

.package-ourteam-item .item .box1 {
  width: 100%;
  height: 250px;
  background-color: rgba(255, 97, 97, 1);
  position: absolute;
}

.package-ourteam-item .box2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  padding: 0;
  overflow: hidden;
}

.package-ourteam-item .item .box3 {
  width: 100%;
  height: 250px;
  background-color: rgba(78, 70, 79, 1);
  position: absolute;
}

.package-ourteam-item .item .box3 p {
  margin: 0 !important;
}

/**/
.blogs {
  margin-bottom: 50px;
}

.blogs .cat-blog {
  height: 100px;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
}

.blogs .cat-blog ul li a {
  color: #000;
}

.blogs .cat-blog ul li .active {
  color: rgba(141, 175, 45, 1);
}

.blogs .blog-item .img img {
  width: 100%;
}

.blogs .content {
  border-radius: 5px;
  background-color: #ffffff;
  /*box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.07);*/
  padding-bottom: 5px;
}

.blog-navigation-container-font {
  font-family: Brandon;
  line-height: normal;
}

.CtH_F {
  /* display: -webkit-box;
    display: -ms-flexbox; */
  display: flex;
  width: 100%;
  /* height: 80px; */
  font-family: Avenir Next;
  font-size: 14px;
}

._3a19g,
._3a19g li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._3a19g {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

._3a19g li {
  /* height: 50px; */
  white-space: nowrap;
  margin-bottom: 10px;
}

._3a19g li:first-child {
  margin-right: 20px;
}

.blog-navigation-container-active-color {
  color: rgba(141, 175, 45, 1);
}

.blog-navigation-container-color {
  color: rgba(34, 27, 35, 1);
}

._3a19g li + li {
  margin-right: 20px;
}

._2wmi0 {
  float: right;
  /* margin-top: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

._1aqFZ {
  margin-right: 16px;
}

._1JG3a {
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 16px;
}

.blog-desktop-header-search-icon-fill {
  fill: rgba(34, 27, 35, 1);
}

._3X5_F {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
}

.blog-desktop-header-search-text-color {
  color: rgba(34, 27, 35, 1);
}

._2telV {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

._31WYb {
  display: none;
}

._3-hgI {
  padding: 0;
}

._2oSqJ {
  display: block;
  position: relative;
  list-style-type: none;
}

._34tqN {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  background: #fff;
  cursor: default;
}

._34tqN._3eQWP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

._3Xbn0 {
  height: 100%;
  position: relative;
}

._1KU5P ._1VSbZ {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

._1VSbZ {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.GOkyh._3eQWP.uoobP {
  height: 170px;
  border: solid 1px #bebebe;
}

.GOkyh._3eQWP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px 25px;
}

.GOkyh {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  padding: 30px 18px 25px;
  width: 100%;
}

.blog-post-description-font {
  /* font: italic normal normal 18px/1.4em brandon-grot-w01-light,sans-serif; */
  line-height: normal;
}

.blog-card-border-color {
  border-color: rgba(166, 158, 167, 0.75);
}

.blog-card-background-color {
  background-color: rgba(255, 255, 255, 1);
}

.blog-text-color {
  color: rgba(34, 27, 35, 1);
}

._3w2Mw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

._1VSkn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
}

.blog-text-color {
  color: rgba(34, 27, 35, 1);
}

._1P5QK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

._2IBsU {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

._3gMWO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px;
}

._1Orau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._1QcLn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._3tXON {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.blog-icon-fill {
  fill: rgba(34, 27, 35, 1);
}

._354kn {
  height: 18px;
  opacity: 0.8;
}

._2baOi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-separator-background-color {
  background-color: rgba(34, 27, 35, 1);
}

._1tfHf {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
}

._3zuS_ {
  margin: 0 8px;
}

._3Zi2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.NrCbc {
  margin: 0 -9px 0 3px;
}

._3QYCt a,
._3QYCt a:visited {
  text-decoration: none;
}

._2_ahn {
  font: inherit;
  color: inherit;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.blog-post-title-font {
  font-family: Brandon;
  line-height: normal;
}

._214m7 {
  margin-bottom: 10px;
}

._1F0US {
  overflow-wrap: break-word;
  /*margin-top: 21px;*/
  font-size: 22px;
  line-height: 30px;
  font-weight: inherit;
  word-break: break-word;
}

.Edynr._3eQWP {
  padding-top: 12px;
  margin-top: auto;
}

.blog-separator-background-color {
  background-color: rgba(34, 27, 35, 1);
}

._15mxn {
  height: 1px;
  opacity: 0.2;
}

._2g-FS {
  height: 1px;
  opacity: 0.2;
  margin-bottom: 15px;
}

._35erv,
.okiNJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._35erv {
  margin-right: 16px;
  overflow: hidden;
}

.NTeiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.8;
}

._3IbHr {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2px;
}

.blog-icon-fill {
  fill: rgba(34, 27, 35, 1);
}

._3J-Nz:not(:first-child) {
  margin-left: 6px;
}

._6vad7 {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font: inherit;
  overflow: hidden;
}

.NTeiv > * + * {
  margin-left: 16px;
}

.qmr3i {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.okiNJ {
  margin-top: -22px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._2Acl0 {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

._1Ywa0 {
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._2Asp6,
._2Asp6 svg {
  position: relative;
  display: inline-block;
}

._2Asp6 {
  cursor: pointer;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}

._11I3b {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

._1G3pN {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

._3mSoz {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

._1gKpd {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

._2Asp6 ._2iL14 {
  display: none;
}

._2Asp6 svg {
  fill: transparent;
  stroke: #e84a43;
  stroke-width: 1.5px;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

._2Asp6,
._2Asp6 svg {
  position: relative;
  display: inline-block;
}

._1G3pN,
._1gKpd,
._3mSoz,
._11I3b {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 7px;
  width: 6px;
  height: 6px;
}

/* blog_detail */
._2XRai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._23dcM {
  width: 100%;
  margin: 0;
}

._2idpE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 12px;
}

._2mej6 {
  width: 100%;
  position: relative;
}

._3sPFn {
  margin-bottom: 12px;
  border: 1px solid #ebebeb;
}

.app-desktop ._1Uy59 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  padding: 62px 0 54px;
  z-index: 2;
}

._1Uy59 {
  padding: 28px 0 25px;
  overflow-wrap: break-word;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.blog-card-border-color {
  border-color: rgba(166, 158, 167, 0.75);
}

.blog-card-background-color {
  background-color: rgba(255, 255, 255, 1);
}

.app-desktop ._2DLTs {
  width: 740px;
}

.app-desktop ._1ueFK {
  padding: 0;
}

._1ueFK {
  padding: 0 70px;
}

.app-desktop ._3EJYw {
  font-size: 14px;
}

._3EJYw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
}

._2sizi {
  font-size: 14px;
  line-height: 1.5;
}

._2baOi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

._1P5QK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

._2IBsU {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

._1p4CC {
  width: 100%;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…MsOTM0LjU1OSw3ODMuMzExLDgzMC44LDg3NC45MjdaTTUwMCwxMDAwaDBaIi8+Cjwvc3ZnPgo=)
    no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

._1Sxe8 {
  padding-left: 10px;
}

._1QcLn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._1MmyW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}

.F9POj {
  margin: 0 -10px 0 8px;
}

.WU4zd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.app-desktop .oxLzI {
  margin-top: 27px;
}

.oxLzI {
  margin-top: 21px;
}

._1F0US._3tVeT {
  font-size: 40px !important;
  line-height: 48px !important;
}

._20EiU {
  margin-top: 19px;
  padding: 0 70px;
}

._2d6D3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rich-content-editor_wrapper__LG3cc {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glob_fontElementMap,
.ReactModalPortal,
.rich-content-editor_fontElementMap__2X1ls,
.rich-content-editor_panelContainer__1E2rR,
.rich-content-editor_pluginContainer__3NnBy,
.rich-content-editor_pluginContainerReadOnly__1HLi3,
.rich-content-editor_wrapper__LG3cc {
  font-family: Helvetica;
}

._1bhAM._3ZN7O ._2H6Cr {
  font-size: 18px;
  line-height: 29px;
}

._1bhAM ._2H6Cr {
  color: inherit;
  font-family: inherit;
}

.rich-content-editor_editor__Tux6h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #212121;
}

._1bhAM._3ZN7O ._2H6Cr .DraftEditor-root {
  padding-bottom: 0 !important;
}

.rich-content-editor_wrapper__LG3cc.rich-content-editor_desktop__1LOTO
  .rich-content-editor_editor__Tux6h
  .DraftEditor-root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.draft_wrapper__2dXXO .DraftEditor-root {
  position: relative;
}

.draft_wrapper__2dXXO .DraftEditor-editorContainer,
.draft_wrapper__2dXXO .DraftEditor-root,
.draft_wrapper__2dXXO .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

._14s5m:first-child {
  margin-top: 0;
}

._14s5m:last-child {
  margin-bottom: 8px;
}

.rich-content-editor_elementSpacing__2hXa7 {
  margin: 0;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

.blog-link-hashtag-color {
  color: rgba(141, 175, 45, 1);
}

._1KMzJ:empty {
  margin: 0;
}

._1KMzJ {
  margin: 19px 0 -4px;
  font-size: 12px;
  line-height: 18px;
}

.app-desktop .aiTRV {
  margin-top: 50px;
}

._15mxn {
  height: 1px;
  opacity: 0.2;
}

._1x0Zx {
  height: 60px;
}

._22fyn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

._216QU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._3Y6rS {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}

._3Y6rS + ._3Y6rS {
  margin-left: 30px;
}

._2Ahnn {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

._3vkJU {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._3yv6v {
  padding-top: 18px;
}

._1Y9DO {
  margin-bottom: 16px;
}

.TISA- {
  padding-top: 23px;
}

._2PpSc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}

.xkUqG {
  color: inherit;
  font-size: 14px;
}

._1dwwz {
  padding: 20px 0;
}

.tcFY7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._2AfuH {
  margin-bottom: 20px;
}

._3kcj6 {
  position: relative;
}

.blog-item-detail {
  padding-left: 0;
  margin-bottom: 70px;
}

._2AfuH {
  margin-bottom: 20px;
}

._3kcj6 {
  position: relative;
}

._3x2V0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  min-height: 105px;
  font-size: 16px;
  border-style: solid;
}

._1tC_c {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

._1s5zl {
  padding: 0;
  margin: 35px 0 10px;
}

._1P5QK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

._2IBsU {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

._1Sxe8 {
  padding-left: 10px;
}

._1QcLn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*font-size: 12px;*/
}

._2WBpC._1Uscs,
._2WBpC {
  opacity: 0.5;
}

._27ZVc {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 740px;
  margin-top: 18px;
  padding: 0 0 3px;
}

.GOkyh._3eQWP.uoobP1 {
  height: 235px;
  border: solid 1px #bebebe;
}

._1bhAM:not(._3jjox),
._1bhAM:not(._3jjox) ._2H6Cr,
._1bhAM:not(._3jjox) ._2H6Cr .DraftEditor-editorContainer,
._1bhAM:not(._3jjox) ._2H6Cr .DraftEditor-root,
._1bhAM:not(._3jjox) ._2H6Cr .public-DraftEditor-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

._1bhAM:not(._3jjox),
._1bhAM:not(._3jjox) ._2H6Cr,
._1bhAM:not(._3jjox) ._2H6Cr .DraftEditor-editorContainer,
._1bhAM:not(._3jjox) ._2H6Cr .DraftEditor-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._1bhAM._3ZN7O ._2H6Cr {
  font-size: 18px;
  line-height: 29px;
}

._1bhAM ._2H6Cr {
  color: inherit;
}

.rich-content-editor_editor__Tux6h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #212121;
}

._1bhAM._3ZN7O ._2H6Cr .DraftEditor-root {
  padding-bottom: 0 !important;
}

._27ZVc .public-DraftEditorPlaceholder-root {
  font-size: 16px;
}

._1bhAM .public-DraftEditorPlaceholder-root {
  position: absolute;
  opacity: 0.4;
  pointer-events: none;
  color: inherit;
}

._2xZQi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 83px;
}

._3Fjgh {
  margin: 0 -12px;
}

._1st6P {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._2PPay {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._2WBpC._1Uscs,
._2WBpC[disabled] {
  opacity: 0.5;
}

.blog-button-background-color {
  background-color: rgba(141, 175, 45, 1);
}

.blog-button-primary-text-color {
  color: rgba(255, 255, 255, 1);
}

._2WBpC {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
}

._7VFkA {
  width: auto;
  padding: 0 24px;
}

._1QhOm {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

._5B5S2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}

/* responsible tourism*/
.responsible-tourism .header_tourism {
  left: 10px;
  width: 100%;
  position: absolute;
  top: 12px;
}

.responsible-tourism .content_tourism {
  left: 16px;
  width: 100%;
  position: absolute;
  min-height: 315px;
  top: 54px;
}

.responsible-tourism .txtNew {
  word-wrap: break-word;
  text-align: start;
  pointer-events: none;
}

.responsible-tourism .image_tourism {
  padding-left: 0;
  padding-right: 0;
  max-height: 386px;
  margin-bottom: 10px;
}

.responsible-tourism .equal-height {
  display: flex;
  margin-bottom: 5px;
}

#share-news .feature-share .share-item figure {
  max-height: 386px;
  height: 100%;
}

.txtNew h2 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.font_2 {
  /* font: normal normal normal 25px/1.4em brandon-grot-w01-light,sans-serif; */
  color: #221b23;
}

/*travel-agen*/
.page-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}

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

.page-banner .banner-info.align-left {
  text-align: left;
}

.page-banner .banner-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*transform: translate(-50%, -50%);*/
  text-align: center;
  color: #fff;
}

.page-banner .banner-info .title {
  left: 16px;
  width: 457px;
  /*position: absolute;*/
  top: 7px;
  margin-left: calc((100% - 490px) * 0);
  word-wrap: break-word;
  text-align: start;
  pointer-events: none;
}

.page-banner .banner-info .content {
  left: 16px;
  /*padding-top: 178px;*/
  /*position: absolute;*/
  margin-left: calc((100% - 490px) * 0);
  word-wrap: break-word;
  text-align: start;
  pointer-events: none;
}

.page-banner .banner-info .action {
  left: 14px;
  /*position: absolute;*/
  /*top: 503px;*/
  height: 56px;
  min-height: 30px;
  width: 184px;
  margin-left: calc((100% - 490px) * 0);
}

.page-banner .banner-info .action .box {
  justify-content: center;
  text-align: initial;
  display: flex;
  align-items: center;
  border-radius: 0;
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
}

.page-banner .banner-info .action .box .box_span {
  /* font: normal normal 700 22px/1.4em brandon-grot-w01-light,sans-serif; */
  transition: color 0.4s ease 0s;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
}

.font_8 {
  /* font: italic normal normal 18px/1.4em brandon-grot-w01-light,sans-serif; */
  color: #4e464f;
}

.page-banner .title_banner {
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  position: relative;
}

.page-banner .title_banner .content_banner {
  /* padding-right: 60px; */
}

.page-banner .title_banner .content_banner .title {
  padding-left: 20px;
}

.page-banner .title_banner .content_banner .title .text {
  font-size: 60px;
  line-height: 1.5em;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.page-banner .title_banner .content_banner .content {
  padding: 20px;
  word-wrap: break-word;
  text-align: start;
  /*pointer-events: none;*/
  margin-right: 15px;
  padding-top: 0;
  text-align: justify;
}

.page-banner .title_banner .content_banner .action {
  position: relative;
  height: 30px;
  min-height: 28px;
  bottom: 10px;
  margin-top: 10px;
  width: 101px;
}

.page-banner .title_banner .content_banner .action .shadow_left {
  left: -20px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 135px;
  pointer-events: none;
  background-position: 0 0;
}

.page-banner .title_banner .content_banner .action .shadow_right {
  right: -20px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 135px;
  pointer-events: none;
  background-position: 100% 0;
}

.page-banner .title_banner .content_banner .action .text-small {
  justify-content: center;
  text-align: initial;
  display: flex;
  align-items: center;
  border-radius: 0;
  color: #fff;
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
  height: 30px;
}

.page-banner .title_banner .content_banner .action .text {
  justify-content: center;
  text-align: initial;
  display: flex;
  align-items: center;
  border-radius: 0;
  color: #fff;
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
}

.page-banner .title_banner .content_banner .action .text .content_text {
  /* font: normal normal 700 18px/1.4em brandon-grot-w01-light,sans-serif; */
  padding: 3px 0;
  transition: color 0.4s ease 0s;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
}

.page-banner .dowload {
  margin: auto;
  position: relative;
  margin-top: 20px;
  /* width: 166px; */
}

.button-list {
  padding-left: 20px;
}

.button-list .button-goto {
  display: inline-block;
  /* width: 125px; */
  float: left;
  margin-right: 10px;
}

.page-banner .dowload .shadow_left {
  left: -20px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 165px;
  pointer-events: none;
  background-position: 0 0;
}

.page-banner .dowload .shadow_right {
  right: -20px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 165px;
  pointer-events: none;
  background-position: 100% 0;
}

.page-banner .dowload .text {
  justify-content: center;
  text-align: initial;
  display: flex;
  align-items: center;
  border-radius: 0;
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
  /* padding: 0 10px; */
}

.page-banner .dowload .text .content_text {
  /* font: normal normal 700 20px/1.4em brandon-grot-w01-light,sans-serif; */
  padding: 2px 0;
  transition: color 0.4s ease 0s;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.font_6 {
  /* font: normal normal 18px/1.4em brandon-grot-w01-light,sans-serif; */
  color: #221b23;
}

.page-banner .slide1 .type_service {
  height: auto;
  width: 344px;
}

.page-banner .slide1 .type_service .background {
  position: absolute;
  min-width: 310px;
  top: 0;
  height: 100%;
  left: 70%;
  transform: translate(-50%, 0%);
  border: 0 solid rgba(166, 158, 167, 0.49);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0;
}

.page-banner .item {
  /* min-height: 500px;
    background-image: url(../images/pattern.png);
    background-color: #f3f1e2; */
}

.page-banner .slide1 .type_service .title {
  left: 20px;
  max-width: 270px;
  top: 17px;
}

.page-banner .slide1 .type_service .content {
  left: 20px;
  max-width: 310px;
  /*top: 17px;*/
  word-wrap: break-word;
  text-align: start;
  pointer-events: none;
  margin-left: 12px;
}

.page-banner .slide1 .type_service .dowload {
  height: 31px;
  min-height: 28px;
  width: 113px;
  margin-top: 15px;
  margin-left: 25%;
}

.page-banner .slide1 .type_service .dowload .dowload_inner {
  justify-content: center;
  border-radius: 0;
  position: absolute;
  /*top: 0;*/
  max-width: 210px;
  right: 0;
  bottom: 23px;
  left: 60px;
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
}

.page-banner .slide1 .type_service .dowload .dowload_inner > span {
  /* font: normal normal 500 20px/1.4em brandon-grot-w01-light,sans-serif; */
  transition: color 0.4s ease 0s;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
}

.page-banner .bg_ship {
  border-width: 0;
  border-style: solid;
  border-color: rgb(176, 169, 134);
  border-radius: 0;
  overflow: hidden;
  transform: translateZ(0px);
  left: 0;
  top: 0;
}

.page-banner .bg_ship .new-img {
  background: url(../images/bg.png) no-repeat;
  height: 201px;
  background-size: cover;
  background-position: center center;
}

.page-banner .bg_ship .title_name {
  text-align: left;
}

.page-banner .bg_ship .extention {
  margin-top: 40px;
}

.page-banner .bg_ship .shadow_left {
  left: 40px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -25px;
  height: 26px;
  position: absolute;
  width: 165px;
  pointer-events: none;
  background-position: 0 0;
}

.page-banner .bg_ship .shadow_right {
  right: 40px;
  background: url(../images/shadow.png) no-repeat;
  bottom: -25px;
  height: 26px;
  position: absolute;
  width: 165px;
  pointer-events: none;
  background-position: 100% 0;
}

.page-banner .bg_ship .dowload1 {
  background-color: rgba(47, 46, 46, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(34, 27, 35, 1) 0;
  color: #fff;
  padding: 0 30px;
  border-radius: 3px;
  font-size: 20px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.page-banner .bg_ship .dowload1:hover {
  background: #ddd;
  color: #2d3042;
}

.bg_ship {
  position: relative;
  background-color: #cccccc;
  padding: 10px 0;
}

.bg_ship:after {
  content: "";
  width: 74%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 20px;
  right: 1%;
}

.page-banner.about_us .title_banner .content_banner .action {
  /*width: 184px;*/
}

.page-banner.about_us .title_banner .content_banner .action .text .content_text {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.page-banner.about_us .title_banner .content_banner .action .shadow_left {
  bottom: -36px;
}

.page-banner.about_us .title_banner .content_banner .action .shadow_right {
  bottom: -35px;
}

.page-banner .bg_ship .dowload1 > span {
  /* font: normal normal 700 20px/1.4em brandon-grot-w01-light,sans-serif; */
  transition: color 0.4s ease 0s;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
  color: #ffffff;
  display: inline-block;
  margin: calc(-1 * 0) 0 0;
  position: relative;
  white-space: nowrap;
}

.page-banner .images {
  margin-bottom: 15px;
  overflow: hidden;
}

.height1 {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.height2 {
  height: 725px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.images1 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}

.images2 {
  padding-right: 0;
  margin-top: 10px;
}

.responsible-tourism .equal-height .share-list .excerpt p {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 17px !important;
}

#about-us figure.img {
  overflow: hidden;
}

.blogs .not-item {
  border: solid 1px rgba(166, 158, 167, 0.75);
  height: 450px;
  margin-bottom: 5px;
}

.blogs .not-item .note {
  /* font: normal normal normal 25px/1.4em brandon-grot-w01-light,sans-serif; */
  line-height: normal;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.blogs .not-item .note .comming {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.5;
}

.blogs .not-item .note .explore {
  font-size: 16px;
}

.responsible-tourism .header {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 5px;
}

.responsible-tourism .content1 {
  margin-left: 5px;
}

.responsible-tourism .header .content-responsible-tourism .descriptions span {
  /* font: normal normal normal 18px/1.4em brandon-grot-w01-light,sans-serif; */
}

.responsible-tourism .header .content-responsible-tourism .descriptions div {
  /* font: normal normal normal 18px/1.4em brandon-grot-w01-light,sans-serif; */
}

.page-banner .title_banner .content_banner .action .text:hover,
.page-banner .title_banner .content_banner .action .text-small:hover,
.page-banner .title_banner .content_banner .action .text .content_text:hover,
.page-banner .dowload .text:hover,
.page-banner .dowload .text .content_text:hover {
  background: #ddd;
  color: #2d3042;
}

.content-aboutustravel p,
.content-aboutustravel span {
  font-size: 16px !important;
}

#Our_mission p,
#Our_mission span {
  font-size: 16px !important;
  text-align: justify;
}

#Our_mission h3 {
  text-align: center !important;
  margin: 30px !important;
}

.animate-top {
  animation-name: topanim;
  -webkit-animation-name: topanim;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
}

.about-right-box h3 {
  text-align: center;
}

@keyframes topanim {
  0% {
    transform: translateY(-70%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes topanim {
  0% {
    -webkit-transform: translateY(-70%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

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

@media screen and (max-width: 1172px) {
  .package-ourteam-item .package {
    width: calc(100% - 20px);
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  .img1 {
    position: relative !important;
    height: 509px !important;
  }

  .bg_ship:after {
    width: 98%;
  }

  .bg_ship .extention .col-xs-3 {
    padding: 0 5px;
  }

  .bg_ship {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .body-footer .content-footer .receive-news input.enter-email[placeholder] {
    margin-left: 2% !important;
  }

  .footer .body-footer .content-footer .receive-news input.enter-email {
    width: 66% !important;
  }

  .page-banner .title_banner .content_banner {
    padding-right: 0;
    height: auto !important;
  }

  #social-group {
    display: none;
  }

  .page-banner .slide1 .type_service .background {
    left: 50%;
    width: 100%;
  }

  .page-banner .images {
    margin-bottom: 0;
    overflow: hidden;
  }

  .page-banner .dowload {
    margin: auto;
    display: block;
  }

  .page-banner .bg_ship .new-img .img-responsive {
    height: 201px;
  }

  .dow {
    margin-top: 20px !important;
  }

  .left {
    padding-left: 0;
  }

  .images2 {
    padding-left: 0;
  }

  #about-us figure.img {
    height: initial;
    max-height: initial;
  }

  .blogs .not-item .note .comming {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.5;
  }

  .blogs .not-item {
    border: solid 1px rgba(166, 158, 167, 0.75);
    height: 250px;
    margin-bottom: 5px;
  }

  .blogs .not-item .note .explore {
    font-size: 14px;
  }

  .responsible-tourism .header {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .responsible-tourism .content1 {
    margin-left: -15px;
  }

  .page-banner .padding-5 {
    padding: 15px;
  }

  .page-banner .title_banner .content_banner .content {
    margin-right: 0;
  }

  .package-guest-item .package .inner .inner_info .image img {
    width: 100%;
    margin-left: 0;
  }

  .package-guest-item .package .inner .inner_info .title .title_h2 span {
    font-size: 36px;
  }

  .package-guest-item .package .inner .inner_info .info span {
    font-size: 22px;
  }

  .page-banner .bg_ship .new-img {
    background: url("../images/bg.png") no-repeat;
    height: 300px;
    background-size: cover;
    background-position: center center;
  }

  .page-banner .title_banner .content_banner .action {
    margin: 20px;
    width: 160px !important;
  }

  .img1 {
    position: relative !important;
    height: 250px !important;
  }

  .page-banner .title_banner .content_banner .title .text,
  .page-banner .title_banner .content_banner .title .text span {
    font-size: 40px !important;
    display: inline;
  }

  .package-ourteam-item .item {
    width: 100%;
    float: none;
    height: 300px !important;
  }

  .package-ourteam-item .item .box1 {
    width: 100%;
    float: none;
    height: 300px !important;
  }

  .package-ourteam-item .item .box3 {
    width: 100%;
    float: none;
    height: 300px !important;
  }

  /*.package-ourteam-item .box2{width: 100%;float: none;height: 300px !important;}
    .package-ourteam-item .item .box3{width: 100%;float: none;height: 300px !important;}*/
  .page-banner .title_banner .content_banner .title .text:nth-child(2) {
    margin-top: -10px !important;
  }
}

/*@media chinh*/
@media only screen and (max-width: 768px) {
  /*group social mobile top*/
  .group-social-top-mobile {
    height: 40px;
    width: 100%;
    display: block;
    background-color: #fff;
  }

  .group-social-top-mobile li {
    float: left;
    margin-left: 10px;
  }

  .group-social-top-mobile li a {
    line-height: 43px;
    color: #000;
    font-family: arial;
  }

  .group-social-top-mobile li a:hover {
    cursor: pointer;
  }

  .group-social-top-mobile li.whatsapp {
    float: left;
  }

  .group-social-top-mobile li.whatsapp a {
    background: url(../images/whatsapp.png) no-repeat center center;
    background-size: 25px;
    display: block;
    width: 50px;
    height: 40px;
  }

  .group-social-top-mobile li.viber {
    float: left;
  }

  .group-social-top-mobile li.viber a {
    background: url(../images/viber.png) no-repeat center center;
    background-size: 25px;
    display: block;
    width: 50px;
    height: 40px;
  }

  .group-social-top-mobile li.messenger {
    float: left;
  }

  .group-social-top-mobile li.messenger a {
    width: 50px;
    height: 40px;
    background: url(../images/messenger.png) no-repeat center center;
    background-size: 25px;
    display: block;
  }

  /*end group social mobile top*/
  .button-list {
    padding-left: 0;
  }

  .page-banner .item5 {
    padding: 5px !important;
  }

  #Mice_event .name-mice-event-in-travel {
    color: #bf837a;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    font-size: 24px !important;
    font-weight: bold;
    /* margin-top: 10px; */
    text-align: center !important;
  }

  .itinerary-page .day-night-itinerary .caption h2 {
    font-size: 24px !important;
  }

  .page-banner .title_banner .content_banner .title .text,
  .page-banner .title_banner .content_banner .title .text span {
    font-size: 24px !important;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .page-banner .title_banner .content_banner .action {
    position: relative;
    height: 40px;
    min-height: 28px;
    bottom: 10px;
    margin-top: 10px;
    margin: 15px auto !important;
    width: 220px !important;
    float: inherit !important;
    display: block !important;
  }

  .page-banner .title_banner .content_banner .action .text-small {
    height: 100%;
  }

  .button-list {
    padding-left: 0;
  }

  .page-banner {
    margin-bottom: 0;
  }

  .image-fact-sheet {
    width: 100% !important;
  }

  .image-fact-sheet img {
    width: 100% !important;
  }

  .bg_ship .title_name h4 {
    text-align: center;
  }

  .bg_ship .extention p span {
    font-size: 14px !important;
  }

  .about .profile-contact {
    height: auto !important;
  }

  .about .content-about .head {
    margin-bottom: 0;
  }

  .about .content-about .head h3 {
    text-align: center;
  }

  .about .button-view-more {
    /* left: 0 !important; */
  }

  .slick-dots {
    display: none !important;
  }

  .special-offer .title-special-top h2 {
    font-size: 18px;
  }

  .guests-reviews .item-reviews .content-review p {
    text-align: justify;
  }

  /*great moment*/
  #great-moment-home .slick-dots li button:before {
    font-size: 20px;
  }

  ._2wmi0 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  ._2wmi0 .form-group {
    width: 100% !important;
  }

  ._2wmi0 .form-group .input-group {
    width: 100%;
  }

  ._3a19g li {
    height: 45px;
  }

  .CtH_F {
    min-height: 80px;
    margin-bottom: 10px;
  }

  ._3a19g li + li {
    margin-left: 0;
  }

  ._3a19g li {
    margin-right: 20px;
  }

  .use-slick-responsive .slick-prev.slick-arrow,
  .great-moment-home .slick-prev.slick-arrow {
    width: 20px;
    top: 39%;
    left: 15px;
    height: 30px;
    z-index: 1;
    background: url(../images/prev-mobile.svg) no-repeat;
  }

  .use-slick-responsive .slick-next.slick-arrow,
  .great-moment-home .slick-next.slick-arrow {
    transform: scaleX(-1) translateY(-50%);
    width: 20px;
    top: 39%;
    right: 15px;
    height: 30px;
    z-index: 1;
    background: url(../images/next-mobile.svg) no-repeat;
  }

  #great-moment-home .slick-dots {
    bottom: 0 !important;
  }

  .greate-moments .item-greate-moments {
    height: 500px;
  }

  .footer .body-footer .content-footer .contact ul li,
  .footer .body-footer .content-footer .menu ul li {
    text-align: center;
  }

  .input-date-cruise {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 0.5px #221b23;
    padding-left: 10px;
    cursor: pointer;
    margin: 5px 5%;
    padding: 5px 10px;
    width: 90%;
    height: 30px;
    background: url(../images/bg-select.png) no-repeat 95% 50%;
  }

  .footer {
    position: relative;
  }

  .footer .bottom-footer {
    position: absolute;
    bottom: 45px;
    width: 100%;
  }

  .footer .body-footer .content-footer {
    margin-bottom: 90px;
  }

  .menu-top li {
    display: block;
  }

  .menu-top li.menu-parents > a {
    font-family: Brandon;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border-right: none;
    padding: 2px 7px 2px 15px;
    margin-bottom: 6px;
  }

  .guests-reviews .item-reviews {
    margin-bottom: 30px;
  }

  .menu-child-group a {
    padding: 0;
  }

  /* .menu-top a.has-childs::after {
        content: "+";
        float: right;
        font-family: Brandon;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        padding: 5px;
    } */
  div.plus-down {
    display: block;
  }

  .menu-top li.menu-parents .plus-down {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
  }

  .menu-top li.menu-parents .plus-down span {
    color: #fff;
    cursor: pointer;
    text-align: center;
  }

  .menu-top li.menu-parents:hover .menu-child-group {
    display: none;
  }

  .menu-top .menu-child-group a {
    padding-left: 0;
  }

  .menu-top .menu-child-group {
    display: none;
    position: inherit;
    padding-left: 15px;
    background: #3b1c3f;
  }

  .navbar-nav {
    margin: 0;
  }

  .menu-child-group a {
    text-align: left;
    padding-left: 20px;
  }

  /*header*/
  .responsible-tourism .background-responsible-tourism {
    background: url(../images/bg.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0;
  }

  .responsible-tourism .background-responsible-tourism .content-responsible-tourism {
    margin: 100px auto;
    background: #ffffff;
    padding: 50px 0;
    width: 100%;
  }

  .about .profile-contact {
    /*height: 350px;*/
    margin-bottom: 20px;
  }

  .about .content-about .head {
    margin-bottom: 30px;
  }

  .about .content-about {
    padding-left: 15px;
  }

  .about .about-child {
    display: block;
  }

  .multi-search .input-search select,
  .multi-search .button-search button {
    margin: 5px 5%;
    padding: 5px 10px;
    width: 90%;
    height: 30px;
  }

  .multi-search {
    width: 100%;
    padding-bottom: 20px;
  }

  .top-multi-search {
    height: 0;
  }

  .slide {
    height: inherit;
    background: none !important;
    padding-top: 20px;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  #myNavbar .menu-top li:first-child a {
    padding-left: 15px;
  }

  .languages {
    display: none;
  }

  .menu-top {
    display: block;
    padding-top: 10px;
  }

  .logo-m {
    display: block;
    width: 75px;
    height: auto;
    margin: 5px auto;
  }

  .navbar-pc {
    width: inherit;
  }

  .navbar-pc .navbar-toggle {
    margin-top: 13px;
  }

  .footer .top-footer .menu-footer ul li {
    padding: 0 2px 0 2px;
  }

  .footer .top-footer .social-network ul li {
    padding: 0 2px 0 2px;
  }

  .footer .top-footer .social-network {
    clear: both;
    float: none;
  }

  .footer .body-footer .content-footer .receive-news .something-label ul li {
    float: none;
    margin: 10px 0;
    text-align: center;
  }

  .footer .body-footer .content-footer .contact .title-contact,
  .footer .body-footer .content-footer .menu .title-menu {
    text-align: center;
  }

  .footer .body-footer .content-footer .receive-news {
    text-align: center;
  }

  .top-footer .menu-footer ul li {
    float: left;
    margin-right: 10px;
  }

  .content-footer .contact {
    padding: 0;
    margin: 30px 0;
  }

  .content-footer .menu {
    padding: 0;
    margin: 30px 0;
  }

  .content-footer .receive-news {
    padding: 0;
    margin: 30px 0;
  }

  #social-group {
    display: none;
  }

  #social-group-mobile {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    z-index: 1;
    position: fixed;
    bottom: 0;
  }

  #social-group-mobile .social-item {
    height: 45px;
    position: relative;
    float: left;
    width: 25%;
  }

  #social-group-mobile .social-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 25px;
  }

  #social-group-mobile .social-item-fb img {
    width: 11px;
  }

  .special-offer .title-special-top {
    padding: 20px 0 0 0;
  }
}

a.book-in-tinerary {
  position: absolute;
  right: 30px;
  z-index: 999;
}

.use-slicks-cabin-halong .slick-dots button:before {
  display: none;
}

/*our team about us*/
.reputation-chinh {
  background-color: rgba(255, 97, 97, 1);
  width: 100%;
  height: 250px;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}

.reputation-chinh p {
  text-align: center;
}

#media-award,
#Media_award {
  /*margin-bottom: 30px;*/
}

.reputation-chinh span {
  text-transform: uppercase;
}

#our-team .slick-dots li button:before {
  font-size: 16px !important;
}

#Our_team .slick-dots li button:before {
  font-size: 16px !important;
}

.box-ourteam {
  padding-right: 1px;
}

.content-member-our-team {
  padding: 10px;
  padding-bottom: 20px;
}

.content-member-our-team h5 {
  margin-top: 10px;
  display: block;
}

.content-member-our-team span {
  text-align: justify;
  margin-top: 20px;
  display: block;
}

.content-policy {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
}

.content-policy ol {
  margin-left: 5px;
}

.share-list {
  height: 360px;
  overflow: hidden;
  padding-bottom: 20px;
}

#Mice_event .name-mice-event-in-travel {
  color: #bf837a;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  /* margin-top: 10px; */
  padding-top: 20px;
}

/* a:link{
    color: #fff !important;
} */
#Mice_event .content p,
#Mice_event .content span {
  font-size: 18px;
}

.height-item-about-us-member {
  height: 270px;
}

.height-item-about-us-member h5,
.height-item-about-us-member h3 {
  text-align: center;
}

.name-item-responsive h2 {
  text-align: center;
  margin-bottom: 30px;
}

.mota-item-resposive {
  text-align: justify;
}

.des-about-us-travelagent h2 {
  float: left;
}

.content-item-special .name-package-cruise {
  margin-top: 15px;
}

.content-item-special .name-package-cruise h3 {
  font-size: 18px;
  color: #000;
}

/* SPECIAL CSS BY NINH */

p.specline{
  line-height: 22px !important;
}
span.mini-booking-total2{
  width: 100% !important;
}