@font-face {
    font-family: 'VNFRalewayRegular';
    src: url('../fonts/vnfraleway-regular.eot');
    src: url('../fonts/vnfraleway-regular.eot') format('embedded-opentype'),
         url('../fonts/vnfraleway-regular.woff2') format('woff2'),
         url('../fonts/vnfraleway-regular.woff') format('woff'),
         url('../fonts/vnfraleway-regular.ttf') format('truetype'),
         url('../fonts/vnfraleway-regular.svg#VNFRalewayRegular') format('svg');
}

@font-face {
    font-family: 'VNFRalewayExtraBold';
    src: url('../fonts/vnfraleway-extrabold.eot');
    src: url('../fonts/vnfraleway-extrabold.eot') format('embedded-opentype'),
         url('../fonts/vnfraleway-extrabold.woff2') format('woff2'),
         url('../fonts/vnfraleway-extrabold.woff') format('woff'),
         url('../fonts/vnfraleway-extrabold.ttf') format('truetype'),
         url('../fonts/vnfraleway-extrabold.svg#VNFRalewayExtraBold') format('svg');
}

@font-face {
    font-family: 'UTM GodWordItalic';
    src: url('../fonts/utmgoditalic.eot');
    src: url('../fonts/utmgoditalic.eot') format('embedded-opentype'),
         url('../fonts/utmgoditalic.woff2') format('woff2'),
         url('../fonts/utmgoditalic.woff') format('woff'),
         url('../fonts/utmgoditalic.ttf') format('truetype'),
         url('../fonts/utmgoditalic.svg#UTM GodWordItalic') format('svg');
}



/* Basic Styles
================================================== */
body,html {
	font: normal 0.875em/1.6 "VNFRalewayRegular", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	background:#1A1E1F;
	width: 100%;
	overflow-x: hidden;
}
a,
a:hover { text-decoration:none; color: #FFF; }



/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'VNFRalewayRegular', arial;
	font-weight:normal;
}
p{}

strong {
	font-family: "VNFRalewayExtraBold";
}




/* header
================================================== */
header {
	background:#28292B;
	height:60px;
	width:100%;
	position: fixed;
	/*overflow: hidden;*/
	z-index: 100;
}

logo {
	position: absolute;
	width: 183px;
	height: 29px;
	background: url('../images/logo_mobile.png');
	left: 50%;
	margin-left: -91.5px;
	top: 12px;
}

logo .logo_img {
	display: block;
	width: 256px;
	height: 40px;
	margin: auto;
	margin-top: 10px;
}

menuicon {
	position: absolute;
	top: 21px;
	left: 16px;
	width: 18px;
	height: 18px;
	background: url('../images/menu.png');
	cursor: pointer;
}

menu {
	position: absolute;
	background:#1A1E1F;
	width:100%;
	top: -280px; /* 60 - 280 */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	z-index: 99;
}

.nav {
	color: #9A9A9A;
	margin: auto;
	width: 95%;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-family: "VNFRalewayExtraBold";
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-color: #505050 ;
	border-bottom-style: dashed;
}

menu .nav.active {
	color: #fff;
}

menu .nav.nodash {
	border-bottom-style: none;
}

/*==================  LANGUAGE  ==================*/

header language {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
}

header language .en {
	background: url('../images/icon_lang_en.png');
	
}

header language .vn {
	background: url('../images/icon_lang_vn.png');
	
}

header language .en,
header language .vn {
	width: 32px;
	height: 32px;
	display: block;
}

header language .en.active,
header language .vn.active {
	width: 32px;
	height: 32px;
	display: block;
}

/*==================  SOCIAL  ==================*/

footer social {
	text-align: center;
	display: block;
	top: 19px;
	right: 25px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-top: 17px;
	margin-bottom: 20px;
}

/* footer
================================================== */
footer {
	display: block;
	background: #28292B;
	width: 100%;
	height: 230px;
	font-size: 12px;
	color: #9A9A9A;
}

