/* =================================================================== */
/* GLOBAL & BASE STYLES
/* =================================================================== */

html {
  margin-top: unset !important;
}

.u-section-1 {
  min-height: unset !important;
}

.bullet-point h4 {
  min-height: 40px;
  font-size: 16px !important;
}

/* --- header --- */
#header {
  position: sticky;
  top: -1px;
  z-index: 1000;
  background: #ffff;
  box-shadow: var(--box-shadow-2);
}

.u-header .u-image-1{
  width: 180px !important;
}

/* --- highlight post zone --- */
.data-layout-selected {
  position: relative;
  z-index: 100;
}

/* --- for category --- */
.category_title {
  color: #fff;
  margin: 0 0 8px 0;
  padding: 10px 15px !important;
  background-color: #d92027ed;
  border-radius: 4px;
  font-size: 18px !important;
}

.blog-card .meta {
  height: unset !important;
  width: 100%;
}

.blog-card .meta img {
  width: 100%;
}

.description {
  padding: 1.5rem !important;
}

.blog-card .description h2 {
  line-height: unset;
}

.blog-card a {
  display: flex;
  height: fit-content;
}

/* --- for single post --- */
.content__post-wrap .content {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.content__post-wrap .wrap-title {
  padding: 0 4% 4%;
}

.content__post-wrap .title {
  color: var(--main-color);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* --- highlight gallery --- */
.u-over-slide.u-shading {
  display: flex;
  align-items: end;
  text-align: start;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.u-gallery-item {
  border-radius: 20px;
  max-height: 200px;
  height: 200px;
}

.u-gallery-item .u-over-slide {
  opacity: 1 !important;
  /* Luôn hiển thị */
  visibility: visible !important;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}

/* --- Container icon --- */
.u-social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 10px 10px 0px;
  border-radius: 50px;
  width: max-content !important;
}

/* SVG icon chung */
.u-social-icons img {
  width: 35px;
  height: 35px;
  padding: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hiệu ứng hover */
.u-social-icons img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --- Banners --- */
.square_banner {
  width: 350px;
  height: 230px;
  background: gray;
  color: #ffff;
  align-items: center;
  text-align: center;
  line-height: 11rem;
  padding: 1.5rem;
  font-size: 3rem;
}

.square_banner.registered {
  padding: unset !important;
}

.square_banner.registered img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-expanded-width.u-multi-banner {
  display: flex;
  justify-content: space-around;
}

/* --- link_post_title --- */
.link_post_title {
  color: inherit;
  display: block;
  text-overflow: ellipsis;
  font-style: italic;
  overflow: hidden;
}

/* --- for short-introduce --- */
.quick-sale-ticket {
  min-height: 145px;
  max-height: 145px;
  margin-top: 10px !important;
}

/* --- for highlight-blog --- */
.highlight-blog-title {
  min-height: 85px;
  max-height: 85px;
}

.short_introduce_sub_title {
  margin: 15px auto 0;
  font-size: 1.25rem;
}

/* --- for category title --- */
.category-title-animated {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #74befe 0%, #b8ebf8 50%, #448ee7 100%);
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  margin: 0 0 8px 0;
  padding: 14px 30px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  overflow: hidden;
}

.category-title-animated::before,
.category-title-animated::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 28rem;
  width: 100px;
  height: 46px;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="46" xmlns="http://www.w3.org/2000/svg"><ellipse cx="32" cy="23" rx="32" ry="23" fill="white" opacity="0.55"/><ellipse cx="68" cy="17" rx="24" ry="15" fill="white" opacity="0.34"/><ellipse cx="81" cy="30" rx="16" ry="8" fill="white" opacity="0.25"/></svg>') no-repeat center/cover;
  z-index: 2;
  pointer-events: none;
  filter: blur(4px);
}

.category-title-animated::after {
  top: 63px;
  left: 220px;
  width: 72px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg width="72" height="32" xmlns="http://www.w3.org/2000/svg"><ellipse cx="31" cy="16" rx="19" ry="8" fill="white" opacity="0.4"/><ellipse cx="51" cy="8" rx="13" ry="8" fill="white" opacity="0.27"/></svg>') no-repeat center/cover;
  filter: blur(3px);
  z-index: 1;
}

.title-text {
  margin-right: 16px;
  z-index: 1;
}

.icon-plane {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  /* luôn nằm ngang */
  left: 0;
  font-size: 28px;
  transition: opacity 0.7s,
    font-size 0.3s cubic-bezier(0.5, 1, 0.8, 1),
    transform 0.3s cubic-bezier(0.5, 1, 0.8, 1),
    filter 0.3s;
  z-index: 3;
  opacity: 1;
}

.plane-trail {
  position: absolute;
  top: 51%;
  left: 0;
  font-size: 22px;
  text-shadow: 0 1px 8px rgba(100, 100, 0, 0.13);
  letter-spacing: 6px;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.7s;
}

.icon-plane.zoom-out {
  transform: translateY(-50%) rotate(0deg) scale(1.7);
  filter: drop-shadow(0 8px 24px rgba(63, 94, 251, 0.22));
}

.fade-out {
  opacity: 0 !important;
}

/* --- Parallax Banners (Sections 4 & 8) --- */
.skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4,
.skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8 {
  min-height: 700px;
  max-height: 700px;
}
.footer .footer-col:first-child .u-image-1 img{
    filter: brightness(0) invert(1);
    width: 250px;
    height: 60px;
    margin-left: -4%;
    margin-top: -7%;
  }
.swiper-slide a.u-btn-1{
		position: absolute;
		bottom: -5%;
		align-self: center;
	}
/* =================================================================== */
/* MEDIA QUERY: (min-width: 768px) - Desktop
/* =================================================================== */
@media (min-width: 768px) {
.u-header::before{
  content: none !important;
}
.u-header .u-sheet-1{
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.u-header .u-image-1{
  margin: unset !important;
}
.u-header .u-menu.u-menu-one-level{
  margin: unset !important;
}
  .u-section-3 .u-btn-1{
  margin: 20px auto 20px !important;
}
.u-section-3 .u-text-1{
  margin: 20px auto 20px !important;
}
.u-section-3 .u-list-1{
  margin: 20px auto 0 !important;
}
.u-section-6 .u-text-1{
  margin: 20px auto 0 !important;
}
.u-section-6 .short_introduce_sub_title{
  margin: 20px auto 0 !important;
}
.u-section-6 .u-list-1{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-section-7 .u-gallery-1{
  height: unset !important;
  margin: -400px auto 0 !important;
}
.u-section-7 .u-container-layout-1{
  padding: 20px 0px 20px;
}
  .u-section-7 .u-gallery-item .u-over-slide{
    padding: 10px;
  }
.u-section-9 .u-sheet-1{
  min-height: unset !important;
}
.u-section-9 .u-layout-wrap-1{
  margin: 20px auto 20px;
}
/* for render_topic_2 */
.u-section-9 .u-repeater-1{
  grid-template-columns: unset !important;
  grid-auto-columns: unset !important
}
.u-section-9 .u-text-3{
  margin: 0px !important;
}
/* end of render_topic_2 */
.u-section-10 .u-text-1{
  margin: 20px auto 0 !important;
}
.u-section-10 .u-image-1,
.u-section-10 .u-image-2,
.u-section-10 .u-image-3,
.u-section-10 .u-image-4,
.u-section-10 .u-image-5,
.u-section-10 .u-image-6 {
  height: 200px !important;
}
.u-section-12 .u-sheet-1{
  min-height: unset !important;
}

.u-section-12 .u-layout-cell-1{
  min-height: unset !important;
}
.u-section-12 .u-layout-wrap-1 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer .footer-col .u-image-1 a{
  width: 100%;
  height: 100%;
}
.footer .footer-col .u-image-1 img{
  width: 100%;
  height: 100%;
  filter: invert(100%);
}
}
/* =================================================================== */
/* MEDIA QUERY: (max-width: 768px) - Tablet
/* =================================================================== */
@media (max-width: 768px) {
  /* --- Blog/Category --- */
  .description {
    padding: 0.7rem !important;
  }

  .blog-card h2 {
    justify-content: center;
  }

  /* --- Gallery --- */
  .u-gallery-item .u-back-slide {
    position: relative;
  }

  .u-gallery-item .u-back-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    z-index: 1;
  }

  .u-gallery-item .u-over-slide h6 {
    color: white;
    font-size: 16px;
  }

  /* --- Layout & Social --- */
  .u-gutter-0.u-layout .u-layout-row {
    flex-direction: column-reverse;
  }

  .u-social-icons {
    justify-content: space-between;
    padding: unset;
  }

  .u-icon.u-social {
    height: max-content !important;
  }

  .u-expanded-width.u-multi-banner {
    flex-direction: column;
    gap: 1rem;
  }

  /* --- Typography --- */
  .link_post_title {
    min-height: 20px;
  }

  /* --- Misc Components --- */
  .quick-sale-ticket {
    min-height: 76px;
    max-height: 75px;
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* --- Animated Title --- */
  .category-title-animated {
    padding: 14px 20px;
    background: linear-gradient(90deg, #71aed6 0%, #c6d6db 70%, #4b92ee 100%);
  }

  .icon-plane {
    left: 12rem;
    transform: translateY(-50%) rotate(0deg);
  }

  .category-title-animated::before,
  .category-title-animated::after {
    background: unset;
  }

  /* --- Banners --- */
  .swiper-slide .u-shading.u-image-1 {
    background-size: cover !important;
    background-position: center !important;
  }

  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4,
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8 {
    min-height: 315px !important;
    max-height: 315px !important;
    display: flex;
    justify-content: center;
    background-position: center;
    position: relative;
    background-size: cover;
  }

  .u-section-4 .u-text-1 {
    margin: 20px auto 0px !important;
    font-size: 22px;
  }

  .u-section-4 .u-text-2 {
    margin:0px !important;
  }

  .u-section-4 .u-btn-1 {
    font-size: 16px;
    padding: 10px 20px;
    margin: 10px auto 10px;
  }
}
/* =================================================================== */
/* MEDIA QUERY: (max-width: 767px) - Mobile (Specific)
/* =================================================================== */
@media (max-width: 767px) {
  .u-section-7 {
    min-height: 3771px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-top: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-2 {
    font-size: 1rem;
    width: 520px;
  }

  .u-section-7 .u-gallery-1 {
    height: 3284px;
    width: 100% !important;
    margin-top: -247px;
  }

  .u-section-7 .u-gallery-inner-1 {
    grid-template-columns: 1fr;
    flex: unset !important;
  }
  .d-block-mobile{
    display: block !important;
  }
  .header-hotline{
    position: absolute;
    right: 0;
    top: 16px;
  }
}
/* =================================================================== */
/* MEDIA QUERY: (max-width: 575px) - Small Mobile
/* =================================================================== */
@media (max-width: 575px) {
  .u-section-7 {
    min-height: unset !important;
    margin-bottom: 15px;
  }

  .u-section-7 .u-group-1 {
    min-height: 400px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-top: 20px;
  }

  .u-section-7 .u-text-2 {
    width: 320px;
    margin: 20px auto 0 !important;
  }

  .u-section-7 .u-gallery-1 {
    height: unset !important;
    width: 340px;
    margin-top: -202px;
  }
}
/* =================================================================== */
/* MEDIA QUERY: (max-width: 480px) - Extra Small Mobile
/* =================================================================== */
@media (max-width: 480px) {
  .u-text a {
    font-size: 16px !important;
  }
  
  .link_post_title {
    max-height: 40px;
    -webkit-line-clamp: 2;
    font-size: 16px !important;
  }

  /* --- Section 1 --- */
  .u-section-1 .u-layout-wrap-1 {
    margin: 0px auto 20px !important;
  }

  .u-section-1 .u-container-layout-1 {
    padding: unset !important;
    position: absolute;
    z-index: 2;
    color: #fff;
    opacity: 0.7;
    bottom: 0;
    left: 10px;
  }
  .u-section-1 .u-container-layout-1 h1.u-text-1{
    font-size: 2rem !important;
  }

  .u-section-1 .u-image-1 {
    min-height: 315px !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    color: #fff;
  }
  .u-section-1 .u-image-1::before{
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(26 26 26 / 40%);
      z-index: 1;
      display: inline-block;
      opacity: 0.5;
  }

  .u-section-1 .cta-container {
    width: 100%;
  }

  .u-section-1 .cta-container .cta-wrapper {
    padding: 20px 10px;
  }

  .u-section-1 .cta-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell-3,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell-6,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell-7,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell-2 {
    border: unset !important;
    border-radius: 20px !important;
    box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, .075);
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell .u-container-layout-4,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell .u-container-layout-7,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell .u-container-layout-8,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-layout-col .u-layout-cell .u-container-layout-3 {
    border-radius: unset !important;
    padding: 10px;
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-icon-1,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-icon-2,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-icon-3,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-icon-4 {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    padding: 5px;
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-2,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-4,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-6,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-8 {
    font-size: 15px;
    margin: 10px 0 0;
  }

  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-3,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-5,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-7,
  .u-section-1 .cta-container .cta-wrapper .cta-content .cta-cell .u-text-9 {
    font-size: 14px;
    flex: 1;
    margin: 10px 0 0;
  }

  .u-section-1 .u-btn-1,
  .u-section-1 .u-btn-2,
  .u-section-1 .u-btn-3,
  .u-section-1 .u-btn-4 {
    margin: 20px auto 10px;
    font-size: 13px;
  }

  /* --- Section 3 --- */
  .u-section-3 .u-sheet-1 {
    min-height: unset !important;
    width: 100% !important;
  }

  .u-section-3 .u-text-1 {
    font-size: 20px;
    margin-top: 15px !important;
  }

  .u-section-3 .u-list-1 {
    padding: 20px 10px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }

  .u-section-3 .u-repeater-1 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: unset !important;
  }

  .u-section-3 .u-repeater-1 .u-container-style.u-image {
    height: 165px;
  }
  
  .u-section-3 .u-container-layout-1,
  .u-section-3 .u-container-layout-2,
  .u-section-3 .u-container-layout-3,
  .u-section-3 .u-container-layout-4,
  .u-section-3 .u-container-layout-5,
  .u-section-3 .u-container-layout-6 {
    padding: 10px;
  }
  /* Section 4 */
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8{
    position: relative;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    color: #fff;
  }
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4 .u-sheet-1, 
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8 .u-sheet-1{
    gap: 8px;
    position: relative;
    z-index: 2;
    color: #fff;
    opacity: 0.7;
  }
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4::before,
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8::before{
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(26 26 26 / 40%);
      z-index: 1;
      display: inline-block;
      opacity: 0.5;
  }
  /* .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4::before,
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8::before, */
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4 .u-clearfix::before, 
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8 .u-clearfix::before,
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4 .u-clearfix::after,
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8 .u-clearfix::after
  {
    content: none;
  }
  .u-section-4 .u-btn-1{
    font-size: 11px !important;
    padding:5px 10px !important;
  }
  /* --- Section 5 --- */
  .u-section-5 .u-sheet-1{
    max-width: unset;
    width: 100% !important;
    padding: 20px 10px;
  }
  .u-section-5 .u-layout-wrap-1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .u-section-5 .u-image-1 {
    border: unset !important;
    border-radius: 20px !important;
    min-height: 215px;
    max-height: 215px;
  }

  .u-section-5 .u-container-layout-1 {
    border: unset !important;
    border-radius: 20px !important;
  }

  .u-section-5 .u-text-1 {
    font-size: 20px;
  }

  .u-section-5 .u-text-2 {
    font-size: 14px;
    margin: 15px 0 0;
  }

  .u-section-5 .u-list-1 {
    margin-top: 15px;
  }

  .u-section-5 .u-text-4,
  .u-section-5 .u-text-6,
  .u-section-5 .u-text-8 {
    margin: 15px 0 0 !important;
    font-size: 14px;
  }
  .u-section-5 .u-repeater-1{
    grid-template-columns: repeat(3, 33%);
    min-height: unset !important;
  }
  /* --- Section 6 --- */
  .u-section-6 .u-sheet-1{
    max-width: unset !important;
    width: 100% !important;
    padding: 10px 10px;
  }
  .u-section-6 .u-list-item-1,
  .u-section-6 .u-list-item-2,
  .u-section-6 .u-list-item-3,
  .u-section-6 .u-list-item-4,
  .u-section-6 .u-list-item-5,
  .u-section-6 .u-list-item-6{
    border-radius: 10px;
  }
  .u-section-6 .u-container-layout-1,
  .u-section-6 .u-container-layout-2,
  .u-section-6 .u-container-layout-3,
  .u-section-6 .u-container-layout-4,
  .u-section-6 .u-container-layout-5,
  .u-section-6 .u-container-layout-6{
    padding: 10px;
    border-radius: 10px !important;
  }
  .u-section-6 .u-repeater-1{
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-section-6 .u-text-1 {
    font-size: 22px !important;
    margin: 20px auto 0 !important;
  }
  .u-section-6 .short_introduce_sub_title{
    font-size: 14px;
    margin: 20px auto 0 !important;
  }

  .u-section-6 .u-list-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-section-6 .u-line-1,
  .u-section-6 .u-line-2,
  .u-section-6 .u-line-3,
  .u-section-6 .u-line-4,
  .u-section-6 .u-line-5,
  .u-section-6 .u-line-6{
    margin-top: 10px !important;
  }

  .u-section-6 .detail-link{
    margin-top: 10px !important;
  }
  .u-section-6 .detail-link a{
    font-size: 14px !important;
  }
  /* Section 7 */
  .u-section-7 .u-container-layout-1{
    padding: unset;
    margin: 20px auto 20px;
  }
  .u-section-7 .u-group-1{
    min-height: unset !important;
  }
  .u-section-7 .u-text-1{
    font-size: 22px !important;
  }
  .u-section-7 .u-text-2{
    font-size: 14px !important;
  }
  .u-section-7 .u-gallery-1 {
    height: unset !important;
    width: 100% !important;
    margin-top: unset !important;
  }
  .u-section-7 .u-gallery-item .u-over-slide{
    padding: 10px;
  }
  .u-section-7 .u-gallery-inner-1{
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    min-height: unset !important;
    padding: 0px 10px;
  }
  .u-section-7 .u-gallery-item{
    height: 165px !important;
  }
  /* Section 8 */
  .u-section-8 .u-text-1 {
    margin: 20px auto 0px !important;
    font-size: 22px;
  }

  .u-section-8 .u-text-2 {
    margin:0px !important;
  }

  .u-section-8 .u-btn-1 {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin: 10px auto 10px;
  }
  /* --- Section 9 --- */
  .u-section-9 .u-sheet-1{
    width: 100% !important;
    max-width: unset !important;
    padding: 10px 10px;
    min-height: unset !important;
  }
  .u-section-9 .u-layout-wrap-1 {
    width: unset !important;
    margin: 0px !important;
  }
  .u-section-9 .u-layout-cell-1 .u-text-1{
    font-size: 22px !important;
  }
  .u-section-9 .u-layout-cell-1 .u-text-3,
  .u-section-9 .u-layout-cell-1 .u-text-5,
  .u-section-9 .u-layout-cell-1 .u-text-7,
  .u-section-9 .u-layout-cell-1 .u-text-9{
    font-size: 14px !important;
  }
  .u-section-9 .u-container-layout-1 {
    padding: 0;
    border: unset !important;
    border-radius: 20px !important;
  }
  .u-section-9 .u-container-layout-2{
    /* turrn on when use render_topic */
    /* padding: 10px 20px 10px 0; */
  }
  .u-section-9 .u-layout-cell-2{
    min-height: unset !important;
    border: unset !important;
  }
  .u-section-9 .u-container-layout-6{
    padding: unset !important;
  }
  .u-section-9 .u-image-1{
    border: unset !important;
    /* use for render_topic */
    /* margin: 20px auto 20px; */
    /* use for render_topic_2 */
    margin: 20px auto 0px !important;
    border-radius: 20px !important;
    min-height: 215px;
    max-height: 215px;
  }
  .u-section-9 .u-list-1 {
    /* use for render_topic */
    /* margin-top: 15px; */
    margin-top: 0px !important;
  }

  .u-section-9 .u-repeater-1 {
    /* use for render_topic */
    /* grid-template-columns: repeat(2, calc(50% - 5px)); */
    /* use for render_topic_2 */
    min-height: unset !important;
  }

  .u-section-9 .u-line-1,
  .u-section-9 .u-line-2,
  .u-section-9 .u-line-3,
  .u-section-9 .u-line-4 {
    width: 150px !important;
    margin: 5px 0 0;
  }
  
  .u-text.u-text-default.u-text-3,
  .u-text.u-text-default.u-text-5,
  .u-text.u-text-default.u-text-7,
  .u-text.u-text-default.u-text-9 {
    margin: 15px 0 0;
  }

  /* --- Buttons --- */
  .u-section-7 .u-btn-1,
  .u-section-10 .u-btn-1,
  .u-section-3 .u-btn-1 {
    margin: 20px auto 5px !important;
    font-size: 14px;
    padding: 5px 20px;
  }

  /* Section-10 */
  .u-section-10 .u-sheet-1{
    width: 100% !important;
    min-height: unset !important;
  }
  .u-section-10 .u-repeater-1{
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: unset !important;
    padding: 10px;
  }
  .u-section-10 .u-text-1{
    margin: 15px auto 0 !important;
    font-size: 22px;
  }
  .u-section-10 .u-text-2{
    margin: 15px auto 0 !important;
    font-size: 14px;
  }
  .u-section-10 .u-list-1{
    margin-top: 10px !important;
  }
  .u-section-10 .u-list-item-1,
  .u-section-10 .u-list-item-2,
  .u-section-10 .u-list-item-3,
  .u-section-10 .u-list-item-4,
  .u-section-10 .u-list-item-5,
  .u-section-10 .u-list-item-6
  {
    height: 100%;
    border-radius: 10px !important;
  }
  .u-section-10 .u-list-item-1 .u-container-layout-1,
  .u-section-10 .u-list-item-2 .u-container-layout-2,
  .u-section-10 .u-list-item-3 .u-container-layout-3,
  .u-section-10 .u-list-item-4 .u-container-layout-4,
  .u-section-10 .u-list-item-5 .u-container-layout-5,
  .u-section-10 .u-list-item-6 .u-container-layout-6
  {
    padding: 15px;
    border: unset !important;
    border-radius: 10px !important;
  }
  .u-section-10 .u-list-item-1 .u-container-layout-1 a img,
  .u-section-10 .u-list-item-2 .u-container-layout-2 a img,
  .u-section-10 .u-list-item-3 .u-container-layout-3 a img,
  .u-section-10 .u-list-item-4 .u-container-layout-4 a img,
  .u-section-10 .u-list-item-5 .u-container-layout-5 a img,
  .u-section-10 .u-list-item-6 .u-container-layout-6 a img{
    height: 130px;
  }
  .u-section-10 .u-text-4,
  .u-section-10 .u-text-6,
  .u-section-10 .u-text-8,
  .u-section-10 .u-text-10,
  .u-section-10 .u-text-12,
  .u-section-10 .u-text-14{
    font-weight: 400;
    text-transform: none;
    font-size: 1.125rem;
    letter-spacing: normal;
    margin: 10px 0 0;
  }
  .u-section-11 .u-sheet-1{
    width: 100% !important;
    min-height: unset !important;
    padding: 10px;
  }
  .u-section-11 .u-text-1{
    margin: 20px auto 0px;
    font-size: 22px !important;
  }
  .u-section-11 .u-text-2{
    width: 100%;
  }
  .u-section-11 .u-accordion-1{
    margin: 20px auto 0px;
  }
  .u-section-11 .u-accordion-link-1,
  .u-section-11 .u-accordion-link-2,
  .u-section-11 .u-accordion-link-3,
  .u-section-11 .u-accordion-link-4,
  .u-section-11 .u-accordion-link-5{
    padding: 15px;
    border-radius: 10px !important;
  }
  .u-section-11 .u-accordion-link-text{
    font-size: 14px;
  }
  /* accordion */
  /* endofaccordion */
  /* Section 12 */
  .u-section-12 .u-container-layout-1{
    padding: 0 !important;
  }
  .u-section-12 .u-sheet-1{
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }
  .u-section-12 .u-layout-wrap-1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-section-12 .u-text-1{
    font-size: 22px !important;
  }
  .u-section-12 .u-text-2{
    font-size: 16px;
  }
  .u-section-12 .square_banner{
    width: 100%;
  }
  /* Footer */
  .footer{
    margin-top: 0px !important;
    padding-top: 0px;
  }
  .footer-container{
    gap: 0 !important;
  }
  .footer-col{
    flex: unset !important;
    margin-bottom: 0px;
  }
  .footer .footer-col:first-child .u-image-1 {
    width: 100%;
    height: 100%;
  }
  .footer .footer-col:first-child .u-image-1 img{
    filter: brightness(0) invert(1);
    width: 200px;
    height: 40px;
    margin-top: 0;
  }
  .u-text-default a.link_post_title{
    font-size: 14px !important;
    font-style: italic;
  }
  .u-gallery-item .link_post_title{
    font-size: 15px !important;
    font-style: italic;
    margin-bottom: 0;
  }
}