/*
 Theme Name: Javinalink
 Theme URI: https://flatsome3.uxthemes.com/
 Description: Child theme của Flatsome
 Author: UX Themes
 Template: flatsome
 Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
  --bg-logo: #fff;
  --color-background: #fff;
  --color-background01: #f6f6f6ff;
  --color-background02: #f5f5f5;
  --color-background-op80: #ffffffcc;

  --clr-000: #000;
  --color-font: #333;
  --color-font-white: #fff;
  --color-font01: #165dc3;
  --color-primary: #453840;
  --color-primary-tint: #ebe5c7;
  --color-secondary: #f0592f;
  --body-font-family: "Inter", sans-serif;
  --header-background: #ffffff;
  --header-background01:#f9f9f9;
  --header-color-font: #252524;
  --header-color-font-white: #fff;
  --header-color-primary: #1F9E97;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  --footer-background: #111;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  --font-sz-14: clamp(12px, calc(0.875rem + ((1vw - 19.2px) * 0.2232)), 14px);
  --font-sz-16: clamp(14px, calc(1rem + ((1vw - 19.2px) * 0.2232)), 16px);
  --px30: clamp(20px, calc(1.875rem + ((1vw - 19.2px) * 1.1161)), 30px);
		
  --primary: #453840;
  --primary-light: #ff7049;
  --primary-dark: #d14c1f;
  --secondary: #f0592f;
  --accent: #dc2626;
  --success: #7a9c59;
	
  --bg-light: #FFF8F9;
  --bg-white: #FFFFFF;
  --bg-cream: #FFF5F7;
  --bg-gray: #f5f6f8;
  --text-dark: #2C2C2C;
  --text-gray: #6B6B6B;
  --text-muted: #64748b;
  --border-light: #FFE8ED;
  --section-padding: clamp(3rem, 8vw, 5rem);
  --container-width: 1250px;	
}
*{
	font-family:'Inter',sans-serif;
}
html {
  scroll-behavior: smooth;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
	color:var(--color-font);
}
p{
	color:var(--color-font);
}
h2 {
    font-size: 2rem;
}
.border-radius-4 img{
	border-radius:4px;
}
.mt-10{
	margin-top:10px !important;
}
/*header*/
#masthead.header-main {
    background-color: var(--header-background01);	
	height: 5.25rem;
}
#wide-nav.header-bottom {
    background-color: var(--header-background);
	border-bottom:1px solid var(--footer-background);
	font-size: var(--font-sz-16);
}
.header-hotline {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-hotline .hotline-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: var(--font-sz-14);
    font-weight: 500;
    color: var(--color-font);
    transition: all 0.3s ease;
}

.header-hotline .hotline-icon {
    width: calc(var(--px30) + 8px );
    height: calc(var(--px30) + 8px );
    border-radius: 50%;
    background: var(--header-background01); 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.header-hotline .hotline-icon i {
    font-size: var(--font-sz-16);
    color: var(--color-primary); 
    transition: color 0.3s ease;
}
.header-hotline .hotline-text {
    white-space: nowrap;
}
.header-hotline .hotline-item:hover {
    color: var(--color-secondary);
}
.header-hotline .hotline-item:hover .hotline-icon {
    background: var(--color-secondary);
}
.header-hotline .hotline-item:hover .hotline-icon i {
    color: var(--color-font-white);
}
@media (min-width: 992px) {
    #wide-nav.header-bottom{
        height: 3.5rem;
		padding: 0px var(--px30);
    }
}
#wide-nav.header-bottom a{
	font-size: var(--font-sz-16);
	height: 3.5rem;
    border-radius: 0;
	height: 3.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0.75rem 1rem;
    color: var(--color-font);
    transition: none;
	text-transform:inherit;
	font-weight:500;
}
.card_1 .col-inner{
	 width: 100%;
    aspect-ratio: 9 / 6; 
    overflow: hidden;
    border-radius: 10px; 
    background: #f5f5f5;
	border-radius:8px;
	border:2px solid #fff;
}
.card_1 .col-inner img{
	width: 100%;
  	height: 100%;
  	object-fit: cover;  
	transition: transform .4s ease;
}
.card_1 .col-inner:hover img{
	transform: scale(1.1);
}
.cs_course .box-image{
	border-radius:4px;
}
.cs_course .card-cat{
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 50rem;
    background-color: rgba(240, 89, 47, 0.1);
    color: rgba(240, 89, 47, 0.7);
}
.cs_course .card-cat:before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.cs_course .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 2rem !important;
	color:var(--color-font);
}
.cs_course .card-badge {
    display: inline-block;
    border-radius: 50rem;
    padding: 0.3125rem 1rem 0.1875rem;
    background-color: var(--clr-000);
    color: #fff;
	margin-bottom:2rem;
	text-transform:uppercase;
}
.cs_course .card-title-2 {
    font-size: 1.125rem;
	color:var(--clr-000);
}
.cs_course .text-muted {
    color: rgba(34, 34, 34, 0.7) !important;
}
.cs_course .cours_cart-btn{
	display:flex;
	gap:20px;
	align-items:center;
	justify-content:center;
}
.cs_course .cours_cart-btn .btn-secondary-light {
    color: #000;
    background-color: #e1f1f2;
    border-color: #e1f1f2;
	padding:10px 20px;
	border-radius:8px;
}
.cs_course .cours_cart-btn .btn-primary-dark {
    color: #fff;
    background-color: #b80000;
    border-color: #b80000;
	padding:10px 20px;
	border-radius:8px;
}
.cs_course_list .col-inner{
	background: #fff;
	border-radius: 4px !important;
}
.cs_course_list .box-text{
	padding:10px;
	border-radius: 4px !important;
}   
.cs_course_list .image-cover{
	border-radius: 4px;
}
.cs_course_list .courses_1 .box-image img{
	width: 100%;
  	height: 100%;
  	object-fit: contain;  
	transition: transform .4s ease;
	border-radius: 0.375rem;
}
.cs_course_list .courses_1 .box-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0.1875rem rgba(250, 200, 28, 0.5) inset;
    border-radius: 0.375rem;
    background: linear-gradient(0deg, rgba(184, 0, 0, 0.75), rgba(184, 0, 0, 0.75));
    transition: all 0.2s ease-in-out;
}
.title-line-v {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.83333em;
}
.title-line-v:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.16667em;
    border-radius: 50rem;
    background-color: var(--color-primary);
}
.blog_course .box-text{
	padding:5px 10px 20px;
}
.blog_course .box-blog-post {
 	background:var(--color-font-white);
    border-radius: 14px;
    overflow: hidden;
    transition: all .35s ease;
}
.section-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.section-3 .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffdd78;
}
.iconpng-doc-quyen {
    background-position: -9.125rem 0rem;
    width: 12.25rem;
    height: 3.875rem;
}
[class*="iconpng-"] {
    display: inline-block;
    background-image: url('/wp-content/uploads/2026/01/sprite.png');
}
.section-title {
    margin-bottom: 1.5rem;
}
.nav-tag {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 28.75rem;
    padding: 1.125rem 3.125rem;
}
@media (max-width: 575.98px) {
    .nav-tag {
        max-width: 23.4375rem;
        padding: 1.125rem 2rem;
    }
}
.nav-tag .nav-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 1.55em;
    width: 1.55em;
    margin-right: 0.4em;
    margin-left: -0.3em;
    border-radius: 50rem;
    background-color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #222;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-number {
        font-size: 1.875rem;
    }
	.process-step{
		width:100% !important;
	}
}
.nav-tag .nav-link-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #ffeaed;
}
.nav-tag .nav-link-inner:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -2.1875rem;
    height: 4.375rem;
    width: 4.375rem;
    transform: rotate(45deg);
    background-color: #ffeaed;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link-inner:before {
        left: -1.875rem;
        height: 3.875rem;
        width: 3.875rem;
        transform: rotate(45deg) skew(5deg, 5deg);
    }
}
.nav-tag .nav-desc {
    display: inline-block;
    margin-top: 0.25rem;
    font-weight: normal;
    color: rgba(34, 34, 34, 0.7);
}
.nav-tag .nav-link {
    position: relative;
    z-index: 0;
    height: 3.875rem;
    padding: 0;
    border: none;
    background-color: #ffeaed;
    text-align: left;
    font-weight: bold;
    transition: none;
    outline: none;
    line-height: 1.3;
}
.nav-tag .nav-link:not(:last-child) {
    margin-bottom: 1.375rem;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}
