/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family: "Brauer NeueVN";
  src: url("webfonts/") format("embedded-opentype"), url("webfonts/BrauerNeueVN-Bold.woff2") format("woff2"), url("webfonts/BrauerNeueVN-Bold.woff") format("woff"), url("webfonts/BrauerNeueVN-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alata/v11/PbytFmztEwbIofe6.ttf) format('truetype');
}*/
/*@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsH3oMoQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsLXoMoQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWswX0MoQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWs-H0MoQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}*/
:root {
  --primary-color: #ae0f0a;
  --xanh:#182d70;
}
.ovh, .ovh>.col-inner {overflow: hidden!important;}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1370px;
}
.row.row-collapse {
  max-width: 1340px;
}
.row.row-small {
  max-width: 1362.5px;
}
.row.row-large {
  max-width: 1400px;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.w-100 {
  width: 100% !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.header-main {
  height: 100px;
}
#logo img {
  max-height: 100px;
}
#logo {
  width: 300px;
}
.header-bottom {
  min-height: 10px;
}
.header-top {
  min-height: 55px;
}
header.transparent .header-main {
  height: 90px;
}
header.transparent #logo img {
  max-height: 90px;
}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: 120px;
}
.transparent .header-wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}
.transparent .top-divider {
  display: none;
}
.header.show-on-scroll,
.stuck .header-main {
  height: 90px !important;
}
.stuck #logo img {
  max-height: 90px !important;
}
.header-bg-color {
  background-color: rgba(255, 255, 255, 0);
}
.header-bottom {
  background-color: #f1f1f1;
}
.header-main .nav > li > a {
  line-height: 70px;
}
.stuck .header-main .nav > li > a {
  line-height: 50px;
}
.nav li.html.header-button-1:first-child  {
    margin-left: 15px !important;
}
@media (max-width: 549px) {
  .header-main {
    height: 90px;
  }
  #logo img {
    max-height: 90px;
  }
}
.nav-dropdown {
  border-radius: 15px;
}
.nav-dropdown {
  font-size: 100%;
}
.header-top {
  background-color: rgba(255, 255, 255, 0) !important;
}
.absolute-footer.dark {
  display: none;
}
.uppercase,
h6,
span.widget-title,
th {
  letter-spacing: 0.01em;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}
/* Custom CSS Mobile */
@media (max-width: 549px) {
  .header-main li.html.custom {
    display: block;
    width: 30px;
  }
  .text-center .nav-vertical li li,
  .text-center.nav-vertical li li {
    text-align: left;
  }
}
.label-new.menu-item > a:after {
  content: "New";
}
.label-hot.menu-item > a:after {
  content: "Hot";
}
.label-sale.menu-item > a:after {
  content: "Sale";
}
.label-popular.menu-item > a:after {
  content: "Popular";
}
body {
  max-width: 100%;
  overflow: hidden;
  font-family: 'Brauer NeueVN',sans-serif;
}
@media only screen and (min-width: 1024px) {
  .widget ul.menu > li {
    position: relative;
  }
  .widget ul > li.has-child:hover > .sub-menu {
    display: block !important;
  }
  .widget ul.menu ul.sub-menu {
    display: none !important;
    position: absolute;
    width: 100%;
    left: 99%;
    top: 0;
    z-index: 999;
    border: 1px solid #e1e1e1 !important;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .widget .toggle {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-right: 10px;
  }
  .widget ul.menu > li li {
    padding: 2px 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 48em) {
  .blog-archive .post-sidebar.col {
    padding: 0 15px !important;
  }
}
body.nav-dropdown-has-border .nav-dropdown {
  border: none;
  padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
  padding: 10px !important;
  margin: 0 !important;
  border-radius: 0;
}
.post_comments {
  display: none;
}
.page-title-bar {
  padding: 15px 0;
  background: #000;
}
.page-title-bar .title {
  margin-bottom: 0;
}
.page-title-bar * {
  color: #fff;
}
/* Sidebar */
.post-sidebar.col.right-sidebar {
  padding-left: 0;
}
.post-sidebar.col.left-sidebar {
  padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title {
  display: block;
  background: #000;
  color: #fff;
  padding: 12px 20px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
  display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget {
  -webkit-box-shadow: 0 0 0 1px #e1e1e1;
          box-shadow: 0 0 0 1px #e1e1e1;
}
.product_list_widget,
.post-sidebar .widget .recent-blog-posts {
  padding: 10px;
}
#shop-sidebar .widget ul.menu li > a,
#product-sidebar .widget ul.menu li > a,
.post-sidebar .widget ul.menu li > a {
  display: block;
  padding: 8px 10px;
}
#product-sidebar .widget ul.menu li > a:before,
.post-sidebar .widget ul.menu li > a:before {
  content: "\f105";
  font-family: 'fl-icons' !important;
  font-size: 15px;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
}
.product-small.box ins *,
.product-small.box .price > .amount * {
  color: red;
  font-size: 16px;
}
.product-small.box del * {
  color: #333;
}
.product-small.box .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.product-small.box .box-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
blockquote {
  font-size: 110%;
  color: #666;
  margin: 0 auto;
  border-left: 0px;
  margin-left: 20px;
  padding-bottom: 50px;
}
blockquote h1 {
  font-size: 3rem;
}
blockquote p {
  font-style: italic;
  margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
  content: "“";
  font-family: Georgia;
  font-size: 6rem;
  margin: -3rem 0 0 -4rem;
  position: absolute;
  opacity: 0.5;
  color: var(--primary-color);
}
blockquote p::after {
  content: "”";
  margin: -2rem -3rem 0 0;
}
blockquote cite {
  font-size: 1.5rem;
}
/*body.home #wrapper {
    background: url(images/bg-top.png) center top no-repeat;
    }*/
body #main {
  background: none;
}
.no-pa .col {
  padding-bottom: 0;
}
.copy-ri p {
  margin-bottom: 0;
  /*font-family: "Monda", serif;*/
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.social-icons a {
  margin: 0 28px !important;
}
.service-ki h4 {
  color: #ae0f0a;
  font-size: 25.5px;
  margin-bottom: 0;
}
.service-ki h2 {
  font-size: 84px;
  color: #ef4d31;
  margin-bottom: 15px;
  line-height: 70px;
}
.service-ki p {
  color: #57b89f;
  font-size: 29px;
  margin-bottom: 7px;
  font-weight: bold;
}
.service-ki-3.service-ki h2 {
  color: #a2dce7;
}
.service-ki-ielts.service-ki h2 {
  color: #5f249f;
}
.tab-kindy .nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 30px;
}
.tab-kindy .tab-panels {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tab-kindy .nav li a span {
  font-size: 24px;
  color: inherit;
  font-weight: bold;
}
.tab-kindy .nav li a {
  border: 5px solid #000;
  margin: 0 7px;
  min-width: 216px;
  display: block;
  text-align: center;
  padding: 8px 30px 6px;
}
.tab-kindy .nav li a {
  border-color: #ae0f0a;
  color: #ae0f0a;
}
.tab-kindy .nav li:hover a,
.tab-kindy .nav li.active a {
  background: #ae0f0a;
  color: #fff;
}
/*.tab-kindy .nav li:nth-child(1):hover a,
.tab-kindy .nav li:nth-child(1).active a {
  background: #ef4d31;
  color: #fff;
}
.tab-kindy .nav li:nth-child(2) a {
  border-color: #fbb315;
  color: #fbb315;
}
.tab-kindy .nav li:nth-child(2):hover a,
.tab-kindy .nav li:nth-child(2).active a {
  background: #fbb315;
  color: #fff;
}
.tab-kindy .nav li:nth-child(3) a {
  border-color: #a2dce7;
  color: #a2dce7;
}
.tab-kindy .nav li:nth-child(3):hover a,
.tab-kindy .nav li:nth-child(3).active a {
  background: #a2dce7;
  color: #fff;
}
.tab-kindy .nav li:nth-child(4) a {
  border-color: #5f249f;
  color: #5f249f;
}
.tab-kindy .nav li:nth-child(4):hover a,
.tab-kindy .nav li:nth-child(4).active a {
  background: #5f249f;
  color: #fff;
}*/
.row-tab2 .service-ki h2,
.tab-kindy .tab-panels > div:nth-child(2) .service-ki h2 {
  color: #fbb315;
}
.row-tab3 .service-ki h2,
.tab-kindy .tab-panels > div:nth-child(3) .service-ki h2 {
  color: #a2dce7;
}
.row-tab4 .service-ki h2,
.tab-kindy .tab-panels > div:nth-child(4) .service-ki h2 {
  color: #5f249f;
}
#masthead > .header-inner {
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 20px 3px #00000006;
          box-shadow: 0 0 20px 3px #00000006;
}
.nav-left.header-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.nav-right.header-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .nav-spacing-xlarge > li {
  margin: 0 15px;
}
.header-main .nav > li > a {
  font-size: 18px;
}
#header-contact li a span {
  font-size: 18px;
  color: #5a5a5a;
}
#header-contact li a i {
  font-size: 18px !important;
  color: #57b89f;
}
#top-bar > .container {
  padding: 0 7%;
}
.searchform input {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border: none;
  background: none;
}
.ux-search-submit {
  background: none;
  color: #5a5a5a;
  border: none;
}
h2 {
  font-size: 34px;
}
.title-about {
  background-image: url(images/bg-title.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 93px 0;
}
.title-about h2 {
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.banner-text .banner-bg,
.banner-text {
  border-radius: 42px;
}
.banner-text h3 {
  margin: 0;
}
.banner-text p {
  margin: 0;
}
.title-quote {
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 127px 0 77px;
}
.gallery-coso.row-full-width .flickity-viewport {
  overflow: visible;
}
.gallery-coso.large-columns-3 .flickity-slider > .col {
  max-width: 40%;
}
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.title-star {
  background-image: url(images/star.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 97px 0 62px;
}
.col-form .col-inner {
  background-image: url(images/bg-form.png);
  background-size: 100% 100%;
  /*padding: 45px 30px 100px;*/
  padding: 20px 20px 15px;
}
.tab-custom.tabbed-content .nav-pills li a {
  letter-spacing: 0.01em;
}
.form-dk .select2,
.form-dk select,
input.wpcf7-form-control {
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  text-align: center;
  font-size: 25px;
  color: #5a5a5a;
      width: 100% !important;
}
.form-dk .select2 {
  overflow: hidden;
  margin-bottom: 20px;
}
.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 48px;
}
.select-order p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select-order p .wpcf7-form-control-wrap {
  min-width: 100%;
}
.select-order p .wpcf7-form-control-wrap:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.select-order p .wpcf7-form-control-wrap:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 100px;
  padding-left: 20px;
}
.form-dk ::-webkit-input-placeholder {
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}
.form-dk ::-moz-placeholder {
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}
.form-dk :-ms-input-placeholder {
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}
.form-dk ::-ms-input-placeholder {
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}
.form-dk ::placeholder {
  color: #5a5a5a;
  opacity: 1;
  /* Firefox */
}
.form-dk ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #5a5a5a;
}
/*body .select2-container .select2-selection {
        background-position: right 0.45em top 39%;
        }*/
