@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.section-title-container {
  margin-bottom: 10px !important;
}
.section-title-container .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #545454;
}
.section-title-container .section-title b {
  height: 0px;
  opacity: 0;
}
.section-title-container .section-title .section-title-main {
  border-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-title h1 {
  font-size: 3rem;
  position: relative;
}
.icon-title h1::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--fs-color-secondary);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.icon-title .icon-box-img {
  margin-bottom: 0 !important;
}

.button.is-link {
  margin-top: 0;
}
.button:not(.is-link, .icon) {
  font-weight: 600 !important;
  font-size: 0.8rem;
  padding: 7px 20px !important;
}
.button:not(.is-link, .icon).white {
  padding: 0px 40px;
  color: #000;
}
.button:not(.is-link, .icon).white:hover {
  box-shadow: none;
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
}

/* Animation: tada */
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animated {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.tada {
  animation-name: tada;
  animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .animated.tada {
    animation: none !important;
  }
}
.ecg_title h2 {
  color: var(--fs-color-primary)!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.ecg_title h2 strong {
  color: #000;
}
.ecg_title_header{
  color: var(--fs-color-primary);
  font-size:1.8em;
  font-family: "Roboto Slab", sans-serif;
}
.ecg_title_header_sub{
  color: #000;
}
@media (max-width: 767px) {
  .ecg_title h3 {
    font-size: 1.5rem;
  }
}
.ecg_title .btn-title {
  position: absolute;
  right: 0;
  top: 17px;
}

.dark .ecg_title h3 {
  color: #fff;
}
.dark .ecg_title h3 strong {
  color: var(--fs-color-primary);
}

.star-rating span:before {
  color: var(--fs-color-primary) !important;
}

#contact-wrapper {
  position: fixed;
  bottom: 60px;
  right: 35px;
  z-index: 1000;
}
.booking-form p{
  margin-top: 10px!important;
}
@media (max-width: 767px) {
  #contact-wrapper {
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    background: #fff;
    width: 100%;
    justify-content: space-around;
  }
  #contact-wrapper .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    margin-top: 10px;
  }
}
#contact-wrapper .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#contact-wrapper .contact-item .contact-item-icon {
  width: 60px;
  height: 60px;
  position: relative;
}
#contact-wrapper .contact-item:hover .list_map {
  display: block;
}
#contact-wrapper .contact-item .list_map {
  position: absolute;
  top: 0;
  right: 63px;
  width: 330px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}
#contact-wrapper .contact-item .list_map ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-wrapper .contact-item .list_map ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#contact-wrapper .contact-item .list_map ul li:last-child {
  border-bottom: none;
}

#header .header-main .nav > li > a {
  font-weight: 400;
}
#header #top-bar .flex-col .header-contact {
  display: flex;
  gap: 20px;
  list-style: none;
}
#header #top-bar .flex-col .header-contact li {
  position: relative;
  font-size: 1rem;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 15px 0;
}
#header #top-bar .flex-col .header-contact li span {
  position: absolute;
  left: 15px;
  margin: 0 auto;
  top: -15px;
  margin: auto;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--fs-color-primary);
  padding: 0 10px;
}
#header #masthead .flex-right {
  width: 196px;
}
#header #masthead .header-nav {
  justify-content: center;
}
#header #masthead h2 {
  color: var(--fs-color-secondary);
}

.ecg_counter .text p {
  margin-bottom: 0;
}
.ecg_counter .text .count-up {
  font-size: 4rem;
  color: var(--fs-color-secondary);
}
.ecg_counter .text h4 {
  font-size: 1.5rem;
}

.ecg_about-text .icon-box {
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}
.ecg_about-text .icon-box-img img {
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
}

