/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  /* scroll-behavior: smooth; */
  font-family: "Be Vietnam Pro", sans-serif;
}

body::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.prata {
  font-family: "Prata", serif !important;
}

:root {
  --header-font: "Prata", serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
button {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0 !important;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 0rem;
}

/* Đè lại css WP */
.col,
.columns,
.gallery-item {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

/* Menu */
.nav>li>a {
  /* color: #ffffff; */
  font-weight: 600 !important;
}

/* Padding */
.pt-100 {
  padding-top: 6.25rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

/* Margin */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-42 {
  margin-bottom: 2.625rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: .625rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-42 {
  margin-top: 2.625rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

/* Font size */
.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: .9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-vw {
  font-size: 2vw;
}

.fs-36 {
  font-size: 2.25rem;
}

/* Font Weight */
.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

/* Text color */
.color-white {
  color: #ffffff !important;

}

.color-black {
  color: #242424 !important;
}

.color-main {
  color: var(--fs-color-primary);
}

/* Text transform */
.capitalize {
  text-transform: capitalize;
}

.inherit {
  text-transform: inherit;
}

.italic {
  font-style: italic;
}

/* Container */
.center-layout {
  max-width: 1170px;
  padding: 0 1rem;
  margin: 0 auto !important;
}

.video-container {
  max-width: 970px;
  padding: 0 1rem;
  margin: 0 auto;
}

.blog-details-container,
.course-details-container {
  max-width: 970px;
  padding: 0 1rem;
  margin: 0 auto;
}

.footer-container-center {
  max-width: 1020px;
  padding: 0 1rem;
  margin: 0 auto !important;
}

#header-container {
  padding: 0 2.5rem;
}

/* Header Menu */
/* Logo */
.logo-left .logo {
  margin-right: 10px;
}

.header-wrapper #masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent);
}

/* stuck */
.header-wrapper.stuck #masthead {
  position: relative;
  background: rgba(0, 0, 0, 0);
}

.header-main,
.header .header.show-on-scroll,
.header .stuck .header-main {
  height: 90px !important;
}

.header-search-form.search-form {
  padding: 0 !important;
}

.header-right {
  flex: 1;
  flex-direction: column-reverse;
  align-items: end;
}

.contact-btn-wrapper {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

/* stuck */
.header-wrapper.stuck .contact-btn-wrapper {
  border-bottom: 1px solid #000000;
}

.header-wrapper.stuck .header-main .nav>li>a {
  color: #000000 !important;
}

.header-wrapper.stuck .contact-btn-wrapper ul li:last-child>a {
  color: #ffffff !important;
}

/* Nav Setup */
.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 0;
  margin-left: 0;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  border: none !important;
  bottom: 0px !important;
  content: none;
  opacity: 1;
  pointer-events: none;
  width: 100%;
  left: 0;
  position: relative !important;
}


.header-wrapper.stuck .left-elements>ul>li.menu-item:not(:first-child)::before {
  color: #33333345;
}

.header-nav-main.nav-left>li.active>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100% !important;
  background: #D29e31;
  transition: all 0.3s ease;
}

.header-nav-main.nav-left>li.menu-item>a {
  position: relative !important;
}

.header-nav-main.nav-left>li.menu-item>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #D29e31;
  transition: all 0.3s ease;
}

.header-nav-main.nav-left>li.menu-item.current-dropdown>ul.sub-menu.nav-dropdown>li {
  position: relative;
}

.header-nav-main.nav-left>li.menu-item.current-dropdown>ul.sub-menu.nav-dropdown>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--fs-color-primary);
  transition: all 0.3s ease;
}

.header-nav-main.nav-left>li.menu-item:hover>a::before {
  width: 100%;
}

.header-nav-main.nav-left>li.menu-item.current-dropdown>ul.sub-menu.nav-dropdown>li:hover>a::before {
  width: 100%;
}

#header .header-nav {
  position: static !important;
  gap: 1rem;
}

#header .nav>li {
  position: static !important;
  margin: 0;
}

.nav-dropdown-default .nav-column li,
.nav-dropdown.nav-dropdown-default>li {
  border-bottom: 1px solid #ececec;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
  border-bottom: none !important;
}

#header .header-nav li.has-dropdown.menu-item>ul.nav-dropdown {
  position: absolute !important;
  margin-left: 0 !important;
  padding: 2.5rem 10% !important;
  left: 0 !important;
  top: 100% !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 0.75rem;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 900;
  max-width: 100% !important;
  transform: unset !important;
  border: unset;
  border-top: 1px solid #7d88976f;
}

.left-elements>ul>li.menu-item:not(:first-child)::before {
  content: "/";
  font-size: .875rem;
  color: #FFFFFF4D;
  padding-right: 0.75rem;
}

