/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Lặp lại cho font-weight 400, 500, 700 với các file tương ứng */
/*************** ADD CUSTOM CSS HERE.   ***************/
body
{
    font-family: "Inter", sans-serif !important;
    background: #F5F5F5 !important;
}
body > *
{
    font-family: "Inter", sans-serif !important;
}
#header .header-nav li a
{
    font-family: "Inter", sans-serif !important;
}
#header .submit-button i
{
    color: #00296F !important;
}
#header .submit-button
{
    border: unset !important;
    background: transparent !important;
}
#header .searchform .search-field
{
    border: unset !important;
    color: #C5C5C5;
    max-width: 180px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: unset !important;
}
#header .header-nav .sub-menu
{
    border: unset;
    border-radius: 4px;
    padding: 0;
}
#header .header-nav .sub-menu .menu-item a
{
    padding: 12px 24px;
    text-align: left;
}
#masthead .header-nav > li > .nav-top-link
{
    display: flex;
    flex-wrap: nowrap !important;
}
#masthead .header-nav
{
    flex-wrap: nowrap !important;
}
#masthead .header-nav li a 
{
    white-space: nowrap;
}
#header .nav>li
{
    margin: 0 15px;
}
#header .header-bottom
{
    background: linear-gradient(90deg, #00296F 0%, #0878DA 100%);
}
#main-menu .sub-menu.nav-sidebar-ul.children
{
    padding: 0 !important;
}
.particles-js
{
    padding: 0 !important;
    height: 200px !important;
}
#header .header-bottom .nav-top-link
{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#header .header-bottom .nav-top-link:hover,
#header .header-nav li a:hover
{
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .header-bottom 
{
    padding: 16px 0 !important;
}
#header .header-bottom .header-bottom-nav li
{
    margin: 0 30px;
}
#header .header-bottom .header-bottom-nav li a
{
    padding: 15px 0 !important;
}
#header .header-bottom .header-bottom-nav
{
    justify-content: center !important;
}
#header .header-nav li a
{
    color: #626262;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.red
{color: red;
font-weight: 600}
b, strong
{
	font-weight: 700 !important
}
#header .searchform
{
    border-radius: 6px !important;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(13, 10, 44, 0.12);
    display: flex;
    height: 42px;
    padding: 0 8px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.mission_box p
{
    color: var(--body-text, #626262);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.section_sidebar 
{
    padding: 0 !important;
}
.header-title1
{
    font-size: 55px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffd136 !important;
}
.header-title2
{
    font-size: 34px !important;
    font-style: italic;
    font-weight: 600 !important;
    color: #fff !important;
}
.header-title3
{
    font-size: 60px !important;
    font-weight: 600 !important;
    line-height: unset !important;
    text-transform: uppercase;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_sidebar .banner-inner
{
   box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); 
   border-radius: 10px;
}
.section_sidebar .banner-inner img,
.section_sidebar .banner-inner,
.section_sidebar .banner 
{
    border-radius: 10px;
}

.custom-button-container
{
    display: flex;
    justify-content: center;
}
.section_sidebar .btn--secondary
{
    font-size: 20px;
}
/* Banner */
.section_banner .btn--secondary,
.single-page .btn--secondary,
.section_sidebar .btn--secondary{
    border-radius: 4px !important;
    border: 2px solid #F5F5F5 !important;
    background: linear-gradient(90deg, #FFA347 0%, #FFC524 100%) !important;
    box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.30) !important;
    animation: zoomPulse 1.5s infinite alternate; /* animation liên tục */
    transition: all 0.3s ease;
}

/* Keyframes animation zoom liên tục */
@keyframes zoomPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.30);
    }
    50% {
        transform: scale(1.15); /* phóng to 5% */
        box-shadow: 0 6px 12px 0 rgba(31, 31, 31, 0.45);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.30);
    }
}


/* Hover effect */
.section_banner .btn--secondary:hover {
    background: linear-gradient(90deg, #FFC524 0%, #FFA347 100%) !important; /* đổi gradient */
    box-shadow: 0 6px 12px 0 rgba(31, 31, 31, 0.45) !important; /* tăng bóng */
    transform: scale(1.05); /* phóng to nhẹ */
}

.section_banner .text-box-content .title
{
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* Partner */
.section_partner .ux-logo-link
{
    margin: 10px !important;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(0, 41, 111, 0.10);
}
.section_partner .title
{
    color: var(--color1, #00296F);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section_partner .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_partner .header_title .title
{
    color: var(--color1, #00296F);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
/* section about */
.section_about .title
{
    color: var(--color1, #00296F);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.section-about-body .image_absolute
{
    position: absolute;
    height: 200px;
    width: 200px;
}
.mission_body p
{
    margin-bottom: 0;
}
.section-about-body .image_absolute.left
{
    position: absolute;
    bottom: 40%;
    height: 200px;
    left: 0;
    width: 200px !important;
}
.about-image
{
    border-radius: 10px;
    box-shadow: 2px 2px 6px 0 rgba(0, 41, 111, 0.15);
}
.section-about-body .about-image>div::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1E79C9, #FFF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}
.section-about-body .about-box > div {
    box-shadow: 2px 2px 6px 0 rgba(0, 41, 111, 0.15);
    border-radius: 10px;
    padding: 43px 33px;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.8); /* nền trắng */
    background-image: url(images/about-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    background-size: cover; /* hoặc contain nếu muốn vừa ảnh */
}


.section-about-body .about-box>div::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* độ dày border */
    border-radius: 10px;
    background: linear-gradient(180deg, #1E79C9, #FFF);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}
.section-about-body .about-box.left
{
    margin-top: 5%;
}
.section-about-body .about-box.right
{
    margin-top: 10%;
}
.section-about-body .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-about-body
{
    color: var(--body-text, #626262);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.section-about-body .title
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.section-about-body .image_absolute.right
{
    position: absolute;
    top: 10%;
    height: 200px;
    right: 0;
    width: 200px !important;
}
.section_about .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Workflow */
.workflow .bg_step 
{
    position: absolute;
    top: 0;
    height: 100%;
    left: -35px;
}
.workflow .bg_step img
{
    height: 100%;
}
.workflow .header_title p
{
    color: #626262;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.workflow .step
{
    position: absolute;
    top: 9px;
    left: 20px;
    margin: 0;
    height: fit-content;
    width: fit-content;
    color: #F5F5F5;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.workflow .workflow_body .title
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.workflow .header_title .title
{
    color: var(--color1, #00296F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.workflow .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Why Choose Us */
.why_choose_us .workflow_body h4
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.why_choose_us .header_title .title
{
    color: var(--color1, #00296F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.why_choose_us .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_choose_us .why_choose_body .title
{
    color: var(--color1, #00296F);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header_title p
{
    color: #626262;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.why_choose_us .why_choose_body p
{
    color: var(--body-text, #626262);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
/* Testimonial */
.testimonial .d-flex > div
{
    display: flex;
}
.testimonial .d-flex > div image
{
    width: 50px !important;
    height: 50px !important;
}
.testimonial .header_title .title
{
    color: var(--color1, #fff);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.pt-50
{
    padding-top: 100px;
}
.testimonial-box
{
    margin-bottom: 10px;
}
.rate_img
{
    margin-bottom: 18px;
}
.w-40
{
    width: 40%;
}
.testimonial .testimonial_box
{
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
}
/* .testimonial::before
{
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background: 
    linear-gradient(90deg, rgba(0,41,111,0.8) 0%, rgba(8,120,218,0.8) 100%), 
    url('images/testimonial_bg.png') center/cover no-repeat;
    z-index: 1;
    background-size: cover;
} */
.testimonial .bg_blur
{
    position: absolute;
    height: 150px;
    width: 105%;
    left: -30px;
    bottom: 0;
    bottom: -60px;
    background: #fff;
    filter: blur(25px);
    max-width: unset;
    z-index: 100;
    padding: 0 !important;
}
.testimonial .testimonial-text .title
{
    color: var(--color1, #00296F);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.testimonial .testimonial-text p
{
    color: #2B2B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.testimonial .star-rating span:before
{
    background: linear-gradient(90deg, #00296F 0%, #0878DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial .bg_blur > div
{
    padding: 0 !important;
}
/* Vision And Mission */
.vision_and_mission .header_title .title
{
    color: var(--color1, #00296F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.vision_and_mission .mission_body .color
{
    background: linear-gradient(90deg, #FFA347 0%, #FFC524 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vision_and_mission .mission_body .color
{
    color: var(--body-text, #626262);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.vision_and_mission .mission_body .title
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.h-100
{
    height: 100%;
}
.vision_and_mission .mission_body .image-absolute
{
    position: absolute;
    width: 120;
}
.header-block{
    width: fit-content !important;
}
.has-block.tooltipstered
{
    text-transform: capitalize !important;
}
.header-block .header-block-block-1 h3
{
    color: var(--color1, #00296F);
    font-size: 16px;
    text-transform: uppercase !important;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: normal;
}
.header-block .header-block-block-1 h3 .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.vision_and_mission .image_absolute 
{
    position: absolute;
    top: 36%;
    width: 60% !important;
    left: 20%;
    z-index: -1;
}
/* Section Contact Form */
.section_contact_form .form_lien_he input,
.section_contact_form .form_lien_he textarea,
.wpcf7-form-control.wpcf7-select
{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: #FFF !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10) !important;
}
.section_contact_form .form_lien_he .wpcf7-spinner,
.sidebar .wpcf7-form .wpcf7-spinner
{
    display: none;
}
.section_contact_form .form_lien_he .wpcf7-form
{
    margin-bottom: 0;
}
.section_contact_form .form_lien_he .wpcf7-submit
{
    display: flex;
    width: 160px;
    height: 50px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    border: unset !important;
    border-radius: 4px;
    background: var(--grad1, linear-gradient(90deg, #00296F 0%, #0878DA 100%)) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.section_contact_form .contact_body > div
{
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0 rgba(29, 90, 171, 0.15);
    color: var(--body-text, #626262);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 28px;
    z-index: 0;
    background: 
    linear-gradient(rgba(255,255,255,0.9), rgba(255, 255, 255, 0.9)),
    url('images/contact_bg.png') center/cover;
}
.section_contact_form .contact_body > div::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1E79C9, #FFF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.section_contact_form .section_contact_banner .title
{
    color: #F5F5F5;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
}
.section_contact_form .contact_body ul li
{
    background: var(--grad1, linear-gradient(90deg, #00296F 0%, #0878DA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.section_contact_form .contact_body .title
{
    color: var(--color1, #00296F);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    text-transform: uppercase;
}
/* banner */
.page_banner {
  background: 
    linear-gradient(90deg, rgba(0,41,111,0.7) 0%, rgba(8,120,218,0.7) 100%),
    url('images/baner_bg.png') no-repeat center / cover;
}
.page_banner h3
{
	font-size: 30px
}
.breadcrumb
{
    color: #F5F5F5;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 18px;
}
/* Service */
.section_service .header_title .title
{
    color: var(--color1, #00296F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.section_service .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_service .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section_service .service-item {
  background: #fff;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 41, 111, 0.20);
  text-align: center;
  transition: all 0.3s ease;
}

.section_service .service-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.section_service .service_body {
  padding: 20px 41px;
}
.footer-form
{
	display: flex;
	justify-content: center
}
.from_the_blog_excerpt 
{
    height: 80px !important;
}
.section_service .service-excerpt,
.from_the_blog_excerpt 
{
    color: #626262;
	height: 84px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_service .service-title  a{
  color: var(--color1, #00296F);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: unset;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_service .service-thumb {
  position: relative;
  overflow: hidden;
}

.section_service .service-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3); /* lớp phủ màu đen 30% */
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section_service .service-thumb {
  overflow: hidden;
}

.section_service .service-thumb img {
  aspect-ratio: 14 / 9 !important;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* hiệu ứng mượt */
}

.section_service .service-thumb:hover img {
  transform: scale(1.1);   /* zoom 10% khi hover */
}

.section_service .service-thumb:hover::after {
  opacity: 1; /* hiện overlay khi hover */
}

.section_service .service-thumb img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* section blog */
.section_blog .header_title .title
{
    color: var(--color1, #00296F);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.section_blog .blog_list .post-title
{
    color: var(--color1, #00296F);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 32px; /* 136.364% */
}
.section_blog .blog_list .is-divider
{
    display: none !important;
}
.section_blog .blog_list .box-image
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section_blog .blog_list .box-blog-post
{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(38, 44, 64, 0.20);
}
.section_blog .blog_list .box-blog-post .box-text
{
    padding: 29px 38px;
}
.section_blog .blog_list .box-blog-post .from_the_blog_excerpt 
{
    color: var(--body-text, #626262);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}
.section_blog .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Responsive */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.ez-toc-title
{
    text-transform: uppercase !important;
}
.btn-readmore {
    border-radius: 4px;
    background: var(--grad1, linear-gradient(90deg, #00296F 0%, #0878DA 100%));
    color: #F5F5F5;
    text-align: center;
    font-size: 20px;
    border: unset !important;
    font-style: normal;
    font-weight: 600;
    transition: all 0.3s ease; /* để hover mượt */
}
.entry-content
{
	text-align: justify !important
}
#header .header-wrapper
{
    background: #fff;
}
/* Hover effect */
.btn-readmore:hover {
    background: linear-gradient(90deg, #0878DA 0%, #00296F 100%); /* đổi chiều gradient */
    transform: scale(1.05); /* phóng to nhẹ */
    box-shadow: 0 6px 12px rgba(0, 41, 111, 0.4); /* thêm bóng nổi */
}

.btn-readmore span
{
    line-height: 32px !important;  
}
/* page-blog */
.page-blog .sidebar-form input,
.page-blog .sidebar-form textarea
{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}
.page-blog .sidebar-form .wpcf7-submit {
    display: flex;
    width: 160px;
    height: 50px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    border: unset !important;
    border-radius: 4px;
    background: var(--grad1, linear-gradient(90deg, #00296F 0%, #0878DA 100%)) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.page-blog .title
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.page-blog .header_title .title .color
{
    display: inline-block;
    line-height: 160%;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-page
{
    padding: 40px 0px;
}
.page-blog
{
    padding: 100px 0;
}
.hotline_card ,
.section_sidebar .banner,
.height-single
{
    height: 330px !important;
}
.page-blog .box
{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(38, 44, 64, 0.20);
}
.page-blog .box-text
{
    padding: 23px 28px;
}
.h-100
{
    height: 100%;
}
.p-0
{
	padding: 0 !important
}
.page-blog .box-text .post-title a
{
    color: var(--color1, #00296F);
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Sets the maximum number of lines */
    -webkit-box-orient: vertical;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.page-blog .box-text .from_the_blog_excerpt{
    color: var(--body-text, #626262);
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.page-blog .box-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page-blog .box-image img {
  aspect-ratio: 14 / 9;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform: scale(1);
}

.page-blog .box-image:hover img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
/* Single Page */
.single-page .wp-caption-text
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}
.single-page #ez-toc-container
{
    border-radius: 10px;
    background: #285CB4;
    padding: 24px !important;
    color: #fff;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Inter", sans-serif !important;
}
.single-page #ez-toc-container .ez-toc-list a
{
    font-size: 15px;
    line-height: 2;
    text-transform: lowercase;
    font-weight: 400 !important;
    color: #fff;
}
.single-page #ez-toc-container .ez-toc-list a::first-letter
{
    text-transform: uppercase !important;
}
.single-page .ez-toc-js-icon-con
{
    background: #fff;
}
.single-page .entry-title
{
    color: var(--color1, #00296F);
    font-size: 28px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 700;
    line-height: normal;
}
/* Inactive stars (chưa chọn) */
.single-page .kksr-star .kksr-icon {
    background: url('images/star.png') no-repeat center center !important;
    background-size: contain !important;
}

/* Active stars (đã chọn) */
.single-page .kksr-stars-active .kksr-icon {
    background: url('images/star.png') no-repeat center center !important;
    background-size: contain !important;
}
.single-page .kksr-legend
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}
.single-page .sidebar .widget_media_image img
{
    width: 100%;
}
.single-page .sidebar .widget-title {
    position: relative; /* cần để before định vị tuyệt đối */
    color: var(--color1, #00296F);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px; /* tạo khoảng cách với gạch dưới */
}

.single-page .sidebar .widget-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px; /* chiều dài gạch */
    height: 4px; /* độ dày gạch */
    background-color: var(--color1, #00296F);
}
.single-page #media_image-2
{
    margin-bottom: 62px !important;
}
.single-page .service-sidebar-thumb
{
    position: relative;
}
.single-page .service-sidebar-thumb img
{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover; /* đảm bảo ảnh lấp đầy */
    display: block;
    border-radius: 10px;
}
.widget_media_image
{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
/* Khung ảnh */
.service-sidebar-thumb {
    overflow: hidden; /* để ảnh không tràn ra ngoài */
    border-radius: 8px; /* bo góc nếu muốn */
}

/* Ảnh */
.service-sidebar-thumb img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* hiệu ứng mượt */
}

/* Zoom khi hover */
.service-sidebar-item:hover .service-sidebar-thumb img {
    transform: scale(1.1); /* phóng to 10% */
}

.single-page .service-sidebar-title a
{
    color: #F5F5F5 !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.single-page .service-sidebar-title
{
    text-align: center;
    position: relative;
    padding: 10px 0;
    z-index: 999;
    margin-bottom: 0;
}
.single-page .service-sidebar-content
{
    position: relative;
}
.single-page .service-sidebar-item
{
    margin-bottom: 57px;
    position: relative;
}
.single-page .service-sidebar-body
{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.single-page #media_image-2 img
{
    border-radius: 10px;
}
.single-page .service-sidebar-content::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 21, 21, 0.70);
    filter: blur(13px);
    backdrop-filter: blur(5.5px);
}
/* Hotline Card */
.hotline_card .button.primary {
    margin-bottom: 0 !important;
    border-radius: 4px !important;
    border: 2px solid #F5F5F5 !important;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%)) !important;
    box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.30) !important;
    transition: all 0.3s ease; /* hiệu ứng mượt khi hover */
}

/* Hover effect */
.hotline_card .button.primary:hover {
    background: linear-gradient(90deg, #FFC524 0%, #FFA347 100%) !important; /* đổi gradient */
    box-shadow: 0 6px 12px 0 rgba(31, 31, 31, 0.45) !important; /* tăng bóng */
    transform: scale(1.05); /* phóng to nhẹ */
}

.hotline_card .button_tuvan
{
    padding: 0 !important;
}
.hotline_card .list_content
{
    padding: 0;
}
.hotline_card ul li
{
    color: var(--color1, #00296F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
.hotline_card
{
    padding: 26px 58px !important;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF8DB;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.section.hotline_card .title
{
    color: var(--color1, #00296F);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
}
/* footer */
#footer{
    background: var(--color1, #00296F);
    padding-top: 56px;
}
#footer .icon-box
{
    display: flex;
    align-items: start;
}
#footer .ux-menu-link__link
{
    border: unset !important;
}
#footer .ux-menu-link__link
{
    min-height: unset !important;
}
#footer .col
{
    padding-bottom: 0 !important;
}
#footer .wpcf7-text
{
    color: var(--body-text, #484848);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    letter-spacing: -0.18px;
}
#footer .wpcf7-text::-webkit-input-placeholder 
{ 
    color: var(--body-text, #484848);
}
#footer .ux-menu-link::before {
    content: "•";
    margin-right: 10px;
    color: rgba(245, 245, 245, 1)
}
#footer p
{
    color: #F5F5F5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#footer .social_icon .ux-logo.has-hover.align-middle
{
    width: 49px !important;
}
#footer .social_icon .ux-logo-link
{
    padding: 0 !important;
}
#footer .title_social h2
{
    color: #F5F5F5;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
#footer .wpcf7-submit
{
    border-radius: 4px;
    border: 2px solid #F5F5F5;
    background: var(--grad2, linear-gradient(90deg, #FFA347 0%, #FFC524 100%));
    box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.30);
    display: flex;
    width: 160px;
    height: 50px;
    padding: 8px 0;
    min-height: unset !important;
    line-height: unset !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #F5F5F5;
    text-align: center;
    text-transform: unset !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.16px;
}
#footer .ux-menu-link .ux-menu-link__link
{
    color: #F5F5F5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#footer .title_footer h2
{
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    position: relative;
}
#footer .logo_footer
{
    margin-bottom: 42px;
}
#footer .copyright-footer
{
    color: #F5F5F5;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}
#footer .icon-box-img
{
    margin-right: 5px;
    margin-bottom: 0;
}
#footer .icon-box p
{
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
}
/* ===== Testimonial Marquee ===== */
.testimonial-marquee {
  display: flex;
  overflow: hidden;
  max-height: 580px;
}

.testimonial-marquee .marquee-col {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.testimonial-marquee .marquee-inner {
  display: flex;
  flex-direction: column;
}
/* animation cho cột chạy lên */
.testimonial-marquee .marquee-inner.up {
  animation: marqueeUp 10s linear infinite;
}

/* animation cho cột chạy xuống */
.testimonial-marquee .marquee-inner.down {
  animation: marqueeDown 10s linear infinite;
}
#footer .title_footer h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 86.771px;
    height: 3.306px;
    background: #F5F5F5;
}
.entry-content,
.wrapped-content > span
{
    font-size: 18px !important;
    color: #000 !important;
}
#footer .title_footer
{
    margin-bottom: 35px;
}
#footer .absolute-footer
{
    padding: 0 !important;
    background: var(--color1, #00296F);
}
.contact_body ul
{
    margin: 0;
}
.image-zoom
{
    border-radius: 10px;
}
.workflow_body p
{
    color: #626262;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#gs_logo_area_49 .gs_logo_single--wrapper
{
    padding: 36px !important
}
.table_price
{
    margin-top: 46px;
}
.table_price thead th
{
    border-radius: 9px 9px 0 0;
    background: linear-gradient(90deg, #00296F 0%, #0878DA 100%);
    color: #F5F5F5;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--color1, #00296F);
}

.table_price thead tr
{
    border-radius: 9px 9px 0 0;
}
.table_price thead th
{
    text-align: center;
}
.table_price td
{
    padding: 15px 20px;
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}
.testimonial_box .col-inner {
  border: 2px solid #1E79C9;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 41, 111, 0.15);
}

.testimonial_box h3.title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
}

.testimonial_box p {
    color: #626262;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.testimonial-role
{
    color: #2B2B2B;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 28px !important;
}
.gs_logo_single
{
    border-radius: 10px;
    padding: 24px !important;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(0, 41, 111, 0.10) !important;
}
.pum-title.popmake-title
{
    color: var(--color1, #00296F);
    font-size: 28px;
    text-align: center;
    font-style: normal;
    margin-top: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.popmake p
{
    color: var(--body-text, #626262);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 28px;
}
.pum-container .pum-content+.pum-close
{
    background: var(--grad1, linear-gradient(90deg, #00296F 0%, #0878DA 100%)) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    margin: 0 !important;
}
.border-primary
{
	padding: 20px;
    border: 1px dashed rgb(0, 121, 188);
	border-radius: 10px;
    margin-bottom: 30px;
}
.table_price .title th
{
    color: var(--color1, #00296F);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.table_price .title th
{
    text-align: center;
    padding: 25px 20px;
}
.table_price table
{
    border-radius: 10px;
}
.table_price th,
.table_price td {
    border: 2px solid var(--color1, #00296F);
}
.table_price tbody tr:last-child td:first-child
{
    border-bottom-left-radius: 9px;
}
.table_price tbody tr:last-child td:last-child
{
    border-bottom-right-radius: 9px;
}
.section_sidebar .btn--secondary {
    font-size: 14px
}
@media only screen and (min-width: 1240px) {
/*     .single-page .row,
    .single-page .container {
        max-width: 1180px !important
    } */
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
/*     .single-page .row,
    .single-page .container {
        max-width: 940px !important
    } */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .single-page .row,
    .single-page .container {
        max-width: 708px;
    }
}
@media only screen and (max-width: 767px) {
    .single-page .row,
    .single-page .container {
        max-width: 550px !important;
    }
}
@media screen and (max-width: 960px) {
    .hide-for-lg
    {
        display: none !important;
    }
    .height-single > .col.small-12.large-9
    {
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 1320px) {
    .header-block
    {
        display: none !important;
    }
    .header-title1
    {
        font-size: 45px !important;
    }
    .header-title2
    {
        font-size: 24px !important;
    }
    .header-title3
    {
        font-size: 50px !important;
    }
    #header .header-nav li a
    {
        font-weight: 600 !important;
    }
    .section-about-body .image_absolute.right {
        position: absolute;
        top: 10%;
        height: 299px;
        right: 0;
        width: 350px !important;
    }
    .section-about-body .image_absolute.left {
        position: absolute;
        bottom: 20%;
        height: 300px;
        left: 0;
        width: 250px !important;
    }
    .about-image img
    {
        aspect-ratio: 16 / 9;
        border-radius: 10px;
        object-fit: cover;
        position: relative;
    }
        #gs_logo_area_49 .gs_logo_single--wrapper
    {
        padding: 26px !important;
    }
}
@media screen and (max-width: 992px) {
    .section.hotline_card .title
    {
        font-size: 20px;
        line-height: 24px;
    }
    .hotline_card, .section_sidebar .banner, .height-single
    {
        height: 360px !important;
    }
    .header-search-form 
    {
        width: 200px !important;
    }
    .sidebar.sidebar-inner
    {
        padding-left: 0px !important;
    }
        .sidebar .block_widget
    {
        margin-bottom: 60px !important;
    }
    #gs_logo_area_49 .gs_logo_single--wrapper
    {
        padding: 16px !important;
    }
    .header-title1,
    .hotline-banner
    {
        font-size: 30px !important;
    }
    .header-title2
    {
        font-size: 28px !important;
    }
    .header-title3
    {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
@media screen and (max-width: 850px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .table_price thead th
    {
        font-size: 15px;
    }
    .table_price .title th
    {
        font-size: 16px !important;
    }
    .table_price td
    {
        font-size: 15px;
    }
    .hotline_card ul li
    {
        line-height: 26px;
    }
    #footer .title_footer h2,
    .section_blog .blog_list .post-title,
    .why_choose_us .why_choose_body .title
    {
        font-size: 18px !important;
    }
    .workflow .step p
    {
        margin-bottom: 0;
    }
    #gs_logo_area_49 .gs_logo_single--wrapper
    {
        padding: 16px !important;
    }
    .workflow .step
    {
        top: 20px;
    }
    .header_title p,
    .mission_body p,
    #footer .ux-menu-link .ux-menu-link__link,
    #footer .icon-box p,
    #footer .icon-box p,
    #footer p
    {
        font-size: 15px !important;
    }
    #footer .copyright-footer
    {
        font-size: 14px !important;
    }
    .testimonial-marquee
    {
        display: block !important;
    }
    .pum-title.popmake-title
    {
        font-size: 20px;
    }
    .pum-theme-598 .pum-container, .pum-theme-enterprise-blue .pum-container
    {
        padding: 15px;
    }
    .popmake .col
    {
        padding: 0 !important;
    }
    .popmake p {
        font-size: 15px;
    }
    .section_blog .header_title .title,
    .why_choose_us .header_title .title,
    .workflow .header_title .title,
    .vision_and_mission .header_title .title,
    .section_service .header_title .title,
    .section_partner .header_title .title,
    .section_contact_form .contact_body .title,
    .page-blog .title,
    .single-page .entry-title,
    .single-page .sidebar .widget-title,
    .vision_and_mission .header_title .title,
    .section_about .title,
    .testimonial .header_title .title
    {
        font-size: 24px;
        line-height: 1.5;
    }
    .section-about-body .about-box.left,
    .section-about-body .about-box.right
    {
        margin-top: 0 !important;
    }
    .about-image img
    {
        aspect-ratio: 16 / 16;
        border-radius: 10px;
        object-fit: cover;
        position: relative;
    }
	.section.hotline_card .title {
		font-size: 18px
	}
    .workflow .step,
    .section-about-body .title,
    .vision_and_mission .mission_body .title,
    .workflow .workflow_body .title
    {
        font-size: 15px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .section_service .service_body {
        padding: 20px 20px;
    }
    .testimonial .bg_blur {
        position: absolute;
        height: 150px;
        width: 130%;
        left: -38px;
        bottom: 0;
        bottom: -52px;
        background: #fff;
        filter: blur(25px);
        max-width: unset;
        z-index: 100;
        padding: 0 !important;
    }
    .section_contact_form .contact_body ul li
    {
        margin: 0;
        font-size: 15px;
    }
    .section_contact_form .contact_body p,
    .section-about-body,
    .btn-readmore,
    .why_choose_us .why_choose_body p,
    .workflow_body p
    {
        font-size: 15px;
    }
    .section_contact_form .contact_body > div
    {
        padding: 24px;
    }
    .section_contact_banner .title
    {
        line-height: 34px;
    }
    .page-blog {
        padding: 60px 0;
    }
    .hotline_card {
        padding: 20px 40px !important;
    }
    .single-page #ez-toc-container .ez-toc-list a
    {
        font-weight: 400 !important;
        font-size: 14px;
    }
    .single-page .entry-title {
        padding: 0 10px;
    }
    .single-page .kksr-legend
    {
        font-size: 16px !important;
    }
    .section-about-body .about-box.left
    {
        margin: 0;
    }
    .mission_box p
    {
        text-align: center
    }
    .single-page .service-sidebar-title a,
    .section_service .service-title a
    {
        font-size: 15px;
    }
    .single-page .service-sidebar-item
    {
        margin-bottom: 30px;
    }
    .single-page .service-sidebar-item:last-child
    {
        margin-bottom: 0;
    }
    .section-about-body .about-box.right {
        margin-top: 30px !important;
    }
    .hotline_card, .section_sidebar .banner, .height-single
    {
        height: unset !important;
    }
}

@media screen and (max-width: 768px)
{
    .single-page
    {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 568px) {
    .header-title1,
    .hotline-banner
    {
        font-size: 20px !important;
    }
    .header-title2
    {
        font-size: 18px !important;
    }
    .header-title3
    {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    .table_price .title th,
    .table_price td {
        padding: 5px !important;
    }
        .table_price .title th,
        .table_price td
        {
            line-height: 20px;
            font-size: 14px;
        }
	.entry-content
	{
		padding-top: 0 !important
	}
	.why_choose_us img
	{
		aspect-ratio: 14 / 9 !important;
    	object-fit: cover;
	}
    .services-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .section_contact_banner .title {
        line-height: 24px;
    }
    .order_1 { order: 1; }
    .order_2 { order: 2; }
    .order_3 { order: 3; }
    .order_4 { order: 4; }
    .order_5 { order: 5; }
    .order_6 { order: 6; }
    .order_7 { order: 7; }
    .order_8 { order: 8; }
    .banner .title
	{
		font-size: 22px;
		font-weight: 600
	}
	.banner .breadcrumb a,
    .banner .breadcrumb
    {
        font-size: 18px !important;
        letter-spacing: 0 !important;
    }
    .hotline_card .list_content
        {
            padding: 15px !important;
        }
    .breadcrumb
    {
        margin-top: 10px !important;
    }
    .hotline_card {
        padding: 20px !important;
    }
}


/* keyframes chạy lên */
@keyframes marqueeUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* keyframes chạy xuống */
@keyframes marqueeDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.short_content
{
    font-size: 18px;
    text-align: justify;
    color: #000;
}
#button-url {
    display: block; /* Đảm bảo nó không bị ẩn */
    visibility: visible; /* Đảm bảo nó không bị ẩn */
}

/* trình soạn thảo */
.entry-content ul
{
    margin: 0 0 15px 30px !important;
}
.entry-content ul li
{
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}
.entry-content > *
{
    line-height: 1.6 !important;
    font-family: "Inter", sans-serif;
}
.single-page .entry-content div
{
    margin-bottom: 15px;
}
.single-page .entry-content p
{
    margin-bottom: 15px !important;
}
.entry-content br {
    display: block !important;
    line-height: 1.5; /* khoảng cách dọc */
    content: "";
}



.single-page .entry-content h1,
.single-page .entry-content h1 > *
{
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 26px !important;
    color: #003366 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
}
.single-page .entry-content h2,
.single-page .entry-content h2 > *
{
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #003366 !important;
    margin-bottom: 15px !important;
}
.single-page .entry-content h3,
.single-page .entry-content h3 > *
{
    text-align: left !important;
    font-size: 22px !important;
    color: #003366 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
}
.single-page .entry-content h4,
.single-page .entry-content h4 > *
{
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 20px !important;
    color: #003366 !important;
    margin-bottom: 15px !important;
}
.single-page .entry-content h5,
.single-page .entry-content h5 > *
{
    text-align: left !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #003366 !important;
    margin-bottom: 15px !important;
}
.single-page .entry-content h6,
.single-page .entry-content h6 > *
{
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #003366 !important;
    margin-bottom: 15px !important;
}
@-webkit-keyframes dangky-alo-circle-fill-anim {0% {-webkit-transform: rotate(0) scale(0.7) skew(1deg);opacity: 1;}50% {-webkit-transform: rotate(0) scale(1) skew(1deg);opacity: 1;}100% {-webkit-transform: rotate(0) scale(0.7) skew(1deg);opacity: 1;}}

@media screen and (max-width: 767px) {
    .single-page h1,
    .single-page h1 > *
    {
        font-size: 24px !important;
    }
    .single-page .entry-content h2,
    .single-page .entry-content h2 > *
    {
        font-size: 22px !important;
    }
    .single-page .entry-content h3,
    .single-page .entry-content h3 > *
    {
        font-size: 20px !important;
    }
    .single-page .entry-content h4,
    .single-page .entry-content h4 > *
    {
        font-size: 18px !important;
    }
    .single-page .entry-content h5,
    .single-page .entry-content h5 > *
    {
        font-size: 16px !important;
    }
    .single-page .entry-content h6,
    .single-page .entry-content h6 > *
    {
        font-size: 14px !important;
    }
}
#button-dialog {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}
.blog_list .post-title a
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ez-toc-container li
{
	margin-bottom: 0 !important
}
.single-page,
.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6,
.single-page > *
{
    font-family: "Inter", sans-serif !important;
}
.wpcf7 form.sent .wpcf7-response-output
{
	color: #46b450 !important;
	font-size: 15px !important;
	text-align:center !important;
	border: unset !important;
	font-weight: 600 !important
}
/* -------------------- */
@media only screen and (min-width: 1240px) {
    .single-page .row,
    .single-page .container
    {
        max-width: 1180px !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .single-page .row,
    .single-page .container {
        max-width: 940px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .single-page .row,
    .single-page .container {
        max-width: 708px;
    }
}
@media only screen and (max-width: 767px) {
    .single-page .row,
    .single-page .container {
        max-width: 550px !important;
    }
}