.ecg_booking .col-right .wpcf7 {
  padding: 20px 20px;
  background-color: #fffef3;
  border-radius: 10px;
}
.ecg_booking .col-right .wpcf7 h3 {
  margin-bottom: 0;
  text-align: center;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form p {
  margin-bottom: 0px;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form > p {
  margin-bottom: 10px;
  text-align: center;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form label {
  font-weight: 300;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form input,
.ecg_booking .col-right .wpcf7 .wpcf7-form select,
.ecg_booking .col-right .wpcf7 .wpcf7-form textarea {
  box-shadow: none;
  border-radius: 2px;
  width: 100%;
  height: 35px;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form textarea {
  min-height: 50px;
}
.ecg_booking .col-right .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.ecg_booking .col-right .wpcf7 form {
  margin-bottom: 0;
}
.ecg_booking .col-right .wpcf7 .wpcf7-submit {
  margin-bottom: 0;
}

.row-map {
  position: relative;
  padding-top: 20px;
}
.row-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #deffee 0%, #ffffff 60%);
  z-index: -1;
}
.row-map .button {
  font-size: 1rem;
  width: 100%;
}
.row-map table {
  border-collapse: separate !important;
  border-radius: 20px;
  border-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .row-map table {
    font-size: 1.125rem;
  }
}
.row-map table tbody tr:first-child td {
  padding: 15px 25px;
  background-color: #00a651;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.row-map table tbody tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.row-map table tbody tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .row-map table tbody tr:first-child td {
    padding: 12px 10px;
  }
}
.row-map table tbody tr:nth-child(even) {
  background-color: transparent;
}
.row-map table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.row-map table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.row-map table tbody tr td {
  padding: 15px;
  border: 0.5px solid #d2d2d2;
  font-size: 1.1rem;
  font-weight: 600;
}

.row-nggl table {
  border-collapse: separate !important;
  border-radius: 20px;
  border-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .row-nggl table {
    font-size: 1.125rem;
  }
}
.row-nggl table tbody tr:first-child td {
  padding: 15px 25px;
  background-color: #00a651;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.row-nggl table tbody tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.row-nggl table tbody tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .row-nggl table tbody tr:first-child td {
    padding: 12px 10px;
  }
}
.row-nggl table tbody tr:nth-child(even) {
  background-color: transparent;
}
.row-nggl table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.row-nggl table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.row-nggl table tbody tr td {
  padding: 15px;
  border: 0.5px solid #d2d2d2;
  font-size: 1.1rem;
  font-weight: 600;
}

.row-dia-diem .ecg_diemdon h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00a651;
  text-align: left;
}
.row-dia-diem .ecg_diemdon h3::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #00a651;
  font-size: 1rem;
}
.row-dia-diem .ecg_diemdon ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.row-dia-diem .ecg_diemdon li {
  position: relative;
  margin-bottom: 0;
  padding: 7px 0;
  font-weight: 600;
}
.row-dia-diem .ecg_diemdon li:hover {
  color: var(--fs-color-primary);
}
.row-dia-diem .ecg_diemdon li:hover::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
.row-dia-diem .ecg_diemdon li:before {
  position: absolute;
  left: -13px;
  top: 5px;
  width: 2px;
  height: 100%;
  background-color: #333333;
  content: "";
}
.row-dia-diem .ecg_diemdon li::after {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #333333;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -19px;
  content: "";
}
.row-dia-diem .col-left .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row-dia-diem .col-left .col-inner .ecg_title ul {
  list-style: none;
}
.row-dia-diem .col-left .col-inner .ecg_title ul li {
  margin-left: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #00a651;
}

