@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-phone:before {
  content: "\f095"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-envelope-o:before {
  content: "\f003"; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icons.svg);
  background-repeat: no-repeat; }

.ic-phone {
  width: 17px;
  height: 16px;
  background-position: -21px 0; }

.ic-whatsapp {
  width: 17px;
  height: 18px;
  background-position: 0 -158px; }

.ic-zalo {
  width: 18px;
  height: 18px;
  background-position: -18px -158px; }

.ic-close {
  width: 15px;
  height: 14px;
  background-position: -41px -117px;
  cursor: pointer; }

:root {
  font-size: 10px; }

body {
  margin: 0;
  color: #000;
  line-height: 1.7;
  font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.5rem; }

p, ul, ol {
  margin: 0 0 1.2rem; }

ul li + li, ol li + li {
  margin-top: 7px; }

a {
  color: #052d70;
  text-decoration: none; }
  a:hover {
    color: #1ca8df;
    text-decoration: none; }

a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus {
  outline: none !important; }

strong, b, .text-bold, th, dt {
  font-weight: 700; }

em, i {
  font-style: italic; }

.z_10 {
  font-size: 1rem; }

.z_12 {
  font-size: 1.2rem; }

.z_13 {
  font-size: 1.3rem; }

.z_14 {
  font-size: 1.4rem; }

.z_15 {
  font-size: 1.5rem; }

.z_16 {
  font-size: 1.6rem; }

.z_18 {
  font-size: 1.8rem; }

.z_20 {
  font-size: 2rem; }

.z_22 {
  font-size: 2.2rem; }

.z_24 {
  font-size: 2.4rem; }

.z_30 {
  font-size: 3rem; }

