.header_wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 72px 0 32px;
  padding-top: 25px;
}

.section-about .cta-section {
  background-color: #0A377A;
  padding: 30px;
  position: relative;
}

.section-about .cta-section h3 {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.section-about .cta-section p {
  font-size: 32px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
}

.section-about .cta-section strong {
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
}

.section-about .cta-section .img-corner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-about .bg-main {
  margin-bottom: 20px;
}

.section-about .content-about h2 {
  font-size: 56px;
  font-weight: 300;
}

.section-about .content-about p.main-title {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.section-about .content-about a.learn-more {
  font-size: 14px;
  font-weight: 700;
}

.usp-section {
  display: flex;
}

.usp-section .usp-card {
  color: #212121;
  margin-right: 32px;
  width: calc(25% - 24px);
}

.usp-section .usp-card .usp-card-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 56px;
  width: 56px;
}

.usp-section .usp-card .usp-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.32;
  margin-top: 15px;
}

.usp-section .usp-card .usp-card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.change-website-tip[data-v-9e400326] {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 22px 26px 22px 32px;
  background: #ecf3fc;
  color: #212121;
  z-index: 1000
}

.change-website-tip .left[data-v-9e400326],
.change-website-tip[data-v-9e400326] {
  display: flex;
  align-items: center
}

.change-website-tip .left .text[data-v-9e400326] {
  font-size: 14px;
  line-height: 20px;
  margin-right: 24px
}

.change-website-tip .left .btn[data-v-9e400326] {
  color: #2073f9;
  cursor: pointer;
  font-weight: 600
}

.layout-default_header_wrapper {
  z-index: 999 !important;
  background-color: #fff;
  border-bottom: 1px solid #eee
}

.layout-default_main_header_wrapper {
  position: relative;
  z-index: 1000 !important
}

.layout-default .layout-default_header_main {
  width: 1160px;
  margin: 0 auto
}

.layout-default_header {
  z-index: 1000 !important;
  height: 60px
}

.layout-default_main {
  min-height: 350px
}

.layout-default--fixed-secondary-nav .layout-default_header {
  height: 116px
}

.layout-default--fixed-secondary-nav .header-secondary-nav {
  margin-top: 0;
  background: #fff
}

.default-header ul {
  list-style-type: none;
}

.default-header_logo-wrapper {
  display: block;
  width: inherit;
}

.default-header_logo-wrapper img {
  width: 100%;
}

.section-feedback {
  padding-top: 40px;
  margin-top: 40px;
  padding-bottom: 24px;
}

.section-feedback .section-cat__title {
  margin-bottom: 0;
}

.section-cat__title {
  margin-top: 0;
  display: flex;
  justify-content: center;
  font-size: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}

.section-feedback .card {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
  border-radius: 8px !important;
}

.section-feedback .logo img {
  max-height: 80px;
  width: auto !important;
}

.section-feedback .text {
  font-size: 14px;
}

.content_chungthuc {
  position: relative;
  overflow: hidden;
  height: 140px;
  transition: height 0.5s ease;
}

.show-more {
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  background-color: #fff;
  color: #FBBC05 !important;
}

.open-youtube {
  display: block;
  position: relative;
  width: 100%;
}

.open-youtube:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/youtube-play.png) center no-repeat;
  background-size: 50px;
}

.section-feedback .title {
  font-size: 16px;
}

.section-feedback .text {
  font-size: 14px;
}

.section-feedback a img {
  height: 186px !important;
  width: 100% !important;
  max-height: 186px;
  object-fit: cover !important;
  border-radius: 8px;
}

.section-feedback .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-60%);
  pointer-events: none;
}

.section-feedback .owl-nav .owl-prev {
  position: absolute;
  left: -73px;
  pointer-events: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-feedback .owl-nav .owl-next {
  position: absolute;
  right: -73px;
  pointer-events: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-slider #slider-home,
.section-slider #slider-home .owl-stage,
.section-slider #slider-home .owl-stage-outer,
#slider-home .slider-item {
  min-height: 450px !important;
  height: 100%;
}

.section-slider #slider-home .text-slider {
  width: 100%;
  max-width: 50%;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.section-slider #slider-home .text-title-slider {
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  margin-bottom: 25px;
}

.section-slider #slider-home .text-des-slider {
  font-size: 20px;
}

#slider-home .slider-item .container {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-cat__title {
  margin-top: 0;
  display: flex;
  justify-content: center;
  font-size: 26px;
  padding-bottom: 24px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize
}

.section-cat__title span {
  width: fit-content;
  border-bottom: 2px solid #00aeef;
  padding-bottom: 12px
}

