﻿/*
Theme Name: luatqgvn
Theme URI: http://giaminhweb.comm
Author: Vũ văn Thanh
Author URI: http://giaminhweb.comm
Description: Theme by vanthanh
Version: 1.0
Text Domain: devvn
*/

*{
	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 {
	-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: 'Muli', sans-serif;
	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;
}
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;
	color: #175389;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #e45b39;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
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="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-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.padding-10{
	padding: 10px 0;
}
.padding-20{
	padding: 20px 0;
}
.padding-30{
	padding: 30px 0;
}
.padding-40{
	padding: 40px 0;
}
.padding-50{
	padding: 50px 0;
}

.margin-10{
	margin: 10px 0;
}
.margin-20{
	margin: 20px 0;
}
.margin-30{
	margin: 30px 0;
}
.margin-40{
	margin: 40px 0;
}
.margin-50{
	margin: 50px 0;
}

.marginb-10{
	margin-bottom: 10px;
}
.marginb-20{
	margin-bottom: 20px;
}
.marginb-30{
	margin-bottom: 30px;
}
.marginb-40{
	margin-bottom: 40px;
}
.marginb-50{
	margin-bottom: 50px;
}

.paddingb-10{
	padding-bottom: 10px;
}
.paddingb-20{
	padding-bottom: 20px;
}
.paddingb-30{
	padding-bottom: 30px;
}
.paddingb-40{
	padding-bottom: 40px;
}
.paddingb-50{
	padding-bottom: 50px;
}

.margint-10{
	margin-top: 10px;
}
.margint-20{
	margin-top: 20px;
}
.margint-30{
	margin-top: 30px;
}
.margint-40{
	margin-top: 40px;
}
.margint-50{
	margin-top: 50px;
}
.paddingt-10{
	padding-top: 10px;
}
.paddingt-20{
	padding-top: 20px;
}
.paddingt-30{
	padding-top: 30px;
}
.paddingt-40{
	padding-top: 40px;
}
.paddingt-50{
	padding-top: 50px;
}

