@font-face {
    font-family: myFirstFont;
    src: url(../fonts/UVNSaigon_R.ttf);
}

@font-face {
    font-family: 'laxanh';
    src: url(../fonts/laxanh.ttf);
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Montserrat.ttf");
}

div.clearfix{ clear: both;}

body{
	padding: 0;
	margin: 0;	
	background-color: #fefefe;
}

.logo-ctn{
	height: 100px;
	padding: 5px 0px;	
}

.logo-ctn img{
	height: 100%;
	z-index: 11;
	position: relative;
}

.page-spliter{
	margin-top: 10px;
	height: 20px;
	background:url(../images/views/linesplit.png) no-repeat center;
}

*{ box-sizing:border-box;}
ul { list-style: none; margin: 0px; padding: 0px;}
a { text-decoration: none;}


div.navbar{
	background: #36af5f;
	background: -moz-linear-gradient(top,  #36af5f 0%, #149b4e 100%);
	background: -webkit-linear-gradient(top,  #36af5f 0%,#149b4e 100%);
	background: linear-gradient(to bottom,  #36af5f 0%,#149b4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36af5f', endColorstr='#149b4e',GradientType=0 );

    background-position: left top;
    background-repeat: no-repeat;
    height: 45px;
    padding-top: 0px;
    left: 0;
    min-width: 1200px;
    max-width: 100%;
    border-bottom: 1px solid #fff;
}

.navfixed{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	min-width: 1200px;
}

ul.nav{
	border-radius: 0px;
	margin: auto;
	text-align:center;
	margin-bottom: 0px;
	border-bottom: none;
	max-width: 1200px;
}

#slider {
	text-align: center;
	position: relative;
	z-index: -1;
	min-width: 1200px;
}

.site-wrapper{
}

#header {
	background: #7bc475;
	background: -moz-linear-gradient(left,  #7bc475 0%, #bcdd98 50%, #7bc475 100%);
	background: -webkit-linear-gradient(left,  #7bc475 0%,#bcdd98 50%,#7bc475 100%);
	background: linear-gradient(to right,  #7bc475 0%,#bcdd98 50%,#7bc475 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc475', endColorstr='#7bc475',GradientType=1 );
	position: relative;
	min-width: 1200px;
}

#header:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 100%;
	background:url(../Images/views/chimbay2.gif) center  no-repeat,
	url(../Images/views/buombay1.gif) no-repeat left,
	url(../Images/views/chimhot3.gif) right no-repeat,
	url(../Images/views/maivang2.png) no-repeat right 90px center,
	url(../Images/views/tet-2015-binh-than.png) no-repeat right 120px center,
	url(../Images/views/chucmungnammoi.png) no-repeat left;
	background-size: contain;
}

@media screen and (max-width: 1199px) {
	#header:after{
		width:93%;
	}
}

@media screen and (min-width: 1200px) {
	#header:after{
		width:88%;
	}
}

.footer-bottom{
	background: #149B4E;
		
}

.ctn-maxwidth{
	max-width: 1200px; margin: 0 auto; width: 1200px; min-width: 1200px;	
}

.homepage-ic{
	background: url(../images/views/home.png);
}

.home-ic{
	background: url(../images/views/gioithieu-ic.png);
}


.solution-ic{
	background: url(../images/views/giaiphap-ic.png);
}

.website-ic{
	background: url(../images/views/website-ic.png);
}

.download-ic{
	background: url(../images/views/download-ic.png);
}

.hr-ic{
	background: url(../images/views/tuyendung-ic.png);
}

.contacts-ic{
	background: url(../images/views/lienhe-ic.png);
}

.menu-icon
{
	background-size: auto 70%;
	background-repeat: no-repeat;
	padding: 10px 25px 12px;
	padding-left: 35px;
	background-position: 5px 5px;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	transition: all 0.3s;
	position: relative;
}

.menu-icon:hover{
	background-color: #0C8741 !important;	
}

.menu-icon + .menu-icon:before{
	content: "";
	position: absolute;
	left: -10px;
	height: 100%;
	width: 10px;
	display: none;
}

.navbar-collapse.in {
	overflow-y: hidden !important;
}

.menu-icon a
{
	color: #fff !important;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 3px;
	font-family: 'laxanh';
}

.menu-icon:hover a, .menu-icon:active a
{
	margin-top: 20px;
}


.navbar-default .navbar-toggle {
	border-color: #FFF;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: rgba(253, 253, 253, 1);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #007236;
}

#soldiv{
	min-width: 1200px;
	max-width: 1200px;
	margin: auto;
}

#categories-solutions{
	margin-top: 10px;
}

