/*
Theme Name: VTC Academy
Theme URI: 
Description: 
Author: Ngoc Trinh
Template: flatsome
Version: 1.0
*/
/* ========== */
img.size-full.alignnone {
  margin-bottom: 0;
}

.wp-block-image figcaption {
  text-align: center;
}

.nt-bgr.banner .bg-fill,
.nt-bgr > .section-bg {
  background-size: auto !important;
}

.nt-bgr-repeat > .section-bg {
  background-size: auto !important;
  background-repeat: repeat-y !important;
}

.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  border: 13px solid #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
}

.absolute-footer {
  padding-bottom: 10px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1, .box-shadow-1-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-size: 13px;
}

.blog-single footer.entry-meta {
  border: unset;
}

.mobile-nav .header-search .nav-dropdown {
  right: -30px;
  left: auto;
}

main .widget:not(.widget_search) {
  border: 1px solid #e6e6e6;
  padding: 0 20px 20px;
  border-radius: 12px;
}
main .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 13px;
  margin-bottom: 5px;
  display: block;
  color: var(--fs-color-primary);
  font-size: 18px;
}
main .widget .post_comments {
  display: none;
}

.is-divider:not(.divider) {
  display: none;
}

.uxb-wrapper .is-divider {
  display: block;
}

.product-thumbnails a,
.product-gallery-slider img {
  border: 1px solid #c3c3c3;
}

.single-post table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.single-post table th,
.single-post table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  border: 1px solid #c3c3c3;
}
.single-post table tr:nth-child(even) td,
.single-product .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.header-main .cart-icon::before,
.header-main a > .icon-search:before,
.header-main .icon-phone::before,
.header-main .icon-user::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
.header .header-main.nav-dark .cart-icon::before,
.header .header-main.nav-dark a > .icon-search:before,
.header .header-main.nav-dark .icon-phone::before,
.header .header-main.nav-dark .icon-user::before {
  content: "";
  background-color: #ffffff;
}
.header .header-main.nav-dark li > a > i:not(.icon-angle-down) {
  color: #ffffff !important;
}
.header-main span.cart-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-main span.cart-icon strong {
  border: unset;
  font-weight: 400;
  background: var(--fs-color-primary);
  color: #fff !important;
  font-size: 11px;
  width: 17px;
  height: 17px;
  border-radius: 99px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
}
.header-main span.cart-icon strong:after {
  display: none;
}
.header-main span.cart-icon:before {
  -webkit-mask-image: url(img/icon-shopping-bag.svg);
          mask-image: url(img/icon-shopping-bag.svg);
}
.header-main .icon-user::before {
  -webkit-mask-image: url(img/user.svg);
          mask-image: url(img/user.svg);
}
.header-main .icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}
.header-main a > .icon-search:before {
  -webkit-mask-image: url(img/loupe.svg);
          mask-image: url(img/loupe.svg);
}

