﻿@charset "utf-8";
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
.clearfix {
  clear: both;
  min-height: 0;
  display: block;
}
ul {
  list-style-type: none;
}
* {
  text-decoration: none;
}
*:active,
:focus,
:visited {
  outline: none;
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@font-face {
  font-family: 'baloobhaina';
  src: url("../Font/baloobhaina/regular/regular.eot");
  src: url("../Font/baloobhaina/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/baloobhaina/regular/regular.woff") format("woff"), url("../Font/baloobhaina/regular/regular.ttf") format("truetype"), url("../Font/baloobhaina/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratBold';
  src: url("../Font/montserrat/bold/bold.eot");
  src: url("../Font/montserrat/bold/bold.eot?#iefix") format("embedded-opentype"), url("../Font/montserrat/bold/bold.woff") format("woff"), url("../Font/montserrat/bold/bold.ttf") format("truetype"), url("../Font/montserrat/bold/bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratLight';
  src: url("../Font/montserrat/light/light.eot");
  src: url("../Font/montserrat/light/light.eot?#iefix") format("embedded-opentype"), url("../Font/montserrat/light/light.woff") format("woff"), url("../Font/montserrat/light/light.ttf") format("truetype"), url("../Font/montserrat/light/light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratMedium';
  src: url("../Font/montserrat/medium/medium.eot");
  src: url("../Font/montserrat/medium/medium.eot?#iefix") format("embedded-opentype"), url("../Font/montserrat/medium/medium.woff") format("woff"), url("../Font/montserrat/medium/medium.ttf") format("truetype"), url("../Font/montserrat/medium/medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratRegular';
  src: url("../Font/montserrat/regular/regular.eot");
  src: url("../Font/montserrat/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/montserrat/regular/regular.woff") format("woff"), url("../Font/montserrat/regular/regular.ttf") format("truetype"), url("../Font/montserrat/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.orange {
  color: #f29100;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'montserratRegular';
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: #212c55;
  color: #f29100;
}
::placeholder {
  color: #000000;
}
input::placeholder {
  color: #000000;
}
input::placeholder {
  color: #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.banner {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.banner .bannerSlider {
  width: 100%;
  height: calc(100% - 85px);
  overflow: hidden;
  margin-top: 85px !important;
  position: relative;
  z-index: 1;
}
.banner .bannerSlider .slick-list,
.banner .bannerSlider .slick-track {
  height: 100%;
}
.banner .bannerSlider li {
  position: relative;
  height: 100%;
}
.banner .bannerSlider li:not(:first-child) .amerikan {
  display: none;
}
.banner .bannerSlider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSlider li .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .bannerSlider li .video.active {
  z-index: 2;
}
.banner .bannerSlider li iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .box {
  width: 700px;
  height: 464px;
  background-image: url('../InterfaceImages/banner.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .box .text {
  margin: 90px 20px 30px 40px;
}
.banner .box .text .title {
  font-family: 'baloobhaina';
  font-size: 44px;
  line-height: 54px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
.banner .box .text .subTitle {
  font-family: 'baloobhaina';
  font-size: 50px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  display: flex;
  margin-bottom: 36px;
}
.banner .box .text .subTitle b {
  font-family: 'baloobhaina';
  font-size: 80px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
}
.banner .box .text .subTitle i {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 15px 8px 0 0;
}
.banner .box .text p {
  font-family: 'montserratRegular';
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-bottom: 10px;
}
.banner .box .text p.orange {
  font-family: 'baloobhaina';
  font-size: 28px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  color: #f29100;
}
.banner .box .text .ctaBtn {
  margin-top: 32px;
}
.banner .amerikan {
  width: 165px;
  height: 45px;
  background-image: url('../InterfaceImages/amerikanWhite.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 50;
}
html.en .banner .amerikan {
  background-image: url('../InterfaceImages/amerikanWhite-en.svg');
  background-repeat: no-repeat;
}
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 4px;
  text-align: center;
}
.banner .slick-dots li {
  width: 4px;
  height: 4px;
  background: #ffffff;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
.banner .slick-dots li.slick-active {
  width: 30px;
}
.banner .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-indent: -999999px;
}
.banner .play,
.banner .pause {
  width: 270px;
  height: 85px;
  position: absolute;
  top: calc(50% - 50px);
  right: 100px;
  z-index: 3;
  cursor: pointer;
  background: #212c55;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'montserratRegular';
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  padding: 9px 70px 0 30px;
}
.banner .play b,
.banner .pause b {
  font-weight: bold;
  letter-spacing: 1px;
}
.banner .play i,
.banner .pause i {
  display: block;
  width: 100px;
  height: 75px;
  background: #f29100;
  position: absolute;
  top: 5px;
  right: -30px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.banner .play i:after,
.banner .pause i:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -600px;
  display: block;
  position: absolute;
  top: 12px;
  left: 25px;
}
.banner .pause {
  display: none;
  background: none;
  text-indent: -999999px;
}
.banner .pause i:after {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -50px -600px;
}
.bg {
  width: 100%;
  background-image: url('../InterfaceImages/bg.svg');
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 200px;
}
.boxContainer {
  display: flex;
  max-width: 1560px;
  margin: 200px auto 0 auto;
  justify-content: space-evenly;
}
.boxContainer .box {
  width: 330px;
  height: 260px;
  border: 4px #e1e1e1 solid;
  display: flex;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 'baloobhaina';
  font-size: 35px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  color: #212c55;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-transition-property: "border";
  -moz-transition-property: "border";
  -o-transition-property: "border";
  -ms-transition-property: "border";
  transition-property: "border";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  justify-content: center;
}
.boxContainer .box:before {
  content: "";
  width: 75px;
  height: 75px;
  background-image: url('../InterfaceImages/plus.svg');
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -62px;
  left: calc(50% - 52px);
  background-color: #ffffff;
  border: 15px #ffffff solid;
  -webkit-transition-property: "transform,top";
  -moz-transition-property: "transform,top";
  -o-transition-property: "transform,top";
  -ms-transition-property: "transform,top";
  transition-property: "transform,top";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.boxContainer .box:hover {
  border: 8px #f29100 solid;
}
.boxContainer .box:hover:before {
  top: -55px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faqLink {
  max-width: 1000px;
  height: 100px;
  margin: 150px auto 200px auto;
  background: #212c55;
  color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'baloobhaina';
  font-size: 35px;
  line-height: 100px;
  -webkit-font-smoothing: antialiased;
}
.faqLink .ctaBtn {
  margin-left: 75px;
}
.appointment {
  width: 1580px;
  height: 100px;
  margin: 150px auto 0 auto;
  background: #212c55;
  color: #ffffff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  font-family: 'baloobhaina';
  font-size: 35px;
  line-height: 100px;
  -webkit-font-smoothing: antialiased;
  padding: 0 14px 0 50px;
}
html.en .appointment {
  max-width: 850px;
}
.appointment .ctaBtn {
  margin-left: 10px;
}
.textContent {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-top: 150px;
}
.textContent .left {
  margin: 0 100px auto 0;
  width: 660px;
  flex-direction: column;
}
.textContent .left p {
  font-family: 'montserratRegular';
  font-size: 28px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 90px;
}
.textContent .left .ctaBtn {
  margin-top: 90px;
}
.textContent .left .signature {
  margin-top: 20px;
  display: block;
  max-width: 100%;
}
.textContent .right {
  width: 420px;
}
.textContent .right img {
  width: 100%;
}
.listArea {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-top: 250px;
  flex-direction: column;
}
.listArea .top {
  width: 100%;
  text-align: center;
}
.listArea .title {
  font-family: 'baloobhaina';
  font-size: 50px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  color: #f29100;
  margin-bottom: 10px;
}
.listArea .subTitle {
  font-family: 'baloobhaina';
  font-size: 50px;
  line-height: 65px;
  -webkit-font-smoothing: antialiased;
  color: #212c55;
  display: flex;
  margin-bottom: 36px;
  justify-content: center;
}
.listArea .subTitle i {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -65px -65px;
  margin: 0 15px 0 0;
}
.listArea ul {
  margin-top: 60px;
}
.listArea ul li {
  width: 100%;
  min-height: 215px;
  display: flex;
}
.listArea ul li:nth-child(even) {
  justify-content: flex-end;
}
.listArea ul li .inner {
  width: 500px;
  min-height: 215px;
  position: relative;
  padding: 50px 0 0 160px;
}
.listArea ul li .inner .title {
  font-family: 'baloobhaina';
  font-size: 35px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  color: #212c55;
}
.listArea ul li .inner p {
  font-family: 'montserratRegular';
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
.listArea ul li .inner i {
  height: 215px;
  background-image: url('../InterfaceImages/number.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
}
.listArea ul li .inner i.i1 {
  width: 160px;
  background-position-x: 0;
}
.listArea ul li .inner i.i2 {
  width: 210px;
  background-position-x: -160px;
}
.listArea ul li .inner i.i3 {
  width: 223px;
  background-position-x: -370px;
}
.listArea ul li .inner i.i4 {
  width: 260px;
  background-position-x: -594px;
}
.listArea ul li .inner i.i5 {
  width: 230px;
  background-position-x: -855px;
}
.we {
  width: 1000px;
  margin: 300px auto 0 auto;
  text-align: center;
}
.we .title {
  font-family: 'baloobhaina';
  font-size: 50px;
  line-height: 65px;
  -webkit-font-smoothing: antialiased;
  color: #212c55;
  display: flex;
  margin-bottom: 36px;
  justify-content: center;
}
.we .title i {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -130px -65px;
  margin: 0 15px 0 0;
}
.we ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.we ul li {
  border-bottom: 1px #e7e7e7 solid;
  width: 48%;
  height: 100px;
  font-family: 'montserratRegular';
  font-size: 18px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  display: flex;
  align-items: center;
}
.we ul li:nth-child(1),
.we ul li:nth-child(2) {
  border-top: 1px #e7e7e7 solid;
}
.we ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -130px;
  margin: 0 20px 0 15px;
  flex-shrink: 0;
}
.we ul li span {
  width: 100%;
  text-align: left;
}
.we .ctaBtn {
  margin-top: 100px;
}
.circleArea {
  max-width: 1000px;
  margin: 250px auto 300px auto;
}
.circleArea ul {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
.circleArea ul li {
  width: 285px;
  height: 285px;
  font-family: 'montserratMedium';
  font-size: 25px;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  color: #212c55;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
}
.circleArea ul li:last-child b {
  font-family: 'montserratBold';
  font-size: 30px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}
.circleArea ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('../InterfaceImages/circle.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: "transform";
  -moz-transition-property: "transform";
  -o-transition-property: "transform";
  -ms-transition-property: "transform";
  transition-property: "transform";
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.circleArea ul li:hover:after {
  background-image: url('../InterfaceImages/circleHover.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.circleArea ul li b {
  font-family: 'montserratBold';
  font-size: 45px;
  line-height: 55px;
  -webkit-font-smoothing: antialiased;
}
.circleArea ul li strong {
  font-family: 'montserratBold';
  font-size: 100px;
  line-height: 110px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1700px) {
  .banner .box {
    width: 650px;
    height: 431px;
  }
  .banner .box .text {
    padding-right: 50px;
  }
  .banner .box .text .title {
    font-family: 'baloobhaina';
    font-size: 40px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle {
    font-family: 'baloobhaina';
    font-size: 50px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
  }
  .banner .box .text .subTitle b {
    font-family: 'baloobhaina';
    font-size: 80px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
  }
  .banner .box .text .subTitle i {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 15px 8px 0 0;
  }
  .banner .box .text p {
    font-family: 'montserratRegular';
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .banner .box .text p.orange {
    font-family: 'baloobhaina';
    font-size: 28px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    color: #f29100;
  }
  .banner .box .text .ctaBtn {
    margin-top: 10px;
  }
  .banner .amerikan {
    width: 165px;
    height: 45px;
    background-image: url('../InterfaceImages/amerikanWhite.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 50;
  }
  html.en .banner .amerikan {
    background-image: url('../InterfaceImages/amerikanWhite-en.svg');
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1600px) {
  .banner #banner .amerikan {
    width: 165px;
    height: 45px;
    top: 30px;
    left: 30px;
  }
  .appointment {
    width: calc(100% - 60px);
    height: auto;
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 100px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1500px) {
  .banner .box {
    width: 550px;
    height: 365px;
  }
  .banner .box .text {
    margin: 70px 0 30px 30px;
    padding-right: 0;
  }
  .banner .box .text .title {
    font-family: 'baloobhaina';
    font-size: 28px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle {
    font-family: 'baloobhaina';
    font-size: 50px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    margin-bottom: 10px;
  }
  .banner .box .text .subTitle b {
    font-family: 'baloobhaina';
    font-size: 60px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
  }
  .banner .box .text .subTitle i {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 15px 8px 0 0;
  }
  .banner .box .text p {
    font-family: 'montserratRegular';
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
  }
  .banner .box .text p.orange {
    font-family: 'baloobhaina';
    font-size: 24px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .ctaBtn {
    margin-top: 5px;
  }
  .banner .amerikan {
    width: 165px;
    height: 45px;
    background-image: url('../InterfaceImages/amerikanWhite.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 50;
  }
  html.en .banner .amerikan {
    background-image: url('../InterfaceImages/amerikanWhite-en.svg');
    background-repeat: no-repeat;
  }
  .boxContainer .box {
    width: 250px;
    height: 250px;
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
  .appointment {
    width: calc(100% - 60px);
    height: auto;
    font-family: 'baloobhaina';
    font-size: 28px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .appointment {
    width: calc(100% - 60px);
    height: auto;
    font-family: 'baloobhaina';
    font-size: 28px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .appointment .ctaBtn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .play,
  .banner .pause {
    width: 250px;
    height: 75px;
    top: calc(50% - 50px);
    right: 100px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-family: 'montserratRegular';
    font-size: 22px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    padding: 5px 30px 0 20px;
  }
  .banner .play i,
  .banner .pause i {
    display: block;
    width: 80px;
    height: 65px;
    top: 5px;
    right: -30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .banner .play i:after,
  .banner .pause i:after {
    top: 8px;
    left: 15px;
  }
  .boxContainer {
    flex-wrap: wrap;
    margin-top: 100px;
  }
  .boxContainer .box {
    width: 40%;
    height: 200px;
    padding-top: 30px;
    margin: 50px 0;
  }
  .faqLink {
    width: calc(100% - 60px);
  }
  .textContent {
    padding: 0 30px;
  }
  .listArea {
    width: 100%;
    padding: 30px;
  }
  .we {
    width: 100%;
    padding: 0 30px;
  }
  .circleArea {
    padding: 0 30px;
  }
}
@media screen and (max-width: 993px) {
  .bg.mt100 {
    margin-top: 100px;
  }
  .bg.mt150 {
    margin-top: 150px;
  }
  .textContent {
    flex-direction: column;
  }
  .textContent .left {
    width: 100%;
  }
  .textContent .right {
    width: 100%;
    margin-top: 100px;
  }
  .listArea {
    margin-top: 100px;
  }
  .listArea .title {
    font-family: 'baloobhaina';
    font-size: 40px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
  }
  .we {
    margin-top: 100px;
  }
  .circleArea {
    padding: 0 30px;
  }
  .circleArea ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .circleArea ul li {
    flex-shrink: 0;
    margin: 5px 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannerSlider {
    height: calc(100% - 50px);
    margin-top: 50px !important;
  }
  .banner .bannerSlider iframe {
    top: 53% !important;
  }
  .banner .box {
    width: 100%;
    height: auto;
    background-image: url('../InterfaceImages/bannerMobile.svg');
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    background-position: top center !important;
  }
  .banner .box .text {
    margin: 30px 0 0 0;
    padding: 0 20px;
  }
  .banner .box .text .title {
    font-family: 'baloobhaina';
    font-size: 28px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle {
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
  }
  .banner .box .text .subTitle b {
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
  }
  .banner .box .text .subTitle i {
    width: 40px;
    height: 40px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -650px;
    margin: 0 10px 0 0;
  }
  .banner .box .text p.orange {
    display: block;
    font-family: 'baloobhaina';
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }
  .banner .box .text p {
    display: none;
  }
  .banner .box .text .ctaBtn {
    margin: 10px 0 20px 0;
  }
  .banner .amerikan {
    width: 165px;
    height: 45px;
    background-image: url('../InterfaceImages/amerikanWhiteMobile.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
  }
  html.en .banner .amerikan {
    background-image: url('../InterfaceImages/amerikanWhiteMobile-en.svg');
    background-repeat: no-repeat;
  }
  .banner .slick-dots {
    bottom: 30px;
    left: unset;
    right: 20px;
    text-align: right;
  }
  .banner .play,
  .banner .pause {
    width: 170px;
    height: 60px;
    top: calc(50%);
    right: 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    font-family: 'montserratRegular';
    font-size: 18px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    padding: 5px 10px 0 15px;
  }
  .banner .play i,
  .banner .pause i {
    display: block;
    width: 50px;
    height: 50px;
    top: 5px;
    right: -20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  .banner .play i:after,
  .banner .pause i:after {
    width: 30px;
    height: 30px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: -100px -600px;
    top: 10px;
    left: 10px;
  }
  .banner .pause i:after {
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: -130px -600px;
  }
  .boxContainer {
    margin-top: 50px;
  }
  .boxContainer .box {
    width: 80%;
    height: 200px;
    padding-top: 30px;
    margin: 40px 0;
  }
  .faqLink {
    height: auto;
    margin: 100px auto 0 auto;
    flex-direction: column;
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    text-align: center;
  }
  .faqLink .ctaBtn {
    margin: 20px 0 0 0;
  }
  .we ul li {
    width: 100%;
    position: relative;
  }
  .we ul li:nth-child(1),
  .we ul li:nth-child(2) {
    border-top: none;
  }
  .we ul li:before {
    margin: 0 10px 0 0;
  }
  .we .ctaBtn {
    margin-top: 100px;
  }
  .listArea ul {
    margin-top: 50px;
  }
  .listArea ul li .inner {
    width: 500px;
    min-height: 215px;
    position: relative;
    padding: 50px 0 0 120px;
    margin-bottom: 50px;
  }
  .listArea ul li .inner .title {
    font-family: 'baloobhaina';
    font-size: 25px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    color: #212c55;
  }
  .listArea ul li .inner p {
    font-family: 'montserratRegular';
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    color: #333333;
  }
  .circleArea ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .circleArea ul li {
    flex-shrink: 0;
    margin: 20px 0;
  }
  .appointment {
    font-family: 'baloobhaina';
    font-size: 18px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    padding: 10px 15px;
  }
  .appointment .ctaBtn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  .banner .box .text .title {
    font-family: 'baloobhaina';
    font-size: 24px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle {
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle b {
    font-family: 'baloobhaina';
    font-size: 30px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
  .banner .box .text .subTitle i {
    width: 36px;
    height: 36px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: -40px -650px;
  }
  .banner .box .text p.orange {
    display: block;
    font-family: 'baloobhaina';
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
  }
}
