body{
    font-family: "Arimo", sans-serif;
}
.pri-text {
    color: var(--primary-color);
}
.no-bottom, .no-bottom-row > .col {
	padding-bottom: 0 !important;
}
.tt-ct {
	padding-bottom: 20px !important;
}
.main-tt h2 {
	text-transform: uppercase;
	font-size: clamp(1.3rem,4vw,1.7rem);
	color: var(--primary-color);
	margin: 0;
}
.main-btn {
	border: 1px solid #dfdfdf !important;
    background: #eaeaea !important;
	font-weight: 400 !important;
	color: #111 !important;
	box-shadow: none !important;
	padding: 2px 24px !important;
	font-size: .9rem !important;
	margin: 0 !important;
}
.main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: var(--fs-color-secondary);
    transition: all 0.5s;
	border-radius: 99px;
	z-index: 0;
}
.main-btn:hover:before {
    width: 100%;
}
.main-btn:hover {
	color: #fff !important;
}
.main-btn span {
	position: relative;
	z-index: 1;
}

/* blog posts */
.box-blog-post{
    position:relative;
    overflow:hidden;
    background:#fff;
    transition:.3s;
	box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.box-blog-post:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.box-blog-post .box-text{
    padding-bottom:40px;
}
.box-blog-post .post-title {
	margin: 0 !important;
}
.box-blog-post .post-title a,.box-blog-post .from_the_blog_excerpt {
	margin: 0 !important;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}


.blog-more-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A55B0;
	background-image: unset;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s;
    padding: 8px 12px 8px 22px;
    clip-path: polygon(20% 1%, 100% 0%, 100% 100%, 0% 100%);
	box-shadow: none !important;
}
.blog-more-btn:after {
	content:"";
	background-image:linear-gradient(90deg, #d53369 0%, #daae51 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 0;
	transition: .3s all;
}
.blog-more-btn span {
	position: relative;
	z-index: 1;
}
.box-blog-post:hover .blog-more-btn:after{
	right: 0;
}
.box-blog-post .l1, .box-blog-post .l3 {
    width: 80px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
}
.box-blog-post .l3, .box-blog-post .l4 {
    left: 0px !important;
    bottom: 0px !important;
    top: auto;
}
.box-blog-post .l2, .box-blog-post .l4 {
    height: 80px;
    width: 3px;
    position: absolute;
    top: 3px;
    right: 0;
	background-color: var(--primary-color);
}
.box-blog-post .l3, .box-blog-post .l4 {
    left: 0px !important;
    bottom: 0px !important;
    top: auto;
}

/* home */
.h-sec1 .img {
	background-image: radial-gradient(rgb(128, 246, 255), rgb(255, 255, 255));
    background-color: transparent;
    color: rgb(0, 0, 0);
    visibility: visible;
    animation-delay: 0.09s;
	overflow: hidden;
	border-radius: 12px;
	padding: 5px;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.h-sec1 .img img {
	border-radius: 12px;
}
.h-sec1 .content > .col > .col-inner {
	text-align: justify;
    background-image: radial-gradient(rgb(45, 66, 149), rgb(0, 12, 36));
    background-color: transparent;
    color: rgb(255, 255, 255);
    visibility: visible;
    animation-delay: 0.09s;
	padding: 42px;
	border-radius: 12px;
	overflow: hidden;
}
.h-sec1 .content p {
	margin: 0;
}
.h-sec1 .content h3 {
	color: #fff;
	margin: 0;
	font-style: italic;
	font-weight: 600;
	font-size: clamp(1.2rem,4vw,1.5rem);
}
.h-sec3 .box .overlay {
	background: none;
}
.h-sec3 .box {
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.h-sec3 .box:before {
	content: "";
    width: 100%;
    height: 100%;
    left: 105%;
    top: -105%;
    background-color: #ffc107;
    position: absolute;
    opacity: 0.1;
    z-index: 2;
    border-radius: 100px;
	transition: .3s all;
}
.h-sec3 .box:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 0;
    border-radius: 50px;
    background-color: aquamarine;
    opacity: 0;
    transition: all 0.5s;
}
.h-sec3 .box:hover:after {
	opacity: .2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}
.h-sec3 .box:hover:before{
	left: 50%;
    top: -50%;
    opacity: 0.2;
    background-color: #ffc107;
}
.h-sec3 .box:hover{
    transform: scale(1.1);
}
.h-sec3 .box .box-text {
	padding: 8px;
	background: linear-gradient(0deg, rgb(0 0 0 / 88%) 0%, rgb(32 32 32 / 84%) 50%, rgba(255, 255, 255, 0.005) 100%);
}
.h-sec3 .box .box-text h4 {
	font-weight: 500;
	font-size: .9rem;
}
.h-sec6 .noidung {
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 30px 30px 30px 60px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 1px 10px #eee;
    height: 100%;
}
.h-sec6 .noidung .pt-3 {
	padding-top: 1rem;
}
.h-sec6 .noidung::before {
    position: absolute;
    display: block;
    top: 0;
    left: -30px;
    content: "\f10d";
    width: 60px;
    height: 60px;
    font-family: "Font Awesome 6 free";
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: var(--fs-color-secondary);
	font-weight: 900;
}
.h-sec6 .chucvu {
    font-weight: 400;
    position: relative;
    color: #555;
    transition: all 0.3s ease-in-out 0s;
	margin-left: 5px;
}
.row-carousel .flickity-page-dots {
	bottom: 5px;
}
.row-carousel .flickity-page-dots .dot {
	width: 35px;
	height: 4px;
	border-radius: 0;
}

/*==========================
VIDEO
===========================*/

.mei-video-wrap{

    max-width:850px;

    margin:auto;

}

.mei-video-player{

    position:relative;

    aspect-ratio:16/9;

    overflow:hidden;

    border-radius:8px;

    background:#000;

}

.mei-video-player iframe{

    width:100%;

    height:100%;

    border:0;

}

/*==========================
SELECT
===========================*/

.mei-video-wrap select{

    width:100%;

    margin-top:10px;

    height:46px;

    border:1px solid #ddd;

    border-radius:6px;

    padding:0 15px;

    font-size:15px;

    cursor:pointer;

    background:#fff;

}

.mei-video-wrap select:focus{

    outline:none;

    border-color:#0A55B0;

}
@media(max-width: 549px) {
	.h-sec7 .box-blog-post .image-cover {
		padding-top: 56.25% !important;	
	}
}

/* footer */
.footer-secondary {
	padding: 0 !important;
}
.footer-sec h3 {
	text-transform: uppercase;
}
.footer-sec ul,.contact-sec ul {
	display: flex;
    flex-direction: column;
    gap: .6rem;
    list-style: none;
    margin: 0;
}
.footer-sec ul li,.contact-sec ul li{
	margin: 0 !important;
}
.footer-sec .has-bullet ul li:before {
	content:"\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 6px;
}
.footer-sec .register-ct p {
	font-size: 13px;
}
/*==========================
CF7 NEWSLETTER
==========================*/

.cf7-newsletter{
    position:relative;
    width:100%;
}

.cf7-newsletter label{
    display:block;
    margin:0;
}

.cf7-newsletter .wpcf7-form-control-wrap{
    display:block;
}

.cf7-newsletter input.wpcf7-form-control{

    width:100%;
    height:35px;

    padding:0 40px 0 18px;

    border:1px solid #d9d9d9;
    border-radius:6px;

    background:#fff;

    font-size:15px;
    color:#333;

    box-sizing:border-box;
	font-weight: 400;
    margin:0;
}

.cf7-newsletter input.wpcf7-form-control:focus{

    outline:none;
    border-color:#0A55B0;

}
.footer-sec form {
	margin: 0;
}

.cf7-newsletter .cf7-submit{

    position:absolute;

    top:50%;
    right:8px;

    transform:translateY(-50%);

    width:35px;
    height:35px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;

    border:0;
    background:transparent;

    color:#0A55B0;

    cursor:pointer;
    margin: 0;
    z-index:5;
}

.cf7-newsletter .cf7-submit:hover{

    color:#083E81;

}

.cf7-newsletter .cf7-submit i{

    font-size:18px;
    line-height:1;

}

/* Ẩn spinner khi submit */

.wpcf7-spinner{
	display: none;
}

/* Message */

.wpcf7-response-output{

    margin:10px 0 0 !important;

}


/* breadcrumbs */
.bc-sec .row > .col {
		padding-bottom: 0 !important;
}
.bc-sec {
    position: relative;
    padding: 60px 0 !important;
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
}

.bc-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none;
}

.bc-sec .row {
    position: relative;
    z-index: 2;
}

.bc-sec .page-title,
.bc-sec .rank-math-breadcrumb {
    color: #ffffff; 
}
.bc-sec .rank-math-breadcrumb {
	margin-bottom: 10px;
}
.bc-sec * {
		text-align:center;
		color: #fff !important;
}
.bc-sec h1 {
	font-size: clamp(1.3rem,4vw,2rem);
	margin-bottom: 0;
	text-transform: capitalize;
}
.bc-sec p {
		margin: 0;
}



/* contact page */
.cf7-contact{
    width:100%;
	text-align: center;
}
.cf7-contact p{
    margin:0 0 20px;
}
.cf7-contact .cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}
.cf7-contact .cf7-col{
    flex:1;
}
.cf7-contact .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}
.cf7-contact .cf7-col .wpcf7-form-control-wrap{
	margin: 0;
}
@media (max-width:549px){
    .cf7-contact .cf7-row{
        flex-direction:column;
        gap:20px;
    }
}
.cf7-contact .wpcf7-form-control-wrap{
    display:block;
}
.cf7-contact input[type="text"],
.cf7-contact input[type="email"],
.cf7-contact input[type="tel"],
.cf7-contact textarea{
    width:100%;
    margin:0;
    border:1px solid #dcdcdc;
    border-radius:0;
    background:#fff;
    color:#333;
    font-size:15px;
    box-sizing:border-box;
    transition:.3s;
	box-shadow: none;
	border-radius: 8px;
}
.cf7-contact input[type="text"],
.cf7-contact input[type="email"],
.cf7-contact input[type="tel"]{
    height:40px;
    padding:0 18px;
}
.cf7-contact textarea{
    height:70px;
    padding:15px 18px;
    resize:vertical;
}
.cf7-contact input[type="text"]:focus,
.cf7-contact input[type="email"]:focus,
.cf7-contact input[type="tel"]:focus,
.cf7-contact textarea:focus{
    outline:none;
    border-color:#1697f6;
}
.cf7-contact input[type="text"]::placeholder,
.cf7-contact input[type="email"]::placeholder,
.cf7-contact input[type="tel"]::placeholder,
.cf7-contact textarea::placeholder{
    color:#777;
}
.cf7-contact .cf7-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:130px;
    height:46px;
    padding:0 28px;
    border:none;
    border-radius:4px;
    background:#1697f6;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 6px 18px rgba(22,151,246,.35);
	margin: 0 auto !important;
}
.cf7-contact .cf7-btn:hover{
    background:#0d86e3;
}
.cf7-contact .cf7-btn i{
    font-size:15px;
}
.contact-sec form {
	margin: 0;
}


