.alert.alert-danger ul {

	list-style: none;

}

.navi-pager{

	display: flex;

  	justify-content: center;

  	align-items: center;

}

.navi-pager .pagination > .active > a,

.navi-pager .pagination > .active > span,

.navi-pager .pagination > .active > a:hover,

.navi-pager .pagination > .active > span:hover,

.navi-pager .pagination > .active > a:focus,

.navi-pager .pagination > .active > span:focus

{

	background-color: #047f19;

    border-color: #047f19;

}

.navi-pager .pagination > .active > span:hover{

	background-color: #289B7B;

    border-color: #289B7B;

}

.navi-pager .pagination > li > a{

	color: #289B7B;

}

.blog-content img{

	max-width: 100%;

}

a.btn.get-in-touch.facebook-login {

	border-radius: 5px;

	margin-top: 20px;

	background-color: #4267b2;

	padding: 12px 20px 5px 60px;

    height: 45px;

}

.btn.get-in-touch.facebook-login i{

	padding: 14px 13px 17px 15px;

}

.section-appointment{

	padding: 60px 0;

}

.section-appointment .col-md-8{

	background-color: #fbfbfb;

	padding: 15px;

	border: 1px solid #eee;

}

.section-appointment form label{

	color: #333;

	font-weight: normal;

}

.section-appointment form label span.cred{

	color: #ff4900;

}

.section-appointment form input, .section-appointment form select{

	border-radius: 0;

	height: 40px;

	border: 1px solid #ccc;

}

.section-appointment form textarea{

	border-radius: 0;

	border: 1px solid #ccc;

}

.section-appointment form button{

	width: 100%;

	text-align: center;

}
.user-form input, .user-form select {
	border-radius: 10px;
	height: 45px;
	padding: 0 20px;
	border: 1px solid #838383;
}
.user-form button{
	border-radius: 10px;
	height: 50px;
	padding: 12px 40px;
	margin-top: 10px;
}
/*Mega menu*/
#header .container .header {
	position: relative;
}
#header .header > *, .nav.nav-pills {
	position: static;
}
.nav-pills .mega-menu{
	position: static;
}
.nav-pills li.mega-menu > ul {
	background: #fff;
    width: 100%;
    left: 0px;
    position: absolute;
    /*top: 100%;*/
    float: none;
    max-height: 0px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    list-style: none;
}
.nav-pills li.mega-menu > ul > li {
    padding: 10px 0;
    float: left;
    border: none;
    width: 24%;
}
.nav-pills li.mega-menu > ul > li ul {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    list-style: none;
}
@media (min-width: 767px){
	#header .nav-pills li.mega-menu > ul > li ul li a {
	    line-height: normal;
	    color: #000;
	    padding: 8px 5px;
	    font-size: 15px;
	    font-family: "Open Sans",sans-serif;
	    font-weight: 400;
	    text-transform: none;
	    border-bottom: 1px solid #eee;
	    -webkit-transition: all 0.4s ease 0s;
	    -moz-transition: height 0.4s all 0s;
	    -ms-transition: all 0.4s ease 0s;
	    -o-transition: all 0.4s ease 0s;
	    transition: all 0.4s ease 0s;
	    border-top: 0;
	}
}
@media (max-width: 767px){
	.nav-pills li.mega-menu > ul {
	    opacity: 1;
	    display: none;
	    position: relative;
	}
	.nav-pills li.mega-menu > ul > li{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#header .nav-pills li.mega-menu > ul > li ul li a {
		width: 100%;
		display: block;
		text-align: center;
	}
}
#header .nav-pills li.mega-menu > ul > li ul li a:hover, #header .nav-pills li.mega-menu > ul > li ul li.active a {
	background-color: #289B7B;
	color: #fff;
}

@media only screen and (min-width: 1001px){
	.nav-pills li.mega-menu > ul {
	    opacity: 0;
	}
	.nav-pills li.mega-menu:hover > ul {
	    opacity: 1;
	    max-height: 2000px;
	}
}
@media (min-width: 767px){
	#header .main-nav .mega-menu a.title{
		padding: 10px 5px 5px 15px;
		line-height: 15px;
		color: #fff;
		background-color: #289B7B;
	}
}
@media (max-width: 767px){
	#header .main-nav .mega-menu a.title{
		width: 100%;
		color: #fff;
		background-color: #289B7B;
		display: block;
		text-align: center;
		text-transform: uppercase;
	}
}
h3.block-title, h5.block-title{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	color: #289B7B;
}
.block-news .list-news {
	list-style: none;
}
.block-news .list-news img{
	border: 1px solid #ddd;
	padding: 2px;
	margin-right: 10px;
	float: left;
}
.block-news .list-news a{
	display: block;
	font-size: 16px;
}
.block-news .list-news li{
	margin-bottom: 25px;
	float:left;
}
.testimonial-carousel .item img{
	float: left;
	width: 60px;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.testimonial-carousel .item p{
	font-size: 16px;
}
.testimonial-carousel .item span{
	color: #289B7B;
}
.testimonial-carousel .owl-dots{
	padding-top: 20px;
}
section.partner{
	padding-top: 20px;
}
section.block-news{
	background-color: #F7F7F7;
	padding-top: 60px;
	padding-bottom: 60px;
}


/*Update by CuongPV*/

#header .top-bar ul{
	float:left!important;
	margin-left:70px;
}
#header .top-bar ul.social{
	float:right!important;
	margin-left:auto!important;
}
section .container .row ul, section .container .row ol {
    margin-left: 50px;
    float: left;
    clear: both;
    max-width: 100%;
    margin-bottom: 20px;
	width: 90%;
}
.blog-content img, section .container .row img {
    max-width: 100%;
    margin: 0 auto!important;
    display: block;
	margin-right:10px
}



.language-header{
	float: right;
    position: absolute;
    right: 7px;
	z-index:30;
    top: 18px;
}
.language-header a {
    float: left;
    font-size: 10px;
    display: block;
    color: #FFF;
    /* margin-left: 10px; */
}
.language-header a.en{
	margin-right:5px;
}
.sidebar-widget ul.categories{
	margin-left:0px!important;
}
.sidebar-widget .popular-post img {
    margin-right: 10px!important;
}
.blog-content table tr td p strong{
	text-align: left!important;
}
.blog-content{
	text-align:justify
}
.colls-news ul, .colls-news ul li{
	width:100%;
	clear:bold;
	float:left;
	
}
/*Content blog*/
/*.blog-item .blog-content hr{
	border-color:#289B7B;
}*/
.blog-item .blog-content h3, .blog-item .blog-content strong{
	color:#289B7B;
}
.blog-item .blog-content h1.blog-title{
	/*font-size:60px!important;*/
	text-align:left!important;
	color:#289B7B;
}
.blog-item .blog-content table{
	max-width:100%;
	margin:0 auto!important;
}
.blog-item .blog-content table tr td{
	border:solid 1px #CCC!important;
	padding:10px!important;
}
.blog-item .blog-content{
	font-family: 'Open Sans', sans-serif;
}
.colls-news {
    float: left;
    
}
.nav-pills li.mega-menu > ul > li ul {
    max-height:420px;
	overflow:auto
}