﻿/*
Theme Name: thinkpanel
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: #f8f8f8;
	color: #000;
	font-size: 15px;
	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: #333;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #f52e7d;
}
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{
	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 ol,
.entry ul{
	padding-left: 20px;
	list-style: inherit;
}
.entry li{
	margin-bottom: 10px;
	list-style: inherit;
}
.description.entry  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,rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
    background: -o-linear-gradient(to top,rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
    background: -ms-linear-gradient(to top,rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
    background: linear-gradient(to top,rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
}
body.menuStick .header{
	background: #fff;
    top: 0px!important;
    position: fixed!important;
}
body.single .header {
    position: relative;
    background: #fff;
    top: inherit!important;
}
body.menuStick .header .menu_header>ul>li>a,
body.single .header .menu_header>ul>li>a{
	color: #333;
}
.top_header {
	position: relative;
    border-bottom: 1px solid #383838;
}
.top_header_right ul{
	float: right;
}
.top_header_left {
	float: left;
}
.list-tt .item-tt{
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
}
.list-tt .item-tt a{
	    font-size: 14px;
    color: #fff;
}
.list-tt .item-tt a:hover{
	color: #f52e7d;
}
.list-tt .item-tt i{
	margin-right: 5px;
}
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%;
	font-size: 16px;
	background: none;
	border: 2px solid #fff;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}
.coppy-right .social-og a{
	    color: #c0c1c1;
}
.social-option .social-og a {
	    width: 30px;
    height: 30px;
    color: #fff;
}
.social-option .social-og a{
	border: none!important;
}
.social-option .social-og a:hover{
	border: none!important;
	background: none!important;
	color: #f52e7d!important;
}
.social-og a:hover{
	background: #f52e7d!important;
	color: #fff!important;
}
.social-og a >img{
	height: 100%;
}
.social-footer.social-option {
    float: left;
}
.copyright-footer {
    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: #f52e7d;
}
.menuStick .nav-info {
	top: 5px;
}
.main-logo > .container{
	position: relative;
}
.button_open_menu, .menu_header_danhmuc {
	display: none;
}
.header-right.col-md-12 {
        padding-left: 160px;
}
.main-menu {
    float: left;
}
.main-header{
	width: 100%;
    position: relative;
    padding: 8px 0
}
.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 12px;
}
.menu_header > ul > li > a { 
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 20px 0;
}
.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: -28px;
	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: #145A8D;
	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;
}
.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;
}
.main-header > .container{
	position: relative;
}
.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;
}
.logo a{
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	display: inline-block;
}
.logo img{
	display: block;
	max-width: 100%;
	height: 70px!important;
}
body.single .logo .img-logomain,
.menuStick .img-logomain,
.logo .img-cuon {
    display: none;
}
body.single .logo .img-cuon,
.menuStick .logo .img-cuon{
	display: block;
}
.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 {
	-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: #f52e7d;
	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 #f52e7d;
}
footer .footer_top .title-h4 span {
	color: #f52e7d;
}

.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: #eaeaeac9;
}
.footer-widget ul li:hover:before{
	color: #eaeaeac9;
}
.footer-widget ul li a{
	color: #eaeaeac9;
	font-size: 14px;
}
.footer-widget ul li a:hover{
	color: #eaeaeac9;
}
.footer-widget ul.sub-menu {
	display: none !important;
}
.footer-widget ul.menu li {
	float: left;
	width: 50%;
}
#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: #f52e7d;
	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: #f52e7d;
	-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: 2px 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: 13px;
	font-weight: bold;
	color: #333;
	padding: 5px 0px;
	display: inline-block;
}
.box-sidebar ul li.current-cat a,
.show-sidebar a:hover{
	color: #f52e7d;
}
.box-sidebar ul li:hover >a{
	color: #f52e7d;
}
.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: 6px;
	left: 0;
	font-size: 14px;
	color: #484250;
	content: "\f0da";
	font-family: "FontAwesome";;
}
.title-widget .title-sidebar{
	color: #484250;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-left: 4px solid #F72076;
    font-size: 18px;
    padding-left: 10px;
    margin-left: -15px;
}
.cat-filter.fillter-procat {
    margin-bottom: 30px;
}
.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;
}
.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: #f52e7d;
	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;
}
.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 #f52e7d;
	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 #f52e7d;
	font-weight: bold;
	color: #f52e7d;
}
.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: #f52e7d;
	border-radius: 3px;
}
.hl-fix i{
	margin-right: 5px;
}
.fancybox-skin {
	background: ##f52e7d!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-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.overlay-hd{
	background: #00000066;
}
.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-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;
}
.nivo-caption, .hero-static-caption {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: auto;
	box-sizing: border-box;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: 1;
}
.nivo-caption .container, .hero-static-caption .container{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-slider-content h3 {
	font-size: 96px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    margin: 20px 0;
position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear,left top,90deg,color-stop(0%,#8a44e6),color-stop(50%,#099bec),color-stop(94%,#06dbd5));
    background-image: -moz-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -webkit-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -o-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -ms-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-slider-content h3 span{
	color: #007bff;
}
.hero-slider-content p {
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0;
	font-size: 36px;
	position: relative;
}
.btn-viewmore{
	margin-top: 10px;
}
.box-tslider{
	text-align: center;
}
.btn-viewmore > a {
	border: solid 1px #ddd;
    background: #fff;
    border-radius: 2em;
        font-size: 16px;
    margin: 0;
    display: inline-block!important;
    line-height: 22px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
	    min-width: 220px;
    margin: 0 auto;
    padding: 15px 30px;
}
.giant-heading {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear,left top,90deg,color-stop(0%,#8a44e6),color-stop(50%,#099bec),color-stop(94%,#06dbd5));
    background-image: -moz-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -webkit-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -o-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: -ms-linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    background-image: linear-gradient(90deg,#8a44e6 0%,#099bec 50%,#06dbd5 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#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: #f52e7d;
}
#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*/
#home-statistics {
	background-attachment: scroll !important; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative; 
}
#home-statistics .hstatistics-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6); 
}
#home-statistics > .wrapper > .inner {
	position: relative;
	z-index: 1;
}
#home-statistics .hau-statistic-number {
	font-size: 50px;
	color: #fff;
}
#home-statistics .hau-stastic-border {
	height: 3px;
	width: 50px;
	display: inline-block;
	background: #11b5e6;
	margin-bottom: 5px; 
}
#home-statistics .hau-statistic-text {
	color: #fff;
    font-size: 20px;
}
.list-giaiphap .box-itemgp {
    position: relative;
    overflow: hidden;
}
.list-giaiphap .item-giaiphap .meta-giaiphap {
        padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    background-color: #fff;
}

