@-webkit-keyframes fade {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@-webkit-keyframes zoom_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes zoom_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px; }
  20% {
    background-position: top left; }
  90% {
    background-position: top right; }
  100% {
    background-position: 1000px; } }
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(200%); } }
@font-face {
  font-family: 'CorpoAVNBold';
  src: url("../fonts/CorpoAVNBold.ttf"); }
@font-face {
  font-family: 'CorpoAVNRegular';
  src: url("../fonts/CorpoAVNRegular.ttf"); }
@font-face {
  font-family: 'CorpoAVNItalic';
  src: url("../fonts/CorpoAVNItalic.TTF"); }
@font-face {
  font-family: 'CorpoSVNBold';
  src: url("../fonts/CorpoSVNBold.ttf"); }
@font-face {
  font-family: 'CorpoSVNBoldItalic';
  src: url("../fonts/CorpoSVNBoldItalic.ttf"); }
@font-face {
  font-family: 'CorpoSVNItalic';
  src: url("../fonts/CorpoSVNItalic.TTF"); }
@font-face {
  font-family: 'CorpoSVNRegular';
  src: url("../fonts/CorpoSVNRegular.ttf"); }
@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'UTMAptima';
  src: url("../fonts/UTM-Aptima.ttf"); }
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.ttc"); }
#place .title {
  font-size: 200%;
  margin-bottom: 0;
  position: relative;
  font-family: "CorpoAVNRegular"; }

body, html {
  height: 100%; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

.pad0 {
  padding: 0; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.bg-light {
  background-color: #000000 !important; }

.navbar {
  padding: 0; }

.navbar-light .navbar-brand figure {
  margin-bottom: 0;
  width: 15rem; }
.navbar-light .navbar-nav .nav-item {
  color: #fff;
  font-family: "Helvetica"; }
.navbar-light .brand-name {
  color: #fff;
  margin-right: 10px;
  font-family: "Helvetica";
  display: flex;
  font-size: 90%; }
  .navbar-light .brand-name p {
    margin-bottom: 0;
    text-align: right;
    line-height: 20px; }
    .navbar-light .brand-name p span {
      font-size: 90%;
      font-family: "CorpoSVNRegular"; }
  .navbar-light .brand-name .logo_right {
    width: 36px;
    margin-left: 15px;
    height: 36px; }
  @media (max-width: 767px) {
    .navbar-light .brand-name {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }
/* Header */
#header {
  position: relative; }
  #header .swiper-container .swiper-slide:first-child figure p {
    color: #fff;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
    -webkit-mask-size: 300%;
    animation: shine 2s linear infinite; }
  #header .swiper-container .swiper-slide:last-child figure p {
    color: #2757a7;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
    -webkit-mask-size: 300%;
    animation: shine 2s linear infinite; }
  #header figure {
    margin-bottom: 0;
    position: relative; }
    #header figure figcaption {
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 100%; }
      #header figure figcaption .caption_1 {
        font-family: "CorpoAVNRegular";
        margin-bottom: 0;
        font-size: 3rem; }
        #header figure figcaption .caption_1 .break {
          display: block; }
      #header figure figcaption .caption_2 {
        font-family: "CorpoSVNRegular";
        margin-bottom: 0;
        font-size: 1.5rem; }
      #header figure figcaption ul {
        list-style-type: none; }
        #header figure figcaption ul li {
          color: #00adef;
          text-align: justify; }
  #header .dk_ngay {
    position: absolute;
    color: #fff;
    background-color: #00adef;
    font-family: "CorpoAVNRegular";
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99999999;
    padding: 5px 25px 0px;
    width: fit-content;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    cursor: pointer;
    font-size: 180%;
    overflow: hidden; }
    @media (max-width: 1600px) {
      #header .dk_ngay {
        font-size: 160%;
        bottom: -4rem;
        width: 200px !important; } }
    #header .dk_ngay::after {
      content: '';
      top: 0;
      transform: translateX(100%);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      animation: slide 5s infinite 2s;
     /* 
    CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
    */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 */ }

