*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	background: #fff;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	line-height: 1.3125;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}

/*menu*/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
li{
	list-style: none;
}
p{
	font-size: 14px;
	line-height: 1.8em;
}
.clear {
	clear: both;
}
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus
{
	border:1px solid #fff;
	transition: all 0.2s ease-in-out;
}
input{

	-webkit-appearance: none!important;

	-moz-appearance: none !important;

	appearance: none!important;

}
body ul{list-style: :none;}
a { text-decoration:none; outline:none; cursor: pointer;}
a img{ border:none;}
input, select, textarea{ outline:none;}
.fleft{float: left;}
.fright{float: right;}
img{
	max-width: 100%;
	height: auto;
}

.entry h2 ,.entry h3{
	margin-bottom: 10px;
	color: #00B14F;
}
.entry p{
	margin-bottom: 10px;
}
.entry ul{
	padding-left: 20px;
}
.entry ul li{
	margin-bottom: 10px;
	list-style: inherit;
}
.description.entry ul li,
.description.entry p{
	margin-bottom: 5px;
}
.entry table{
	width: 100%!important;
}
.entry table tr,.entry table td,.entry table th {
	padding: 10px;
	width: auto;
	height: auto;
	white-space: normal!important;
	border: 1px solid #ccc;
}
.entry iframe{
	width: 100%;
	height: 450px;
}
.top-bar {
	background-color: #e4e4e4;
	padding: 8px 0 ;
}
.top_header_left {
	float: left;
}
.top_header_right {
	float: right;
	padding: 4px 0;
}
.box-tophd{
	width: 100%;
}
.list-tt{
	margin-bottom: 0;
	float: right;
}
.list-tt .item-tt{
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}
.list-tt .item-tt a{
	color: #00B14F;
}
.list-tt .item-tt i{
	margin-right: 5px;
}
.list-hotline {
	float: right;
	margin: 20px;
}
.list-hotline .item-hotline {
	display: inline-block;
	margin-left: 15px;
	padding: 10px 10px 10px 60px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 175px;
}
.list-hotline .item-hotline a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.nav_hotline{
	float: right;
	color: #dc8e02;
	font-size: 16px;
	padding-top: 4px;
}
.nav_hotline a {color: #00B14F; font-size: 22px;}
.nav_hotline img{
	float: left;
}
.header-social {
	float: right;
	padding: 12px 0;
}
.social-og{
	list-style: none;
	text-align: center;
}
.social-og li{
	display: inline-block;
}
.social-og a{
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 2em;
	border-radius: 5px;
	font-size: 16px;
	background:none;
	color: #fff;								
	text-decoration: none;
	outline: none;
	border: 1px solid #d4d4d4;
	font-size: 13px;
}
span.hl-mn{
	padding: 6px 0 6px 6px;
	display: inline-block;
	float: left;
}
.menu-header {
	position: relative;
	z-index: 999;
	background :#00B14F;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu_header {
	z-index: 2;
	position: relative;
}
.stuck.menu-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #00B14F;

}
.menu_header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_header ul:after{
	display: table;
	clear: both;
	content: "";
}
.menu_header > ul > li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	line-height: 84px;
	vertical-align: middle;
}
.menu_header > ul > li > a { 
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	display: block;
	line-height: 20px;
	vertical-align: middle;
	padding: 12px 40px;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.menu_header > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #00B14F;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.menu_header > ul > li.current_page_item > a:before,
.menu_header > ul > li > a:hover:before {
	width: 100%;
}
.menu_header > ul > li.current-menu-item > a,
.menu_header > ul > li.current-menu-ancestor > a,
.menu_header > ul > li.current_page_item > a,
.menu_header > ul > li.current_page_ancestor > a,
.menu_header > ul > li:hover > a,
.menu_header > ul > li:focus > a {
	color: #00B14F;
	background: #fff;
}
.menu_header > ul > li ul {
	display: block;
	position: absolute;
	left: 0;
	top: 110%;
	z-index: 993;
	width: 200px;
	background-color: #f1f1f1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	border-top: 4px solid #00B14F;
	padding: 0;
}
.menu_header > ul > li ul li {
	position: relative;
	float: none;
	list-style: none;
}
.menu_header > ul > li ul.sub-menu li {
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px solid #00B14F;
}
.menu_header > ul > li ul li a{
	line-height: 23px;
	display: block;
	padding: 6px 0;
	color: #626262;
	text-decoration: none;
	font-size: 13px;
}
.menu_header > ul > li ul li:hover > a,
.menu_header > ul > li ul li:focus > a{
	color: #00B14F;
	text-decoration: none;
}
.menu_header > ul > li ul ul {
	top: 15px;
	left: -100%;
	left: calc(-100% - 3px);
}
.devvn_desktop .menu_header li:hover > ul,
.devvn_desktop .menu_header li:focus > ul,
.menu_header li.mobile_open_sub > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.devvn_desktop .menu_header li:hover > ul ul,
.devvn_desktop .menu_header li:focus > ul ul,
.menu_header li.mobile_open_sub > ul ul{
	top: 0;
}
.menu_header > ul > li ul > li:hover > ul,
.menu_header > ul > li ul > li:focus > ul {
	top: -1px;
}
.click_opensub_menu{
	display: none;
}
.over_wrap,.button_menu{
	display: none;
}

/*#menu*/

/*tinymce*/
.tinymce ul, .tinymce ol {
	padding-left: 30px;
}
blockquote {
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #eaeaea #eaeaea #eaeaea #ED564B;
	margin-bottom: 20px;
	padding: 20px;
	font-style: italic;
	border-left: 3px solid #ae0000;
	font-size: inherit;
}
.tinymce h1 {
	font-size: 30px;
	line-height: 36px;
}
.tinymce h2 {
	font-size: 28px;
	line-height: 35px;
}
.tinymce h3 {
	font-size: 26px;
	line-height: 32px;
}
.tinymce h4 {
	font-size: 24px;
	line-height: 30px;
}
.tinymce h5 {
	font-size: 22px;
	line-height: 28px;
}
.tinymce h6 {
	font-size: 20px;
	line-height: 25px;
}
.tinymce pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
.tinymce table {
	margin: 0 0 1.5em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tinymce caption, .tinymce th, .tinymce td {
	font-weight: normal;
	text-align: left;
}
.tinymce th, .tinymce td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
}
.tinymce th {
	font-weight: bold;
}
.tinymce a{
	color: #ae0000;
}
.tinymce a:hover{
	text-decoration: underline;
}
/*#tinymce*/
.transition,.menu_header > ul > li:focus > a{
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
	max-width: 100%;
	width: 100%!important;
}
.wp-caption.aligncenter{text-align: center;}
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: inline-block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
/*Gallery*/
.gallery {
	margin-bottom: 15px;
}
.gallery-item {
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:  0 0 10px 0;
}
.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-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1){
	clear: both;
}
.gallery-icon img {
	margin: 0 auto;
	width: 100%
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media (max-width: 767px){
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item{
		max-width: 33.33%;
	}
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-columns-9 .gallery-item:nth-child(9n+1){
		clear: none;
	}
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(3n+1),
	.gallery-columns-5 .gallery-item:nth-child(3n+1),
	.gallery-columns-6 .gallery-item:nth-child(3n+1),
	.gallery-columns-7 .gallery-item:nth-child(3n+1),
	.gallery-columns-8 .gallery-item:nth-child(3n+1),
	.gallery-columns-9 .gallery-item:nth-child(3n+1){
		clear: both;
	}
}
/*End gallery*/
#wp-calendar{
	width: 100%;
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
	#media_image-2, #custom_html-2 {
	display: none!important;
}
}
.paginate_links {
	text-align: center;
	color: #FF9B00;
}
.paginate_links .page-numbers{
	padding: 10px 15px;
	margin:0 2px 5px 0;
	text-align: center;
	background: #555;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
	text-decoration: none;
	display: inline-block;
}
.paginate_links .current,
.paginate_links .page-numbers:hover{
	background: #004f82;
}
.admin-bar header.header{
	top: 32px;
}
.logo {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	float: left;
	padding: 10px 0;
}
.logo img{
	display: block;
	max-width: 100%;
	height: 60px;
}
.menu-header.stuck .logo {
	padding: 3px 0;
}
.menu-header.stuck .logo img{
	height: 50px;
}
.bg_about{
	padding-top: 20px;
	background: #fff;
	position: relative;
}
.wrap-about{
	max-width: 865px;
	margin: auto;
}
.sub_title_sec p{
	color: #000;
	font-size: 16px;
}
.layersliderbutton {
	background: none;
	padding: 8px 23px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
}
.layersliderbutton:hover {
	background: #fff;
	color: #428bca;
}
.home_sec1_box a.layersliderbutton {
	margin-top: 20px;
}
.layersliderbutton {
	background: none;
	padding: 8px 23px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.layersliderbutton:hover {
	background: #fff;
	color: #428bca;
}
.home_sec1_box a.layersliderbutton {
	margin-top: 20px;
}
.home_sec2 {
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	padding: 30px 0 0;
}
.title_sec.title-trang h3{
	color: #fff;
}
.sub_title_sec {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
.left_content_sec2 img{
	display: block;
}
.light-color.team-item-detail-inner h5{
	font-size: 19px;
}
.team-item-detail h5{
	font-size: 15px;
	margin: 10px 0;
	color: #00B14F;
}
.text-home {
	padding: 20px 0;
}
.list-box > .row{
	margin-right: -30px;
	margin-left: -30px;
}
.item-box{
	padding: 20px 30px;
}
.no-space-steps [class^="col-"], .no-space-steps [class*=" col-"] {
	padding-left: 0;
	padding-right: 0;
}
.no-space-steps{
	padding: 30px 0;
}
.text-home h5,
.pmain-text{
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
	font-weight: 100;
	text-align: center;
}
.main-text {
	margin-bottom: 20px;
}

.btn-text{
	display: inline-block;
	background: transparent;
	padding: 10px 25px;
	font-weight: 400;
	border-radius: 0px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #fff;
	background: #48c8e8;
	border: none;
	font-weight: 700;
	letter-spacing: 1px;
}
.list-videos-home{
	text-align: center;
}
.list-videos-home iframe{
	width: 80%;
	height: 430px
}
.home_sec3 {
	padding: 40px 0;
	overflow: hidden;
	color: #fff;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-attachment: fixed !important;
	text-align: center;
}
.list-videos-home .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
ul.team-social {
	padding-left: 0;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	list-style: none;
}
ul.team-social li {
	list-style: none;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	background: #00B14F;
	color: #fff;
	float: none;
	display: inline-block;
	margin: 0 7px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
ul.team-social li:first-child {
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
}
ul.team-social li:last-child {
	-ms-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}
.list_doctor_box:hover ul.team-social li:first-child,
.list_doctor_box:hover ul.team-social li:last-child{
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0);
	transform: translateX(0px);
}
ul.team-social li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.list_doctor_box:hover ul.team-social{
	opacity: 1;
}
ul.team-social li:hover a {
	color: #fff
}

ul.team-social li.m_google:hover {
	background: #d3482d;
	color: #fff
}

ul.team-social li.m_facebook:hover {
	background: #4b68b4;
	color: #fff
}

ul.team-social li.m_tweet:hover {
	background: #22bbf4;
	color: #fff
}

ul.team-social li.m_link:hover {
	background: #069;
	color: #fff
}
h3.list_doctor_name {
	margin: 0 0 3px 0;
}
h3.list_doctor_name a{
	color: #da1e48;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.2em;
	display: block;
	margin: 10px 0;
}
.swiper-btn{
	    background: rgba(16, 66, 130, 0.77);
	padding: 5px 8px;
	border: 1px solid #ffffff;
	display: inline-block;
	zoom: 1;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
	position: absolute;
	top: 50%;
	z-index: 9;
	margin-top: -20px;
}
.swiper-btn:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.swiper-btn i{
	color: #fff;
	font-size: 30px;
}
.pagenv{
	text-align: center
}
.swiper-btn-prev.swiper-btn {
	float: left;
	left: 0;
	margin-left: -45px;
}
.swiper-btn-next.swiper-btn {
	float: right;
	right: 0;
	margin-right: -45px;
}
.swiper-container:hover .swiper-btn{
	margin-right: 0!important;
	margin-left: 0!important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_team_box {
	text-align: center;
	background: #fff;
	padding: 2px;
}
.box-dk{
	padding-top: 20px;
}
.button_devvn {
	font-weight: 600;
	border: none;
	color: #fff !important;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 5px 0 5px 0;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
	background: #084D9C;
	padding: 8px 15px 8px 15px !important;
	font-size: 12px !important;
}
.news_doctor_tour {
	padding-bottom: 20px;
}
.news_excerpt {
	font-size: 16px;
}
.button_devvn:after{
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button_devvn:hover:after, .button_devvn:active:after {
	height: 100%;
}
p.blog-meta {
	font-size: 14px;
	line-height: 1.428571429;
	color: #646464;
}
.news_excerpt {
	font-size: 14px;
}

.title_sec2 {
	background: url(images/threeline.png) repeat-x bottom;
	color: #00B14F;
	padding-bottom: 11px;
	margin-bottom: 10px;
}
.title_sec2 h3 {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.1;
}

.module-gray {
	background-color: #f7f7f7;
}
.special-heading {
	border-bottom: 1px solid #f2f2f2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.special-heading h4{
	border-bottom: 2px solid #4a90e2;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.title-widget h2 {
	padding: 6px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #EDEDED;
	font-size: 14px;
	margin: 0px;
	color: #FFF;
	background: #0D7D54;
	position: relative;
	text-align: center;
}
footer.footer{
	background: #00B14F;
	color: #ffffff;
	padding: 30px 0;
	overflow: hidden;
}
.footer-widget {
	overflow: hidden;
}
footer h4 {
	position: relative;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 0px solid rgba(255,255,255,.15);
}
footer h4 span {
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 0px solid #fff;
	color: #fff;
}
footer p {
        margin-bottom: 0;
}
.footer-widget ul {
	padding: 0;
}
.footer-widget ul li {
	padding-bottom: 10px;
	list-style-type: none;
	position: relative;
	padding-left: 18px;
        display: inline;
        
}
.footer-widget ul li:before {
	content:;
	width: 15px;
	height: 15px;
	background: url(images/icon2.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}
.footer-widget ul li a {
	color: #fff;
}
.footer-widget ul li a:hover{
	color: #00B14F;
}
.footer-widget ul.sub-menu {
	display: none !important;
}
#mvcwid {
	padding: 0;
}
.fa-rotate-30 {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	font-size: 18px;
	color: #393939;
	float: left;
	margin: 9px 15px 0 3px;
}
.footer-widget .textwidget p {
	overflow: hidden;
}
.footer-widget .widget-icon {
	color: #fff;
	font-size: 23px;
	padding-right: 10px;
}
.footer-widget .contact-widget p {
	padding-bottom: 10px;
}
.footer-copyright {
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.copyright-section {
	text-align: center;
	padding: 10px 0 0;
}
.bottom-company {
	margin: 30px 0 25px;
}
.footer-logo {
	float: left;
}
.box-logo-footer{
	float: right;
}


#g-owsfdu {
	background: url(images/locked-bar-bg.jpg) repeat-x bottom;
	width: 100%;
	position: fixed;
	bottom: 0px;
	width: 100%;
	right: 0px;
	z-index: 800;
	border-top: 1px solid #ccc;
}
.btn.btn-brand {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff;
	border-radius: 30px;
}
.tem-doitac:before{
	display: none;
}
li.tem-doitac {
	padding: 0 5px;
}
li.tem-doitac img{
	height: 60px;
}
.widget_media_image img{
	margin-bottom: 15px;
}

.btn-main {
	background-color: #00B14F;
	border: 1px solid transparent;
	display: inline-block;
	padding: 2px 12px;
	font-size: 13px;
	border-radius: 2px;
	color: #fff;
}
span.g2ctl66 {
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	margin-right: 16px;
}
.footerlogo .logo {
	padding: 0;
}
.tv-form input {
	width: 100% ;
	border: 1px solid #F4F4F4;
	color: #A5A5A5;
	font-family: inherit;
	font-size: 14px;
	margin: 0 10px 7px 0 !important;
	padding: 10px 9px 10px;
	box-shadow: 0 1px 0 #f4f4f4;
	-moz-box-shadow: 0 1px 0 #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #f4f4f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	outline: none;
}
.tv-form.input-btn input{
	width: auto;
}
.buton {
	font-size: 16px;
	font-weight: 600;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 5px 0 5px 0;
}
.buton-mini {
	padding: 10px 21px 12px 21px !important;
	font-size: 13px !important;
}
.b_asset {
	background: #00B14F;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.20);
}
/*style page child*/
.map-contact.maps-home{
	background: #f5f5f5;
	padding-top: 40px;
}
main.content.col-md-9{
	float: right;
}
.box-sidebar ul li{
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	position: relative;
	list-style: none;
}
.box-sidebar ul li:last-child{
	border-bottom: 0px dotted #666;
}
.box-sidebar ul:after{
	display: table;
	clear: both;
	content: "";
}
.box-sidebar ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px;
	display: inline-block;
}
.box-sidebar ul li.current-cat a,
.show-sidebar a:hover{
	color: #00B14F;
}
.box-sidebar ul li:hover a{
	color: #00B14F;
}
.box-sidebar ul li .children{
	top: 100%;
	display: none;
	position: absolute;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	z-index: 99;
	background: #fff;
	border: 1px solid #ccc;
	width: 225px;
	left: 100%;
	top: 0;
}
.box-sidebar ul li:hover .children{
	display: block;
}
.title-widget .title-sidebar{
	background: #00B14F;
	color: #fff;
	padding: 8px 10px;
	font-size: 15px;
	text-transform: uppercase; 
	position: relative;
	margin: 0;
	margin-bottom: 5px;
}

.hotline-sidebar {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 10px;
}
.dpe-flexible-posts li img {
	float: left;
	width: 32%;
	border: 1px solid #ccc;
}
.dpe-flexible-posts li .title {
	float: left;
	width: 68%;
	padding: 0 15px;
	font-size: 13px;
}
.dpe-flexible-posts li.type-san-pham .title{
	width: 100%;
	padding: 0;
}
.dpe-flexible-posts li a:after{
	display: table;
	clear: both;
	content: "";
}
.title-page{
	border-bottom: 2px solid #00B14F;
	padding: 8px 0;
	margin-bottom: 15px;
}
.title-page.trang{
	border-bottom: 2px solid #00B14F;
}
.title-page .title-main{
	font-size: 20px;
	text-transform: uppercase;
	color: #00B14F;
	margin: 0;
}
div#content-main {
	margin-top: 15px;
}
.archive.category div#content-main{
	margin-top: 0;
}
/*tin t&#1073;»©c*/
.list-news {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.list-news .img-news {
	float: left;
	width: 45%;
} 
.list-news ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
}
.list-news ul li:last-child{
	border-bottom: 0px solid #eee;
}
.item-news {
	box-shadow: 0 0 10px 0 #eaeaea;
	padding: 5px;
}
.list-news .item-news .thumbnail-news img{
	padding: 4px;
	background: none repeat scroll 0% 0% #E8E8E8;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	overflow: hidden;
}
.list-news .item-news .thumbnail-news img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.excerpt-news {
	float: left;
	width: 55%;
	padding-left: 15px;
}
.excerpt-news h4 a{
	color: #0b6f37;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
}
.list-news .item-news .thumbnail-news a{
	display: inline-block;
	overflow: hidden;
}
.list-news .list-1 .item-news .news-info{
	float: left;
	width: 68%;
}
.list-news .item-news .news-info h3 a{
	font-size: 12px;
	color: #00B14F;
	display: block;
}
.list-news.news-cat .item-news .news-info h3 a{
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.list-news .item-news .news-info h3 a:hover{
	color: #49c7e9;
}

.lienhe-bds.box-chia {
	padding: 20px 0;
	margin: 20px 0;
}
.input-form{
	margin-bottom: 15px;
}
.input-form > label{
	color: #f45014;
}
.input-form textarea::-webkit-input-placeholder,
.input-form input::-webkit-input-placeholder{
	color: #00B14F;
}
.input-form textarea:focus,
.input-form input[type="text"]:focus,
.input-form input[type="password"]:focus,
.input-form input[type="email"]:focus,
.input-form input[type="tel"]:focus
{
	border:1px solid #00B14F;
	transition: all 0.2s ease-in-out;
}
.input-form textarea{
	height:70px;
}
.input-form.input-btn{
	margin-bottom: 0;
}
.input-form.input-btn input{
	background: #C4161C;
	cursor: pointer;
}   
div.wpcf7 {
	padding: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #00B14F;
	font-weight: bold;
	color: #00B14F;
}

.y-kien-kh .tp-caption{text-align:center!important;}
/*videos*/
.list-videos h2{
	padding-bottom: 15px;
	font-weight: 300;
	font-size: 40px;
	color: #5ea2ce;
	text-transform: uppercase;
	text-align: center;
}
.list-videos ul li{
	padding: 10px;
}
.content-video .list-videos ul li{
	width: 33.33%;
}
.thumbnail-videos{
	text-align: center;
}
.hl-fix {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	line-height: 1em;
	margin-right: 15px;
	padding: 4px 10px;
	background: #00B14F;
	border-radius: 3px;
}
.hl-fix i{
	margin-right: 5px;
}
.fancybox-skin {
	background: #DC8E02!important;
}
.dk-popup h2,.dk-popup h3,.dk-popup h4,.dk-popup p{
	color: #fff;
}
#exTab1 .tab-content {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
}

#exTab2 h3 {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
	border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
	border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
}
.page-head.portfolio-head{
	background: url('images/pro1.jpg') no-repeat;
	background-size: cover; 
	width: 100%;
	overflow: hidden;
}
.overlay-hd{
	padding: 55px 0;
	background: rgba(0,0,0,.5);
}
.overlay-hd p{
	color: #fff;
	text-align: center;
}
.page-head .headding{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.list-portfolio{
	margin-left: -5px;
	margin-right: -5px;
	text-align: center;
}
.tab-about .content-title{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/*m&#1073;»›i*/
.header-main {
    background: #fff;
}
.img-slider{
	text-align: center;
}

.bang-gia{
	padding: 40px 0;
    background: #efefef;
}
.bang-gia.bang-giapage{
	padding: 0;
}
/*tab*/
.nav.nav-tabs{
	text-align: center;
	display: block;
	border: none;
}
.nav.nav-tabs .title-tab {
	display: inline-block;
	margin-bottom: 5px;
}
.nav.nav-tabs .title-tab a{
	    padding: 10px 15px;
    display: inline-block;
    background: #00B14F;
    border: 1px solid #00B14F;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
}
.nav.nav-tabs .title-tab a.active,
.nav.nav-tabs .title-tab:hover a{
	    background: #fe9338;
	    border: 1px solid #ff9035;
}
.nav.nav-tabs .title-tab a.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(68,68,68,0);
    border-top-color: #fe9338;
    border-width: 10px;
    margin-left: -10px;
}
.title_sec{
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #00B14F;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.title_sec:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 0;
	margin-left: -50px;
	content: '';
	border-bottom: 1px solid #00B14F;
}
.des-title {
	text-align: center;
	color: #00B14F;
}
.icon_banner {
	display: block;
	float: right;
	width: 55px;
	height: 60px;
	margin-top: -10px;
	background-image: url(images/icon_banner.png);
	background-repeat: no-repeat;
}
.slider-main{
	position: relative;
}
.main-slider .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 20px;
}
.main-slider .swiper-pagination-bullet {
	width: 18px;
	height: 8px;
	border-radius: 0;
	background: #004d85;
	opacity: 1;
}
.main-slider .swiper-pagination-bullet-active {
	background: #2F2F2F;
}
.fomr-gia {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 0;
	right: 0;
	padding: 70px 0px;
}
.box-gia {
	padding: 15px;
	max-width: 530px;
	color: #fff;
	border-radius: 15px;
}
.box-gia li {
	font-size: 20px;
	margin-bottom: 15px;
}
.box-datxemain{
	    border-radius: 8px;
    overflow: hidden;
    max-width: 550px;
}
#formdk .pop_tt {
	text-align: center;
	padding: 15px 0 0;
	position: relative;
	font-weight: bold;
}
#formdk .pop_tt img {
	display: block;
	margin: 0 auto;
	height: 50px;
}
#formdk .pop_tt h4 {
	margin: 0 0 8px;
	padding: 13px 30px 12px 30px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	color: #fff;
}

