@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=block");
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}

.intro {
  height: 100vh;
  width: 100%;
  background: #999;
}

.slick-track,
.slick-list {
  height: 100vh;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slides {
  width: 100%;
  height: 100vh;
}

.slides .slide {
  width: 100%;
  height: 100vh;
}

p, h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.container {
  width: 1200px;
  margin: auto;
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
    margin: auto;
  }
}
header {
  background: #fff;
  margin-top: -1px;
}

.header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header h1 {
  margin: 0;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu ul, .header .menu .tong-dai-tu-van {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header ul li a {
  text-decoration: none;
  color: rgb(30, 30, 30);
  font-size: 18px;
  font-weight: 600;
  padding-right: 80px;
}
.header p {
  color: rgb(29, 28, 141);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}
.header p.number-phone {
  font-weight: 700;
  font-size: 28px;
  color: rgb(30, 30, 30);
}

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

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

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 13px;
  left: 25px;
  position: absolute;
  background-color: rgb(41, 38, 169);
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: rgb(41, 38, 169);
  width: 33px;
  height: 33px;
  top: 25px;
  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%;
  transform-origin: 50% 50%;
  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;
}

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

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

@-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);
  }
}
.breackumb {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: rgb(203, 22, 0);
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.content-slide1 {
  padding-top: 100px;
}
.content-slide1 p {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 64px;
  line-height: 100px;
}
.content-slide1 p span {
  color: rgb(254, 95, 1);
}
.content-slide1 .tick {
  padding-top: 20px;
  padding-bottom: 100px;
}
.content-slide1 .tick span {
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  margin-right: 15px;
}
.content-slide1 .tick span svg {
  margin-right: 10px;
}

.swiper-slide1 {
  background: url("../images/background1.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide2 {
  background: url("../images/background2.jpg");
  background-size: cover;
}

.swiper-slide3 {
  background: url("../images/background3.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide4 {
  background: url("../images/background4.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide5 {
  background: url("../images/background5.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide6 {
  background: url("../images/background6.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide7 {
  background: url("../images/background7.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide8 {
  background: url("../images/background8.jpg");
  background-size: cover;
  background-position: center;
}

.ft-slider {
  width: 537px;
  height: 114px;
  padding-left: 20px;
  padding-top: 20px;
  float: right;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.ft-slider p {
  font-weight: 500;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 50px;
}

.phone-footer {
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotline-bar {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 64px;
  width: 230px;
  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;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding-left: 50px;
  display: inline-block;
}
.hotline-bar > a p {
  margin: 0;
  padding: 0;
}
.hotline-bar > a .text-hotline {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.hotline-phone-ring-wrap {
  position: relative;
  width: 280px;
}

.hotline2 .hotline-phone-ring-circle {
  border: 2px solid rgb(253, 92, 1);
}
.hotline2 .hotline-phone-ring-circle-fill,
.hotline2 .hotline-phone-ring-img-circle {
  background-color: rgb(253, 92, 1);
}

.zalo-ft {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}

.title p {
  line-height: 100px;
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 700;
}
.title .text-line {
  color: rgb(254, 95, 1);
}

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

.wrap-slide2 {
  padding-top: 130px;
}

.wrap-slide3, .wrap-slide5, .wrap-slide7 {
  padding-top: 100px;
}

.wrap-slide4, .wrap-slide8 {
  padding-top: 130px;
}

.wrap-slide6 {
  padding-top: 130px;
}

.col-left {
  width: 50%;
}
.col-left .sub-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  margin-bottom: 35px;
}
.col-left .tick span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.col-left .tick svg {
  margin-right: 10px;
}

.col-right {
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photoviewer-modal {
  background: #000;
  z-index: 999999999999 !important;
}

.photoviewer-button-close {
  background: red;
  color: #fff;
}

.regular {
  width: 80%;
  margin: auto;
}

.content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-img img {
  max-width: 350px;
}

.content-text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 629px;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
}
.content-text svg {
  width: 200px;
}

.question {
  width: 539px;
  background: rgba(14, 0, 0, 0.6);
  border-radius: 10px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, rgb(253, 92, 1), rgb(78, 38, 172));
  padding: 20px;
}
.question .label {
  font-size: 32px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.question ul {
  padding-left: 0;
}
.question ul li {
  color: #fff;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}
.question ul li img {
  padding-right: 10px;
  padding-top: 3px;
}

.list-procedure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.list-procedure li {
  padding-left: 5px;
  padding-right: 5px;
}
.list-procedure .ct-procedure {
  padding: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.list-procedure .number {
  -webkit-text-stroke: 1px rgb(253, 92, 1);
  color: transparent;
  font-size: 64px;
  font-weight: 900;
  line-height: 96px;
}

.swiper-slide8 {
  position: relative;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(30, 30, 53);
  color: #fff;
  padding: 20px 0 15px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.footer .logo img {
  width: 90px;
  height: 90px;
}
.footer .highlight {
  color: rgb(253, 92, 1);
  font-weight: 500;
}
.footer .address {
  padding-left: 20px;
}
.footer .address p {
  padding-bottom: 5px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .address img {
  padding-right: 10px;
}
.footer .address span {
  padding-right: 20px;
}

.wrap-video {
  position: relative;
}

.playvd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  margin: auto;
  background: transparent;
  border: 0;
  margin-left: -48px;
  z-index: 9;
  cursor: pointer;
  text-align: left;
}

.pausevd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

.ui-tooltip-content::after, .ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 90px;
}

.ui-tooltip-content::before {
  bottom: -10px;
  border-color: #AAA transparent;
  border-width: 10px 10px 0;
}

.ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 10px 10px 0;
}

video {
  width: 340px;
  height: 600px;
  background: #000;
  border: 2px solid #fff;
  margin-left: 15px;
}

.zoom-overlay-open .swiper-container {
  z-index: 1000000000000000000000;
}

.zoom-overlay-open .slick-list {
  overflow: visible;
  z-index: 1000000000000000000;
}

.back-top {
  position: absolute;
  bottom: 150px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

@media (min-width: 1200px) {
  .ic-menu {
    display: none;
  }
  html, body {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .back-top {
    display: none;
  }
  .container {
    width: 100%;
  }
  .header ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
  }
  .header ul li a {
    font-size: 13px;
    padding-right: 0;
    color: #00009a;
    text-decoration: underline;
  }
  .header .logo {
    padding-left: 10px;
  }
  .header .logo img {
    max-width: 199px;
  }
  .header .ic-menu {
    position: absolute;
    right: 10px;
    top: 28px;
  }
  .header .menu {
    display: none;
  }
  .header .menu.open {
    display: block;
  }
  .breackumb {
    font-size: 12px;
    line-height: 16px;
    height: 50px;
  }
  .content-slide1 p,
  .title p {
    font-size: 24px;
    line-height: 33px;
  }
  .content-slide1 .tick span,
  .col-left .tick span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .content-slide1 .tick span svg,
  .col-left .tick svg {
    width: 16px;
    height: 16px;
  }
  .content-slide1 .tick {
    padding-bottom: 0;
  }
  .ft-slider {
    display: none;
  }
  .hotline2:nth-child(2) {
    display: none;
  }
  .col-left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-left .sub-title {
    display: none;
  }
  .wrap-video {
    width: 50%;
  }
  .wrap-video:nth-child(1) {
    padding-right: 6px;
  }
  .wrap-video:nth-child(2) {
    padding-left: 6px;
  }
  .wrap-video .video {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .question, .content-text {
    width: 90%;
    height: auto;
  }
  .content-text {
    font-size: 13px;
  }
  .content-text svg {
    width: 100px;
    margin-right: 8px;
  }
  .list-procedure {
    overflow-y: scroll;
    width: 100%;
    min-height: 550px;
  }
  .list-procedure .number {
    font-size: 32px;
    line-height: 48px;
  }
  .list-procedure .ct-procedure {
    width: 145px;
    font-size: 12px;
    line-height: 18px;
  }
  .phone-footer {
    left: -20px;
    bottom: 30px;
  }
  .zalo-ft {
    right: 10px;
  }
  .zalo-ft img {
    width: 157px;
  }
  .hotline-bar > a {
    font-size: 12px;
  }
  .hotline-bar > a .text-hotline {
    font-size: 16px;
  }
  .hotline-bar {
    width: 180px;
  }
  .zalo-ft {
    bottom: 36px;
  }
  .content-slide1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap-slide2 {
    padding-top: 50px;
  }
  .wrap-slide2 .title {
    margin-bottom: 20px;
  }
  .playvd img {
    width: 44px;
  }
  .playvd {
    margin-left: -22px;
  }
  .regular {
    width: 100%;
    position: relative;
  }
  .slick-dots {
    position: absolute;
    bottom: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -37px;
    list-style: none;
  }
  .slick-dots button {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 25px;
    height: 8px;
    width: 8px;
    font-size: 0;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .slick-dots .slick-active button {
    background: rgb(253, 92, 1);
  }
  .content-img img {
    max-width: 100%;
    max-height: calc(100vh - 300px);
  }
  .wrap-slide3,
  .wrap-slide5,
  .wrap-slide7 {
    padding-top: 30px;
  }
  .wrap-slide4, .wrap-slide8, .wrap-slide6 {
    padding-top: 50px;
  }
  .title-qt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title-qt .label {
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
  }
  .question {
    padding: 15px 15px 0 15px;
  }
  .question ul li {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 8px;
    padding: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-slide1 {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .wrap-slide8 {
    padding-left: 15px;
  }
  .footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 100px;
  }
  .slides .slide,
  .slick-track,
  .slick-list,
  body, html {
    height: auto;
  }
  .slick-dots {
    bottom: 25px;
  }
  .wrap-slide6 .tick {
    margin-top: 15px;
  }
  .ui-widget-content {
    left: 10px !important;
  }
}