footer a {
	font-family: "VNFRalewayExtraBold";
	color: #b6b4b5;
	font-size: 18px;
}

footer a:active {
	color: #fff;
}

footer .btn {
	position: relative;
	display: block;
	margin: auto;
	width: 90%;
	height: 36px;
	text-align: center;
	background-color: #484848;
	margin-bottom: 5px;
	line-height: 36px;
}

footer .icon {
	position: absolute;
	left: 11px;
}

footer .search [type=text] {
	font-family: "VNFRalewayRegular";
	font-size: 14px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
	border: none;
	color: #b6b4b5;
}

footer .search input:focus::-webkit-input-placeholder {
	color: transparent;
}

footer .copyright {
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

/*==================  MAIN  ==================*/

#main {
	display: block;
	width: 100%;
	height: auto;
	background: #1A1E1F;
	padding-top: 60px;
	color: #9A9A9A;
}

#main .page {
	width: 100%;
	height: auto;
	background: #1A1E1F;
	position: relative;
}

.pagetitle {
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}

.content {
	width: 100%;
	background-color: #1A1E1F;
}

.loadmore {
	width: auto;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

.sitebtn {
	display: block;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
	width: 90%;
	text-align: center;
	font-family: "VNFRalewayExtraBold";
	font-size: 18px;
}

pagination {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 50%;
	bottom: 10px;
}

pagination .pageitem {
	background: url('../images/icon_pagination.png');
	width: 14px;
	height: 14px;
	display: block;
	float: left;
}

pagination .active {
	background: url('../images/icon_pagination_active.png') no-repeat;
	margin-left: 3px;
	margin-right: 3px;
}

/*==================  HOME  ==================*/

#pHome .slider {
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}

#pHome .slider .item {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#pHome .slider .item img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
}

#pHome .slider .item desc {
	position: absolute;
	width: 440px;
	text-align: right;
	right: 15px;
	bottom: 10px;

	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

#pHome .slider .item desc .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 25px;
	line-height: 29px;
}

#pHome .slider .item desc .desc {
	font-size: 11px;
	margin-bottom: 10px;
}

#pHome .slider .item desc .viewmore {
	width: 144px;
	height: 37px;
	border: #fff solid 1px;
	float: right;
	text-align: center;
	line-height: 37px;
	background: rgba(0, 0, 0, 0.6);
	font-family: "VNFRalewayExtraBold";
}

/*==================  PRODUCT  ==================*/

#pProduct .content {
	padding-bottom: 20px;
}

#pProduct .category {
	margin: auto;
	width: 90%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-family: "VNFRalewayExtraBold";
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #979797;
	border-bottom-color: #979797;
	color: #979797;
	margin-top: 20px;
}

#pProduct .btn {
	color: #9A9A9A;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#pProduct .thumb,
#pProject .thumb {
	position: relative;
	display: block;
	margin: auto;
	width: 90%;
	height: 310px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pProduct .thumb img,
#pProject .thumb img {
	width: 100%;
}

#pProduct .thumb .info,
#pProject .thumb .info {
	position: absolute;
	display: block;
	width: 100%;
	height: 115px;
	bottom: 0px;
	background-color: #000;
	text-align: center;
	color: #9A9A9A;
}

#pProduct .thumb .info .title,
#pProject .thumb .info .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 20px;
	width: 90%;
	margin: auto;
	margin-top: 5px;
}

#pProduct .thumb .info .split,
#pProject .thumb .info .split {
	width: 76px;
	height: 1px;
	background-color: #9A9A9A;
	margin: auto;
	margin-bottom: 5px;
}

#pProduct .thumb .info .desc,
#pProject .thumb .info .desc{
	width: 90%;
	margin: auto;
}

/*==================  PRODUCT DETAIL ==================*/

#pProductDetail .img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

#pProductDetail .title,
#pProductDetail .split,
#pProductDetail .desc,
#pProductDetail .price {
	width: 90%;
	margin: auto;
}

