/*
Theme Name: sma-news
Theme URI: http://underscores.me/
Author: Quynv
Author URI: http://quynv.info@gmail.com
Description: Theme develope by quynv
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sma-news
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sma-news is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.search-wrap {
	position: relative;
	display: flex;
	align-items: center;
}
.search-wrap .dropdown-toggle .icon-search {
	display: block;
}
.search-wrap .dropdown-menu {
	padding: 0px;
	right: 0;
	left: auto;
	border-radius: 5px;
}
.search-wrap .dropdown-toggle:after {
	display: none;
}
.search-wrap .btn.dropdown-toggle {
	background: #FFF;
	color: #12A1B0;
	border-radius: 100%;
	padding: 2px 7px;
}
.search-wrap .search-form .form-control {
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	width: 200px;
	border: 0;
}
/*--update css--*/
.box-follow-social {
	padding: 5px;
	background: #F2F2F2;
}
.title-brand-footer {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
}
.text-brand-footer {
	font-size: 16px;
	margin-bottom: 10px;
}
.info-contact-footer{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.info-contact-footer li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
}
.info-contact-footer li i {
	position: absolute;
	left: 0;
	top: 0px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 100%;
	color: #2C76A7;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--css--*/
#RecaptchaField1 > div,
#RecaptchaField2 > div{
	width: 100% !important;
	height: auto;
}
iframe {
	max-width: 100% !important;
}
.notice-captcha{
	color: #c00505;
	margin-bottom: 10px;
	font-size: 14px;
}
*{

	outline: none;
	box-sizing: border-box;
}
a{
	color: #007bff;
}
a:focus,a:hover{
	text-decoration: none;
}
ul,ol{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
h1.header-site{
	color: #fdd835;
	font-size: 15px;
	margin-bottom: 0;
}
.home #main-nav{
	margin-bottom: 0px;
}
#main-nav{
	background: #2c76a7;
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
	display: block;
	padding: 0;
}
#main-nav .img-logo{
	display: block;
}
#main-nav .slogan{
	color: rgba(255, 255, 255, 0.76);;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 0;
}
#main-nav .navbar-nav .nav-link{
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
}
#main-nav .navbar-nav .dropdown-menu{
	border-radius: 0;
	font-size: 14px;
}
#main-nav .navbar-nav .dropdown-menu a{
	position: relative;
}
#main-nav .navbar-nav .dropdown-menu a:before{
	content:"\f105";
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.primary-nav-bottom {
	background: #1D6595;
}
.primary-nav-bottom .navbar-nav{
	justify-content: center;
}
#mobile-nav .wrap-center{
	padding-left: 0;
	padding-right: 0;
	margin-left: -10px;
	margin-right: -10px;
}
#mobile-nav .slogan{
	color: rgba(255, 255, 255, 0.76);;
	font-size: 9.5px;
	font-style: italic;
	margin-bottom: 0;
}
#mobile-nav{

	background: #2c76a7;
	border: none;
	border-radius: 0;
}
#mobile-nav a{
	color: #fff;
}
#mobile-nav .col-2{
	padding: 0;
}
.navbar-dark .navbar-toggler{
	border: none;
	outline: none !important;
	color: #fff;
	margin-right: 10px;
	margin-left: 20px;
	float: right;
}
.main-tab {
	width: 100%;
	display: block;
	text-align: center;
}
.main-tab  li{
	display: inline-block;
	padding: 3px 10px;

}
.main-tab  li.active{
	background-color: #1e547f;
	border-radius: 3px;
}
.main-tab  li a{
	padding: 0;
}
#mobile-nav .navbar-toggler{
	padding-left: 0;
	padding-right: 0;
}
.search-form .form-control{
	border-radius: 0;
}
.search-form button{
	border-radius: 0;
}
.top-search a{
	float: right;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.5);
}
#primary-nav{
	padding: 0 1rem;
	margin-bottom: 15px;
}
.thumb{
	display: block;
	max-width: 100%;
	overflow: hidden;
}
.post.large .thumb{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
article .title{
	font-weight: bold;
	font-size: 1.1rem;
}
article .title a{
	color: #000;
}
article .title a:hover{
	color: #333;
}
article .excerpt{
	font-size: 0.9rem;
	color: #6b6b6b;
}
article header{

}
.post.large .title{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2;
}
article time{
	font-size: 0.8rem;
}
article .cate{
	float: right;
	font-weight: bold;
	font-size: 0.8rem;
}
#featured-post .post.large .thumb {
	height: 180px;
}
#featured-post .post.large .title{
	margin-top: 10px;
	font-size: 16px;
}
#featured-post .col-md-4 .post.large{
	border-bottom: 1px solid #ccc;
}
.post.medium .thumb{
	width: 115px;
	height: 75px;
}
#featured-post .post.medium {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#featured-post .post.medium:last-child{
	border-bottom: none;
}
#featured-post .post.medium .thumb{
	float: left;
	margin-right: 10px;
}
#featured-post .post.medium header{
	padding-top: 0;
}
#featured-post .post.medium  .title{
	font-size: 14px;
	line-height: 1.2;
}
#featured-post .post.medium:after{
	content: "";
	display: table;
	clear: both;
}
.post-link header{
	position: relative;
	padding-left: 15px;

}
.post-link header:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #3877aa;
	position: absolute;
	top: 6px;
	left: 0;
}
.post-link .title a{
	font-size: 14px;
}
.post-link {
	border-bottom: 1px solid #efefef;
}
.banner-ad{
	display: block;
}
.banner-ad img{
	display: block;
	margin: 5px auto;
}
.post.with-description{
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.post.with-description .title{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 1.2;
}
.post.with-description .thumb{
	float: left;
	width: 115px;
	height: 75px;
	margin-right: 10px;
}
.post.with-description.thumb-right .thumb{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post.with-description  .excerpt{
	line-height: 1.2;
}
.widget{
	position: relative;
}
.widget .readall a{
	color: #9e9e9e;
	background:#efefef;
	border-radius: 4px;
	padding: 5px 20px;
	font-weight: bold;
	display: block;
}
.widget-title{
	padding: 10px 15px 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #161616;
	position: relative;
}
.widget-title .read-more{
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	font-size: 13px;
}
.widget-title .read-more a{
	color: #9E9E9E;
	text-transform: none;
	font-weight: normal;
}
.widget-title .read-more a i{
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
}
.widget-title .read-more a:focus{
	text-decoration: none;
}
.widget-medium .post.large .title{
	font-size: 16px;
	margin-top: 10px;
}
.widget-medium .post.medium {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.widget-medium .post.medium:last-child{
	border-bottom: none;
}
.widget-medium .post.medium .thumb{
	float: left;
	margin-right: 10px;
}
.widget-medium .post.medium header{
	padding-top: 0;
}
.widget-medium .post.medium  .title{
	font-size: 14px;
	line-height: 1.2;
}
.widget-medium .post.medium:after{
	content: "";
	display: table;
	clear: both;
}
.widget-grid .post.large .title{
	font-size: 14px;
	margin-top: 10px;
}
.widget-grid .post.medium .thumb{
	width: 100%;
	float: none;
	height: 100px;
}
.widget-grid .post.medium .title{
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
}
.widget-grid .post.medium {
	margin-bottom: 15px;
}
.widget-grid .col-sm-6:nth-child(2n){
	padding-left: 5px;
}
.widget-grid .col-sm-6:nth-child(2n + 1){
	padding-right: 5px;
}
.widget .sub-menu{
	position: relative;
	width: 100%;
	padding: 5px 15px;
}
.widget .sub-menu {
	margin-top: -10px;
	display: none;
}
.widget .sub-menu.show{
	display: block;
}
.widget .sub-menu li{
	display: inline-block;
	margin: 5px ;
}
.widget .sub-menu li a{
	font-weight: bold;
	color: #333;
}
.widget-title .menu-icon{
	position: absolute;
	right: 5px;
	top: 8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid #9E9E9E;
}
.widget-title .menu-icon.up{
	transform: rotate(180deg);
}
.widget-faq {
	border: 1px solid #ccc;
	padding: 0 15px;
}
.widget-faq ul{
	list-style: square;
	padding-left: 18px;
}
.widget-faq li {
	margin: 8px 0;
	padding: 10px 0;
	line-height: 1.4;
	border-bottom: 1px solid #efefef;
}
.widget-faq li a{
	font-weight: bold;
	color: #000;
}
.widget-form {
	margin-left: -10px;
	margin-right: -10px;
}
.widget-form p.label{
	font-weight: bold;
	font-size: 16px;

}
.widget-form p.label strong{
	color: #3877aa;
}

.widget-form .form-control{
	border-radius: 0;
	font-size: 14px;
}
.widget-form button{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.post-in-side .post-link {
	margin: 8px 0;
	padding: 10px 0;
	line-height: 1.4;
}
.post-in-side .post-link .title{
	margin: 0;
}
.post-in-side .medium{
	padding:  10px 0;
	border-bottom: 1px solid #efefef;
}
.post-in-side .medium:last-child{
	border-bottom: none;
}

.post-in-side .medium:after{
	content: "";
	display: table;
	clear: both;
}
.post-in-side .medium .thumb{
	float: left;
	margin-right: 10px;
}
.post-in-side  .title{
	font-size: 14px;
	line-height: 1.2;

}
.post-in-side  .post.large .title{
	margin-top: 10px;
	font-size: 14px;
}
#page-footer{
	background: #2c76a7;
	padding: 30px 0;
	color: #fff;
	margin-top: 15px;
}
#page-footer p{
	margin-bottom: 5px;
}
#page-footer .logo{
	margin-bottom: 15px;
}
/*Category*/
.page-title{
	font-size: 22px;
	font-weight: bold;
	font-family: "Roboto Slab",serif;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}
#category-container .list-post .post .thumb{
	width: 250px;
	height: 140px;
	float: left;
	margin-right: 10px;
}
#category-container .list-post .title{
	margin-bottom: 0px;
	font-size: 18px;
}
#category-container .list-post .post{
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}
#category-container .list-post .post:after{
	content: "";
	display: table;
	clear: both;
}
#featured-post-cat{
	border-bottom: 1px solid #efefef;
}
#featured-post-cat  .post.large,#featured-post-cat  .post.medium{
	border-bottom: 0;
}
#featured-post-cat  .col-md-6:first-child{
	border-right: 1px solid #efefef;
}
#featured-post-cat .post.large .thumb{
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
	height: 225px;
}
#featured-post-cat .col-md-12 .post.large .thumb{
	width: 250px;
	height: 140px;
	float: left;
	margin-right: 10px;
}
#featured-post-cat  .post.medium .thumb{
	width: 195px;
	height: 110px;
}
#featured-post-cat  .post.medium  .title{
	line-height: 1.2;
	font-size: 14px;
}
.page-link{
	color: #333;
}
.pagination .page-numbers{
	padding: 5px ;
	font-weight: bold;
}
.entry img.alignright {float:right; margin:0 0 1em 1em}
.entry img.alignleft {float:left; margin:0 1em 1em 0}
.entry img.aligncenter ,.entry .aligncenter{display: block; margin-left: auto; margin-right: auto;margin-bottom: 25px;}
.entry a img.alignright {float:right; margin:0 0 1em 1em}
.entry a img.alignleft {float:left; margin:0 1em 1em 0}
.entry a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.entry h1{font-size: 22px;}
.entry h2{font-size: 21px; font-weight: bold; line-height: 1.6;}
.entry h3{font-size: 19px;font-weight: 550; line-height: 1.6; color: #a0006d;}
.entry h4{font-size: 16px;font-weight: bold; line-height: 1.5;}
.entry h5{font-size: 15px;font-weight: bold;}
.entry h6{font-size: 14px;font-weight: bold;}
.entry p{
	margin-bottom: 1rem;
	word-wrap: break-word;
}
.entry {
	line-height: 1.6;
	word-wrap: break-word;
	font-size: 16px;
	font-family: Roboto,Helvetica Neue,sans-serif !important;
}
.entry a{
	color: #007bff;
}
.entry ul,.entry ol{
	list-style: square;
}
.entry blockquote {
	max-width: 100%;
	margin: 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border-left: 5px solid #2c76a7;
}
.entry pre {
	padding: 7.5px;
	margin: 0 0 8px;
	line-height: 16px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	max-width: 100%;
}
.entry blockquote ul,.entry blockquote ol{
	list-style: disc;
}
.entry blockquote ul li a,.entry blockquote ol li a{
	color: #007bff;
}
.entry table{
	max-width: 100%;
	overflow-x: scroll;
}
#related-post{
	margin:15px 0;
	border-top: 1px solid #ccc;
}
#related-post .post-item .thumb{
	width: 125px;
	height: 75px;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: 10px;
}
#related-post .post-item .thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
	-o-object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
