.white {
  color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.black000 {
  color: #000; }

.gray666 {
  color: #666; }

.after-df {
  content: "";
  display: block;
  position: absolute; }

.round {
  border-radius: 50%; }

.color {
  color: #005a9e; }

.bg-color {
  background-color: #005a9e; }

.colorred {
  color: #E22D2D; }

.black10 {
  color: #101010; }

.border-color {
  border-color: #005a9e; }

.radius0 {
  border-radius: 0px; }

.radius10 {
  border-radius: 10px; }

.radius30 {
  border-radius: 30px; }

.radius50 {
  border-radius: 50px; }

.font-900 {
  font-weight: 900; }

.font-300 {
  font-weight: 300; }

.font-100 {
  font-weight: 100; }

.font-500 {
  font-weight: 500; }

.font-normal {
  font-weight: normal; }

.title10 {
  font-size: 10px;
  line-height: normal; }

.title11 {
  font-size: 11px;
  line-height: normal; }

.title14,
.title8,
.title12,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
  line-height: normal; }

.title8 {
  font-size: 8px;
  line-height: normal; }

.title12 {
  font-size: 12px;
  line-height: normal; }

.title13 {
  font-size: 13px;
  line-height: normal; }

.title15 {
  font-size: 15px;
  line-height: normal; }

.title16 {
  font-size: 16px; }

.title18 {
  font-size: 18px;
  line-height: normal; }

.title20 {
  font-size: 20px;
  line-height: normal; }

.font20 {
  font-size: 20px; }

.title24 {
  font-size: 24px;
  line-height: normal; }

.title25 {
  font-size: 25px;
  line-height: normal; }

.title28 {
  font-size: 28px;
  line-height: normal; }

.title30 {
  font-size: 30px;
  line-height: normal; }

.title35 {
  font-size: 35px;
  line-height: normal; }

.title36 {
  font-size: 36px;
  line-height: normal; }

.title40 {
  font-size: 40px;
  line-height: normal; }

.title45 {
  font-size: 45px;
  line-height: normal; }

.title48 {
  font-size: 48px;
  line-height: normal; }

.title60 {
  font-size: 60px;
  line-height: normal; }

.title72 {
  font-size: 72px;
  line-height: normal; }

.title90 {
  font-size: 90px;
  line-height: normal; }

.title120 {
  font-size: 120px;
  line-height: normal; }

.title150 {
  font-size: 150px;
  line-height: normal; }

.title160 {
  font-size: 160px;
  line-height: normal; }

.title100 {
  font-size: 100px;
  line-height: normal; }

.transition {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s; }

.flex-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex; }

.inline-flex-wrap {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox; }

.inline-block {
  display: inline-block; }

.flex-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex; }

.flex-wrap-wrap {
  flex-wrap: wrap; }

.align-items-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

.justify-content-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.justify-content-space-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.overflow-hidden {
  overflow: hidden; }

.fixlh {
  line-height: normal; }

.lh24 {
  line-height: 24px; }

.text-justify {
  text-align: justify; }

.no-margin {
  margin: 0px; }

.hidden {
  overflow: hidden;
  opacity: 0; }

.roboto {
  font-family: 'Roboto', sans-serif; }

::selection {
  background: #005a9e !important;
  color: #ffffff; }

.table-vietint {
  border: none;
  width: 100%; }
  .table-vietint .header-table tr {
    background: #005a9e !important; }
    .table-vietint .header-table tr th {
      padding: 11px 0px; }
  .table-vietint .content-table .tr-meeting-default:nth-child(even) {
    background: #F9F9F9; }
  .table-vietint .content-table .col-btn-dangky {
    min-width: 70px; }
  .table-vietint .content-table .col-btn-quocgia, .table-vietint .content-table .col-btn-bachoc {
    min-width: 75px; }

table {
  border: none;
  width: 100%; }
  table tr:nth-child(even) {
    background: #e5e5e5; }
  table tr th {
    padding: 11px 5px; }
  table tr:hover {
    background: #d5d5d5 !important; }

.btn-meeting a {
  background: #005a9e;
  padding: 10px 8px;
  border-radius: 5px;
  background: #dadada;
  color: #0066b1; }

.item-scholarship-default {
  margin-bottom: 15px;
  padding: 10px;
  align-items: center;
  border: 1px solid #e5e5e5; }
  .item-scholarship-default .post-thumb {
    width: 94px;
    border: 1px solid rgba(229, 229, 229, 0.5); }
  .item-scholarship-default .post-info {
    width: calc(100% - 95px);
    padding-left: 15px; }
    .item-scholarship-default .post-info .post-title {
      margin-bottom: 10px; }
      .item-scholarship-default .post-info .post-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .item-scholarship-default .post-info .school-scholarship {
      margin-bottom: 10px; }
    .item-scholarship-default .post-info .value-scholarship {
      color: #0066b1; }

/* odd - even for scholaship */
.scholarship-grid-view .list-post-wrap .list-col-item:nth-child(even) .item-scholarship-default {
  background: #F9F9F9; }

.hm-row-visa {
  padding-top: 45px; }

.hm-row-3 {
  padding-top: 30px;
  padding-bottom: 37px; }

.mega-img-style4 .item-col-mega-img {
  margin-bottom: 15px; }
  .mega-img-style4 .item-col-mega-img .item-mega-img {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0px; }
    .mega-img-style4 .item-col-mega-img .item-mega-img .img-quocky {
      width: 130px;
      overflow: hidden;
      height: 65px; }
      .mega-img-style4 .item-col-mega-img .item-mega-img .img-quocky img {
        transition: 0.3s; }
    .mega-img-style4 .item-col-mega-img .item-mega-img .title-img {
      width: calc(100% - 131px);
      padding: 10px;
      display: block; }
.mega-img-style4 .item-col-mega-img:nth-child(odd) .item-mega-img {
  background: #F9F9F9; }

.page-qgdh-row-4 {
  padding-bottom: 15px; }

.page-qgdh-row-5 {
  padding-bottom: 45px; }

.page-qgdh-row-6 {
  padding-bottom: 20px; }

.text-block-mage-hotro {
  margin-bottom: 10px !important; }
  .text-block-mage-hotro .mega-info-hotro {
    display: flex;
    flex-wrap: wrap; }
    .text-block-mage-hotro .mega-info-hotro .city-hotro {
      padding-bottom: 10px;
      padding-right: 15px; }
    .text-block-mage-hotro .mega-info-hotro .phone-hotro i {
      font-size: 16px;
      padding-right: 5px; }

.image-list-wrap.style3 .row-mega-img {
  justify-content: space-between; }
  .image-list-wrap.style3 .row-mega-img .item-mega-hotro .img-hotro {
    display: block;
    width: 50px;
    height: auto;
    padding-bottom: 5px; }

.block-xemthem-widget {
  margin-bottom: 0px !important; }

.btn-widget-post {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
  text-align: right;
  display: block; }

.widget-hotro-row-1 {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #005a9e; }

.widget-hotro-row-2 {
  padding-top: 25px; }

.lienhe-row-1 {
  padding-top: 45px; }

.lienhe-row-2 {
  padding-top: 15px;
  padding-bottom: 15px; }

.single .main-page-default {
  margin: 0; }
  .single .main-page-default > .container {
    padding-top: 50px; }
    .single .main-page-default > .container .content-post-default .single-post-info {
      border: 1px solid #e5e5e5;
      padding: 15px; }
      .single .main-page-default > .container .content-post-default .single-post-info img {
        box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.3); }
      .single .main-page-default > .container .content-post-default .single-post-info .tag-list-wrap .tag-list a {
        padding-left: 10px; }
      .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h1, .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h2, .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h3, .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h4, .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h5, .single .main-page-default > .container .content-post-default .single-post-info .detail-content-wrap h6 {
        color: #005a9e; }

.content-post-default {
  font-size: 18px; }
  .content-post-default p {
    margin-bottom: 18px; }
  .content-post-default table th, .content-post-default table td {
    padding: 11px 5px; }

.block-search-element {
  float: right;
  position: relative; }
  .block-search-element .search-icon-wrap {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #e5e5e5;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%; }
    .block-search-element .search-icon-wrap .search-btn:hover {
      color: #fff; }
    .block-search-element .search-icon-wrap i {
      font-size: 12px;
      line-height: 25px; }
  .block-search-element .search-form {
    transition: 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    top: -3px;
    right: -12.5px;
    z-index: 1;
    width: 100px;
    background: #fff;
    border-radius: 5px; }
    .block-search-element .search-form .close-search {
      padding: 0 10px;
      margin: auto; }
      .block-search-element .search-form .close-search i {
        cursor: pointer; }
    .block-search-element .search-form .submit-form {
      position: absolute;
      right: 0;
      overflow: visible; }
      .block-search-element .search-form .submit-form::after {
        background: transparent;
        color: #000000;
        line-height: 30px; }
      .block-search-element .search-form .submit-form input[type="submit"] {
        height: 32px; }
    .block-search-element .search-form input[type="text"] {
      height: 30px;
      padding-left: 10px;
      border: none; }
  .block-search-element .search-form.active {
    visibility: visible;
    opacity: 1;
    width: 275px; }

.font-size-conten {
  display: none;
  position: relative; }
  .font-size-conten .box-font a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    font-size: 12px; }
    .font-size-conten .box-font a span {
      display: none; }
  .font-size-conten .box-select {
    visibility: hidden;
    transition: 0.3s ease-out 0s;
    position: absolute;
    opacity: 0;
    right: -40px; }
    .font-size-conten .box-select > ul {
      display: flex;
      justify-content: space-between;
      background: #f9f9f9;
      padding: 10px;
      border-radius: 5px;
      margin-top: 5px;
      border: 1px solid #d5d5d5; }
      .font-size-conten .box-select > ul > li > a {
        border: 1px solid #d5d5d5;
        width: 55px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        display: block;
        margin: 0px 5px;
        background: #005a9e;
        color: #ffff; }
        .font-size-conten .box-select > ul > li > a span {
          display: none; }
  .font-size-conten .box-select.active {
    visibility: visible;
    z-index: 9999;
    opacity: 1; }
    .font-size-conten .box-select.active > ul {
      z-index: 9999; }

.header-click-fontsize {
  display: inline-block;
  margin-bottom: 0px !important; }

.leave-comments {
  border: 1px solid #e5e5e5;
  padding: 25px 30px 20px 30px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
  .leave-comments .comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px; }
  .leave-comments .name-email-wrap p {
    width: calc(50% - 7.5px); }
  .leave-comments .contact-message textarea {
    resize: none;
    border-radius: 5px; }
  .leave-comments .form-submit .shop-button {
    background: #005a9e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px; }

.comments-area .box-comments-area {
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 30px; }
  .comments-area .box-comments-area .comment-info {
    border-radius: 5px;
    padding: 10px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: #e5e5e5; }
  .comments-area .box-comments-area .comment-respond .comment-form .contact-message textarea {
    width: 100%;
    resize: none;
    border-radius: 5px; }
  .comments-area .box-comments-area .item-comment {
    border-bottom: none !important;
    margin-bottom: 0px !important; }
  .comments-area .box-comments-area .shop-button {
    background: #005a9e;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px; }

.counter-hierarchy {
  margin-top: 20px; }
  .counter-hierarchy .ez-toc-title-container .ez-toc-title {
    font-weight: 700 !important;
    color: #005a9e; }

.blog-grid-view.Style-2 .post-thumb {
  border-radius: 6px;
  overflow: hidden; }
.blog-grid-view.Style-2 .post-5-item .item-kndh-style-2 .post-thumb {
  width: 90px !important; }
.blog-grid-view.Style-2 .post-5-item .item-kndh-style-2 .post-info {
  width: calc(100% - 91px) !important;
  padding-left: 10px !important; }
  .blog-grid-view.Style-2 .post-5-item .item-kndh-style-2 .post-info .post-title {
    font-size: 12px !important; }
    .blog-grid-view.Style-2 .post-5-item .item-kndh-style-2 .post-info .post-title a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }

.page-hocvien-row-gmtb {
  padding-top: 45px; }
  .page-hocvien-row-gmtb .item-client-default {
    background: #ffffff; }

.page-hocvien-row-visa {
  padding-bottom: 35px;
  padding-top: 45px;
  background: #d4f6bd; }
  .page-hocvien-row-visa .box-title h2 {
    color: #0066b1; }

.single-list-social {
  margin-bottom: 20px; }
  .single-list-social > ul {
    margin: 0 -5px; }
    .single-list-social > ul > li a {
      display: flex;
      align-items: center;
      color: #fff;
      padding: 7.5px 10px;
      border-radius: 5px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
      margin: 0 5px; }
      .single-list-social > ul > li a span {
        display: flex;
        align-items: center;
        font-size: 12px; }
        .single-list-social > ul > li a span i {
          font-size: 24px;
          padding-right: 10px; }
    .single-list-social > ul > li .btn-facebook {
      background: #3b5998; }
    .single-list-social > ul > li .btn-twitter {
      background: #1da1f2; }
    .single-list-social > ul > li .btn-pinterest {
      background: #cb2027; }
    .single-list-social > ul > li .btn-linkedin {
      background: #0077b5; }
    .single-list-social > ul > li .btn-envelope {
      background: #848484; }
      .single-list-social > ul > li .btn-envelope i {
        height: 24px;
        line-height: 22px; }
  .single-list-social .btn-click-share {
    position: absolute;
    right: 0;
    width: 75px;
    text-align: center;
    padding: 7.5px 0;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: #005a9e;
    color: #ffffff;
    font-weight: 700;
    display: none; }

.single-list-social.fixed {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 2; }
  .single-list-social.fixed > ul > li {
    display: block;
    margin-bottom: 10px; }
    .single-list-social.fixed > ul > li a {
      display: inline-block;
      padding: 0;
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .single-list-social.fixed > ul > li a span {
        font-size: 0px; }
        .single-list-social.fixed > ul > li a span i {
          padding-right: 0px;
          margin: auto; }

.sidebar .getresponse-box {
  margin-bottom: 50px; }

.wpb_raw_html {
  margin-bottom: 0px !important; }

.wpb_column {
  min-height: 0px !important; }

.lich-gap-row-1 {
  padding-top: 45px; }

.box-scholarship-country .row-mega-img {
  justify-content: center; }
  .box-scholarship-country .row-mega-img .item-col-mega-img {
    width: 33.3333%; }
    .box-scholarship-country .row-mega-img .item-col-mega-img .item-mega-img {
      margin-bottom: 30px; }

.hocbong-row-1 {
  padding-bottom: 50px; }

.hocbong-row-2 {
  padding-top: 20px;
  padding-bottom: 15px; }

.tin-tuc-hoc-bong-row-1 {
  padding-top: 45px; }

.block-advs {
  border: 3px solid #005a9e;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 30px 0px; }
  .block-advs img {
    width: 100%;
    border-radius: 0px !important; }
  .block-advs .advs-info {
    padding: 30px; }
    .block-advs .advs-info p {
      margin-bottom: 0px; }

.adv-btn {
  display: block;
  width: fit-content;
  margin: auto;
  background: #005a9e;
  border-radius: 30px;
  padding: 11.5px 20px;
  margin-bottom: 30px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff; }
  .adv-btn:hover, .adv-btn:focus {
    color: #ffffff; }

.single-info-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .single-info-author .author-info {
    width: calc(100% - 101px); }
    .single-info-author .author-info .author-2-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-bottom: 5px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px; }
      .single-info-author .author-info .author-2-item .author-name a {
        color: #0066b1; }
      .single-info-author .author-info .author-2-item .author-social a {
        font-size: 18px;
        color: #005a9e; }

.desc-cate {
  display: block;
  border: 1px solid #005a9e;
  border-radius: 5px;
  background: #d4f6bd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative; }
  .desc-cate p {
    margin: 0px; }

.content-single-media-library .single-post-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
  .content-single-media-library .single-post-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
.content-single-media-library .gallery-slider-outer {
  margin: 0 -5px;
  margin-bottom: 25px; }
  .content-single-media-library .gallery-slider-outer .gallery-nav-item {
    padding: 5px;
    display: block; }
    .content-single-media-library .gallery-slider-outer .gallery-nav-item img {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
      border-radius: 6px; }
  .content-single-media-library .gallery-slider-outer .owl-next {
    right: -13px !important; }
  .content-single-media-library .gallery-slider-outer .owl-prev {
    left: -13px !important; }

.thuvien-row-1 {
  padding-top: 45px; }

.title-taisao-row-1 {
  padding-top: 45px; }

.taisao-row-1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 0px;
  margin: 0px !important;
  border-radius: 6px; }
  .taisao-row-1 .wpb_content_element {
    margin-bottom: 0px !important; }
  .taisao-row-1 .taisao-row-2-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px; }
    .taisao-row-1 .taisao-row-2-col .content-why-us {
      text-align: justify; }
    .taisao-row-1 .taisao-row-2-col .number-why-us .title-number {
      margin: 10px 0px; }

.block-content-gioithieu {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: justify;
  border-radius: 6px; }

.taisao-row-2 {
  padding-top: 45px; }

.taisao-row-3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.image-list-style7 .item-image-list {
  margin-bottom: 30px; }
  .image-list-style7 .item-image-list .banner-advs {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
    .image-list-style7 .item-image-list .banner-advs .img-wrap img {
      transition: 0.3s; }
    .image-list-style7 .item-image-list .banner-advs .img-wrap:hover img {
      transform: scale(1.1); }
    .image-list-style7 .item-image-list .banner-advs .title-wrap {
      margin-top: 15px;
      margin-bottom: 10px;
      padding: 0 15px; }
    .image-list-style7 .item-image-list .banner-advs .desc-img {
      margin-bottom: 10px;
      padding: 0 15px; }
    .image-list-style7 .item-image-list .banner-advs .content-image {
      margin: 0;
      padding: 0 15px 15px 15px;
      max-height: 260px;
      overflow-y: auto;
      white-space: pre-line; }

.dnld-row-1 {
  padding-top: 45px;
  padding-bottom: 20px; }

.image-list-style8 .item-image-list {
  margin-bottom: 30px; }
  .image-list-style8 .item-image-list .banner-advs {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 6px; }
    .image-list-style8 .item-image-list .banner-advs .title-wrap {
      margin: 20px 0px 10px 0px; }
    .image-list-style8 .item-image-list .banner-advs .content-image {
      text-align: justify;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      height: 66px; }
    .image-list-style8 .item-image-list .banner-advs .btn-services {
      display: block;
      text-align: right;
      cursor: pointer; }
  .image-list-style8 .item-image-list .modal.fade .modal-dialog {
    max-width: 750px;
    width: unset;
    margin: 100px auto; }
    .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-header {
      position: relative; }
      .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-header button {
        position: absolute;
        right: 0;
        top: 5px;
        opacity: 1;
        font-size: 24px; }
        .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-header button:hover {
          background: transparent; }
      .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-header .img-wrap img {
        max-height: 40px;
        width: auto; }
    .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 30px; }
      .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body .box-icon-title {
        width: 200px; }
        .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body .box-icon-title .title-wrap {
          margin-top: 20px; }
      .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body .box-content {
        width: calc(100% - 201px);
        padding-left: 15px; }
        .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body .box-content .content-image {
          text-align: justify; }
        .image-list-style8 .item-image-list .modal.fade .modal-dialog .modal-content .modal-body .box-content .register-button {
          background: #005a9e;
          color: #ffff;
          border-radius: 6px;
          display: inline-block;
          padding: 8px 15px;
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
          margin-top: 14px; }

.dichvu-row-1 {
  padding-top: 45px;
  padding-bottom: 20px; }

.image-list-style9 .panel-group {
  border-left: 7px solid #eaeaea; }
  .image-list-style9 .panel-group .panel-default {
    margin-bottom: 50px; }
    .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a {
      transition: 0.3s;
      background: #eaeaea;
      padding: 5.5px 20px;
      border-radius: 6px;
      display: inline-block;
      position: relative; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a:before {
        transition: 0.3s;
        position: absolute;
        top: 10px;
        left: -18px;
        border: 9px solid transparent;
        border-right: 9px solid #eaeaea;
        content: ""; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a::after {
        transition: 0.3s;
        top: 9px;
        position: absolute;
        left: -68px;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 30px;
        content: "+";
        font-family: FontAwesome;
        font-size: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a6a6a6;
        border: 1px solid #eaeaea; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a:hover {
        background: #005a9e;
        color: #ffffff; }
        .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a:hover::after {
          color: #005a9e;
          border: 1px solid #005a9e;
          content: "\f111";
          font-family: FontAwesome;
          font-size: 19px; }
        .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a:hover::before {
          border-right: 9px solid #005a9e; }
    .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a.collapsed::after {
      content: "+" !important;
      font-size: 19px !important;
      color: #a6a6a6 !important;
      border: 1px solid #eaeaea !important; }
    .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a.in {
      background: #005a9e;
      color: #ffffff; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a.in::after {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 19px;
        color: #005a9e;
        border: 1px solid #005a9e; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a.in::before {
        border-right: 9px solid #005a9e; }
    .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a[aria-expanded="true"] {
      background: #005a9e;
      color: #ffffff; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a[aria-expanded="true"]::after {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 19px;
        color: #005a9e;
        border: 1px solid #005a9e; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a[aria-expanded="true"]::before {
        border-right: 9px solid #005a9e; }
    .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a[aria-expanded="false"] {
      background: #eaeaea;
      color: unset; }
      .image-list-style9 .panel-group .panel-default .panel-title .title-wrap a[aria-expanded="false"]::before {
        border-right: 9px solid #eaeaea; }
    .image-list-style9 .panel-group .panel-default .giaithuong-content {
      border: 1px solid #005a9e;
      padding: 20px;
      border-left: 4px solid #005a9e;
      position: relative;
      border-radius: 6px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
      .image-list-style9 .panel-group .panel-default .giaithuong-content:before {
        position: absolute;
        top: 10px;
        left: -22px;
        border: 9px solid transparent;
        border-right: 9px solid #005a9e;
        content: ""; }
      .image-list-style9 .panel-group .panel-default .giaithuong-content .detail {
        width: calc(100% - 301px);
        padding-right: 20px; }
        .image-list-style9 .panel-group .panel-default .giaithuong-content .detail > ul > li {
          position: relative;
          margin-bottom: 10px;
          padding-left: 40px; }
          .image-list-style9 .panel-group .panel-default .giaithuong-content .detail > ul > li .title-gt {
            margin-bottom: 5px; }
          .image-list-style9 .panel-group .panel-default .giaithuong-content .detail > ul > li::before {
            content: "\f091";
            position: absolute;
            left: 0;
            font-family: FontAwesome;
            font-size: 30px;
            color: #ff6300; }
      .image-list-style9 .panel-group .panel-default .giaithuong-content .img-gt {
        width: 300px;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }

.giaithuong-row-1 {
  padding-top: 45px; }

.info-dhqg {
  font-size: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px; }

.content-taisao {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px;
  min-height: 276px; }
  .content-taisao .title-content {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center; }
    .content-taisao .title-content i {
      padding-right: 5px; }
  .content-taisao .desc {
    text-align: justify; }

.tai-sao-row-1 {
  padding-top: 45px;
  padding-bottom: 15px; }

.vc_controls > .vc_controls-cc {
  margin-top: 10px !important; }

.title-duhoche-row-1 {
  padding-top: 45px; }

.duhoche-row-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px; }

.youtube-duhoche {
  max-width: 768px;
  margin: auto;
  margin-bottom: 0px !important; }

.header-duhoc {
  font-size: 20px; }

.duhoche-row-2 {
  padding-top: 45px; }

.hoche-content-1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px; }
  .hoche-content-1 > ul > li {
    font-size: 20px;
    margin-bottom: 10px; }
    .hoche-content-1 > ul > li i {
      font-size: 24px;
      padding-right: 10px;
      color: #005a9e; }

.duhoche-row-3 {
  padding-top: 10px; }

.hoche-content2 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px;
  font-size: 20px;
  text-align: justify; }
  .hoche-content2 .list-year-old {
    margin-top: 30px; }
    .hoche-content2 .list-year-old > ul {
      display: flex;
      flex-wrap: wrap; }
      .hoche-content2 .list-year-old > ul > li {
        width: 25%;
        text-align: center;
        border: 1px solid #e5e5e5; }
        .hoche-content2 .list-year-old > ul > li .title-list {
          margin: 0;
          border-bottom: 1px solid #e5e5e5;
          height: 45px;
          line-height: 45px;
          color: #ffffff; }
        .hoche-content2 .list-year-old > ul > li .desc-list {
          height: 45px;
          line-height: 45px;
          font-size: 20px;
          font-weight: 700; }
      .hoche-content2 .list-year-old > ul li:first-child .title-list {
        background: #ef1637; }
      .hoche-content2 .list-year-old > ul li:nth-child(2) .title-list {
        background: #243b80; }
      .hoche-content2 .list-year-old > ul li:nth-child(3) .title-list {
        background: #959595; }
      .hoche-content2 .list-year-old > ul li:nth-child(4) .title-list {
        background: #000; }

.duhoche-row-4 {
  padding-top: 10px; }
  .duhoche-row-4 .box-title .desc-title {
    font-size: 20px; }

.image-list-style10 .item-image-list {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  overflow: hidden; }
  .image-list-style10 .item-image-list .panel-group {
    margin-bottom: 0px; }
    .image-list-style10 .item-image-list .panel-group .panel-default .title-wrap {
      padding: 10px 15px;
      background: #005a9e; }
      .image-list-style10 .item-image-list .panel-group .panel-default .title-wrap .title-dv {
        margin: 0px; }
        .image-list-style10 .item-image-list .panel-group .panel-default .title-wrap .title-dv a {
          color: #ffffff;
          display: block;
          position: relative; }
          .image-list-style10 .item-image-list .panel-group .panel-default .title-wrap .title-dv a::after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 3px; }
    .image-list-style10 .item-image-list .panel-group .panel-default .panel-collapse {
      border-top: 1px solid #e5e5e5; }
      .image-list-style10 .item-image-list .panel-group .panel-default .panel-collapse .panel-body {
        padding: 30px 30px 20px 30px; }
        .image-list-style10 .item-image-list .panel-group .panel-default .panel-collapse .panel-body .desc-dv {
          font-size: 20px; }

.duhoche-row-5 {
  padding-top: 15px; }

.table-duhoche .top-table {
  background-color: #005a9e !important; }
.table-duhoche th, .table-duhoche td {
  border: 1px solid #000;
  padding: 15px 5px; }
.table-duhoche .break {
  background: #ef1637;
  text-align: center;
  color: #ffffff; }
.table-duhoche .th {
  text-align: center;
  background: #fdc689; }

.duhoche-row-6 {
  padding-top: 10px; }

.content-chiphi {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px;
  font-size: 20px; }
  .content-chiphi .item-content {
    margin-bottom: 30px; }
    .content-chiphi .item-content .title-item {
      margin-top: 0px; }
    .content-chiphi .item-content > ul {
      padding: 0 30px;
      text-align: justify; }

.content-tiethoc-tuchon {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px;
  font-size: 20px; }
  .content-tiethoc-tuchon .box-subject .title-sj {
    background: #005a9e;
    color: #fff;
    padding: 5px 10px; }
  .content-tiethoc-tuchon .box-subject ul {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content-tiethoc-tuchon .box-subject ul > li {
      margin-bottom: 5px;
      width: calc(50% - 7.5px); }
      .content-tiethoc-tuchon .box-subject ul > li i {
        color: #005a9e;
        padding-right: 5px; }

.tongquan-row-1 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .tongquan-row-1 .tabs-block .tab-header {
    background: #005a9e;
    border-radius: 6px;
    overflow: hidden; }
    .tongquan-row-1 .tabs-block .tab-header > ul {
      margin: 0; }
      .tongquan-row-1 .tabs-block .tab-header > ul > li {
        margin: 0;
        width: 16.6667%; }
        .tongquan-row-1 .tabs-block .tab-header > ul > li a {
          margin: 0;
          color: #ffffff;
          border: none;
          border-radius: 0;
          padding: 15px 25px;
          text-align: center; }
          .tongquan-row-1 .tabs-block .tab-header > ul > li a:hover, .tongquan-row-1 .tabs-block .tab-header > ul > li a:focus {
            background: #E22D2D; }
      .tongquan-row-1 .tabs-block .tab-header > ul li.active a {
        background: #E22D2D; }
  .tongquan-row-1 .tabs-block .tab-content {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 30px; }

.list-chuyennganh {
  padding: 0 30px; }
  .list-chuyennganh li {
    margin-bottom: 10px;
    color: #005a9e; }
    .list-chuyennganh li i {
      color: #005a9e;
      padding-right: 5px; }

.box-tuvan {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px;
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: 20px; }
  .box-tuvan .tuvan-btn {
    background: #005a9e;
    color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    padding: 7px 20px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
    font-weight: 700; }

.box-hoso {
  margin-bottom: 20px; }
  .box-hoso ul {
    padding: 0 30px; }
    .box-hoso ul li {
      margin-bottom: 5px; }
      .box-hoso ul li i {
        color: #005a9e;
        padding-right: 5px; }

.cactruong-row-1 {
  padding-top: 45px; }

.item-quocgia-duhoc-style-3 {
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }
  .item-quocgia-duhoc-style-3 .post-thumb a {
    height: 153px;
    overflow: hidden; }
    .item-quocgia-duhoc-style-3 .post-thumb a img {
      height: 100%;
      object-fit: cover; }
  .item-quocgia-duhoc-style-3 .post-info {
    height: 63px; }

.hocbong-quocgia-row-1 {
  padding-top: 45px; }

.uudai-row-1 {
  padding-top: 45px; }

.uudai-post-two > .list-post-wrap {
  display: flex;
  flex-wrap: wrap; }

.post-2-item {
  width: 100%; }
  .post-2-item .list-col-item {
    width: 50%; }
  .post-2-item .item-post {
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .post-2-item .item-post .post-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(30, 30, 30, 0.7);
      color: #ffffff; }
      .post-2-item .item-post .post-info .post-title {
        font-size: 16px; }
        .post-2-item .item-post .post-info .post-title a {
          color: #ffffff; }

.camnangduhoc-row-1 {
  padding-top: 45px; }

.item-scholarship-style3 {
  margin-bottom: 30px; }
  .item-scholarship-style3 .post-thumb a {
    height: 153px;
    overflow: hidden; }
    .item-scholarship-style3 .post-thumb a img {
      height: 100%;
      object-fit: cover; }
  .item-scholarship-style3 .post-info {
    min-height: 91px;
    height: unset; }
    .item-scholarship-style3 .post-info .post-title {
      margin-bottom: 5px; }

.cn-cs-cilent {
  padding-bottom: 50px; }

.images-slider.style11 .wrap-item {
  padding: 0 100px; }
.images-slider.style11 .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .images-slider.style11 .owl-stage .owl-item {
    transition: all .2s; }
    .images-slider.style11 .owl-stage .owl-item .item-image-list-default .banner-advs {
      padding: 20px;
      position: relative;
      transition: all .3s;
      cursor: pointer; }
      .images-slider.style11 .owl-stage .owl-item .item-image-list-default .banner-advs img {
        border-radius: 50%; }
      .images-slider.style11 .owl-stage .owl-item .item-image-list-default .banner-advs:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: #a0302e;
        opacity: 0.6;
        border-radius: 50%; }
.images-slider.style11 .owl-item.center .banner-advs {
  padding: 10px !important;
  cursor: default !important; }
  .images-slider.style11 .owl-item.center .banner-advs:before {
    display: none; }
.images-slider.style11 .info-box {
  margin-top: 20px; }
  .images-slider.style11 .info-box .img-title {
    display: block;
    margin-bottom: 10px; }
  .images-slider.style11 .info-box .desc {
    color: #999; }
  .images-slider.style11 .info-box .desc-dv {
    text-align: justify;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.01); }
.images-slider.style11 .owl-nav .owl-next {
  right: 0px !important; }
.images-slider.style11 .owl-nav .owl-prev {
  left: 0px !important; }

.images-slider.style12 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 485px; }
  .images-slider.style12 .image-list-style-12 {
    padding-right: 15px; }
    .images-slider.style12 .image-list-style-12 .item-image-list-style-12 {
      border: 1px solid #e5e5e5;
      padding: 15px;
      background: rgba(0, 0, 0, 0.01);
      border-radius: 6px;
      margin-bottom: 30px; }
      .images-slider.style12 .image-list-style-12 .item-image-list-style-12 .banner-advs {
        width: 175px;
        height: auto;
        border-radius: 6px;
        overflow: hidden; }
      .images-slider.style12 .image-list-style-12 .item-image-list-style-12 .info-banner {
        padding-left: 15px;
        width: calc(100% - 176px); }
        .images-slider.style12 .image-list-style-12 .item-image-list-style-12 .info-banner .img-title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }

.form-search-scholarship {
  margin-bottom: 20px; }
  .form-search-scholarship .col-search-school {
    width: 50%;
    padding-right: 10px; }
    .form-search-scholarship .col-search-school input {
      width: 100%;
      padding-left: 15px;
      height: 40px;
      border-radius: 0px;
      border: 1px solid #e5e5e5; }
  .form-search-scholarship .col-search-level {
    width: 30%;
    padding-right: 10px; }
    .form-search-scholarship .col-search-level .level-school {
      width: 100%; }
  .form-search-scholarship .col-search-submit {
    width: 20%; }
    .form-search-scholarship .col-search-submit input {
      height: 40px;
      background: #005a9e;
      color: #ffffff;
      border-radius: 0px;
      width: 100%;
      border: 1px solid #e5e5e5;
      font-weight: 700;
      text-transform: uppercase; }

.item-scholarship-style4 .header-item {
  padding: 13px 15px; }
  .item-scholarship-style4 .header-item .title-header {
    line-height: unset; }
.item-scholarship-style4 .info-item {
  background: #f5f5f5;
  padding: 15px 15px; }

.table-scholarship-default .search-scholarship {
  margin-bottom: 30px; }
  .table-scholarship-default .search-scholarship .input-search-scholarship, .table-scholarship-default .search-scholarship .level-search-scholarship {
    width: 100%; }
.table-scholarship-default .scholarship-header-table {
  padding: 13px 15px; }
.table-scholarship-default .scholarship-item {
  padding: 15px 15px; }
.table-scholarship-default .scholarship-item:nth-child(even) {
  background: #f5f5f5; }
.table-scholarship-default .scholarship-item:nth-child(odd) {
  background: #e8e8e8; }

.hoc-hong-row-1 {
  padding-top: 50px;
  padding-bottom: 50px; }

.table-vietint-style-2 .header-table tr {
  background: #ffffff !important; }
  .table-vietint-style-2 .header-table tr th {
    border: none;
    border-bottom: 1px solid #005a9e; }
.table-vietint-style-2 th, .table-vietint-style-2 td {
  border: 1px solid #ffffff;
  padding: 15px 15px; }
.table-vietint-style-2 tr:nth-child(odd) {
  background: #f9f9f9; }
.table-vietint-style-2 .btn-meeting {
  display: inline-block; }
  .table-vietint-style-2 .btn-meeting a {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 16px; }
    .table-vietint-style-2 .btn-meeting a:hover {
      text-decoration: underline; }

.search-school-country-study {
  margin-bottom: 30px; }
  .search-school-country-study .field-search {
    width: 80%;
    padding-right: 15px; }
    .search-school-country-study .field-search .name-school-country-study {
      height: 40px;
      border: 1px solid #e5e5e5;
      padding: 0 15px;
      width: 100%; }
  .search-school-country-study .submit-country-study {
    width: 20%; }
    .search-school-country-study .submit-country-study input {
      height: 40px;
      border: 1px solid #e5e5e5;
      background: #005a9e;
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: 700;
      width: 100%; }

.scroll-top {
  /*display: none !important;*/
  border: none !important;
  background: #005a9e !important;
  border-radius: 6px;
  z-index: 9999999999 !important;
  bottom: 30px !important; }
  .scroll-top i {
    color: #ffffff !important; }

#subiz .chat-button.chat-button--right {
  right: 45px !important; }

/* An fanpage Facebook o footer */
.box-fanpage { display: none !important; }

/*# sourceMappingURL=tu.css.map */