.left-elements li.menu-item .nav-top-link {
  line-height: 1;
}

.left-elements li.menu-item .nav-top-link i {
  opacity: 1;
}

#header .header-nav li.has-dropdown.menu-item>ul.nav-dropdown li:hover a {
  color: var(--fs-color-primary);
}

/* Nav mobilr */
.nav-sidebar.nav-vertical>li ul.sub-menu>li {
  margin-bottom: 0.5rem;
}

/* Nav Search */
.contact-btn-wrapper .header-search.current-dropdown ul.nav-dropdown {
  left: auto !important;
  right: 15px !important;
}

/*  */

.contact-btn-wrapper ul li:last-child {
  color: #ffffff;
  font-size: .9375rem;
  font-weight: 600;
  background-color: var(--fs-color-primary);
}

.contact-btn-wrapper ul li:last-child:hover {
  background-color: #7e1517;
  cursor: pointer;
}

.contact-btn-wrapper ul li:last-child>a {
  color: #ffffff !important;
  padding-left: 2.25rem;
  padding-right: 2.25rem;

}

/* Custom Common */
.section-banner.section-banner-home .fill.banner-bg::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000000d1, transparent);
  z-index: 10;
}

/* Section Banner Common */
.section-banner-common img {
  width: 100%;
  max-height: 450px;
  aspect-ratio: 1440/450;
  object-fit: cover;
}

/* Bread Crumb section */
.section-breadcrumb {
  padding-top: 1.5rem !important;
}

.breadcrumb>* {
  color: #c2c2c2;
}

.breadcrumb>span {
  cursor: default;
}

.breadcrumb>a:hover {
  color: #000000;
}

.breadcrumb-slash {
  margin: 0 .625rem;
}

/* About Image fit */
.about-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 595/446;
  object-fit: cover;
  border-radius: 1rem;
}

/* Line After */
.line-left-white-after::after,
.line-left-after::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: var(--fs-color-primary);
}

.line-left-white-after::after {
  background-color: #ffffff;
}

.line-white-after::after,
.line-after::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: var(--fs-color-primary);
}

.line-white-after::after {
  background-color: #ffffff;
}

.max-w-575 {
  max-width: 575px;
}

.max-w-675 {
  max-width: 675px;
}

