*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 400; }

img {
  display: block;
  max-width: 100%;
  object-fit: cover; }

a {
  text-decoration: none; }

input,
button,
textarea,
select {
  font-size: 1.4rem;
  font-weight: 300;
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none; }

button {
  cursor: pointer; }

.text-red {
  color: #bf1f2f; }

.bg-blue {
  background-color: #0e50bf; }
  .bg-blue:hover {
    background-color: #f2420d; }

.bg-coral {
  background-color: #f2420d; }
  .bg-coral:hover {
    background-color: #0e50bf; }

/* -------- main ---------*/
.box {
  padding-top: 50px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.banner__img img {
  height: 100vh; }

.schedule__inner:first-child {
  flex-basis: 24.7%; }
.schedule__inner:nth-child(2) {
  flex-basis: 41.7%; }
.schedule__inner:last-child {
  flex-basis: 32.7%; }

.schedule__meta {
  color: #003366;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700; }

.schedule__update {
  max-width: 960px;
  margin: 30px auto; }

.schedule__head {
  text-align: center; }
  .schedule__head p {
    font-size: 24px; }

.schedule__title {
  font-size: 30px;
  font-weight: 800; }

.schedule__table {
  margin-bottom: 10px; }

.table-head {
  margin-bottom: 7px; }

.table-head .schedule__inner {
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px; }

.table-head .schedule__inner:first-child {
  background: #162E54; }
.table-head .schedule__inner:nth-child(2) {
  background-color: #f2420d; }
.table-head .schedule__inner:last-child {
  background-color: #308FBB; }

.table-body {
  text-align: center; }
  .table-body .d-flex:nth-child(odd) .schedule__inner {
    background-color: #D7D8DA; }
  .table-body .schedule__inner {
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px; }

.schedule__more {
  margin-bottom: 30px; }
  .schedule__more h2 {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6; }
    .schedule__more h2 span {
      font-size: 24px; }

.box__link a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.205);
  text-decoration: none; }
  .box__link a:hover {
    color: #fff;
    text-decoration: none; }

.box__link .quote {
  background-color: #e86830;
  border-radius: 10px;
  padding: 15px 30px; }

.fly-intro {
  padding: 15px 30px;
  background-color: #D7D8DA;
  border-radius: 10px;
  text-align: center; }
  .fly-intro h3 {
    font-size: 26px; }
  .fly-intro p {
    font-size: 18px;
    color: #162E54;
    font-weight: 600; }

.stt {
  color: #eaf2ff;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding: 20px 15px; }

.featured__img {
  text-align: center; }
  .featured__img img {
    height: 500px;
    margin: 0 auto; }
.featured__head {
  position: relative;
  background-color: #003366;
  padding: 30px 60px 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px; }
  .featured__head h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px; }
  .featured__head .shape {
    position: absolute;
    left: 30px;
    top: 0;
    width: 33px;
    height: 46px; }
  .featured__head img {
    position: absolute;
    width: 336.567px;
    height: 194.783px;
    top: 28%;
    right: 0;
    transform: translateY(-50%); }
.featured__list {
  list-style: none;
  width: 95%;
  margin-left: auto; }
  .featured__list li {
    display: flex;
    margin-bottom: 20px; }
.featured__left {
  padding: 20px;
  background-color: #cbe0ff;
  border-left: 5px solid #0d62f2; }
  .featured__left .subtile {
    color: #051f4d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4; }
.featured__widget {
  position: relative;
  margin-top: -218px; }
  .featured__widget .box__link {
    position: relative; }
    .featured__widget .box__link a {
      border-radius: 100px; }
.featured__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.featured__animate {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .featured__animate img {
    width: 275px;
    height: 200px;
    animation-name: pulse;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

.service .col-lg-5 {
  background-color: #eaf2ff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 15px; }
.service-item {
  padding: 15px;
  background-color: #fff;
  height: 100%;
  border-left: 5px solid #0d62f2; }
.service__head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.service__list {
  list-style: none;
  padding-left: 0; }
  .service__list.right {
    list-style: circle; }
    .service__list.right li {
      padding-left: 20px;
      counter-increment: linum;
      position: relative; }
      .service__list.right li::before {
        content: counter(linum,disc);
        font-size: 24px;
        top: -9px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        left: 0; }
  .service__list li {
    display: flex;
    margin-bottom: 10px; }
  .service__list .icon {
    width: 23px;
    height: 26px;
    margin-right: 10px; }

.box__head {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 50px;
  background-color: #003366;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .box__head h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px; }
  .box__head h3.title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px; }
  .box__head span {
    font-size: 22px;
    font-weight: 500; }

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.register {
  padding-top: 20px;
  padding-bottom: 50px;
  background-image: url(../images/ser-bg.png);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .register__item {
    background-color: white;
    border-style: dashed;
    border-color: #636363;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px 10px;
    height: 100%;
    position: relative;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.253); }
  .register__ava {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px; }
    .register__ava img {
      width: 100px;
      height: 100px;
      border-radius: 100%; }
  .register__sub {
    color: #bf1f2f;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .register__icon {
    width: 46px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border-radius: 300px;
    z-index: 2; }
    .register__icon svg {
      transform: rotate(-90deg); }
  .register__list {
    padding-left: 0;
    padding-bottom: 40px; }
    .register__list li {
      padding-left: 17px; }
      .register__list li::before {
        content: counter(linum,disc);
        color: #003366;
        font-size: 32px;
        top: -14px;
        left: 0;
        position: absolute; }
  .register__stt {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px; }

ul {
  list-style: none;
  padding-left: 0; }

ul li {
  position: relative;
  counter-increment: linum; }
  ul li::before {
    position: absolute;
    left: 0;
    content: counter(linum,disc); }

h3.title {
  font-size: 18px;
  font-weight: bold; }

h4 {
  color: #3c4872;
  font-size: 18px;
  font-weight: bold; }

.payment__process {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  font-size: 16px;
  color: black;
  font-size: 16px;
  font-weight: 600; }
  .payment__process ul {
    padding-left: 0; }
    .payment__process ul li {
      padding-left: 18px; }
      .payment__process ul li::before {
        content: counter(linum,disc);
        font-size: 40px;
        top: -20px;
        left: 0;
        position: absolute; }

.payment__title {
  color: #3c4872;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6; }

.wallet-img {
  width: 90.165px;
  height: 97px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/wallet-cash-money-icon.png);
  margin-bottom: 8px; }

.wallet span {
  color: black;
  font-size: 16px;
  text-align: center;
  font-weight: 600; }

.bill-img {
  width: 126px;
  height: 97px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bill.png);
  margin-bottom: 8px; }

.bill span {
  color: black;
  font-size: 16px;
  text-align: center;
  font-weight: 600; }

.payment-method,
.refund-condition {
  background-color: #fff;
  height: 100%;
  border-radius: 10px; }
  .payment-method h3,
  .refund-condition h3 {
    color: #003366; }
  .payment-method .icon,
  .refund-condition .icon {
    margin-bottom: 8px; }
    .payment-method .icon img,
    .refund-condition .icon img {
      width: 80%;
      margin: 0 auto; }
  .payment-method .text,
  .refund-condition .text {
    text-align: center; }

.text-link {
  font-size: 16px; }
  .text-link a {
    text-decoration: underline; }

.condition__list {
  font-size: 16px;
  font-weight: 600; }
  .condition__list li {
    padding-left: 20px; }
    .condition__list li::before {
      font-size: 40px;
      top: -20px; }

.register .box__link {
  padding-top: 10px; }
  .register .box__link a {
    padding: 15px 30px;
    border-radius: 10px; }

.object-register {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaf2ff; }

.object__item {
  padding: 15px;
  background-color: #fff;
  border-left: 5px solid #0d62f2;
  height: 100%; }
  .object__item .title {
    margin-bottom: 15px;
    color: #003366; }

.object__list {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400; }
  .object__list li {
    padding-left: 20px; }
    .object__list li::before {
      font-size: 24px;
      top: -9px; }

.object-register .box__link {
  margin-top: 30px; }
  .object-register .box__link a {
    padding: 15px 30px;
    border-radius: 100px; }

.why-choose {
  padding: 60px 0 0px; }

.why__item {
  display: flex;
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500; }

.why__left {
  padding: 15px 20px;
  background-color: #fff;
  background-color: #eaf2ff;
  border-left: 5px solid #bf1f2f; }

.why-icon {
  margin-bottom: 10px;
  display: flex; }
  .why-icon .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px; }
  .why-icon .text-red {
    font-size: 18px;
    font-weight: bold; }

.why-choose .box__link a {
  border-radius: 100px; }

.service-package {
  padding: 60px 0 60px;
  background-color: #2b3253;
  color: #fff; }

.ser-pack_left {
  text-align: center; }
  .ser-pack_left .head {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px; }
  .ser-pack_left h5 {
    font-size: 20px;
    margin-bottom: 20px; }

#coutdown {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #coutdown li {
    width: calc((100% / 4) - 10px);
    text-align: center; }
    #coutdown li::before {
      content: none; }
    #coutdown li span {
      background-color: #13a89f;
      display: block;
      font-size: 45px;
      padding: 20px 30px;
      font-weight: 700;
      margin-bottom: 8px; }
    #coutdown li p {
      font-size: 16px;
      font-weight: 800; }

.ser-pack_widget img {
  width: 28%;
  margin: 0 auto;
  margin-bottom: -36px; }

.ser-pack_box {
  border-style: solid;
  border-color: #13a89f;
  border-width: 2px;
  padding: 30px;
  position: relative; }

.ser-pack_shape {
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -27px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ser-pack_shape svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .ser-pack_shape h3 {
    font-size: 30px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

.ser-pack_text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600; }

.ser-pack_right {
  padding: 45px 30px;
  background-color: #3c4872;
  border: 1px solid #fff; }
  .ser-pack_right .title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px; }

.form-get .form-group {
  margin-bottom: 15px; }
.form-get .form-control {
  height: 56px;
  border-radius: 0;
  font-size: 15px;
  padding: 15px 20px; }
.form-get button {
  padding: 12px;
  background-color: #e86830;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px; }
  .form-get button:hover {
    color: #fff; }

.ser-pack_right .note {
  font-size: 16px;
  font-weight: 700;
  text-align: center; }
  .ser-pack_right .note p {
    margin-bottom: 0; }

.about {
  background-image: url(../images/ser-bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px; }
  .about .title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }

.about-img {
  background-image: url(../images/slide2.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; }

.about-content {
  padding: 50px 30px;
  background-color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  color: #3c4872; }
  .about-content .box__link {
    text-align: center;
    margin-top: 30px; }
    .about-content .box__link a {
      background-color: #f2420d;
      color: #fff;
      border-radius: 100px; }

.faq {
  padding-bottom: 30px; }

.faq-head {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px; }
  .faq-head h3 {
    color: #f44025;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px; }
  .faq-head p {
    color: #20254f;
    font-size: 14px;
    font-weight: 600; }

.faq-item {
  margin-bottom: 20px; }

.faq-headline {
  align-items: flex-end; }
  .faq-headline h5 {
    color: rgba(5, 34, 75, 0.6);
    font-size: 16px;
    margin-bottom: 11px; }

.faq-stt {
  color: rgba(10, 103, 233, 0.5);
  font-size: 48px;
  font-weight: bold;
  margin-right: 10px; }

.faq-text {
  font-size: 16px; }

.faq-note {
  margin-top: 80px;
  text-align: center;
  color: #20254f;
  font-size: 15px;
  font-weight: 600; }
  .faq-note .box__link a {
    background-color: #f2420d;
    color: #fff;
    border-radius: 100px; }

.footer {
  background: #162E54;
  padding: 30px 0 30px;
  color: #fff; }
  .footer .logo {
    margin-bottom: 30px; }
    .footer .logo img {
      width: 185px;
      display: inline-block;
      padding: 8px 20px;
      background: #fff;
      border-radius: 10px; }
  .footer a {
    color: #fff; }

.footer-info {
  font-size: 15px; }
  .footer-info h3 {
    margin-bottom: 20px;
    color: #d3c30a; }

.footer-title {
  margin-top: 100px;
  text-transform: uppercase;
  color: #d3c30a;
  margin-bottom: 20px; }

.footer-list li {
  margin-bottom: 1rem;
  font-size: 16px; }
  .footer-list li::before {
    content: none; }

.social {
  display: flex; }
  .social li {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #003366;
    margin-right: 10px; }
    .social li a {
      color: #003366;
      font-size: 18px;
      display: block; }
    .social li::before {
      content: none; }

/*# sourceMappingURL=style.css.map */
