@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
	position: relative;
	overflow-x: hidden;
}
a {
	color: #cc0000;
}
a:hover {
	text-decoration:none;
}
*{
	cursor:pointer
}
ul, ol {
	padding: 0px;
}
body,  html {
	height: 100%;
}

.header__top {
	font-family: 'Lobster', cursive;
	font-size: 36px;
	padding: 50px 0;
	font-weight: 600;
	line-height: 50px;
	background: url(http://dienlanhbachkhoak7.com/public/template/images/bg.png);
	background-size: cover;
	text-align: center;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url('../images/menu_bg.jpg') 100px 150px repeat-x;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}
#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}
#page-content-wrapper {
	width: 100%;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}
.sidebar-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #1c1c1c;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li:first-child a {
	color: #fff;
	background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
	background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
	background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
	background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
	background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
	background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
	background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
	background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
	background-color: #35acdf;
}
.sidebar-nav li:hover:before,  .sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,  .sidebar-nav li a:active,  .sidebar-nav li a:focus,  .sidebar-nav li.open a:hover,  .sidebar-nav li.open a:active,  .sidebar-nav li.open a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 20px;
	line-height: 44px;
}
.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
}
.hamburger {
	position: relative;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
	float: left;
}
.hamburger:hover,  .hamburger:focus,  .hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,  .hamburger.is-closed .hamb-middle,  .hamburger.is-closed .hamb-bottom,  .hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-middle,  .hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}
.hamburger.is-closed .hamb-top,  .hamburger.is-closed .hamb-middle,  .hamburger.is-closed .hamb-bottom {
	background-color: #fff;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-middle,  .hamburger.is-open .hamb-bottom {
	background-color: #fff;
}
.hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
body {
	background-color: white;
	font-size: 14px;
	color: #060606;
	font-family: tahoma !important;
}
.banner {
	height: 132px;
	background: url('../images/bg_header.jpg') center bottom no-repeat #fff;
}
.logo {
	width: 100%;
}
.language {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	list-style-type: none;
}
.language li {
	display: inline-block;
	line-height: 15px;
	margin-top: 5px;
	margin-left: 5px;
	border-right: 1px solid #BBB;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
}
.menu {
	height: 45px;
	border-radius: 0px;
	margin-bottom: 0px !important;
	z-index: 999;
}
.level1 {
	display: none;
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #fff;
	background: #180B0B;
	opacity: 0.8;
}
.level1 > li > a {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 25px;
	padding: 10px 0px 0px 6px;
	font-weight: bold;
	border-bottom: 1px dashed #6B6B6B;
	color: white;
}
.level2 {
	float: left;
	padding: 0px 5px 5px 10px;
	margin-left: 0px !important;
	list-style: none !important;
}
.level2 li {
	width: 100%;
	float: left;
}
.submenu2col {
	width: 500px;
}
.submenu3col {
	width: 750px;
}
.menu-ngang {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0px;
	list-style: none;
	position: relative;
}
.menu-ngang li {
	display: block;
}
.menu-ngang li.active,  .menu-ngang li:active,  .menu-ngang li:hover {
	background: #180B0B;
}
.menu-ngang li a {
	color: white;
	line-height: 25px;
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 10px 18px;
}
.menu-ngang li a:hover {
	text-decoration: none;
}
.menu > div {
	padding-right: 0px;
	padding-left: 0px;
}
.level1 > li {
	float: left;
	width: 250px;
}
.level2 > li > a:hover {
	text-decoration: underline;
}
.level2 > li > a {
	display: block;
	font-size: 12px !important;
	text-transform: none;
	font-weight: normal !important;
	border-bottom: none;
	color: white;
	line-height: 20px;
	padding: 5px 10px;
	margin: 0px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}
