   @charset "utf-8"; 
/* CSS Document */
/*-----------------------------------------------  
index.css  
07/11/2016
NguyenAnhNhat 
-----------------------------------------------*/
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
    background-color: #000000;
}

.title_banner {
	width: 100%;
	float: left;
	line-height: 0;
}
.title_banner img {
	max-width: 100%;
}
.sub_banner {
	/* font-weight: bold; */
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 1.7;
	letter-spacing: 9px;
}
.banner .inner .sub_banner {
	padding-top: 18px;
}
.banner .inner .icon_arrow {
	float: left;
	margin-left: 300px;
	margin-top: 100px;
}
.banner .inner .icon_arrow img:hover {
	opacity: 0.8;
}
#content {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.area1 {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 5%;
	background: #F2F2F2;
	padding-bottom: 20%;
}
.new {
	width: 932px;
	float: left;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 20px;
	box-sizing: border-box;
}
.title_news {
	display: table;
	width: 100%;
	font-size: 30px;
	background: url(../img/new_detail/bg_title.png) no-repeat left center;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0px 20px 46px;
	margin-bottom: 40px;
	overflow: hidden;
}
.title_news .ttext {
	display: table-cell;
	width: 730px;
}
.title_news .date {
	display: table-cell;
	text-align: right;
	font-size: 12px;
	vertical-align: bottom;
	padding-bottom: 16px;
}
.par {
	text-align: left;
	font-size: 14px;
}
.img_new {
	margin-top: 38px;
	line-height: 0;
	margin-bottom: 54px;
}
.new_left {
	width: 50%;
	float: left;
	padding-right: 24px;
	box-sizing: border-box;
	padding-bottom: 65px;
}
.row {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.row:last-child .new_left {
	padding-bottom: 0;
}
.new_right {
	width: 50%;
	float: right;
	padding-left: 24px;
	box-sizing: border-box;
}
.new_right ul {
	list-style: none;
	padding-top: 88px;
}
.new_right ul li {
	font-size: 14px;
}
.new_right ul li a {
	color: #3da5c7;
	text-decoration: none;
}
.new_right ul li a:hover {
	color: #ff5500;
	text-decoration: underline;
}
.new_right ul li a:active {
	color: #aaaaaa;
}
/*.blue a {
	color: #3da5c7;
	text-decoration: none;
}
.blue a:hover {
	text-decoration: underline;
}
.orange a {
	color: #ff5500;
	text-decoration: none;
}
.orange a:hover {
	text-decoration: underline;
}
.gray a {
	color: #aaaaaa;
	text-decoration: none;
}
.gray a:hover {
	text-decoration: underline;
}*/
.title_left {
	font-size: 28px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.img_left {
	margin-top: 40px;
	line-height: 0;
}
.side_new {
	width: 230px;
	float: right;
	padding-top: 10px;
}
.box {
	width: 100%;
	border-radius: 5px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: 33px;
}
.jam {
	background: url(../img/common/icon_next.png) no-repeat 0px 7px;
}
.box_item:hover {
	opacity: 0.8;
	cursor: pointer;
}
.title_side {
	width: 220px;
	margin: 5px 5px 35px 5px;
	float: left;
	font-size: 16px;
	color: #fff;
	background: #FF5500;
	border-radius: 5px;
	padding: 15px 0px 15px 22px;
	box-sizing: border-box;
	font-weight: bold;

}
.box ul {
	width: 220px;
	margin: 5px 5px 35px 5px;
	list-style: none;
	padding-left: 24px;
	box-sizing: border-box;
}
.box ul li {
	width: 100%;
	float: left;
	background: url(../img/new_detail/icon_back.png) no-repeat left center;
	margin-bottom: 15px;
}
.box ul li:last-child {
	margin-bottom: 0;
}
.box ul li a {
	padding-left: 20px;
	color: #000;
	text-decoration: none;

}
.box ul li a:hover {
	text-decoration: underline;
}
.back_tile a {
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	right: 100px;
	font-family: sans-serif;
	text-decoration: none;
}
.pos_2 {
	margin-top: 32px;
}

.btn a {
	width: 60px;
	font-size: 19px;
	font-weight: bold;
	padding-top: 6px;
	color: #000;
	text-decoration:none;
}
.btn a:hover {
	text-decoration: underline;

}
.back_tile a {
	color: #000!important;
	font-weight: bold!important;
}
@media screen and (max-width: 767px) {
	.about {
		background: url('../img/about_sp/icon_next.png') no-repeat 18% 47%;
	}
	.about.jam {
		background: url('../img/about_sp/icon_next.png') no-repeat 11% 47%;
	}
	.inner {
		width: 100%;
		padding: 0% 8%;
		box-sizing: border-box;
	}
	.new {
		width: 100%;
		overflow: hidden;
		padding: unset;
		box-sizing: border-box;
	}
	.title_news {
		font-size: 21px;
		background: url(../img/new_detail/bg_title.png) no-repeat left center;
		border-bottom: 1px solid #d6d6d6;
		padding: 5% 0% 5% 5%;
		margin-bottom: 5%;
	}
	.title_news .ttext {
		width: auto;
	}
	.img_new {
		width: 100%;
		float: left;
		margin-top: 5%;
		line-height: 0;
		margin-bottom: 5%;
	}
	.img_new img {
		max-width: 100%;
	}
	.new_left {
		width: 100%;
		float: left;
		padding-right: 0;
		box-sizing: border-box;
		padding-bottom: 0;
		margin-bottom: 8%;
	}
	.new_right {
		width: 100%;
		float: right;
		padding-left: 0;
		box-sizing: border-box;
		margin-bottom: 10%;
	}
	.img_right {
		width: 100%;
		float: left;
		line-height: 0;
		text-align: center;
	}
	.img_left {
		text-align: center;
	}
	.img_left img {
		max-width: 100%;
	}
	.img_right img {
		max-width: 100%;
	}
	.new_right ul {
		list-style: none;
		padding-top: 0;
	}
	.new_right ul li {
		font-size: 14px;
	}
	.side_new {
		width: 100%;
		float: right;
		padding-top: 0;
	}
	.box {
		width: 100%;
		border-radius: 5px;
		margin: auto;
		overflow: hidden;
		background: #fff;
		padding: 2% 2% 0% 2%;
		margin-bottom: 5%;
		box-sizing: border-box;
	}
	.title_side {
		width: 100%;
		float: left;
		margin: 0;
		font-size: 16px;
		color: #fff;
		background: #FF5500;
		border-radius: 5px;
		padding: 3% 0% 3% 5%;
		box-sizing: border-box;
		font-weight: bold;
	}
	.box ul {
		width: 100%;
		float: left;
		margin: 0;
		list-style: none;	
		margin: 5% 0% 5% 5%;
		box-sizing: border-box;
		padding-left: 0;
	}
	.box ul li {
		width: 100%;
		float: left;
		background: url(../img/new_detail/icon_back.png) no-repeat left center;
		margin-bottom: 15px;
	}
	.box ul li a {
		padding-left: 8%;
		color: #000;
		text-decoration: none;

	}
	#header .inner {
		width: 100%;
		float: left;
		padding: 0;
	}
	.main_menu .brackcrum > span {
		padding: 0;
		padding-left: 10%;
	}
	.main_menu .brackcrum > span:nth-child(n+2) {
		background-position: 7px center;
	}
	.main_menu .brackcrum {
		padding-top: 1%;
		float: left;
		padding-left: 0;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    color: #FFFFFF;
	    /*line-height: 2.1;*/
	    font-size: 14px;
	}
	.back_tile a {
        color: #000;
        font-weight: bold;
        position: absolute;
        right: 3%;
    }
/*	.main_menu .brackcrum a {
		line-height: unset;
		color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}*/
}
