<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "font.css";
 @charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	border: 0;
}
::selection {
	background-color: #005AAA;
	color: #fff;
}







::-webkit-selection {
 background-color:#005AAA;
 color: #fff;
}
-webkit-::selection {
	background-color: #005AAA;
	color: #fff;
}







::-moz-selection {
 background-color:#005AAA;
 color: #fff;
}
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0 10px;
}
.showText p {
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.showText img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.showText ul {
	padding-bottom: 15px;
}
.showText ul li {
	margin-left: 35px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.bannerInside {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}
.bannerMain {
	position: relative;
	overflow: hidden;
	height: auto;
}
.banner li {
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
.banner li img{width: 100%; height: auto;}
.posBL {
	left: 0px;
	bottom: 0px;
}
.pagiBanner {
	position: relative;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 1;
}
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: #ccc;
	text-indent: -100000px;
	margin: 0 5px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	border: solid #fff 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
	background: #ff7300;
}
.pagiBanner_2, .pagiBanner_3 {
	position: relative;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.header {
	height: 180px;
	position: relative;
	background: url(../images/website/bg_header.jpg) center left no-repeat;
}
.menu {
	float: right;
	padding: 0;
	margin-top: 90px;
	margin-right: 10px;
}
.menu * {
	list-style: none;
}
.menu &gt; li + li {
	margin-left: 30px;
}
.menu &gt; li {
	float: left;
	position: relative;
}
.menu &gt; li &gt; a {
	display: block;
	height: 50px;
	line-height: 45px;
	position: relative;
	z-index: 2;
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.menu &gt; li &gt; a i {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 7px;
	color: inherit;
	font-size: 17px;
}
.menu &gt; li &gt; a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: #f26821;
	opacity: 0;
	z-index: 2;
}
.menu &gt; li:hover &gt; a {
	color: #F26821;
}
.menu &gt; li:hover &gt; a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu &gt; li:hover &gt; ul, .menu &gt; li:hover &gt; ul &gt; li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.menu &gt; li.active &gt; a {
	color: #EF1E23;
}
.menu &gt; li.active &gt; a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu &gt; li &gt; ul {
	position: absolute;
	top: 96%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	min-width: auto;
	z-index: 3;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	display: block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform-origin: center top 0px;
	-moz-transform-origin: center top 0px;
	-webkit-transform-origin: center top 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	border-top: solid #f26821 2px;
}
.menu &gt; li &gt; ul &gt; li &gt; ul {
	position: absolute;
	top: 0px;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	min-width: auto;
	z-index: 3;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	display: block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform-origin: center top 0px;
	-moz-transform-origin: center top 0px;
	-webkit-transform-origin: center top 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	border-top: solid #f26821 2px;
}
.menu &gt; li &gt; ul:before {
	content: "";
	border: solid 7px transparent;
	border-bottom-color: #f26821;
	width: 0;
	height: 0;
	position: absolute;
	top: -7px;
	left: 17px;
	z-index: 2;
	display: none;
}
.menu &gt; li &gt; ul:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 3px;
	right: -3px;
	bottom: -3px;
	z-index: 0;
	background: rgba(0, 0, 0, 0.05);
}
.menu &gt; li &gt; ul &gt; li, .menu &gt; li &gt; ul &gt; li &gt; ul &gt; li {
	z-index: 2;
	position: relative;
	margin: 0;
	color: #3D3D3D;
	font-weight: 500;
	font-size: 14px;
	padding: 0 15px;
	background: #EDEDED;
}
.menu &gt; li &gt; ul &gt; li:first-child {
	padding-top: 10px;
	/* border-radius: 3px 3px 0 0; */



	/* -webkit-border-radius: 3px 3px 0 0; */



	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
}
.menu &gt; li &gt; ul &gt; li:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
}
.menu &gt; li &gt; ul &gt; li:last-child &gt; a {
	border: none;
}
.menu &gt; li &gt; ul &gt; li a {
	display: block;
	white-space: nowrap;
	color: inherit;
	line-height: 40px;
	font-size: inherit;
	background: rgba(255, 255, 255, 0);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	padding: 0 24px 0 0;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 17px;
}
.menu &gt; li &gt; ul &gt; li a:hover {
	color: #f26821;
}
.menu &gt; li &gt; ul &gt; li &gt; a &gt; span {
	display: none;
}
.menu &gt; li &gt; ul &gt; li:hover {
	z-index: 3;
}
.menu &gt; li &gt; ul &gt; li:hover &gt; a {
	padding: 0 12px 0 12px;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}
.menu &gt; li &gt; a, .menu &gt; li &gt; a:after, .menu &gt; li &gt; ul &gt; li &gt; a {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.logo_top {
	position: absolute;
	top: 35px;
	left: 320px;
	z-index: 1;
}
.doitac_home {
	padding: 30px 0;
	background: #f8f8f8;
}
.logo_thuonghieu {
	float: left;
	width: 186px;
	list-style: none;/* margin-left: 1px; */
}
.logo_thuonghieu_box {
	margin-left: 10px;
	margin-right: 10px;
}
.logo_thuonghieu img {
	width: 100%;
	height: 100px;
	line-height: 0;
	background: #fff;
	margin-bottom: 0px;
	border: solid #ccc 1px;
}
.logo_thuonghieu img:hover {
}
.placeNav_2 {
	position: absolute;
	top: 35%;
	z-index: 3;
	color: #fff;
	font-size: 70px;
	width: 30px;
	height: 70px;
	line-height: 55px;
	text-align: center;
	/* background: #fff; */



	opacity: 0;
}
.placeNav {
	position: absolute;
	top: 40px;
	z-index: 3;
	color: #999;
	font-size: 20px;
	width: 15px;
	line-height: 20px;
	height: 25px;
	background: rgba(51, 51, 51, 0.69);
	text-align: center;
	opacity: 0;
}
.placeNav.prev, .placeNav_2.prev {
	left: 10px;
	padding: 10px;
	top: 40px;
}
.placeNav_2.next {
	right: 10px;
	top: 40px;
	text-indent: 3px;
}
.placeNav.next {
	right: 0;
	text-indent: 3px;
	padding: 10px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2 {
	opacity: 1;
}
.placeNav:hover, .placeNav_2:hover {
	color: #fff;
	background: #00000091;
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_doiac {
	width: 1300px;
}
.titBox {
	display: table;
	text-align: center;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
}
.titBox .desc {
	display: block;
	font-size: 16px;
	color: #C800C8;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}
.title_page {
	margin-bottom: 30px;
	position: relative;
}
.title_page h3 {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	font-weight: normal;
	padding-left: 150px;
	margin: 0;
	text-transform: uppercase;
}
.title_page h3:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 6px;
	z-index: 1;
	height: 5px;
	width: 120px;
	background: #f26821;
}
.footer_page {
	padding: 30px 0;
	background: #E5E7E9;
	text-align: center;
}
.footer_page ul h3 {
	padding-top: 30px;
	color: #f26821;
	font-size: 17px;
	font-weight: normal;
}
.footer_page ul h3 a {
	color: #f26821;
}
.footer_page ul h3 a:hover, .duan_id_text ul h3 a:hover {
	color: #005AAA;
}
.page_conten_page {
	padding-top: 40px;
	padding-bottom: 40px;
}
.showText h2 {
	color: #f26821;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 20px;
}
.share_link .fa {
	padding: 6px;
	font-size: 20px;
	width: 30px;
	border-radius: 50%;
	text-decoration: none;
	margin: 5px 5px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
/* Add a hover effect if you want */



.share_link .fa:hover {
	opacity: 0.7;
}
/* Set a specific color for each brand */







/* Facebook */



.share_link .fa-facebook {
	background: #3B5998;
	color: white;
}
/* Twitter */



.share_link .fa-twitter {
	background: #55ACEE;
	color: white;
}
.share_link .fa-google {
	background: #dd4b39;
	color: white;
}
.share_link h3 {
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
	float: left;
	padding-top: 12px;
	padding-right: 15px;
}
.share_link {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid #CCC 1px;
}
.other_link {
	padding-top: 20px;
}
.other_link ul h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 20px;
}
.other_link ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}
.other_link ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 1;
	height: 2px;
	width: 60px;
	background: #f26821;
}
.other_link ul li a {
	display: block;
	color: #333;
	line-height: 32px;
	font-size: 20px;
	font-weight: normal;
	padding-left: 76px;
}
.other_link ul li a:hover {
	color: #f26821;
}
.duan_id {
	border-bottom: #CCC 1px solid;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.duan_id_images {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	display: block;
}
.duan_id_images img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
}
.duan_id_images img:hover, .pro_id ul li img:hover, .silde_cataloge li img:hover {
	transform: scale(1.2);
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.duan_id_text {
	float: right;
	width: 45%;
}
.duan_id_text li, .tt_cc li {
	float: left;
	text-align: center;
	border: solid #666 1px;
	padding: 10px 20px;
	list-style: none;
	font-size: 30px;
	line-height: 25px;
	color: #777;
	font-weight: normal;
}
.duan_id_text li span, .tt_cc li span {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: normal;
	color: #777;
}
.duan_id_text ul {
	float: left;
	padding-left: 20px;
	width: 430px;
}
.duan_id_text ul h3 a {
	color: #f26821;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 33px;
	font-weight: normal;
	padding-bottom: 0;
	display: block;
}
.duan_id_text ul h4 {
	color: #555;
	text-transform: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}
.duan_id_text p, .gt_sp ul p {
	color: #555;
	font-size: 17px;
	line-height: 28px;
	padding-top: 20px;
}
.duan_id_text h5, .gioithieu_home ul h4, .cata_top_home ul h4, .home_id_2 ul h4 {
	margin-top: 20px;
	position: relative;
}
.duan_id_text h5:after, .gioithieu_home ul h4:after, .cata_top_home ul h4:after, .home_id_1 ul h4:after, .home_id_3 ul h4:after, .home_id_2 ul h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 1;
	height: 2px;
	width: 40px;
	background: #f26821;
}
.duan_id_text h5 a, .gioithieu_home ul h4 a, .cata_top_home ul h4 a, .home_id_1 ul h4 a, .home_id_3 ul h4 a, .home_id_2 ul h4 a {
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.duan_id_text h5 a:hover, .gioithieu_home ul h4 a:hover, .cata_top_home ul h4 a:hover, .home_id_1 ul h4 a:hover, .home_id_3 ul h4 a:hover, .home_id_2 ul h4 a:hover {
	color: #f26821;
}
.duan_id_text h5 i, .gioithieu_home ul h4 i, .cata_top_home ul h4 i, .home_id_1 ul h4 i, .home_id_3 ul h4 i, .home_id_2 ul h4 i {
	color: #f26821;
	padding-left: 10px;
	font-size: 18px;
}
.nums {
	float: right;
	margin-top: 0;
	text-align: center;
}
.nums li {
	list-style: none;
	display: inline-table;
}
.nums a {
	font-size: 19px;
	display: block;
	margin: 0 6px 0 0;
	padding: 5px;
	line-height: 25px;
	height: 25px;
	width: 25px;
	table-layout: inherit;
	text-align: center;
	color: #f26821;
	background: #ffffff;
	border: #f26821 1px solid;
	text-decoration: none;
	/* border-radius: 20px; */



	/* -webkit-border-radius: 20px; */



	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background: #f26821;
	color: #ffffff;
	border: #f26821 1px solid;
}
.nums a.stay {
	background: #ffffff;
	border: #f26821 1px solid;
	color: #f26821;
}
.tt_cc {
	margin-bottom: 30px;
}
.tt_cc h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 0;
}
.tt_cc p {
	font-size: 17px;
	line-height: 30px;
	color: #777;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.text_lienhe h3, .contact h3 {
	color: #f26821;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 0;
}
.text_lienhe p, .contact p {
	font-size: 17px;
	line-height: 30px;
	color: #777;
	font-style: italic;
	padding-bottom: 20px;
}
.text_lienhe li {
	float: left;
	list-style: none;
	line-height: 0;
	width: 550px;
	display: none;
}
.text_lienhe ul {
	float: none;
	width: auto;
	margin-top: 15px;
}
.text_lienhe ul iframe {
	width: 100%;
	height: 450px;
}
.text_lienhe li img {
	width: 100%;
	height: auto;
}
.text_lienhe h4 {
	color: #333;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 20px;
}
.text_lienhe h4 a {
	color: #333;
}
.text_lienhe h4 a:hover {
	color: #f26821;
}
.text_lienhe h4 i {
	color: #f26821;
	font-size: 20px;
	padding-right: 10px;
}
.contact {
	margin-top: 30px;
}
.formBox li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
}
.formBox li input, .formBox li textarea {
	border-bottom: solid 1px #E1E1E1;
	height: 45px;
	color: #999;
	padding: 0 10px 0 35px;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	resize: vertical;
	box-sizing: border-box;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 197px;
	color: #999;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}
.contact .left input {
	width: 100%;
}
.contact .right input, .contact .right textarea {
	width: 100%;
}
.formBox li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.formBox li.name:after {
	background-image: url("../images/website/contact/c_name.png")
}
.formBox li.phone:after {
	background-image: url("../images/website/contact/c_phone.png");
}
.formBox li.mail:after {
	background-image: url("../images/website/contact/c_mail.png");
}
.formBox li.local:after {
	background-image: url("../images/website/contact/c_local.png");
}
.formBox li.subject:after {
	background-image: url("../images/website/contact/c_subject.png");
}
.formBox li.mess:after {
	background-image: url("../images/website/contact/c_mess.png");
}
.formBox li.code:after {
	background-image: url("../images/website/contact/c_code.png");
}
.formBox li.day:after {
	background-image: url("../images/website/contact/day.png");
}
.formBox li.songuoi:after {
	background-image: url("../images/website/contact/songuoi.png");
}
.formBox .button {
	float: right;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px;
	margin-left: 10px;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
	color: #f26821;
	background: #ffffff;
	white-space: nowrap;
	/* border-radius: 5px; */



	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: solid 1px #f26821;
}
.formBox .button:hover {
	color: #FFF;
	background: #f26821;
}
.formBox li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	padding: 0 10px;
	font-weight: normal;
	z-index: 2;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.gt_sp {
	padding-bottom: 10px;
}
.gt_sp li {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0 0 20px 1px #81818173;
	-moz-box-shadow: inset 0 0 20px 1px #81818173;
}
.gt_sp img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
}
.gt_sp ul {
	float: right;
	width: 45%;
}
.gt_sp ul h3, .gt_sp ul h3 p {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 0;
}
.chitiet_kithuat {
	padding: 15px 0;
}
h4.title_baiviet {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-top: 10px;
}
.chitiet_sp ul h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	padding-bottom: 20px;
}
.pro_id ul {
	float: left;
	border: solid #f26821 1px;
	width: 270px;
	text-align: center;
	background: #fff;
	padding: 11px;
	transition: all .3s;
	margin-left: -1px;
	margin-bottom: -1px;
}
.pro_id ul li, .pro_id ul li img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
	display: block;
}
.pro_id ul h3 {
	color: #333;
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: capitalize;
	padding-top: 10px;
	min-height: 60px;
}
.pro_id ul:hover h3 {
	color: #f26821;
}
.box_pro {
	padding: 40px 0;
	background: #f8f8f8;
}
.chitiet_sp li {
	float: left;
	width: 600px;
	border: solid #f26821 1px;
	list-style: none;
	line-height: 0;
}
.chitiet_sp li img {
	width: 100%;
	height: auto;
}
.chitiet_sp ul {
	float: right;
	width: 530px;
}
.chitiet_sp ul p {
	color: #555;
	font-size: 17px;
	line-height: 28px;/* padding-top: 20px; */
}
.chitiet_sp ul h4 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: capitalize;
	border-top: solid #CCC 1px;
}
.camket_home {
	background: url(../images/website/bg_2.jpg) center center no-repeat #005AAA;
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.camket_home li {
	float: right;
	width: 50%;
	list-style: none;
	line-height: 0;
	display: none;
}
.camket_home li img {
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.camket_home ul {
	position: relative;
 0: 150px top: 130px;
	z-index: 1;
	width: 45.5%;
	float: left;
	margin-left: 150px;
	margin-top: 100px;
}
.camket_home ul h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	color: #D0D0D0;
	margin-bottom: 22px;
	padding-left: 60px;
}
.camket_home ul h3 span {
	float: right;
	border: solid #005aaa8a 3px;
	padding: 7px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #f26821;
	font-size: 27px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.camket_home ul:before {
	content: "\f10d";
	position: absolute;
	left: 0;
	top: -10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 40px;
	color: #f26821;
	box-sizing: inherit;
}
.camket_home ul:after {
	content: "\f10e";
	position: absolute;
	right: 33%;
	bottom: 15px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 40px;
	color: #f26821;
	box-sizing: inherit;
}
.camket_home h2 {
	position: absolute;
	background: url(../images/website/logo_2.png) center left 150px no-repeat;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #fff;
	line-height: 55px;
	font-weight: normal;
	padding-left: 240px;
	margin: 0;
	text-transform: uppercase;
}
.camket_home h2:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 6px;
	z-index: 1;
	height: 5px;
	width: 120px;
	background: #f26821;
}
.gioithieu_home {
	padding-top: 165px;
	background: url(../images/website/bg_1.jpg) left center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding-bottom: 165px;
	height: 370px;
}
.gioithieu_home ul:after {
	content: "";
	position: absolute;
	left: -90px;
	top: -165px;
	z-index: 1;
	height: 700px;
	width: 100px;
	background: #fff;
}
.gioithieu_home ul {
	float: left;
	width: 30%;
	padding-left: 18%;
}
.gioithieu_home ul p {
	color: #4E4D4D;
	font-size: 21px;
	line-height: 37px;
	text-align: justify;
}
/* Position the image container (needed to position the left and right arrows) */



.container {
	position: relative;
}
/* Hide the images by default */



.mySlides {
	display: none;
}
/* Add a pointer when hovering over the thumbnail images */



.cursor {
	cursor: pointer;
}
/* Next &amp; previous buttons */



.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: #A3DAF2;
}
/* Position the "next button" to the right */