.breadcrumb {
	margin-bottom: 5px !important;
	border: 1px solid rgb(231, 231, 231);
	background: url('../images/backgound-slogan.png') repeat;
}
.breadcrumb ol {
	padding-left: 0px;
}
.breadcrumb ol li {
	display: inline-block;
	white-space: nowrap;
}
.breadcrumb a {
	color: #cc0000;
}
.welcome-first {
	background: url("../images/icon_bg.png") no-repeat;
	background-position: 7px 0px;
	color: #060606;
}
.welcome-first h1 {
	font-size: 16px;
	height: 45px;
	color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
	padding-left: 0px;
	line-height: 56px;
	background: #fff;
	margin-left: 43px;
	width: 100%;
}
.welcome-first p {
	text-align: justify;
	line-height: 20px;
}
ul {
	list-style-image: url('../images/bullet.png');
	list-style-position: inside;
}
ol {
	list-style-position: inside;
}
ul ol, ol ul, ul ul, ol ol {
	margin-left: 30px !important;
}
.feature {
	width: 50%;
	margin-top: 20px;
	float: left;
	height: 368px;
	padding: 0;
	margin-bottom:15px;
}
.first_feature {
	width: 46%;
	float: left;
	height: 100%;
	padding: 0px;
	margin-right: 10px;
	border: 1px solid #cfcfcf;
}
#spotlight {
	position: relative;
}
#spotlight .wrap-spotlight {
	width: 100%;
	float: left;
	overflow: hidden;
}
.spotlights {
	position: relative;
	width: 100%;
}
.photo img {
	max-width: 100%;
	padding: 0px;
	margin-top: 0px;
}
.list_feature {
	width: 52%;
	height: 100%;
	background: #F4F4F4;
	/* margin: 4px; */

	border: 1px solid #ccc;
	overflow: hidden;
	border-radius:5px;
	float: left;
}
.feature_title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	background-color:#f46d01;
	height: 38px;
}
.feature_active a {
	color:#fff;
}
.feature_title h3:hover,  .feature_title h3.feature_active {
	/*background: url('../images/down.jpg') no-repeat center 33px transparent;*/

	color: #B60002;
	font-weight: bold;
}
.feature_title h3 {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	text-transform: uppercase;
	color: #004175;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.list_content_f {
	float: left;
	display: none;
	width: 99%;
	margin: 10px 2px;
}
.list_content_f ul li {
	color: #B60002;
	line-height: 15px !important;
	margin: 10px 0px;
	list-style: none;
}
.list_content_f ul li a {
	color: #5c5c5c;
	text-decoration: none;
	line-height: 12px;
}
div.feature_active {
	display: block !important;
}
.tu-van-dich-vu {
	padding: 25px 0px;
	background: #F8F8F8;
	margin-top: 0px;
	border-top: 1px solid #F1F1F1;
	margin: 0px;
	width: 100%;
}
.tu-van-dich-vu h2 {
	margin-top: 0px;
	text-align: left;
}
.tu-van-dich-vu ul li p {
	padding: 0px;
	margin: 0px;
}
.tu-van-dich-vu a {
	color: #cc0000;
	font-size: 16px;
	display: block;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}
