@charset "UTF-8";

/*!
Theme Name: gnws
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gnws
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gnws is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
 body{
  font-family: beVietnam;
  font-weight: 400;
}

.the_content {
  font-size: 16px;
}

.the_content .has-drop-cap {
  margin-bottom: 50px;
}

.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.the_content h6 {
  font-size: 16px;
}

.the_content h5 {
  font-size: 18px;
}

.the_content h4 {
  font-size: 22px;
}

.the_content h3 {
  font-size: 25px;
}

.the_content h2 {
  font-size: 27px;
  line-height: 1.5;
}

.the_content p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 16px;
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.the_content ul li a {
  color: #009eeb;
}

.the_content a {
  color: #6254e7;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}

.the_content ol li a {
  color: #009eeb;
}

.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #009eeb;
}

.the_content blockquote p {
  margin: 0 !important;
}

pre.wp-block-code {
  margin-bottom: 30px;
}

.the_content table:not(.shop_table) > tbody > tr > td,
.the_content table:not(.shop_table) > tbody > tr > th,
.the_content table:not(.shop_table) > tfoot > tr > td,
.the_content table:not(.shop_table) > tfoot > tr > th,
.the_content table:not(.shop_table) > thead > tr > td,
.the_content table:not(.shop_table) > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 15px;
}

.the_content figure figcaption {
  text-align: center;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  text-align: center;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 54 99 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(59 54 99 / var(--tw-text-opacity));
}
.thongtindixkld-header-navigation img {
  max-height: 80px !important;
  width: auto;
}
@media(max-width:767px) {
.thongtindixkld-header-navigation img{
  max-height: 50px !important;
}
}
.rank-math-breadcrumb{
  padding: 10px 0;
}
.rank-math-breadcrumb *{
font-size: 14px;
text-decoration: none;
margin-bottom: 0;
}



[data-component="customer_review"] .avatar  {
  width: 56px;
height: 56px;
}
[data-component="customer_review"] .avatar img{
object-fit: cover;
}
[data-component="customer_review"] .name{
color: #009eeb;
}
[data-component="customer_review"] .star{
color: var(--bs-yellow);
}
[data-component="customer_review"] .star svg{
margin-right: 4px;
}
[data-component="customer_review"] .time {
font-size: 13px;
color: #999;
margin-top: 4px;
}
[data-component="customer_review"] .content{
  height: 100px;
  overflow-y: auto;
  font-size: 14px;
  text-align: left;
  padding: 0 2px 0 0;
margin-top: 10px;
}
[data-component="customer_review"] .content > * {
font-size: 14px;
color: #777;
}
[data-component="customer_review"] .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) ;
  -webkit-border-radius: 4px ;
  border-radius: 4px ;
}

[data-component="customer_review"] .content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
[data-component="customer_review"] .content::-webkit-scrollbar {
  width: 4px;
}
[data-component="customer_review"] .img_source{
top: 10px;
right: 10px;
}
[data-component="customer_review"] .img_source img{
width: 20px;
height: 20px;
}
.review_item{
  color: #777;
  border: 1px solid #ededed;
  background-color: #fafafa;
  border-radius: 4px;
padding: 20px;
}
.modal_staff iframe{
max-width: 100%;
display: block;
width: 100%;
}

a {
text-decoration: none !important;
}

.rank-math-breadcrumb p .last{
font-weight: 400;
}
@media only screen and (min-width: 1200px) {
.title_faq{
font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.schema-faq.w-lg-75{
width: 75% !important;
}
}


.wpcf7-spinner{
  display: none;
}
.btn-success{
  margin: 0;
  background: transparent linear-gradient(91deg, #2ed751 0%, #24a08a 100%) 0% 0% no-repeat padding-box;
  box-shadow: none !important;
  text-transform: none;
  border-radius: 4px;
  border-color: transparent;
  transition: all 0.4s ease;

}
  .btn-success:hover{
    background: transparent linear-gradient(91deg, #2ed751 0%, #24a08a 100%) 0% 0% no-repeat padding-box;
    box-shadow: none !important;
    text-transform: none;
    border-radius: 4px;
    border-color: transparent;
    transition: all 0.4s ease;
  }

  /* ---- CUSTOM CSS (nên nhập vào file main.css của theme) ---- */

/* Giới hạn chiều rộng phần nội dung để text không quá dài */
.container-narrow {
  max-width: 820px;
}

/* Màu thương hiệu */
.brand,
.stat-value {
  color: #009eeb;
}

/* Cỡ & kiểu thống kê */
.stat-value {
  font-size: clamp(2rem, 4vw + .5rem, 3rem); /* responsive */
  font-weight: 700;
}

.stat-label {
  font-size: 0.95rem;
}

/* Navbar */
.navbar .nav-link {
  font-weight: 500;
  color: #000;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #009eeb;
}

/* Bỏ padding container mặc định khi cần */
@media (min-width:1200px){
  .container{
    max-width: 1140px;
  }
  .navbar .container { 
    max-width: 1140px;
  }
}
.custom-img-carousel{
  margin: 78px 0 24px;
}



.w-100{
  width: 100% !important;
}
.ml-0{
  margin-left: 0 !important;
}
.custom-icon{
  width: 24px;
}
.p-3{
  padding: 1rem !important;
}


.contact-item {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contact-icon{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon img{

  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.custom-ul{
  list-style: disc;
  padding-left: 16px;
}


@media (max-width: 768px) {
    .contact-item {
        margin-bottom: 30px;
    }
}

.feature-item {
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.social-links a {
    color: #0d6efd;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: #0b5ed7;
    transform: scale(1.1);
}

.feature-content a {
    text-decoration: none;
}

.feature-content a:hover {
    text-decoration: underline;
}