.product-item__time {
  color: #aab2bd;
  margin: 5px 0;
  font-size: 12px;
}

.product-item__time {
  color: #aab2bd;
  margin: 5px 0;
  font-size: 12px;
}

.product-item__description {
  font-size: 14px;
  position: relative;
  height: 102px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.product-item__title a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  display: block;
  min-height: 2em;
}

.product-item__image img {
  width: 100%;
  display: block;
  object-fit: fill;
}

.section-post {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*Archive page*/
.category-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 40px;
}

.category-title .title-text {
  margin-bottom: 8px;
}

.category-title .underline {
  background: #000;
  height: 3px;
}

.list li {
  list-style-type: none;
}

.article-card_articleBox {
  display: flex;
  flex-direction: column;
}

.article-card_articleBox .article-card_imgContent {
  background-color: #eee;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.article-card_articleBox .article-card_imgContent .article-card_img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.article-card_articleBox .article-card_infoContent {
  flex: 1;
}

.article-card_articleBox .article-card_infoContent .article-card_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  line-height: 1.5;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card_articleBox .article-card_infoContent .article-card_description {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 0;
}

.article-card_articleBox .article-card_infoContent .article-card_date {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 8px;
}

.article-card_articleBox .article-card_infoContent .article-card_title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*Footer*/
.background-course {
  background: linear-gradient(45deg, rgba(1, 175, 239, 1) 0%, rgba(99, 190, 233, 1) 40%, rgba(176, 224, 246, 1) 100%);
  overflow: inherit;
  height: auto;
  border-top: 8px #00aeef solid;
}

.bg-footer-right {
  background: url(../images/footer-right.png) no-repeat 100% 15px;
  width: 100%;
  height: 100%;
}

.add-bottom {
  color: #fff;

}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.list-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons a {
  color: #fff;
  font-size: 25px;
  padding-right: 10px;
}

.list-bottom a {
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
}

.copy-right p {
  font-size: 1rem;
  color: #fff;
}

.box-img-bottom-logo {
  max-width: 300px;
}


@media screen and (min-width: 765px) {
  .mainContainer .featureContent .list li[data-v-099c4f38]:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .mainContainer .featureContent .list li[data-v-099c4f38] {
    margin-bottom: 10px;
    width: 32%;
  }

  .mainContainer .featureContent .list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  footer .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1599px) {
  .list-bottom a {
    font-size: 1em;
  }
}


@media only screen and (max-width: 767px) {
  .section-slider #slider-home .text-slider {
    max-width: unset;
  }
}

.socialfollow {
  /* float: none; */
  /* clear: both; */
  /* margin: 10px 0; */
}

.socialfollow a:first-of-type {
  margin-left: 0;
}

.socialfollow a {
  background: rgba(255, 2555, 255, 0.4);
}

.socialfollow a {
  border-radius: 8px;
  padding: 8px;
  margin-right: 7px;
  transition: .3s all;
}

.socialfollow a {
  width: 35px;
  height: 36px;
  text-align: center;
  padding: 8px;
  float: left;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
  color: #888;
}

.socialfollow a.zalo {
  padding: 2px
}

.socialfollow a svg {
  width: 100%;
  height: 100%;
}

.widget .socialfollow svg {
  height: 18px;
}

.socialfollow a.facebook:hover {
  background: #3b5996;
}

.socialfollow a.youtube:hover {
  background: #cb322c;
}

.socialfollow a.instagram:hover {
  background: #457399;
}

.socialfollow a.zalo:hover {
  background: #457399;
}

.single .single_add_to_cart_button {
  background-color: #805100 !important;
}

.woocommerce ul.products li.product a img {
  min-height: 243px;
  object-fit: cover;
}

.woocommerce span.onsale {
  background-color: #805100 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #805100 !important;
}

.woocommerce-page .site-main {
  margin-top: 125px !important;
}

/* Main Layout */
.main-layout {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 2rem;
  margin-top: 140px;
  margin-bottom: 50px;
}

/* Main Content */
.main-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(128, 81, 0, 0.1);
  overflow: hidden;
  padding-top: 0;
}

.hero-section {
  position: relative;
  background: linear-gradient(rgba(128, 81, 0, 0.6), rgba(128, 81, 0, 0.4)), url('/placeholder.svg?height=400&width=800');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 20px 15px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff8e7;
}

.hero-content p {
  font-size: 1.2rem;
  max-width: 600px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff8e7;
}

.content-section {
  padding: 2rem;
}