#pProductDetail .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}

#pProductDetail .split {
	height: 1px;
	background-color: #9A9A9A;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pProductDetail .price {
	font-size: 18px;
	padding-bottom: 10px;
}

#pProductDetail .desc {
	padding-bottom: 20px;
}

#pProductDetail .back {
	margin-bottom: 20px;
}

#pProductDetail .imgHolder {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

/*==================  PROJECTS  ==================*/

#pProject .content {
	padding-bottom: 20px;
}

#pProject .item {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0px;
	background-color: #000;
	cursor: pointer;
}

#pProject .item .img {
	background-color: #000;
}

#pProject .item .img img {
	min-width: 100%;
	min-height: 100%;
}

#pProject .item .viewicon {
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -48px;
	color: #fff;
	font-size: 11px;
	opacity: 0;
}

#pProject .item .info {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #c2c2c2;
}

#pProject .item .info .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 18px;
	text-align: center;
}

#pProject .item .info .split {
	width: 40px;
	height: 1px;
	background: #8b8b8b;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pProject .item .info .expand {
	width: 100%;
	height: auto;
}

#pProject .item .info .desc {
	text-align: center;
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	color: #8b8b8b;
}

#pProject .item .info .readmore {
	width: 40%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #8b8b8b solid 1px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #8b8b8b;
	background: #fff;
}

#pProject .controller,
#pProjectDetail .controller {
	position: absolute;
	width: 51px;
	cursor: pointer;
}

#pProject .controller img,
#pProjectDetail .controller img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -5px;
}

#pProject .left,
#pProjectDetail .left {
	top: 0px;
	height: 100%;
	left: 0px;
	background: url('../images/shadow_left.png');
}

#pProject .right,
#pProjectDetail .right {
	top: 0px;
	height: 100%;
	right: 0px;
	background: url('../images/shadow_right.png');
}

/*==================  PROJECT DETAIL  ==================*/

#pProjectDetail .content {
	overflow: hidden;
}

#pProjectDetail .slider {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#pProjectDetail .imgHolder {
	position: absolute;
	min-height: 400px;
}

#pProjectDetail .img {
	position: absolute;
	min-height: 400px;
}

#pProjectDetail .controller {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 14px;
	height: 21px;
}

#pProjectDetail .controller.left {
	left: 15px;
}

#pProjectDetail .controller.right {
	right: 15px;
}

#pProjectDetail .controller img {
	width: 100%;
	height: 100%;
}

#pProjectDetail .title,
#pProjectDetail .split,
#pProjectDetail .desc,
#pProjectDetail .price {
	width: 90%;
	margin: auto;
}

#pProjectDetail .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}

#pProjectDetail .split {
	height: 1px;
	background-color: #9A9A9A;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pProjectDetail .price {
	font-size: 18px;
	padding-bottom: 10px;
}

#pProjectDetail .desc {
	padding-bottom: 20px;
}

#pProjectDetail .back {
	margin-bottom: 20px;
}

#pProjectDetail .imgHolder {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

/*==================  PROJECT INDEX  ==================*/

#pProjectIndex .content {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

#pProjectIndex .title {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: "VNFRalewayExtraBold";
	font-size: 18px;
}

#pProjectIndex .type {
	width: 20%;
	position: absolute;
	left: 0%;
	height: 100%;
	background-color: #fff;
	border-right: #8b8b8b solid 1px;
}

#pProjectIndex li {
	padding-left: 20px;
	cursor: pointer;
}

#pProjectIndex .active,
#pProjectIndex li:hover {
	background-color: #8b8b8b;
	color: #fff;
	padding-left: 25px;
}

#pProjectIndex .list {
	position: absolute;
	left: 20%;
	width: 20%;
	height: 100%;
	background-color: #fff;
}

#pProjectIndex .view {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 40%;
	overflow: hidden;
}

#pProjectIndex .view img {
	min-width: 100%;
	min-height: 100%;
}