/*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
{
	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: #484250;
}
.entry > div,
.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;
}
.header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgb(255 255 255 / 100%)));
    background: -webkit-linear-gradient(to top ,rgba(0,0,0,0) 0%,rgb(255 255 255 / 100%) 55%);
    background: -o-linear-gradient(to top ,rgba(0,0,0,0) 0%,rgb(255 255 255 / 100%) 55%);
    background: -ms-linear-gradient(to top ,rgba(0,0,0,0) 0%,rgb(255 255 255 / 100%) 55%);
    background: linear-gradient(to top ,rgba(0,0,0,0) 0%,rgb(255 255 255 / 100%) 55%);
}
.menuStick .header {
	position: relative;
}
.menuStick .top_header  {
	display: none;
}
.top_header_right ul{
	float: right;
	margin: 9px 0;
}
.top_header_left {
	float: left;
}
.list-tt .item-tt{
	color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.list-tt .item-tt a{
	    color: #175389;
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.list-tt .item-tt i{
	margin-right: 10px;
	font-size: 40px;
}
.info-tt label{
	margin-bottom: 3px;
}
.info-tt span{
	color: #e45b39;
}
ul.list-tt {
	margin-bottom: 0;
	margin-left: -30px;
	margin-right: -30px;
}
.header-social {
	float: right;
	padding: 12px 0;
}
.social-og{
	list-style: none;
	margin-bottom: 0;
}
.social-og li{
	display: inline-block;
	padding-left: 3px!important;
	border-bottom: 0!important;
}
.social-og li:before{
	display: none;
}
.social-og a{
	    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background: none;
    color: #b9b9b9;
    border: 2px solid #fff;
    text-decoration: none;
    outline: none;
    font-size: 20px;
}
.social-option .social-og a{
	    border: none!important;
    color: #175389;
}
.social-option .social-og a:hover{
	border: none!important;
	background: none!important;
	color: #e45b39!important;
}
.social-og a:hover{
	background: #e45b39!important;
	color: #fff!important;
}
.social-og a >img{
	height: 100%;
}
.social-footer.social-option {
    float: left;
}
.copyright-footer {
    float: right;
    padding: 6px 0;
}
.article-info > div {
	display: inline-block;
	margin-right: 15px; 
}
.article-info i {
	color: #1d385c;
}
.article-info.info-single {
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
span.hl-mn{
	padding: 6px 0 6px 6px;
	display: inline-block;
	float: left;
}
.main-slider {
	position: relative;
}
.nav-info {
	position: absolute;
	right: 0;
	top: 35px;
}
.nav-phone {
	border: 1px solid #fff;
	padding: 6px 12px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	color: #f00;
	height: 40px;
	right: 0;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	background: #fff;
}
.nav-phone:hover {
	background: #fff;
	color: #e45b39;
}
.menuStick .nav-info {
	top: 5px;
}
.main-logo > .container{
	position: relative;
}
.button_open_menu, .menu_header_danhmuc {
	display: none;
}
.main-header{
	width: 100%;
	padding: 15px 0;
}
.menuStick .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 3px 4px 43px 0px rgba(0,0,0,0.11);
	box-shadow: 3px 4px 43px 0px rgba(0,0,0,0.11);
	-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;
}
.admin-bar.menuStick .header{
	top: 32px;
}
.menu_header ul {
	    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.menu_header ul:after{
	display: table;
	clear: both;
	content: "";
}
.menu_header > ul > li {
	float: left;
	margin: 0;
	list-style: none;
	position: relative;
	vertical-align: middle;
	padding: 0 7px;
}

.menu_header > ul > li > a { 
	display: block;
    font-size: 15px;
    font-weight: bold;
    color: #175389;
    position: relative;
    padding: 12px 0;
    text-transform: uppercase;
}
.menu_header > ul > li a:before {
	    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 0;
    background: #e35b39;
}
.menu_header > ul > li.current-menu-item a:before,
.menu_header > ul > li:hover a:before{
	width: 100%;
	height: 1px; 
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.menu_header > ul > li.menu-item-has-children>a:after {
    padding: 0 0 0 6px;
    position: relative;
    top: 0px;
    font-size: 12px;
    content: "\f107";
    font-family: Fontawesome;
    opacity: 0.5;
}
.menu_header > ul > li > a i {
	font-size: 28px;
}
.menu_header > ul > li ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 993;
	width: 180px;
	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;
	padding: 0;
	border-left: 1px solid #dedede;
	    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
}
.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 #dedede;
	position: relative;
}
.menu_header > ul > li ul.sub-menu li.menu-item-has-children:after {
	content: "\f105";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 2px;
	width: 20px;
	height: 100%;
	line-height: 36px;
	text-align: center;
	color: #999999;
	font-family: "FontAwesome";
	font-size: 13px;
}
.menu_header > ul > li ul li a{
	line-height: 23px;
	display: block;
	padding: 6px 0;
	color: #626262;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.menu_header > ul > li ul li:hover > a,
.menu_header > ul > li ul li:focus > a{
	color: #fcac00;
	text-decoration: none;
}
.menu_header > ul > li ul ul {
	top: 15px;
	left: 100%;
}
.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!important;
}
.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;
}
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: 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;
	}
}
.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;
	padding: 5px 0;
}
.logo a{
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	display: inline-block;
}
.logo img{
	    display: block;
    max-width: 100%;
    height: 36px;
}
.logo-img{
	display: none;
}
.logo.logo-mobile img {
	height: 60px!important;
}
.menuStick .box-heade-destop .logo {
	padding: 3px 15px;
	position: absolute;
	left: 0;
	top: 0;
}
.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;
}
.bg-cover{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
}

.no-space-steps [class^="col-"], .no-space-steps [class*=" col-"] {
	padding-left: 0;
	padding-right: 0;
}
.no-space-steps{
	padding: 30px 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.doi-tac .swiper-container {
	visibility: inherit;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-btn{
	background: rgb(29, 56, 92);
	padding: 10px 15px;
	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);
}
.new-km .swiper-btn {
	top: inherit;
	margin-top: 0;
	bottom: 0;
}
.swiper-btn i{
	color: #fff;
	font-size: 35px;
}
.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;
}
.panav-cuoi .swiper-btn-prev.swiper-btn {
	left: inherit;
	right: 26px;
	margin-left: 0;
}
.panav-cuoi .swiper-btn-next.swiper-btn {
	right: 0;
	margin-right: 0;
}
.panav-cuoi .swiper-btn{
	bottom: 20px;
	top: inherit;
}
.panav-cuoi .swiper-btn i {
	color: #fff;
	font-size: 30px;
}
.panav-cuoi .swiper-btn {
	padding: 2px 5px;
	border-radius: 0; 
}
.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;
}
.swiper-slide.item.animating {
	visibility: inherit!important;
	opacity: 1!important;
	height: auto!important;
}

.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{
	overflow: hidden;
}
.footer_wrap {
	background: #e0e0e0;
	color: #000;
}
.footer-widget {
	overflow: hidden;
}
footer .title-h4 {
	position: relative;
	color: #e45b39;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
footer .title-h4 span {
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
}
footer .footer_top .title-h4 span {
	border-bottom: 1px solid #e45b39;
}
footer .footer_top .title-h4 span {
	color: #e45b39;
}

.footer-widget ul {
	padding: 0;
	margin-bottom: 0;
}
.footer-widget ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	list-style-type: none;
	position: relative;
	font-size: 14px;
	padding-left: 15px;
}
.footer-widget ul li:before {
	    content: "\f0da";
    font-size: 15px;
    font-family: Fontawesome;
    position: absolute;
    top: -1px;
    left: 0;
    color: #fff;
}
.footer-widget ul li:hover:before{
	color: #e45b39;
}
.footer-widget ul li a{
	color: #fff;
    font-size: 14px;
}
.footer-widget ul li a:hover{
	color: #e45b39;
}
.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 {
	background: #00904c;
}
.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: #e45b39;
	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: #e45b39;
	-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;
}
.box-sidebar ul li{
	padding: 5px 0;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	list-style: none;
}
.box-sidebar ul.menu li{
	padding: 5px 12px;
}
.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: #e45b39;
}
.box-sidebar ul li:hover >a{
	color: #e45b39;
}
.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;
}
.box-sidebar ul.menu li .sub-menu{
	top: 100%;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	-webkit-transition: all 0.45s ease-out 0s;
	-moz-transition: all 0.45s ease-out 0s;
	-o-transition: all 0.45s ease-out 0s;
	transition: all 0.45s ease-out 0s;
	-moz-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0 0px 10px #cccccc;
	-moz-box-shadow: 0 0px 10px #cccccc;
	box-shadow: 0 0px 10px #cccccc;
	width: 225px;
	left: 100%;
	top: 0;
}
.box-sidebar ul.menu li:hover .sub-menu{
	opacity:1;filter:alpha(opacity=100);
	-webkit-transform:translate(0px, 0);
	-moz-transform:translate(0px, 0);
	transform:translate(0px, 0);
	-webkit-transition:all 0.4 0.5s ease-out 0s;
	-moz-transition:all 0.4 0.5s ease-out 0s;
	-o-transition:all 0.4 0.5s ease-out 0s;
	transition:all 0.4 0.5s ease-out 0s;
	visibility:visible;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.box-sidebar ul.menu li.menu-item-has-children:after {
	position: absolute;
	top: 12px;
	right: 5px;
	font-size: 14px;
	color: #333;
	content: "\f105";
	font-family: "FontAwesome";
}
.box-sidebar ul.menu > li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 14px;
	color: #484250;
	content: "\f0da";
	font-family: "FontAwesome";;
}
.title-widget .title-sidebar{
	color: #484250;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 5px solid #be9369;
	padding-left: 10px;
	font-family: 'Muli', sans-serif;
}

.hotline-sidebar {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 10px;
}
.dpe-flexible-posts li img {
	float: left;
	width: 35%;
	border: 1px solid #ccc;
}
.dpe-flexible-posts li .title {
	float: left;
	width: 65%;
	font-size: 12px;
	padding-left: 10px;
}
.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{
	color: #161616;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	display: table;
	margin-bottom: 10px;
    font-family: 'Muli', sans-serif;
}
.title-page .title-main{
	font-size: 20px;
	text-transform: uppercase;
	color: #484250;
	margin: 0;
	font-weight: bold;
}
li.item-about {
	text-align: center;
}
li.item-about:nth-child(1), li.item-about:nth-child(4) {
	margin-top: 85px;
}
.img-about{
	text-align: center;
}
.img-about img {
	max-height: 500px;
	margin-top: -100px;
}
.home div#content-main{
	margin-top: 0;
	background: #fff;
	z-index: 99;
	position: relative;
}
.info-about .title-ptb {
	font-size: 18px;
	font-weight: 600;
	color: #303030;
	margin: 10px 0;
}
.info-about .title-ptb span{
	color: #000;
	font-size: 19px;
	font-weight: 800;
}
.info-about p{
	font-size: 13px;
	line-height: 1.6em;
	color: #000;
}
/*tin tứ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;
}
.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: #e45b39;
	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: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 #e45b39;
	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 #e45b39;
	font-weight: bold;
	color: #e45b39;
}
.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;
}
.video-popup{
	width: 100%!important;
}
.video-popup p{
	margin-bottom: 0;
	line-height: 1em;
}
.video-popup iframe{
	width: 100%!important;
	height: 450px!important;
}
.fancybox-skin {
	background: rgba(0,0,0,0.75)!important;
	padding: 0!important;
}
.hl-fix {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	line-height: 1em;
	margin-right: 15px;
	padding: 4px 10px;
	background: #e45b39;
	border-radius: 3px;
}
.hl-fix i{
	margin-right: 5px;
}
.fancybox-skin {
	background: ##e45b39!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/pro.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
}
.overlay-hd{
	    background: #45634526;
    padding-top: 110px;
}
.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ới*/
/*nivo slider*/
.nivo-prevNav {
	left: 50px;
}
.nivo-nextNav {
	right: 50px;
}
.nivo-directionNav a {
	display: block;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	top: 50%;
}
.nivo-directionNav a i {
	display: block;
	font-size: 48px;
	line-height: 40px;
}

