@charset "utf-8";
body, html{
	font-family: 'Kanit';	
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Kanit';
}
.lv_btn a {
	width:auto;
}
.lv_btn a:hover {
    color: #007bff;
    background-color: #fff;
}
.lv_btn a:hover i {
   color:#007bff; 
}
.lv_btn a {
    background: #007bff;
    border: 2px solid #007bff;
		padding:0 15px
}
.lv_btn a i{
	padding: 0;
	color: #fff;
	font-size: 18px;
}
.lv_btn a.btn-navbar-menu {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 2px solid #ffffff;
	margin-left: 15px;
	padding:0;
}
.lv_btn a:hover.btn-navbar-menu i {
   color :#fff;
}
@media (max-width: 767px) {
	.lv_btn.xs {
		display: inline;
		width: 250px;
		border-radius: 0px;
		background-color: #ccc;
		width:100%;	
	}
	.lv_btn.xs a {
		/* width: 250px; */
		border-radius: 20px;
		margin: 5px 0px;
	}
	.lv_btn.xs a.btn-navbar-menu {
		float: right;
		position: absolute;
		width: 40px;
		height: 40px;
		background-color: #003152;
		border: 0;
		margin-left: 10px;
	}
	.lv_btn.xs a.btn-navbar-menu i {
		padding: 0;
		color: #fff;
		font-size: 18px;
		padding-top: 10px;
	}
}

#return-to-top {
	margin-bottom:75px;
}

@media (max-width: 767px) {
	.sub_title_section {
		/* float: none; */
		display: inline-block;
		float: left;
		padding-left: 10px;
	}
	.orthopaedics_icon_content {
		width: calc(100%);
		padding-left: 0px;
	}
	.logo_tel {
		max-width: 130px;
	}
	.lv_btn.xs {
		padding-left: 70px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-nav>li {
		margin-right: 30px;
	}

	.main_menu_wrapper .lv_search_bar {
		margin-top: 0 !important;
	}
	.main_menu_wrapper .lv_btn {
		margin-top: 0;
		float: right;
		margin-right: 20px;
	}

}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
}

.lv_search_bar {
	width: 40px;
	height: 40px;
	border: solid 2px #fff;
	margin-top: 20px;
	padding: 0;
	border-radius: 50%;
	line-height: 37px;
}
.lv_search_bar>i{
	font-size: 18px;
	padding-left: 2px;
}
.lv_btn {
	padding-left: 0;
}

.title-link {
	margin-top:10px;
	margin-bottom:10px;
}
.title-link a {
	font-size:14px;
	color:#003152;/*#4cb3c4;*/
	margin-bottom:20px;
}

.home_news_slider .owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
}
.home_news_slider {
	margin-bottom: 20px;
}

.link_all {
	color: #4cb3c4;
}

.pr-25 {
	padding-right: 25px;
}
.pl-25 {
	padding-left: 25px;
}

.result_search_box input {
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.result_search_box button {
    width: 45px;
    height: 45px;
    border: 1px solid #4cb3c4;
    border-left: none;
    background: #4cb3c4;
    color: #fff;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer {
	background-color:#2d5571;
}
.footer h4 {
	color: #fff;
}
.footer_widget_list li, .footer_widget_list li a, .footer_icon_wrapper p {
	color: #fff;
}
.footer_social_icons li a, .footer_social_icons li a:hover {
	background-color: #2d5571;
}
p {
	color:#495057;
}
.d-none {
		display:none;
}
.cursor-default {
	cursor:default;
}
.text-red {
	color : red;
}
.section_heading .border:before {
	z-index: 0;
}

.admin-tools .fa {
	padding-top:25px;
}

.btn-trash {
		cursor:pointer;
}
.btn-trash:hover {
	color:#F00;
}
.call_to_action .callout_button {
    text-align: center;
}

#open-admin-tools {
    position: fixed;
    top: 15px;
		right: 20px;
		color: #FFF;
    margin-bottom: 120px;
    display: block;
    text-decoration: none;
    z-index: 3000;
}

.social-share{
	padding: 7px;
	color: #fff;
	border: 0px;
}

.social-share.facebook {
	background-color: #3b5998;
	/* border-radius: 5px; */
}
.social-share.twitter {
	background-color: #55acee;
	/* border-radius: 5px; */
}
.social-share.line {
	background-color: #00c300;
}
/* .social-share.facebook:hover{
	cursor: pointer; 
	background: #213A6F;
	color: #fff;
} */
.social-share:hover{
	cursor: pointer;
	/* background: #004f79; */
	opacity: 0.7;
	color: #fff !important;
}
.social-share.facebook i {
	padding: 0 3px;
}

.social-share.facebook .facebook-text {
	padding: 0 3px;
}
.social {
	margin-bottom: 20px;
}
.contents_navbar {
	background:#2d5571;
	color:#fff;
}
.contents_footer {
	background:#222222;
	color:#fff;
}
a:hover, a:focus {
    color: #23527c;
}

a {
    color: #337ab7;
}
