
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #282828;
    line-height:24px;
	/*overflow-x: hidden;*/
}
.img-page
{
	display:block;
	width:100%;
}
.img-page img
{
	display:block;
	width:100%;
}
.color-w
{
	color:#fff;
}
/* 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;
}
a
{
	color:#282828
}
a:hover
{
	color:#2f6bac
}
.item-hvr img
{
	
}
.item-hvr:hover img
{
	
}
.img-hvr
{
	background-color:#fff;
	overflow:hidden;
}
.img-hvr img
{
	display:block;
	width:100%;
}
.item-hvr1 img
{
	
}
.item-hvr1:hover img
{
	
}
.img-hvr1
{
	background-color:#000;
	overflow:hidden;
}
.img-hvr1 img
{
	display:block;
	width:100%;
}
.text-center
{
	text-align:center;
}
.text-right
{
	text-align:right !important;
}
.mr-auto
{
	margin:auto;
}
.page-one
{
	padding-top:35px !important;
	background-image:url(/images/bg_content_left.png);
	background-repeat:no-repeat;
	background-position: top left;
}
.inner-page-one
{
	background-image:url(/images/bg_content_right.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.line-home
{
	padding-top:60px;
	padding-bottom:60px;

}
.line
{
	background-color:#4b98eb;
	margin-top:8px;
	margin-bottom:15px;
	width:86px;
	height:3px;
}
.wc
{
	position:relative;
	padding-top:0px;
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#fff;
	margin-top:0px;
}
.wc:before
{
	
	
}
.content-wc
{
	margin-top:10px;
	line-height:28px;
}
.img-wc
{
	width:100%;
	position:relative;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.img-wc img
{
	display:block;
	width:100%;
}
.img-wc:before
{
	
}
.img-wc img
{
	display:block;
	width:100%;
	position:relative;
	z-index:2;
}
.title-wc
{
	font-weight:700;
	margin-top:0px;
	
}
.title-wc span
{
	display:block;
	color:#1e1e1e;
	font-size:48px;
	margin-bottom:4px;
	


}
.title-wc a 
{
	color:#2f6bac;
	font-weight:700;
	font-size:40px;
}
.title-wc a:hover
{
	color:#2f6bac;
}

.link-viewmore
{
	display:inline-block;
	color:#fff;
	padding:12px 30px;
   margin-top:15px;
   border:solid 1px #fff;
   font-weight:500;
   text-transform:uppercase;
}
.link-viewmore:hover
{
	background-color:#2f6bac;
	color:#fff;
}
.title-home
{
    font-size:38px;
	color:#2f6bac;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.title-home a
{
	color:#2f6bac;
}

.title-home a:hover
{
	color:#ffd200;
}
.title-home strong
{
	font-weight:800;
	color:#2f6bac
}
.title-home-w a
{
	color:#fff;
}
.title-home-w a:hover
{
	color:#d7d7d7;
}
.title-home-w a
{
	color:#fff;
}
.title-home-news
{
	width:auto;
	float:left;
}
.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:15px;
	margin-bottom:25px;
	color:#6d6e71;
	line-height:22px;
}
/**/
.item-cathome
{
	
	overflow:hidden;
}
.inner-item-cathome
{
	position:relative;
}
.title-subcat-home
{
	background-color:#2f6bac;
	font-size:14px;
	font-weight:700;
	padding:12px 15px;
	margin:0;
}
.title-subcat-home a
{
	color:#fff;
}
.list-pro-home
{
	border-left:solid 1px #d7d7d7;
}
.col-cat
{
	background-color:#f5f5f5
}
.view-all-link
{
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	font-size:13px;
	color:#050505;
}
.view-all-link:hover
{
	color:#2f6bac;
}
ul.sub-cat-home
{
	margin:0;
	padding:0;
	padding-left:10px;
}
ul.sub-cat-home li
{
	display:inline-block;
}
ul.sub-cat-home li a
{
	display:block;
	padding:10px 5px;
	font-size:15px;
	font-weight:400;
	color:#050505
}
ul.sub-cat-home li a:hover
{
	color:#00aced
}
ul.sub-cat-home li a:hover i.fa
{
	color:#00aced;
}
.col-pro
{
}
.col-pro-page
{
}
.item-cathome img
{
	display:block;
	width:100%;
}
.name-item-cathome
{
	text-align:center;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	background: rgba(0, 0, 0, 0.65);
	padding:12px 0;
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	transition: all 0.2s ease-out;
}
.item-cathome:hover .name-item-cathome
{
	transform: translate(0,45px);
	visibility:hidden;
}
.name-item-cathome a
{
	color:#fff;
}
.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:#2f6bac;
	text-transform:uppercase;
}
.mask-cat a:hover
{
	color:#fff;
}
.intro-mask-cat
{
	padding:0 20px;
}
/*Sản phâm*/
.box-hd-pro-home
{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:180px;
	overflow:hidden;
	padding-bottom:50px;
}
.box-hd-pro-home .title-home
{
	
	
}
.box-hd-pro-home .title-home a
{
	color:#fff;
	display:block;
	padding-top:8px;
	
}

.tab-home
{
	margin:0;
	padding:0;
	margin-top:0px;
	margin-top:0px;
	position:relative;
	border-bottom:solid 3px #2f6bac

}
.tab-home li
{
	display:inline-block;
}
.tab-home li a
{
	display:inline-block;
    color:#3c3c3c;
	font-weight:600;
	padding:14px 0px;
	padding-right:30px;
	font-size:18px;
	border-bottom:solid 3px #2f6bac;
	margin-bottom:-3px;
}
.tab-home li a:hover,.tab-home li a.act
{
	border-bottom:solid 3px #ffd200;
}
.tab-home li:last-child a
{
	
	
}

