.slider {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  -webkit-transition: background-image 1s ease-in-out;
  -moz-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.slider .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  max-width: initial;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.slider .video-bg iframe {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper.mySwiper {
  width: 100%;
  height: 75vh;
}
.mySwiper .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mySwiper .swiper-container {
  max-width: 100%;
}
.mySwiper .swiper-wrapper img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}
.mySwiper .swiper-wrapper .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.mySwiper .swiper-slide {
  width: 70%;
  min-height: 680px;
}
.mySwiper .swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.mySwiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #000;
}
.text-slide-sec7 {
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "josem", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 129%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  padding-left: 15%;
  padding-right: 15%;
}
#sec_08 .container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
}
#sec_09 {
  padding-top: 70px;
}
.title-h1-sec09 {
  font-family: "josem", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 4.3rem;
  letter-spacing: 0.04em;
  color: #ed854f;
}
.title-h2-sec09 {
  font-family: "josem", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 156%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #056375;
  margin-bottom: 30px;
}
.swiper.mySwiper1 {
  width: 100%;
  height: 70vh;
}
.mySwiper1 .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mySwiper1 .swiper-container {
  max-width: 100%;
  height: 100%;
}
.mySwiper1 .swiper-wrapper img {
  width: 100%;
  height: auto;
  max-height: 680px;
}
.mySwiper1 .swiper-slide {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: scale(0.8);
  position: relative;
}
.mySwiper1 .swiper-slide-active,
.mySwiper1 .swiper-slide-duplicate-active {
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.mySwiper1 .swiper-slide .text-slide-sec9 {
  display: none;
}
.mySwiper1 .swiper-slide-active .text-slide-sec9,
.mySwiper1 .swiper-slide.swiper-slide-active .text-slide-sec9 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
}
.mySwiper1 .swiper-slide-active .text-slide-sec9 span {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  font-size: 3rem;
}
.mySwiper1 .swiper-slide-active:hover .text-slide-sec9 {
  opacity: 100;
  display: flex;
  cursor: pointer;
}
.row.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
}
.col-4-sec11 {
  width: 29.6%;
}
.col-8-sec11 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-style: italic;
  letter-spacing: 0.02em;
  align-self: center;
}
.sec-11_title {
  font-family: "josem", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 190%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000;
}
.title-h3-sec12 {
  font-family: "josem", sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 167%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.title-h3-sec12:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}
#sec-05 .xanh_center {
  position: absolute;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  top: 62px;
  width: 115px;
}
#sec-05 .icon1_sec5_left {
  position: absolute;
  left: 0;
  top: 40px;
}
.map-sec3 {
  background: #056375;
  position: relative;
}
.map-svg {
  position: absolute;
  left: -7px;
  top: -2px;
  width: auto;
  height: 100%;
  z-index: 1;
}
@keyframes StrokeLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 200;
  }
}
.map-svg .st-line {
  animation: StrokeLine 3s infinite linear;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 20;
  stroke-width: 3;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
}
.navbar-toggleradd,
.subcribe_btn-sp {
  display: none;
}
.title-p-sec1 {
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}


/* ==========================
   Title section
========================== */
.title-p-sec1_sp {
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  padding: 0 10px;
}

/* ==========================
   Header sticky menu
========================== */
header.sticky #menu_stick {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 0;
  top: 10px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex: 1;
}

header.sticky #menu_stick .hc-nav-menu {
  margin: 10px 10px 0 0;
  cursor: pointer;
  display: block;
}

header.sticky #menu_stick .hc-nav-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: all 0.2s;
}

header.sticky #menu_stick .hc-nav-menu span:nth-child(1) {
  transform-origin: right top;
}
header.sticky #menu_stick .hc-nav-menu span:nth-child(2) {
  width: 18px;
}
header.sticky #menu_stick .hc-nav-menu span:nth-child(3) {
  width: 10px;
  transform-origin: right bottom;
}

/* Khi mở menu */
header.sticky #menu_stick .hc-nav-menu.open span:nth-child(1) {
  transform: rotate(-45deg);
}
header.sticky #menu_stick .hc-nav-menu.open span:nth-child(2) {
  width: 24px;
  opacity: 0;
}
header.sticky #menu_stick .hc-nav-menu.open span:nth-child(3) {
  transform: rotate(45deg);
  width: 24px;
}