.nt-menu.ux-menu {
  flex-flow: row wrap;
}
.nt-menu.ux-menu .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0;
}
.nt-menu.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0;
}
.nt-menu.ux-menu .ux-menu-link__link {
  padding: 0 15px;
  min-height: unset;
  line-height: 1;
  margin-bottom: 10px;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border: none;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link + .ux-menu-link .ux-menu-link__link {
  border-left: 1px solid #6B6B6B;
}

.text > h1, .text > h2, .text > h3,
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.sub-menu .row {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: unset;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: var(--fs-color-primary);
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .col {
  padding-bottom: 5px;
}

.woocommerce-cart-form a {
  color: #222;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
  font-size: 12px;
}

@media only screen and (max-width: 849px) {
  .product-gallery {
    margin-bottom: 15px;
  }
  .product-main {
    padding-bottom: 0;
  }
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
.header .header-top {
  background-color: transparent;
  min-height: unset;
}
.header .top-bar-nav > li {
  margin: 0 20px;
}
.header .top-bar-nav > li > a {
  font-size: 14px;
  font-weight: 900;
}
.header .header-nav-main > li {
  margin: 0 15px;
}
.header .header-nav-main > li > a {
  font-size: 16px;
}
.header.transparent .header-bg-color {
  background-color: transparent !important;
}
.header.transparent .header-wrapper {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.header.transparent .header-nav-main > li > a,
.header.transparent .top-bar-nav > li > a {
  color: var(--fs-color-primary);
}
.header.transparent .header-main .header-inner {
  padding-bottom: 57px;
}
.header .header-language-dropdown {
  margin-left: 0 !important;
}
.header .header-language-dropdown a > .icon-image::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.header .header-language-dropdown a[hreflang=en] .icon-image::before {
  background-image: url(img/co-gb.png);
}
.header .header-language-dropdown a[hreflang=vi] .icon-image::before {
  background-image: url(img/co-vn.png);
}
.header .header-language-dropdown a .icon-image img {
  display: none;
}
.header .header-language-dropdown > a {
  font-size: 0 !important;
}
.header .header-language-dropdown .nav-dropdown {
  padding: 0;
  min-width: 150px;
}
.header .header-language-dropdown .nav-dropdown .icon-image {
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.nt-slider-home .banner {
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.nt-title h1, .nt-title h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.nt-title h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.nt-hero h1 {
  margin-bottom: 0;
}
.nt-hero .nt-title-sub h3 {
  font-size: 24px;
}
.nt-hero .slider .banner {
  border-radius: 20px;
  overflow: hidden;
}
.nt-hero .slider .banner h4, .nt-hero .slider .banner h5 {
  font-size: 24px;
  margin-top: 0;
}
.nt-hero .slider .banner h5 {
  font-size: 24px;
  font-weight: 400;
}
.nt-hero .slider .banner .overlay {
  background: linear-gradient(0deg, rgba(0, 14, 83, 0.5) 0%, rgba(0, 14, 83, 0) 100%);
}
.nt-hero .slider .banner .open-video {
  border: none;
  background-color: transparent;
}
.nt-hero .slider-nav-outside .flickity-prev-next-button {
  top: -90px;
  right: 0;
  left: auto;
  bottom: auto;
}
.nt-hero .slider-nav-outside .flickity-prev-next-button.previous {
  margin-right: 50px;
}

.nt-project-video {
  position: relative;
  z-index: 1;
}
.nt-project-video .nt-title ul {
  color: var(--fs-color-success);
  margin-left: 15px;
  font-size: 24px;
}
.nt-project-video .nt-title ul li {
  margin-bottom: 0;
}
.nt-project-video .section-content {
  display: flex;
  position: relative;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
}
.nt-project-video .has-video {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: unset !important;
  transform-origin: 10% center;
}

.nt-album-do-an {
  position: relative;
  z-index: 1;
}
.nt-album-do-an .banner {
  border-radius: 20px;
  overflow: hidden;
}
.nt-album-do-an .banner .overlay {
  background: linear-gradient(0deg, rgba(0, 14, 83, 0.5) 50%, rgba(0, 14, 83, 0) 100%);
  height: 200px;
  top: auto;
}
.nt-album-do-an .banner p {
  font-size: 16px;
  margin-top: 0;
}
.nt-album-do-an h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.nt-album-do-an .banner-grid-wrapper {
  padding: 100px 0;
}
.slider-nav-dots-simple .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}
.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}

.nt-awards {
  align-items: flex-end;
}
.nt-awards .slider .section {
  padding: 0 15px !important;
  min-height: 180px;
  align-items: flex-end;
}
.nt-awards .slider .section h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.nt-awards .slider .section p {
  font-size: 14px;
}
.nt-awards .slider .section.is-selected h4 {
  font-size: 60px;
  color: #EBBF7B;
}
.nt-awards .slider .section.is-selected p {
  color: #EBBF7B;
  font-size: 18px;
  font-weight: 500;
}

.nt-academic .banner {
  border-radius: 20px;
  overflow: hidden;
}
.nt-academic .banner h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}
.nt-academic .banner ul li {
  margin-bottom: 0;
  font-size: 20px;
}
.nt-academic .banner .button.success {
  background: linear-gradient(90deg, rgb(214, 179, 131) 50%, rgb(255, 231, 197) 100%);
  color: var(--fs-color-secondary);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  padding: 3px 41px;
  margin-top: 80px;
}
.nt-academic-row .col {
  transition: all 0.4s ease;
}
.nt-academic-row .col.active {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.nt-academic-row .col:not(.active) .text-inner > *:not(h3) {
  display: none;
}
.nt-academic-row .col.same-row {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.nt-partner-home .nt-partner-col > .col-inner {
  display: flex;
  justify-content: center;
}
.nt-partner-home .slider .section {
  padding: 0 2px !important;
}
.nt-partner-home .slider .section-content {
  min-height: 236px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-partner-home .slider .section-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--fs-color-primary);
  transform: scaleY(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}
.nt-partner-home .slider .section:not(.uxb-draggable) .box-text {
  display: none;
}
.nt-partner-home .slider .section .box-image {
  text-align: center;
}
.nt-partner-home .slider .section .box-image img {
  width: auto;
  height: auto;
}
.nt-partner-home .slider .section h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.nt-partner-home .slider .section p {
  font-size: 16px;
  margin: 0;
}
.nt-partner-home .slider .section:hover .section-content {
  color: #fff;
}
.nt-partner-home .slider .section:hover .section-content::before {
  transform: scaleY(1);
}
.nt-partner-home .slider .section:hover .section-content h4 {
  color: #fff;
}
.nt-partner-home .slider .section:hover .section-content .box-text {
  display: block;
}
.nt-partner-home .slider .section:hover .section-content .box-image {
  text-align: left;
}
.nt-partner-home .slider .section:hover .section-content .box-image img {
  filter: brightness(0) invert(1);
  max-height: 30px;
}

.nt-our-client .col {
  float: left;
  width: 170px;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
  padding-bottom: 0;
  padding: 8px;
}
.nt-our-client .col > .col-inner {
  background-color: #E9EAEC;
  border-radius: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-our-client .col .box-image {
  text-align: center;
}
.nt-our-client .col .box-image img {
  width: auto;
  height: auto;
  max-height: 50px;
}

.nt-our-client.simply-scroll-list {
  margin: unset;
  display: block;
  max-width: unset;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

.simply-scroll-btn {
  position: absolute;
  background-image: url(buttons.png);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
}

.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px;
}

.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important;
}

.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  background-position: 0 -88px;
}

.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px;
}

.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important;
}

.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  background-position: -84px -88px;
}

.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px;
}