/*media*/
.line-video-home
{
	background-color:#ebebeb
}
.item-media
{
	margin-bottom:30px;
}
.item-media .name-item-media
{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
}
.item-media .name-item-media a
{
	color:#050505;
}
.item-media .name-item-media a:hover
{
	color:#2f6bac;
}
.video-detail
{
	padding-bottom:40px;
}
.media-detail-name
{
	font-size: 32px;
margin: 0;
    margin-bottom: 0px;
padding: 0;
margin-bottom: 5px;
font-weight: 800;
color: #2f6bac;
}
.img-media
{
	-webkit-border-radius: 6px;
border-radius: 6px;
overflow:hidden;
}
.img-media img
{
	display:block;
	width:100%;
}
.other-video
{
	background-color:#f1f2f2;
	padding-top:40px;
	padding-bottom:40px;
}
/*News*/
.line-news-home
{
	background-color: transparent;
	padding-top:10px;
}
.line-news
{
	background-color:#2f6bac;
	height:3px;
	margin-bottom:40px;
}
.top5news
{
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid 1px #d7d7d7;
}
.item-news-top1
{
	
}
.item-news-top1 img
{
	display:block;
	width:100%;
	
}
.item-news-top1 .name-item-news
{
	margin:0;
	font-size:24px;
	font-weight:700;
}
.item-news-top1 .name-item-news a
{
	color:#050505;
}
.item-news-top1 .name-item-news a:hover
{
	color:#2f6bac
}
.item-news-top2
{
	overflow:hidden;
	margin-bottom:15px;
	
}
.item-news-top2 .img-news-top2
{
	width:30%;
	float:left;
	margin-right:15px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.item-news-top1 .img-news-top1
{
	-webkit-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.item-news-top2 .name-item-news-page
{
	font-size:18px;
	font-weight:600;
}
.item-news-top1 .name-item-news
{
	margin:0;
	font-size:24px;
	font-weight:700;
}
.item-news-top1 .name-item-news a
{
	color:#050505;
}
.item-news-top1 .name-item-news a:hover
{
	color:#4c2800
}
.item-news
{
	margin-bottom:30px;

}
.panel-item-news
{
	border-top:solid 1px #d7d7d7;
	margin-top:15px;
	padding-top:10px;
	display:none
}
.item-news .img-hvr
{
	overflow:hidden;
}
.content-item-news-page
{
	padding:5px 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:0px;
}
.item-news .name-item-news a
{
	color:#050505;
	font-size:18px;
}
.item-news .name-item-news a:hover
{
	color:#2f6bac;
}
.intro-item-news
{
	margin-top:10px;
	line-height:24px;
	font-size:15px;
}
.name-item-news-top-page
{
	font-size:32px;
	margin-top:10px;
	font-weight:700;
	line-height:30px;
	margin-bottom:10px;
}
.box-news-hot-page
{
	margin-bottom:30px;
	margin-top:30px;

}
.name-item-news-sec-page
{
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	line-height:20px;
}
.view-more
{
	display:inline-block;
	background-color:#1e1e1e;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	padding:12px 40px;
	-webkit-border-radius: 7px;
border-radius: 7px;
margin-top:20px;
}
.view-more:hover
{
	color:#fff;
	background-color:#6e6e6e
}

.more-news
{
	padding-top:20px;
	margin-top:30px;
	border-top:solid 2px #2f6bac;
	padding-bottom:30px;
}
.swiper-news-home
{
	padding:20px;
}
.item-news-home
{
	margin-bottom:20px;
	overflow:hidden;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.content-item-news-home
{
	padding:15px 20px;
	min-height:210px;
}
.content-item-news-page
{
	min-height:160px;
}
.name-item-news-home
{
	bottom:0;
	left:0;
	width:100%;
	font-weight:600;
	font-size:18px;
	margin:0;
	padding-bottom:10px;
	padding-top:10px;
}
.name-item-news-home a
{
	color:#474747;



}
.name-item-news-home a:hover
{
	color:#2f6bac
}
.item-news-top1
{
	
}
.item-news-top1 .name-item-news
{
	margin:0;
	font-size:20px;
	font-weight:700;
}
.item-news-top1 .name-item-news a
{
	color:#050505;
}
.item-news-top1 .name-item-news a:hover
{
	color:#2f6bac
}
.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;
}
.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:#2f6bac
}
.intro-item-news-home
{
	line-height:22px;
	color:#545454
}
.btn-sl-next-news
{
	top:26% !important;
}
.btn-sl-prev-news
{
	top:26% !important;
}
.btn-sl-next-event
{
	top:35% !important;
}
.btn-sl-prev-event
{
	top:35% !important;
}
.btn-sl-next-news1
{
	top:33% !important;
}
.btn-sl-prev-news1
{
	top:33% !important;
}
.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;
}
.form-order
{
	margin-top:00px;
}
.hd-form-order
{
    position: relative;
	color:#dca516;
	font-size:20px;
	font-weight:800;
	padding:30px 20px;
	padding-bottom:15px;
}
.intro-frm
{
	padding:0 20px;
}
.frm-reg
{
	width:100%;
	margin:auto;
	margin-top:15px;
	position: relative;
}
.frm-reg .input-group-text
{
	width:35px;
	text-align:center;
}
.frm-reg .form-control
{
	background-color:transparent;
	
}
.frm-reg-col .form-control
{
	padding:10px;
	height:auto;
}
.frm-reg-col .form-select
{
	padding:10px;
	height:auto;
}

.frm-reg-col .input-group-text
{
	width:35px;
	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:56px;
	height:56px;
	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:-70px;
	background-position:0 0;
}
.btn-prev-slide-home
{
	right:-70px;
	background-position:-56px 0;
}
.btn-slide-home-pro
{
	top:26% !important;
}

.why
{


}
.title-why
{
	  font-size: 30px;
	  font-weight:600;
	  color: #404040;
}
.title-why span
{
	color:#0f6bb1;
}
.item-w
{
   display:block;
   border-bottom:solid 2px #2f6bac;
   padding-bottom:30px;
   padding-top:20px;
}
.item-w:hover
{
	border-bottom:solid 2px #ffd200;
}
.item-w .icon-w
{
	margin-bottom:10px;
}
.item-w .title-w
{
  font-size:18px;
  font-weight:500;
  color:#414141;
  line-height:normal;
}
.item-w .title-w a
{
	color:#414141;
	font-weight:500;
}
.item-w .title-w a:hover
{
	color:#2f6bac
}
.item-w:hover
{
	
}
.item-w:hover a
{
	color:#2f6bac;
}
.item-w .intro-w
{
  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;
}

.mes-err
{
	color:#fff;
	font-size:12px;
	display:none;
}



#data
{
	width:100%;
}
.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.7);
	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:#2f6bac
}
.name-item-news-top
{
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size:20px;
	font-weight:700;
}
.name-item-news-top a
{
	color:#050505;
}
.name-item-news-top a:hover
{
	color:#2f6bac
}
.link-top_detail
{
	display:block;
	color:#2f6bac
}
.link-top_detail:hover
{
	text-decoration:underline;
}
.hd-page-news
{
	background-color:#2f6bac;
	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-diadiem
{
	padding-top:40px;
	padding-bottom:40px;
}
.line-doingu
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f6f6f6
}
.item-nhansu
{



}