#uudiem {
  background: #e5e5e5;
  position: relative;
  padding-bottom: 2rem; }
  #uudiem .text_udmb {
    width: 100%; }
  #uudiem .text_iconud {
    position: absolute;
    left: 17%;
    top: 1.5rem; }
    @media (max-width: 575.98px) {
      #uudiem .text_iconud {
        left: 10%;
        top: 8%; } }
    @media (max-width: 321px) {
      #uudiem .text_iconud {
        top: 6%; } }
    #uudiem .text_iconud .tieude {
      font-family: "CorpoAVNRegular";
      color: #00adef;
      font-size: 250%; }
      @media (max-width: 321px) {
        #uudiem .text_iconud .tieude {
          font-size: 200%; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        #uudiem .text_iconud .tieude {
          font-size: 180%; } }
      @media (min-width: 1600px) and (max-width: 1750px) {
        #uudiem .text_iconud .tieude {
          font-size: 220%; } }
      #uudiem .text_iconud .tieude hr {
        border-top: 2px solid #969494;
        width: 50%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 2rem; }
        @media (max-width: 1600px) {
          #uudiem .text_iconud .tieude hr {
            margin-bottom: 1rem; } }
    #uudiem .text_iconud p {
      display: flex;
      font-family: "CorpoSVNRegular";
      color: #fff;
      align-items: center;
      font-size: 130%;
      margin-bottom: 1.5rem; }
      #uudiem .text_iconud p img {
        margin-right: 20px; }
      @media (max-width: 376px) {
        #uudiem .text_iconud p {
          margin-bottom: 1rem; } }
      @media (max-width: 321px) {
        #uudiem .text_iconud p {
          font-size: 110%;
          margin-bottom: .5rem; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        #uudiem .text_iconud p {
          font-size: 120%;
          margin-bottom: .8rem; } }
  #uudiem .text_uudiem {
    position: absolute;
    bottom: -3rem;
    left: 17%; }
    @media (max-width: 575.98px) {
      #uudiem .text_uudiem {
        position: relative;
        bottom: 0;
        left: 5%;
        width: 90%;
        margin-top: 1rem; } }
    #uudiem .text_uudiem .tieude {
      font-family: "CorpoAVNRegular";
      color: #00adef;
      font-size: 250%; }
      @media (max-width: 575.98px) {
        #uudiem .text_uudiem .tieude {
          font-size: 180%; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        #uudiem .text_uudiem .tieude {
          font-size: 180%; } }
      @media (min-width: 1600px) and (max-width: 1750px) {
        #uudiem .text_uudiem .tieude {
          font-size: 220%; } }
      #uudiem .text_uudiem .tieude hr {
        border-top: 2px solid #969494;
        width: 90%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 1.5rem; }
        @media (max-width: 1600px) {
          #uudiem .text_uudiem .tieude hr {
            margin-bottom: .8rem; } }
    #uudiem .text_uudiem ul {
      list-style: none;
      margin-left: -40px; }
      #uudiem .text_uudiem ul li {
        background: url("../images/tron.png") no-repeat;
        list-style: none;
        background-position: 0px 10px;
        font-family: "CorpoSVNRegular";
        margin-bottom: 1.2rem;
        font-size: 130%;
        padding-left: 20px; }
        @media (max-width: 575.98px) {
          #uudiem .text_uudiem ul li {
            font-size: 100%;
            background-position: 0px 5px; } }
        @media (min-width: 1200px) and (max-width: 1599px) {
          #uudiem .text_uudiem ul li {
            font-size: 120%; } }
        @media (min-width: 1600px) and (max-width: 1750px) {
          #uudiem .text_uudiem ul li {
            margin-bottom: .8rem; } }
        @media (min-width: 1200px) and (max-width: 1599px) {
          #uudiem .text_uudiem ul li {
            margin-bottom: .5rem; } }