.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important;
}

.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
  background-position: -126px -88px;
}

.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px;
}

.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important;
}

.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
  background-position: -42px -88px;
}

.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px;
}

.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
  background-position: -168px -88px;
}

.simply-scroll-btn-pause.active {
  background-position: -84px -44px;
}

.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px;
}

.simply-scroll { /* Customisable base class for style override DIV */
  width: 100%;
  height: auto;
}

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 170px;
  height: auto;
}

.vert {
  width: 340px;
  height: 400px;
  margin-bottom: 1.5em;
}

.vert .simply-scroll-clip {
  width: 290px;
  height: 400px;
}

.vert .simply-scroll-list li {
  width: 290px;
  height: auto;
}

.vert .simply-scroll-btn-up { /* modified btn pos */
  right: 0;
  top: 0;
}

.vert .simply-scroll-btn-down { /* modified btn pos */
  right: 0;
  top: 52px;
}

.nt-gallery-home .banner-grid .col-inner {
  border-radius: 20px;
  overflow: hidden;
}

.footer-wrapper {
  font-size: 14px;
  font-weight: 500;
}
.footer-wrapper h4 {
  font-size: 16px;
  font-weight: 900;
}
.footer-wrapper h4 + h5 {
  margin-top: -10px;
}
.footer-wrapper .nt-logo img {
  max-height: 38px;
  width: auto;
}
.footer-wrapper p {
  margin-bottom: 4px;
}
.footer-wrapper .ux-menu-link__link {
  padding: 3px 0;
  min-height: unset;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-wrapper .icon-box-left {
  align-items: center;
}
.footer-wrapper .icon-box-left svg {
  padding-top: 0;
}
.footer-wrapper .icon-box-left .icon-inner {
  line-height: 0;
}
.footer-wrapper .icon-box-left h4 {
  font-size: 24px;
}
.footer-wrapper .social-icons {
  display: flex;
}
.footer-wrapper .social-icons > a {
  background-color: #fff;
  border-radius: 100px;
  color: #000000;
  font-size: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .social-icons > a:first-child {
  margin-left: 0;
}
.footer-wrapper .social-icons > a:last-child {
  margin-right: 0;
}
.footer-wrapper .social-icons > a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.nt-footer-2 {
  background: linear-gradient(90deg, #825A27 4%, #F0CFA0 22%, #B59261 39%, #9C7746 49%, #F0CFA0 79%, #825A27 94%);
}/*# sourceMappingURL=style.css.map */