
html, body {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #211e1f;
    line-height:24px;
	background-color:#fff;
	
}
a{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
strong{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
a:hover{
	text-decoration:none;
}
/* Bounce In */
.hvr-bounce-in {
vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-wobble-horizontal {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-bob {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.hvr-grow {
  display:block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Float */
.hvr-float {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Forward */
.hvr-forward {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.item-hvr img
{
	 -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.6s;
	  transition-duration: 0.6s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
}
.item-hvr:hover img
{
	-webkit-transform: scale(1.05);
     transform: scale(1.05);
	 opacity:1;
}
.img-hvr
{
	background-color:#fff;
	overflow:hidden;
}
.img-hvr img
{
	display:block;
	width:100%;
}
.item-hvr1 img
{
	 -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.6s;
	  transition-duration: 0.6s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
}
.item-hvr1:hover img
{
	-webkit-transform: scale(1.05);
     transform: scale(1.05);
	 opacity:1;
}
.img-hvr1
{
	background-color:#000;
	overflow:hidden;
}
.img-hvr1 img
{
	display:block;
	width:100%;
}
.text-center
{
	text-align:center;
}
.mr-auto
{
	margin:auto;
}
.page-one
{
	padding-top:35px !important;
}
.page-one-bg
{
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}
.inner-col-right
{
	padding-left:20px;
}
.line-home
{
	padding-top:40px;
	padding-bottom:40px;
	background-size:cover;
	background-position:center center;
}
.line
{
	width:45px;
	height:4px;
	background-color:#a9a9a9;
	display: block
}
.wc
{
	padding-top:45px;
	padding-bottom:45px;
	position:relative;
}
.content-wc
{
	margin-top:15px;
	line-height:22px;
}
.img-wc
{
	width:100%;
	position:relative;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.img-wc:before
{
	
}
.img-wc img
{
	display:block;
	width:100%;
	position:relative;
	z-index:2;
}
.title-wc
{
	font-weight:700;
	line-height:28px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
	font-size:28px;
}
.title-wc a
{
	font-weight:500;
	color:#583823;
	font-size:18px;
}
.title-wc span
{
	color:#583823;
	font-size:24px;
	display:block;
	font-weight:700;
	margin-top:4px;
	text-transform:none !important;
}
.title-wc strong
{	
	font-weight:700;
	text-transform:uppercase;
	line-height:38px;
	font-size:30px;
	display:block;
	
}
.title-wc a:hover
{
	color:#946a41;
}
.title-wc strong:hover
{
	color:#946a41;
}
.title-video-home
{
	padding-left:10px;
	border-left:solid 3px #583823;
	margin-top:20px;
}
.title-video-home strong
{
	display:block;
	font-weight:800;
	color:#583823;
	font-size:18px;
}
.title-video-home span
{
	display:block;
	color:#583823
}
.title-home
{
	font-size:28px;
	text-transform:uppercase;
	color:#583823;
	font-weight:500;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.title-home strong
{
	font-weight:800;
}
.title-home a
{
	color:#583823;
	font-weight:800;
}
.title-home a:hover
{
	color:#946a41;
}
.title-home-pro a
{
	color:#fff;
}
.title-home-pro a:hover
{
	color:#946a41;
}
.title-home-w a
{
	color:#fff;
}
.title-home-news
{
	width:auto;
	float:left;
}
.link-viewmore
{
	display:inline-block;
	background-color:#946a41;
	color:#fff;
	padding:12px 30px;
-webkit-border-radius: 100px;
border-radius: 100px;
   margin-top:15px;
   font-size:14px;
}
.link-viewmore:hover
{
	color:#424242;
	background-color:#f0ce6f
}
.link-download-profile
{
	background-color:#f1f2f2;
	color:#878787;
	font-weight:700;
}
.link-download-profile:hover
{
	background-color:#f0ce6f;
	color:#424242;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
	overflow: hidden;
}
.video-container img
{
	display:block;
	width:100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:99;
}
.intro-cat-home
{
	margin-top:10px;
	margin-bottom:15px;
}
/**/
.box-cathome
{
	padding-top:60px;
	padding-bottom:60px;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.box-cathome .title-home
{
}
.box-cathome .title-home a
{
	color:#fff;
}
.box-cathome1
{
	padding-top:60px;
	padding-bottom:80px;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.intro-box-cathome1
{
	line-height:24px;
}
.intro-box-cathome
{
	color:#fff;
	line-height:24px;
}
.btn-slide-cat-home
{
	top:50% !important;
	margin-top:-24px;
}
.intro-box-cathome
{
	
}
.container-cathome
{
	min-height:420px;
}
.swiper-container-cathome
{
	position:absolute;
	left:10px;
	top:0;
	width: auto;
	overflow:hidden;
}
.swiper-container-cathome .swiper-container
{
	max-width:1700px;
}
.swiper-slide-item-cathome
{
	width:640px;
}
.swiper-container-cathome1
{
	position:absolute;
	right:10px;
	top:0;
	width: auto;
	overflow:hidden;
	max-width:1300px;
}
.swiper-container-cathome1 .swiper-container
{
}
.swiper-slide-item-cathome1
{
	width:640px;
}
.box-cathome1 .btn-prev-slide-home
{
	right:40px;
}
.item-cathome
{
	
	overflow:hidden;
	position:relative;
}
.item-catpage
{
	border:solid 1px #d7d7d7;
	margin-bottom:30px;
}
.inner-item-cathome
{
	position:relative;
}
.title-subcat-home
{
	background-color:#0774bb;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding:12px 15px;
	margin:0;
}
.title-subcat-home a
{
	color:#fff;
}
.col-cat
{
	background-color:#f5f5f5
}
.col-cat ul
{
	margin:0;
	padding:0;
}
.col-cat ul li
{
	display:block;
}
.col-cat ul li a
{
	display:block;
	padding:12px 10px;
	border-bottom:solid 1px #fff;
	font-size:15px;
	font-weight:600;
	color:#424242
}
.col-cat ul li a:hover
{
	color:#0774bb
}
.col-cat ul li a:hover i.fa
{
	color:#189d06;
}
.col-pro
{
	border-top:solid 2px #0774bb;
}
.col-pro-page
{
	border-left:solid 1px #d7d7d7
}
.item-cathome img
{
	display:block;
	width:100%;
}
.item-cathome:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	content:"";
	z-index:9;
	display:none
}
.name-item-cathome
{
	text-align:center;
	font-size:18px;
	font-weight:700;
	padding:25px 15px;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	transition: all 0.2s ease-out;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:10
}
.item-cathome:hover .name-item-cathome
{
	transform: translate(0,0px);
	
}
.name-item-cathome a
{
	color:#fff;
}
.name-item-cathome a:hover
{
	color:#e5c070
}
.item-cathome:hover .name-item-cathome
{
}
.intro-item-cathome
{
	text-align:center;
	background-color:#fff;
	padding-bottom:15px;
	
}
.inner-intro-item-cathome
{
	padding:15px 15px
}
.mask-cat
{
	position:absolute;
	width:100%;
	height:100%;
	visibility:hidden;
	display:table;
	color:#fff;
	transition: all 0.9s ease-out;
}
.inner-mask-cat
{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}
.item-cathome:hover .mask-cat
{
	transform: translate(0,-100%);
	transition: all 0.9s ease-out;
	visibility:visible;
}
.mask-cat a
{
	font-size:18px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	color:#3e281b;
	text-transform:uppercase;
}
.mask-cat a:hover
{
	color:#fff;
}
.intro-mask-cat
{
	padding:0 20px;
}
/*Sản phâm*/
.line-pro-home
{
	background-color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
.tab-home
{
	margin:0;
	padding:0;
	margin-top:0px;
	width:100%;
	margin-top:5px;
	text-align:center;
	margin-top:20px;
}
.tab-home li
{
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	
}
.tab-home li a
{
	display:inline-block;
	padding:12px 10px;
	font-weight:700;
	color:#414043;
	border:solid 1px #d7d7d7;
	-webkit-border-radius: 3px;
   border-radius: 3px;
}
.tab-home li:last-child a
{
	
}
.tab-home li a:hover
{
	background-color:#563722;
	border-color:#563722;
	color:#fff;
}
.item-pro
{
	position:relative;
    overflow:hidden;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	text-align:center;
	margin-bottom:10px;
}
.item-pro-home
{
	margin-bottom:0;
	margin-top:10px;
}
.item-pro-page
{
	margin-bottom:30px;
}
.item-pro-list
{
	position:relative;
	overflow:hidden;
	
}
.item-pro .size-item-pro
{
	color:#6d6e71;
}
.img-pro
{
	
}
.catname-pro-item
{
	margin-bottom:0px;
}
.catname-pro-item a
{
	text-decoration:underline;
	color:#999;
}
.catname-pro-item a:hover
{
	color:#946a41;
}
.inner-item-pro{
	
}
.pro-item-name
{
	font-weight:700;
	color:#3e281b;
	font-size:16px;
	margin:0;
	padding:5px 0;
	padding-top:15px;
}
.pro-item-name a
{
	color:#3e281b;
}
.pro-item-img
{
	background-color:#000;
	margin-left:5px;
	margin-right:5px;
}
.pro-item-img img
{
	width:100%;
	display:block;
}
.pro-item-name a:hover
{
	color:#946a41;
}
.pro-item-name-col
{
	font-weight:700;
	color:#3e281b;
	font-size:14px;
	margin:0;
	padding:0;
	margin-top:0px;
}
.pro-item-name-col a
{
	color:#3e281b;
}
.pro-item-name-col a:hover
{
	color:#946a41;
}
.content-item-pro
{
	padding:15px 0px;
	padding-top:10px;
	padding-bottom:0
}
.ul-filter
{
	padding:0;
	margin:0;
}
.ul-filter li
{
	display:block;
	padding-top:3px;
}
.ul-filter li span
{
	display:inline-block;
	
}
.ul-filter li strong
{
	font-weight:700;
	color:#3e281b;
}
.ul-filter li .fil-cl
{
	
	width:32px;
	height:12px;
	margin-top:6px;
	margin-left:5px;
	border:solid 2px #1b75bc
}
.intro-item-pro ul
{
	margin:0;
	padding:0;
	border-top:solid 2px #d7b959;
	margin-top:15px;
}
.intro-item-pro ul li
{
	display:block;
	border-bottom:solid 1px #e8e4e4;
	padding:10px 0;
	font-weight:700;
}
.intro-item-pro ul li:last-child
{
	padding-bottom:0;
	border-bottom:none;
}
.code-item
{
	font-size:12px;
}
.item-pro:hover
{
	
}
.item-pro:hover a
{
	
}
.btn-pro
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	visibility: hidden;
	z-index: 999;
	transform: translate(0,30px);
	transition: all 0.5s ease-out;
}
.btn-pro a
{
	display:block;
	width:50%;
	text-align:center;
	float:left;
	background-color:#0774bb;
	color:#fff;
	font-weight:600;
	padding:10px 0; 
}
.btn-pro a.a-btn-bg
{
	background-color:#946a41
}
.item-pro:hover .btn-pro
{
	visibility:visible;
    transform: translate(0,0);
}
.item-pro-list:hover .btn-pro
{
	visibility:visible;
    transform: translate(0,0);
}
/*trust*/
.hd-trust-home
{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:0;
	margin-bottom:5px;
	font-weight:700;
	text-transform:uppercase;
	
}
.line-w
{
	background-color:#fff;
	height:3px;
	width:60px;
	margin:auto;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.trust-home
{
	padding-top:30px;
	padding-bottom:20px;
	background-image:url(../images/bg1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.title-trust
{
	font-size:18px;
	color:#fff;
	font-weight:700;
	margin-bottom:10px;
	margin-top:15px;
}
.intro-item-trust
{
	color:#f5f5f5;
	line-height:22px;
}
.timeline{
	position: relative;
	margin-top:30px;
}
/*Line*/
.timeline > li::before{
	content:'';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	left:-19px;
}
/*Circle*/
.timeline > li::after{
    text-align: center;
    padding-top:10px;
	font-size:30px;
	font-weight:700;
	line-height:44px;
	z-index: 10;
	content:counter(item);
	position: absolute;
	width: 58px;
	height: 58px;
	background-color: #814b9d;
	top:0;
	left:-58px;
}
/*Content*/
.timeline > li{
	counter-increment: item;
	padding: 0px 14px;
	margin-left: 0px;
	min-height:60px;
	position: relative;
	color:#fff;
	font-weight:700;
	font-size:16px;
	list-style: none;
	margin-bottom:20px;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}
.timeline > li .intro-trust{
	font-weight:normal;
	color:#d7d7d7;
	font-size:15px;
}
.trust-title-home
{
	font-size:46px;
	color:#fff;
	font-weight:700;
	text-align:center
}
.trust-title-home strong
{
	color:#946a41;
	font-weight:700;
}
.item-trust
{
	text-align:center;
}
.name-item-trust
{
	font-weight:700;
	margin-bottom:4px;
	font-size:18px;
	color:#f39200
}
.timeline > li:hover::after{
	background-color:#f39200
}
/*media*/
.line-video-home
{
	background-color:#f1f2f2;
	padding-top:70px;
	padding-bottom:70px;
}
.item-media
{
	margin-bottom:30px;
}
.item-media .name-item-media
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:700;
	margin-top:15px;
}
.item-media .name-item-media a
{
	color:#3e281b;
}
.item-media .name-item-media a:hover
{
	color:#946a41;
}
.video-detail
{
	padding-bottom:40px;
	padding-top:40px;
	background-color:#f1f2f2
}
.media-detail-name
{
	font-size: 32px;
margin: 0;
    margin-bottom: 0px;
padding: 0;
margin-bottom: 5px;
font-weight: 800;
color: #3e281b;
}
.img-media
{
	-webkit-border-radius: 6px;
border-radius: 6px;
overflow:hidden;
}
.other-video
{
	background-color:#fff;
	padding-top:40px;
	padding-bottom:40px;
}
/*News*/
.line-news-home
{
	background-color:#fff;
}
.item-news
{
	margin-bottom:30px;
	background-color:#fff;
}
.item-news .img-hvr
{
	overflow:hidden;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.content-item-news-page
{
	padding:15px 0;
}
.content-item-news
{
	padding:15px 0;
	background-color:#fff;
}
.item-news .name-item-news
{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	margin-top:10px;
}
.item-news .name-item-news a
{
	color:#424242;
	font-size:20px;
}
.item-news .name-item-news a:hover
{
	color:#946a41;
}
.intro-item-news
{
	margin-top:10px;
	line-height:24px;
}
.more-news
{
	background-color:#f1f2f2;
	padding-top:40px;
	padding-bottom:30px;
}
.item-news-home
{
	margin-bottom:20px;
	overflow:hidden;
}
.name-item-news-home
{
	bottom:0;
	left:0;
	width:100%;
	font-weight:700;
	font-size:16px;
	margin:0;
	padding-bottom:10px;
}
.name-item-news-home a
{
	color:#000;
}
.name-item-news-home a:hover
{
	color:#3e281b
}
.item-news-top1
{
	margin-bottom:30px;
	
}
.content-item-news-top1
{
	background-color:#fff;
	padding:20px;
	position:absolute;
	left:-40px;
	z-index:1;
	top:50%;
	margin-top:-50px;
}
.item-news-top1 .name-item-news
{
	margin:0;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}
.item-news-top1 .name-item-news a
{
	color:#3e281b;
}
.item-news-top1 .intro-item-news-top1
{
	line-height:22px;
}
.item-news-top1 .name-item-news a:hover
{
	color:#3e281b
}
.createdate-home
{
	color:#686868;
	font-size:13px;
	text-transform:uppercase;
}
.img-news-home
{
	margin-bottom:10px;
	overflow:hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:solid 1px #f2f2f2
}
.img-news-home img
{
	display:block;
	width:100%;
	
}
.createdate-home
{
	margin-bottom:3px;
}
.createdate-home a
{
	color:#686868;
	font-weight:500;
	text-transform:uppercase;
	font-size:12px;
}
.createdate-home a:hover
{
	color:#946a41
}
.intro-item-news-home
{
	line-height:24px;
}
/*Dịch vụ*/
.list-service
{
	padding-bottom:0px;
	padding-top:20px;
}
.item-service
{
	position:relative;
	margin-bottom:30px;
}
.inner-item-service
{
}
.item-service .img-ser
{
	width:50%;
}
.item-service img
{
	display:block;
	width:100%;
}
.item-service .name-item-service
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:700;
	margin-top:10px;
	
}
.content-item-service
{
	padding:15px 15px;
	width:310px;
	height:160px;
	position:absolute;
	background-color:#fff;
	right:50px;
	top:50%;
	margin-top:-80px;
	border:solid 1px #d7d7d7;
-webkit-box-shadow: 0px 0px 5px 0px rgba(179,177,179,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(179,177,179,1);
box-shadow: 0px 0px 5px 0px rgba(179,177,179,1);
}
.item-service .name-item-service a
{
	color:#333132;
	font-size:18px;
}
.item-service .name-item-service a:hover
{
	color:#977554;
}
.item-service:hover .content-item-service
{
	background-color:#946a41;
	color:#fff;
	border:solid 1px #946a41;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.intro-item-service
{
	margin-top:10px;
	line-height:22px;
	font-size:14px;
}
.link-detail-service
{
	position:absolute;
	bottom:15px;
	right:70px;
	color:#2b4c4b;
	font-weight:600;
}
.link-detail-service:hover .name-item-service a
{
	color:#fff;
}
.orther-ser
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f2f2f2;
}
.item-service-more
{
	margin-bottom:30px;
}
.item-service-more img
{
	display:block;
	width:100%;
}
.name-item-service-more
{
	font-size:18px;
	font-weight:800;
}
.name-item-service-more a
{
	color:#2b4c4b;
}
.name-item-service-more a:hover
{
	color:#946a41;
}
.intro-item-service-more
{
	line-height:22px;
}
.content-item-service-more
{
	margin-top:15px;
}
/*Dự án*/
.item-proj
{
	padding-bottom:20px;
	margin-bottom:20px;
	width:1300px !important;
	position:relative;
}
.inner-item-proj
{
	width:60%;
}
.info-item-proj
{
	background-color:#946a41;
	padding:30px;
	position:absolute;
	top:50%;
	margin-top:-139px;
	left:100%;
	width:411px;
	height:278px;
	-webkit-border-radius: 5px;
border-radius: 5px;
transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	transition: all 0.55s ease-in-out;
    -webkit-perspective: 1000;
}
.item-proj.swiper-slide-active .info-item-proj
{
	left:55%;
}
.item-proj.swiper-slide-prev .inner-item-proj
{
	float:right;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.item-proj.swiper-slide-prev .info-item-proj
{
	display:none;
}
.item-proj img
{
	display:block;
	width:100%;
}
.item-proj .name-item-proj
{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
}
.content-item-proj
{
	color:#fff;
	margin-top:15px;
	line-height:22px;
}
.item-proj .name-item-proj a
{
	color:#fff;
	font-size:18px;
}
.item-proj .name-item-proj a:hover
{
	color:#f39200;
}
.intro-item-proj
{
	margin-top:10px;
}
.item-proj:hover
{
	
}
.item-proj:hover .btnviewdetail
{
	
}
.item-proj:hover .name-item-proj a
{
	
}
.top-proj-detail
{
	background-color:#fff;
	padding-top:40px;
	padding-bottom:40px;
}
.bot-proj-detail
{
	padding-top:50px;
	padding-bottom:40px;
	background-color:#f1f2f2;
}
.intro-detail-proj
{
	line-height:24px;
}
.btnviewdetail
{
	display:inline-block;
	text-align:center;
	color:#fff;
	background-color:#946a41;
	padding:10px 15px;
	font-weight:700;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.btnviewdetail:hover
{
	background-color:#f39200;
}
.box-reg
{
	background-image:url(../images/bg_duan.jpg);
	padding-top:40px;
	padding-bottom:40px;
}
.frm-reg-col
{
	background-color:#fff;
	border-top:none;
	padding:10px 20px;
}
.hd-frm-left
{
	position: relative;
	background: rgb(74,51,36);
	background: -moz-linear-gradient(left,rgba(74,51,36,1) 0,rgba(154,120,86,1) 50%,rgba(97,71,50,1) 100%);
	background: -webkit-linear-gradient(left,rgba(74,51,36,1) 0,rgba(154,120,86,1) 50%,rgba(97,71,50,1) 100%);
	background: linear-gradient(to right,rgba(74,51,36,1) 0,rgba(154,120,86,1) 50%,rgba(97,71,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a3324',endColorstr='#614732',GradientType=1);
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-transform:uppercase;
	color:#fff;
	padding:14px 15px;
	font-weight:700;
	text-align:center;
	font-size:18px;
}
.form-order
{
	margin-top:10px;
}
.hd-form-order
{
    position: relative;
	color:#dca516;
	font-size:20px;
	font-weight:800;
	padding:30px 20px;
	padding-bottom:15px;
}
.frm-reg
{
	width:100%;
	margin:auto;
	margin-top:15px;
	position: relative;
}
.frm-reg .input-group-text
{
	width:35px;
	text-align:center;
}
.frm-reg-col .lbl-frm
{
	font-weight:700;
}
.frm-reg .form-control
{
	background-color:transparent;
	
}
.frm-reg-col .form-control
{
	padding:10px;
	height:auto;
}
.frm-reg-col .input-group-text
{
	width:50px;
	font-weight:600;
	text-align:center;
}
.list-line
{
}
.line-service-home
{
	background-color:#f6f6f6;
}
.line-service-home:nth-child(2n-1)
{
	background-color:#fff;
}
.btn-slide-home
{
	background-image:url(../images/np.png);
	width:46px;
	height:46px;
	position:absolute;
	top:34%;
	z-index:99;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
border-radius: 50% !important;
}
.btn-next-slide-home
{
	left:-60px;
	background-position:0 0;
}
.btn-prev-slide-home
{
	right:-60px;
	background-position:-46px 0;
}
.left-icon-box{background:#9e1b32;color:#FFF;padding:15px;padding-left:50px;border-radius:3px;
font-weight:700; font-size:18px; margin-bottom:10px;
}
.left-icon-box a{color:#FFF;}
.left-icon-box span{color:#FFF;}
.icon-phone{background:url(../images/phone-icon.png) #9e1b32 6px 50% no-repeat;}
.icon-mail{background:url(../images/mail-icon.png) #9e1b32 6px 50% no-repeat;}
.icon-address{background:url(../images/address-icon.png) #9e1b32 6px 50% no-repeat;}
.parallax-mirror
{
	z-index:1 !important
}
.parallax-window
{
	
	min-height:200px;
	position:relative;
	background-color:transparent;
	padding-bottom:50px;
	padding-top:50px;
}
.why
{
}
.why-title
{
	
}
.item-w
{
   display:block;
   color:#3e281b;
   text-align:center;
   min-height:330px;
   position:relative;
   -webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	-moz-box-shadow: 5px 8px 20px -4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 8px 20px -4px rgba(0,0,0,0.4);
	box-shadow: 5px 8px 20px -4px rgba(0,0,0,0.4);
	width:90%;
	color:#252525;
	float:right;
	margin-top:30px;
}
.item-w .img-thumb
{
	display:block;
	width:100%;
}
.why .row .col-lg-4:nth-child(2) .item-w
{
	margin-top:0;
}
.mask-item-w
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.mask-item-w:before
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#fff;
	content:"";
	z-index:0;
}
.inner-mask-item-w
{
	display:table;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
.inner-mask-item-w > div
{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle
}
.item-w:hover .mask-item-w
{
	color:#fff;
}
.item-w:hover img.img-icon
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(4649%) hue-rotate(157deg) brightness(120%) contrast(89%);
}
.item-w:hover .mask-item-w:before
{
	display:block;
	background-color:rgb(0,0,0,0.7)
}
.item-w
{
	background-color:#1e6ba5
}
.item-w-page
{
	margin-bottom:15px;
}
.item-w .icon-w
{
	width:100%;
}
.item-w.item-w-page
{
	text-align:center;
}
.content-w
{
	line-height:22px;
}
.item-w .icon-w > div
{
}
.item-w:hover .icon-w
{
	
}
.item-w .title-w
{
  font-size:28px;
  font-weight:700;
  margin:0;
  margin-bottom:0px;
  padding-top:0px;
  margin-top:10px;
}
.item-w .title-w a
{
	color:#fff;
	font-weight:700;
}
.item-w:hover
{
	
}
.item-w:hover a
{
	color:#fff;
}
.item-w .intro-w
{
  font-size:12px;
  line-height:16px;
  margin-top:3px;
}
.item-w:hover
{
	
}
.box-tinhtoan
{
	background-color:#814b9d;
	padding-top:30px;
	padding-bottom:30px;
}
.line-box
{
	width:60px;
	height:3px;
	background-color:#ffa200;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
}
.box-tinhtoan-col
{
	padding:20px;
	margin-bottom:20px;
}
.box-tinhtoan input,.box-tinhtoan select
{
	border-radius:0;
	padding:8px;
	font-size:16px;
	font-weight:700;
	height:auto !important;
	border:solid 1px #fff;
}
.kq1
{
	background-color:#930016;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	padding-top:11px;
	padding-bottom:11px;
	color:#fff;
}
.btn-cal
{
	background-color:#946a41;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	width:100%;
	text-align:center;
	padding-top:11px;
	padding-bottom:11px;
	color:#fff;
}
.btn-cal:hover
{
	background-color:#930016;
}
.mes-err
{
	color:#fff;
	font-size:12px;
	display:none;
}
.box-tinhtoan-col
{
	padding:20px;
	margin-bottom:20px;
}
.hd-box-tinhtoan-col
{
	font-size:18px;
	color:#fff;
	font-weight:700;
}
.hotline-side a{font-weight:bold;color:#FFF;}
.call-icon{background:url(../images/call-icon.png) no-repeat;padding-left:50px;color:#FFF;}
.email-icon{background:url(../images/sendmail-icon.png) no-repeat;padding-left:50px;color:#FFF;}
.address-icon{background:url(../images/location-icon.png) no-repeat;padding-left:50px;color:#FFF;}
.call-icon a, .email-icon a, .address-icon a{color:#fa8e00;font-size:14px;line-height:25px;  font-weight:700}
.review-home {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #f1f2f2;
    background-repeat: no-repeat;
    background-position: left top;
	margin-top:30px;
}
.review-home .swiper-container
{
	padding-top:10px;
}
.review-home .review-item
{
}
.review-home img
{
	display:block;
}
.review-content
{
	padding:20px;
	background-color:#ffffff;
	position: relative;
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom:30px;
}
.review-content:after {
	top: 100%;
	left: 12.5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.review-home .review-item:hover .review-content
{
	background-color:#274952;
	color:#fff;
	transition: all 0.35s ease-in-out;
    -webkit-perspective: 1000;
}
.review-home .review-item:hover .review-content:after {
border-top-color: #274952;
transition: all 0.35s ease-in-out;
    -webkit-perspective: 1000;
}
.info-review
{
}
.review-name{
    color: #656565;
	font-weight:700;
	font-size:14px;
	margin-bottom:0px;
	padding-top:30px;
	text-transform:uppercase;
}
.review-name a
{
	color: #656565;
}
.review-name a:hover
{
	color:#946a41
}
.review-add{
	font-weight:600;
}
.review-service
{
	margin-top:20px;
	margin-bottom:10px;
}
.img-rev
{
	float: left;
	margin-right:15px;
	overflow:hidden;
}
.photo-reviews .swiper-slide img
{
	opacity:0.7;
}
.photo-reviews .swiper-slide-thumb-active img
{
	opacity:1;
}
.photo-reviews .swiper-slide-thumb-active
{
	
	position:relative;
}
.photo-reviews .swiper-slide-thumb-active::before
{
	position:absolute;
	background-image:url(../images/arr_rev.png);
	width:23px;
	height:10px;
	 bottom:-25px;
	left:50%;
	margin-left:-7px;
	content:"";
	z-index:999;
}
.name-info-review
{
	font-size:22px;
	color:#b58131;
	font-weight:700;
	text-transform:uppercase;
}
.add-info-review
{
	font-weight:700;
	margin-bottom:0px;
}
.fb_dialog
{
	bottom:55pt !important;
}
#data
{
	height:100%;
	width:100%;
	opacity:0;
}
.loadingdata
{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image:url(../images/icon/loading.gif);
	background-repeat:no-repeat;
	z-index:999;
	background-position:center center;
	position:fixed;
	background-color:rgba(0, 0, 0, 0.2);
	display:none;
}
.attrs .ul-filter li
{
	padding-top:3px;
	padding-bottom:4px;
}
.view-all-cat
{
	position:absolute;
	color:#fff;
	font-size:12px;
	right:10px;
	top:13px;
	text-transform:none;
	display:none;
}
.view-all-cat:hover
{
	color:#fff;
}
.map-footer
{
	width:100%;
	overflow:hidden;
	height:220px;
}
.thongsokythuat
{
	width:100%;
}
.thongsokythuat table
{
	width:100% !important;
}
.thongsokythuat table > tr > td
{
	width:35% !important;
	font-weight:700 !important;
}
.item-top1
{
	margin-bottom:20px;
}
.item-top1 img
{
	width:100%;
	display:block;
}
.name-item-top1
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:25px 15px;
	background-color:rgb(0,0,0,0.6);
	line-height:26px !important;
}
.name-item-top1 a
{
	font-size:24px;
	color:#fff;
	font-weight:700;
}
.name-item-top1 a:hover
{
	color:#946a41
}
.name-item-news-top
{
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size:20px;
	font-weight:700;
}
.name-item-news-top a
{
	color:#424242;
}
.name-item-news-top a:hover
{
	color:#0774bb
}
.link-top_detail
{
	display:block;
	color:#0774bb
}
.link-top_detail:hover
{
	text-decoration:underline;
}
.hd-page-news
{
	background-color:#0774bb;
	font-size:22px;
	font-weight:700;
	margin:0;
	padding:12px 15px;
	color:#fff;
	margin-bottom:25px;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.intro-item-news-123
{
	text-align:justify;
	font-style:italic;
}
.img-pro-col
{
	border: solid 1px #d7d7d7;
}
.img-pro-col img
{
	display:block;
	width:100%;
}
.line-doingu
{
	min-height:600px;
	background-repeat:no-repeat;
	background-size:cover;
}
.content-cat-doingu
{
	background-color:rgb(62,40,27,0.9);
	min-height:600px;
	padding:40px 30px;
}
.item-nhansu
{
	background-color:#fff;
	height:100%;
	margin-bottom:30px;
	text-align:center;
}
.content-item-nhansu
{
	padding:10px 15px;
	padding-bottom:20px;
}
.name-item-nhansu
{
	font-size:16px;
	color:#424242;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:700;
}
.name-item-nhansu a
{
	color:#424242;
}
.name-item-nhansu a:hover
{
	color:#946a41;
}
.intro-tem-nhansu
{
}
.nhansu-name-page
{
}
.nhansu-name-page a
{
	color:#424242;
	font-style:italic;
	font-weight:600;
}
.nhansu-name-page a:hover
{
	color:#946a41;
	text-decoration:underline;
}
.line-service-home-1
{
	padding-bottom:150px;
	position:relative;
	min-height:800px;
	overflow:hidden;
}
.line-service-home-1:before
{
	width:500px;
	height:436px;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	background-color:#274952;
	background-image:url(../images/bg_ser_1.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.item-ser-home-1
{
	display:block;
	position:relative;
	overflow:hidden;
}
.item-ser-home-1 img
{
	width:100%;
	display:block;
}
.inner-item-ser-home-1
{
	position:absolute;
	width:100%;
	height:100%;
	
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/bg_ser_item.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:table;
}
.inner-item-ser-home-1 > div
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}
.inner-item-ser-home-1 > div h3
{
	margin:0;
	font-size:18px;
	font-weight:700;
	padding:30px;
	color:#fff;
}
.sl-ser1
{
	
}
.np-ser1
{
	display:block;
	width:46px;
	height:46px;
	background-image:url(../images/np.png);
	position:absolute;
	top:50%;
	margin-top:-24px;
	z-index:99;
}
.next-ser1
{
	left:27%;
	background-position:0 0;
}
.prev-ser1
{
	left:80%;
	background-position:-46px 0;
	
}
.line-service-home-2
{
	padding-top:40px;
	padding-bottom:40px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto;
	overflow:hidden;
	
}
.box-intro-ser-2
{
	width:421px;
	height:270px;
	padding:30px 25px;
	background-color:#274952;
	position:absolute;
	bottom:-60px;
	left:-200px;
	z-index:999;
}
.intro-ser-2
{
}
.intro-ser-2 h3
{
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.name-box-intro-ser-2
{
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.intro-box-intro-ser-2
{
	color:#fff;
	line-height:24px;
}
.next-slide-ser2
{
	display:block;
	width:45px;
	height:45px;
	background-image:url(../images/next-sl.png);
	position:absolute;
	top:50%;
	margin-top:-22px;
	z-index:9;
	left:41%;
}
.line-duan-home
{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;
	background-color:#f3f3f3
}
.col1-proj-home
{
	flex: 0 0 auto;
    width: 63%;
}
.col2-proj-home
{
	flex: 0 0 auto;
    width: 37%;
}
.item-proj-home
{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.item-proj-home img
{
	display:block;
	width:100%;
}
.name-item-proj-home
{
	font-weight:700;
	font-size:18px;
}
.name-item-proj-home1
{
	margin-top:15px;
}
.name-item-proj-home a
{
	color:#252525;
}
.name-item-proj-home a:hover
{
	color:#694c35;
}
.info-item-proj-home
{
	width:100%;
	height:100%;
	display:table;
}
.info-item-proj-home > div
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.img-item-proj
{
	position:relative;
}
.img-item-proj1
{
	float:left;
}
.box-content-serhome
{
	padding-top:30px;
}
.swiper-container-service-home
{
	position:absolute;
	z-index:99;
	left:-60px;
	margin-top:20px;
}
.swiper-container-service-home .swiper-container
{
	max-width:1300px;
}
.swiper-container-service-home .swiper-slide
{
	width:440px;
}
.item-service-home
{
	overflow:hidden;
}
.item-service-home img
{
	display:block;
	width:100%;
}
.name-item-service-home
{
	position:absolute;
	top:0;
	left:0;
	display:table;
	width:100%;
	height:100%;
	background-color:rgb(0,0,0,0.6);
	text-align:center;
}
.name-item-service-home .inner-name-item-service
{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	font-weight:700;
	padding-left:25px;
	padding-right:25px;
	line-height:26px;
	
}
.name-item-service-home .inner-name-item-service h3
{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	color:#e5c070;
}
.intro-item-service-home
{
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
.item-proj-home1
{
	width:750px;
	height:573px;
	position:absolute;
	left:0;
	top:-120px;
	overflow:hidden;
}
.item-proj-home2
{
	width:364px;
	position:absolute;
	right:0;
	top:20px;
}
.item-proj-home3
{
	width:364px;
	position:absolute;
	left:-87px;
	top:200px;
}
.name-item-service-home {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  visibility:hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:rgb(0,0,0,0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.item-service-home:hover .name-item-service-home,.item-service-home:focus .name-item-service-home,.item-service-home:active .name-item-service-home {
  color: white;
  visibility:visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-service-home:hover:before .name-item-proj-home,.item-proj-home:focus:before .name-item-proj-home,.item-proj-home:active:before .name-item-proj-home {
  
}
.img-cat img
{
	display:block;
	width:100%;
}
.title-news-home
{
	width:auto;
	float:left;
}
.title-news-home a
{
	color:#424242;
	font-weight:800;
}
.sub-service
{
	margin:0;
	padding:0;
	margin-top:20px;
}
.sub-service li
{
	display:block;
	padding-bottom:15px;
}
.sub-service li a
{
	color:#946a41;
	font-weight:800;
	font-size:18px;
	display:block;
	border-left:solid 4px #2b4c4b;
	padding-left:12px;
}
.sub-service li a:hover
{
	color:#2b4c4b;
	border-left:solid 4px #946a41;
}
.button-next-service
{
	bottom:25px;
	right:65px;
	top:unset !important;
	background-color:#fff;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.button-prev-service
{
	bottom:25px;
	right:15px;
	top:unset !important;
	background-color:#fff;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.top-2-project
{
	background-color:#f1f2f2;
	padding-top:50px;
	padding-bottom:50px;
}
.bot-project
{
	padding-top:40px;
	padding-bottom:40px;
}
.link-viewmore-proj
{
	margin-top:0;
	float:right;
	padding:8px 20px;
}
.item-top-proj-page
{
	background-color:#fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}
.content-top-item-proj-page
{
	padding:20px 15px;
}
.name-item-top-proj-page
{
	color:#424242;
	font-weight:700;
	font-size:16px;
}
.name-item-top-proj-page a
{
	color:#424242;
}
.name-item-top-proj-page a:hover
{
	color:#946a41
}
.item-proj-page
{
	position:relative;
	margin-bottom:4px;
}
.item-proj-page img
{
	display:block;
	width:100%;
}
.inner-item-proj-page
{
	display:table;
}
.content-item-proj-page
{
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	vertical-align:bottom;
	 -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  visibility:hidden;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  background-color:rgb(0,0,0,0.6);
	  -webkit-transform: scale(0);
	  transform: scale(0);
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.item-proj-page:hover .content-item-proj-page,.item-proj-page:focus content-item-proj-page,.item-proj-page:active .content-item-proj-page {
  color: white;
  visibility:visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.name-item-proj-page
{
	color:#fdae16;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	margin-bottom:6px;
}
.name-item-proj-page a
{
	color:#fdae16;
}
.line-yel
{
	width:50px;
	height:3px;
	background-color:#fdae16;
	margin-top:15px;
}
.inner-content-item-proj-page
{
	width:100%;
	height:100%;
	display:table;
}
.inner-content-item-proj-page > div
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}
.box-info-detail-duan
{
	padding:40px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.attrs-project
{
	margin-top:15px;
	margin-bottom:15px;
}
.attr-item-project
{
	margin-bottom:8px;
}
.attr-item-project strong
{
	font-weight:700;
}
.orther-project
{
	background-color:#fff;
	padding-top:45px;
	padding-bottom:45px;
}
.button-next-news-home
{
	left:-60px;
	top:30% !important;
}
.button-prev-news-home
{
	right:-60px;
	top:30% !important;
}
.button-next-baotri-home
{
	left:-60px;
	top:50%;
	margin-top:-30px;
}
.button-prev-baotri-home
{
	right:-60px;
	top:50%;
	margin-top:-30px;
}
.item-box-content-top
{
	padding:40px 40px;
	-webkit-border-radius: 8px;
   border-radius: 8px;
   color:#fff;
}
.item-box-content-top h2
{
	font-size:32px;
	font-weight:700;
	margin:0;
	margin-bottom:10px;
}
.item-box-content-top-1
{
	background-color:#946a41;
}
.item-box-content-top-2
{
	background-color:#ff9600;
}
.item-box-content-top-3
{
	background-color:#173231;
}
.content-box-top
{
	line-height:22px;
}
.item-cat-khoahoc
{
	margin-bottom:90px
}
.item-cat-khoahoc img
{
	display:block;
	width:100%;
}
.content-item-cat-khoahoc
{
	background-color:#f1f2f2;
	padding:40px;
	padding-left:150px;
	position:absolute;
	right:0px;
	top:130px;
	z-index:1;
	width:100%;
	width:120%;
}
.name-item-cat-khoahoc
{
	color:#2c2c2c;
	font-size:18px;
	font-weight:700;
}
.item-cat-khoahoc .flex-row-reverse .content-item-cat-khoahoc
{
	padding-right:150px;
	left:0px;
	padding-left:40px;
	right:unset;
}
.name-item-cat-khoahoc a
{
	color:#2c2c2c;
}
.name-item-cat-khoahoc a:hover
{
	color:#bb945b;
}
.link-top-detail
{
	background-color:#946a41;
	color:#fff;
	padding:12px 20px;
	-webkit-border-radius: 100px;
border-radius: 100px;
display:inline-block;
margin-top:20px;
}
.link-top-detail:hover
{
	background-color:#946a41;
	color:#fff;
}
.pro-name-form
{
	font-weight:700;
	color:#1e6ba5;
}
.partner-home
{
	padding-bottom:40px;
	background-color:#f3f3f3;
}
.item-partner
{
	background-color:#fff;
	-webkit-border-radius: 6px;
border-radius: 6px;
overflow:hidden;
}
.poster-home
{
}
.poster-home img
{
	display:block;
	width:100%;
}
.tam-nhin
{
	padding-top:60px;
	padding-bottom:60px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.item-info-grid
{
	background-color:#fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	padding:10px;
	text-align:center;
}
.inner-item-info-grid
{
	padding:15px;
}
.inner-item-info-grid h3
{
	margin:0;
	margin-bottom:10px;
	font-size:22px;
	color:#3e281b;
	font-weight:800;
}
.topcontent-page-product
{
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
}
.tab-pro
{
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
}
.top-content-page-service-cats
{
	padding-top:40px;
	padding-bottom:40px;
}
.cats-grid
{
	padding-bottom:40px;
}
.line-item-cat
{
	margin-bottom:30px;
}
.item-cat-ser
{
	position:relative;
}
.content-cat-ser
{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f1f2f2;
}


.name-item-cat-ser
{
	text-align:center;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:solid 1px #a1a1a1;
	position:relative;
	margin-bottom:30px;
}
.name-item-cat-ser a
{
	font-weight:800;
	color:#3e281b;
	font-size:22px;
	position:relative;
	display:inline-block;
	background-color:#fff;
	bottom:-8px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
}

.cat-ser-item-name
{
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	bottom:20px;
	z-index: 9;
	opacity:0;
	transition: ease-in 0.7s;
}
.cat-ser-item-name a
{
	font-weight:800;
	color:#FFF;
	font-size:22px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
}

.cat-ser-item-overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	transition: ease-in-out 0.3s;
}

.item-cat-ser:hover .cat-ser-item-overlay{
	background:rgba(0,0,0,0.5);
}

.item-cat-ser:hover .cat-ser-item-name{
	opacity:0.9;
}

.bg-f2f0eb
{
	background-color:#f2f0eb;
	padding-top:40px;
	padding-bottom:40px;
}
.box-fillter-service
{
   background-color:#f1f2f2;
}
.box-fillter-service .form-select
{
	border:none;
	padding-left:0;
	font-weight:800;
	font-size:16px;
	padding:12px 0;
	background-color:#f1f2f2;
	font-weight:normal;
}
.box-fillter-service .form-select:focus {
  outline: none;
  box-shadow: none;
}
.form-select-option
{
	font-weight:normal
}
.btn-search-project
{
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color:#3e281b;
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	padding:10px 0;
	margin-top:4px;
	font-weight:600;
}
.btn-search-project:hover
{
	color:#fff;
	background-color:#946a41
}
.du-an-home-line3
{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.box-du-an-home-line3
{
	min-height:600px;
	display:table;
	text-align:center;
	width:100%;
	height:100%;
}
.inner-du_an_home_line3
{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.line-item-content-intro-detail
{
	line-height:22px;
	margin-bottom:40px;
}
.line-item-content-intro-detail h1,.line-item-content-intro-detail h2
{
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	margin-bottom:15px;
	font-size:28px;
	color:#3e281b;
}
.line-item-content-intro-detail img
{
	display:block;
	width:100%;
}
.carousel-overflow {
  overflow: hidden;
  margin-top: 10px;
}
.carousel-overflow .swiper-slide {
  opacity: .25 !important;
}
.carousel-overflow .swiper-slide-visible {
  opacity: 1 !important;
}
.swiper-container-news
{
	overflow: visible !important;
}
.swiper-wrapper-news
{
	overflow: visible !important;
}
.swiper-wrapper-news .swiper-slide
{
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	
}
.swiper-wrapper-news .swiper-slide-active
{
	
}
.box-info-nhansu
{
	overflow:hidden;
}
.img-info-nhansu
{
	width:220px;
	height:220px;
	float:left;
	margin-right:20px;
	border:solid 4px #fff;
	-webkit-border-radius:50%;
    border-radius: 50%;
	overflow:hidden;
}
.img-info-nhansu img
{
	display:block;
	width:100%;
}
.video-info-home
{
	padding-top:50px;
	padding-bottom:50px;
}
.top-project-detail
{
	background-color:#f1f2f2;
	padding-top:40px;
	padding-bottom:40px;
}
.bot-project-detail
{
	padding-top:30px;
	padding-bottom:40px;
}
.doi-ngu
{
	padding-top:50px;
	padding-bottom:50px;
}
.item-info-nhansu
{
	
}
.item-info-nhansu img
{
	display:block;
	width:100%;
	
}
.box-faq
{
	background-color:#f1f2f2;
	padding-top:50px;
	padding-bottom:50px;
}
.accordion-faq-sevice .accordion-item
{
	border:none;
	background-color:transparent
}
.accordion-faq-sevice .accordion-button
{
	border:none;
	
}
.item-faq-ser
{
	display:block;
	background-repeat:no-repeat;
	padding-left:45px;
	background-position:0 0px;
	min-height:40px;
	margin-bottom:15px;
	padding-bottom:15px;
	margin-top:15px;
	background-image:url(../images/bg_faq1.png);
	color:#70442b;
	font-weight:800;
}
.item-faq-ser:hover
{
	color:#70442b
}
.accordion-faq-sevice .accordion-item .collapsed
{
	background-image:url(../images/bg_faq.png);
	border-bottom:solid 1px #dcddde;
	color:#252525;
	font-weight:500;
	
}
.accordion-body
{
	background-color:#fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	position:relative
}
.accordion-body:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.view-post-video
{
	position:relative;
}
.view-post-video img
{
	display:block;
	width:100%;
}
.swiper-container-drop
{
	padding-top:20px;
	padding-bottom:20px;
	padding-right:15px;
}
.item-tamnhin
{
	background-color:rgb(255,255,255,0.6);
	padding:20px;
	-webkit-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 2px 0px 15px -3px rgba(0,0,0,0.71); 
   box-shadow: 2px 0px 15px -3px rgba(0,0,0,0.71);
}
.item-nhaxuong
{
}
.item-nhaxuong img
{
	width:100%;
	display:block
}
.line-info
{
	padding-top:50px;
	padding-bottom:50px;
}
.content-info-detail
{
}
.content-info-detail ul
{
	margin:0;
	padding:0;
	margin-top:15px;
}
.content-info-detail ul li
{
	display:block;
	position:relative;
	margin-bottom:10px;
	padding-left:25px;
}
.content-info-detail ul li:before
{
	position:absolute;
	left:0;
	top:3px;
	content:"\f046";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	color:#e0c07b
}
.btgrid .content
{
	width:100%;
	border:none;
	overflow:hidden !important;
	padding:0 !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.btgrid .content p
{
	margin:0;
}
.btgrid .content img
{
	display:block;
	width:100%;
	height:auto;
}
.adv-col img
{
	display:block;
	width:100% !important;
	height:auto !important
}
.main-slider .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-slider .slide-image {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main-slider .item.slick-active .slide-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out;
  animation: cssAnimation 8s 1 ease-in-out;
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}
.content-detail-full-wap .video-container-detail
{
	width:60%;
	margin:auto;
}
.name-item-cathome1
{
	background-color:rgb(0,0,0,0.5);
	padding:10px;
}
.slide-detail-product
{
	max-width:900px;
	margin:auto;
}
.about-kts
{
	padding-top:45px;
	padding-bottom:45px;
	background-color:#f6f2ee
}
.title-about-kts span
{
	font-weight:600;
}

.box-cathome2
{
	padding-top:45px;
	padding-bottom:45px;
}
.item-cathome2
{
	position:relative;
}
.item-cathome2 img
{
	display:block;
	width:100%;
}
.item-cathome2:before
{
	
}
.name-item-cathome2
{
	text-align:center;
	font-size:18px;
	font-weight:700;
	padding:20px 15px;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	transition: all 0.2s ease-out;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:10
}
.item-cathome2:hover .name-item-cathome2
{
	transform: translate(0,0px);
	
}
.name-item-cathome2 a
{
	color:#fff;
}
.name-item-cathome2 a:hover
{
	color:#936f03
}
.item-cathome2:hover .name-item-cathome2
{
}
.intro-item-cathome2
{
	text-align:center;
	display:none;
	padding-top:15px;
	transition: all 0.45s ease-in-out;
    -webkit-perspective: 1000;
}
.swiper-slide-active .intro-item-cathome2
{
	display:block;
}
.inner-intro-item-cathome2
{
	padding:15px 15px
}

.line-showroom-home
{
	padding-top:40px;
	padding-bottom:40px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.line-video-home2
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f2f3+0,f3f4f3+50,fefdfd+100 */
background: rgb(241,242,243); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,242,243,1) 0%, rgba(243,244,243,1) 50%, rgba(254,253,253,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,242,243,1) 0%,rgba(243,244,243,1) 50%,rgba(254,253,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,242,243,1) 0%,rgba(243,244,243,1) 50%,rgba(254,253,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f3', endColorstr='#fefdfd',GradientType=0 ); /* IE6-9 */

}
.item-box-subcatpro
{
	margin-bottom:30px;
}
.title-subcatpro
{
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
}
.title-subcatpro a
{
	color:#252525;
}
.title-subcatpro a:hover
{
	color:#583823
}
.content-about-kts img
{
	max-width:100%;
}

.adv-home
{
	padding-top:25px;
}
.adv-home .ittem-adv-home
{
	margin-bottom:15px;
}
.adv-home .ittem-adv-home img
{
	display:block;
	max-width:100% !important;
	height:auto !important
	
	
}



.content-wrapper {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.content-wrapper.expanded {
    max-height: 2000px;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.content-wrapper.expanded .fade-overlay {
    opacity: 0;
    visibility: hidden;
}


.arrow-toggle {
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: transform .3s ease;
    margin: 0 auto;
    width: 120px;
    border: solid 1px #999;
    border-radius: 3px;
    padding: 5px;
}


.arrow-toggle .thu-gon  {
    display:none;
}

.arrow-toggle.rotate .thu-gon {
    display:block;
}

.arrow-toggle.rotate .xem-them {
    display:none;
}