#related-post h3{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	margin-top: 30px;
}
#related-post h5{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	margin-top: 30px;
}
#related-post  .post-item{
	padding: 15px ;
}
#related-post .post-item .post-title{
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
/* Style Comment */
#comments{
	padding-top: 15px;
}
#comments .comment-body{
	text-align: justify;
}
#comments .comment-section-title{
	font-size: 20px;
	font-weight: bold;
}
#comments .comment-section-title span{
	color: #44609d;
	font-weight: normal;
}
#commentform .form-control{
	border-radius: 0;
}
#commentform  input[type=submit]{
	margin: 15px;
	padding: 5px 10px;
	border: none;
	background-color:#3877aa;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.response-none{
	margin-bottom: 0;
}
.comments-title{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.comment-metadata > a > time{
	display: none;
}
.comment-respond,.entry-comments,.entry-pings{
	color:#444;
	overflow:hidden
}
.entry-comments h3{
	font-size:30px;
	margin-bottom:30px
}
.btn-show-comment{
	margin-top: 30px;
}
.comment-respond h3,.entry-pings h3{
	font-size:16px;
	margin-bottom:30px;
	font-weight: bold;
}
.comment-respond h3 small{
	font-weight: bold;
}
.comment-respond{
	border-left:none!important
}
.comment-header{
	color:#adaeb3;
	font-size:14px;
	margin-bottom:20px
}
.comment-header cite a{
	border:none;
	font-style:normal;
	font-size:16px;
	font-weight:700
}
.comment-meta a{
	border:none;
	color:#b5ae37
}
li.comment{
	background-color:#fff;
	border-right:none
}
.comment-list {
	word-wrap: break-word;
}
.comment-content{
	clear:both;
	overflow:hidden
}
.comment-list li{
	font-size:15px;
	padding:0px 10px 10px 20px
}
.comment-list>li{
	padding:10px 5px 10px 10px
}
.comment-list .children{
	position:relative;
	margin-top:10px;
	padding-left: 0;
}
.comment-list .children:before{
	content:"";
	display:block;
	position:absolute;
	top:-18px;
	left:15px;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f3f3f3;
	border-left:10px solid transparent
}
.comment-list li li{
	padding-top: 10px;
	background-color:#f3f3f3;
}
.comment-list li li li{
	background-color:#fff
}
.comment-list li li .children:before{
	border-bottom-color:#fff
}
.comment-respond label{
	display:block;
	margin-right:12px
}
.comment-notes,.entry-pings .reply,.logged-in-as,span.says{
	display:none
}
.comment-author{
	margin-bottom:0;
	position:relative
}
.comment-author img{
	margin-right: 10px;
	width:40px;
	border-radius: 100%;
}
.comment-form-author{
	margin-bottom: 15px;
}
.form-allowed-tags{
	background-color:#f5f5f5;
	font-size:16px;
	padding:24px
}
.comment-reply-link{
	cursor:pointer;
	color: #ababab;
	border:none;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px;
	width:auto;
}
.comment-reply-link:hover{
	color: #333;
}
span.reply{
	margin-left: 10px;
	color: #ababab;
}
span.reply:hover{
	color: #333;
}

.comment-metadata time{
	margin-top:-15px;
	margin-left:45px;
	font-size:12px;
	float:left;
	color:#000;
	display:none
}
.comment-list{
	padding-left: 0px;
	margin-top: 15px;
}
@media(min-width: 320px){

	#primary-nav ul{
		display: block;
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
	#primary-nav ul.navbar-nav > li >a{
		text-transform: uppercase;
	}
	#primary-nav ul ul.sub-menu{
		border-left: 1px solid #ccc;
		margin-left: 5px;
	}
	#primary-nav ul li{
		display: block;
		padding: 5px 10px;
		position: relative;
		padding-left: 15px;
	}
	#primary-nav ul.sub-menu li:before{
		content: "";
		width: 10px;
		border-top: 1px solid #ccc;
		position: absolute;
		left: 0;
		top: 50%;

	}
	#primary-nav ul li > a{
		font-weight: bold;
		color: #000;
		border-radius: 3px;
	}
	#primary-nav ul li.active a{
		background: #275681;
		color: #fff;
	}
	#primary-nav ul li.dropdown{
		width: 100%;
	}
	#primary-nav ul li.dropdown .dropdown-menu{
		display: block;
		border: none;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
		position: relative;
	}
	#primary-nav ul li.dropdown .dropdown-menu .dropdown-item{
		display: inline-block;
		padding: 5px 10px;
		text-align: center;
		margin: 5px 10px 5px 0px;
		width: auto;
		font-size: 14px;
		font-weight: bold;
		background: #efefef;
		border-radius: 3px;
	}

}
@media(min-width: 568px){
	#featured-post .post.large .thumb{
		height: 298px;
	}
	.widget-grid .post.medium .thumb{
		height: 150px;
	}
}
@media(min-width: 640px){
	#featured-post .post.large .thumb{
		height: 280px;
	}
	.widget-grid .post.medium .thumb{
		height: 140px;
	}
}
@media(min-width: 640px) and (max-width: 767px){
	.container{
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		max-width: 767px;
	}
}
/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
	#featured-post .col-md-9{
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#featured-post .col-md-3{
		display: none;
	}
	#post-by-cat .col-md-9,#post-by-cat .col-md-3{
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

}
@media(min-width: 768px) and(max-width: 992px){
	.container{
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		max-width: 992px;
	}
}
@media(min-width: 992px) {
	#featured-post .post.large .thumb{
		height: 300px;
	}
	#featured-post .col-md-4 .post.large .thumb{
		height: 145px;
	}
	#featured-post .post.large .title{
		font-size: 14px;
	}
	#featured-post .post.medium .thumb{
		width: 100%;
		float: none;
		margin-right: 0;
		height: 90px;
		margin-bottom: 10px;
	}
	.widget-medium .post.medium:first-child{
		padding-top: 0;
	}
	.widget .readall{
		display: none;
	}
	.widget-medium .post.large .title{
		font-size: 14px;
	}
	.widget-grid .post.medium .thumb{
		height: 110px;
	}
	.widget-faq{
		padding-bottom: 10px;
	}
	.widget-form{
		background: #f3f3f3;
		padding: 10px;
		margin-bottom: 10px;
	}
	.banner-ad img{
		margin-top: 0;
	}
	#page-footer  p{
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	color: #ff00dc;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
#dock-bar{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 40px;
	background: #e4e4e4;
	color: #333;
	text-align: center;
}
#dock-bar a{
	color: #333;
	padding: 5px 5px;
	display: block;
}
#dock-bar a i{
	font-weight: normal;
}
#dock-bar a span{
	display:block;
	font-weight: bold;
}
#dock-bar .homepage{

}
#dock-bar .social-share{
	background: #3877aa;
	color: #fff;
}
#dock-bar .social-share a{
	color: #fff;
}
#dock-bar .comment-scroll{

}
/*Social*/
.o-share-container,
.o-container {
	padding-top: 2rem;
}
.o-share-link {
	font-size: 14px;
	background: #cb7ae6;
	max-width: 11rem;
	padding: .5rem .8rem;
	color: #fff;
	transition: .25s;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.o-share-link:hover,.o-share-link:focus{
	color: #fff;
}
.o-share-link:before {
	font-size: 1rem;
	padding-right: .8rem;
	padding-top: 5px;

}
.o-share-link.pbi-facebook {
	background: #44619D;
}
.o-share-link.pbi-facebook:hover {
	background: #354b79;
}
.o-share-link.pbi-twitter {
	background: #1da1f2;
}
.o-share-link.pbi-twitter:hover {
	background: #0c85d0;
}
.o-share-link.pbi-google-plus {
	background: #f44336;
	color: #fff;
}
.o-share-link.pbi-google-plus:before {
	color: #db4437;
}
.o-share-link.pbi-google-plus:hover {
	background:#f44336;
}
.o-container {
	width: 429px;
}
.o-share-container i {
	font-size: 1.8rem;
	color: rgba(0, 0, 0, 0.7);
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.o-share-container i:before {
	color: rgba(0, 0, 0, 0.6);
}
.o-share-container i span {
	font-size: 1.6rem;
	margin-left: .5rem;
}
.o-share-container h4{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}
@media(max-width: 767px){
	body.single {
		padding-bottom: 50px;
	}
	.entry{
		font-size: 16px;
	}
	#mobile-nav .search-form{
		width: 100%;
		margin-top: 10px;
		display: none !important;
	}
	#mobile-nav .search-form.display{
		display: flex !important;
	}
	#mobile-nav .top-search{
		padding: 0;
	}
	#mobile-nav .navbar-toggler{
		margin-right: 0;
	}
	.post.large {
		border-bottom: 1px solid #ccc;
	}
	.widget-form{
		margin-bottom: 10px;
	}
	.post .title{
		font-size: 15px !important;
	}
	.post-link .title a{
		font-size: 15px;
	}
	.widget-faq li a{
		font-size: 15px;
	}
}
@media(max-width: 568px){
	.o-share-link{
		display: inline-block;
		margin-bottom: 20px;
	}
	.widget-post-right .row .col-md-6:first-child .thumb {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		height: 180px;
	}
	.widget-post-desc .row .col-md-6:first-child .thumb {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		height: 180px;
	}
	.pagination .page-numbers{
		padding: 5px 10px;
		background: #d8d8d8;
		margin: 5px;
	}
	.pagination{
		float: left !important;
	}
}
@media (max-width: 480px){
	#category-container .list-post .post .thumb{
		height: 75px;
		width: 115px;
	}
	#category-container .list-post .title{
		font-size: 16px;
		line-height: 1.2;
	}
	#featured-post-cat .col-md-12 .post.large .thumb{
		height: 75px;
		width: 115px;
	}
	#featured-post-cat .post.large .thumb{
		width: 100%;
		height: 175px;
	}
	.page-title{
		font-size: 24px;
	}
}
@media(max-width: 320px){
	.navbar-dark .navbar-toggler{
		margin-left: 10px;
		margin-right: 0;
	}
}
@media(max-width: 992px) and (min-width: 768px){
	#main-nav .justify-content-md-center.col-md-3{
		padding: 0;
	}
	.container{
		width: calc(100% - 30px);
		max-width: 992px;
	}

}
@media (width: 768px) {
	.search-form {
		display: none
	}
	#main-nav .navbar-nav{
		flex-direction: row;
	}
	#main-nav .navbar-nav .nav-link{
		padding: 5px 10px;
	}
	#category-container > .col-md-9,	#category-container > .col-md-3{
		width: 100%;
		flex: auto;
		max-width: 100%;
	}
}
.social-share ul.list-social{
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -45px;
	background: #e4e4e4;
	padding: 10px;
	border-radius: 4px;
	display: none;
}
.social-share ul.list-social.show{
	display: block;
}
.social-share ul.list-social:after{
	content: "";
	border-top: 10px solid #e4e4e4;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: 100%;
	display: block;
	left: 50%;
	margin-left: -10px;
}
#dock-bar .social-share a{
	margin-right: 0;
}
#btn-top{
	position: fixed;
	right: 15px;
	bottom: 80px;
	width: 40px;
	height: 40px;
	background: #1B75A4;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