/* Button Xem thêm */
.btn-xem-them {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 1.25rem;
  margin-top: 3rem;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-xem-them__text {
  padding: 0 1.5rem;
}

.btn-xem-them:hover {
  background-color: white;
  color: var(--fs-color-primary);
  /* Màu đỏ đậm (nền hiện tại) */
}

.btn-xem-them br {
  display: none;
}

.btn-xem-them svg {
  display: block;
  stroke: currentColor;
}

/* Btn xem thêm black */
.btn-xem-them-black {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 1.25rem;
  margin-top: 3rem;
  color: #242424;
  border: 1px solid #242424;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-xem-them-black:hover {
  border: 1px solid var(--fs-color-primary);
}

.btn-xem-them-black__text {
  padding: 0 1.5rem;
}

.btn-xem-them-black br {
  display: none;
}

.btn-xem-them-black svg {
  display: block;
  stroke: currentColor;
}

/* Btn xem thêm red */
.btn-xem-them-red {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 1.25rem;
  margin-top: 3rem;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-xem-them-red__text {
  padding: 0 1.5rem;
}

.btn-xem-them-red br {
  display: none;
}

.btn-xem-them-red svg {
  display: block;
  stroke: currentColor;
}

/* Chấm lan */
.hover-effect {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
  z-index: 0;
}

.btn-xem-them .hover-effect {
  background-color: white;
}

.btn-xem-them-red .hover-effect,
.btn-xem-them-black .hover-effect {
  background-color: var(--fs-color-primary);
}

/* Đảm bảo text nằm trên hiệu ứng */
.btn-xem-them .btn-xem-them__text,
.btn-xem-them .icon,
.btn-xem-them-red .btn-xem-them-red__text,
.btn-xem-them-red .icon,
.btn-xem-them-black .btn-xem-them-black__text,
.btn-xem-them-black .icon {
  position: relative;
  z-index: 1;
}

/* Hover */
.btn-xem-them:hover {
  color: var(--fs-color-primary) !important;
}

.btn-xem-them-red:hover,
.btn-xem-them-black:hover {
  color: #ffffff !important;
}

.btn-xem-them:hover .hover-effect,
.btn-xem-them-red:hover .hover-effect,
.btn-xem-them-black:hover .hover-effect {
  transform: scale(40);
  /* lan rộng toàn bộ nút */
}

/* Video Border radius */
.mejs-controls {
  display: none !important;
}

.mejs-container {
  background: #ffffff !important;
}

.mejs-container,
.mejs-container video {
  border-radius: 1rem !important;
}

.mejs-overlay-button {
  background-image: url(https://victoriainstitute.hahoba.com/wp-content/uploads/2025/06/playicon.png) !important;
  background-color: var(--fs-color-primary) !important;
  background-position: 50% !important;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 60px !important;
  width: 60px !important;
}

.mejs-overlay-button:hover {
  background-color: #7e1517 !important;
}

.video.video-fit.mb.video-container {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 1rem;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
}

.wp-video,
.wp-video-shortcode video,
video.wp-video-shortcode {
  max-width: 100%;
  width: 100% !important;
}

video {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
}

/* News Tag */
.news__tag {
  padding: .25rem .625rem;
  margin-right: .75rem;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 1rem / 50%;
  transition: all .3s ease;
}

/*=============
* Custom Post Grid
* =============
 */
/* Course Relationship */
.custom-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 48px;
  column-gap: 42px;
}

.course-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.custom-posts-listing .course-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.custom-posts-listing .course-thumb img {
  width: 100%;
  height: auto;
  display: block;

  border-radius: 1rem;
  width: 100%;
  height: auto;
  aspect-ratio: 362 / 272;
  object-fit: cover;
  transition: all .3s ease;
}

.course-card:hover img {
  transform: scale(1.1);
}

.course-content {
  padding-top: 1.5rem;
}

.course-title {
  margin-bottom: .75rem;
}

.course-card:hover .course-title {
  color: var(--fs-color-primary) !important;
}

.hidden-post {
  display: none;
}

button.load-more-btn {
  border-bottom: 2px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: .625rem;
  align-items: center;
}

button.load-more-btn:hover {
  color: var(--fs-color-primary) !important;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/*=============
* Custom BLOG CSS
* =============
 */

.blog-wrapper.page-wrapper {
  padding-bottom: 0px;
  padding-top: 0px;
}

.blog-wrapper .section-blog-details .news__tag {
  padding: .25rem .625rem;
  margin-right: .75rem;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 1rem / 50%;
  transition: all .3s ease;
}

.blog-wrapper .section-blog-details .text {
  color: #242424;
}

.blog-wrapper .section-blog-details img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
}

.blog-wrapper .section-blog-details .sub-title {
  margin-bottom: 40px;
}

.blog-wrapper .section-blog-details .image,
.blog-wrapper .section-blog-details .text-wrapper {
  margin-bottom: 2rem;
}

.blog-wrapper .section-blog-details .arrow-left {
  transform: scaleX(-1);
}

/* Section */
.section-blog-details {
  padding: 80px 0 120px;
}

/* Paination */
.blog-wrapper .section-blog-details .blog-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.blog-wrapper .section-blog-details .pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 16px;
  color: #242424;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-wrapper .section-blog-details .pagination-btn:hover {
  color: var(--fs-color-primary);
}

.blog-wrapper .section-blog-details .pagination-btn .icon {
  font-size: 1rem;
}

/*=============
* FOOTER
* =============
 */
.services-ticker-container {
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--fs-color-primary);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
}

.stb_line_single {
  display: flex;
  gap: 20px;
}

.stb-img {
  height: 36px;
  flex-shrink: 0;
}

/* Body */
.section.section-footer::before {
  content: "";
  background-color: #95191be6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer-container .footer-left.col {
  padding-right: 5.25rem;
}

.footer-container .footer-left.col .ux-menu.stack {
  display: inline-flex;
}

.footer-container .footer-left.col .ux-menu.ux-menu--divider-solid .ux-menu-link__link {
  border: none;
}

.footer-container .footer-left.col .ux-menu.ux-menu--divider-solid .ux-menu-link__link .ux-menu-link__text,
.footer-location__desc {
  color: #efb3b3;
}

.footer-container .footer-left.col .ux-menu.ux-menu--divider-solid .ux-menu-link__link:hover .ux-menu-link__text {
  color: #ffffff;
}

/* Map */
.footer-right.col iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 300;
  border-radius: 1rem 16px;
}

.gg-map {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;

  position: absolute;
  width: 70%;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1rem;
  border-radius: 999px;
  cursor: pointer;
}

.gg-map:hover {
  background: #d29e31;
}

.gg-map .gg-map__arrow {
  color: var(--fs-color-primary);
}

.gg-map:hover .gg-map__arrow,
.gg-map:hover .gg-map__text {
  color: #ffffff !important;
}

/* Scroll back to top */
.footer-btt.color-white {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-top: 3.5rem;
}

#backToTop {
  padding: .5rem 1rem;
  border-radius: 50%;
  background: #d29e31;
}

