:root {
  --primary-color: #24622a;
  --fs-color-primary: #24622a;
  --fs-text-head-title: 5.5rem;
  --color-text: #000000;
  --color-text-introduct-page: #23592c;
}

body,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin-bottom: 0.2em;
}

section .row .col {
  padding: 0 15px 15px;
}

section.images-act .row .col {
  padding: 0 9.8px 19.6px;
}

main .section {
  padding: 15px 0px;
}

div.line-break::after,
div.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: -10px;
  background-image: url(../images/under_line3.png);
  background-repeat: no-repeat;
  margin-top: 1px;
  margin: auto;
  max-width: 1028px;
}

footer {
  /* margin-top: 88px; */
}
.read-more{
  color: #000000;
  justify-content: end;
}
#main #content section.pb-100 {
  padding-bottom: 3rem;
}

body .header-main .header-nav.nav .header-search {
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0;
}

.page-event footer {
}

body .header-main .header-nav.nav .header-search:before,
body .header-main .header-nav.nav .header-search:after {
  content: none;
}

body .header-main .header-nav.nav .header-search > a {
  line-height: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
}

body .header-main .header-nav.nav .header-search > .nav-dropdown {
  top: -5px;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #005d31;
}

body
  .header-main
  .header-nav.nav
  .header-search
  > .nav-dropdown
  .header-search-form {
  padding-right: 0;
}

body
  .header-main
  .header-nav.nav
  .header-search
  > .nav-dropdown
  .searchform
  input {
  height: 50px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body
  .header-main
  .header-nav.nav
  .header-search
  > .nav-dropdown
  .searchform
  button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

body
  .header-main
  .header-nav.nav
  .header-search
  > .nav-dropdown
  .searchform
  button
  i {
  color: #005d31;
}

.intro-icon-box .icon-box-text {
  padding-left: 1.2rem !important;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 10px;
}

.head-title {
  font-size: var(--fs-text-head-title);
}

section .post-main .post-title {
  font-size: 3.2rem;
  line-height: 4.15rem;
}

.intro-divider {
  padding-top: 0px !important;
}

.post-main .from_the_blog_excerpt {
  font-size: 1.6rem;
  /* line-height: 2rem; */
  margin-top: 20px;
}

.post-main .post-after {
  margin-top: 28px;
}

.posts-tab .post-item .col-inner {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.post-item .p-author {
  font-size: 1.5rem;
}

.posts-tab li.tab a span {
  font-family: var(--df-fontTitle);
}

.posts-tab .post-item .post-title {
  font-size: 2.4rem;
  line-height: 1.81rem;
}

.posts-tab .post-item .from_the_blog_excerpt {
  font-size: 1.6rem;
  /* line-height: 1.25rem; */
}

#main #content .posts-tab {
  padding-top: 0px;
}

.post-item .is-divider {
  display: none;
}

.posts-tab .post-item .col-inner .box-blog-post {
  background-color: #fff;
}

.box-vertical .box-text {
  vertical-align: top !important;
}

.tab-post-custom .nav {
  justify-content: space-between;
}

.tab-post-custom .nav .tab a {
  /* padding: 0 40px; */
  font-size: 3rem;
  line-height: 1.5;
  font-family: var(--df-fontTitle);
  color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  background-color: #dbd0bd;
}

.justify-between {
  justify-content: space-between;
}

.menu-footer .menu-item .ux-menu-link__link {
  border-bottom-style: none !important;
}

.footer-logo .col-inner {
  position: relative;
}

.footer-logo .col-inner::after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; /* Căn sát bên phải */
  background-image: url(../images/under_line_vertical.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  margin: auto;
}

footer .row-menu .col {
  padding: 0 15px 15px;
}

.tab-post-custom ul.nav {
  max-width: 1060px;
  margin: auto;
  padding: 0 15px 0px 15px;
}

/* .tab-post-custom ul.nav li.active{
    background-color: var(--primary-color);;
} */
.tab-post-custom ul.nav li {
  background: url(../images/home/bg_title.png) center / contain no-repeat;
  /* margin: 0; */
  /* padding: 0 30px; */
  /* background: url(../images/home/bg_title.png) center / contain no-repeat; */
  /* text-align: center; */
  /* width: 27.7rem; */
  margin: 0;
  padding: 0;
  width: 27.7rem;
  text-align: center;
}

.tab-post-custom ul.nav li.active {
  background: url(../images/home/bg_title1.svg) center / contain no-repeat;
}

.tab-post-custom ul.nav li.active a span {
  color: #fff !important;
}

/* .single-post article.post {
    border-bottom: 1px solid var(--primary-color);
    ;
} */

.single-post-banner {
  margin-bottom: 10px;
  text-align: center;
  padding: 90px;
  background: #dbd0bd;
}

.blog-single .html-before-comments section {
  padding-right: 0px;
  padding-left: 0px;
}

.wpcf7-form .form-row {
  justify-content: space-between;
  display: flex;
  gap: 10px;
}

.wpcf7-form textarea {
  height: 16px;
}

.wpcf7-form .form-row p {
  flex: 1;
}

.gg-map iframe {
  width: 100%;
}

.wpcf7-form .action {
  text-align: center;
}

.c-list1__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url("../images/under_line.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2rem;
}

.border-bottom-line h1::after,
.border-bottom-line h2::after,
.border-bottom-line h3::after,
.border-bottom-line h4::after,
.border-bottom-line h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin-top: -10px;
  background-image: url("../images/under_line.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
}

.toho-system .border-bottom-line h1::after,
.toho-system .border-bottom-line h2::after,
.toho-system .border-bottom-line h3::after,
.toho-system .border-bottom-line h4::after,
.toho-system .border-bottom-line h5::after {
  height: 7px;
  margin-top: 1px;
}

.border-bottom-line {
  width: 100%;
}

.bn-none-bg {
  background-color: unset !important;
}

.bn-text-top .text-box {
  top: 0 !important;
  width: 100% !important;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: none !important;
}

.c-slideTop .flickity-page-dots .dot {
  width: 2.5rem;
  color: #005d31;
  background: #005d31;
  border: none;
  opacity: 0.3;
  height: 0.8rem;
  -webkit-transition: opacity 0.3s, width 0.3s;
  transition: opacity 0.3s, width 0.3s;
  border-radius: 0%;
}

.c-slideTop .flickity-page-dots .dot.is-selected,
.c-slideTop .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  width: 7rem;
  opacity: 1;
  background-color: #005d31;
}

