* {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvoBold.woff2') format('woff2'),
        url('fonts/UTMAvoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-Italic.woff2') format('woff2'),
        url('fonts/UTMAvo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo.woff2') format('woff2'),
        url('fonts/UTMAvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
        url('fonts/UTMAvo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} 

html {
      scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  font-family: 'UTM Avo';
  font-weight: normal;
  color: #000000;
  background: #eff0f2;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label,
body ul,
body li,
body .card,
body a {
  text-decoration: none !important;
  transition: 0.3s all;
  margin-bottom: 0;
  outline: none !important;
}

body .container {
  max-width: 1200px;
}

body input {
  padding: 0 15px;
  outline: none;
  color: #000000;
}

body input,
body button {
  transition: 0.3s all !important;
}

body p {
  margin-bottom: 0;
}

body a {
  color: #333333;
}

body .container-fluid {
  padding: 0 125px;
}

.slick-slider {
  margin-bottom: 0;
}

footer {
  background: #121749;
  color: #879fb1;
  position: relative;
}
.ft-bs {
    position: absolute;
    width: 100%;
    top: -18px;
    left: 0;
}
.ft-bs img {
    height: 77px;
    width: 100%;
}
footer a {
  color: #fff;
}

footer ul {
  list-style: none;
}

.fter-desc {
  padding: 40px 0;
  /*border-top: 1px solid #879fb1; */
  color: #fff;
}

.fter-desc li {
  margin-bottom: 10px;
}

.fter-desc li:last-child {
  margin-bottom: 0;
}

.fter-top {
  padding: 15px 0;
}

.fter-top a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.fter-top ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.fter-top ul li {
  padding-right: 30px;
}

.fter-top ul li:last-child {
  padding-right: 0;
}

.fter-top .logo {
  padding-right: 40px;
}

.fter-top .logo img {
  max-height: 70px;
}

header {
  background: #12184a;
  position: relative;
  z-index: 2;
}

.header-top {
  display: flex;
  align-items: center;
}

.header-top .logo {
  background: #12184a;
  position: absolute;
  z-index: 2;
  padding: 10px 30px;
  border-radius: 50px;
  top: 15px;
  transition: all 0.5s ease;
}

.hover-menu.header-top .logo {
	top: 0px;
}

.hover-menu.header-top .logo  img{
	max-height: 75px;
}

.header-top .logo img {
  max-height: 120px;
}

.h-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.h-menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 17px;
  align-items: center;
}

.h-menu ul li {
  padding-left: 40px;
}

.h-menu ul li:first-child {
  padding-left: 0;
}

.h-menu ul li:hover .submenu {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}

.h-menu ul li:hover a:after {
  opacity: 1;
}

.h-menu ul a {
  color: #fff;
  display: flex;
  height: 98px;
  align-items: center;
  position: relative;
  font-weight: bold;
}

.h-menu ul a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f0702f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s all !important;
  opacity: 0;
}
.regis {
  padding: 0 30px;
}
.btn-regis {
  background: #f0702f;
  height: 45px;
  padding: 0 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: initial;
  display: flex;
  align-items: center;
  color: #fff;
}
section.box-nangluc .title img {
    max-height: 100px;
}
.submenu {
  background: #252c65e3;
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  transition: 0.4s all !important;
  text-align: center;
  opacity: 0;
  justify-content: center !important;
  font-size: 15px !important;
  text-transform: unset !important;
  z-index: -1;
  visibility: hidden;
}

.submenu ul {
  justify-content: center;
  font-size: 16px;
  text-transform: initial;
}

.submenu a {
  color: #a9a9a9 !important;
  font-weight: normal !important;
  text-transform: initial;
}

.submenu a:after {
  display: none;
}

.submenu a:hover {
  color: #fff !important;
}

.slide-banner .item-slide {
  position: relative;
}

/*.slide-banner .item-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/littleones/images/bn-banner.png") no-repeat left;
  background-size: cover;
}*/

.slide-banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.slide-banner .caption h1 {
  font-size: 65px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}

.slide-banner .caption .desc {
  font-size: 25px;
  color: #009da4;
  line-height: 1.3;
  padding: 40px 0;
}

.btn-school a {
  display: inline-flex;
  height: 65px;
  border-radius: 5px;
  background: #f0702f;
  color: #fff;
  /*border: 1px solid #009da4; */
  font-weight: bold;
  font-size: 22px;
  padding: 0 50px;
  align-items: center;
}

.btn-school a:hover {
  color: #f0702f;
  background: #fff;
}

.box-service {
  padding: 70px 0;
}

.list-srv .row {
  margin: 0 -25px;
}

.list-srv .col-md-4 {
  padding: 0 25px;
}
.list-srv .col-md-4:nth-child(2) .item-srv {
    background: #009da3;
}

.list-srv .col-md-4:nth-child(3) .item-srv {
    background: #252c65;
}

.list-srv .col-md-4 .item-srv {
    background: #f0702f;
    position: relative;
}
.list-srv .col-md-4:nth-child(2) .info-srv {
  border-top: 15px solid #096b6f;
  background: #009da3;
}

.list-srv .col-md-4:last-child .info-srv {
  border-top: 15px solid #0b103b;
  background: #252c65;
}

.item-srv .avarta {
  overflow: hidden;
}

.item-srv .avarta img {
  transition: 0.5s all !important;
  height: 551px;
  object-fit: cover;
}

.item-srv .avarta img:hover {
  transform: scale(1.05);
}

.info-srv {
  padding: 35px;
  border-top: 15px solid #ae4814;
  background: #f0702f;
  color: #fff;
  position: absolute; 
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: .4s all !important
}

.item-srv:hover .info-srv {
  opacity: 1;
}

.info-srv h3 a {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.info-srv .desc {
  margin-bottom: 25px;
}

.info-srv .btn-view a {
  color: #fff;
}

.box-about {
  padding: 120px 0;
  background-size: cover;
}

.caption-about {
  background: #12184a;
  max-width: 750px;
  padding: 70px 100px;
  border-top: 5px solid #f0702f;
  color: #fff;
}

.caption-about h2 {
  font-size: 43px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.caption-about .desc {
  margin-bottom: 50px;
}

.box-nangluc {
  padding: 60px 0;
}

.box-nangluc .title {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.box-nangluc .title h2 {
  font-weight: normal;
  font-size: 45px;
  color: #f0733e;
  font-weight: bold;
}

.list-nangluc .row {
  margin: 0 -10px;
}

.list-nangluc .col-md-3 {
  padding: 30px 10px;
}

.list-nangluc .col-md-3:nth-child(2n) .info {
  border-top: 5px solid #333366;
}

.list-nangluc .info {
  background: #121749;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 50px 20px 30px 20px;
  z-index: 1;
  margin-top: -45px;
  line-height: 1.4;
  min-height: 215px;
  border-top: 5px solid #009da3;
  color: #fff;
}

.list-nangluc .info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-nluc {
  height: 100%;
}

.item-nluc .icon {
  position: relative;
  z-index: 2;
}

.item-nluc .icon img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  object-fit: contain;
}

.box-admissions {
  position: relative;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

.box-admissions .title {
  font-size: 45px;
  font-weight: normal;
  color: #009da3;
  margin-bottom: 40px;
  font-weight: bold;
}

.box-admissions h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.box-admissions p {
  margin-bottom: 10px;
}

.box-admissions p:last-child {
  margin-bottom: 0;
}

.box-admissions ul {
  list-style: none;
}

.box-admissions ul li {
  margin-bottom: 20px;
}

.box-admissions ul li:last-child {
  margin-bottom: 0;
}

.txt-adm {
  padding-right: 50px;
}

.form-adm .desc {
  margin-bottom: 30px;
}

.form-adm input {
  height: 50px;
  width: 100%;
  border: 0;
  padding: 0 15px;
}

.form-adm textarea {
  height: 190px;
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border: 0;
}

.form-adm input[type=submit] {
  font-size: 20px;
  height: 50px;
  width: 100%;
  background: #f0702f;
  font-weight: bold;
  color: #fff;
  border: 1px solid #f0702f;
  cursor: pointer;
}

.form-adm input[type=submit]:hover {
  color: #f0702f;
  background: #fff;
}

.box-new-home {
  padding: 100px 0;
}
.box-new-detail{
  padding: 100px 0;
}

.box-new-home .row {
  margin: 0 -10px;
}

.box-new-home .row .col-md-6 {
  padding: 0 10px;
}

.box-news .title {
  margin-bottom: 30px;
}

.box-news .title h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 5px solid #f0702f;
  padding-bottom: 15px;
  color: #fff;
}

.box-news .title h2.tit-yellow {
  border-bottom: 5px solid #f0702f;
}

.item-new {
  border-radius: 5px;
  overflow: hidden;
  background: #f7844a;
}

.item-new .avarta {
  overflow: hidden;
  margin-bottom: 15px;
}

.item-new .avarta img {
  transition: 0.5s all !important;
  object-fit: cover;
  height: 250px;
}

.item-new .avarta img:hover {
  transform: scale(1.05);
}

.item-new .info {
  padding: 0 20px;
}

.item-new .info h3 a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  height: 120px;
  overflow: hidden;
  color: #fff;
}

.item-new .info .view-more {
  padding: 12px 0;
  border-top: 1px solid #ddd;
}

.item-new .info .view-more a {
  color: #fff;
}

.content-want h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 40px 0;
  color: #fff;
}

.box-video iframe {
  width: 100%;
  height: 440px;
}

.slide-gallery {
  margin: 0 -10px;
}

.slide-gallery .item-slide {
  padding: 0 10px;
}

.slide-gallery .item {
  margin-bottom: 15px;
}

.slide-gallery .item:last-child {
  margin-bottom: 0;
}

.box-gallery {
  padding: 0 50px;
}

.box-gallery .slick-arrow {
  position: absolute;
  left: -43px;
  top: calc(50% - 30px);
  z-index: 2;
}

.box-gallery .slick-arrow img {
  height: 60px;
}

.box-gallery .slick-arrow.next {
  left: unset;
  right: -43px;
  transform: rotate(180deg);
}

.box-want {
  padding: 80px 0;
  background: #12184a;
}


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

/*editor*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-title {
	font-size: 23px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}



.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#blog-container p {
	margin-bottom: 15px
}

#blog-container a {
	color: #0ecfff;
}

#blog-container table {
    border: 1px solid #dadada;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
	max-width:100%;
}

#blog-container table td {
	border: 1px solid #dadada;
    padding: 15px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.blog-post img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.box-news .title a {
    color: #fff;
}

.col-md-6:nth-child(2) .box-news .title h2 {
    border-bottom: 5px solid #f0702f;
}
.fter-desc h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.bott-fter .left li {
    margin-bottom: 0;
    padding-right: 25px;
}

.bott-fter .left li:last-child {
    padding-right: 0;
}

.bott-fter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.bott-fter .left li a {
    font-weight: bold;
    font-size: 20px;
}*/

.bott-fter .left ul {
    display: flex;
    align-items: center;
}
.bott-fter li {
    display: flex;
    align-items: center;
}

.bott-fter li img {
    max-height: 32px;
    margin-right: 10px;
}


.menu-gf, .thuvien-ss ul.nav.nav-tabs {
    display: flex;
    text-align: center;
    background-color: #a4a4a4;
    position: relative;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}
ul.menu-gf li {
    margin: 0 auto!important;
    width: 25%;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.menu-gf li a {
	flex-direction: column;
}

ul.menu-gf li a, .thuvien-ss .nav-tabs > li > a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: white!important;
    font-weight: 400!important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    float: none!important;
    display: flex;
    padding-top: 0;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.menu-gf .current-menu-item a, .thuvien-ss ul.nav.nav-tabs .active a {
    background-color: #765BA6;
    font-weight: bold!important;
}
ul.menu-gf li a, .thuvien-ss .nav-tabs > li > a {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: white!important;
    font-weight: 400!important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    float: none!important;
    display: flex;
    padding-top: 0;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
@media screen and (max-width: 768px){
    ul.menu-gf li a {
        font-size: 12px;
    }

}

@media screen and (max-width:549px){
    ul.menu-gf li {
        width: 50%;
    }
}

.news-item {
    margin-bottom: 2rem;

}

.item-nangluc {
    color: #fff;
    font-size: 14px;
}

.item-nangluc .icon {
    margin-bottom: 10px;
}

.item-nangluc .desc {
    text-align: justify;
    line-height: 1.6;
}

.item-nangluc h4 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.list-nangluc .col-md-2 {
    padding: 15px;
    flex:  0 0 calc(100% / 7);
    max-width: calc(100% / 7);
}


section.box-tab {
    position: relative;
}

ul.menu-gf li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

section.box-tab .menu-gf {
    background: transparent;
}

section.box-tab:after {content: "";width: 100%;height: 50px;background: #12184a;top: 0;left: 0;position: absolute;z-index: -1;}

ul.menu-gf li a {
    width: 100%;
    display: flex;
    align-items: center;
    background: #00b0b6;
    text-transform: unset;
    font-weight: bold !important;
    border-radius: 0 0 15px 15px;
    height: 65px;
}
ul.menu-gf li.current-menu-item a {
    background: #f0702f;
}

.title-contact {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Be Vietnam"; }

.info-contact .left {
  padding-right: 60px; }
  .info-contact .left h4 {
    font-weight: 600; }
.info-contact .desc {
  margin-bottom: 15px; }
.info-contact ul li {
  list-style: none;
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ddd; }
  .info-contact ul li:last-child {
    border-bottom: 0; }
  .info-contact ul li i {
    position: absolute;
    color: #0774b9;
    top: 21px;
    left: 0; }

.list-form .item {
  margin-bottom: 20px; }
  .list-form .item label {
    margin-bottom: 6px; }
  .list-form .item input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    outline: none;
    box-shadow: none; }
  .list-form .item textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    outline: none;
    box-shadow: none; }
.list-form .btn-submit input {
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #f0702f;
  border: 0;
  border-radius: 5px; }
  .list-form .btn-submit input:hover {
    background: #f0702f }

.pb-40 {
	padding: 40px 0;
}

#blog-container ul {
  padding-left: 18px;
}

@media (max-width: 1200px) and (min-width: 1024px) {

}
@media (max-width: 1023px) and (min-width: 768px) {
  .list-nangluc .col-md-2 {
      flex: 25%;
      max-width: 25%;
  }
}
@media (max-width: 767px) {
  ul.menu-gf li {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0;
      border: .5px solid #fff;
  }

  ul.menu-gf li a {
      border-radius: 0;
      padding: 0 5px;
  }
}


.box-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.box-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky {
	position: fixed;
	z-index: 999;
	width: 100%
}