#backToTop:hover svg {
  animation: slideUpFade 0.3s linear;

}

#backToTop:not(:hover) svg {
  animation: slideDownFade 0.3s linear;
}

/* NONE COPYRIGHT FOOTER */
.absolute-footer {
  display: none;
}

/* Key Frames */
@keyframes scaleImage {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes underlineHover {
  0% {
    width: 0;
    background-color: var(--fs-color-primary);
  }

  100% {
    width: 100%;
    background-color: var(--fs-color-primary);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeFromBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  80% {
    transform: translateY(-80%);
    opacity: 0;
  }

  81% {
    transform: translateY(80%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDownFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(80%);
    opacity: 0.3;
  }

  51% {
    transform: translateY(-80%);
    opacity: 0.3;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideRightFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  80% {
    transform: translateX(-80%);
    opacity: 0;
  }

  81% {
    transform: translateX(80%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeftFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(80%);
    opacity: 0.3;
  }

  51% {
    transform: translateX(-80%);
    opacity: 0.3;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Workpress */
/* Blog */
.entry-content.single-page {
  padding-top: 0;
  padding-bottom: 0;
}

#comments {
  display: none;
}

/* AOS */

/**
* MEDIA 
*/
/* Desktop lớn (Widescreen) */
@media screen and (max-width: 1921px) {
  /* CSS cho màn hình <= 1920px */
}

/* Desktop thường / Laptop lớn */
@media screen and (max-width: 1441px) {
  /* CSS cho màn hình <= 1440px */
}

/* Laptop nhỏ / Tablet landscape lớn */
@media screen and (max-width: 1201px) {
  /* CSS cho màn hình <= 1200px */
}

/* Nest hub */
@media screen and (max-width: 1025px) {

  /* CSS cho màn hình <= 1025px */
  /* Footer */
  .gg-map {
    bottom: -10%;
    width: 80%;
  }
}

/* Tablet landscape / Laptop nhỏ */
@media screen and (max-width: 993px) {
  /* CSS cho màn hình <= 992px */
}

/* Ipad Air */
@media screen and (max-width: 821px) {

  /* CSS cho màn hình <= 821px */
  .header .header-main .header-inner.flex-row {
    height: 100%;
    flex-direction: row-reverse;
  }

  #logo {
    width: 30% !important;
  }

  .mobile-right-elements i.icon-menu {
    font-size: 2.5rem !important;
    color: white;
  }

  .header-wrapper.stuck .mobile-right-elements i.icon-menu {
    color: #242424;
  }

  .off-canvas .sidebar-menu {
    padding: 2.5rem .5rem;
  }

  /* Footer */
  .footer-container .footer-left.col {
    padding-right: 2rem;
  }

  .footer-btt.color-white {
    margin-top: 1rem;
  }

  .gg-map {
    bottom: -5%;
    width: 100%;
  }
}

/* Tablet portrait lớn / Mobile landscape */
@media screen and (max-width: 769px) {

  /* CSS cho màn hình <= 768px */

}

/* Mobile landscape / Phablet */
@media screen and (max-width: 577px) {

  /* CSS cho màn hình <= 576px */

}

/* Mobile IP 14Pro Max */
@media screen and (max-width: 431px) {

  /* CSS cho màn hình <= 431px */
  /* COMMON */
  .main-title {
    font-size: 1.75rem !important;
  }

  /* Header */
  #logo {
    width: 35% !important;
  }

  .mobile-right-elements i.icon-menu {
    font-size: 2rem !important;
  }

  /* Footer */
  .footer-container .footer-left.col {
    padding-right: 0rem;
  }

  .footer-left {
    margin-bottom: 2rem;
  }

  .footer-left .row {
    gap: 1.5rem;
  }

  .footer-location__title {
    margin-bottom: 0 !important;
  }

  .gg-map {
    bottom: -5%;
    width: 80%;
    justify-content: space-evenly;
  }

  .gg-map__text {
    font-size: 1.25rem;
  }

  .gg-map__arrow span {
    width: 15px;
    height: 15px;
  }
}

/* Mobile portrait lớn (iPhone 6/7/8 Plus) */
@media screen and (max-width: 415px) {

  /* CSS cho màn hình <= 414px */

}

/* Mobile portrait trung bình (iPhone X/11 Pro) */
@media screen and (max-width: 391px) {

  /* CSS cho màn hình <= 390px */
  /* COMMON */
  .main-title {
    font-size: 1.5rem !important;
  }
}

/* Mobile portrait nhỏ (iPhone SE, Android nhỏ) */
@media screen and (max-width: 376px) {
  /* CSS cho màn hình <= 375px */
}