/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: unset;
}
*:focus {
  outline:none !important;
}

input:focus {
  outline:none;
}

@media (max-width:991.98px) {
  body {
    padding-top:50px;
  }
}

.d-none{
    display: none;
}
#masthead {
  position:relative;
  background:#2e3192;
  padding:15px 0 0;
  z-index:999;
}

@media (max-width:991.98px) {
  #masthead {
    height:50px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
  }
}

#masthead .header-wrapper {
  width:1200px;
  max-width:98%;
  margin:0 auto;
}

#masthead .ship-on-ocean {
  overflow:hidden;
  position:absolute;
  height:25px;
  width:100%;
  bottom:-25px;
  left:0;
  right:0;
  background:#2e3192;
}

@media (max-width:767.98px) {
  #masthead .ship-on-ocean {
    height:15px;
    bottom:-15px;
  }
}

#masthead .ship-on-ocean .wave {
  background:url(../images/yellow_line.svg) repeat-x;
  height:3px;
  width:200%;
  position:absolute;
  bottom:0;
  background-size:36px;
  z-index:10;
  -webkit-animation:26s 0s linear infinite animate-wave;
  animation:26s 0s linear infinite animate-wave;
}

#masthead .ship-on-ocean::after {
  animation:30s 0s linear infinite animate-ship;
  -webkit-animation:30s 0s linear infinite animate-ship;
  content:attr(name);
  background:url(../images/ship.svg) no-repeat right center;
  background-size:60px 25px;
  color:#f3b41e;
  font-size:10px;
  line-height:30px;
  text-align:right;
  text-transform:uppercase;
  position:absolute;
  z-index:2;
  width:400px;
  height:25px;
  padding-right:70px;
  bottom:0;
  left:-100%;
  display:none;
}

@media (max-width:767.98px) {
  #masthead .ship-on-ocean::after {
    height:17px;
    background-size:40px 17px;
    padding-right:50px;
    font-size:9px;
    line-height:15px;
    -webkit-animation-duration:20s;
    animation-duration:20s;
  }
}

#masthead .logo-holder {
  width:331px;
  float:left;
  position:absolute;
  top:0;
  z-index:300;
}

@media (max-width:991.98px) {
  #masthead .logo-holder {
    width:auto;
  }
}

#masthead .logo-holder a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  width:220px;
  height:130px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background:#f2f2f2;
}

@media (max-width:991.98px) {
  #masthead .logo-holder a {
    width:100px;
    height:65px;
  }
}

#masthead .logo-holder a::after {
  content:"";
  display:block;
  height:130px;
  width:125px;
  background:url(../images/logo-holder.svg) no-repeat bottom left;
  background-size:100%;
  position:absolute;
  right:-110px;
  top:0;
  z-index:1;
}

@media (max-width:991.98px) {
  #masthead .logo-holder a::after {
    width:61px;
    height:65px;
    right:-60px;
  }
}

#masthead .logo-holder a::before {
  content:"";
  display:block;
  height:130px;
  width:30vw;
  background:#f2f2f2;
  position:absolute;
  right:100%;
}

@media (max-width:991.98px) {
  #masthead .logo-holder a::before {
    height:65px;
  }
}

#masthead .logo-holder a img {
  z-index:200;
  width:60%;
  height:auto;
}

@media (max-width:991.98px) {
  #masthead .logo-holder a img {
    width:60%;
    margin:0 auto;
  }
}

#masthead .righ-header {
  margin-left:350px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

@media (max-width:991.98px) {
  #masthead .righ-header {
    display:none;
  }
}

#masthead .righ-header nav {
  width:calc(100% - 200px);
}

#masthead .righ-header nav .top-nav {
  margin-top:15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

#masthead .righ-header nav .top-nav .menu {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .righ-header nav .top-nav .menu li {
  display:inline;
  margin-right:20px;
}

#masthead .righ-header nav .top-nav .menu li a {
  color:#FFF;
  font-size:13px;
  font-weight:300;
  text-decoration:none;
}

#masthead .righ-header nav .top-nav .menu li a:hover {
  color:#f3b41e;
}

#masthead .righ-header nav .top-nav .menu li:last-child {
  margin-right:0;
}

#masthead .righ-header nav .top-nav .search-btn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:23px;
  height:23px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background:none;
  border:none;
  padding:0;
}

#masthead .righ-header nav .top-nav .search-btn img {
  width:100%;
  height:auto;
}

#masthead .righ-header nav .top-nav .langs ul {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .righ-header nav .top-nav .langs ul li {
  margin-right:10px;
  float:left;
}

#masthead .righ-header nav .top-nav .langs ul li a {
  display:inline-block;
  width:23px;
  height:23px;
  background:url(../images/flags.svg) no-repeat;
  text-indent:-9999px;
  position:relative;
}

#masthead .righ-header nav .top-nav .langs ul li:last-child {
  margin-right:0;
}

#masthead .righ-header nav .top-nav .langs ul li.en a {
  background-position:-35px 0;
}

#masthead .righ-header nav .top-nav .langs ul li.cn a {
  background-position:-70px 0;
}

#masthead .righ-header nav .bottom-nav {
  margin-top:20px;
}

#masthead .righ-header nav .bottom-nav .menu {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .righ-header nav .bottom-nav .menu li {
  float:left;
  margin-right:25px;
  margin-bottom:5px;
  position:relative;
  line-height: 25px;
}

#masthead .righ-header nav .bottom-nav .menu li:last-child {
  margin-right:0;
}

#masthead .righ-header nav .bottom-nav .menu li a {
  text-transform:uppercase;
  color:#FFF;
  font-weight:700;
  padding:0 0 10px;
  position:relative;
  font-size:.9em;
}

#masthead .righ-header nav .bottom-nav .menu li a::after {
  content:"";
  display:block;
  width:100%;
  height:3px;
  background:#FFF;
  position:absolute;
  bottom:0;
  left:0;
  opacity:0;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

#masthead .righ-header nav .bottom-nav .menu li:hover a,
#masthead .righ-header nav .bottom-nav .menu li.current-menu-item a {
  text-decoration:none;
}

#masthead .righ-header nav .bottom-nav .menu li:hover a::after,
#masthead .righ-header nav .bottom-nav .menu li.current-menu-item a::after {
  opacity:0;
}

#masthead .righ-header nav .bottom-nav .menu li:hover a {
  color:#f3b41e;
}

#masthead .righ-header nav .bottom-nav .menu li.home a {
  display:block;
  width:22px;
  height:22px;
  text-indent:-999px;
  background:url(../images/home.svg) no-repeat top center;
  background-size:22px;
}

#masthead .righ-header nav .bottom-nav .menu li.home a::after {
  content:none;
}

#masthead .righ-header nav .bottom-nav .menu li.hot::before {
  display:block;
  content:"NEW";
  position:absolute;
  width:35px;
  padding:2px 5px;
  border-radius:3px;
  background:#f3b41e;
  color:#FFF;
  font-size:8px;
  text-align:center;
  text-transform:uppercase;
  top:-18px;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-animation:fade-in .75s linear infinite both;
  animation:fade-in .75s linear infinite both;
}

#masthead .righ-header nav .bottom-nav .menu li.hot::after {
  display:block;
  content:"";
  position:absolute;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid #f3b41e;
  top:-2px;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-animation:fade-in .75s linear infinite both;
  animation:fade-in .75s linear infinite both;
}

#masthead .righ-header .hotlink {
  width:160px;
  margin-top:15px;
}

#masthead .righ-header .hotlink>ul {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .righ-header .hotlink>ul li:first-child {
  margin-bottom:15px;
}

#masthead .righ-header .hotlink>ul li a {
  color:#FFF;
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
  display:block;
  border:1px solid #FFF;
  border-radius:20px;
  width:100%;
  height:30px;
  text-align:center;
  line-height:30px;
  text-decoration:none;
}

#masthead .righ-header .hotlink .langs .wpml-ls-legacy-list-horizontal {
  padding:0;
  text-align:right;
}