.tu-van-dich-vu ul li a {
	color: #5c5c5c;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	line-height: 19px;
}
.tu-van-dich-vu a img {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	width: 356px;
	height: 175px;
	padding: 4px;
	width: 100%;
	max-width: 100%;
}
.tu-van-dich-vu p {
	margin-top: 10px;
	line-height: 20px;
	text-align: justify;
}
.tu-van-dich-vu ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-position: outside;
	text-align: left;
}
.bottom-1 {
	border-top: 1px solid #DBDBDB;
	width: 100%;
	background: url('../images/backgound-slogan.png') #f0f0f0;
	padding-bottom: 10px;
}
.newsevent {
	background: url('../images/icon_bg.png') no-repeat;
	background-position: -84px 0px;
}
.library {
	background: url('../images/icon_bg.png') no-repeat;
	background-position: -348px 0px;
}
.linkuseful {
	background: url('../images/icon_bg.png') no-repeat;
	background-position: -217px 0px;
}
.bottom-1 h3 {
	color: #cc0000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	background: url('../images/backgound-slogan.png') 1px 3px #f0f0f0;
	line-height: 48px;
	margin: 8px 0px 0px 43px;
	padding: 0px;
}
.bottom-1 ul, .bottom-2 ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#new li, .bottom-1 li {
	white-space: normal;
	line-height: 30px;
}
.bottom-1 li a {
	display: block;
	background: url("../images/related-icon.png") left center no-repeat;
	padding-left: 10px;
	color: #5c5c5c;
}
.footer {
	background: url('../images/footbg.jpg') #021b77;
	border-top: 1px solid #B6B6B6;
	width: 100% !important;
}
.footer h4 {
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style-position: outside;
}
.social {
	border-left: 1px dashed #808080;
	padding-left: 15px;
	/*	height: 220px;*/
}
.support {
	overflow: hidden;
	text-align: center;
	height: 30px;
	width: 100%;
}
.support p {
	float: left;
	color: rgb(48, 48, 48);
	display: block;
	line-height: 30px;
	padding-left: 0px;
	white-space: nowrap;
}
.social a {
	display: block;
	line-height: 22px;
	color: #fff;
	margin-bottom: 5px;
}
ul.slide li {
	display: inline-block;
}
.quote-right {
	position: absolute;
	bottom: 2px;
	right: 0px;
	background: url("../images/quote-right.png") no-repeat left top;
	width: 30px;
	height: 23px;
}
.quote-left {
	position: absolute;
	top: 120px;
	background: url("../images/quote-left.png") no-repeat left top;
	width: 30px;
	height: 30px;
}
#myCarousel1 p {
	color: white;
}
.topbar {
	float: left;
	height: auto;
	background: #9F1721;
	width: 100%;
	position: relative;
}
.topbar p {
	float: left;
	padding-left: 20px;
	line-height: 32px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	position: absolute;
	left: 40px;
}
.cat {
	padding: 0px 10px;
	border: 1px solid rgb(235, 235, 235);
}
.left-padding {
	padding: 0px;
	margin-top:30px
}
.content-padding {
	padding-right: 0px;
}
.categorybycat {
	background: url('../images/icon_bg.png')no-repeat rgb(250, 250, 250);
	background-position: -4px 4px;
}
.top-margin {
	margin-top: 10px;
}
.related-posts {
	float: right;
	width: 40%;
	background-color: rgb(241, 241, 241);
	padding: 15px;
	margin-left: 10px;
}
.related-posts ul {
	padding: 0px;
	margin-left: 10px !important;
	list-style: none !important;
}
.related-posts li {
	margin-left: 0px;
	line-height: 20px;
	white-space: normal!important;
}
.related-posts h3 {
	font-size: 15px;
	margin-top: 0px;
	color: #cc0000;
	font-weight: bold;
}
.related-posts li a {
	color: #180B0B;
	font-size: 12px;
	font-style: italic;
	display: block;
	background: url("../images/related-icon.png") no-repeat left 4px;
	padding-left: 10px;
}
.cat h3, .hostestNew h3 {
	font-size: 13px;
	color: #c00;
	text-transform: uppercase;
	margin: 0px 0px 12px 43px;
	height: 44px;
	line-height: 54px;
	background-color: rgb(250, 250, 250);
	font-weight: bold;
	border-bottom: 1px solid #c00;
	padding: 0px 0px 0px 8px;
	overflow: hidden;
}
.cat ul {
	margin-left: 0px 0px 0px 20px;
	padding: 0px;
}
.cat li {
	margin-bottom: 5px;
	margin-left: 20px;
	white-space: nowrap;
}
.cat li a {
	color: #180B0B;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 12px;
}
.sidebar, .left-widget {
	float: left;
	width: 100%;
	padding: 0px 10px;
	border: 1px solid rgb(235, 235, 235);
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactinfo {
	background: url('../images/icon_bg.png') no-repeat rgb(250, 250, 250);
	background-position: -145px 4px;
}
h4.contact {
	font-size: 13px;
	color: #c00;
	text-transform: uppercase;
	margin: 0px 0px 12px 43px;
	height: 44px;
	line-height: 54px;
	background-color: rgb(250, 250, 250);
	font-weight: bold;
	border-bottom: 1px solid #c00;
	padding: 0px 0px 0px 5px;
}
.title {
	overflow: hidden;
	color: #006dac;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: bold;
	background: url("../images/details.png") no-repeat left top;
	padding-left: 47px;
	text-transform: uppercase;
	line-height: 47px;
	height: 47px;
	margin-top: 2px;
}
.catinfo, .detailsinfo {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 25px;
}
.detailsinfo ol {
	list-style-type: octan;
}
.detailsinfo ul, .detailsinfo ol {
	margin-left: 10px;
}
.detailsinfo td {
	padding: 5px;
	border: 1px solid #DFDFDF;
}
.detailsinfo table {
	width: 100% !important;
}
.detailsinfo h2, .detailsinfo h3 {
	font-size: 14px;
	padding: 15px 0px;
	margin: 0px;
}
.author {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 10px;
}
.author h3 a, .author h3 {
	font-size: 15px;
	font-weight: bold;
}
.author img {
	width: 100px;
}
.media > .pull-left {
	margin-right: 10px;
}
.comment h4, #related_news h4 {
	color: #5c5c5c;
	text-transform: uppercase;
}
#related_news ul {
	padding: 0px;
	margin: 0px;
}
#related_news ul li {
	margin: 6px 20px;
	padding: 0px;
	white-space: normal!important;
}
.dateofpost {
	color: #ccc;
	font-style: italic;
}
.listthumb {
	width: 65px;
	height: 65px !important;
}
.info h2 {
	margin-top: 0px;
}
.info h2 a {
	color: #006dac;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
}
p {
	text-align: justify;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	float: right;
}
.pagination > li > a, .pagination > li > span {
	color: #180B0B;
}
.pagination > li > a.currentpg {
	color: #cc0000;
	background-color: #eee;
	border-color: #ddd;
}
#tag-cloud {
	width: 100% !important;
	list-style: none;
	padding: 0px;
	float: left;
}
.tag-cloud {
	float: left;
	width: auto;
	background: silver;
	padding: 2px 5px;
	border-radius: 5px;
	margin: 5px;
}
.hostestNew {
	background: url('../images/icon_bg.png') no-repeat rgb(250, 250, 250);
	background-position: -282px 5px;
}
.sidebaritem {
	float: left;
	margin: 5px 0px;
}
.sidebaritem img {
	float: left;
	width: 20% !important;
	height: auto;
	margin: 5px;
}
.sidebaritem h4 {
	float: left;
	width: 76%;
	margin: 0px;
	padding: 0px;
}
.sidebaritem h4 a {
	font-size: 13px;
	color: #5c5c5c;
}
@media only screen and (min-width:991px) and (max-width:1199px) {
	.nav > li > a {
		padding: 10px;
	}
	.menu-ngang li a {
		padding: 10px;
		font-size: 12px !important;
	}
}
@media only screen and (min-width:769px) and (max-width:990px) {
	.list_feature {
		width: 98%;
		border-left: none;
	}
	.menu .nav > li > a {
		padding: 10px 4px;
		font-size: 12px;
	}
	.menu .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.col-sm-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.related-posts {
		width: 100%;
	}
	.menu-ngang li a {
		padding: 10px 5px;
		font-size: 10px !important;
	}
}
@media only screen and (max-width:768px) {
	.welcome-first h1 {
		height:unset;
		line-height:25px
	}
	.header__top {
		font-size: 37px;
	}
	#wrapper {
		background: none;
	}
	.welcome-first {
		margin-top: 32px;
	}
	.feature {
		width: 100%;
		padding: 0px;
		height: auto;
		border: none;
		margin-bottom: 10px;
	}
	.first_feature {
		width: 100%;
		padding: 0px;
	}
	.list_feature {
		width: 100%;
		margin: 0px;
		border-left: none;
	}
	.content-padding {
		padding-right: 15px;
	}
	.related-posts {
		width: 100%;
	}
	.photo img {
		margin-top: 0px;
		display: inline;
	}
	.photo {
		text-align: center;
	}
}
#lien-he-6.visual-form-builder .vfb-section-div h4 {
	font-size: 23px;
}
.vfb-section {
	padding: 0;
	margin: 0;
}
#lien-he-6 {
	background: #f4f5f7 url(../images/arrow-dk.jpg) no-repeat top left;
	padding-top: 0;
	margin-top: 20px;
	border-radius: 9px;
}
#lien-he-6 .widget-title {
	background: 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #B60002;
	margin: 0 0 11px;
	padding: 0;
	padding-top: 30px;
}
#lien-he-6 label {
	color: #B60002;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#lien-he-6 input, #lien-he-6 textarea {
	/*background: transparent url(../images/line.png) top;*/

	border: none;
	box-shadow: none;
	padding: 0px;
	padding-top: 0;
}
#lien-he-6 label {
	float: left;
	clear: none;
	color: #B60002;
	margin-bottom: 10px;
	margin-top: 10px;
}
#lien-he-6 input[type=submit] {
	background: #B60002;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 12px;
	padding: 0;
}
#lien-he-6 .vfb-item-submit {
	text-align: center;
	padding: 0 0 15px!important;
	list-style: none;
	color: #fff;
}
#lien-he-6 .vfb-text {
	width: 100%;
	height: 28px;
	border: 1px solid #B60002;
	border-radius: 3px;
}
#lien-he-6 .vfb-item-radio > div {
	margin-left: 40px;
}
#lien-he-6 .vfb-section-1 li {
	padding: 0 5px 0 5px!important;
	list-style: none;
}
#lien-he-6 .vfb-section-1 .vfb-item-textarea {
	padding-right: 9px!important;
}
#lien-he-6 textarea {
	padding: 5px;
	height: 74px;
	line-height: 19px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 101%;
	border: 1px solid #B60002;
}
.lienhe_diachi {
	color: #B60002;
}
.lienhe_diachi h1 {
	margin-bottom: 0;
}
#vfb-46 {
	background: #B60002;
	padding: 10px 25px !important;
	border-radius: 5px;
	font-weight: bold;
}
#vfb-46:hover {
	background: #770e0f;
	padding: 10px 25px !important;
	border-radius: 5px;
}
.yeucaugoilai .description .phone_animation {
	height: 110px;
	width: 110px;
	margin: 0;
}
.yeucaugoilai .description {
	left: -10px;
}
.yeucaugoilai .phone_animation_circle {
	width: 90px;
	height:90px;
	top:-20px;
	left: 15x;
}
.yeucaugoilai .phone_animation_circle_fill_img {
	background-size: 70%;
	width: 60px;
	height: 60px;
	top: -6px;
	left: 35px
}
.yeucaugoilai .phone_animation_circle_fill {
	width: 50px;
	height: 50px;
	top: 0px;
	left: 40px;
}
.cls-call-action a {
	width: 66px;
	height: 38px;
	float: left;
	margin-left: 10px;
	margin-top: 3px
}
.tm-search {
	width:280px;
	float:none!important;
	margin:0;
	position:absolute;
	right:15px;
	bottom:-60px;
	height:40px;
	border-radius:0;
	border:none
}
.tm-search input {
	height:40px;
	border-radius:0
}
a.menu-mobile {
	display:block
}
#menu-mobile {
	background:#00951D;
	border-right:1px solid #33A249
}
.mm-title, .mm-menu .mm-header > a, .mm-menu .mm-navbar>* {
	font:500 15px/20px Roboto, sans-serif;
	color:#fff;
	text-transform:uppercase
}
.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
	border-color:#33a249
}
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after, .mm-menu .mm-header .mm-btn:before, .mm-menu .mm-header .mm-btn:after {
	border-color:#fff
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background:#12902b
}
#menu-mobile .mcd-menu {
	display:block;
	margin:-20px 0 0
}
.mm-panels>.mm-panel>.mm-listview {
	margin:20px 0
}
.mm-panels>.mm-panel {
	padding:0
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after, .mm-navbar {
	border-color:#d12d7c
}
.mm-listview>li:not(.mm-divider):after {
	left:0;
	border-color:#1B8831
}
.mm-listview>li:not(.mm-divider):before {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:0;
	left:0;
	border-bottom:1px solid #33A249
}
.mm-listview>li>a, .mm-listview>li>span {
	font:400 13px/20px Roboto, sans-serif;
	color:#fff;
	text-transform:uppercase
}
.mm-listview>li:last-child:after {
	display:none
}
ul.list-tree li a.img {
	height:230px
}
.tm-project, .tm-content-bot {
	padding:25px 0
}
.tm-content-bot .col-md-6 {
	margin-bottom:25px
}
.tm-content-bot a.img img {
	width:100%;
	height:100%
}
}
@media (max-width: 750px) {
	.footer-bot p {
		width:100%;
		float:none!important;
		text-align:center
	}
	.tm-left-ct {
		width:100%;
		float:none
	}
	.tm-right-ct {
		width:100%;
		margin:0
	}
	ul.list-tag {
		display:none
	}
	.tm-support ul {
		margin:0 -10px;
		overflow:hidden
	}
	.tm-support ul li {
		width:50%;
		float:left;
		padding:0 10px;
		padding-left:35px
	}
	.banner-qc {
		display:none
	}
}
@media (max-width: 630px) {
	.content-top .list-banner h4 a {
		font-size:14px
	}
	.logo {
		width:100%;
		text-align:center;
		float:none!important
	}
	.header-top .pull-right.text-center {
		width:285px;
		float:none!important;
		margin:10px auto 0
	}
}
@media (max-width: 500px) {
	.content-top .list-banner ul li {
		width:50%
	}
	ul.list-project li .detail {
		text-align:center
	}
	ul.list-project li .detail img {
		display:inline-block
	}
}
@media (max-width: 420px) {
	.tm-search {
		width:240px
	}
	.camera_caption {
		display:none!important
	}
	ul.list-tree li, .tm-support ul li, .tm-content-bot .col-md-6, .footer-top .col-xs-6, .content-top .list-banner ul li {
		width:100%
	}
	.tm-content-bot .txt-gt, .tm-content-bot .img-gt {
		width:100%;
		float:none;
		margin-bottom:20px
	}
}
.css-lis {
	text-align:left!important;
	font-size:12pt;
	background-position:0 -26px;
	padding-left:30px
}
.detail a:hover {
	text-decoration:underline
}
.tm-tree-hot a:hover {
	text-decoration:underline
}
/*.support-fixed {

        position: fixed;

        bottom: 0px;

        left: 0px;

        width: 100%;

        background: #1B2065;

        z-index: 9999;

        font-family: 'Roboto Condensed', sans-serif;

    }

	*/