.tab-post-home {
  justify-content: center;
}

.tab-post-home ul.nav {
  justify-content: center;
  /* margin: 0 20px; */
  gap: 3rem;
}

.tab-post-home ul.nav li a {
  border-radius: 0px;
}

.exp.mb-50 {
  margin-bottom: -40px;
}

.first-album .text-box {
  margin-bottom: -20px;
}

.border-bottom-line .icon-box-img img,
.border-bottom-line .icon-box-img,
.intro-icon-box .icon-box-img img,
.intro-icon-box .icon-box-img {
  width: 65px !important;
}

.exp > div {
  color: #ffffff;
}

.exp .number {
  font-size: 7.5rem;

  font-weight: bold;
}

.exp .number1 {
  position: absolute;
  font-size: 4rem;
  top: 18px;
  font-weight: 600;
}

.exp .text {
  position: absolute;
  bottom: 17px;
  font-size: 2rem;
  text-wrap: nowrap;
}

.first-album {
  margin-bottom: -25px !important;
}

.pt-10 {
  /* padding-top: 12px; */
  padding-left: 10px;
  position: relative;
}

.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}

.title-ex p {
  margin-bottom: -40px;
  text-align: left;
  margin-left: 2px;
  font-size: 2rem;
  color: white;
  font-weight: 900;
}

.title-ex {
  margin-bottom: 20px;
}

.post-list .post-title {
  color: var(--primary-color);
}

.post-list .group-action svg {
  cursor: pointer;
}

.post-list .group-action .p-action > div {
  display: flex;
  gap: 4px;
  align-items: center;
}

.post-list .group-action .p-action > div span {
  font-size: 1.5rem;
}