#masthead .menu-toggle-btn {
  display:none;
  width:35px;
  height:35px;
  border:1px solid #FFF;
  position:absolute;
  top:25px;
  right:15px;
  text-align:center;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

@media (max-width:991.98px) {
  #masthead .menu-toggle-btn {
    display:block;
  }
}

#masthead .menu-toggle-btn span {
  display:block;
  width:80%;
  height:1px;
  position:absolute;
  left:4px;
  background:#FFF;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

#masthead .menu-toggle-btn span:nth-child(1) {
  top:8px;
}

#masthead .menu-toggle-btn span:nth-child(2) {
  top:16px;
}

#masthead .menu-toggle-btn span:nth-child(3) {
  top:24px;
}

#masthead .menu-toggle-btn.active span:nth-child(1) {
  top:17px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

#masthead .menu-toggle-btn.active span:nth-child(2) {
  display:none;
}

#masthead .menu-toggle-btn.active span:nth-child(3) {
  top:17px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

#masthead .mobile-menu {
  position:fixed;
  top:0;
  left:0;
  height:100%;
  overflow-y:auto;
  width:300px;
  max-width:75%;
  background:#2e3192;
  color:#FFF;
  display:none;
  z-index:9999;
  -webkit-box-shadow:2px 0 10px rgba(0,0,0,.4);
  box-shadow:2px 0 10px rgba(0,0,0,.4);
  -webkit-transform:translateX(-110%);
  transform:translateX(-110%);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:991.98px) {
  #masthead .mobile-menu {
    display:block;
  }
  #masthead .mobile-menu.shown {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}

#masthead .mobile-menu .menu-wrapper {
  padding:3em 1.5em 1em;
}

#masthead .mobile-menu .menu-wrapper .buttons {
  margin:2em auto;
}

#masthead .mobile-menu .menu-wrapper .buttons a {
  color:#FFF;
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
  display:block;
  border:1px solid #FFF;
  border-radius:20px;
  width:100%;
  height:30px;
  text-align:center;
  line-height:30px;
  text-decoration:none;
  margin-bottom:10px;
}

#masthead .mobile-menu .menu-wrapper .menu {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .mobile-menu .menu-wrapper .menu li {
  margin-bottom:10px;
}

#masthead .mobile-menu .menu-wrapper .menu li a {
  color:#FFF;
  text-transform:uppercase;
  font-weight:700;
  font-size:.9em;
}

#masthead .mobile-menu .menu-wrapper .menu li ul {
  margin:5px 0 10px 20px;
  padding:0;
  list-style:none;
}

#masthead .mobile-menu .menu-wrapper .menu li ul li {
  margin-bottom:7px;
}

#masthead .mobile-menu .menu-wrapper .menu li ul li a {
  font-size:12px;
  opacity:.8;
}

#masthead .mobile-menu .menu-wrapper .menu li.current_page_item>a {
  color:#f3b41e;
}

#masthead .mobile-menu .menu-wrapper .menu li.sm {
  margin-bottom:5px;
}

#masthead .mobile-menu .menu-wrapper .menu li.sm.first {
  margin-top:20px;
}

#masthead .mobile-menu .menu-wrapper .menu li.sm a {
  font-size:12px;
}

#masthead .mobile-menu .menu-wrapper .menu li.hot {
  position:relative;
}

#masthead .mobile-menu .menu-wrapper .menu li.hot::before {
  display:block;
  content:"NEW";
  position:absolute;
  width:35px;
  padding:2px 5px;
  border-radius:3px;
  background:#f3b41e;
  color:#FFF;
  font-size:8px;
  text-align:center;
  text-transform:uppercase;
  top:50%;
  right:30px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-animation:fade-in .75s linear infinite both;
  animation:fade-in .75s linear infinite both;
}

#masthead .mobile-menu .menu-wrapper .menu li.hot::after {
  display:block;
  content:"";
  position:absolute;
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-right:4px solid #f3b41e;
  top:50%;
  right:65px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-animation:fade-in .75s linear infinite both;
  animation:fade-in .75s linear infinite both;
}

#masthead .mobile-menu .menu-wrapper .langs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
  margin-bottom:20px;
}

#masthead .mobile-menu .menu-wrapper .langs span {
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
  display:block;
  margin-bottom:0;
  margin-right:20px;
}

#masthead .mobile-menu .menu-wrapper .langs .wpml-ls-legacy-list-horizontal {
  padding:0;
}

#masthead .mobile-menu .menu-wrapper .langs ul {
  margin:0;
  padding:0;
  list-style:none;
}

#masthead .mobile-menu .menu-wrapper .langs ul a {
  padding:0;
  margin-right:30px;
}

#masthead .search-form {
  position:absolute;
  top:100%;
  right:0;
  width:270px;
  background:#FFF;
  -webkit-box-shadow:0 8px 20px 0 rgba(0,0,0,.04);
  box-shadow:0 8px 20px 0 rgba(0,0,0,.04);
  z-index:200;
}

#masthead .search-form input[type=search] {
  width:100%;
  height:40px;
  line-height:40px;
  padding-left:10px;
  border:0;
  background:transparent;
  width:calc(100% - 40px);
  display:block;
  float:left;
  font-size:13px;
}

#masthead .search-form button[type=submit] {
  width:40px;
  height:40px;
  border:none;
  background:transparent;
  display:block;
  padding:0;
  text-align:center;
  line-height:40px;
  float:left;
}

#masthead .search-form button[type=submit] svg {
  width:40%;
  height:auto;
  fill:#f3b41e;
}