body {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.container {
  max-width: 1200px;
  margin: auto; }

.container-fluid {
  width: 100%; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.clear-fix:after, .container:after, .row:after {
  display: table;
  content: '';
  clear: both; }

.main-content, .s, main {
  display: block;
  position: relative;
  z-index: 1; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

.box-hidden {
  overflow: hidden; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.hide {
  display: none !important; }

.text-middle {
  display: inline-block;
  vertical-align: middle; }

.fl {
  display: flex;
  flex-wrap: wrap; }

.fls {
  justify-content: space-between; }

.flc {
  align-items: center;
  justify-content: center; }

.zf {
  z-index: 99999 !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 767px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
.tb {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }

.tb-cell {
  display: table-cell;
  vertical-align: middle; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table tr td, table tr th {
    text-align: left;
    padding: 15px 8px;
    vertical-align: top; }

.btn {
  height: 50px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 1.6rem;
  border-radius: 4px; }
  .btn-block {
    width: 100%; }
  .btn-1, .s2_ui.active {
    background-color: #1ca8df;
    color: #fff; }
    .btn-1:hover, .s2_ui.active:hover {
      background-color: #008dc4;
      color: #fff; }
  .btn-2 {
    background-color: #eef1f2;
    color: #333; }
    .btn-2:hover {
      color: #000;
      background-color: #e5e8e9; }
  .btn-3 {
    border: 1px solid #ccc;
    color: #666; }
    .btn-3:hover {
      color: #666;
      background-color: #f8f8f8; }

.pikaday__container {
  width: 100%; }

input[onfocus="blur();"] {
  cursor: pointer; }

.form-control, .pikaday__display {
  font-size: 1.4rem;
  color: #000;
  font-family: inherit;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }

.form-label {
  display: inline-block;
  color: #000;
  margin-bottom: 0.3rem; }

.form-control:focus {
  outline: 0;
  box-shadow: none; }

.form-control::-moz-placeholder {
  color: #666;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #666; }

.form-control::-webkit-input-placeholder {
  color: #666; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto;
  overflow: hidden; }

select.form-control {
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 20px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 45px; }

.fc-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 50px;
  pointer-events: none;
  color: #999; }

.has-feedback .form-label ~ .fc-feedback {
  top: 24px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.h {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  @media (max-width: 991px) {
    .h {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0; } }
  .h_w {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    position: relative; }
    @media (max-width: 991px) {
      .h_w {
        padding-top: 15px;
        padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .h_a {
      width: 160px; } }
  @media (max-width: 991px) {
    .h_a {
      width: 142px; } }
  @media (max-width: 991px) {
    .h_m {
      width: 100%;
      height: calc(100% - 66px);
      position: fixed;
      top: 66px;
      left: 0;
      background-color: #f8f8f8;
      z-index: 99;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 13px 15px 104px;
      display: none; }
      .h_m:after {
        content: '';
        display: block;
        width: 100%;
        height: 104px;
        background-color: #f8f8f8;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 3; } }
  .h_n {
    align-items: center;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .h_n {
        display: block; } }
    .h_n li {
      margin: 0; }
      .h_n li a {
        color: #333;
        -webkit-transition: all 0.25s;
        -khtml-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        @media (min-width: 992px) {
          .h_n li a:hover {
            background-color: #f8f8f8;
            color: #052d70; } }
        @media (max-width: 991px) {
          .h_n li a {
            color: #222; } }
    .h_n > li > a {
      display: inline-flex;
      align-items: center;
      padding: 6px 17px;
      border-radius: 6px; }
      @media (max-width: 1199px) {
        .h_n > li > a {
          padding-left: 12px;
          padding-right: 12px; } }
      @media (max-width: 991px) {
        .h_n > li > a {
          display: flex;
          width: 100%;
          padding: 13px 0; } }
      .h_n > li > a .fa {
        color: #999;
        font-size: 1.2rem;
        margin-left: 4px; }
        @media (max-width: 991px) {
          .h_n > li > a .fa {
            display: none; } }
  .h_d {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    @media (min-width: 992px) {
      .h_d:hover .h_s {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 15px); } }
    @media (max-width: 991px) {
      .h_d > a {
        width: calc(100% - 34px) !important; }
      .h_d.active > a {
        color: #052d70; }
      .h_d.active .h_dc:before {
        content: '\f0d8';
        color: #052d70; }
      .h_d.active .h_s {
        display: block; } }
  .h_dc {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    color: #999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 50px;
    z-index: 9; }
  @media (max-width: 991px) {
    .h_c {
      position: relative;
      right: 36px;
      z-index: 99; } }
  .h_ca {
    height: 36px;
    width: 140px;
    font-size: 1.4rem; }
    @media (max-width: 1199px) {
      .h_ca {
        width: 120px; } }
    @media (max-width: 991px) {
      .h_ca {
        width: calc(100% - 30px);
        height: 42px;
        position: fixed;
        bottom: 35px;
        left: 15px;
        z-index: 9; } }
  .h_p {
    position: relative; }
    .h_p.active .h_pt {
      background-color: #f8f8f8; }
      .h_p.active .h_pt:after {
        content: '\f0d8'; }
    .h_p.active .h_ps {
      display: block; }
  .h_pt {
    color: #052d70;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 36px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 6px; }
    @media (max-width: 991px) {
      .h_pt {
        font-size: 1.4rem; } }
    .h_pt:hover {
      background-color: #f8f8f8; }
    .h_pt:after {
      content: '\f0d7';
      font-family: FontAwesome;
      font-size: 1.2rem;
      color: #999;
      padding-left: 4px; }
    .h_pt:before {
      content: '\f095';
      font-family: FontAwesome;
      margin-right: 5px;
      font-size: 2.4rem; }
      @media (max-width: 991px) {
        .h_pt:before {
          font-size: 1.8rem; } }
  .h_s {
    margin: 0; }
    @media (min-width: 992px) {
      .h_s {
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: calc(100% + 20px);
        padding-top: 11px;
        padding-bottom: 11px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.25s;
        -khtml-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; } }
    @media (max-width: 991px) {
      .h_s {
        width: 100%;
        padding-left: 17px;
        padding-bottom: 13px;
        display: none; } }
    @media (max-width: 991px) {
      .h_s li + li {
        margin-top: 15px; } }
    .h_s li a {
      display: block;
      white-space: nowrap;
      padding: 11px 17px;
      line-height: 1; }
      @media (max-width: 991px) {
        .h_s li a {
          border-bottom: 1px solid;
          padding: 0;
          display: inline-block; } }
  .h_ps {
    width: 343px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: calc(100% + 15px);
    left: 0;
    padding: 23px 16px;
    display: none; }
    @media (max-width: 991px) {
      .h_ps {
        width: 303px;
        left: auto;
        right: 0;
        top: calc(100% + 16px); } }
    @media (max-width: 391px) {
      .h_ps {
        right: -36px;
        padding-top: 16px;
        padding-bottom: 16px; } }
  .h_pi {
    white-space: nowrap;
    display: flex;
    align-items: center; }
    .h_pi + .h_pi {
      margin-top: 15px; }
    .h_pi span {
      position: relative;
      padding-left: 25px;
      display: inline-flex;
      min-width: 106px;
      align-items: center; }
      .h_pi span i {
        position: absolute;
        left: 0; }
  .h_g {
    position: relative;
    z-index: 9; }
    @media (min-width: 992px) {
      .h_g {
        margin-left: 5px; } }
  .h_gs {
    position: absolute;
    width: 524px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: calc(100% + 15px);
    right: 0;
    padding: 22px 33px 30px;
    display: none; }
    @media (max-width: 991px) {
      .h_gs {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }
  .h_gh, .s1_sh {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative; }
  .h_gx, .s1_sx {
    position: absolute;
    right: 0; }
  .h_gc {
    margin-top: 15px; }
    .h_gc > * {
      margin-bottom: 2px; }
      .h_gc > *:last-child {
        margin-bottom: 0; }
    .h_gc ul li {
      margin: 0;
      font-weight: bold;
      padding-left: 18px;
      position: relative;
      display: flex;
      align-items: center; }
      .h_gc ul li:before {
        content: '●';
        font-size: 0.8rem;
        color: #666;
        position: absolute;
        left: 8px;
        top: 4px; }
  .h_f {
    margin-top: 15px; }
    .h_f .form-group {
      margin-bottom: 15px; }
    .h_f .form-label {
      font-weight: bold; }
    .h_f .btn-1, .h_f .s2_ui.active {
      width: 160px;
      font-size: 1.6rem;
      font-weight: bold; }
  .h_k {
    width: 23px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .h_k span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.7); }
      .h_k span:before, .h_k span:after {
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0; }
      .h_k span:before {
        top: 0; }
      .h_k span:after {
        bottom: 0; }
    .h_k.active span {
      background-color: transparent; }
      .h_k.active span:before, .h_k.active span:after {
        background-color: #7f7f7f;
        height: 2px;
        top: 50%;
        left: 50%; }
      .h_k.active span:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -khtml-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .h_k.active span:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -khtml-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.m1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }
  .m1_m {
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 80px auto 50px;
    padding: 85px 30px 65px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    text-align: center; }
  .m1_x {
    position: absolute;
    right: 30px;
    top: 30px; }
  .m1_t {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.3; }
  .m1_e {
    margin-top: 30px; }
    .m1_e .btn {
      width: 153px; }

.f {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 60px;
  color: #676767; }
  @media (max-width: 991px) {
    .f {
      padding-top: 45px;
      padding-bottom: 35px; } }
  .f a {
    color: inherit; }
    .f a:hover {
      text-decoration: underline; }
  .f_e {
    color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    border-top: 1px solid #dfdfdf;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .f_e {
        margin-top: 30px;
        padding-top: 35px; } }
  .f_m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 45px; }
    @media (max-width: 767px) {
      .f_m {
        grid-template-columns: 1fr;
        row-gap: 38px; } }
  .f_t {
    font-size: 1.6rem; }
  .f_p {
    font-size: 3rem;
    line-height: 1;
    color: #1ca8df; }
    @media (max-width: 991px) {
      .f_p {
        font-size: 2.4rem; } }
  .f_l {
    text-transform: uppercase;
    margin-top: 14px; }
  .f_n {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .f_n li {
      margin: 0 0 15px;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
  .f_s {
    align-items: center; }
    .f_s > a {
      display: inline-block;
      font-size: 3rem;
      line-height: 1;
      color: #052d70;
      margin-right: 15px; }
    .f_s img {
      margin-left: 62px; }
      @media (max-width: 390px) {
        .f_s img {
          margin-left: auto; } }
  .f_o {
    line-height: 1.8;
    margin-bottom: 0; }

#toTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  background-color: #fff;
  color: #1ca8df;
  font-size: 2.4rem;
  box-shadow: 0 0 12px rgba(153, 153, 153, 0.7);
  text-align: center;
  position: fixed;
  bottom: 38px;
  right: 15px;
  cursor: pointer;
  z-index: 9991;
  display: none; }
  @media (max-width: 991px) {
    #toTop {
      bottom: 22px; } }
  @media (max-width: 426px) {
    #toTop {
      bottom: 36px; } }

@media (min-width: 992px) {
  .sP {
    position: fixed;
    left: 15px;
    bottom: 38px;
    z-index: 999; } }
@media (max-width: 991px) {
  .sP {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    align-items: center; } }
.sP_i {
  position: relative;
  display: block;
  width: 45px;
  height: 45px; }
  @media (min-width: 992px) {
    .sP_i + .sP_i {
      margin-top: 7px; } }
  @media (max-width: 991px) {
    .sP_i:nth-child(1) {
      order: 2;
      margin-right: 7px; } }
  .sP_i:nth-child(1) span {
    background-color: #1791e3; }
  @media (max-width: 991px) {
    .sP_i:nth-child(2) {
      order: 3; } }
  .sP_i:nth-child(2) span {
    background-color: #30bf39; }
  @media (max-width: 991px) {
    .sP_i:nth-child(3) {
      order: 1;
      margin-right: 156px; } }
  .sP_i:nth-child(3):after {
    content: attr(data-title);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    height: 35px;
    border: 2px solid #fff;
    color: #fff;
    background-color: #1ca8df;
    position: absolute;
    left: 12px;
    top: 5px;
    padding-right: 20px;
    border-radius: 17px;
    padding-left: 42px;
    box-shadow: 0 0 12px rgba(153, 153, 153, 0.7); }
  .sP_i span {
    z-index: 9;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    background-color: #052d70;
    box-shadow: 0 0 12px rgba(153, 153, 153, 0.7);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .sP_i img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .sP_i b {
    font-size: 1rem;
    line-height: 1.1; }
  .sP_i .fa {
    font-size: 2.2rem; }
  .sP_i .fa-comments {
    color: #30bf39; }

.ic-exchange {
  width: 21px;
  height: 19px;
  background-position: 0 0; }

.ic-s1 {
  width: 56px;
  height: 54px;
  background-position: 0 -20px; }

.ic-s2 {
  width: 56px;
  height: 41px;
  background-position: 0 -75px; }

.ic-s3 {
  width: 41px;
  height: 41px;
  background-position: 0 -116px; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-bus:before {
  content: "\f207"; }

.fa-instagram:before {
  content: "\f16d"; }

@media (max-width: 991px) {
  .main-content {
    padding-top: 66px; } }

.s_h {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .s_h {
      margin-bottom: 20px; } }
.s_t {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .s_t {
      font-size: 2.4rem; } }
.s_p {
  color: #333;
  margin: 7px 0 0; }

.c1 {
  color: #052d70; }

.s1 {
  z-index: 3; }
  .s1_bg {
    height: 560px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
    @media (max-width: 1199px) {
      .s1_bg {
        height: 400px; } }
    @media (max-width: 991px) {
      .s1_bg {
        height: 234px; } }
  .s1_w {
    margin-top: -180px; }
    @media (max-width: 991px) {
      .s1_w {
        margin-top: -80px; } }
  .s1_t {
    color: #fff;
    text-shadow: 0 1px 10px black;
    font-size: 3rem; }
    @media (max-width: 991px) {
      .s1_t {
        font-size: 1.8rem; } }
    .s1_t > span {
      display: block;
      font-weight: 400;
      font-size: 4.8rem; }
      @media (max-width: 991px) {
        .s1_t > span {
          font-size: 3.6rem; } }
  .s1_m {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px; }
    @media (min-width: 992px) {
      .s1_m {
        padding: 22px 25px 30px;
        background-color: #fff; } }
    @media (max-width: 991px) {
      .s1_m {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px; } }
    .s1_m .form-group {
      position: relative; }
      @media (min-width: 1200px) {
        .s1_m .form-group {
          margin-bottom: 0; } }
    .s1_m .form-control {
      cursor: pointer; }
      .s1_m .form-control:focus {
        background-color: #f8f8f8;
        border-color: #999; }
  .s1_r {
    align-items: center; }
  .s1_rc {
    padding-left: 23px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 23px;
    font-weight: bold; }
    .s1_rc:before {
      content: '';
      width: 18px;
      height: 18px;
      display: flex;
      border-radius: 50%;
      border: 1px solid #8b8b8b;
      position: absolute;
      left: 0; }
    .s1_rc.active:before {
      border: 6px solid #1ca8df; }
  .s1_mc {
    position: relative; }
    @media (min-width: 1200px) {
      .s1_mc {
        padding-right: 152px; } }
  .s1_g {
    margin-top: 18px;
    margin-left: -8px;
    margin-right: -8px; }
  .s1_gc {
    padding-left: 8px;
    padding-right: 8px; }
    .s1_gc .form-group:before {
      content: '';
      font-family: FontAwesome;
      left: 16px;
      top: 13px;
      color: #8b8b8b;
      position: absolute; }
    .s1_gc.w1 {
      width: 256px; }
      @media (max-width: 1199px) {
        .s1_gc.w1 {
          width: 50%; } }
      .s1_gc.w1 .form-group:before {
        content: '\f041'; }
      .s1_gc.w1 .form-control {
        padding-left: 28px; }
    .s1_gc.w2 {
      width: 236px; }
      @media (max-width: 1199px) {
        .s1_gc.w2 {
          width: 50%; } }
      .s1_gc.w2 .form-group:before {
        content: '\f073'; }
      .s1_gc.w2 .form-control {
        padding-left: 35px; }
      .s1_gc.w2.sgh .form-group:before {
        content: '\f2c0'; }
    .s1_gc.rd.none {
      pointer-events: none;
      cursor: not-allowed; }
      .s1_gc.rd.none .form-group:before {
        color: #ccc; }
      .s1_gc.rd.none .form-control::-moz-placeholder {
        color: #ccc; }
      .s1_gc.rd.none .form-control:-ms-input-placeholder {
        color: #ccc; }
      .s1_gc.rd.none .form-control::-webkit-input-placeholder {
        color: #ccc; }
  .s1_u {
    font-size: 1.6rem;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .s1_u {
        position: absolute;
        right: 0;
        top: 0;
        width: 136px; } }
    @media (max-width: 1199px) {
      .s1_u {
        width: 100%; } }
  .s1_z {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    right: -25px;
    top: 8px;
    z-index: 9;
    background: #fff;
    cursor: pointer; }
  .s1_e {
    margin-top: 25px;
    color: #333; }
    @media (min-width: 1199px) {
      .s1_e {
        padding-left: 19px;
        padding-right: 19px; } }
    @media (max-width: 991px) {
      .s1_e {
        padding-bottom: 35px;
        border-bottom: 1px solid #e5e5e5; } }
  .s1_ei {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .s1_ei {
        width: 100%; }
        .s1_ei + .s1_ei {
          margin-top: 30px; } }
    .s1_ei .ic {
      margin-right: 10px; }
  .s1_s {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: calc(100% + 11px);
    display: none; }
    @media (max-width: 991px) {
      .s1_s {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100% !important;
        height: 100%;
        max-height: none !important;
        border-radius: 0;
        padding-top: 66px !important;
        padding-bottom: 98px !important; } }
    .s1_s ul {
      margin-bottom: 0; }
      .s1_s ul li {
        margin: 0;
        line-height: 1;
        white-space: nowrap;
        padding: 10px 20px;
        cursor: pointer; }
        @media (max-width: 991px) {
          .s1_s ul li {
            padding-left: 15px;
            padding-right: 15px; } }
        .s1_s ul li:hover {
          background-color: #f8f8f8;
          color: #052d70; }
  .s1_sc {
    width: 496px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .s1_sc::-webkit-scrollbar {
      width: 6px; }
    .s1_sc::-webkit-scrollbar-track {
      background-color: #fff;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
    .s1_sc::-webkit-scrollbar-thumb {
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background: #b3b3b3; }
  .s1_sd {
    width: auto; }
    @media (max-width: 991px) {
      .s1_sd .pika-single {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
        margin-top: 10px;
        padding-top: 10px; } }
  .s1_sh {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 25px 15px 10px;
    z-index: 3;
    width: 100%; }
  .s1_sx {
    right: 15px; }
  .s1_se {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 24px 15px; }

.s2 {
  padding-top: 90px; }
  @media (max-width: 991px) {
    .s2 {
      padding-top: 45px; } }
  .s2_ui {
    border: 1px solid #ccc;
    width: 162px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 1.6rem;
    color: #666; }
    @media (max-width: 991px) {
      .s2_ui {
        height: 40px;
        width: 120px; } }
    .s2_ui:hover {
      background-color: #f8f8f8; }
  .s2_is {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(120px, auto);
    column-gap: 30px;
    row-gap: 30px; }
    @media (max-width: 991px) {
      .s2_is {
        margin-top: 30px;
        column-gap: 20px;
        row-gap: 20px; } }
    @media (max-width: 891px) {
      .s2_is {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(100px, auto); } }
  .s2_i {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .s2_i:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .s2_a {
    width: 232px;
    height: 100%;
    display: block; }
    @media (max-width: 1199px) {
      .s2_a {
        width: 148px; } }
    .s2_a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: center;
      -o-object-position: center;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
  .s2_c {
    width: calc(100% - 232px);
    text-align: right;
    padding: 16px 20px 16px 23px;
    align-content: space-between; }
    @media (max-width: 1199px) {
      .s2_c {
        width: calc(100% - 148px); } }
    @media (max-width: 991px) {
      .s2_c {
        padding: 14px 11px 14px 18px; } }
  .s2_l {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    color: #052d70; }
    @media (min-width: 992px) {
      .s2_l .fa {
        margin-left: 8px;
        margin-right: 8px; } }
  .s2_p {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
    width: 100%; }
    @media (max-width: 991px) {
      .s2_p {
        margin-top: 3px; } }
  .s2_e {
    color: #999;
    width: 100%; }
    @media (max-width: 1199px) {
      .s2_e > span > span {
        display: none; } }
  .s2_v {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }

.s3 {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .s3 {
      padding-top: 55px; } }
  .s3_i {
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .s3_i:hover {
      background-color: #f8f8f8; }
  .s3_s {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(23, 21, 23, 0.15);
    top: calc(50% - 25px); }
    @media (max-width: 1230px) {
      .s3_s {
        display: none; } }
    .s3_s:after {
      color: #343434;
      font-size: 1.2rem; }
    .s3_s:hover {
      background-color: #f8f8f8; }
    .s3_s.swiper-button-disabled {
      opacity: 0; }
  .s3-prev {
    left: -18px; }
  .s3-next {
    right: -18px; }
  @media (max-width: 1230px) {
    .s3_m {
      overflow: hidden;
      margin-right: -15px; } }
  .s3_mw {
    position: relative; }
    @media (max-width: 1230px) {
      .s3_mw {
        width: 90%; } }
    @media (max-width: 767px) {
      .s3_mw {
        width: 80%; } }
  @media (max-width: 1230px) {
    .s3_swiper {
      overflow: inherit;
      -ms-touch-action: pan-y;
      touch-action: pan-y; }
      .s3_swiper .swiper-wrapper {
        -ms-touch-action: pan-y;
        touch-action: pan-y; } }
  .s3_a {
    padding-top: 82.57%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .s3_a img {
      display: none; }
  .s3_b {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    padding: 17px 15px 20px; }
  .s3_t, .s3_l {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #052d70;
    font-weight: 400; }
    .s3_t .fa, .s3_l .fa {
      margin-left: 5px;
      margin-right: 5px; }
  .s3_o {
    font-weight: bold;
    margin-top: 5px;
    font-size: 1.8rem; }
  .s3_l {
    color: #333; }
  .s3_n {
    margin-top: 20px;
    text-align: center; }
    .s3_n .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      border: 1px solid #02a7e1;
      background-color: #fff;
      opacity: 1; }
    .s3_n .swiper-pagination-bullet-active {
      background-color: #02a7e1; }

.s4 {
  padding-top: 75px; }
  @media (max-width: 991px) {
    .s4 {
      padding-top: 55px; } }
  .s4_m {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 285px);
    column-gap: 10px;
    row-gap: 10px; }
    @media (max-width: 991px) {
      .s4_m {
        grid-template-rows: repeat(2, 181px); } }
    @media (max-width: 767px) {
      .s4_m {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 181px);
        column-gap: 6px;
        row-gap: 6px; } }
  .s4_i {
    display: block;
    position: relative; }
    .s4_i:nth-child(3) {
      grid-column: 3/5;
      grid-row: 1/3; }
      @media (max-width: 767px) {
        .s4_i:nth-child(3) {
          grid-column: 1/3;
          grid-row: 1/3; } }
    .s4_i img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: center;
      -o-object-position: center;
      border-radius: 4px; }
    .s4_i:hover:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2); }
  .s4_a {
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: #fff;
    font-size: 24px;
    z-index: 3; }
  .s4_v {
    width: 162px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .s4_v {
        margin-top: 24px;
        height: 40px; } }

.s5 {
  padding-top: 75px; }
  .s5_m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(67px, auto);
    column-gap: 30px;
    row-gap: 30px; }
    @media (max-width: 991px) {
      .s5_m {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(58px, auto);
        row-gap: 20px; } }
  .s5_i {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s;
    -khtml-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s; }
    .s5_i:hover {
      border-color: #999; }
    .s5_i.active .s5_h:after {
      content: '\f106'; }
    .s5_i.active .s5_b {
      display: inherit; }
  .s5_h {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    padding: 21px 55px 21px 25px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 991px) {
      .s5_h {
        padding: 17px 40px 17px 15px; } }
    .s5_h:after {
      content: '\f107';
      font-family: FontAwesome;
      position: absolute;
      right: 22px;
      font-size: 2.4rem;
      color: #999; }
      @media (max-width: 991px) {
        .s5_h:after {
          right: 15px; } }
  .s5_b {
    display: none;
    padding: 0 25px 25px; }
    .s5_b > * {
      margin-bottom: 15px; }
      .s5_b > *:last-child {
        margin-bottom: 0; }

.ip {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/partners.svg);
  background-repeat: no-repeat; }

.ip-tripadvisor {
  width: 169px;
  height: 37px;
  background-position: 0 0; }

.ip-vnexpress {
  width: 191px;
  height: 38px;
  background-position: 0 -37px; }

.ip-pata {
  width: 79px;
  height: 42px;
  background-position: 0 -75px; }

.ip-vietnam-timeless-charm {
  width: 74px;
  height: 49px;
  background-position: -81px -76px; }

.ip-usatoday {
  width: 98px;
  height: 35px;
  background-position: 0 -127px; }

.ip-vietnamonline {
  width: 178px;
  height: 36px;
  background-position: 0 -164px; }

.s6 {
  padding-top: 80px;
  padding-bottom: 109px; }
  @media (max-width: 991px) {
    .s6 {
      padding-top: 55px;
      padding-bottom: 65px; } }
  .s6_m {
    align-items: center; }
    @media (min-width: 992px) {
      .s6_m {
        padding-left: 47px;
        padding-right: 47px;
        padding-top: 7px; } }
    @media (max-width: 991px) {
      .s6_m {
        justify-content: center; } }
    .s6_m a {
      display: inline-block; }
      @media (max-width: 991px) {
        .s6_m a {
          margin: 18px 20px; } }

#date {
  cursor: pointer; }

.pika-single {
  box-shadow: none !important;
  border: none;
  border-radius: 4px; }

.pika-lendar {
  width: 100%;
  min-width: 300px;
  margin: 0;
  padding-bottom: 10px;
  border-radius: 3px; }

.pika-label {
  font-size: 1.6rem;
  color: #323232;
  margin-top: 12px; }

.pika-title > button {
  top: 11px;
  width: 30px;
  z-index: 99;
  color: transparent; }
  .pika-title > button.pika-next {
    right: 10px; }
  .pika-title > button.pika-prev {
    left: 10px; }

.pika-table td, .pika-table th {
  text-align: center; }

.pika-table {
  width: calc(100% - 20px);
  margin: 3px auto; }

.pika-table abbr {
  text-decoration: none;
  color: #999;
  font-size: 1.2rem; }

.pika-button {
  text-align: center;
  background-color: #fff;
  color: #323232;
  font-size: 1.4rem;
  height: 34px;
  width: 34px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.is-today .pika-button {
  color: #1ca8df; }

.is-disabled .pika-button, .is-inrange .pika-button {
  background-color: #fff; }

.is-disabled .pika-button, .is-outside-current-month .pika-button {
  opacity: 1;
  color: #999; }

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  background-color: #fff;
  color: #1ca8df; }

.has-event .pika-button, .is-selected .pika-button {
  color: #fff;
  background-color: #1ca8df;
  box-shadow: none;
  font-weight: normal;
  border-radius: 3px; }

.is-startrange .pika-button {
  font-weight: normal;
  background-color: #1dc3fc; }

.is-endrange .pika-button {
  color: #fff;
  font-weight: normal;
  background-color: #1ca8df; }

/*# sourceMappingURL=home.css.map */