/* header */
/* ====== Tắt layout cột của Flatsome ====== */
.header-nav-main > .menu-item:before {
	border: none !important;
}
.header-nav .nav-dropdown{
    display:block !important;
    width:260px;
    padding:0;
    overflow:visible;
	border: none !important;
    padding: 5px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%) !important;
}

.header-nav .nav-dropdown > li{
    display:block !important;
    width:100% !important;
    float:none !important;
    position:relative;
}

.header-nav .nav-dropdown > li.nav-dropdown-col{
    display:block !important;
    width:100% !important;
    border-right:0 !important;
}

/* ====== Level 2 ====== */

.header-nav .nav-dropdown > li > a{
    display:flex;
    justify-content:space-between;
    align-items:center;
	text-transform: uppercase;
	color: #222 !important;
    font-size: .9rem !important;
    font-weight: 500;
}
.header-nav .nav-dropdown > li > a:hover {
	color: var(--primary-color) !important;
}

/* ====== Ẩn level 3 ====== */

.header-nav .nav-dropdown > li > .nav-column{
    display:none !important;
    position:absolute;
    left:100%;
    top:0;
	text-transform: uppercase;
    min-width:260px;
    background:#fff;
    z-index:9999;
	border: none !important;
    padding: 5px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%) !important;
}
.header-nav .nav-dropdown > li > .nav-column a {
	color: #222 !important;
    font-size: .9rem !important;
    font-weight: 500;
}
/* Hover mới hiện */

