/*======================================== config =================================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*: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: #fff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #666666;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

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

@media (min-width: 1440px) {
  .container {
    max-width: 1330px;
  }
}
@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-top {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #1d3278 0, rgba(255, 255, 255, 0) 50%); /* W3C */
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header-top .lang {
  width: 110px;
  color: #fff;
}
.header-top a {
  color: #fff;
  margin: 0 4px;
}
@media (max-width: 1600px) {
  .header-top .logo img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .header-top .logo img {
    width: 40px;
  }
}
.header-top .toggle_menu {
  width: 110px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  color: #fff;
  text-align: right;
}
.header-top .toggle_menu button {
  outline: none;
  display: inline-flex;
  border: 0;
  text-align: right;
  flex-direction: column;
  align-items: end;
  background: transparent;
  vertical-align: middle;
  margin-left: 5px;
}
.header-top .toggle_menu button span {
  width: 33px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  transition: all 0.2s linear;
  transform-origin: center center;
}
.header-top .toggle_menu button span:last-child {
  width: 20px;
  margin: 0;
}
.header-top .toggle_menu.open {
  color: transparent;
}
.header-top .toggle_menu.open button span:nth-child(1) {
  transform: rotate(45deg) translate(11px, 11px);
}
.header-top .toggle_menu.open button span:nth-child(2) {
  opacity: 0;
}
.header-top .toggle_menu.open button span:last-child {
  width: 33px;
  transform: rotate(-45deg);
}
@media (max-width: 1440px) {
  .header-top {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .header-top {
    padding: 5px 10px;
    align-items: center;
    background: #1d3278;
  }
  .header-top .lang {
    font-size: 14px;
  }
  .header-top .logo img {
    width: 40px;
  }
  .header-top .toggle_menu {
    font-size: 14px;
  }
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 30px;
  background: #1c3177 url("../images/wave.png") no-repeat center bottom/100%;
  z-index: 150;
  text-align: right;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s linear;
}
.header-nav ul {
  padding-top: 130px;
}
.header-nav ul li {
  transform: translateX(100%);
  padding: 15px 0;
  transition: all 0.9s ease-in-out;
}
.header-nav ul li a {
  color: white;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 0.15s linear;
}
.header-nav ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e39c36;
  transition: all 0.15s linear;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.header-nav ul li.active a, .header-nav ul li:hover a {
  color: #e39c36;
}
.header-nav ul li.active a:before, .header-nav ul li:hover a:before {
  width: 100%;
}
.header-nav.open {
  opacity: 1;
  transform: translateX(0);
}
.header-nav.open ul li {
  transform: translateX(0);
}
.header-nav.open ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.header-nav.open ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header-nav.open ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.header-nav.open ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.header-nav.open ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.header-nav.open ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.header-nav.open ul li:nth-child(8) {
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .header-nav {
    width: 100%;
  }
  .header-nav ul li {
    text-align: center;
  }
}

.img-banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mySwiper3 .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: #1c3177;
  border: 2px solid #fff;
  opacity: 1;
}
.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b27629;
}
@media (max-width: 767px) {
  .mySwiper3 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
  }
}

.content_banner {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 30%;
}
.content_banner h2 {
  color: #1d3278;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
}
.content_banner h2 span {
  font-weight: 700;
}
@media (max-width: 1280px) {
  .content_banner {
    top: 25%;
  }
}
@media (max-width: 991px) {
  .content_banner {
    top: 30%;
  }
  .content_banner h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .content_banner h2 {
    font-size: 30px;
  }
}

.fp-completely .content_banner h2 {
  animation: 1s fade__up forwards;
}