.nav-tag .nav-link:before,
.nav-tag .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ffeaed;
    transform-origin: right center;
}
.nav-tag .nav-link:before {
    transform: skew(0, 3deg);
}
.nav-tag .nav-link:after {
    transform: skew(0, -3deg);
}
.nav-tag .nav-link:nth-child(odd):before,
.nav-tag .nav-link:nth-child(odd):after {
    transform-origin: left center;
}
.nav-tag .nav-link:nth-child(odd):before {
    transform: skew(0, -3deg);
}
.nav-tag .nav-link:nth-child(odd):after {
    transform: skew(0, 3deg);
}
.nav-tag .nav-link:nth-child(odd) .nav-link-inner {
    justify-content: flex-end;
    text-align: right;
}
.nav-tag .nav-link:nth-child(odd) .nav-link-inner:before {
    left: auto;
    right: -2.1875rem;
}
@media (max-width: 575.98px) {
    .nav-tag .nav-link:nth-child(odd) .nav-link-inner:before {
        right: -1.875rem;
    }
}
.nav-tag .nav-link:nth-child(odd) .nav-number {
    order: 2;
    margin-left: 0.4em;
    margin-right: -0.3em;
}
.nav-tag .nav-link:hover,
.nav-tag .nav-link:focus {
    color: #222;
}
.nav-tag .nav-link:hover,
.nav-tag .nav-link:hover:before,
.nav-tag .nav-link:hover:after,
.nav-tag .nav-link:hover .nav-link-inner,
.nav-tag .nav-link:hover .nav-link-inner:before,
.nav-tag .nav-link:focus,
.nav-tag .nav-link:focus:before,
.nav-tag .nav-link:focus:after,
.nav-tag .nav-link:focus .nav-link-inner,
.nav-tag .nav-link:focus .nav-link-inner:before {
    background-color: #ffe0e4;
}
.nav-tag .nav-link.active,
.nav-tag .nav-link.active:before,
.nav-tag .nav-link.active:after,
.nav-tag .nav-link.active .nav-link-inner,
.nav-tag .nav-link.active .nav-link-inner:before {
    background-color: #b80000;
    color: #fff;
}
/*.nav-tag .nav-link.active,
.nav-tag .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(182, 51, 51, 0.25);
}*/
.nav-tag .nav-link.active .nav-desc {
    color: #fff;
}
.nav-tag-primary-dark .nav-link-inner {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link-inner:before {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link:before,
.nav-tag-primary-dark .nav-link:after {
    background-color: #f4f5fb;
}
.nav-tag-primary-dark .nav-link:hover,
.nav-tag-primary-dark .nav-link:hover:before,
.nav-tag-primary-dark .nav-link:hover:after,
.nav-tag-primary-dark .nav-link:hover .nav-link-inner,
.nav-tag-primary-dark .nav-link:hover .nav-link-inner:before,
.nav-tag-primary-dark .nav-link:focus,
.nav-tag-primary-dark .nav-link:focus:before,
.nav-tag-primary-dark .nav-link:focus:after,
.nav-tag-primary-dark .nav-link:focus .nav-link-inner,
.nav-tag-primary-dark .nav-link:focus .nav-link-inner:before {
    background-color: #edeef8;
}
.nav-tag-primary-dark .nav-link.active,
.nav-tag-primary-dark .nav-link.active:before,
.nav-tag-primary-dark .nav-link.active:after,
.nav-tag-primary-dark .nav-link.active .nav-link-inner,
.nav-tag-primary-dark .nav-link.active .nav-link-inner:before {
    background-color: #b80000;
    color: #fff;
}
/*.nav-tag-primary-dark .nav-link.active,
.nav-tag-primary-dark .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(184, 0, 0, 0.25);
}*/
.nav-tag-primary-dark .nav-link.active .nav-desc {
    color: #fff;
}
.nav-tag-tertiary .nav-link-inner {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link-inner:before {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link:before,
.nav-tag-tertiary .nav-link:after {
    background-color: #f4f5fb;
}
.nav-tag-tertiary .nav-link:hover,
.nav-tag-tertiary .nav-link:hover:before,
.nav-tag-tertiary .nav-link:hover:after,
.nav-tag-tertiary .nav-link:hover .nav-link-inner,
.nav-tag-tertiary .nav-link:hover .nav-link-inner:before,
.nav-tag-tertiary .nav-link:focus,
.nav-tag-tertiary .nav-link:focus:before,
.nav-tag-tertiary .nav-link:focus:after,
.nav-tag-tertiary .nav-link:focus .nav-link-inner,
.nav-tag-tertiary .nav-link:focus .nav-link-inner:before {
    background-color: #edeef8;
}
.nav-tag-tertiary .nav-link.active,
.nav-tag-tertiary .nav-link.active:before,
.nav-tag-tertiary .nav-link.active:after,
.nav-tag-tertiary .nav-link.active .nav-link-inner,
.nav-tag-tertiary .nav-link.active .nav-link-inner:before {
    background-color: #00004d;
    color: #fff;
}
/*.nav-tag-tertiary .nav-link.active,
.nav-tag-tertiary .nav-link.active .nav-link-inner:before {
    box-shadow: 0 0 0 2px #fff, 3px 10px 30px rgba(0, 0, 77, 0.25);
}*/
.nav-tag-tertiary .nav-link.active .nav-desc {
    color: #fff;
}
.tab-content-tag {
    position: relative;
    padding: 3rem 1rem;
    border-radius: 0.625rem;
    background: #ec2229 url("../images/ex/phuong-phap-dao-tao/ppdt-s4-tab-bg.svg") no-repeat center center;
    background-size: cover;
    color: #fff;
}
.tab-content-tag:before {
    content: "";
    position: absolute;
    right: 26%;
    bottom: 100%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    margin-bottom: -1.5625rem;
    transform: rotate(45deg);
    background-color: #ec2229;
}
@media (max-width: 1259.98px) {
    .tab-content-tag:before {
        right: 22%;
    }
}
@media (max-width: 991.98px) {
    .tab-content-tag:before {
        right: 50%;
        transform: rotate(45deg) translateX(50%);
        transform-origin: right center;
    }
}
@media (min-width: 576px) {
    .tab-content-tag {
        padding: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-content-tag {
        margin: 0 -6rem;
        padding: 3rem 6rem;
    }
} /*---------------------------------------------------- tab wheel ----------------------------------------------------*/
.nav-wheel {
    position: relative;
    max-width: 26.875rem;
    color: #222;
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .nav-wheel {
        width: 26.875rem;
        max-width: 70%;
    }
}
.nav-wheel .nav {
    position: relative;
    transform: rotate(45deg);
    padding-top: 100%;
    transition: transform 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-wheel .nav {
        transition: none;
    }
}
.nav-wheel[data-active="1"] .nav {
    transform: rotate(225deg);
}
.nav-wheel[data-active="2"] .nav {
    transform: rotate(135deg);
}
.nav-wheel[data-active="3"] .nav {
    transform: rotate(45deg);
}
.nav-wheel[data-active="4"] .nav {
    transform: rotate(-45deg);
}
.nav-wheel .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url("/wp-content/uploads/2026/01/wheel-ripl.svg");
    background-repeat: no-repeat;
    background-size: 200%;
    transition: all 0.2s ease-in-out;
    border: 0 solid transparent;
    background-color: #f8cf0e;
}
@media (prefers-reduced-motion: reduce) {
    .nav-wheel .nav-link {
        transition: none;
    }
}
.nav-wheel .nav-link.active {
    border: 0.25rem solid #fff;
}
.nav-wheel .nav-link:not(.active):hover,
.nav-wheel .nav-link:not(.active):focus {
    filter: brightness(1.1);
}
.nav-wheel .nav-link-1 {
    top: 0;
    left: 0;
    border-top-left-radius: 100%;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    background-position: 0 0;
}
.nav-wheel .nav-link-1.active {
    transform: scale(1.07) translate(0.125rem, 0.125rem);
    transform-origin: bottom right;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    background-image: url("/wp-content/uploads/2026/01/wheel-ripl.svg"), linear-gradient(-45deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-2 {
    top: 0;
    right: 0;
    border-top-right-radius: 100%;
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    background-position: 100% 0;
}
.nav-wheel .nav-link-2.active {
    transform: scale(1.07) translate(-0.125rem, 0.125rem);
    transform-origin: bottom left;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    background-image: url("/wp-content/uploads/2026/01/wheel-ripl.svg"), linear-gradient(45deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-3 {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 100%;
    border-left: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    background-position: 100% 100%;
}
.nav-wheel .nav-link-3.active {
    transform: scale(1.07) translate(-0.125rem, -0.125rem);
    transform-origin: top left;
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    background-image: url("/wp-content/uploads/2026/01/wheel-ripl.svg"), linear-gradient(135deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel .nav-link-4 {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 100%;
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    background-position: 0 100%;
}
.nav-wheel .nav-link-4.active {
    transform: scale(1.07) translate(0.125rem, -0.125rem);
    transform-origin: top right;
    border-top-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-image: url("/wp-content/uploads/2026/01/wheel-ripl.svg"), linear-gradient(-135deg, #fe9700 40%, #ffe263 80%);
}
.nav-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64.65116%;
    height: 64.65116%;
    border-radius: 50%;
    border: 0.25rem solid #f8cf0e;
   /* box-shadow: 0 0 0 0.3125rem #fff;*/
    background: #fff url("/wp-content/uploads/2026/01/wheel-ripl.svg") no-repeat center center;
    background-size: 154.67626%;
}
.tab-content-wheel {
    position: relative;
    padding: 3rem 1rem;
    border-radius: 0.625rem;
    background-color: #fff;
}
.tab-content-wheel:before {
    content: "";
    position: absolute;
    right: 23%;
    bottom: 100%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    margin-bottom: -1.5625rem;
    transform: rotate(45deg);
    background-color: #fff;
}
@media (max-width: 1259.98px) {
    .tab-content-wheel:before {
        right: 17.5%;
    }
}
@media (max-width: 991.98px) {
    .tab-content-wheel:before {
        right: 16.5%;
    }
}
@media (max-width: 767.98px) {
    .tab-content-wheel:before {
        right: 50%;
        transform: rotate(45deg) translateX(50%);
        transform-origin: right center;
    }
}
@media (min-width: 576px) {
    .tab-content-wheel {
        padding: 3rem;
    }
}
@media (min-width: 1260px) {
    .tab-content-wheel {
        margin: 0 -6rem;
        padding: 3rem 6rem;
    }
}
.tab-content-wheel .badge {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 50rem;
    background: linear-gradient(90deg, #ec2229 0%, #f56e0b 105.4%);
}
.tab-content-wheel .title-number {
    position: relative;
}
.tab-content-wheel .title-number:after {
    content: attr(data-number);
    position: absolute;
    top: -0.13043em;
    left: -0.08696em;
    font-size: 575%;
    line-height: 1;
    opacity: 0.2;
    background: linear-gradient(#5c5c5c, rgba(92, 92, 92, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 
.tab-content > .tab-pane {
    display: none;
}
.fade:not(.show) {
    opacity: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
.blockquote-1 {
    position: relative;
    z-index: 0;
    color: #fff;
    background-color: #2C378E;
    border-top-right-radius: 5em;
    border-bottom-left-radius: 5em;
    padding: 3.6em 2em;
    margin: 0.8125rem;
    font-size: 1.25rem;
    font-weight: bold;
}
.text-center {
    text-align: center !important;
}
.blockquote p:last-of-type {
    margin-bottom: 0;
}
.blockquote-1 .blockquote-quote-left {
    position: absolute;
    top: -0.72em;
    left: 21.65354%;
    pointer-events: none;
    font-size: 2.5em;
    color: #222;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.iconsvg-double-quote-left {
    font-size: 3.125rem;
    width: 1.42em;
}
[class*="iconsvg"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.tab-content > .active {
    display: block;
}
.iconsvg-clipboard-list-check {
    font-size: 3.5625rem;
    width: 0.91228em;
}
.text-primary {
    color: var(--color-primary) !important;
}
.title_6{
	font-size: 1rem;
	font-weight:bold;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
.animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.iconsvg-long-arrow-right-2 {
    font-size: 0.625rem;
    width: 2.1em;
}
.section-title {
    color: #165dc3;
	margin-bottom: 1.5rem;
}
.border-radius-4,.border-radius-4 img{
	border-radius:4px;
}
.d-flex{
	display:flex !important;
}
.jc_between{
	justify-content:space-between;
}
.jc_center{
	justify-content:center;
}
.text-12{
	font-size:12px;
}
.client-logos__list .box-image{
	 width: 100%;
    aspect-ratio: 9 / 6; 
    overflow: hidden;
    border-radius: 10px; 
    background: #f5f5f5;
}
.client-logos__list .box-image img{
	width: 100%;
  height: 100%;
  object-fit: contain;  
	transition: transform .4s ease;
}
.client-logos__list .box-image:hover img{
	transform: scale(1.1);
}
/*form contact*/
form.wpcf7-form {
    margin-bottom: 0px !important;
}
.tranglienhe {
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    padding: 32px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.hoten {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.ddd {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #343234;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.inputnhap input {
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F3F7;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #343234;
    height: 56px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
input.lienhengaysds {
    width: 100%;
    text-transform: uppercase !important;
    padding: 14px 20px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    background: linear-gradient(45deg, #ff5722, #ff9800);
    color: #fff;
    cursor: pointer;
    animation: pulse 1.4s ease-in-out infinite;
    transition: 0.3s;
}

input.lienhengaysds:hover {
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(255, 152, 0, 0.6);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(255, 152, 0, 0.6);
    }
    50% {
        transform: scale(1.07);
        box-shadow: 0 0 18px rgba(255, 152, 0, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(255, 152, 0, 0.6);
    }
}
.ads_right .box_ads a span {
    color: #fff;
}
.ads_right .box_ads span {
    position: absolute;
    top: 42%;
    left: 6%;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.ads_right .box_ads {
    position: relative;
    margin-bottom: 15px;
}
ul.quick_lk {
    padding: 0;
    margin-top: 30px;
    clear: both;
}
ul.quick_lk li {
    padding: 5px 0;
	line-height: 1.2;
	margin-left:0px;
}
ul.quick_lk li span a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 500;
    background: url('/wp-content/uploads/2026/02/arr_r.png') no-repeat 0 2px;
    padding-left: 21px;
}

.form-tu-van {
    max-width: 420px;
    margin: 0 auto;
    background: #0397d6;
    padding: 40px 30px;
    border-radius: 4px;
    color: #fff;
    font-family: Arial, sans-serif;
}
.form-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	color:var(--color-font-white);
}
.form-tu-van .line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 0 auto 25px auto;
}
.input-group .label {
    font-size: 15px;
    font-weight: 600;
}
.form-tu-van input[type="text"],
.form-tu-van input[type="email"],
.form-tu-van input[type="tel"],
.form-tu-van textarea,
.form-tu-van select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
}
.form-tu-van textarea {
    height: 100px;
    resize: vertical;
}
.uudai-box {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.uudai-box .highlight {
    color: #ffea00;
    font-weight: 700;
}
input.lienhengaysds {
    background: #ffc400;
    padding: 12px 24px;
    color: #000;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
    animation: pulse 1.4s ease-in-out infinite;
}
input.lienhengaysds:hover {
    transform: scale(1.05);
}
.note {
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0px rgba(255, 228, 0, 0.4); }
    50% { transform: scale(1.07); box-shadow: 0 0 15px rgba(255, 228, 0, 0.7); }
    100% { transform: scale(1); box-shadow: 0 0 0px rgba(255, 228, 0, 0.4); }
}
.input-group select.wpcf7-select {
    width: 100%;
    height: 45px;
    padding: 10px 14px;
    font-size: 15px;
    color: #333;
    border: none;
    border-radius: 8px;
    background: #fff;
    outline: none;
    margin-bottom: 20px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.input-group select.wpcf7-select option {
    font-size: 13px;
}
.input-group .label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.input-group select.wpcf7-select:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.box_folder_nth .item {
    float: left;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.box_folder_nth .item .item-caption {
    padding-right: 0px;
    padding-left: 100px;
}
.box_folder_nth .item .item-caption h3 a{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}
.box_folder_nth .item p.user {
    margin-bottom: 0px;
    margin-right: 10px;
    color: rgb(51, 51, 51);
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box_folder_nth .item .item-position.top1 {
    color: rgb(255, 51, 51) !important;
}
.box_folder_nth .item .item-position.top2 {
    color: rgb(51, 204, 153) !important;
}
.box_folder_nth .item .item-position.top3{
   color: rgb(255, 153, 51) !important;
}
.box_folder_nth .item .item-position {
    position: absolute;
    top: 21px;
    left: 25px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: rgb(119, 119, 119);
}
.box_folder_nth .item .item-position span {
    font-size: 12px;
    display: block;
}
/* BREADCRUMBS */
ul.breadcrumbs {
    list-style: none;
    padding: 15px 20px;
    margin: 0 0 25px 0;
    background: #fff;
    border-radius: 4px;
}

ul.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #666;
}

ul.breadcrumbs li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

ul.breadcrumbs li a:hover {
    color: #E60000;
}

ul.breadcrumbs li i {
    margin-right: 5px;
    color: #E60000;
}
/* ARTICLE CONTAINER */
.col_news_cm {
    background: #fff;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 30px;
}

article.thumbnail-news-view {
    padding: 20px;
}

article.thumbnail-news-view h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.block_timer_share {
    padding: 15px 0;
    margin-bottom: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.block_timer {
    font-size: 14px;
    color: #666;
}

.block_timer i {
    margin-right: 5px;
    color: #E60000;
}

.block_share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.block_share .fb-share-button,
.block_share .fb-like {
    display: inline-block;
    vertical-align: middle;
}
/* ===================================
   POST CONTENT
   =================================== */
.full_test#main{
	background:#f3f7fa;
}
#news_detail_content.post_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

#news_detail_content p {
    margin-bottom: 20px;
}

#news_detail_content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #E60000;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #E60000;
}

#news_detail_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 15px 0;
}

#news_detail_content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 4px;
}

#news_detail_content ul,
#news_detail_content ol {
    margin: 15px 0;
    padding-left: 30px;
}

#news_detail_content li {
    margin-bottom: 10px;
}

#news_detail_content a {
    color: #0000CD;
    text-decoration: none;
    transition: color 0.3s ease;
}

#news_detail_content a:hover {
    color: #E60000;
    text-decoration: underline;
}

#news_detail_content blockquote {
    background: #f9f9f9;
    border-left: 4px solid #E60000;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

#news_detail_content strong,
#news_detail_content b {
    font-weight: 700;
    color: #222;
}

#news_detail_content em,
#news_detail_content i {
    font-style: italic;
}

/* Table Styles */
.table-responsive2 {
    overflow-x: auto;
    margin: 20px 0;
}

#news_detail_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#news_detail_content table th {
    background: #E60000;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

#news_detail_content table td {
    padding: 12px;
    border: 1px solid #ddd;
}

#news_detail_content table tr:nth-child(even) {
    background: #f9f9f9;
}

/* Content Menu (Table of Contents) */
#content_menu {
    background: #FBFCFF;
    border-left: 3px solid #EC2229;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

#content_menu .menu_content p {
    margin: 0;
    padding: 8px 0;
}

#content_menu .menu_content p:first-child {
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

#content_menu .menu_content a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

#content_menu .menu_content a:hover {
    color: #E60000;
    padding-left: 10px;
}

#content_menu .menu_content b {
    color: #E60000;
    margin-right: 5px;
}

/* ===================================
   TAGS
   =================================== */
ul.tags {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

ul.tags li:first-child {
    font-weight: 700;
    color: #222;
}

ul.tags li {
    display: inline-block;
}

ul.tags li a {
    background: #f0f0f0;
    padding: 6px 15px;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-block;
}

ul.tags li a:hover {
    background: #E60000;
    color: #fff;
}

/* ===================================
   RELATED POSTS
   =================================== */
.title-detail-cl {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #E60000;
    text-transform: uppercase;
}

.other-news-other {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.other-news-other li {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.other-news-other li:hover {
    transform: translateY(-3px);
}

.other-news-other figure {
    margin: 0;
    overflow: hidden;
}

.other-news-other figure a {
    display: block;
}

.other-news-other figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.other-news-other li:hover figure img {
    transform: scale(1.1);
}

.other-news-other figcaption {
    padding: 15px;
}

.other-news-other figcaption a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.other-news-other figcaption a:hover {
    color: #E60000;
}
.owl-carousel .owl-controls {
    margin-top: 20px;
}

.owl-carousel .owl-nav button {
    background: #E60000 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button:hover {
    background: #c00000 !important;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #E60000;
    width: 12px;
    height: 12px;
}
#main.full_test .col{
	background: #fefefe;
}
.social-share-bottom {
    margin: 40px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.social-share-bottom .share-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.share-facebook {
    background: #1877f2;
    color: #fff;
}

.share-facebook:hover {
    background: #0c63d4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24,119,242,0.4);
}

.share-twitter {
    background: #1da1f2;
    color: #fff;
}

.share-twitter:hover {
    background: #0c85d0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29,161,242,0.4);
}

.share-linkedin {
    background: #0077b5;
    color: #fff;
}

.share-linkedin:hover {
    background: #005885;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,119,181,0.4);
}

.share-email {
    background: #7c7c7c;
    color: #fff;
}

.share-email:hover {
    background: #5a5a5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124,124,124,0.4);
}

.share-copy {
    background: #f9c921;
    color: #333;
}

.share-copy:hover {
    background: #d4a41d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249,201,33,0.4);
}

.share-copy.copied {
    background: #28a745;
    color: #fff;
}
.menu-main-menu #menu-main-menu-1{
	display:flex;
}
/* === HEADER BOTTOM NAV === */
.header-bottom2 {
    padding: 0 15px;
    background: #fff; 
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.header-bottom2 .header-bottom-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-bottom2 .header-bottom-nav > li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.header-bottom2 .header-bottom-nav .nav-top-link {
    display: inline-flex;
    align-items: center;
    padding: 14px 16px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-bottom2 .header-bottom-nav .nav-top-link:hover,
.header-bottom2 .header-bottom-nav .nav-top-link.active {
    color: #e74c3c; 
    background: rgba(231, 76, 60, 0.05);
}
.header-bottom2 .header-bottom-nav .icon-angle-down {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s ease;
}
.header-bottom2 .header-bottom-nav li:hover .icon-angle-down {
    transform: rotate(180deg);
}
.header-bottom2 .sub-menu.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.header-bottom2 .header-bottom-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-bottom2 .sub-menu .menu-item {
    display: block;
}
.header-bottom2 .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.header-bottom2 .sub-menu a:hover {
    background: #f8f9fa;
    color: #e74c3c;
    padding-left: 25px;
}
@media (max-width: 849px) {
   .header-bottom2 .header-bottom-wrapper {
        display: none;
    }
}
.header-bottom2 .menu-item.current-menu-item > a,
.header-bottom2 .menu-item.current-menu-ancestor > a {
    color: #e74c3c !important;
    font-weight: 700;
}    
/*footer*/
.card-store-list {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
	padding:0;
}
/*.card-store-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}*/
.card-store-list .accordion-title {
    color: #000 !important;
}
.card-store-list .accordion-title .toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s;
    color: #0a77d5;
}
.card-store-list .accordion-inner {
    padding: 0;
    background: #fff !important;
}
.card-store-list .card-store .card-body {
    padding: 20px;
}
.card-store .card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0a2d4d;
}
.card-store ul.list {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
}
.card-store ul.list li {
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.card-store .list-icon {
    width: 18px;
    height: 18px;
    fill: #0a77d5;
}
/* Link trong info */
.card-store a.text-muted,
.card-store a.text-body {
    color: #0a77d5;
    font-weight: 600;
    text-decoration: none;
}
.card-store a.text-muted:hover,
.card-store a.text-body:hover {
    text-decoration: underline;
}
.btn.btn-primary-light {
    background: #eaf4ff;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 600;
    color: #0a77d5;
    display: inline-block;
    transition: 0.25s;
    text-decoration: none;
}
.btn.btn-primary-light:hover {
    background: #d4eaff;
}

/* POSTS LIST CONTAINER */
.col_news_cm.archive-posts {
    margin-top: 30px;
    margin-bottom: 40px;
}

.col_news_cm .posts-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.col_news_cm .post-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.col_news_cm .post-wrapper {
    display: flex;
    gap: 0;
    height: 100%;
}
/*.post-thumbnail {
    flex: 0 0 320px;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}*/
.col_news_cm .post-thumbnail a {
    display: flex;
    height: 100%;
    width: 100%;
	align-items:center;
	justify-content:center;
}
/*.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}*/
.col_news_cm .post-item:hover .post-thumbnail img {
    transform: scale(1.01);
}
.col_news_cm .post-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.98);
    color: #333;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    z-index: 2;
    transition: all 0.3s ease;
}

.col_news_cm .post-item:hover .post-date-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    transform: scale(1.05);
}

.col_news_cm .post-date-badge i {
    margin-right: 6px;
    color: #0066cc;
    transition: color 0.3s ease;
}

.col_news_cm .post-item:hover .post-date-badge i {
    color: #fff;
}
.col_news_cm .post-details {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

/* Post Title */
.col_news_cm .post-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
}

.col_news_cm .post-title a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline;
    background-image: linear-gradient(transparent calc(100% - 2px), #0066cc 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s ease;
}
.col_news_cm .post-title a:hover {
    color: #0066cc;
    background-size: 100% 100%;
}
.col_news_cm .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f0f0f0;
}

.col_news_cm .post-meta span {
    font-size: 14px;
    color: #666;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    transition: color 0.3s ease;
}

.col_news_cm .post-meta span:hover {
    color: #0066cc;
}

.col_news_cm .post-meta i {
    margin-right: 7px;
    color: #0066cc;
    font-size: 14px;
}

.col_news_cm .post-meta .post-date i {
    color: #ff6b6b;
}

.col_news_cm .post-meta .post-comments i {
    color: #4ecdc4;
}

.col_news_cm .post-meta a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.col_news_cm .post-meta a:hover {
    color: #0066cc;
}

/* Category Badge (if exists) */
.col_news_cm .post-category {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
}

.col_news_cm .post-category a {
    color: #667eea;
    font-weight: 600;
}

.col_news_cm .post-category a:hover {
    color: #764ba2;
}
.col_news_cm .post-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col_news_cm .post-read-more {
    margin-top: auto;
    padding-top: 10px;
}

.col_news_cm .btn-read-more {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.col_news_cm .btn-read-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.col_news_cm .btn-read-more:hover::before {
    left: 100%;
}

.col_news_cm .btn-read-more:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
    color: #fff;
}

.col_news_cm .btn-read-more i {
    margin-left: 10px;
    transition: margin-left 0.3s ease;
    font-size: 16px;
}

.col_news_cm .btn-read-more:hover i {
    margin-left: 15px;
}

.col_news_cm .pagination-wrapper {
    margin: 50px 0 30px 0;
    text-align: center;
}

.col_news_cm .pagination-wrapper:empty {
    margin: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col_news_cm .post-item {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.col_news_cm.post-item:nth-child(1) { animation-delay: 0.1s; }
.col_news_cm.post-item:nth-child(2) { animation-delay: 0.2s; }
.col_news_cm.post-item:nth-child(3) { animation-delay: 0.3s; }
.col_news_cm.post-item:nth-child(4) { animation-delay: 0.4s; }
.col_news_cm.post-item:nth-child(5) { animation-delay: 0.5s; }
@media (max-width: 1199px) {
   .col_news_cm .post-thumbnail {
        flex: 0 0 280px;
    }
    
   .col_news_cm .post-title {
        font-size: 22px;
    }
    
   .col_news_cm .post-details {
        padding: 25px;
    }
}

@media (max-width: 991px) {
   .col_news_cm .posts-list {
        gap: 20px;
    }
    
   .col_news_cm .post-thumbnail {
        flex: 0 0 250px;
    }
    
   .col_news_cm .post-title {
        font-size: 20px;
    }
    
   .col_news_cm .post-details {
        padding: 20px;
    }
    
   .col_news_cm .post-meta {
        gap: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
   .col_news_cm .post-excerpt {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    
   .col_news_cm .btn-read-more {
        padding: 10px 24px;
        font-size: 14px;
    }
}

/* Mobile Landscape (576px - 767px) */
@media (max-width: 767px) {
    .col_news_cm .col_news_cm.archive-posts {
        margin-top: 20px;
    }
    
    .col_news_cm .posts-list {
        gap: 18px;
    }
    
    .col_news_cm .post-wrapper {
        flex-direction: column;
    }
    
    .col_news_cm .post-thumbnail {
        flex: 0 0 auto;
       /* height: 220px;*/
        width: 100%;
		aspect-ratio: 3/ 4;
    }
    
    .col_news_cm .post-date-badge {
        top: 15px;
        left: 15px;
        padding: 8px 15px;
        font-size: 12px;
    }
    
    .col_news_cm .post-details {
        padding: 20px 18px;
    }
    
    .col_news_cm .post-title {
        font-size: 19px;
        margin-bottom: 12px;
    }
    
    .col_news_cm .post-meta {
        gap: 12px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        flex-wrap: wrap;
    }
    
    .col_news_cm .post-meta span {
        font-size: 13px;
    }
    
    .col_news_cm .post-excerpt {
        font-size: 14px;
        margin-bottom: 15px;
        -webkit-line-clamp: 3;
    }
    
    .col_news_cm .btn-read-more {
        padding: 10px 22px;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .col_news_cm .posts-list {
        gap: 15px;
    }
    
   .col_news_cm .post-thumbnail {
        flex: 0 0 auto;
        height: 320px;
        width: 100%;
		aspect-ratio: 3/4;
    }
	.col_news_cm .post-thumbnail {
		width:100%;
		height:100%;
		object-fit:cover;
		margin:0 auto;
	}
    .col_news_cm .post-date-badge {
        top: 12px;
        left: 12px;
        padding: 7px 13px;
        font-size: 11px;
    }
    
    .col_news_cm .post-details {
        padding: 18px 15px;
    }
    
    .col_news_cm .post-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .col_news_cm .post-meta {
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .col_news_cm .post-meta span {
        font-size: 12px;
    }
    
    .col_news_cm .post-meta i {
        font-size: 12px;
        margin-right: 5px;
    }
    
    .col_news_cm .post-excerpt {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .col_news_cm .btn-read-more {
        padding: 9px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }
    
    .col_news_cm .btn-read-more:hover {
        transform: translateY(-2px);
    }
}

/* Small Mobile (< 400px) */
@media (max-width: 399px) {
    .col_news_cm .post-thumbnail {
        height: 180px;
    }
    
    .col_news_cm .post-title {
        font-size: 16px;
    }
    
    .col_news_cm .post-excerpt {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .col_news_cm .post-item {
        position: relative;
    }
    
    .col_news_cm .post-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 12px;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
        pointer-events: none;
    }
    
    .col_news_cm .post-item:hover::after {
        border-color: rgba(102, 126, 234, 0.3);
    }
}

/* ===================================
   PRINT STYLES
=================================== */
@media print {
    .col_news_cm .post-item {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
    
    .col_news_cm .post-date-badge,
    .col_news_cm .btn-read-more {
        display: none;
    }
    
    .col_news_cm .post-thumbnail {
        flex: 0 0 200px;
    }
}

/* ===================================
   ACCESSIBILITY
=================================== */
.col_news_cm .post-item:focus-within {
    outline: 3px solid #667eea;
    outline-offset: 3px;
}

.col_news_cm .btn-read-more:focus {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(102, 126, 234, 0.5);
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .col_news_cm .post-item {
        border: 2px solid #000;
    }
    
    .col_news_cm .post-title a,
    .col_news_cm .post-meta span {
        color: #000;
    }
}
@media (prefers-reduced-motion: reduce) {
    .col_news_cm .post-item,
    .col_news_cm .post-thumbnail img,
    .col_news_cm .btn-read-more,
    .col_news_cm .post-date-badge {
        transition: none;
        animation: none;
    }
    
    .col_news_cm .post-item:hover {
        transform: none;
    }
}
/*@media (prefers-color-scheme: dark) {
    .post-item {
        background: #2d2d2d;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .post-details {
        background: #2d2d2d;
    }
    
    .post-title,
    .post-title a {
        color: #f0f0f0;
    }
    
    .post-meta {
        border-bottom-color: #404040;
    }
    
    .post-meta span,
    .post-meta a {
        color: #b0b0b0;
    }
    
    .post-excerpt {
        color: #c0c0c0;
    }
    
    .post-date-badge {
        background: rgba(45, 45, 45, 0.98);
        color: #f0f0f0;
    }
    
    .post-item:hover .post-date-badge {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
}*/

.col_news_cm .post-item.featured {
    border-left: 4px solid #667eea;
}

.col_news_cm .post-item.sticky {
    background: linear-gradient(to right, rgba(102, 126, 234, 0.05), transparent);
}
.col_news_cm .posts-list:empty::after {
    content: 'Chưa có bài viết nào';
    display: block;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 18px;
    font-style: italic;
}
.text-title {
	color:var(--color-font01) !important;
}
.title_2 span{
	color:var(--color-secondary);
}
.title_2 img{
	max-width:100px;
	width:100%;
	height:auto;
}

@media print, screen and (max-width: 768px) {
.title_2 img{
	max-width:100px;
	width:100%;
	height:auto;
}		
}
.number-ttl{
	color:var(--color-primary);
	font-size: 2.5rem;
}
.accordion-1 .accordion-item {
    position: relative;
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
}
.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #222;
}
/*.menu_footer li a{
	color:var(--color-font-white);
}*/
.iconpng-emoji-comment {
    background-position: 0rem 0rem;
    width: 9.125rem;
    height: 6rem;
}
.statistic-link {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f5f5f5;
    transition: all 0.2s ease-in-out;
    border-radius: 0.5rem;
    font-weight: bold;
}
.statistic-link i{
	font-size: 1.2rem;
    width: 1.2rem;
}
.statistic-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: var(--color-font-white);
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: 0.25s;
}
.statistic-link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: var(--color-primary); 
    color: var(--color-font-white);
    border-radius: 8px;
    font-size: 18px;
    transition: 0.25s;
}
.statistic-link:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.text-primary{
	color:var(--color-primary);
}
.text-dark {
    color:var(--color-font) !important;
}
.list_icon_home{
	padding-left:10px;
}
.nav-dropdown-default.sub-menu {
    background: var(--color-font-white);
    padding: 5px 0;
    border-radius: 4px;
    min-width: 200px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    animation: fadeDropdown 0.25s ease;
}
.nav-dropdown-default.sub-menu li a {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    color: var(--color-font);
    transition: 0.25s ease;
    text-decoration: none;
    border-radius: 4px;
}
.nav-dropdown-default.sub-menu li a:hover {
    background: #f2f2f2;
    color: var(--color-primary);
    padding-left: 20px;
}
@keyframes fadeDropdown {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-banner .box-text.text-left {
    display: inline-block;
    max-width: 100%;
    padding: 0.5rem 1.25rem;
    border-radius: 50rem;
    background-color: #fff;
    color: #767676;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-lead {
    display: inline-block;
    max-width: 100%;
    padding: 0.5rem 1.25rem;
    border-radius: 50rem;
    background-color: #fff;
    color: #767676;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_accordion .accordion {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.list_accordion .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.list_accordion .accordion-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.list_accordion .accordion-title {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #f8f9fa;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.list_accordion .accordion-title:hover {
  background-color: #e9ecef;
}

.list_accordion .accordion-title.active {
  background-color: #007bff;
  color: white;
}


.list_accordion .accordion-title .toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.list_accordion .accordion-title.active .toggle {
  transform: rotate(180deg);
}

.list_accordion .accordion-title .toggle i {
  font-size: 18px;
  color: inherit;
}

.list_accordion .accordion-title span {
  flex: 1;
}

.list_accordion .accordion-inner {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.list_accordion .accordion-inner[style*="display: block"] {
  max-height: 500px;
  padding: 20px;
}

.list_accordion .accordion-inner p {
  margin: 0;
  line-height: 1.6;
  color: #555;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .list_accordion .accordion {
    padding: 10px;
  }
  
  .list_accordion .accordion-title {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .list_accordion .accordion-inner {
    padding: 0 15px;
  }
  
  .list_accordion .accordion-inner[style*="display: block"] {
    padding: 15px;
  }
}
.ss_sidebar .widget.flatsome_recent_posts {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.ss_sidebar .widget-title {
  padding-top:10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.ss_sidebar .widget-title span {
  position: relative;
  padding-bottom: 8px;
}

.ss_sidebar .is-divider {
  height: 2px;
  background-color: #e0e0e0;
  margin: 10px 0 20px;
  border-radius: 2px;
}

.ss_sidebar .is-divider.small {
  width: 50px;
}
.ss_sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ss_sidebar .recent-blog-posts-li {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.ss_sidebar .recent-blog-posts-li:last-child {
  border-bottom: none;
}

.ss_sidebar .recent-blog-posts-li:hover {
  background-color: #f8f9fa;
  padding-left: 8px;
}

.ss_sidebar .flex-row.recent-blog-posts {
  display: flex;
  align-items: flex-start;
}

.ss_sidebar .align-top {
  align-items: flex-start;
}

.ss_sidebar .pt-half {
  padding-top: 12px;
}

.ss_sidebar .pb-half {
  padding-bottom: 12px;
}

.ss_sidebar .flex-col {
  display: flex;
  flex-direction: column;
}

.ss_sidebar .flex-col.mr-half {
  margin-right: 12px;
}

.ss_sidebar .flex-grow {
  flex: 1;
}

.ss_sidebar .badge.post-date {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.ss_sidebar .badge-outline {
  border: 2px solid #e0e0e0;
}

.ss_sidebar .badge-inner.bg-fill {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.3s ease;
}

.ss_sidebar .recent-blog-posts-li:hover .badge-inner.bg-fill {
  transform: scale(1.1);
}

.ss_sidebar .flex-col.flex-grow a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.ss_sidebar .flex-col.flex-grow a:hover {
  color: #007bff;
}

.ss_sidebar .post_comments {
  font-size: 12px;
  color: #999;
}

.ss_sidebar .post_comments a {
  color: inherit;
  text-decoration: none;
}

.ss_sidebar .op-7 {
  opacity: 0.7;
}
.ss_sidebar .block {
  display: block;
}
.ss_sidebar .is-xsmall {
  font-size: 11px;
}

/* Responsive */
@media (max-width: 768px) {
 .ss_sidebar .widget.flatsome_recent_posts {
    padding: 15px;
  }

  .ss_sidebar .widget-title {
    font-size: 18px;
  }

  .ss_sidebar .badge.post-date {
    width: 60px;
    height: 60px;
  }

  .ss_sidebar .flex-col.flex-grow a {
    font-size: 14px;
  }
}
.ss_sidebar .recent-blog-posts-li {
  position: relative;
  overflow: hidden;
}
.ss_sidebar .recent-blog-posts-li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #007bff, #0056b3);
  transition: height 0.3s ease;
}
.ss_sidebar .recent-blog-posts-li:hover::before {
  height: 100%;
}

/* Container với Flexbox */
/* Container - Grid 3 cột */
.other-news-other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* Title Section */
.title-detail-cl {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-detail-cl i {
  color: #007bff;
  font-size: 22px;
}

/* Related Post Item */
.related-post-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.related-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #007bff;
}

/* Figure Container */
.related-post-item figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 200px;
  background-color: #f5f5f5;
}

.related-post-item figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Image Styling */
.related-post-item img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.related-post-item:hover img {
  transform: scale(1.1);
}

/* Post Date Badge */
.post-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 123, 255, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.post-date i {
  font-size: 11px;
}

/* Figcaption - Content Area */
.related-post-item figcaption {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Title Link */
.related-post-item figcaption > a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}

.related-post-item figcaption > a:hover {
  color: #007bff;
}

/* Excerpt */
.post-excerpt-short {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
  .other-news-other {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* Responsive - Mobile */
@media (max-width: 576px) {
  .other-news-other {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .related-post-item figcaption {
    padding: 15px;
  }
  
  .title-detail-cl {
    font-size: 18px;
  }
}
.hero {
            background: linear-gradient(135deg, #FFF8F9 0%, #FFE8ED 100%);
            padding: var(--section-padding) 0;
            position: relative;
            overflow: hidden;
            min-height: 600px;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(240, 89, 47, 0.1), transparent);
            border-radius: 50%;
        }
        .hero::after {
            content: '🌸';
            position: absolute;
            font-size: 15rem;
            opacity: 0.03;
            top: 20%;
            left: -5%;
            animation: float 6s ease-in-out infinite;
        }
        .hero-container {
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        .hero-content {
            animation: fadeInLeft 1s ease;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: white;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 15px rgba(240, 89, 47, 0.15);
        }
        .hero-title {
            font-family: var(--font-jp);
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            font-weight: 900;
            line-height: 1.1;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }
        .hero-title .highlight {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-subtitle {
            font-size: 1.25rem;
            color: var(--text-gray);
            margin-bottom: 2rem;
            line-height: 1.8;
        }
        .hero-stats {
            display: flex;
            gap: 2.5rem;
            margin-bottom: 2.5rem;
        }
        .stat-item {
            text-align: center;
        }
        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
            margin-bottom: 0.25rem;
        }
        .stat-label {
            font-size: 0.9rem;
            color: var(--text-gray);
            font-weight: 500;
        }
        .hero-cta-group {
            display: flex;
            gap: 1.5rem;
            align-items: center;
        }
        .btn-primary {
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            padding: 1.25rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.05rem;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(240, 89, 47, 0.3);
            border: none;
            cursor: pointer;
        }
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(240, 89, 47, 0.4);
        }
        .btn-secondary {
            color: var(--primary);
            text-decoration: none;
            font-weight: 700;
            font-size: 1.05rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: gap 0.3s ease;
        }
        .btn-secondary:hover {
            gap: 1rem;
        }
        .hero-visual {
            position: relative;
            animation: fadeInRight 1s ease;
        }
        .hero-image {
            width: 100%;
            height: auto;
            border-radius: 30px;
            box-shadow: 0 30px 80px rgba(240, 89, 47, 0.25);
            border: 8px solid white;
        }
        /* Countdown Timer */
        .countdown-timer {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin: 2rem 0;
        }
        .countdown-item {
            background: white;
            padding: 1rem 1.5rem;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(240, 89, 47, 0.15);
        }
        .countdown-number {
            font-size: 2rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
        }
        .countdown-label {
            font-size: 0.85rem;
            color: var(--text-gray);
            margin-top: 0.25rem;
        }
        /* Email Form */
        form#heroForm {
            display: flex;
			align-items:center;
			justify-content:center;
            gap: 1rem;
            background: rgba(255, 255, 255, 0.9);
            padding: 0.75rem;
            border-radius: 50px;
            border: 1px solid rgba(240, 89, 47, 0.2);
        }

        input.email-input,input.cta-input {
			flex: 1;
			padding: 1rem 1.5rem;
			border: none;
			border-radius: 50px;
			font-size: 1rem;
			outline: none;
			background: transparent;

			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
		input.email-input:focus,input.cta-input:focus {
			outline: none;
			box-shadow: none;
			background:transparent;
		}
        .email-submit {
            background: var(--accent);
            color: white;
            border: none;
            padding: 1rem 2rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        .email-submit:hover {
            background: #b91c1c;
            transform: translateY(-2px);
        }
        /* Section Header */
        .section-header {
            text-align: center;
			margin: auto 4rem;
        }
        .section-eyebrow {
            font-size: 1rem;
            font-weight: 700;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 0.75rem;
        }
        .section-title {
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 1rem;
            line-height: 1.2;
			text-align:center;
        }
		.title_flex{
			display:flex;
			justify-content:center;
		}
        .section-subtitle {
            font-size: 1.15rem;
            color: var(--text-gray);
            max-width: 700px;
            margin: 0 auto;		
        }
        /* Problems Section */
        .problems {
            padding: var(--section-padding) 0;
            background: white;
        }

        .problems-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
        }

        .problem-card .col-inner {
            background: linear-gradient(135deg, var(--bg-cream), white);
            padding: 2.5rem;
            border-radius: 25px;
            border: 2px solid var(--border-light);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .problem-card .col-inner::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(240, 89, 47, 0.05), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .problem-card .col-inner:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(240, 89, 47, 0.15);
            border-color: var(--primary);
        }

        .problem-card .col-inner:hover::before {
            opacity: 1;
        }

        .problem-icon {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            display: block;
        }

        .problem-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .problem-text {
            color: var(--text-gray);
            line-height: 1.7;
        }

        /* Solution Section */
		.ss1{
            background: linear-gradient(135deg, #FFF8F9, #FFE8ED) !important;	
		}
        .solution {
            padding: var(--section-padding) 0;
            background: linear-gradient(135deg, #FFF8F9, #FFE8ED);
        }

        .solution-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .solution-image {
            position: relative;
        }

        .solution-image img {
            width: 100%;
            border-radius: 30px;
            box-shadow: 0 30px 80px rgba(240, 89, 47, 0.2);
        }

        .solution-features {
            list-style: none;
        }

        .solution-features li {
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            margin-bottom: 2rem;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            flex-shrink: 0;
        }

        .feature-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
        }

        .feature-content p {
            color: var(--text-gray);
            line-height: 1.7;
        }

        /* Industries Section */
        .industries {
            padding: var(--section-padding) 0;
            background: white;
        }
        .industry-card .col-inner {
            background: var(--bg-cream);
            padding: 2rem 1.5rem;
            border-radius: 20px;
            text-align: center;
            border: 2px solid var(--border-light);
            transition: all 0.3s ease;
        }

        .industry-card .col-inner:hover {
            transform: translateY(-8px);
        }

        .industry-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .industry-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-dark);
        }

        /* Benefits Section */
        .benefit-card .col-inner {
    background: linear-gradient(160deg, #ffffff 0%, #fff5f0 100%);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    border: 1.5px solid rgba(240, 89, 47, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card .col-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(240, 89, 47, 0.12);
    border-color: rgba(240, 89, 47, 0.25);
}

.benefit-card.featured .col-inner {
    background: linear-gradient(160deg, #fff0f3 0%, #ffe0e8 100%);
    border-color: rgba(240, 89, 47, 0.2);
    box-shadow: 0 4px 24px rgba(240, 89, 47, 0.1);
}

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            display: block;
        }

        .benefit-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .benefit-text {
            color: var(--text-gray);
            line-height: 1.7;
        }

        /* Process Section 
        .process {
            padding: var(--section-padding) 0;
            background: white;
        }

        .process-timeline {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
        }

        .process-timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(180deg, var(--primary), var(--accent));
            transform: translateX(-50%);
        }

        .process-step {
            display: grid;
            grid-template-columns: 1fr 80px 1fr;
            gap: 2rem;
            margin-bottom: 4rem;
            position: relative;
        }

        .step-number {
            width: 80px;
            height: 80px;
            background: white;
            border: 4px solid var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 900;
            color: var(--primary);
            position: relative;
            z-index: 2;
            box-shadow: 0 8px 25px rgba(240, 89, 47, 0.2);
        }

        .step-content {
            background: white;
            padding: 2.5rem;
            border-radius: 25px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .step-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(240, 89, 47, 0.15);
        }

        .step-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .step-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .step-description {
            color: var(--text-gray);
            line-height: 1.7;
            margin-bottom: 1.25rem;
        }

        .step-duration {
            display: inline-block;
            background: var(--bg-cream);
            color: var(--primary);
            padding: 0.5rem 1.25rem;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.9rem;
        }
*/
.process-timeline {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* cho xuống hàng khi thiếu không gian */
    margin-top: 30px;
    position: relative;
}

/* Tắt timeline dọc cũ */
.process-timeline::before {
    display: none !important;
}

/* Mỗi step hiển thị dạng card ngang */
.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px; /* kích thước gọn */
    text-align: center;
    margin-bottom: 20px;
}

/* Số bước */
.step-number {
    width: 55px;
    height: 55px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(240, 89, 47, 0.15);
}

/* Nội dung */
.step-content {
    background: white;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    width: 100%;
    transition: 0.25s ease;
}

.step-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(240, 89, 47, 0.12);
}

/* Icon emoji */
.step-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

/* Title */
.step-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Description */
.step-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Thời gian */
.step-duration {
    background: var(--bg-cream);
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 12px;
    font-weight: 600;
    color: var(--primary);
}
        /* Teachers Section */
        .teachers {
            padding: var(--section-padding) 0;
            background: var(--bg-gray);
        }

        .teachers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .teacher-card .col-inner{
            background: white;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 2px solid var(--border-light);
        }

        .teacher-card .col-inner:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(240, 89, 47, 0.2);
            border-color: var(--primary);
        }

        .teacher-image{
            position: relative;
            height: 350px;
            overflow: hidden;
            background: linear-gradient(135deg, #e5e7eb, #d1d5db);
        }

        .teacher-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .teacher-card .col-inner:hover .teacher-image img {
            transform: scale(1.1);
        }

        .teacher-badge {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            padding: 0.5rem 1.25rem;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.9rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        .teacher-info {
            padding: 2rem;
        }

        .teacher-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
        }

        .teacher-title {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .teacher-bio {
            color: var(--text-gray);
            line-height: 1.7;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .teacher-stats {
            display: flex;
            gap: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid var(--border-light);
        }

        .teacher-stat {
            flex: 1;
            text-align: center;
        }

        .stat-value {
            font-size: 1.75rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
        }

        .stat-name {
            font-size: 0.85rem;
            color: var(--text-gray);
            margin-top: 0.25rem;
        }

        /* Pricing Section */
        .pricing {
            padding: var(--section-padding) 0;
            background: white;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            max-width: 1100px;
            margin: 0 auto;
        }

        .pricing-card {
            background: white;
            padding: 3rem 2.5rem;
            border-radius: 30px;
            border: 3px solid var(--border-light);
            transition: all 0.3s ease;
            position: relative;
        }

        .pricing-card.featured {
            border-color: var(--primary);
            box-shadow: 0 20px 60px rgba(240, 89, 47, 0.2);
            transform: scale(1.05);
        }

        .pricing-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 70px rgba(240, 89, 47, 0.2);
        }

        .pricing-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.85rem;
            box-shadow: 0 4px 15px rgba(240, 89, 47, 0.4);
        }

        .pricing-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1rem;
            text-align: center;
        }

        .pricing-price {
            text-align: center;
            margin-bottom: 2rem;
        }

        .price-amount {
            font-size: 3.5rem;
            font-weight: 900;
            color: var(--primary);
            line-height: 1;
        }

        .price-currency {
            font-size: 1.7rem;
        }

        .price-period {
            font-size: .8rem;
            color: var(--text-gray);
            display: block;
            margin-top: 0.5rem;
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 2rem;
        }

        .pricing-features li {
            padding: 0.75rem 0;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .pricing-features li::before {
            content: '✓';
            color: var(--primary);
            font-weight: 900;
            font-size: 1.25rem;
        }

        /*.pricing-cta {
            width: 100%;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            padding: 1.25rem;
            border-radius: 50px;
            border: none;
            font-weight: 700;
            font-size: 1.05rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(240, 89, 47, 0.3);
        }

        .pricing-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(240, 89, 47, 0.4);
        }*/

.pricing-cta {
    width: 100%;
    background: linear-gradient(135deg, var(--color-secondary), #f57c5a);
    color: var(--color-font-white);
    padding: 1.25rem;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: var(--font-sz-16);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(240, 89, 47, 0.3);
    font-family: var(--body-font-family);
}

.pricing-cta:hover {
    background: linear-gradient(135deg, #d94e26, var(--color-secondary));
    box-shadow: 0 12px 30px rgba(240, 89, 47, 0.45);
    transform: translateY(-2px);
}

.pricing-cta:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(240, 89, 47, 0.3);
}

        /* Testimonials Section */
        .testimonials {
            padding: var(--section-padding) 0;
            background: var(--bg-gray);
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2.5rem;
        }

        .testimonial-card .col-inner{
            background: white;
            padding: 2.5rem;
            border-radius: 25px;
            position: relative;
            border: 2px solid var(--border-light);
            transition: all 0.3s ease;
        }

        .testimonial-card .col-inner:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(240, 89, 47, 0.15);
            border-color: var(--primary);
        }

        .quote-icon {
            font-size: 5rem;
            color: rgba(240, 89, 47, 0.1);
            line-height: 1;
            margin-bottom: 1rem;
        }

        .testimonial-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: var(--text-dark);
            margin-bottom: 2rem;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1.25rem;
        }

        .author-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #e5e7eb, #d1d5db);
            border: 3px solid var(--border-light);
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.25rem;
        }

        .author-title {
            font-size: 0.9rem;
            color: var(--text-gray);
        }

        .testimonial-rating {
            color: #FFD700;
            font-size: 1.25rem;
        }

        /* FAQ Section */
        .faq {
            padding: var(--section-padding) 0;
            background: white;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: white;
            margin-bottom: 1.5rem;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid var(--border-light);
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: var(--primary);
        }

        .faq-question {
            padding: 2rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 2rem;
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: var(--bg-cream);
        }

        .faq-question h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-dark);
            margin: 0;
        }

        .faq-icon {
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 300;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-answer-content {
            padding: 0 2rem 2rem 2rem;
            color: var(--text-gray);
            line-height: 1.8;
        }

        /* CTA Section */
        .cta-section {
            padding: var(--section-padding) 0;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -25%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
            border-radius: 50%;
        }

        .cta-section::after {
            content: '';
            position: absolute;
            bottom: -50%;
            right: -25%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
            border-radius: 50%;
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta-title {
            font-family: var(--font-jp);
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 900;
            margin-bottom: 1.5rem;
            line-height: 1.2;
			color:#fff;
        }

        .cta-subtitle {
            font-size: 1.25rem;
            margin-bottom: 2.5rem;
            opacity: 0.95;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-form {
            max-width: 550px;
            margin: 0 auto;
            display: flex;
			justify-content:center;
			align-items:center;
            gap: 1rem;
            background: rgba(255, 255, 255, 0.15);
            padding: 0.75rem;
            border-radius: 50px;
            backdrop-filter: blur(20px);
        }

        .cta-input {
            flex: 1;
            padding: 1.25rem 2rem;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            background: white;
            color: var(--text-dark);
        }

        .cta-submit {
            padding: 1.25rem 2.5rem;
            background: var(--text-dark);
            color: white;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .cta-submit:hover {
            background: #1a1a1a;
            transform: translateY(-2px);
        }

        .cta-note {
            margin-top: 1.5rem;
            font-size: 0.9rem;
            opacity: 0.85;
        }

        /* Footer */
        .footer {
            background: var(--text-dark);
            color: white;
            padding: 3rem 2rem;
        }

        .footer-container {
            max-width: var(--container-width);
            margin: 0 auto;
            text-align: center;
        }

        .footer-brand {
            font-family: var(--font-jp);
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 1.25rem;
        }

        .footer-description {
            max-width: 600px;
            margin: 0 auto 2rem;
            opacity: 0.85;
            line-height: 1.7;
        }

        .footer-contact {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin-bottom: 2.5rem;
            flex-wrap: wrap;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .contact-icon {
            font-size: 1.25rem;
        }

        .contact-text {
            font-weight: 600;
        }

        .footer-social {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
        }

        .social-link {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 1.25rem;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }

        .footer-bottom {
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            opacity: 0.7;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 1rem;
            flex-wrap: wrap;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: white;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        /* Responsive */
        @media (max-width: 1024px) {

            .hero-container,
            .solution-content {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .process-step {
                grid-template-columns: 80px 1fr;
                gap: 2rem;
            }

            .process-timeline::before {
                left: 40px;
            }
        }

        @media (max-width: 768px) {
			.section-header {
            text-align: center;
			margin: 0 auto;
        	}
            .header-cta {
                padding: 0.75rem 1.5rem;
                font-size: 0.9rem;
            }

            .hero-stats {
                flex-direction: column;
                gap: 1.5rem;
            }

            .hero-cta-group {
                flex-direction: column;
                align-items: flex-start;
            }

            form#heroForm,
            .cta-form {
                flex-direction: column;
            }

            .countdown-timer {
                flex-wrap: wrap;
            }

            .footer-contact {
                flex-direction: column;
                gap: 1.5rem;
            }

            .footer-links {
                flex-direction: column;
                gap: 1rem;
            }
        }

.form-email {
    max-width: 500px;
    margin: 0 auto;
}

.form-email p {
    background: #ffffff;
    border: 1.5px solid #e3e3e3;
    border-radius: 50px; 
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

/* Input email */
.form-email input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    outline: none;
    border-radius: 50px;
	padding-left:20px;
}

.form-email input[type="submit"] {
    border: none;
    background: none;
    color: #3a4f2f; 
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    border-radius: 50px;
    white-space: nowrap;
	margin-top: 12px;
}
.form-email input[type="submit"]:hover {
    opacity: 0.7;
}
.form-email .wpcf7-spinner {
    display: none;
}
.form-email p input[type="email"],
.form-email p input[type="email"]:focus,
.form-email p input[type="email"]:focus-visible,
.form-email p input[type="email"]:active,
.form-email p input[type="submit"]:focus,
.form-email p input[type="submit"]:active,
.form-email p input[type="submit"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
	margin-bottom:0px !important;
}
.row-divided>.col+.col:not(.large-12){
	border:none;
}