.header-nav .nav-dropdown > li:hover > .nav-column{
    display:block !important;
}


/* archive */

.archive-category-nav{
       border: 1px dashed #dedede;
    background-color: #ededed77;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
	border-radius: 8px;
}

.archive-category-nav::-webkit-scrollbar{
    height:6px;
}

.archive-category-nav::-webkit-scrollbar-thumb{
    background:#d8d8d8;
    border-radius:10px;
}

.archive-category-nav ul{
    display:flex;
    flex-wrap:nowrap;
    align-items:stretch;
    list-style:none;
    margin:0;
    padding:0;
    min-width:max-content;
}

.archive-category-nav li{
    flex:0 0 auto;
	margin: 0 !important;
}

.archive-category-nav li:last-child{

    border-right:none;

}

.archive-category-nav a{

    display:flex;

    align-items:center;

    gap:10px;

    padding:18px 28px;

    white-space:nowrap;

    font-weight:700;

    color:#222;

    text-decoration:none;

    transition:.25s;

}

.archive-category-nav a:hover{

    color:#0A55B0;

}

.archive-category-nav i{
    color:#0A55B0;
    font-size:14px;
}

/* single blog */
.single-post .entry-header {
	display: none;
}
.single-post .entry-content {
	padding-top: 0;
}
.sidebar-cta {
    background: linear-gradient(135deg, #0d3d6e, #1a5c9a);
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    text-align: center;
    margin-bottom: 1.4rem;
}
.sidebar-cta h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0.5rem;
}
.sidebar-cta p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
    margin-bottom: 1rem;
    font-weight: 300;
}
.btn-full {
    display: block;
    background: var(--fs-color-secondary);
    color: var(--primary-color);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s;
    margin: 0;
}
.single-post .flatsome_recent_posts {
	background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 1.4rem;
    margin-bottom: 1.4rem;
}
.single-post .flatsome_recent_posts .is-divider {
	display: none;
}
.single-post .flatsome_recent_posts .recent-blog-posts-li:last-child .recent-blog-posts {
	padding-bottom: 0 !important;
}
.single-post .flatsome_recent_posts a {
    margin: 0;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	font-size: .9rem;
	color: #222;
}


/* table */
.has-tb-ct table th {
    background: #2D3942;
    color: white;
    padding: 10px 15px;
}
.has-tb-ct table td {
    background: #f8f9fa;
    padding: 10px 15px;
}