.item-nhansu-page
{
	margin-bottom:40px;
}
.item-nhansu .img-item-nhansu
{
	display:block;
	width:100%;
	-webkit-border-radius: 6px;
border-radius: 6px;
overflow:hidden;
}

.content-item-nhansu
{
	padding:25px 0px;
	padding-bottom:20px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
	width:85%;
	margin:auto;
	margin-top:-60px;
	position:relative;
	z-index:99;
	-webkit-border-radius: 6px;
border-radius: 6px;
text-align:center;
color:#313131;
transition: all .15s ease-in-out;
-webkit-perspective: 1000;
}

.name-item-nhansu
{
	font-size:18px;
	color:#050505;
	margin:0;
	padding:0;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:700;
}
.item-nhansu .info-item
{
	color:#5c5c5c;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0px;
	font-size:14px;
}
.name-item-nhansu a
{
	color:#3e3e3e;
}
.name-item-nhansu a:hover
{
	color:#2f6bac;
}
.item-nhansu:hover .content-item-nhansu
{
	background-color:#2f6bac;
	color:#fff;
}
.item-nhansu:hover .content-item-nhansu .name-item-nhansu a
{
	color:#fff;
}
.intro-tem-nhansu
{
}
.intro-item-nhansu
{
	color:#5c5c5c
}
.nhansu-name-page
{
}
.nhansu-name-page a
{
	color:#050505;
	font-style:italic;
	font-weight:600;
}
.nhansu-name-page a:hover
{
	color:#2f6bac;
	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:#2f6bac;
	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;
	
}
.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-download
{
}
.item-download .img-download
{
	overflow:hidden;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.item-download-page
{
	margin-bottom:30px;
}
.item-download img
{
	display:block;
	width:100%;
}
.name-item-download
{
	font-size:14px;
	font-weight:700;
	margin-top:15px;
	text-align:center;
}
.name-item-download a
{
	color:#484848;
	font-size:16px;
	font-weight:700;
}
.name-item-download a:hover
{
	color:#2f6bac;
}
.link-download
{
	display:block;
	width:100%;
	border:solid 1px #2f6bac;
	color:#2f6bac;
	padding:10px 10px;
	font-weight:700;
	text-align:center;
	font-size:16px;
	margin-top:15px;
	background-color:#f2f2f2
}
.link-download:hover
{
	background-color:#2f6bac;
	color:#fff;
}
.name-line-subpage
{
	margin-bottom:20px;
	
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
}
.name-line-subpage a
{
	color:#484848;
}
.name-line-subpage a:hover
{
	color:#2f6bac;
}
.btn-close-modal
{
	background-image:url(/images/icon/close_md.png);
	display:block;
	width:63px;
	height:63px;
	background-position:center center;
	position:absolute;
	right:-31px;
	top:-31px;
	z-index:999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(99,98,99,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(99,98,99,1);
	box-shadow: 0px 0px 5px 0px rgba(99,98,99,1);
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.sub-tab
{
	margin:0;
	padding:0;
	text-align:center;
	border-bottom:solid 1px #ebebeb;
}
.sub-tab li
{
	display:inline-block;
}
.sub-tab li a
{
	display:block;
	padding:15px 20px;
	color:#464646;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:-1px;
	border-bottom:solid 1px #ebebeb;
}
.sub-tab li a:hover
{
	border-bottom:solid 1px #2f6bac;
	color:#2f6bac;
}
.box-right
{
	background-color:#2f6bac;
	padding:20px;
	-webkit-border-radius: 8px;
   border-radius: 8px;
}
.hd-box-right
{
	font-size:22px;
	font-weight:700;
	color:#fff;
}
.line-box-right
{
	width:40px;
	height:3px;
	background-color:#fff;
	margin-top:10px;
}
.box-sale1
{
	margin-top:20px;
	margin-bottom:20px;
}
.box-sale1 img
{
	display:block;
	width:100%;
}
.price-box-right
{
	color:#fff;
}
.price-box-right del
{
	font-weight:normal;
	font-size:12px;
	display:block;
	color:#d7d7d7;
}
.price-box-right strong
{
	font-weight:700;
	font-size:16px;
}
.price-m
{
	display:none;
	margin-top:5px;
}
.lbl-frm-left
{
	font-weight:700;
	margin-bottom:10px;
	color:#fff;
	font-size:16px;
}
.lblfrmpoup
{
	margin-bottom:5px;
	font-size:16px;
	color:#666
}
.lblfrmpoup1
{
	font-weight:700;
	margin-bottom:10px;
	font-size:18px;
}

.line-giaithuong
{
	background-color:#f1f2f2;
	padding-top:40px;
	padding-bottom:40px;
}
.button-next-giaithuong
{
	top:50%;
	left:-60px;
}
.button-prev-giaithuong
{
	top:50%;
	right:-60px;
}
.item-giaithuong
{
	text-align:center;
}
.name-item-giaithuong
{
	font-size:16px;
}
.img-item-giaithuong
{
	background-color:#fff;
	padding:10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
	margin-bottom:20px;
}
.img-item-giaithuong img
{
	display:block;
	width:100%;
}
.line-item-content-intro-detail
{
	margin-bottom:30px;
}
.line-item-content-intro-detail h1, .line-item-content-intro-detail h2
{
	color:#2f6bac;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}
.line-item-content-intro-detail img
{
	display:block;
	width:100%;
}
.box-sale-m
{
	display:none;
}
.box-cathome
{
	padding-top:60px;
	padding-bottom:80px;
}
.item-cat-home
{
	position:relative;
	background-color:#fff;
	margin-bottom:25px;
	-webkit-border-radius: 8px;
border-radius: 8px;
overflow:hidden;
}
.name-item-cat-home
{
	margin-bottom:10px;

}
.name-item-cat-home:before
{
	position:absolute;
	display:none;
	bottom:0;
	width:100%;
	height:70px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, 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) 99%,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) 99%,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:"";
}
.inner-item-cat-home
{
	padding:25px 30px;
}
.name-item-cat-home a
{
	color:#313131;
	display:block;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
}
.name-item-cat-home-f a
{
	font-size:22px;
	padding:25px;
}
.name-item-cat-home a:hover
{
	color:#ffd200
}

.item-cat-home img
{
	display:block;
	width:100%;
}
.img-item-cat-home
{
	overflow:hidden;


}
.box-item-cat-home
{
	padding:0 30px;
	
	
}
.name-item-cat-home
{
}

.intro-item-cat-home
{
	margin-bottom:20px;

}



.item-cat-home1
{
	overflow:hidden;
}

.box-item-cat-home1
{
	position:absolute;
	bottom:-158px;
	left:0;
	width:100%;
	padding:20px 30px;
	transition: all .15s ease-in-out;
	-webkit-perspective:1000;
	z-index:99
}
.img-item-cat-home1
{
	position:relative;
	text-align:center;
}
.img-item-cat-home1 img
{
	display:block;
	max-width:100%;
	margin:auto;
}
.item-cat-home1:hover .box-item-cat-home1
{
	bottom:0px;
}
.name-item-cat-home1
{
	font-size:18px;
	font-weight:600;
	position:relative;
	text-transform:uppercase;
}
.intro-item-cat-home1
{
	margin-top:10px;
	color:#fff;
	position:relative;
	z-index:99
}

.name-item-cat-home1 a
{
	color:#fff;
}
.name-item-cat-home1 a:hover
{
	color:#2f6bac
}

.img-item-cat-home
{
	background-color:#000;
}
.img-item-cat-home img
{
	opacity:0.8;
}
.item-cat-home:hover .img-item-cat-home img
{
	opacity:1;
}
.swiper-pagination-cat-sl
{
	position:absolute;
	bottom:10px;
	width:100%;
	left:0;
	text-align:right;
	z-index:9
}
.swiper-pagination-cat-sl .swiper-pagination-bullet
{
	width:10px;
	height:10px;
	background-color:#fff;
	opacity:1;
	margin-right:5px;
}
.swiper-pagination-cat-sl .swiper-pagination-bullet-active
{
	background-color:#2f6bac
}
.btn-sl-next-hot
{
	left:15px !important;
	z-index:999;
}
.btn-sl-prev-hot
{
	right:15px !important;
	z-index:999;
}
.line-product-top
{
	padding-top:50px;
	padding-bottom:50px;
}
.btn-buynow
{
	background-color:#fff;
	padding:10px 30px;
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	color:#050505;
}
.btn-buynow:hover
{
	background-color:#2f6bac;
	color:#fff;
}
.frm-footer
{
	background:rgb(255,255,255,1);
}
.title-frm-footer
{
	color:#050505;
	font-weight:500;
	margin-bottom:10px;
	font-size:30px;
	text-transform:uppercase;
	background-color:#214f9d;
	color:#fff;
	padding:20px;
}
.frm-book
{
	padding:20px;
}
.modal-body-book
{
	padding:0;
}
.sp-d
{
	background-image:url(/images/calen.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:24px;
	height:24px;
}
.btn-reg-footer
{
	display:block;
	background-color:#2f6bac;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	padding:10px 0;
}
.btn-reg-footer:hover
{
	background-color:#2f6bac;
	color:#fff;
}
.frm-footer .form-control
{
	-webkit-border-radius: 0;
    border-radius: 0;
	border:solid 1px #d7d7d7;
}

 .page-name-product
 {
	 position:absolute;
	 color:#fff;
	 font-size:28px;
	 text-transform:uppercase;
	 font-weight:700;
	 padding:15px;
	 left:0;
	 bottom:0;
	 z-index:9;
	 width:100%;
 }
 
.page-name-info
{
	font-size:32px;
	color:#282728;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-weight:700;
	line-height:40px;
}
.list-giaithuong
{
	padding-top:100px;
}
.item-img-small-prodetail
{
	margin-bottom:10px;
}
.item-img-small-prodetail img
{
	display:block;
	width:100%;
}
.item-img-lage-prodetail
{
}
.item-img-lage-prodetail img
{
	display:block;
	width:100%;
}
.col-item-img-small-prodetail
{
	margin-right:7px;
}
.btn-dl-detaipro
{
	margin:0;
	margin-left:10px;
}
.btn-play-item-img-small
{
	width:30px;
	height:34px;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url(/images/btn-play-small.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:-17px;
	margin-left:-15px;
	z-index:8;
}
.nav-tabs-prodetail
{
	text-align:left;
	border-bottom:none;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#022357;
}
.nav-tabs-prodetail.nav-tabs li
{
	display:inline-block;
}
.nav-tabs-prodetail.nav-tabs .nav-link
{
	border:none;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	float:none;
	padding:12px 20px;
	color:#fff;
	background-color:transparent;
	margin-bottom:0;
	-webkit-border-radius: 0;
    border-radius: 0;
	
}
.nav-tabs-prodetail.nav-tabs li:last-child
{
	border:none
}
.nav-tabs-prodetail.nav-tabs .nav-link.active
{
	color:#282828;
	background-color:#fff;
	
}
.cat-album
{
}
.cat-album img
{
	display:block;
	width:100%;
}
.cat-album .content-cat-album
{
	padding:15px 0;
	border-bottom:solid 1px #d7d7d7;
}
.cat-album .name-cat-album
{
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:10px;
	font-size:16px;
}
.cat-album .name-cat-album a
{
	color:#404142;
	text-transform:uppercase;
	font-weight:700;
}
.item-video-home
{
	position:relative;
	margin-bottom:14px;
	background-color:#000;
}
.item-video-home img
{
	display:block;
	width:100%;
	transition: all 0.15s ease-in-out;
		-webkit-perspective: 1000;
}
.btn-play-item-video-home
{
	display:none;
	width:50px;
	background-image:url(/images/play123.png);
	height:58px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-29px;
	margin-left:-25px;
	z-index:99;
	transition: all 0.15s ease-in-out;
		-webkit-perspective: 1000;
}
.item-video-home:hover img
{
	opacity:0.7
}
.item-video-home:hover .btn-play-item-video-home
{
	display:block;
}
.top-showroom
{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#e6e7e8;
}
.hd-box-list-showroom
{
	background-color:#050505;
	padding:20px;
}
.box-list-showroom
{
	background-color:#fff;
	
}
.line-hd-box-list-showroom
{	
}
.line-hd-box-list-showroom .title-frm-showroom
{
	float:left;
	padding-right:5px;
	color:#fff;
	line-height:34px;
	padding-left:20px;
	position:relative;
	margin-bottom:10px;
}
.line-hd-box-list-showroom .title-frm-showroom:before
{
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	border:solid 2px #fff;
	-webkit-border-radius: 100px;
    border-radius: 100px;
	top:10px;
	left:0
}
.hd-box-list-showroom .form-select
{
	border:none;
	border-bottom:solid 1px #868586;
	background-color:transparent !important;
	color:#fff;
	-webkit-border-radius: 0;
    border-radius: 0;
	padding:10px 0;
	
}
.hd-box-list-showroom .form-select option {
    color: #222;
	padding:8px 10px !important;
}
.hd-box-list-showroom select:focus,.hd-box-list-showroom select:focus{
    outline: none !important;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.6);
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000 !important;
}
.line-hd-box-list-showroom .form-select
{
	border:none;
	border-bottom:solid 1px #868586;
	background-color:transparent !important;
}
.box-list-showroom
{
	padding:20px;
}
.item-cat-showroom
{
	display:block;
	text-align:center;
}
.item-cat-showroom img
{
	display:inline-block;
	max-width:100%;
	-webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.name-cat-showroom
{
	font-weight:700;
	color:#000;
	margin-top:10px;
}
.item-cat-showroom:hover .name-cat-showroom
{
	color:#8d2824;
}
.item-cat-showroom-active .name-cat-showroom
{
	color:#8d2824
}
.list-local
{
	margin-top:15px;
	overflow-y:auto;
	height:550px;
}
.item-local
{
	margin-bottom:25px;
}
.local-name
{
	font-weight:700;
	text-transform:uppercase;
	color:#050505;
	font-size:16px;
	margin-bottom:10px;
}
.local-name a
{
	color:#050505;
}
.item-showroom
{
	margin-bottom:5px;
	color:#818181
}
.item-showroom a
{
	color:#818181;
	font-size:14px;
}
.bd-r-e6e7e8
{
	border-right:solid 1px #e6e7e8
}
@-webkit-keyframes flash {
  0% {  opacity: .3;  }
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: .3; }
  100% { opacity: 1;  }
}
.img-pro-hvr
{
	position:relative;
	
}
.img-pro-hvr img:hover
{
	opacity: 1;
 -webkit-animation: flash 1s;
 animation: flash 1s;
}
.map-name
{
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
}
.map-add,.map-email,.map-phone
{
	margin-bottom:3px;
	color:#222;
	font-size:14px;
}
.map-add i.fa,.map-email i.fa,.map-phone i.fa
{
	width:20px;
}
.quickview{
	
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	bottom:3px;
	display: block;
	padding: 0 3px 3px 3px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner-quickview{
	display:table;
	width:100%;
	height:100%;
}
.inner-quickview > div{
	display:table-cell;
	vertical-align: bottom;
	text-align:center;
	padding-bottom:10px;
}
.inner-quickview a
{
	display:block;
	padding:8px 0px;
	color:#fff;
	background:rgb(13,78,163,0.9);
	font-size:14px;
	font-weight:500;
	width:100%;
}
.inner-quickview a:hover
{
	background:rgb(117,117,117,0.9);
	color:#fff;
}
.img-pro-hvr:hover .quickview
{
	visibility:visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-content-quickview
{
	position:relative;
}
.name-quick-view
{
	font-size:18px;
}
.name-quick-view a
{
	color:#050505;
	font-size:20px;
	font-weight:600;
}
.btn-quick-view
{
	border:solid 1px #2f6bac
}
#contentquickview
{
}
.ullist
{
	margin:0;
	padding:0;
}
.ullist li
{
	border-bottom:dashed 1px #d7d7d7;
	margin-bottom:10px;
	padding-bottom:10px;
}
.ullist li.active
{
	border-bottom:solid 1px #2f6bac !important
}
.ullist li:last-child
{
	border-bottom:none;
	margin-bottom:0;
}
.ullist .titlemap
{
	font-size:16px;
	font-weight:700;
	margin:0;
	margin-bottom:8px;
	color:#424241
}
.ullist .address
{
	margin:0;
	margin-bottom:5px;
}
.ullist .address .fa
{
	padding-right:5px;
	color:#2f6bac
}
.ullist li.active .titlemap
{
	color:#2f6bac
}
.titlemap-html
{
	font-size:16px;
	font-weight:700;
	margin:0;
	margin-bottom:8px;
	color:#2f6bac
}
.address-html
{
	margin:0;
	margin-bottom:5px;
}
.address-html .fa
{
	padding-right:5px;
	color:#2f6bac
}
.list-cat-showroom
{
	border-bottom:solid 2px #2f6bac;
	padding-bottom:10px;
}
.mes-showroom
{
	text-align:center;
	color:#F00;
	font-weight:700;
	padding-top:600;
}
.sl-local
{
	padding:10px;
	position:relative;
	min-height:inherit;
	font-weight:500;
}
.img-pro
{
	position:relative;
}
#load_more
{
	width:300px;
	text-align:center;
	padding:10px 0;
	background-color:transparent;
	color:#2f6bac;
	border:solid 1px #2f6bac;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin:auto;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.link-zoom-slide-detail
{
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:180px;
	padding:6px 10px;
	color:#222;
	font-size:12px;
	text-align: left;
}

.item-info-home
{
	margin-top:30px;
}
.name-item-info-home
{
	font-size:18px;
	font-weight:700;
	margin-top:12px;
	position:relative;
}
.intro-item-info-home
{
	margin-top:10px;
	line-height:24px;
}
.img-item-info-home
{
	background-color:#000;
}
.img-item-info-home img
{
	opacity:0.6;
	display:block;
	width:100%;
}
.item-info-home:hover .img-item-info-home img
{
	opacity:1;
}
.tab-service
{
	margin:0;
	padding:0;
	border:solid 1px #d7d7d7;
	overflow:hidden;
	margin-top:20px;
}
.tab-service li
{
	width:25%;
	float:left;
	text-align:center;
	padding:6px 0;
	display:block;
}
.tab-service li a
{
	
}
.item-tab-service-0
{
	background-color:#000;
}
.item-tab-service-0 a
{
	color:#fff;
}
.intro-service-home
{
	width:80%;
	margin:auto
}
.intro-service-home img
{
	display:block;
	width:100%;
}
.item-baochi
{
	overflow:hidden;
}
.item-baochi img
{
	display:block;
	width:100%;
}
.img-item-baochi
{
	width:30%;
	float:left;
	margin-right:20px;
	border:solid 1px #d7d7d7;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:5px 10px;
}
.swiper-container-news-baochi
{
	padding-bottom:5px;
}
.item-photo
{
}
.item-photo .img-item-photo
{
}
.item-photo .img-item-photo img
{
	display:block;
	width:100%;
}
.line-event-home
{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto;
	padding-top:100px;
}
.line-bg-event
{
	background-color:#fff;
	padding-top:40px;
	
}
.title-home-event
{
	width:200px;
	margin:auto;
	background-color:#fff;
	padding:10px 0;
	text-align:center;
}
.title-home-event a
{
	color:#2f2f2f;
}
.img-item-event
{
	margin-bottom:15px;
}

.img-news
{
	margin-bottom:10px;
}
.panel-footer
{
	background-color:#282828;
	position:relative;
	padding-bottom:15px;
}
.panel-footer:before
{
	width: 30px;
	height: 100%;
	background-color: #282828;
	-webkit-clip-path: polygon(100% 0,0% 100%,100% 100%);
	clip-path: polygon(100% 0,0% 100%,100% 100%);
	position: absolute;
	content: "";
	left: -30px;
	bottom: 0;
}
.panel-footer:after
{
	width:500px;
	height: 100%;
	background-color: #282828;
	position: absolute;
	content: "";
	right: -500px;
	bottom: 0;
}
.link-reg 
{
	color:#fff;
	display:block;
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
}
.link-reg strong
{
	font-weight:700;
}
.link-reg:hover
{
	color:#2f6bac;
}

.item-news-more-nhatruong .img-news
{
	width:40%;
	float:left;
	margin-right:15px;
}

.line-home-pro
{
	padding-top:0px;
	padding-bottom:40px;
	background-color:#e8e8e8

}
.item-pro
{
	position:relative;
	transition: all 0.15s ease-in-out;
	background-color:#fff;
	padding:35px 15px;
	margin-bottom:20px;
	-webkit-border-radius: 6px;
border-radius: 6px;
min-height:420px;
padding-bottom:15px;
}
.item-pro:hover
{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.item-pro-page
{
	background-color:#fff;
	margin-bottom:20px;
}

.img-pro
{
	text-align:center;
}
.img-pro img
{
	display:block;
	width:100%;

}
.catname-pro-item
{
	margin-bottom:5px;
}
.catname-pro-item a
{
	text-decoration:underline;
	color:#999;
}
.catname-pro-item a:hover
{
	color:#000;
}
.inner-item-pro{
	padding-bottom:0;
	position:relative;
}
.pro-item-name
{
	font-weight:600;
	color:#404040;
	font-size:18px;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-top:15px;
}

.pro-item-name a
{
	color:#404040;
	font-weight:600;
}
.pro-item-name a:hover
{
	color:#0d4ea3;
}
.pro-item-name-col
{
	font-weight:700;
    font-size:16px;
	margin:0;
	padding:0;
	margin-top:0px;
}
.pro-item-name-col a
{

}
.pro-item-name-col a:hover
{
	color:#0d4ea3;
}
.item-pro-col
{
	
	margin-bottom:30px;
}
.price-item1 strong
{
	width:100%
}
.price-item1 del
{
	width:100%
}

.content-item-pro
{
	padding:0;
}
.item-pro-col .price-item1 del
{
	width:100%;
}
.item-pro-col .price-item1 strong
{
	width:100%;
}
.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:#050505;
}
.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:16px;
	color:#818284;
	margin-bottom:10px;
}
.item-pro:hover
{
	
}
.item-pro:hover a
{
	
}
.dalyfooter
{
	background-position:center right;
	background-repeat:no-repeat;
	background-color:#f1f2f2;
}
.box-list-item-daily-footer
{
	width:480px;
	float:right;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:75px;
	position:relative;
	background-color:#f1f2f2;
}
.box-list-item-daily-footer:before
{
	width: 191px;
	height: 100%;
	background-color: #f1f2f2;
	-webkit-clip-path: polygon(50% 0%, 0 0, 0 100%); 
    clip-path: polygon(50% 0%, 0 0, 0 100%);
	position: absolute;
	content: "";
	right: -191px;
	bottom: 0;
}
.item-daily-footer
{
	margin-bottom:20px;
}
.name-item-daily-footer
{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#282828;
	margin-bottom:5px;
	position:relative;
	padding-left:15px;
}
.name-item-daily-footer:before
{
	position:absolute;
	left:0;
	top:2px;
	content:"\f041";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
	color:#2f6bac;
}
.address-item-daily-footer
{
	color:#282828;
	line-height:normal
}
.link-top-hotline
{
	float:right;
    margin-left:20px;
	background-image:url(/images/bg_hotline.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:55px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.link-top-hotline span
{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#606163
}
.link-top-hotline strong
{
	font-weight:500;
	font-size:18px;
}
.link-top-hotline a
{
	color:#006027;
	font-weight:600;
	line-height:18px;
}
.link-top-hotline a:hover
{
	color:#222;
}
.link-top-zalo
{
	background-image:url(/images/bg_zalo.png);
	background-repeat:no-repeat;
}

/*product - sản phẩm*/
.hd-menu-product
{
	position:relative;
	background-color:#00571b;
	margin:0;
	padding:0;
	z-index:9
}
.hd-menu-product > li
{
	display:block;
}
.hd-menu-product > li > a
{
	display:block;
	padding-left:20px;
	color:#fff;
	line-height:60px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.hd-menu-product > li > a:hover
{
	color:#ffaf04
}
.hd-menu-product:before
{
	position:absolute;
	right:15px;
	top:19px;
	content:"\f0c9";
	font: normal normal normal 14px/1 FontAwesome;
    font-size:20px;
	color:#fff;
}
.menu-product
{
	margin:0;
	padding:0;
	border:solid 1px #e6e7e8;
	border-top:none;
	background-color:#fff;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
}
.menu-product li
{
	display:block;
	padding-left:10px;
	border-bottom:solid 1px #e6e7e8;
	position:relative;
}
.menu-product > li:before
{
	position:absolute;
	right:5px;
	top:14px;
	content:"\f105";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	color:#939192;
}
.menu-product li a
{
	display:inline-block;
	padding:11px 0;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:22px;
	color:#414042;
	font-size:14px;
	font-weight:500 !important
}
.menu-product li a:hover
{
	color:#058f45
}
.menu-product li:last-child
{
	border-bottom:none;
}
.hd-menu-product-hvr .menu-product
{
	visibility:hidden;
	z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
	opacity:1;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
}
.hd-menu-product-hvr li:hover .menu-product
{
	visibility:visible;
	transform: translate(0,0px);
}
.menu-product ul
{
	visibility:hidden;
	position:absolute;
	top:0;
	left:100%;
	padding:0;
	margin:0;
	transition: all 0.2s ease-out;
	transform: translate(20px,0px);
	width:640px;
	z-index:999;
	background-color:#f5f5f5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,.2);
    box-shadow: 1px 8px 29px -9px rgba(0,0,0,.2);
}
.menu-product ul li
{
	
	width:50%;
	float:left;
	
	border-bottom:none;
	position:relative;
}

.menu-product ul li a
{
	font-weight:normal;
	color:#282828;
	padding-left:10px;
	display:block;
	border-bottom:none;
	position:relative;
	padding-top:7px;
	padding-bottom:7px;
}
.menu-product ul li a:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  width:4px;
  height:4px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color:#2f6bac
}
.menu-product ul li a:hover
{
	color:#ffaf04
}
.menu-product > li:hover > ul
{
	visibility:visible;
	transform: translate(0,0px);
}
.box-slide-home
{
	background-color:#f5f5f5
}
.menu-product li span
{
	display:inline-block;

}
.menu-product li span a
{
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
	color:#939192
}
.menu-product li span a:hover
{
	color:#059146
}
.title-box-prohome
{
	background-color:#005f26;
	overflow:hidden;
	padding:8px 10px;
	margin-bottom:15px;
	border-left: solid 5px #058f44
}
.title-pro-home
{
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding-top:12px;
	padding-left:5px;
	
}
.title-pro-home a
{
	color:#fff;
}
.title-pro-home a:hover
{
	color:#0F0;
}
.swiper-product-home
{
	padding:5px;
}

.item-news-home {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.item-news-home img{ 
display:block;
width:100%;
}

.box-detail
{
}
.duan-home
{
	padding-top:60px;
	padding-bottom:120px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	color:#fff;
}
.list-duan-home
{
	margin-top:-100px;
}
.duan-home .title-home a
{
	color:#fff;
}
.item-duan-home
{
}
.item-duan-home img
{
	display:block;
	width:100%;
}
.box-info-duan-home-f
{
	position:absolute;
	bottom:0;
	left:0;
	padding:25px;
	color:#fff;
	background-color:rgb(13,24,79,0.89);
	z-index:99;
	width:50%;
}
.name-item-duan-home
{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.name-item-duan-home a
{
}
.name-item-duan-home a:hover
{
	color:#2f6bac
}
.box-info-duan-home-f .name-item-duan-home a
{
	color:#fff;
}
.box-info-duan-home-s
{
	padding:0 25px;
}
.item-duan-home-s
{
	background-color:#f1f2f2
}
.item-proj-page
{
	margin-bottom:30px;
}
.name-item-proj-page
{
	font-size:18px;
	font-weight:600;
	margin-top:10px;
}
.intro-item-proj-page
{
	color:#a1a1a1;
	line-height:22px;
}
.content-box-col-pro
{
	border:solid 1px #f1f2f2;
	padding:15px;
}
.link-view-video-info
{
	background-image:url(/images/video_link.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:50px;
	padding-left:60px;
	background-position:left center;
	text-transform:uppercase;
	font-weight:600;
	margin-top:40px;
}
.item-tamnhin
{
}
.item-tamnhin img
{
	width:100%;
}
.item-tamnhin h3
{
	font-weight:700;
	font-size:30px;
	margin-top:15px;
}
.tam-nhin
{
	margin-top:-120px;
	padding-bottom:50px;
}
.item-giaithuong
{
	text-align:center;
}
.item-giaithuong img
{
	max-width:100%;
	display:inline-block;
}
.item-giaithuong h3
{
	font-size:18px;
	font-weight:600;
	margin-top:15px;
}
.title-quytrinh
{
	background-color:#2f6bac;
	color:#fff;
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
}
.content-info-detail
{
	
	padding-bottom:30px;
}
.nav-tabs-info
{
	text-align:center;
	background-color:transparent;
	margin-bottom:40px;
}
.nav-tabs-info.nav-tabs .nav-link
{
	background-color:#2f6bac;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.nav-tabs-info.nav-tabs .nav-link.active
{
	background-color:#2f6bac;
	color:#fff;
}
.img-info
{
	margin-bottom:20px;
}
.link-cat-home
{
	display:inline-block;
	color:#dd1515;
	margin-top:20px;
	
}
.link-cat-home:hover
{
	color:#666;
}
.swiper-product-sale-home
{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.item-pro-hot
{
	padding:10px;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.05);
box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.05);
}
.box-prohot
{
	padding-bottom:40px;
}
.inner-adv-home
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	top:0;
	left:0;
}
.inner-adv-home .container,.inner-adv-home .container .row
{
	height:100%;
}
.name-media-home
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:15px;
}
.item-media-home
{
	margin-bottom:0;
}
.name-media-home a
{
	color:#fff;
	font-size:18px;
	font-weight:500;
}
.page-one-info
{
	background-color:#f1f2f2;
	padding-top:0;
}
.box-content-detail
{
	background-color:#fff;
	padding:40px 70px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.31);
}
.hd-detail-product
{
	background-image:url(/uploaded/sanpham/banner_chitiet/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height:250px;
	position:relative;
}
.inner-hd-detail-product
{
	position:absolute;
	left:0;
	bottom:30px;
	text-align:center;
	font-size:40px;
	color:#fff;
	font-family: 'Playfair Display',serif;
	font-weight:500;
	text-align:center;
	width:100%;
}
.item-pro-orther
{
	background-color:transparent;
	padding:0;
}
.item-pro-orther .price-item
{
	margin-top:5px;
}
.item-pro-orther .price-item del
{
	display:inline-block;
}
.item-pro-orther .price-item strong
{
display:inline-block;
}
.pro-item-name-orther
{
	color:#777777;
	margin-top:10px;
	font-weight:normal;
	text-transform:none;
	font-size:16px;
}
.pro-item-name-orther a
{
	font-weight:500;
	font-size:16px;
}
.box-frm-home
{
	position:relative;
	top:-60px;
	z-index:9;
}
.frm-home
{
	background-color:#fff;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	padding:30px;
	-webkit-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
}
.box-callnow
{
	background-color:#fff;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	padding:30px;
	-webkit-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.15);
	background-image:url(/images/bg_box.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:270px;
}
.hotline-callnow
{
	color:#f1133d;
	font-weight:800;
	font-size:30px;
	padding-top:20px;
}
.hotline-callnow a
{
	color:#f1133d;
}
.hotline-callnow a:hover
{
	color:#eb7088
}
.title-frm-home
{
	font-size:24px;
	font-weight:700;
	color:#2f6bac;
	margin-bottom:20px;
}
.btn-reg-frm-home
{
	background-color:#2f6bac;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	display:block;
	padding:12px 0;
}
.btn-reg-frm-home:hover
{
	background-color:#f8e380;
}
.frm-home .form-control,.frm-home .form-select
{
	background-color:#ececec;
	border:solid 1px #ececec;
	padding:10px;
	height:auto;
}
.sub-menu-info
{
	margin:0;
	padding:0;
	margin-top:25px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:solid 1px #bacce0
}
.sub-menu-info li
{
	display:block;
	display:inline-block;
	margin-right:10px;
}
.sub-menu-info li a
{
	display:block;
	background-image:url(/images/bg_sub_info.png);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:left center;
	color:#0f6bb1;
	font-weight:600;
}
.sub-menu-info li a:hover
{
	color:#999;
}
.nhansu-home
{
	padding-top:80px;
	padding-bottom:80px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.box-content-nhansu-home
{
	color:#fff;	
}
.intro-box-content-nhansu-home
{
	margin-top:10px;
}
.link-nhansu-home
{
	background-color:#fff;
	display:inline-block;
	padding:12px 30px;
	color:#2f6bac;
	font-weight:500;
	-webkit-border-radius: 100px;
border-radius: 100px;
margin-top:20px;
}
.link-nhansu-home:hover
{
	background-color:#ffd200;
}

.box-content-review
{
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding:40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3474ba+0,3e80c8+28,2d6baf+74,1a5492+100 */
background: rgb(52,116,186); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(52,116,186,1) 0%, rgba(62,128,200,1) 28%, rgba(45,107,175,1) 74%, rgba(26,84,146,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(52,116,186,1) 0%,rgba(62,128,200,1) 28%,rgba(45,107,175,1) 74%,rgba(26,84,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(52,116,186,1) 0%,rgba(62,128,200,1) 28%,rgba(45,107,175,1) 74%,rgba(26,84,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3474ba', endColorstr='#1a5492',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#fff;

}
.name-info-review
{
	font-size:22px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.add-info-review
{
	font-weight:700;
	margin-bottom:0px;
	color:#fff;
}
.line-info-review
{
	height:1px;
	width:70px;
	background-color:#4b98eb;
	margin-top:15px;
	margin-bottom:20px;
}
.content-review
{
	padding-right:150px;
	min-height:250px;
}
.swiper-review-home
{
	padding-top:20px;
	padding-bottom:50px;
}
.img-video-review
{
	width:800px;
	position:absolute;
	right:0;
	top:-120px;
	overflow:hidden;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
}
.img-video-review img
{
	width:100%;
	display:block;
}
.swiper-pagination-review
{
	position:absolute;
	top:10px;
}
.swiper-pagination-review .swiper-pagination-bullet
{
	width:14px;
	height:14px;
}
.review-home
{
	padding-bottom:40px;
	padding-top:10px;
}
.bg-eclip
{
	background-image:url(/images/bg_eclip.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.item-cat-ser
{
	border:solid 1px #e3e3e3;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	padding:20px;
	margin-bottom:30px;
	background-color:#fff;
}
.item-cat-ser:hover
{
	border:solid 1px #0d4ea3;
	background-color:#0d4ea3;
	color:#fff;
}
.name-item-cat-ser
{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.name-item-cat-ser a
{
	color:#0d4ea3;
}
.item-cat-ser:hover .name-item-cat-ser a
{
	color:#fff;
}
.intro-item-cat-ser
{
	font-size:16px;
}

.top-giangvien-detail
{
	padding-top:50px;
	border-bottom:solid 2px #214f9d
}
.top-giangvien-detail img
{
	display:block;
	width:100%;
}
.bot-giangvien-detail
{
	padding-top:50px;
}
.line-info-bs
{
	background-color:#f4f4f4;
	padding-top:50px;
	padding-bottom:50px;
}
.intro-detail-nhansu ul
{
	margin:0;
	padding:0;
	margin-top:15px;
}
.intro-detail-nhansu ul li
{
	position:relative;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
}
.intro-detail-nhansu ul li:before
{
	content:"\f046";
	color:#2f6bac;
	position:absolute;
	left:0;
	top:5px;
	font: normal normal normal 14px/1 FontAwesome;
}
.mes-frm-home
{
	font-size:14px;
	font-style:italic;
	color:#999;
	padding-top:2px;
}
.btn-sl-next-bs
{
	left:-17px !important;
}
.btn-sl-prev-bs
{
	right:-17px !important;
}
.banggia
{
	width:100%;
}
.banggia tbody tr
{
	background-color:#efefef;
	
}
.banggia tbody tr td
{
	padding:15px 20px;
	
}
.banggia tbody tr:first-child
{
	background-color:#0d4ea3;
	font-weight:700;
	font-size:20px;
	
}
.banggia tbody tr:first-child td
{
	padding:20px 0;
	text-align:center;
	color:#fff;
}
.text-logo-footer-mb
{
	line-height:20px;
	font-size:16px;
}
.slide-image
{
	display:block;
}


.info-congbo
{
}
.info-congbo table
{
}
.info-congbo table tr:first-child
{
	background-color:#214f9d;
	color:#fff;
}
.info-congbo table tr:first-child td
{
	text-align:center;
	padding:14px 0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}
.info-congbo table tr td
{
	padding:10px;
}
.content-thungo1 .btgrid
{
	margin-bottom:30px;
}
.nhungconso
{
	min-height:200px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.item-num
{
	text-align:center;
	min-height:190px;
	width:100%;
	-webkit-border-radius: 7px;
    border-radius: 7px;
	margin-top:-50px;
	position:relative;
}
.content-num
{
	top:50%;
	position:absolute;
	margin-top:-30px;
	width:100%;
}
.name-num
{
	font-weight:700;
	color:#f8e27f;
	text-transform:uppercase;
	margin:0;
	padding:0;
	position:relative;
	width:auto;
	display:inline-block;
	font-size: 36px;
}
.name-num:before
{
	position:absolute;
	top:-15px;
	right:-15px;
	content:"+";
	font-weight:500;
}
.title-num
{
	color:#fff;
	font-size: 20px;
}

.chungnhan
{
	padding-top:60px;
	padding-bottom:60px;
}
.item-chungnhan
{
}
.item-chungnhan img
{
	display:block;

}
.cosovatchat{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#d0f4fc
}
.line-sale-home
{
	padding-top:60px;
}
.title-home-sale
{
	text-transform:uppercase;
}
.title-home-sale a
{
	color:#282728;
}
.title-home-sale a:hover
{
	color:#166bb2
}
.line-sale-home
{
	padding-bottom:0 !important;
}
.btn-reg-footer
{
	display:block;
	width:100%;
	text-transform:uppercase;
}