#slider .nivo-prevNav {
	left: 20px;
}
#slider .nivo-nextNav {
	right: 20px;
}
#slider .nivo-directionNav a {
	display: block;
	height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
}
#slider .nivo-directionNav a:hover{
	background: #e45b39;
}
#slider .nivo-directionNav a i {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}
#slider:hover .nivo-directionNav a {
	opacity: 1;
}
.nivoSlider img{
	background: #000;
}
.nivo-html-caption{
	background-color: rgba(0, 0, 0, 0.54);
	z-index: 8;
}
/*end slider nivo*/
.main-slider .ms-policy {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3; 
}
.main-slider .ms-policy .ms-policy-item {
	display: block;
	padding: 50px;
	border-top: 1px solid rgba(170, 170, 170, 0.1);
	display: flex;
	background: transparent; 
}
.main-slider .ms-policy .ms-policy-item.middle {
	border-right: 1px solid rgba(170, 170, 170, 0.1);
	border-left: 1px solid rgba(170, 170, 170, 0.1); 
}
.main-slider .ms-policy .ms-policy-item:hover {
	background-color: #272B2E; 
}
.main-slider .ms-policy .ms-policy-item .ms-policy-desc {
	padding-left: 30px; 
}
.main-slider .ms-policy .ms-policy-item .line-1 {
	color: #e45b39;
}
.main-slider .ms-policy .ms-policy-item .line-2 {
	color: #ffffff; 
}
#home-lydo .title-lydo .home-lydo-head{
	border-right: 2px solid #aaaaaa;
}
#home-lydo .lydo-title {
	position: relative;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    color: #175389;
}
#home-lydo .lydo-title::before {
	content: '';
	position: absolute;
	top: 25px;
	right: calc(100% + 30px);
	height: 2px;
	width: 50px;
	background: rgba(170, 170, 170, 0.8);
}
#home-lydo .lydo-content{
	padding: 0 20px;
}
#home-lydo .lydo-content p{
	text-align: justify;
	font-size: 13px;
}
#home-lydo .lydo-content p::first-letter {
	float: left;
	color: #e45b39;
	font-size: 50px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: 10px; 
	font-family: 'Muli', sans-serif;
	margin-top: 7px;
}
#home-lydo {
	padding: 60px 0;
}
.text-title {
	color: #23479b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	padding-bottom: 15px;
	font-family: 'Muli', sans-serif;
}
.text-title:after {
	height: 2px;
	width: 110px;
	background: #23479b;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
.text-center {
	text-align: center!important;
}
.h3-title {
	margin-bottom: 20px;
}
.grid-uniform {
	position: relative;
	z-index: 2;
}

.bang-gia{
	padding: 40px 0;
}
.title_sec{
	font-weight: 700;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	color: #e45b39;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
.title-h3{
	font-size: 26px;
	font-weight: normal;
}
.title-h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}
.title-h2left {
	font-size: 30px;
	font-weight: normal;
	color: #17994d;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title_sec.title-col h2{
	font-size: 22px;
}
.title_sec.title-col {
	padding-bottom: 5px;
}
.title_sec:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 0;
	margin-left: -50px;
	content: '';
	border-bottom: 1px solid #5FB4E4;
}
.des-title {
	text-align: center;
	color: #e45b39;
}
.icon_banner {
	display: block;
	float: right;
	width: 55px;
	height: 60px;
	margin-top: -10px;
	background-image: url(images/icon_banner.png);
	background-repeat: no-repeat;
}
.statistics__item{
	font-weight: bold;
	text-align: center;
	border-right: 1px solid rgba(170, 170, 170, 0.1);
	border-bottom: 1px solid rgba(170, 170, 170, 0.1);
	padding: 30px;
}
.statistics__item:nth-child(2n){
	border-right: 0;
}
.statistics__item:last-child,
.statistics__item:nth-last-child(2){
	border-bottom:0;
}
/*lợi ích khách hàng*/
.tab-container{
	width: 100%;
}
.tab-container li.tab-title p{
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 1.4em;

}
.tab-container .tab-title .icon-more {
	cursor: pointer;
	position: absolute;
	left: 6px;
	top: 6px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.tab-container .tab-title .icon-more i{
	height: 21px;
	width: 21px;
}
.tab-container .tab-title .icon-more i.hide-i {
	display: none;
}
.tab-container .tab-title.active .icon-more i.more-i {
	display: none;
}
.tab-container .tab-title.active .icon-more i.hide-i {
	display: block;
}
.tab-title {
	background: #11bd59;
	padding: 6px 10px;
	margin-bottom: 8px;
	position: relative;
	list-style: none!important;
	padding-left: 35px;
}
.tab-title.active{
	margin-bottom: 1px;
}
.tab-title h4{
	color: #333;
	font-size: 15px;
	padding-right: 45px;
}
.tab-container .tab-content {
	display: none;
	line-height: 1.5em;
	padding: 10px;
	background: #f4f4f4;
	color: #333;
	margin-bottom: 8px;
	list-style: none!important;
}
.tab-container .tab-content p{
	font-size: 13px;
}
.title-trang{
	color: #fff;
}
.title-loiich{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.loiich-kh {
	padding: 40px 0;
}
.ykienkh {
	margin: auto;
	text-align: center;

}
.ykienkh p{
	font-size: 15px!important;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 10px;
	color: #000;
	max-width: 750px;
	margin: 10px auto;
}
.ykienkh .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.ykienkh .swiper-pagination-bullet-active {
	background: #007aff;
}
.item-img img{
	width: 110px;
	height: 110px;
	margin-bottom: -4px;
	object-fit: cover;
	border-radius: 50%;
}
.img-star{
	height: 25px;
}
.item-info a{
	color: #ee6e29;
}
.item-img{
	padding: 15px;
}
.item-info {
	padding: 15px;
	overflow: auto;
}
.client-info > h6 {
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 1px;
}

.ykienkh .swiper-slide {
	padding: 0;
	border-radius: 5px;
}
/*form đăng ký*/
#dang-ky {
	    padding: 60px 0;
    background-color: #272b2e;
    color: #ffffff;
}
.dk_form {
	max-width: 650px;
	margin: auto;
}
.input-form select,
.input-form textarea,
.input-form input{
	border-radius:4px;
	width: 100%;
	background: #fff;
	color: #495057;
	border: 1px solid #dedede;
	-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: 12px;
	padding-left: 36px;
	height: 46px;
	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: #495057;
}
.input-form textarea::-webkit-input-placeholder,
.input-form input::-webkit-input-placeholder{
	color: #495057;
}
.input-form input::placeholder,
.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: #495057;
}
.input-form textarea{
	height: 120px;
}
.input-form.input-btn{
	margin-bottom: 0;
}
.input-form.input-btn input{
	    background-color: #cdaf8d;
    border: 1px solid #cdaf8d!important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 0;
    display: inline-block;
} 
.input-form.input-btn{
	text-align: center;
}
.input-form.input-btn input:hover{
	border: 1px solid #fff!important;
	color: #fff
}
.input-form{
	position: relative;
}
.input-form .icon-form {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 8px;
	left: 15px;
	text-align: center;
	padding-top: 6px;
	z-index: 9;
}
.input-form .icon-form > i {
	font-size: 19px;
	color: #868686;
}
.form-trang .input-form .icon-form i.fa{ 
	color: #fff;
}
.excerpt-mobile{
	display: none;
}
.content-full.content-single {
	width: 100%;
}
.list-postlq {
	margin-top: 20px;
}
.thumbnai-postlq {
	width: 16%;
	float: left;
}
.info-postlq {
	float: left;
	width: 84%;
	padding-left: 15px;
}
.title-h3lq a {
	font-size: 16px;
	color: #e45b39;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.title-h3lq:hover a {
	color:#e45b39;
}
/*Quốc luật*/

