*:hover {
	transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
}

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}

[class^="col-"], [class*=" col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.overflow {
	overflow: hidden;
}

.homepage {
	background: url(../images/bg-homepage.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.homepage:after {
	content: '';
	background: url(../images/den-tran.png) no-repeat;
	background-size: 100% 100%;
	width: 84px;
	height: 172px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	z-index: 9999
}

.centering {
	height: 100vh;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0px;
}

.centering:before {
	content: '';
	background: url(../images/bg-main.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: .6;
	width: 100%;
}

.menu-home {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 14%;
}

.menu-home img {
	width: 162px;
	height: 162px;
	border-radius: 50%;
	border: 6px solid #fff;
}

.menu-home .img {
	background: rgba(59, 127, 128, 1);
	background: -moz-linear-gradient(top, rgba(59, 127, 128, 1) 0%, rgba(87, 161, 160, 1) 53%, rgba(59, 127, 128, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59, 127, 128, 1)), color-stop(53%, rgba(87, 161, 160, 1)), color-stop(100%, rgba(59, 127, 128, 1)));
	background: -webkit-linear-gradient(top, rgba(59, 127, 128, 1) 0%, rgba(87, 161, 160, 1) 53%, rgba(59, 127, 128, 1) 100%);
	background: -o-linear-gradient(top, rgba(59, 127, 128, 1) 0%, rgba(87, 161, 160, 1) 53%, rgba(59, 127, 128, 1) 100%);
	background: -ms-linear-gradient(top, rgba(59, 127, 128, 1) 0%, rgba(87, 161, 160, 1) 53%, rgba(59, 127, 128, 1) 100%);
	background: linear-gradient(to bottom, rgba(59, 127, 128, 1) 0%, rgba(87, 161, 160, 1) 53%, rgba(59, 127, 128, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b7f80', endColorstr='#3b7f80', GradientType=0);
	border-radius: 50%;
	width: 172px;
	height: 172px;
	padding: 5px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
	box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
	position: relative;
	z-index: 33333;
}

.menu-home .img:hover {
	-webkit-box-shadow: 0px 5px 3px 3px rgba(51, 51, 51, 1);
	-moz-box-shadow: 0px 5px 3px 3px rgba(51, 51, 51, 1);
	box-shadow: 0px 5px 3px 3px rgba(51, 51, 51, 1);
}

.menu-home .img-box {
	margin-bottom: 20px;
}

.menu-home .title {
	background: #ebebeb;
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-size: 14px;
	left: 0;
	right: 0;
	margin: 0 6px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #334343;
	font-weight: 700;
}

.menu-home .title a {
	color: #334343;
	font-weight: 700;
}

.menu-home .title:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid #ebebeb;
	border-right: 8px solid transparent;
	border-left: 8px solid #ebebeb;
	border-bottom: 15px solid transparent;
	position: absolute;
	left: 100%;
	bottom: 0;
}

.menu-home .title:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid #ebebeb;
	border-right: 8px solid #ebebeb;
	border-left: 8px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	right: 100%;
	bottom: 0;
}

.title-box {
	position: relative;
}

.img-box:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #cec8c1;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #cec8c1;
	position: absolute;
	left: 14px;
	bottom: 65px;
}

.img-box:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #cec8c1;
	border-bottom: 10px solid #cec8c1;
	position: absolute;
	right: 14px;
	bottom: 65px;
}

.w100 {
	width: 100%;
	display: inline-block;
}

.logo-home {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	z-index: 99
}

.footer-home {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	padding: 35px 0 0px 0;
	background-size: 102% 100%;
	height: 126px;
	width: 100%;
}

.footer-home:before {
	content: '';
	background: url(../images/bg-footer.svg) no-repeat bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 130px;
	width: 100%;
}

.header {
	padding-top:5px;
	background: #fbfcfb
}
.menu-header-1-box {
	float: left;
}
.menu-header-2-box{
	float: right
}

