
html, body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #515151;
    line-height:20px;
	background-color:#fff;
	
}
a{
   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:0.9;
}
.img-hvr
{
	background-color:#000;
	overflow:hidden;
}
.img-hvr img
{
	display:block;
	width:100%;
}
.text-center
{
	text-align:center;
}
.mr-auto
{
	margin:auto;
}
.page-one
{
	padding-top:50px !important;
}
.line-home
{
	padding-top:40px;
	padding-bottom:40px;
	background-size:cover;
	background-position:center center;
}
.line
{
	width:45px;
	height:2px;
	background-color:#efd44f
}
.wc
{
	background-image:url(../images/bg_box_menu.jpg);
	padding-top:45px;
	padding-bottom:45px;
}
.content-wc
{
	margin-top:15px;
	line-height:22px;
}
.title-home
{
	font-size:36px;
	text-transform:uppercase;
	color:#930018;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.link-viewmore
{
	display:inline-block;
	background-color:#ea9321;
	color:#fff;
	padding:12px 30px;
	-webkit-border-radius: 6px;
   border-radius: 6px;
   margin-top:15px;
}
.title-home a
{
	color:#930018;
}
.title-home a:hover
{
	color:#ee9522;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:99;
}
.img-wc
{
	width:100%;
}
.img-wc img
{
	display:block;
	width:100%;
}
.btn-play
{
	position:absolute;
	background-image:url(../images/icon-play.png);
	width:105px;
	height:105px;
	z-index:9;
	top:50%;
	left:50%;
	margin-top:-52px;
	margin-left:-52px;
}
.intro-cat-home
{
	margin-top:10px;
	margin-bottom:15px;
}
/*Sản phâm*/
.line-pro-home
{
	background-color:#fff;
}
.tab-home
{
	margin:0;
	padding:0;
	text-align:center;
	margin-top:20px;
}
.tab-home li
{
	display:inline-block;
	margin-bottom:5px;
}
.tab-home li a
{
	display:inline-block;
	padding:12px 20px;
	font-weight:700;
	color:#333;
	border:solid 2px #CCC;
}
.tab-home li a:hover
{
	background-color:#333;
	border:solid 2px #333;
	color:#fff;
}
.item-pro
{
	border:solid 1px #e8e4e4;
	position:relative;
	margin-bottom:30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	text-align:center;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.pro-item-name
{
	font-weight:700;
	color:#636564;
	font-size:18px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-transform:uppercase;
}
.pro-item-name a
{
	color:#636564;
}
.pro-item-name a:hover
{
	color:#c9a125;
}
.content-item-pro
{
	padding:15px 20px;
}
.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;
}
.price-item
{
	margin-top:10px;
}
.price-item strong
{
	display:inline-block;
	width:50%;
	font-size:20px;
	color:#F00;
	font-weight:700;
	float:left;
}
.price-item del
{
	display:inline-block;
	width:50%;
	font-size:16px;
	color:#999;
	text-align:right;
}
.item-pro:hover
{
	background-color:#cfa939;
	color:#fff !important;
}
.item-pro:hover a
{
	color:#fff !important;
}
/*trust*/
.line-trust-home
{
	padding-top:0;
	padding-bottom:0;
}
.trust-home
{
	padding-top:30px;
	padding-bottom:20px;
}
.timeline{
	position: relative;
}
/*Line*/
.timeline > li::before{
	content:'';
	position: absolute;
	width: 1px;
	background-color: #fae14f;
	top: 0;
	bottom: 0;
	left:-19px;
}
/*Circle*/
.timeline > li::after{
    text-align: center;
    padding-top:10px;
	z-index: 10;
	content:counter(item);
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #d0ae45;
	border-radius: 50%;
	top:0;
	left:-38px;
}
/*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;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}
.timeline > li .intro-trust{
	font-weight:normal;
	color:#d7d7d7;
	font-size:13px;
	font-style:italic;
}
.bg-50-trust-tran
{
	background-image:url(../images/tran10.png)
}
.left-trust
{
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
.trust-title-home
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	font-size:46px;
	color:#fff;
	font-weight:700;
}
.trust-title-home strong
{
	font-size:90px;
	display:block;
	color:#dabb5a;
	font-weight:700;
}
.item-trust
{
	text-align:center;
}
.trust-name
{
	font-weight:700;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
}
/*media*/
.line-video-home
{
	background-color:#f5f5f5
}
.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:#000;
}
.item-media .name-item-media a:hover
{
	color:#666;
}
/*News*/
.line-news-home
{
	background-color:#fff;
}
.item-news
{
	margin-bottom:30px;
}
.item-news .name-item-news
{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
}
.item-news .name-item-news a
{
	color:#000;
}
.item-news .name-item-news a:hover
{
	color:#666;
}
.intro-item-news
{
	margin-top:10px;
}
.box-reg
{
	background-image:url(../images/bg_duan.jpg);
	padding-top:40px;
	padding-bottom:40px;
}
.frm-reg
{
	width:40%;
	margin:auto;
	margin-top:30px;
	position: relative;
}
.frm-reg .input-group-text
{
	width:35px;
	text-align:center;
}
.frm-reg .form-control
{
	background-color:transparent;
	color:#fff;
}
.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:30px;
	height:60px;
	position:absolute;
	top:32%;
	z-index:99;
}
.btn-next-slide-home
{
	left:-40px;
	background-position:0 0;
}
.btn-prev-slide-home
{
	right:-40px;
	background-position:-30px 0;
}
.left-icon-box{background:#9e1b32;color:#FFF;padding:15px;padding-left:50px;border-radius:3px;
font-weight:700; font-size:16px; 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;}
.main-nav
{
	background-color:#00a2e8;
}
.hotline-top
{
	background-image:url(../images/bg_hotline.png);
	background-repeat:no-repeat;
	padding-left:55px;
	display:block;
	float:right;
	margin-top:0px;
	color:#999;
	padding-bottom:4px;
}
.hotline-top span
{
	font-size:16px;
	font-weight:600;
	display:block;
	padding-bottom:3px;
}
.hotline-top strong
{
	display:block;
	font-size:22px;
	font-weight:700;
	color:#ed1c24
}
.box-menu-service
{
	margin-top:-46px;
	width:100%;
}
.hd-menu
{
	background-color:#ec1634;
	line-height:46px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding:0 15px;
	color:#fff;
	width:100%;
}
.hd-menu a
{
	color:#fff;
}
.hd-menu a:hover
{
	color:#fff200;
}
.hd-menu i
{
	color:#fff200;
	font-size:20px;
	
}
.box-menu-service > li
{
	position:relative;
}
.box-menu-service ul
{
	margin:0;
	padding:0;
	background-color:#f7f7f7;
}
.ul-lv2-home
{
	height:460px;
	overflow-y:auto;
	overflow-x:hidden;
}
.box-menu-service ul li
{
	display:block;
}
.box-menu-service ul li a
{
	display:block;
	
	border-bottom:solid 1px #fff;
	color:#333;
	font-size:16px;
	font-weight:600;
	position:relative;
}
.box-menu-service ul li a:hover
{
	color:#00a2e8
}
.box-menu-service ul li a span
{
	display:block;
	padding:13px 15px;
}
.box-menu-service ul li:hover
{
	background-color:#fff;
}
.box-menu-service ul li a span i.fa
{
	position:absolute;
	right:15px;
	top:13px;
}
.item-service
{
	border:solid 1px #f7f7f7;
	margin-bottom:30px;	
}
.item-service:hover
{
	border-bottom:solid 3px #ec1634
}
.content-item-service
{
	padding:15px;
}
.name-item-service
{
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.name-item-service a
{
	color:#ec1634
}
.name-item-service a:hover
{
	color:#01a2e8
}
.box-menu-service-page
{
	margin-top:0;
	margin:0;
	padding:0;
}
.box-menu-service-page > li
{
	position:relative;
	display:block
}
.ul-menu-lv2
{
	display:none;
	position:absolute;
	z-index:999;
	width:100%;
	margin:0;
	padding:0;
	left:0;
	top:100%;
}
.ul-menu-lv2 li
{
	line-height:normal
}
.ul-menu-lv2 li a
{
	font-size:16px;
	text-transform: none;
}
.ul-menu-lv2 li i.fa
{
	font-size:16px;
	color:#ec1634;	
}
.ul-mega-service
{
	position:absolute;
	left:100%;
	background-color:#fff !important;
	width:900px;
	top:0;
	height:100%;
	z-index:999;
	visibility: hidden;
    opacity: 0;
	transform: translate(20px,0);
    transition: all 0.2s ease-out;
	
}
.ul-mega-service li
{
	display:block;
	width:33.3333%;
	float:left;
	background-color:#fff !important;
	font-weight:normal;
	padding-left:15px !important;
	padding-right:15px !important;
}
.ul-mega-service li a
{
	font-weight:normal !important;
	display:block;	
	border-bottom:solid 1px #f7f7f7 !important;
}
.ul-mega-service li > a > span
{
	padding:13px 0 !important;
}
.ul-mega-service li > a > span i.fa
{
	position:static !important
}
.box-menu-service ul li:hover .ul-mega-service
{
	visibility: visible;
    opacity:1;
    transform: translate(0,0);
}
.slide-img-product
{
	border:solid 1px #d7d7d7;
	padding:5px;
}
.gallery-top
{
	position:relative;
}
.btn-slide-pro
{
	width:28px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	height:57px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/np_pro.png);
	z-index:999
}
.btn-slide-pro-prev
{
	background-position:-28px 0;
	right:0;
}
.btn-slide-pro-next
{
	background-position:0 0;
	left:0;
}
.top-proDetail
{
	background-color:#f5f5f5;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
}
.gallery-thumbs
{
	margin-top:10px !important;
	}
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.7;
	  border:solid 1px #d7d7d7;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	.gallery-thumbs img
	{
		display:block;
	}
.gallery-top
{
}
.gallery-top img
{
	display:block;
	width:100%;
}
.gallery-thumbs
{
	margin-top:10px;
	padding-bottom:2px;
}
.gallery-thumbs img
{
	display:block;
	width:100%;
}
.img-detail
{
	display:block;
	width:100%;
}
.btn-detail
{
	display:block;
	width:100%;
	text-align:center;
	background-color:#ec1634;
	padding:12px 0;
	color:#fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-detail1
{
	background-color:#00a2e8;
}
.btn-detail:hover
{
	background-color:#00a2e8;
}
.btn-detail1:hover
{
	background-color:#ec1634;
}
.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 #d30e25;color:#d30e25}
.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 #d30e25;color:#d30e25}

.title-detail-pro
{
}