/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.20.2.1777967711
Updated: 2026-05-05 07:55:11

*/


@font-face {
    font-family: 'BeVietnamPro';
    src: url('./assets/fonts/BeVietnamPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('./assets/fonts/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('./assets/fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('./assets/fonts/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'BeVietnamPro', sans-serif;
}

a.nav-top-link{
	font-weight: 400 !important;
	color: #e1ac6c !important;
}

a.nav-top-link:hover{
	color:white !important;
}

.news-and-resources ul.nav.nav-simple {
	border-bottom: 2px solid var(--fs-color-secondary);
}
.news-and-resources ul.nav.nav-simple li {
	margin: 0px;
	padding: 0px 17px;
	background: var(--fs-color-secondary);
}
.news-and-resources ul.nav.nav-simple li a {
	color: #000;
	padding: 3px;
	font-size: 18px;
	font-family: var(--family-bold) !important;
}
.news-and-resources ul.nav.nav-simple li:hover,
.news-and-resources ul.nav.nav-simple li.active {
    background: var(--fs-color-primary);
}
.news-and-resources ul.nav.nav-simple li:hover a,
.news-and-resources ul.nav.nav-simple li.active a {
    color: var(--fs-color-secondary);
}

.pagination .pages {
	display: none;
}
.pagination .current {
	background: var(--fs-color-primary);
	color: var(--fs-color-secondary);
}
.pagination a {
	background: var(--fs-color-secondary);
	color: #000;
}


.news-and-resources .box-text h5 {
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--fs-color-secondary);
	font-family: var(--family-bold) !important;
}
.news-and-resources .box-text .from_the_blog_excerpt {
	margin-top: 10px;
	font-size: 17px;
}
.news-and-resources .box-text .post-meta {
  font-size: 14px;
  color: #8895a3;
}


/* Pagination Wrapper */
.ux-relay__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px ;
    margin-top: 32px;
    padding: 0;

    list-style: none;
}

.ux-relay__pagination li {
    margin: 0;
}

.ux-relay__pagination .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 30px;
    padding: 0 10px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}

.ux-relay__pagination a.page-number:hover {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

/* Current */
.ux-relay__pagination .current {
    background: linear-gradient(135deg, #111827, #374151);
    color: #ffffff;
    border-color: transparent;
    box-shadow:
        0 10px 25px rgba(17, 24, 39, .15);
}

.ux-relay__pagination .next,
.ux-relay__pagination .prev {
    font-size: 13px;
}

.ux-relay__pagination i {
    font-size: 14px;
}

@media (max-width: 768px) {

    .ux-relay__pagination {
        gap: 8px;
        margin-top: 24px;
    }

    .ux-relay__pagination .page-number {
        min-width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 13px;
    }
}

.ux-relay__pagination li{
	margin: 0 !important;
}
/* Pagination Wrapper */
.page-numbers.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
    padding: 0;
    list-style: none;
}

/* Item */
.page-numbers.nav-pagination li {
    margin: 0 !important;
}

/* Number */
.page-numbers.nav-pagination .page-number {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 42px;
    height: 42px;
    padding: 0 12px;

    border-radius: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;

    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: all .25s ease;
}

/* Hover */
.page-numbers.nav-pagination a.page-number:hover {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

/* Current */
.page-numbers.nav-pagination .current {
    background: linear-gradient(135deg, #111827, #374151);
    color: #ffffff;
    border-color: transparent;

    box-shadow:
        0 10px 25px rgba(17, 24, 39, .15);
}

/* Prev Next */
.page-numbers.nav-pagination .next,
.page-numbers.nav-pagination .prev {
    font-size: 13px;
}

/* Icon */
.page-numbers.nav-pagination i {
    font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {

    .page-numbers.nav-pagination {
        gap: 8px;
        margin-top: 24px;
    }

    .page-numbers.nav-pagination .page-number {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }
}


.is-divider{
    display:none;
}


.widget-title {
    background: var(--fs-color-secondary);
    color: #fff;
    display: block;
    padding: 10px;
    font-family: var(--family-bold) !important;
}


.widget_categories{
    border: 1px solid var(--fs-color-secondary);
}

.widget_categories .cat-item{
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
}

.widget_categories .cat-item:last-child{
    border-bottom: none;
}


.widget_categories .cat-item:hover{
    background: var(--fs-color-primary);
    cursor: pointer;
}


.widget_categories .cat-item:hover a{
    color: var(--fs-color-secondary);
}

.widget_categories .cat-item a{
    font-weight: 300;
}


/* Related Posts */

.post_related {
	margin-top: 50px;
	margin-bottom: 20px;
}

.post_related .section-title-container {
	margin-bottom: 25px;
}

.post_related .box-blog-post {
	height: 100%;
	transition: all .3s ease;
}

.post_related .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_related .post-title {
	font-size: 18px;
	line-height: 1.4;
	min-height: 52px;
	margin-bottom: 10px;
}

.post_related .from_the_blog_excerpt {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 0;
}

.post_related .is-divider {
	margin-top: 12px;
	margin-bottom: 12px;
}

.post_related .badge {
	z-index: 10;
}

@media (max-width: 849px) {

	.post_related .post-title {
		min-height: auto;
	}

}

.post_related .section-title-normal,
.post_related .section-title-normal span{
	border-bottom: none;
}
.blog-archive #post-list .row .col.post-item .col-inner .box .box-text,
.post_related .row .col .box .box-text{
    background: var(--fs-color-secondary);
    padding: 10px;
}

.blog-archive #post-list .row .col.post-item .col-inner .box:hover .box-text,
.post_related .row .col .box:hover .box-text{
    background: var(--fs-color-primary);
}

.blog-archive #post-list .row .col.post-item .col-inner .box:hover .box-text h5.post-title,
.blog-archive #post-list .row .col.post-item .col-inner .box:hover .box-text a,
.post_related .row .col .box:hover .box-text h5.post-title,
.post_related .row .col .box:hover .box-text a{
    color: var(--fs-color-secondary);
}

.blog-archive #post-list .row .col.post-item .col-inner .box:hover .box-text .from_the_blog_excerpt,
.post_related .row .col .box:hover .box-text .from_the_blog_excerpt{
    color: white;
}

.post_related .row .col .box .badge  {
	display:none;
}
