.home .btn {
  background-color: #0079bc;
  line-height: 3.25rem;
  padding: 0 1.625rem;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 1.625rem;
  cursor: pointer;
}

.home .btn.btn-link {
  display: inline-block;
}

.home .banner {
  position: relative;
}

.home .banner .ac-slide .next, .home .banner .ac-slide .prev {
  position: absolute;
  top: 52%;
  z-index: 410;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.home .banner .ac-slide .next:hover .before, .home .banner .ac-slide .prev:hover .before {
  display: none;
}

.home .banner .ac-slide .next:hover .after, .home .banner .ac-slide .prev:hover .after {
  display: block;
}

.home .banner .ac-slide .next .after, .home .banner .ac-slide .prev .after {
  display: none;
}

.home .banner .ac-slide .next {
  right: 5.3125rem;
}

.home .banner .ac-slide .prev {
  left: 5.3125rem;
}

.home .booking-home {
  position: relative;
  z-index: 420;
  margin-top: -5.625rem;
  padding-bottom: 7rem;
}

.home .booking-home .form-theatment {
  box-shadow: 0.5625rem 0 6.625rem rgba(35, 64, 81, 0.4);
  border-top-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
  height: 11.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
}

.home .booking-home .form-theatment .left-form {
  width: calc(100% - 17.625rem);
  padding: 0 1rem;
}

.home .booking-home .form-theatment .left-form .if-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.home .booking-home .form-theatment .left-form .if-form .input-group {
  width: calc((100% / 3) - 2rem);
  margin: 0 1rem;
  border-bottom: 1px solid #505051;
}

.home .booking-home .form-theatment .left-form .if-form .input-group:has( > input.error) {
  border-color: red;
}

.home .booking-home .form-theatment .left-form .if-form .input-group input {
  border: 0;
  background: transparent;
  padding-bottom: .625rem;
  width: 100%;
}

.home .booking-home .form-theatment .left-form .if-form .input-group input::-webkit-input-placeholder {
  color: #505051;
  opacity: 1;
}

.home .booking-home .form-theatment .left-form .if-form .input-group input:-ms-input-placeholder {
  color: #505051;
  opacity: 1;
}

.home .booking-home .form-theatment .left-form .if-form .input-group input::placeholder {
  color: #505051;
  opacity: 1;
}

.home .booking-home .form-theatment .left-form .if-form .input-group input::-ms-input-placeholder {
  color: #505051;
}

.home .booking-home .form-theatment .left-form .note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 1.25rem;
  padding-left: 1rem;
  font-size: .875rem;
  line-height: 1;
}

.home .booking-home .form-theatment .left-form .note .icon {
  padding-right: .5rem;
}

.home .booking-home .form-theatment .right-form {
  width: 17.625rem;
  background-color: #dfebf1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-right-radius: 3.5rem;
}

.home .section-block .title {
  font-family: 'FThin';
  font-size: 3.75rem;
  color: #415a68;
  text-transform: uppercase;
}

.home .section-block .title span {
  line-height: 1.3;
}

.home .section-block .title .hight-title {
  font-family: 'FRegular';
}

.home .our-story-home {
  padding-bottom: 8.125rem;
}

.home .our-story-home .title span {
  display: block;
  position: relative;
}

.home .our-story-home .title span img {
  position: absolute;
  right: 0;
  bottom: 1.375rem;
}

.home .our-story-home .title span:nth-child(1) {
  display: inline-block;
  padding-right: 7.25rem;
}

.home .our-story-home .title span:nth-child(2) {
  padding-left: 5.25rem;
}

.home .our-story-home .title span:nth-child(3) {
  padding-left: 12.625rem;
}

.home .our-story-home .main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .our-story-home .main-block .title, .home .our-story-home .main-block .des {
  width: 50%;
}

.home .our-story-home .main-block .des .title-sub {
  font-size: 1.875rem;
  text-transform: uppercase;
  padding-bottom: 1.625rem;
  position: relative;
  margin-bottom: 2.125rem;
}

.home .our-story-home .main-block .des .title-sub img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.home .our-story-home .main-block .des .content {
  font-size: 1rem;
  color: #505051;
  line-height: 1.875rem;
}

