@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-Black.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-XBold.otf") format("opentype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "SVN Gilroy";
  src: url("../fonts/SVN-Gilroy-Regular.otf") format("opentype");
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "SVN Gilroy", sans-serif;
  font-size: 16px;
  color: #474747;
  position: relative;
  max-width: 1920px;
  margin: auto;
  font-weight: normal;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1399px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 549px) {
  body {
    font-size: 15px;
  }
}

#main {
  padding-top: 70px;
  min-height: 380px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #main {
    padding-top: 70px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0C99D5;
}
a:hover {
  color: #0C99D5;
}

img {
  max-width: 100%;
  height: auto;
}

.text-right {
  text-align: right;
}

.text-secondary {
  color: #FFC52F !important;
}

.text-primary {
  color: #0C99D5 !important;
}

.text-justify {
  text-align: justify;
}

.aligncenter {
  margin: auto;
  text-align: center;
}

.wp-caption {
  max-width: 100%;
}

h2 {
  font-size: 2.1rem;
  font-weight: bold;
}

b, strong {
  font-weight: 600;
}

ul {
  list-style: none;
  padding: 0;
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}

.accordion-body {
  padding: 25px 30px 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .accordion-body {
    padding: 15px 15px 20px;
  }
}
.accordion-collapse {
  border-radius: 0 !important;
}
.accordion-item {
  border: none;
  border-radius: 0 !important;
  background-color: #f7f7f7;
}
.accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0 !important;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-item .accordion-button {
    font-size: 17px;
  }
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0C99D5;
  border-top: 1px solid transparent;
}
.accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  background: transparent;
}
.accordion-item .accordion-button:after {
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 300;
  width: auto;
  height: auto;
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .accordion-item .accordion-button:after {
    font-size: 16px;
  }
}
.accordion-item:last-child .accordion-button {
  border-bottom: 1px solid #dedede;
}

.not-found {
  text-align: center;
}
.not-found h3 {
  font-weight: normal;
}

.search-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.search .section-search {
  padding: 40px 0;
}
.search .section-search h1 {
  margin-bottom: 20px;
}

.widget-stocks {
  background-color: #0C99D5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  right: 150px;
  bottom: 50px;
  border: 1px solid #FFC52F;
  padding: 18px 30px;
  color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .widget-stocks {
    padding: 10px;
    font-size: 10px;
    border-radius: 7px;
    right: 15px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-stocks {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.widget-stocks .icon {
  width: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .widget-stocks .icon {
    width: 40px;
  }
}
.widget-stocks h4 {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .widget-stocks h4 {
    font-size: 13px;
  }
}
.widget-stocks p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .widget-stocks p {
    font-size: 13px;
  }
}
.widget-stocks .date {
  font-weight: 300;
  color: #eaeaea;
  font-size: 14px;
}
.widget-stocks .name {
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .widget-stocks .name {
    margin-right: 10px;
  }
}
.widget-stocks .number {
  font-size: 28px;
  font-weight: 500;
  line-height: 0;
  margin-right: 4px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .widget-stocks .number {
    font-size: 16px;
  }
}
.widget-stocks span {
  color: #ff0000;
  margin-left: 4px;
}
.widget-stocks span.priceup {
  color: #30ff00;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers .page-numbers {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  background: #f9f9f9;
  border-radius: 99px;
  margin: 0 5px;
  font-size: 14px;
}
.page-numbers .page-numbers.current {
  background: #0C99D5;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
}
.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.section-description {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 35px;
}
@media only screen and (max-width: 767px) {
  .section-description {
    font-size: 16px;
  }
}
.section-description2 {
  font-size: 14px;
}
.section-subtitle {
  color: #0C99D5;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section-banner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section-banner {
    padding: 0;
    z-index: 9;
    overflow: initial;
  }
}
.section-banner .inner {
  padding-top: 40%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section-banner .inner {
    padding-top: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner .inner {
    padding-top: initial;
  }
}
.section-banner .inner .content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 10%;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .section-banner .inner .content {
    -webkit-transform: none;
            transform: none;
    top: 0;
    position: relative;
    padding-top: 60px;
  }
}
.section-banner .inner .content h2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 60px;
}
.section-banner .inner .content h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .section-banner .inner .content h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner .section-overlay, .section-banner .section-bg {
    height: 480px;
  }
}
.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1E4F93;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .section-news .action {
    margin-top: 20px;
  }
}

.section-uudai .uudai-slider .box-uudai {
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .section-uudai .uudai-slider .box-uudai {
    margin-right: 15px;
    width: 280px;
  }
}

