/*
Theme Name: 4clojure
Theme URI: https://4clojure.com
Author: willgroup	
Author URI: https://4clojure.com
Description: One for All from 4clojure
Version: 1.0.0
Text Domain: WillGroup
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row-small {
	margin-left: -8px;
	margin-right: -8px;
}
.col-small {
	padding-left: 8px;
	padding-right: 8px;
}
.h2, h2 {
	font-size: 24px;
	color: #212121;
}
.h3, h3 {
	font-size: 20px;
	color: #212121;
}
.h5, h5 {
	font-size: 18px;
	font-weight: 600 !important;
	color: #212121;
}
.h4, h4 {
	color: #212121;
}
@media (max-width: 767px) {
	#wpadminbar {
		position: fixed !important;
	}	
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	[class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
   	font-size: 1rem;
    background: #ffffff;
	line-height: 1.6;
	color: #343434!important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	color: #0b9d54;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #068b49;
	text-decoration: none;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
small, 
.small {
	font-size: 87.5%;
}
.font-size-body {
	font-size: 0.9375rem !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}

a.text-body:hover,
a.text-body:focus {
	color: #0b9d54 !important;
}
a.text-muted:hover,
a.text-muted:focus {
	color: #585858 !important;
}
.text-primary {
	color: #212529 !important;
	text-align: left;
}
.bg-primary {
	background-color: #01A001 !important;
}
.bg-secondary {
	background-color: #FE8401 !important;
}
.bg-light1 {
	background-color: #0c9d55 !important;
	color: #fff!important;
}
bg-light {
	background-color: #F0F2F5 !important;
}
.bg-cover {
	background-color: #CFD4DB;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border1 {
	border: 1px solid  #0c9d55!important;
}
.border-secondary {
	border-color: #0c9d55 !important;
}
.border-bottom-2 {
	border-bottom: 2px solid #dee2e6;
}
.rounded-lg {
	border-radius: 15px !important;
}
.svg-4 {
	width: 1.5rem;
	height: 1.5rem;
}
.svg-5 {
	width: 1.25rem;
	height: 1.25rem;
}
.svg-6 {
	width: 1rem;
	height: 1rem;
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 1.625rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
		text-align: center;
	}
	.logoimg {
		width: 70%!important;
		padding-top:10px!important;
		padding-bottom: 10px!important;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1.125rem;
	}
	.display-4 {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #898989;
}
.form-control::-moz-placeholder {
	color: #898989;
}
.form-control:-ms-input-placeholder { 
	color: #898989;
}
.form-control:-moz-placeholder { 
	color: #898989;
}
.required {
	color: #F15A29;
}
.form-control,
.custom-select,
.btn {
	border-radius: 0.375rem;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.form-control:focus,
.custom-select:focus {
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.btn {
	font-weight: 600;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #0b9d54;
	border-color: #0b9d54;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #057a40;
	border-color: #057a40;
}
.btn-primary svg,
.btn-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #0b9d54;
	border-color: #0b9d54;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #0b8746;
	border-color: #0b8746;
}
.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #01A001;
	background-color: transparent;
	border-color: #01A001;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #01A001;
	border-color: #01A001;
}
.btn-light,
.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #585858;
	background-color: #F0F2F5;
	border-color: #F0F2F5;
	font-weight: normal;
}
.btn-light:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0b9d54;
	border-color: #0b9d54;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table th,
.table td {
	padding: 0.625rem;
}
.table th {
	font-size: 1rem;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.tab-nav {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	margin-bottom: 1rem;
}
.tab-nav a {
	font-size: 1rem;
	font-weight: 600;
	color: #585858;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1.5rem;
}
.tab-nav a:hover {
	background-color: #F0F2F5;
}
.tab-nav a.active {
	color: #01A001;
	border-bottom-color: #01A001;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ' ';
	border-top: 2px solid #6c757d;
	border-right: 2px solid #6c757d;
	display: inline-block;
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	padding-right: 0;
	margin-top: -0.25rem;
	margin-right: 0.625rem;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
	margin-bottom: 1.5rem;
}
.pagination .page-link {
	font-size: 1rem;
	font-weight: 600;
	color: #585858;
	background: #F0F2F5;
	border-color: #F0F2F5;
	border-radius: 0.5rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	padding: 0;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
	color: #585858;
	background-color: #E2E6EA;
	border-color: #E2E6EA;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #0b9d54;
	border-color: #0b9d54;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-header {
	background: #F7F7F7;
}
.modal-title {
	text-transform: uppercase;
	line-height: 1.2;
}
.modal-body {
	padding: 1.5rem;
}
.modal-backdrop.show {
	opacity: 0.7;
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin {
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# progress bar
--------------------------------------------------------------*/
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 0.6s linear infinite;
	animation: progress-bar-stripes 0.6s linear infinite;
}

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------
.accordion .toggler:after {
    content: ' ';
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
   	margin-left: auto;
   	margin-top: 0.25rem;
    transform: rotateZ(45deg);
    transition: all 0.3s ease 0s;
}
.accordion .toggler.collapsed:after {
	transform: rotateZ(-135deg);
}
*/
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site {
	padding-top: 10px;
}
.admin-bar .site-header {
	top: 46px;
}
@media (min-width: 768px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 1rem;
	color: inherit;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .menu > li:hover > a {
	color: inherit;
	background: #F2F2F2;
	border-radius: 5px;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a,
.site-nav .menu > li.current-category-ancestor > a,
.site-nav .menu > li.current-post-ancestor > a {
    color: #0b9d54;
    background-color: transparent;
    border-bottom-color: #0b9d54;
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: #FFF;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding: 0.5rem 0;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li:hover > a {
	color: #01A001;
}
.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}
@media (max-width: 1440px) {
	.site-nav .menu > li > a {
		padding-left: 1rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 1280px) {
	.site-nav .menu > li > a {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
}
@media (max-width: 991px) {
	.site-nav {
		background-color: #fff;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		left: -17.5rem;
		top: 0; 
        bottom: 0;
		transition: all 0.3s ease 0s;
        z-index: 1002;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #dee2e6;
		padding: 0.75rem 2.5rem 0.75rem 0.75rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li.menu-item-has-children:before {
	    content: ' ';
	    border-top: 2px solid #212121;
	    border-left: 2px solid #212121;
	    cursor: pointer;
	    float: right;
	    width: 0.5rem;
	    height: 0.5rem;
	    position: absolute;
	    top: 1.25rem;
	    right: 1rem;
	    transform: rotateZ(-135deg);
	    transition: all 0.3s ease 0s;
	}
	.site-nav .menu > li.menu-item-has-children:hover:before {
		border-top-color: #01A001;
		border-left-color: #01A001;
	}
	.site-nav .menu > li.menu-item-has-children.active:before {
		transform: rotateZ(45deg);
	}
	.site-nav .menu > li > .sub-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
        margin: .5rem 0;
	}
	.site-nav .menu > li:hover > .sub-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
# Archive post
--------------------------------------------------------------*/
.archive-post:before,
.aside-cat:before {
	content: ' ';
	background-color: #f2f2f2;
	border-radius: 0.5rem;
	display: none;
	position: absolute;
	z-index: -1;
	top: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
}
.archive-post:hover:before,
.aside-cat:hover:before {
	display: block;
}
.full-row .archives-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.full-row a {
    display: block;
    max-height: 193px;
    overflow: hidden;
}
.full-row a:before {
    background: rgba(0,0,0,0.7);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}
.full-row .archives-main h3 {
    color: #fff !important;
}
.full-row .archives-main .text-truncate {
    color: #fff !important;
}
.archive-cat .archives-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 20%,rgba(0,0,0,0.75) 100%);
    border-radius: 0.5rem;
}
.archive-cat:hover {
    opacity: 0.75;
    transition: .3s;
}
.dot {
    background: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.dot-body {
    background: #6c757d !important;
}
/*--------------------------------------------------------------
# Cloud tags
--------------------------------------------------------------*/
.cloud-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cloud-tags a {
	color: inherit;
	background-color: #e4e4e4;
	border-radius: 50rem;
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 1rem 1.5rem;
}
.cloud-tags a:hover,
.cloud-tags a:focus {
	color: inherit;
	background-color: #c4c4c4;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	text-align: justify;
}
.entry-content .wp-caption {
	width:100%!important;
	text-align: center;
}
.entry-content h1 {
	font-size: 28px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
    text-align: left;
    margin-bottom: 1rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
}
.entry-content table th {
    font-weight: 600;
    text-transform: uppercase
}
.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content img.centered,
.entry-content .aligncenter,
.term-description img.centered,
.term-description .aligncenter {
	display: table;
    margin: 0 auto 1em;
}
.entry-content .wp-caption,
.term-description .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text,
.term-description .wp-caption-text {
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 0.5rem;
	font-size: 12px;
}
.entry-content blockquote {
	box-shadow: inset 0 0 0 0 #e2e4e7;
	border-left: 0.25rem solid #000;
	padding-left: 1rem;
}
.entry-content .wp-block-image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .su-spoiler {
	display: none;
}
.list-shares a {
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
}
.list-shares a:hover {
	opacity: 0.8;
}
.list-shares a.facebook {
	background-color: #455FA1;
}
.list-shares a.twitter {
	background-color: #58ABF4;
}
.list-shares a.pinterest {
	background-color: #CC1D1E;
}
.list-shares a.linkedin {
	background-color: #007BB5;
}
.list-shares a.email {
	background-color: #1980BE;
}
.schema-faq-section {
	border: 1px solid #dee2e6;
	padding: 1rem;
	margin-top: -1px;
}
.schema-faq-question {
	font-weight: 400;
	cursor: pointer;
}
.schema-faq-answer {
	display: none;
	padding-top: 1rem;
	padding-left: 1rem;
}

/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.site-footer .menu {
	margin-left: 2.25rem;
}
.site-footer .menu li {
	margin-right: 1.5rem;
}
.site-footer .menu li a {
	color: inherit;
}
.site-footer .menu li a:hover {
	color: #0b9d54;
}
.site-footer .socials a {
	color: inherit;
	background-color: #F0F2F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
}
.site-footer .socials a:hover {
	background-color: #E2E6EA;
}
.site-footer .socials a svg {
	fill: #585858;
	transition: all 0.3s ease 0s;
}
.site-footer .socials a:hover svg {
	fill: #585858;
}
.site-footer .socials a + a {
	margin-left: 0.5rem;
}
.site-content {
	margin-top: 70px;
}
.modgach {
	border-bottom: 2px solid #0b9d54;
	margin-bottom: 20px;
	font-size: 22px;
    font-weight: bold;
}
.fBLjIv { background: rgba(0, 215, 0, 0.06); padding: 0px 5px ; margin: 20px 0px; border-radius: 5px;}
.euDFsb { display: flex; flex-direction: row; padding: 0.75em ; }
.iYNqQz { display: flex; flex-direction: column; -webkit-box-pack: center; place-content: center; padding: 0.4em ; }
.bzsdXF { font-size: 1.1em; font-weight: 500; color: rgb(33, 33, 33) ; margin-bottom: 5px!important;}
.dLLAZm { font-size: 14px; line-height: 1.35; color: rgb(97, 97, 97); margin-bottom:0px!important}
h3.text-body {
	text-align: left;
}
.btommg { margin-bottom: 30px!important}

	#post_custom {
		position: relative;
    	width: 100%;
    	display: inline-flex;
    	margin-bottom: 30px;
    	margin-top: 10px;
    	color: inherit;
	}	
	
.post_icon {
    width: 90px !important;
	height: 90px !important;
    border-radius: 15px;
    aspect-ratio: 1/1;
}
	
.post_icon img {
    border-radius: 15px;
    aspect-ratio: 1/1;
}	
	
	.post_sub-title {
		font-size: 1em!important;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		 color: #4d4d4d;
	}	

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
	
.app-tag {
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 15px;
}
.post_title {
	padding-left: 10px;
	width: 100%;
    position: relative;
}
.ic-mucluc {
	width: 6px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #0c9d55!important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #0b9d54;
    color: #fff;
    border-color: transparent;
}
.btn-light, .btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #f8f9fa;
    border: 1px solid #a6b0b3;
    padding: 4px 10px;
    color: #666;
	font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 7px;
}
.icon-fa {
	margin-right: 4px;
}
.overflow-auto {
    overflow: auto!important;
    display: block!important;
}
.btn-light2, .btn-light2:not(:disabled):not(.disabled):active:focus {
    color: #585858;
    background-color: #F0F2F5;
    border-color: #F0F2F5;
    font-weight: normal;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}
.mtruong {
	margin-top: 100px;
		text-align: center;
}
.rounded-lg1 {
	border-radius: 0px !important;
}
.btn-light-ml {
    color: #585858;
    background-color: #F0F2F5;
    border-color: #F0F2F5;
    font-weight: normal;
}

.mg-leic {
	float: right;
    color: #0c9d55;
	margin-top: 3px;
}
.h3-ml ul {
	padding-left: 12px!important;
	font-weight: 600;
}
.h3-ml ul li {
  list-style-type: circle;
}
.h3-ml h3 {
	text-align: center!important;
	text-decoration: underline;
}

#content {
	margin-top: 90px;
}
.entry-content dl, ol, ul {
	padding-left: 25px;
}
.xemthemblog, .xemthem-tc {
	color: #585858;
	font-size: 16px;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
	padding: .475rem .75rem;
	text-align: center;
	display: block;
}
.xemthemblog:hover, .xemthem-tc:hover {
	background: #dfdfdf;
	color: #585858;
}
.baivietblog h3 {
	text-align: left!important;
	font-size: 17px!important;
}
.xemthemblog:focus, .xemthem-tc:focus {
	color: #585858!important;
	font-size: 16px!important;
    background-color: #dfdfdf!important;
    border-color: #dfdfdf!important;
	padding: .475rem .75rem!important;
	text-align: center!important;
	display: block!important;
}
.h4, h4 {
    font-size: 16px;
}
.tt-des {
	text-align: center;
	line-height: 29px;
}
h2.tt-des {
	font-size: 22px;
	font-weight: 600;
	color: #212121!important;
}
.top-des {
	background: #fff!important;
	margin-top: 0px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.top-site {
	margin-top: 0px!important;
	padding-top: 0px!important;
}
.lctrum {
	margin-bottom: 40px!important
}
.ytb-v1 {
	margin-top: 20px;
	text-align: center;
}
.video-ytb {
	margin-bottom: 5px;
}
.ytb-v1 p {
	font-size: 13px;
	color: #adadad;
	font-style: italic;
	text-align: center;
}
.downapk {
	background: #f9f9f9;
    border-radius: 5px;
	margin-bottom: 10px!important;
}
.hd-setup {
	padding: 10px;
	border: 1px solid #f1f1f1;
	margin-top: 20px;
}
.hd-setup h4 { margin-bottom: 15px;}
.sizeh1 {
	font-size: 22px!important;
}
.btn-secondary {
	 word-break: break-all;
}
.footerbg {
	background: #1f2024;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}
.footerbg span {
	 color: #5e5e5e;
    font-size: 14px;
}
.footerbg a {
	 color: #fff;
	font-size: 12px;
}
.socials {
	display: flex;
	align-items: center!important;
}
.socials a {
    color: inherit;
    background-color: #F0F2F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
	margin: 3px;
}
.svg-5x {
	width: 1rem;
    height: 1rem;
}
.border-topxxx {
	border: 1px solid #1f2024!important
}
.bg-darkxxx {
	background:#191a1e;
	font-size: 12px;
}
.faqs-container {
    overflow: hidden;
}
.faq-singular {
    position: relative;
    background: #f5f5f5;
    padding: 0px 30px 0px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.faq-singular:hover,
.faq-singular.active{
    background: #f2f2f2;
    background-image: linear-gradient(
90deg, #0c9d55 0%, #0c9d55 4px, transparent 4px, transparent 100%);
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 10px 10px 0px;
    font-size: 16px;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #808080;
    right: -20px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
    display: none;
    padding-bottom: 10px;
}
.text-muted {
    color: #52565a!important;
	font-size: 14px;
}
.btn-secondary {
    margin-top: -16px;
	margin-bottom: 4px !important;
}
.element.style {
    margin-top: -15px !important;
    margin-bottom: -6px !important;
}