@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: 20px !important;
}
.section-title-container .section-title {
  border-bottom: 0;
}
.section-title-container .section-title b {
  height: 0px;
  opacity: 0;
}
.section-title-container .section-title .section-title-main {
  border-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
}

.button {
  font-weight: 400 !important;
}
.button.white {
  padding: 0px 40px;
  color: #000;
}
.button.white:hover {
  box-shadow: none;
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
}

.list-product-in ul {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  list-style: none;
}
.list-product-in ul li {
  margin-left: 0;
  text-align: left;
}
.list-product-in ul li::before {
  content: "\f336";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: bold;
  color: var(--fs-color-success);
}

#ecg-help-popup {
  padding: 30px;
  border-radius: 10px;
}
#ecg-help-popup .mfp-close {
  color: var(--fs-color-primary);
  opacity: 1;
  mix-blend-mode: unset;
}
#ecg-help-popup .popup-content {
  max-height: 80vh;
  overflow-y: auto;
}
#ecg-help-popup p {
  margin-bottom: 10px;
}
#ecg-help-popup ul {
  margin-left: 20px;
}
#ecg-help-popup a {
  display: inline-block;
  margin-bottom: 10px;
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}
#ecg-help-popup a:hover {
  background-color: var(--fs-color-secondary);
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
  color: var(--fs-color-primary);
  fill: var(--fs-color-primary);
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
}

.flickity-page-dots .dot {
  border: 0 !important;
}

.list-check ul {
  list-style: none;
  margin-left: 0;
}
.list-check ul li {
  margin-left: 20px;
  position: relative;
}
.list-check ul li::before {
  content: "\f336";
  position: absolute;
  left: -20px;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color: var(--fs-color-primary);
}

.list-number ul {
  list-style: none;
  margin-left: 0;
}
.list-number ul li {
  margin-left: 40px !important;
  position: relative;
  counter-increment: li;
  margin-bottom: 20px;
}
.list-number ul li::before {
  content: counter(li);
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#cpt-page-title {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
#cpt-page-title .archive-header-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#cpt-page-title .page-title-inner {
  min-height: 300px;
  justify-content: center;
  display: flex;
  align-items: center;
}
#cpt-page-title .page-title h1 {
  color: #fff;
  font-size: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.row-box_style .box {
  background-color: #f5fbfb;
  border-radius: 10px;
  padding: 10px;
}
.row-box_style .box-image img {
  border-radius: 10px;
}
.row-box_style .box:hover {
  background-color: var(--fs-color-secondary);
}
.row-box_style .box:hover .box-text h3 {
  color: #fff;
}

.marquee__inner-2 {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 150s linear infinite;
  will-change: transform;
  gap: 30px;
}

.marquee__span {
  text-align: center;
  color: var(--fs-color-primary);
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem;
  line-height: 125%;
}

.ecg_marquee {
  transform: rotate(1.2deg);
  transform-origin: center;
  overflow: visible;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#header .header-wrapper.stuck {
  background-color: var(--fs-color-primary);
}
#header .header-bg-container {
  display: none;
}
#header .header-top .flex-col {
  overflow: hidden;
  background-color: #c9c6ec;
  padding: 5px 0;
}
#header .header-top .flex-col .marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 150s linear infinite;
  will-change: transform;
  gap: 16px;
}
#header .header-top .flex-col .marquee__inner span {
  text-align: center;
  color: var(--fs-color-primary);
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
}
#header #masthead .ux-search-box #woocommerce-product-search-field-0 {
  border-width: 1px;
  padding-left: 20px;
  font-size: 1rem;
  height: 45px;
  border-radius: 4px;
  outline: 1px solid rgba(12, 10, 31, 0.2);
}
#header #masthead .flex-col .nav {
  justify-content: center;
}
#header #masthead .account-item .icon-user {
  font-size: 26px;
}
#header #masthead .account-item .icon-user::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
}

.ecg_duhoc .box-image img {
  border-radius: 10px;
  overflow: hidden;
}
.ecg_duhoc .box-text {
  padding-top: 0;
  margin-top: -33px;
}
.ecg_duhoc .box-text .icon-box-img {
  border-radius: 100px;
  overflow: hidden;
}
.ecg_duhoc .box-text .icon-box-img img {
  padding-top: 0;
}

.page-id-3163 img {
  border-radius: 10px;
  overflow: hidden;
}
.page-id-3163 .ecg_chos_m .box {
  padding: 10px;
  border-radius: 10px;
  background-color: #f5fbfb;
}
.page-id-3163 .ecg_chos_m .box .icon-box-img img {
  padding-top: 0;
}
.page-id-3163 .ecg_chos_m .box-text .box-text-inner h3 {
  color: #333;
}