.title-font .font-para{
	font-family: 'Playfair Display';
	font-weight: bold;
	color: #323232;
	font-size: 30px;
	text-align: center;
	background: transparent url(images/bg_title.png) no-repeat center bottom;
	padding: 5px 0 30px;
}
.title-font .font-para > span{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.shadow-bottom {
	position: relative;
	-webkit-box-shadow: 0 1px 3px #000, 0 1px 2px #000;
	-ms-box-shadow: 0 1px 3px #000, 0 1px 2px #000;
	box-shadow: 0 1px 3px #000, 0 1px 2px #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.shadow-bottom: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);
}
.thumb-doitac.shadow-bottom {
	background: #fff;
}
.list-doitac .swiper-container.swiper-container-horizontal{
	padding: 1px;
}
.img-thumbnailtt img{
	width: 100%;
	height:475px;
	object-fit: cover;
}
.tituc-tc1 .img-thumbnailtt img{
	height: 306px;
}
.tituc-tc2 .img-thumbnailtt img{
	height: 140px;
}
.new-tc .img-thumbnailtt > a:before {
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	content: "";
	height: 70%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.img-thumbnailtt{
	position: relative;
}
.post-info-home{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 10px;
	z-index: 99;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.item-newkm:hover .post-info-home {
	padding: 40px 10px;
}
.post-info-home h5{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin-bottom: 5px;
}
.post-info-home h5 a {
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	display: block;
	font-weight: 800;
	text-align: center;
}
.tituc-tc2 .post-info-home {
	padding: 10px 10px;
}
.tituc-tc2 .item-newkm:hover .post-info-home {
	padding: 20px 10px;
}
.tituc-tc2 .post-info-home h5 a {
	font-size: 12px;
}
.is-divider {
	display: block;
	background-color: rgba(255,255,255,0.3);
	width: 100%;
	max-width: 30px;
	margin-top: .5em;
	margin-bottom: .5em;
	height: 2px;
	margin: auto;
}
.readmore{
	width: 100%;
	text-align: center;
}
.readmore a{
	font-size: 13px;
	color: #e55c01;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.readmore a:hover{
	color: #333;
}
.readmore a:before{
	position: absolute;
	top: 50%;
	height: 1px;
	width: 200%;
	background: none repeat scroll 0% 0% #CCC;
	content: "";
	margin-right: 15px;
	right: 100%;
	display: block;
}
.readmore a:after{
	position: absolute;
	top: 50%;
	height: 1px;
	width:200%;
	background: none repeat scroll 0% 0% #ccc;
	content: "";
	margin-left: 15px;
	left: 100%;
}
.box-read{
	margin: 10px 0;
}
a.title-button {
	background: none;
	padding: 7px 10px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #DC3A32;
	color: #DC3A32;
	font-size: 25px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.title-button:hover {
	background: #DC3A32;
	color: #fff;
}
.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;
}

.btn-cat {
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.header-title {
	border-bottom: 1px solid #e45b39;
	margin: 15px 0;
}
.btn-center{
	text-align: center;
}
.btn-main {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left,#58e69b 0,#e45b39 100%);
	background-image: linear-gradient(to right,#58e69b 0,#e45b39 100%);
	position: relative;
	z-index: 2;
	transition: all .5s ease;
	margin-bottom: 5px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.btn-main:hover{
	background-image: -webkit-linear-gradient(left,#e45b39 0,#58e69b 100%);
	background-image: linear-gradient(to right,#e45b39 0,#58e69b 100%);
	color: #fff;
}
.btn-main.btn-bor{
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.text-trang{
	color: #fff!important;
}

.top-info a:hover,
.post-info-home .h3-video a:hover,
.post-new ul li.list-1 .post-info-home .h3-video > a:hover{
	color: #e45b39!important;
}
.post-top{
	margin:15px -2px;
}
.post-top .item-top{
	float: left;
	width: 33.33%;
	padding: 2px;
}
.top-news {
	position: relative;
}
.thumbnail-top img{
	width: 100%;
}
.top-info {
	position: absolute;
	bottom: 0;
	padding: 15px;
	z-index: 99;
}
.top-info a{
	color: #fff;
	font-size: 20px;
	font-weight: 100;
}
.thumbnail-post-home {
	position: relative;
}

.fixfloat:after{
	clear: both;
	display: table;
	content: "";
}
.box_title {
	text-align: center;
	margin-bottom: 10px;
}
.box_title a{
	font-size: 16px;
	text-transform: uppercase;
	color: #e45b39;
	font-weight: bold;
}


/*sidebar*/
.box-sidebar {
    border: 1px solid #aaaaaa;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    padding: 10px;
}
.sidebar.fix-scroll {
	position: fixed;
	top: auto;
	bottom: 0px;
	z-index: 1;
	width: 294px;
}
.sidebar.fix-scroll.scroll-scroll {
	position: absolute;
	left: 0;
}
.box-nut.nut-wid{
	margin:10px 0;
}
.item-imgsb{
	text-align: center;
}
.item-imgsb img{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	margin: 0 auto;
	object-fit: cover;
}
.item-infosb{
	text-align: center;
}
.tuvan-imgsb img{
	width: 110px;
	height: 110px!important;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	margin: 0 auto;
	object-fit: cover;
}
.ds-tuvan .list-tvansb {
	text-align: center;
}
.ds-tuvan .list-tvansb:last-child {
	border-bottom: 1px solid #e4e4e4;
}
.ds-tuvan .tuvan-infosb {
	color: #e45b39;
	font-size: 13px;
	margin: 12px 0;
	text-transform: uppercase;
}
.list-socialsb {
	text-align: center;
	margin-bottom: 10px;
}
.list-socialsb .icon-social{
	display: inline-block;
	position: relative;
}
.list-socialsb .icon-social .label-social {
	position: absolute;
	left: 0;
	top: 100%;
	background: #000;
	padding: 6px;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	display: none;
}
.list-socialsb .icon-social:hover .label-social{
	display: inline-block;
}

/*tư vấn*/
.detailcall {
	height: 50px;
	margin: 20px 0;
}
.callphoneicon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 57px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 6px;
}
.detailcall a {
	padding-left: 55px;
	color: #fff;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	text-transform: Capitalize;
	padding: 7px 15px;
	background: #ff001f;
	display: block;
	border-radius: 4px;
}
.callphoneicon i {
	font-size: 26px;
	margin-top: 7px;
}
.detailcall a span {
	font-size: 29px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
span.sku_wrapper {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	color: #303030;
}
.tagged_as > a,
.posted_in > a{
	border: 1px dotted #ccc;
	padding: 5px;
	display: inline-block;
	color: #000;
}
.tagged_as > a:hover,
.posted_in > a:hover{
	border: 1px dotted #EC008C;
}
.tsh {
	background-color: #ecf7ed;
	border-radius: 3px;
	border: solid 1px #c4ddc8;
	padding: 0 10px;
	font-weight: bold;
	line-height: 30px;
}
.tsh span {
	line-height: 30px;
	padding-left: 10px;
	border-left: 1px solid #c4ddc8;
	display: block;
	margin-left: 28px;
}
.tsh span a {
	color: #30a43b;
}
.tsh:before {
	content: '';
	background: url(images/gio.png);
	width: 19px;
	height: 21px;
	background-size: 19px 21px;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

span.text-them {
	display: block;
	font-size: 15px;
}
.rightInfo {
	float: right;
	width: 25%;
	padding-left: 20px;
	overflow: visible;
	background: #fff;
	position: relative;
}

.headding.headding{
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #484250;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
}
.headding.headding span{
	padding-left: 6px;
	color: #e45b39;
}
.breadcrumb span{
	color: #fff;
}
.breadcrumb span > span> span,
.breadcrumb span >a{
	color: #fff;
	margin: 0 7px;
	font-size: 14px;;

}
.breadcrumb span >a{
	color: #e45b39;
	font-weight: bold;
}
.breadcrumb span >a:hover{
	color: #e45b39;
}
.box-banner {
	    height: 300px;
    position: relative;
}
.breadcrumb {
	background: none;
	padding: 5px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.title-child {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 10%;
	left: 0;
	z-index: 1;
	font-size: 28px;
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding-bottom: 2px;
}
.title-child:after {
	content: "";
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -6px;
	border: 0;
	width: 100%;
	height: 1px;
}
.overlay-hd > .container{
	position: relative;
}
.btn-cat{
	padding:10px 0;
}
.title-mainct {
	background: #e45b39;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 5px 10px;
	padding-left: 10px;
	text-align: center;
}

.gototop {
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 92px;
	display: none;
	width: 35px;
	height: 35px;
	padding-top: 5px;
	transition: all 0.4s ease 0s;
	text-align: center;
	background: #484250;
}
.gototop i{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.sticky.stick{
	position: fixed;
	bottom: 0;
	width: 255px;
}
.entry.entry-listcontent table tr:first-child{
	background: #e45b39;
	color: #fff;
}
.entry.entry-listcontent table tr td:last-child{
	background: #ffbe89;
	color: #fff;
}
.nav-new {
	color: #fff!important;
	text-transform: uppercase;
	padding: 10px 8px;
	font-size: 14px;
	display: inline-block;
}
.primary-bgcolor {
	color: #ffffff;
	height: 60px;
	width: 35px;
	float: right;
}
.primary-bgcolor a {
	    display: block;
    font-size: 32px;
    padding: 0 0px;
    min-height: 46px;
    line-height: 46px;
    text-align: right;
}
.tcon-search__item {
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 0;
	transition: 0.3s;
	background: transparent;
	position: relative;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.tcon-search__item::before, .tcon-search__item::after {
	display: inline-block;
	border-radius: 0;
	transition: 0.3s;
	background: transparent;
	content: '';
	position: absolute;
	width: 45%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tcon-search__item::after {
	right: 0;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: 2px solid #175389;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.tcon-search__item::before {
	    height: 2px;
    left: 0;
    background: #175389;
    border-radius: 2.85714px;
}

.search-button.active .tcon-search__item::before,
.search-button.active .tcon-search__item::after {
	border-radius: 2.85714px;
	background: #fff;
}

.search-button.active .tcon-search__item::before {
	height: 2px;
	left: 0;
	background: #fff;
	border-radius: 2.85714px;
	width: 100%;
}

.search-button.active .tcon-search__item::after {
	height: 2px;
	width: 100%;
	top: 0;
	right: 0;
	border: 0;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
}
.search-box {
	display: none;
	padding: 20px 0;
	text-align: center;
	position: relative;
	transition: background-color 500ms ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	    background: rgba(205, 189, 155, 0.6);
	color: #fff;
}
.search-box .container{
	position: relative;
}
#search  input.form-control {
	height: 46px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 10px;
	float: left;
	border-radius: 0;
	color: #333;
}
.btn-search {
	height: 46px;
	width: 46px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
}
.btn-search i {
	font-size: 18px;
	color: #484250;
}
#formdk .pop_tt {
	text-align: center;
	padding: 15px 0 0;
	background: #e45b39;
	position: relative;
	font-weight: bold;
}
#formdk .pop_tt img {
	display: block;
	margin: 0 auto;
	height: 60px;
}
#formdk .pop_tt h4 {
	margin: 0 0 8px;
	padding: 13px 30px 12px 30px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	color: #fff;
}
#formdk .pop_tt:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 10px;
	margin-left: -10px;
	border-top-color: #e45b39;
}
#formdk{
	background: #fdfdfd;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	position: relative;
}
#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: #e45b39;
	border: 0;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input::-webkit-input-placeholder {
	color: #e45b39;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input:-ms-input-placeholder { 
	color: #e45b39;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input::-moz-placeholder {
	color: #e45b39;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input:-moz-placeholder {
	color: #e45b39;
}
#formdk .input-form textarea{
	height: 80px;
}
#formdk .input-form .icon-form {
	top: 2px;
}
#formdk .input-form .icon-form > i {
	color: #e45b39;
	font-size: 18px;
}
#formdk .input-form .wpcf7-submit{
	width: 100%;
	background: #dd4a39;
	color: #fff;
	border: none!important;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 5px;
	border-radius: 0;
	font-weight: bold;
}
.fancybox-wrap .fancybox-skin {
	background: #fff!important;
}
#formdk .form-dathang {
	padding: 5px 15px;
}
#formdk .input-form {
	margin-bottom: 6px;
}
.info-btnfooter {
	float: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000000b8;
	padding: 10px;
	z-index: 99;
}
.info-btnfooter ul li {
	display: block;
	width: 50%;
	float: left;
}
.info-btnfooter li a {
	background: #F14E39;
	text-align: center;
	margin-bottom: 1px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	width: 100%;
	font-size: 18px;
	height: 46px;
	display: block;
	padding: 5px 5px;
}
.info-btnfooter li a.nav-mail {
	background: #DCAF47;
}
.mes-facebook .hotline {
	text-align: right;
	display: block;
	padding: 20px 0;
}
.fix-row{
	margin-right: -15px;
	margin-left: -15px;
}
.fotle-4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.h4-form {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 8px;
}

.footer-widget.footer-topmobile ul >li{
	float: left;
	width: 50%;
}
.footer-widget.footer-topmobile ul >li a{
	color: #e45b39;
}
.title-iconmenu a {
	display: inline-block;
	outline: none;
	color: #fff !important;
}
.title-iconmenu a i{
	height: 1px;
	background: #fff;
	display: block;
	width: 20px;
	margin: 6px 0;
	position: relative;
}
.title-iconmenu a i:before,.title-iconmenu a i:after{
	height: 1px;
	background:#fff;
	display: block;
	width: 20px;
	position: absolute;
	content: "";
	left: 0;
	top: -7px;
}
.title-iconmenu a i:after{
	top: auto;
	bottom: -7px;
}
.open_menumain.title-iconmenu a i:after {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0px;
}
.open_menumain.title-iconmenu a i:before{
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0px;
}
.open_menumain.title-iconmenu a i{
	background: transparent;
}
.btn-book {
	margin: auto;
	background-color: #ef1c23;
	color: #ffffff;
	padding: 8px 15px;
	border: solid 2px #ef1c23;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: 12px;
	left: 220px;
	z-index: 9999;
	font-size: 18px;
}
.btn-book:hover { background-color: #fff; color: #ef1c23!important; transition: all .5s;  }
.comments-title-maxweb {
	font-size: 22px;
	color: #e45b39;
}
.commet-single #wpcomm .wc-comment .wc-comment-left {
	width: 40px;
}
.commet-single #wpcomm .wc-comment .wc-comment-right {
	margin-left: 50px;
}
.commet-single #wpcomm .wc-comment-author {
	font-size: 14px;
}
.commet-single #wpcomm .wc-comment-header {
	margin-bottom: 5px;
	height: 30px;
	padding-top: 5px;
}
.content-full {
	width: 100%;
}