.sol-item{
	min-height: 110px;
	width: 236px;
	display: inline-block;
	background: red;
	border: 1px solid #fff;
	transition: all 0.2s;
	position: relative;
}

.sol-item:after{
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	background-color: #F9DC17;
	bottom: 0px;
	transition: all 0.2s;
}

.sol-item:hover:after{
	height: 5px;
}

.sol-item:hover {
	transform: scale(1.2);
}


.sol-item:active {
	transform: scale(1.1);
}

.img-avt{
	width: 70px;
	height: 70px;
	margin: 20px 5px 5px;
	float: left;
}

.sol-name{
	float: left;
	color: #FFF;
	font-size: 14px;
	width: 150px;
	text-align: center;
	margin-top: 38px;
	text-transform: uppercase;
	font-family: 'laxanh';
	transform: scale(1, 1.2);
}


h3.title{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 24px;
	color: #f00;
	font-family: laxanh;
}

.news-list
{
	margin: 0px;
	padding: 0px;
	margin: 10px auto;
	width: 100%;
	font-family: 'laxanh';
	min-width: 1200px;
	list-style-position: inside;
}

.news-list > div
{
	margin-bottom: 20px;
	word-wrap: break-word;
	text-align: justify;
	background: url(../images/views/calender-ic.png) no-repeat;
	background-size: 60px auto;
	background-position: 10px 5px;
	padding-left: 80px;
}

.news-desc{
	font-family: "tahoma";
	font-size: 13px;
	line-height: 18px;
}

.news-item{
	width: 48%;
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.datetime{
	position: absolute;
	z-index: 99;	
	left: 30px;
	top: 25px;
}

.datetime > div{
	color: #d9232b;	
	font-family: 'laxanh';
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
	text-align:center;
}

.datetime > div.date-month{
	font-size: 13px;
	line-height: 14px;
}

h4.news-title{
	margin-bottom: 5px; 
	margin-top: 0px;
}

h4.news-title a{
	color: #FF3300;
	font-weight: bold;
}

.content{
	width: 1200px;
	margin: auto;
}

.content-in1{
	width: 60%;
	float: left;
	padding-right: 50px;
}

.content-in2{
	width: 38%;
	float: left;
	position: relative;
}

h2.title-title{
	color: #f1ff7c;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: laxanh;
}

h3.title-title2{
	margin-top: 10px;
	margin-bottom: 5px;
}

.viewmore {
	padding: 10px;
	color: #fff;
	font-family: myFirstFont;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-top: 0px;
	display: inline-block;
	transition: all 0.5s;
}

.viewmore:hover
{
	background: #fff;
	color: #E7492D;	
}

.any-class{
	width: auto !important;
}

.any-class li{
	margin-right: 10px;
	height: auto !important;
}

#nextcustom, #prevcustom {
	padding: 5px !important;
}

.content-ac{
	color: #39F;
	margin-bottom: 5px;
}

.actor .actor-info{
	float: left;
	width: 300px;
	padding: 10px;
}



.actor .actor-info .name{
	color: #FF6;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: myFirstFont;
}

.actor .actor-info .unit{
	color: #F3F3F3;
	font-size: 16px;
}

.actor img{
	width: 80px;
	float: left;
	margin: 10px;
}

#website-list{
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

.img-website{
	width: 90%;
    max-height: 172px;
	margin: auto;
}

#website-list > ul > li{
	display: inline-block;
	width: 280px;
	margin-bottom: 10px;
	text-align: center;
	height: 240px;
}

.name-web{
	width: 90%;
	margin: auto;
	height: 40px;
	font-family: 'laxanh';
	margin-top: 3px;
	color: #FF3300;
}

.content > div p {
	color: #fff;
	font-family: myFirstFont;
	text-align: justify;
}

.feedback {
    width: 50%;
    margin: 10px auto !important;
}

#footer{
	min-width: 1200px;
}

#footer .content-text
{
	padding-top: 10px !important;
	color: #fff;
	font-family: 'tahoma';
	font-size: 13px;
	width: 50%;
	padding-bottom: 10px;
}

#footer .content-text span
{
	color: #FF6;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

#footer .content
{
	position: relative;
}

#footer .content-text a
{
	color: #FF6;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.support{
	margin-top: 2px;	
	padding-bottom: 10px;
}

.support a, .support
{
	color: #FF6;
	letter-spacing: 1px;
	font-family: 'Tahoma';
	font-size: 14px;
}

.support a:hover{
	text-decoration: underline;
}

.social{
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-family: 'laxanh';
}

.social .social-item{
	width: 30px;
	margin-right: 10px;
	text-align: right;
}

#group-categories, #group-content{
	
}