@keyframes fade__up {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn_view {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: #1d3278;
  padding: 2px 30px;
  transition: all 0.25s linear;
}
.btn_view:hover {
  background: #e39c36;
}
@media (max-width: 1366px) {
  .btn_view {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .btn_view {
    font-size: 15px;
  }
}

.btn_view_icon {
  display: inline-flex;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
.btn_view_icon span {
  padding-right: 13px;
  padding-top: 7px;
  padding-bottom: 4px;
  margin-right: 7px;
  border-right: 1px solid #fff;
}
.btn_view_icon img {
  transition: all 0.15s linear;
}
.btn_view_icon:hover img {
  transform: translateX(3px);
}

.tongquan {
  padding: 0 20px;
  background: url("../images/tongquan.jpg") no-repeat center left/cover;
}
.tongquan .toanha {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
@media (max-width: 991px) {
  .tongquan {
    background: #fff url("../images/tongquanmb.png") no-repeat center bottom/100%;
    min-height: 110vh !important;
  }
  .tongquan .toanha {
    display: none;
  }
  .tongquan.fp-table {
    justify-content: start;
  }
}
.tongquan .tongquan_ctn {
  max-width: 1100px;
  margin: auto;
  transform: translateX(20%);
}
.tongquan .tongquan_ctn p {
  margin-bottom: 30px;
  max-width: 530px;
  text-align: justify;
}
@media (max-width: 1440px) {
  .tongquan .tongquan_ctn {
    max-width: 750px;
    transform: translateX(15%);
  }
  .tongquan .tongquan_ctn p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .tongquan .tongquan_ctn {
    transform: translateX(0);
    padding: 15px 20px;
  }
  .tongquan .tongquan_ctn img {
    width: 200px;
  }
  .tongquan .tongquan_ctn p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.linhvuc {
  background: #fff url("../images/bglv.png") no-repeat center bottom/cover;
}
@media (max-width: 991px) {
  .linhvuc {
    background: #fff url("../images/bglvmb.png") no-repeat center bottom/cover;
  }
}

.container-lv {
  max-width: 1545px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 1440px) {
  .container-lv {
    max-width: 1000px;
  }
}

.title-lv {
  font-weight: 300;
  color: #e39c36;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
}
.title-lv span {
  font-weight: 700;
}
@media (max-width: 1600px) {
  .title-lv {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .title-lv {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .title-lv {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .title-lv {
    font-size: 25px;
  }
}

.card_lv {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.card_lv img {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
}
.card_lv:hover img {
  transform: scale(1.1);
}
.card_lv .card_body {
  position: absolute;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: end;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9019607843) 100%);
}
.card_lv .card_body .card_nb {
  margin-right: 7px;
  font-size: 90px;
  font-weight: 700;
  line-height: 0.9;
}
.card_lv .card_body .card_text {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.card_lv .card_body .card_text span {
  font-weight: 700;
  font-size: 22px;
  display: block;
}
@media (max-width: 1440px) {
  .card_lv {
    margin-bottom: 10px;
  }
  .card_lv .card_body .card_nb {
    font-size: 45px;
  }
  .card_lv .card_body .card_text {
    font-size: 12px;
  }
  .card_lv .card_body .card_text span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card_lv {
    margin-bottom: 10px;
  }
  .card_lv .card_body .card_nb {
    font-size: 30px;
  }
  .card_lv .card_body .card_text {
    font-size: 9px;
  }
  .card_lv .card_body .card_text span {
    font-size: 13px;
  }
}

.duan {
  background: url("../images/bgduan.png") no-repeat center bottom/cover;
  /*.title-lv{
      position: absolute;
      top: 10%;
      left: 1.5%;
      color: #fff;
      z-index: 2;
      span{
          display: block;
      }
  }*/
}
.duan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.duan li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-box-flex 500ms ease-out;
  -webkit-transition: -webkit-flex 500ms ease-out;
  transition: -webkit-box-flex 500ms ease-out;
  transition: -ms-flex 500ms ease-out;
  transition: flex 500ms ease-out;
  height: 50vh;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.duan li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s linear;
}
.duan li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  white-space: nowrap;
  transition: all 0.5s linear;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 10px 30px;
}
.duan li .info h4 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.duan li .info p {
  transition: all 0.5s linear;
  font-size: 25px;
}
.duan li .info p span {
  color: #db9839;
}
@media (min-width: 768px) {
  .duan li:hover img {
    transform: scale(1.15);
  }
  .duan li:hover .info {
    transform: rotate(0deg);
  }
  .duan li:hover .info p {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1600px) {
  .duan ul li .info {
    padding: 15px 10px 15px;
  }
  .duan ul li .info h4 {
    font-size: 25px;
  }
  .duan ul li .info p {
    font-size: 15px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1440px) {
  .duan ul li .info {
    padding: 10px 5px 10px;
  }
  .duan ul li .info h4 {
    font-size: 16px;
  }
  .duan ul li .info p {
    font-size: 13px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .duan .title-lv {
    position: unset;
    color: #db9839;
    margin-left: 15px;
  }
  .duan ul {
    flex-wrap: wrap;
  }
  .duan ul li {
    flex: 50%;
    height: 300px;
  }
  .duan ul li .info {
    transform: rotate(0deg);
    width: 100%;
    padding: 20px 10px 20px;
  }
  .duan ul li .info h4 {
    font-size: 14px;
  }
  .duan ul li .info p {
    font-size: 12px;
    opacity: 1;
    visibility: visible;
  }
}

.news {
  background: url("../images/bgnews.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .news {
    padding: 30px 0;
  }
}

.news_main {
  background: #1d3278;
}
.news_main img {
  width: 100%;
  display: block;
}
.news_main .p-text {
  padding: 30px 30px;
  color: #fff;
}
.news_main .p-text h3 {
  font-weight: 700;
}
.news_main .p-text .news_date {
  font-size: 12px;
  font-style: italic;
  margin: 7px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #5683c7;
}
.news_main .p-text .news_des {
  font-size: 17px;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.4;
}
.news_main .p-text a {
  display: inline-block;
  color: #fff;
  padding: 4px 20px;
  background: #e39c36;
}
@media (max-width: 1440px) {
  .news_main .p-text {
    padding: 15px 15px;
  }
  .news_main .p-text h3 {
    font-size: 20px;
  }
  .news_main .p-text .news_date {
    font-size: 10px;
  }
  .news_main .p-text .news_des {
    font-size: 11px;
  }
  .news_main .p-text a {
    font-size: 12px;
  }
}

.news_list .news_item {
  display: block;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.news_list .news_item img {
  width: 100%;
  transition: all 0.3s linear;
}
.news_list .news_item .news_info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9019607843) 100%);
}
.news_list .news_item .news_info span {
  color: #e39c36;
  font-style: italic;
  font-size: 12px;
}
.news_list .news_item .news_info h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
.news_list .news_item:hover img {
  transform: scale(1.1);
}
@media (max-width: 1440px) {
  .news_list .news_item .news_info span {
    font-size: 10px;
  }
  .news_list .news_item .news_info h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news_list {
    margin-top: 25px;
  }
}

.doitac {
  background: url("../images/bgdoitac.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .doitac {
    background: url("../images/bgdoitacmb.png") no-repeat center bottom/cover;
  }
  .doitac.fp-table {
    padding-top: 50px;
    justify-content: start;
  }
}

.text_sub {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 50px;
}
@media (max-width: 1366px) {
  .text_sub {
    margin: 0 auto 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .text_sub {
    text-align: left;
    margin-bottom: 40px;
  }
}

.list_dt {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.list_dt li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
}
.list_dt li span {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.list_dt li span img {
  max-width: 100%;
}
@media (max-width: 1366px) {
  .list_dt li span img {
    height: 60px;
  }
}

.contact {
  background: url("../images/bgct.jpg") no-repeat left center/cover;
}
@media (max-width: 767px) {
  .contact {
    background: url("../images/bgct.jpg") no-repeat left 40% center/cover;
  }
}

.container-ct {
  max-width: 975px;
  margin: auto;
  padding: 0 15px;
  transform: translateX(20%);
}
.container-ct h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.container-ct p {
  color: #CCCCCC;
  font-weight: 400;
}
.container-ct a {
  color: #ccc;
}
.container-ct a:hover {
  text-decoration: underline;
}
.container-ct .phone {
  color: #e39c36;
  font-size: 19px;
  font-weight: 700;
}
.container-ct form input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 5px;
  margin-bottom: 20px;
}
.container-ct form input::placeholder {
  color: #CCCCCC;
}
.container-ct form button {
  margin-top: 20px;
  display: inline-block;
  color: #1d3278;
  border: 0;
  outline: none;
  padding: 2px 20px;
  font-size: 18px;
  font-weight: 700;
  background: #e39c36;
}
@media (max-width: 1600px) {
  .container-ct h4 {
    font-size: 15px;
  }
  .container-ct p, .container-ct a {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .container-ct {
    max-width: 700px;
  }
  .container-ct h4 {
    font-size: 14px;
  }
  .container-ct p, .container-ct a {
    font-size: 12px;
  }
  .container-ct form input {
    font-size: 12px;
  }
  .container-ct form button {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .container-ct {
    max-width: 700px;
  }
  .container-ct h4 {
    font-size: 12px;
  }
  .container-ct p, .container-ct a {
    font-size: 10px;
  }
  .container-ct .phone {
    font-size: 15px;
  }
  .container-ct form input {
    font-size: 10px;
  }
  .container-ct form button {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .container-ct {
    transform: translateX(0);
    padding: 50px 20px 100px;
  }
}

.text_ft {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 55%;
  z-index: 1;
}
@media (max-width: 767px) {
  .text_ft {
    bottom: 50px;
    left: 35%;
  }
}

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

#fp-nav.fp-right {
  right: 60px !important;
}
#fp-nav.fp-right ul li {
  width: 20px;
  height: 20px;
  margin: 35px 0;
}
#fp-nav.fp-right ul li a {
  position: relative;
}
#fp-nav.fp-right ul li a span:nth-child(2) {
  width: 20px;
  height: 20px;
  background: #e39c36;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
#fp-nav.fp-right ul li a.active span:nth-child(2), #fp-nav.fp-right ul li a:hover span:nth-child(2) {
  width: 20px !important;
  height: 20px !important;
  background: #e39c36;
  box-shadow: 0 0 0px 6px #bbc2d7;
}
#fp-nav.fp-right ul li a .fp-sr-only {
  display: block;
  position: absolute;
  top: 0;
  left: auto !important;
  white-space: nowrap;
  width: auto !important;
  font-size: 13px;
  right: 100%;
  z-index: 2;
  height: 22px !important;
  clip: auto;
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none;
  margin: 0 !important;
  padding-right: 10px;
  opacity: 0;
  color: #fff;
  font-weight: 700;
}
#fp-nav.fp-right ul li a.active:before {
  background: #e39c36;
  height: 3px;
  width: 60px;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transition: 0.3s all;
  transform: translateY(-50%);
  z-index: 2;
}
#fp-nav.fp-right ul li a.active .fp-sr-only {
  opacity: 1;
}
@media (max-width: 1440px) {
  #fp-nav.fp-right ul li {
    margin: 18px 0;
  }
}
@media (max-width: 767px) {
  #fp-nav.fp-right {
    display: none;
  }
}

.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow > .fp-overflow {
  overflow-y: inherit !important;
}
@media (max-width: 767px) {
  .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow > .fp-overflow {
    max-height: unset;
  }
}

.fp-viewing-gioi-thieu #fp-nav.fp-right ul li a .fp-sr-only,
.fp-viewing-linh-vuc #fp-nav.fp-right ul li a .fp-sr-only,
.fp-viewing-tin-tuc #fp-nav.fp-right ul li a .fp-sr-only,
.fp-viewing-doi-tac #fp-nav.fp-right ul li a .fp-sr-only {
  color: #1d3278;
}

.social_ft {
  margin-top: 20px;
  margin-bottom: 30px;
}
.social_ft ul {
  display: flex;
}
.social_ft ul li {
  display: inline-block;
  margin-right: 15px;
}
.social_ft ul li a {
  color: #1d3278;
  background: #fff;
  display: inline-flex;
  width: 2.604rem;
  height: 2.604rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

a.file_dowload {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  font-size: 14px !important;
  color: #1d3278 !important;
  padding-right: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
a.file_dowload span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e39c36;
  border-radius: 50%;
  fill: #1d3278;
  margin-right: 15px;
  border-radius: 100px;
  overflow: hidden;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .section {
    padding: 55px 0 0;
  }
}
.container_news {
  display: flex;
  margin: 180px auto 30px;
}
.container_news .social_news {
  width: 100px;
  flex-shrink: 0;
}
.container_news .social_news a {
  display: block;
  margin-bottom: 15px;
}
.container_news .social_news a img {
  width: 40px;
}
.container_news .news_Detail {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .container_news {
    display: block;
    margin: 60px auto 30px;
  }
  .container_news .social_news {
    width: 100%;
  }
  .container_news .social_news a {
    display: inline-block;
    margin-right: 10px;
  }
  .container_news .social_news a img {
    width: 30px;
  }
}

.news_meta {
  font-size: 12px;
  color: #14113B;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news_meta {
    margin-bottom: 20px;
  }
}

.news__content {
  color: #1B252C;
  font-size: 18px;
}
.news__content p {
  margin-bottom: 20px;
}
.news__content h1, .news__content h2, .news__content h3, .news__content h4, .news__content h5, .news__content h6 {
  font-weight: bold;
  margin: 20px 0;
}
.news__content img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  height: auto !important;
}
@media (max-width: 767px) {
  .news__content {
    font-size: 14px;
  }
  .news__content h1, .news__content h2, .news__content h3, .news__content h4, .news__content h5, .news__content h6 {
    font-size: 20px;
  }
}
.news__content ul {
  padding-left: 40px;
  margin-bottom: 15px;
}
.news__content li {
  list-style: inherit;
}
.news__content table {
  border-collapse: inherit;
  max-width: 100%;
}