#main-nav .img-logo {width:auto;}
.banner-top {
	padding: 10px 0px;
}
input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;

}
/* Toggled State */
label[for="toggle-menu-content"]{
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
}
input[type=checkbox]:checked ~ div.table-content-list {
	display:block;
}
.table-content-list{
	display:none;
}
.table-content-list ul{
	font-weight:bold;
	list-style:square;
	padding-left:0;
}
.table-content-list ul li{
	margin-bottom:10px;

}
.table-content-list ul li a{
	color:red;
	display:block;
	padding:5px 0;
	text-decoration:none;
}
.table-content-list ul ul{
	margin-left:15px;
}
.livechat-mobile .icon-livechat {
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/icon-messenger.png) no-repeat;
	background-size: 50px;
	margin: 8px auto 0 auto;
}
.livechat-mobile:before {
	content: "1";
	width: 16px;
	height: 16px;
	background: red;
	color: #fff;
	line-height: 16px;
	font-size: 10px;
	display: block;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	right: 3px;
	top: 5px;
}

.livechat-mobile {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 140px;
	z-index: 1000;
}
body.single .livechat-mobile {
	
	bottom: 125px;
	background: #ffffff;
	border-radius: 100px;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
}
@media (max-width: 575px){
	.livechat-mobile {
		display: block;
	}
}
/*=== End Livechat ===*/
.fb_invisible_flow{
	display: inherit;
}
@media(max-width: 575px){
	#fb-root{
		display: none !important;
	}
	.fb_dialog_content iframe{
		display: none !important;
	}
}

