/* GeneratePress Site CSS */ .inside-article,
.sidebar .widget,
.comments-area {
		border: 1px solid rgba(232, 234, 237, 1);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

/* Featured widget */
.sidebar .widget:first-child {
	background-color: #e86000;
	color: #fff;
}

.sidebar .widget:first-child .widget-title,
.sidebar .widget:first-child a:not(.button) {
	color: #fff;
}

.sidebar .widget li {
	margin-bottom: 15px;
}

.button.light {
	background: #fff;
	color: #000;
}

.button.light:hover {
	background: #fafafa;
	color: #222;
}

.separate-containers .page-header {
	background: transparent;
	padding: 20px 0;
}

.page-header h1 {
	font-size: 30px;
}

@media (min-width: 769px) {
	.post-image-aligned-left .post-image img {
		max-width: 300px;
	}
} /* End GeneratePress Site CSS */

.uk-button-1{
	background: #45629f !important;
}
.uk-button-2{
	background: #df5443 !important;
}
.uk-button-3{
	background: #fbbc04 !important;
}
.uk-button{
	  margin: 0;
    border: none;
    border-radius: 10px;
    overflow: visible;
    font: inherit;
    color: white;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.post-image-above-header .no-featured-image-padding .inside-article .post-image {
    margin-top: -20px;
    height: 350px;
    width: 95%;
    margin: auto;
}
.post-image img.attachment-full.size-full.wp-post-image {
    max-height: 90%;
    width: auto;
}
.uk-overlay-primary {
    background: #304c7bc4;
}
.slider-post-nav {
    position: absolute;
    right: 5px;
    top: 5px;
}
.uk-slidenav {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    margin: 0 !important;
    background: #f7f7f7;
}
.uk-slidenav:hover {
		border: 1px solid #000;
		background: #2f4468;
		color: #fff;
}
ol.uk-list.uk-list-striped {
    margin-left: 20px;
}
.uk-grid>* {
    padding-left: 20px !important;
}
.uk-list {
    list-style: decimal-leading-zero;
}
.title-top {
    text-align: left;
		font-size: 14px;
}
a {
		color: #000;
}
a:hover {
		color: #0085ba;
}
p img {
    margin: 0 auto;
    padding-bottom: 3px;
    display: block;
}
.uk-card h3 {
    background: #2f4468;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
p {
    margin-bottom: 5px !important;
}
.uk-alert-success {
    background: #c3e8ff !important;
    color: inherit;
    border-radius: 10px;
	border: 1.5px dashed #53c502;
}

input.uk-button.uk-button-primary {
    color: #fff;
    background-color: #427114;
    margin: 10px;
    border-radius: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.page-content, .entry-content, .entry-summary {
    margin-top: 15px !important;
}

.login-username label {
    padding: 10px;
}
.login-password label {
    padding: 10px;
}
.input {
    max-width: 100%;
    width: 100%;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}

.uk-button{
color: #fff !important;}

.uk-button a:visited{
color: #fff !important;
}
.nav-links {
    margin: 20px 6px 10px;
    overflow: hidden;
    clear: left;
    text-align: center;
    white-space: nowrap;
}

.nav-links .page-numbers
{
display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 3px 8px;
    margin: 0 3px 0 0;
    border: 1px solid #004be8;
    background: #000090;
    text-decoration: none;
    color: #fff;
}

.nav-links .current{    border: 1px solid #fff;
background: black;}

.blog .format-aside .entry-header{
	display: block;
}




/* ==========================================================================
   FIX: khoảng trống dưới breadcrumb trên bài viết (GP 3.x)
   ========================================================================== */
.inside-article #breadcrumbs,
.inside-article .breadcrumb,
.inside-article nav.rank-math-breadcrumb,
.inside-article .rank-math-breadcrumb p {
	margin: 0 0 12px;
}
.inside-article > *:first-child {
	margin-top: 0;
}
.single .entry-header,
.page .entry-header {
	margin-top: 0;
}
/* Ẩn các thẻ rỗng do plugin/hook chèn vào gây khoảng trống */
.inside-article > p:empty,
.inside-article > div:empty:not([uk-modal]):not(.uk-modal) {
	display: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   FORM THÀNH VIÊN ĐỒNG BỘ: Đăng nhập / Đăng ký / Quên mật khẩu
   ========================================================================== */
.rg-auth-card {
	max-width: 430px;
	margin: 25px auto;
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	padding: 30px 26px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
	box-sizing: border-box;
}

.rg-auth-title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 8px;
	color: #2c3e63;
}

.rg-auth-desc {
	text-align: center;
	color: #555;
	font-size: 14px;
	margin: 0 0 20px;
}

.rg-auth-card label,
.rg-auth-card #loginform label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 6px;
	color: #333;
	text-align: left;
}

.rg-auth-card input[type="text"],
.rg-auth-card input[type="email"],
.rg-auth-card input[type="password"] {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	margin-bottom: 16px;
	box-sizing: border-box;
	font-size: 15px;
	transition: border-color .15s, box-shadow .15s;
}

.rg-auth-card input[type="text"]:focus,
.rg-auth-card input[type="email"]:focus,
.rg-auth-card input[type="password"]:focus {
	border-color: #2c3e63;
	box-shadow: 0 0 0 3px rgba(44, 62, 99, .12);
	outline: none;
}

/* Nút submit đồng bộ màu menu web */
.rg-auth-card input[type="submit"],
.rg-auth-card button[type="submit"],
.rg-auth-submit {
	display: block;
	width: 100%;
	background: #2c3e63;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background .15s;
}

.rg-auth-card input[type="submit"]:hover,
.rg-auth-card button[type="submit"]:hover {
	background: #1e2c48;
}

/* wp_login_form() markup */
.rg-auth-card #loginform p {
	margin: 0 0 14px;
}
.rg-auth-card .login-remember {
	text-align: left;
	font-size: 14px;
}
.rg-auth-card .login-remember input {
	margin-right: 6px;
}
.rg-auth-card .login-submit {
	margin-top: 6px;
}

/* CĂN GIỮA CAPTCHA (reCAPTCHA / Turnstile / hCaptcha / các plugin captcha) */
.rg-auth-card .g-recaptcha,
.rg-auth-card .cf-turnstile,
.rg-auth-card .h-captcha,
.rg-auth-card [class*="captcha"],
.rg-auth-card [id*="captcha"] {
	display: flex;
	justify-content: center;
	margin: 0 auto 16px;
	text-align: center;
}
.rg-auth-card .g-recaptcha > div,
.rg-auth-card .cf-turnstile > div {
	margin: 0 auto;
}
/* Ảnh captcha dạng math/image của một số plugin */
.rg-auth-card [class*="captcha"] img {
	display: inline-block;
	vertical-align: middle;
}

/* Thông báo lỗi / thành công */
.rg-auth-error,
.rg-auth-card .login-error,
.rg-auth-card .thongbaologin strong {
	color: #c0392b;
	font-weight: 700;
}
.rg-auth-error,
.rg-auth-success {
	max-width: 430px;
	margin: 0 auto 15px;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}
.rg-auth-error {
	background: #fdecea;
	border: 1px solid #f5c6cb;
}
.rg-auth-success {
	background: #e8f7ee;
	border: 1px solid #b7e4c7;
	color: #1e7e34;
	font-weight: 600;
}

.rg-auth-links {
	text-align: center;
	font-size: 14px;
	margin: 16px 0 0;
}

/* Mobile */
@media (max-width: 480px) {
	.rg-auth-card {
		padding: 20px 15px;
		margin: 15px auto;
		border-radius: 8px;
	}
	/* Thu nhỏ reCAPTCHA v2 để không tràn màn hình nhỏ */
	.rg-auth-card .g-recaptcha {
		transform: scale(.88);
		transform-origin: center;
	}
}