/* .tab-post-home ul.nav li:not(:last-child) {
    border-right: 1px solid #FFFFFF; 
} */
.p-author {
  display: flex;
  margin-top: 30px;
  gap: 50px;
}

.p-action {
  display: flex;
  justify-content: space-evenly;
}

.p-hr {
  margin: 20px 0px;
}

/* .post-action-hidden .post-after {
    display: none;
} */

.blog-single .post-meta {
  text-align: end;
  /* margin: 20px 0px; */
  /* border-top: 2px solid var(--primary-color); */
}

.blog-single .entry-divider {
  display: none;
}

.post-related .box-blog-post {
  background-color: unset !important;
}

/* .blog-single .entry-content.single-page {
  padding: 30px 30px 0px 30px;
} */

.blog-single .post-excerpt {
  border-left: 2px solid #005d31;
  margin-top: 20px;
  padding-left: 10px;
}

.blog-single.page-wrapper {
  padding-top: 0px;
}

.blog-single .post-date {
  display: none;
}

.like-button.active svg path {
  fill: #c31815;
  stroke: #c31815;
}

.p-action svg {
  width: 22.27px;
  height: 19.64px;
}

.bookmark-button.active svg path {
  fill: #949413;
  stroke: #949413;
}

.show-gr-post-action .group-action {
  display: block !important;
}

.show-readmore .p-readmore {
  display: block !important;
}

.show-author .p-author {
  display: block !important;
}

.hidden-author .p-author {
  display: none;
}

.post-list .post-item .box-blog-post .box-text {
  /* padding: 10px; */
  padding: 15px !important;
}

.absolute-footer {
  display: none;
}

.post-list .post-item .post-title {
  height: 4rem;
}

.post-list .post-item .from_the_blog_excerpt {
  height: 100px;
  margin-top: 45px;
  font-size: 1.6rem;
}

.breadcrumb-section #breadcrumbs {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.blog-single .entry-header-text-top {
  text-align: center;
}

.section-title-main {
  font-size: 3.75rem;
}

.section-title-main::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/star.png");
  background-size: cover;
  margin-left: 5px;
  margin-bottom: 4px;
}

.posts-suggest .post-item .post-title {
  /* font-size: 1.25rem; */
}

.posts-suggest .post-item .from_the_blog_excerpt {
  font-size: 1.5rem;
}

.posts-suggest .flickity-page-dots {
  bottom: -5px;
}

.single-post-banner .breadcrumb-title {
  font-size: var(--fs-text-head-title);
  margin-bottom: 0px;
}

.single-post-banner .breadcrumb-section .breadcrumb {
  font-size: 1.25rem;
  color: #191919;
}

.single-post article header .entry-title {
  font-size: var(--fs-text-head-title);
}

.single-post .entry-meta {
  font-size: 1.5rem;
}

.single-post .entry-header {
  margin-top: 50px;
}

.single-post .post-excerpt,
.single-post .entry-content {
  /* font-size: 2rem; */
}

.entry-content.single-page .post-meta {
  /* padding-top: 5px;
  margin-top: 77px; */
  padding-top: 10px;
  /* margin-top: 40px; */
}

.wpcf7-form input:not(.wpcf7-submit) {
  height: 42px;
  font-size: 16px;
}

.contact-info h2 {
  font-size: 2rem;
  font-family: var(--df-fontFamily);
}

.contact-info .icon-box-text {
  /* font-size: 1.25rem; */
}

.wpcf7 label {
  /* font-size: 1.5rem; */
}

.wpcf7-form .wpcf7-submit {
  font-size: 1.5rem;
  text-transform: none;
  border-radius: 2px;
}

footer .title-col1 {
  font-family: var(--df-fontFamily);
  font-size: 2rem;
  margin-bottom: 1rem;
}

footer p,
footer span {
  /* font-size: 1.25rem; */
}

.images-act .banner {
  cursor: pointer;
}

.images-act .col-inner .banner:nth-child(2) {
  transition: opacity 0.3s ease;
}