.box-btn-button {
  /*position: absolute;*/
  /*bottom: -115px;*/
  /*right: 0;*/
  overflow: hidden;
  position: static;
  text-align: center;
}
.btn-button {
  position: relative;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: var(--xanh) !important;
  border-radius: 99px;
  -webkit-animation: none !important;
          animation: none !important;
}
.btn-button span {
  position: relative;
  z-index: 2;
}
input.wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: none !important;
  margin-bottom: 0;
  margin-right: 0;
  color: #fff;
  width: 265px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 5;
}
.btn-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #ae0f0a !important;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  /*  transition: all .3s;*/
  border-radius: 99px;
  -webkit-animation: none !important;
          animation: none !important;
}
.btn-button:hover::before {
  opacity: 1;
  background-color: #ae0f0a !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  -webkit-transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
}
.btn-button.no-bo {
  border: none;
}
.wpcf7-spinner {
  position: absolute;
}
.tab-custom.tabbed-content .nav-pills {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px;
}
.tab-custom.tabbed-content .nav-pills li {
  margin: 2px 30px;
}
.tab-custom.tabbed-content .nav-pills li a {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  background-color: #e6e9f2;
  width: 347px;
  height: 64px;
  text-align: center;
  display: block;
}
.tab-custom.tabbed-content .nav-pills li.active a {
  background-color: #a2dce7 !important;
}
.tab-custom.tabbed-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header-main .nav > li > a {
  color: var(--primary-color);
  opacity: 1;
}
.header-main .nav > li:hover > a {
  color: #1bc1a0;
}
.header-button .button {
  height: 45px;
  width: 160px;
  font-size: 20px;
  line-height: 49px;
  opacity: 1;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
}
.gallery .gallery-item {
  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;
  padding-bottom: 0;
}
.ux-menu.menu-custom .ux-menu-title {
  color: var(--primary-color);
  text-transform: none;
  font-size: 24px;
  min-height: initial;
}
.ux-menu.menu-custom .ux-menu-link__link {
  min-height: initial;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--primary-color);
}
.ux-menu.menu-custom .ux-menu-link__link:hover {
  color: #ef4d31;
}
.ux-menu.menu-custom .ux-menu-link__link span {
  font-weight: 500;
}
.button-container {
  position: relative;
}
.menu-chuongtrinhhoc.ux-menu.menu-custom .ux-menu-link__link {
  font-size: 18px;
  margin-bottom: 15px;
}
.menu-chuongtrinhhoc.ux-menu.menu-custom .ux-menu-link__link span {
  font-weight: bold;
}
.button-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 11px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  margin: auto;
}
.button-custom i {
  font-size: 30px;
  background: url(images/icon-right-2.png) center center no-repeat;
  background-size: 25px;
}
.button-custom i:before {
  visibility: hidden;
}
.button-custom span {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: 0 10px;
  font-size: 22px;
  display: none;
  color: #fff;
}
.button-custom:hover {
  width: 200px;
}
.button-custom:hover span {
  opacity: 1;
  display: block;
}
.button-custom:hover i {
  display: none;
}
@media (min-width: 850px) {
  .gallery-coso.row-full-width {
    padding-left: calc(47vw - 685px) !important;
    margin: 0 -30px 0 0;
  }
}
.row-slider .flickity-page-dots,
.slider-nav-outside .flickity-page-dots,
.slider-style-focus .flickity-page-dots {
  bottom: -20px;
}
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot,
.flickity-page-dots .dot {
  width: 80px;
  height: 6px;
  border-radius: 0;
  background-color: var(--primary-color);
  opacity: 1;
  border: none;
  border-radius: 10px;
  width: 40px;
}
.row-slider .flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot.is-selected {
  background-color: #1bc1a0 !important;
  width: 110px;
}
.slider-wrapper.relative .row.align-middle {
    top: 0 !important;
}
.searchform input {
  max-width: 120px;
}
.top-ga {
  font-size: 20px;
  padding-right: 15px;
}
.text-lan {
  font-size: 18px;
}
.header-button-1 .header-button a {
  padding: 0px 20px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-height: initial;
  background: #ae0f0a !important;
}
.header-button-1 .header-button a span {
  font-weight: 900;
}
.header-button-1 .header-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ef4d31 !important;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 99px;
}
.header-button-1 .header-button a:hover::before {
  opacity: 1;
  background: var(--xanh)!important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  -webkit-transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
}
.header-button-1 .header-button a span {
  position: relative;
  z-index: 2;
}
body:not(.home) #wrapper {
  background: #ffffff;
}
/*body #main,
body #content {
    background: #ffffff00;
    }*/