#formdk{
	position: relative;
	background-repeat: no-repeat!important;
	background-position: right top!important;
	background-size: cover!important;
	border-radius: 20px 0 20px 20px;
	margin: 0 auto;
	padding: 10px 10px;
}
.box-sidebar #formdk {
        background: linear-gradient(#0e70bb, #00B14F)!important;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 5px;
}
#formdk.contact-form {
	    background: linear-gradient(#0e70bb, #00B14F)!important;
    padding: 15px 10px;
}
#formdk.contact-form .input-form {
    padding: 0 15px;
}
#formdk.footer_wrap .input-form.input-btn{
	text-align: center;
}
#formdk .input-form select, #formdk .input-form textarea, #formdk .input-form input{
	height: 36px;
	background: #ddd;
	color: #00B14F;
	border: 0;

}
#formdk .input-form textarea{
	height: 80px;
}
#formdk .input-form .wpcf7-submit{
	    background: #fe832b;
    color: #fff;
    border: none!important;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    padding: 10px 20px;
    height: 40px;
}
.fancybox-wrap .fancybox-skin {
	background: #fff!important;
}
#formdk .form-dathang {
	padding: 5px 15px;
}
#formdk .input-form {
	margin-bottom: 10px;
	padding: 0 5px;
}
#formdk .input-form input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #003170;
    border: 0;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0;
    vertical-align: sub;
    position: relative;
    display: inline-block; 
}
#formdk .input-form input[type="radio"]:checked::before {
	height: 14px;
    width: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    display: block;
    background: url(images/check.png) center center no-repeat;
}
span.wpcf7-list-item-label {
    color: #fff;
    font-size: 18px;
}
.box-form span.wpcf7-list-item {
    margin: 5px 0 5px 1em;
}
.h4-form {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 5px;
}
.div-title.marginb-20 {
	margin-bottom: 20px;
}
/*t&#1043;­nh n&#1044;&#1107;ng*/
.over {
	background: rgba(0, 0, 0, 0.6);
	padding: 40px 0;
}
.tinh-nang {
	padding-top: 30px;
}
.img-tinhnang {
	text-align: right;
}
.list-tinhnang .li-tinhnang{
	width: 100%;
	min-height: 125px;
	text-align: left;
	position: relative;
	padding: 0 0 10px 45px;
	margin-bottom: 6px;
	color: #00BA51;
}
.list-tinhnang .li-tinhnang h4{
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.list-tinhnang .li-tinhnang:hover h4{
	color: #fd943b;
}
.list-tinhnang .li-tinhnang p{
	color: #fff;
}
.list-tinhnang .li-tinhnang:before {
	content: "";
	width: 13px;
	height: 92px;
	background: url(images/arrowdown.png) no-repeat center/cover;
	display: block;
	position: absolute;
	bottom: 0;
	left: 8px;
}
.list-tinhnang .li-tinhnang:last-child:before{
	width: 0;
}
.list-tinhnang .li-tinhnang .tt-tn {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fd943b;
	font-weight: 500;
	font-size: 1em;
	color: #fd943b;
	text-align: center;
	line-height: 29px;
}
.list-tinhnang .li-tinhnang:hover .tt-tn {
	background: #fd943b;
	color: #fff;
}
/*l&#1073;»&#1032;i &#1043;­ch kh&#1043;&#1038;ch h&#1043; ng*/

.title-trang{
	color: #fff;
}
.title-loiich{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.list-donhang.donhang-home {
	background: #fff;
	padding: 15px;
	max-width: 360px;
	margin: auto;
}
.cam-ket {
	padding: 40px 0;
}
.item-ck .ck-title{
	color: #fff ;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.item-ck:first-child .ck-title{
	font-size: 18px;
}
.item-ck .ck-title:after{
	content: "";
	width: 15px;
	height: 15px;
	background: url(images/icon2.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
}
.item-ck:first-child .ck-title:after{
	background: url(images/icon1.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 5px;
}
.item-ck > p{
	color: #fff;
	font-size: 12px;
	font-style: italic;
}

/*Danh s&#1043;&#1038;ch xe*/
.loai-xe{
	padding: 40px 0;
}
.img-xe{
	overflow: hidden;
	margin-bottom: 45px;
}
.img-xe img{
	width: 100%;
}
.img-tin-tuc img,
.img-xe img{
	height: 200px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.img-tin-tuc:hover img,
.img-xe:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.info-xe-item{
	padding: 7px 15px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	text-align: left;
	background: rgba(0, 147, 85, 0.78);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.info-xe-item h3{
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.info-xe-item h3 > a{
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	line-height: 25px;
}
.info-xe-item .cho-ngoi{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.box-item:hover .info-xe-item{
	height: 65px;
}
.box-item{
	position: relative;
}
/*form &#1044;‘&#1044;&#1107;ng k&#1043;&#1029;*/
#dang-ky {
	padding: 30px 0;
}
.dk_form {
	max-width: 650px;
	margin: auto;
}
.input-form select,
.input-form textarea,
.input-form input{
	width: 100%;
	background: none;
	font-style: italic;
	color: #00B14F;
	border: 1px solid #00B14F;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 5px;
	padding-left: 30px;
	height: 36px;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.input-form select option{
	color: #00B14F;
}
.input-form input::-webkit-input-placeholder,
.input-form textarea::-webkit-input-placeholder,
.input-form input::-moz-placeholder,
.input-form textarea::-moz-placeholder,
.input-form input::-ms-input-placeholder,
.input-form textarea::-ms-input-placeholder,
.input-form input::-moz-placeholder,
.input-form textarea::-moz-placeholder {
	color: #00B14F;
}
.form-trang .input-form input::-webkit-input-placeholder,
.form-trang .input-form textarea::-webkit-input-placeholder,
.form-trang .input-form input::-moz-placeholder,
.form-trang .input-form textarea::-moz-placeholder,
.form-trang .input-form input::-ms-input-placeholder,
.form-trang .input-form textarea::-ms-input-placeholder,
.form-trang .input-form input::-moz-placeholder,
.form-trang .input-form textarea::-moz-placeholder {
	color: #00B14F!important;
}
.input-form textarea{
	height: 160px;
}
.input-form.input-btn{
	margin-bottom: 0;
}
.input-form.input-btn input{
	background: #eeaa0d;
	border: 1px solid #eeaa0d!important;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	width: auto;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
} 
.input-form.input-btn{
	text-align: center;
}
.input-form.input-btn input:hover{
	background: none;
	border: 1px solid #eeaa0d!important;
	color: #00B14F
}
.input-form{
	position: relative;
}
.input-form .icon-form {
	width: 30px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 15px;
	text-align: center;
	z-index: 9;
	padding: 8px 0;
}
.form-dathang .input-form .icon-form{
	left: 5px;
}
.input-form .icon-form i.fa {
	font-size: 15px;
	color: #00B14F;
}
.form-dathang > p {
	line-height: 1.5em;
	font-size: 13px;
}
.form-trang .input-form select,
.form-trang .input-form textarea,
.form-trang .input-form input{
	color: #fff;
	border: 2px solid #fff;
}
.form-trang .input-form .icon-form i.fa{ 
	color: #fff;
}
.box-sidebar #formdk .input-form {
	    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
.box-sidebar .box-form.row {
	display: block;
}
#bacsi {
	padding: 30px 0;
	background: #F2F2F2;
}
.list_doctor_box{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.list_doctor_box:hover{
	-webkit-box-shadow: 0 10px 20px #000, 0 6px 6px #000;
	-ms-box-shadow: 0 10px 20px #000, 0 6px 6px #000;
	box-shadow: 0 10px 20px #000, 0 6px 6px #000;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}
h3.list_doctor_name {
	margin: 0 0 3px 0;
}
h3.list_doctor_name a{
	color: #00B14F;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.2em;
	display: block;
	margin: 10px 0;
}
.list_doctor_info .mg-listtour {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.cat-taichinh{
	background: #ececed;
	padding: 25px 0;
}
.list-taichinh{
	margin-right: -5px;
	margin-left: -5px;
}
.list-taichinh .item-taichinh{
	padding: 5px;
}
.item-taichinh .box-item{
	background: #fff;
	padding: 10px;
}
.item-taichinh img{
	width: 100%;
}
.item-taichinh h2 a{
	color: #00B14F;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.2em;
	display: block;
	margin: 10px 0;
}
.item-taichinh h2:hover{
	color: rgb(236,142,31);
}
.item-taichinh p{
	padding: 0px;
}
.excerpt-mobile{
	display: none;
}
div.wpcf7-mail-sent-ok{
	color: #00B14F;
}
.icon-box-img {
	width: 30%;
	float: left;
}
.icon-box-text.last-reset {
	float: right;
	width: 70%;
	padding: 8px 0;
}
.ShowText {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
}
.ShowText i{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
.fixfloat:after{
	clear: both;
	content: "";
	display: table;
}
.entry-table.entry table{
	    text-align: center;
    margin-bottom: 15px;
    background: #fff;
}
.entry-table.entry table tr:first-child {
	background: #00B14F;
	color: #FFF;
}
.sweb-mobile-action img {
	width:60px;
	-webkit-animation:ring 2s ease infinite;
	animation:ring 2s ease infinite;
}
.sweb-mobile-action span:not(:last-child),.nav>li.has-icon-left>a>i {
	margin-right:5px;
}
.sweb-mobile-action {
	position:fixed;
	z-index:99;
	width:58px;
	right: 25px;
	bottom:100px;
}
.sweb-mobile-action{
	display:block;
}
.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-ring {
	-webkit-animation: ring 2s ease infinite;
	animation: ring 2s ease infinite;
	transform-origin-x: 50%;
	transform-origin-y: 0;
	transform-origin-z: initial;
}
@-webkit-keyframes ring{
	0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)
	}
	2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)
	}
	4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)
	}
	6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)
	}
	8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)
	}
	10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)
	}
	12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)
	}
	14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)
	}
	16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)
	}
	18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)
	}
	20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)
	}
}
@keyframes ring{
	0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)
	}
	2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)
	}
	4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)
	}
	6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)
	}
	8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)
	}
	10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)
	}
	12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)
	}
	14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)
	}
	16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)
	}
	18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)
	}
	20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)
	}
}

