@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 {
  background-color: transparent;
}
.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;
}

#header .header-wrapper.stuck {
  background-color: #fff;
}
#header .header-bg-container {
  display: none;
}
#header #masthead .searchform .search-field {
  border: 1px solid var(--fs-color-primary);
  border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  font-size: 0.8rem;
  color: var(--fs-color-primary);
}
#header #masthead .searchform .search-field:focus {
  border-color: var(--fs-color-secondary);
}
#header #masthead .flex-right .col {
  padding-bottom: 0 !important;
}
#header #masthead .flex-right .col .icon-box .icon-box-text {
  padding-left: 10px;
}
#header #masthead .flex-right .col .icon-box .icon-box-text p {
  font-size: 0.6rem;
}
#header #masthead .flex-right .col .icon-box .icon-box-text p strong {
  font-size: 0.8rem;
}
#header #masthead .flex-right .col .icon-box.header-contact {
  min-width: 220px;
}
#header #wide-nav {
  background-color: transparent;
  margin-bottom: -30px;
}
#header #wide-nav .flex-col {
  background-color: #6ec1e4;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
#header #wide-nav .flex-col ul {
  justify-content: space-evenly !important;
}

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

.mbws_help .row-icon .col-inner {
  padding: 30px;
  border-radius: 10px;
  background-color: #f5fbfb;
  cursor: pointer;
}
.mbws_help .row-icon .col-inner .text-data {
  display: none;
}
.mbws_help .row-icon .col-inner .icon-box-img svg {
  fill: var(--fs-color-primary);
  color: var(--fs-color-primary);
}
.mbws_help .row-icon .col-inner .icon-box-text p {
  font-size: 1.2rem;
  font-weight: 600;
}
.mbws_help .row-icon .col-inner:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.mbws_help .row-icon .col-inner:hover svg {
  fill: #fff;
  color: #fff;
}
.mbws_help .row-icon .col:nth-child(5) .col-inner .icon-box-img svg, .mbws_help .row-icon .col:nth-child(6) .col-inner .icon-box-img svg, .mbws_help .row-icon .col:nth-child(7) .col-inner .icon-box-img svg, .mbws_help .row-icon .col:nth-child(8) .col-inner .icon-box-img svg, .mbws_help .row-icon .col:nth-child(9) .col-inner .icon-box-img svg, .mbws_help .row-icon .col:nth-child(10) .col-inner .icon-box-img svg {
  fill: var(--fs-color-secondary);
  color: var(--fs-color-secondary);
}
.mbws_help .row-icon .col:nth-child(5) .col-inner:hover, .mbws_help .row-icon .col:nth-child(6) .col-inner:hover, .mbws_help .row-icon .col:nth-child(7) .col-inner:hover, .mbws_help .row-icon .col:nth-child(8) .col-inner:hover, .mbws_help .row-icon .col:nth-child(9) .col-inner:hover, .mbws_help .row-icon .col:nth-child(10) .col-inner:hover {
  background-color: var(--fs-color-secondary);
  color: #fff;
}
.mbws_help .row-icon .col:nth-child(5) .col-inner:hover svg, .mbws_help .row-icon .col:nth-child(6) .col-inner:hover svg, .mbws_help .row-icon .col:nth-child(7) .col-inner:hover svg, .mbws_help .row-icon .col:nth-child(8) .col-inner:hover svg, .mbws_help .row-icon .col:nth-child(9) .col-inner:hover svg, .mbws_help .row-icon .col:nth-child(10) .col-inner:hover svg {
  fill: #fff;
  color: #fff;
}

.ecg_ts .icon-box .icon-box-img {
  margin-bottom: 0;
}
.ecg_ts .icon-box h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.ecg_why img {
  border-radius: 10px;
}

