/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #00738b;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.eot");
  src: url("../fonts/SVN-GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff"), url("../fonts/SVN-GothamBold.ttf") format("truetype"), url("../fonts/SVN-GothamBold.svg#SVN-GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham Book";
  src: url("../fonts/SVN-GothamBook.eot");
  src: url("../fonts/SVN-GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBook.woff2") format("woff2"), url("../fonts/SVN-GothamBook.woff") format("woff"), url("../fonts/SVN-GothamBook.ttf") format("truetype"), url("../fonts/SVN-GothamBook.svg#SVN-GothamBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bon Foyage";
  src: url("../fonts/BonFoyage-Regular.eot");
  src: url("../fonts/BonFoyage-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BonFoyage-Regular.woff2") format("woff2"), url("../fonts/BonFoyage-Regular.woff") format("woff"), url("../fonts/BonFoyage-Regular.ttf") format("truetype"), url("../fonts/BonFoyage-Regular.svg#BonFoyage-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #fff;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: "SVN-Gotham";
}

input, button {
  outline: none !important;
}

del {
  font-size: 12px;
  color: #999;
}

html {
  scroll-behavior: smooth;
}

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, legend,
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;
}

li {
  list-style: none;
}

/*======================================== end config =================================*/
.btn_gradient {
  background: linear-gradient(90deg, rgb(243, 186, 68) 0%, rgb(255, 246, 203) 49%, rgb(243, 186, 68) 99%);
  display: inline-block;
  padding: 8px 35px;
  font-weight: bold;
  color: #00738b;
  border-radius: 35px;
  transition: all 0.15s linear;
}
.btn_gradient:hover {
  color: #00738b;
  letter-spacing: 2px;
}

.body-news .header .navbar-collapse .navbar-nav .nav-item .nav-link, .body-gallery .header .navbar-collapse .navbar-nav .nav-item .nav-link, .body-phankhu .header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.blocker {
  z-index: 99999;
}

.w_100 {
  width: 100%;
}

.logo_pc img, .photo img {
  max-width: 100%;
}

.fz-10 {
  font-size: 10px;
}

.mw--100 {
  max-width: 900px;
  margin: auto;
}

@-webkit-keyframes animatedown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animatedown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header.fixed {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-animation: animatedown 0.6s;
  animation: animatedown 0.6s;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

[class^=clearfix] {
  clear: both;
  display: block;
}

.clearfix-60 {
  height: 60px;
}

.flex-reverse {
  flex-wrap: wrap-reverse;
}

.wrap-page-success {
  height: 100vh;
  background: url("../images/bien.jpg") no-repeat top center/cover;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.wrap-page-success h1 {
  font-weight: bold;
}
.wrap-page-success .text__success {
  margin: 30px auto;
  max-width: 800px;
}

.modal {
  background: url("../images/map.jpg") no-repeat center center/cover;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 575.98px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.radio-cus {
  color: #353840;
  font-size: 16px;
}
.radio-cus input {
  display: none;
}
.radio-cus .radio-mask {
  width: 20px;
  height: 20px;
  background: #FCFCFC;
  border: 2px solid rgba(111, 118, 126, 0.4);
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  position: relative;
}
.radio-cus .radio-mask:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #398F96;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  transition: all 0.1s linear;
  transform: scale(0);
}
.radio-cus input:checked ~ .radio-mask {
  border-color: #398F96;
}
.radio-cus input:checked ~ .radio-mask ~ * {
  color: #398F96;
}
.radio-cus input:checked ~ .radio-mask:before {
  transform: scale(1);
}

.check-cus {
  margin-bottom: 0;
  font-size: 16px;
}
.check-cus input {
  display: none;
}
.check-cus .check-mask {
  width: 20px;
  height: 20px;
  background: #FCFCFC;
  border: 2px solid rgba(111, 118, 126, 0.4);
  border-radius: 6px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  position: relative;
}
.check-cus .check-mask:before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.1s linear;
  transform: rotate(-45deg) scale(0);
  display: block;
}
.check-cus input:checked ~ .check-mask {
  border: 0;
  background: linear-gradient(91deg, #6EDAE3 4.57%, #AA9BF3 100%);
}
.check-cus input:checked ~ .check-mask:before {
  transform: rotate(-45deg) scale(1);
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

@media (min-width: 1367px) {
  .row-30 {
    margin: 0 -30px;
  }
  .pdd-30 {
    padding: 0 30px;
  }
}
.btn-no-ar:after {
  display: none;
}

.text-dark {
  color: #101828 !important;
}

.row-5 {
  margin: 0 -5px;
}

.pdd-5 {
  padding: 0 5px;
}

.inputCl {
  width: 100%;
}
.inputCl img {
  display: none;
}
.inputCl input {
  display: block;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  background: linear-gradient(180deg, #045084 0, rgba(4, 80, 132, 0.2) 69%, rgba(255, 255, 255, 0) 100%); /* W3C */
  transition: all 0.6s linear;
}
.header .logo img {
  max-width: 100%;
}
.header .btn_menu {
  cursor: pointer;
  position: relative;
}
.header .btn_menu.open svg path, .header .btn_menu.open svg rect {
  fill: #E5C78D;
}
.header .btn_menu ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  padding: 30px 0;
  display: none;
}
.header .btn_menu ul li {
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
}
.header .btn_menu ul li a {
  color: #E5C78D;
  transition: all 0.15s linear;
}
.header .btn_menu ul li a:hover {
  color: #8d6937;
}
@media (max-width: 1440px) {
  .header .logo img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-width: 180px;
  }
  .header .btn-menu ul li {
    font-size: 11px;
    padding: 5px 0;
  }
}

.home-banner {
  min-height: 100vh;
}
.home-banner video {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  display: block;
}
.home-banner .sound_video {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.home-banner .sound_video svg {
  width: 40px;
  height: 40px;
}
.home-banner .sound_video .on {
  display: none;
}
.home-banner .sound_video.on .on {
  display: block;
}
.home-banner .sound_video.on .off {
  display: none;
}
@media (max-width: 767px) {
  .home-banner .sound_video {
    bottom: 20px;
    right: 20px;
  }
  .home-banner .sound_video svg {
    width: 30px;
    height: 30px;
  }
}

.ctn_info {
  position: absolute;
  top: 10%;
  width: 100%;
}

.txt_info {
  text-align: center;
  max-width: 615px;
  float: right;
}
.txt_info img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
}
.txt_info img.doitac1 {
  max-width: 90%;
}
.txt_info img.doitac2 {
  max-width: 90%;
}
.txt_info h2 {
  color: #E5C78D;
  font-family: "Bon Foyage";
  font-size: 60px;
}
.txt_info h3 {
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.txt_info h3 span {
  color: #E5C78D;
  font-size: 35px;
}
.txt_info p {
  text-align: justify;
  font-size: 16px;
  font-family: "SVN-Gotham Book";
}
@media (max-width: 1600px) {
  .txt_info img.logo-tdg {
    width: 70px;
    margin-bottom: 20px !important;
  }
  .txt_info h2 {
    font-size: 50px;
  }
  .txt_info h2 img {
    width: 53px;
  }
  .txt_info h3 {
    font-size: 22px;
  }
  .txt_info p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .txt_info img.logo-tdg {
    width: 60px;
    margin-bottom: 20px !important;
  }
  .txt_info h2 {
    font-size: 40px;
  }
  .txt_info h2 img {
    width: 43px;
  }
  .txt_info h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .txt_info h3 span {
    font-size: 22px;
  }
  .txt_info p {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .txt_info h2 {
    font-size: 30px;
  }
  .txt_info h2 img {
    width: 33px;
  }
  .txt_info h3 {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .txt_info p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .txt_info img {
    width: 150px;
    margin: 0 auto 5px;
  }
  .txt_info img.doitac1 {
    width: 100%;
    max-width: 100%;
  }
  .txt_info img.doitac2 {
    width: 100%;
    max-width: 100%;
  }
  .txt_info img.line2 {
    width: 100px;
  }
  .txt_info img.img-daiduong {
    width: 270px;
  }
  .txt_info img.icon {
    width: 40px;
  }
  .txt_info img.logo-tdg {
    width: 55px;
  }
  .txt_info img.doitac {
    width: 100%;
  }
  .txt_info h2 {
    font-size: 33px;
  }
  .txt_info h2 img {
    width: 35px;
  }
  .txt_info h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .txt_info h3 span {
    font-size: 20px;
  }
  .txt_info h3 br {
    display: none;
  }
  .txt_info p {
    font-size: 11px;
  }
}

@media (max-width: 1440px) {
  .section0 .txt_info {
    max-width: 445px;
  }
  .section-map .mb-lg-5 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .ctn_info {
    top: auto;
    bottom: 0 !important;
    padding: 15px 0 30px;
    background: linear-gradient(0deg, #045084 0, rgba(4, 80, 132, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
  }
}
.btn_view {
  display: inline-block;
  background: #9E7D4E;
  border-radius: 5px;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.15s linear;
}
.btn_view img {
  width: 10px;
  display: inline-block;
  margin: 0 0 0 7px;
  transition: all 0.15s linear;
}
.btn_view:hover {
  color: #fff;
  background: #8d6937;
}
.btn_view:hover img {
  transform: translateX(3px);
}
@media (max-width: 991px) {
  .btn_view {
    padding: 7px 15px;
    font-size: 12px;
  }
}

.home-info2 .ctn_info {
  top: auto;
  bottom: 7%;
}
.home-info2 .ctn_info .txt_info {
  max-width: 700px;
  float: none;
  margin: auto;
}

.video-bn {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.img-fit-screen {
  height: 100vh;
  object-fit: cover;
}

.fp-watermark {
  display: none !important;
}

.maxw-400 {
  max-width: 400px !important;
}
@media (max-width: 1600px) {
  .maxw-400 {
    max-width: 300px !important;
  }
}
@media (max-width: 1440px) {
  .maxw-400 {
    max-width: 250px !important;
  }
}
@media (max-width: 1280px) {
  .maxw-400 {
    max-width: 200px !important;
  }
}

.maw-100 {
  max-width: 100% !important;
}

.color-main {
  color: #E5C78D !important;
}

.swiper-button-next, .swiper-button-prev {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}
.swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
  display: none;
}
@media (max-width: 991px) {
  .swiper-button-next img, .swiper-button-prev img {
    width: 20px !important;
  }
}

.list_dq {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.list_dq li {
  width: 300px;
  position: relative;
  flex-shrink: 0;
  margin: 0 40px;
}
.list_dq li .img-elip {
  width: 100%;
}
.list_dq li .img-light {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  margin: 0;
  max-width: inherit;
  animation: animName 10s linear infinite;
}
.list_dq li:nth-child(1), .list_dq li:nth-child(3) {
  transform: translateY(50px);
}
@media (max-width: 1600px) {
  .list_dq li {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .list_dq li {
    width: 180px;
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .list_dq li {
    width: 80px;
    margin: 0px 10px;
  }
  .list_dq li .img-light {
    top: 3px;
  }
}

@keyframes animName {
  0% {
    transform: rotate(0deg) scale(1.42);
  }
  100% {
    transform: rotate(360deg) scale(1.42);
  }
}
.swiper-dacquyen {
  overflow: inherit !important;
}

.sc-tdg {
  background: url("../images/bg4444.jpg") no-repeat center center/cover;
}

.line {
  max-width: 560px;
  height: 2px;
  border-top: 1px dashed #E5C78D;
  margin: 50px auto 80px;
}
@media (max-width: 1600px) {
  .line {
    margin: 30px auto 30px;
  }
}
@media (max-width: 991px) {
  .line {
    margin: 15px auto 20px;
  }
}

.map22 {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  width: 100%;
}
.map22 video {
  width: 100%;
  max-height: 100%;
}
.map22:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(180deg, #1301FE 0, #F4F60C 100%); /* W3C */
}
@media (max-width: 991px) {
  .map22 {
    width: 100%;
    height: 68%;
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width: 16000px) {
  .map22 {
    max-height: 120%;
  }
}

.section-contact {
  background: url("../images/bg4444.jpg") no-repeat center center/cover;
}

.title-contact {
  color: #fff;
  font-family: "Bon Foyage";
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .title-contact {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .title-contact {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .title-contact {
    font-size: 33px;
    margin-top: 40px;
  }
}

.contactForm {
  max-width: 550px;
  margin: auto;
}
.contactForm > img {
  display: block;
  max-width: 100%;
  margin: 0 auto 50px;
}
.contactForm input {
  border: 1px solid #E5C78D;
  border-radius: 6px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2) !important;
  text-align: center;
  color: #E5C78D !important;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactForm input::placeholder {
  text-align: center;
  color: #E5C78D;
}
.contactForm input:focus::placeholder {
  color: transparent;
}
.contactForm button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background: #9E7D4E;
  border-radius: 6px;
  text-transform: uppercase;
}
.contactForm button:hover {
  background: #bb9e66;
  color: #fff;
}
.contactForm .alert-submit {
  padding: 10px;
  border-radius: 15px;
}
.contactForm .alert-submit:empty {
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1600px) {
  .contactForm > img {
    width: 200px;
    margin: 0 auto 30px;
  }
  .contactForm input {
    font-size: 14px;
    border: 1px solid #fff;
    height: 55px;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .contactForm button {
    font-size: 14px;
    border: 1px solid #e5c78d;
    height: 55px;
    border-radius: 8px;
  }
  .contactForm .alert-submit {
    border-radius: 8px;
  }
}
@media (max-width: 1440px) {
  .contactForm {
    max-width: 400px;
  }
  .contactForm > img {
    width: 150px;
    margin: 0 auto 20px;
  }
  .contactForm input {
    font-size: 12px;
    border: 1px solid #fff;
    height: 34px;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .contactForm button {
    font-size: 12px;
    border: 1px solid #e5c78d;
    height: 34px;
    border-radius: 8px;
  }
  .contactForm .alert-submit {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .contactForm > img {
    width: 120px;
    margin: 0 auto 20px;
  }
  .contactForm input {
    font-size: 12px;
    border: 1px solid #fff;
    height: 34px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .contactForm button {
    font-size: 12px;
    border: 1px solid #e5c78d;
    height: 34px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .contactForm .alert-submit {
    border-radius: 8px;
  }
}

.patner {
  margin-top: 80px;
}
.patner ul {
  display: flex;
  justify-content: center;
  max-width: 850px;
  margin: auto;
}
.patner ul li {
  margin: 15px 30px;
  list-style: disc;
}
@media (max-width: 1600px) {
  .patner {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .patner {
    margin-top: 10px;
  }
  .patner ul {
    display: block;
  }
  .patner ul li {
    margin: 5px 20px;
    font-size: 13px;
  }
}

.hotline {
  text-align: center;
}
.hotline a {
  display: inline-block;
  padding: 10px 80px;
  color: #9E7D4E;
  border-radius: 6px;
  border: 1px solid #9E7D4E;
  transition: all 0.15s linear;
}
.hotline a:hover {
  color: #fff;
  background: #9E7D4E;
}
@media (max-width: 991px) {
  .hotline a {
    padding: 6px 20px;
  }
}
@media (max-width: 1440px) {
  .hotline.mt-lg-5 {
    margin-top: 20px !important;
  }
  .hotline.mt-lg-5 a {
    padding: 6px 60px;
  }
}

.fp-overflow {
  overflow-y: inherit !important;
}

#modalMap {
  background: url("../images/map.jpg") no-repeat center center/cover;
  box-shadow: none;
  text-align: left;
}

.section-camxuc {
  background: url("../images/bien.jpg") no-repeat center center/cover;
}
.section-camxuc .container-camxux {
  max-width: 1330px;
  padding-top: 5%;
}
.section-camxuc .title-cx {
  line-height: 1;
  font-family: "Bon Foyage";
  font-size: 48px;
  color: #E5C78D;
  text-align: center;
  margin-top: 15px;
}
.section-camxuc .title-cx img {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: -35px;
}
@media (max-width: 991px) {
  .section-camxuc .title-cx {
    font-size: 27px;
  }
}
@media (max-width: 1600px) {
  .section-camxuc .container-camxux {
    max-width: 1100px;
  }
  .section-camxuc .title-cx {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .section-camxuc .container-camxux {
    max-width: 900px;
  }
  .section-camxuc .title-cx {
    font-size: 28px;
  }
  .section-camxuc .title-cx img {
    width: 40px;
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .section-camxuc .title-cx {
    font-size: 18px;
  }
}

.card_cx {
  display: block;
  text-align: center;
  max-width: 385px;
  margin: auto;
  font-family: "Bon Foyage";
  font-size: 36px;
  line-height: 1;
  color: #E5C78D;
}
.card_cx img {
  width: 100%;
  display: block;
  transition: all 0.15s linear;
}
.card_cx span {
  transition: all 0.3s linear;
}
.card_cx:hover span {
  color: #9E7D4E;
}
.card_cx:hover img {
  transform: translateY(-20px);
}
@media (max-width: 1600px) {
  .card_cx {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .card_cx {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .card_cx {
    font-size: 16px;
  }
}

.jquery-modal {
  padding: 0;
  overflow: hidden;
}

.modal a.close-modal {
  background: url("../images/x.png") no-repeat center center/100% 100%;
  top: 5px;
  right: 5px;
}

.modal-dt {
  padding: 40px 15px;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: url("../images/bien.jpg") no-repeat center center/cover;
}
.modal-dt .txt_info {
  max-width: 900px;
  margin: auto;
}
@media (min-width: 992px) {
  .modal-dt a.close-modal {
    top: 70px;
    right: 70px;
  }
}

.section-contact-common {
  padding: 100px 0;
  background: url("../images/map.jpg") no-repeat center center/cover;
}
@media (max-width: 991px) {
  .section-contact-common {
    padding: 50px 0;
  }
}

.section-gal {
  padding: 80px 0;
  background: #fff;
}

.nav-tab-gal {
  border: 0;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav-tab-gal .nav-item {
  border: 0;
  padding: 0 30px;
  border-right: 1px solid #005B94;
}
.nav-tab-gal .nav-item:last-child {
  border-right: 0;
}
.nav-tab-gal .nav-item .nav-link {
  border: 0;
  border-radius: 3px;
  background: #005B94;
  color: #fff;
}
.nav-tab-gal .nav-item .nav-link.active {
  color: #fff;
  background: #9E7D4E;
}
@media (max-width: 992px) {
  .nav-tab-gal .nav-item {
    padding: 0 10px;
  }
  .nav-tab-gal .nav-item .nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
}

.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 2;
  border: 0;
  display: block;
  background: transparent;
  color: transparent;
  transform: translateY(-50%);
}
.slick-arrow.slick-prev {
  left: 0;
  background: url("../images/arleft.svg") no-repeat center center/100% 100%;
}
.slick-arrow.slick-next {
  right: 0;
  background: url("../images/arright.svg") no-repeat center center/100% 100%;
}
@media (max-width: 992px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

#modalMB {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  transition: all 0.3s linear;
}
#modalMB .zoomist-wrapper {
  background: none;
}
#modalMB .modal-close {
  background: url("../images/x.png") no-repeat center center/100% 100%;
  position: fixed;
  top: 60px;
  right: 60px;
  width: 30px;
  height: 30px;
  z-index: 9999999;
  cursor: pointer;
}
#modalMB .zoomist-zoomer {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  transform: translateX(-50%);
  border: 1px solid #fff;
}
#modalMB .zoomist-in-zoomer svg, #modalMB .zoomist-out-zoomer svg {
  fill: #fff;
}
#modalMB .zoomist-in-zoomer, #modalMB .zoomist-out-zoomer {
  background: rgba(0, 0, 0, 0.9);
  width: 45px;
  height: 30px;
}
#modalMB .zoomist-in-zoomer:hover, #modalMB .zoomist-out-zoomer:hover {
  background: rgba(0, 0, 0, 0.95);
}
#modalMB.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  #modalMB {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #modalMB .modal-close {
    top: 20px;
    right: 20px;
  }
}

#modalMB.modal-dt {
  background: transparent;
  padding: 0px 0 0 0;
}
#modalMB.modal-dt .zoomist-wrapper {
  background: none;
}
#modalMB.modal-dt .img_mb_detail {
  max-height: 100%;
  display: block;
  margin: auto;
}
#modalMB.modal-dt a.close-modal {
  position: fixed;
  z-index: 999999;
}

.bg-mb {
  background: url("../images/mbbg.jpg") no-repeat center center/cover;
}
.bg-mb .wrap_svg {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bg-mb {
    background: url("../images/mbbg.jpg") no-repeat center center/100%, url("../images/map.jpg") no-repeat center center/cover;
  }
}

.svg-mb svg {
  width: 100%;
  height: 100%;
  transform: scaleX(1.135) scaleY(1.135);
}
.svg-mb svg g[data-name=g5] {
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.25s linear;
}
.svg-mb svg g[data-name=g5] > g {
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.25s linear;
}
.svg-mb svg g[data-name=g5] > g:hover {
  cursor: pointer;
  transform: scale(1.5);
}
@media (max-width: 1600px) {
  .svg-mb svg {
    transform: scaleX(1.165) scaleY(1.165);
  }
}
@media (max-width: 1366px) {
  .svg-mb svg {
    transform: scaleX(1.197) scaleY(1.195);
  }
}
@media (max-width: 1280px) {
  .svg-mb svg {
    transform: scaleX(1.22) scaleY(1.22);
  }
}

.fp-viewing-mat-bang-villa .header {
  transition-delay: 1.2s;
  visibility: hidden;
  transform: translateY(-100%);
}

.content-above {
  padding: 50px;
  background-color: #f0f0f0;
  text-align: center;
  height: 1000px;
}

.timeline-container {
  position: relative;
  width: 50px;
  margin: 0 auto;
  padding: 0 20px;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline:before {
  content: "";
  width: 4px;
  background: #dddddd;
  position: absolute;
  top: 0px;
  left: 3px;
  height: 100%;
}

.timeline-item {
  padding: 40px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.timeline-item:first-child {
  padding: 0px 0 40px;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.25s ease;
}

.timeline-item.active::after {
  background-color: #3498db;
}

.timeline-content {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 30px;
  width: 200px;
  text-align: left;
  color: #000;
  border: 1px solid #000;
  height: 500px;
}

.timeline-progress {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background-color: #3498db;
  z-index: 1;
  transition: height 0.25s ease;
}

.back_home {
  position: absolute;
  top: 150px;
  right: 100px;
}
@media (max-width: 767px) {
  .back_home {
    top: 60px;
    right: 10px;
  }
  .back_home img {
    width: 20px;
  }
}

.h-ft-fl {
  min-height: 100vh;
}

.home-banner {
  overflow: hidden;
}
.home-banner .fp-overflow {
  height: 100%;
}

.wrap-video {
  height: 100%;
  overflow: hidden;
}

.youtube-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  pointer-events: none;
}

.youtube-video .ytb-pc {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.youtube-video .ytb-mb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.player-vid svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  display: block;
}

.player-vid {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 9;
  cursor: pointer;
}
.player-vid .btn-player {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-vid .pause-icon {
  display: none;
}
.player-vid .play-icon {
  display: block;
}
.player-vid.play .btn-player {
  opacity: 0;
}
.player-vid.play .pause-icon {
  display: block;
}
.player-vid.play .play-icon {
  display: none;
}

.lazy-load-svg {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lazy-load-svg:not(:empty) {
  opacity: 1;
}

.bg-sc-1 {
  background: url("../images/img2.jpg") no-repeat center center/cover;
}

.bg-sc-2 {
  background: url("../images/img3.jpg") no-repeat center center/cover;
}

.bg-sc-3 {
  background: url("../images/map.jpg") no-repeat center center/cover;
}

.bg-sc-4 {
  background: url("../images/img5.jpg") no-repeat center center/cover;
}

.bg-sc-5 {
  background: url("../images/bien.jpg") no-repeat center center/cover;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*# sourceMappingURL=style.css.map */