.images-act .col-inner:hover > .banner:nth-child(2) {
  opacity: 0;
  /* Change opacity of the first child when the second child is hovered */
}

h3.title-iciel {
  font-size: 2.75rem;
  color: var(--color-text-introduct-page) !important;
}

.intro-excerpt {
  /* font-size: 2rem; */
  /* line-height: 39px; */
  margin-top: 15px;
  font-size: var(--font-szDefault);
  /* max-height: 78px; */
}

.tab-post-home .intro-excerpt {
  max-height: 50px;
}

.intro-icon-box .icon-box-text {
  display: flex;
}

.intro-icon-box .icon-box-text .text {
  margin: auto auto auto 0;
}

.banner-active .text-box-content * {
  color: #005d31;
}

/* .custom-flickity .flickity-slider > * {
    max-width: 33% !important;
    height: 1000px;
} */

.custom-flickity .flickity-slider .custom-products-home.is-selected {
  width: 50% !important;
  /* height: 700px; */
  padding: 0px 40px 0px 40px;
}

.custom-flickity .flickity-slider .custom-products-home:not(.is-selected) {
  width: 25% !important;
  /* height: 800px; */
  height: 100%;
  padding: 0 2rem;
}

.custom-products-home:not(.is-selected) .c-listFeature-home,
.custom-products-home:not(.is-selected) .c-btn2,
.custom-products-home:not(.is-selected) .c-slide_product__wrap {
  display: none;
}

.custom-products-home:not(.is-selected) i.icon {
  display: none;
}

/* .custom-products-home{
  height: 100%;;
} */
.custom-products-home .c-btn2 {
  margin: 15px auto;
}

.custom-products-home:not(.is-selected) .product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-products-home:not(.is-selected) .product-item .c-future {
  display: flex;
  height: 100%;
}

.custom-products-home:not(.is-selected) .product-item .c-future .c-future__img {
  margin: auto;
}

.custom-products-home.is-selected .c-future__img img {
  width: 400px;
  object-fit: cover;
}

.custom-products-home.is-selected .c-slide2__item .c-slide2__img img {
  width: 288px;
  height: 288px;
  object-fit: cover;
}

.product-item i.pre,
.product-item i.next {
  position: absolute;
  top: calc(50% - 40px);
  width: 3rem;
  height: 6.1rem;
  cursor: pointer;

  svg {
    width: 100%;
    height: auto;
  }
}

.product-item i.pre {
  left: 0;
}

.product-item i.next {
  right: 0;
}

.custom-flickity .flickity-button {
  display: none;
}

.c-slide_product__wrap {
  display: flex;
  height: 280px;
  margin: 0;
}

/* .c-slide_product__wrap .flickity-viewport{
  height: calc(100% - 2rem) !important;
} */
.c-product-future .c-product-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-slideTop.is-selected .c-product-main .c-product-main__img {
  position: relative;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.c-slideTop.is-selected .c-product-main .c-product-main__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
}

.c-product-main .c-list_feature {
}

.c-listFeature-home {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  max-width: 320px;
  margin-left: 2rem;
  padding-top: 0;
  width: 100%;
}

.c-listFeature-home__inner {
  list-style: none;
  margin: 0;
}

