/*======================================== 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%;
}

@keyframes light-ani {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.section-1 {
  height: 100vh;
  position: relative;
  background: url("../images/coibg.png") no-repeat center center/100%, url("../images/bgpolaris.jpg") no-repeat center center/cover;
}
.section-1 .coin {
  max-height: 100%;
  position: absolute;
  max-width: 100%;
  opacity: 0;
  left: 18%;
  top: 50%;
  transform: scale(0) translateY(-50%);
  animation: zoom-ani 1.5s forwards;
}
.section-1 .txt {
  position: absolute;
  top: 46%;
  left: 17%;
  transform: translateY(-50%);
}
.section-1 .chuky {
  position: absolute;
  bottom: 8%;
  right: 14%;
  width: 18%;
  animation: float-animation 4s ease-in-out infinite;
}
.section-1 video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
.section-1 .sound_video {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.section-1 .sound_video svg {
  width: 40px;
  height: 40px;
}
.section-1 .sound_video .on {
  display: none;
}
.section-1 .sound_video.on .on {
  display: block;
}
.section-1 .sound_video.on .off {
  display: none;
}
@media (max-width: 767px) {
  .section-1 .sound_video svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .section-1 {
    background: url("../images/bg22.jpg") no-repeat center center/cover;
  }
  .section-1 .sao-r {
    width: 15%;
  }
  .section-1 .sao-l {
    width: 15%;
    top: 70%;
  }
  .section-1 .chuky {
    bottom: 3%;
    right: 3%;
    width: 45%;
  }
  .section-1 video {
    object-fit: contain;
    object-position: center center;
  }
}

.sectionkv {
  background: url("../images/kv.jpg") no-repeat center center/cover;
}
.sectionkv .titlekv {
  position: absolute;
  width: 25%;
  right: 16%;
  top: 12%;
}
.sectionkv .sao-r {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 5.7%;
  animation: light-ani 0.7s linear infinite;
}
.sectionkv .sao-l {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 6.3%;
  animation: light-ani 0.7s 0.5s linear infinite;
}
@media (max-width: 767px) {
  .sectionkv .sao-r {
    width: 15%;
  }
  .sectionkv .sao-l {
    width: 15%;
    top: 70%;
  }
  .sectionkv .titlekv {
    width: 45%;
    right: 2%;
    top: 13%;
  }
}

@keyframes light-ani {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.section-contact {
  min-height: 100vh;
  background: url("../images/bg22.jpg") no-repeat center center/cover;
  padding: 30px 0;
}
.section-contact .sao-r {
  position: absolute;
  top: 8%;
  right: 12%;
  width: 5.7%;
  animation: light-ani 0.7s linear infinite;
}
@media (max-width: 1366px) {
  .section-contact .sao-r {
    right: 8%;
  }
}
.section-contact .sao-l {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 6.3%;
  animation: light-ani 0.7s 0.5s linear infinite;
}
@media (max-width: 1366px) {
  .section-contact .sao-l {
    left: 7%;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.contactForm {
  font-family: "SVN-Gotham";
  max-width: 710px;
  margin: auto;
  border: 1px solid #494482;
  padding: 80px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contactForm > img {
  display: block;
  width: 70%;
  max-width: 100%;
  margin: 0 0 70px;
}
@media (max-width: 1366px) {
  .contactForm > img {
    margin: 0 0 40px;
  }
}
.contactForm input {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 40px;
  color: #fff !important;
  margin-bottom: 30px;
  background: rgba(73, 68, 130, 0.31) !important;
  font-size: 14px;
}
.contactForm input::placeholder {
  color: #fff;
}
.contactForm input:focus::placeholder {
  color: transparent;
}
@media (max-width: 1366px) {
  .contactForm input {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactForm input {
    margin-bottom: 15px;
    font-size: 13px;
    height: 32px;
  }
}
.contactForm button {
  height: 40px;
  width: 100%;
  color: #E570A3;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  background: #494482;
  text-align: left;
  font-size: 14px;
}
.contactForm button:hover {
  background: #231d69;
  color: #fff;
}
@media (max-width: 767px) {
  .contactForm button {
    height: 32px;
  }
}
.contactForm .alert-submit {
  padding: 10px;
  border-radius: 8px;
}
.contactForm .alert-submit:empty {
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1440px) {
  .contactForm {
    padding: 40px;
  }
  .contactForm > img {
    margin: 0 0 40px;
  }
}
@media (max-width: 1440px) {
  .contactForm {
    padding: 20px;
  }
  .contactForm > img {
    margin: 0 auto 20px;
  }
}

.patner {
  max-width: 600px;
  margin: 40px auto 0;
  font-family: "SVN-Gotham";
}
@media (max-width: 767px) {
  .patner {
    margin: 0px auto 0;
  }
}
.patner .logo {
  width: 47%;
}
@media (max-width: 767px) {
  .patner .logo {
    width: 125px;
    margin: auto;
    display: block;
    max-width: 100%;
  }
}
.patner ul {
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
}
.patner ul li {
  font-size: 14px;
  color: #494482;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .patner ul {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .patner ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .patner ul li {
    font-size: 13px;
    margin-top: 8px;
  }
}
.patner p {
  font-weight: bold;
}
.patner p b {
  font-size: 18px;
}

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

.social-poralis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #494482;
}
.social-poralis a {
  display: flex;
  align-items: center;
  color: #494482;
  font-weight: bold;
  font-size: 12px;
}
.social-poralis a span {
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .social-poralis {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(229, 112, 163, 0.375) 0%, rgba(233, 179, 210, 0.375) 100%);
}
@media only screen and (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
}
.header .logo img {
  max-width: 100%;
}
.header .logo .logo-colapse {
  display: block;
}
@media only screen and (max-width: 576px) {
  .header .logo .logo-colapse {
    height: 50px;
  }
}
.header .logo .logo-expand {
  display: none;
}
@media only screen and (max-width: 576px) {
  .header .logo .logo-expand {
    height: 50px;
  }
}
.header .btn-close {
  display: none;
}
.header.open {
  background: #494482;
  padding: 1px 0;
}
@media only screen and (max-width: 991px) {
  .header.open {
    padding: 4px 0;
  }
}
@media only screen and (max-width: 576px) {
  .header.open {
    padding: 10px 0;
  }
}
.header.open .logo .logo-colapse {
  display: none;
}
.header.open .logo .logo-expand {
  display: block;
}
.header.open .btn-close {
  display: block;
}
@media only screen and (max-width: 576px) {
  .header.open .btn-close img {
    height: 20px;
  }
}
.header.open .menuMain {
  position: fixed;
  top: 90px;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  right: unset;
  z-index: 9;
  background: #494482;
}
@media only screen and (max-width: 1440px) {
  .header.open .menuMain {
    top: 86px;
  }
}
@media only screen and (max-width: 991px) {
  .header.open .menuMain {
    top: 68px;
  }
}
@media only screen and (max-width: 576px) {
  .header.open .menuMain {
    top: 69px;
  }
}
.header.open .btn_menu ul li {
  text-align: center;
}
.header.open .btn_menu ul li a {
  color: #E570A3;
  padding: 19px 15px;
}
.header.open .btn_menu ul li a:hover {
  color: #d32872;
}
.header .btn_menu {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .header .btn_menu svg {
    height: 30px;
  }
}
.header .btn_menu.open svg {
  display: none;
}
.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;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .header .btn_menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .header .btn_menu ul li a {
    font-size: 16px;
  }
}
.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%;
  }
}

.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 .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: 100vh;
  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/tongthe.jpg") no-repeat center center/cover;
}
.bg-sc-1 .txt_info {
  background: url("../images/frame.png") no-repeat center top/100%;
  width: 490px;
  height: 320px;
  padding: 80px 80px;
}
.bg-sc-1 .info_duan {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  background: linear-gradient(0deg, rgba(73, 68, 129, 0.6901960784) 0, rgba(255, 255, 255, 0) 100%);
}
.bg-sc-1 .info_duan ul {
  display: flex;
  flex-wrap: wrap;
}
.bg-sc-1 .info_duan ul li {
  width: 45%;
  font-family: "SVN-Gotham Book";
  font-size: 16px;
  padding: 5px 0;
}
.bg-sc-1 .info_duan ul li:nth-child(even) {
  width: 55%;
}
.bg-sc-1 .info_duan ul li img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.bg-sc-1 .info_duan ul li b {
  font-family: "SVN-Gotham";
}
.bg-sc-1 .info_duan a {
  color: #E570A3;
  text-transform: uppercase;
  border: 1px solid;
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  transition: all 0.15s linear;
}
.bg-sc-1 .info_duan a:hover {
  color: #fff;
  background: #E570A3;
  border-color: #E570A3;
}
@media (max-width: 1600px) {
  .bg-sc-1 .info_duan {
    padding: 20px 0;
  }
  .bg-sc-1 .info_duan ul li {
    font-size: 13px;
  }
  .bg-sc-1 .info_duan ul li img {
    width: 15px;
  }
  .bg-sc-1 .info_duan a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bg-sc-1 .info_duan ul li {
    font-size: 11px;
  }
  .bg-sc-1 .info_duan ul li img {
    width: 15px;
  }
}
@media (max-width: 991px) {
  .bg-sc-1 .ctn_info {
    top: 60px;
    bottom: auto !important;
    background: transparent;
    width: 330px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .bg-sc-1 .ctn_info .txt_info {
    width: 100%;
    padding: 35px 45px;
    height: 200px;
  }
  .bg-sc-1 .info_duan {
    padding: 20px 0;
    background: linear-gradient(0deg, rgba(73, 68, 129, 0.6901960784) 66%, rgba(255, 255, 255, 0) 100%);
  }
  .bg-sc-1 .info_duan ul {
    display: block;
    margin-bottom: 10px;
  }
  .bg-sc-1 .info_duan ul li {
    width: 100% !important;
    font-size: 11px;
    padding: 3px 0;
  }
  .bg-sc-1 .info_duan ul li img {
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 13px;
  }
  .bg-sc-1 .info_duan a {
    font-size: 11px;
  }
  .bg-sc-1 .info_duan a br {
    display: none;
  }
}

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

.bg-sc-3 {
  background: #E9B3D2 url("../images/bgmaphong.jpg") no-repeat right top/80%;
}
.bg-sc-3 .txt_info p {
  color: #494482;
}
@media (max-width: 1440px) {
  .bg-sc-3 .img-line {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .bg-sc-3 {
    background: #E9B3D2 url("../images/bgmaphong.jpg") no-repeat right top/150%;
  }
}

.bg-sc-4 {
  background: url("../images/bghong.jpg") no-repeat center center/cover;
}
.bg-sc-4 h2 {
  text-align: center;
  margin-bottom: -10%;
}
.bg-sc-4 h2 img {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  .bg-sc-4 h2 {
    margin-bottom: 0;
  }
}
.bg-sc-4 .one_li {
  justify-content: center;
  display: flex;
}
.bg-sc-4 .one_li li img {
  max-width: 100%;
  display: block;
  margin: auto;
  transition: all 0.15s linear;
}
.bg-sc-4 .one_li li:nth-child(1) {
  width: 30%;
}
.bg-sc-4 .one_li li:nth-child(2) {
  width: 30%;
}
.bg-sc-4 .one_li li:nth-child(3) {
  width: 30%;
}
@media (max-width: 1600px) {
  .bg-sc-4 h2 img {
    width: 30%;
  }
  .bg-sc-4 .one_li {
    justify-content: center;
    display: flex;
  }
  .bg-sc-4 .one_li li:nth-child(1) {
    width: 22%;
  }
  .bg-sc-4 .one_li li:nth-child(2) {
    width: 22%;
  }
  .bg-sc-4 .one_li li:nth-child(3) {
    width: 22%;
  }
}

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

.section-seasons {
  background: url("../images/bg-reason.png") no-repeat center center;
  background-size: cover;
  padding-top: 200px;
  display: block;
}
@media only screen and (max-width: 1366px) {
  .section-seasons {
    background-size: cover;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .section-seasons {
    padding-top: 95px;
  }
}

.container-cs-top, .container-cs-bot {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.item-reason {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  .item-reason {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .item-reason {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
}
.item-reason img {
  margin-bottom: 15px;
  width: 47px;
}
@media only screen and (max-width: 1280px) {
  .item-reason img {
    width: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .item-reason img {
    width: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .item-reason img {
    width: 40px;
    margin-right: 15px;
    padding-top: 5px;
  }
}
.item-reason .title-reason {
  color: #494482;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
}
@media only screen and (max-width: 1366px) {
  .item-reason .title-reason {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .item-reason .title-reason {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .item-reason .title-reason br {
    display: none;
  }
}
.item-reason .txt-reason {
  font-family: "SVN-Gotham Book";
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  .item-reason .txt-reason {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .item-reason .txt-reason {
    font-size: 13px;
  }
}

.container-cs-top .item-reason {
  padding: 0 15px;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .container-cs-top .item-reason {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.container-cs-top .title-reason {
  min-height: 45px;
}
@media only screen and (max-width: 991px) {
  .container-cs-top .title-reason {
    min-height: 59px;
  }
}
@media only screen and (max-width: 576px) {
  .container-cs-top .title-reason {
    min-height: auto;
  }
}

.container-cs-bot .item-reason {
  padding: 0 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .container-cs-bot .item-reason {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container-cs-bot .txt-reason br {
    display: none;
  }
}

.row-cs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 1366px) {
  .icon-reason img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .icon-reason img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-reason {
    text-align: center;
    margin-bottom: 15px;
  }
  .icon-reason img {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .icon-reason img {
    width: 45%;
  }
}

.section-library {
  background: url("../images/bg-library.png");
  background-size: cover;
  padding-top: 120px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .section-library {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 1366px) {
  .section-library {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .section-library {
    padding-top: 88px;
  }
}

.head-library {
  text-align: center;
  font-size: 32px;
  text-shadow: rgb(73, 68, 130) 1px 0px 0px, rgb(73, 68, 130) 0.540302px 0.841471px 0px, rgb(73, 68, 130) -0.416147px 0.909297px 0px, rgb(73, 68, 130) -0.989992px 0.14112px 0px, rgb(73, 68, 130) -0.653644px -0.756802px 0px, rgb(73, 68, 130) 0.283662px -0.958924px 0px, rgb(73, 68, 130) 0.96017px -0.279415px 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .head-library {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .head-library {
    font-size: 28px;
    text-shadow: rgb(73, 68, 130) 1px 0px 0px, rgb(73, 68, 130) 0.540302px 0.841471px 0px, rgb(73, 68, 130) -0.416147px 0.909297px 0px, rgb(73, 68, 130) -0.989992px 0.14112px 0px, rgb(73, 68, 130) -0.653644px -0.756802px 0px, rgb(73, 68, 130) 0.283662px -0.958924px 0px, rgb(73, 68, 130) 0.96017px -0.279415px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .head-library {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .head-library {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.sub-library {
  font-size: 28px;
  text-align: center;
  color: #494482;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .sub-library {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .sub-library {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-library {
    font-size: 19px;
  }
}
@media only screen and (max-width: 576px) {
  .sub-library {
    font-size: 16px;
  }
}

.container-pc {
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .container-pc {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1366px) {
  .container-pc {
    max-width: 880px;
  }
}
@media (max-width: 1199px) {
  .container-pc {
    max-width: 770px;
  }
}
@media only screen and (max-width: 991px) {
  .container-pc {
    max-width: 720px;
    padding: 0 15px;
  }
}

.row-pc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px 45px -45px;
}
@media only screen and (max-width: 1440px) {
  .row-pc {
    margin: 0 -40px 35px -40px;
  }
}
@media only screen and (max-width: 1366px) {
  .row-pc {
    margin: 0 -40px 23px -40px;
  }
}
@media only screen and (max-width: 991px) {
  .row-pc {
    margin: 0 -15px 23px -15px;
  }
}

.col-item {
  padding: 0 40px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .col-item {
    padding: 0 15px;
  }
}

.box-library {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1366px) {
  .box-library {
    margin-bottom: 15px;
  }
}
.box-library:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.box-library img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.box-library:hover {
  cursor: pointer;
}
.box-library:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.btn-detail {
  border: 1px solid #494481;
  color: #494481 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 13px;
  background: #ffd9fd;
  transition: 0.3s ease-out;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .btn-detail {
    font-size: 12px;
    height: 28px;
  }
}
.btn-detail span {
  position: relative;
}
.btn-detail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
  background-color: #FBF1FC;
}
.btn-detail img {
  width: 13px;
  margin-left: 8px;
  vertical-align: middle;
}
.btn-detail:hover:before {
  width: 0%;
}

.title-library {
  font-size: 20px;
  text-transform: uppercase;
  color: #494481;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1366px) {
  .title-library {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .title-library {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .title-library {
    font-size: 14px;
  }
}
@media (max-width: 413px) {
  .title-library {
    font-size: 13px;
  }
}

.foot-library {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-libra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-libra a {
  display: block;
  min-width: 120px;
  border: 1px solid #494481;
  text-align: center;
  color: #494481;
  transition: all 0.2s ease;
  border-right: none;
  padding: 3px 0;
  background: #ffd9fd;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .link-libra a {
    padding: 2px 0;
  }
}
@media (max-width: 413px) {
  .link-libra a {
    min-width: 100px;
  }
}
.link-libra a span {
  position: relative;
}
.link-libra a:last-child {
  border-right: 1px solid #494481;
}
.link-libra a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
  background-color: #FBF1FC;
}
.link-libra a:hover:before {
  height: 0%;
}

.section-libmain {
  background: url("../images/bg-lib.png");
  background-size: cover;
}

.head-lib {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-shadow: -1px 1px 1px #f157cb;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .head-lib {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.row-lib {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .row-lib {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 576px) {
  .row-lib {
    margin: 0 -10px;
  }
}

.col-lib {
  padding: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .col-lib {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .col-lib {
    padding: 0 10px;
  }
}

.btn-viewdl {
  border: 1px solid #494481;
  color: #494481;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 13px;
  background: #E570A3;
  transition: 0.3s ease-out;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .btn-viewdl {
    font-size: 12px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-viewdl {
    height: 24px;
  }
}
.btn-viewdl span {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .btn-viewdl span {
    font-size: 11px;
  }
}
.btn-viewdl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
  background-color: #F0B0EA;
}
.btn-viewdl img {
  width: 13px;
  margin-left: 8px;
  vertical-align: middle;
}
.btn-viewdl:hover {
  color: #fff;
  border-color: #F0B0EA;
}
.btn-viewdl:hover img {
  filter: brightness(0) invert(1);
}
.btn-viewdl:hover:before {
  width: 0%;
}

.img-lib {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .img-lib {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.img-lib::before {
  content: "";
  display: block;
  padding-bottom: 64.98%;
}
.img-lib img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}
.img-lib:hover {
  cursor: pointer;
}
.img-lib:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.box-lib {
  display: flex;
  align-items: flex-end;
}
.box-lib .img-lib {
  width: 55%;
}
.box-lib .text-lib {
  padding: 0 15px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .box-lib .text-lib {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-lib {
    display: block;
  }
  .box-lib .img-lib {
    width: 100%;
  }
}

.title-lib {
  color: #494481;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .title-lib {
    font-size: 19px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .title-lib {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .title-lib {
    font-size: 14px;
  }
}

.fancybox-bg {
  background: #fff;
}

.fancybox-navigation .fancybox-button:last-child div {
  background: url("../images/icon-angle-right.svg") no-repeat;
}
.fancybox-navigation .fancybox-button:last-child div svg {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .fancybox-navigation .fancybox-button:last-child div {
    background-size: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .fancybox-navigation .fancybox-button:last-child div {
    background-size: 65%;
  }
}

.fancybox-navigation .fancybox-button:first-child div {
  background: url("../images/icon-angle-left.svg") no-repeat;
}
.fancybox-navigation .fancybox-button:first-child div svg {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .fancybox-navigation .fancybox-button:first-child div {
    background-size: 80%;
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 30px;
}
@media only screen and (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0px;
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 30px;
}
@media only screen and (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0px;
  }
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #494481;
}

.fancybox-button {
  background: transparent;
}
.fancybox-button svg {
  transform: scale(1);
  transition: all 0.2s ease;
}
.fancybox-button:hover {
  color: #494481;
}
.fancybox-button:hover svg {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0.6;
}

.section-flat {
  background: url("../images/bg-flat.png");
  background-size: cover;
  position: relative;
}

.block-btn-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1366px) {
  .block-btn-flat {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .block-btn-flat {
    margin-bottom: 15px;
  }
}
.block-btn-flat a {
  display: block;
  min-width: 170px;
  border: 1px solid #494481;
  text-align: center;
  transition: all 0.2s ease;
  border-right: none;
  padding: 3px 10px;
  background: transparent;
  color: #494481;
  position: relative;
  text-transform: uppercase;
}
.block-btn-flat a.active, .block-btn-flat a:hover {
  background: #E570A3;
  color: #fff;
  border-color: #E570A3;
}
.block-btn-flat a.active::before, .block-btn-flat a:hover::before {
  height: 0%;
}
@media only screen and (max-width: 1366px) {
  .block-btn-flat a {
    padding: 2px 0;
  }
}
@media only screen and (max-width: 576px) {
  .block-btn-flat a {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
}
.block-btn-flat a span {
  position: relative;
}
.block-btn-flat a:last-child {
  border-right: 1px solid #494481;
}
.block-btn-flat a:last-child.active, .block-btn-flat a:last-child:hover {
  border-color: #E570A3;
}
.block-btn-flat a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
  background-color: #FBF1FC;
}
.block-btn-flat a:hover:before {
  height: 0%;
}

.title-flat {
  font-size: 30px;
  color: #494481;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .title-flat {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .title-flat {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .title-flat {
    font-size: 20px;
  }
}

.swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets, .swiper-flat-block .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-flat-block .swiper-pagination-custom, .swiper-flat-block .swiper-pagination-fraction {
  text-align: center;
}
.swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-flat-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-flex;
  height: auto;
  margin: 0 !important;
  text-align: center;
  width: unset;
  background: transparent;
  color: #9283BE;
  font-size: 16px;
  border-radius: 0;
}
@media only screen and (max-width: 1366px) {
  .swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-flat-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.swiper-flat-block .swiper-wrapper {
  padding-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .swiper-flat-block .swiper-wrapper {
    padding-bottom: 103px;
  }
}
@media only screen and (max-width: 576px) {
  .swiper-flat-block .swiper-wrapper {
    padding-bottom: 126px;
  }
}
.swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-flat-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  color: #494481;
}
.swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets, .swiper-flat-block .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-flat-block .swiper-pagination-custom, .swiper-flat-block .swiper-pagination-fraction {
  bottom: 7px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .swiper-flat-block .swiper-horizontal > .swiper-pagination-bullets, .swiper-flat-block .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-flat-block .swiper-pagination-custom, .swiper-flat-block .swiper-pagination-fraction {
    bottom: 3px;
  }
}
.swiper-flat-block span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 24px !important;
}
@media only screen and (max-width: 1600px) {
  .swiper-flat-block span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .swiper-flat-block span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-flat-block span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 16px !important;
  }
}
.swiper-flat-block .swiper-button-prev, .swiper-flat-block .swiper-button-next {
  top: unset;
  bottom: 54px;
  height: unset;
  color: #494481;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
.swiper-flat-block .swiper-button-prev:hover, .swiper-flat-block .swiper-button-next:hover {
  color: #635cb6;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .swiper-flat-block .swiper-button-prev, .swiper-flat-block .swiper-button-next {
    font-size: 12px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .swiper-flat-block .swiper-button-prev, .swiper-flat-block .swiper-button-next {
    bottom: 101px;
    font-size: 13px;
  }
}
.swiper-flat-block .swiper-button-next img {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .swiper-flat-block .swiper-button-next img {
    width: 15px !important;
    margin-left: 7px;
  }
}
.swiper-flat-block .swiper-button-next:hover img {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.swiper-flat-block .swiper-button-prev img {
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .swiper-flat-block .swiper-button-prev img {
    width: 15px !important;
    margin-right: 7px;
  }
}
.swiper-flat-block .swiper-button-prev:hover img {
  transform: translateX(-5px);
  transition: all 0.3s ease-in-out;
}

.box-flat {
  position: relative;
  overflow: hidden;
  display: block;
}
.box-flat:before {
  content: "";
  display: block;
  padding-bottom: 34.61%;
}
.box-flat img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}

.block-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9EFFC;
  background-size: cover;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.block-popup.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

main.open {
  z-index: 9;
}

.btn-close-bl {
  display: inline-block;
  position: absolute;
  top: 10%;
  right: 9%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .btn-close-bl {
    top: 12px;
    right: 5%;
  }
  .btn-close-bl img {
    width: 15px;
  }
}

.area-popup {
  height: 100%;
  padding: 98px 0;
}
@media only screen and (max-width: 991px) {
  .area-popup {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .area-popup {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .area-popup {
    padding: 45px 0 10px;
  }
}
.area-popup .container {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .area-popup .container {
    height: auto;
  }
}

.head-popup .block-btn-flat {
  justify-content: flex-start;
}

.row-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  height: calc(100% - 70px);
}

.col-popup-40 {
  padding: 0 15px;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .col-popup-40 {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
}

.col-popup-60 {
  padding: 0 15px;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .col-popup-60 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.popup-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .popup-left {
    display: block;
    height: auto;
  }
}
.popup-left .title-popup {
  font-size: 32px;
  font-weight: 700;
  padding-top: 40px;
  color: #494481;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .popup-left .title-popup {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-left .title-popup {
    font-size: 24px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-left .title-popup {
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .popup-left .title-popup br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .popup-left .title-popup {
    font-size: 18px;
  }
}
.popup-left .bot-popup {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .popup-left .bot-popup {
    padding-bottom: 0px;
  }
}
.popup-left .txt-popup {
  font-weight: 700;
  font-size: 24px;
  color: #F89F80;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.popup-left .txt-popup.pink-color {
  color: #F6A9CA;
}
.popup-left .txt-popup.blue-color {
  color: #4FB0D8;
}
.popup-left .txt-popup.lightblue-color {
  color: #B1D6ED;
}
@media only screen and (max-width: 1199px) {
  .popup-left .txt-popup {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-left .txt-popup {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-left .txt-popup {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .popup-left .txt-popup br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .popup-left .txt-popup {
    font-size: 14px;
  }
}
.popup-left .sub-popup {
  color: #6b6b6b;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .popup-left .sub-popup {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-left .sub-popup {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .popup-left .sub-popup {
    font-size: 13px;
  }
}

.box-popup {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
}
.box-popup img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .box-popup img {
    height: auto;
  }
}

.bottom-popup .block-btn-flat {
  justify-content: flex-start;
}
@media only screen and (max-width: 576px) {
  .bottom-popup .block-btn-flat {
    display: block;
  }
}
.bottom-popup .block-btn-flat select {
  display: block;
  min-width: 170px;
  border: 1px solid #494481;
  text-align: center;
  transition: all 0.2s ease;
  padding: 3px 10px;
  color: #494481;
  position: relative;
  text-transform: uppercase;
  height: 29px;
  background: #FBF1FC;
  cursor: pointer;
}
.bottom-popup .block-btn-flat select:focus-visible {
  border: 1px solid #494481;
  outline: none;
}
.bottom-popup .block-btn-flat select.active {
  background: #FFD9FD;
}
@media only screen and (max-width: 1366px) {
  .bottom-popup .block-btn-flat a {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-popup .block-btn-flat a {
    width: auto;
    font-size: 10px;
  }
  .bottom-popup .block-btn-flat select {
    font-size: 10px;
    height: 23px;
  }
}
@media only screen and (max-width: 576px) {
  .bottom-popup .block-btn-flat a {
    margin-bottom: 5px;
    border-right: 1px solid #494481;
  }
  .bottom-popup .block-btn-flat select {
    width: 100%;
  }
}

.icon-flicker {
  position: absolute;
  top: 13%;
  left: 1%;
  animation-name: blink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 576px) {
  .icon-flicker {
    right: 3%;
    left: auto;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section-flat .icon-flicker, .section-library .icon-flicker {
  top: 16%;
  left: 8%;
}
@media only screen and (max-width: 1600px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    left: 9%;
  }
}
@media only screen and (max-width: 1440px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    left: 5%;
  }
}
@media only screen and (max-width: 1366px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    left: 9%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    left: 9%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    top: 18%;
    left: 3%;
    width: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    top: 16%;
    left: 6%;
    width: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .section-flat .icon-flicker, .section-library .icon-flicker {
    top: 121px;
    left: 14px;
    width: 35px;
  }
}
.section-flat .icon-compass, .section-library .icon-compass {
  position: absolute;
  top: 16%;
  right: 8%;
}
@media only screen and (max-width: 1600px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    right: 9%;
  }
}
@media only screen and (max-width: 1440px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    right: 5%;
  }
}
@media only screen and (max-width: 1366px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    right: 9%;
  }
}
@media only screen and (max-width: 1280px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    right: 9%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    top: 18%;
    right: 3%;
    width: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    top: 16%;
    right: 6%;
    width: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .section-flat .icon-compass, .section-library .icon-compass {
    top: 126px;
    right: 14px;
    width: 35px;
  }
}

.section-library .icon-flicker {
  top: 13%;
}

@media (max-width: 1440px) {
  .swiper-flat-block {
    width: 90%;
    margin: auto;
  }
}
/*!
 * 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 */