.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */



.prev:hover, .next:hover {
	background-color: #3E7AAC;
}
/* Number text (1/3 etc) */



.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* Container for image text */



.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
	display: none;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Six columns side by side */



.column {
	float: left;
	width: 16.66%;
	margin-top: 50px;
}
/* Add a transparency effect for thumnbail images */



.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
.silde_cataloge {
	text-align: center;
	padding: 50px 0;
	background: #fff;
}
.silde_cataloge li {
	display: inline-table;
	margin: 0 10px;
	width: 270px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.silde_cataloge li img {
	width: 100%;
	height: auto;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.silde_cataloge li:hover {
	transform: translateY(-10px);
}
.cata_top_home {
	padding: 50px 0;
	background: #EDF0F5;
}
.cata_top_home li {
	float: left;
	list-style: none;
	line-height: 0;
	width: 700px;
	margin-left: -130px;
}
.cata_top_home li img {
	height: auto;
	width: 100%;
}
.cata_top_home ul {
	float: right;
	width: 35%;
	padding-top: 30px;
}
.cata_top_home ul h3 {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	font-weight: normal;
	padding-right: 150px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.cata_top_home ul h3:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 1;
	height: 5px;
	width: 120px;
	background: #f26821;
}
.cata_top_home ul p {
	color: #555;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}
.icon_page_home {
	position: absolute;
	left: 60%;
	top: 20%;
	z-index: 1;
}
.icon_page_home ul li, .icon_page_home ul li img {
	width: 90px;
	list-style: none;
	line-height: 0;
	height: 90px;
	display: block;
	float: none;
}
.home_id_1 ul h3 span, .home_id_3 ul h3 span {
	position: absolute;
	left: 45px;
	top: 60px;
	z-index: 1;
	font-size: 50px;
}
.home_id_1 ul h3, .home_id_1 ul h3 p, .home_id_3 ul h3 {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 35px;
	font-weight: normal;
	padding-left: 80px;
	text-transform: uppercase;
	margin-bottom: 30px;
	/* position: relative; */
}
.home_id_1 ul h3:after, .home_id_3 ul h3:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 1;
	height: 5px;
	width: 132px;
	background: #f26821;
}
.home_id_1 ul:before {
	content: "H";
	position: absolute;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 100%;
	display: inline-block;
	text-rendering: auto;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
	transform: translate(-20px, 0px);
	font-size: 280px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	line-height: 100px;
}
.home_id_3 ul:before {
	content: "S";
	position: absolute;
	left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	top: -60px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 250px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	line-height: 100px;
}
.home_id_1 ul p, .home_id_3 ul p {
	color: #555;
	font-size: 18px;
	line-height: 32px;
	padding-top: 0px;
	padding-left: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home_id_1 ul h4, .home_id_3 ul h4 {
	margin-top: 20px;
	position: relative;
	margin-left: 160px;
}
.home_id_1 ul, .home_id_3 ul {
	float: left;
	position: relative;
	width: 45%;
	/* padding-top: 50px; */
}
.home_id_1 li, .home_id_3 li {
	float: right;
	list-style: none;
	line-height: 0;
	width: 50%;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0 0 20px 1px #81818173;
	-moz-box-shadow: inset 0 0 20px 1px #81818173;
}
.home_id_1 li img, .home_id_3 li img, .home_id_2 li img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
}
.home_id_1 {
	padding-top: 120px;
	position: relative;
	padding-bottom: 40px;
}
.home_id_1:after {
	content: "HPE SOLAR";
	position: absolute;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	top: 2%;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(-10px, 0);
	font-size: 120px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	line-height: 100px;
	text-transform: uppercase;
}
.home_id_3:after {
	content: "smart home";
	position: absolute;
	right: 2%;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 2%;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 100px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100px;
}
.home_id_3 {
	padding-top: 120px;
	position: relative;
	padding-bottom: 110px;
}
.home_id_2 {
	padding-top: 120px;
	position: relative;
	padding-bottom: 80px;
}
.home_id_2:after {
	content: "inverter";
	position: absolute;
	right: 50%;
	font-family: Arial, Helvetica, sans-serif;
	top: 2%;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 120px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100px;
}
.home_id_2 li {
	float: left;
	list-style: none;
	line-height: 0;
	width: 50%;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0 0 20px 1px #81818173;
	-moz-box-shadow: inset 0 0 20px 1px #81818173;
}
.home_id_2 ul {
	float: right;
	position: relative;
	width: 45%;
	/* padding-top: 50px; */
}
.home_id_2 ul h3, .home_id_2 ul h3 p {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 35px;
	font-weight: normal;
	padding-right: 140px;
	text-transform: uppercase;
	margin-bottom: 20px;
	/* position: relative; */
}
.home_id_2 ul:before {
	content: "IN";
	position: absolute;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 100%;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(20px, 0);
	font-size: 280px;
	color: #F6F6F6;
	box-sizing: inherit;
	z-index: -1;
	font-weight: 600;
	line-height: 100px;
}
.home_id_2 ul h3:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 45px;
	z-index: 1;
	height: 5px;
	width: 132px;
	background: #f26821;
}
.home_id_2 ul h3 span {
	position: absolute;
	right: 35px;
	top: 60px;
	z-index: 1;
	font-size: 50px;
}
.home_id_2 ul p {
	color: #555;
	font-size: 18px;
	line-height: 32px;
	padding-top: 0px;
	padding-right: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#menuMobile {
	display: none;
}
</pre></body></html>