/*!
Theme Name: BinhDuongReview
Theme URI: http://underscores.me/
Author: topaz.hotro@gmail.com
Author URI: 
Description: Theme Develope by QUYNV
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Review
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Alignments
--------------------------------------------- */
:root {
	--primary: #02c9ba;
	--secondary: #ed3500;
	--basictext:#282828;
	--light: #EEF9FF;
	--dark: #091E3E;
}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}
/** QUYNV Edit **/
.navbar-dark .navbar-nav .active .nav-link{
	color: 083fb4;
}

.error-404 {
	padding: 15px;
}

.error-404 img {
	display: block;
	margin: 15px auto;
}

.error-404 .page-title {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	color: #002e5b;
}

.btn-go-home {
	background-color: #faa717;
	font-weight: 700;
	width: 150px;
	margin: 0 auto;
	display: block;
	border-radius: 40px;
	color: #ffffff;
}

.btn-go-home:hover {
	color: #ffffff;
	background-color: #002e5b;
}
/**
 * Detail page
 */
.content-detail-post.no-line:before{
	display: none;
}
/**
 * Footer
 */
.content-detail-post.no-line:before{
	display: none;
}
.footer_col li{
	position: relative;
	padding-left: 10px;
}
.footer_col li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: var(--secondary);
	position: absolute;
	top: 12px;
	left: 0px;
}

.sticky-top.navbar-dark .navbar-nav .nav-link{
	padding: 24px 0;
}
.brc a{
	color: var(--secondary);
}

.tab_toplist .nav-link,
.tab_toplist .nav-link:focus,
.tab_toplist .nav-link:hover{
	display: block;
}

