/*!
Theme Name: WikiBacsi OLD
Theme URI: http://underscores.me/
Author: MDN
Author URI: https://www.wikibacsi.com
Description: Theme Developer by MDN
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mdn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/* =WordPress Core
-------------------------------------------------------------- */
/* posts */
.post .post-thumb,
.post .post-thumb a,
.post .post-thumb span {
	position:relative;
	height:auto;
	overflow:hidden;
}
.post .post-thumb a,
.post .post-thumb span {
	width:100%;
	border-radius:0px;
	display:block;
	aspect-ratio:3/2;
}
.post .post-thumb a img,
.post .post-thumb span img {
	display:block;
	margin:0 auto;
	transform:perspective(1px) translateZ(0);
	transition-duration:.3s;
	width:100%;
	height:100%;
	object-fit:cover;
}
.post .post-thumb a:hover img,
.post .post-thumb span:hover img {
	transform:scale(1.03);
	opacity:.85;
}
.post .post-thumb .details-post {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.post .post-thumb .details-post a {
	background:transparent;
	box-shadow:0 0 1px rgba(0,0,0,.3);
	border-radius:5px;
	border:1px solid #fff;
	display:inline-block;
	line-height:22px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	padding:6px 15px;
	opacity:0;
	color:#fff;
	transform:scale(0);
	position:relative;
	transition:transform .3s,opacity .3s;
}
.post .post-thumb .details-post a:hover {
	background-color:#fff;
	color:#333;
}
.post .post-thumb:hover .details-post a {
	opacity:1;
	transform:scale(1);
}
.post .post-title {
	font-size:16px;
	font-weight:700;
	line-height:24px;
	margin-top:10px;
	margin-bottom:5px;
	color:#333;
}
.post .post-title a {
	color:#333;
	display:block;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	overflow:hidden;
	height:auto;
}
.post .post-title a:hover {
	color:#0e5b96;
}
.post .post-view {
	display:flex;
	margin-top:10px;
}
.post .post-view a {
	font-size:14px;
	font-weight:700;
	color:#0e5b96;
	padding:0;
	line-height:22px;
	display:inline-block;
	background:transparent;
}
.post .post-view a:hover {
	color:#ffb602;
}
.post .post-view a i {
	margin-left:5px;
}
.post .post-meta {
	font-size:12px;
	color:#000;
}
.post .post-meta span {
	position:relative;
	padding-right:10px;
	margin-right:5px;
	display:inline-block;
}
.post .post-meta span:after {
	position:absolute;
	content:"";
	height:10px;
	width:1px;
	background:#b9bcbf;
	right:0;
	top:50%;
	margin-top:-5px;
}
.post .post-meta span i {
	margin-right:2px;
}
.post .post-meta span a {
	color:#000;
}
.post .post-meta span a:hover {
	color:#0e5b96;
}
.post .post-meta span:last-child {
	padding:0;
	margin:0;
}
.post .post-meta span:last-child:after {
	display:none;
}
.post .post-excerpt {
	color:#333;
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
	height:auto;
}
.post .post-excerpt,
.post .post-excerpt p {
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.post .post-excerpt p {
	margin:0;
}
.post .post-cate {
	font-weight:700;
}
.post .post-cate a {
	padding:0;
	color:#2d87f3;
}
.post .post-cate a:hover {
	color:#0e5b96;
}
/* css */
.accordion-list .card {
	margin-bottom: 15px;
	background: #fff;
	border-radius: 10px;
	border: solid 1px #eee;
	/* box-shadow: 2px 3px 20px rgba(0, 0, 0, .15); */
}
.accordion-list .card-header {
	font-weight: 700;
	color: #262626;
	font-size: 16px;
	background: #fff;
	border: none;
	border-radius: 10px;
	position: relative;
	padding: 0;
}
.accordion-list .card-name {
	font-weight: 700;
	font-size: 17px;
	margin: 0;
}
.accordion-list .card-name a {
	display: block;
	position: relative;
	color: #262626;
	padding: 10px 15px;
	padding-right: 25px;
}
.accordion-list .card-name a:after {
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 400;
	color: #2273b2;
	position: absolute;
	top: 11px;
	right: 10px;
}
.accordion-list .card-name a[aria-expanded=true]:after {
	content: "\f068";
}
.accordion-list .card-body {
	font-size: 16px;
	padding: 10px 15px;
	padding-top: 0;
}

.entry-block-tags {
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 10px 10px 5px;
}
.entry-block-tags .s-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.entry-block-tags .s-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
}
.entry-block-tags .s-list a {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	color: #2273b2;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px 10px;
	position: relative;
	font-size: 15px;
}
.entry-block-tags .s-list a:hover{
	color: #000;
}
.entry-block-tags .s-list li:nth-child(n+6){
	display: none;
}
.entry-block-tags .s-list li.visible{
	display: block;
}
/* ddddddddddd */
.content-details blockquote{
	background: #eaeaea;
	position: relative;
	padding:15px;
	padding-left: 35px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.content-details blockquote::before{
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	top: 5px;
	position: absolute;
	z-index: 1;
	color: #0d72c7;
	font-size: 25px;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	position: relative;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
img.error-404{
	display: block;
	margin: 15px auto;
}
a.back-home{
	padding: 15px 30px;
	font-weight: bold;
	text-align: center;
	background: #2171af;
	color: #fff;
	border-radius: 40px;
}
a.back-home:hover{
	background: #d19734;
}
.author-box{
	background: #f5f5f5;
	padding: 20px;
	margin: 0 0 15px;
	font-size: 15px;
}
.author-box img.avatar{
	width: 100px;
	height: 100px;
	border-radius: 100px;
}
.author-box .heading{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.author-box .readmore span{
	color: #ddb868;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
}
.author-box .readmore span.show i{
	transition: all 0.3s;
}
.author-box .readmore span.show i:before{
	content: "\f107";
}
.author-box .author-description{
	height: 135px;
	overflow: hidden;
	line-height: 1.5;
	transition: all 0.3s;

}
.author-box .author-description.expanded{
	height: auto;
}
.breadcrumb a{
	color: #fff;
}
.mega-menu ul{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
.owl-carousel .owl-item img{
	max-width: 100%;
	height: auto;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.blue .cate-menu {
	background:#0e5b96;
}
.box-author--social a{
	color:#3c9ce6;
}
.box-author--social .list-details li{
	padding-top: 20px;
}

.list-item-column.column-6{
	-webkit-column-count: 6; 
	-moz-column-count: 6; 
	column-count: 6;
}
.list-item-column.column-5{
	-webkit-column-count: 5; 
	-moz-column-count: 5; 
	column-count: 5;
}
.list-item-column.column-4{
	-webkit-column-count: 4; 
	-moz-column-count:4; 
	column-count: 4;
}
.list-item-column.column-3{
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
}
.list-item-column.column-2{
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
}
.list-item-column.column-1{
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
}
@media(max-width: 575px){
	.list-item-column.column-6,
	.list-item-column.column-5,
	.list-item-column.column-4,
	.list-item-column.column-3,
	.list-item-column.column-2,
	.list-item-column.column-1{
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
	}
}
.shock_block a.shock_click,
.shock_block a.shock_click:hover{
	color: #00aced;
	cursor: pointer;
}
/*Comment */
#comments {
	margin: 40px 0 30px;
	border-bottom: 1px dashed #d7d7d7;
	padding-bottom: 20px;
	position: relative;
}
#comments .accord {
	position: absolute;
	right: 0;
	top: 0;
}
#comments .accord > span {
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
}
#comments .accord > select {
	font-size: 13px;
	padding: 1px 4px;
	font-weight: 500;
	color: #777;
	outline: none;
}
.title-comment {
	font-size: 24px;
	color: #336597;
	margin: 0;
}
.title-comment span {
	color: #f60;
}
.commentlist {
	padding: 0;
	list-style: none;
	margin-top: 30px;
	display: block;
}
.commentlist:after{
	content: '';
	display: table;
	clear: both;
}
.commentlist .comment {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ddd;
}
.commentlist .comment:last-child {
	padding-bottom: 0;
	border-bottom:none
}
.commentlist .comment:first-child {
	padding-top: 0;
	background-image: none;
}
.commentlist .comment .comment-author {
	width: 60px;
	float: left;
	margin-right: 15px;
}
.commentlist .comment .comment-author img {
	padding: 3px;
	border: 1px solid #f7f7f7;
	width: 100%;
	height: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.commentlist .comment .comment-body {
	position: relative;
	margin-left: 75px;
}
.commentlist .comment .comment-body cite {
	font-style: normal;
}
.commentlist .comment .comment-body cite a {
	color: #314254;
	font-weight: 600;
	text-decoration: none;
}
.commentlist .comment .comment-body small {
	font-size: #999999;
	font-weight: 400;
	border-left: 1px solid #999999;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 14px;
}
.commentlist .comment .comment-body p {
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.commentlist .comment.cmt-reply .comment-body p {
	background: #f0f1f3;
	padding: 10px;
}
.commentlist .comment .comment-body .edit {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 13px;
}
.commentlist .comment .comment-body .edit a {
	color: #777;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.commentlist .comment .comment-body .edit a:hover {
	color: #336597;
}
.commentlist .comment .children {
	list-style: none;
	padding: 0 15px;
	margin-top: 15px;
	margin-left: 60px;
	border-left: 1px dashed #d7d7d7;
}
.commentlist .comment .children .comment:last-child {
	padding-bottom: 0;
}
.sub-children {
	list-style: none;
	margin-left: 60px;
	margin-top: 15px;
	padding: 0 15px;
	border-left: 1px dashed #d7d7d7;
}
.comment.cmt-reply .children .comment .comment-body p,
.comment.cmt-reply .sub-children .comment .comment-body p {
	background: #fff;
	padding: 0;
}

/*Load more comment*/
.btn_comment_loadmore{
	background:#336597;
	width: 50%;
	color: #fff;
	padding: 8px 15px;
	text-align: center;
	cursor: pointer;
	display: block;;
	border-radius: 4px;
	margin: 15px auto;
	transition: all 0.3s;
}
.btn_comment_loadmore:hover{
	background: #3976b3;
}
.comment-reply-title{
	font-size: 24px;
	color: #336597;
	margin: 0;
}
.comment-form .form-control{
	margin-bottom: 15px;
	border-radius: 0;
}
.comment-form .btn-submit-comment{
	background: #336597;
	color: #fff;
	font-weight: bold;
}
.comment-form{
	width: 100%;
	display: block;
}
.comment-form:before{
	content: '';
	display: table;
	clear: both;
}
.comment-form label{
	font-weight: bold;
	color: #333;
}
.comment-form  .required{
	color: red;
	margin-left: 5px;
}
.comment-reply-title{
	vertical-align:inherit !important;
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
}
.comment.depth-3 .reply{
	display: none;
}
#cancel-comment-reply-link{
	color: #f44336;
	margin-left: 10px;
	text-transform: none;
	font-size: 14px;
}
.comment-meta-field{
	visibility: hidden;
	height:0;
}
.comment-meta-field.show{
	visibility: visible;
	height:auto;
}
#RelatedPopupShow .modal-content .content-post.loading{
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;

}
.loading-spin {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 4em;
	height: 4em;
	background-color: transparent;
	border-radius: 100%;
	animation: loading-spin 1s infinite linear;
}
.loading-spin:after {
	content: '';
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
	right: 0;
	bottom: 0;
	border: 5px solid transparent;
	border-radius: 100%;
	box-shadow: 0.08em 0.08em 0.08em #007bb6;
}

@keyframes loading-spin {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
.RelatedPopupShow{
	background: rgba(88, 88, 88, 0.92);
}
.related-close{
	pointer-events: all;

}

@media(max-width: 575px){
	.related-popup ul li a:after{
		display: none;
	}
	.related-close .close{
		right: 0;
	}
}
.box-author--desp a{
	color: #2171af;
}
.fb_iframe_widget{
	display: block !important;
	margin:15px auto;
	text-align: center;
}
.comment-respond > p{
	font-weight: 700;
	text-transform: uppercase;
	color: #2273b2;
	font-size: 18px;
}
/*hotline and messenger*/
.phonering-alo-phone {
	position:fixed;
	visibility:hidden;
	background-color:transparent;
	width:75px;
	height:75px;
	cursor:pointer;
	z-index:20!important;
	display:block;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translateZ(0);
	transition:visibility .5s;
	left:11px;
	bottom:25px
}
.phonering-alo-phone.phonering-alo-show {
	visibility:visible
}
.phonering-alo-phone.phonering-alo-static {
	opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
	opacity:1
}
.phonering-alo-ph-circle {
	width:70px;
	height:70px;
	top:-5px;
	right:0;
	position:absolute;
	background-color:transparent;
	border-radius:100%;
	border:2px solid rgba(30,30,30,.4);
	opacity:.1;
	animation:e 1.2s infinite ease-in-out;
	transition:all .5s;
	transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	animation:e 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	animation:e 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color:#2171af;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color:#ffe120;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color:#2171af;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color:#ccc;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color:#75eb50;
	opacity:.5
}
.phonering-alo-ph-circle-fill {
	width:50px;
	height:50px;
	top:5px;
	right:10px;
	position:absolute;
	background-color:#000;
	border-radius:100%;
	border:2px solid transparent;
	animation:f 2.3s infinite ease-in-out;
	transition:all .5s;
	transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	animation:f 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	animation:f 2.3s infinite ease-in-out!important;
	opacity:0!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color:rgba(39,45,107,.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color:#2171af;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color:hsla(0,0%,80%,.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color:rgba(117,235,80,.5);
	opacity:.75!important
}
.phonering-alo-ph-img-circle {
	width:30px;
	height:30px;
	top:15px;
	right:20px;
	position:absolute;
	background: rgba(30,30,30,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat 50%;
	border-radius:100%;
	border:2px solid transparent;
	animation:g 1s infinite ease-in-out;
	transform-origin:50% 50%;
	background-size:20px 20px
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	animation:g 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	animation:g 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color:#00aff2
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color:#2171af;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color:#2171af;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color:#75eb50
}
.imsg-chat {
	position:fixed;
	background-color:transparent;
	width:35px;
	height:35px;
	cursor:pointer;
	z-index:20!important;
	display:block;
	left:33px;
	bottom:110px
}
.imsg-chat svg {
	width:100%;
	height:100%;
	color:#0080ff
}
.zalo-chat {
	position:fixed;
	background-color:#0068ff;
	width:35px;
	height:35px;
	cursor:pointer;
	z-index:20!important;
	display:block;
	left:33px;
	bottom:170px;
	border-radius:5px
}
.zalo-chat a {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center
}
.zalo-chat svg {
	width:90%;
	height:90%;
	color:#fff
}
@keyframes e {
	0% {
		transform:rotate(0) scale(.5) skew(1deg);
		opacity:.1
	}
	30% {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.5
	}
	to {
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.1
	}
}
@keyframes f {
	0% {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}
	50% {
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.2
	}
	to {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}
}
@keyframes g {
	0% {
		transform:rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform:rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform:rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform:rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform:rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform:rotate(0) scale(1) skew(1deg)
	}
	to {
		transform:rotate(0) scale(1) skew(1deg)
	}
}

.hotline-wrap {
	position: absolute;
	left: 30px;
	color: #f1d523;
}

.hotline-wrap p{
	margin-bottom: 0;
}
.hotline-wrap p:first-child {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.hotline-wrap p:last-child {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.hotline-wrap p:last-child:hover{
	color: #fff;
}
.hotline a.hotline-wrap:hover{
	color: #fff;
}

#phonering-alo-phoneIcon{
	bottom: 50px;
}
.imsg-chat {
	bottom: 140px;
}
.zalo-chat {
	bottom: 200px;
}
@media(max-width: 575px){
	.hotline-wrap{
		display: none;
	}
	#phonering-alo-phoneIcon{
		background-color: transparent;
	}
}
/*end hotline*/
/*Action sidebar*/
.action-desktop {
	position: fixed;
	left: 0;
	background: #fbf5ed;
	border: 1px solid #aeaeae;
	border-left: none;
	top: 30%;
}
.action-desktop ul {
	flex-direction: column;
}
.action-desktop .btn-home {
	background:#2171af;
}
.action-desktop ul li {
	display: block;
}
.action-desktop .button-wrap, .action-desktop a {
	color:#2171af;
	text-align: center;
	font-size: 12px;
	padding: 0.8rem;
	display: block;
}
.action-desktop .button-wrap span, .action-desktop a span {
	display: none;
}
.action-desktop .btn-comments {
	position: relative;
}
.action-desktop .btn-comments .number {
	content: "10+";
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	position: absolute;
	color: #fff;
	font-size: 9px;
	top: 5px;
	right: 0;
	background: #eb2929;
	padding: 3px 4px;
	text-align: center;
	line-height: 8px;
	border-radius: 2px;
}
.action-desktop .btn-home a i {
	color: #fff;
}
.action-desktop .btn-home a:hover i, .action-desktop .btn-home a i {
	color: #fff;
}
.action-desktop .button-wrap i, .action-desktop a i {
	display: block;
	font-size: 20px;
	color:#2171af;
}
.action-desktop .button-wrap:hover, .action-desktop a:hover {
	background:#2171af;
}
.action-desktop .button-wrap:hover i, .action-desktop a:hover i {
	color: #fff;
}
.action-desktop .btn-top{
	cursor: pointer;
}
/*End Action sidebar*/
.form-question{
	padding-top: 15px;
	padding-bottom: 10px;
	box-shadow: 0 4px 21px rgba(0,0,0,.1);
	border-radius: 5px;
	background: #fff;
}
.form-question .form-control{
	border-radius: 0;
	font-size: 14px;

}
.form-question .btn-submit{
	width: 100%;
	color: #fff;
	background:#2d70ac ;
	text-transform: uppercase;
	font-weight: 700;
}