.fb_iframe_widget {
	display: block !important;
	margin: 15px auto;
	text-align: center;
}

.entry table{
	max-width: 100% !important;
	word-break: unset;
}
.entry table figure{
	width: 100% !important;
}


.single-post-meta {
	background-color: #f2f2f2;
	border-radius: 3px;
	margin-right: 0;
	margin-left: 0;
	padding: 5px 0;
	margin-bottom: 15px;
}
.single-post-meta .author a {
	color: #008a8c;
}
.single-post-meta .avartar {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	overflow: hidden;
}
.single-post-meta .author-link {
	color: #3e3e47;
	font-weight: 700;
	display: block;
	margin-left: 10px;
}
.single-post-meta .author-link:hover {
	color: #c18500;
}
.single-post-meta .update-time {
	margin-left: 5px;
	font-size: 13px;
	color: #616161;
}
.single-post-meta .review-title {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1;
}
.single-post-meta .review {
	margin-left: 10px;
}
.single-post-meta .review .kk-star-ratings .kksr-legend {
	font-size: 11px;
}
.single-post-meta .col-md-6 {
	display: flex;
	align-items: center;
}
.single-post-meta .socical-share {
	list-style: none;
	margin-bottom: 0;
	display: flex;
	padding-left: 0;
	margin-left: auto;
}
.single-post-meta .socical-share li {
	border-radius: 30px;
	margin: 0 3px;
}
.single-post-meta .socical-share a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 30px;
	font-size: 0;
}
.single-post-meta .socical-share a i {
	font-size: 15px;
}
.single-post-meta .socical-share a:hover {
	opacity: 0.7;
}
.single-post-meta .socical-share .facebook {
	background-color: #3b5998;
}
.single-post-meta .socical-share .zalo {
	background-color: #018fe5;
}
.single-post-meta .socical-share .twitter {
	background-color: #55acee;
}
.single-post-meta .socical-share .pinterest {
	background-color: #bab9ba;
}