.c-listFeature-home__item {
  /* font-size: 1.25rem; */
  line-height: 1.75;
  color: #fff;
  background: url("../images/home/bg_title1.svg") center/contain no-repeat;
  /* width: 540px; */
  /* padding: 15px 10px; */
  padding: 15px 5px 13px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.footer-logo .ux-logo img {
  object-fit: contain;
}

@media screen and (max-width: 1525px) {
  .c-listFeature-home__item {
    /* font-size: 1.25rem; */
  }

  .c-slide_product__wrap {
    height: calc(280 / 1525 * 100vw);
  }
}

.c-listFeature-home__item img {
  position: relative;
  top: -3px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-listFeature-home__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.c-slide2_product_item img {
  /* width: 288px; */
  /* height: 288px; */
}

.c-slide2_product_item {
  text-align: center;
  width: 25%;
  margin-bottom: 0;
}

.c-slide2_product__title {
  /* font-size: 1.5rem; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.custom-products-home .flickity-page-dots {
  bottom: 0;
  line-height: 0;
}

.c-product-future {
  /* min-height: 230px; */
  /* height: 300px; */
}

/* .c-slide-cell-4 li {
  width: 25%;
}

.c-slide-cell-3 li {
  width: 33%;
}

.c-slide-cell-2 li {
  width: 50%;
}

.c-slide-cell-1 li {
  width: 100%;
}

.c-slide-cell-4 .flickity-page-dots,
.c-slide-cell-3 .flickity-page-dots,
.c-slide-cell-2 .flickity-page-dots,
.c-slide-cell-1 .flickity-page-dots {
  display: none;
} */

.c-listFeature-home .cate-name {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.slide-map-image .flickity-slider > .img {
  width: 33.3333333333% !important;
}

.slide-map-image .flickity-slider > .img img {
  max-width: 80%;
}

.intro-icon-box .title-iciel {
  text-align: left;
}

.custom-products-home {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* Chuyển đổi mượt mà */
}

.custom-products-home.flash {
  opacity: 0.5;
  /* Làm mờ nhẹ, không biến mất hoàn toàn */
}

ul li {
  /* display: inline-block;
  position: relative;
  padding-right: 20px; */
}

.tab-post-home ul li::after {
  content: "";
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  height: 5rem;
  width: 2px;
  background-color: black;
  right: -1.8rem;
}

.tab-post-home ul li:last-child::after {
  display: none;
  /* Loại bỏ đường viền sau thẻ li cuối cùng */
}

.post-list .post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* line-height: 1.5; */
}

.post-main .p-readmore,
.tab-post-custom .ux-relay__load-more-button {
  margin-top: 10px;
}

.tab-post-custom .post-after {
  margin-top: 30px;
}

.posts-suggest .post-title {
  font-size: 2rem !important;
}

.posts-suggest .post-item .from_the_blog_excerpt {
  font-size: 1.5rem !important;
  margin-top: 16px;
}

.post-main .p-readmore a,
.tab-post-custom .ux-relay__load-more-button {
  /* font-size: 1.5rem; */
  font-weight: 400;
  text-transform: unset !important;
  border-radius: 2px;
  min-height: 44px;
  line-height: 2.6;
  padding: 0 2em;
}

.title-post-related .title-main,
.title-post-related .section-title-main {
  font-family: var(--df-fontTitle);
}

.contact-page {
  /* margin-top: 142px; */
}

.entry-content.single-page {
  max-width: 1400px;
  margin: auto;
  /* padding-top: 74px; */
  padding: 30px 30px 0px 30px;
}

.bg-image-map {
  background: url("../images/home/bg_trip.png") center / cover no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -999;
  /* top: 450px; */
}

.bg-image-benefit {
  background: url("../images/home/bg_trip.png") center / cover no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -999;
  top: 450px;
}

.bg-banner-intro {
  padding-top: 0px !important;
}

.tab-post-custom .tab-panels {
  /* padding-top: 39px; */
}

.post-main .post-title a {
  font-family: var(--df-fontTitle) !important;
}

.custom-flickity {
  max-width: 1760px;
  margin: auto;
  padding: 0 5rem;
}

.custom-flickity .c-slide2_product_item .c-slide2_product__link {
  display: block;
}

.custom-flickity .c-slide2_product_item .c-slide2_product__link figure {
  margin-bottom: 0px;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.custom-flickity .c-slide2_product_item .c-slide2_product__link figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-flickity .c-slide2_product_item {
  padding: 5px;
}

.products-list .c-listFeature__item img,
.single-products .c-listFeature__item img {
  width: 3rem;
  height: auto;
}

.section-content h3.section-title,
.section-content h3.section-title .section-title-main {
  border-bottom: unset;
}

.group-icon-social .col-inner > .img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
}

.group-icon-social .col-inner img,
.group-icon-social .img .img-inner {
  width: 36px;
  height: 36px;
  cursor: pointer;
  object-fit: contain;
}

.group-icon-social .col-inner:hover > .img:nth-child(1) {
  opacity: 0;
}

.group-icon-social .col-inner:hover > .img:nth-child(2) {
  opacity: 1;
}

/* .icon_face1:hover + .icon_face2 {
  opacity: 1;
} */

.contact-page .wpcf7-spinner {
  display: none;
}

footer .group-icon-social .menu-footer {
  padding-bottom: 10px;
}

footer .group-icon-social > div {
  padding: 5px;
  width: 60px !important;
  max-width: 60px !important;
}

footer > section {
  padding-bottom: 0px !important;
}

footer > section .row > div {
  padding-bottom: 15px !important;
}

footer .footer-logo {
  max-width: 30%;
  flex-basis: 30%;
}

footer .footer-contact {
  max-width: 45%;
  flex-basis: 45%;
}

footer .footer-social {
  max-width: 25%;
  flex-basis: 25%;
}

.menu-footer span {
  /* text-wrap: nowrap; */
}

.img-ecommerce .col {
  margin: auto;
}

.img-ecommerce .img img {
  width: 100%;
}

.group-icon-social .img.has-hover {
  margin-bottom: 0em;
}

section .slider-activities-image .slider .flickity-slider .img {
  width: 25% !important;
  /* height: 100%; */
}

section .slider-activities-image .slider .flickity-slider .img .img-inner {
  padding-top: 120%;
}

section .slide-map-image .slider .flickity-slider .img .img-inner {
  padding-top: 32%;
}

section .slider-activities-image .slider .flickity-slider .img .img-inner,
section .slide-map-image .slider .flickity-slider .img .img-inner {
  /* padding-top: 35%; */
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

section .slider-activities-image .slider .flickity-slider .img .img-inner img,
section .slide-map-image .slider .flickity-slider .img .img-inner img {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  /* width: auto !important; */
}

section .slide-map-image .slider .flickity-slider .img .img-inner img {
  object-fit: contain;
}

section .slide-map-image.slider .flickity-slider .img {
  width: 33% !important;
}

.tab-post-home .text,
.tab-post-home .text {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  /* Ban đầu ẩn */
  transform: scale(0.5);
  /* Ban đầu nhỏ hơn 100% */
}

.tab-post-home .panel.active .text,
.tab-post-home .panel.active .text {
  opacity: 1;
  /* Hiện ra khi tab được chọn */
  transform: scale(1);
  /* Phóng to về kích thước ban đầu */
}

.posts-suggest .flickity-button.next {
  background: url(../images/arrow_next_green.svg) center / cover no-repeat;
  left: auto;
  right: 0px;
}

.posts-suggest .flickity-button.previous {
  background: url(../images/arrow_prev_green.svg) center / cover no-repeat;
  left: 0px;
  right: auto;
}

section .posts-suggest .flickity-button {
  width: 36px !important;
  height: 42px;
}

.posts-suggest .flickity-button svg {
  display: none;
}

.box-text {
  font-size: 100%;
}

footer .footer-logo .col-inner img {
  width: 90%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.footer-contact {
  margin: auto;
}

@media screen and (min-width: 860px) {
  .images-act .grid-img-2 {
    height: 424px !important;
  }

  .images-act .grid-img-3,
  .images-act .grid-img-4 {
    height: 302px !important;
    top: 424px !important;
  }
}

@media screen and (max-width: 1690px) {
  .tab-post-custom > ul > li {
    /* width: 350px; */
    width: 27.7rem;
  }

  .tab-post-custom > ul > li a {
    font-size: 2.75rem;
  }

  section .post-main .box.box-blog-post .box-image {
    width: 50%;
  }

  .toho-system {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1525px) {
  .tab-post-custom > ul > li {
    width: 22.9508196721vw;
  }

  .tab-post-custom > ul > li a {
    font-size: 2.4918032787vw;
  }

  .tab-post-custom.tab-post-home > ul {
    gap: 10px;
  }

  .tab-post-home ul li::after {
    content: unset;
  }
}

@media screen and (max-width: 1260px) {
  .tab-post-custom > ul > li {
    width: 35.5vw;
  }

  .tab-post-custom > ul > li a {
    font-size: 3vw;
  }

  .tab-post-custom > ul {
    gap: 7px;
  }

  .tab-post-home ul li::after {
    content: unset;
  }

  .tab-post-custom ul.nav li {
    width: 21.4285714286vw;
  }

  .toho-system {
    padding-top: 30px;
  }

  /* .custom-flickity .flickity-slider .custom-products-home.is-selected {
    width: 60% !important;
  }

  .custom-flickity .flickity-slider .custom-products-home:not(.is-selected) {
    width: 20% !important;
  } */

  .c-slide_product__wrap {
    height: calc(250 / 1260 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-logo .col-inner img {
    width: 250px;
    margin: auto;
  }

  :root {
    --fs-text-head-title: 5rem;
  }

  footer > section > .section-content > .row > .col.footer-logo {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .tab-post-custom ul.nav li {
    width: calc(50% - 1rem);
    height: 8.30078125vw;
  }

  .tab-post-custom .nav .tab a {
    font-size: 3.125vw;
  }

  footer > section > .section-content > .row > .col {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-logo .col-inner {
    border-right: none;
  }

  section .post-main .box.box-blog-post .box-image {
    width: 100% !important;
  }

  section .post-main .box.box-blog-post .box-text {
    display: unset;
    padding: 0px;
  }

  section .post-main .box.box-blog-post {
    display: flex;
    flex-direction: column;
  }

  .group-icon-social .col-inner img,
  .group-icon-social .img .img-inner {
    width: 36px;
    height: 36px;
    margin: auto;
  }

  .group-icon-social > .col {
    padding: 0px;
  }

  section .text-box-2 {
    /* left: 5%;
    transform: unset; */
  }

  .text-box-2 .text-box-content .row > div:first-of-type {
    padding-bottom: 0px;
    margin-bottom: -25px;
  }

  /* .exp.mb-50 {
    margin-bottom: -30px;
  }

  .exp .number {
    font-size: 4.5rem;
  }

  .exp .number1 {
    font-size: 2.6rem;
    top: 15px;
  }

  .exp .text {
    position: absolute;
    bottom: 0px;
    top: 70px;
    font-size: 1.2rem;
  }

  .title-ex p {
    margin-bottom: -20px;
    margin-left: 1px;
    font-size: 1.2rem;
  } */

  .row.group-icon-social .col {
    padding: 5px;
  }

  .head-title {
    font-size: var(--fs-text-head-title);
  }

  .tab-post-home .intro-excerpt {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-title1 {
    font-size: 5rem;
    line-height: 1.2;
  }

  .c-product-future {
    height: auto;
  }

  .c-slideTop.is-selected .c-product-main .c-product-main__img {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    width: 100%;
  }

  .c-slideTop.is-selected .c-product-main .c-product-main__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
  }

  .c-product-main .c-listFeature-home {
    display: none;
  }

  .custom-flickity .flickity-slider .custom-products-home:not(.is-selected) {
    width: 100% !important;
    padding: 0;
  }

  .custom-flickity .flickity-slider .custom-products-home.is-selected {
    width: 100% !important;
  }

  .custom-flickity
    .flickity-slider
    .custom-products-home
    .product-item
    > .icon
    svg {
    width: 25px;
  }

  .c-slideTop .flickity-page-dots .dot {
    width: 20px;
    height: 5px;
  }

  .c-slideTop .flickity-page-dots .dot.is-selected,
  .c-slideTop
    .slider-nav-light.slider-nav-dots-simple
    .flickity-page-dots
    .dot {
    width: 5rem;
  }

  .single-post-banner {
    padding: 5rem 3rem;
  }

  .single-post-banner .breadcrumb-section {
    font-size: 1.6rem;
  }

  .c-slide_product__wrap {
    height: calc(270 / 1024 * 100vw);
  }

  .custom-products-home .flickity-page-dots {
    bottom: 0;
  }

  .wpcf7-form input:not(.wpcf7-submit) {
    height: 38px;
  }

  .wpcf7-form textarea {
    font-size: 1.6rem;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --fs-text-head-title: 4rem;
  }

  #wrapper footer section {
    padding-top: 15px;
  }

  .first-album {
    margin-bottom: 0px !important;
  }

  .footer-logo .col-inner::after {
    content: unset;
  }

  .p-singleProducts1 .group-btn3 {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .p-singleProducts1 .c-btn3 {
    max-width: 100%;
    margin: 0px;
  }
  /* .bn-text-top .text-box {
    top: 30%;
  } */

  footer > section > .section-content > .row > .col {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  footer section > .section-content > .row {
    justify-content: center;
  }

  .footer-logo .col-inner {
    border-right: unset;
  }

  .tab-post-home .bn-text-top .text-box {
    width: 95% !important;
  }

  .img-brand .section-content .row .col {
    max-width: 50%;
  }

  .img-ecommerce .col {
    max-width: 50%;
  }

  section .slider-activities-image .slider .flickity-slider .img {
    width: 50% !important;
    max-width: 50% !important;
  }

  .menu-footer .row-menu > div {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  footer .group-icon-social > div {
    width: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }

  footer .group-icon-social {
    justify-content: center;
  }

  footer .ux-logo .ux-logo-link {
    padding: 0px;
  }

  .contact-page .contact-info,
  .contact-page .fc7 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .wpcf7-form .wpcf7-submit {
    margin: auto;
  }

  .c-title1 {
    font-size: 3rem;
  }

  .c-product-future {
    /* height: 400px; */
    height: auto;
  }

  section .section-content .toho-system .col-inner {
    margin: 10px 0px 0px 0px !important;
  }

  .single-post-banner {
    padding: 4rem 2rem;
  }

  .single-post-banner .breadcrumb-section {
    font-size: 1.4rem;
  }

  .custom-products-home .c-btn2 {
    margin: 15px auto;
  }

  .custom-flickity {
    margin: auto;
    padding: 0 1.5rem;
  }

  .c-slide_product__wrap {
    height: calc(270 / 768 * 100vw);
  }

  .c-slide2_product_item {
    text-align: center;
    width: 50%;
  }

  .custom-flickity .c-slide2_product_item .c-slide2_product__link figure {
    padding-top: 70%;
  }

  .product-item i.pre,
  .product-item i.next {
    height: auto;
  }

  .custom-flickity
    .flickity-slider
    .custom-products-home
    .product-item
    > .icon
    svg {
    width: 20px;
  }

  .images-act .grid-img-2 {
    height: auto;
  }

  .images-act .grid-img-3,
  .images-act .grid-img-4 {
    height: auto;
    top: auto;
  }

  .d-md-block {
    display: none !important;
  }

  .d-md-none {
    display: block !important;
  }

  .entry-content.single-page {
    padding: 10px 10px 0px 10px;
  }

  section.distribution_system .col-inner {
    margin: 0px !important;
  }

  .border-bottom-line .icon-box-img img,
  .border-bottom-line .icon-box-img,
  .intro-icon-box .icon-box-img img,
  .intro-icon-box .icon-box-img {
    width: 52px !important;
  }

  .tab-post-custom ul.nav li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .tab-post-custom .nav .tab a {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 640px) {
  .c-slide_product__wrap {
    height: calc(350 / 768 * 100vw);
  }
}

@media screen and (max-width: 480px) {
  .c-slide_product__wrap {
    height: calc(250 / 480 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .tab-post-custom ul.nav li:not(:last-of-type) {
    margin-bottom: 0rem !important;
  }
  .tab-post-custom ul.nav li {
    padding: 0px;
    display: flex;
  }
  .tab-post-custom ul.nav > li {
    width: 100%;
    min-height: 50px;
    height: auto;
    max-width: 100%;
  }

  .tab-post-custom .nav .tab a {
    font-size: 2.2rem !important;
    margin: auto;
  }

  section .section-content .col.first-album {
    height: 600px !important;
  }

  .c-title2 span:after {
    top: 3px;
  }
}

/* @media screen and (max-width: 1200px) {
  .tab-post-home > ul > li {
    padding: 0 10px;
  }
} */
