@charset "UTF-8";
/* utilities.css */
/* Margin Utilities */
.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-auto {
  margin: auto !important; }

/* Margin Utilities with Hover State */
.m-0-hover:hover {
  margin: 0 !important; }

.m-1-hover:hover {
  margin: 0.25rem !important; }

.m-2-hover:hover {
  margin: 0.5rem !important; }

.m-3-hover:hover {
  margin: 1rem !important; }

.m-auto-hover:hover {
  margin: auto !important; }

/* Margin Utilities with Focus State */
.m-0-focus:focus {
  margin: 0 !important; }

.m-1-focus:focus {
  margin: 0.25rem !important; }

.m-2-focus:focus {
  margin: 0.5rem !important; }

.m-3-focus:focus {
  margin: 1rem !important; }

.m-auto-focus:focus {
  margin: auto !important; }

/* styles.css - Tổng hợp và tối ưu cho header và footer */
/* Reset cơ bản để đảm bảo nhất quán */
* {
  box-sizing: border-box; }

/* Header styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 16px 0;
  transition: all 0.2s ease-in-out; }

.header.sticky {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out; }

.header-logo img {
  max-width: 200px;
  max-height: 72px;
  object-fit: contain; }

.header-menu .btn-close-menu {
  display: none; }

.header-menu > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none; }

.header-menu > ul > li {
  position: relative; }

.header-menu > ul > li > *:nth-of-type(1) {
  display: block;
  color: #231f20;
  font-size: 17.6px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase; }

.header-menu > ul > li > *:nth-of-type(1).active {
  color: #ff69b4; }

.header-menu > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.header-menu > ul > li > ul > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.header-menu > ul > li > ul > ul > li > * {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  text-transform: initial;
  padding: 12px 16px; }

.header-searchbox button {
  display: inline-block;
  vertical-align: super; }

.header-language .dropdown-button,
.header-language .dropdown-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #57585a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase; }

.header-language .dropdown-menu {
  top: 15px;
  right: 0;
  left: auto;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 84px;
  width: max-content;
  padding: 0;
  transform: translate3d(0, 26px, 0); }

.header-language .dropdown-item {
  padding: 10px 12px; }

.header-form-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 60px; }

.header-form-search form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex: 1;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  padding: 20px; }

.header-form-search form input {
  display: block;
  width: 100%;
  flex: 1;
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  border: none; }

.header-form-search form input::placeholder {
  opacity: 1; }

.header-form-search form input:focus,
.header-form-search form input:focus-visible {
  outline: none; }

.overlay-header-dropdown {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  opacity: 0.5; }

/* Footer styles */
.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0; }

.footer-logo {
  margin-bottom: 1.5rem; }

.footer-logo img {
  max-width: 195px;
  max-height: 60px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left; }

.footer-logo-subtext {
  position: relative;
  display: block;
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-left: 12px; }

.footer-logo-subtext::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff69b4;
  width: 2px;
  height: 75%; }

.footer-list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.footer-list-cate > * {
  flex: auto; }

.footer-list-cate .titlebox {
  margin-bottom: 1rem; }