@media(max-width: 575px) {
	.single-post-meta .col-md-6:last-child {
		justify-content: space-between;
	}
	.single-post-meta .socical-share {
		margin: 0;
		margin-top: 10px;
	}
}
/*annv*/
.widget.widget-faq{
	position: sticky;
	top: 20px;
	background: #fff;
	z-index: 1;
}
.page-footer {
	background: #F2F9FA;
	padding-top: 50px;
	color: #333;
}
@media(max-width: 575px){
	.page-footer{
		padding-top: 30px;
	}
}

.footer-link li a {
	display: block;
	color: #fff;
}

.footer-link li a:hover {
	color: #edc841;
}

.footer-link .nav-link{
	padding: 5px 10px;
	padding-left: 0px;
	font-size: 15px;
}
.page-footer .navbar-nav{
	list-style: disc;
	padding-left: 15px;
}
.page-footer a {
	color: #333;
}

.col-footer .heading {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 16px;
}

.page-footer .logo {
	margin-bottom: 20px;
	width: 200px;
}

.col-footer {
	position: relative;
}
.col-footer p {
	margin-bottom: 10px;
}

.subcribe-title {
	font-weight: 700;
	color: #2c76a7;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.subcribe-form {
	position: relative;
	margin-bottom: 15px;
}