.home .our-story-home .main-block .des .content br {
  height: 2.125rem;
}

.home .our-story-home .main-block .list-op {
  width: calc(100% + 4rem);
  margin-top: 5.625rem;
  margin-right: -2rem;
  margin-left: -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home .our-story-home .main-block .list-op .item {
  width: calc(100% / 3);
  padding: 0 2rem;
  position: relative;
  cursor: pointer;
}

.home .our-story-home .main-block .list-op .item .caption {
  position: absolute;
  right: 0;
  bottom: 5.625rem;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: 'SemiBold';
  text-transform: uppercase;
}

.home .service-home, .home .our-room-home {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.home .our-room-home {
  background-color: #eaf4fa;
}

.home .service-home .top-block {
  text-align: center;
  margin-bottom: 5.625rem;
}

.home .service-home .top-block span {
  position: relative;
}

.home .service-home .top-block span:last-child {
  margin-left: .625rem;
}

.home .service-home .top-block span img {
  position: absolute;
  right: -5.125rem;
  bottom: -1.5rem;
}

.home .service-home .main-block .list-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(100% + 1.25rem);
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  overflow: hidden;
}

.home .service-home .main-block .list-service .item {
  width: 25%;
  padding: 0 .625rem;
}

.home .service-home .main-block .list-service .item .thuml {
  width: 15.5625rem;
  height: 15.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1.875rem;
}

.home .service-home .main-block .list-service .item .caption {
  text-align: center;
}

.home .service-home .main-block .list-service .item .caption .title-cap {
  font-family: 'FSemiBold';
  font-size: 1.3125rem;
  color: #415a68;
  margin-bottom: .75rem;
}

.home .service-home .main-block .list-service .item .caption .des-cap {
  font-size: .9375rem;
  color: #505051;
  font-weight: 500;
}

.home .service-home .main-block .list-service .item .caption .ac-item {
  margin-top: 1.875rem;
}

.home .our-room-home .top-block {
  margin-bottom: 3.75rem;
}

.home .our-room-home .top-block span {
  display: block;
  position: relative;
}

.home .our-room-home .top-block span:first-child {
  display: inline-block;
  padding-right: 6.375rem;
}

.home .our-room-home .top-block span:first-child img {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
}

.home .our-room-home .top-block span:last-child {
  padding-left: 8.4375rem;
}

.home .our-room-home .slide-image .owl-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
}

.home .our-room-home .slide-image .owl-dots .owl-dot {
  width: .6875rem;
  height: .6875rem;
  border-radius: 100%;
  background-color: #86827e;
  margin: 0 .5rem;
}

.home .our-room-home .slide-image .owl-dots .owl-dot.active {
  background-color: #0079bc;
}

.home .video-home .top-block {
  margin-bottom: 5.625rem;
  text-align: center;
}

.home .video-home .top-block span {
  display: block;
  position: relative;
}

.home .video-home .top-block span:first-child {
  display: inline-block;
}

.home .video-home .top-block span:first-child img {
  position: absolute;
  right: -5.25rem;
  bottom: -0.875rem;
}

.home .video-home .main-block {
  margin-bottom: 8.125rem;
  position: relative;
}

.home .video-home .main-block .ac-slide-video .prev, .home .video-home .main-block .ac-slide-video .next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 410;
}

.home .video-home .main-block .ac-slide-video .prev {
  left: calc(50% - 21.25rem);
}

.home .video-home .main-block .ac-slide-video .next {
  right: calc(50% - 21.25rem);
}

.home .video-home .slide-video .item .ct-item {
  margin: 0 auto;
  width: 21.25rem;
}

.home .video-home .slide-video .item .ct-item .video-js {
  width: 100%;
}

.home .video-home .slide-video .item .ct-item .video-js .vjs-big-play-button {
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: transparent;
}

.home .video-home .slide-video .item .ct-item .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  top: 21%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
  height: auto;
  width: auto;
  font-size: 3.5rem;
}

.home .video-home .slide-video .item .ct-item .vjs-controls-disabled.vjs-big-play-button.vjs-error .vjs-big-play-button, .home .video-home .slide-video .item .ct-item .vjs-has-started .vjs-big-play-button, .home .video-home .slide-video .item .ct-item .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