.wpcf7-response-output {
	color: #fff!important;
}


footer .space-between {
       justify-content: space-between!important;
}
@media (min-width: 1025px){
       footer .row .two {display: none!important}
       .col-md-4{
            flex: 0 0 50%;
            max-width: 50%;
       }
       #text-5 .textwidget, #nav_menu-2 ul {float:right!important}
       #text-5 .textwidget p{text-align:right}
       #text-4 .textwidget {width: 62%}
}
@media (max-width: 767px){
       #nav_menu-2 {display:none!important}
     
            padding: 0;       
       }
       footer .container {padding-left:0; padding-right:0}
       footer .footer_wrap{padding:0}
       footer .container .row .col-xs-12 {padding: 25px 45px;}
       footer .container .row .one,footer .container .row .two {span, p{color:#000}}
       #text-4 p{font-size:14px;line-height:1.8em;margin-bottom:3px}
       footer .container .row .one {margin-bottom:10px}
      
       .kc_row.kc_row_inner{display:flex!important}
       .kc_row.kc_row_inner .kc_col-sm-6 {width:50%;padding-left:20px}
       .kc_row.kc_row_inner .kc_col-sm-6 img {margin: 0 12px 10px 0; float:left}
       footer .container .row .three{background:#00B14F;}
       #text-5 .textwidget{text-align:center!important;}
       #text-5 .textwidget p{font-size:14px!important;margin-bottom:10px!impotant;}
}