.subcribe-form .form-group {
	width: 100%;
}

.subcribe-form .form-control {
	width: 100%;
	border-radius: 0;
	border: none;
	height: calc(1.5em + .75rem + 2px);
}

.subcribe-form .btn {
	background: #0ca5ea;
	color: #fff;
	border-radius: 3px;
	border: none;
	position: absolute;
	top: 1px;
	right: 3px;
}

.social-connect {
	list-style: none;
	display: flex;
	padding-left: 0;
}

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

.social-connect li {
	margin: 5px;
}

.social-connect a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid rgba(0, 0, 0, .5);
	width: 30px;
	height: 30px;
	color: #231F20;
	border-radius: 50px;
	background: #FFF;
	padding: 0px;
}

.footer-bottom {
	background: #1D6595;
	padding: 10px 0;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom p a:hover {
	color: #fff;
}

.footer-bottom small {
	margin-bottom: 5px;
	display: block;
}
#category-container #breadcrumbs .breadcrumb_last{
	display: none;
}
/*action hotline*/
.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:16px;
	bottom:150px
}
.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:0;
	left: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:#00aff2;
	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: #edc941;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color:#edc841;
	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:10px;
	left: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(221, 157, 43, 0.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color:rgba(242, 235, 0, .5);
}
.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:20px;
	left: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:26px 26px
}
.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:#dd9d2b;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color:#dd9d2b;
}
.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:50px
}
.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:110px;
	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)
	}
}
@media(max-width: 575px){
	.imsg-chat{
		left: 15px;
	}
	.zalo-chat{
		left: 15px;
	}
	.phonering-alo-phone{
		left: 0;
	}
}
/*end action hotline*/

/*custom-action*/
.action-desktop {
	position: fixed;
	left: 0;
	background: #eaeaea;
	border: 1px solid #dcdbdb;
	border-left: none;
	top: 40%;
}

.action-desktop ul {
	flex-direction: column;
}

.action-desktop ul li {
	display: block;
}

.action-desktop ul li:last-child {
	border: none;
}

.action-desktop a,
.action-desktop .button-wrap {
	color: #747474;
	text-align: center;
	font-size: 12px;
	padding: 0.8rem 0.8rem;
	display: block;
}

.action-desktop a i,
.action-desktop .button-wrap i {
	display: block;
	font-size: 20px;
	color: #747474;
}

.action-desktop a span,
.action-desktop .button-wrap span {
	display: none;
}

.action-desktop a:hover,
.action-desktop .button-wrap:hover {
	background: #2c76a7;
}

.action-desktop a:hover i,
.action-desktop .button-wrap:hover i {
	color: #fff;
}

.action-desktop .btn-home a i {
	color: #2c76a7;
}

.action-desktop .btn-home a:hover i {
	color: #fff;
}

.action-desktop .btn-comments {
	position: relative;
}

.action-desktop .btn-comments i {
	position: relative;
	z-index: 1;
}

.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: 0px;
	background: #eb2929;
	padding: 3px 4px;
	text-align: center;
	line-height: 8px;
	border-radius: 2px;
}

.action-desktop .notif {
	position: relative;
}

.action-desktop .notif:before {
	content: '10+';
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: #fff;
	font-size: 9px;
	top: 2px;
	left: 36px;
	width: 16px;
	height: 16px;
	background: #eb2929;
	line-height: 10px;
	border-radius: 20px;
	padding-top: 3px;
	text-align: center;
}

.action-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #dcdbdb;
	width: 100%;
	height: 60px;
	align-items: center;
	z-index: 5;
}

.action-mobile ul {
	width: 100%;
	margin-bottom: 0;
}

.action-mobile a,
.action-mobile .button-wrap {
	position: relative;
	color: #747474;
	text-align: center;
	font-size: 12px;
	padding: .5rem 1rem;
	display: block;
}

.action-mobile a i,
.action-mobile .button-wrap i {
	display: block;
	font-size: 20px;
	color: #0ca5ea;
}

.action-mobile .notif {
	position: relative;
}

.action-mobile .notif:before {
	content: '10+';
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: #fff;
	font-size: 9px;
	top: 2px;
	left: 36px;
	width: 16px;
	height: 16px;
	background: #eb2929;
	line-height: 10px;
	border-radius: 20px;
	padding-top: 3px;
	text-align: center;
	z-index: 2;
}

.action-mobile .btn-comments {
	position: relative;
}

.action-mobile .btn-comments i {
	position: relative;
	z-index: 1;
}