#wpcomm .wpdiscuz-form-bottom-bar .wpdiscuz-fbb-right {
	display: none;
}
#wc-comment-header,
#wpcomm .wpdiscuz-form-bottom-bar .wpdiscuz-fbb-left .wpdiscuz-stat {
	color: #e45b39!important;
}
#wc-comment-header .wpdiscuz-comment-count .wpd-cc-value{
	background: #e45b39!important;
}
.fancybox-opened {
	z-index: 99999;
}
#wpcomm .wpdiscuz-form-top-bar {
	display: none;
}

.list_muc > a {
	margin-bottom: 10px;
	font-size: 16px;
	display: inline-block;
}
.footer-top {
	background-position: 50% 0;
	transition: background .4s;
	position: relative;
}
.topfppter-right {
	float: right;
}

.over-div{
	background-color: rgba(16, 157, 53, 0.11);
	padding: 35px 0;
}
.section_html.entry {
	padding: 10px;
	border: 1px dashed #e45b39;
	border-radius: 8px;
	margin-bottom: 15px;
}
.button-secondary {
	color: #fff;
	background: #1E73BE;
	padding: 10px 20px;
	border-radius: 6px;
	text-transform: uppercase;
}
.button-secondary:hover{
	background: #185C98;
	color: #fff;
}
#footer {
	color: #fff;
    background: #0d5ea5 url(images/choose_bg.png) no-repeat center;
    background-size: 50%;
}
.footer-main {
    background-color: rgb(13 94 165 / 88%);
}
.coppy-right {
	background-color: #034a88;
    color: #fff;
}
.coppy-right .container{
	padding: 5px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.1);
}
/*dự án*/
.info-duan-item {
	width: 100%;
	font-weight: 100;
	padding: 10px;
}
.info-duan-item h3 a{
	color: #1e73be;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.info-duan-item h3:hover a{
	color: #000000;
}
.info-duan-item p{
	text-align: justify;
	line-height: 1.6em;
}
.box-item{
	width: 100%;
	color: #333;
}
.img-duan{
	overflow: hidden;
	text-align: center;
}
.img-duan a{
	display: block;
}
.img-duan img{
	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-duan: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);
}
.overlay{
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
}
.section-head {
	margin-bottom: 20px;
}
/*thông tin*/
.section-title {
	position: relative;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	font-size: 120%;
	color: rgb(7, 94, 142);
	margin-bottom: 20px;
}
.section-title b {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .1;
	background-color: currentColor;
}
.section-title-main {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 10px;
}
.img-has-hover{
	text-align: center;
	margin: 20px 0;
}
.img-has-hover img {
	-webkit-animation: pulse linear 2s infinite;
	animation: pulse linear 2s infinite;
	width: 100%;
}