.ecg_huongdan .ecg-show-more {
  text-align: center;
  color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 1rem;
  display: flex !important;
  flex-direction: column-reverse;
  margin-top: 10px;
  color: #00a651;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  position: relative;
}
.ecg_huongdan .ecg-show-more i {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

.ecg_banner .html5-main-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.ecg_noithat .col-left h3 {
  font-size: 1.7rem;
}
.ecg_noithat .col-left ul li {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fa541c;
}

.ecg_submit .icon-box {
  margin-bottom: 20px;
  align-items: center;
}
.ecg_submit .icon-box .icon-box-img {
  background-color: var(--fs-color-primary);
  border-radius: 100%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecg_submit .icon-box .icon-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ecg_submit label {
  font-weight: 400;
}

.ecg_tester .slider .col .col-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.ecg_tester .testimonial-box .icon-box-text .testimonial-meta {
  padding-top: 0;
}
.ecg_tester .testimonial-box .icon-box-text .testimonial-meta .testimonial-name-divider {
  display: none;
}
.ecg_tester .testimonial-box .icon-box-text .testimonial-meta .testimonial-company {
  display: block;
  color: #00944a;
}
.ecg_tester .testimonial-box .icon-box-text .testimonial-meta .testimonial-company::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: bold;
  color: #00944a;
}

.ecg_faq .accordion .accordion-item .accordion-title {
  padding-left: 10px;
}
.ecg_faq .accordion .accordion-item .accordion-inner {
  padding-left: 10px;
}
.ecg_faq .accordion .accordion-item .toggle {
  right: 0;
  left: unset;
}

.recent-blog-posts-li {
  margin-bottom: 0px !important;
}
.recent-blog-posts-li .badge {
  width: 60px !important;
  height: 60px !important;
}

.widget .searchform .ux-search-submit {
  background-color: var(--fs-color-primary) !important;
}
.widget .is-divider {
  width: 100% !important;
  max-width: 100% !important;
  height: 1px;
  background-color: var(--fs-color-primary) !important;
}
.widget .widget-title span {
  color: var(--fs-color-secondary) !important;
}

.post-item .box {
  overflow: hidden;
}
.post-item .box-text {
  padding: 10px 0;
}
.post-item .box-text .post-title {
  font-size: 1.2rem;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.post-item .box-text .cat-label {
  background-color: var(--fs-color-secondary);
  opacity: 1;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .post-meta::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: bold;
  color: var(--fs-color-primary);
}
.post-item .box-text .button {
  margin-top: 0;
  color: #fff;
  border-radius: 5px;
}

#cpt-page-title .page-title-inner {
  margin-bottom: 20px;
  padding-top: 0;
}
#cpt-page-title .page-title-inner .page-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.blog-archive {
  padding-top: 0;
}

.single-post .entry-content a {
  color: var(--fs-color-primary) !important;
}
.single-post .entry-meta-author {
  margin-bottom: 10px;
}
.single-post .entry-meta-author a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-post .entry-meta-author a img {
  border-radius: 50%;
}
.single-post .entry-meta-author a .meta-author-name span {
  display: block;
}
.single-post .entry-meta-author a .meta-author-name .meta-author-name {
  color: var(--fs-color-secondary);
  font-size: 1rem;
  font-weight: 600;
}
.single-post .entry-meta-author a .meta-author-name .meta-author-name-separator {
  color: #00944a;
}
.single-post .entry-header-text {
  border-bottom: 1px solid #ddd;
}
.single-post .entry-header-text .entry-title-container .entry-category {
  font-size: 1rem;
}
.single-post .entry-header-text .entry-title-container .entry-category a {
  color: var(--fs-color-secondary);
}
.single-post .entry-header-text strong {
  color: var(--fs-color-secondary);
}
.single-post .entry-header-text .rank-math-breadcrumb p {
  font-size: 0.8rem;
  color: #666;
}
.single-post .entry-header-text .rank-math-breadcrumb p a,
.single-post .entry-header-text .rank-math-breadcrumb p span {
  font-weight: 200;
  color: #999;
}
.single-post .entry-meta,
.single-post .meta-author-name {
  font-size: 0.8rem;
  color: #999;
  text-transform: none;
}
.single-post .entry-meta .author img,
.single-post .meta-author-name .author img {
  border-radius: 50%;
}
.single-post .eg-related-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.single-post .entry-content {
  counter-reset: h2-counter;
}
.single-post .entry-content h2 {
  position: relative;
  margin-bottom: 20px;
  min-height: 60px;
  --num-size: 4rem;
  --num-gap: 12px;
  padding-left: calc(var(--num-size) + var(--num-gap));
  color: var(--fs-color-secondary);
}
.single-post .entry-content h2::before {
  counter-increment: h2-counter;
  content: counter(h2-counter);
  position: absolute;
  left: 0;
  top: 0%;
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: var(--num-size);
  line-height: 1;
  width: var(--num-size);
  text-align: center;
}
.single-post #ez-toc-container a {
  color: var(--fs-color-secondary) !important;
}
.single-post .class-author {
  margin-top: 20px;
}
.single-post .class-author .author {
  background-color: var(--bricks-color-xqrjdb);
  border: 1px solid var(--fs-color-primary);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 0 4px rgba(255, 166, 51, 0.2196078431);
}
.single-post .class-author .author .author-top {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .single-post .class-author .author .author-top {
    flex-direction: column;
    align-items: center;
  }
}
.single-post .class-author .author .author-top .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.single-post .class-author .author .author-top .author-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-post .class-author .author .author-top .author-name {
  width: calc(100% - 60px);
}
.single-post .class-author .author .author-top .author-name .short-des{
  font-size: 10px;
}
.single-post .class-author .author .author-top .author-name h3 {
  margin-bottom: 0;
}
.single-post .class-author .author .author-top .author-name .author-job {
  margin-bottom: 0;
}
.single-post .class-author .author .author-top .author-social {
  width: 46%;
  gap: 20px;
  display: flex;
  text-align: right;
}
.single-post .class-author .author .author-top .author-social p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-post .class-author .author .author-top .author-social {
    width: 100%;
  }
}
.single-post .class-author .author .author-top .author-social ul {
  margin-bottom: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}