.news__rela hr {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .news__rela hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.title-detail {
  font-family: "SFU Helvetica";
  margin-bottom: 20px;
  color: #1d3278;
  font-size: 30px;
}

.news__rela .title-news {
  display: none;
}

.news_bot {
  display: flex;
  margin-bottom: 30px;
}
.news_bot > a {
  width: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}
.news_bot > a img {
  width: 100%;
  aspect-ratio: 207/149;
  object-fit: cover;
}
.news_bot .text span {
  color: #1d3278;
  font-style: italic;
}
.news_bot .text h3 {
  font-size: 20px;
  font-weight: bold;
}
.news_bot .text h3 a {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 4;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  color: #1d3278;
}

.wrap-page-success {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../images/bgnews.jpg") no-repeat center center/cover;
  text-align: center;
}
.wrap-page-success h1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 70px;
  color: #1d3278;
}
.wrap-page-success .text__success {
  font-size: 25px;
  max-width: 750px;
  margin: 0 auto 30px;
  color: #1d3278;
}
.wrap-page-success .text__success b {
  display: block;
  margin-top: 15px;
}
.wrap-page-success a {
  font-size: 25px;
}
@media (max-width: 767px) {
  .wrap-page-success h1 {
    font-size: 35px;
  }
  .wrap-page-success .text__success {
    font-size: 16px;
  }
  .wrap-page-success a {
    font-size: 16px;
  }
}