.blog-item .kksr-legend,.post_video .kksr-legend{
	display: none;
}
.author_home .avatar-author{
	width: 60px !important;
	height: 60px !important;
}
.author_home  a{
	color: #333;
}
.toplist-link{
	border-bottom: 1px solid #dee2e6;
	text-align: center;
	justify-content: center;
	width: 100%;
}
.toplist-link a{
	color: #282828;
}
.toplist-link .active a{
	color: 083fb4;
}
.toplist-link a:hover{
	color: 083fb4;
}
.content-detail-post h1,
.content-detail-post h2,
.content-detail-post h3,
.content-detail-post h4,
.content-detail-post h5,
.content-detail-post h6,
.properties-post,
.heading-content-post,
.ftwp-heading,
.content-detail-post .wp-caption-text,
.link-content-detail-post,
.tag,
.link_related_text,
.content-detail-post .toc,
.content-detail-post p,
.content-detail-post ul{
	display: block;
	width: 75%;
	margin: auto ;
	margin-bottom: 10px;
}
@media(max-width:575px){
	.breadcrumb_last{
		font-size: 12px;
		font-weight: 400;
	}
	.content-detail-post h1,
	.content-detail-post h2,
	.content-detail-post h3,
	.content-detail-post h4,
	.content-detail-post h5,
	.content-detail-post h6,
	.properties-post,
	.heading-content-post,
	.ftwp-heading,
	.content-detail-post .wp-caption-text,
	.link-content-detail-post,
	.tag,
	.link_related_text,
	.content-detail-post .toc,
	.content-detail-post p,
	.content-detail-post ul{
		width: 100%;
	}
	.properties-post{
		flex-wrap: wrap;
	}
}
.content-detail-post blockquote{
	position: relative;
	background-color: #fff1da;
}
.content-detail-post blockquote:before{
	content:"\f10d";
	font-family: "Font Awesome 5 Free";
	color: #ed3500;
	position: absolute;
	top: -3px;
	left: 1%;
	font-size: 14px;
	font-weight: 900;
	width: 1.25em;
}
.content-detail-post ul li{
	margin-bottom: 10px ;
}
.content-detail-post strong{
	width: 100% ;
}
.content-detail-post .wp-caption{
	width: 100% !important;
}
.content-detail-post .wp-caption img{
	max-width: 100%;
	border-radius: 5px;
	height: auto;
}
.content-detail-post .wp-caption-text {
	margin-top: 1rem;
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding-left: 20px;
	color: #888;
}
.content-detail-post .wp-caption-text:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "-";
	font-weight: 700;
	font-size: 21px;
	line-height: 5px;
	color: var(--secondary);
}
.content-detail-post ul li a{
	color: #04c9ba;
}
.content-detail-post  ul li a:hover{
	color: var(--secondary);
}
.content-detail-post h2{
	font-size: 24px;
}
.content-detail-post h3{
	font-size: 22px;
}
.content-detail-post .breadcrumb_last{
	display: none;
}
.content-detail-post .sticky-after-content .sticky-heading{
	font-weight: 700;
	padding: 5px 5px;
	background: #faa718;
	max-width: 207px;
	color: #fff;
	text-transform: uppercase;
}
.sticky-after-content{
	position: relative;
}
.sticky-after-content .list-sticky-post{
	list-style: none;
	padding-left: 0;
	position: relative;
}
.sticky-after-content:before{
	content: '';
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 15px;
	top: 6px;
	background: var(--secondary);
}
.sticky-after-content .list-sticky-post li{
	position: relative;
}
.sticky-after-content .list-sticky-post li strong{
	font-weight: normal;
}
.sticky-after-content .list-sticky-post li:before{
	content:"\f30b";
	font-family: "Font Awesome 5 Free";
	color: var(--secondary);
	font-size: 14px;
	font-weight: 900;
	margin-right: 10px;
}
/*Fix kk rating*/
body.author .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
body.home .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
body.single .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
body.category .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
body.archive .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
body.page .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.tax-toplist-cat .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.tax-review-cat .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.post-type-archive .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon{
	background-image: url(../../plugins/kk-star-ratings/src/core/public/svg/active.svg) !important;
}
@media(max-width:575px){
	.content-detail-post *{
		max-width:  100%;
		white-space: normal;
	}
	#ftwp-contents{
		width: 100%;
		max-width: 100% !important;
	}
	#ftwp-container.ftwp-wrap #ftwp-header-title{
		display: inline !important;
	}
	.content-detail-post blockquote:before{
		left: -5px;
	}
}
.close-booking{
	display: none;
	position: absolute;
	top: 8px;
	right: 15px;
	font-size: 10px;
	background-color: #f71e33;
	color: #fff;
	border:none;
	border-radius: 3px;
}
@media(max-width:575px){
	.close-booking{
		display: block;
	}
}
.content-detail-post li strong{
	width: auto;
	display: inline-block;
	margin-right: 3px;
}
@media(max-width:575px){
	.content-detail-post li strong{
		width: auto;
		display: inline-block;
		margin-right: 3px;
	}
	.sticky-after-content:before{
		left: -15px;
	}
}
.heading-home span{
	font-size: 0;
}
.carousel-caption .heading-h1{font-size: 40px; font-weight:700 !important;}
.carousel-caption .heading-h1 span{ color: 083fb4;}
/* Single */
.hero_page .top-heading{ font-size:36px; color: var(--secondary) !important; font-weight: 700 !important;}
/** sidebar */
.right-sidebar h4{ font-size: 18px;}
.about_ft .widget-title{
	font-size: 16px;
	font-weight: 700;
}
.detail-post .head-author .author-name{
	font-size: 14px;
	font-weight: 700;
}
.email_letter .h6{
	font-weight: 700;
}
.descript-site{
	text-align: left;
}
.descript-site p{
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}
/**primary-nav **/
@media(min-width:1024px){
	.primary-nav{
		max-height: 70px;
	}
}
@media(min-width:1024px){
	.w-100{
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}
}
@media(max-width:575px){
	.w-100{
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
}
#ftwp-header{
	min-height: 45px;
}
.breadcrumb_last{
	font-size: 12px;
}