.full-ses {
  background: #fff;
}
.term-meta-blog {
  overflow: hidden;
  position: relative;
}
.term-meta-blog .title-blog {
  color: #134a81;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.term-meta-blog ul {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 1;
  margin: 0;
}
.term-meta-blog ul li {
  list-style: none;
  margin: 0 0 0 15px;
  float: left;
}
.term-meta-blog ul li a {
  background: #ebebeb;
  color: #616161;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 20px 10px;
  border-radius: 100px;
}
.term-meta-blog > .breadcrumb {
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 19px;
  font-weight: bold;
}
.cus-t {
  font-size: 32px;
  margin-bottom: 0;
  color: #787474;
}
.title-b {
  font-size: 50px;
  color: #134a81;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.term-meta-blog {
  padding: 25px 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 60px;
}
.cust-link {
  font-size: 24px;
  margin: 0;
}
.cus-blog .box-image {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tern-loop a {
  font-size: 30px;
  color: #787474;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cus-blog .post-title a {
  font-size: 30px;
  color: #134a81;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 40px;
  height: 160px;
  overflow: hidden;
}
.cus-blog .post-title a:hover {
  color: #57b89f;
}
.mb-hide {
  display: none;
}
.mb-hide.show {
  display: block;
}
.click-show-qc.chantext:before {
  content: 'áº¨n';
  color: #4b4b4b;
  font-size: 17px;
}
.click-show-qc.chantext .icon-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers li > span,
.page-numbers li a {
  border-radius: 13px !important;
  border: none;
  background: #fff !important;
  line-height: 39px;
  font-size: 18px;
}
.page-numbers li > span,
.page-numbers li:hover > a {
  background: #ae0f0a !important;
  color: #fff;
}
.text-hd {
  background: url(images/bg-tenl.png) center center no-repeat;
  height: 195px;
}
.but-kindypc {
  background: url(images/bg-but-dk.png) center center no-repeat;
  font-size: 23px;
  display: none;
  margin-bottom: 0;
  height: 63px;
}
/*.ses-tabkindy .tab-kindy .tab-panels .panel:hover {
    cursor: pointer;
}
.ses-tabkindy .tab-kindy .tab-panels .panel:hover .but-kindypc{
    display: inline-block;
}
.ses-tabkindy .tab-kindy .tab-panels .panel:hover .logo-ri {
    display: none;
}
.logo-ri {
    height: 63px;
}
.logo-ri .ux-logo-link {
    padding: 0 !important;
    }*/
.gallery-coso .flickity-page-dots {
  bottom: -30px !important;
}
.gallery-coso img {
  border-radius: 42px;
}
.mfp-arrow i,
.flickity-prev-next-button svg {
  visibility: hidden;
}
.mfp-arrow,
.flickity-prev-next-button {
  background: url(images/icon-right.png) 0 0 no-repeat;
  background-size: 60px;
  width: 65px;
  height: 65px;
  margin: 0 20px;
}
.mfp-arrow.mfp-arrow-right,
.flickity-prev-next-button.next {
  background: url(images/icon-l.png) 0 0 no-repeat;
  background-size: 60px;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-spinner::before {
  display: none;
}
.featured-title .page-title-inner,
.page-title-bg .title-bg {
  min-height: 714px !important;
  height: 714px !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 0;
}
.page-title-inner .text-center {
  text-align: left;
}
.page-title-bg .title-overlay {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12477c00), color-stop(#12477cd1), to(#12477c));
  background-image: linear-gradient(180deg, #12477c00, #12477cd1, #12477c);
  top: auto;
  bottom: 0;
  height: 350px;
}
.page-title h1.entry-title {
  font-size: 50px;
}
.single-post .header {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e9f2), color-stop(#e6e9f2fa), to(#e6e9f217));
  background-image: linear-gradient(180deg, #e6e9f2, #e6e9f2fa, #e6e9f217);
}
.single .single-page {
  padding-bottom: 0;
}
.single .single-page p {
  font-size: 20px;
}
.single .single-page h2 {
  font-size: 32px;
  color: var(--primary-color);
}
.single .single-page h3 {
  font-size: 28px;
  color: var(--primary-color);
}
.single .single-page h4 {
  font-size: 24px;
  color: var(--primary-color);
}
.related-post {
  margin-top: 30px;
}
.related-post-title {
  font-size: 36px;
  color: var(--primary-color);
  padding-bottom: 30px;
}
.related-post .box-text.text-center {
  text-align: left;
}
.related-post .box-image img {
  border-radius: 32px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-category-loop {
  margin: 15px 0;
  display: block;
}
.post-category-loop a {
  font-size: 30px;
  color: #787474;
  line-height: 30px;
  display: block;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.post-category-loop a:hover {
  color: #787474;
}
.related-post .related-title a {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: bold;
  line-height: 33px;
  height: 99px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.related-post .related-title a:hover {
  color: #57b89f;
}
.related-box .related-loop {
  padding: 0 10px;
}
.meta-custom {
  color: #525252;
  margin-bottom: 20px;
  font-size: 20px;
}
.category-link {
  font-weight: 800;
  color: #525252;
}
.post-tags {
  margin-bottom: 30px;
  border-bottom: 1px solid #818181;
  border-top: 1px solid #818181;
  padding: 15px 0 30px 0;
}
.post-tags h3 {
  color: var(--primary-color);
  font-size: 36px;
}
.post-tags a {
  font-weight: bold;
  font-size: 24px;
  color: #616161;
  background-color: #ebebeb;
  border-radius: 30px;
  padding: 5px 25px;
  margin: 5px 8px;
  display: inline-block;
}
.post-tags a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.post-tags a:first-child {
  margin-left: 0;
}
.menu-item-has-block .sub-menu.nav-dropdown {
  background: none;
  padding-top: 20px;
}
.menu-item-has-block .sub-menu.nav-dropdown > section {
  border-radius: 42px;
  max-width: 1370px;
  margin: auto;
}
li.has-dropdown > a > i {
  visibility: hidden;
}
.bg-ra-42 img {
  border-radius: 42px;
}
.full-title-single {
  height: 600px;
}
.row-kt-nd p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.01em;
  opacity: 0.5;
  color: #ae0f0a;
  line-height: 1.3em;
}
.row-kt-nd .active p {
  opacity: 1;
  font-size: 36px;
}
.row-slider-kq .flickity-button {
  bottom: 35%;
  top: initial;
}
.row-ppday .box {
  border-radius: 42px;
  overflow: hidden;
}
.box-title-dd h4 {
  font-size: 36px;
  color: #fff;
  padding: 0 20px;
}
.box-title-dd p {
  font-size: 20px;
  margin-bottom: 0;
  color: #a2dce7;
  font-weight: bolder;
  padding: 0 58px;
  text-transform: uppercase;
}
.pp-hidden {
  display: none;
}
.row-ppday .box-push .box-text {
  max-width: 100%;
  margin: 0;
  background: url(images/bg-pp.png) center bottom no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  background-size: cover;
  height: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.row-ppday .box-push.box:hover .box-text {
  cursor: pointer;
  height: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 30%;
  background: rgb(174 15 10 / 75%);
}
.row-ppday .box-push.box:hover .box-text .pp-hidden {
  display: block;
}
.pp-hidden {
  padding: 30px 5% 0;
}
.pp-hidden p {
  font-size: 20px;
  font-weight: bolder;
}
.page-wrapper {
  padding-top: 0;
}
.single-page {
  padding-top: 30px;
}
.slider-kq .icon-box {
  margin-bottom: 20px;
}
.slider-kq .icon-box .icon-box-img img {
  padding-top: 0;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-kq .icon-box .icon-box-text {
  position: absolute;
  top: 45px;
  width: 100%;
}
.tab-lotrinh .nav li a {
  font-size: 20px;
  background: #b8c9d9;
  color: #fff;
  font-weight: 700;
  margin: 0 5px;
  line-height: 1.8em;
  padding: 0 10px;
}
.tab-lotrinh .nav li.active a {
    background: var(--primary-color);
}
.tab-lotrinh img {
  border-radius: 30px;
}
.row-tab-lotrinh > .small-12 {
  background: #ae0f0a;
  border-radius: 42px;
  padding: 30px 30px 30px 15px !important;
}
.row-tab-lotrinh .col {
  padding-bottom: 0;
}
.row-tab-lotrinh h4 {
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 1.3em;
  /*background: url(images/line-capdo.png) left bottom no-repeat;*/
  /*padding-bottom: 30px;*/
}
.row-tab-lotrinh.row-tab-aka > .small-12 {
  background: #a2dce7;
}
.row-tab-lotrinh.row-tab-ielts > .small-12 {
  background: #5f249f;
}
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span,
.tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
  line-height: 46px;
  padding: 2px 0 16px;
  text-align: center;
}
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after,
.tab-lotrinh-ielts .nav > li:nth-child(1) > a span:after {
  content: 'Starter';
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 0;
}
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after {
  content: 'Foundation';
}
.list-thongtinkh ul {
  list-style: none;
  margin: 0;
}
.list-thongtinkh ul li {
  font-weight: bold;
  font-size: 32px;
  background: url(images/con-kh1.png) 0 10px no-repeat;
  margin: 0;
  padding-left: 50px;
}
.list-thongtinkh ul li:nth-child(2) {
  background: url(images/con-kh2.png) 4px 10px no-repeat;
}
.list-thongtinkh ul li:nth-child(3) {
  background: url(images/icon-kh3.png) 7px 10px no-repeat;
}
.list-thongtinkh ul li:nth-child(4) {
  background: url(images/con-kh4.png) 8px 10px no-repeat;
}
.list-thongtinkh ul li strong {
  font-size: 24px;
  min-width: 140px;
  display: inline-block;
}
.tab-lotrinh .slider-style-focus .flickity-slider > div.is-selected {
  /*padding: 15px 30px;*/
}
.tab-lotrinh .slider-style-focus .flickity-slider > :not(.is-selected) {
  opacity: 1;
}
.tab-lotrinh .slider-style-focus {
  padding: 20px 0;
}
.img-gt .img {
  margin-bottom: 0;
  position: relative;
  top: 50px;
}
.slider-kq .flickity-page-dots {
  display: none;
}
.block-about h2 {
  font-size: 36px;
}
.row-gtri .col .col-inner {
  position: relative;
  z-index: 1;
}
.row-gtri .col .icon-box {
  position: relative;
  z-index: 2;
}
.row-gtri .col .icon-box .icon-box-text {
  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-height: 142px;
}
.row-gtri .col .col-inner:after {
  font-size: 173px;
  color: rgb(174 15 10 / 30%);
  display: block;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  font-weight: bold;
  line-height: 0.7;
  width: 100%;
  text-align: center;
}
.row-gtri .col:nth-child(1) .col-inner:after {
  content: '01';
}
.row-gtri .col:nth-child(2) .col-inner:after {
  content: '02';
}
.row-gtri .col:nth-child(3) .col-inner:after {
  content: '03';
}
.row-gtri .col:nth-child(4) .col-inner:after {
  content: '04';
}
.row-gtri .col:nth-child(5) .col-inner:after {
  content: '05';
}
.csvc img {
    border-radius: 20px;
}
.gallery-custom .gallery-col {
  padding-bottom: 0;
  text-align: center;
}
.gallery-custom .gallery-col img {
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.row-bigs-slide .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-bigs-slide .slick-arrow {
  display: block;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  background-image: url(images/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 36%;
  z-index: 9;
}
.row-bigs-slide .slick-arrow.slick-prev {
  background-image: url(images/left.png);
  left: 27%;
}
.row-bigs-slide .slick-arrow.slick-disabled {
  opacity: 0.6;
}
.row-small-slide .list-year:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #93b1cd;
  position: relative;
  top: 20px;
}
.row-small-slide .list-year {
  margin-top: 40px;
  margin-bottom: 0;
}
.row-small-slide .list-year .slick-list {
  padding-top: 25px !important;
}
.list-year li {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 0;
  color: #4b4b4b;
}
.list-year li:before {
  content: '';
  display: block;
  margin: auto;
  width: 22px;
  height: 22px;
  background-color: #93b1cd;
  border-radius: 100%;
  margin-top: -19px;
}
.list-year li.slick-current:before {
  background-color: var(--primary-color);
}
.list-year li.slick-current {
  color: var(--primary-color);
}
.col-memory > .col-inner:after {
  content: '';
  display: block;
  background-image: url(images/bottom.png);
  height: 202px;
  width: 100%;
  background-size: contain;
  position: absolute;
  bottom: -178px;
  left: -20px;
}
.col-memory img {
  border-radius: 42px;
}
.icon-box-left p {
  margin-bottom: 10px;
}
a.button.btn-phone {
  padding: 0px 25px;
  border-radius: 99px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-height: initial;
  /*background-image: url(images/but2p.png);*/
  background-position: center;
  font-size: 25px;
  background-size: cover;
  line-height: 43px;
  min-height: 43px;
}
a.button.btn-phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ef4d31 !important;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 99px;
}
a.button.btn-phone:hover::after {
  opacity: 1;
  background:  #ef4d31 !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  -webkit-transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity, -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02);
}
a.button.btn-phone span {
  position: relative;
  z-index: 2;
}
.local-box-left {
  background-color: #fff;
  padding: 30px 0;
  border-radius: 25px;
  border: 1px solid #c4c6ca;
}
.local-box-left-header {
  padding: 0 30px;
}
.local-box-left h2 {
  text-align: center;
  font-size: 32px;
  color: #ae0f0a;
}
.local-box-left h2 span {
  color: var(--primary-color);
}
.mapstore-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mapstore-filter-form select {
  border: 1px solid #c4c6ca;
  border-radius: 99px;
  width: 49%;
  font-size: 20px;
  font-weight: bold;
  height: 45px;
}
.mapstore-filter-form input {
  border-radius: 99px;
  height: 45px;
}
.local-box-left .local-list .local-list-post {
  height: 615px;
  overflow-y: scroll;
}
.local-box-left .local-list .local-list-post .mapstore-post {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid #c4c6ca;
  padding: 12px 30px;
  margin-bottom: 0;
}
.local-box-left .local-list .local-list-post .mapstore-post:hover {
  background-color: #c7cbd9;
}
h3.txt-maptitle {
  color: #ae0f0a;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
h3.txt-maptitle .highlight {
  color: var(--primary-color);
}
.mapstore-address {
  position: relative;
  padding-left: 35px;
  font-size: 22px;
  line-height: 28px;
}
.mapstore-address:before {
  content: '';
  display: block;
  background-image: url(images/ic-map.png);
  width: 18px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
}
.mapstore-phone {
  text-align: center;
}
.mapstore-phone a.button.btn-phone {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mapstore-phone a.button.btn-phone span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url(images/ic-phone.png);
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.mapstore-map iframe {
  border-radius: 25px;
}
.mapstore-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.mapstore-posts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
.mapstore-maps {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
.mapstore-map {
  display: none;
}
.mapstore-map.active {
  display: block;
}
.section-results {
  background-color: #fff !important;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bor-map iframe {
  border-radius: 22px;
  overflow: hidden;
}
.mapstore-maps iframe {
  min-height: 816px;
}
.service-kid h2 {
  color: #fbb315;
}
.tab-lotrinh .row-tab-lotrinh {
  max-width: 1285px !important;
}
.tab-lotrinh .nav li {
  margin-bottom: 10px;
}
.row-tab-lotrinh-kid > .small-12 {
  background: #fbb315;
}
.count-up {
  font-weight: bold;
}
.text-cus {
  color: #1bc1a0;
}
blockquote * {
  font-weight: 900;
  font-style: normal;
}
.row-ppday .box-push.box:hover .box-text {
  padding-top: 6%;
}
.box-title-dd p {
  padding: 0 20px;
}
.ses-thankyou {
  background: url(images/member.png) 90% bottom no-repeat;
}
button.mfp-close {
  background: url(images/button-x.png) center center no-repeat;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
}
.row-fix {
  position: fixed;
  bottom: 151px;
  right: 20px;
  width: 60px;
  z-index: 99999;
}
.row-fix .ux-logo-link {
  padding: 0 !important;
  margin-bottom: 10px;
}
.back-to-top.active {
  margin: 0;
}
.header-button-2.mb-button .header-button .button {
  display: none;
}
@media (min-width: 850px) {
  .single-post .single-page,
  .post-tags,
  .related-post-title {
    max-width: 741px;
    margin: auto;
  }
  .row-gtri .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 0 20px;
  }
}
@media (max-width: 820px) {
  .gallery-coso.large-columns-2 .flickity-slider > .col img {
    border-radius: 30px;
  }
  input.wpcf7-form-control.wpcf7-submit {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 222px;
  }
  .row-bigs-slide .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: -35px;
    left: 53%;
  }
  .row-bigs-slide .slick-arrow.slick-prev {
    left: 43%;
  }
  .mapstore-content {
    display: block;
  }
  .mapstore-posts,
  .mapstore-maps {
    max-width: 100%;
  }
  .mapstore-maps {
    margin-top: 30px;
  }
  .mapstore-maps iframe {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .local-box-left h2 {
    font-size: 26px;
  }
  .local-box-left-header {
    padding: 0 15px;
  }
  .local-box-left .local-list .local-list-post .mapstore-post {
    padding: 12px 15px;
  }
  .mapstore-filter-form {
    display: block;
  }
  .mapstore-filter-form select {
    font-size: 18px;
    width: 100%;
  }
  .mapstore-address {
    font-size: 18px;
  }
  body #logo img {
    max-height: 28px !important;
  }
  #masthead > .header-inner {
    border-radius: 100px;
    padding: 0 25px;
  }
  body .nav > li > a > i.icon-search {
    font-size: 0.9em;
  }
  .tab-custom.tabbed-content .nav-pills li {
    margin: 2px 10px;
  }
  .tab-custom.tabbed-content .nav-pills li a {
    width: 117px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
  .title-quote {
    padding: 58px 0;
  }
  .title-star {
    padding: 60px 0;
  }
  .col-form .col-inner {
    padding: 35px 30px 75px;
  }
  .box-btn-button {
    bottom: -82px;
  }
  input.wpcf7-form-control.wpcf7-submit {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }
  .form-dk select,
  input.wpcf7-form-control {
    font-size: 15px;
    height: 38px;
    text-align: center;
  }
  .gallery .gallery-item {
    margin-bottom: 30px;
  }
  .gallery .gallery-item:last-child {
    margin-bottom: 0;
  }
  .gallery-coso.large-columns-2 .flickity-slider > .col {
    max-width: 80%;
  }
  h2 {
    font-size: 32px;
  }
  .service-ki h2 {
    font-size: 60px;
    margin-bottom: 6px;
    line-height: 52px;
  }
  .service-ki h4 {
    font-size: 20px;
  }
  .service-ki p {
    font-size: 26px;
  }
  .title-quote,
  .title-star {
    background-size: contain;
    padding: 25px 0;
  }
  .banner-text-2 .banner-bg,
  .banner-text-2 {
    border-radius: 20px;
  }
  .tab-kindy .nav li a {
    margin: 5px 5px;
    padding: 3px 18px 3px;
    min-width: 160px;
  }
  .tab-kindy .nav li a span {
    font-size: 18px;
  }
  #masthead {
    padding: 25px 25px 0;
  }
  .but-mb {
    background: url(images/bg-but-dk.png) center center no-repeat;
  }
  .but-mb span {
    background: url(images/icon-rrr.png) 99% 4px no-repeat;
    padding-right: 25px;
  }
  .row-slider .flickity-page-dots .dot.is-selected,
  .flickity-page-dots .dot.is-selected {
    width: 60px;
  }
  .ses-tabkindy-mb .flickity-page-dots li:nth-child(1) {
    background: #ef4d31 !important;
  }
  .ses-tabkindy-mb .flickity-page-dots li:nth-child(2) {
    background: #fbb315 !important;
  }
  .ses-tabkindy-mb .flickity-page-dots li:nth-child(3) {
    background: #a2dce7 !important;
  }
  .ses-tabkindy-mb .flickity-page-dots li:nth-child(4) {
    background: #5f249f !important;
  }
  .ses-tabkindy-mb .flickity-page-dots li.is-selected {
    width: 90px !important;
  }
  .ses-tabkindy-mb .flickity-page-dots {
    bottom: 0;
  }
  .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button {
    display: block;
    bottom: -338px;
    opacity: 1 !important;
  }
  .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button svg {
    border: none;
    background: url(images/but-right.png) center center no-repeat;
  }
  .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button.next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button.next {
    right: 28px;
    bottom: -305px;
  }
  .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button svg path {
    visibility: hidden;
  }
  .title-about {
    padding: 61px 0;
    background-size: 36%;
    margin-bottom: 15px;
  }
  .banner-text .banner-bg,
  .banner-text {
    border-radius: 20px;
  }
  .click-show-qc span {
    color: #4b4b4b;
    font-size: 17px;
  }
  .tab-custom.tabbed-content .nav-pills {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    border-radius: 90px;
    width: 100%;
    margin: 0 auto;
  }
  .tab-custom .tab-panels {
    padding: 20px 20px 10px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    margin-bottom: 0;
  }
  .nav > li > a > i.icon-menu {
    text-indent: -9999px;
    background-image: url(images/menu-bar.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .main-menu-overlay .mfp-content {
    vertical-align: top;
  }
  .off-canvas-center .nav-vertical > li > a,
  .off-canvas-center .nav-vertical > li > ul > li a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .mfp-bg.mfp-ready.main-menu-overlay {
    opacity: 1 !important;
    background-color: #134b81;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-weight: bold;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li .header-button {
    text-align: left;
    padding-left: 30px;
  }
  .header-button-2.mb-button .header-button .button,
  .off-canvas-center .nav-sidebar.nav-vertical > li .header-button .button {
    width: 225px;
    background-image: url(images/bg-btn.png);
    background-size: 100% 100%;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li .sub-menu {
    padding-left: 35px;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li .sub-menu li a {
    font-size: 16px;
  }
  .off-canvas-center .nav-sidebar.nav-vertical .current-menu-item a {
    color: #1bc1a0;
  }
  .mfp-arrow,
  .row-slider .flickity-prev-next-button {
    width: 30px !important;
    height: 30px;
    background-size: 30px;
    z-index: 99;
  }
  .mfp-arrow.mfp-arrow-right,
  .flickity-prev-next-button.next {
    background-size: 30px;
    z-index: 99;
  }
  .has-off-canvas-center .header-button-2.mb-button .header-button .button {
    display: block;
  }
  .flickity-page-dots {
    width: 61%;
  }
  .text-hd {
    background-size: 130px;
  }
  body .mfp-close {
    opacity: 1 !important;
  }
  .mfp-close svg {
    pointer-events: none;
    font-weight: bold;
    stroke-width: 4px;
    color: #fff;
    opacity: 1;
  }
  .header-button-2.html {
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 999999;
  }
  .off-canvas-center .mfp-content {
    -webkit-overflow-scrolling: touch;
    max-width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0px;
    height: 100%;
  }
  .form-dk select {
    text-align: -webkit-center;
    text-align: -moz-center;
    /*margin: 0 auto;*/
    text-align-last: center;
    -moz-text-align-last: center;
  }
  .featured-title .page-title-inner,
  .page-title-bg .title-bg {
    min-height: 520px !important;
    height: 520px !important;
    background-position-y: -51px;
  }
  .page-title h1.entry-title {
    font-size: 24px;
  }
  .page-title-inner .text-center {
    text-align: center;
  }
  .header-main .nav > li.nav-icon > a {
    padding: 0;
  }
  .single-page {
    padding-top: 0;
  }
  .single-page p {
    font-size: 17px;
  }
  .single-page h2 {
    font-size: 24px;
  }
  .single-page h3 {
    font-size: 20px;
  }
  .single-page h4 {
    font-size: 18px;
  }
  .post-tags a {
    font-size: 13px;
    margin: 5px;
  }
  .related-post .box-image img {
    border-radius: 20px;
    height: 130px;
  }
  .post-tags h3,
  .related-post-title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 5px;
  }
  .post-category-loop {
    margin: 7px 0;
  }
  .post-category-loop a {
    font-size: 17px;
    height: 20px;
    line-height: 20px;
  }
  .related-post .related-title a {
    font-size: 19px;
    line-height: 25px;
    height: 75px;
  }
  .meta-custom {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .tab-lotrinh .nav li a {
    font-size: 15px;
    margin: 0 4px;
    padding: 6px 10px;
  }
  .tab-lotrinh-kid.tab-lotrinh .nav li a {
    padding: 6px 10px;
  }
  .row-tab-lotrinh > .small-12 {
    padding: 30px 0 !important;
  }
  .list-thongtinkh ul li strong {
    font-size: 18px;
    min-width: 100px;
  }
  .list-thongtinkh ul li {
    font-size: 25px;
  }
  .slider-kq .flickity-page-dots {
    bottom: -50px;
    display: block;
  }
  .tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after,
  .tab-lotrinh-ielts .nav > li:nth-child(1) > a span:after {
    display: inline-block;
    line-height: 0;
    margin-left: 8px;
    font-size: 15px;
  }
  .tab-lotrinh-ielts .nav > li:nth-child(2) > a span,
  .tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
    padding: 0;
  }
  .tab-lotrinh-ielts .nav > li:nth-child(2) > a span,
  .tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
    line-height: 27px;
  }
  .tab-lotrinh-ielts .nav > li {
    margin-bottom: 10px;
  }
  .title-b {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .cus-t {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cus-blog .box-image .image-zoom {
    padding-top: 157px !important;
  }
  .cus-blog .col.post-item {
    padding: 0 10px;
  }
  .cus-blog .box-image {
    border-radius: 25px;
    margin-bottom: 8px;
  }
  .tern-loop a {
    font-size: 14px;
  }
  .cus-blog .post-title a {
    font-size: 17px;
    line-height: 21px;
    height: 84px;
  }
  .term-meta-blog {
    background: #e6e9f2;
    margin: 50px 0 40px;
    border-radius: 100px;
    overflow: hidden;
    padding: 0;
  }
  .term-meta-blog ul li a,
  .term-meta-blog .title-blog {
    font-size: 13px;
  }
  .term-meta-blog .title-blog span {
    display: inline-block;
    background: #a2dce7;
    line-height: 40px;
    border-radius: 100px;
    padding: 0 24px;
  }
  .term-meta-blog ul {
    bottom: 8px;
    right: 13px;
  }
  .term-meta-blog ul li a {
    padding: 8px 0px 10px 8px;
  }
  .term-meta-blog ul li {
    margin: 0 0 0 7px;
  }
  .row-bigs-slide .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: -35px;
    left: 53%;
  }
  .row-bigs-slide .slick-arrow.slick-prev {
    left: 38%;
  }
  .list-year li {
    font-size: 22px;
  }
  .slider-gtcl .row-gtri:nth-child(2) .col .col-inner:after {
    content: '02';
  }
  .slider-gtcl .row-gtri:nth-child(3) .col .col-inner:after {
    content: '03';
  }
  .slider-gtcl .row-gtri:nth-child(4) .col .col-inner:after {
    content: '04';
  }
  .slider-gtcl .row-gtri:nth-child(5) .col .col-inner:after {
    content: '05';
  }
  .slider-gtcl .flickity-page-dots {
    width: 100%;
    left: 0;
  }
  .row-kt-nd .active p {
    font-size: 22px;
  }
  .row-tab-lotrinh h4 {
    font-size: 26px;
  }
  .term-meta-blog > .breadcrumb {
    right: 15px;
    bottom: 9px;
    font-size: 12px;
    font-weight: bold;
  }
  .mapstore-maps iframe {
    min-height: 400px;
  }
  .select2-container .select2-choice > .select2-chosen,
  .select2-container .select2-selection--single .select2-selection__rendered,
  .select2-selection {
    line-height: 48px;
    font-size: 16px;
    color: #5a5a5a;
  }
  .ses-thankyou {
    background: none;
  }
  .gallery-coso .flickity-page-dots,
  .tab-camnghi-mb .flickity-page-dots {
    width: 100%;
    left: 0;
  }
  .gallery-custom .flickity-button,
  .gallery-coso .flickity-button {
    display: none;
  }
  .col-memory > .col-inner:after {
    display: none;
  }
  .off-canvas .sidebar-menu {
    padding-top: 80px;
  }
  .tab-lotrinh .img {
    margin-top: 20px;
    padding: 20px;
  }
  .tab-lotrinh img {
    border-radius: 50px;
  }
  .row-fix {
    bottom: 80px;
  }
}
body .popup-content button.mfp-close,
button.mfp-close {
  background: url(images/button-x.png) center center no-repeat;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
}
body .popup-content button.mfp-close {
  position: fixed;
  top: -110px !important;
  bottom: initial;
  text-indent: -9999px;
  right: 0;
}
.back-to-top i {
  visibility: hidden;
}
.back-to-top {
  background: url(images/button-back.png) center center no-repeat;
  border: none !important;
  width: 60px;
  height: 60px;
}
.text-content-3 {
  min-height: 100px;
}
.tab-custom .slider .flickity-slider > .row {
  min-height: 400px;
}
.popup-content {
  max-width: 1300px !important;
  border-radius: 50px !important;
}
.popup-content .section-bg {
  border-radius: 50px;
}
.popup-content .box-btn-button {
  position: relative;
  bottom: 0;
}
.popup-content .box-btn-button .btn-button {
  width: 100%;
  background: url(images/bg-btn.png) top center !important;
  background-repeat: no-repeat !important;
  background: none !important;
}
.popup-content input.wpcf7-form-control,
.popup-content select, .form-dk .select2 {
  border: 2px solid var(--primary-color);
  height: 64px;
  background-color: transparent;
}
.popup-content input.wpcf7-form-control.wpcf7-submit {
  font-size: 25px;
  text-transform: none;
  min-height: 55px;
  background-color: #ae0f0a !important;
}
.popup-content .btn-button:before {
  display: none;
}
.popup-content button.mfp-close {
  background: transparent;
  width: auto;
  height: auto;
  right: 0;
  top: auto;
}
@media only screen and (max-width: 48em) {
  .popup-content .box-btn-button {
    text-align: center;
  }
  .popup-content input.wpcf7-form-control,
  .popup-content select {
    border: 1px solid var(--primary-color);
    height: 40px;
    background-color: transparent;
  }
  .popup-content .box-btn-button .btn-button {
    width: 80%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
  .popup-content input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .popup-content .section-bg {
    border-radius: 10px;
  }
  body .popup-content button.mfp-close {
    top: -13px !important;
    right: -12px;
    background-size: 16px;
    mix-blend-mode: hard-light;
    /* background: url(images/xclose.png) center center no-repeat; */
  }
  .mfp-container.mfp-s-ready {
    position: fixed;
  }
}
.bg-dot .section-bg.fill img {
  max-width: 100%;
  height: auto;
  bottom: 0;
  top: auto;
}

.block-cam-nghi .img img {
  border-radius: 500px;
}
.single-tuyen-dung .site-main,
.post-type-archive-tuyen-dung .site-main,
.archive-tuyen-dung .site-main,
.page-template-page-tuyen-dung .site-main,
.tax-loai_hinh_tuyen_dung .site-main,
.tax-vi_tri_tuyen_dung .site-main,
.tax-khu-vuc-td .site-main {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.single-tuyen-dung .page-title,
.post-type-archive-tuyen-dung .page-title,
.archive-tuyen-dung .page-title,
.page-template-page-tuyen-dung .page-title,
.tax-loai_hinh_tuyen_dung .page-title,
.tax-vi_tri_tuyen_dung .page-title,
.tax-khu-vuc-td .page-title,
.single-tuyen-dung .entry-title,
.post-type-archive-tuyen-dung .entry-title,
.archive-tuyen-dung .entry-title,
.page-template-page-tuyen-dung .entry-title,
.tax-loai_hinh_tuyen_dung .entry-title,
.tax-vi_tri_tuyen_dung .entry-title,
.tax-khu-vuc-td .entry-title {
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
}
.form-horizontal {
  border-radius: 50px;
  /*min-height: 80px;*/
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
  background-color:#fff;
  padding: 10px 15px;
}
.form-horizontal .btn,
.form-horizontal input.form-control,
.form-horizontal select,
.form-horizontal .select2 .select2-selection {
  height: 40px;
  border: none;
}
.form-horizontal input.form-control,
.form-horizontal select,
.form-horizontal .select2 .select2-selection {
  color: #333;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  margin: 0;
  border: 1px solid #ddd;
}
.select2-results__option--selectable {
  margin-bottom: 0;
}
.form-horizontal .select2 .select2-selection span {
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  padding-left: 8px;
  border-radius: 4px;
}
.form-horizontal .select2 .select2-selection .select2-selection__arrow {
  top: 0;
  right: 0;
}
.form-horizontal .select2 .select2-selection .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent !important;
}
.form-horizontal ::-webkit-input-placeholder {
  color: #fff !important;
}
.form-horizontal ::-moz-placeholder {
  color: #fff !important;
}
.form-horizontal :-ms-input-placeholder {
  color: #fff !important;
}
.form-horizontal ::-ms-input-placeholder {
  color: #fff !important;
}
.form-horizontal ::placeholder {
  color: #fff !important;
}
.form-horizontal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.form-horizontal ul li:first-child{
  margin-left: 0!important;
}
.form-horizontal form,
.form-horizontal select {
  display: block;
  width: 100%;
}
.btn-popup,
.form-horizontal select,
.form-horizontal input[type='submit'] {
  border-radius: 50px!important;
  padding: 0.375rem 0.75rem;
}
.btn-popup,
.form-horizontal input[type='submit'] {
  background: var(--xanh);
  color: #fff;
  display: block;
  border: none;
  height: 40px;
  font-size: 14px;
}
.form-horizontal input[type='submit'] {
  width: 100%;
  margin-right: 0;
}
.form-horizontal form label {
  width: 100%;
}
.form-recruit {
  padding: 20px 25px;
}
.recruitment {
  margin-bottom: 30px;
}
.search-filter-recruitment {
  margin-bottom: 30px;
}
.search-filter-recruitment .searchandfilter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-filter-recruitment ul li {
  margin: 0;
}
.search-filter-recruitment .searchandfilter h4 {
  color: #4D4D4D;
  font-size: 16px;
}
.recruitment .header {
  color: #4D4D4D;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.recruitment .job-item {
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  border: 1px solid #D2D2D2;
}
.recruitment .header,
.recruitment .job-item {
  padding: 0 30px;
}
.recruitment .job-item:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--primary-color);
}
.recruitment .job-item .read-more {
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  min-width: 152px;
  height: 46px;
  line-height: 32px;
  background: var(--primary-color);
}
.recruitment .job-item:hover .read-more {
  background: var(--xanh);
}
.list-recruitment .elementor-icon-box-title {
  margin-top: 0;
}
.widget_search_filter_register_widget {
  margin-bottom: 0;
}
.widget_search_filter_register_widget .searchandfilter {
  margin: 0;
}
.widget_search_filter_register_widget .searchandfilter input,
.widget_search_filter_register_widget .searchandfilter select,
.widget_search_filter_register_widget .searchandfilter button {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.widget_search_filter_register_widget .searchandfilter select option {
  color: #333;
}
body .form-recruit {
  padding: 20px 25px;
}
body .form-recruit input.wpcf7-file {
  font-size: 16px;
  border-radius: 0;
  color: #fff;
}
body .form-recruit .label-subscribe {
  background: #F28F1F;
  color: #fff;
  position: relative;
}
.form-recruit .col-6 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.form-recruit .title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
.form-recruit .form-content {
  display: block;
  padding: 0 20px;
}
.form-recruit input.form-control,
.form-recruit .select2 .select2-selection {
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
}
.form-recruit .select2 .select2-selection span {
  line-height: 48px;
}
.form-recruit .submit-form {
  text-align: center;
}
.form-recruit .submit-form .btn {
  line-height: 32px;
  text-transform: uppercase;
}
.single-td-metas {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.single-td-metas .lab {
  display: inline-block;
  min-width: 75px;
}
.single-td-metas .val {
  font-weight: 500;
}
.single-td-metas .td-meta {
  display: block;
  border-bottom: 1px dashed #ddd;
}
.footer-wrapper {
  background: #fff;
}
.form-horizontal .select2-container {
  width: 100% !important;
}
aside.widget-area {
  border-left: 1px solid #D6D6D6;
  padding-left: 20px;
}
.post-sidebar .widget_block,
aside .widget_block {
  margin-bottom: 30px;
}
.post-sidebar .widget_block .widget-title,
aside .widget_block .widget-title {
  margin-bottom: 28px;
  margin-top: 0;
}
.post-sidebar .news-post-widget .wiget-title,
aside .news-post-widget .wiget-title {
  margin-bottom: 30px;
}
.post-sidebar .widget-post-item,
aside .widget-post-item {
  margin-bottom: 18.5px;
  padding-bottom: 18.5px;
  border-bottom: 1px solid #D6D6D6;
}
.post-sidebar .widget-post-item .entry-title,
aside .widget-post-item .entry-title {
  font-size: 16px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 8px;
}
.post-sidebar .widget-post-item .entry-title a,
aside .widget-post-item .entry-title a {
  display: block;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-sidebar .widget-post-item .entry-title:hover a,
aside .widget-post-item .entry-title:hover a {
  color: #F68B1F;
}
.post-sidebar .widget-post-item .post-thumbnail,
aside .widget-post-item .post-thumbnail {
  width: 88px;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 9px;
}
.post-sidebar .widget-post-item .post-thumbnail img,
aside .widget-post-item .post-thumbnail img {
  border-radius: 9px;
}
.post-sidebar .widget-post-item .post-details,
aside .widget-post-item .post-details {
  width: calc(100% -88px);
  padding-left: 14px;
}
.post-sidebar .widget-post-item .entry-meta,
aside .widget-post-item .entry-meta {
  color: #9E9E9E;
}
.post-sidebar .widget-post-item .entry-meta .comment,
aside .widget-post-item .entry-meta .comment {
  display: none;
}
.bottom-line::after {
  content: "";
  display: block;
  height: 5px;
  width: 45px;
  margin-top: 10px;
  background: #F68B1F;
  border-radius: 3px;
}
.category main#main,
.single-post main#main {
  padding-top: 60px;
  background: #fff;
}
.box-title-main {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 28px;
  z-index: 5;
}
.box-title-main .title-main {
  font-family: "Brauer NeueVN";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 5px;
  line-height: 1.8;
  letter-spacing: 0;
}
.archive-page-header {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 28px;
  z-index: 5;
}
.archive-page-header h1.page-title {
  font-family: "Brauer NeueVN";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.top-cat-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 16px auto;
  grid-template-columns: auto auto;
  gap: 16px;
}
.top-cat-inner .main-blog {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
}
.top-cat-inner .main-blog .blog-img {
  width: 100%;
  /*max-height: 431px;*/
  border-radius: 16px;
  overflow: hidden;
}
.top-cat-inner .main-blog .blog-img>a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-cat-inner .main-blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: scale-down;
}
.top-cat-inner .main-blog .blog-title {
  font-family: "Brauer NeueVN";
  margin-top: 24px;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top-cat-inner .main-blog .blog-title a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
}
.top-cat-inner .main-blog .sub-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.top-cat-inner .blog-item {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.top-cat-inner .blog-item .blog-img {
  width: 100%;
  max-width: 144px;
  max-height: 144px;
  border-radius: 16px;
  overflow: hidden;
}
.top-cat-inner .blog-item .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-cat-inner .blog-item .blog-desc {
  width: 100%;
}
.top-cat-inner .blog-item .blog-desc .date {
  font-size: 14px;
  line-height: 140%;
  color: #90a4ae;
  letter-spacing: 0.25px;
}
.top-cat-inner .blog-item .blog-desc .title {
  font-family: "Brauer NeueVN";
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.top-cat-inner .blog-item .blog-desc .title a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding-left: 0 !important;
}
.top-cat-inner .more-btn {
  font-family: "Brauer NeueVN";
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  color: var(--primary-color);
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: 43px;
}
ul.page-numbers.nav-pagination {
  margin-top: 50px;
}
.blog-news-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  row-gap: 69px;
  padding-right: 32px;
}
@media only screen and (max-width: 1199px) {
  .blog-news-container {
    padding-right: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-news-container {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
.blog-news-container .blog-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 16px);
          flex: 0 calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.blog-news-container .blog-item .blog-head {
  border-radius: 16px;
  height: 216px;
  min-height: 216px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-news-container .blog-item .blog-head {
    height: calc(50vw - 15px);
    min-height: calc(50vw - 15px);
  }
}
@media only screen and (max-width: 480px) {
  .blog-news-container .blog-item .blog-head {
    height: 230px;
    min-height: 230px;
  }
}
.blog-news-container .blog-item .blog-head a {
  display: block;
  height: 100%;
}
.blog-news-container .blog-item .blog-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-news-container .blog-item .blog-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-news-container .blog-item .blog-body .blog-title {
  padding: 24px 0 8px;
}
.blog-news-container .blog-item .blog-body .blog-title h3 {
  margin: 0;
}
.blog-news-container .blog-item .blog-body .blog-title h3 a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.15px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Brauer NeueVN";
}
@media only screen and (max-width: 767px) {
  .blog-news-container .blog-item .blog-body .blog-title h3 a {
    font-size: 30px;
    line-height: 36px;
  }
}
.blog-news-container .blog-item .blog-body .blog-title h3 a:hover {
  color: var(--primary-color);
}
.blog-news-container .blog-item .blog-body .blog-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.25px;
  margin-top: auto;
  color: #000;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-news-container .blog-item .blog-body .blog-desc span {
  color: #90a4ae;
}
@media only screen and (max-width: 767px) {
  .blog-news-container .blog-item .blog-body .blog-desc {
    display: -webkit-box;
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-news-container .blog-item .blog-body .blog-desc a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  color: var(--primary-color);
  padding: 9.5px 32px;
  font-size: 18px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Brauer NeueVN";
}
.blog-news-container .blog-item .blog-body .blog-desc p {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-news-container .blog-item .blog-body .blog-desc p {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog-news-container .blog-item .blog-body .blog-desc span,
  .blog-news-container .blog-item .blog-body .blog-desc a {
    display: none;
  }
}
.related-posts .blog-news-container .blog-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(33.3% - 24px);
          flex: 0 calc(33.3% - 24px);
}
.related-posts .related-title {
  margin: 0;
  color: #2576b9;
  padding-bottom: 32px;
  line-height: 48px;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-family: "Brauer NeueVN";
}
.form-newletter {
  position: relative;
  background: #fff;
  border: 1px solid var(--primary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 0 rgba(96, 125, 139, 0.3);
          box-shadow: 4px 4px 0 rgba(96, 125, 139, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 32px 24px;
}
.form-newletter .policy_submit {
  font-family: "Brauer NeueVN";
  color: #000000;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .form-newletter {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
.form-newletter .title-form {
  position: relative;
  font-size: 30px;
  margin: 0;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: var(--primary-color) 6px 0 0px, var(--primary-color) 5.91686px 0.995377px 0px, var(--primary-color) 5.66974px 1.96317px 0px, var(--primary-color) 5.2655px 2.87655px 0px, var(--primary-color) 4.71532px 3.71022px 0px, var(--primary-color) 4.03447px 4.44106px 0px, var(--primary-color) 3.24181px 5.04883px 0px, var(--primary-color) 2.35931px 5.51667px 0px, var(--primary-color) 1.41143px 5.83163px 0px, var(--primary-color) 0.424423px 5.98497px 0px, var(--primary-color) -0.574341px 5.97245px 0px, var(--primary-color) -1.55719px 5.79441px 0px, var(--primary-color) -2.49688px 5.45578px 0px, var(--primary-color) -3.36738px 4.96596px 0px, var(--primary-color) -4.14455px 4.33852px 0px, var(--primary-color) -4.80686px 3.59083px 0px, var(--primary-color) -5.33596px 2.74364px 0px, var(--primary-color) -5.71718px 1.8204px 0px, var(--primary-color) -5.93995px 0.84672px 0px, var(--primary-color) -5.99811px -0.150428px 0px, var(--primary-color) -5.89004px -1.14341px 0px, var(--primary-color) -5.61874px -2.1047px 0px, var(--primary-color) -5.19172px -3.00766px 0px, var(--primary-color) -4.62082px -3.82727px 0px, var(--primary-color) -3.92186px -4.54081px 0px, var(--primary-color) -3.11421px -5.12852px 0px, var(--primary-color) -2.22026px -5.57409px 0px, var(--primary-color) -1.26477px -5.86518px 0px, var(--primary-color) -0.274238px -5.99373px 0px, var(--primary-color) 0.723898px -5.95617px 0px, var(--primary-color) 1.70197px -5.75355px 0px, var(--primary-color) 2.63288px -5.39147px 0px, var(--primary-color) 3.49082px -4.87998px 0px, var(--primary-color) 4.25202px -4.23324px 0px, var(--primary-color) 4.89538px -3.46919px 0px, var(--primary-color) 5.40307px -2.60899px 0px, var(--primary-color) 5.76102px -1.67649px 0px, var(--primary-color) 5.95932px -0.697531px 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 23px;
}
.form-newletter .title-form:after {
  position: absolute;
  content: "";
  width: 140%;
  height: 199%;
  top: -90%;
  left: -20%;
  z-index: 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.form-newletter .title-form span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.form-newletter .title-form span.yellow {
  color: #ffd95c;
}
.form-newletter .title-form span:before {
  content: attr(data-char);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  z-index: -1;
  text-shadow: #cbb666 6px 0 0px, #cbb666 5.91686px 0.995377px 0px, #cbb666 5.66974px 1.96317px 0px, #cbb666 5.2655px 2.87655px 0px, #cbb666 4.71532px 3.71022px 0px, #cbb666 4.03447px 4.44106px 0px, #cbb666 3.24181px 5.04883px 0px, #cbb666 2.35931px 5.51667px 0px, #cbb666 1.41143px 5.83163px 0px, #cbb666 0.424423px 5.98497px 0px, #cbb666 -0.574341px 5.97245px 0px, #cbb666 -1.55719px 5.79441px 0px, #cbb666 -2.49688px 5.45578px 0px, #cbb666 -3.36738px 4.96596px 0px, #cbb666 -4.14455px 4.33852px 0px, #cbb666 -4.80686px 3.59083px 0px, #cbb666 -5.33596px 2.74364px 0px, #cbb666 -5.71718px 1.8204px 0px, #cbb666 -5.93995px 0.84672px 0px, #cbb666 -5.99811px -0.150428px 0px, #cbb666 -5.89004px -1.14341px 0px, #cbb666 -5.61874px -2.1047px 0px, #cbb666 -5.19172px -3.00766px 0px, #cbb666 -4.62082px -3.82727px 0px, #cbb666 -3.92186px -4.54081px 0px, #cbb666 -3.11421px -5.12852px 0px, #cbb666 -2.22026px -5.57409px 0px, #cbb666 -1.26477px -5.86518px 0px, #cbb666 -0.274238px -5.99373px 0px, #cbb666 0.723898px -5.95617px 0px, #cbb666 1.70197px -5.75355px 0px, #cbb666 2.63288px -5.39147px 0px, #cbb666 3.49082px -4.87998px 0px, #cbb666 4.25202px -4.23324px 0px, #cbb666 4.89538px -3.46919px 0px, #cbb666 5.40307px -2.60899px 0px, #cbb666 5.76102px -1.67649px 0px, #cbb666 5.95932px -0.697531px 0;
}
.form-newletter .desc-form {
  margin: 0;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.form-newletter .input-group {
  padding: 24px 0;
  position: relative;
}
.form-newletter .input-group input {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  width: 100%;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #90a4ae;
  outline: none;
  border-radius: 4px;
}
.form-newletter .input-group input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-moz-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input:-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input:focus {
  text-align: left;
}
.form-newletter .input-group input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-ms-input-placeholder {
  color: #90a4ae;
}
.custom {
  position: relative;
  height: 15px;
  background-color: #fff;
  bottom: 8px;
  z-index: 3;
}
li.html.custom.html_topbar_left {
    background: transparent;
}
.form-newletter .input-group-corner-share {
  padding: 24px 0;
  position: relative;
}
.form-newletter .input-group-corner-share input {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  width: 100%;
  padding: 16px;
  text-align: left;
  background: #fff;
  border: none;
  border-bottom: 1px solid #90a4ae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.form-newletter .input-group-corner-share input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input::-moz-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input:-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input::-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input::placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input::-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group-corner-share input:focus {
  text-align: left;
  border-bottom: 1px solid #90a4ae;
}
.form-newletter .input-group-corner-share small {
  color: #f3392f;
  font-size: 14px;
  font-weight: 400;
}
.form-newletter .input-group {
  padding: 24px 0;
  position: relative;
}
.form-newletter .input-group input {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  width: 100%;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #90a4ae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.form-newletter .input-group input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-moz-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input:-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-webkit-input-placeholder {
  color: #90a4ae;
}
.form-newletter .input-group input::-ms-input-placeholder {
  color: #90a4ae;
}
.form-newletter .submit-form .wpcf7-submit {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 9.5px 0;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  border: 0;
  letter-spacing: 0.15px;
  line-height: 25.2px;
  font-family: "Brauer NeueVN";
}
.section-blog-parents {
  position: relative;
}
.section-blog-parents .animated-rocket {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 1330px;
  max-height: 315px;
  margin-left: auto;
  z-index: 1;
  margin-top: 70px;
  margin-bottom: 40px;
}
.section-blog-parents .animated-rocket.mobile {
  margin-top: 70px;
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .section-blog-parents .animated-rocket.mobile {
    width: 80%;
  }
}
.section-blog-parents .animated-rocket.mobile .rocket {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -14%;
  top: -21%;
}
.section-blog-parents .animated-rocket.mobile .rocket.go {
  -webkit-animation: rocket_blog_mb 1s!important;
          animation: rocket_blog_mb 1s!important;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (max-width: 480px) {
  .section-blog-parents .animated-rocket.mobile .rocket.go {
    -webkit-animation: rocket_blog_mb_2 1s !important;
            animation: rocket_blog_mb_2 1s !important;
  }
}
@-webkit-keyframes rocket_blog_mb {
  0% {
    left: 105%;
    top: 30%;
  }
  10% {
    left: 93%;
    top: 13%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 81%;
    top: -7%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 69%;
    top: -20%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  40% {
    left: 57%;
    top: -21%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  50% {
    left: 45%;
    top: -13%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  60% {
    left: 33%;
    top: -4%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  70% {
    left: 21%;
    top: 7%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  80% {
    left: 9%;
    top: 12%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  90% {
    left: -3%;
    top: 1%;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
  100% {
    left: -14%;
    top: -21%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes rocket_blog_mb {
  0% {
    left: 105%;
    top: 30%;
  }
  10% {
    left: 93%;
    top: 13%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 81%;
    top: -7%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 69%;
    top: -20%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  40% {
    left: 57%;
    top: -21%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  50% {
    left: 45%;
    top: -13%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  60% {
    left: 33%;
    top: -4%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  70% {
    left: 21%;
    top: 7%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  80% {
    left: 9%;
    top: 12%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  90% {
    left: -3%;
    top: 1%;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
  100% {
    left: -14%;
    top: -21%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes rocket_blog_mb_2 {
  0% {
    left: 105%;
    top: 30%;
  }
  10% {
    left: 93%;
    top: 3%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 81%;
    top: -13%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 69%;
    top: -34%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  40% {
    left: 57%;
    top: -34%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  50% {
    left: 45%;
    top: -34%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  60% {
    left: 33%;
    top: -23%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  70% {
    left: 21%;
    top: -12%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  80% {
    left: 9%;
    top: -6%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  90% {
    left: -3%;
    top: -1%;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
  100% {
    left: -14%;
    top: -21%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes rocket_blog_mb_2 {
  0% {
    left: 105%;
    top: 30%;
  }
  10% {
    left: 93%;
    top: 3%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 81%;
    top: -13%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 69%;
    top: -34%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  40% {
    left: 57%;
    top: -34%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  50% {
    left: 45%;
    top: -34%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  60% {
    left: 33%;
    top: -23%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  70% {
    left: 21%;
    top: -12%;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
  80% {
    left: 9%;
    top: -6%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
  90% {
    left: -3%;
    top: -1%;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
  100% {
    left: -14%;
    top: -21%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.section-blog-parents .animated-rocket.mobile .balloon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 60%;
  right: 10%;
}
.section-blog-parents .animated-rocket.mobile .blue-star {
  bottom: 105%;
  right: 25%;
}
.section-blog-parents .animated-rocket.mobile .s-star {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 10%;
  bottom: 85%;
}
@media only screen and (max-width: 991px) {
  .section-blog-parents .animated-rocket {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .animated-rocket {
    display: none;
  }
}
.section-blog-parents .animated-rocket img {
  width: 100%;
  height: auto;
}
.section-blog-parents .animated-rocket .line {
  position: relative;
  z-index: 0;
}
.section-blog-parents .animated-rocket .rocket {
  width: 9.5%;
  position: absolute;
  left: -4%;
  top: 17.5%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}
.section-blog-parents .animated-rocket .rocket.go {
  -webkit-animation: rocket-page 1s;
          animation: rocket-page 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.section-blog-parents .animated-rocket .fill-backgrounded {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  margin-right: 5%;
  left: -100%;
  margin-left: 1.5%;
  background-color: #fff;
}
.section-blog-parents .animated-rocket .fill-backgrounded.go {
  -webkit-animation: background-filled 1s;
          animation: background-filled 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.section-blog-parents .animated-rocket .balloon {
  position: absolute;
  width: 4.3%;
  height: 23.2%;
  bottom: 7.39%;
  right: 5%;
  z-index: 1;
}
.section-blog-parents .animated-rocket .blue-star {
  position: absolute;
  bottom: 24.39%;
  right: 9.5%;
  z-index: 1;
  width: 8%;
}
.section-blog-parents .animated-rocket .s-star {
  position: absolute;
  left: 11%;
  bottom: 17%;
  z-index: 1;
  width: 5%;
}
.section-blog-parents .animated-rocket .s-star2 {
  position: absolute;
  left: 11%;
  top: -12%;
  z-index: 1;
  width: 5%;
}
@-webkit-keyframes background-filled {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes background-filled {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes rocket-page {
  0% {
    left: 100%;
    top: -31%;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  10% {
    left: 90%;
    top: -8%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 80%;
    top: 29%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 70%;
    top: 47%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  40% {
    left: 60%;
    top: 50%;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
  50% {
    left: 50%;
    top: 38%;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  60% {
    left: 40%;
    top: 16%;
    -webkit-transform: rotate(39deg);
            transform: rotate(39deg);
  }
  70% {
    left: 30%;
    top: -10%;
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  80% {
    left: 20%;
    top: -28%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  90% {
    left: 10%;
    top: -28%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  100% {
    left: -4%;
    top: 17.5%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes rocket-page {
  0% {
    left: 100%;
    top: -31%;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  10% {
    left: 90%;
    top: -8%;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  20% {
    left: 80%;
    top: 29%;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  30% {
    left: 70%;
    top: 47%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  40% {
    left: 60%;
    top: 50%;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
  50% {
    left: 50%;
    top: 38%;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  60% {
    left: 40%;
    top: 16%;
    -webkit-transform: rotate(39deg);
            transform: rotate(39deg);
  }
  70% {
    left: 30%;
    top: -10%;
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  80% {
    left: 20%;
    top: -28%;
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  90% {
    left: 10%;
    top: -28%;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  100% {
    left: -4%;
    top: 17.5%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .wrap-blog-highlight {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .sub-blog-container > .section-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .sub-blog-content .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-blog-parents .sub-blog-content .content .section-title {
  padding: 10px 0 32px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .sub-blog-content .content .section-title {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents .sub-blog-content .wrap-sider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
.section-blog-parents > .blog-start {
  position: absolute;
  bottom: 35%;
  left: 96%;
}
@media only screen and (max-width: 1300px) {
  .section-blog-parents > .blog-start {
    bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-parents > .blog-start {
    display: none;
  }
}
.animate-rocket .icon-chat:before,
.animate-rocket .icon-line:before {
  display: none;
}
.section-footer {
  position: relative;
  z-index: 1;
}
.section-footer img {
  width: 100%;
  height: auto;
}
.section-footer .wrapper-icon {
  width: 86%;
  position: relative;
  margin-bottom: -25%;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .section-footer .wrapper-icon.desktop {
    display: none !important;
  }
}
.section-footer .wrapper-icon .animate-rocket {
  position: relative;
  top: 54px;
}
.section-footer .wrapper-icon .animate-rocket .icon-line {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .section-footer .wrapper-icon .animate-rocket .icon-line.animated.fadeIn img {
    width: 70%;
  }
}
.section-footer .wrapper-icon .animate-rocket .icon-line.line-1 {
  position: relative;
}
.section-footer .wrapper-icon .animate-rocket .icon-line.line-1:after {
  width: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
}
@-webkit-keyframes rocket_smoke {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes rocket_smoke {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.section-footer .wrapper-icon .animate-rocket .icon-line.rocket {
  top: 26%;
  left: 98%;
  width: 140px;
  height: 137px;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  z-index: 9;
}
@-webkit-keyframes rocket_run {
  0% {
    top: 80%;
    left: -10%;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
  }
  10% {
    top: 39%;
    left: 1%;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  20% {
    top: 17%;
    left: 12%;
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
  30% {
    top: 3%;
    left: 23%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  40% {
    top: -6%;
    left: 34%;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
  }
  50% {
    top: -11%;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
    left: 45%;
  }
  60% {
    top: -12%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    left: 56%;
  }
  70% {
    top: -9%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    left: 67%;
  }
  80% {
    top: -1%;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    left: 78%;
  }
  90% {
    top: 10%;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
    left: 89%;
  }
  100% {
    top: 26%;
    left: 98%;
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
}
@keyframes rocket_run {
  0% {
    top: 80%;
    left: -10%;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
  }
  10% {
    top: 39%;
    left: 1%;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  20% {
    top: 17%;
    left: 12%;
    -webkit-transform: rotate(-48deg);
            transform: rotate(-48deg);
  }
  30% {
    top: 3%;
    left: 23%;
    -webkit-transform: rotate(-39deg);
            transform: rotate(-39deg);
  }
  40% {
    top: -6%;
    left: 34%;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
  }
  50% {
    top: -11%;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
    left: 45%;
  }
  60% {
    top: -12%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    left: 56%;
  }
  70% {
    top: -9%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    left: 67%;
  }
  80% {
    top: -1%;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    left: 78%;
  }
  90% {
    top: 10%;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
    left: 89%;
  }
  100% {
    top: 26%;
    left: 98%;
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
}
@media only screen and (max-width: 991px) {
  @-webkit-keyframes rocket_run {
    0% {
      top: 45%;
      left: -10%;
      -webkit-transform: rotate(-65deg);
              transform: rotate(-65deg);
    }
    10% {
      top: 25%;
      left: 1%;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
    }
    20% {
      top: 5%;
      left: 12%;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg);
    }
    30% {
      top: -6%;
      left: 23%;
      -webkit-transform: rotate(-39deg);
              transform: rotate(-39deg);
    }
    40% {
      top: -14%;
      left: 34%;
      -webkit-transform: rotate(-29deg);
              transform: rotate(-29deg);
    }
    50% {
      top: -17%;
      -webkit-transform: rotate(-19deg);
              transform: rotate(-19deg);
      left: 45%;
    }
    60% {
      top: -14%;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      left: 56%;
    }
    70% {
      top: -9%;
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
      left: 67%;
    }
    80% {
      top: -1%;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      left: 78%;
    }
    90% {
      top: 10%;
      -webkit-transform: rotate(17deg);
              transform: rotate(17deg);
      left: 89%;
    }
    100% {
      top: 26%;
      left: 98%;
      -webkit-transform: rotate(26deg);
              transform: rotate(26deg);
    }
  }
  @keyframes rocket_run {
    0% {
      top: 45%;
      left: -10%;
      -webkit-transform: rotate(-65deg);
              transform: rotate(-65deg);
    }
    10% {
      top: 25%;
      left: 1%;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
    }
    20% {
      top: 5%;
      left: 12%;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg);
    }
    30% {
      top: -6%;
      left: 23%;
      -webkit-transform: rotate(-39deg);
              transform: rotate(-39deg);
    }
    40% {
      top: -14%;
      left: 34%;
      -webkit-transform: rotate(-29deg);
              transform: rotate(-29deg);
    }
    50% {
      top: -17%;
      -webkit-transform: rotate(-19deg);
              transform: rotate(-19deg);
      left: 45%;
    }
    60% {
      top: -14%;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      left: 56%;
    }
    70% {
      top: -9%;
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
      left: 67%;
    }
    80% {
      top: -1%;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      left: 78%;
    }
    90% {
      top: 10%;
      -webkit-transform: rotate(17deg);
              transform: rotate(17deg);
      left: 89%;
    }
    100% {
      top: 26%;
      left: 98%;
      -webkit-transform: rotate(26deg);
              transform: rotate(26deg);
    }
  }
}
@media only screen and (min-width: 1800px) {
  @-webkit-keyframes rocket_run {
    0% {
      top: 82%;
      left: -10%;
      -webkit-transform: rotate(-65deg);
              transform: rotate(-65deg);
    }
    10% {
      top: 41%;
      left: 1%;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
    }
    20% {
      top: 19%;
      left: 12%;
      -webkit-transform: rotate(-48deg);
              transform: rotate(-48deg);
    }
    30% {
      top: 5%;
      left: 23%;
      -webkit-transform: rotate(-39deg);
              transform: rotate(-39deg);
    }
    40% {
      top: -4%;
      left: 34%;
      -webkit-transform: rotate(-29deg);
              transform: rotate(-29deg);
    }
    50% {
      top: -9%;
      -webkit-transform: rotate(-19deg);
              transform: rotate(-19deg);
      left: 45%;
    }
    60% {
      top: -8%;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      left: 56%;
    }
    70% {
      top: -6%;
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
      left: 67%;
    }
    80% {
      top: -1%;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      left: 78%;
    }
    90% {
      top: 10%;
      -webkit-transform: rotate(17deg);
              transform: rotate(17deg);
      left: 89%;
    }
    100% {
      top: 26%;
      left: 98%;
      -webkit-transform: rotate(26deg);
              transform: rotate(26deg);
    }
  }
  @keyframes rocket_run {
    0% {
      top: 82%;
      left: -10%;
      -webkit-transform: rotate(-65deg);
              transform: rotate(-65deg);
    }
    10% {
      top: 41%;
      left: 1%;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
    }
    20% {
      top: 19%;
      left: 12%;
      -webkit-transform: rotate(-48deg);
              transform: rotate(-48deg);
    }
    30% {
      top: 5%;
      left: 23%;
      -webkit-transform: rotate(-39deg);
              transform: rotate(-39deg);
    }
    40% {
      top: -4%;
      left: 34%;
      -webkit-transform: rotate(-29deg);
              transform: rotate(-29deg);
    }
    50% {
      top: -9%;
      -webkit-transform: rotate(-19deg);
              transform: rotate(-19deg);
      left: 45%;
    }
    60% {
      top: -8%;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
      left: 56%;
    }
    70% {
      top: -6%;
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
      left: 67%;
    }
    80% {
      top: -1%;
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
      left: 78%;
    }
    90% {
      top: 10%;
      -webkit-transform: rotate(17deg);
              transform: rotate(17deg);
      left: 89%;
    }
    100% {
      top: 26%;
      left: 98%;
      -webkit-transform: rotate(26deg);
              transform: rotate(26deg);
    }
  }
}
@media only screen and (max-width: 1199px) {
  .section-footer .wrapper-icon .animate-rocket .icon-line.rocket img {
    top: 29%;
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .section-footer .wrapper-icon .animate-rocket .icon-line.rocket img {
    top: 29%;
    width: 80%;
  }
}
.section-footer .wrapper-icon .animate-rocket .icon-line.rocket.go {
  -webkit-animation: rocket_run 1.7s;
          animation: rocket_run 1.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.section-footer .wrapper-icon .animate-rocket .icon-line.rocket.go ~ .line-1:after {
  -webkit-animation: rocket_smoke 1.7s;
          animation: rocket_smoke 1.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.section-footer .wrapper-icon .animate-rocket .start-bg > img {
  opacity: 0;
}
.section-footer .wrapper-icon .animate-rocket .start-bg .start-1 {
  top: 48%;
  width: 5%;
}
.section-footer .wrapper-icon .animate-rocket .start-bg .start-2 {
  top: 44%;
  left: 22%;
  width: 5%;
}
.section-footer .wrapper-icon .animate-rocket .start-bg .start-3 {
  top: 27%;
  left: 69%;
  width: 5%;
}
.section-footer .wrapper-icon .animate-rocket .start-bg .start-4 {
  top: 2%;
  left: 94%;
  width: 5%;
}
.section-footer .wrapper-icon .animate-rocket .line-2 {
  width: 80%;
  position: absolute;
  margin: 0 0 0 62px;
  left: 0;
  right: 0;
  top: -40px;
}
@media only screen and (min-width: 1600px) {
  .section-footer .wrapper-icon .animate-rocket .line-2 {
    top: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-footer .wrapper-icon .animate-rocket .line-2 {
    top: -28px;
  }
}
@media only screen and (min-width: 992px) {
  .form-horizontal input[type='submit'] {
    width: 100%;
  }
  .recruitment .job-item {
    height: 93px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .recruitment .table-responsive .container {
    min-width: 992px;
    padding-bottom: 15px;
  }
  .recruitment .load-more {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recruitment .job-item {
    height: 75px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .form-horizontal {
    position: relative;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-filter-recruitment ul,
  .form-horizontal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-horizontal ul li {
    width: 25%;
  }
  .form-horizontal ul li:not(:last-child) {
    padding-right: 20px;
  }
  .search-filter-project {
    position: relative;
    z-index: 3;
  }
  .search-filter-recruitment ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .search-filter-recruitment ul li:not(:last-child) {
    padding-right: 10px;
  }
  .search-filter-recruitment .searchandfilter .select2 {
    width: 100% !important;
  }
  .search-filter-recruitment ul li .select2-selection {
    font-size: 14px;
    padding: 0;
    border: none;
    margin-left: 2px;
    background: transparent;
  }
  .search-filter-recruitment .searchandfilter .select2-selection span {
    padding-right: 24px;
  }
  .page-template-page-tuyen-dung .select2-container--open .select2-dropdown {
    min-width: 200px;
    border-top: 1px solid #aaa;
  }
  footer .form-horizontal {
    margin-bottom: -57px;
  }
  .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7-form .label-subscribe {
    width: 100%;
  }
  .form-horizontal {
    padding: 30px 10px;
  }
  .form-horizontal ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .form-horizontal .searchandfilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-horizontal .searchandfilter ul li {
    width: 50%;
    padding: 0 10px;
  }
  .recruitment .job-item {
    height: 60px;
    margin-bottom: 15px;
  }
  .search-filter-recruitment ul li label {
    display: block;
  }
  .search-filter-recruitment .searchandfilter li {
    padding-top: 0;
    padding-bottom: 7px;
  }
  .search-filter-recruitment .searchandfilter .select2 {
    width: 100% !important;
  }
  .search-filter-recruitment ul li .select2-selection {
    width: 100%;
    height: 40px;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
  }
  .search-filter-recruitment .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
  }
  .form-recruit {
    padding: 30px 15px;
  }
  .single-tuyen-dung .widget-area,
  .recruitment .widget-area {
    display: none;
  }
  .list-recruitment .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-recruitment .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-right: 15px;
  }
  .list-recruitment .elementor-icon-box-content {
    text-align: left;
  }
  .form-recruit .title {
    margin-bottom: 15px;
  }
  .form-recruit .form-content {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .searchandfilter select.sf-input-select {
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.pulse {
  -webkit-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