.khung-video {
	margin: 20px auto;
	position: relative;
	max-width: 750px;
}
.icon-play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -55px;
	height: 130px;
	border: 5px solid #fff;
	width: 130px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #2125297a;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.icon-play: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);
}
.icon-play i{font-size: 130px;
	color: #fff;
	line-height: 115px;
	margin-left: 25px;
}
.icon-play:hover i{color: #e45b39;
}
.box-contentchia {
	padding: 20px 0;
}
.list-news-home {
	padding-top: 10px;
}

.footer .overlay {
	background: rgba(0, 0, 0, 0.9);
}

.nhan-tin .title-box {
	margin: -10px -10px 10px -10px;
	background-color: #156479;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.nhan-tin .title-box h3 {
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.nhan-tin .phone-icon {
	font-size: 30px;
	color: #015ea7;
}
.nhan-tin .call-hotline {
	font-size: 30px;
	font-weight: bold;
	color: #FF5722;
}
.nhan-tin {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	border: solid thin gainsboro;
	padding-bottom: 0;
}
.entry.entry-form ul{
	padding-left: 0;
}
.entry.entry-form ul li {
	background: url(images/list-tick.png) no-repeat left 6px;
	padding-left: 20px;
	list-style: none;
	font-size: 13px;
}
.input-tailieu label{
	font-weight: bold;
	margin:5px 0;
	display: block;
}
.input-tailieu label span{
	color: red;
}
.input-tailieu input{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-tailieu.dk-btn input {
	background: #5c93a2;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}
.input-tailieu {
	margin-bottom: 10px;
}
.sidebar.stick .nhan-tin{
	position: fixed;
	bottom: 45px;
	width: 293px;
}
.nhan-tin div.wpcf7-validation-errors,.nhan-tin div.wpcf7-acceptance-missing {
	color: #333;
}
.input-tailieu.dk-btn {
	margin-bottom: 0;
}
div.wpcf7-mail-sent-ok{
	color: #fff;
}
.nhan-tin div.wpcf7-mail-sent-ok{
	color: #333;
}
.widget_wpntl_widget .title-widget {
	display: none;
}
.list-taichinh{
	margin-right: -5px;
	margin-left: -5px;
}
.list-taichinh .item-taichinh{
	padding: 5px;
}
.item-taichinh .box-item{
	background: #efefef;
	padding: 10px;
}
.item-taichinh img{
	width: 100%;
}
.item-taichinh .rel-h2 a{
	color: #2C5BAD;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.3em;
	display: block;
	margin: 10px 0;
}
.item-taichinh h2:hover{
	color: rgb(236,142,31);
}
.excerpt-taichinh{
	font-size: 11px;
	line-height: 1.5em;
}
.thumb-album {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.thumb-album .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(204,40,68,0.5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.thumb-album:hover .overlay {
	opacity: 1;
}
.thumb-album .border {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
}
.thumb-album .border:before,
.thumb-album .border:after{
	border: 1px solid rgba(255,255,255,0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.4s ease 0s;
	-webkit-transition: transform 0.4s ease 0s;
	width: 100%;
}
.thumb-album .border:before {
	border-width: 0 1px;
	transform: scale3d(1, 0, 1); 
	-webkit-transform: scale3d(1, 0, 1);
	transform-origin: 0 50% 0; 
	-webkit-transform-origin: 0 50% 0;
}
.thumb-album .border:after{
	border-width: 1px 0;
	transform: scale3d(0, 1, 1);
	transform-origin: 50% 0 0;
	transition-delay: 0.2s;
}
.thumb-album:hover .border:before,
.thumb-album:hover .border:after{
	transform: scale3d(1, 1, 1);
}
.thumb-album img,
.thumb-album img{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.thumb-album:hover img,
.thumb-album:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.thumb-album .content{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	opacity: 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;	
	text-align: center;
	margin-left: -5px;
}
.thumb-album .content i{
	color: #fff;
	font-size: 20px;

}
.thumb-album:hover .content{
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	opacity: 1;
}
.titl-chia {
	color: #dd9933;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
.nav-tabs>li >a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
	cursor: default;
	background-color: #f8f8f8!important;
	border: 1px solid #f0f0f0;
}
.tab-content>.tab-pane {
	background-color: #f8f8f8;
	padding: 15px;
	border: 1px solid #f0f0f0;
}
.nav-tabs .nav-link {
	border: 1px solid #EBEBEB!important;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background-color: #EBEBEB;
	color: #666;
	padding: 15px 20px;
	font-size: 16px;
}
.tabtt {
	margin-bottom: 20px;
}
.mapstt iframe{
	width: 100%!important;
	height: 300px!important;
}
.thong-tin {
	background: #f7f7f7;
}
.footer-widget > h4{
	font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-weight: 600;
}
#home-service {
	background-color: #484250;
	color: #ffffff;
	padding: 60px 0;
}
.hservice-item h2{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
.hservice-item h2.title-khachhang {
	color: #e45b39;
}
.hservice-item h2::before {
	content: '';
	position: absolute;
	top: 20px;
	right: calc(100% + 30px);
	height: 2px;
	width: 50px;
	background: rgba(170, 170, 170, 0.8);
}
.list_team_slider {
	margin-top: 30px;
}

.hproject-item {
	display: block;
	overflow: hidden;
	position: relative;
}
.hproject-item .hproject-img img {
	width: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.hproject-item:hover .hproject-img img {
	transform: scale(1.1); 
}
.hproject-item .hproject-info {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	transform: translateY(-50%);
}
.hproject-item .hproject-info .hproject-title {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
}
.hproject-item .hproject-info .hproject-title:hover{
	color: #e45b39;
}
.hproject-item .hproject-info .case-desc {
	text-align: justify;
	margin-top: 15px;
	animation: zoomCase 0.6s;
	display: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.7em;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.hproject-item:hover .hproject-info .case-desc {
	display: block;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.hproject-item:after {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	z-index: 1;
}
.hproject-item:hover:after{
	background: rgba(0, 0, 0, 0.75);
}

.tintuc-home .post-title a {
	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.tintuc-home .post-item .post-excerpt {  
	line-height: 1.7;
}
.tintuc-home .read-more {
	height: 35px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}
.tintuc-home .read-more a {
	text-transform: uppercase;
	line-height: 35px;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}
.tintuc-home{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.tintuc-home .post-thumb {
	display: block;
}
.tintuc-home .post-content {
	display: block;
	text-align: center;
}
.more-post {
	opacity: 0.6;
	color: #333;
}
#home-articles {
	padding: 50px 0px;
}
.list-dichvu.row {
	margin-left: -10px;
	margin-right: -10px;
}
.list-dichvu .item-dichvu {
	padding: 10px;
}

.footer-widget ul li.list-tvthongtin{
	padding-bottom: 7px;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.footer-widget li.list-tvthongtin .tvthongtin-imgsb {
	float: left;
	width: 25px;
}

.tvthongtin-imgsb i {
	    font-size: 20px;
    color: #fff;
}
.tvthongtin-infosb {
	padding-left: 25px;
}
.tvthongtin-infosb p{
	margin-bottom: 0;
}
.footer-widget li.list-tvthongtin:before{
	display: none;
}
.input-email {
	width: 100%;
}
.input-email input{
	    background-color: #3e454a;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #ad702e;
    font-size: 16px;
    padding: 10px 15px;
}
.input-email input::-webkit-input-placeholder,
.input-email input::-webkit-input-placeholder{
	color: #ad702e;
}
.input-btnmain {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
}
.input-btnmain .wpcf7-form-control.wpcf7-submit{
	    background: #e45b39;
    transition: all .3s ease-out;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    border: none;
    padding: 6px 12px;
    height: 50px;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
}
.dangky-desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
}
.dangky-desc div.wpcf7{
	width: 100%;
}
.footer-mail{
	position: relative;
}
.box-itempost {
	margin-bottom: 15px;
}
.thumbnail-newsrt {
	width: 30%;
	float: left;
}
.newsrt-info {
	float: left;
	width: 70%;
	padding-left: 15px;
}
.newsrt-info h3 a {
	font-size: 13px;
	line-height: 1.3em;
	display: inline-block;
	color: #484250;
	font-weight: bold;
}
.item-newsrt.fixfloat {
	margin-bottom: 10px;
	height: 60px;
}
.excerpt-taichinh {
	font-size: 11px;
	line-height: 1.5em;
}
.li-baiviet{
	float: left;
	width: 50%;
	padding: 5px;
}
.news-box {
	margin: 15px 0;
}
.social-share .fb_iframe_widget {
	float: left;
	margin-right: 3px;
}
.related.products {
	margin: 20px 0;
}
.widget.widget_media_image img{
	width: 100%;
}
.addthis_toolbox a{
	color: #fff;
	padding: 6px 10px!important;
	border-radius: 4px;
	font-size: 11px;
	line-height: 1em!important;
	display: inline-block;
}
a.addthis_button_facebook_like {
    padding: 0px!important;
}
.addthis_button_facebook {
	background: #4267B2;
}
.addthis_button_email {
	background: #848484;
}
.addthis_button_print {
	background: #738a8d;
}
.addthis_button_facebook_like .fb_iframe_widget {
	height: 23px!important;
	background: #4267b2;
	border-radius: 4px;
	padding-top: 1px;
}
div#glt-translator {
	display: none;
}
body #glt-flags {
	position: absolute;
	right: -40px;
	top: 15px;
}
body.devvn_mobile #glt-flags {
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	display: block;
	width: 100%;
	margin: 16px 10px!important;
}
#glt-flags li {
	float: none;
}
#glt-flags li:first-child {
	margin-right: 10px!important;
}
.box-sidebar .form-inline{
	position: relative;
}
.box-sidebar .widget_search .form-inline .form-control {
	display: block;
	width: 100%;
}
.box-sidebar .widget_search .btn-search{
	height: 38px;
	width: 38px;
}
.box-sidebar .widget {
	margin-bottom: 20px;
}
.devvn_mobile  #glt-flags li.glt-flag-vi {
	background: url(images/flagvn.png) no-repeat center center!important;
}
.devvn_mobile  #glt-flags li.glt-flag-en {
	background: url(images/flagus.png) no-repeat center center!important;
}
.devvn_mobile  #glt-flags li{
	width: 40px !important;
	height: 24px !important;
}
.title-dangky p{
	    color: #e45b39;
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
}
@-webkit-keyframes zoomCase {
	from {
		transform: scale(0); 
	}
	to {
		transform: scale(1);
	}
}
@keyframes zoomCase {
	from {
		transform: scale(0); 
	}
	to {
		transform: scale(1); 
	} 
}
/*khaclaser*/
.box-thongtin {
    background-color: #23479b;
    padding: 10px;
    color: #fff;
}
.diachi {
    background-color: #ec6d26;
    color: #000;
    padding: 10px 0;
}
.a-diachi {
    color: #000!important;
    font-size: 20px;
    font-weight: bold;
}
.a-diachi i{
    color: #23479B;
}

.list_dichvu {
	padding: 20px 0 ;
	background: #fff;
}
.list_dichvu_box {
	margin: 0 0 20px;
	border: 1px solid #dadada;
	padding: 10px;
	border-radius: 5px;
	    text-align: center;
}
.list_dichvu_thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.list_dichvu_thumb {
	position: relative;
	margin: 0 0 5px;
}
h3.list_dichvu_name a {
    color: #E62D0C;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    display: block;
    margin: 10px 0;
}
.list_dichvu_box:hover ul.team-social li:first-child,
.list_dichvu_box:hover ul.team-social li:last-child{
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0);
	transform: translateX(0px);
}
.list_dichvu_box:hover ul.team-social{
	opacity: 1;
}

.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;
    background: #E62D0C;
    -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: #E62D0C;
    padding: 8px 15px 8px 15px !important;
    font-size: 12px !important;
}
.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%;
}
.thongbao-home {
    background-color: #ec6d26;
    color: #fff;
    padding: 40px;
    text-align: center;
}
.title-tb {
    font-size: 29px;
    text-transform: uppercase;
    line-height: 1.6em;
}
.home-sanpham {
    padding: 40px 0;
}
.list_product_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;
    position: relative;
    padding-bottom: 20px;
}