@media(max-width:575px){
	.carousel-caption .heading-h1{
		font-size: 35px;
	}
}
.entry table td {
	border: 1px solid #ededed;
}
.entry table tr:hover{
	background-color: #e0fcff;
}
.entry-content table td {
	background: #f2fff9;
	border: 1px solid #ededed;
}
.entry-content table tr:hover{
	background-color: #e0fcff;
}
/*Custom by QUYNV*/
.hero_page .top-heading{
	color: #fff !important;
}
.hero-page .breadcrumbs a{
	color: #fff !important;
}
.brc a:hover, .brc a.active{

}
.content-detail-post  p .aligncenter {
	max-width: 100%;
	width: 100%;
	margin: 0 0 1rem !important;
	border-radius: 5px;
	height: auto
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 20px;
}
.label-minhbach {
	background-color: #ed3500;
}
.label-khachquan {
	background-color: #02c9ba;
}
.label-chinhxac {
	background-color: #ed3500;
}
.label-tieuchi {
	background-color: #000000;
	color: #faa718;
	font-size: 100%;
}
.list_footer_desktop {
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 0 4px 0 0;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgb(34 43 69/var(--tw-text-opacity));
	max-height: 34px;
	background-color: #fff;
	border: solid;
}
/*Update CTA */


.live-support {
	opacity: 0;
	visibility: hidden;
	width: 250px;
	border-radius: 5px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	bottom: 30px;
	background: #ffffff;
	border-radius: 4px;
	z-index: 5;
	-webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	-moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	transition: all 0.3s;
}

.live-support.show {
	visibility: visible;
	opacity: 1;
	right: 60px;
	margin-left: 0;
}

.live-support img {
	max-width: 30px;
}

.live-support .title {
	background: #f1f1f1;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #001e82;
	margin-bottom: 5px;
	font-size: 13px;
}

.live-support .sub-content {
	text-align: center;
	padding: 5px 15px;
	font-size: 12px;
	color: #000000;
}

.live-support .support-footer {
	text-align: center;
	font-size: 12px;
	color: #000000;
	padding: 15px 35px;
}

.live-support .list-method {
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.live-support .item {
	padding: 8px 10px;
	border-radius: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 10px;
	background: #38baff;
}

.live-support .item .text {
	width: 65px;
	display: inline-block;
}

.live-support .item .icon {
	margin-right: 5px;
}

.live-support .item .icon img {
	max-width: 20px;
}

.live-support .item:first-child {
	background: #001e82;
}

.live-support .item:nth-child(2) {
	background: #1683fb;
}

.live-support .item:nth-child(2) .icon img {
	max-width: 18px;
}

.live-support .item:nth-child(3) {
	background: #38baff;
	margin-bottom: 0;
}

.live-support .item:nth-child(3) .icon img {
	max-width: 18px;
}

.btn-livechat {
	border: none;
	width: 40px;
	height: 40px;
	background: url(images/chat-icon.svg) no-repeat;
	background-size: 100%;
	background-position: center;
	font-size: 0;
	position: fixed;
	z-index: 3;
	right: 15px;
	bottom: 30px;
	-webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	-moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.3s;
}

.btn-livechat.show {
	background-image: url(images/close-chat.svg);
}

.call-button {
	position: fixed;
	z-index: 3;
	right: 15px;
	bottom: 90px;
}

.call-button i {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	background-color: #f33a3a;
	color: #fff;
	line-height: 40px;
	margin: 0 auto;
	border-radius: 35px;
	animation: play 2s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s;
}

@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 3px rgba(243, 58, 58, 0.4);
	}
	25% {
		box-shadow: 0 0 0 6px rgba(243, 58, 58, 0.4), 0 0 0 12px rgba(243, 58, 58, 0.2);
	}
	25% {
		box-shadow: 0 0 0 9px rgba(243, 58, 58, 0.4), 0 0 0 18px rgba(243, 58, 58, 0.2);
	}
}
.back-to-top {
	right: 60px;
	bottom: 30px;
}
.primary-nav .search-form{
	position: relative;
}
.primary-nav .form-control{
	border-radius: 40px;
	font-size: 13px;
	margin-top: -5px;
}
.primary-nav  .btn-search-header{
	position: absolute;
	top: -8px;
	right: 0;
	color: #333;
}
.primary-nav  .btn-search-header:hover,
.primary-nav  .btn-search-header:focus{
	outline: none;
	box-shadow: none;
}
figure {
background-color: #ffffff;
}
.entry table {
background-color: #fff;
}
.content-detail-post h3 {
    font-size: 22px;
    border-top: 1px dashed #02c9ba;
    padding-top: 10px;
}
.content-detail-post b {
	display: contents !important;
}
.content-detail-post strong {
	display: contents !important;
}