@charset "UTF-8";

/*---------------------------------------------------------------------------------

	Theme Name: TrueFxReview
    Text Domain: truefxreview
	Theme URI: https://truefxreview.com/
	Version: 2.1.1
	Description:  The theme developed by Truefxreview
	Tags: blog, three-columns, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
	Author: TrueFxReview
	Author URI: https://truefxreview.com/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: truefxreview
	Requires PHP: 5.4
	Tested up to: 6.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Top Navigation
	4.	Search Container
	5.	Header
	6.	Navigation
	7.	Content
	8.	Post Formats
	9.	Single Post
	10.	Entry Content
	11.	Comments
	12.	Respond
	13.	Page & Page Templates
	14.	Pagination
	15.	Sidebar
	16.	Credits
	17.	Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0.	CSS Reset
/* -------------------------------------------------------------------------------- */
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 
html {
  scroll-behavior: smooth;
	 
}
html, body { 
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after {
	content: "";
}

input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input:focus {
    outline: 1px solid #f1f111; /* Bỏ viền mặc định khi focus */
    box-shadow: none; /* Nếu có hiệu ứng shadow khi focus thì bỏ luôn */
}

/* -------------------------------------------------------------------------------- */
/*	1.	Document setup
/* -------------------------------------------------------------------------------- */


body {
	 /*background: #f1f1f1; */
	border: none;
	color: #111;
	font-family: "Inter", sans-serif;
	font-size: 15px;
}

a {
	color: #009126 ; 
	 text-decoration: none;
}

a:hover {
	text-decoration: none;
}

* { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden { display: none; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #222;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }

/* Clearing ---------------------------------- */

.clear:after,
.group:after,
.entry-content:after,
.widget-content:after,
[class*="__inner-container"]:after {
	clear: both;
	content: "";
	display: block;
}

/* Reset List Style -------------------------- */

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
	position: absolute !important;
		left: -999999rem;
	width: .1rem;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem 2.3rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
	position: absolute;
		left: -9999rem;
		top: 2.5rem;
	z-index: 999999999;
}

.skip-link:focus {
	left: 2.5rem;
	text-decoration: none;
}

/* Accessibility Settings -------------------- 

@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}*/ 

/* Transitions ------------------------------- */

body a,
.secondary-menu > li.menu-item-has-children a:after,
.primary-menu li a,
.post-tags a:before,
.tagcloud a:before,
.search-button {
	transition: all .1s ease-in-out;
}

.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.blog-title a,
.primary-menu ul .menu-item-has-children::after,
.secondary-menu ul .menu-item-has-children::after,
.to-the-top,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	transition: all .2s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */


p,
blockquote,
li,
address,
dl,
pre {
	line-height: 1.2;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 13px 0 20px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }

h6 {
	font-size: 0.8rem;
	
}

blockquote {
	padding: 30px 30px 30px 90px;
	background: #fafafa;
	border: 1px solid #eee;
	position: relative;
	font-style: italic;
}

blockquote p { 
	font-style: italic; 
}

blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #0093C2;
	position: absolute;
	top: 31px;
	left: 0px;
}

blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-family: "Inter", sans-serif;
	font-size: 0.75em;
	line-height: 120%;
	
}

blockquote cite:before { 
	content: "— "; 
}

hr {
	width: 128px;
	max-width: 60%;
	height: 2px;
	background: #DDD;
	margin: 50px auto;
	border: 0;
}

hr.is-style-wide,
hr.is-style-dots {
	max-width: 100%;
	width: 100%;
}

hr.is-style-dots {
	background: none;
}

code, kbd, pre {
	background-color: #eee;
	font-family: Menlo, Monaco, monospace;
	font-size: 0.85em;
}

.highlight {
	background-color: #fcf8a5;
	display: inline;
	padding: 2px 3px;
}

kbd,
code {
	padding: 5px;
	border-radius: 3px;
}

dl dt { 
	font-weight: bold; 
}

ul,
ol {
	margin: .5em 0 .5em 1.5em;
}

li {
	margin: .5em 0;
}

address {
	background: #F1F1F1;
	padding: 3% 3.5%;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 140%;
	padding: 2% 2.5%;
	background: #eee;
	border: 1px solid #ddd;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 5.9em;
	font-weight: 400;
}

/* Post Media -------------------------------- */

figure {
	margin: 0;
}

/* Makes Jetpack Tiled Galleries play nice with the related posts field */
.tiled-gallery { 
	clear: none !important; 
}

.wp-caption { 
	max-width: 100%; 
}

.wp-caption > a,
.wp-caption img {
	display: block;
}

.wp-caption-text,
.gallery-caption,
figcaption {
	color: #444;
	font-family: "Inter", sans-serif;;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 130%; 
	margin: 12px auto 0;
	text-align: center;
}

.gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

.gallery-icon a {
	border: none;
}

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    margin: 1em 0;
    width: 100%;
}