.yeucaugoilai .description .phone_animation {
}
.yeucaugoilai .description {
	position: fixed;
	left: -30px;
	bottom: -40px;
	z-index: 100;
}
.all-cart {
	font-weight: bold;
	line-height:30px
}
.cart-price {
	color:red;
	font-size:10pt
}
.descriptions-top {
	margin-bottom: 10px;
	border-bottom: 2px dotted #dedede;
}
.descriptions {
	background: none repeat scroll 0 0 padding-box #FFFED2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px 6px 6px 6px;
	color: #555;
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 9px 10px 12px 6px;
	text-shadow: 0 1px 0 #FFF;
	margin: 5px 0 0 0;
}
.tags-s {
	color: #686967!important;
	font-size: 8pt;
	background: #ececec;
	padding: 3px;
	border-radius: 1px;
}
.tags-s {
	color: #686967!important;
	font-size: 8pt;
	background: #ececec;
	padding: 3px;
	border-radius: 1px;
}
.phone_animation {
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 200000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	visibility: visible;
	margin: 0 auto;
}
@media (max-width: 990px) {
	.modal-content {
		width:96%!important;
	}
}
.phone_animation_circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border: 2px solid #bfebfc 9;
	opacity: 0.5;
	-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-color: #00aff2;
}
.phone_animation_circle_fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #00aff2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .2;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.phone_animation_circle_fill_img {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(../themes/images/iconphone.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #FF0018;
}
.subcriblenow {
	text-align: center;
	border: 4px dashed #136D28;
	background-color: #ffffea;
	padding: 16px 16px 5px 16px;
	margin-bottom: 16px;
	font-size: 15px;
	font-family: arial;
	margin-top: 16px;
}
@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}
	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}
	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}
@-webkit-keyframes coccoc-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}
@-o-keyframes coccoc-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(.5) skew(1deg);
		-o-opacity: .1
	}
	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}
	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-o-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}
@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}
@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}
}
.contact-box-bottom{position:fixed;bottom:54px;right:10px;z-index:10000}
.contact-box-wrapper{display:flex;align-items:center;background:#fff;margin-bottom:10px;padding:10px 20px;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.08)}
.contact-icon-box{display:block;text-align:center;width:40px;height:40px;font-size:16px;line-height:38px;border:1px solid #e5e5e5;border-radius:999px}
.contact-info {
	padding: 10px;
}
.contact-info span{color:#868686;font-size:12px}