header.sticky .container.container-menu-sp {
  display: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(.23, 1, .32, 1);
}

/* ==========================
   Nav list (desktop)
========================== */
.nav-list-right {
  background-color: #fff;
  border: 10px solid transparent;
  overflow: hidden;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 9998;
  width: 240px;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.6s cubic-bezier(.23, 1, .32, 1);
  transform: translate3d(-100%, 0, 0);
  display: flex;
  flex-direction: column;
}

.nav-list-right.collapsed {
  transform: translate3d(0, 0, 0);
  left: 0;
}

ul.nav-list-right li {
  padding: 10px 20px;
}

.nav-list_items-right {
  padding-right: 10px;
}

.nav-list_items-right a {
  color: #000;
  text-decoration: none;
  font-family: 'jose', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4%;
        opacity: 1;
    font-weight: 600;
    color: #000000;
}

header.sticky.nobox {
  box-shadow: unset;
}

/* ==========================
   Responsive menu (<=1024px)
========================== */
@media screen and (max-width: 1024px) {
  header.sticky #menu_stick,
  #menu_stick {
    display: none;
  }

  .subcribe_btn {
    display: none;
  }

  .navbar-toggleradd {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    flex: 1;
  }

  .container-menu-sp {
    display: none;
    right: -5%;
  }

  .container-menu-sp.show {
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: pan-y;
    transition: transform 0.6s ease-in-out;
    -webkit-user-drag: none;
    user-select: none;
    overflow-y: auto;
    right: 0;
  }

  /* Hamburger icon */
  .navbar-icon {
    width: 22px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    color: #fff;
  }

  header.sticky .topbar .navbar-icon {
    color: #001E24;
  }

  .navbar-icon .navbar-toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 90%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .navbar-icon .navbar-toggler-icon:nth-child(1) { top: 0; }
  .navbar-icon .navbar-toggler-icon:nth-child(2),
  .navbar-icon .navbar-toggler-icon:nth-child(3) { top: 7px; }
  .navbar-icon .navbar-toggler-icon:nth-child(4) { top: 14px; }

  /* Khi mở */
  .navbar-icon.open .navbar-toggler-icon:nth-child(1),
  .navbar-icon.open .navbar-toggler-icon:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .navbar-icon.open .navbar-toggler-icon:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-icon.open .navbar-toggler-icon:nth-child(3) {
    transform: rotate(-45deg);
  }

  header.sticky .navbar-toggler-icon {
    background: #001E24;
  }

  /* Menu container */
  .container-menu-sp {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
  }

  .container-menu-sp .nav {
    padding: 0;
    position: relative;
  }

  .container-menu-sp .nav .nav-list {
    display: block;
    color: #001E24;
    opacity: 1;
    padding: 10px 0 0 20px;
    list-style: none;
  }

  .container-menu-sp .nav .nav-list .nav-list_items a {
    color: #001E24;
    font-family: 'josem', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: .5px solid #E0E8EB;
    display: flex;
    line-height: 160%;
  }

  .subcribe_btn-sp {
    background: #001E24;
    border: .5px solid #001E24;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 15px;
    width: calc(100% - 40px);
    left: 20px;
    text-align: center;
    font-family: 'josem', sans-serif;
    display: block;
  }

  .subcribe_btn-sp a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
}

/* ==========================
   Other sections
========================== */
.sec-2_title { font-size: 3rem; padding-left: 15px; }
.title-h3-sec2 { font-size: 1.5rem; }
.btn-sec2 { margin-bottom: 20px; }
.title-h2-sec4,
.title-h2-sec6 { font-size: 2.8rem; }

/* ==========================
   Card info
========================== */
.card-info_body-text {
  color: #fff;
  font-size: 1rem;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif;
}

.card-info_body-btn {
  background: none;
  border: .5px solid #fff;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  padding: 10px;
  margin-top: 10px;
}