.section-title {
  font-size: 2rem;
  color: #805100;
  margin-bottom: 1rem;
  border-bottom: 3px solid #805100;
  padding-bottom: 0.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.service-card {
  background: #fff8e7;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #805100;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #e6d4a3;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(128, 81, 0, 0.2);
  background: #fff;
}

.service-card h3 {
  color: #805100;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.service-card p {
  color: #5a4000;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.portfolio-item {
  position: relative;
  height: 200px;
  background: url('/placeholder.svg?height=200&width=200');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  border: 2px solid #e6d4a3;
}

.portfolio-item:hover {
  transform: scale(1.05);
  border-color: #805100;
}

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(128, 81, 0, 0.9));
  color: white;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.portfolio-item:hover .portfolio-overlay {
  transform: translateY(0);
}

.portfolio-overlay h4 {
  color: #fff8e7;
  margin-bottom: 0.3rem;
}

.portfolio-overlay p {
  color: #ffcc66;
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-widget {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(128, 81, 0, 0.1);
  border: 1px solid #e6d4a3;
}

.widget-title {
  font-size: 1.3rem;
  color: #805100;
  margin-bottom: 1rem;
  border-bottom: 2px solid #805100;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.category-list {
  list-style: none;
  padding-left: 0;
}

.category-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0e6cc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list a {
  color: #5a4000;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

.category-list a:hover {
  color: #805100;
}

.post-count {
  background: #805100;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.recent-post {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f0e6cc;
}

.recent-post:last-child {
  border-bottom: none;
}

.post-thumbnail {
  width: 60px;
  height: 60px;
  background: url('/placeholder.svg?height=60&width=60');
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  flex-shrink: 0;
  border: 2px solid #e6d4a3;
}

.post-thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}

.post-thumbnail a img {
  width: 100%;
  height: 100%;
}

.post-info h4 {
  font-size: 0.9rem;
  color: #805100;
  margin-bottom: 0.3rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 0;
}

.post-info h4:hover {
  color: #a66800;
  cursor: pointer;
}

.post-date {
  font-size: 0.8rem;
  color: #996600;
}

.contact-info {
  background: linear-gradient(135deg, #805100, #a66800);
  color: white;
  text-align: center;
}

.contact-info h3 {
  margin-bottom: 1rem;
  color: #fff8e7;
}

.contact-item {
  margin: 0.5rem 0;
  font-size: 1.1rem;
  color: #fff8e7;
  line-height: 1.2em;
}

/* About section styling */
#about p {
  margin-bottom: 1rem;
  color: #5a4000;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  body {
    padding: 1rem 0;
  }

  .main-layout {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

/* Additional styling for better visual hierarchy */
.service-card:nth-child(even) {
  background: #f5f0e6;
}

.service-card:nth-child(even):hover {
  background: #fff;
}

/* Accent elements */
.accent-line {
  height: 3px;
  background: linear-gradient(90deg, #805100, #ffcc66, #805100);
  margin: 1rem 0;
  border-radius: 2px;
}

/* Search widget */
.search-widget {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #e6d4a3;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: border-color 0.3s;
}

.search-input:focus {
  outline: none;
  border-color: #805100;
}

.search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #805100;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.search-btn:hover {
  background: #a66800;
}

.woocommerce div.product .product_title {
  font-size: 26px;
}

.mainContainer.container-large {
  margin-top: 145px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-numbers li {
  margin: 0;
}

.page-numbers a,
.page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Default page numbers */
.page-numbers a {
  background-color: #fff;
  color: #805100;
  border-color: #e5e5e5;
}

.page-numbers a:hover {
  background-color: #805100;
  color: #fff;
  border-color: #805100;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(128, 81, 0, 0.3);
}

/* Current page */
.page-numbers .current {
  background-color: #805100;
  color: #fff;
  border-color: #805100;
  cursor: default;
  box-shadow: 0 2px 8px rgba(128, 81, 0, 0.4);
}

/* Dots/ellipsis */
.page-numbers .dots {
  background: none;
  border: none;
  color: #666;
  cursor: default;
  font-weight: bold;
}

/* Next/Previous buttons */
.page-numbers .next,
.page-numbers .prev {
  background-color: #805100;
  color: #fff;
  border-color: #805100;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.page-numbers .next:hover,
.page-numbers .prev:hover {
  background-color: #664000;
  border-color: #664000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(128, 81, 0, 0.4);
}

/* Responsive design */
@media (max-width: 768px) {
  .page-numbers a,
  .page-numbers span {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 14px;
  }
  
  .page-numbers .next,
  .page-numbers .prev {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .mainContainer.container-large {
    margin-top: 60px;
  }
}

/* Focus states for accessibility */
.page-numbers a:focus {
  outline: 2px solid #805100;
  outline-offset: 2px;
}