.ecg_cackh img {
  border-radius: 10px;
}
.ecg_cackh .ux-menu .menu-item {
  padding: 5px 20px;
  margin-bottom: 10px !important;
  display: block;
  background-color: #6ec1e4;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}
.ecg_cackh .ux-menu .menu-item:hover {
  background-color: var(--fs-color-secondary);
}
.ecg_cackh .ux-menu .menu-item:hover a {
  color: #fff;
}
.ecg_cackh .col_cackh .col-inner {
  background-image: url(/wp-content/uploads/2025/09/MAP.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.ecg_logo .gallery-col .col-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.ecg_logo .gallery-col .col-inner img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.ecg_tester .col .col-inner {
  height: 100%;
}
.ecg_tester .col .col-inner .testimonial-box {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #f5fbfb;
}
.ecg_tester .col .col-inner .testimonial-box .testimonial-text {
  text-align: justify;
}

.ecg_gallery .gallery-col .col-inner {
  border-radius: 10px;
  overflow: hidden;
}

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

.product-small .box {
  border-radius: 10px;
  overflow: hidden;
}
.product-small .box-image img {
  aspect-ratio: 5/6;
  object-fit: cover;
}
.product-small .box-text {
  background-color: #fff;
  padding: 20px 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: 1rem;
}
.product-small .box-text .price-wrapper .price .amount {
  color: var(--fs-color-primary);
}
.product-small .box-text .product-coupons {
  align-items: center;
  justify-content: center;
}
.product-small .box-text .custom-add-to-cart-form {
  margin-top: 10px;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ux-quantity {
  margin-top: 0;
  border-radius: 100px;
  border: 1px solid #ddd;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ux-quantity input {
  border: none;
  box-shadow: none;
  background-color: transparent;
  height: 35px;
  font-size: 1rem;
  text-shadow: none;
  min-height: unset;
  line-height: 35px;
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ajax-add-to-cart {
  margin-top: 0;
  margin-bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: inline-block;
  align-content: center;
  color: white;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  background-color: var(--fs-color-success);
}
.product-small .box-text .custom-add-to-cart-form .quantity-wrapper .ajax-add-to-cart i {
  margin: 0;
}
.product-small .box-text .product-meta_bottom {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 0.9rem;
}
.product-small .box-text .product-meta_bottom .ecg-rating i {
  color: #ffab00;
}
.product-small.box-vertical .add-to-cart-button {
  display: none;
}
.product-small.box-vertical .box-text {
  padding: 0 10px;
}
.product-small.box-vertical .box-text .price-wrapper .price {
  font-size: 0.8rem;
}
.product-small.box-vertical .box-text .price-wrapper .price .amount {
  color: var(--fs-color-primary);
}
.product-small.box-vertical .box-text .custom-add-to-cart-form {
  display: none;
}
.product-small.box-vertical .box-text .product-coupons,
.product-small.box-vertical .box-text .product-meta_bottom {
  display: none;
}

.product-coupons {
  display: flex;
  gap: 10px;
}
.product-coupons .coupon-badge {
  margin-top: 10px;
  color: #d0011b;
  padding: 0 10px;
  position: relative;
  background: rgba(208, 1, 27, 0.08);
}
.product-coupons .coupon-badge span.amount {
  color: #d0011b !important;
  font-weight: 400;
}
.product-coupons .coupon-badge::before, .product-coupons .coupon-badge::after {
  background-image: radial-gradient(#fff 2px, transparent 0);
  background-position-x: -6px;
  background-size: 6px 6px;
  content: "";
  height: calc(100% - 5px);
  position: absolute;
  top: 2.5px;
  width: 6px;
}
.product-coupons .coupon-badge::before {
  left: -3px;
}
.product-coupons .coupon-badge::after {
  right: -3px;
}

.product-short-description > p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-variation-description,
.woocommerce-variation-price {
  display: none;
}

.single-product div#tab-description {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.fix_height {
  max-height: 800px;
  overflow: hidden;
  position: relative;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
  height: 0 !important;
}

.devvn_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.devvn_readmore_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff00", endColorstr="#ffffff",GradientType=0 );
  display: block;
}

.devvn_readmore_flatsome a {
  color: #318a00;
  display: block;
}

.devvn_readmore_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid #318a00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.devvn_readmore_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #318a00;
}

.devvn_readmore_flatsome_less:before {
  display: none;
}

.single-product_info .product-meta_bottom {
  display: flex;
  gap: 20px;
}
.single-product_info .product-meta_bottom i {
  color: #ffab00;
}
.single-product_info .is-divider {
  display: none;
}
.single-product_info .ux-swatches .ux-swatch--label {
  padding: 10px 20px;
  border-radius: 8px;
}
.single-product_info .ux-swatches .ux-swatch--label.selected {
  box-shadow: 0 0 0 2px var(--fs-color-primary);
}
.single-product_info .col-cs .col-cs2 .col-inner {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

#footer .footer-main .section-title-container {
  margin-bottom: 0 !important;
}
#footer .footer-main .section-title-container .section-title .section-title-main {
  font-size: 1.2rem;
}
#footer .footer-main .row-top .wpcf7-form p {
  display: flex;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#footer .footer-main .row-top .wpcf7-form p span {
  width: 100%;
}
#footer .footer-main .row-top .wpcf7-form p input {
  margin-bottom: 0;
  height: 45px;
}
#footer .footer-main .row-top .wpcf7-form p input:not([type=submit]) {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
#footer .footer-main .row-top .wpcf7-form .wpcf7-spinner {
  display: none;
}
#footer .footer-main .row-top .wpcf7-form input[type=submit] {
  border-radius: 5px;
  margin-right: 0;
  width: 200px;
  margin-bottom: 0;
}
#footer .footer-main .row-main .col_menu ul {
  display: flex;
  flex-flow: row wrap;
}
#footer .footer-main .row-main .col_menu ul li {
  width: calc(50% - 1.3em);
}
#footer .footer-main .row-main .col_menu ul li a {
  font-size: 1rem;
}
#footer .footer-main .row-main .col_fb p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
#footer .footer-main .row-main .col_fb p a {
  font-size: 1rem;
}
#footer .footer-main .row-main .col_contact p {
  margin-bottom: 10px;
}

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