.menu-header-1{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.menu-header-1 .img{
    width: 38px;
    height: 38px;
    background: #435454;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
}
.menu-header-1 img{
	width: 20px;
    height: 20px;
}
.menu-header-1 li{
	float: left;
	padding: 0 10px;
	font-size: 14px;
}
.menu-header-1 a {
	color: #435454;
}
.menu-header-2{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-right: 50px;
}
.menu-header-2 li{
	float: left;
	padding: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}
.menu-header-2 .img{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: #ebebeb;
	padding: 4px;
	border-radius: 50%;
	border: 1px solid #dadada;
	 margin-right: 5px;
	 text-align: center;
}
.menu-header-2 .img img{
	width: 22px;
	height: 22px;
}
.hotline-box{
	float: right;
	height: 32px;
	    margin-top: 20px;
}
.hotline {
	position: relative;
	font-size: 14px;
	line-height: 32px;
	font-weight: 700
}
.hotline .img{
    background: #ebebeb;
    border: 1px solid #dadada;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 4px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.hotline .img img{
	width: 22px;
	height: 22px;
}
.hotline a {
	color:#435454;
}
.language-box{
	float: right;
}
.callusicon .language{
	margin-top: 0
}
.language {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: right;
}

.language li {
	display: inline-block;
	margin-left: 10px;
}

.header-nav {
	margin: 0 0 40px 0;
}

.main-menu {
	background: #e4e4e4
}

.slider {
	margin-bottom: 40px;
}

.gioi-thieu img {
	width: 100%;
	height: auto;
}

.gioi-thieu {
	position: relative;
    margin-bottom: 30px;
}

.gioi-thieu .title h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
    text-align: center;
}

.gioi-thieu p {
	text-align: justify;
}

.gioi-thieu .readmore {
    background: #ffffff;
    padding: 7px 20px;
    color: #000;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.gioi-thieu .readmore:hover {
	background: #2196F3;
	color:#fff
}

.block-heading-1 {
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #334141;
	font-size: 14px;
	position: relative;
}


.block-heading-1-box {
	position: relative;

	padding-top: 30px;

}

.block-heading-2-box{
	margin-bottom: 30px;
	position: relative;
}
.block-heading-2{
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 15px;
	position: relative;
}
.block-heading-2 span{
	background: #fff;
	padding-right: 15px;
}
.block-heading-2:after{
	content: '';
	left:0;
	right: 0;
	height: 2px;
	background: #000;
	position: absolute;
	top:10px;
	z-index: -1
}
.grid-sp {
	margin-bottom: 30px;
	position: relative;
	padding: 10px;
		background: #fff;
		border:1px solid #ebebeb;
}
.grid-sp:hover{
	-webkit-box-shadow: 0px 1px 5px 0px rgba(252,252,252,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(252,252,252,1);
	box-shadow: 0px 1px 5px 0px rgba(252,252,252,1);
}
.grid-sp:hover .img{
	border-color: #000;
}
.grid-sp .des{
	font-size: 12px;
}
.grid-sp .img img {
	width: 100%;
	height: auto;

}

.grid-sp .img {
	border: 1px solid #ebebeb;

	margin-bottom: 15px;
	position: relative;
}
.grid-sp .title h3 {
	font-weight: 400
}
.grid-sp .title h3 a {
	text-align: center;
	font-size: 16px;
	color: #333;
}
.grid-sp .img .onhover {
	color: #fff;
	background: rgba(108, 107, 107, 0.8);
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 4px;
	padding: 10px;
	transition: .3s
}

.grid-sp .img:hover .onhover {
	opacity: 1;
}

.grid-sp .img .onhover .title {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700
}

.grid-sp .img .onhover .xem-them {
	position: absolute;
	bottom: 20px;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 10px;
	color: #333;
}

.grid-sp .img .onhover .xem-them:hover {
	background: #333;
	color: #fff;
}

.mrglr {
	margin-left: 0;
	margin-right: 0;
}

.pddlr {
	padding-left: 0;
	padding-right: 0;
}

.mrgb40 {
	margin-bottom: 40px;
}
.mrgb10{
	margin-bottom: 20px;
}
.grid-page .img {
	position: relative;
}

.grid-page .img img {
	width: 100%;
	height: auto;
}

.grid-page .img .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(51, 51, 51, 0.5)
}

.grid-page .img:hover .overlay {
	opacity: 1
}

.grid-page .title-box {
	padding: 30px;
	position: absolute;
	text-align: center;
	position: absolute;
	top: 27%;
	left: 0;
	right: 0;
}

.grid-page .title {
	background: #000;
	display: inline-block;
	margin: 0 auto;
	padding: 6px 15px;
}

.grid-page .img a {
	color: #fff;
	text-transform: uppercase;
}