.action-mobile .btn-comments .number {
	content: '10+';
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: #fff;
	font-size: 9px;
	top: 5px;
	right: 5px;
	background: #eb2929;
	padding: 3px 4px;
	text-align: center;
	line-height: 8px;
	border-radius: 2px;
}
/*End custom-action*/
.quizz-form .nav-control .btn{
	color: #333;
}
/* --------------------------------------
=========================================
    Upadte Home page,Contact Page Css
=========================================
-----------------------------------------*/
body{
	font-family: 'Inter Tight', sans-serif;
}
.title-s{
	color: #2C76A7;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Inter Tight', sans-serif;
	text-align: center;
}
.content-s{
	color: #161616;
	font-size: 16px;
	font-family: 'Inter Tight', sans-serif;
}
.desc-s{
	color: #161616;
	font-size: 16px;
	font-family: 'Inter Tight', sans-serif;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.readmore-s{
	text-align: center;
	margin-top: 20px;
}
.readmore-s .btn {
	border-radius: 20px;
	background: #2C76A7;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	padding: 6px 25px;
}
.readmore-s .btn:hover,.readmore-s .btn:focus{
	background: #FFF;
	color: #111;
}
.post .post-thumbnail a{
	display: block;
	width: 100%;
	aspect-ratio: 6/4;
	border-radius: 10px;
	overflow: hidden;
}
.post .post-thumbnail a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.banner-homepage{
	background: url('images/banner.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 40px;
}
.banner-homepage .title-s{
	text-align: left;
}
.highlight-homepage {
	padding: 35px 0px;
}
.highlight-homepage .title-s{
	text-align: center;
	margin-bottom: 30px;
}
.list-highlight .inner{
	background: #2C76A7;
	padding: 20px 15px;
	border-radius: 10px;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.list-highlight .inner .icon{
	width: 25%;
}
.list-highlight .inner .text{
	width: 75%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.list-highlight .inner .text p{
	margin: 0px;
}
.list-highlight .item{
	margin-bottom: 15px;
}
/*--team css--*/
.team-homepage{
	padding-bottom: 40px;
}
.team-homepage .title-s{
	text-align: center;
}
.list-team-homepage .item{
	margin-bottom: 15px;
}
.list-team-homepage .inner{
	display: flex;
	width: 100%;
	align-items: center;
}
.list-team-homepage .avatar{
	width: 30%;
}
.list-team-homepage .avatar a{
	aspect-ratio: 1/1;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.list-team-homepage .avatar a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.list-team-homepage .info{
	width: 70%;
	padding-left: 15px;
}
.list-team-homepage .name {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Inter Tight', sans-serif;
}
.list-team-homepage .name a{
	color: #333;
}
.list-team-homepage .position{
	margin: 0;
	font-size: 15px;
}
/*--solution css--*/
.solution-homepage {
	padding: 50px 0px;
	background: #F2F9FA;
}
.solution-homepage .title-s{
	text-align: center;
}
.solution-homepage .content-s ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.solution-homepage .content-s ul li{
	width: 31%;
	text-align: center;
	margin: 10px 0px;
	font-size: 14px;
	color: #161616;
	font-weight: 600;
}
.solution-homepage .content-s ul li::before{
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	 color: #2C76A7;
}
.solution-homepage .image-s {
	display: block;
	width: 100%;
	aspect-ratio: 2/1.6;
	overflow: hidden;
	border-radius: 20px;
}
.solution-homepage .image-s img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/*--newspaper css--*/
.newspaper-homepage{
	padding: 40px 0px;
}
.newspaper-homepage .title-s{
	margin-bottom: 30px;
}
.box-video-newspaper{
	text-align: center;
	display: block;
	width: 100%;
}
.box-video-newspaper a.popup-youtube{
	aspect-ratio: 6/3.5;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
}
.box-video-newspaper a.popup-youtube i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: red;
	font-size: 50px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-video-newspaper a.popup-youtube img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.box-video-newspaper .name{
	font-size: 18px;
	color: #161616;
	font-weight: 700;
	margin-top: 10px;
}

.list-newspaper-post .item{
	margin-bottom: 15px;
}
.list-newspaper-post .post-thumbnail a{
	aspect-ratio: 6/3.5;
}
.list-newspaper-post .post-title a{
	display: block;
	width: 100%;
	font-size: 15px;
	margin-top: 5px;
}
.list-newspaper-post .post-title a img{
	max-height: 25px;
}
/*--knowledge css--*/
.knowledge-homepage {
	background: #F2FAFB;
	padding: 40px 0px;
}
.knowledge-homepage .title-s{
	margin-bottom: 30px;
}
.catname-knowledge {
	color: #2C76A7;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Inter Tight', sans-serif;
	text-align: left;
	position: relative;
	margin-bottom: 15px;
}
.catname-knowledge::after{
	content: "";
	width: 90%;
	height: 2px;
	background: #2C76A7;
	position: absolute;
	right: 0px;
	top: 10px;
}
.catname-knowledge span {
	position: relative;
	background: #F2FAFB;
	padding: 3px 10px;
	z-index: 1;
	padding-left: 0px;
}
.readmore-cat{
	margin-top: 10px;
}
.readmore-cat a{
	font-weight: 500;
}
.list-post-knowledge .item:first-child .post-title{
	margin-top: 5px;
	font-weight: 600;
	font-size: 16px;
}
.list-post-knowledge .item .post-title{
	height: 70px;
	overflow: hidden;
}
.list-post-knowledge .item .post-title a {
	color: #161616;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.list-post-knowledge .item .post-title a:hover{
	color: #0068ff;
}
.list-post-knowledge .item:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #BBBBBB;
}
.list-post-knowledge .item:not(:first-child) .post{
	display: flex;
	width: 100%;
}
.list-post-knowledge .item:not(:first-child) .post-thumbnail{
	width: 35%;
}
.list-post-knowledge .item:not(:first-child) .post-thumbnail a{
	border-radius: 5px;
}
.list-post-knowledge .item:not(:first-child) .post-title{
	width: 65%;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
}
/*--question css--*/
.question-homepage {
	background: #FFF;
	padding: 40px 0px;
}
.question-homepage .title-s{
	margin-bottom: 30px;
}
.list-post-question .item{
	margin-bottom: 30px;
}
.list-post-question .post{
	display: flex;
	width: 100%;
}
.list-post-question .post-thumbnail{
	width: 50%;
}
.list-post-question .post-title{
	width: 50%;
	padding-left: 20px;
	font-size: 17px;
}
.list-post-question .post-title a{
	color: #161616;
}
.list-post-question .post-title a:hover{
	color: #0068ff;
}
/*--contact css--*/
.contact-homepage{
	padding-top: 30px;
	background: #2C76A7;
}
.contact-homepage .title-s{
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-homepage .form-row > .col,.contact-homepage .form-row > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.contact-homepage form .form-control{
	height: 44px;
	border: 0px;
	border-radius: 5px;
	color: #222;
}
.contact-homepage form textarea.form-control{
	height: 104px;
}
.contact-homepage form button[type="submit"]{
	border-radius: 24px;
	padding: 6px 70px;
	background: #70F0FF;
	color: #2C76A7;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}
.contact-homepage form button[type="submit"]:hover{
	background: #FFF;
	color: #2C76A7;
}
/*--hotline css--*/
.hotline-general {
	display:flex;
	max-width:400px;
	margin:0 auto;
	background:#037777;
	border-radius:36px;
	align-items:center;
	color:#fff;
	padding:7px 15px;
	margin-top:10px;
}
.hotline-general .icon {
	width:49px;
	height:49px;
	background:#2C76A7;
	font-size:28px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	border-radius:100%;
}
.hotline-general .txt {
	width:calc(100% - 49px);
	padding:0 10px;
	text-align:center;
}
.hotline-general .txt p {
	font-size:18px;
	margin-bottom:0;
	font-weight: 600;
	font-family: Roboto Slab,sans-serif;
}
.hotline-general .txt p:last-child {
	font-size:20px;
	display:flex;
	justify-content:space-between;
}
/*--contactus hotline css--*/
.list-contactus-hotline .item {
	margin-bottom: 25px;
}
.list-contactus-hotline .inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #B0730012;
	border: 1px solid #B0730012;
	height: 100%;
	overflow: hidden;
}
.list-contactus-hotline .inner .icon {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 15px;
}
.list-contactus-hotline .inner .icon img {
	display: block;
	max-width: 33%;
	margin: 0 3px;
}
.list-contactus-hotline .inner .name {
	font-size: 18px;
	font-weight: 700;
	font-family: Roboto Slab, sans-serif;
	padding: 0 15px;
	margin-bottom: 10px;
	color: #161616;
	text-transform: uppercase;
	text-align: center;
	height: 44px;
}
.list-contactus-hotline .inner .hotline {
	background: #2C76A7;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.list-contactus-hotline .inner .hotline a{
	color: #fffb00;
}
.list-contactus-hotline .inner .hotline p{
	margin-bottom: 5px;
}

/*--contactus clinic css--*/
.box-contactus-clinic {
	margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #B0730012;
	border: 1px solid #B0730012;
	padding: 13px 15px;
}
.box-contactus-clinic .name {
	color: #2C76A7;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Roboto Slab, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.box-contactus-clinic p {
	color: #161616;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 22px;
}
.box-contactus-clinic p i {
	color: #2C76A7;
	position: absolute;
	left: 0;
	top: 3px;
}
/*--methods appointment css--*/
.list-methods-appointment {
	margin-bottom: 20px;
}
.list-methods-appointment .item {
	margin-bottom: 15px;
}
.list-methods-appointment .inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #B0730012;
	border: 1px solid #B0730012;
	padding: 15px 20px;
	display: flex;
	width: 100%;
	height: 100%;
}
.list-methods-appointment .inner .text {
	width: calc(100% - 57px);
	padding-left: 15px;
}
.list-methods-appointment .inner .text p {
	font-family: Roboto Slab, sans-serif;
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
}
.list-methods-appointment .inner .text p strong {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.appointment-form .btn-submit {
	background-color:#2C76A7;
	width:100%;
	max-width:264px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	padding:8px 15px;
	margin:0 auto;
}
.appointment-form .btn-submit img {
	filter:brightness(0) invert(1);
	margin-right:5px;
}
.appointment-form .btn-submit:hover {
	background-color:#037777;
}

.book-appointment, .clinic-appointment, .contactus-appointment {
	padding-bottom: 30px;
}
.clinic-appointment .title-s, .contactus-appointment .title-s{
	margin-bottom: 30px;
}
.contactus-appointment{
	display: none;
}
#date-trigger {
	position: absolute;
	right: 5px;
	border: 0;
	top: 0;
	overflow: hidden;
	width: 38px;
	height: 38px;
	font-size: 55px;
	background: #e6e6e6 url(images/bg-calendar.png) no-repeat 50%;
	background-size: 20px;
	border-radius: 5px;
	text-indent: -555px;
}
.page-footer .logo-footer{
	margin-bottom: 15px;
}
.page-footer .logo-footer img{
	max-width: 300px;
}
.page-footer .strong-name {
	color: #2C76A7;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.page-footer .copyright {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px 0px;
	margin-top: 20px;
}
.page-footer .copyright .text-center{
	max-width: 880px;
	margin: 0 auto;
}
.page-footer .copyright a{
	color: #00aff2;
}
.page-footer .copyright p{
	margin-bottom: 0px;
}
.page-footer .nav-social {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.page-footer .nav-social li a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 6px 0px;
	padding-left: 0px;

}
.page-footer .nav-social li a i{
	width: 14px;
	font-size: 15px;
	margin-right: 5px;
}
.page-footer .navbar-nav li a{
	padding: 6px 0px;
}
@media (max-width: 767px) {
	.search-form-container.show{
		margin-top: 0;
		z-index: 11;
	}
	.primary-nav{
		display: none;
	}
	.solution-homepage .content-s ul li{
		width: 48%;
	}
	.solution-homepage .readmore-s{
		margin-bottom: 25px;
	}
	.box-video-newspaper{
		margin-bottom: 25px;
	}
	.list-newspaper-post{
		margin: 0px -10px;
	}
	.list-newspaper-post .item{
		padding: 0px 10px;
	}
	.list-post-knowledge{
		margin-bottom: 15px;
	}
	.readmore-cat{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.knowledge-homepage{
		padding-bottom: 10px;
	}
	.list-post-question .post-thumbnail {
		width: 40%;
	}
	.list-post-question .post-title {
		width: 60%;
		padding-left: 15px;
		font-size: 16px;
	}
	.title-s{
		font-size: 22px;
	}
	.contact-homepage .image-s{
		margin-top: 25px;
	}
	.contact-homepage .image-s img{
		display: block;
		margin: 0 auto;
	}
}