.single-post .class-author .author .author-top .author-social ul li {
  margin-left: 0px;
}
.single-post .banner-ads-image {
  margin-top: 20px;
}
.single-post .faq-blog {
  margin-top: 20px;
}

.product-small.col .col-inner {
  border: 1px solid #d2ccc9;
  padding: 30px !important;
}
.product-small.col .box {
  overflow: hidden;
}
.product-small.col .box .category {
  display: none;
}
.product-small.col .box-text {
  text-align: left;
  padding: 20px 10px;
}
.product-small.col .box-text .product-title {
  margin-bottom: 10px;
}
.product-small.col .box-text .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  color: var(--fs-color-primary);
}
.product-small.col .box-text .price-wrapper .price {
  font-size: 1.2rem;
}
.product-small.col .box-text .price-wrapper .price .amount {
  font-weight: 200;
  color: var(--fs-color-secondary);
}

.prouct-left .product-thumbnails .col {
  flex-basis: 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}

.prouct-right .price span.amount {
  font-size: 2rem;
  color: var(--fs-color-secondary);
}
.prouct-right .variations_form select {
  box-shadow: none;
  height: 43px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff;
}
.prouct-right .single_add_to_cart_button {
  border: 1px solid #000;
  padding: 0 30px;
  background-color: #fff !important;
  width: 50%;
  border-radius: 100px;
  overflow: hidden;
  color: #000;
  text-transform: none;
}
.prouct-right .single_add_to_cart_button:hover {
  background-color: var(--fs-color-primary) !important;
  box-shadow: none;
  opacity: 1;
  color: #fff;
}
.prouct-right label {
  font-size: 1rem;
}
.prouct-right .quantity {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid rgba(12, 10, 31, 0.2);
  border-radius: 100px;
}
.prouct-right .quantity .button {
  width: 64px;
  background: #fff;
  height: 45px;
  border: none;
  box-shadow: unset;
}
.prouct-right .quantity .input-text {
  background: #fff;
  width: 64px;
  height: 45px;
  border: none;
  box-shadow: unset;
}
.prouct-right .product-title {
  font-size: 1.4rem;
}
.prouct-right .single_variation_wrap {
  display: flex;
}
.prouct-right .single_variation_wrap .quantity {
  flex: unset;
}
.prouct-right .single_variation_wrap .single_add_to_cart_button {
  flex: unset;
}
.prouct-right .product-page-accordian .accordion-item .accordion-title {
  padding-left: 0;
  border-top: 0;
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.prouct-right .product-page-accordian .accordion-item .accordion-title .toggle {
  right: 0;
  left: unset;
}

.related-products-wrapper.product-section {
  border-top: 0;
  margin-top: 30px;
}
.related-products-wrapper.product-section .product-section-title {
  text-align: center;
}

.author .banner-author {
  padding: 50px 0;
  background-color: #191a1f;
  background-image: url(/wp-content/uploads/2025/11/background_author.webp);
}
.author .banner-author .banner-author-title {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.author .banner-author .author-job {
  font-size: 2.2rem;
}
.author .banner-author .author-short-des ul {
  list-style: none;
}
.author .banner-author .author-short-des ul li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border-top: 0;
}
.author .banner-author .author-short-des ul li::before {
  content: "\f005";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #fff;
  font-size: 1rem;
}
.author #ecg-submenu {
  background-color: #fff;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.author #ecg-submenu .menu-submenu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 0;
  padding: 15px 0;
}
.author #ecg-submenu .menu-submenu li {
  margin-bottom: 0;
}
.author #ecg-submenu .menu-submenu li a {
  color: #000;
}
.author #ecg-submenu .menu-submenu li a:hover {
  color: var(--fs-color-primary);
}
.author #ecg-gioi-thieu {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .author #ecg-gioi-thieu {
    padding-top: 30px;
  }
}
.author #ecg-trinh-do {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .author #ecg-trinh-do {
    padding-top: 30px;
  }
}
.author #ecg-trinh-do .section-title {
  text-align: center;
}
.author #ecg-trinh-do .professional-text {
  text-align: center;
}
.author #ecg-trinh-do .professional-list {
  margin-top: 30px;
}
.author #ecg-trinh-do .professional-list .pro-item {
  border-radius: 12px;
  background-blend-mode: overlay;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/11/Certificed-Card-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  color: #fff;
  font-weight: 600;
  min-height: 152px;
  justify-content: flex-start;
}
.author #ecg-trinh-do .professional-list .pro-item img {
  margin-bottom: 10px;
}
.author #ecg-hanh-trinh {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .author #ecg-hanh-trinh {
    padding-top: 30px;
  }
}
.author #ecg-hanh-trinh .ecg_title {
  text-align: center;
}
.author #ecg-hanh-trinh .story-html {
  border: 1px solid #11324d;
  border-radius: 12px;
  padding-top: 20px;
  padding-right: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  max-height: 490px;
  overflow: scroll;
}
.author #ecg-su-menh {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .author #ecg-su-menh {
    padding-top: 30px;
  }
}
.author #ecg-su-menh .ecg_title {
  text-align: center;
  margin-bottom: 30px;
}
.author #ecg-su-menh .target-item {
  border-radius: 12px;
  background-blend-mode: overlay;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/11/Certificed-Card-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
  min-height: 152px;
  justify-content: flex-start;
}
.author #ecg-su-menh .target-item img {
  margin-bottom: 20px;
}
.author #ecg-bai-viet {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .author #ecg-bai-viet {
    padding-top: 30px;
  }
}
.author #ecg-bai-viet .ecg_title {
  text-align: center;
}
.author #ecg-most-viewed .ecg_title {
  text-align: center;
}
.author .title-author-posts {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--fs-color-primary);
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .author .title-author-posts {
    font-size: 1.2rem;
  }
}
.author .ecg_title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .author .ecg_title {
    font-size: 1.4rem;
  }
}
.author .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.author .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  background: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
}
.author .nav-links .page-numbers:hover {
  color: #fff;
  border-color: var(--fs-color-primary);
  background: var(--fs-color-primary);
}
.author .nav-links .page-numbers.current {
  color: #fff;
  border-color: var(--fs-color-primary);
  background: var(--fs-color-primary);
}
.author .nav-links .page-numbers.prev, .author .nav-links .page-numbers.next {
  padding: 0 14px;
}

#footer .contact > ul {
  list-style: none;
}
#footer .contact > ul > li {
  margin-left: 0;
  font-size: 1.2rem;
  padding-bottom: 0px;
}
#footer .contact > ul > li + li {
  border-top: 1px solid #c7c7c7;
}
#footer .contact > ul > li ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .contact > ul > li ul li {
  margin-left: 20px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0;
}
#footer .contact > ul > li ul li:nth-child(1)::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--fs-color-primary);
  font-size: 1rem;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .contact > ul > li ul li:nth-child(2)::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--fs-color-primary);
  font-size: 1rem;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.absolute-footer {
  border-top: 1px solid #545454;
}/*# sourceMappingURL=style.css.map */