.grid-page .img .title {
	font-size: 16px;
}
.grid-page .img .title:hover{
	background: #334141
}
.grid-page-carousel-box .owl-prev, .grid-page-carousel-box .owl-next{
	margin:0 !important;
	width: 60px;
	height: 120px;
	font-size: 36px !important;
	line-height: 120px;
	background: rgba(51, 65, 65, 0.7) !important
}
.grid-page-carousel-box .owl-prev{
	position: absolute;
	left: 0;
	padding: 4px 20px 4px 0px !important;
	border-radius: 0 60px 60px 0 !important;
}
.grid-page-carousel-box .owl-next{
	position: absolute;
	right: 0;
	padding: 4px 0px 4px 20px !important;
	border-radius: 60px 0 0 60px !important;
}
.grid-page-carousel-box .owl-nav{
	margin-top: 0 !important;
	position: absolute;
	width: 100%;
	top:39%;
}
.news-parent{
	margin-bottom: 15px;
}
.news-parent, .news-child{

}
.news-parent img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.news-parent h3 a{
	color: #333;
	margin-bottom: 5px;
}
.news-parent .des, .news-child .des{

	padding-bottom: 5px;
}
.news-child{
	display: inline-block;
}
.news-child img{
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 10px;
}
.news-child h3 a{
	color: #333;
	margin-bottom: 5px;
}
.news-child-box{
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.news-child-box:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.news-cat-list{
	    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.news-cat-list:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.news-cat-list img{
	float: left;
	width: 120px !important;
	height: 90px !important;
	margin-right: 10px;
}
.news-cat-list h3 a{
	color: #333;
}
.news-cat-list-box .owl-nav{
	margin-top: 0 !important;
    position: absolute;
    top: -50px;
    right: 0;
    background: #fff;
}
.news-cat-list-box .owl-prev, .news-cat-list-box .owl-next{
	margin:0 !important;
	padding:0 !important;
	margin-left: 5px !important;
	width: 25px;
	height: 25px;
	font-size: 14px !important;
	color:#333 !important;
	line-height: 25px;
	background: #fff !important;
	border:1px solid #d7d7d7;
}
.thuong-hieu-box{
	border-top: 1px solid #d7d7d7;
	padding: 30px 50px 30px 50px;
}
.thuong-hieu .owl-nav{
	margin-top: 0 !important;
	position: absolute;
	width: 100%;
	top:15%;
}
.thuong-hieu .owl-prev, .thuong-hieu .owl-next{
	margin:0 !important;
	padding:0 !important;
	width: 40px;
	height: 40px;
	font-size: 14px !important;
	color:#333 !important;
	line-height: 40px;
	background: #ebebeb !important
}
.thuong-hieu .owl-prev{
	position: absolute;
	left: -50px;
	
	border-radius: 50% !important;
}
.thuong-hieu .owl-next{
	position: absolute;
	right: -50px;
	border-radius: 50% !important;
}

.thuong-hieu img{
	max-width: 100% !important;
	width: auto !important;
}
.footer{
	background: url(../images/bg-footer.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 0 0 ;
	margin-top: 30px;
	position: relative;
	color: #fff !important
}
.footer:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(51, 65, 65, 0.85)
}

.copyright{
	padding: 5px;
	background:rgba(51, 65, 65, 0.70)
}
.footer a{
	color: #fff !important
}
.copyright-content{
	color:#fff;

}
.copyright-content a{
	color: #fff;
	font-weight: 700
}
.block-contact{
	padding: 15px;
}
.block-contact .fa{
	margin-right: 7px;
}
.block-contact .tieude{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 39px;
	margin-bottom: 7px;
	color:#334141;
}
.block-contact .diachi a, .block-contact .email a{
	color: #333;
	
}
.block-contact .diachi a:hover, .block-contact .email a:hover{
	color: #0081bb
}
.block-contact .diachi{
	height: 39px;
}

.block-heading-footer, .block-heading-block-left{
	margin-bottom: 10px;
}
.block-heading-footer span, .block-heading-block-left span{
	display: inline-block;
	border-bottom: 2px solid #959595;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}
.block-heading-block-left span{
	color: #334141
}
.menu-footer{
	padding: 0;
	margin:0;
}
.menu-footer a{
	color: #000
}
.menu-footer a:hover{
	color: #0081bb
}
.menu-footer li{
	padding: 5px 0;
}
.menu-footer li:last-child{
	padding-bottom: 0
}
.menu-footer-2{
	display: inline-block;
	width: 100%;
	margin:0;
	padding: 0;;
	font-size: 13px;
}
.menu-footer-2 li:first-child{
	padding-left: 0
}
.menu-footer-2 li{
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.menu-footer-2 li:after{
	content: "/";
	color: #fff;
	position: absolute;
	right: -4px;
	top:0;
}
.menu-footer-2 li:last-child:after{
	content: '';
}
.menu-footer-2 a{
	color: #000;
}
.menu-footer-2 a:hover{
	color: #0081bb
}
.modal-header .btn{
	float: right;
}
.headerSearch{
	margin-top: 15px;
    padding: 4px;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    webkit-box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);
box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);

}
.main-menu-box{
	float: left;
}
.iconnn-search{
	float: right;
    font-size: 20px;
    line-height: 50px;
    height: 55px;
    position: relative;
    z-index: 99;
}
#iconnn-ne{
	cursor: pointer;
}
.headerSearch-sp{
	display: none;
	padding: 4px;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);
    box-shadow: 1px 1px 1px 0px rgba(161,161,161,1);
    position: absolute;
    top: 100%;
    right: 0;
    width: 335px;
    font-family: 'Roboto';
}
.headerSearch-sp input{
	width: 75%;
    float: left;
}
.btn-search{
	background: #334141;
    color: #fff;
    margin-left: 7px !important;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    font-family: 'Roboto';
    float: right;
    line-height: 30px;
    width: 22%;
}
.btn-search:hover{
	background: #475a5a;
	color: #fff
}
.headerSearch input{
	box-shadow: none;
	border-radius: 4px !important
}
*:focus{
	outline: none !important;

	box-shadow: none !important;
}
.modal-header{
	line-height: 35px;
	font-size: 16px;
}
.contact-main{
	width: 800px;
	margin:0 auto;
}
.contact-main .input-group {
    position: relative;
    display: inline-block;
    width: 100%;
    border-collapse: separate;
}
.contact-main textarea{
	height: 99px;
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #333;
    border-radius: 5px;
}
.contact-main .form-control{
	border:1px solid #333;
	border-radius: 5px !important;
	box-shadow: none;
	height:40px;

}
.btn-send{
	padding: 7px 20px;
	background: #334141;
	color: #fff;
	border-radius: 5px;
	border:none;
	text-transform: uppercase;
}
.page-main-list{
	margin-bottom: 30px;
	border-bottom: 1px dashed #333;
}
.page-main-list .img img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.page-main-list h3 a{
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	
}
.page-main-list h3{
	margin-bottom: 15px;
	height: 43px;
}
.page-main-list .des{
	padding-bottom: 15px;
	color: #989898
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #334141;
    border-color: #334141;
}
.pagination>li>a, .pagination>li>span{
	color: #334141;
}
.bodytext-sp table{
	margin-bottom: 15px;
}
.bodytext-sp ul{
	list-style: disc;
	padding-left: 15px !important;
}
.grid-news{
	position: relative;
	padding: 10px;
	border:1px solid #ebebeb;
	margin-bottom: 30px;
}
.grid-news .img{
	margin-bottom: 15px;
}
.grid-news .img img{
	width: 100%;
	height: auto;
}
.grid-news h3 a{
	color: #333;
	min-height: 38px;
	margin-bottom: 15px;
}
.breadcrumbs-wrap {
	position: relative;
	margin-bottom: 15px;
	background: #f5f5f5;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ebebeb;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}

.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	margin-bottom: 5px;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}
.google-map iframe{
	border:3px solid #333 !important;
	width:100%;
	border-radius: 5px;

}
#particles-js{
	position:absolute;
	width:100%;

}
.content-about{
	background:#334141;
	color:#fff;
	padding:22px 30px;
	position:relative;
	border-top: 15px solid #fff;
	border-right: 15px solid #fff;
	z-index: 1
}
.gioi-thieu .img{
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 0;
}
.block-sp{
	background-position:bottom;
	background-size:100% 100%
}
.block-about{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff
}
.accordion-page-box .panel{
box-shadow: none;
    background: none;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px dashed #566c6c;
}
.accordion-page-box .panel:last-child{
	border-bottom: none;
}
.accordion-page-box{
    background: #425353;
    padding: 38px 20px 0px 20px;
  
    margin-top: -35px;
    width: 100%

}
.accordion-page-box:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top:8px solid transparent;
	border-right:8px solid #232c2c;
	border-bottom:8px solid #232c2c;
	border-left:8px solid transparent;
	top:0;
	right:100%;
}
.accordion-page-box:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #232c2c;
	border-left:8px solid #232c2c;
	top:0;
	left:100%;
}
.accordion-page a{
		-o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition:.25s;
}
.accordion-page a:hover{

}
.accordion-page{
	padding: 10px 0;
}
.accordion-page h3 a{
	color: #fff;
	padding: 6px 0px;
	    width: 100%;
    display: inline-block;
        position: relative;
        text-transform: uppercase;
}
.accordion-page .arrow-acc:after {
    content: '\f105';
    position: absolute;
    right: 0;
    
    font: normal normal normal 14px/1 FontAwesome;
}
.accordion-page .arrow-acc.collapsed:after {
    content: '\f107';
}
.accordion-page h3 a{
	color: #fff;
	font-weight: 400
}
.accordion-page .fa{
	margin-right: 6px;
}
.accordion-des{
	padding: 15px 0;
	position: relative;
}
.accordion-des .xem-them{
	margin-left: 10px;
	color: #ba0e96;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px dotted #ba0e96;
}
.accordion-des .xem-them:hover{
	color: #a00a80
}
.panel{
	box-shadow: none;
}