.footer-list-cate .titlebox span:nth-child(1) {
  margin-bottom: 0.25rem;
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35714;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.footer-list-cate .titlebox span:nth-child(2) {
  color: #bed630;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase; }

.footer-list-cate ul {
  padding: 0;
  margin: 0px 0px 10px 0px;
  list-style: none; }

.footer-list-cate ul li {
  position: relative;
  margin-top: 0px;
  padding: 0px 0px 1px 0px; }

.footer-list-cate ul li::before {
  content: '';
  display: inline-block;
  background-image: url(../images/asset/svg-li-before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
  aspect-ratio: 1/1;
  margin-right: 12px; }

.footer-list-cate ul li > * {
  display: inline-block;
  color: #231f20;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16667; }

.footer-info .title {
  color: #231f20;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-info ul li:not(:last-child) {
  margin-bottom: 1rem; }

.footer-info ul li > * {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

.footer-info ul li > * img {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(2px); }

.footer-hotline {
  margin-top: 1rem; }

.footer-hotline > * {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  border-radius: 30px;
  background: #e1195c;
  padding: 10px; }

.footer-hotline > * img {
  filter: brightness(9999); }

.footer-hotline .text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.footer-hotline .text * {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: -2px; }

/* Media queries chung */
@media (max-width: 767.98px) {
  .header-form-search {
    padding: 15px; }
  .header-form-search > * {
    gap: 0.5rem; }
  .header-form-search form {
    padding: 10px;
    gap: 0.5rem; }
  .header-form-search form input {
    font-size: 14px; }
  .footer-list-cate .titlebox span:nth-child(2) {
    font-size: 14px; } }

@media (max-width: 1199.98px) {
  .header-menu > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 60px 20px;
    border-top: 4px solid #ff69b4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s linear; }
  .header-menu > ul.show {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all 0.2s linear; }
  .header-menu > ul > li {
    margin-bottom: 1rem; }
  .header-menu > ul > li:has(ul) > a {
    position: relative; }
  .header-menu > ul > li:has(ul) > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url(../images/asset/ic-nav-menu-li.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    aspect-ratio: 1/1;
    pointer-events: none;
    transition: all 0.2s; }
  .header-menu > ul > li:has(ul) > a.active::after {
    background-image: url(../images/asset/ic-nav-menu-li-pink.svg);
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.2s; }
  .header-searchbox {
    order: -1; }
  .footer {
    padding-bottom: 100px; } }

@media (min-width: 992px) {
  .header {
    padding: 24px 0 32px; }
  .header.sticky {
    padding: 8px 0; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-hotline .text {
    font-size: 11px; }
  .footer-hotline .text * {
    font-size: 13px; } }

@media (min-width: 1200px) {
  .header-menu {
    flex: 1; }
  .header-menu > ul {
    flex-direction: row;
    gap: 16px; }
  .header-menu > ul > li > *:nth-of-type(1) {
    color: #57585a;
    font-weight: 500; }
  .header-menu > ul > li > *:nth-of-type(1).active {
    font-weight: bold;
    color: #231f20; }
  .header-menu > ul > li > ul {
    position: absolute;
    max-width: 242px;
    width: max-content;
    padding-top: 22px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s; }
  .header-menu > ul > li > ul > ul {
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    overflow: hidden; }
  .header-menu > ul > li > ul > ul > li > *.active {
    background: #f8f9fa; }
  .header-searchbox {
    margin-left: 16px; } }

@media (min-width: 1400px) {
  .header-logo img {
    max-width: 303px; }
  .header-menu > ul {
    gap: 36px; }
  .header-searchbox {
    margin-left: 36px; } }

@media (hover: hover) {
  .header-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all 0.2s; }
  .header-menu > ul > li > *:nth-of-type(1):hover {
    color: #231f20; }
  .header-menu > ul > li > ul > ul > li > *:hover {
    background: #f8f9fa; }
  .footer-list-cate ul li > *:hover,
  .footer-info ul li > *:hover {
    color: #bed630; }
  .footer-hotline:hover > * {
    background: #ff69b4; }
  .footer-hotline:hover .text,
  .footer-hotline:hover .text * {
    color: #fff; } }

/* Define CSS custom property for consistency */
:root {
  --black: #231f20; }

/* .ts-cate-header */
.ts-cate-header .wrapper {
  border-radius: 20px;
  background: #fafff5;
  padding: 30px 15px; }

.ts-cate-header .wrapper-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  gap: 60px; }

.ts-cate-header .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.ts-cate-header .nav-link {
  flex: 0 0 auto;
  text-align: left;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.2s; }

.ts-cate-header .nav-link.active {
  opacity: 1;
  transition: opacity 0.2s; }

.ts-cate-header .nav-link span {
  display: block;
  color: #ff69b4;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center; }

.ts-cate-header .nature-inspired--little .item .image {
  position: relative; }

.ts-cate-header .nature-inspired--little .item .image::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s; }

.ts-cate-header .nature-inspired--little .item .image .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  width: max-content;
  text-align: center;
  padding: 10px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 1; }

.ts-cate-header .nature-inspired--little .item .image img {
  transition: transform 0.3s; }

.ts-cate-header .nature-inspired--little .item:hover .image::after {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transition: all 0.3s; }

.ts-cate-header .nature-inspired--little .item:hover .image img {
  transform: scale(1.1); }

.ts-cate-header .nature-inspired--little .item:hover .image .btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transition: all 0.3s; }

/* .ts-block-qt */
.ts-block-qt {
  padding: 60px 0; }

.ts-block-qt .wrapper-content {
  column-gap: 30px;
  margin-top: 36px; }

/* .ts-item */
.ts-item {
  border-radius: 20px;
  background: #fafff5;
  padding: 15px;
  margin-bottom: 30px; }

.ts-item .headerbox {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem; }

.ts-item .headerbox .title-box {
  flex: 1; }

.ts-item .headerbox .title-box .num-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem; }

.ts-item .headerbox .title-box .num-count::after {
  flex: 1;
  content: '';
  background: #939598;
  width: 100%;
  height: 1px; }

.ts-item .headerbox .title-box .num-count > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff69b4;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 10px;
  width: 48px;
  aspect-ratio: 1/1; }

.ts-item .headerbox .title-box .title {
  color: var(--#000000, #231f20);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 0; }

.ts-item .headerbox .image {
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-left: auto; }

.ts-item .bodybox {
  color: var(--#000000, #231f20);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

.ts-item .bodybox ul,
.ts-item .bodybox ol {
  padding-left: 1rem;
  margin: 0; }

.ts-item .bodybox ul li,
.ts-item .bodybox ol li {
  list-style: inherit; }

/* Media Queries */
@media (max-width: 767.98px) {
  .ts-cate-header .wrapper {
    gap: 15px; }
  .ts-cate-header .wrapper-heading {
    gap: 15px; }
  .ts-cate-header .nature-inspired--little .item .image {
    margin-bottom: 10px; }
  .ts-cate-header .nature-inspired--little .item .image .btn {
    font-size: 12px;
    padding: 10px; }
  .ts-cate-header .nature-inspired--little .item .content .name {
    font-size: 16px; } }

@media (min-width: 768px) {
  .ts-cate-header .nav-link span {
    font-size: 24px;
    text-align: left; }
  .ts-item {
    padding: 30px; }
  .ts-item .headerbox {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem; }
  .ts-item .headerbox .title-box .num-count {
    margin-bottom: 1.5rem; }
  .ts-item .headerbox .image {
    width: 44.8%; } }

@media (min-width: 992px) {
  .ts-cate-header .nav {
    gap: 60px; }
  .ts-block-qt .wrapper-content {
    column-count: 2; } }

@media (min-width: 1200px) {
  .ts-cate-header .wrapper {
    padding: 60px 30px; }
  .ts-cate-header .wrapper-heading {
    margin-bottom: 36px !important; } }

.section-image-paragraph .section-block {
  padding: 30px 0; }

@media (min-width: 1200px) {
  .section-image-paragraph .section-block {
    padding: 60px 0; } }

@media (min-width: 1200px) {
  .section-image-paragraph .section-block > * > *:nth-of-type(1) {
    max-width: 640px; }
  .section-image-paragraph .section-block > * > *:nth-of-type(2) {
    margin-left: auto; } }

.section-image-paragraph .titlebox > * {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33333;
  gap: 1.5rem;
  margin-bottom: 2rem; }

.section-image-paragraph .titlebox > *::after {
  content: '';
  display: inline-flex;
  align-items: center;
  background: #939598;
  width: 100%;
  height: 1px; }

.section-image-paragraph .imagebox img {
  max-width: 100%;
  height: auto;
  border-radius: 30px; }

@media (max-width: 991.98px) {
  .section-image-paragraph .imagebox img {
    width: 100%; } }

.section-image-paragraph .paragraph {
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

@media (min-width: 1200px) {
  .section-image-paragraph .paragraph > * {
    margin-bottom: 30px; } }

.section-image-paragraph .author {
  position: relative;
  color: #57585a;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.5rem; }

.section-image-paragraph .author::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 1px;
  background: #939598; }

.section-image-paragraph .author > * {
  margin-bottom: 0; }

.ccth-article-vertical {
  padding: 30px 0; }

.ccth-article-vertical .title-cate > * {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.ccth-article-vertical .article-list .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 1400px) {
  .ccth-article-vertical .article-list .row {
    margin-right: -30px;
    margin-left: -30px; } }

.ccth-article-vertical .article-list .c-col {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .ccth-article-vertical .article-list .c-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 992px) {
  .ccth-article-vertical .article-list .c-col {
    margin-bottom: 0; } }

.ccth-article-vertical .article-vertical .content .title::after {
  flex: 1;
  max-width: 100%; }

.ccth-article-vertical .article-vertical .content .desc {
  display: block; }

.article-vertical .image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 1.5rem;
  overflow: hidden; }

.article-vertical .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

@media (hover: hover) {
  .article-vertical .image:hover img {
    transform: scale(1.1); } }

.article-vertical .content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.22222;
  margin-bottom: 12px;
  display: flex;
  align-items: center; }

.article-vertical .content .title::after {
  content: '';
  flex: auto;
  max-width: 90px;
  height: 1px;
  background: #000;
  margin-left: 1rem; }

@media (max-width: 1199.98px) {
  .article-vertical .content .title::after {
    content: none; } }

@media (hover: hover) {
  .article-vertical .content .title:hover {
    color: #ff69b4; }
  .article-vertical .content .title:hover::after {
    background: #ff69b4; } }

.article-vertical .content .desc {
  color: #000;
  text-align: justify;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-vertical .content .desc > * {
  margin-bottom: 0; }

.block-short-link {
  padding: 30px 0 60px; }

@media (min-width: 1200px) {
  .block-short-link {
    padding: 60px 0 100px; } }

.block-short-link-entry {
  border-radius: 20px;
  background: #fafff5; }

.block-short-link-entry .image {
  position: relative;
  background-size: cover;
  border-radius: 30px; }

.block-short-link .title > * {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 0;
  padding: 16px 16px 0; }

@media (min-width: 992px) {
  .block-short-link .title > * {
    font-size: 24px;
    padding: 24px 24px 0; } }

.block-short-link .nav-short-link {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 15px; }

@media (min-width: 992px) {
  .block-short-link .nav-short-link {
    padding: 24px; } }

.block-short-link .nav-short-link > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375;
  text-transform: uppercase;
  gap: 1.5rem;
  flex: 0 0 100%; }

.block-short-link .nav-short-link > *::after {
  flex: 1;
  content: '';
  display: inline-flex;
  align-items: center;
  background-color: #939598;
  min-width: 100px;
  width: 100%;
  height: 1px;
  background-size: 100%; }

@media (min-width: 992px) {
  .block-short-link .nav-short-link > * {
    flex: 0 0 auto; } }

@media (hover: hover) {
  .block-short-link .nav-short-link > *:hover {
    color: #ff69b4; }
  .block-short-link .nav-short-link > *:hover::after {
    background-color: #ff69b4; }
  .block-short-link .nav-short-link > *:hover::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff69b4;
    border-left: 1px solid #ff69b4; } }

.tuyensinh-short-link .block-short-link .nav-short-link {
  gap: 20px; }

.tuyensinh-short-link .block-short-link .nav-short-link > * {
  flex: 0 0 100%; }

@media (min-width: 1200px) {
  .tuyensinh-short-link .block-short-link .title > * {
    padding: 30px 30px 0; }
  .tuyensinh-short-link .block-short-link .nav-short-link {
    padding: 30px;
    gap: 60px; }
  .tuyensinh-short-link .block-short-link .nav-short-link > * {
    flex: 1; } }

.faq-entry {
  padding: 2rem;
  /* Assumed value for section-padding mixin */ }

@media (min-width: 1200px) {
  .faq-entry .row {
    margin-left: -30px;
    /* Assumed value for make-row(60px) */
    margin-right: -30px;
    /* Assumed value for make-row(60px) */ }
  .faq-entry .row > * {
    padding-left: 30px;
    padding-right: 30px; } }

.faq-entry .faq-left {
  border-radius: 20px;
  background: #fafff5;
  padding: 30px 30px 60px 30px; }

.faq-entry .faq-left .image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 36px; }

.faq-entry .faq-left .image img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.faq-entry .faq-left .nav {
  display: flex;
  flex-direction: column;
  gap: 36px; }

.faq-entry .faq-left .nav > * {
  width: 100%;
  font-size: 16px;
  /* Assumed from title-cate mixin */
  line-height: 1.375;
  /* calc(22 / 16) */
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  transition: all 0.2s;
  font-weight: bold;
  /* Assumed from title-cate mixin */ }

@media (max-width: 767.98px) {
  .faq-entry .faq-left .nav > *::after {
    flex: 0 2 auto; } }

.faq-entry .faq-left .nav > *.active {
  color: #ff69b4;
  /* Assumed value for $pink */
  transition: all 0.2s; }

.faq-entry .faq-left .nav > *.active::after {
  background: #ff69b4;
  /* Assumed value for $pink */ }

@media (hover: hover) {
  .faq-entry .faq-left .nav > *:hover {
    color: #ff69b4;
    /* Assumed value for $pink */
    transition: all 0.2s; }
  .faq-entry .faq-left .nav > *:hover::after {
    background: #ff69b4;
    /* Assumed value for $pink */ } }

.faq-entry .accordion-item {
  position: relative;
  padding: 20px 0; }

.faq-entry .accordion-item:first-child {
  padding-top: 0; }

.faq-entry .accordion-item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e7e7e7;
  width: 100%;
  height: 1px; }

@media (min-width: 768px) {
  .faq-entry .accordion-item::before {
    width: calc(100% - 53px); } }

.faq-entry .accordion-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: left; }

.faq-entry .accordion-button::after {
  content: '';
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(//theme.hstatic.net/200000985413/1001349747/14/chevron-down.svg?v=1398);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

/* Commented out in original SCSS, so kept commented */
/*
.faq-entry .accordion-button.collapsed::after {
transform: rotate(180deg);
transition: transform 0.2s;
}
*/
.faq-entry .accordion-button .num {
  flex: 0 0 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9ac23b;
  /* Assumed value for var(--green) */
  aspect-ratio: 1/1;
  color: #231f20;
  /* Assumed value for $dark-black */
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* calc(24 / 16) */ }

.faq-entry .accordion-button .text {
  flex: 1;
  color: #231f20;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.333;
  /* calc(24 / 18) */ }

.faq-entry .accordion-body {
  color: #231f20;
  /* Assumed value for $dark-black */
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* calc(24 / 16) */
  padding-top: 12px; }

@media (min-width: 768px) {
  .faq-entry .accordion-body {
    padding-left: 53px; } }

.faq-entry .accordion-body ul li {
  list-style: inherit; }

.faq-entry .accordion-button {
  outline: none;
  background: transparent;
  border: none; }

.faq-entry .faq-left .nav > * {
  background: transparent;
  border: none;
  outline: none; }

.gridhippo {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .gridhippo {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }
  .gridhippo > div {
    background: #FAC7CE;
    padding: 40px;
    padding-bottom: 10px;
    text-align: center;
    min-width: 0; }
  .gridhippo .image-container {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    background-color: #0055a5;
    /* Màu xanh của nền hình tròn */
    border-radius: 50%;
    border: 5px solid #fff;
    /* Viền trắng */
    box-shadow: 0 0 0 5px #0055a5;
    /* Viền xanh đậm bên ngoài */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  .gridhippo .hippo-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gridhippo .title {
    font-size: 36px;
    color: #ff6699;
    /* Màu hồng đậm cho tiêu đề */
    margin: 10px 0;
    font-weight: bold; }
    @media (max-width: 767px) {
      .gridhippo .title {
        font-size: 24px; } }
  .gridhippo .subtitle {
    font-size: 18px;
    color: #333;
    margin: 5px 0 20px;
    font-weight: bold; }
  .gridhippo .description {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify; }
  .gridhippo .view-more-btn {
    background-color: #ff6699;
    /* Màu hồng đậm cho nút */
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s; }
  .gridhippo .view-more-btn:hover {
    background-color: #e65c8a;
    /* Màu hồng nhạt hơn khi hover */ }

.listcamtab h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: bold; }

.listcamtab .tabs {
  text-align: center;
  margin-bottom: 30px; }

.listcamtab .tabs span {
  margin: 0 15px;
  cursor: pointer;
  font-weight: 600;
  color: #777;
  position: relative;
  padding-bottom: 5px; }

.listcamtab .tabs span:hover,
.listcamtab .tabs span.active {
  color: #000; }

.listcamtab .tabs span.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0; }

.listcamtab .card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease; }

.listcamtab .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); }

.listcamtab .card img {
  width: 100%;
  height: auto;
  display: block; }

.listcamtab .card-title {
  padding: 12px 16px;
  font-size: 1em;
  font-weight: bold;
  color: #222;
  border-top: 1px solid #eee; }

@media (max-width: 600px) {
  .listcamtab .card-title {
    font-size: 0.95em; } }

.marginlivepo {
  margin: 50px 0; }

.listcamtab {
  margin: 30px 0; }

@media (max-width: 767px) {
  .elementor-section.elementor-top-section {
    margin-bottom: 20px; } }

.footer-list-cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 992px) {
    .footer-list-cate {
      grid-template-columns: repeat(1, 1fr); } }

.gridsocial {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap; }

.footer-list-cate ul li::before {
  display: none !important; }

.boximagera img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%; }

.bottom-section {
  margin-bottom: 20px; }

.bottom-section a {
  color: #fff; }

@media (max-width: 992px) {
  .gridteplate2x3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
    .gridteplate2x3 > div {
      min-width: 0; } }

.top-sectionx2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 20px 0;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .top-sectionx2 {
      grid-template-columns: repeat(2, 1fr); } }

.sliderbran .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sliderbran .slider-index.next svg {
    width: 24px; }
    .sliderbran .slider-index.next svg path {
      stroke: #fff; }

.sliderbran .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sliderbran .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .sliderbran .slider-index.prev svg path {
      stroke: #fff; }

.sliderbran:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.sliderbran .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .sliderbran .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.gridslider {
  /* the slides */
  /* the parent */ }
  .gridslider .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .gridslider .slider-index.next svg {
      width: 24px; }
      .gridslider .slider-index.next svg path {
        stroke: #fff; }
  .gridslider .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .gridslider .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .gridslider .slider-index.prev svg path {
        stroke: #fff; }
  .gridslider:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .gridslider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .gridslider .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .gridslider .slick-slide {
    margin: 0 7px; }
  .gridslider .slick-list {
    margin: 0 -7px; }
  .gridslider button {
    margin-top: -25px; }

@media (min-width: 992px) {
  .mainHeader .header-wrap-logo, .mainHeader .header-wrap-action {
    -ms-flex: 0 0 20%;
    flex: 0 0 13%;
    max-width: 13%; } }

.counter-item {
  max-width: initial;
  flex-grow: 1; }

.btriwwbaner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .btriwwbaner {
      grid-template-columns: repeat(1, 1fr); } }
  .btriwwbaner > div {
    min-width: 0; }

.sectiongamslider .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sectiongamslider .slider-index.next svg {
    width: 24px; }
    .sectiongamslider .slider-index.next svg path {
      stroke: #fff; }

.sectiongamslider .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .sectiongamslider .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .sectiongamslider .slider-index.prev svg path {
      stroke: #fff; }

.sectiongamslider:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.sectiongamslider .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .sectiongamslider .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }

.section-home-review .review-bg .review-item .item-info .info-avt img {
  width: 70px;
  height: 70px;
  object-fit: cover; }

.article-loop .item-article .media-article img {
  aspect-ratio: 3 / 2;
  object-fit: cover; }

.boximagera {
  position: relative; }
  .boximagera .namecampus {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 10px;
    text-align: center; }

.searchpop {
  cursor: pointer; }

.frmSearch {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 999;
  display: none; }
  .frmSearch .btnSearch {
    position: absolute;
    width: 43px;
    right: 0;
    border: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: none; }
  .frmSearch input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px; }

.searchpop {
  display: block; }

.clickdrput {
  margin-left: 10px; }
  .clickdrput a {
    display: flex;
    align-items: center; }

.activelaco {
  position: absolute;
  background: #fff;
  display: none; }

.mainHeader .header-wrap-menu .menuList-main > li > a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 18px 6px; }

.heading-title .title1 {
  font-size: 14px; }

.boximagera .namecampus {
  font-size: 16px;
  margin-bottom: 0; }

.section-home-about1 .about-right .about-list .about-item .item-detail .detail-title {
  font-size: 22px;
  margin: 0 0 13px 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px; }

.footer-info .title {
  display: block; }

@media (min-width: 1000px) {
  .section-home-blog .heading-title .title2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 44px;
    display: block;
    font-weight: 500; } }

.widget-area .widget:not(.widget_search) .widget-content span.widget-title {
  display: block;
  width: auto;
  text-align: center; }