.ecg_contact {
  margin-top: -80px;
}
.ecg_contact .col-inner {
  padding: 30px;
  border-radius: 10px;
  background-color: #f5fbfb;
}
.ecg_contact .col-inner strong {
  color: var(--fs-color-primary);
}
.ecg_contact .col-inner p {
  margin-bottom: 10px;
}
.ecg_contact .col-inner p i {
  color: var(--fs-color-primary);
}

.ecg_contact_bottom .contact-fast {
  background: #f8fdfd;
  padding: 40px;
  border-radius: 10px;
}
.ecg_contact_bottom .contact-fast h3 {
  font-size: 28px;
  font-weight: 700;
  color: #555;
  margin-bottom: 25px;
}
.ecg_contact_bottom .contact-fast .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
.ecg_contact_bottom .contact-fast .form-group {
  flex: 1;
  min-width: 200px;
}
.ecg_contact_bottom .contact-fast input,
.ecg_contact_bottom .contact-fast textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s;
}
.ecg_contact_bottom .contact-fast input:focus,
.ecg_contact_bottom .contact-fast textarea:focus {
  border-color: #00aef0;
  outline: none;
}
.ecg_contact_bottom .contact-fast textarea {
  min-height: 120px;
  resize: vertical;
}
.ecg_contact_bottom .contact-fast .btn {
  display: inline-block;
  background: #00aef0;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.ecg_contact_bottom .contact-fast .btn:hover {
  background: #008cc9;
}
.ecg_contact_bottom iframe {
  border-radius: 10px;
  overflow: hidden;
}

.page_contact ul {
  margin-bottom: 0;
  list-style: none;
}
.page_contact ul li {
  margin-left: 0 !important;
}
.page_contact ul li i {
  color: var(--fs-color-secondary);
}

.ecg_category .box-image {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .ecg_box .col {
    padding-bottom: 0;
  }
}
.ecg_box .icon-box {
  align-items: center;
}

.post-item .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.post-item .box-text {
  padding: 10px 20px 20px 20px;
}
.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 .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 .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .box-text .button {
  margin-top: 0;
  color: #fff;
  border-radius: 5px;
}

.ecg-scholarship .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.ecg-scholarship .box-image {
  text-align: center;
}
.ecg-scholarship .box-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}
.ecg-scholarship .box-image .icon-edu {
  width: 60px;
  background-color: var(--fs-color-primary);
  height: 60px;
  border-radius: 100px;
  z-index: 1222;
  margin: -30px auto 0;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ecg-scholarship .box-image .icon-edu svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  color: #fff;
}
.ecg-scholarship .box-text .post-title {
  font-size: 1.2rem;
  text-align: center;
}
.ecg-scholarship .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
}
.ecg-scholarship .box-text .meta-item ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ecg-scholarship .box-text .meta-item ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.ecg-scholarship .box-text .meta-item ul li i {
  color: var(--fs-color-secondary);
  width: 20px;
  text-align: center;
}

.scholarship-page-wrapper .scholarship-list .post-item .col-inner .box-text {
  background-color: #f5fbfb;
}
.scholarship-page-wrapper .page-numbers {
  margin-bottom: 20px;
}

.blog-archive {
  padding-top: 0 !important;
  margin-top: -90px;
}
.blog-archive .page-title-inner {
  padding-top: 50px !important;
}

.widget_search .search-field {
  border: 1px solid #000;
  box-shadow: none;
  padding-left: 50px;
}
.widget_search .flex-col:nth-child(2) {
  position: absolute;
  left: 0;
  background-color: transparent;
}
.widget_search .flex-col:nth-child(2) .ux-search-submit {
  background-color: transparent;
  border: none;
  color: #000;
}

.product-small .box {
  border-radius: 10px;
  overflow: hidden;
}
.product-small .box .category {
  display: none;
}
.product-small .box-text {
  background-color: #fff;
  text-align: left;
  padding: 20px 10px;
}
.product-small .box-text .product-title {
  margin-bottom: 10px;
}
.product-small .box-text .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  min-height: 43px;
}
.product-small .box-text .price-wrapper .price {
  font-size: 1.2rem;
}
.product-small .box-text .price-wrapper .price .amount {
  color: var(--fs-color-primary);
}

.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;
}

#footer .footer_main .ux-logo-link {
  padding-left: 0 !important;
}
#footer .footer_bottom p {
  margin-bottom: 0;
}

.absolute-footer.dark {
  display: none;
}/*# sourceMappingURL=style.css.map */