.cong-trinh #sync1 .item {
  background: none;
  padding: 0px;

  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.cong-trinh #sync1 .des{
	text-align: left;
	color: #000;
	margin-bottom: 15px;
}
.cong-trinh #sync2 .item {
  background: #fff;

  color: #fff;
  text-align: center;
  cursor: pointer;
}
.cong-trinh #sync2 .owl-nav{
	margin-top: 0;

	top:0;
	bottom: 0;
}
.detail-cong-trinh h3{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.detail-cong-trinh .date .fa{
	margin-right: 6px;
}
.detail-cong-trinh{
	margin-bottom: 30px;
}
.detail-cong-trinh .date{
	color: #989898;
	border-bottom: 1px solid #989898;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.detail-cong-trinh .des{
	font-weight: 500;
	margin-bottom: 15px;
}
.cong-trinh #sync2{
	margin-bottom: 20px;
}
.cong-trinh #sync2 .owl-nav .owl-prev, .cong-trinh #sync2 .owl-nav .owl-next{
    width: 20px;
    bottom: 0px;
    position: absolute;
    top: 0px;
    background: #798282;
    padding: 5px;
    margin:0;
    border-radius: 0
}
.cong-trinh #sync2 .owl-nav .owl-prev{
	left: 0px;
	position: absolute;
}
.cong-trinh #sync2 .owl-nav .owl-next{
	right: 0px;
	position: absolute;
}
.cong-trinh #sync2 .item h1 {
  font-size: 18px;
}
.cong-trinh #sync2 .current .item {
  background: #0c83e7;
}
.cong-trinh .owl-theme {
  /*default owl-theme theme reset .disabled:hover links */
}
.cong-trinh .owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.cong-trinh .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}
.cong-trinh #sync1.owl-theme {
  position: relative;
  margin-bottom: 10px;
}
.cong-trinh #sync1.owl-theme .owl-next, .cong-trinh #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.cong-trinh #sync1.owl-theme .owl-prev {
  left: 10px;
}
.cong-trinh #sync1.owl-theme .owl-next {
  right: 10px;
}
.heading-lq{
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #435454;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.box-congtrinh-viewed{
	background: #f9f8f9;
	padding: 15px;
}
.congtrinh-viewed{
	padding: 15px 0;
	
	border-bottom: 1px dashed #000;
}
.congtrinh-viewed:first-child{
	padding-top: 0
}
.congtrinh-viewed:last-child{
	border:none;
	padding-bottom: 0
}
.congtrinh-viewed img{
	width: 100%;
	height:auto;
	margin-bottom:7px;
}
.congtrinh-viewed .title{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: 700;
}
.block-heading-block-left_1{
	background: #435454;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	font-weight: 700
}
.box-congtrinh-viewed{
	padding: 15px;
}
.grid-related-news img{
	width: 120px;
	height: 70px;
	float: left;
}
.grid-related-news{
	margin-bottom: :10px;
}
.news-l{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #000
}
.news-l:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none
}
.news-l img{
	float:left;
	width:100px;
	height:75px;
	margin-right:10px;
}
.box-top{
	float:right;
}
.hotline1{
	float:left;
	margin-right:50px;
	    margin-top: 10px;
}
.hotline1 .tieude{
	margin-bottom:5px;
}
.hotline1 a{
	color:#000;
	font-weight:700
}