/* ==========================
   Section 05
========================== */
.sec-05_span-1 {
  font-size: 5rem;
  top: -85px;
}

.sec-05_left {
  width: 58%;
}

.sec-05_right {
  width: 40%;
}

.sec-05_right-content {
  padding: 0 10px;
}

.sec-05_box {
  display: flex;
  padding-right: 0;
}
@media(max-width:992px){
    .sec-05_box {
        display:block;
    }
}

/* ==========================
   Swiper & Slideshow
========================== */
.slideShow__next,
.slideShow__prev {
  display: none;
}

.swiper.mySwiper {
  height: auto;
}

.mySwiper .swiper-slide {
  min-height: auto;
  width: 90%;
}

.mySwiper1 .swiper-slide-active .text-slide-sec9,
.mySwiper1 .swiper-slide.swiper-slide-active .text-slide-sec9 {
  display: none !important;
}

.mySwiper1 .swiper-slide {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: unset;
  position: relative;
}

.mySwiper1 .swiper-slide-active,
.mySwiper1 .swiper-slide-duplicate-active {
  transform: unset;
}

.swiper.mySwiper2 {
  width: 100%;
  height: 65vh !important;
}

.swiper.mySwiper2 .swiper-slide {
  width: 40%;
  min-height: 400px;
}

.mySwiper2 .swiper-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

/* ==========================
   Section 11
========================== */
.sec-11_title {
  font-size: 1.5rem;
}

.col-4-sec11,
.col-8-sec11 {
  width: 100%;
  text-align: center;
}

.col-4-sec11 img {
  max-width: 60%;
}

.col-8-sec11 {
  padding-top: 20px;
}

.row.wrapper {
  display: block;
}

/* ==========================
   Overlay & Popup
========================== */
.overlay {
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
}

.popup {
  margin: 14vh auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 950px;
  height: 72vh;
}

.popup video {
  width: 100%;
  height: 100%;
}

.popup .close {
  position: absolute;
  top: -4px;
  right: 4px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  transition: all 200ms;
  z-index: 99999;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  height: 100%;
  overflow: auto;
}

/* ==========================
   Others
========================== */
.sec2-box_img-sp,
.img-ng_sp,
.img-partner_sp,
.title-p-sec1_sp {
  display: none;
}

.container-fluid.container2 {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.sec10-wrap {
  margin-left: 0;
  margin-right: 0;
}

.adad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: rgba(0,0,0,.5);
  padding: 30px;
  opacity: 1;
  transition: opacity .5s ease;
  z-index: 1;
}

.virtual-white {
  position: absolute;
  top: 10px;
}

header .hotline li.virtual-white-sp {
  display: none;
}

.footer-bottom_list {
  text-align: center;
}

footer {
  background: url(images/new/bg_footer_sp.png) right center / contain no-repeat;
  background-color: #001E24;
  color: #fff;
}

img.footer-logo {
  width: 200px;
}

.footer-left,
.footer-right {
  padding-top: 20px;
  padding-right: 0;
}

p.title-p-sec-new1 {
  width: 100%;
  padding: 0 15px;
}

.sec-new-1_title h1 {
  font-size: 4rem;
}

.hidden-phone { display: none; }