.section-image-slider {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .section-image-slider {
    padding-bottom: 50px;
  }
}
.section-image-slider .image-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section-image-slider .image-slider .box-gallery .box-image {
  height: 100%;
  min-height: 362px;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .box-gallery .box-image {
    min-height: 0;
  }
}
.section-image-slider .image-slider .box-gallery .box-image .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-image-slider .image-slider .box-gallery .box-image .inner .title {
  opacity: 0;
}
.section-image-slider .image-slider .box-gallery .box-image:after {
  width: 48px;
  height: 48px;
}
.section-image-slider .image-slider .box-gallery.slick-current {
  width: 560px;
}
.section-image-slider .image-slider .box-video .box-image {
  height: 100%;
  min-height: 362px;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .box-video .box-image {
    min-height: 0;
  }
}
.section-image-slider .image-slider .box-video .box-image .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.section-image-slider .image-slider .box-video .box-image .inner .title {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .box-video .box-image .inner .title {
    margin-bottom: 0;
  }
}
.section-image-slider .image-slider .box-video .box-image .play {
  width: 48px;
  height: 48px;
}
.section-image-slider .image-slider .slick-slide {
  width: 175px;
  height: inherit !important;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .slick-slide {
    margin-left: 0;
  }
}
.section-image-slider .image-slider .slick-current {
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .slick-current {
    width: inherit;
  }
}
.section-image-slider .image-slider .slick-current .box-image {
  height: inherit;
}
.section-image-slider .image-slider .slick-current .box-image .inner {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding-top: 67.567%;
}
@media only screen and (max-width: 767px) {
  .section-image-slider .image-slider .slick-current .box-image .inner {
    padding-top: 75%;
  }
}
.section-image-slider .image-slider .slick-current .box-image .inner .title {
  opacity: 1;
}
.section-image-slider .image-slider .slick-current .box-image:after {
  width: 62px;
  height: 62px;
}
.section-image-slider .slick-nav {
  margin-top: 15px;
}
.section-image-slider .slick-nav .box-video, .section-image-slider .slick-nav .box-gallery {
  width: 100px !important;
  margin-right: 15px !important;
}
.section-image-slider .slick-nav .box-video .box-image, .section-image-slider .slick-nav .box-gallery .box-image {
  opacity: 0.5;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.section-image-slider .slick-nav .box-video .box-image .inner, .section-image-slider .slick-nav .box-gallery .box-image .inner {
  padding-top: 100%;
}
.section-image-slider .slick-nav .box-video .box-image:after, .section-image-slider .slick-nav .box-gallery .box-image:after {
  content: none;
}
.section-image-slider .slick-nav .box-video.slick-current .box-image, .section-image-slider .slick-nav .box-gallery.slick-current .box-image {
  border: 3px solid #0C99D5;
  opacity: 1;
}

.section-test {
  padding-bottom: 0;
  overflow: initial;
}
@media only screen and (max-width: 767px) {
  .section-test {
    border-radius: 15px;
    overflow: hidden;
    margin: 12px;
  }
}
.section-test .box-image {
  margin-top: -105px;
}
@media only screen and (max-width: 991px) {
  .section-test .box-image {
    margin-left: -120px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-test .box-image {
    margin-top: 0;
    margin-left: 0;
  }
}
.section-test .box-text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-test .box-text {
    text-align: center;
  }
}
.section-test .section-title {
  margin-bottom: 30px;
  color: #fff;
}
.section-test .section-bg {
  background-image: url("../images/section-test-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .section-test .section-bg {
    background-image: url("../images/section-test-bg2.png");
    background-position: bottom center;
    background-color: #1E4F93;
    background-size: contain;
  }
}

.section-biquyet .section-title {
  margin-bottom: 30px;
  text-transform: none;
  color: #1E4F93;
}
.section-biquyet .section-bg {
  background-image: url("../images/section-biquyet-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #EBFBFF;
}
@media only screen and (max-width: 991px) {
  .section-biquyet .section-bg {
    background-image: none;
  }
}
.section-biquyet .section-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/section-biquyet2-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-cauchuyen {
  padding-bottom: 100px;
  padding-top: 70px;
}
.section-cauchuyen .section-title, .section-cauchuyen .section-description2 {
  color: #fff;
}
.section-cauchuyen .section-title {
  margin-bottom: 15px;
}
.section-cauchuyen .box-left {
  float: right;
  max-width: 440px;
  padding-right: 80px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section-cauchuyen .box-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section-cauchuyen .cauchuyen-list {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.section-cauchuyen .cauchuyen-list .box-cauchuyen {
  width: 270px;
  margin-right: 20px;
}
.section-cauchuyen .section-bg {
  background-image: url("../images/cauchuyen-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hanhtrinh {
  padding-bottom: 80px;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .section-hanhtrinh {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.section-hanhtrinh .section-bg {
  background-color: #EBFBFF;
}
.section-hanhtrinh .section-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .section-hanhtrinh .section-title {
    text-align: center;
  }
}
.section-hanhtrinh .section-description2 {
  max-width: 460px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .section-hanhtrinh .section-description2 {
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-hanhtrinh .action {
    text-align: center;
    margin-top: 20px;
  }
}
.section-hanhtrinh .container {
  position: relative;
}
.section-hanhtrinh:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 90%;
  width: 70%;
  z-index: -1;
  border-top-right-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .section-hanhtrinh:after {
    width: 100%;
    height: 150px;
    border-radius: 0;
  }
}
.section-hanhtrinh:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-image: url(../images/hanhtrinh-bg.png);
  background-position: bottom left;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-post .post-list-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-post .post-list-slider .box-post {
  width: calc(33.3333333333% - 15px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .section-post .post-list-slider .box-post {
    margin-right: 15px;
    width: 280px;
    margin-bottom: 0;
  }
}
.section-post .action {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .section-post .action {
    margin-top: 25px;
  }
}

.section-guongmat {
  background-color: #0C99D5;
}
.section-guongmat .section-title {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .section-guongmat .section-title {
    font-size: 32px;
  }
}
.section-guongmat .box-text {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-guongmat .box-text {
    text-align: left;
  }
}

.form {
  border-radius: 13px;
  background-color: #0C99D5;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 5, 46, 0.1);
          box-shadow: 0 2px 10px 0px rgba(0, 5, 46, 0.1);
  position: relative;
  margin-bottom: 20px;
}
.form.loading .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  background-image: url("../images/loading.gif");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.form .inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 13px;
  border-top-right-radius: 100px;
}
.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}
.form:after {
  content: "";
  width: 30px;
  height: 25px;
  position: absolute;
  display: block;
  background-image: url("../images/air.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: 5px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-action {
  margin-top: 20px;
  text-align: center;
}
.form-control {
  background-color: #EBFBFF;
  border: 1px solid #0C99D5;
  border-radius: 10px;
  font-size: 14px;
  padding: 9.5px 20px;
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-flex input, .form-flex .select {
  width: calc(50% - 5px);
}
.form.dark {
  background-color: #FFC52F;
}
.form.dark .inner {
  background-color: #1E4F93;
}
.form.dark .form-title {
  color: #fff;
}
.form.dark:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.form.wide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 30px 20px;
}
.form.wide .form-title {
  margin-bottom: 30px;
  text-align: left;
}
.form.wide .form-column {
  width: calc(25% - 5px);
}
.form.wide .form-column:nth-child(2) {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form.wide .form-column:nth-child(2) .form-group {
  width: calc(50% - 5px);
}
.form.wide .form-column .form-action {
  margin-top: 0;
  margin-bottom: 10px;
}
.form.mini .collapsed {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form.mini .collapsed {
    display: block;
  }
}
.form.has-elephant:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-image: url("../images/elephant-2.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: -47px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .form.has-elephant:before {
    display: none;
  }
}
.form.bg {
  background-color: #CCF0FF;
  background-image: url("../images/form-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
          box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .form.bg {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-image: none;
  }
}
.form.bg .inner {
  background: transparent;
  border-radius: initial;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .form.bg .inner {
    padding: 20px;
  }
}
.form.bg .inner .box-image {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form.bg .inner .box-image {
    position: relative;
    margin-top: -75px;
  }
}
.form.bg .inner .form-title {
  text-transform: uppercase;
  color: #1E4F93;
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form.bg .inner .form-title {
    text-align: center;
  }
}
.form.bg .inner .form-control {
  background-color: #fff;
  border-radius: 6px;
}
.form.bg .inner .form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form.bg .inner .form-column {
    display: block;
  }
}
.form.bg .inner .form-group {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 767px) {
  .form.bg .inner .form-group {
    width: 100%;
  }
}
.form.bg .inner .form-action {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form.bg .inner .form-action {
    text-align: center;
    margin-top: 20px;
  }
}
.form.bg:after {
  content: none;
}
.form.bg .wpcf7 form .wpcf7-response-output {
  text-align: left;
}
.form.bg .wpcf7-not-valid-tip {
  text-align: left;
}
.form.bg2 {
  background-image: url("../images/form-bg21.png");
}
@media only screen and (max-width: 767px) {
  .form.bg2 {
    margin: 0;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
            box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
  }
}
.form.bg2 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .form.bg2 img {
    position: relative;
    margin-left: -20px;
    margin-bottom: -20px;
  }
}
.form label.error {
  color: #ff0000;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.form label.success {
  color: #149b02;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  position: absolute;
  top: 22px;
  border: solid #0C99D5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -8px;
  padding: 4px;
  right: 20px;
  left: auto;
}
.select select {
  color: #585858;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 8px;
}

.btn {
  border-radius: 0;
  color: #fff;
  padding: 12px 25px;
  line-height: 1;
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
  background-color: #0C99D5;
  border: 1px solid #0C99D5;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 12px 20px;
    font-size: 15px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 549px) {
  .btn {
    padding: 12px 17px;
    font-size: 14px;
  }
}
.btn:hover {
  background-color: #3DC0F8;
  border: 1px solid #3DC0F8;
  color: #fff;
}
.btn.has-icon {
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width: 549px) {
  .btn.has-icon {
    padding-right: 40px;
  }
}
.btn.has-icon:after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 10px;
  background-image: url(../images/arrow0.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 549px) {
  .btn.has-icon:after {
    right: 0;
    background-size: 18px;
  }
}
.btn-secondary {
  background-color: #FFC52F;
  border-color: #FFC52F;
  color: #474747;
}
.btn-secondary:hover {
  background-color: #FFD361;
  border-color: #FFD361;
  color: #474747;
}
.btn-secondary.has-icon:after {
  background-image: url(../images/arrow1.svg);
}
.btn-white {
  color: #2D2D2D;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  background-color: #EBFBFF;
  border-color: #EBFBFF;
  color: #2D2D2D;
}
.btn-white.has-icon:after {
  background-image: url(../images/arrow1.svg);
}
.btn-link {
  text-decoration: underline;
  color: #2D2D2D;
  background: transparent;
  border-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 0;
}
.btn-link.has-icon:after {
  background-image: url(../images/arrow1.svg);
  top: 2px;
}
.btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #474747;
}
.btn-link.primary {
  color: #0C99D5;
}
.btn-link.primary.has-icon:after {
  background-image: url(../images/arrow4.svg);
}
.btn-grey {
  text-decoration: none;
  color: #474747;
}
.btn-grey.has-icon::after {
  color: #474747;
}
.btn-grey:hover {
  color: #474747;
}
.btn-outline {
  border: 1px solid #474747;
  color: #474747;
  background-color: transparent;
}
.btn-outline.has-icon:after {
  background-image: url(../images/arrow1.svg);
}
.btn-outline.has-icon:hover:after {
  background-image: url(../images/arrow0.svg);
}
.btn i {
  margin-left: 0.5rem;
}
.btn:last-child {
  margin-right: 0;
}
.btn.full-width {
  width: 100%;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.back2top {
  width: 42px;
  height: 42px;
  background-color: #FFC52F;
  background-image: url(../images/arrow0.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 60px;
  right: 145px;
  border-radius: 99px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.back2top:hover {
  background-color: #FFD873;
}
@media only screen and (max-width: 991px) {
  .back2top {
    display: none;
  }
}

.modal-dangky .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.modal-dangky .modal-body {
  padding: 0;
}
.modal-dangky .form {
  margin-bottom: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal .btn-close {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  border-radius: 99px;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}
.modal .btn-close:before, .modal .btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  content: "";
}
.modal .btn-close:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.modal .frame-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 5px;
  overflow: hidden;
}
.modal .frame-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video .modal-content {
  border: 0;
}
.modal-video .modal-body {
  padding: 2px;
}

.header {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 1920px;
  margin: auto;
  -webkit-box-shadow: 0 5px 5px rgba(0, 5, 46, 0.07);
          box-shadow: 0 5px 5px rgba(0, 5, 46, 0.07);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.header.stuck {
  visibility: visible;
  opacity: 1;
}
.header .topbar {
  background-color: #474747;
}
@media only screen and (max-width: 767px) {
  .header .topbar {
    display: none;
  }
}
.header .topbar a {
  font-size: 14px;
  color: #fff;
}
.header .topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}
.header .topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .topbar-right .btn-search {
  display: block;
  width: 26px;
  height: 38px;
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.header .topbar-right a {
  margin-right: 15px;
}
.header .topbar-right .lang {
  position: relative;
}
.header .topbar-right .lang a {
  font-size: 16px;
}
.header .topbar-right .lang:after {
  content: "";
  position: absolute;
  top: 50%;
  border: solid #0C99D5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  padding: 2.5px;
  right: 0;
  left: auto;
}
.header .topbar .contact-list .item {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  background-image: url("../images/icon-phone2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  padding-left: 26px;
}
.header .topbar .contact-list .item.mail {
  background-image: url("../images/icon-mail2.png");
}
.header .topbar .contact-list .item:last-child {
  margin-right: 0;
}
.header-main {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-main .left {
  width: 100px;
}
@media only screen and (max-width: 991px) {
  .header-main .brand img {
    width: 150px;
    display: none;
  }
}
.header-main .brand img.logo-mb {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-main .brand img.logo-mb {
    width: 85px;
    display: block;
  }
}
.header-main .mobile-nav {
  display: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .header-main .mobile-nav {
    display: block;
  }
}
.header-main .mobile-nav .line {
  height: 3px;
  width: 100%;
  background: #0C99D5;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 6px;
}
.header-main .mobile-nav .line:last-child {
  margin-bottom: 0;
}
.header-main .navbar {
  width: 100%;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .header-main .navbar {
    display: none;
  }
}
.header-main .navbar-nav .nav-item {
  margin: 0 15px;
}
.header-main .navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.header-main .navbar .menu-item {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.header-main .navbar .menu-item a {
  color: #474747;
  font-size: 14px;
  display: block;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 1199px) {
  .header-main .navbar .menu-item a {
    font-size: 14px;
  }
}
.header-main .navbar .menu-item.active a, .header-main .navbar .menu-item.current-menu-item a, .header-main .navbar .menu-item.current a, .header-main .navbar .menu-item:hover a, .header-main .navbar .menu-item.current-page-ancestor a {
  color: #0C99D5;
}
.header-main .navbar .menu-item.current a, .header-main .navbar .menu-item.current-menu-item a, .header-main .navbar .menu-item.current-page-ancestor a {
  font-weight: 600;
  border-bottom: 2px solid #0C99D5;
}
.header-main .navbar .menu-item:last-child {
  margin-right: 0;
}
.header-main .navbar .menu-item:hover .sub-menu {
  display: block;
  opacity: 1;
}
.header-main .navbar .menu-item.home a {
  background-image: url("../images/home.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  width: 25px;
}
.header-main .navbar .menu-item.home.current a, .header-main .navbar .menu-item.home:hover a, .header-main .navbar .menu-item.home.current-menu-item a, .header-main .navbar .menu-item.home.current-page-ancestor a {
  border-bottom: 2px solid transparent;
  background-image: url("../images/home-current.svg");
}
.header-main .navbar .menu-item-has-children a {
  padding-right: 16px;
}
.header-main .navbar .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 50%;
  border: solid #0C99D5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -6px;
  padding: 2.5px;
  right: 0;
  left: auto;
}
.header-main .navbar .menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 265px;
  background-color: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
          box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.header-main .navbar .menu-item .sub-menu .menu-item {
  text-align: left;
}
.header-main .navbar .menu-item .sub-menu .menu-item a {
  height: auto;
  line-height: 1.5;
  padding: 7px 0;
  border: none;
  color: #474747;
  font-weight: normal;
}
.header-main .navbar .menu-item .sub-menu .menu-item:hover a {
  color: #0C99D5;
}
.header-main .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-main .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.header-main .right .btn-search {
  width: 40px;
  height: 70px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-main .right .btn-search {
    display: block;
  }
}
.header-main .right .btn-search .search-form {
  position: absolute;
  padding: 15px 20px;
  background: #fff;
  top: 70px;
  right: 0;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
          box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-main .right .btn-search .search-form {
    position: fixed;
    left: 0;
    right: 0;
  }
}
.header-main .right .btn-search .search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .header-main .right .btn-search .search-form form {
    width: 100%;
  }
}
.header-main .right .btn-search .search-form form .form-control {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.header-main .right .btn-search .search-form form .btn {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
}
.header-main .right .btn-search:hover .search-form {
  display: block;
}
.header-main .right .lang {
  position: relative;
  padding-right: 15px;
  margin-left: 20px;
  height: 70px;
  line-height: 70px;
}
.header-main .right .lang a {
  font-size: 16px;
  color: #474747;
}
.header-main .right .lang:after {
  content: "";
  position: absolute;
  top: 50%;
  border: solid #0C99D5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  padding: 2.5px;
  right: 0;
  left: auto;
}
.header-main .right .lang .list {
  position: absolute;
  line-height: 1;
  padding: 15px 20px;
  background: #fff;
  top: 70px;
  right: 0;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
          box-shadow: 0 0 7px 0px rgba(0, 5, 46, 0.2);
  display: none;
}
.header-main .right .lang .list a {
  padding: 5px 10px;
}
.header-main .right .lang:hover .list {
  display: block;
}

.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.mobile-menu-open .lang {
  display: none !important;
}
.mobile-menu-open .btn-search {
  display: none !important;
}
.mobile-menu-open .mobile-nav {
  display: none;
}
.mobile-menu-open .mobile-menu-close {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 120px;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media only screen and (max-width: 549px) {
  .mobile-menu {
    background-size: contain;
  }
}
.mobile-menu .hotline {
  color: #1E4F93;
  display: table;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}
.mobile-menu-inner {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
  width: 100%;
  max-height: 68vh;
  overflow-y: scroll;
}
.mobile-menu-inner .brand {
  display: block;
  margin: auto;
}
.mobile-menu-inner .brand img {
  max-width: 115px;
  margin: 0 0 25px;
}
.mobile-menu-inner .action {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.mobile-menu-inner .navbar {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.mobile-menu-inner .navbar .menu-item {
  position: relative;
}
.mobile-menu-inner .navbar .menu-item a {
  color: #474747;
  font-size: 22px;
  display: block;
  padding: 13px 0px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 40px;
}
.mobile-menu-inner .navbar .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 24px;
  border: solid #0C99D5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 4px;
  right: 15px;
  left: auto;
}
.mobile-menu-inner .navbar .menu-item.active {
  background: #f9f9f9;
}
.mobile-menu-inner .navbar .menu-item.active > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu-inner .navbar .menu-item.active .sub-menu {
  display: block;
}
.mobile-menu-inner .navbar .sub-menu {
  display: none;
}
.mobile-menu-inner .navbar .sub-menu li a {
  font-size: 15px;
}
.mobile-menu-close {
  display: block;
  text-align: center;
  position: absolute;
  right: 15px;
  color: #D50C0C;
  font-size: 32px;
  display: none;
}

.footer {
  background-color: #EBFBFF;
  padding: 35px 0 50px;
  background-image: url("../images/footer-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 35px 0 60px;
  }
}
.footer-top .brand {
  display: inline-block;
  width: 100%;
}
.footer-top .brand img {
  width: 146px;
}
@media only screen and (max-width: 991px) {
  .footer-top .brand img {
    width: 176px;
  }
}
.footer-top .info {
  margin-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}
.footer-top .info h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 5px;
  color: #2D2D2D;
}
.footer-top .info p {
  text-transform: uppercase;
  font-weight: 600;
  color: #2D2D2D;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-top .info p {
    font-size: 18px;
  }
}
.footer-primary .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-primary .left .widget {
  width: 100%;
}
.footer-primary .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-primary .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .footer-primary .right .footer-column {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .footer-primary .right .footer-column:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-primary p {
  color: #535353;
}
.footer-primary p:last-child {
  margin-bottom: 0;
}
.footer-primary .widget {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-primary .widget {
    margin-bottom: 30px;
  }
}
.footer-primary .widget-title {
  font-weight: 600;
  color: #2D2D2D;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .footer-primary .widget-content br {
    display: none;
  }
}
.footer-primary .widget .small {
  font-size: 14px;
}
.footer-primary .widget ul {
  margin-bottom: 0;
}
.footer-primary .widget ul li a {
  display: block;
  margin-bottom: 8px;
  color: #2D2D2D;
}
.footer-primary .widget ul li a:hover {
  color: #0C99D5;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    display: block;
  }
}
.footer-bottom .dkkd {
  font-size: 14px;
  color: #545454;
}
.footer-copyright {
  padding: 16px 0;
  text-align: center;
  background-color: #1e4f93;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin-top: 50px;
}

.bottom-bar {
  background-color: #1E4F93;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: auto;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.bottom-bar.stuck {
  opacity: 1;
  visibility: visible;
}
.bottom-bar .content {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-bar .content .elephant {
  width: 128px;
  height: 128px;
  background-size: 128px;
  background-image: url("../images/elephant.gif");
  margin-top: -55px;
}
@media only screen and (max-width: 991px) {
  .bottom-bar .content .elephant {
    margin-left: -20px;
    margin-top: -45px;
  }
}
.bottom-bar .content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .bottom-bar .content p {
    display: none;
  }
}

.elephant-3 {
  width: 110px;
  height: 70px;
  background-image: url("../images/elephant-3.png");
  background-position: center;
  background-size: contain;
}

.elephant-6 {
  width: 159px;
  height: 159px;
  background-image: url("../images/elephant-6.png");
  background-position: center;
  background-size: contain;
}

.icon-number1 {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}
.icon-number1:after {
  content: "";
  display: block;
  width: 57px;
  height: 65px;
  background-image: url("../images/icon-number1.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  left: 0;
}

.social-item {
  width: 37px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
}
.social-item.facebook {
  background-image: url("../images/icon-facebook.png");
}
.social-item.youtube {
  background-image: url("../images/icon-youtube.png");
}
.social-item.tiktok {
  background-image: url("../images/icon-tiktok.png");
}

.fixed-lucky {
  position: fixed;
  bottom: 245px;
  right: 13px;
  z-index: 99;
}
.fixed-lucky a {
  width: 60px;
  height: 60px;
  background-image: url(../images/lucky-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.fixed-lucky .inner {
  position: relative;
}
.fixed-lucky .close {
  display: block;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.fixed-lucky .close:after, .fixed-lucky .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: #000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  content: "";
}
.fixed-lucky .close::before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.fixed-contact {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 99;
}
.fixed-contact .item {
  width: 46px;
  height: 46px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
}
.fixed-contact .item.phone {
  background-image: url("../images/icon-call.png");
}
.fixed-contact .item.messenger {
  background-image: url("../images/icon-messenger.png");
}
.fixed-contact .item.zalo {
  background-image: url("https://yola.vn/wp-content/uploads/2024/03/zalo.png");
}
.gm-counter {
  color: #fff;
  position: relative;
}
.gm-counter .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .gm-counter .box-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px;
  }
}
.gm-counter .box-icon .icon {
  width: 40px;
  height: 60px;
  background-image: url("../images/icon-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .gm-counter .box-icon .icon {
    width: 28px;
    height: 50px;
  }
}
.gm-counter .box-icon .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
.gm-counter .box-icon .text p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.gm-counter .box-icon .text p number, .gm-counter .box-icon .text p .counter-number {
  font-size: 36px;
  font-weight: 600;
}
.gm-counter .box-icon .text p span {
  font-size: 20px;
  font-weight: 600;
}

.list-box-icon .item {
  height: 56px;
  border-radius: 10px;
  background-color: #EF434C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list-box-icon .item p {
  margin-bottom: 0;
}
.list-box-icon .item:nth-child(2) {
  background-color: #743E97;
}
.list-box-icon .item:nth-child(3) {
  background-color: #F16A25;
}
.list-box-icon .item:last-child {
  margin-bottom: 0;
}

.box-uudai {
  display: block;
}
.box-uudai .box-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.box-uudai .box-image .inner {
  padding-top: 100%;
  position: relative;
}
.box-uudai .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-uudai .box-text {
  padding: 15px;
}
.box-uudai .box-text h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #2D2D2D;
}
.box-uudai .box-text .date {
  margin-bottom: 5px;
  font-size: 13px;
  color: #2D2D2D;
  background-image: url(../images/clock.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
}
.box-uudai:hover .box-image .inner img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.box-uudai:hover .box-text h4 {
  color: #0C99D5;
}

.box-news {
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .box-news {
    margin-bottom: 15px;
  }
}
.box-news .box-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.box-news .box-image .inner {
  padding-top: 100%;
  position: relative;
}
.box-news .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-news .box-text {
  padding: 15px;
}
.box-news .box-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #2D2D2D;
}
.box-news .box-text .date {
  margin-bottom: 5px;
  font-size: 13px;
  color: #2D2D2D;
  background-image: url(../images/clock.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
}
.box-news .box-text .excerpt {
  font-size: 14px;
  color: #585858;
  margin-bottom: 0;
  text-align: justify;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .box-news .box-text .excerpt {
    display: none;
  }
}
.box-news.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box-news.vertical .box-image {
  width: 37%;
}

.box-news.vertical .box-image .inner {
  padding-top: 100%;
}
.box-news.vertical .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .box-news.vertical .box-text {
    margin-left: 15px;
  }
}
.box-news.vertical .box-text .excerpt {
  font-size: 13px;
}
.box-news.vertical .box-text .title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.box-news.vertical.has-video .box-image:after {
  width: 42px;
  height: 42px;
}
.box-news.has-video .box-image {
  position: relative;
}
.box-news.has-video .box-image:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-news.style-2 {
  padding: 22px;
  border-radius: 12px;
  background: #F9F9F9;
}
@media only screen and (max-width: 991px) {
  .box-news.style-2 {
    display: block;
    padding: 15px;
    margin-bottom: 25px;
  }
}
.box-news.style-2 .box-image {
  width: 62%;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .box-news.style-2 .box-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.box-news.style-2 .box-text .title {
  color: #0C99D5;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.4;
}
.box-news.style-2 .box-text .excerpt {
  font-size: 16px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.box-news.style-2 .box-text .date {
  color: #625F5F;
  font-size: 12px;
  background-image: url(../images/icon-clock.png);
}
.box-news.style-3 {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.box-news.style-3:last-child {
  border: 0;
}
.box-news.style-3 .box-image {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
}
.box-news.style-3 .box-text .title {
  color: #474747;
  font-weight: 600;
  margin-bottom: 8px;
}
.box-news.style-3 .box-text .date {
  color: #625F5F;
  font-size: 12px;
  background-image: url(../images/icon-clock.png);
}
.box-news.style-3:hover .box-text .title {
  color: #0C99D5;
}
.box-news:hover .box-image .inner img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.box-event {
  display: block;
  margin-bottom: 25px;
  height: 100%;
  position: relative;
}
.box-event .box-image {
  border-radius: 8px;
  overflow: hidden;
}
.box-event .box-image .inner {
  padding-top: 75%;
  position: relative;
}
.box-event .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-event .box-text {
  margin-top: 10px;
  padding-bottom: 25px;
}
.box-event .box-text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #474747;
}
.box-event .box-text .datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 25px;
}
.box-event .box-text .date, .box-event .box-text .time {
  margin-bottom: 5px;
  font-size: 13px;
  color: #2D2D2D;
  background-image: url(../images/icon-calendar.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
  margin-right: 25px;
}
.box-event .box-text .time {
  background-image: url(../images/icon-clock.png);
  margin-right: 0;
}
.box-event:hover .box-text .title {
  color: #0C99D5;
}

.box-post {
  display: block;
  margin-bottom: 25px;
  height: 100%;
  position: relative;
}
.box-post .box-image {
  border-radius: 8px;
  overflow: hidden;
}
.box-post .box-image .inner {
  padding-top: 100%;
  position: relative;
}
.box-post .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-post .box-text {
  margin-top: 10px;
  padding-bottom: 25px;
}
.box-post .box-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #474747;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-post .box-text .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-post .box-text .meta .cat {
  background-color: #0C99D5;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 15px;
}
.box-post .box-text .meta .date, .box-post .box-text .meta .time {
  font-size: 13px;
  color: #2D2D2D;
  margin-bottom: 0;
  background-image: url(../images/icon-calendar.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
  margin-right: 15px;
}
.box-post .box-text .meta .time {
  background-image: url(../images/icon-clock.png);
  margin-right: 0;
}
.box-post:hover .box-text .title {
  color: #0C99D5;
}
.box-post.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  border-radius: 8px;
  overflow: hidden;
}
.box-post.vertical .box-image {
  width: 170px;
}
.box-post.vertical .box-image .inner {
  padding-top: 100%;
  position: relative;
}
.box-post.vertical .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 10px 15px 10px;
}
.box-post.vertical .box-text h4 {
  font-size: 13px;
}
.box-post.vertical .box-text .meta {
  margin-top: 0;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-post.vertical .box-text .meta .cat {
  margin-bottom: 5px;
}
.box-post.vertical .box-text .meta .datetime {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-post.uu-dai .box-image .inner {
  padding-top: 100%;
}
.box-post.has-video .box-image {
  position: relative;
}
.box-post.has-video .box-image:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.box-post.has-video:hover .box-image:after {
  opacity: 1;
}

.post-img-ratio-2 .box-post .box-image .inner {
  padding-top: 56.25%;
}

.post-img-ratio-3 .box-post .box-image .inner {
  padding-top: 100%;
}

.box-program {
  position: relative;
  margin-top: 100px;
  height: calc(100% - 100px);
}
.box-program .box-image {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-program .box-image .inner {
  position: relative;
  padding-top: 86.6666%;
}
.box-program .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-program .box-image .title {
  background: rgb(30, 79, 147);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(30, 79, 147)), color-stop(70%, rgb(30, 79, 147)), to(rgba(30, 79, 147, 0)));
  background: linear-gradient(0deg, rgb(30, 79, 147) 0%, rgb(30, 79, 147) 70%, rgba(30, 79, 147, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  padding-top: 40px;
}
.box-program .box-image .title h3 {
  font-weight: 600;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
}
.box-program .box-image .title p {
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .box-program .box-image .title p {
    font-weight: normal;
    font-size: 16px;
  }
}
.box-program .box-text {
  border-radius: 10px;
  border: 1px solid #64CEFC;
  background-color: #fff;
  padding: 20px;
  padding-top: 200px;
  padding-bottom: 60px;
  text-align: center;
  height: 100%;
}
.box-program .box-text .top {
  margin-bottom: 15px;
}
.box-program .box-text .top p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
}
.box-program .box-text .des {
  margin-bottom: 15px;
}
.box-program .box-text .des p {
  margin-bottom: 0;
  font-size: 14px;
}
.box-program .box-text .bottom {
  margin-bottom: 25px;
}
.box-program .box-text .bottom p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .box-program .box-text .bottom p {
    font-size: 15px;
  }
}
.box-program .box-text .action {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.box-program.program1 .box-image .title {
  background: rgb(239, 67, 76);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 67, 76)), color-stop(70%, rgb(239, 67, 76)), to(rgba(239, 67, 76, 0)));
  background: linear-gradient(0deg, rgb(239, 67, 76) 0%, rgb(239, 67, 76) 70%, rgba(239, 67, 76, 0) 100%);
}
.box-program.program2 .box-image .title {
  background: rgb(116, 62, 151);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(116, 62, 151)), color-stop(70%, rgb(116, 62, 151)), to(rgba(116, 62, 151, 0)));
  background: linear-gradient(0deg, rgb(116, 62, 151) 0%, rgb(116, 62, 151) 70%, rgba(116, 62, 151, 0) 100%);
}
.box-program.program3 .box-image .title {
  background: rgb(241, 106, 37);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(241, 106, 37)), color-stop(70%, rgb(241, 106, 37)), to(rgba(241, 106, 37, 0)));
  background: linear-gradient(0deg, rgb(241, 106, 37) 0%, rgb(241, 106, 37) 70%, rgba(241, 106, 37, 0) 100%);
}
.box-program:hover .box-image {
  left: 15px;
  right: 15px;
}

.box-video .box-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
.box-video .box-image .inner {
  position: relative;
  padding-top: 62.55%;
}
.box-video .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-video .box-image .inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 20px 2px;
  background: rgb(74, 74, 74);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(74, 74, 74)), to(rgba(53, 53, 53, 0)));
  background: linear-gradient(0deg, rgb(74, 74, 74) 0%, rgba(53, 53, 53, 0) 100%);
}
.box-video .box-image .inner .title h4 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  max-width: 400px;
}
.box-video .box-image .inner .title p {
  color: #fff;
  font-size: 15px;
}
.box-video .box-image .play {
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.box-video:hover .box-image .play {
  opacity: 1;
}

.box-gallery .box-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
.box-gallery .box-image .inner {
  position: relative;
  padding-top: 75%;
}
.box-gallery .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-teacher {
  text-align: center;
}
.box-teacher .box-text {
  background-color: #0C99D5;
  color: #fff;
  padding: 20px 30px 20px;
  position: relative;
}
.box-teacher .box-text .inner {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-teacher .box-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.box-teacher .box-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.box-teacher .box-text p.mrs {
  margin-bottom: 3px;
}
.box-teacher .box-text p.has-icon {
  background-size: 16px;
  padding-left: 20px;
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
}
.box-teacher .box-text p.cv {
  background-image: url(../images/ico-teach1.svg);
}
.box-teacher .box-text p.kn {
  background-image: url(../images/ico-teach2.svg);
}
.box-teacher .box-text p.td {
  background-image: url(../images/ico-teach3.svg);
}
.box-teacher .box-text p:last-child {
  margin-bottom: 0;
}
.box-teacher .box-text:after {
  position: absolute;
  content: "";
  background: #0C99D5;
  left: -5000%;
  top: 0;
  bottom: 0;
  width: 10000%;
  z-index: 1;
}
.box-teacher .box-image {
  max-width: 200px;
  margin: auto;
}
.box-teacher .box-image .inner {
  position: relative;
  padding-top: 110%;
}
.box-teacher .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-counter {
  padding: 1px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 6px;
  position: relative;
  background: rgb(18, 161, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 161, 255, 0.33)), to(rgba(48, 113, 203, 0)));
  background: linear-gradient(180deg, rgba(18, 161, 255, 0.33) 0%, rgba(48, 113, 203, 0) 100%);
}
.box-counter .inner {
  padding: 20px;
  border-radius: 10px;
  background: rgb(51, 113, 200);
  background: -webkit-gradient(linear, left top, left bottom, from(#1b53a1), to(rgba(42, 100, 183, 0.33)));
  background: linear-gradient(180deg, #1b53a1 0%, rgba(42, 100, 183, 0.33) 100%);
}
.box-counter h5 {
  font-size: 40px;
  font-weight: bold;
}
.box-counter h5 small {
  font-size: 16px;
  font-weight: normal;
}
.box-counter p {
  font-size: 14px;
}
.box-counter .icon {
  display: block;
  width: 30px;
  height: 41px;
  background-image: url(../images/icon-1y.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.box-cauchuyen .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.box-cauchuyen .box-image .inner {
  position: relative;
  padding-top: 100%;
}
.box-cauchuyen .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-cauchuyen .box-text {
  color: #fff;
  text-align: center;
  margin: -15px 20px;
  position: relative;
}
.box-cauchuyen .box-text .thanhtich {
  background-color: #EF434C;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 20px;
}
.box-cauchuyen .box-text h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.box-cauchuyen .box-text p {
  font-size: 14px;
  font-weight: 600;
}
.box-cauchuyen:hover .box-image .inner img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.box-scholarship {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.box-scholarship .box-image .inner {
  position: relative;
  padding-top: 65%;
}
@media only screen and (max-width: 991px) {
  .box-scholarship .box-image .inner {
    padding-top: 92%;
  }
}
.box-scholarship .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-scholarship .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 25px 20px;
  background: rgb(30, 79, 147);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 79, 147, 0)), to(rgb(30, 79, 147)));
  background: linear-gradient(180deg, rgba(30, 79, 147, 0) 0%, rgb(30, 79, 147) 100%);
}
.box-scholarship .box-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-scholarship .box-text h3 span {
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.box-biquyet .box-image {
  margin-right: 60px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .box-biquyet .box-image {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .box-biquyet .box-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box-biquyet .box-text {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .box-biquyet .box-text .section-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .box-biquyet .box-text .section-description {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home .section-slider .home-slider {
    margin-bottom: 190px;
  }
}
.home .section-slider .home-slider .slider-item {
  position: relative;
}
.home .section-slider .home-slider .slider-item > .inner {
  padding-top: 40%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .section-slider .home-slider .slider-item > .inner {
    padding-top: 125%;
  }
}
.home .section-slider .home-slider .slider-item > .inner img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.home .section-slider .home-slider .slider-item > .inner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.home .section-slider .home-slider .slider-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .home .section-slider .home-slider .slider-item-content {
    top: 50%;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.home .section-slider .home-slider .slider-item-content .box-text h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  display: inline-block;
  position: absolute;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .home .section-slider .home-slider .slider-item-content .box-text h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    bottom: inherit;
    display: block;
  }
}
.home .section-home-program .section-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .section-title {
    margin-bottom: 35px;
  }
}
.home .section-home-program .section-bg {
  background-image: url("../images/home-program-bg.png");
  background-position: top left;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .section-bg {
    background-image: none;
    background-color: #F3FDFF;
  }
}
.home .section-home-program .program-list {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .slick-list {
    padding: 0 !important;
  }
}
.home .section-home-program .program-list .box-program {
  height: auto;
  width: calc(33.3333333333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.home .section-home-program .program-list .box-program .box-text {
  padding-top: 170px;
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .box-program .box-text {
    opacity: 0;
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .box-program .box-image {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .box-program {
    width: 280px !important;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .box-program.slick-current .box-text {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-home-program .program-list .box-program.slick-current .box-image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .section-news .section-bg {
  background-color: #F9F9F9;
}
.home .section-catbuoc {
  padding-top: 40px;
  padding-bottom: 50px;
}
.home .section-catbuoc h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .home .section-catbuoc h3 {
    text-align: center;
    font-size: 25px;
  }
}
.home .section-catbuoc .list-box-icon {
  max-width: 420px;
}
@media only screen and (max-width: 991px) {
  .home .section-catbuoc .list-box-icon {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-catbuoc .box-image {
    margin-bottom: 30px;
    text-align: center;
  }
}
.home .section-hocbong {
  padding: 60px 0 0;
  background-color: #CCF0FF;
}
@media only screen and (max-width: 991px) {
  .home .section-hocbong {
    padding: 50px 0 0;
  }
}
.home .section-hocbong .box-image {
  text-align: center;
}
.home .section-hocbong .box-text {
  margin-bottom: 80px;
}
@media only screen and (max-width: 549px) {
  .home .section-hocbong .box-text {
    margin-bottom: 30px;
  }
}
.home .section-hocbong .box-text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #1E4F93;
  position: relative;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .home .section-hocbong .box-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 549px) {
  .home .section-hocbong .box-text h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home .section-hocbong .box-text h3 span {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  margin-top: -16px;
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .home .section-hocbong .box-text h3 span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 549px) {
  .home .section-hocbong .box-text h3 span {
    font-size: 38px;
    margin-top: -6px;
  }
}
.home .section-lotrinh {
  padding-top: 80px;
}
.home .section-lotrinh .section-title {
  margin: auto;
  position: relative;
  display: table;
  margin-bottom: 15px;
}
.home .section-lotrinh .section-title:before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  background-image: url(../images/elephant-4.gif);
  background-position: center;
  background-size: contain;
  left: -100px;
  bottom: -15px;
  background-repeat: no-repeat;
}
.home .section-lotrinh .box-image-lotrinh {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .home .section-lotrinh .box-image-lotrinh {
    display: none;
  }
}
.home .section-lotrinh .action {
  margin-top: 35px;
}
.home .section-lotrinh .action span {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .home .section-lotrinh .action span {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.home .section-lotrinh .section-bg {
  background-color: #F9F9F9;
}
.home .section-lotrinh .lotrinh-acc-item {
  margin-bottom: 5px;
}
.home .section-lotrinh .lotrinh-acc-item .acc-title {
  background-color: #1E4F93;
  color: #fff;
  padding: 10px 30px 10px 10px;
  position: relative;
  cursor: pointer;
}
.home .section-lotrinh .lotrinh-acc-item .acc-title h4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
.home .section-lotrinh .lotrinh-acc-item .acc-title p {
  font-size: 15px;
  margin-bottom: 0;
}
.home .section-lotrinh .lotrinh-acc-item .acc-title::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 45px;
  line-height: 1;
  font-weight: 300;
}
.home .section-lotrinh .lotrinh-acc-item .acc-content {
  display: none;
  margin-top: 5px;
}
.home .section-lotrinh .lotrinh-acc-item.program1 .acc-title {
  background-color: #EF434C;
}
.home .section-lotrinh .lotrinh-acc-item.program2 .acc-title {
  background-color: #743E97;
}
.home .section-lotrinh .lotrinh-acc-item.program3 .acc-title {
  background-color: #F16A25;
}
.home .section-lotrinh .lotrinh-acc-item.active .acc-title::after {
  content: "-";
}
.home .section-lotrinh .lotrinh-acc-item.active .acc-content {
  display: block;
}
.home .section-why-yola {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home .section-why-yola {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.home .section-why-yola .section-title {
  color: #fff;
}
.home .section-why-yola .why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 740px;
  height: 370px;
  margin: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list {
    width: 540px;
    height: 270px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 425px;
    margin-top: 65px;
  }
}
.home .section-why-yola .why-list:after {
  content: "";
  display: block;
  width: 740px;
  height: 740px;
  border-radius: 50%;
  border: 1px dotted #fff;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list:after {
    width: 540px;
    height: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list:after {
    content: none;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list:before {
    content: "";
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 26px;
    right: 0;
    background-image: url(../images/why-line.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.home .section-why-yola .why-list-item {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item {
    margin: auto !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    color: #000;
  }
}
.home .section-why-yola .why-list-item .icon {
  width: 58px;
  cursor: pointer;
}
.home .section-why-yola .why-list-item .icon img {
  width: 100%;
}
.home .section-why-yola .why-list-item h4 {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  width: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list-item h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .home .section-why-yola .why-list-item h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item h4 {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: left !important;
    width: 100% !important;
    color: #2D2D2D;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.home .section-why-yola .why-list-item .des {
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  width: 320px;
  top: 145px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list-item .des {
    font-size: 11px;
    width: 285px;
    top: 118px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item .des {
    display: block;
    position: relative;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    top: auto;
    left: auto;
    color: #474747;
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item.item-1, .home .section-why-yola .why-list-item.item-2, .home .section-why-yola .why-list-item.item-3, .home .section-why-yola .why-list-item.item-4, .home .section-why-yola .why-list-item.item-5 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.home .section-why-yola .why-list-item.active .des {
  visibility: visible;
  opacity: 1;
}
.home .section-why-yola .why-list-item.active .icon {
  width: 68px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item.active .icon {
    width: 58px;
  }
}
.home .section-why-yola .why-list-item.active .icon:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 56px;
  display: block;
  background-image: url(../images/why-char.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 15px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list-item.active .icon:after {
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home .section-why-yola .why-list-item.active .icon:after {
    content: none;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-4 {
  bottom: 80px;
  left: -10px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p1 .why-list-item.item-4 {
    bottom: 40px;
    left: -20px;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-4 h4 {
  right: 70px;
  text-align: right;
}
.home .section-why-yola .why-list.p1 .why-list-item.item-5 {
  top: 50px;
  left: 120px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p1 .why-list-item.item-5 {
    top: 30px;
    left: 70px;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-5 h4 {
  right: 70px;
  text-align: right;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p1 .why-list-item.item-1 {
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .section-why-yola .why-list.p1 .why-list-item.item-1 h4 {
  text-align: center;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p1 .why-list-item.item-1 h4 {
    top: -50px;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-2 {
  top: 50px;
  right: 120px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p1 .why-list-item.item-2 {
    top: 30px;
    right: 70px;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-2 h4 {
  left: 70px;
}
.home .section-why-yola .why-list.p1 .why-list-item.item-3 {
  bottom: 80px;
  right: -10px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p1 .why-list-item.item-3 {
    bottom: 40px;
    right: -20px;
  }
}
.home .section-why-yola .why-list.p1 .why-list-item.item-3 h4 {
  left: 70px;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p2 .why-list-item.item-5 {
  bottom: 80px;
  left: -10px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p2 .why-list-item.item-5 {
    bottom: 40px;
    left: -20px;
  }
}
.home .section-why-yola .why-list.p2 .why-list-item.item-5 h4 {
  right: 70px;
  text-align: right;
}
.home .section-why-yola .why-list.p2 .why-list-item.item-1 {
  top: 50px;
  left: 120px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p2 .why-list-item.item-1 {
    top: 30px;
    left: 70px;
  }
}
.home .section-why-yola .why-list.p2 .why-list-item.item-1 h4 {
  right: 70px;
  text-align: right;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p2 .why-list-item.item-2 {
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .section-why-yola .why-list.p2 .why-list-item.item-2 h4 {
  text-align: center;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p2 .why-list-item.item-2 h4 {
    top: -50px;
  }
}
.home .section-why-yola .why-list.p2 .why-list-item.item-3 {
  top: 50px;
  right: 120px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p2 .why-list-item.item-3 {
    top: 30px;
    right: 70px;
  }
}
.home .section-why-yola .why-list.p2 .why-list-item.item-3 h4 {
  left: 70px;
}
.home .section-why-yola .why-list.p2 .why-list-item.item-4 {
  bottom: 80px;
  right: -10px;
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p2 .why-list-item.item-4 {
    bottom: 40px;
    right: -20px;
  }
}
.home .section-why-yola .why-list.p2 .why-list-item.item-4 h4 {
  left: 70px;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-1 {
  bottom: 80px;
  left: -10px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-1 h4 {
  right: 70px;
  text-align: right;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-2 {
  top: 50px;
  left: 120px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-2 h4 {
  right: 70px;
  text-align: right;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-3 {
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .section-why-yola .why-list.p3 .why-list-item.item-3 h4 {
  text-align: center;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p3 .why-list-item.item-3 h4 {
    top: -50px;
  }
}
.home .section-why-yola .why-list.p3 .why-list-item.item-4 {
  top: 50px;
  right: 120px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-4 h4 {
  left: 70px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-5 {
  bottom: 80px;
  right: -10px;
}
.home .section-why-yola .why-list.p3 .why-list-item.item-5 h4 {
  left: 70px;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-2 {
  bottom: 80px;
  left: -10px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-2 h4 {
  right: 70px;
  text-align: right;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-3 {
  top: 50px;
  left: 120px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-3 h4 {
  right: 70px;
  text-align: right;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-4 {
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .section-why-yola .why-list.p4 .why-list-item.item-4 h4 {
  text-align: center;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p4 .why-list-item.item-4 h4 {
    top: -50px;
  }
}
.home .section-why-yola .why-list.p4 .why-list-item.item-5 {
  top: 50px;
  right: 120px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-5 h4 {
  left: 70px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-1 {
  bottom: 80px;
  right: -10px;
}
.home .section-why-yola .why-list.p4 .why-list-item.item-1 h4 {
  left: 70px;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-3 {
  bottom: 80px;
  left: -10px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-3 h4 {
  right: 70px;
  text-align: right;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-4 {
  top: 50px;
  left: 120px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-4 h4 {
  right: 70px;
  text-align: right;
  margin-top: -2px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-5 {
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home .section-why-yola .why-list.p5 .why-list-item.item-5 h4 {
  text-align: center;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1299px) {
  .home .section-why-yola .why-list.p5 .why-list-item.item-5 h4 {
    top: -50px;
  }
}
.home .section-why-yola .why-list.p5 .why-list-item.item-1 {
  top: 50px;
  right: 120px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-1 h4 {
  left: 70px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-2 {
  bottom: 80px;
  right: -10px;
}
.home .section-why-yola .why-list.p5 .why-list-item.item-2 h4 {
  left: 70px;
  margin-top: -2px;
}
.home .section-why-yola .section-bg {
  background-color: #1E4F93;
  background-image: url("../images/why-yola-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .home .section-why-yola .section-bg {
    background-image: none;
  }
}
.home .section-why-yola .section-bg:after {
  content: "";
  position: absolute;
  background-image: url(../images/why-bg-mb.png);
  width: 400px;
  height: 400px;
  right: -77Px;
  top: -100px;
  z-index: 9;
  opacity: 0.2;
}
.home .section-teacher {
  padding-bottom: 0;
}
.home .section-teacher .section-bg {
  background-color: #EBFBFF;
  background-image: url("../images/teacher-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
.home .section-teacher:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #0C99D5;
  z-index: -1;
}
.home .section-teacher .teacher-list {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home .section-teacher .teacher-list {
    max-width: 549px;
  }
}
.home .section-teacher .home-teacher-slider .slick-list {
  overflow: initial;
}
.home .section-teacher .home-teacher-slider .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .section-teacher .home-teacher-slider .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.home .section-teacher .home-teacher-slider .box-teacher .box-text {
  padding-bottom: 70px;
}
.home-counter {
  background-color: #0C99D5;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 110px;
  padding: 16px 0;
  -webkit-box-shadow: 0 -1px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -1px 8px 0px rgba(0, 0, 0, 0.25);
  margin-top: -13px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-counter {
    padding-top: 130px;
    padding-bottom: 32px;
  }
}
.home-counter .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-counter .box-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px;
  }
}
.home-counter .box-icon .icon {
  width: 40px;
  height: 60px;
  background-image: url("../images/icon-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .home-counter .box-icon .icon {
    width: 28px;
    height: 50px;
  }
}
.home-counter .box-icon .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
.home-counter .box-icon .text p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.home-counter .box-icon .text p number, .home-counter .box-icon .text p .counter-number {
  font-size: 36px;
  font-weight: 600;
}
.home-counter .box-icon .text p span {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .about .section-banner .inner .content {
    padding-top: 300px;
  }
}
.about .section-banner .inner .content .box-text h2 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about .section-banner .inner .content .box-text h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    bottom: auto;
    margin-bottom: 25px;
    display: block;
    margin-top: 0;
  }
}
.about .section-banner .inner .content .box-text h2::after {
  content: "";
  width: 248px;
  height: 115px;
  background-image: url("../images/about-banner-char.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 100%;
  top: -15px;
}
.about .section-banner .section-bg {
  background-position: center;
  background-size: cover;
}
.about .section-about-us {
  padding-bottom: 0;
  max-width: 1440px;
  margin: auto;
}
.about .section-about-us .box-text {
  max-width: 560px;
  float: right;
  z-index: 2;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-us .box-text {
    margin-top: 45px;
  }
}
.about .section-about-us .box-text h2 {
  color: #0C99D5;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-us .box-text h2 {
    font-size: 28px;
    text-align: center;
  }
}
.about .section-about-us .box-text .lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-us .box-text .lead {
    font-size: 20px;
    text-align: justify;
  }
}
.about .section-about-us .box-text .section-description2 {
  text-align: justify;
}
.about .section-about-us .box-image {
  margin-left: -70px;
}
.about .section-founder-head {
  padding: 30px 0 0;
}
.about .section-founder-head .section-title {
  text-align: center;
}
.about .section-founder .inner {
  padding-top: 34.7222222222%;
}
@media only screen and (max-width: 767px) {
  .about .section-founder .inner {
    padding: initial;
  }
}
.about .section-founder .inner .content {
  top: 20%;
}
@media only screen and (max-width: 767px) {
  .about .section-founder .inner .content {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-founder .inner .content .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-founder .box-image {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-founder .box-image img {
    width: 100%;
  }
}
.about .section-founder .section-bg {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about .section-founder .section-bg {
    background-image: none !important;
  }
}
.about .section-founder .box-founder {
  color: #fff;
  max-width: 470px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about .section-founder .box-founder {
    color: #474747;
    max-width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    padding: 35px 20px 0;
    text-align: center;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
  }
}
.about .section-founder .box-founder .title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about .section-founder .box-founder .title {
    font-size: 22px;
  }
}
.about .section-founder .box-founder .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.about .section-founder .box-founder .des {
  font-size: 14px;
  text-align: justify;
}
.about .section-founder .box-founder.fl {
  float: right;
}
.about .section-conso .box-text {
  color: #fff;
  margin-top: 40px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .about .section-conso .box-text {
    margin-right: 0;
    margin-top: 0;
  }
}
.about .section-conso .section-title {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about .section-conso .section-title {
    text-align: center;
  }
}
.about .section-conso .section-description2 {
  text-align: justify;
}
.about .section-conso .elephant-3 {
  margin-left: -15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .about .section-conso .elephant-3 {
    margin: auto;
    margin-bottom: 15px;
  }
}
.about .section-conso .counter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .about .section-conso .counter-list {
    margin-left: 0;
    margin-top: 15px;
  }
}
.about .section-conso .counter-list .box-counter {
  width: calc(33.3333333333% - 5px);
}
@media only screen and (max-width: 767px) {
  .about .section-conso .counter-list .box-counter {
    width: 100%;
  }
}
.about .section-conso .counter-list .box-counter .inner {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about .section-conso .counter-list .box-counter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-conso .counter-list .box-counter .inner .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-conso .counter-list .box-counter .icon {
    margin-right: 20px;
    margin-top: 7px;
  }
}
.about .section-conso .section-bg {
  background-image: url("../images/counter-bg.png");
  background-position: left bottom;
  background-size: auto;
  background-color: #1E4F93;
}
.about .section-about-vision {
  padding: 0;
}
.about .section-about-vision .inner {
  padding: 60px 0 10px 50px;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-vision .inner {
    padding: 50px 0 30px;
  }
}
.about .section-about-vision .box-image {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about .section-about-vision .box-image {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
}
.about .section-about-vision .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .section-about-vision .box-text {
  margin-bottom: 30px;
}
.about .section-about-vision .box-text:last-child {
  margin-bottom: 0;
}
.about .section-about-vision .section-title {
  margin-bottom: 15px;
  color: #1E4F93;
}
.about .section-about-vision .section-description {
  margin-bottom: 10px;
  line-height: 1.3;
}
.about .section-about-vision .section-description2 {
  text-align: justify;
}
.about .section-about-vision .vision-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.about .section-about-vision .vision-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.about .section-about-vision .vision-list-item img {
  width: 46px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-vision .vision-list-item img {
    width: 36px;
    margin-right: 10px;
  }
}
.about .section-about-vision .vision-list-item p {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .about .section-about-vision .vision-list-item p {
    font-size: 13px;
  }
}
.about .section-about-vision .section-bg {
  background: rgb(235, 251, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 251, 255)), color-stop(50%, rgb(235, 251, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(235, 251, 255) 0%, rgb(235, 251, 255) 50%, rgb(255, 255, 255) 100%);
}
.about .section-about-award .section-title {
  margin-top: -40px;
  margin-left: 30px;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .section-title {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}
.about .section-about-award .award-box {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .award-box {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.about .section-about-award .award-box .box-text {
  display: none;
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .award-box .box-text {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .award-box .box-text h5 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
  }
}
.about .section-about-award .award-box .box-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.about .section-about-award .slick-list {
  overflow: initial;
}
.about .section-about-award .slick-slide {
  opacity: 0;
  visibility: hidden;
}
.about .section-about-award .slick-active {
  opacity: 1;
  visibility: visible;
}
.about .section-about-award .slick-active + .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .section-about-award .slick-active + .slick-active .box-text {
  display: block;
  position: absolute;
  left: calc(100% + 52px);
  top: 50%;
  width: 400px;
}
.about .section-about-award .slick-active + .slick-active .box-text h5 {
  font-weight: bold;
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .slick-dots {
    bottom: -30px;
  }
}
.about .section-about-award .slick-arrow {
  top: 90%;
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .slick-arrow {
    top: auto;
    bottom: -30px;
  }
}
.about .section-about-award .slick-arrow.slick-next {
  right: -130px;
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .slick-arrow.slick-next {
    right: inherit;
  }
}
.about .section-about-award .slick-arrow.slick-prev {
  left: auto;
  right: -85px;
  top: calc(90% + 4px);
}
@media only screen and (max-width: 991px) {
  .about .section-about-award .slick-arrow.slick-prev {
    right: inherit;
  }
}
.about .section-about-award .section-bg {
  background-color: #F5F5F5;
  background-image: url("../images/award-bg.png");
  background-position: right bottom;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .about .section-about-partner {
    padding-bottom: 0;
  }
}
.about .section-about-partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .about .section-about-partner .partner-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .about .section-about-partner .partner-list-item {
    width: calc(50% - 10px);
    text-align: center;
    margin: 5px 0;
  }
}

.program-list {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .programs .section-banner .inner .content {
    padding-top: 410px;
  }
}

.program-single .section-news .section-bg {
  background-color: #f9f9f9;
}
.program-single .section-program .section-bg:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 20px;
  background-image: url(../images/program0line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .program-single .section-program .section-bg:after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .program-single .section-program .action {
    text-align: center;
  }
}
.program-single .section-program .list-6cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.program-single .section-program .list-6cs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.program-single .section-program .list-6cs .item p {
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .program-single .section-program .list-6cs .item p {
    margin-left: 5px;
    font-size: 14px;
  }
}
.program-single .section-program .list-6cs .item p::first-letter {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .program-single .section-program .list-6cs .item p::first-letter {
    font-size: 20px;
  }
}
.program-single.program1 .section-program .section-bg:after {
  background-image: url(../images/program1line.png);
}
.program-single.program2 .section-program .section-bg:after {
  background-image: url(../images/program2line.png);
}
.program-single.program3 .section-program .section-bg:after {
  background-image: url(../images/program3line.png);
}
@media only screen and (max-width: 767px) {
  .program-single .form.bg {
    background-image: url(../images/form-bg22.png);
    background-position: top center;
    background-size: cover;
    border-radius: 15px;
    margin: 0;
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
            box-shadow: 1px 2px 2px 2px rgba(0, 5, 46, 0.15);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .program-single .form.bg .inner .form-title {
    color: #fff;
  }
}

.box-program-head {
  display: inline-block;
  padding: 20px 30px 20px;
  background: rgba(30, 79, 147, 0.4);
  border-radius: 12px;
  color: #fff;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .box-program-head {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
    padding: 20px 20px 20px;
  }
}
.box-program-head h1 {
  font-size: 36px;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-program-head h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.box-program-head .lead {
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .box-program-head .lead {
    font-size: 17px;
  }
}
.box-program-head .program-target p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .box-program-head .program-target p br {
    display: none;
  }
}

.box-program-text {
  margin-left: 35px;
}
@media only screen and (max-width: 1399px) {
  .box-program-text {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box-program-text {
    margin-left: 0;
  }
}
.box-program-text .btn {
  margin-top: 7px;
}

.program-section-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .program-section-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.program-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1E4F93;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .program-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.program-subtitle {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1E4F93;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .program-subtitle {
    font-size: 20px;
  }
}
.program-subtitle br {
  display: none;
}
.program-des {
  font-size: 14px;
  text-align: justify;
}
.program-target {
  margin-bottom: 15px;
}
.program-target h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2D2D2D;
  margin-bottom: 10px;
}
.program-target p {
  font-size: 16px;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
  margin-bottom: 5px;
  color: #2D2D2D;
  background-image: url("../images/icon-alarm.png");
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
}
.program-target p.gv {
  background-image: url("../images/icon-person.png");
}
.program-target p.gv br {
  display: none;
}
.program-target.mt p {
  background-image: url("../images/icon-check.png");
  font-weight: normal;
}

.section-program .section-bg {
  background: rgb(235, 251, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 251, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(235, 251, 255) 0%, rgb(255, 255, 255) 100%);
}
@media only screen and (max-width: 767px) {
  .section-program .section-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(235, 251, 255)), to(rgb(255, 255, 255))) !important;
    background: linear-gradient(0deg, rgb(235, 251, 255) 0%, rgb(255, 255, 255) 100%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-program .box-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-program .box-image {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.section-program:nth-child(2n+1) .box-program-text {
  margin-left: 0;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .section-program:nth-child(2n+1) .box-program-text {
    margin-right: 0;
  }
}
.section-program:nth-child(2n+1) .section-bg {
  background: rgb(235, 251, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(235, 251, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 251, 255) 100%);
}

.programs .section-thanhqua {
  padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .programs .section-thanhqua {
    padding-bottom: 50px;
  }
}
.programs .section-thanhqua .section-bg {
  background-image: url(../images/hanhtrinh-bg.png);
  background-position: bottom left;
  background-size: auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .programs .section-thanhqua .section-bg {
    background-image: none;
  }
}

.section-program-lotrinh .box-action {
  margin-top: 30px;
}
.section-program-lotrinh h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.section-program-lotrinh .section-bg {
  background-color: #F9F9F9;
}

.program-why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.program-why-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-why-list .program-box-why {
  border-radius: 10px;
  padding: 20px 20px 30px;
  background-color: #E9EDF4;
  position: relative;
  width: calc(33.3333333333% - 15px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .program-why-list .program-box-why {
    width: 280px;
    margin-right: 15px;
    height: inherit;
  }
}
.program-why-list .program-box-why .icon {
  margin-bottom: 20px;
  height: 52px;
}
.program-why-list .program-box-why .number {
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 18px;
}
.program-why-list .program-box-why .content h5 {
  font-size: 20px;
  font-weight: bold;
  color: #1E4F93;
  margin-bottom: 15px;
  line-height: 1.4;
}
.program-why-list .program-box-why .content p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: justify;
}

.program-lotrinh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program-lotrinh-list .program-box-lotrinh {
  width: calc(20% - 15px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh {
    width: calc(50% - 5px);
  }
}
.program-lotrinh-list .program-box-lotrinh .number {
  display: block;
  width: 31px;
  height: 31px;
  line-height: 25px;
  margin: auto;
  background: #1E4F93;
  color: #fff;
  border-radius: 99px;
  border: 3px solid #D2DCE9;
  font-size: 14px;
  text-align: center;
  margin-bottom: -16px;
  z-index: 9;
  position: relative;
}
.program-lotrinh-list .program-box-lotrinh:nth-child(1) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh:nth-child(1) {
    margin-top: 20px;
  }
}
.program-lotrinh-list .program-box-lotrinh:nth-child(2) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh:nth-child(2) {
    margin-top: 40px;
  }
}
.program-lotrinh-list .program-box-lotrinh:nth-child(3) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh:nth-child(3) {
    margin-top: 0;
  }
}
.program-lotrinh-list .program-box-lotrinh:nth-child(4) {
  margin-top: 20px;
}
.program-lotrinh-list .program-box-lotrinh .box-text {
  border-radius: 8px;
  background: #1E4F93;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  min-height: 70px;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh .box-text {
    min-height: 60px;
  }
}
.program-lotrinh-list .program-box-lotrinh .box-text .sub {
  background: #E9EDF4;
  color: #2d2d2d;
  font-weight: normal;
  padding: 15px 0;
  margin-top: 15px;
  border-bottom: 5px solid #1E4F93;
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-list .program-box-lotrinh .box-text {
    line-height: 1.3;
    padding-top: 20px;
    font-size: 14px;
  }
}

.program-lotrinh-arr {
  width: 100%;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/program4-ltarrow.png");
}
@media only screen and (max-width: 767px) {
  .program-lotrinh-arr {
    background-image: url("../images/program4-ltarrow2.png");
  }
}

.program1 .box-program-text .program-title, .program1 .box-program-text .program-subtitle, .program1 .box-program-text .program-section-title {
  color: #EF434C;
}
.program1 .program-why-list .program-box-why {
  background-color: #FCD9DB;
}
.program1 .program-why-list .program-box-why .number {
  color: #EF434C;
}
.program1 .program-why-list .program-box-why .content h5 {
  color: #EF434C;
}
.program1 .program-why-list .program-box-why .content p {
  color: #474747;
}
@media only screen and (max-width: 767px) {
  .program1 .program-lotrinh-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program1 .program-box-lotrinh {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 767px) {
  .program1 .program-box-lotrinh {
    width: calc(50% - 5px);
  }
}
.program1 .program-box-lotrinh .box-text {
  background-color: #EF434C;
}
.program1 .program-box-lotrinh .box-text .sub {
  border-bottom: 5px solid #EF434C;
}
.program1 .program-box-lotrinh .number {
  color: transparent;
  width: 47px;
  height: 47px;
  border-radius: inherit;
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/program1-lt1number.png");
}
@media only screen and (max-width: 767px) {
  .program1 .program-box-lotrinh .number {
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
  }
}
.program1 .program-box-lotrinh:nth-child(2) .number {
  background-image: url("../images/program1-lt2number.png");
}
.program1 .program-box-lotrinh:nth-child(3) .number {
  background-image: url("../images/program1-lt3number.png");
}
.program1 .program-box-lotrinh:nth-child(4) .number {
  background-image: url("../images/program1-lt4number.png");
}
.program1 .program-lotrinh-arr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .program1 .section-cauchuyen {
    padding-top: 120px;
    overflow: initial;
  }
}
.program1 .section-cauchuyen .section-title {
  position: relative;
  margin-bottom: 20px;
}
.program1 .section-cauchuyen .section-title:after {
  content: "";
  width: 180px;
  height: 145px;
  display: block;
  position: absolute;
  right: -30px;
  bottom: -10px;
  background-image: url("../images/cauchuyen-char.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .program1 .section-cauchuyen .section-title:after {
    bottom: 60px;
    left: 50%;
  }
}
.program1 .section-cauchuyen .section-bg {
  background-image: url("../images/cauchuyen-bg2.png");
}
@media only screen and (max-width: 767px) {
  .program1 .section-cauchuyen .section-bg {
    background-position: left top;
  }
}

.program2 .box-program-text .program-title, .program2 .box-program-text .program-subtitle, .program2 .box-program-text .program-section-title {
  color: #743E97;
}
.program2 .program-why-list .program-box-why {
  background-color: #F1ECF5;
}
.program2 .program-why-list .program-box-why .number {
  color: #743E97;
}
.program2 .program-why-list .program-box-why .content h5 {
  color: #743E97;
}
.program2 .program-lotrinh-arr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .program2 .program-lotrinh-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program2 .program-box-lotrinh .box-text {
  background-color: #743E97;
}
.program2 .program-box-lotrinh .box-text .sub {
  border-bottom: 5px solid #743E97;
}
.program2 .program-box-lotrinh .number {
  background: #743E97;
  border: 3px solid #E3D8EA;
}

.program3 .box-program-text .program-title, .program3 .box-program-text .program-subtitle, .program3 .box-program-text .program-section-title {
  color: #F16A25;
}
.program3 .program-why-list .program-box-why {
  background-color: #FEF0E9;
}
.program3 .program-why-list .program-box-why .number {
  color: #F16A25;
}
.program3 .program-why-list .program-box-why .content h5 {
  color: #F16A25;
}
@media only screen and (max-width: 767px) {
  .program3 .program-lotrinh-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program3 .program-box-lotrinh {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 767px) {
  .program3 .program-box-lotrinh {
    width: calc(50% - 3px);
  }
}
.program3 .program-box-lotrinh .box-text {
  font-size: 24px;
  background-color: #F16A25;
}
.program3 .program-box-lotrinh .box-text .sub {
  border-bottom: 5px solid #F16A25;
}
@media only screen and (max-width: 767px) {
  .program3 .program-box-lotrinh .box-text {
    font-size: 18px;
  }
}
.program3 .program-box-lotrinh .number {
  background: #F16A25;
  border: 3px solid #FCE1D3;
}
.program3 .program-lotrinh-arr {
  background-image: url("../images/program3-ltarrow.png");
}
@media only screen and (max-width: 767px) {
  .program3 .program-lotrinh-arr {
    background-image: url("../images/program3-ltarrow2.png");
  }
}

.section-circle {
  padding: 40px 0 50px;
}
.section-circle .section-bg {
  background-color: #F9F9F9;
}

.tienich .section-biquyet {
  padding-bottom: 90px;
}
.tienich .section-bantin {
  padding-top: 0;
}
.tienich .section-events-slider {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tienich .section-events-slider {
    background-color: #EBFBFF;
    overflow: initial;
  }
}

@media only screen and (max-width: 767px) {
  .event-slider {
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.event-slider-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-image {
    border-radius: 13px;
    overflow: hidden;
  }
}
.event-slider-item .box-image .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.event-slider-item .box-image .inner {
  position: relative;
  padding-top: 40%;
}
@media only screen and (min-width: 1800px) {
  .event-slider-item .box-image .inner {
    padding-top: 32%;
  }
}
@media only screen and (max-width: 991px) {
  .event-slider-item .box-image .inner {
    padding-top: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-image .inner {
    padding-top: 110%;
  }
}
.event-slider-item .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.event-slider-item .box-text {
  z-index: 2;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-text {
    position: relative;
    color: #474747;
    bottom: auto;
    margin-top: 20px;
  }
}
.event-slider-item .box-text .box-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-text .box-text-inner {
    display: block;
  }
}
.event-slider-item .box-text .box-text-inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 90px;
}
@media only screen and (max-width: 991px) {
  .event-slider-item .box-text .box-text-inner .left {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-text .box-text-inner .right {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.event-slider-item .box-text h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .event-slider-item .box-text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .event-slider-item .box-text h2 {
    font-size: 22px;
  }
}
.event-slider-item .box-text .tag {
  display: inline-block;
  padding: 7px 12px;
  background: rgba(241, 106, 37, 0.2);
  color: #F16A25;
  border-radius: 5px;
  margin-bottom: 8px;
}
.event-slider-item .box-text .datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-slider-item .box-text .date, .event-slider-item .box-text .time {
  margin-bottom: 5px;
  font-size: 14px;
  background-image: url(../images/icon-calendar2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  margin-right: 25px;
}
.event-slider-item .box-text .time {
  background-image: url(../images/icon-clock2.png);
  margin-right: 0;
}

.hethongtrungtam .section-form {
  padding-top: 0;
}
.hethongtrungtam .section-banner > .inner {
  padding-top: 46%;
}
.hethongtrungtam .section-location {
  margin-top: -90px;
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-location {
    margin-top: 0;
    padding-top: 50px;
  }
}
.hethongtrungtam .section-location .section-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-location .section-title {
    text-align: center;
  }
}
.hethongtrungtam .section-location .section-bg {
  background-color: #F3FAFD;
}
.hethongtrungtam .section-sumary {
  z-index: 1;
  padding: 0;
  margin-top: -160px;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-sumary {
    margin-top: 0;
  }
}
.hethongtrungtam .section-sumary .box-right {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-sumary .box-right {
    padding-left: 0;
  }
}
.hethongtrungtam .section-sumary .section-title {
  color: #1E4F93;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-sumary .section-title {
    text-align: center;
  }
}
.hethongtrungtam .section-sumary .section-title b {
  font-size: 50px;
  font-weight: bold;
}
.hethongtrungtam .section-sumary .section-description2 {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .hethongtrungtam .section-sumary .section-description2 {
    margin-bottom: 30px;
  }
}
.hethongtrungtam .section-sumary .box-image {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.hethongtrungtam .section-sumary .box-image .inner {
  position: relative;
  padding-top: 70%;
}
.hethongtrungtam .section-sumary .box-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-list {
  background-color: #FFF;
  border: 1px solid #0C99D5;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .location-list {
    padding: 10px;
    z-index: 99;
    position: relative;
  }
}
.location-list-item {
  border-top: 1px solid #CCF0FF;
  padding: 15px;
}
.location-list-item h5 {
  font-size: 18px;
  font-weight: bold;
  color: #0C99D5;
  text-transform: uppercase;
}
.location-list-item .phone {
  border-radius: 99px;
  border: 1px solid #0C99D5;
  padding: 12px 25px 12px 45px;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-image: url(../images/icon-phone.png);
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.location-list-item .phone:hover {
  color: #0C99D5;
}
.location-list-item .address {
  margin-bottom: 15px;
  background-image: url(../images/icon-location.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
}
.location-list-item:hover {
  background-color: #EBFBFF;
}
.location-list .box-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.location-list .box-filter .form-group {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
.location-list .box-filter select {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location-list .box-filter select {
    font-size: 13px;
  }
}
.location-list .box-main {
  height: 355px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.location-list .box-main::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.location-list .box-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.location-list .box-main::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.location-list .box-main::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}
.location-maps {
  background-color: #FFF;
  height: 460px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.location-maps iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .location-maps {
    margin-right: -12px;
    margin-left: -12px;
    border-radius: 0;
    margin-bottom: -30px;
  }
}

.gm-style {
  font-family: "SVN Gilroy", sans-serif;
}
.gm-style .gm-style-iw-c {
  border-radius: 5px;
}
.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-tc {
  top: -19px;
}

.maps-location-name {
  color: #0C99D5;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
}
.maps-location-name span {
  text-transform: none;
  display: block;
  font-weight: normal;
  color: #474747;
  font-size: 13px;
  margin-top: 5px;
}

button.gm-ui-hover-effect:focus-visible {
  outline: none;
}

.test-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .test-list {
    margin-top: 20px;
  }
}
.test-list-item {
  display: block;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #1E4F93;
  width: calc(50% - 7px);
  margin-bottom: 14px;
  position: relative;
  padding-right: 70px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .test-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.test-list-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #474747;
  line-height: 1.2;
}
.test-list-item p.test-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .test-list-item p.test-title {
    font-size: 20px;
  }
}
.test-list-item::after {
  content: "";
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1E4F93;
  background-image: url(../images/arrow0.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.test-list-item:first-child {
  border: 1px solid #EF434C;
}
.test-list-item:first-child::after {
  background-color: #EF434C;
}
.test-list-item:nth-child(2) {
  border: 1px solid #743E97;
}
.test-list-item:nth-child(2)::after {
  background-color: #743E97;
}
.test-list-item:nth-child(3) {
  border: 1px solid #F16A25;
}
.test-list-item:nth-child(3)::after {
  background-color: #F16A25;
}
.test .section-banner .inner {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .test .section-banner .inner {
    padding-top: 82%;
  }
}
@media only screen and (max-width: 991px) {
  .test .section-banner .inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.test .section-test-list .section-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .test .section-test-list .section-title {
    font-size: 25px;
  }
}
.test .section-test-list .section-description2 {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .test .section-test-list .section-description2 {
    font-size: 14px;
  }
}
.test .section-test-list .section-bg {
  background-color: #0C99D5;
}
.test .section-test-biquyet {
  padding-bottom: 0;
  max-width: 1440px;
  margin: auto;
}
.test .section-test-biquyet .section-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .section-title {
    font-size: 25x;
  }
}
.test .section-test-biquyet .section-description2 {
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .section-description2 {
    font-size: 14px;
  }
}
.test .section-test-biquyet .box-text {
  max-width: 560px;
  float: right;
  z-index: 2;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .box-text {
    text-align: center;
    float: none;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.test .section-test-biquyet .box-text h2 {
  color: #0C99D5;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .box-text h2 {
    font-size: 28px;
    text-align: center;
  }
}
.test .section-test-biquyet .box-text .lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .box-text .lead {
    font-size: 20px;
    text-align: center;
  }
}
.test .section-test-biquyet .box-text .section-description2 {
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .box-text .section-description2 {
    text-align: center;
  }
}
.test .section-test-biquyet .box-text .action {
  margin-top: 40px;
}
.test .section-test-biquyet .box-image {
  margin-left: -70px;
}
@media only screen and (max-width: 991px) {
  .test .section-test-biquyet .box-image {
    margin: auto;
    text-align: center;
  }
}

.section-test-step {
  padding: 50px 0 100px 0;
  min-height: calc(100vh - 130px);
  display: none;
}
@media only screen and (max-width: 991px) {
  .section-test-step {
    min-height: calc(100vh - 130px);
  }
}
.section-test-step.active {
  display: block;
}
.section-test-step.has-title {
  padding-top: 100px;
  overflow: initial;
}
.section-test-step .section-test-title {
  background-color: #1E4F93;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.section-test-step .section-test-title .inner {
  position: relative;
  display: table;
  margin: auto;
}
.section-test-step .section-test-title .inner .text {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .section-test-step .section-test-title .inner .text {
    width: 170px;
  }
}
.section-test-step .section-test-title .inner p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-test-step .section-test-title .inner p {
    max-width: 230px;
    font-size: 14px;
    line-height: 1.2;
    margin-right: -60px;
  }
}
.section-test-step .section-test-title .inner .elephant-6 {
  position: absolute;
  top: -35px;
  left: -159px;
}
@media only screen and (max-width: 767px) {
  .section-test-step .section-test-title .inner .elephant-6 {
    width: 105px;
    height: 135px;
    left: -100px;
  }
}
.section-test-step .section-test-title .inner .wlc {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-test-step .section-test-title .inner .wlc {
    font-size: 20px;
  }
}
.section-test-step .section-test-title .inner .progresss-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 500px;
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .section-test-step .section-test-title .inner .progresss-bar {
    min-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .section-test-step .section-test-title .inner .progresss-bar {
    min-width: 10px;
  }
}
.section-test-step .section-test-title .inner .progresss-bar .bar {
  width: 100%;
  height: 2px;
  background-color: #1E0E62;
}
.section-test-step .section-test-title .inner .progresss-bar .number {
  position: absolute;
  right: -50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.section-test-step .section-test-title .inner .progresss-bar .remain {
  position: absolute;
  height: 3px;
  background-color: #FFF;
  width: 100%;
  right: 0;
  border-radius: 2px;
}
.section-test-step .section-test-title .inner .progresss-bar .remain:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background-image: url("../images/icon-progress.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  top: -8px;
  margin-left: -5px;
  position: absolute;
}
.section-test-step .section-title {
  color: #0C99D5;
  font-size: 45px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .section-test-step .section-title {
    font-size: 24px;
  }
}
.section-test-step .section-description {
  font-size: 16px;
  font-weight: normal;
}
.section-test-step .section-bg {
  background-image: url("../images/footer-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-test-step .action {

  margin-top: 50px;
  
}
.section-test-step .action .note {
  max-width: 380px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
}
.section-test-step.start .img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-test-step.start .img {
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
.section-test-step .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-test-step .box-icon .box-text {
  margin-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}
.section-test-step .btn {
  width: 380px;
}
@media only screen and (max-width: 991px) {
  .section-test-step .btn {
    max-width: 95%;
  }
}
.section-test-step .form {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 380px;
  margin: auto;
}
.section-test-step .form::after {
  content: none;
}
.section-test-step.question .section-bg {
  background-image: url("../images/test-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.section-test-step.question .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 90px;
  font-weight: 900;
  background: #1E4F93;
  background: -webkit-gradient(linear, left bottom, left top, from(#1E4F93), color-stop(70%, #0C99D5));
  background: linear-gradient(to top, #1E4F93 0%, #0C99D5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .countdown {
    font-size: 60px;
  }
}
.section-test-step.question .question-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-test-step.question .question-main .hoithoai b {
  text-decoration: underline;
}
.section-test-step.question .question-title {
  font-size: 30px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .question-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.section-test-step.question .question-title span {
  text-decoration: underline;
}
.section-test-step.question .question-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-test-step.question .question-subtitle.has_spacer {
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .question-subtitle {
    font-size: 16px;
  }
}
.section-test-step.question .question-subtitle .spacer {
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid #474747;
  margin: 0 10px;
}
.section-test-step.question .question-subtitle .form-control {
  background-color: #fff;
  width: auto;
}
.section-test-step.question .question-content {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.section-test-step.question .question-content.w50 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .question-content.w50 {
    width: 100%;
  }
}
.section-test-step.question .question-content.w30 {
  width: 30%;
}
.section-test-step.question .answer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-test-step.question .answer-group .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-test-step.question .answer-group.has-radio .right {
  max-width: 600px;
}
.section-test-step.question .answer-group.has-radio .answer-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section-test-step.question .answer-group.has-radio .answer-list .item {
  width: calc(50% - 7px);
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-group.has-radio .answer-list .item {
    width: calc(50% - 3px);
  }
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-group.has-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-test-step.question .answer-group.has-image .image {
  margin-right: 20px;
  width: 150px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-group.has-image .image {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 130px;
  }
}
.section-test-step.question .answer-group.has-image .item {
  width: calc(50% - 7px);
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-group.has-image .item {
    width: calc(50% - 3px);
  }
}
.section-test-step.question .btn-radio {
  display: block;
  width: 150px;
}
.section-test-step.question .answer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-list {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.section-test-step.question .answer-list .item {
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  border: 1px solid #0C99D5;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 10px;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-list .item {
    padding: 8px 6px;
    font-size: 13px;
    width: calc(33.3333333333% - 4px);
  }
}
.section-test-step.question .answer-list .item input {
  display: none;
}
.section-test-step.question .answer-list .item:hover, .section-test-step.question .answer-list .item.checked {
  background-color: #0C99D5;
  color: #fff;
}
.section-test-step.question .answer-list.four .item {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 767px) {
  .section-test-step.question .answer-list.four .item {
    width: calc(50% - 10px);
  }
}

.test-result .section-result {
  min-height: 400px;
  padding-top: 130px;
  padding-bottom: 0;
}
.test-result .section-result .box-number {
  width: 390px;
  height: 240px;
  background-image: url("../images/test-result-number.png");
  background-position: center;
  background-size: cover;
  margin: auto;
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .test-result .section-result .box-number {
    width: 260px;
    height: 160px;
    padding-top: 40px;
  }
}
.test-result .section-result .box-number .number {

  font-weight: bold;
  margin: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.3;
  color: #FFDA33;
  text-shadow: 1px 4px 2px rgba(236,128,5,1);


}
@media only screen and (max-width: 991px) {
  .test-result .section-result .box-number .number {
    font-size: 60px;
  }
}
.test-result .section-result .box-number .name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .test-result .section-result .box-number .name {
    font-size: 16px;
    margin-top: 18px;
  }
}
.test-result .section-result .box-head {
  text-align: center;
  margin-bottom: 60px;
}
.test-result .section-result .box-head p {

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  color: #0E6286;


}
.test-result .section-result .box-head h3 {

  font-style: normal;
  font-weight: 600;
  font-size: 29.4545px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #E74141;


}
.test-result .section-result .box-text {

  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #036792;



}
.test-result .section-result .section-bg {
  background-image: url("../images/test-result-bg.png");
  background-position: top center;
  background-size: auto;
}
.test-result .section-test-suggest {
  padding-top: 40px;
}
.test-result .section-test-suggest .action {
  margin-top: 20px;
}
.test-result .section-test-list .section-description {
  color: #fff;
  margin-bottom: 20px;
}
.test-result .section-test-list .test-list {
  margin-top: 0;
}
.test-result .test-suggest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.test-result .test-suggest-list .item {
  display: block;
  width: calc(50% - 15px);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 25px;
  color: #fff;
  padding: 20px;
  background-color: #0C99D5;
  font-size: 14px;
}
.test-result .test-suggest-list .item:last-child {
  background-color: #EF434C;
}
@media only screen and (max-width: 991px) {
  .test-result .test-suggest-list .item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.test-result .test-suggest-list .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.test-result .test-suggest-list .item .inner {
  padding-top: 123%;
  position: relative;
}
.test-result .test-suggest-list .item .inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .scholarship .section-banner > .inner {
    padding-top: 46%;
  }
}
.scholarship .section-scholarship-list {
  padding-top: 0;
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  .scholarship .section-scholarship-list {
    margin-top: 0;
  }
}
.scholarship .section-scholarship-list .section-bg {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(235, 251, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(235, 251, 255) 100%);
}
.scholarship .section-biquyet {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .scholarship .section-biquyet {
    padding-bottom: 40px;
  }
}
.scholarship .section-biquyet .section-bg {
  background-color: #F9F9F9;
}

.scholarship-single .box-title {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scholarship-single .box-title {
    padding-top: 110%;
    margin-bottom: 60px;
  }
}
.scholarship-single .box-title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .scholarship-single .box-title img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.scholarship-single .box-title .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 20px 20px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
@media only screen and (max-width: 767px) {
  .scholarship-single .box-title .text {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
.scholarship-single .box-title .text h1 {
  color: #03266A;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.scholarship-single .box-title .text h1 span {
  font-size: 48px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .scholarship-single .box-title .text h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .scholarship-single .box-title .text h1 {
    margin-bottom: -35px;
    font-size: 18px;
  }
}
.scholarship-single-content {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .scholarship-single-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scholarship-single-content {
    margin-top: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .scholarship-single-top {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scholarship-single-top {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}
.scholarship-single .related {
  margin-bottom: 40px;
}

.box-hocbong {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .box-hocbong {
    margin-bottom: 10px;
  }
}
.box-hocbong .ro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9F9F9;
  border-bottom: 1px solid #fff;
}
.box-hocbong .ro:last-child {
  border-bottom: 0;
}
.box-hocbong .ro .cl {
  width: 40%;
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .box-hocbong .ro .cl {
    width: 70%;
  }
}
.box-hocbong .ro .cl:last-child {
  border-right: 0;
}
.box-hocbong .ro .cl:first-child {
  width: 20%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box-hocbong .ro .cl:first-child {
    width: 30%;
    background-color: #CCF0FF;
    text-transform: uppercase;
    font-weight: 600;
    color: #1E4F93;
  }
}
.box-hocbong .ro .cl p {
  margin-bottom: 8px;
}
.box-hocbong .ro .cl.name {
  background-color: #EBFBFF;
}
.box-hocbong .ro.head {
  background-color: #CCF0FF;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1E4F93;
  display: none;
}
@media only screen and (max-width: 767px) {
  .box-hocbong .ro.head {
    display: block !important;
  }
}
.box-hocbong:first-child .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .box-hocbong:first-child .head {
    display: block;
  }
}

.sidebar {
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.sidebar .widget-title, .related .widget-title {
  font-size: 24px;
  color: #2D2D2D;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .sidebar .widget-title, .related .widget-title {
    text-align: center;
  }
}

.category .section-events-slider {
  padding: 0;
}
.category .box-post .cat {
  display: none;
}

.single-top .box-title img {
  width: 100%;
}
.single-main {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .single-main {
    padding-right: 0;
  }
}
.single-video {
  position: relative;
  padding-top: 56.25%;
}
.single-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-title h1 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #2D2D2D;
}
.single-content {
  margin-bottom: 50px;
  font-size: 14px;
}
.single-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-content h3 {
  font-size: 22px;
}
.single-content h4 {
  font-size: 16px;
}
.single-content img {
  width: auto !important;
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}
.single-content ul {
  list-style: initial;
  margin-left: 1.5rem;
}
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-meta .cat {
  background-color: #0C99D5;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 15px;
}
.single-meta .date, .single-meta .time {
  font-size: 13px;
  color: #2D2D2D;
  margin-bottom: 0;
  background-image: url(../images/icon-calendar.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
  margin-right: 15px;
}
.single-meta .time {
  background-image: url(../images/icon-clock.png);
  margin-right: 0;
}

.lucky .wheel-wrp {
  position: relative;
  display: table;
  margin: auto;
}
.lucky .wheel-wrp:after, .lucky .wheel-wrp:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 59px;
  display: block;
  background-image: url(../images/wheel-spin2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .lucky .wheel-wrp:after, .lucky .wheel-wrp:before {
    width: 100px;
    height: 45px;
  }
}
.lucky .wheel-wrp:before {
  background-image: url(../images/wheel-spin1.png);
  z-index: 2;
}
.lucky .wheel-inner {
  padding: 20px;
  border-radius: 50%;
  background: rgb(14, 93, 248);
  background: linear-gradient(276deg, rgb(48, 115, 245) 0%, rgb(14, 77, 224) 47%, rgb(15, 38, 162) 94%, rgb(16, 36, 159) 100%);
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 24px 32px 0px rgba(9, 45, 234, 0.4);
          box-shadow: 0px 24px 32px 0px rgba(9, 45, 234, 0.4);
}
.lucky .wheel {
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 3px;
  margin: auto;
  background: rgb(255, 251, 144);
  background: linear-gradient(55deg, rgb(255, 251, 144) 0%, rgb(251, 233, 120) 10%, rgb(196, 159, 64) 20%, rgb(157, 113, 37) 33%, rgb(255, 251, 144) 47%, rgb(251, 233, 120) 62%, rgb(196, 159, 64) 73%, rgb(157, 113, 37) 84%, rgb(255, 251, 144) 100%);
}
.lucky .wheel__inner {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 5s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 5s;
}
@media only screen and (max-width: 767px) {
  .lucky .wheel__inner {
    width: 260px;
    height: 260px;
  }
}
.lucky .wheel__sec {
  position: absolute;
  top: 0;
  left: 80px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 200px 120px 0;
  border-color: transparent;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (max-width: 767px) {
  .lucky .wheel__sec {
    left: 50px;
    border-width: 130px 80px 0;
  }
}
.lucky .wheel__sec span {
  position: absolute;
  z-index: 9;
  width: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: 100px;
  right: -50px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lucky .wheel__sec span {
    width: 80px;
    font-size: 15px;
    bottom: 66px;
    right: -40px;
  }
}
.lucky .wheel__sec:nth-child(1) {
  border-top-color: #16a085;
}
.lucky .wheel__sec:nth-child(2) {
  border-top-color: #2980b9;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.lucky .wheel__sec:nth-child(3) {
  border-top-color: #34495e;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.lucky .wheel__sec:nth-child(4) {
  border-top-color: #f39c12;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lucky .wheel__sec:nth-child(5) {
  border-top-color: #d35400;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.lucky .wheel__sec:nth-child(6) {
  border-top-color: #c0392b;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.lucky .wheel__text {
  margin: 70px 0 0 70px;
}
.lucky .wheel__arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(14, 93, 248);
  background: linear-gradient(276deg, rgb(48, 115, 245) 0%, rgb(14, 77, 224) 47%, rgb(15, 38, 162) 94%, rgb(16, 36, 159) 100%);
}
@media only screen and (max-width: 767px) {
  .lucky .wheel__arrow {
    width: 15px;
    height: 15px;
  }
}
.lucky .wheel__button {
  width: 60px;
  height: 60px;
  background-color: lightgray;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 18px;
}
.lucky .wheel__button:hover {
  color: #27AE60;
}
.lucky .wheel__button:active {
  border: solid 3px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.lucky .section-lucky {
  min-height: calc(100vh - 70px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lucky .section-lucky .btn-thele {
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  border-color: #3DC0F8;
}
.lucky .section-lucky .lucky-footer {
  margin-top: 30px;
}
.lucky .section-lucky .lucky-spinner {
  padding: 50px 0 10px;
}
.lucky .section-lucky .btn-quaythuong {
  height: 61px;
  width: 215px;
  background-image: url(../images/btn-quaythuong.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.lucky .section-lucky .section-title {
  color: #FFCB44;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .lucky .section-lucky .section-title {
    font-size: 24px;
  }
}
.lucky .section-lucky .section-bg {
  background-image: url(../images/lucky-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lucky-box-gt {
  background-color: #EBFBFF;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #3DC0F8;
  text-align: center;
}
.lucky-box-gt p {
  margin-bottom: 5px;
}
.lucky-box-gt h5 {
  font-size: 24px;
  color: #1E4F93;
  line-height: 1.2;
  font-weight: bold;
}
.lucky-box-gt .form-group {
  margin-top: 10px;
  position: relative;
}
.lucky-box-gt .form-group .form-control {
  background-color: #fff;
}
.lucky-box-gt .form-group .copy {
  display: block;
  width: 24px;
  height: 25px;
  background-size: contain;
  background-image: url(../images/icon-copy.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal-lucky label.error {
  color: #ff0000;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.modal-lucky h3 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #2D2D2D;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .modal-lucky h3 {
    font-size: 18px;
  }
}
.modal-lucky h4 {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2D2D2D;
}
@media only screen and (max-width: 991px) {
  .modal-lucky h4 {
    font-size: 16px;
  }
}
.modal-lucky h4 span {
  color: #0C99D5;
}
.modal-lucky .modal-body {
  padding: 20px;
}

.modal-thele .modal-body {
  padding: 20px 10px 20px 20px;
}
.modal-thele .modal-body .wrap {
  padding-right: 10px;
  max-height: 500px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal-thele .modal-body .wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.modal-thele .modal-body .wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-thele .modal-body .wrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.modal-thele .modal-body .wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 15px));
          transform: translateY(calc(-50% - 15px));
  z-index: 9;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  border: 0;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/arrow2.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:focus {
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .slick-arrow {
    width: 28px;
    height: 28px;
  }
}

.slick-prev {
  left: 15px;
  -webkit-transform: rotate(180deg) translateY(calc(50% + 20px));
          transform: rotate(180deg) translateY(calc(50% + 20px));
}
.slick-next {
  right: 15px;
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 22px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .slick-dots {
    bottom: 0;
  }
}
.slick-dots li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li button {
  border: none;
  color: transparent;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
  background: #fff;
  opacity: 0.9;
  border-radius: 99px;
}
@media only screen and (max-width: 991px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background-color: #D9D9D9;
  }
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 991px) {
  .slick-dots li.slick-active button {
    width: 9px;
    height: 9px;
    background-color: #4A4A4A;
  }
}

.slick-equal .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-equal .slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 991px) {
  .centermode-mb .slick-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .centermode-mb .slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .centermode-mb .slick-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .centermode-mb .slick-next {
    right: 5px;
  }
}

.control-bottom .slick-arrow {
  top: auto;
  bottom: -8px;
  right: 42%;
}
.control-bottom .slick-arrow.slick-prev {
  left: 42%;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(calc(50% + 15px));
          transform: rotate(180deg) translateY(calc(50% + 15px));
}
.control-bottom .slick-dots {
  bottom: 30px;
}

.control-outside .slick-arrow {
  top: auto;
  bottom: -81px;
  right: 42%;
}
.control-outside .slick-arrow.slick-prev {
  left: 42%;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(calc(50% + 15px));
          transform: rotate(180deg) translateY(calc(50% + 15px));
}
.control-outside .slick-dots {
  bottom: -42px;
}

.hide-dots .slick-arrow {
  right: 45%;
}
@media only screen and (max-width: 767px) {
  .hide-dots .slick-arrow {
    right: 40%;
  }
}
.hide-dots .slick-arrow.slick-prev {
  left: 45%;
}
@media only screen and (max-width: 767px) {
  .hide-dots .slick-arrow.slick-prev {
    left: 40%;
  }
}

.style-2 .slick-dots li button {
  background: #737373;
}
.style-2 .slick-dots li.slick-active button {
  background: #4A4A4A;
}
.style-2 .slick-arrow {
  background-color: #0C99D5;
  background-image: url(../images/arrow3.svg);
}

.style-3 {
  margin-bottom: 30px;
}
.style-3 .slick-dots {
  bottom: -30px;
}
.style-3 .slick-dots li button {
  width: 40px;
  height: 5px;
  background-color: #CCF0FF;
}
.style-3 .slick-dots li.slick-active button {
  background-color: #3DC0F8;
}