#pProjectIndex .view .info {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

#pProjectIndex .view .name {
	color: #fff;
	float: left;
	padding-top: 5px;
}

#pProjectIndex .view .viewBtn {
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 30px;
	float: right;
	font-size: 13px;
	border: #fff solid 1px;
}

/*==================  CLIENTS  ==================*/

#pClient {
	padding-bottom: 20px;
}

#pClient .thumb {
	position: relative;
	display: block;
	margin: auto;
	width: 90%;
	height: 282px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#pClient .thumb .imgHolder {
	width: 100%;
	height: 150px;
	text-align: center;
	line-height: 150px;
	background-color: #fff;
	overflow: hidden;
}

#pClient .thumb .imgHolder img {
	width: 70%;
	height: auto;
}

#pClient .thumb .info {
	position: absolute;
	display: block;
	width: 100%;
	max-height: 200px;
	background-color: #000;
	text-align: center;
	color: #9A9A9A;
	padding-bottom: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-width: 1px;
	border-color: #9A9A9A;
	border-style: solid;
}

#pClient .thumb .info .title {
	font-family: "VNFRalewayExtraBold";
	font-size: 20px;
	width: 90%;
	margin: auto;
	margin-top: 5px;
}

#pClient .thumb .info .split {
	width: 76px;
	height: 1px;
	background-color: #9A9A9A;
	margin: auto;
	margin-bottom: 5px;
}

#pClient .thumb .info .desc{
	width: 90%;
	margin: auto;
}

/*==================  CONTACT  ==================*/

#pContact {
	padding-bottom: 40px;
}

#pContact .info {
	position: relative;
	width: 90%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

#pContact .info .row {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
}

#pContact .info .name {
	width: 30%;
}

#pContact .info .desc {
	width: 60%;
	font-family: "UTM GodWordItalic";
}

#pContact .info .name,
#pContact .info .desc {
	display: block;
	float: left;
}

#pContact .title {
	color: #fff;
	font-size: 24px;
	width: 100%;
	text-align: center;
	margin-top: 20px;

}

#pContact .contact {
	width: 90%;
	margin: auto;
}

#pContact .contact input,
#pContact .contact textarea {
	font-family: "VNFRalewayRegular";
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: #8b8b8b solid 1px;
	background: rgba(0, 0, 0, 0.6);
	color: #b6b4b5;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
	font-size: 14px;
}

#pContact .contact .message {
	height: 105px;
}

#pContact .contact input:focus::-webkit-input-placeholder,
#pContact .contact textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/*==================  LOCATION  ==================*/

#pContactMap {
	padding-bottom: 30px;
}

#pContactMap .map {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

#pContactMap .map img {
	width: 100%;
	display: block;
	margin: auto;
}

/*==================  ABOUT US  ==================*/

#pAbout .content {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

#pAbout .menu {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#pAbout .menu .item {
	background: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	display: block;
	margin-bottom: 5px;
}

#pAbout .menu .item:hover,
#pAbout .menu .item.active {
	background: #fff;
	color: #333;
}

#pAbout .line {
	width: 100%;
	height: 1px;
	background-color: #333;
	margin-bottom: 15px;
}

#pAbout .sub_content {
	width: 100%;
	overflow: hidden;
}

#pAbout .sub_content img {
	width: 100%;
	height: auto;
}

#pAbout .sub_content p {
	
}

/*==================  CUSTOMER SERVICE  ==================*/

#pCustomer .content {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

#pCustomer .menu {
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#pCustomer .menu .item {
	background: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	display: block;
	margin-bottom: 5px;
}

#pCustomer .menu .item.active {
	background: #fff;
	color: #333;
}

#pCustomer .line {
	width: 100%;
	height: 1px;
	background-color: #333;
	margin-bottom: 15px;
}

#pCustomer .sub_content {
	width: 100%;
	overflow: hidden;
}

#pCustomer .sub_content img {
	
}

#pCustomer .sub_content p {
	
}