h3.list_product_name {
    margin: 0 0 3px 0;
    text-align: center;
}
h3.list_product_name a{
    color: #780001;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.2em;
    display: block;
    margin: 10px 0;
}
.list_product_info .mg-listtour {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
h3.list_doctor_name {
    margin: 0 0 3px 0;
}
h3.list_doctor_name a{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 10px 0;
}
.list_product_thumb{
    position: relative;
}
.list_product_box .price {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(20 90 141 / 85%);
    color: #fff;
    padding: .25rem .75rem;
    border-top-left-radius: 5px;
    font-weight: 700;
    z-index: 2;
}
.list_product_box .price del span{
    font-size: 12px;
    opacity: 0.7;
}
.list_product {
    background: #f7f7f7;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.woocommerce .sao .star-rating{
    float: none;
}
.list_product_info {
    padding: 10px;
}

.top-detail .img-product-single.top-item {
    width: 40%;
    position: relative;
    float: left;
}
body.woocommerce .content.content-arpro div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
    width: 100%;
    border: 1px solid #ebebeb;
    padding-left: 0!important;
}
body.woocommerce  .product .top-detail .summary {
    width: 35%!important;
    float: left!important;
    padding: 0 15px;
}
.boxShadow {
    background: url(images/shadow.png) no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width: 100%;
    background-size: 100% 100%;
    height: 25px;
    bottom: 7px;
}
.article-item .article-img {
    float: left;
    width: 22%;
    border-radius: 15px;
    overflow: hidden;
}
.article-info-wrapper{
	float: right;
	width: 75%;
	padding-left: 10px;
}
.article-desc {
    font-size: 14px;
    line-height: 1.6em;
}
.item-TT {
    margin-bottom: 15px;
}
.article-title a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.tintuc-video {
    background-color: #ececec66;
}
.box-video {
    box-shadow: 1px 1px 5px #707070;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.box-video iframe{
	width: 100%;
	height: 285px;
}
/*woocommerce*/