#sanpham {
  padding: 3rem 0;
  color: #333;
  position: relative;
  background: #e5e5e5; }
  @media (max-width: 575.98px) {
    #sanpham {
      padding: 0rem 0 2rem; } }
  #sanpham .swiper-5buoc {
    padding: 2rem 0; }
    #sanpham .swiper-5buoc .swiper-slide {
      width: 100%; }
    #sanpham .swiper-5buoc img {
      margin: 0 10%;
      width: 80%; }
    #sanpham .swiper-5buoc .swiper-button-next {
      right: 0; }
    #sanpham .swiper-5buoc .swiper-button-prev {
      left: 0; }
  #sanpham .buoc {
    width: 100%; }
  #sanpham .tieude_sp {
    font-family: "CorpoAVNRegular";
    color: #00adef;
    font-size: 250%;
    margin-left: 17%; }
    @media (max-width: 575.98px) {
      #sanpham .tieude_sp {
        font-size: 150%;
        margin-left: 5px; } }
    @media (min-width: 1200px) and (max-width: 1599px) {
      #sanpham .tieude_sp {
        font-size: 180%; } }
    @media (min-width: 1600px) and (max-width: 1750px) {
      #sanpham .tieude_sp {
        font-size: 220%; } }
    #sanpham .tieude_sp hr {
      border-top: 2px solid #969494;
      width: 40%;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 2rem; }
      @media (max-width: 575.98px) {
        #sanpham .tieude_sp hr {
          width: 90%; } }
      @media (max-width: 1600px) {
        #sanpham .tieude_sp hr {
          margin-bottom: 1rem; } }
  #sanpham .tieude {
    margin-top: 2rem;
    font-family: "CorpoAVNRegular";
    font-size: 130%; }
    @media (max-width: 575.98px) {
      #sanpham .tieude {
        font-size: 110%; }
        #sanpham .tieude:first-child {
          margin-top: 0; } }
    @media (max-width: 321px) {
      #sanpham .tieude {
        font-size: 100%; } }
    #sanpham .tieude img {
      margin-right: 5px; }
  #sanpham hr {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 98%;
    margin-top: 10px; }
  #sanpham .sanpham_slide {
    position: relative; }
    @media (max-width: 575.98px) {
      #sanpham .sanpham_slide .swiper-slide {
        padding: 0 1rem; } }
    #sanpham .sanpham_slide .swiper-right {
      position: absolute;
      right: -5%;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 575.98px) {
        #sanpham .sanpham_slide .swiper-right {
          width: 12px;
          height: auto;
          right: -2%; } }
    #sanpham .sanpham_slide .swiper-left {
      position: absolute;
      left: -5%;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 575.98px) {
        #sanpham .sanpham_slide .swiper-left {
          width: 12px;
          height: auto;
          left: -2%; } }
  #sanpham .trainghiem {
    text-align: center;
    padding: 16px 5rem 10px;
    text-transform: uppercase;
    margin: 3rem auto 2rem auto;
    cursor: pointer;
    font-size: 1.3rem;
    border-radius: 30px;
    width: fit-content;
    color: #fff;
    background-color: #00adef;
    font-family: "CorpoSVNBold"; }
    @media (max-width: 575.98px) {
      #sanpham .trainghiem {
        padding: 7px 15px 0;
        margin: 2rem auto 0; } }

#place {
  padding: 4rem 0;
  background: url("../images/bg_diadiem.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #place .title {
    color: #000; }
  #place .content .diadiem {
    display: flex;
    align-items: center; }
    #place .content .diadiem figure {
      margin-bottom: 0;
      margin-right: 10px; }
    #place .content .diadiem p {
      margin-bottom: 0;
      font-family: "CorpoSVNBold";
      color: #000; }
      #place .content .diadiem p a {
        color: #00adef;
        text-decoration: none; }
        #place .content .diadiem p a:hover {
          color: #00adef;
          text-decoration: none; }
  #place .content ul {
    list-style: none; }
    #place .content ul li {
      font-family: "CorpoSVNRegular"; }
  #place .content .sophone {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 30px; }
    #place .content .sophone > div {
      font-family: "CorpoSVNBold";
      background-color: #00adef;
      margin-right: 15px;
      display: table;
      text-align: center;
      padding: 5px 1rem; }
      #place .content .sophone > div a {
        color: #fff;
        text-decoration: none; }
        #place .content .sophone > div a:hover {
          color: #fff;
          text-decoration: none; }

#form {
  padding: 8rem 0;
  background: url("../images/bg_form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9999; }
  #form .bg_xam {
    background-color: #252525;
    padding: 2rem 1.5rem; }
  #form .title {
    font-family: "CorpoSVNBold";
    color: #00adef;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center; }
  #form label {
    font-family: "CorpoSVNRegular";
    color: #fff;
    margin-bottom: 0rem;
    margin-top: 1rem; }
    #form label span {
      font-family: "CorpoSVNItalic"; }
  #form input {
    width: 100%;
    color: #000000;
    border: 0;
    padding: 7px; }
  #form .select_position {
    position: relative; }
    #form .select_position select {
      width: 100%;
      background: #fff;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      position: relative;
      z-index: 3;
      border: 0;
      padding: 7px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-align-last: center;
      text-align: -webkit-center; }
      #form .select_position select::-ms-expand {
        display: none; }
      #form .select_position select option {
        color: #000000;
        background-color: rgba(199, 199, 199, 0.7); }
    #form .select_position .fa-caret-down {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #000000;
      z-index: 9; }
  #form button {
    width: 100%;
    background: transparent;
    color: #fff;
    font-family: "CorpoSVNBold";
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    padding: 7px;
    margin-top: 1rem;
    border: 2px solid #fff;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }

footer {
  padding: 2rem 0;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 9999; }
  footer .div-ft {
    display: flex;
    align-items: center; }
    footer .div-ft p {
      font-family: "CorpoSVNRegular";
      color: #999999;
      margin-bottom: 0; }
    footer .div-ft ul {
      color: #fff;
      padding-left: 0;
      list-style-type: none;
      margin-right: 0;
      margin-left: auto;
      margin-bottom: 0; }
      footer .div-ft ul li {
        display: inline;
        margin-right: 5px; }
        footer .div-ft ul li a {
          color: #fff;
          text-decoration: none; }
          footer .div-ft ul li a:hover {
            color: #fff; }
  footer #countdown {
    position: absolute;
    bottom: 0;
    right: 0; }

#thanks {
  height: calc(100vh - 67.31px - 88px);
  background: url("../images/header2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  padding-left: 15px; }
  @media (max-width: 575.98px) {
    #thanks {
      background: url("../images/header2mb.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: auto; } }
  #thanks .thanks_text {
    color: #fff;
    font-family: "CorpoSVNRegular";
    font-size: 2rem;
    position: absolute;
    top: 20px;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-light .navbar-brand figure {
    width: 16rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-item:last-child a {
    padding-left: 0; }
  .navbar-light .navbar-nav .nav-link::after {
    content: none; } }
@media (max-width: 575.98px) {
  body, html {
    height: auto;
    overflow: visible; }

  #thanks {
    height: calc(100vh - 44.63px - 128px); }

  .thanks_text {
    position: relative;
    top: auto;
    transform: translateY(0%); }
    .thanks_text a.btn-register-top img {
      width: 70%; }

  .navbar-light .navbar-brand figure {
    width: 10rem;
    padding-left: 15px; }

  #header {
    padding: 0rem 0 1rem;
    background: #e0dfdf;
    height: auto; }
    #header .swiper-container .swiper-slide:last-child figure figcaption p {
      color: #fff; }
    #header figure {
      margin-bottom: 0; }
      #header figure figcaption {
        position: relative;
        top: 0;
        left: auto;
        margin-top: 1rem;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0); }
    #header .arrow {
      display: none; }
    #header .dk_ngay {
      position: relative;
      padding: 7px 2rem 5px;
      margin-top: 1rem;
      bottom: 0;
      width: fit-content !important;
      text-align: center; }

  #place .content .sophone {
    display: block;
    margin-top: 0; }
    #place .content .sophone > div {
      margin-top: .5rem;
      margin-right: 0;
      display: block; }

  #form {
    padding: 2rem 0 4rem; }
    #form .title {
      font-family: "CorpoSVNBold";
      color: #fff;
      text-transform: uppercase;
      font-size: 1.5rem;
      text-align: center; }
    #form label {
      font-family: "CorpoSVNRegular";
      color: #fff;
      margin-bottom: 0rem;
      margin-top: 1rem; }
      #form label span {
        font-family: "CorpoSVNItalic"; }
    #form input {
      width: 100%;
      color: #000000;
      border: 0;
      padding: 5px; }
    #form button {
      width: 100%;
      background: #00adef;
      color: #fff;
      font-family: "CorpoSVNBold";
      text-transform: uppercase;
      font-size: 1.3rem;
      text-align: center;
      padding: 5px;
      margin-top: calc(1rem + 26px);
      border: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }

  footer .div-ft {
    display: block; }
    footer .div-ft p {
      margin-bottom: 1rem; }

  .btn-register {
    width: 100%; }

  .form-register {
    width: 100%; } }
@media (max-width: 440px) {
  #header figure figcaption .caption_1 {
    font-size: 1.3rem; }
  #header figure figcaption .caption_2 {
    font-size: 1.3rem; } }
@media (max-width: 380px) {
  #header figure figcaption .caption_1 {
    font-size: 1.2rem; }
  #header figure figcaption .caption_2 {
    font-size: 1.2rem; } }
@media (max-width: 320px) {
  .navbar-light .navbar-brand figure {
    width: 8rem;
    padding-left: 5px; }
  .navbar-light .brand-name {
    display: inline-block;
    font-size: 0.7rem; }

  .navbar-toggler {
    padding: .05rem .4rem; }

  #header figure figcaption .caption_1 {
    font-size: 1.1rem; }
  #header figure figcaption .caption_2 {
    font-size: 1.1rem; }

  footer .icon_social {
    font-size: 0.7rem; } }
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
@keyframes shine {
  from {
    -webkit-mask-position: 150%; }
  to {
    -webkit-mask-position: -50%; } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px); }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }

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