#group-categories{
	width: 25%;
	float: left;
}

#group-content{
	width: 75%;
	float: right;
	padding: 10px;
	padding-right: 50px;
	padding-left: 40px;
	line-height: 24px;
	font-size: 14px;
	font-family: myFirstFont;
	color: #555;
	text-align: justify;
	min-height: 350px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-right-width: 4px;
	border-left: none;
	border-bottom: none;
}

h1.titlecontent
{
	margin-top: 5px;	
	color: #FF3300;
	font-family: 'laxanh';
}


ul.grouplist{
	padding: 5px;
}

ul.grouplist > li{
	padding: 10px;
	padding-left: 35px;
	margin-bottom: 3px;
	cursor: pointer;
	background-image: url(../images/views/giaiphap-ic.png);
	background-position: 5px 10px;
    background-size: 25px 25px;
	background-repeat: no-repeat;
	background-color: #149B4E;
	position: relative;
}

ul.grouplist > li:hover{
	background-color: #006220;
}

ul.grouplist > li a{
	color: #fff;
}

ul.grouplist > li:hover a, ul.grouplist > li.active a{
	color: #fff;
}

ul.grouplist > li.active .triagle{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 10px solid #006220;
	border-bottom: 10px solid transparent;
	position: absolute;
	z-index: 99;
	right: -10px;
	top: 10px;
}


ul.grouplist > li a{
	font-family: 'laxanh';
	
}

ul.grouplist > li.active{
	background-color: #006220;
}

.grouplist-fixed{
	position: fixed;
	width: 300px;
	top: 50px;	
}

.grouplist-last{
	position: absolute;
	bottom: 0px;
	width: 300px;	
}

.content-box{
	width: 1200px;
	margin: 10px auto;	
	padding-top:15px;	
	position: relative;	
	/*border: 2px solid #0A9C0B;
	border-top-width: 4px;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
}

.form-control {
	margin-bottom: 5px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-button{
	border: none;
	outline: none;
	color: #fff;
	border-radius: 4px;
	background: #306924;
	padding: 10px;
}

.address{
	text-align: left;
	margin: 10px auto;
	width: 50%;
	float: left;
}

.map-canvas{
	height: 200px;
	background:#E2E2E2;
	width: 50%;
	float: left;
	margin: 10px auto;
}

h3.truso{
	color: #1E9E54;
	
}



.pagination {
    text-align: right;
    margin-bottom: 20px;
	margin-right: 5px;
}

.pagination span a, .pagination span b  {
    display: inline-block;
    padding: 5px 9px;
    margin-right: 4px;
    border-radius: 0px;
    background: #149B4E;
    font-size: .875em;
    text-decoration: none;
	font-family: 'laxanh';
    color: #fff;
}

.pagination span a:hover{
    background: #006220;
}

.pagination span b {
	display: inline-block;
    border: none;
    background: #616161;
    color: #f0f0f0;
}

.page.gradient {
    background: #0A9C0B;
}


.newslist{
	margin-top: 30px;
}


.newslist .newslist-item{
	padding-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
	font-family: laxanh;
	
	margin-bottom: 15px;
}

.newslist .newslist-item .newslist-image{
	padding: 2px;
	width: 180px;
	height: 130px;
	border: 1px solid #390;
	float:left;
	margin-right: 10px;
}

.newslist .newslist-item .newslist-image img{
	width: 100%;
	max-height:100%;
}

.newslist .newslist-item .newslist-image:hover{
	opacity: 0.6;
}


.newslist .newslist-item .newslist-title, .newdetail-title{
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
}

.newslist .newslist-item .newslist-title a, .newdetail-title{
	font-weight: bold;
	color: #0A9C0B;
}

.newslist .newslist-item .newslist-title a:hover{
	text-decoration: underline;
}

.newslist .newslist-item .newslist-desc{
	font-family: 'Tahoma';
}

.newsdetail-content{
	line-height: 20px;
}

.others-item{
	margin-top: 20px;	
}

.others-itemlist li a{
	color: #1e9e54;
}

.others-itemlist > li{
	padding-bottom: 2px;
	padding-top: 2px;
}

span.datenews {
    display: inline-block;
    background: #F30;
    color: #fff;
    line-height: 15px;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 11px;
    margin-right: 5px;
	padding-bottom: 2px;
}

.hotline{
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 1px 1px #888;
	font-family: 'laxanh';
	font-size: 15px;
}

.hotline > span
{
	color: #FF6;
}

.indexboxnews{
	height: 50px; min-width: 1200px;
	width: 100%;
	background-size: 100% 100% !important;
	
}

.viewallnews
{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}