.top-detail .img-product-single.top-item {
    width: 40%;
    position: relative;
    float: left;
}
body.woocommerce .content.content-arpro div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
    width: 100%;
    border: 1px solid #ebebeb;
    padding-left: 0!important;
}
body.woocommerce  .product .top-detail .summary {
    width: 35%!important;
    float: left!important;
    padding: 0 15px;
}
.cam-ket {
    padding: 15px 0;
    float: right;
    width: 25%;
}
.cam-ket .title {
    background: #145a8d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    font-weight: bold;
}
ul.content-cam-ket {
    padding: 10px 15px 5px;
    list-style: none;
    margin: 0;
    border: 1px solid #ebebeb;
    border-top: none;
}
ul.content-cam-ket li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
ul.content-cam-ket li span.icon {
    width: 45px;
    float: left;
}
ul.content-cam-ket li img {
    max-width: 29px;
}
ul.content-cam-ket li span.nd_camket {
    width: calc(100% - 45px);
    padding-left: 5px;
    line-height: 20px;
}
ul.content-cam-ket li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 12px 10px!important;
    color: #ffffff!important;
    background-color: #145a8d!important;
}
.wc-proceed-to-checkout .checkout-button.wc-forward,
.single-product.woocommerce .btn-action button.button.single_add_to_cart_button,
.woocommerce-checkout-payment .button.alt{
        margin: auto;
    margin-right: auto;
    background-color: #F44F00!important;
    border: 1px solid #F44F00;
    color: #ffffff!important;
    padding: 6px 6px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px !important;
    height: 60px;
    position: relative;
    width: 100%;
}
.single-product.woocommerce .btn-action button.button.single_add_to_cart_button p{
        font-size: 12px;
    margin-top: 5px;
    line-height: 1em;
}
.wc-proceed-to-checkout .checkout-button.wc-forward:hover,
.single-product.woocommerce .btn-action button.button.single_add_to_cart_button:hover,
.woocommerce-checkout-payment .button.alt:hover{
   background-color: #fff!important;
   border: 1px solid #F44F00;
   color: #F44F00!important;
   margin-right: 15px;
}

.single-product.woocommerce .btn-action button.button.single_add_to_cart_button:before {
    font-family: Fontawesome;
    margin-right: 5px;
    content: "\f218";
    font-size: 20px;
}

label.soluong {
    float: left;
    line-height: 32px;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
}
.quantity {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}
.woocommerce .quantity .qty {
    width: 60px!important;
    padding: 5px 0;
    font-size: 19px;
    border: 1px solid #ccc;
}
.quantity .plus,
.quantity .minus {
    padding: 3px;
    font-size: 16px;
    width: 18px;
    border: 1px solid #ccc;
}
.quantity .plus{
    margin-left: -16px;
}
.sl-single{
 margin-bottom: 10px;
}

body.woocommerce div.product p.price, body.woocommerce div.product span.price {
    color: #f78608;
}
.woocommerce.single-product .top-detail del .woocommerce-Price-amount {
    font-size: 18px!important;
}
.woocommerce.single-product .top-detail .price span.amount, .single-product .top-detail ins span.amount {
    text-align: left;
    height: 32px;
    line-height: 32px;
    position: relative;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    color: #a50034;
    font-weight: 700;
}
.single-product.woocommerce div.product .product_title {
    color: #161616;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.woocommerce form .form-row input.input-text {
    height: 35px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 49%;
    padding-left: inherit !important;
    padding-right: inherit !important;
}
div#customer_details {
    margin: 0 0 20px;
}
.thongbao_khuyenmai,.section_noi_dung_khuyen_mai .tinymce {
    border: 3px dotted #fff;
    padding: 20px 15px;
    position: relative;
    background: #e03232;
    color: #fff;
}
h3#ship-to-different-address label {
    float: right;
}
h3#ship-to-different-address {
    clear: both;
    cursor: pointer;
}
div#customer_details h3#ship-to-different-address, div#customer_details h3#ship-to-different-address label {
    font-size: 15px;
    text-transform: inherit;
    cursor: pointer;
}
div#customer_details h3#ship-to-different-address label {
    margin: 0 0 0 10px;
}
.product-right {
    margin: 0 0 20px;
}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 20%;
}
.cart_after_content .col-xs-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 10px!important;
}
.widget.widget-content{
    padding: 10px 0;
}
.woocommerce-checkout .entry{
    padding: 0;
}

.woocommerce .form-row .woocommerce-input-wrapper{
	display: block;
	width: 100%;
}
.onsale {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.footer-widget iframe{
	height: 230px;
}
.wpd-form-head {
    display: none!important;
}