.list-giaiphap .item-giaiphap .metades {
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s;
    transition:         transform .3s;
}
.list-giaiphap .item-giaiphap .thumbnail-giaiphap img{
    margin-bottom: -4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 100%;
}
.list-giaiphap .item-giaiphap .thumbnail-giaiphap{
    overflow: hidden;
}
.list-giaiphap .item-giaiphap .box-itemgp:hover .thumbnail-giaiphap 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);
}
.infodate {
    margin: 10px 0;
}
.layout-contact {
    display: block;
    color: #fff;
    background-color: #5b0069;
    background-image: -moz-linear-gradient(to right,#5b0069 0%,#10aeef 100%);
    background-image: -o-linear-gradient(to right,#5b0069 0%,#10aeef 100%);
    background-image: -webkit-linear-gradient(to right,#5b0069 0%,#10aeef 100%);
    background-image: linear-gradient(to right,#5b0069 0%,#10aeef 100%);
    padding: 50px 0;
}
.contact-callout a.buttonct {
    z-index: 1;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 0px 60px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #FFF;
    border-radius: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-callout a.buttonct:hover {background:#F72076;color: #fff!important;}
.text-fill {
    background: -webkit-linear-gradient(left, #432a77, #a9448b);
    background: -o-linear-gradient(right, #432a77, #a9448b);
    background: -moz-linear-gradient(right, #432a77, #a9448b);
    background: linear-gradient(to right,#432a77,#a9448b);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-callout a.buttonct:hover .text-fill {
	color: #fff!important;
	background: none;
	-webkit-text-fill-color: inherit;
}
.text-trang{
	color: #fff!important;
}
.home-duan {
    background-color: #f5f5f5;
}
.item-duan{
	position: relative;
}
.meta-duan{
	    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #145A8D;
	-webkit-transition: -webkit-transform .3s;
        transition:         transform .3s;
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        transform: translateY(150%);

}
.item-duan:hover .meta-duan{
	 -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

}
.meta-duan span {
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #145A8D;
}
.meta-duan .metades a {
    font-size: 14px;
    color: #fff;
    display: block;
}
.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: #f52e7d;
}
.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-size: 30px;
    font-weight: 300;
    max-width: 300px;
    margin-bottom: 0;
}
#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;
}
.lydo-content iframe{
	height: 300px;
	width: 100%;
}
#home-lydo .lydo-content > p::first-letter {
	float: left;
	color: #f52e7d;
	font-size: 50px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: 10px; 
	margin-top: 7px;
}
#home-lydo {
	padding: 60px 0;
}
.text-title {
	color: #484250;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	padding-bottom: 15px;
}
.text-title:after {
	    height: 5px;
    width: 125px;
    background: url(images/bg-heading.png) center no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.text-title.text-trang:after {
    background: url(images/bg-headingtrang.png) center no-repeat;
}
.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: #f52e7d;
	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: #f52e7d;
}
.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: 15px;
    color: #666;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.4em;
    cursor: pointer;
}
.tab-container .tab-title.active .icon-more,
.tab-container .tab-title:hover .icon-more,
.tab-container li.tab-title:hover p,
.tab-container li.tab-title.active p{
	color: #F72076;
}
.tab-container .tab-title .icon-more {
	cursor: pointer;
    position: absolute;
    right: 6px;
    top: 12px;
    color: #666;
    text-align: center;
    font-size: 12px;
}
.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: #fff;
    padding: 10px 10px;
    margin-bottom: 8px;
    position: relative;
    list-style: none!important;
    padding-right: 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: #FCFCFC;
    color: #333;
    margin-bottom: 8px;
    list-style: none!important;
}
.tab-container .tab-content p{
	font-size: 15px;
}
.tab-content>.tab-pane{
	display: block;
	height: 0;
	overflow: hidden;
}
.tab-content>.tab-pane .grid-sp.item{
	height: 0;
}
.tab-content>.active.tab-pane .grid-sp.item{
	height: auto;
}
.tab-content>.active.tab-pane{
	height: auto;
}
.title-trang{
	color: #fff;
}
.title-loiich{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.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{
	    font-size: 16px;
    padding: 12px 0;
    padding-left: 40px;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 42px;
    line-height: 20px;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
    background: #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%) inset;
}
.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: #0B98EA;
    border: 1px solid #0B98EA!important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 35px;
    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: #f52e7d;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.title-h3lq:hover a {
	color:#f52e7d;
}
/*Quốc luật*/

.title-font .font-para{
	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;
}
.item-doitac > a{
	display: block;
	width: 100%;
}
.thumb-doitac{
	overflow: hidden;
	display: block;
	padding: 15px 0;
	background: #fff;
	text-align:center;
}
.thumb-doitac:hover{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	border-color: #484250;
}
.doi-tac{
	background: #f9f9f9;
	background: #f9f9f9;
}
.thumb-doitac img{ 
	height: 95px;
}
.thumb-doitac img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); 
}
#home-dichvu {
    background: #F8F8F8;
}
.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 #f52e7d;
	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,#f52e7d 100%);
	background-image: linear-gradient(to right,#58e69b 0,#f52e7d 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,#f52e7d 0,#58e69b 100%);
	background-image: linear-gradient(to right,#f52e7d 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: #f52e7d!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: #f52e7d;
	font-weight: bold;
}


/*sidebar*/
.box-sidebar {
        background-color: #fff;
    padding: 15px;
}
.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: #f52e7d;
	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;
	color: #fff;
	background: #145A8D;
}
.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;
    font-weight: bold;
}
.headding.headding span{
	padding-left: 6px;
	color: #f52e7d;
}
.breadcrumb span{
	color: #097BB9;
}
.breadcrumb span > span> span,
.breadcrumb span >a{
	color: #097BB9;
	margin: 0 7px;
	font-size: 14px;;

}
.breadcrumb span >a{
	color: #097BB9;
	font-weight: bold;
}
.breadcrumb span >a:hover{
	color: #0e92da;
}
.main-content {
        background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.block-bn {
    margin: auto;
}
.box-banner {
	min-height: 500px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.breadcrumb {
	    background: none;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin-bottom: 0;
}
.breadcrumb-single .breadcrumb {
	text-align: left;
}
.title-child {
	margin: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 28px;
    display: block;
    padding-bottom: 2px;
    text-align: center;
}
.title-child:after {
	content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    background: #F72076;
}
.overlay-hd > .container{
	position: relative;
}
.btn-cat{
	padding:10px 0;
}
.title-mainct {
	background: #f52e7d;
	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: #f52e7d;
	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: 60px;
	line-height: 60px;
	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 #fff;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.tcon-search__item::before {
	height: 2px;
	left: 0;
	background: #fff;
	border-radius: 2.85714px;
}
.menuStick .tcon-search__item::before{
	background: #169bd7;
}
.menuStick .tcon-search__item::after {
    border: 2px solid #169bd7;
}
.search-button.active .tcon-search__item::before,
.search-button.active .tcon-search__item::after {
	border-radius: 2.85714px;
	background: #0b98ea;
}

.search-button.active .tcon-search__item::before {
	height: 2px;
	left: 0;
	background: #0b98ea;
	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: 0px 0;
    text-align: center;
    position: relative;
    transition: background-color 500ms ease-in-out;
    position: absolute;
    top: 12px;
    right: 42px;
    width: 400px;
    z-index: 999;
    color: #fff;
}
.search-box .container{
	position: relative;
}
#search  input.form-control {
	height: 36px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 10px;
	float: left;
	border-radius: 0;
	color: #333;
}
.btn-search {
	height: 36px;
	width: 40px;
	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: #f52e7d;
	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: #f52e7d;
}
#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: #f52e7d;
	border: 0;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input::-webkit-input-placeholder {
	color: #f52e7d;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input:-ms-input-placeholder { 
	color: #f52e7d;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input::-moz-placeholder {
	color: #f52e7d;
}
#formdk .input-form textarea::-webkit-input-placeholder,
#formdk .input-form input:-moz-placeholder {
	color: #f52e7d;
}
#formdk .input-form textarea{
	height: 80px;
}
#formdk .input-form .icon-form {
	top: 2px;
}
#formdk .input-form .icon-form > i {
	color: #f52e7d;
	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: #f52e7d;
}
.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: #f52e7d;
}
.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: #f52e7d!important;
}
#wc-comment-header .wpdiscuz-comment-count .wpd-cc-value{
	background: #f52e7d!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 #f52e7d;
	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;
}
.radius-rounded {
   border-radius: 2em;
    padding: 10px 15px;
}
#footer {
	line-height: 22px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    background: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.coppy-right {
	background-color: #000;
	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%;
}
/*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: #f52e7d;
}
.box-contentchia {
	padding: 20px 0;
}

.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;
}
.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;
}
.itemgallery .thumb-album {
	margin-bottom: 0;
}
.list-album .fixfloat.popup-gallery {
	margin-left: -2px;
	margin-right: -2px;
}
.grid-item.itemgallery {
    padding: 2px;
}
.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 .borderanh {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
}
.thumb-album .borderanh:before,
.thumb-album .borderanh: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 .borderanh: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 .borderanh:after{
	border-width: 1px 0;
	transform: scale3d(0, 1, 1);
	transform-origin: 50% 0 0;
	transition-delay: 0.2s;
}
.thumb-album:hover .borderanh:before,
.thumb-album:hover .borderanh: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;
}
.inf-chungchi {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
}
.thumb-chungchi img {
    height: 270px;
	width: auto;
	object-fit: cover;
}
.hinhanh-about {
    background-color: #fff;
}
.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 {
    border-bottom: 2px solid #a50005;
}.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}
.nav-tabs > li > a {
    margin-right: 2px;
    border: 1px solid #145a8d;
    font-size: 16px;
    padding: 5px 15px;
    display: inline-block;
    background: #fff;
    color: #145a8d;
}
.nav-tabs > li:hover >a,
.nav-tabs > li.active > a {
    background: #145a8d;
    color: #fff;
}
.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;
}
.list-news-home{float:left;padding-top:10px;}
.list-post-home .list-item{float:left;width:50%;}
.list-post-home .list-item .item-news{border-bottom:1px solid #ececec;padding:5px 10px;}
.list-post-home .list-item:last-child .item-news{border-bottom:0px solid #ececec;}
.list-post-home .list-item .news-info-home h3 a{font-size:15px;color:#121212;display:inline-block;}
.list-post-home .list-item.list-1 .news-info-home h3 a{font-size:15px;margin-bottom:15px;text-transform:uppercase;}
.thumbnail-news-home{margin-bottom:10px;}
.list-post-home .list-item .thumbnail-news-small img{
	    height: 94px;
    object-fit: cover;
    width: 100%;
}
.list-post-home .list-item.list-1 .thumbnail-news-home img{
	height: 415px;
	object-fit: cover;
	width: 100%;
}
.thumbnail-news-small{float:left;width:25%;}
.list-post-home .list-item .news-info-home{float:right;width:75%;padding-left:15px;}
.list-post-home .list-item.list-item.list-1 .news-info-home{width:100%;padding-left:0px;}

.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-weight: 300;
}
.hservice-item h2.title-khachhang {
	color: #f52e7d;
}
.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;
}

#home-dichvu .cat-filter {
	margin-bottom: 30px;
}
#home-dichvu #portfolio {
	margin: 0;
}
.cat-filter .list-filter li{
	display: inline-block;
}
.cat-filter .list-filter li a {
    background: #fff;
    color: #667289;
    border-radius: 30px;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    display: block;
    border: 0;
    font-size: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}
.cat-filter .list-filter li.active a, #home-dichvu .cat-filter .list-filter li a:hover {
	color: #fff;
    background: #0B98EA;
}
.list-filter {
	text-align: center;
	margin-bottom: 0;
	display: block;
}
.filter-home.list-filter{
	margin-bottom: 30px;
}

.button-rounded{
    background: transparent;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
        text-align: center;
        background-color: #F72076;
    padding: 8px 25px;
    transition: all .3s ease;
    color: #fff;
    border-radius: 2em;
}
.button-rounded:hover{
    background-color: #0b98ea;
    color: #fff;
}
.button-rounded.bg-trang{
	 background-color: #fff;
	 color: #333;
	 border: 1px solid #ccc;
}
.button-rounded.bg-trang:hover{
	 color: #F52E7D;
}
.bg-trang{
	background-color: #fff!important;
}
.hproject-item {
	display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 30px 0;
}
.hproject-item .hproject-img{
	overflow: hidden;
}
.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 .hproject-title {
	font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}
.hproject-item .hproject-info {
    background: #fff;
}
.hproject-item:hover  .hproject-title{
	color: #145a8d!important;
}
.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;
}
.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: -8px;
}
/*sevice*/
.layout .row{
	margin-right: 0;
	margin-left: 0;
}
.col-md-6.item-layout {
    padding: 0;
}
.trade-box-item {position:relative;height:500px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.trade-box-item:before {content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.6);transition:all .4s cubic-bezier(.4,0,.2,1)}
.trade-box-item a {position:absolute;width:100%;height:100%;left:0;top:0;pa}
.trade-box-item .item-logo {position:relative;margin-top:110px;transition:all .5s cubic-bezier(.5,0,.2,1)}
.trade-box-item .button{position:relative;background:#F72076;color:#FFF;margin-top:10px}

.item-title {font-size:36px;font-weight:600;padding:20px 0;position:relative}
.item-title:before {content:"";position:relative;display:block;width:20px;border-bottom:2px solid #fff;margin:0 auto 20px;transition:all .4s cubic-bezier(.4,0,.2,1)}

.item-text {width:60%;position:relative;transition:all .5s cubic-bezier(.5,0,.2,1);opacity:0;margin:10px auto 0 auto}
.item-text p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.trade-box-item:hover .button{background:#fff;color:#333;margin-top:200px}
.trade-box-item:hover .item-text {display:block;opacity:1;margin-top:-185px}
.trade-box-item:hover:before {background-color:rgba(34,45,101,.9)}
.trade-box-item:hover .item-logo {margin-top:50px}
.trade-box-item:hover .item-title:before {opacity:0;margin-bottom:70px}
.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;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 5px;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: 0;
}
.list-post.row{
    margin-right: -6px;
    margin-left: -6px;
}
.bai-viet .item-post{
        list-style: none;
    width: 20%;
    padding: 6px;
}
.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: #eaeaeac9;
}
.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: #f52e7d;
    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;
}
.widget.widget_media_image img{
	width: 100%;
}
.addthis_toolbox a{
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	line-height: 1em;
	display: inline-block;
}
.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-qh {
    background: #145a8d;
    padding: 8px 15px;
    color: #fff;
    margin-bottom: 15px;
}
.text-abhome{
	padding-right: 0;
}
.bold600 {
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 10px;
}
.title-main {
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: #000000;
    margin-bottom: 70px;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.title-main:after {
    content: "";
    background: #86be4c;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    z-index: 1;
    margin-top: 12px;
    border-radius: 5px;
}
.title-center .title-main:after{
    margin-left: auto;
    margin-right: auto;
}


.pdt5-item {
	margin-bottom: 15px;
	padding: 5px;
}
.pdt5-item:last-child{
	margin-bottom: 0;
}
.mgb5 a{
	color: #145a8d;
    font-size: 16px;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
.excerpt-bs {
	    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 0px;
    height: 62px;
    overflow: hidden;
    text-transform: lowercase;
}
.boxpdt5-item{
	padding: 10px;
}
.bg-linhvuc{
	background: #f5f5f5;
	padding: 10px 5px 0;
}
.list-download li {display:block;line-height:28px;padding:20px 30px;background:#FFF;margin-bottom:15px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.list-download li a {font-size:16px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.list-download li span{color:#999}
.list-download li:hover{background:#F72076;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.list-download li:hover a,.list-download li:hover span{color:#FFF}
.list-download li:hover i {opacity:1;color:#FFF}
.list-download li.dot:hover a:before {background:#fff;}
.list-download li i {opacity:0;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.list-download li.dot a {padding-left:20px;position:relative}
.list-download li.dot a:before {content:'';position:absolute;left:0px;background:#ebebeb;width:9px;height:9px;top:6px;border-radius:50%}
.contact h2 {font-size:28px;font-weight:600;color:#333;margin-bottom:5px}
.contact p.dizhi,.guestbook p {line-height:24px;color:#667289;font-size:16px}
.contact hr {height:1px;background:#F2F2F2}
.contact .media {
    padding: 0;
    margin: 10px 0;
}
.contact .media span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0B98EA;
    border-radius: 50%;
}
.contact .media i {font-size:18px;color: #fff;}
.contact .media .media-body {padding:0 0 0 5px;margin-top:2px}
.contact .media .media-body a,.contact .media .media-body p{color:#666;font-size:18px}

@-webkit-keyframes zoomCase {
	from {
		transform: scale(0); 
	}
	to {
		transform: scale(1);
	}
}
@keyframes zoomCase {
	from {
		transform: scale(0); 
	}
	to {
		transform: scale(1); 
	} 
}
.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;
    text-align: center;
}

.top-detail .img-product-single.top-item {
    width: 50%;
    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: 50%!important;
    float: left!important;
    padding: 0 15px;
}

.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: 32px;
    margin: 0 0 15px;
}
.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;
}
.about-video {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
}
.over-lay{
	background-color: #0000008c;
}
.about-introduce-style1 .padding-large-left{padding-left:50px;}
.about-introduce-style1 .pic{background:url(../images/about_bg.png) no-repeat scroll center center / cover;}
.about-video{position: relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;background-attachment: fixed}
.about-video .button {border-radius:50%;text-align:center;background:#F72076;width:48px;height:48px;line-height:32px;position:absolute;right:-24px;top:160px}
.about-vision-style1 {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}
.about-vision-style1 .padding-big {
    padding: 35px;
    background-color: #0B98EA;
}
.about-vision-style1 h2{position:relative;font-size:28px;font-weight:600;text-transform:uppercase;}
.about-vision-style1 h2:before {content:'';display:block;position:absolute;background:#FFF;width:40px;height:3px;bottom:-10px;left:50%;margin-left:-20px}
.about-vision-style1 p{line-height:48px;font-size:36px;font-weight:600;}

.about-data-style2 {padding:30px 0 0 0;position:relative;}
.about-data-style2 .media-body {font-size:14px;color:#667289;}
.about-data-style1 .media {
    margin: 0;
    padding: 20px 0;
    transition: all .2s;
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
}
.about-data-style1 .media-body {padding:0;}
.about-data-style1 .media-body strong {max-width:180px;margin:auto;display:block;font-size:36px;line-height:38px;position:relative;}
.about-data-style1 .media-body strong .badge {
    position: absolute;
    right: 0px;
    top: -8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    background: none;
    text-transform: uppercase;
}
.about-data-style1 .media-body p {text-align:center;font-size:18px;line-height:24px}
.product-skusg{
	display: none;
}
.btn-action {
    margin: 15px 0;
}
.a-action {
        padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
    background-color: #F72076;
    color: #fff!important;
    border-radius: 5px;
    width: 48%;
    display: block;
    float: left;
    margin-right: 2%;
    text-align: center;
    font-size: 17px;
}
.a-action:hover{
	background-color: #143b7e;
}
.btncontact.a-action {
	background-color:#143b7e;
}
.btncontact.a-action:hover {
	background-color:#F72076;
}
.related.products h2 {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.bang-bg.entry table tr{
	background-color: #BFBFBF;
}
.bang-bg.entry table tr:nth-child(2n){
	background-color: #fff;
}
.bang-bg.entry table th,
.bang-bg.entry table tr:first-child{
    background: rgb(194, 214, 154);
    padding: 0px 7px;
    border: 1px solid gainsboro;
    word-break: break-all;
}
 .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #9c9c9c;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #f72076;
    width: 18px;
}
.swiper-container.swiper-container-horizontal {
    padding-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}