

/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700italic,700&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic,300italic,300&subset=latin,vietnamese);

/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/owl-carousel/owl.carousel.css);
@import url(libs/prettyphoto/css/prettyPhoto.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'UTMBebas';
    src: url('fonts/UTM Bebas.ttf');
}
@font-face {
    font-family: 'Baomoi';
    src: url('fonts/Baomoi.ttf');
}
@font-face {
    font-family: 'BaomoiItalic';
    src: url('fonts/Baomoi-Italic.ttf');
}
@font-face {
    font-family: 'baomoi_SemiBold';
    src: url('fonts/baomoi_SemiBold.ttf');
}

body{
	font-size: 13px;
	color: #666666;
	font-family: 'Baomoi';

}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #373737;
}

img{
	border:none;
	max-width:100%;
	height: auto;
}
a{
	color:#444444;
}
a:hover{

	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
a,
button,
.owl-next,
 .owl-prev,
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #f2a900;
	outline: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #FCD998;
}








.menuchild .owl-prev,.menuchild .owl-next{position: absolute !important;color: #fff;top: 15px;background: #4c91ba;padding: 4px;border-radius: 5px 5px 0 0;}
.menuchild .owl-prev{left: -25px}
.menuchild .owl-next{right: -20px}
/*==========================================================
	3. ELEMENTS
==========================================================*/
.searchbox {
	position: relative;
}
.form-group{
}
.searchbox .icon {
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.owl-buttons{width: 100%;}

.owl-prev{left: -20px};o.owl-next{right: -20px}
.aboutus .owl-theme .owl-controls .owl-buttons div {top: 20%;}
.tintucsukien .owl-theme .owl-controls .owl-buttons div {top: 25%;}
.feedback-wrap .owl-theme .owl-controls .owl-buttons div {top: 50%;}

.owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: 5px;
}
.searchbox2.open .search-form {width: 270px;}
.searchbox2 .search-form label {font-weight: normal;width: 100%;}
.searchbox2 .search-form label input {background: none;font-size: 12px;width: 100%;height: 35px;}
.searchbox2 .search-form {top: 100%;right: 0;}
.searchbox .search-form label input {
    background: none;
    font-size: 12px;
    width: 100%;
    height: 38px;
}
.search-submit, .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 10;
    font-size: 0;
}
.main-nav .searchbox2 {
    position: absolute;
    top: 20%;
    right: -14px;
    width: 40px;
    height: 40px;
}
.searchbox2 .search-form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFF;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.title-item {
	font-size: 36px;
	font-family: "UTMBebas";
	text-transform: uppercase;
	line-height: 36px;
	position: relative;
	padding-bottom: 23px;
	text-align: center;
}
.title-item:after {
	content: "";
	display: block;
	width: 127px;
	height: 2px;
	background: #b60f19;
	position: absolute;
	bottom: 0;
	left: 44%;

}
.light-title.title-item {
	color: #FFF;
}
.light-title.title-item:after {
	background-image: url(images/assets/light-title-arrow.png);
}
.parallax {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.thumb a {
	display: block;
	position: relative;
}

.thumb a:hover:after,
.thumb a:hover:before {
	opacity: 1;
}
.thumb img {
	display: block;
	width: 100%;
}
.title {
	font-weight: 500;
	color: #b3131a;
}
.button {
	display: inline-block;
	padding: 0 15px;
	line-height: 38px;
	height: 40px;
	text-align: center;
	border: 1px solid #444;
	color: #444;
	text-transform: uppercase;
	font-size: 14px;
}
.button.light {
	color: #FFF;
	border-color: #FFF;
}
.button:hover {
	color: none;
	border-color: none;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	position: relative;
}

.site-brand {
	padding: 10px 0;
}
.main-nav {position: relative;}
.mid-header .container{background: rgba(255,255,255,0.6);border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;position: relative;}
.mobile-menu {
    background: #0090e2;
    color: #fff;
    display: none;
    font-size: 21px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.mobile-menu:hover {
	background: #007cc3;
}

.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul:after {clear: both;content: "";display: table;}
.main-menu ul li {float: left;position: relative;}
.main-menu ul li i{position: absolute;right: 0;color: #333;top: 50px;}
.main-menu ul li a {
	font-family: 'Baomoi';
	text-transform: uppercase;
	font-size: 15px;
	color: #333333;
	display: block;
	position: relative;
}
.main-menu ul li a:hover,
.main-menu ul li.active a,
.main-menu ul li.active i,
.main-menu ul li:hover i {
	color: #DA1923;
}
.main-menu > ul > li > a {
	padding: 45px 15px;
}
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 3px;
	width: 290px;
	opacity: 0;
	visibility: hidden;
	    background-color: rgba(255,255,255,0.7);
}
.item-sub {
    position: relative;
    height: auto;
    min-height: 30px;
    width: 100%;
    display: block;
    margin: 1px 0 0 0;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-align: left;
    cursor: pointer;
}
.all-sub .item-sub:first-child{margin: 0}
.item-sub:hover {background-color: rgba(255,255,255,1);}
.item-sub a,.second-sub a{
	padding: 15px 10px 15px 30px;
	color: #373c40 !important;
}
.item-sub span {
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(218,25,15,1);
}
.item-sub span.add {
    background: url(images/add.png) no-repeat center center;
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(218,25,15,1);
}
.second-sub span.add {
    background: url(images/add2.png) no-repeat center center;
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(218,25,15,1);
}

.second-sub-menu {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.second-all-sub {
    width: 300px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    margin-left: 20px;
}
.second-sub {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    margin: 1px 0 0 0;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-align: left;
    cursor: pointer;
}
.main-menu .sub-menu li:hover:after{
	content: "";
	height: 100%;
	background: #b60f19;
	width: 4px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.main-menu .sub-menu li a{border-bottom: 1px solid #393939}
.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.main-menu .sub-menu li {
	float: none;
}
.main-menu .sub-menu li:hover a{
	background: rgba(34,34,34,0.7);
	color: #fff;
}
.main-menu .sub-menu li a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	text-transform: none;
}
.main-nav .searchbox {
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -14px;
}
.searchbox2 .search-form:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f002";
    font-family: FontAwesome;
    line-height: 36px;
}
/*==========================================================
	5. CONTENT
==========================================================*/
.main-slider .item {
	position: relative;
}
.main-slider .owl-prev,
.main-slider .owl-next{
	position: absolute;
	top: 45%;
	opacity: 0.7;
}
.main-slider .owl-prev:hover,
.main-slider .owl-next:hover{
	opacity: 1;
}
.main-slider .owl-prev{left: 5px}
.main-slider .owl-next{right: 5px}
.main-slider .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	opacity: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -ms-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 300ms;
    -webkit-transition-delay: 1s;
	-moz-transition-delay:    1s;
	transition-delay:         1s;
}
.tintucsukien .owl-prev{ left: -25px !important;}.tintucsukien .owl-next{ right: -25px !important;}
.feedback-wrap .owl-prev{ left: -20px !important;}.feedback-wrap .owl-next{ right: -20px !important;}

.main-slider h2,
.main-slider .title {
	font-size: 44px;
	color: #FFF;
	line-height: 60px;
}
.main-slider .item > img {
	width: 100%;
}
.main-slider .owl-item.active .container {
	margin-top: 65px;
	opacity: 1;
}
.sub-title {
	text-align: center;
	margin-top: 20px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.about-items {
	margin-top: 25px;
	margin-bottom: 40px;
}

.about-items .item {
	width: 20%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}
.about-items .thumbnail {
	border: none;
	background: none;
}
.about-items .thumbnail a {
	border: 2px solid #444444;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.about-items .thumbnail a:hover {
	background: #0090e2;
	border-color: #0090e2;
}
.about-items .owl-controls{display: block !important;}
.about-items .thumbnail a img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.about-items .thumbnail a:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.about-items .about-info {
	line-height: 25px;
	text-align: center;
}
.about-items .title:after {
	width: 70px;
	height: 2px;
	background: #f1ad0e;
	margin: 15px auto 7px;
	display: block;
	content: "";
}
.home-featured-product{
	 margin-top: 40px;
	 background: #eeeeee;
}
.home-featured-product .col1 img{width: 100%}
.home-featured-product .box-pro .info{
	padding: 40px 20px 0 20px;
	vertical-align: middle;
	text-align: center;
}
.home-featured-product .box-pro .info p{margin-top: 10px; height:18px}
.box-pro .info{text-align: center;}
.home-featured-product .box-out{padding: 0;border: 1px solid #fff;border-right: none;border-bottom: none;}
.home-featured-product .arow .container:before{
	content: "";
    background-image: url('images/arow.png');
    position: absolute;
    top: 0;
    width: 58px;
    height: 30px;
    left: calc(48% - 5px);
}
.home-featured-product .button{
	position: absolute;
	right: 0;
}
.home-featured-product .box-pro, .home-featured-product .box-pro .img{margin: 0;border: none}
.home-featured-product .box-pro:hover{border: none}
.box-pro .img img{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.box-pro:hover .img img{
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.home-featured-product .owl-next,.home-featured-product .owl-prev{top: 47% !important}




.thumb a:hover .title{
	color: #0090e2;
}
.blog-post {
	margin-top: 30px;
}
.home-blog{
	background: url('images/tintucbg.png') no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	position: relative;top: -5px;
}

.home-blog .c1 h2.title-item:after{
	left: 33%;
}
.home-blog .c1 a.next{
	background: url('images/arrowtintuc.png') no-repeat -31px -2px;
	width: 26px;
	height: 15px;
	position: absolute;
	right: 30px;
}
.home-blog .c1 a.prev{
	background: url('images/arrowtintuc.png') no-repeat -31px -21px;
    width: 26px;
    height: 15px;
    position: absolute;
    bottom: -40px;
    right: 30px;
}
.home-blog .c1 a.next:hover,
.home-blog .c1 a.prev:hover{
	background-position-x: -3px;
}


.post .thumb {
	border-bottom: 4px solid #0090e2;
	position: relative;
}


.post .post-date {
	height: 55px;
	width: 55px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0090e2;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 7px;
	z-index: 20;
}
.post .post-date span {
	font-size: 22px;
	display: block;
	line-height: 22px;
}
.post .title {
	margin: 15px 0;
}
.post{
	padding:10px;
}
.post a span:first-child{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(images/quick_view.png) no-repeat center center #ddd;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 20;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.post .thumb a:before{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(35, 139, 185, 0.3);
    width: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 10;
}
.post .thumb a:after{
	position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(35, 139, 185, 0.3);
    width: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 10;
}

.post .thumb a span{
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	border-radius:50%;
	background:url(images/quick_view.png) no-repeat center center #ddd;
	margin-top:-25px;
	margin-left:-25px;
	z-index:20;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.post .thumb:hover a:after,.post .thumb:hover a:before{height: 100%;width: 100%}
.post .thumb a span:hover{
	background:url(images/quick_view.png) no-repeat center center #007cc3;
}
.post .thumb a:hover span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}



.home-intro {
	min-height: 250px;
	position: relative;
	padding: 30px 0;
	text-align: center;
	background-image: url(images/home-intro.jpg)!important;

}
.home-intro h2 {
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 30px;
}
 .container .button{
	border: 1px solid #fff;
}
 .container .button:hover{
	color: #f2a900;
    border-color: #f2a900;
}
.feedback-wrap {
	margin: 30px -15px 40px;
}
.feedback-wrap .item {
	padding-right: 15px;
	padding-left: 15px;
}
.feedback {
	position: relative;
	padding-left: 85px;
    margin-left: 90px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;

}
.feedback:hover {
	border-color: #0090e2;
}
.feedback .avatar img{padding: 5px;
	max-height: 140px;
	max-width: 140px;
border-radius: 50%;
	overflow: hidden;}
.feedback .avatar {
	position: absolute;
	top: 40px;
	left: -45px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.feedback .title {
	font-family: "BaomoiItalic";
	display: block;
	text-align: center;
	padding-top: 20px;
	position: relative;
	margin-top: 20px;
}
.feedback p#noidung{
	padding-right: 60px;
	padding-left: 60px;
	position: relative;
}
.feedback p#noidung:before{
	content: "";
	background: url('images/before.png') no-repeat left;
	position: absolute;top: 0;
	left: 0;
	width: 28px;
	height: 24px;
}
.feedback p#noidung:after{
	content: "";
	background: url('images/after.png') no-repeat left;
	position: absolute;right: 0;
	bottom: 0;
	width: 28px;
	height: 24px;
}
.feedback .title:before{
	content: "";
	width: 230px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	top: 0;
	left: 30%;
}


.feedback-content {
	text-align: center;
	padding: 30px 60px 15px 61px;
	line-height: 25px;
}
.home-partners {
	background: rgba(149, 149, 149, 0.5);
}
.home-partners .title-item:after {
	background-image: url(images/assets/partner-title.png);
}
.partners {
	margin: 30px -15px;
}
.partner {
	padding: 0 15px;
}
.partner a {
	height: 95px;
	border: 1px solid #b7b7b7;
	display: block;
	text-align: center;
	position: relative;
}
.partner a:hover {
	border-color: #0090e2;
}
.partner a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 90%;
}
.partners .owl-controls .owl-buttons div {
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin-top: -20px;
}
.partners .owl-controls .owl-buttons div.owl-next {
	right: 0;
	left: auto;
}
.partners:hover .owl-controls .owl-buttons div {
	opacity: 1;
	visibility: visible;
}

/*==========================================================
	6. FOOTER
==========================================================*/
footer{margin-top: 40px}
.topfooter{
	background:#464646;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.topfooter a{color: #fff}
.topfooter p{margin-bottom: 10px}
.topfooter i{color: #75e0fe;font-size: 20px}
.site-bottom{
	background:#252525;
	color: #fff;
	padding: 20px 0;
}

.site-bottom a{color: #fff}
.socialnetwork,.site-bottom .socialnetwork span{text-align: center;}
.site-bottom .socialnetwork span a{padding: 5px;font-size: 15px;border:1px solid ;border-radius: 5px}
.site-bottom .socialnetwork span a:hover{color: #75e0fe}
.footer-info{text-align: right;}


.back-to-top {
	position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 50px;
    bottom: 80px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 999;
    background: rgba(0,0,0,0.3);
    text-align: center;
    font-size: 30px;
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.back-top:hover {
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
	color: #fff;
    background: rgba(190,30,45,0.3);
    box-shadow: 0px 0px 10px rgba(255,255,255,0.3);
}



.navleft ul{
	padding:0px;
	list-style:none;
	margin-top:4px;
}
.navleft ul li{
	border:solid 1px #efefef;
	margin-bottom:4px;
	position: relative;
}

.navleft ul li.sub:before{
	content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    top: 12px;
    left: 3px;
    z-index: 10;
    font-size: 7px;
}
.navleft ul li.sub2{padding-left: 15px}
.navleft ul li a{
	padding:7px 20px;
	font-size:12px;
	font-family:'OpenSansRegular';
	text-transform:uppercase;
	color:#000;
	display:block;
	z-index:1;
	width:100%;
	position:relative;
}
.navleft ul li.main a{
	padding:12px 15px;
	background:#007cc3;
	color:#FFF;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.navleft ul li.sub a{
	text-transform:inherit;
	font-size:14px;
}
.navleft ul li.sub a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007cc3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navleft ul li.sub a:after{
	content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5 ease;
}
.navleft ul li.sub a:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navleft ul li.sub a:hover:after{
	opacity:1;
}

.navleft ul li.sub.active a{
	background:#007cc3;
	color:#FFF
}
.navleft ul li.sub a:hover{
	color:#FFF;
}

.box-out {
	float:left;
	width:100%;
	padding:0px 15px;
}
.box-out .detail{
	display: inline-block;
	text-align: center;
	width: 100%	;
	margin-bottom: 40px;
	margin-top: 10px;
}
.box-out .detail a{
	padding: 11px 18px 11px 19px;
    border: 1px solid #252525;
    color: #252525;
    display: inline-block;
}
.box-out .detail a:hover{
	background: #252525;
	color: #fff;
}

.home-featured-product .owl-prev,
.home-featured-product .owl-next{
	position: absolute;
	top: 45%;
	background: url('images/arow.png') no-repeat;
	width: 25px;
	height: 50px;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.home-featured-product .owl-prev{left: 10px;}
.home-featured-product .owl-next:hover,
.home-featured-product .owl-prev:hover{background-position-y:-48px;}
.home-featured-product .owl-next{
	right: 10px;
	background-position-x:-30px;
}
.box-pro{
	float:left;
	width:100%;
	margin-bottom:30px;
	border:solid 1px #e2e3e3;
	position:relative;
	overflow:hidden;
}
.box-pro .sale{
position: absolute;
    top: 17px;
    right: -30px;
    background: #007cc3;
    color: #FFF;
    text-align: center;
    z-index: 10;
    padding: 5px 20px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(35deg);
    min-width: 150px;
    text-transform: uppercase;
}
.news .info{
	text-transform: none !important;
}

.news .box-pro, .news .box-pro:hover{border: none;}

.box-pro:hover {
	border:solid 1px #ddd;
}
.box-pro .img,.post .thumb{
	/* resize height js */
	text-align: center;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:10px
}
.box-pro .img .icon-new{
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/icon_new.png) no-repeat center top;
	width:40px;
	height:81px;
	z-index:10;
}
.box-pro .img a{

    overflow: hidden;
    display: table-cell;
	vertical-align:middle;
	text-align:center;
}
/*.box-pro .info{
	padding:0px 10px;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
}*/
.post .info h3{font-size: 18px;color: #353535}

.box-pro .info a{
	color:#252525;
	text-align:left;
}
.box-pro .info .name{
	min-height:25px;
	text-align: center;
}
.box-pro .info .price{font-size: 12px}
.box-pro .info .price1{
	color:#505151;
	width: 100%;
	text-align:center;
}

.box-pro .info .price-sale{
	color:#8f8f8f;
	text-decoration:line-through;
	text-align:right;
	font-size: 11px;
}

.view{
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
.pricegroup{display: inline-block;width: 100%}
.view a{
	display:inline-block;
	color:#252525;
	padding:10px 40px;
	border: 1px solid #252525;
	position:relative;
	z-index:1;
}

.view a:hover{color: #fff}

.view a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.view a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.form-horizontal .button button,.form-horizontal .button a{

}
#wraptuvan .container.text-center h4.title{font-family: "baomoi_SemiBold";font-size: 40px;margin-top: 40px}
#wraptuvan .container.text-center .quote{line-height: 25px;margin-bottom: 35px;margin-top: 25px}
#wraptuvan .box-out{background: #eee;width: 100%;padding-left: 0;padding-right: 0}
#wraptuvan .box-out .quote p{border-bottom: 1px solid #fff;padding: 10px 15px}
#wraptuvan .box-out .quote p:first-child{text-align: justify;}
#wraptuvan .box-out .quote p:last-child{border: none;}
#wraptuvan .box-out .quote p span:last-child{float: right;}
#wraptuvan .box-pro{margin-bottom: 0}
#wraptuvan .owl-buttons > div{
	position: absolute;
    top: 45%;
    background: url('images/arow.png') no-repeat;
	width: 25px;
    height: 50px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
#wraptuvan .owl-buttons .owl-prev{left: 0}
#wraptuvan .owl-buttons .owl-next{right: 0;background-position: -32px 0px}
#wraptuvan .owl-buttons .owl-prev:hover{background-position: 0 -50px}
#wraptuvan .owl-buttons .owl-next:hover{background-position: -32px -50px}
@media(max-width:1030px) {
.tintucsukien .owl-prev{ left: -15px !important;}.tintucsukien .owl-next{ right: -15px !important;}
.feedback-wrap .owl-prev{ left: -10px !important;}.feedback-wrap .owl-next{ right: -10px !important;}
}

@media(max-width:790px) {
.tintucsukien .owl-prev{ left: 0px !important;}.tintucsukien .owl-next{ right: 0px !important;}
.feedback-wrap .owl-prev{ left: 0px !important;}.feedback-wrap .owl-next{ right: 0px !important;}
}



@media (max-height: 980px) {
	.back-to-top {
		display: none;
	}
}

@media (min-width: 1100px){

	.footer-widget .col-md-3 .widget {padding-left: 50px}
	.footer-widget .col-md-4 .widget {padding-left: 50px}
}


@media (max-width: 980px) {
	.home-intro{
		background-size: auto 100%;
	}
}



.content-right{
	padding: 0;

}
.aboutus{position: relative;display: inline-block;width: 100%;margin-top: 60px;}
.aboutus .sub-title{margin-bottom: 30px}

.back-top{display: none !important}

.product-wrapper .thongtinsubmenu {
	border-bottom: solid 1px #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 0;
}

.aboutus .col-md-5{z-index: 1;}
.aboutus .col-md-5 img{max-width: 100%}
.aboutus .col-md-8{
	background: #6ddffe;
	background: #18ccfe url(images/bgipix.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	padding-left: 125px;
	color: #fff;
	padding-bottom: 187px;
}
.aboutus .col-md-8 h3{
	font-size: 30px; color: #fff;font-family:'Baomoi';text-transform: uppercase;padding-top: 30px;padding-bottom: 30px;position: relative;margin-bottom: 30px
}
.aboutus .col-md-8 h3:after{
	content: "";position: absolute;width: 50%;height: 2px;background: #fff;bottom: 0;left: 0
}
.aboutus .col-md-8 .price{
	font-size: 18px;
}
.aboutus .col-md-8 .price span:first-child{
	font-size: 30px
}
.aboutus .col-md-8 .quote{line-height: 30px}
.aboutus .col-md-8 a{
	position: absolute;
	border: 0;
	padding: 12px 23px 12px 24px;
	color: #fff;
	background: #222222;
	bottom: 50px;
	left: 125px;
	font-size: 22px;
}
.home-feedback{background: url('images/feedback.png') no-repeat;padding-top: 40px;padding-bottom: 40px;display: inline-block;width: 100%;margin-top: 40px;}
.home-feedback h2.title-item{padding: 70px 40px 40px 30px}
.home-feedback h2.title-item:after{
	height: 110px;
	width: 2px;
	left: 20px;
	bottom: 20px;
}
.home-feedback .background1{
	background: url('images/bgfb2.png') no-repeat;
	float: left;
}
.home-feedback .slider{
	float: left;
	background: url('images/bgfb3.png') no-repeat;
}
.congtrinhtieubieu{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.congtrinhtieubieu .item-project{
	text-align: center;
	float: left;
    width: 24.9%;
    margin-left: 0.05%;
    margin-right: 0.05%;
    margin-bottom: 0.1%;
    overflow: hidden;
    position: relative;
}

.congtrinhtieubieu .item-project .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 0px 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 99;
}
.congtrinhtieubieu .slider{margin-top: 40px;display: inline-block;}
.congtrinhtieubieu .item-project .mask a {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
}
.congtrinhtieubieu .item-project .mask span {
    margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
        padding: 10px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.congtrinhtieubieu .item-project:hover .mask {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.congtrinhtieubieu .owl-prev,
.congtrinhtieubieu .owl-next{
	position: absolute;
	top: 45%;
	background: url('images/arow.png') no-repeat;
	width: 25px;
	height: 50px;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.congtrinhtieubieu .owl-prev{left: 10px;}
.congtrinhtieubieu .owl-next{right: 10px;background-position-x:-30px;}
.congtrinhtieubieu .owl-next:hover,
.congtrinhtieubieu .owl-prev:hover{background-position-y:-48px;}


.tintucsukien{margin-top: 20px}
.tintucsukien li .col-md-4{padding: 0}
.tintucsukien li .col-md-8{padding: 15px}
.tintucsukien li .col-md-8 h3{font-size: 18px;}
.tintucsukien li .col-md-8 span.time{padding: 10px 0;display: table-cell;}
.tintucsukien li{
	width: 100%;
	display: inline-block;
	background: #fff;
	box-shadow: 0 10px 15px -3px #9c9c9c
}

.doitac{padding: 40px 0}
.doitac h2:after{width: 60px;left: calc(47% + 6px)}
.doitacowl {margin-top: 40px}
.chungnhan .img,.doitacowl .img{vertical-align: middle;text-align: center;}
.chungnhan .img{display: table-cell;}

.chungnhan .c1{
	background: url('images/cn2.png') no-repeat;float: left;
}
.chungnhan .c2{
	background: url('images/cn1.png') no-repeat;
	float: left;
	padding: 0 40px;
}

.chungnhan .owl-next{
	background: url('images/arowchungnhan.png') no-repeat -27px -36px;
	width: 17px;
	height: 26px;
	position: absolute;
	top: 45%;
	right: 20px !important;
}
.chungnhan .owl-prev{
	background: url('images/arowchungnhan.png') no-repeat -3px -36px;
	width: 17px;
	height: 26px;
	position: absolute;
	top: 45%;
	left: 30px;
}
.chungnhan .owl-prev:hover,
.chungnhan .owl-next:hover{
	background-position-y: -4px;
}
.mid320{
		background: url('images/bg.png') no-repeat;
}
#xemchitiet{
	position: absolute;
	right: 100px;
	top: 0;
	padding: 11px 18px;
	border: 1px solid #b5101c;
	color: #b5101c;
}
#xemchitiet:hover{
	background: #b5101c;
	color: #fff;
}
.container{position: relative;}
#searchField{border: none;}
.copyright,.site-bottom{padding-left: 0}
.post1{padding: 0}

.overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 150;
    display: none;
    z-index: 100;
}
nav.mobile {
    position: fixed;
    top: 0;
    width: 310px;
    right: -260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #ccc;
    z-index: 200;
    display: none;
}
nav.active {
    display: block;
}
header .nav-click {
    background: url(images/nav-click.png) no-repeat center top;
    width: 52px;
    border-radius: 5px;
    height: 48px;
    right: 10px;
    top: 10px;
    position: fixed;
    cursor: pointer;
    z-index: 200;
    -webkit-transition: right 300ms ease 0s;
    -moz-transition: right 300ms ease 0s;
    -o-transition: right 300ms ease 0s;
    -ms-transition: right 300ms ease 0s;
}
header .nav-click.active {
    right: 315px;
    background-position: center bottom;
}
header .nav-click {
    background: url(images/nav-click.png) no-repeat center top;
    width: 52px;
    border-radius: 5px;
    height: 48px;
    right: 18px;
    top: 36px;
    position: fixed;
    cursor: pointer;
    z-index: 200;
    -webkit-transition: right 300ms ease 0s;
    -moz-transition: right 300ms ease 0s;
    -o-transition: right 300ms ease 0s;
    -ms-transition: right 300ms ease 0s;
}
nav.mobile .search {
    background: #4C5156;
    padding: 20px 0px;
    float: left;
    width: 100%;
}
nav.mobile .search i {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 18px;
}
nav.mobile .search input {
    float: left;
    width: calc( 100% - 40px );
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    border: none;
    border-radius: 5px;
    color: #FFF;
    padding: 0px 10px;
}
nav.mobile .menu {
    float: left;
    width: 100%;
    background: #949AA1;
}
nav.mobile .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.mobile .menu ul li {
    position: relative;
}
nav.mobile .menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #CCC;
    color: #FFF;
    font-family: 'Baomoi';
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
}
nav.mobile .menu ul li.active a {
    background: #61676D;
}
nav.mobile .menu ul.sub {
    display: none;
}
nav.mobile .menu ul li span.dropdown {
    background: url(images/arrow_down.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
}
.box-out2 .img a{vertical-align: middle;display: table-cell;}

.left-contact label{margin-bottom: 10px !important}
.left-contact .btn {
    background: #be1e2d;
    color: #FFF;
    text-shadow: none !important;
    font-size: 16px;
    box-shadow: none;
}
.language{
	position: fixed;
	top: 44px;
	z-index: 101;
	right: 0;
	background: #fff;
    padding: 10px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 10px #5a5a5a;
}
.language a{color: #333333}

.owldetailslide .owl-buttons{position: absolute;width: 100%;top: 45%}
.owldetailslide .owl-buttons .owl-prev{background: url("images/arowdetail.png") no-repeat;width: 39px;height: 66px;float: left;}
.owldetailslide .owl-buttons .owl-next{background: url("images/arowdetail.png") no-repeat -39px;width: 39px;height: 66px;float: right;}

.owldetailslide .owl-pagination{position: absolute;width: 100%;text-align: center;bottom: 0}
.owldetailslide .owl-pagination .owl-page{width: 30px; height: 30px;border-radius: 50%;margin-right: 5px}
.owldetailslide .owl-pagination .owl-page span{width: 20px;height: 20px;}

.owldetailslide .owl-pagination .owl-page.active:first-child{border:1px solid #00091e}
.owldetailslide .owl-pagination .owl-page.active:nth-child(2){border:1px solid #daccb3}
.owldetailslide .owl-pagination .owl-page.active:nth-child(3){border:1px solid #b4bfc5}
.owldetailslide .owl-pagination .owl-page.active:last-child{border: 1px solid #b4bfc5;}

.owldetailslide .owl-pagination .owl-page:first-child span{background: #00091e}
.owldetailslide .owl-pagination .owl-page:nth-child(2) span{background: #daccb3}
.owldetailslide .owl-pagination .owl-page:nth-child(3) span{background: #b4bfc5}
.owldetailslide .owl-pagination .owl-page:last-child span{background: #fff}

#include .container-fluid .quote h1.title{font-family: "Baomoi"; font-size: 50px;text-align: center;margin: 20px 0}
.box-out2{float: left;border-right: 1px solid #fff;border-bottom: 1px solid #fff}
.box-out2 .box-pro:hover,.box-out2 .box-pro{border:none;}

.info div.quote{margin-top: 10px}

.quote .info{text-align: center;font-family: "Baomoi";margin-bottom: 30px}
.quote .info #price{margin-left: 99px;color: #ff0000;font-size: 13px}
#intro img{width: 100%}
#detail .item{text-align: center;padding-top: 20px;}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}



.tintucsukien::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.tintucsukien::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.tintucsukien::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}
/*.tintucsukien {overflow-y:scroll;}*/
.menu-color{position: absolute;left: 47%;bottom: -33px}
.menu-color .item-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}
.menu-color .item-img img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}
.owldetailslide{position: relative;padding-bottom: 50px;background: #F2F2F2}

.sub-menus{position: absolute;width: 285px;background: rgba(34,34,34,0.5);display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;}
.sub-menus li {float: none !important;border-left: 4px solid transparent}
.sub-menus li:hover{border-left-color: #b60f19;background: rgba(34,34,34,0.7);}
.sub-menus li a {
    color: #fff !important;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}
li.sub1:hover .sub-menus,li.sub2:hover ul.sub_3{display: block;}
.sub_3 li.sub_3_:hover ul.sub_4{
    display: block;
}


.sub-menus ul{
	position: absolute;
	top: 0;
	left: 100%;
	width: 260px;
	background: rgba(34,34,34,0.5);display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

/* Fix vi tri quote */
#include .container-fluid .quote{
	margin-top: 17px;
}

@media(max-width: 1366px){
	.footer-info{ padding-bottom:30px; }
}

@media(max-width: 540px){
	.footer-info{ padding-bottom:30px; }
}