th,
td {
	padding: 10px;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

caption {
	color: #111;
	text-align: center;
	padding: 10px;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 300;
	color: #111;
}

/* Forms ------------------------------------- */

fieldset {
	padding: 25px;
	border: 2px solid #ddd;
	margin-bottom: 1em;
}

fieldset legend {
	font-family: "Inter", sans-serif;;
	font-size: 0.8rem;
	line-height: 1;
	
	padding: 10px 12px;
	background: #0093C2;
	color: #fff;
}

label {
	font-size: 1rem;
	font-family: "Inter", sans-serif;;
	font-weight: 300;
}

input,
textarea { 
	font-family: "Inter", sans-serif;; 
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
 
input[type="tel"],
input[type="color"],
textarea {
background-color: #fffefe;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    color: #111;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="file"] {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
}

textarea { 
	height: 180px; 
	line-height: 140%;
}

button,
.button,
.faux-button,
:root .wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 16px 20px;
	margin: 0;
	border: none;
	border-radius: 2px;
	background: #0093C2;
	font-size: 0.85rem;
	line-height: 1;	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	-webkit-appearance: none;
}

input[type="submit"] + input[type="reset"],
input[type="submit"] + input[type="button"],
input[type="reset"] + input[type="submit"],
input[type="reset"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

button:hover,
.button:hover,
.faux-button:hover,
:root .wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	opacity: 1;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section-inner {
	width: 1290px;
	max-width: 92%;
	margin: 0 auto;
}
.navigation {
    background: #007a1b;
}
.wrapper { 
	position: relative; 
} 

.content,
.sidebar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.content-broker {
	width: 71%;
	float: left;
	
}
.content_single {
	width: 100%;
	float: left;
	
} 

.sidebar {
	float: right;
	padding: 15px 0 15px 15px;
	width: 28.5%;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Top Navigation
/* -------------------------------------------------------------------------------- */


.top-nav { 
	background-color: #26272B; 
}

/* Secondary Menu ---------------------------- */

.secondary-menu {
	font-size: 0.9rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    width: 495px;
}

.secondary-menu a {
	text-decoration: none;
}

.secondary-menu li { 
	line-height: 1;
	position: relative; 
}

.secondary-menu > li { 
	float: left; 
}

.secondary-menu > li > a {
	display: block;
    padding: 12px 15px;
    color: #6a6060;
    font-size: 1em;
    font-weight: 500;
}

.secondary-menu > li.menu-item-has-children > a { 
	padding-right: 30px; 
}

.secondary-menu > li.menu-item-has-children > a:after {
	content: "";
	display: block;
	border: 4px solid transparent;
	border-top-color: #777;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 15px;
}

.secondary-menu > li:hover > a,
.secondary-menu > li.focus > a,
.secondary-menu li.current-menu-item > a { 
	 
		color: #dd3333; 
	 
}

.secondary-menu > li:hover > a,
.secondary-menu > li.focus > a { 
	color: #00af2e; 
	
}

.secondary-menu > li.menu-item-has-children:hover > a:after,
.secondary-menu > li.menu-item-has-children.focus > a:after { 
	border-top-color: #fff; 
}

/* Sub Menus --------------------------------- */

.secondary-menu ul {
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 999;
	left: -9999px;
	top: 50px;
	 transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.secondary-menu ul .menu-item-has-children::after {
	content: "";
	display: block;
	border: 4px solid transparent;
	border-left-color: #666;
	position: absolute;
	z-index: 1001;
	right: 6px;
	top: 50%;
	margin-top: -4px;
}

.secondary-menu ul li { 	
	width: 200px; 
	background: #1D1D20;
}

.secondary-menu ul li + li { 
	border-top: 1px solid #333; 
}

.secondary-menu ul a {
	display: block;
	padding: 15px;
	line-height: 130%;
	color: #999;
}

.secondary-menu ul li:hover > a,
.secondary-menu ul li.focus > a { 
	color: #fff; 
}

.secondary-menu ul .menu-item-has-children:hover::after,
.secondary-menu ul .menu-item-has-children.focus::after { 
	border-left-color: #fff; 
}

.secondary-menu > li:hover > ul,
.secondary-menu > li.focus > ul {
	opacity: 1;
	left: 0px;
	top: 100%;
}

/* Deep Down --------------------------------- */

.secondary-menu ul ul { 
	padding-top: 0;
	top: 5px;
}

.secondary-menu li > ul > li:hover > ul,
.secondary-menu li > ul > li.focus > ul {
	opacity: 1;
	left: 200px;
	top: 0;
	margin-left: 0;
}

/* Social Menu ------------------------------- */

 

.social-menu li { 
	float: left;
	margin-left: 10px; 
	position: relative;
	list-style:none;
}

.social-menu li:first-child { 
	margin-left: 0; 
}

.social-menu a {
	border: 1px solid #33363B;
	border-radius: 999px;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 1;
	position: relative;
	text-decoration: none;
	width: 30px;
}

.social-menu a:hover,
.social-menu a.active { 
	 
	color: #fff;
	background:#dd3333;
}

.social-menu a::before {
	content: '\f0c1';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	font-weight: 400;
	left: 0;
	right: 0;
}

/* NON-BRAND ICONS */

.social-menu a[href*="mailto"]::before { content: '\f0e0'; }
.social-menu a[href*="/feed/"]::before,
.social-menu a[href*="rss"]::before { content: '\f09e'; }
.social-menu a[href*="?s"]::before { content: '\f002'; }

/* BRAND ICONS */

.social-menu a[href*="500px.com"]::before { content: '\f26e'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="amazon.com"]::before { content: '\f270'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="angel.co"]::before { content: '\f209'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="audible.com"]::before { content: '\f373'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="behance.net"]::before { content: '\f1b4'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="blogger.com"]::before { content: '\f37d'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="codepen.io"]::before { content: '\f1cb'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="creativecommons.com"]::before { content: '\f25e'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="deviantart.com"]::before { content: '\f1bd'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="digg.com"]::before { content: '\f1a6'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="discordapp.com"]::before { content: '\f392'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="dribbble.com"]::before { content: '\f17d'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="ebay"]::before { content: '\f4f4'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="etsy.com"]::before { content: '\f2d7'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="facebook.com"]::before { content: '\f39e'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="flickr.com"]::before { content: '\f16e'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="github.com"]::before { content: '\f113'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="gitlab.com"]::before { content: '\f296'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="goodreads.com"]::before { content: '\f3a9'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="houzz"]::before { content: '\f27c'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="imdb.com"]::before { content: '\f2d8'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="instagram.com"]::before { content: '\f16d'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="kickstarter.com"]::before { content: '\f3bc'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="jsfiddle.net"]::before { content: '\f1cc'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="linkedin.com"]::before { content: '\f0e1'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="last.fm"]::before { content: '\f202'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="medium.com"]::before { content: '\f3c7'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="meetup.com"]::before { content: '\f2e0'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="mixcloud.com"]::before { content: '\f289'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="patreon.com"]::before { content: '\f3d9'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="pscp.tv"]::before { content: '\f3da'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="pinterest"]::before { content: '\f231'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="play.google.com"]::before { content: '\f3ab'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="plus.google.com"]::before { content: '\f0d5'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="producthunt.com"]::before { content: '\f288'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="quora.com"]::before { content: '\f2c4'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="reddit.com"]::before { content: '\f281'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="slack.com"]::before { content: '\f198'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="soundcloud.com"]::before { content: '\f1be'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="spotify.com"]::before { content: '\f1bc'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="tumblr.com"]::before { content: '\f173'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="twitch"]::before { content: '\f1e8'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="twitter.com"]::before { content: '\f099'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="vimeo.com"]::before { content: '\f27d'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="wordpress.org"]::before,
.social-menu a[href*="wordpress.com"]::before { content: '\f411'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="youtube.com"]::before { content: '\f167'; font-family: 'Font Awesome 5 Brands'; }
.social-menu a[href*="unsplash.com"]::before { content: '\f030'; font-family: 'Font Awesome 5 Free'; }

.no-js .social-menu li:last-child { display: none; } /* hide the search toggle icon if there's no javascript support */

.social-menu .active:after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -13px;
	right: 10px;
}


/* -------------------------------------------------------------------------------- */
/*	4.	Search Container
/* -------------------------------------------------------------------------------- */

 /* 
.search-container { 
	display: none;
	background: #fff; 
}
*/
.search-container {
    background-image: url(https://fxquickly.com/wp-content/themes/fxquickly/images/stacked-waves-haikei-3.svg);
    padding: 68px;
    margin: 0 auto;
    text-align: center;
    /* color: #fff; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-main {
	background: #fff;
  padding: 30px 0 55px 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.section-inner { position: relative; }
 

.search-field:focus { outline: none; }

.search-button {
	display: block;
    border: none;
    background: none;
    width: 100%;
     padding: 0;
    margin-right: 0;
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-style: italic;
    color: #4c4c4c;
}
p.text-header {
    margin-bottom: 22px;
}
.search-button .fa { font-size: 24px;
    position: absolute;
    top: 8px;
    right: 12px;
font-weight: 300;}

 .search-button:hover {
	cursor: pointer;
	color: #0093C2;
}
.search-top-header{
	width: 400px;
}

/* -------------------------------------------------------------------------------- */
/*	5.	Site Header
/* -------------------------------------------------------------------------------- */

.header-wrapper { 
	background: #fff; 
}

.header { padding: 5px 0; }

.blog-title {
	font-size: 1.5em;	 
	margin: 0;
	 
}

.blog-title a { color: #fff; text-decoration: none; }
.blog-title a:hover { color: #0093C2; }

.blog-description {
	color: #999;
	font-family: "Inter", sans-serif;;
	margin: 11px 0 0 0;
	font-size: 0.9em;
	line-height: 115%;
	font-style: italic;
}

.blog-description p {
	margin: 0;
}
.logo{
	width: 250px;
	padding: 0 20px 0 0;
}
.blog-logo,
.blog-logo img {
	display: flex;
	padding: 5px 0;
	align-items: center;
	margin:0;
	
}
.menu-secondary{
}

/* -------------------------------------------------------------------------------- */
/*	6.	Navigation
/* -------------------------------------------------------------------------------- */

.mobile-menu { 
	display: none; 
}

.navigation .section-inner { 
	background-color: #0093C2; 
}

.primary-menu { 
	font-size: 0.9rem; 
}

.primary-menu a {
	text-decoration: none;
}

.primary-menu li { 
	position: relative; 
}

.primary-menu > li { 
	float: left; 
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
}

.primary-menu > li:last-child:after {
	content: "";
	display: block;
	border-right: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
}

.primary-menu > li > a {
	color: #fff;
	display: block;	 
	line-height: 1;
	padding: 20px;
	 -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.primary-menu > li.menu-item-has-children > a { padding-right: 34px; }

.primary-menu > li.menu-item-has-children:before,
.primary-menu > li.menu-item-has-children:after {
	content: "";
	display: block;
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 20px;
}

.primary-menu > li.menu-item-has-children:before {
	border-top-color: rgba(0,0,0,0.25);
	margin-top: -2px;
}

.primary-menu > li:hover > a {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.primary-menu > li.current_menu_item > a { 
	background: #fff; 
	border: none; 
	color: #333;
}

/* Sub Menus --------------------------------- */

.primary-menu ul {
	display: block;
	opacity: 0;
	position: absolute;
		left: -10%;
		top: calc( 100% + 10px );
	transition: opacity 0.15s ease;
	z-index: 999;	
	pointer-events: none;
	
}

.primary-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: -14px;
	left: 12%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-bottom-color: #fff;
}

.primary-menu ul .menu-item-has-children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.primary-menu ul .menu-item-has-children:hover::after { 
	border-left-color: #222; 
	right: -10px;
}

.primary-menu ul li { 	
	width: 220px; 	 
	text-align: left;
}

.primary-menu ul a {
	display: block;
	padding: 10px 20px;
	line-height: 130%;
	border-bottom: 1px solid #f1f1f1;
	color: #000; 

}

.primary-menu ul a:hover { 
	color: #0093C2; 
}

.primary-menu ul > li:last-child > a { 
	border-bottom-width: 0; 
}

.primary-menu > li:hover > ul,
.primary-menu > li.focus > ul {
	opacity: 1;
	pointer-events: auto;
	top: 100%;
	left:0;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* Deep Down --------------------------------- */

.primary-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.primary-menu ul ul li { background: #333; }
.primary-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.primary-menu ul ul ul li { background: #444; }
.primary-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.primary-menu ul ul ul ul li { background: #555; }
.primary-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.primary-menu ul ul ul ul ul li { background: #666; }
.primary-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }

.primary-menu li > ul > li:hover > ul,
.primary-menu li > ul > li.focus > ul {
	left: 100%;
	margin-left: 0;
	opacity: 1;
	top: 0;
}


/* -------------------------------------------------------------------------------- */
/*	7.	Post Archive
/* -------------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	margin-bottom: 20px;
	text-align: center;
}

.archive-header-inner {
	 
}

.archive-title,
.archive-subtitle {
	font-size: 0.85rem;
	line-height: 110%;	 
	color: #666;
}

.archive-title {
	border-bottom: 2px solid #0093C2;
	float: left;
	margin: 0 0 -2px 0;
	padding: 0 0 10px;
}

.archive-subtitle { 
	float: right; 
	margin: 0;
}

.archive-subtitle .sep {
	margin: 0 5px;
	color: #aaa;
}

.archive-description {
	margin-top: 10px;
	text-align: left;
}
.archive-description p {
    margin-top: 15px;
    line-height: 1.4;
}
 
/* Post Preview ------------------------------ */

.posts {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.posts .post a {
	text-decoration: none;
}

.posts .post   {
	
    border: 1px solid #eee
}
header.post-header {
    padding: 5px 10px;
}
 
/* Post Image -------------------------------- */

.post-image { 
	margin-bottom: 25px; 
	position: relative;
}

.post-image > a,
.post-image img {
	display: block;
}

.posts .post-image img {
	width: 100%;
	height: auto;
}

.post-image .sticky-tag { display: none; }

.sticky .sticky-tag {
	display: block;
	width: 22px;
	height: 26px;
	background: #0093C2;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0;
}

.sticky .sticky-tag:after {
	content: "";
	display: block;
	position: absolute;
	border: 11px solid #0093C2;
	border-top-width: 0;
	border-bottom: 5px solid transparent;
	bottom: -5px;
	left: 0;
	-webkit-transform: rotate(0.01deg);
}

.sticky .sticky-tag .fa {
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
}

/* Post Header ------------------------------- */

.post-categories {
	margin-bottom: 9px;
	font-size: 0.8rem;
	line-height: 120%;
	
	color: #0093C2;
}
.post-categories a { text-decoration: none; }
.post-categories a:hover {  }

.post-title {	 
	font-size: 1.3em;
	line-height: 135%;
	 
	margin: 5px 0;
	 
}

.post-title a { 
	display: block;
	color: #111; 
}

.post-title a:hover { 
	color: #111;
	 
}

.post-meta {
	color: #888;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 120%;
	margin: 6px 0 0 0;
}

.post-meta a { color: #888; }

.post-meta a:hover { 
	color: #888;
 
}


/* -------------------------------------------------------------------------------- */
/*	8.	Post Formats
/* -------------------------------------------------------------------------------- */


/* Format Gallery ------------------------------------- */


.flexslider { 
	position: relative; 
	/* overflow: hidden;*/
}

.single-post .flexslider { 	margin-bottom: 40px; }

.flexslider .slides li { 
	display: none;
	position: relative; 
}

.flexslider .slides li:first-child { display: block; }

.flexslider img { display: block; }

/* Slider Navigation */

.flex-direction-nav {
	display: none;
	list-style: none;
	margin: -13px 0 0;
	position: absolute;
		left: 0;
		right: 0;
		top: 50%;
}

.flex-direction-nav li {
	line-height: 1;
	margin: 0;
}

.single .flex-direction-nav { display: block; }

.flex-direction-nav a {
	display: block;
	color: #fff;
	position: absolute;
	text-decoration: none;
}

.flex-direction-nav a:before { 
	font: 17px / 1 'Font Awesome 5 Free';
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);    
    border-radius: 99px;
    padding: 6px 9px;
    background: #dfdfdf;
    opacity: 0.4;
    color: #000;
		-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.flex-direction-nav a:hover:before {
    background: #24760f; /* đổi nền khi hover */
    color: #fff; /* đổi màu icon nếu muốn */
	opacity: 0.9;
}
 
.feedback-customer .flexslider .flex-direction-nav .flex-prev { right: 4% !important;
    left: auto; /* reset left */ }
.flex-direction-nav .flex-prev { left: 1%; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }

.flex-direction-nav .flex-next { right: 1%; }
.flex-direction-nav .flex-next:before { content: "\f054"; }

.flex-direction-nav a:hover { color: #d5d5d5 }
#slider2 {
	margin-top: 80px;
	position: relative;
}
 
.banner-home-slider .flex-direction-nav {
    display: block;
}
.feedback-customer .flex-direction-nav{
   display: block;
    top: 13px;
}
 
/* Single Post */

.single-post .flex-direction-nav { margin-top: -17px; }

.single-post .flex-direction-nav a:before { font-size: 40px; }


/* -------------------------------------------------------------------------------- */
/*	9.	Single Post
/* -------------------------------------------------------------------------------- */


/* Post Header ----------------------------------------- */

/* Header Broker*/
 
 .trade-box {
 	background: #fdfffc;
    border: 1px solid #cbe3c6;
    border-radius: 8px;
    padding: 5px;
    color: #005f08;
    text-align: center;
    margin: 0 2px;
	 flex: 1;
    }

    .trade-box .header-single {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      margin-bottom: 6px;
    }
 .post-header-item.header-title {
    width: 222px;
}

 .trade-conditions {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    flex-wrap: wrap;
	margin: 3px 0;
	
    }
.trade-conditions a{
	margin: 3px 0;
}
    .trade-grade {
      font-size: 45px;
      font-weight: 900;
       
    }
 	.flag {
      width: 20px;
      height: auto;
      vertical-align: middle;
    }

    .divider {
      border-top: 1px dashed #ccc;
      margin: 10px 0;
    }

    .trade-meta {
     display: flex;
    flex-wrap: wrap;
    gap: 2px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    }


    .badge-single {
      background: #27ae60;
      color: #fff;
      font-size: 12px;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 6px;
    }

.badge-v {
     background: #ffffff;
    padding: 3px 8px;
    font-size: 12px;
    border: 1px solid #f1f1f1;
      font-size: 12px;
      margin-left: 4px;
		display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
    }

.badge-cat a{
	border: 1px solid #f1f1f1;
	   background: #fff;       
      padding: 4px 8px;
      font-size: 12px;
      margin-left: 4px;
		display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.inhoa {
	text-transform: uppercase;
}
.circle-badge {
      background: #eee;
      border-radius: 20px;
      padding: 2px 8px;
      font-size: 12px;
      margin-left: 4px;
	display: inline-block;
    }
.right-box-single {
    display: flex;
    flex-wrap: nowrap;
	 flex: 1;
	gap: 1px;
}
.single-post .post-header-broker {  
	display: flex;
  flex-wrap: wrap;
  gap: 13px; 
	margin: 15px 0
}
 
.header-single-post {
    display: flex;
    gap: 10px;
	width: 40%;
}
.score-single{
	font-size: 3.85em;
    font-weight: 900;
    line-height: 1;
    display: grid;
    justify-items: center;
    align-items: end;
}

/* lISENSE */
.lisense-section{
	display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 4px;
      background: #f1f1f1;
     
     
}
.single-post .post-categories { 
	margin-bottom: 12px;
	font-size: 0.9rem; 
}

.single-post .post-title { 
	font-size: 2em; 
	line-height: 1;
	font-weight: 700;
}

.single-post .post-meta {
	margin: 10px 0;
    border-top: 1px solid #f7f4f4;
    padding: 5px 0;
    font-size: 1rem;
    color: #999;
    border-bottom: 1px solid #f7f4f4;
}

.single-post .post-comments { float: right; }

.single-post .post-comments .fa { 
	position: relative;
	top: -1px; 
	margin-right: 6px;
}

.single-post .post-meta a { 
	color: #0093C2;
	text-decoration: none; 
}

.single-post .post-meta a:hover { }


/* Post Image ----------------------------------------- */

.clear{
	clear: both;
}
.single-post .post-image { 
	display: block;
	clear: both;
	margin-bottom: 40px; 
}

.single-post .post-image-caption {
	padding: 17px 0 17px 24px;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 300;
	color: #111;
	position: relative;
}

.single-post .post-image-caption .fa { 
	color: #0093C2; 
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.single-post .post-image-caption a { text-decoration: none; }
.single-post .post-image-caption a:hover {  }

/* Post Inner -------------------------------- */

.single-post .post-inner { 
	 width: 100%;
	position: relative;
	z-index: 5;
}

/* Post Links -------------------------------- */

.post-content p.page-links { 
	display: inline-block;
	margin-bottom: 15px;
	background: #eee;
	font-family: "Inter", sans-serif;;
	font-size: 0.85rem;
	line-height: 1;
	
	color: #666;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.post-content .page-links a:hover { 
	background: #0093C2;
	color: #fff;
	text-decoration: none;
}

.page-links > span:nth-of-type(2) { 
	background: #ccc;
	color: #111;
}

/* Post Tags --------------------------------- */

.post-tags { 
	margin-top: 35px; 
}

.post-tags,
.tagcloud {
	line-height: 1;
}

.post-tags a,
.tagcloud a { 
	background-color: #ddd;
	color: #444;
	display: inline-block; 
	font-size: 0.7rem !important;
	 
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 3px 8px 11px;
	padding: 5px 6px 6px 3px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.tagcloud a { 
	background-color: #ccc; 
}

.post-tags a { 
	margin-right: 8px; 
}

.post-tags a:before,
.tagcloud a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	position: absolute;
	top: 0;
	left: -11px;
}

.tagcloud a:before { 
	border-right-color: #ccc; 
}

.post-tags a:hover,
.tagcloud a:hover { 
	background: #0093C2; 
	color: #fff;
}

.post-tags a:hover:before,
.tagcloud a:hover:before { 
	border-right-color: #0093C2; 
}

/* Post Author ------------------------------- */

.post-author { 
	min-height: 130px;
	padding: 30px 25px 30px 120px;
	margin-top: 40px; 
	background: #26272B;
	border-radius: 6px;
	position: relative;
}

.post-author:before {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #25262B;
	position: absolute;
	top: -12px;
	left: 53px;
}

.post-author > .avatar {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 20px;
}

.post-author img {
	display: block;
	width: 80px;
	height: auto;
	border-radius: 99px;
	padding: 5px;
	background: #444;
}

.post-author .title {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 300;
	margin: 0;
}

.post-author .title a { 
	color: inherit; 
	text-decoration: none;
}

.post-author .title a:hover { 
	 
}

.post-author-description {
	margin-top: 6px;
}

.post-author-description p {
	color: #aaa;
	font-size: 0.95em;
}

.post-author-description p:first-child { margin-top: 0; }
.post-author-description p:last-child { margin-bottom: 0; }

.post-author .social-menu { float: none; }
.post-author .social-menu li { list-style: none; }

.social-menu a.post-author-archive::before { content: '\f187'; }
.social-menu a.post-author-website::before { content: '\f015'; }

/* Related Posts ----------------------------- */
.related-posts .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* flex-wrap: nowrap; */
    gap: 15px;
}
.relate-main{
	display: flex;
    gap: 15px;
    margin: 0 0 20px 0;
	flex-wrap: wrap;
}
.relate-post-loop{
	flex: 1 1 calc( 33% - 15px);
	list-style: none;
	display: flex;
	
}
.post-thumb-container {
	position: relative;
    width: 150px;
    min-width: 150px;
    height: 116px;
    flex-shrink: 0;
    overflow: hidden;
}
    
.img-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
	border-radius: 10px;
}

.relate-title{
align-items: flex-start;
    padding: 0 10px 10px 10px;
	display: flex;
  flex-direction: column;
  justify-content: flex-start;
	gap: 5px;
 
}
.title-color  {
	font-size: 1.1em;
	color:#000;
	font-weight: 700;
	
}
.relate-date{
	position: absolute;
    bottom: 0;
    right: 0;
    font-style: italic;
}
.relate-title p {
    padding: 10px 0;
 
}
.relate-circle-badge {
    background: #ffffff;
    border-top-left-radius: 10px;
    padding: 3px 8px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    font-size: 12px;
    margin-left: 4px;
	display: inline-block;}

p.category {
    position: absolute;
    top: 5px;
    background: #fff;
    padding: 4px;
    opacity: 0.8;
}
a.related-p {
    position: relative;
	border: 1px solid #f1f1f1;
    border-radius: 5px;
}
/* ---
 * ----------------------------------------------------------------------------- */
/*	10.	Entry Content
/* -------------------------------------------------------------------------------- */


.post-content { 
	font-family: inherit;
    font-size: 1em;
     
}

.post-content > *:first-child { margin-top: 0; }
.post-content > *:last-child { margin-bottom: 0; }

p.intro {
	padding-bottom: 20px;
	border-bottom: 3px double #ddd;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 155%;
	font-weight: 300;
	color: #0093C2;
}

.post-content p,
.post-content li {
	line-height: 1.7;
	margin-bottom: 1.2em;
}

.post-content h1,
.post-content h2,
.post-content h3 {
	font-family: "Inter", sans-serif;;
	font-weight: 500;
	line-height: 1.7;
	font-size: 1em;
}

/* Alignment Classes ------------------------- */

.alignnone,
.aligncenter,
.alignwide,
.alignfull {
	margin: 2.5em auto;
}

.alignleft,
.alignright {
	margin-bottom: 1.2em;
	max-width: 50%;
}

.wp-caption .alignleft,
.wp-caption .alignright {
	margin-bottom: 0;
}

.alignleft {
	float: left;
	margin-right: 30px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

:root .has-background { background-color: #272F38; }

:root .has-accent-color { color: #0093C2; }
:root .has-accent-background-color { background-color: #0093C2; }

:root .has-black-color { color: #111; }
:root .has-black-background-color { background-color: #111; }

:root .has-dark-gray-color { color: #333; }
:root .has-dark-gray-background-color { background-color: #333; }

:root .has-medium-gray-color { color: #555; }
:root .has-medium-gray-background-color { background-color: #555; }

:root .has-light-gray-color { color: #777; }
:root .has-light-gray-background-color { background-color: #777; }

:root .has-white-color { color: #fff; }
:root .has-white-background-color { background-color: #fff; }

/* Block Font Sizes -------------------------- */

:root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size,
:root .has-normal-font-size { font-size: 1em; }

:root .has-large-font-size,
:root .has-larger-font-size {
	line-height: 1.5;
}

:root .has-large-font-size { font-size: 1.4em; }
:root .has-larger-font-size { font-size: 1.6em; }

/* Block Base Margins ------------------------ */

:root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-tag-cloud,
.wp-block-verse,
.wp-block-video {
	margin-bottom: 30px;
	margin-top: 30px;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */
/* Block: Buttons ---------------------------- */

.wp-block-buttons .wp-block-button {
	margin-bottom: 0;
	margin-top: 0;
}

/* Block: Calendar --------------------------- */

.wp-block-calendar table {
	margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav {
	margin-top: 10px;
}

/* Block: Columns ---------------------------- */

.wp-block-column {
	padding: 0 5px;
}

/* Block: Cover Image ------------------------ */

.wp-block-cover,
.wp-block-cover-image {
	color: #fff;
	font-family: Lato, sans-serif;
}

.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image > h2 {
	font-size: 1.25em;
}

/* Block: File ------------------------------- */

.post-content .wp-block-file {
	align-items: center;
	background: rgba( 0, 0, 0, 0.05 );
	border-radius: 4px;
	display: flex;
	font-family: Lato, sans-serif;
	justify-content: space-between;
	margin: 30px 0;
	padding: 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
	border: none;
	font-weight: 400;
	text-decoration: none;
}

.post-content .wp-block-file a:not(.wp-block-file__button):hover {
	
}

.post-content .wp-block-file__button {
	border: none;
	font-weight: 300;
	flex-shrink: 0;
}

/* Block: Gallery ---------------------------- */
/* Block: Image ------------------------------ */
/* Block: Media & Text ----------------------- */

.wp-block-media-text__content > *:first-child { margin-top: 0; }
.wp-block-media-text__content > *:last-child { margin-bottom: 0; }

/* Block: Pullquote -------------------------- */

.wp-block-pullquote,
.post-content .wp-block-pullquote blockquote {
	background: none;
	border: none;
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
	content: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
	font-size: 1.25em;
	margin-bottom: 1em;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
	line-height: 1.45;
}

/* STYLE: SOLID COLOR */

.wp-block-pullquote.is-style-solid-color.has-background {
	padding: 20px;
}

/* Block: Quote ------------------------------ */

.post-content .wp-block-quote.is-large, 
.post-content .wp-block-quote.is-style-large {
	margin: 2.5em 0;
	padding: 30px 30px 30px 90px;
}

.post-content blockquote p:last-child {
	margin-bottom: 0;
}

/* STYLE: LARGE */

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.25em;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	display: block;
	font-size: .8em;
	text-align: left;
}

/* Block: Social ----------------------------- */

.wp-social-link {
	margin: 0 8px 0 0;
}


/* -------------------------------------------------------------------------------- */
/*	11.	Comments
/* -------------------------------------------------------------------------------- */


.comments-container,
.respond-container {
	margin-top: 60px;
	position: relative;
}

.comments-title-container,
.comment-reply-title {
	border-top: 1px solid #ddd;
    padding: 11px 0;
     
    margin: 0 0 40px 0;
}

.comments-title,
.comments-title-link {
	vertical-align: bottom;
}

.comments-title { 
	float: left; 
	margin: 0;
}

.comments-title,
.comment-reply-title {
	font-size: 1.4em;
	
}

.comments-title .fa,
.comment-reply-title .fa {
	margin-right: 6px;
	color: #0093C2;
	font-size: 22px;
	position: relative;
	top: -2px;
}

.comments-title-link { 
	float: right;
    font-size: 1em;
    font-weight: 500;
    border: 1px dashed #dd3333;
    margin: 0;
    position: relative;
    bottom: -5px;
    background: #ededed;
    color: #fff;
    padding: 15px;
}

.comments-title-link a {
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

.comments-title-link a:hover { 
	border-bottom-color: currentColor; 
}

/* Comment List ------------------------------ */

.comments { margin-left: 0; }

.comment { position: relative; }

div.comment { margin-top: 25px; }

.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }

.commentlist .children { margin-left: 25px; }

.comment .avatar {
	width: 45px;
    height: auto;
    border-radius: 26px;
    position: absolute;
    top: -15px;
    left: -22px;
    border: 1px solid #e9e9e9;
    padding: 3px;
    z-index: 50;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;

}

.comment-inner {
	 
	padding: 15px 25px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	position: relative;
}

 

.bypostauthor .comment-author-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
	width: 29px;
	height: 29px;
	border-radius: 99px;
	background: #0093C2;
	text-align: center;
	line-height: 1;
	color: #fff;
	position: absolute;
		left: -4px;
		top: -4px;
	z-index: 5;
}

.comment-header { 
	margin-bottom: 15px; 
	margin-bottom: 6px;
    display: inline-flex
;
    /* justify-content: space-between; */
    gap: 10px;
}

.comment-header h4 {
	font-size: 1rem;
	font-weight: 300;
	margin: 0;
}

.comment-header h4 a { text-decoration: none; }
.comment-header h4 a:hover {  }

.comment-meta { 
	margin-top: 23px;
	font-size: 0.9em;	
	color: #777;
}

.comment-meta a { 
	color: inherit; 
	text-decoration: none;
}

.comment-meta a:hover {
	
}

.comment-meta .fa { 
	margin: 0 4px 0 10px; 
	position: relative;
}
.comment-meta .fa:first-child { margin-left: 0; }

.comment-meta .fa-wrench { 
	margin-left: 12px; 
	top: -1px;
}

/* Pingbacks & Trackbacks -------------------- */

.pingbacks {
	margin-top: 30px;
	border-top: 2px solid #eee;
	padding-top: 30px;
}

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0093C2;
	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li { 
	line-height: 125%; 
}

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.pingbacklist a { color: #111; }
.pingbacklist a:hover { color: #0093C2; }

/* Comment Navigation ------------------------ */

.comments-nav { 
	margin-top: 30px; 
}

.comments-nav a {
	color: #666;
	display: block;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.comments-nav a:hover { 
	border-top-color: #0093C2;
	color: #0093C2; 
}


/* -------------------------------------------------------------------------------- */
/*	12. Respond
/* -------------------------------------------------------------------------------- */


.comment-respond .logged-in-as { 
	margin-bottom: 40px; 
}

.comment-respond .logged-in-as a:first-of-type { 
	font-weight: 300; 
}

.comment-respond a {
	text-decoration: none;
}

.comment-respond p a:hover { 
	 
}

.comment-respond form { 
	 
}

.comment-respond form label { 
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 300;
	color: #111;
}

.comment-respond form input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin: 0 0 0 5px;
}

.comment-respond form label span {
	margin-left: 2px;
	color: red;
}

.comment-respond p { margin-bottom: 25px; }
.comment-respond p:last-child { margin-bottom: 0; }

.comment-respond p.comment-subscription-form { margin-bottom: 10px; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

.comment-form-email { 
	float: right; 
}

/* In Comment List --------------------------- */

.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;
	font-size: 0.85rem;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
}

.commentlist #cancel-comment-reply-link:hover { 
	 
}

.commentlist .comment-respond form { 
	margin-left: 0; 
}


/* -------------------------------------------------------------------------------- */
/*	13.	Page & Page Templates
/* -------------------------------------------------------------------------------- */


.page-edit-link {
	display: inline-block;
	padding: 6px 10px 5px;
	border: 2px solid #ddd;
	border-radius: 4px;
	font-size: 0.8rem;
	
	color: #0093C2;
}

.page-edit-link .fa { 
	margin-right: 4px; 
	position: relative;
	top: -1px;
}

/* Search Page -------------------------------  */
.search-field-other {
    display: block;
    width: 100%;
    padding: 13px 60px 13px 33px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 44px;
    color: #5e5e5e;
}
.search-form { 
	position: relative; 
}
.search-width {
 	width: 65%;
    position: relative;
    margin: 5px auto;     
    border-radius: 6px;
}
 
 .search-field {
    display: block;
    width: 100%;
    padding: 20px 60px 20px 33px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 44px;    
    color: #5e5e5e;
}

.search-field formm .search-top-header {
    
    padding: 10px 60px 10px 33px;
   
}
.search-button {
	background: #24760f;    
    color: #999;
    display: block;
    height: 80%;
    padding: 5px 0;
    position: absolute;
    right: 7px;
    top: 6px;
    border-radius: 99px;
    text-align: center;
    text-shadow: none;
    width: 60px;
}

.search-button .fa { 
	 font-size: 20px;
    position: relative;
    top: 1px;
    left: -1px;
    font-weight: 100;
    color: #fff;
}

.search-button:hover { 
	cursor: pointer; 
	color: #0093C2;
}
 
/* Error 404 --------------------------------- */

.error404 .post-title { 
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd; 
}


/* -------------------------------------------------------------------------------- */
/*	14.	Pagination
/* -------------------------------------------------------------------------------- */


/* Archive Navigation ------------------------ */

.archive-nav {
	margin-top: 60px;
	border-top: 2px solid #ddd;
	text-align: center;
	position: relative;
	color: #777;
}

.archive-nav li { 
	display: inline-block;
	margin-top: -2px; 
}

.archive-nav a {
	border-top: 2px solid transparent;
	color: #777;
	display: inline-block;
	font-size: 0.85rem;	 
	padding: 15px 10px 10px;
	text-decoration: none;
	
}

.archive-nav-older,
.archive-nav-newer {
	position: absolute;
	top: 0;
}

.archive-nav-newer { left: 0; }
.archive-nav-older { right: 0; }

.archive-nav .active a { 
	color: #444;
	border-top-color: #444; 
	background: #f1f1f1;
}

.archive-nav a:hover { 
	border-top-color: currentColor; 
	color: #0093C2;
	background: #f1f1f1;
}

.archive-nav li + li { 
	margin-left: 10px; 
}


/* -------------------------------------------------------------------------------- */
/*	15.	Sidebar
/* -------------------------------------------------------------------------------- */


.widgets { font-size: 1rem; }

.widget + .widget {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

.widget-title {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #0093C2;
	margin-bottom: 15px;
	font-size: 0.8rem;
	
}

/* Widget Content ---------------------------- */

.widget-content { 
	font-size: 1rem; 
}

.widget-content > *:first-child { margin-top: 0; }
.widget-content > *:last-child { margin-bottom: 0; }

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

.widget-content .textwidget a:hover { 
	 
}

.widget-content p {
	line-height: 150%;
}

.widget-content ul {
	list-style: none;
	margin: 0;
}

.widget-content li {
	border-bottom: 1px solid #ddd;
	line-height: 140%;
	margin: 0;
	padding: 12px 0;
}

.widget-content ul ul { 
	margin-left: 1em; 
}

.widget-content ul ul li:first-child { 
	border-top: 1px solid #ddd;
	margin-top: 0.5em; 
}

.widget-content > ul > li:first-child { 
	padding-top: 0; 
}

.widget-content li:last-child { 
	padding-bottom: 0;
	border-bottom: none; 
}

/* Widget Icons ------------------------------ */

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { 
	color: #888; 
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a { 
	color: #111; 
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover { 
	color: #0093C2; 
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
	font: 16px/1 'Font Awesome 5 Free';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget_archive li:before { content: '\f187'; }
.widget_categories li:before { content: '\f07b'; }
.widget_meta li:before { content: '\f0ad'; }
.widget_nav_menu li:before { content: '\f15b'; }

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.widget_rss li a {
	display: block;
	font-family: "Inter", sans-serif;;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 300;
	color: #111;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_rss li .rssSummary { margin-top: 5px; }

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

.widget_rss li cite:before { content: "— "; }

/* Widget: Calendar -------------------------- */

#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead { 
	border-top: 1px solid #ddd; 
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
}

#wp-calendar th,
#wp-calendar td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wp-block-calendar tbody td, 
.wp-block-calendar th {
	padding: 10px;
}

#wp-calendar thead th {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #0093C2;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { 
	border-left: 1px solid #ddd; 
}

#wp-calendar tbody a:hover { 
	 
}

#wp-calendar tfoot td { 
	padding: 0; 
	border: none !important;
}

#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}

.wp-calendar-nav a,
#wp-calendar tfoot a {
	color: #111;
	display: block;
	font-size: 0.75em;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-calendar-nav a:hover,
#wp-calendar tfoot a:hover {
	color: #0093C2;
}

/* Widget: Rowling List ---------------------- */

.rowling-widget-list a { 
	display: block; 
	min-height: 55px;
	position: relative;
}

.rowling-widget-list .post-icon {
	display: block;
	width: 54px;
	height: 54px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 99px;
	position: absolute;
	top: 0;
	left: 0;
}

.rowling-widget-list .post-icon img {
	display: block;
	border-radius: 99px;
}

.rowling-widget-list .post-icon .fa {
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	right: 0;
}

.rowling-widget-list .inner { 
	padding-left: 65px; 
}

.rowling-widget-list .title {
	color: #111;
	font-family: "Inter", sans-serif;;
	font-weight: 300;
	line-height: 140%;
	margin: 0;
}

.rowling-widget-list .meta { 
	color: #888;
	font-size: 0.75em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 3px 0 0;
	text-transform: uppercase;
}

.rowling-widget-list .excerpt {
	color: #666;
	line-height: 130%;
	margin: 3px 0 0;
}

.rowling-widget-list a:hover .title {  }


/* -------------------------------------------------------------------------------- */
/*	16.	Credits
/* -------------------------------------------------------------------------------- */


.credits {
	background: #26272B;
	position: relative;
	margin-top: 30px;
}

.credits a {
	text-decoration: none;
}

.credits .section-inner { 
	padding: 30px 0;
	position: relative; 
}

.to-the-top {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 99px;
	background: #0093C2;
	position: absolute;
	top: -25px;
	right: 0;
}

.to-the-top:hover {
	color: #fff;
	top: -30px;
}

.to-the-top .fa {
    color: #fff;
	display: block;
    font-size: 28px;
    margin-top: -16px;
    position: absolute;
        left: 0;
        right: 0;
        top: 50%;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
}

.credits p { 
	color: #fff; 
	margin: 0;
	line-height: 1.4;
    font-size: 13px;
}

 

.credits .copyright a { color: #fff; }
.credits .copyright a:hover { color: #0093C2; }

.credits .attribution { 
	margin-top: 12px; 
	font-size: 0.75rem;
	font-weight: 300; 
	color: #999;
}

.credits .attribution + .attribution { 
	margin-top: 6px; 
}

.attribution a { color: rgba(255,255,255,0.5); }
.attribution a:hover { 
	color: rgba(255,255,255,0.5); 
	
}


/* -------------------------------------------------------------------------------- */
/*	17.	Media Queries
/* -------------------------------------------------------------------------------- */


@media ( max-width: 850px ) {
	
	/* Structure ----------------------------- */
	
	body { 
		background-color: #fff; 
	}
	
	.wrapper.section-inner { 
		max-width: 98%; 
	}
	
	.wrapper:before { 
		content: none; 
	}
	
	.content { 
		float: none;
		max-width: 88%;
		width: auto; 
		margin-left: auto;
		margin-right: auto;
	}
	
	.sidebar { 
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;		 
		float: none; 
	}
	
	/* Top Nav ------------------------------- */
	
	.top-nav { 
		display: none; 
	}
	
	/* Search Container ---------------------- */
	.search-container{
		padding: 10px 5px;
	}
 
	
	.search-container .search-button { margin-top: 0; }
	
	.search-container .search-button .fa { font-size: 24px; }

	/* Site Header --------------------------- */
	
	.header { 
		padding: 25px 0 5px 0;
		
	}
	
	.blog-title,
	.blog-description {
		margin-right: 60px;
	}
	
	/* Navigation ---------------------------- */
	
	.primary-menu { 
		display: none; 
	}
	
	/* Nav Toggle */
	
	.header .section-inner { 
		position: relative; 
	}
	
	.nav-toggle {
		display: block;
		width: 40px;
		height: 40px;		 
		border-radius: 5px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		right: 10px
		 
	}
	
	.nav-toggle .bar {
		width: 20px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
		 
	}
	
	.nav-toggle .bar:nth-child(1) { margin-top: -7px; }
	.nav-toggle .bar:nth-child(2) { margin-top: -1px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
	 
	.nav-toggle:hover { 
		cursor: pointer; 
	}
	
	.nav-toggle.active .bar { 
		background: #fff; 
		transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { 
		margin-top: -1px; 
	}
	
	.nav-toggle.active .bar:nth-child(1) { transform: rotate( 45deg ); }
	.nav-toggle.active .bar:nth-child(2) { opacity: 0; }
	.nav-toggle.active .bar:nth-child(3) { transform: rotate( -45deg ); }
	
	/* Mobile Menu */
	
	.mobile-menu { background: #0093C2; }
	
	.mobile-menu li a { 
		border-top: 1px solid rgba(255,255,255,0.1); 
		border-bottom: 1px solid rgba(0,0,0,0.1); 
		text-decoration: none;
	}
		
	.mobile-menu a {
		display: block;
		padding: 20px 6%;
		font-size: 0.8rem;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	}
	
	.mobile-menu ul a { padding-left: 12%; }
	.mobile-menu ul ul a { padding-left: 18%; }
	.mobile-menu ul ul ul a { padding-left: 24%; }
	.mobile-menu ul ul ul ul a { padding-left: 30%; }
	.mobile-menu ul ul ul ul ul a { padding-left: 36%; }
	.mobile-menu ul ul ul ul ul ul a { padding-left: 42%; }
	
	.mobile-menu a:hover { color: #fff; }

	/* Entry Content ------------------------- */

	.alignwide,
	.alignfull {
		margin-left: calc( ( 100vw * -.06 ) - 200px );
		max-width: 100vw;
		width: 100vw;
	}
	
	/* Sidebar ------------------------------- */
	
	.sidebar .widget {
		display: inline-block;
		width: 47%;
		vertical-align: top;
		padding: 0;
		margin: 0 0 60px 0;
		border: none;
	}
	
	.sidebar .widget:nth-child(2n) { 
		margin-left: 5%; 
	}
	
	/* Credits ------------------------------- */
	
	.to-the-top {
		width: 40px;
		height: 40px;
		top: -20px;
	}
	
	.to-the-top:hover { 
		top: -23px; 
	}
	
}

@media ( max-width: 780px ) {

	/* Single Post --------------------------- */
	
	.single-post .post-inner { padding-left: 0; }
	
	.related-posts { 
		display: none;
		width: 100%;
		margin-top: 40px;
		position: static;
		top: auto;
		left: auto;
	}
	
	.post-inner .related-posts { 
		display: block; 
	}
	
	.related-post {
		width: 30%;
		float: left;
	}
	
	.related-post + .related-post { 
		margin: 0 0 0 5%; 
	}
	
	/* Entry Content ------------------------- */
	
	.post-inner > .post-content { 
		font-size: 1.1em; 
	}

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: -6vw;
	}
	
	/* Comments ------------------------------ */
	
	.comments, 
	.comment-respond form {
		margin-left: 0;
	}
	
}

@media ( max-width: 600px ) {
	
	/* Element Base -------------------------- */

	h1, h2, h3, h4, h5, h6 {
		margin: 30px 0 12px;
	}
	
	h1 { font-size: 1.9em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.25em; }
	h5 { font-size: 1.1em; }
	
	hr { 
		margin: 30px auto; 
	}
	
	blockquote {
		padding: 25px;
	}
	
	blockquote:after { 
		content: none; 
	}
	
	.post-content fieldset { 
		padding: 20px; 
	}

	/* Structure ----------------------------- */
	
	.section-inner,
	.content {
		max-width: 98%;
	}
	
	.content { 
		padding:  0; 
	}
	
	/* Search Container ----------------------------- */
	
	 .search-field {
		padding: 11px 53px 26px 11px;
        font-size: 1em;
	}
	
	 .search-button { margin-top: 0px; }
 
	/* Navigation ---------------------------- */
	
	.mobile-menu a { padding: 20px 5%; }
	.mobile-menu ul a { padding-left: 10%; background: #00a72b; }
	.mobile-menu ul ul a { padding-left: 15%; }
	.mobile-menu ul ul ul a { padding-left: 20%; }
	.mobile-menu ul ul ul ul a { padding-left: 25%; }
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; }
	.mobile-menu ul ul ul ul ul ul a { padding-left: 35%; }
	
	/* Post Archive -------------------------- */
	
	.post-title { 
		font-size: 1.25em; 
		line-height: 130%;
	}
	
	/* Single Post --------------------------- */
	
	.single-post .post-header,
	.single-post .post-image,
	.single-post .flexslider { margin-bottom: 25px; }
	
	.single-post .post-categories { font-size: 0.75em; }
	
	.single-post .post-title { 
		font-size: 1.75em; 
		line-height: 130%;
	}
	
	.single-post .post-meta { 
		padding-top: 12px;
		font-size: 0.9em; 
	}
	
	.single-post .post-meta .resp { 
		display: none; 
	}
	
	.single-post .post-meta:first-letter { 
		text-transform: uppercase; 
	}
	
	.single-post .post-tags { 
		margin-top: 20px; 
	}
	
	.post-author { 
		margin-top: 30px;
		padding: 20px 20px 20px 100px; 
		min-height: 100px;
	}
	
	.post-author:before { 
		left: 44px; 
	}
	
	.post-author .title { 
		font-size: 1em; 
	}
	
	.post-author > .avatar { 
		margin-top: -30px; 
	}
	
	.post-author img { 
		width: 60px; 
		padding: 3px;
	}
	
	/* Entry Content ------------------------- */
	
	.post-content,
	.post-inner > .post-content { 
		font-size: 1em; 
	}
	
	.post-content p.intro {
		font-size: 1.1em;
		line-height: 140%;
	}
	
	/* Blocks -------------------------------- */

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large { 
		padding: 25px; 
	}

	/* Comments ------------------------------ */
	
	.comments-container,
	.respond-container { 
		margin-top: 40px; 
	}
	
	.comments-title-container,
	.comment-reply-title { 
		padding: 18px 0;
		margin-bottom: 30px; 
	}
	
	.comments-title,
	.comment-reply-title { 
		font-size: 1em; 
	}
	
	.comments-title .fa,
	.comment-reply-title .fa {
		font-size: 16px
	}
	
	.comments-title-link {
		font-size: 0.8em;
		bottom: -1px;
	}
	
	.comment .avatar { 
		  
        /* display: none; */
        right: 0;
        top: -22px;
        left: auto;
    
	}
	
	.comment-inner { 
		margin-left: 0; 
	}
	
	.comment-inner:before,
	.comment-inner:after { 
		content: none; 
	}
	
	.bypostauthor .comment-author-icon {
		top: -9px;
		left: 6px;
	}
	
	/* Pagination ---------------------------- */
	
	.archive-nav { margin-top: 40px; }
	
	.archive-nav .number { display: none; }
	
	.archive-nav .archive-nav-older,
	.archive-nav .archive-nav-newer {
		position: static;
	}

	.archive-nav .archive-nav-newer { float: left; }	
	.archive-nav .archive-nav-older { float: right; }
	
	/* Sidebar ------------------------------- */
	
	.sidebar { 
		padding-left: 2%; 
		padding-right: 2%;
	}
	
	.sidebar .widget {
		display: block;
		margin: 0;
		width: 100%;
	}
	
	.sidebar .widget + .widget {
		border-top: 1px solid #ddd;;
		margin-top: 40px;
		padding-top: 40px;
	}
	
	.sidebar .widget:nth-child(2n) { 
		margin-left: 0; 
	}
	
}

@media ( max-width: 500px ) {

	/* Entry Content ------------------------- */
	
	.alignleft,
	.alignright {
		max-width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.alignleft img,
	.alignright img {
		margin-right: auto;
		margin-left: auto;
	}
	
	/* Respond ------------------------------- */
	
	.comment-form-author,
	.comment-form-email {
		display: block;
		width: 100%;
		float: none;
	}
		
}

@media ( max-width: 400px ) {
	
	/* Element Base -------------------------- */

	h1, h2, h3, h4, h5, h6 {
		margin: 10px 0 12px;
	}
	
	h1 { font-size: 1.5em; }
	h2 { font-size: 1.4em; }
	h3 { font-size: 1.3em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1.1em; }

	/* INPUTS */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	textarea {
		padding: 15px;
	}

	textarea { 
		height: 150px; 
	}

	/* Site Header --------------------------- */
	
	.header { 
		padding: 0; 
		border-top-width: 4px;
	}
	
	.blog-title { 
		font-size: 1.3em; 
		letter-spacing: 1px;
	}
	
	.blog-description { display: none; }
	
	/* Navigation ---------------------------- */
	
	.mobile-menu a { 
		padding-top: 18px; 
		padding-bottom: 18px;
	}

	/* Content ------------------------------- */
	

	


	
	/* Post Formats -------------------------- */
	
	.single .flex-direction-nav { display: none; }
	
	/* Single Post --------------------------- */
	
	.single-post .post-title { font-size: 1.5em; }
	
	.single-post .post-meta { 
		padding-top: 10px;
		margin-top: 8px;
		font-size: 0.9rem; 
	}
	
	.single-post .post-meta .resp:first-of-type { display: inline; }
	.single-post .post-meta .post-meta-author { display: none; }
	
	.single-post .post-image-caption { 
		padding: 10px 0 10px 24px; 
		font-size: 0.85em;
	}
	
	/* Post Author */ 
	
	.post-author { 
		padding: 20px; 
		margin-top: 25px;
		min-height: intrinsic;
	}
			
	.post-author img { 
		display: none; 
	}
	
	.post-author p { 
		font-size: 0.85em; 
	}
	
	/* Related Posts */
	
	.related-posts { 
		margin-top: 30px; 
	}
	
	.related-post { 
		width: 47.5%; 
	}
	
	.related-post:nth-child(3) { 
		display: none; 
	}
	
	/* Entry Content ------------------------- */
	
	.post-content p.intro { 
		font-size: 1em; 
	}
	
	/* Pagination ---------------------------- */
	
	.archive-header { 
		margin-bottom: 25px; 
	}
	
	/* Archive Navigation */
	
	.archive-nav { 
		margin-top: 30px; 
	}
	
	/* Comments ------------------------------ */
	
	.comments-title-container, 
	.comment-reply-title {
		border-top-width: 3px;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	
	.comments-title-link { 
		display: none; 
	}
	
	.comment-inner { 
		padding: 20px; 
		border-radius: 4px;
	}
	
	.comment-header h4 { 
		font-size: 1rem; 
	}
	
	.comment-content { 
		font-size: 0.95em; 
	}
	
	/* Respond ------------------------------- */
	
	.comment-respond p { 
		margin-bottom: 15px; 
	}
	
	/* Credits ------------------------------- */
	
	.credits .section-inner { 
		padding: 20px 0; 
	}
	
	.credits .copyright { 
		font-size: 0.8em; 
	}
	
	.credits .attribution {
		margin-top: 8px;
		font-size: 0.65em; 
	}
	
}
/*List Broker */
.loan-card {
     	display: flex;
      flex-wrap: wrap;
      gap: 1px;     
      background: #fff;
      border-radius: 6px;
      padding:20px 0 10px 10px;
      margin-bottom: 20px;
     
		position: relative;
	    border: 1px solid #f1f1f1;
    }

.broker-logo-single {
    width: 100%;
    height: 100%;
  	object-fit: contain;
    object-position: center;
    display: block;    
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 5px;
    }  

    .bank-logo {
      width: 160px; 
       height: 80px;
      object-fit: contain;		 
		border-radius: 10px;
		padding: 12px 5px;
    }

.lisense{
	 
    color: #a1a1a1;
    padding: 0 7px;
    font-size: 0.8rem;
    border-radius: 2px;
	width: 93%;
}

 .reviews {
	font-size: 1.8em;
    color: #080707;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 0 10px;
    line-height: 0.41;
	}

  .reviews p{
      font-size: 12px;
      color: #a5a5a5;
	 	 
    }
.thumb{
	 width: 150px;
    height: 96px;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    /* background: #f3f3f3; */
    position: relative;
}
.image-thumb-home {
    width: 88px; /* hoặc cố định ví dụ 300px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px; /* màu nền khi ảnh chưa load */
}
.logo-broker {
    height: 96px;  
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.scoresub {
    font-size: 14px;
    font-weight: 400;
}
.score-broker {
 	width: fit-content;
	display: flex;
    align-content: space-around;
    align-items: center;
}

  .badge{
    display: inline-block;
    background-color: #dd3333;
    color: #fff;
    font-size: 0.8rem;     
    padding:2px 8px;
    border-radius: 0 5px 0 5px;
    margin-bottom: 10px;
    position: absolute;	  
    top: 0;
    right: 0;
	
}
span.badge-v:hover, .badge-cat a:hover {
    background: #03a91f;
    color: #fff;
}

.group-col1-2 {
         display: flex;
    flex: 1 1;
    gap: 20px;
    }

    .col1, .col2, .col3 {
      flex: 1;
     
    } 

/* Cài đặt chung cho icon */
ul.sub-menu {
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .2)) drop-shadow(0 16px 48px rgba(0, 0, 0, .2));
	border-bottom-left-radius: 10px;
    background: #fff;
    border-bottom-right-radius: 10px;
	  
}
 
.secondary-menu li > a::before {
   	font-family: 'Font Awesome 5 Free';    
    display: inline-block;
     
}
.icon-academy > a::before{
	content: "\f5ac"; 
}
.primary-menu li > a::before {
   font-family: 'Font Awesome 5 Free';    
    display: inline-block;     
}
.icon-home > a::before {
    content: "\f03a"; /* fa-home */
	padding-right: 5px;
}
.icon-info > a::before {
    content: "\f5ba"; /* fa-info-circle */
	padding-right: 5px;
}
.icon-phone > a::before {
    content: "\f891"; /* fa-phone */
	padding-right: 5px;
}
.icon-bot > a::before {
    content: "\f544"; /* fa-phone */
	padding-right: 5px;
	 
}
.icon-star::before {
    content: "\f005"; /* fa-phone */
	padding-right: 3px;
	font-family: 'Font Awesome 5 Free';    
	color: #fff;
}
.icon-phone-contact::before {
   	content: "\f098";
    padding-right: 6px;
    font-family: 'Font Awesome 5 Free';
    color: #505050;
}
.icon-web-contact::before {
   	content: "\f0ac";
    padding-right: 6px;
    font-family: 'Font Awesome 5 Free';
    color: #505050;
}
.icon-email-contact::before {
   	content: "\40";
    padding-right: 6px;
    font-family: 'Font Awesome 5 Free';
    color: #505050;
}
.icon-active-acc::before {
   	content: "\f012";
    padding-right: 6px;
    font-family: 'Font Awesome 5 Free';
    color: #505050;
}
.icon-comment::before {
    content: "\f129"; /* fa-phone */
	padding-right: 3px;
	font-family: 'Font Awesome 5 Free';    
	color: #555;
	font-size: 10px;
    border-radius: 100px;
    border: 1px solid #555;
    padding: 2px 5px;
    margin: 2px 0px;
    font-style: normal;
}
/* END ICON */
.mb-1{
	margin-bottom: 10px;
}
.simple-tooltip {
  cursor: pointer;
  display: inline-block;
  position: relative;
	font-size: 0.75rem;	
    font-weight: 400;
 }
.tooltip-box {
 	position: absolute;
    background: #ffffff;
    color: #494949;
    padding: 10px 14px;
    border: 1px solid #f1f1f1;
  border-radius: 6px;
  z-index: 9999;
  font-size: 12px;
  max-width: 300px;
  display: none;
  white-space: normal;
}
.tooltip-box a{
	 color: #fff;
}
.tooltip-box::after {
  content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom-color: #f1f1f1;
	 
}
 
.giamsat{
	display: inline-block;
    background-color: #0aa92c;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 6px 0px 6px 0px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
/*Score Process */

.review-section {
	flex: 1 1 calc(33.333% - 20px);
    padding: 10px 15px;
    border-radius: 10px;	 
    border: 1px solid #f1f1f1;
	position: relative;
}
    

    .review-section h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #222;
    }

    .review-item {
      display: flex;
	
      align-items: center;
      margin-bottom: 10px;
    }

    .review-item .label {
      flex: 1;
      font-size: 14px;
      color: #333;
    }

    .review-item .bar {
      width: 50%;
      height: 7px;
      background: #eee;
      margin: 0 10px;
      position: relative;
      border-radius: 3px;
      overflow: hidden;
    }

    .review-item .fill {
      background: #6fc026;
      height: 100%;
      width: 0%; /* bắt đầu từ 0% */
      border-radius: 3px;
      transition: width 1.2s ease-in-out;
    }

    .review-item .score {
      width: 30px;
      text-align: right;
      font-weight: bold;
      font-size: 13px;
      color: #333;
    }
.header-info {
    display: flex;    
    flex-wrap: wrap;
    gap: 20px;
	margin: 15px 2px;
}
/* Tab account*/
.tabs {       
      margin: 0 auto;
    }

    .tab-labels {
      display: flex;
	 gap: 10px;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
    }

    .tab-label {
      flex: 0 0 auto;
      padding: 12px 24px;
      cursor: pointer;
      background: #ddd;
      text-align: center;     
      transition: background 0.3s ease;
      position: relative;
	scroll-snap-align: start;
    }

    .tab-label.active {
    background: #f5f5f5;
    color: #000000;
    border-top: 3px solid #429305;
    font-weight: 700;  
    } 

    .tab-content {
      display: none;
      padding: 20px;
      background: #f5f5f5;      
      animation: fadeIn 0.5s ease-in-out;
    }

    .tab-content.active {
      display: block;
    }

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

.info-grid {
      display: flex;
      flex-wrap: wrap;
      gap:1px;
      max-width: 600px;
    }

    .info-column {
      flex: 1 1 300px;
    }

    .info-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px;
    } 

    .info-value {
      font-weight: bold;
      color: #000;
    }   


.sponsor{
	width: 165px;
}
/* Score-Main*/ 
    .progress-circle {
      position: relative;
      width: 80px;
      height: 80px;
    }

    svg {
      transform: rotate(0deg); /* Bắt đầu từ 3h theo mặc định */
    }

    .progress-bg {
      stroke: #eee;
      stroke-width: 5;
      fill: none;
    }

    .progress-bar {
      stroke: #ffd400; /* #f8ad2a; */
      stroke-width: 6;
      fill: none;
      stroke-linecap: round;
      stroke-dasharray: 226.2;  /* 2πr với r = 36 */
      stroke-dashoffset: 226.2;
      transition: stroke-dashoffset 0.5s ease;
    }

    .progress-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #444444;
      font-size: 30px;
		font-weight: 900;
	}

.info-com svg, .post-header-item svg{
    width: 21px;
    height: 20px;
    margin-right: 3px;
}
.info-com p, .post-header-item p{
    display: flex;
    align-items: center;
	
}
.info-com p strong{
	padding-left: 5px;
	text-transform: capitalize;
}
.post-header-item p strong{
	padding-left: 5px;
	text-transform: capitalize;
}
.lichkinhte:before {
    content: "";
    background: #fff;
    position: absolute;
    /* min-height: 40px; */
    z-index: 50;
    height: 25px;
    width: 138px;
}
.post-title-page{
	text-align: center;
}
.broker-post-title{
	font-size: 1em;	 
	line-height: 135%;
	  margin: 0 0 10px 0;
 
	font-weight: 600
}
.broker-post-title a{
	color:#000;
}
/* POPUP BROKER DETAIL */
#custom-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 9999;
    }

    .popup-inner {
      position: relative;
      width: 300px;
      margin: 150px auto;
      padding: 20px;
      background: #fff;
      border-radius: 5px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .close-popup {
      position: absolute;
      top: 5px;
      right: 10px;
      cursor: pointer;
      font-size: 22px;
      color: #333;
    }

    #open-popup {      
      border: none;
      border-radius: 3px;
      
    }

.btn-main {
	display: inline;
	 
} 
.btn-animate {
  position: relative;
  display: inline-block;
  padding: 12px 20px;  
  font-weight: 500;
  color: #000; /* Màu chữ ban đầu */
  background: #ffd400; /* Nền ban đầu */
  border-radius: 5px; 
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, background 0.4s ease;
}

.btn-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  height: 100%;
  background: #f1f1f1;
 	transform: scaleY(0);
  transform-origin: center; /* 👈 Mở rộng từ giữa ra */
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn-animate:hover::before {
  transform: scaleY(1);
	 
}

.btn-animate:hover {
  color: #000; /* Giữ nguyên màu chữ khi hover */
	 
}
 
.social-btn-animate {
  position: relative;
  display: inline-block;
  padding: 6px 20px;  
  font-weight: 400;
  color: #13b300; /* Màu chữ ban đầu */
  background: #F0F5F7; /* Nền ban đầu */
  border-radius: 5px; 
  cursor: pointer;
  overflow: hidden;
	display:block;
  z-index: 1;
  transition: color 0.4s ease, background 0.4s ease;

}

.social-btn-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00af2e;
 	transform: scaleY(0);
  transform-origin: center; /* 👈 Mở rộng từ giữa ra */
  transition: transform 0.3s ease;
  z-index: -1;
}

.social-btn-animate:hover::before {
  transform: scaleY(1);
	 
}

.social-btn-animate:hover {
  color: #fff; /* Giữ nguyên màu chữ khi hover */
	 
}
.khonggiamsat{
	position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	 background-color: #b94705;  
    border-radius: 8px 0px 8px 0px;
    margin-bottom: 10px;
}
.marquee {
  width: 140px;
  overflow: hidden;   
  white-space: nowrap;
  box-sizing: border-box;
	
}
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.marquee-content span {
  display: inline-block;
   padding: 2px 8px;  
  font-size: 0.8rem;
	color:white;
}

/* Animation */
@keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
.marquee-content:hover {
  animation-play-state: paused;
}
/* Popup overlay */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
 
/* Nội dung popup */
.popup-content {
	background: #fff;
    padding: 10px;
    max-width: 700px;
    width: 770px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow-y: auto;

}


/* Nút đóng popup */
#closePopupBtn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
}

#closePopupBtn:hover {
  color: #000;
}

/* Từng item trong lisense */
.lisense-item {
  padding: 10px 0;
   
}
.lisense-main {
  display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0 30px;
}
.lisense-right {
    width: 36%;
    padding: 10px 0;
	text-align:center;
}
img.lisense-thumb {
    width: 70%;
}
.lisense-item:last-child {
  border-bottom: none;
}
.gp-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 4px;
	align-items: baseline;
}
.gp-main-list-broker {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 4px;
     
    margin-bottom: 4px;
	align-items: baseline;
}
.gp-detail {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.items-left {
    display: flex;
    width: 51%;
    gap: 1px;
    justify-content: space-between;
    align-items: baseline;
}
.items-left-single {
    display: flex;
    justify-content: space-between;
    width: 50%;
	align-items: baseline;
}
.items-right {
    display: flex;
    align-items: baseline;
}
.top-5-broker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 20px 0;
}
 

.top-broker-item {
	border: 1px solid #f1f1f1;
  flex: 1 1 calc(16.6% - 20px);
  max-width: calc(16.6% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
	position: relative;
}

.top-broker-item img {
  	max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
#header-avatar-container{ left: unset; }   
#header-avatar-container img{
	border-radius: 99px;
}
#header-cover-image{
	height: 180px !important;
	display: flex;
	background:#fff ;
    justify-content: center;
}
div#header-name-container {
    text-align: center;
}
.fx-social-links {
	display: flex;
	gap: 10px;
    margin: 0;
    justify-content: center;
}
.fx-social-links li{
	list-style: none;
}
.description{
	text-align: center;
	margin: 0 30px;
}
div#profile-posts {
    margin: 0 10px;
}
#profile-posts .wpum-post {
	border-bottom: none;
}
 
 
.rating-stars {
    
    text-align: center;
    margin: 0px;
}
/* -------------------------------------------------------------------------------- */
/*	20.	Homepage
/* -------------------------------------------------------------------------------- */
.title-header-home{
	font-size: 3em;
	font-weight: 600;
}
.badge-home-xh {
    position: absolute;
    width: 32px;
    right: 10px;
	transition: transform 0.35s cubic-bezier(.25,.46,.45,.94);

}
a:hover .badge-home-xh,
article:hover .badge-home-xh {
  transform: translateY(-10px); /* di chuyển lên 10px */
  
}
.badge-home-xh span {
  	position: absolute;
    top: 6px;
    font-size: 1.1em;
    left: 12px;
    color: #fff;
	 

}
.logo-broker-home {
	height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-2-broker {
	display: flex;
	align-items: center;
	width: 67%;
}
.list-rating-star{
	position: absolute;
    top: 15px;
}
.list-xh-main{
		display: flex;
        flex-wrap: wrap;
		gap: 1px;
	 
		padding: 8px 0 10px 0px;
		margin-bottom: 0px;
		position: relative;
		border-top: 1px solid #f1f1f1;
		align-items: center;
}
.box-list {
    flex: 1 1 33%;
}
.list-broker-wrapper a {
    color: #5e5e5e;
	display: block;
}
.list-broker-wrapper a:hover {
    color: #5e5e5e;
	background: #f6fff385 !important
}
.reviews-score-home {
	font-size: 1.5em;
    color: #080707;
    font-weight: 900;
    width: 150px;
    text-align: center;
    padding: 0 10px;
    line-height: 0.41;
}
.list-broker-wrapper {
    border-radius: 3px;
    border-left: 1px solid #f1f1;
    border-right: 1px solid #f1f1;
    border-bottom: 1px solid #f1f1;
    z-index: 1000;
}

.feedback-customer .testimonial-wrapper  {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PC: 4 cột */
    gap: 20px;
}

.testimonial-card {
    background: #fff;
    border-radius: 5px;
    padding: 10px;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border: 1px solid #e9e9e9;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
 
.testimonial-header img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.stars img {
    height: 18px;
}

.testimonial-content {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-footer {
    gap: 10px;
        color: #555;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-footer img.logo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
}
.title-testimonial {    
    position: absolute;
    top: -45px;
    margin: 0;

}
.scam {
    display: flex;
    gap: 20px; /* khoảng cách giữa 2 cột */
	margin: 30px 0;
}

.show-scam-home,
.show-news-scam-home {
    flex: 1; /* chia đều 2 cột */
}
 
.danh-sach-to-cao {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột trên PC */
  gap: 20px; /* khoảng cách giữa các cột và hàng */
  /* tùy chỉnh padding/margin nếu cần */
}
.post-medium {
      width: 100%;
    height: 165px;
    overflow: hidden;
    display: inline-block;
    /* background: #f3f3f3; */
    position: relative;
}
 
h2.entry-title {
    margin: 10px 0;
    font-size: 1em;
	line-height: 1.4;
}
h3.entry-title {
    margin: 10px 0;
    font-size: 1em;
	line-height: 1.4;
	padding: 5px;
}
p.p-excerpt {
    color: #919191;
    font-size: 13px;
}
.show-canh-bao {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* flex-wrap: nowrap; */
	gap:10px;
}
 
.img-post-home{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
	transition: transform 0.4s ease-in-out;
}
/* ////////// FOOTER ///////// */
.footer {
    display: flex;
    margin: 0 auto;
	color: #fff;
}
.footer-colum-1{
	width: 50%;
    text-align: justify;
    line-height: 1.3;
    padding: 0 20px;
}
.footer-colum-1 p{
	font-size: 11px;
}
.footer-colum-1 h3{
	font-size: 1em;
    margin: 10px 0;
}

.footer-colum-2{
	 padding: 0 20px;
	width: 25%;
}
.footer-colum-3{
	width: 25%;
	 padding: 0 20px;
}
 
.footer-logo {
    text-align: center;
    margin: 21px;
}
.footer-logo p{
    width: 250px;
	margin: 0 auto;

}
.footer-menu h3,.social-menu h3 {
	font-size: 1.2em;
}
ul.footer-menu li{
	list-style: none;
}
ul.footer-menu li a {
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
    display: inline-block;
}
ul.footer-menu li a:hover {
	padding-left: 25px;
	color: #fff;
	 
}
ul.footer-menu li a:hover:before {
	width: 20px;
}
ul.footer-menu li a:before{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #1e9640;
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
 

@media (max-width: 768px) {
  .danh-sach-to-cao {
    grid-template-columns: repeat(2, 1fr); /* 2 cột trên mobile */
  }
	.footer {
		    flex-direction: column;
	}
	.footer-colum-1{
	width: 100%;
    text-align: justify;
    line-height: 1.3;
    padding: 0 20px;
	}
.footer-colum-2{	
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* flex-wrap: nowrap; */
    gap: 10px;
	width: 100%;
}
.footer-colum-3{
display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* flex-wrap: nowrap; */
    gap: 10px;
	width: 100%;
}
}	


.bai-viet-to-cao {
  border: 1px solid #ddd; /* ví dụ viền từng bài */
  padding: 10px;
  box-sizing: border-box;
	position: relative;
}
.bai-viet-to-cao h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
	font-size: 1.1em; 
}
.noi-dung-chinh {
    color: #919191;
}
.item-san-lien-quan{
	list-style: none;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thumbnail-wrapper {
    display: flex;
    height: 57px;
    align-items: center;
    /* border: 1px solid #ddd; */
    justify-content: center;
    border-radius: 10px;
    /* padding: 10px 0; */
    margin: 10px;
}
span.title-wrapper{
	color: #858585;
	font-size: 13px;
	position: absolute;
    bottom: 5px;
    left: 11px;
}
 
.broker-pho-bien {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* PC: 5 cột */
    gap: 20px;
}
 
.pho-bien-wrapper {
    overflow: visible; /* Cho phép tràn ra ngoài */
}

.broker-pho-bien-card {
   position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;     
    padding: 10px; 
    text-align: center;
    border-radius: 5px;
	transition: all 0.3s ease;
}

.broker-pho-bien-card:hover {
   transform: translateY(-10px) scale(1.03);
    z-index: 10; /* Đè lên các phần tử khác */
   
    background: #fff; /* Đảm bảo nền che được phần dưới */
    border-radius: 5px;
	 
}
 img.award2 {
    width: 70px;
	 margin-top: 8px;
}
.pho-bien-post-title{
	font-size: 1em;
	color: #727272;
	font-weight: 300;
	 
}
 
.right-broker {
    
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
 	.righ-phan-tich h4 {
		margin: 0;
		font-size: 1em;
	}
	.bai-phan-tich-item {
		display: grid;
		grid-template-columns: 95px 2fr;  
		gap: 4px;
		margin-bottom: 18px;
	}
.avatar-single img {
    border-radius: 99px;
    border: 1px solid #f1f1f1;
    padding: 2px;
}
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap:0px;
    align-items: center;
}

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

.avatar-single img {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Bo tròn avatar */
    object-fit: cover;
}

.resp {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.post-meta-author a {
    font-weight: bold;
    color: #0073aa; /* màu xanh giống WP */
    text-decoration: none;
}

.post-meta-author a:hover {
    text-decoration: underline;
}

.post-meta-author p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

/* Regulator */
h1.regulator-title {
    margin: 0;
}
ul.regulator-details {
    margin: 0 10px;
    list-style: none;
    text-align: left;
}
.box-regulator{
	display: flex;
    flex-wrap: nowrap;
    flex: 1;
    gap: 10px;
}
 
 .language-switcher {
    position: relative;
       width: 153px;
    padding: 0 10px;
    margin: 0 10px;
  }

  .language-switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    width: 100%;
    overflow: hidden;
  }

  /* Ẩn tất cả item mặc định */
  .language-switcher ul li {
    display: none;            /* QUAN TRỌNG: chỉ dòng này, KHÔNG lặp lại display:flex ở đây */
    padding: 8px 12px;
    align-items: center;
    gap: 6px;
    cursor: pointer;
	  margin: 0;
  }

  /* Luôn hiển thị ngôn ngữ hiện tại */
  .language-switcher ul li.current-lang {
    display: flex;
    font-weight: 600;
  }

  .language-switcher ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #222;
  }

  .language-switcher ul li:hover {
    background: #007a1b;
  }
  .language-switcher ul li:hover a span {
    color: #fff;
  }

  .language-switcher ul li img { width: 16px; height: 11px; }

  /* Khi MỞ: hiện các item còn lại, đồng thời đặt menu absolute để không đẩy layout */
  .language-switcher.open ul {
    position: absolute;
    top: -19px; left: -10px; right: 0;
    z-index: 9999;
  }
  .language-switcher.open ul li:not(.current-lang) {
    display: flex;
  }

  /* Icon mũi tên bằng pseudo cho đẹp (không đổi HTML) */
  .language-switcher::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;    
    pointer-events: none;
	color:#dddddd;
	   
  }
 .language-switcher.open::after { content: "▲"; }

li.lang-item a img{
	margin: 0;
	padding:0;
} 
li.lang-item a span{
	font-size: 13px;
} 
.show-blog-hotnews {
     
    
}
.post-featured {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: inline-block;
    /* background: #f3f3f3; */
    position: relative;
}
 
.hotnews{
	display: grid;
  grid-template-columns: 70% 30%;
  gap: 10px;
}
.post-date{
	font-size: 13px;
	color: #919191;
}
.hotnews {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
}
/* Regulator List Styling */
.regulator-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.regulator-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
}

.regulator-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
}

.regulator-thumbnail {
    flex: 0 0 180px;
    margin-right: 20px;
}

.regulator-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 140px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.regulator-info {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.regulator-info li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.regulator-info li strong {
    color: #222;
    font-weight: 700;
}

.regulator-info li a.sub-link {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.regulator-info li a.sub-link:hover {
    color: #0033a0;
}

.regulator-info li a.sub-link:active,
.regulator-info li a.sub-link:focus {
    color: #0033a0;
    outline: none;
}

.name-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-all-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007a1b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #11bb0e;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .regulator-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .regulator-thumbnail {
        flex: none;
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .regulator-thumbnail img {
        max-width: 100%;
        max-height: 120px;
    }

    .regulator-info li {
        font-size: 14px;
    }

    .name-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .view-all-btn {
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .regulator-list {
        padding: 10px;
    }

    .regulator-item {
        padding: 15px;
    }

    .regulator-thumbnail img {
        max-height: 100px;
    }

    .regulator-info li {
        font-size: 13px;
    }

    .view-all-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}
/* Media query cho mobile - 1 cột */
@media (max-width: 768px) {
	.hotnews {
 
    grid-template-columns: 100%;
    
}
	.box-regulator{
		 flex-wrap: wrap;
	}
	select#lang_choice_1{
		margin: 0 56px 0 40px;
	}
	    .post-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .meta-row {
        width: 100%;
        gap: 10px;
    }
    .scam {
        flex-direction: column;
    }
    .show-scam-home,
    .show-news-scam-home 
	{
        width: 100%;
    }
		.related-posts .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* flex-wrap: nowrap; */
		gap: 15px;

	}

}
/* Tablet: 2 cột */
@media (max-width: 1023px) {
    .feedback-customer .testimonial-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: vẫn 2 cột */
@media (max-width: 600px) {
    .feedback-customer .testimonial-wrapper {
        grid-template-columns: repeat(2, 1fr);
		gap: 10;
    }
}
@media (max-width: 767px) {
	.broker-pho-bien {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* PC: 5 cột */
    gap: 5px;
}
	.star-home, .title-broker-home, .year-xh{
		display: none;
	}
	.feedback-customer .flexslider .flex-direction-nav .flex-prev { right: 10% !important;
    left: auto; /* reset left */ }
	.top-broker-item {
        flex: 1 1 calc(50% - 10px); /* 2 cột */
        max-width: calc(50% - 10px);
    }
	   .fx-social-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;    
    margin: 0 15px;
}
      .loan-card {
        flex-direction: row;
      }
	 
      .group-col1-2 {        
        flex: 1 1 100%;
        gap: 10px;
      }

      .col3 {
        flex: 1;
      }
		.reviews{
			line-height: 0.5;
			
		}
		.review-section {
			 flex: 1 1 100%;
		}
	   .post-header-item {
		    
	   }
	   .info-box, .relate-post-loop {
        flex: 1 1 100%;
		   
      }
	   .menu-secondary, .search-top-header{
		   display:none;
	   }
	  .post-thumb-container {
		min-width: 140px;  
		width: 140px;     
		height: 100px;  
		}
	   .header-single-post {
		    width: 100%;
	   }
 		.search-width {
		   width: 95%;
			margin: 0 10px;
		}
	   .btn-main {
			display: flex;
			gap: 3px;
			justify-content: space-around;
		} 
	    .trade-grade {
      font-size: 36px;  
       
   	 }
	   .items-left{
		   width:60%;
	   }
	   .lisense-main{
		   padding: 0 10px;
	   }
	   img.lisense-thumb {
    width: 100%;
}	
	   .review-section{
		   padding:  10px 5px;
	   }
	   .popup-content {
   
    	max-width: 92%;
		   width: 92%;}
		.title-header-home {
		font-size: 1.8em;
			
	}
	.show-blog-news{
		 
    grid-template-columns: repeat(2, 1fr);
    /* flex-wrap: nowrap; */
    gap: 10px;
	}
	.post-medium {
		height: 105px;
	}
	.language-switcher {
    position: relative;
    width: 109px;
    margin: 0 57px 0 0;
}
	li.lang-item a img {
    display: none;
}
    } /* End mobile */

ul.learn-press-breadcrumb li {
    display: inline-block;
    margin: 0;
}
ul.learn-press-breadcrumb {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 1rem;
    list-style: none;
}
ul.learn-press-breadcrumb li {
    display: inline-block;
    margin: 0;
}
.span.duration {
    font-size: 11px;
    color: #b3b3b3;
}
 
.full-width-template {
    margin-top: 2em;
}
.woocommerce div.product form.cart .variations label{
	font-weight: 300;
}
.hidden-select {
    display: none !important;
}
.yith-wcaf-modal{
	border: 1px solid #b9b9b9;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.yith-wcaf-open-modal:before{
	z-index: 0 !important;
	position: unset;
}