.content_info_top {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1230px;
  padding: 0 15px;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  display: flex;
}
.content_info_top h1 {
  white-space: nowrap;
  margin-right: 80px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
}
.content_info_top h1 span {
  font-weight: bold;
  display: block;
}
.content_info_top .text {
  flex-grow: 1;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .content_info_top {
    font-size: 13px;
    display: block;
    bottom: auto;
    top: 80px;
    text-align: justify;
    justify-content: center;
  }
  .content_info_top h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.ctn_td {
  display: flex;
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}
.ctn_td .td_img {
  width: 40%;
  flex-shrink: 0;
  margin-right: 130px;
}
.ctn_td .td_img img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .ctn_td .td_img {
    width: 30%;
  }
}
.ctn_td .td_ceo {
  margin-left: 30px;
  border-left: 1px solid #1e3278;
  color: #1e3278;
  font-size: 24px;
  padding-left: 10px;
  margin-top: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.ctn_td .td_ceo b {
  font-weight: bold;
  text-transform: uppercase;
}
.ctn_td .td_ceo .name {
  margin-bottom: 5px;
  line-height: 1;
}
.ctn_td .td_ceo .td_span {
  line-height: 1;
}
.ctn_td .td_text {
  flex-grow: 1;
}
.ctn_td .td_text h2 {
  font-size: 48px;
  color: #e39c36;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 70px;
  padding-bottom: 50px;
  background: url("../images/gioithieu/line.png") no-repeat left bottom/130px;
}
.ctn_td .td_text h2 span {
  font-weight: bold;
  display: block;
}
@media (max-width: 1600px) {
  .ctn_td .td_text h2 {
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .ctn_td .td_text h2 {
    font-size: 25px;
  }
}
.ctn_td .td_text .td_ctn {
  font-size: 16px;
  color: #1e3278;
  font-style: italic;
  position: relative;
  padding: 0 55px;
  text-align: justify;
  line-height: 1.5;
}
.ctn_td .td_text .td_ctn:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/gioithieu/nhay-left.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ctn_td .td_text .td_ctn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/gioithieu/nhay-right.png") no-repeat center center/100% 100%;
}
.ctn_td .td_text .td_ctn p {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .ctn_td .td_text .td_ctn {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .ctn_td {
    max-width: 1000px;
  }
  .ctn_td .td_ceo {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ctn_td {
    display: block;
  }
  .ctn_td .td_img {
    width: 100%;
  }
  .ctn_td .td_img img {
    width: 70%;
    display: block;
    margin: auto;
  }
  .ctn_td .td_ceo {
    padding-right: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    float: none;
    text-align: center;
    padding-left: 0;
    border-left: 0;
  }
  .ctn_td .td_text h2 {
    font-size: 23px;
    margin-bottom: 35px;
    padding-bottom: 20px;
    background: url(../images/gioithieu/line.png) no-repeat left bottom/80px;
  }
  .ctn_td .td_text .td_ctn {
    font-size: 14px;
    padding: 0 30px;
  }
  .ctn_td .td_text .td_ctn:before, .ctn_td .td_text .td_ctn:after {
    width: 16px;
    height: 16px;
  }
}

.section-info-tongquan {
  background: url("../images/gioithieu/bgtongquan.jpg") no-repeat center left/cover;
}
@media (max-width: 991px) {
  .section-info-tongquan {
    padding: 0;
    background: none;
  }
}
.section-info-tongquan .info_ctn_tongquan {
  max-width: 1070px;
  margin: auto;
  transform: translateX(20%);
}
.section-info-tongquan .info_ctn_tongquan p {
  text-align: justify;
}
@media (max-width: 1600px) {
  .section-info-tongquan .info_ctn_tongquan {
    max-width: 800px;
  }
  .section-info-tongquan .info_ctn_tongquan p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .section-info-tongquan .info_ctn_tongquan {
    transform: translateX(13%);
  }
  .section-info-tongquan .info_ctn_tongquan p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .section-info-tongquan .info_ctn_tongquan {
    transform: translateX(0%);
    padding: 40px 20px;
  }
  .section-info-tongquan .info_ctn_tongquan .img-fluid {
    width: 50%;
    margin-bottom: 20px;
  }
  .section-info-tongquan .info_ctn_tongquan p {
    font-size: 13px;
    line-height: 1.4;
  }
}

.titleH2-info {
  font-size: 48px;
  font-weight: bold;
  color: #e39c36;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .titleH2-info {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .titleH2-info {
    font-size: 25px;
  }
}

.title_info_page {
  font-size: 48px;
  color: #e39c36;
  text-transform: uppercase;
  font-weight: 300;
}
.title_info_page span {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .title_info_page {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .title_info_page {
    font-size: 25px;
  }
}

.swiper-button-next {
  background: transparent;
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 52px !important;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next img {
  width: 100%;
}
@media (max-width: 991px) {
  .swiper-button-next {
    width: 20px !important;
    right: -10px !important;
  }
}

.swiper-button-prev {
  background: transparent;
  position: absolute;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%);
  margin: 0 !important;
  width: 52px !important;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev img {
  width: 100%;
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: -10px !important;
    width: 20px !important;
  }
}

.timeline_item {
  padding: 45px 20px 20px;
  position: relative;
  height: 100%;
}
.timeline_item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 40px;
  left: -2px;
  width: 2px;
  background: #1e3278;
}
.timeline_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1e3278;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  left: -1px;
  box-shadow: 0 0 0px 3px #fff;
}
.timeline_item img {
  position: absolute;
  top: 0;
  left: -1px;
  transform: translateX(-50%);
  width: 35px;
}
.timeline_item .yearH3 {
  font-weight: bold;
  font-size: 23px;
  color: #1e3278;
  margin-bottom: 3px;
}
.timeline_item .time_ctn {
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .timeline_item .yearH3 {
    font-size: 18px;
  }
  .timeline_item .time_ctn {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .timeline_item .yearH3 {
    font-size: 15px;
  }
  .timeline_item .time_ctn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .timeline_item {
    padding: 20px 10px 10px;
  }
  .timeline_item img {
    width: 18px;
  }
  .timeline_item .yearH3 {
    font-size: 14px;
  }
  .timeline_item .time_ctn {
    font-size: 10px;
  }
  .timeline_item:before {
    top: 20px;
  }
}

.ctn-swiper-timeline {
  padding: 0 130px;
  position: relative;
}
.ctn-swiper-timeline:before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translateY(-50%);
  background: #1e3278;
}
.ctn-swiper-timeline .swiper-timeline {
  padding: 130px 0;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide {
  height: auto;
  padding-left: 20px;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item {
  transform: translateY(50%);
  padding: 20px 20px 45px;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item:before {
  top: 0;
  bottom: 40px;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item:after {
  transform: translate(-50%, -50%);
  bottom: auto;
  top: 0;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item img {
  transform: rotate(180deg) translateX(50%);
  top: auto;
  bottom: 0;
}
.ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(odd) .timeline_item {
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .ctn-swiper-timeline .swiper-timeline {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .ctn-swiper-timeline {
    padding: 0 17px;
  }
  .ctn-swiper-timeline:before {
    left: 10px;
    right: 10px;
    height: 3px;
  }
  .ctn-swiper-timeline .swiper-timeline {
    padding: 100px 0;
  }
  .ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide {
    padding-left: 10px;
  }
  .ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item {
    transform: translateY(50%);
    padding: 10px 10px 20px;
  }
  .ctn-swiper-timeline .swiper-timeline .swiper-wrapper .swiper-slide:nth-child(even) .timeline_item:before {
    top: 0;
    bottom: 20px;
  }
}

.section-timeline {
  background: url("../images/gioithieu/bgtl.jpg") no-repeat center left/cover;
}

.title-bl {
  text-transform: uppercase;
  color: #1e3278;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.title-bl img {
  margin-right: 10px;
  vertical-align: bottom;
}
@media (max-width: 1600px) {
  .title-bl {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .title-bl {
    font-size: 20px;
  }
  .title-bl img {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .title-bl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .title-bl img {
    width: 30px;
  }
}

.bg_bl {
  background: #1e3278;
  padding: 30px;
  color: #fff;
}
@media (max-width: 1440px) {
  .bg_bl {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .bg_bl {
    padding: 15px;
  }
}

.section-tnsm {
  background: url("../images/gioithieu/bg4444.jpg") no-repeat center center/cover;
}
@media (max-width: 1600px) {
  .section-tnsm p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .section-tnsm p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .section-tnsm {
    padding-bottom: 20px;
  }
}

.box_boss {
  text-align: center;
}
.box_boss img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .box_boss img.ceo {
    width: 70%;
    display: block;
    margin: auto;
  }
}
.box_boss .name_boss {
  font-weight: 300;
  margin-top: 15px;
  color: #1e3278;
}
.box_boss .name_boss h3 {
  font-weight: 300;
  font-size: 24px;
}
.box_boss .name_boss b {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .box_boss .name_boss {
    font-size: 20px;
  }
  .box_boss .name_boss h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .box_boss .name_boss {
    font-size: 15px;
  }
  .box_boss .name_boss h3 {
    font-size: 15px;
  }
}

.section-boss {
  background: url("../images/gioithieu/bgboss.jpg") no-repeat center center/cover;
}
@media (max-width: 991px) {
  .section-boss {
    padding-bottom: 20px;
  }
}

.section-sodo {
  background: url("../images/gioithieu/bgsodo.jpg") no-repeat center center/cover;
}
@media (max-width: 1600px) {
  .section-sodo p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-sodo {
    padding-bottom: 20px;
  }
}

.section-doitac {
  background: url("../images/gioithieu/map.jpg") no-repeat center center/cover;
}
.section-doitac .swiper-button-next {
  right: -60px !important;
}
.section-doitac .swiper-button-prev {
  left: -60px !important;
}
@media (max-width: 1600px) {
  .section-doitac p {
    font-size: 14px;
  }
  .section-doitac .ctn__dt {
    max-width: 1050px;
    margin: auto;
  }
}
@media (max-width: 1440px) {
  .section-doitac p {
    font-size: 13px;
  }
  .section-doitac .ctn__dt {
    max-width: 850px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section-doitac .swiper-button-next {
    right: 0px !important;
  }
  .section-doitac .swiper-button-prev {
    left: 0px !important;
  }
}

.swiper-doitact .swiper-slide {
  padding: 22px;
}

.thumb_dt_inf {
  padding: 15px;
  background: #fff;
  transition: all 0.15s linear;
}
.thumb_dt_inf img {
  height: 69px;
  width: 100%;
  object-fit: contain;
}

.swiper-doitact .swiper-slide-active .thumb_dt_inf {
  transform: scale(1.15);
  outline: 5px solid #346fac;
}

.box_sub_dt {
  color: #fff;
  padding: 30px 80px;
  background: rgba(52, 111, 172, 0.2);
}
.box_sub_dt .h4doitac {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .box_sub_dt {
    padding: 15px 20px;
  }
}

.section-giaithuong {
  position: relative;
  background: #1e3278;
}
.section-giaithuong .linesong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
}

@media (max-width: 1600px) {
  .ctn_boss {
    max-width: 1050px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .ctn_boss {
    max-width: 850px;
  }
}
@media (max-width: 991px) {
  .m--15 {
    margin: 0 -15px;
  }
}
.news-page {
  margin-top: 200px;
}
.news-page .section.news {
  background: transparent;
}
.news-page .pagination {
  justify-content: center;
}
.news-page .pagination .page-item {
  border: 0;
  background: transparent;
  margin: 0 2px;
}
.news-page .pagination .page-item .page-link {
  background: #e9e5e5;
  color: #1d3278;
  font-weight: bold;
  border-radius: 3px;
}
.news-page .pagination .page-item.active .page-link {
  border-color: #1d3278;
  background: #1d3278;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .news-page {
    margin-top: 40px;
  }
}

.nav-tabs-news {
  margin-bottom: 30px;
  border-bottom: 0;
  justify-content: center;
}
.nav-tabs-news .nav-item {
  margin: 0 40px;
}
.nav-tabs-news .nav-item.nav-link {
  border: 0;
  color: #1d3278;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs-news .nav-item.nav-link.active {
  color: #fff;
  background: #1d3278;
}
@media (max-width: 991px) {
  .nav-tabs-news {
    margin-bottom: 20px;
  }
  .nav-tabs-news .nav-item {
    margin: 0 7px;
  }
  .nav-tabs-news .nav-item.nav-link {
    font-size: 12px;
    padding: 5px 5px;
  }
}

.title-news {
  text-align: center;
  font-weight: bold;
  color: #1d3278;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .title-news {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.news_card {
  margin-bottom: 30px;
}
.news_card a {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.news_card a img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  transition: all 0.15s linear;
}
.news_card a:hover img {
  transform: scale(1.1);
}
.news_card h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.news_card h3 a {
  color: #1d3278;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.15s linear;
}
.news_card h3 a:hover {
  color: #e39c36;
}
.news_card .news_date {
  color: #1d3278;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
.news_card .news_des {
  line-height: 1.4;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.body-news .header-top {
  position: absolute;
}
.body-news .contact {
  background: url("../images/bgct2.jpg") no-repeat center bottom/cover;
}
.body-news .contact .container-ct {
  max-width: 1330px;
  transform: translate(0);
}
.body-news .contact .container-ct .title-lv {
  display: none;
}
.body-news .contact .text_ft {
  position: unset;
  text-align: center;
}

.sc-top-lv {
  background: url("../images/lvbg2.jpg") no-repeat center center/cover;
}

.title-sub {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .title-sub {
    font-size: 13px;
    margin: 0 auto 20px;
  }
}

.card_bds {
  position: relative;
}
.card_bds img {
  width: 100%;
}
.card_bds .text_bds {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
.card_bds .text_bds span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .card_bds .text_bds {
    font-size: 14px;
  }
  .card_bds .text_bds span {
    font-size: 22px;
  }
}

.sc-xd {
  background: url("../images/bgxd.jpg") no-repeat center center/cover;
  justify-content: end !important;
}
.sc-xd .title-sub {
  padding-bottom: 70px;
}

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

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

.sc-td {
  background: url("../images/bgtd.jpg") no-repeat center center/cover;
}
@media (max-width: 991px) {
  .sc-td {
    padding: 90px 0 50px;
  }
}

.ctn_table {
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #fff;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
.ctn_table::-webkit-scrollbar {
  width: 5px;
}
.ctn_table::-webkit-scrollbar-track {
  background: #fff;
}
.ctn_table::-webkit-scrollbar-thumb {
  background: #d9d9da;
}
.ctn_table .table {
  border: 0;
}
.ctn_table .table thead {
  background: #1d3278;
}
.ctn_table .table thead tr th {
  color: #fff;
}
@media (min-width: 768px) {
  .ctn_table .table tbody tr td {
    color: #1d3278;
    border-top: 0;
    border-bottom: 0;
  }
  .ctn_table .table tbody tr td:first-child {
    font-weight: bold;
    width: 50%;
    border-left: 0;
    border-top: 0;
  }
  .ctn_table .table tbody tr td:first-child a {
    color: #1d3278;
  }
  .ctn_table .table tbody tr td:first-child a:hover {
    text-decoration: underline;
  }
  .ctn_table .table tbody tr td:last-child {
    border-right: 0;
  }
}
.ctn_table .table tbody tr:nth-child(odd) {
  background: #e8ecf8;
}

@media screen and (max-width: 767px) {
  .ctn_table {
    max-height: unset;
  }
  .ctn_table .table {
    border: 0;
  }
  .ctn_table .table caption {
    font-size: 1.3em;
  }
  .ctn_table .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ctn_table .table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .ctn_table .table td {
    color: #1d3278;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    width: 100% !important;
  }
  .ctn_table .table td:first-child a {
    color: #1d3278;
  }
  .ctn_table .table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .ctn_table .table td:last-child {
    border-bottom: 0;
  }
}
.btn_apply {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  background: #1d3278;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  transition: all 0.05s linear;
}
.btn_apply:hover {
  background: #e39c36;
}

.btn_expires {
  display: inline-block;
  padding: 3px 10px;
  color: #e8ecf8;
  font-size: 14px;
  background: #b8b8b8;
  width: 100px;
  margin-left: 15px;
  text-align: center;
}

.list_ch {
  display: flex;
  margin: 0 -30px;
}
.list_ch li {
  width: 33.33333%;
  flex-shrink: 0;
  padding: 0 30px;
  border-left: 1px solid #1d3278;
}
.list_ch li h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1d3278;
}
.list_ch li p {
  margin-bottom: 10px;
  text-align: justify;
}
.list_ch li:first-child {
  border-left: 0;
}
@media (max-width: 767px) {
  .list_ch {
    display: block;
    margin: 0;
  }
  .list_ch li {
    width: 100%;
    border-left: 0;
    padding: 30px 0;
    border-top: 1px solid #1d3278;
  }
  .list_ch li:first-child {
    border-top: 0;
  }
}

.sc-csns {
  background: url("../images/bgcsdd.jpg") no-repeat center center/cover;
}
@media (max-width: 991px) {
  .sc-csns {
    padding: 30px 0 30px;
  }
}

.title-td {
  color: #1d3278;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.job_content {
  margin-bottom: 30px;
}
.job_content h1, .job_content h2, .job_content h3, .job_content h4, .job_content h5, .job_content h6 {
  font-weight: 700;
  font-size: 16px;
  color: #1d3278;
  margin-bottom: 10px;
}
.job_content p {
  margin-bottom: 15px;
  line-height: 1.4;
}

.col-right {
  padding: 20px;
  border: 1px solid #CCCCCC;
}

.list_job_right li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  line-height: 1.4;
}
.list_job_right li h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.list_job_right li h3 a {
  color: #1d3278;
  font-weight: bold;
}
.list_job_right li h3 a:hover {
  text-decoration: underline;
}
.list_job_right li:first-child {
  border-top: 0;
  padding-top: 0;
}

@media (max-width: 1366px) {
  .body-info .section .container, .body-info .section .content_info_top {
    transform: scale(0.8);
  }
}

/*!
 * 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 */