.welcome {
  overflow:hidden;
  position:relative;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.welcome::after {
  content:"";
  display:block;
  width:100%;
  height:33%;
  z-index:1;
  position:absolute;
  background:url(../images/shape.svg) no-repeat bottom center;
  background-size:100%;
  bottom:-1px;
}

.welcome img {
  width:100%;
  height:auto;
  display:block;
}

.welcome .page-slider .item {
  display:block;
  width:100%;
}

.welcome .page-slider .item img {
  width:100%;
  height:auto;
}

.welcome .caption {
  position:absolute;
  width:600px;
  color:#FFF;
  text-align:center;
  z-index:300;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

@media (max-width:767.98px) {
  .welcome .caption {
    display:none;
  }
}

.welcome .caption h2 {
  text-transform:uppercase;
  font-weight:900;
  font-size:3em;
  text-shadow:1px 1px 10px rgba(0,0,0,.3);
}

.welcome .caption p {
  color:#FFF;
  text-shadow:1px 1px 5px rgba(0,0,0,.3);
}

.welcome .caption .btn {
  background:#2e3192;
  color:#FFF;
  text-transform:uppercase;
  width:170px;
  height:50px;
  border-radius:30px;
  line-height:48px;
  padding:0;
  -webkit-transition:.3s all ease;
  transition:.3s all ease;
}

.welcome .caption .btn .text {
  font-weight:300;
  margin-right:20px;
  -webkit-transition:.3s all ease;
  transition:.3s all ease;
}

.welcome .caption .btn .icon svg {
  fill:#FFF;
  width:20px;
}

.welcome .caption .btn:hover {
  background:#f3b41e;
}

.welcome .caption .btn:hover .text {
  margin-right:25px;
}

.section .section-wrapper {
  width:1200px;
  max-width:92%;
  margin:0 auto;
}

.section .section-wrapper .section-title {
  font-weight:700;
  text-transform:uppercase;
  font-size:1.7em;
  position:relative;
  margin-bottom:1em;
}

@media (max-width:767.98px) {
  .section .section-wrapper .section-title {
    font-size:1.2em;
  }
}

.section .section-wrapper .section-title::after {
  content:"";
  display:block;
  width:70px;
  height:2px;
  background:#000;
}

@media (max-width:767.98px) {
  .section .section-wrapper .section-title::after {
    margin-top:5px;
  }
}

.heading .title {
  text-transform:uppercase;
  font-weight:800;
  display:inline-block;
  font-size:1.5em;
  margin-bottom:1em;
}

.heading .title a {
  color:#111;
  text-decoration:none;
}

.heading .title a:hover {
  color:#2e3192;
}

.heading .title::before {
  content:"";
  width:50px;
  height:1px;
  background:#111;
  margin-right:10px;
  display:inline-block;
}

section.about {
  padding:4em 0 3em;
  text-align:center;
}

@media (max-width:767.98px) {
  section.about {
    padding:2em 0;
  }
}

section.about h3,
section.about h2 {
  color:#4d4d4d;
  font-size:1.8em;
  font-weight:500;
  font-family:"Montserrat",sans-serif;
  margin-bottom:1em;
}

@media (max-width:767.98px) {
  section.about h3,
  section.about h2 {
    font-size:1.3em;
    font-weight:700;
  }
}

section.about p {
  font-size:.9em;
}

section.about .btn {
  background:none;
  border-bottom:1px solid #2e3192;
  color:#2e3192;
  font-weight:300;
  border-radius:0;
  padding:0;
  margin-top:2em;
}

section.about .btn .text {
  font-weight:300;
  margin-right:20px;
  -webkit-transition:.3s all ease;
  transition:.3s all ease;
}

section.about .btn .icon svg {
  fill:#2e3192;
  width:20px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

section.about .btn:hover {
  border-bottom-color:#f3b41e;
}

section.about .btn:hover .text {
  color:#f3b41e;
}

section.about .btn:hover svg {
  fill:#f3b41e;
}

.schedule {
  padding:1.5em 0;
}

.schedule .slider .slick-list {
  padding-top:3em !important;
  padding-bottom:3em !important;
  width:calc(100% + 140px);
  margin-left:-70px;
}

@media (max-width:767.98px) {
  .schedule .slider .slick-list {
    width:100%;
    margin-left:0;
    padding-top:1em !important;
    padding-bottom:1em !important;
  }
}

.schedule .slider .item a {
  display:block;
  margin:0 70px;
  color:#000;
  overflow:hidden;
  text-decoration:none;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:767.98px) {
  .schedule .slider .item a {
    margin:0 10px;
  }
}

.schedule .slider .item a img {
  width:100%;
  height:auto;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.schedule .slider .item a h3 {
  text-align:center;
  text-transform:uppercase;
  font-family:"Montserrat",sans-serif;
  font-size:.9em;
  padding:20px;
  font-weight:600;
}

.schedule .slider .item a h3 .ways {
  display:inline-block;
  height:16px;
  width:16px;
  margin:0 7px;
  background:url(../images/double-arrow.svg) no-repeat center;
  background-size:16px;
  -webkit-transform:translateY(3px);
  transform:translateY(3px);
}

.schedule .slider .item a:hover {
  color:#f3b41e;
}

.schedule .slider .item.slick-center a {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}

@media (max-width:767.98px) {
  .schedule .slider .item.slick-center a {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}

.schedule .slider .item.slick-center a:hover {
  color:#f3b41e;
}

.schedule .slider .slick-arrow {
  position:absolute;
  top:40%;
  width:30px;
  height:30px;
  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;
  cursor:pointer;
  z-index:500;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:767.98px) {
  .schedule .slider .slick-arrow {
    top:calc(100% - 20px);
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transform-origin:center center;
    transform-origin:center center;
  }
}

.schedule .slider .slick-arrow svg {
  width:100%;
  height:auto;
}

.schedule .slider .slick-arrow:hover svg {
  fill:#f3b41e;
}

.schedule .slider .slick-arrow.prev {
  left:28%;
  top:40%;
  -webkit-transform:rotate(180deg) translateY(-50%);
  transform:rotate(180deg) translateY(-50%);
}

@media (max-width:767.98px) {
  .schedule .slider .slick-arrow.prev {
    top:calc(100% - 20px);
    -webkit-transform:translateY(0) rotate(180deg);
    transform:translateY(0) rotate(180deg);
  }
}

.schedule .slider .slick-arrow.next {
  right:28%;
}

.ticket-price {
  background:#f8f8f8;
  padding:1.5em 0;
}

.ticket-price .content {
  position:relative;
  overflow:hidden;
}

.ticket-price .content .tickets {
  background:#FFF;
  padding:30px;
  width:calc(50% + 30px);
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  z-index:400;
}

@media (max-width:767.98px) {
  .ticket-price .content .tickets {
    padding:15px;
    width:100%;
    position:static;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

.ticket-price .content .tickets ul {
  margin:0;
  padding:0;
  list-style:none;
}

.ticket-price .content .tickets ul li {
  border-bottom:1px solid #444;
  padding:15px 0;
}

.ticket-price .content .tickets ul li.active {
  padding-bottom:0;
}

.ticket-price .content .tickets ul li:first-child {
  border-top:1px solid #444;
}

.ticket-price .content .tickets ul li a {
  font-size:1em;
  font-weight:700;
  position:relative;
  padding-right:50px;
  display:block;
  color:#111;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:767.98px) {
  .ticket-price .content .tickets ul li a {
    padding-right:0;
    font-size:.9em;
  }
}

.ticket-price .content .tickets ul li a .tuyen {
  width:70%;
  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;
}

@media (max-width:767.98px) {
  .ticket-price .content .tickets ul li a .tuyen {
    width:70%;
  }
}

.ticket-price .content .tickets ul li a .tuyen span {
  width:30%;
}

@media (max-width:767.98px) {
  .ticket-price .content .tickets ul li a .tuyen span:last-child {
    padding-left:0;
  }
}

.ticket-price .content .tickets ul li a span {
  display:inline-block;
}

.ticket-price .content .tickets ul li a span.ways {
  display:inline-block;
  height:20px;
  width:20px;
  background:url(../images/double-arrow.svg) no-repeat center;
  background-size:20px;
  -webkit-transform:translateY(5px);
  transform:translateY(5px);
}

.ticket-price .content .tickets ul li a .arrow {
  display:block;
  position:absolute;
  top:50%;
  right:10px;
  color:#111;
  font-size:12px;
  font-weight:700;
  font-style:italic;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.ticket-price .content .tickets ul li a .arrow span {
  display:inline-block;
  margin-right:5px;
}

.ticket-price .content .tickets ul li a .arrow img {
  width:10px;
  height:auto;
  display:inline-block;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.ticket-price .content .tickets ul li a:hover {
  text-decoration:none;
  opacity:.5;
}

.ticket-price .content .tickets ul li.active a {
  color:#f3b41e;
}

.ticket-price .content .image-slider {
  width:50%;
  float:right;
}

@media (max-width:767.98px) {
  .ticket-price .content .image-slider {
    display:none;
  }
}

.ticket-price .content .image-slider img {
  width:100%;
  height:auto;
}

.ticket-price .content .image-slider .slick-arrow {
  position:absolute;
  bottom:0;
  width:50px;
  height:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background:#2e3192;
  z-index:200;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.ticket-price .content .image-slider .slick-arrow svg {
  width:40%;
  height:auto;
  fill:#FFF;
}

.ticket-price .content .image-slider .slick-arrow.prev {
  right:53px;
}

.ticket-price .content .image-slider .slick-arrow.prev svg {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.ticket-price .content .image-slider .slick-arrow.next {
  right:0;
}

.ticket-price .content .image-slider .slick-arrow:hover {
  background:#f3b41e;
  cursor:pointer;
}

.section.video {
  position:relative;
}

.section.video .background {
  width:100%;
  max-width:1600px;
  margin:0 auto;
  display:block;
}

.section.video .btn {
  display:block;
  background:#FFF;
  color:#000;
  border-radius:0;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:300;
  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;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.section.video .btn svg {
  fill:#000;
  width:20px;
  margin-left:20px;
}

.section.video .btn:hover {
  background:#f3b41e;
  color:#FFF;
}

.section.video .btn:hover svg {
  fill:#FFF;
}

.section.news {
  padding:1.5em 0;
}

.section.news .section-wrapper {
  position:relative;
}

@media (max-width:767.98px) {
  .section.news .posts>;.row>;div:nth-child(3) {
    display:none;
  }
}

.section.news .posts .post {
  margin-bottom:2em;
}

.section.news .posts .post .thumb {
  display:block;
  overflow:hidden;
  margin-bottom:15px;
}

.section.news .posts .post .thumb img {
  width:100%;
  height:auto;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.section.news .posts .post time {
  color:#f3b41e;
  display:block;
  margin-bottom:0;
  font-size:12px;
}

.section.news .posts .post a {
  color:#000;
  text-decoration:none;
}

.section.news .posts .post a h4 {
  font-size:1em;
  font-weight:700;
  line-height:1.5;
}

@media (max-width:767.98px) {
  .section.news .posts .post a h4 {
    font-size:.8em;
  }
}

.section.news .posts .post p {
  font-size:12px;
}

@media (max-width:767.98px) {
  .section.news .posts .post p {
    text-align:justify;
  }
}

.section.news .posts .post:hover img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.section.news .posts .post:hover a {
  color:#f3b41e;
}

.section.news .posts .viewmore {
  color:#000;
  text-transform:uppercase;
  padding:0;
  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;
  position:absolute;
  right:0;
  top:0;
  font-size: 12px;
}

.section.news .posts .viewmore .icon {
  margin-left:10px;
}

.section.news .posts .viewmore .icon svg {
  fill:#000;
  width:15px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.section.news .posts .viewmore:hover {
  color:#f3b41e;
}

.section.news .posts .viewmore:hover svg {
  fill:#f3b41e;
}

.footer-slider .item {
  width:100%;
  display:block;
}

.footer-slider .item img {
  width:100%;
  height:auto;
}

.footer-slider .slick-dots {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  bottom:20px;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
}

.footer-slider .slick-dots li {
  display:inline-block;
  margin:0 5px;
  opacity:.8;
}

.footer-slider .slick-dots li button {
  padding:0;
  border:0;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#FFF;
  text-indent:-9999px;
}

.footer-slider .slick-dots li.slick-active button {
  background:#2e3192;
}

.partners-container {
  margin-top:3em;
}

.partners-container h3 {
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
}

.partners-container .partners .item {
  width:25%;
  padding:20px;
  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;
}

@media (max-width:991.98px) {
  .partners-container .partners .item {
    width:calc(100% / 3);
    padding:10px;
  }
}

@media (max-width:767.98px) {
  .partners-container .partners .item {
    width:calc(100% / 3);
    padding:5px;
  }
}

.partners-container .partners .item a {
  display:block;
  -ms-grid-row-align:center;
  -ms-flex-item-align:center;
  align-self:center;
}

.partners-container .partners .item img {
  -ms-grid-row-align:center;
  -ms-flex-item-align:center;
  align-self:center;
  display:block;
  width:100%;
  height:auto;
}

.footer {
  background:#2e3192;
  color:#FFF;
  padding:15px 0;
}

.footer .footer-wrapper {
  width:1200px;
  max-width:92%;
  margin:0 auto;
}

.footer .footer-wrapper .logo {
  display:block;
  margin-bottom:15px;
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .logo {
    display:none;
  }
}

.footer .footer-wrapper .logo img {
  width:50%;
  height:auto;
}

.footer .footer-wrapper .menu,
.footer .footer-wrapper .social {
  margin:0;
  padding:0;
  list-style:none;
}

.footer .footer-wrapper .menu li,
.footer .footer-wrapper .social li {
  line-height:1;
  margin-bottom:7px;
}

.footer .footer-wrapper .menu li a,
.footer .footer-wrapper .social li a {
  color:#FFF;
  font-size:12px;
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .menu li {
    margin-bottom:12px;
  }
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .social {
    margin:20px 0;
  }
  .footer .footer-wrapper .social li {
    display:inline;
    margin-right:10px;
  }
  .footer .footer-wrapper .social li a {
    display:inline-block;
    width:40px;
    height:40px;
    text-indent:-9999px;
    border-radius:50%;
    background-color:#FFF;
    background-repeat:no-repeat;
    background-size:50%;
    background-position:center;
    -webkit-box-shadow:1px 2px 10px rgba(0,0,0,.4);
    box-shadow:1px 2px 10px rgba(0,0,0,.4);
    cursor:pointer;
  }
  .footer .footer-wrapper .social li.facebook a {
    background-image:url(../images/facebook.svg);
  }
  .footer .footer-wrapper .social li.twitter a {
    background-image:url(../images/twitter.svg);
  }
  .footer .footer-wrapper .social li.youtube a {
    background-image:url(../images/youtube.svg);
  }
  .footer .footer-wrapper .social li.instagram a {
    background-image:url(../images/instagram.svg);
  }
}

.footer .footer-wrapper .menu {
  margin-top:30px;
  margin-bottom: 30px;
}

.footer .footer-wrapper .title {
  margin-top:3em;
  font-size:1.4em;
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .title {
    display:none;
  }
}

.footer .footer-wrapper .contact-infos .item {
  border:1px solid #FFF;
  margin-bottom:1em;
}

.footer .footer-wrapper .contact-infos .item .heading {
  display:block;
  width:100%;
  padding:7px 15px;
  text-align:center;
  position:relative;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
}

.footer .footer-wrapper .contact-infos .item .heading span {
  position:absolute;
  right:10px;
  top:10px;
  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:15px;
  height:15px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.footer .footer-wrapper .contact-infos .item .heading span svg {
  fill:#FFF;
  width:100%;
  opacity:.8;
}

.footer .footer-wrapper .contact-infos .item .heading span.active {
  -webkit-transform-origin:center;
  transform-origin:center;
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}

.footer .footer-wrapper .contact-infos .item .content {
  padding:15px 10px;
  font-size:11px;
  line-height:1.7;
  border-top:1px solid #FFF;
  display:none;
}

.footer .footer-wrapper .contact-infos .item.active .content {
  display:block;
}

.footer .footer-wrapper .contact-infos .newsleter {
  margin-top:50px;
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .contact-infos .newsleter {
    margin-top:30px;
  }
}

.footer .footer-wrapper .contact-infos .newsleter h3 {
  font-size:1.4em;
  font-weight:400;
  margin-bottom:1em;
}

.footer .footer-wrapper .contact-infos .newsleter form.loading {
  position:relative;
}

.footer .footer-wrapper .contact-infos .newsleter form.loading:after {
  content:"";
  display:block;
  background-color:rgba(0,0,0,.5);
  background-image:url(../images/spinter.svg);
  background-position:center center;
  background-size:30%;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:500;
}

.footer .footer-wrapper .contact-infos .newsleter input {
  padding:15px;
  border:1px solid #FFF;
  width:100%;
  margin-bottom:2px;
  display:none;
}

.footer .footer-wrapper .contact-infos .newsleter input.active {
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

.footer .footer-wrapper .contact-infos .newsleter input.email {
  display:block;
}

.footer .footer-wrapper .contact-infos .newsleter input.name {
  -webkit-transition-delay:100ms;
  transition-delay:100ms;
}

.footer .footer-wrapper .contact-infos .newsleter input.phone {
  -webkit-transition-delay:300ms;
  transition-delay:300ms;
}

.footer .footer-wrapper .contact-infos .newsleter input[type=submit] {
  background-color:#f3b41e;
  color:#FFF;
  letter-spacing:3px;
  text-transform:uppercase;
  border:0;
  display:block;
  -webkit-transition-delay:500ms;
  transition-delay:500ms;
}

.footer .footer-wrapper .contact-infos .newsleter .wpcf7-form-control-wrap {
  position:relative;
  display:block;
}

.footer .footer-wrapper .contact-infos .newsleter .wpcf7-form-control-wrap span[role=alert] {
  position:absolute;
  font-size:12px;
  display:inline-block;
  top:50%;
  right:10px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

.footer .footer-wrapper .contact-infos .newsleter .wpcf7-response-output {
  margin:0;
  border:none;
  font-size:12px;
  padding:0;
  font-style:italic;
}

.footer .footer-wrapper .contact-infos .newsleter .wpcf7-response-output.wpcf7-validation-errors {
  color:red;
}

.footer .footer-wrapper .contact-infos .newsleter .ajax-loader {
  display:none;
}

.footer .footer-wrapper .contact-infos .copy-right {
  font-size:12px;
  margin-top:115px;
}

@media (max-width:767.98px) {
  .footer .footer-wrapper .contact-infos .copy-right {
    margin-top:30px;
  }
}

.superdong-promo {
  position:fixed;
  top:20%;
  right:20px;
  max-width:150px;
  z-index:999;
}

.superdong-promo a {
  display:block;
}

.superdong-promo a img {
  max-width:100%;
  height:auto;
}

.superdong-promo .close {
  position:absolute;
  width:20px;
  height:20px;
  right:0;
  top:-25px;
  background:#FFF url(../images/cancel.svg) no-repeat center;
  background-size:50%;
  border-radius:50%;
}

#breadcrumbs {
  color:#ababab;
}

@media (max-width:767.98px) {
  #breadcrumbs {
    margin-top:30px;
    text-transform:uppercase;
    font-size:11px;
  }
}

#breadcrumbs a {
  color:#ababab;
}

#breadcrumbs a:hover {
  color:#2e3192;
}

#breadcrumbs .breadcrumb_last {
  color:#111;
}

.page-template-about .page-content {
  padding-bottom:30px;
}

.page-template-about .page-content .leading {
  font-size:1.9em;
  font-weight:300;
  line-height:1.3;
  width:calc(50% - 20px);
  padding-bottom:2em;
  position:relative;
  margin-bottom:1em;
  text-align:justify;
}

.page-template-about .page-content .leading::after {
  content:"";
  display:block;
  width:30%;
  height:3px;
  background:#f3b41e;
  position:absolute;
  bottom:0;
  left:0;
}

@media (max-width:767.98px) {
  .page-template-about .page-content .leading {
    width:100%;
    margin:0 0 1em;
    padding-bottom:1em;
    font-size:1.5em;
  }
}

.page-template-about .page-content .two-cols {
  text-align:justify;
  font-size:.9em;
  -webkit-column-gap:40px;
  column-gap:40px;
  -webkit-column-count:2;
  column-count:2;
}

@media (max-width:767.98px) {
  .page-template-about .page-content .two-cols {
    -webkit-column-count:initial;
    column-count:initial;
  }
}

.page-template-about .page-content img {
  max-width:100%;
  height:auto;
}

.page-template-about .page-content img.alignnone {
  float:none;
  margin:10p 0;
}

.page-template-about .page-content img.alignleft {
  float:left;
  margin:10px 10px 10px 0;
}

.page-template-about .page-content img.alignright {
  float:right;
  margin:10px 0 10px 10px;
}

.page-template-about .page-content img .aligncenter {
  display:block;
  margin:10px auto;
}

.page-template-about .page-content table {
  border:1px solid #DDD;
  width:100%;
  margin:1em 0;
}

.page-template-about .page-content table thead tr td,
.page-template-about .page-content table thead tr th {
  background:#2e3192;
  color:#FFF;
  border:1px solid rgba(255,255,255,.3);
  padding:7px 10px;
}

.page-template-about .page-content table tbody tr td,
.page-template-about .page-content table tbody tr th {
  padding:7px 10px;
  border:1px solid #DDD;
}

.page-template-about .about-images-slider img {
  width:100%;
  height:auto;
}

.page-template-about .about-images-slider .slick-arrow {
  position:absolute;
  width:100px;
  height:50px;
  background:#2e3192;
  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;
  top:50%;
  cursor:pointer;
  z-index:300;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:767.98px) {
  .page-template-about .about-images-slider .slick-arrow {
    width:50px;
    height:25px;
  }
}

.page-template-about .about-images-slider .slick-arrow svg {
  fill:#FFF;
  width:20px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.page-template-about .about-images-slider .slick-arrow.prev {
  left:0;
}

.page-template-about .about-images-slider .slick-arrow.prev svg {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.page-template-about .about-images-slider .slick-arrow.next {
  right:0;
}

.page-template-about .about-images-slider .slick-arrow:hover {
  background:#f3b41e;
}

.page-menu {
  border-bottom:1px solid #444;
  margin-bottom:2em;
}

.page-menu ul {
  margin:0;
  padding:0;
  list-style:none;
}

@media (max-width:767.98px) {
  .page-menu ul {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}

.page-menu ul li {
  display:inline;
  margin-right:30px;
}

@media (max-width:767.98px) {
  .page-menu ul li {
    display:block;
    margin:0 0 5px 0;
    width:49%;
    position:relative;
  }
  .page-menu ul li::after {
    content:"";
    display:block;
    height:35px;
    width:30px;
    background:url(../images/logo-holder.svg) no-repeat bottom left;
    background-size:35px;
    position:absolute;
    right:0;
    left:auto;
    top:0;
    z-index:1;
  }
}

.page-menu ul li a {
  display:inline-block;
  opacity:.7;
  position:relative;
  padding-bottom:10px;
  color:#111;
  font-size:.9em;
  text-decoration:none;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.page-menu ul li a:hover {
  opacity:1;
}

@media (max-width:767.98px) {
  .page-menu ul li a {
    display:block;
    padding:7px;
    width:calc(100% - 30px);
    background:#f2f2f2;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    height:35px;
    line-height:23px;
    position:relative;
    white-space:nowrap;
    opacity:1;
    text-overflow:ellipsis;
    overflow:hidden;
  }
}

@media (max-width:767.98px) {
  .page-menu ul li.current-menu-item::after,
  .page-menu ul li.active::after {
    background:url(../images/logo-holder-yellow.svg) no-repeat bottom left;
    background-size:35px;
  }
}

.page-menu ul li.current-menu-item a,
.page-menu ul li.active a {
  font-weight:700;
}

.page-menu ul li.current-menu-item a::after,
.page-menu ul li.active a::after {
  display:block;
  content:"";
  width:100%;
  height:2px;
  position:absolute;
  bottom:-1px;
  left:0;
  background:#111;
}

@media (max-width:767.98px) {
  .page-menu ul li.current-menu-item a,
  .page-menu ul li.active a {
    border:none;
    background:#f3b41e;
    color:#FFF;
  }
  .page-menu ul li.current-menu-item a::after,
  .page-menu ul li.active a::after {
    content:none;
  }
}

.page-template-services .tabs-content {
  position:relative;
}

.page-template-services .tabs-content .view-options {
  position:absolute;
  right:0;
  top:-10px;
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .view-options {
    display:none;
  }
}

.page-template-services .tabs-content .view-options a {
  display:inline-block;
  width:30px;
  height:30px;
  opacity:.3;
}

.page-template-services .tabs-content .view-options a img {
  width:100%;
  height:auto;
}

.page-template-services .tabs-content .view-options a.active,
.page-template-services .tabs-content .view-options a:hover {
  opacity:1;
}

.page-template-services .tabs-content .ship-schedule .item {
  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;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:3em;
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .ship-schedule .item {
    display:block;
  }
}

.page-template-services .tabs-content .ship-schedule .item img,
.page-template-services .tabs-content .ship-schedule .item .details {
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
  height:auto;
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .ship-schedule .item img {
    display:none;
  }
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .ship-schedule .item .details {
    width:100%;
    max-width:100% !important;
  }
}

.page-template-services .tabs-content .ship-schedule .item .ways {
  display:inline-block;
  width:20px;
  height:20px;
  background:url(../images/double-arrow.svg) no-repeat center;
  background-size:100%;
  margin:0 10px;
  -webkit-transform:translateY(5px);
  transform:translateY(5px);
}

.page-template-services .tabs-content .ship-schedule .item .details {
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
}

.page-template-services .tabs-content .ship-schedule .item .details .tuyen {
  text-align:center;
  padding:10px;
  text-transform:uppercase;
  font-weight:800;
  font-size:1.3em;
  border:1px solid #f3b41e;
  border-width:1px;
  vertical-align:middle;
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .ship-schedule .item .details .tuyen {
    font-size:1em;
  }
}

.page-template-services .tabs-content .ship-schedule .item .details .toggle-btns {
  text-align:center;
  border:1px solid #f3b41e;
  border-top:0;
  padding:10px;
}

.page-template-services .tabs-content .ship-schedule .item .details .toggle-btns .btn {
  display:inline-block;
  border:1px solid #333;
  color:#333;
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  letter-spacing:4px;
  margin:0 15px;
  padding:5px 30px;
}

.page-template-services .tabs-content .ship-schedule .item .details .toggle-btns .btn.active {
  border-color:#f3b41e;
  background:#f3b41e;
  color:#FFF;
}

.page-template-services .tabs-content .ship-schedule .item .details table {
  width:100%;
  border:1px solid #f3b41e !important;
  margin-bottom:0;
  display:none;
}

.page-template-services .tabs-content .ship-schedule .item .details table.active {
  display:table;
}

.page-template-services .tabs-content .ship-schedule .item .details table thead {
  border:1px solid #f3b41e;
}

.page-template-services .tabs-content .ship-schedule .item .details table thead th {
  text-align:center;
  padding:10px;
  text-transform:uppercase;
  font-weight:800;
  font-size:1.3em;
  border-color:#f3b41e;
  border-width:1px;
  vertical-align:middle;
}

@media (max-width:767.98px) {
  .page-template-services .tabs-content .ship-schedule .item .details table thead th {
    font-size:1em;
  }
}

.page-template-services .tabs-content .ship-schedule .item .details table tbody tr td {
  border-bottom:1px solid #f3b41e;
  padding:6px 20px;
  font-size:12px;
  vertical-align:middle;
}

.page-template-services .tabs-content .ship-schedule .item .details table tbody tr td .ways {
  width:10px;
  height:10px;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  opacity:.8;
}

.page-template-services .tabs-content .ship-schedule .item .details table tbody tr td:last-child {
  background:#f8f8f8;
}

.page-template-services .tabs-content .ship-schedule .item .details table tbody tr td:first-child {
  min-width:120px;
}

.page-template-services .tabs-content .ship-schedule .item .details table .arrow {
  display:inline-block;
  margin:0 10px;
}

.page-template-services .tabs-content .ship-schedule .item .details table .arrow svg {
  width:13px;
  height:auto;
}

.page-template-services .tabs-content .ship-schedule .item .tc p {
  margin-bottom:7px;
}

.page-template-services .tabs-content .ship-schedule .item .tc p span {
  font-weight:700;
}

.page-template-services .tabs-content .ship-schedule .item .tc .tc-price strong,
.page-template-services .tabs-content .ship-schedule .item .tc .tc-phone strong {
  color:#f3b41e;
}

.page-template-services .tabs-content .ship-schedule.grid .items {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.page-template-services .tabs-content .ship-schedule.grid .items .item {
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  max-width:48%;
}

.page-template-services .tabs-content .ship-schedule.grid .items .item img {
  display:none;
}

.page-template-services .tabs-content .ship-schedule.grid .items .item .details {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}

.page-template-services .tabs-content .checkbox {
  display:inline-block;
  margin:.2rem 2em .2rem 0;
  font-weight:700;
  text-transform:uppercase;
  border:1.3px solid #444;
  border-radius:3px;
  padding:3px 10px 3px 35px;
  position:relative;
}

.page-template-services .tabs-content .checkbox::before {
  content:"";
  display:inline-block;
  width:24px;
  height:24px;
  margin-right:5px;
  position:absolute;
  top:50%;
  left:5px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  background:url(../images/close.svg) no-repeat center;
  background-size:50%;
}

.page-template-services .tabs-content .checkbox.checked::before {
  background-image:url(../images/checked.svg);
  background-size:60%;
}

.page-template-page-price .ticket-price {
  background:#FFF;
}

.page-template-page-price .ticket-price .items {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items {
    display:block;
  }
}

.page-template-page-price .ticket-price .items .item {
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item {
    display:block;
    width:100%;
    max-width:100%;
    margin-bottom:3em;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets {
  padding:0;
  position:static;
  width:100%;
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a {
  font-size:1.2em;
  font-weight:700;
  position:relative;
  display:block;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item .content .tickets ul li a {
    font-size:.9em;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a .tuyen {
  width:70%;
  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;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item .content .tickets ul li a .tuyen {
    width:70%;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a .tuyen span {
  width:33.33%;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a .tuyen span:last-child {
  padding-left:30px;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item .content .tickets ul li a .tuyen span:last-child {
    padding-left:0;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a span {
  display:inline-block;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a span.ways {
  display:inline-block;
  width:20px;
  height:20px;
  background:url(../images/double-arrow.svg) no-repeat center;
  background-size:100%;
  margin:0 10px;
  -webkit-transform:translateY(5px);
  transform:translateY(5px);
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item .content .tickets ul li a span.ways {
    width:16px;
    height:16px;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li a:hover {
  text-decoration:none;
  opacity:.5;
}

@media (max-width:767.98px) {
  .page-template-page-price .ticket-price .items .item .content .tickets ul li.active a {
    color:#f3b41e;
    opacity:1;
  }
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li.active a img {
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table {
  display:none;
  width:100%;
  margin-top:10px;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr {
  border-bottom:1px solid #111;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr td {
  padding:10px 0;
  font-size:12px;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr td.price {
  text-align:right;
  font-weight:700;
  text-transform:uppercase;
  font-size:13px;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr td.price del {
  font-size:.85em;
  opacity:.5;
  font-weight:300;
  display:block;
  text-align:right;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr td.price ins {
  text-decoration:none;
  display:block;
  text-align:right;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr td.heading {
  text-transform:uppercase;
  font-weight:900;
  font-size:1.1em;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li table tbody tr:last-child {
  border:none;
}

.page-template-page-price .ticket-price .items .item .content .tickets ul li.active table {
  display:table;
}

.page-template-page-other-services .other-services .item {
  text-align:center;
  padding:1em;
  text-decoration:none;
}

.page-template-page-other-services .other-services .item .thumb {
  width:200px;
  margin:0 auto;
}

.page-template-page-other-services .other-services .item .thumb img {
  border-radius:50%;
  padding:4px;
  background:#FFF;
  border:1px solid #f3b41e;
  width:100%;
  height:auto;
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);
  box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.page-template-page-other-services .other-services .item .name {
  font-size:1.1em;
  text-transform:uppercase;
  margin-top:10px;
  font-weight:700;
  color:#111;
  display:block;
}

.page-template-page-other-services .other-services .item:hover .name {
  color:#f3b41e;
}

.page-template-page-other-services .other-services .item p {
  font-size:13px;
  margin-top:20px;
  line-height:1.7;
  color:#111;
  opacity:.7;
}

.page-template-page-other-services .other-services .slick-arrow {
  position:absolute;
  width:40px;
  height:40px;
  top:30%;
  z-index:100;
  background:#2e3192;
  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;
  cursor:pointer;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.page-template-page-other-services .other-services .slick-arrow svg {
  width:50%;
  height:auto;
  fill:#FFF;
}

.page-template-page-other-services .other-services .slick-arrow:hover {
  background:#f3b41e;
}

.page-template-page-other-services .other-services .slick-arrow.prev {
  left:0;
}

.page-template-page-other-services .other-services .slick-arrow.next {
  right:0;
}

.category .post-item {
  text-align:center;
  margin-bottom:2em;
}

.category .post-item .thumb {
  display:block;
  overflow:hidden;
}

.category .post-item .thumb img {
  width:100%;
  height:auto;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.category .post-item h3 {
  font-size:1.1em;
  text-transform:uppercase;
  margin-top:10px;
  font-weight:700;
}

.category .post-item h3 a {
  color:#111;
  text-decoration:none;
}

.category .post-item p {
  font-size:13px;
}

.category .post-item:hover img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.category .post-item:hover a {
  color:#f3b41e;
}

@media (max-width:767.98px) {
  .category .content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
}

.category .post {
  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;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:2em;
}

@media (max-width:767.98px) {
  .category .post {
    display:block;
    margin-bottom:30px;
    width:48%;
  }
}

.category .post .post-image {
  display:block;
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
}

@media (max-width:767.98px) {
  .category .post .post-image {
    width:100%;
    max-width:100%;
  }
}

.category .post .post-image img {
  width:100%;
  height:auto;
  -webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);
  box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.category .post .post-content {
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
}

@media (max-width:767.98px) {
  .category .post .post-content {
    width:100%;
    max-width:100%;
  }
}

.category .post .post-content time {
  font-size:12px;
  color:#f3b41e;
}

.category .post .post-content h3 {
  font-size:1.1em;
  font-weight:700;
  margin-top:5px;
}

@media (max-width:767.98px) {
  .category .post .post-content h3 {
    font-size:.8em;
  }
}

.category .post .post-content h3 a {
  text-decoration:none;
  color:#111;
}

.category .post .post-content p {
  font-size:13px;
  margin-top:1.3em;
}

@media (max-width:767.98px) {
  .category .post .post-content p {
    text-align:justify;
    font-size:12px;
  }
}

.category .post:hover .post-content a {
  color:#f3b41e;
}

.category .heading:not(:first-child) {
  margin-top:3em;
}

.wp-pagenavi {
  text-align:center;
  margin:2em 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display:inline-block;
  margin:0 3px;
  width:50px;
  height:50px;
  border:1px solid #DDD;
  color:#111;
  text-align:center;
  line-height:50px;
  font-size:13px;
  padding:0;
  text-decoration:none;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background:#2e3192;
  border-color:#2e3192 !important;
  color:#FFF;
}

@media (max-width:991.98px) {
  .contact .contact-form {
    margin-bottom:50px;
  }
}

.contact .contact-form h3 {
  font-family:"Montserrat",sans-serif;
  font-size:1.3em;
  font-weight:600;
}

.contact .contact-form form {
  margin-top:2em;
}

.contact .contact-form form.loading {
  position:relative;
}

.contact .contact-form form.loading:after {
  content:"";
  display:block;
  background-color:rgba(0,0,0,.2);
  background-image:url(../images/spinter.svg);
  background-position:center center;
  background-size:30%;
  background-repeat:no-repeat;
  position:absolute;
  top:-10px;
  left:-10px;
  right:-10px;
  bottom:-10px;
  z-index:500;
}

.contact .contact-form form p {
  margin:0;
}

.contact .contact-form form label {
  margin-bottom:2px;
  font-weight:700;
}

.contact .contact-form form input,
.contact .contact-form form textarea {
  margin-bottom:20px;
  border:1px solid #f3b41e;
  padding:7px 10px;
  width:100%;
}

.contact .contact-form form textarea {
  height:150px;
}

.contact .contact-form form input[type=submit] {
  width:200px;
  background-color:#f3b41e;
  color:#FFF;
  height:40px;
  border-radius:20px;
  line-height:40px;
  margin:1em auto;
  padding:0;
  text-align:center;
  text-transform:uppercase;
  font-weight:300;
  display:block;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.contact .contact-form form input[type=submit]:hover {
  background-color:#eba90d;
}

.contact .contact-form form .wpcf7-form-control-wrap {
  position:relative;
}

.contact .contact-form form .wpcf7-form-control-wrap span[role=alert] {
  position:absolute;
  font-size:12px;
  display:inline-block;
  top:0;
  right:10px;
}

.contact .contact-form .wpcf7-response-output {
  margin:0;
  border:none;
  font-size:12px;
  padding:0;
  font-style:italic;
}

.contact .contact-form .wpcf7-response-output.wpcf7-validation-errors {
  color:red;
}

.contact .contact-form .ajax-loader {
  display:none;
}

.contact .offices {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

@media (max-width:767.98px) {
  .contact .offices {
    display:block;
  }
}

.contact .offices .item {
  font-size:13px;
  -webkit-box-flex:0;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  max-width:48%;
  margin-bottom:3em;
}

@media (max-width:767.98px) {
  .contact .offices .item {
    width:100%;
    max-width:100%;
  }
}

.contact .offices .item h3 {
  font-size:1.2em;
  font-weight:700;
  text-transform:uppercase;
}

.single .breadcrumbs {
  margin-top:4em;
  font-size:12px;
}

.single .blog .meta {
  background:#f8f8f8;
  padding:10px 15px 5px;
  margin-bottom:1em;
}

.single .blog .meta .item {
  float:left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.single .blog .meta .item:not(:last-child) {
  margin-right:30px;
}

.single .blog .meta .item img {
  width:14px;
  height:auto;
  display:inline-block;
  margin-right:10px;
  opacity:.5;
}

.single .blog .meta .item.publish-day img {
  width:12px;
}

.single .blog .meta .item span,
.single .blog .meta .item a {
  color:#9b9b9b;
  font-size:12px;
}

.single .blog .meta .item a {
  margin-right:10px;
}

.single .blog .meta .item a:hover {
  color:#f3b41e;
  text-decoration:none;
}

.single .blog .meta .addthis_inline_share_toolbox {
  text-align:right;
}

@media (max-width:767.98px) {
  .single .blog .meta .addthis_inline_share_toolbox {
    margin-top:10px;
    text-align:left;
  }
}

.single .blog .meta .addthis_inline_share_toolbox a {
  display:inline-block;
  float:none;
}

.single .blog h1.entry-title {
  font-size:2em;
  font-weight:900;
}

.single .blog .time {
  font-size:12px;
  color:#f3b41e;
}

.single .blog .content {
  padding:2em 0;
  font-size:.9em;
}

.single .blog .content img {
  max-width:100%;
  height:auto;
}

.single .blog .content img.alignnone {
  float:none;
  margin:10p 0;
}

.single .blog .content img.alignleft {
  float:left;
  margin:10px 10px 10px 0;
}

.single .blog .content img.alignright {
  float:right;
  margin:10px 0 10px 10px;
}

.single .blog .content img .aligncenter {
  display:block;
  margin:10px auto;
}

.single .blog .content blockquote {
  padding:.5em 0 .5em 2em;
  border-left:5px solid #f3b41e;
  color:#777;
  font-family:'Times New Roman',Times,serif;
  font-size:1.1em;
}

.single .blog .content blockquote a {
  color:#f3b41e;
}

.single .blog .content blockquote p:last-child {
  margin-bottom:0;
}

.single .blog .content table {
  border:1px solid #DDD;
  width:100%;
  margin:1em 0;
}

.single .blog .content table thead tr td,
.single .blog .content table thead tr th {
  background:#2e3192;
  color:#FFF;
  border:1px solid rgba(255,255,255,.3);
  padding:7px 10px;
}

.single .blog .content table tbody tr td,
.single .blog .content table tbody tr th {
  padding:7px 10px;
  border:1px solid #DDD;
}

.single .blog .content .files-attachment {
  background:#f8f8f8;
  padding:1.5em;
  margin-top:2em;
  border:1px dashed rgba(243,180,30,.4);
}

.single .blog .content .files-attachment h3 {
  font-size:1.2em;
  color:#555;
  margin-bottom:1em;
}

.single .blog .content .files-attachment ul {
  margin:0;
  padding:0;
  list-style:none;
}

.single .blog .content .files-attachment ul a {
  color:#2e3192;
}

.single .blog .content .tags {
  margin-top:2em;
  color:#666;
}

.single .blog .content .tags svg {
  width:14px;
  height:auto;
  margin-right:10px;
  margin-left:3px;
  fill:#666;
}

.single .blog .content .tags a {
  display:inline-block;
  color:#666;
  font-style:italic;
  padding:3px 7px;
  font-size:12px;
  margin:5px;
}

.single .blog .content .tags a:hover {
  color:#f3b41e;
  text-decoration:none;
}

.single .tips .entry-title {
  font-size:2em;
  font-weight:900;
  text-transform:uppercase;
}

.single .related {
  margin-top:2em;
}

.single .related .post-item {
  text-align:center;
  margin-bottom:2em;
}

.single .related .post-item .thumb {
  display:block;
  overflow:hidden;
}

.single .related .post-item .thumb img {
  width:100%;
  height:auto;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.single .related .post-item h3 {
  font-size:1.3em;
  text-transform:uppercase;
  margin-top:10px;
  font-weight:700;
}

.single .related .post-item h3 a {
  color:#111;
  text-decoration:none;
}

.single .related .post-item p {
  font-size:13px;
}

.single .related .post-item:hover img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.single .related .post-item:hover a {
  color:#f3b41e;
}

.wp-block-image,
.wp-caption {
  max-width:100%;
}

.wp-block-image img,
.wp-caption img {
  margin:0;
  max-width:100%;
  height:auto;
}

.wp-block-image figcaption,
.wp-caption figcaption {
  font-size:12px;
  color:#666;
}

.wp-block-image.alignnone,
.wp-caption.alignnone {
  float:none;
  margin:10px 0;
  text-align:left;
}

.wp-block-image.alignleft,
.wp-caption.alignleft {
  float:left;
  margin:10px 10px 10px 0;
  text-align:left;
}

.wp-block-image.alignright,
.wp-caption.alignright {
  float:right;
  margin:10px 0 10px 10px;
  text-align:right;
}

.wp-block-image .aligncenter,
.wp-caption .aligncenter {
  display:block;
  margin:10px auto;
  text-align:center;
}

aside .widget {
  margin-bottom:2em;
}

aside .widget .widget-header h3 {
  text-transform:uppercase;
  font-weight:800;
  display:inline-block;
  font-size:1.5em;
  margin-bottom:1em;
}

aside .widget .widget-header h3::before {
  content:"";
  width:50px;
  height:1px;
  background:#111;
  margin-right:10px;
  display:inline-block;
}

aside .widget .widget-content .post {
  margin-bottom:1.5em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

aside .widget .widget-content .post .thumb {
  display:block;
  width:80px;
}

aside .widget .widget-content .post .thumb img {
  width:100%;
  height:auto;
}

aside .widget .widget-content .post .text {
  width:calc(100% - 100px);
}

aside .widget .widget-content .post .text a {
  color:#444;
}

aside .widget .widget-content .post .text a h4 {
  font-size:13px;
  font-weight:600;
}

aside .widget .widget-content .post .text time {
  font-size:12px;
  color:#f3b41e;
}

.quan-he-co-dong .section-wrapper {
  overflow:auto;
}

.quan-he-co-dong .content {
  -webkit-overflow-scrolling:touch !important;
  position:relative;
  height:1200px;
  width:100%;
  overflow:auto;
}

.quan-he-co-dong .content iframe {
  margin:0 auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:auto;
}

.galleries {
  margin-bottom:3em;
}

.galleries .title {
  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;
  margin-bottom:1em;
  padding-bottom:5px;
  border-bottom:1px solid rgba(0,0,0,.2);
}

.galleries .title.no-border {
  border:none;
}

.galleries .title h1,
.galleries .title h3 {
  font-size:1.5em;
  margin:0;
  font-weight:700;
}

.galleries .title .viewmore {
  color:#111;
  font-size:.9em;
  font-style:italic;
}

.galleries .gallery {
  margin-bottom:3em;
}

.galleries .item {
  overflow:hidden;
  margin-bottom:1.5em;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.galleries .item .thumb {
  display:block;
  overflow:hidden;
}

.galleries .item .thumb img {
  width:100%;
  height:auto;
}

.galleries .item h4 {
  display:block;
  padding:.5em;
  font-size:1em;
  margin:0;
  text-align:center;
}

.galleries .item h4 a {
  color:#111;
  display:block;
}

.galleries .item h4 a:hover {
  color:#2e3192;
  text-decoration:none;
}

.galleries .item:hover {
  -webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.galleries .images .gallery-slider a {
  display:block;
}

.galleries .images .gallery-slider a img {
  height:300px;
  width:auto;
  display:block;
}

@media (max-width:767.98px) {
  .galleries .images .gallery-slider a img {
    height:100px;
  }
}

@media (max-width:767.98px) {
  .galleries .images .gallery-slider .flickity-button {
    width:20px;
    height:20px;
  }
}

.single-thu_vien_hinh_anh .gallery {
  margin-top:3em;
}

.results {
  padding-top:3em;
}

.results .entry-title {
  font-size:1.3em;
  font-weight:300;
  margin-bottom:1em;
}

.results .entry-title span {
  color:#f3b41e;
  font-weight:700;
  display:inline-block;
  margin-left:10px;
  font-style:italic;
}

.results .ship-schedule {
  list-style:none;
  margin:0;
  padding:0 0 2em;
}

.results .ship-schedule a {
  font-size:1em;
  font-weight:700;
  position:relative;
  padding:10px 50px 10px 10px;
  display:block;
  color:#111;
  border:1px solid #f1f1f1;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  -webkit-box-shadow:0 8px 20px 0 rgba(0,0,0,.04);
  box-shadow:0 8px 20px 0 rgba(0,0,0,.04);
}

.results .ship-schedule a span {
  display:inline-block;
}

.results .ship-schedule a span.ways {
  display:inline-block;
  width:20px;
  height:20px;
  background:url(../images/double-arrow.svg) no-repeat center;
  background-size:100%;
  margin:0 10px;
  -webkit-transform:translateY(5px);
  transform:translateY(5px);
}

.results .ship-schedule a img {
  display:block;
  position:absolute;
  width:30px;
  height:auto;
  top:16px;
  right:10px;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.results .ship-schedule a:hover {
  text-decoration:none;
  -webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.15) !important;
  box-shadow:0 10px 30px 0 rgba(0,0,0,.15) !important;
}

.results .posts {
  padding:0 0 2em;
}

.results .posts .post {
  margin-bottom:1.5em;
  display:block;
}

.results .posts .post a {
  color:#2e3192;
  font-size:1em;
  font-weight:700;
  margin-bottom:2px;
  display:block;
}

.results .posts .post p {
  font-size:12px;
}

.page-template-weather .breadcrumbs {
  margin-top:4em;
}

.page-template-weather .aw-widget-36hour-inner,
.page-template-weather .aw-six-hours {
  margin:0 auto;
  max-width:100%;
  width:100% !important;
}

.page-template-weather .aw-more-block,
.page-template-weather .aw-mc-promo,
.page-template-weather .aw-fc-status {
  display:none !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes animate-wave {
  from {
    left:-100%;
  }
  to {
    left:0%;
  }
}

@keyframes animate-wave {
  from {
    left:-100%;
  }
  to {
    left:0%;
  }
}

@-webkit-keyframes animate-ship {
  from {
    left:-400px;
  }
  to {
    left:calc(100% + 400px);
  }
}

@keyframes animate-ship {
  0% {
    left:-400px;
  }
  100% {
    left:calc(100% + 400px);
  }
}

.page404 {
  padding:4em 0;
}

.page404 .content {
  text-align:center;
}

.page404 .content img {
  width:40%;
  display:block;
  margin:0 auto;
}

@media (max-width:767.98px) {
  .page404 .content img {
    width:80%;
  }
}

.page404 .content h1 {
  font-size:2em;
  text-transform:uppercase;
  font-weight:700;
  margin-top:20px;
}

.page404 .content .btn {
  background:#f3b41e;
  color:#FFF;
  margin-top:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:.9em;
  padding:10px 30px;
}
.footer a{
    color: #ffffff;
}
.contact-infos .fa{
    margin-right: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.container{
    margin-left: 15px;
    margin-right: 15px;
}
h3, .h3 {
    font-size: 1.75rem;
}
.btn{
    font-size: unset;
}
.contact_form {
    border-style: solid;
    border-width: 7px;
    border-color: #2e3192;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    margin: 0;
}
.contact_form .heading-title {
    color: #ed1c24;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.btn-booking {
    background-color: #278ac7;
    font-family: "Helvetica", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 14px 20px;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    border-radius: 2px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1;
}
.form-control{
    height: 38px;
}
.insLoading {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 10000;
    display: flex;
    align-items: center;
    text-align: center;
}
.ui-datepicker-buttonpane::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker-buttonpane::after {
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.ui-datepicker th{
    padding: 5px 3px !important;
}
.ui-datepicker{
    max-width: 280px;
}
.form-control[readonly]{
    background-color: #fff;
}

.e_input label span.red{
    color: red !important;
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 200px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important;
	*/

	left: 33px;
	bottom: 37px;
}

.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
.section.news .posts .post a h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.section.news .posts .post p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}

