/* ==========================
   Responsive <= 800px
========================== */
@media screen and (max-width: 800px) {

  .img-ng_pc,
  .img-partner_pc,
  .title-p-sec1 {
    display: none;
  }

  .img-ng_sp,
  .img-partner_sp,
  .title-p-sec1_sp {
    display: inline-block;
  }

  .box-img-sec1 .container { position: unset; }

  #sec-12 { margin-top: 10px; }
  #sec-11 { padding-bottom: 0; }

  .wrapper { max-width: 90vw; }

  .title-h2-section1,
  .title-h1-sec1 { font-size: 2rem; }

  .title-h1-sec1 span.span1 { font-size: 2.3rem; }

  .sec-1_title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0; bottom: 20px;
    width: 100%;
    text-align: center;
  }

  #sec-1 { height: auto; }
  .sec2-box_img { display: none; height: auto; }
  .sec2-box_img-sp { display: block; padding: 0 10px; }

  #sec-2 {
    margin-top: 0;
    height: auto;
  }

  .sec-2_title { padding: 20px 0 0 10px; }
  .sec-2_box-content {
    position: relative;
    max-width: 100%;
    background-color: unset;
    padding: 15px 10px;
  }

  .title-h3-sec2 { font-size: 2rem; }
  .sec-2_box { background-color: #F6F8F9; }
  .title-h2-sec3,
  .title-h2-sec4,
  .title-h2-sec6 { font-size: 2rem; }

  .sec-04_box {
    display: flex;
    margin: 40px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sec-04_Card-img{
      height:400px;
  }

  .sec-04_box .sec-04_Card { width: 90%; }

  .sec-04_Card-img img {
    max-width: unset;
    object-fit: cover;
    width: auto;
  }

  .sec-04_Card-info {
    position: relative;
    opacity: 1;
    background-color: unset;
    padding:10px 10px 0px 10px;
    display: block;
    height: auto;
  }

  .card-info_title {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 0 15px;
  }

  .card-info_body-text {
    color: #000;
    line-height: 190%;
  }

  .card-info_body-btn {
    color: #000;
    width: 100%;
    border: .5px solid #000;
  }

  .sec-05_left,
  .sec-05_right {
    width: 100%;
  }

  .sec-05_span-1 {
      width:100%;
    left: 8%;
    font-size: 18px !important;
    top: -58px;
  }

  .sec-05_span-2 {
              width: 100%;
        right: 0;
    font-size: 40px !important;
  }

  .sec-05_right-img img {
    margin-left: -22px;
  }

  .primary-btn.primary-btn--light.btn-sp {
    width: 100%;
  }

  #sec-06 { height: 24vh; }
  .text-slide-sec7 { font-size: 1rem; }

  .MultiCarousel .MultiCarousel-inner .item > div {
    padding: 0;
    margin: 0;
  }

  #sec_07 { padding-bottom: 8px; }
  #sec_08 { padding-top: 0; }
  #sec_08 .container { padding: 10px; }

  .MultiCarousel .MultiCarousel-inner .item > div > h4,
  .MultiCarousel .MultiCarousel-inner .item .content_sec08 {
    padding-left: 10px;
  }

  .title-h1-sec09 { font-size: 3rem; }
  .title-h2-sec09 { font-size: 2.2rem; }

  .swiper.mySwiper1 { height: 30vh; }
  .swiper.mySwiper1 img { height: auto; }

  .giaithuong_sp {
    position: absolute;
    bottom: 30px;
    left: 50%;
    top: 62%;
    transform: translate(-50%,-50%);
    width: 69%;
    text-align: center;
  }

  .sec-11_title {
    font-size: 1.2rem;
    padding-top: 20px;
    text-align: center;
  }

  .title-h3-sec12 { font-size: 2.2rem; }

  .form-row {
    display: block;
    margin-bottom: 0;
  }

  .form-group { padding-top: 10px; }

  .btn-submit-sp {
    width: 70% !important;
    margin-top: 30px;
    padding: 0 10px;
  }

  .parallax.header::before,
  .parallax.header::after { display: none; }

  .partner-box {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .partner-box li { flex: 1 0 55%; }
  .partner-box li:first-child { flex: 1 0 10%; }
  .partner-box li:nth-child(3) { flex: 1 0 33%; }
  .partner-box li:nth-child(4) { flex: 1 0 45%; }

  .video-bg.show img {
    height: auto;
    width: 100%;
    max-width: unset;
  }

  header.sticky .hotline li.virtual-white { display: none; }
  header.sticky .hotline li.virtual-white-sp {
    display: inline;
  }

  header.aos-init.aos-animate.sticky .stick-hide {
    display: flex;
  }
}
header.sticky .container.container-menu-sp{
    display:none !important;
}
header.sticky .container.container-menu-sp.show{
    display:block !important;
}
/* ==========================
   Responsive <= 700px
========================== */
@media screen and (max-width: 700px) {
  .box { width: 70%; }
  .popup {
    width: 100%;
    height: 40vh;
  }
}
@media(min-width:767px){

.parallax { height: 100vh; }
}
