<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #444444;
    line-height:20px;
	background-color:#fff;
	
}
a{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	color:#444444
}
strong{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
a:hover{
	text-decoration:none;
	color:#228044
}
/* 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%;
}
.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:0.45;
}
.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:0px !important;
	padding-bottom:40px;
}
.line-home
{
	padding-top:40px;
	padding-bottom:40px;
	background-size:cover;
	background-position:center center;
}
.line
{
	width:45px;
	height:4px;
	background-color:#228044;
	display: block;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.wc
{
	padding-top:65px;
	padding-bottom:65px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	
	
	background-color:#fff;
}
.video-wc-home
{
	position:relative;
	
	-webkit-border-radius: 4px;
border-radius: 4px;
overflow:hidden;
}
.content-wc
{
	margin-top:15px;
	line-height:24px;
	font-size:18px;
}
.img-wc
{
	width:100%;
	position:relative;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.wc:before
{
	clip-path: polygon(16% 0, 0% 100%, 100% 100%);
	background-color:#fff;
	top:-120px;
	height:120px;
	left:0;
	position:absolute;
	width:100%;
	content:"";
}
.img-wc img
{
	display:block;
	width:100%;
	position:relative;
	z-index:2;
}
.title-wc
{
	font-weight:700;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:18px;
	border-bottom:solid 2px #228044;
	padding-bottom:15px;
}
.title-wc a
{
	font-weight:700;
	color:#4a4a4a;
}
.title-wc a:hover
{
	color:#228044;
}
.title-wc strong:hover
{
	color:#228044;
}
.title-home1
{
	font-size:36px;
	color:#228044;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:30px;
}
.title-home
{
	font-size:40px;
	color:#4a4a4a;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:40px;
	
}
.title-home strong
{
	font-weight:800;
}
.title-home a
{
	color:#4a4a4a;
}
.title-home a:hover
{
	color:#228044;
}
.title-home-pro a
{
	color:#fff;
}
.title-home-pro a:hover
{
	color:#228044;
}
.title-home-w a
{
	color:#fff;
}
.title-home-news
{
	width:auto;
	float:left;
}
.link-viewmore
{
	display:inline-block;
	background-color:#228044;
	color:#fff;
	padding:14px 35px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    margin-top:15px;
    font-size:20px;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.link-viewmore:hover
{
	color:#fff;
	background-color:#228044
}
.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:50px;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	background-color:#33312d;
}
.title-sub-box-cathome
{
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
	font-size:20px;
}
.title-sub-box-cathome:before
{
	width:75%;
	position:absolute;
	height:1px;
	background-color:#fff;
	bottom:3px;
	right:0;
	content:"";
}
.title-box-cathome
{
	font-size:40px;
	font-weight:700;
	margin:0;
	padding:0;
	color:#ffffff
}
.title-box-cathome a
{
	color:#ffffff
}
.title-box-cathome a:hover
{
	color:#fff;
}
.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;
}
.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 .img-hvr
{
	background-color:#000;
}
.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&amp;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
}
.name-item-cathome
{
	font-size:22px;
	font-weight:700;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	text-transform:uppercase;
	color:#fff;
	transition: all 0.2s ease-out;
	bottom:0;
	left:0;
	width:100%;
	z-index:10
}
.item-cathome:hover .name-item-cathome
{
	transform: translate(0,0px);
	
}
.item-cathome:hover img
{
	opacity:0.8
}
.name-item-cathome a
{
	color:#fff;
}
.name-item-cathome a:hover
{
	color:#e5c070
}
.item-cathome:hover .name-item-cathome
{
}
.intro-item-cathome
{
	padding-bottom:35px;
	line-height:24px;	
}
.inner-intro-item-cathome
{
	padding:15px 15px
}
.mask-cat
{
	position:absolute;
	width:100%;
	height:100%;
	color:#fff;
	transition: all 0.9s ease-out;
	left:0;
	top:0;
	z-index:999;
	padding:30px;
	transform: translate(0,82%);
}
.item-cathome:hover .mask-cat
{
	
	transition: all 0.9s ease-out;
	visibility:visible;
	transform: translate(0,20%);
}
.mask-cat .name-item-cathome a
{
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	color:#228044;
	text-transform:uppercase;
}
.line-item-cathome
{
	background-color:#228044;
	height:3px;
	width:60px;
	margin-top:20px;
	margin-bottom:15px;
}
.btn-item-cathome
{
	background-color:#19a94d;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	display:inline-block;
	padding:18px 40px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
}
.btn-item-cathome:hover
{
	background-color:#595959;
	color:#fff;
}
.mask-cat a:hover
{
	color:#fff;
}
.intro-mask-cat
{
	padding:0 20px;
}
.box-cathome2
{
	background-color:#fff;
	padding-top:60px;
	padding-bottom:60px;
}
.item-cathome2
{
	position:relative;
	margin-bottom:20px;
}
.item-cathome2 img
{
	display:block;
	width:100%;
}
.content-item-cathome2
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:table;
}
.name-item-cathome2
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0;
	padding:0;
}
.name-item-cathome2 a
{
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
}
.name-item-cathome2 a:hover
{
	color:#228044
}
.box-cathome3
{
	background-color:#3b3b3b;
	padding-top:80px;
	padding-bottom:140px;
	position:relative;
}
.box-cathome3:before {
  clip-path:polygon(85% 0,0% 101%,101% 103%);
  background-color: #fff;
  bottom:0;
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
}
.item-cathome3
{
	background-color:#fff;
	-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
height: 100%;
display: flex;
    flex-direction: column;
    height: 100%;
}
.content-box-cathome3
{
	width:330px;
	float:right;
	padding-right:20px;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.intro-box-cathome
{
	line-height:24px;
}
.content-item-cathome3
{
	padding:20px 30px;
	flex: 1;
    display: flex;
    flex-direction: column;
	
}
.content-item-cathome3-page
{
	background-color:#f2f2f2;
	margin-bottom:30px;
}

.swiper-slide-item-cathome {
    height: auto;
}

.swiper-container .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto !important;
}
.name-item-cathome3
{
	font-size:20px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:10px;
	position:relative;
}
.name-item-cathome3:before
{
	content:"";
	width:15px;
	height:20px;
	left:-30px;
	background-color:#228044;
	position:absolute;
	top:2px;
}
.name-item-cathome3 a
{
	color:#3b3b3b;
}
.name-item-cathome3 a:hover
{
	color:#228044
}
.intro-item-cathome3
{
	line-height:22px;
	padding-bottom:20px;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.box-btn-cat-home3
{
	text-align:right;
	float:left;
	width:1086px;
}
.box-btn-cat-home3 .button-sl
{
	display:inline-block;
	position:static;
	margin-top:20px;
}
/*Sáº£n phĂ¢m*/
.line-pro-home
{
	background-color:#fff;
	padding-top:60px;
	padding-bottom:60px;
	background-position:top center;
}
.tab-home
{
	margin:0;
	padding:0;
	width:100%;
	margin-top:20px;
	text-align:center;
}
.tab-home li
{
	display:inline-block;
	margin-left:5px;
}
.tab-home li a
{
	display:inline-block;
	padding:15px 20px;
	font-weight:700;
	color:#228044;
	border:solid 1px #baad9c;
	padding-bottom:12px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	font-weight:700;
	text-transform:uppercase;
}
.tab-home li:last-child a
{
	
}
.tab-home li a:hover
{
	background-color:#228044;
	border-color:#228044;
	color:#fff;
}
.item-pro
{
	position:relative;
    overflow:hidden;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	margin-bottom:30px;
}
.inner-item-pro
{
	padding:15px 20px;
}
.item-pro:hover
{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.32); 
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.32);
	
}
.item-pro-page
{
	margin-bottom:30px;
}
.item-pro-border
{
	border:solid 1px #d7d7d7;
	min-height:390px;
}
.item-pro-list
{
	position:relative;
	overflow:hidden;
	
}
.img-pro
{
	
}
.catname-pro-item
{
	margin-bottom:0px;
}
.catname-pro-item a
{
	text-decoration:underline;
	color:#999;
}
.catname-pro-item a:hover
{
	color:#228044;
}
.pro-item-name
{
	font-weight:700;
	color:#3f3f3f;
	font-size:18px;
	margin:0;
	text-transform:uppercase;
}
.pro-item-name a
{
	color:#3f3f3f;
}
.pro-item-img
{
	width:100%;
	margin:auto;
	background-color:#000;
}
.pro-item-img img
{
	width:100%;
	display:block;
}
.pro-item-name a:hover
{
	color:#228044;
}
.pro-item-name-col
{
	font-weight:700;
	color:#4a4a4a;
	font-size:14px;
	margin:0;
	padding:0;
	margin-top:0px;
}
.pro-item-name-col a
{
	color:#4a4a4a;
}
.pro-item-name-col a:hover
{
	color:#228044;
}
.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:#4a4a4a;
}
.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 a
{
	
}
.btn-pro
{
	margin-top:15px;
	overflow:hidden;
}
.btn-pro a
{
	display:inline-block;
	width:auto;
	text-align:center;
	float:left;
	background-color:#228044;
	color:#228044;
	font-weight:600;
	padding:12px 20px; 
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-pro a i.fa
{
	color:#fff;
}
.btn-pro a:hover
{
	background-color:#333333;
	color:#228044;
}
.btn-pro a.a-btn-bg
{
	background-color:#333333;
	color:#228044;
	margin-left:10px;
}
.btn-pro a.a-btn-bg:hover
{
	background-color:#228044;
	color:#333333;
}
.item-pro:hover .btn-pro
{
	
}
.item-pro-list:hover .btn-pro
{
	
}
/*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:2px;
	width:60px;
}
.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 &gt; li::before{
	content:'';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	left:-19px;
}
/*Circle*/
.timeline &gt; 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 &gt; 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&gt;li:nth-last-child(1)::before{
	width: 0px;
}
.timeline &gt; 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:#228044;
	font-weight:700;
}
.item-trust
{
	text-align:center;
}
.name-item-trust
{
	font-weight:700;
	margin-bottom:4px;
	font-size:18px;
	color:#f39200
}
.timeline &gt; li:hover::after{
	background-color:#f39200
}
/*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:#4a4a4a;
}
.item-media .name-item-media a:hover
{
	color:#228044;
}
.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: #228044;
}
.img-media
{
	-webkit-border-radius: 6px;
border-radius: 6px;
overflow:hidden;
}
.other-video
{
	background-color:#f1f2f2;
	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:#228044;
}
.intro-item-news
{
	margin-top:10px;
	line-height:24px;
}
.more-news
{
	padding-top:0px;
}
.item-news-home
{
	margin-bottom:30px;
	overflow:hidden;
}
.name-item-news-home
{
	bottom:0;
	left:0;
	width:100%;
	font-weight:600;
	font-size:18px;
	margin:0;
	padding-bottom:10px;
}
.name-item-news-home a
{
	color:#404040s;
}
.name-item-news-home a:hover
{
	color:#228044
}
.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:#4a4a4a;
}
.item-news-top1 .intro-item-news-top1
{
	line-height:22px;
}
.item-news-top1 .name-item-news a:hover
{
	color:#228044
}
.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:#228044
}
.intro-item-news-home
{
	line-height:24px;
}
/*Dá»‹ch vá»¥*/
.list-service
{
	padding-top:40px;
	padding-bottom:0px;
}
.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:15px;
	text-transform:uppercase;
	
}
.img-item-service
{
	overflow:hidden;
	-webkit-border-radius: 4px;
border-radius: 4px;
}
.service-detail-name
{
	font-size:36px;
	font-weight:600;
	text-transform:uppercase;
	margin:0;
	margin-bottom:15px;
}
.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:#228044;
}
.item-service:hover .content-item-service
{
	background-color:#228044;
	color:#fff;
	border:solid 1px #228044;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.intro-item-service
{
	margin-top:10px;
	line-height:22px;
	font-size:16px;
}
.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;
}
.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:#228044;
}
.intro-item-service-more
{
	line-height:22px;
}
.content-item-service-more
{
	margin-top:15px;
}
.btnviewdetail
{
	display:inline-block;
	text-align:center;
	color:#fff;
	background-color:#228044;
	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
{
	text-align:center;
	font-weight:900;
	color:#4a4a4a;
	font-size:24px;
	padding-top:20px;
}
.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
{
		position:relative;
		z-index:9;
		margin-top:5px;
		overflow:hidden;
}
.title-why
{
	font-size:26px;
	font-weight:700;
	line-height:34px;
	
}
.item-w
{
   display:block;
   color:#4a4a4a;
   text-align:center;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   width:90%;
   height:200px;
   margin:auto;
   background-color:#595959;
   display:table
   
}
.item-w:hover
{
	background-color:#228044;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.item-w-2
{
	background-color:#1e6ba5
}
.item-w-page
{
	margin-bottom:15px;
}
.item-w .line-w1
{
	
}
.item-w.item-w-page
{
	text-align:center;
}
.content-w
{
	line-height:22px;
}
.item-w img
{
	filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(5884%) hue-rotate(156deg) brightness(101%) contrast(101%);
}
.item-w:hover img
{
	filter:none
}
.item-w:hover .title-w
{
	
}
.item-w .title-w
{
  font-weight:500;
  font-size:18px;
  color:#fff;
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
  padding-left:15px;
  padding-right:15px;
  line-height:26px;
}
.item-w .title-w a
{
	color:#fff;
	font-weight:700;
}
.item-w:hover
{
	
}
.item-w:hover a
{
	color:#fff;
}
.item-w .intro-w
{
  line-height:16px;
  margin-top:3px;
  line-height:22px;
  color:#4a4a4a;
  font-size:16px;
}
.item-w:hover
{
	
}
.bot-wc
{
	padding-top:40px;
}
.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;
}
.review-home {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #f1f2f2;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.btns-review-home
{
	text-align:center;
	margin-top:20px;
}
.btns-review-home a
{
	display:inline-block;
	background-image:url(../images/np1.png);
	width:61px;
	height:61px;
}
.btns-review-home a.btn-review-home-next
{
	background-position:0 0;
}
.btns-review-home a.btn-review-home-prev
{
	background-position:-61px 0;
}
.review-home .title-home a
{
	color:#474747
}
.review-home .title-home a:hover
{
	color:#228044
}
.scale-slide {
    padding: 0px 0;
}
.review-home-slide .swiper-slide .scale-slide {
    transform: scale(0.5);
    transition: all linear 0.4s;
}
.review-home-slide .swiper-slide-active .scale-slide {
    transform: scale(0.8);
    transition: all linear 0.4s;
	
}
.review-home-slide .swiper-slide-prev .scale-slide {
    transform: scale(0.6);
    transition: all linear 0.4s;
	
}
.review-home-slide .swiper-slide-next .scale-slide {
    transform: scale(0.6);
    transition: all linear 0.4s;
	
}
.review-home-slide .scale-slide &gt; div
{
}
.review-home-slide .swiper-slide img
{
	
	
}
.review-home-slide .swiper-slide-active img
{
	opacity:1;
}
.review-home-slide
{
	width:80%;
	margin:auto;
	position:relative;
}
.intro-review
{
	width:60%;
	margin:auto;
	background-color:#fff;
	border:solid 2px #ff;
	-webkit-border-radius: 8px;
border-radius: 8px;
padding:20px;
position:relative;
}
.intro-review:after, .intro-review:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.intro-review:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.intro-review:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	border-width: 18px;
	margin-left: -18px;
}
.box-review
{
	text-align:center;
	margin-top:20px;
	
}
.name-review
{
	font-weight:700;
	font-size:20px;
	margin-top:20px;
	color:#373737;
	text-transform:uppercase;
}
.title-review
{
	color:#545454;
	margin-top:3px;
}
.intro-review
{
	color:#414042;
	line-height:24px;
	-webkit-box-shadow: -1px 11px 8px -14px #000000; 
box-shadow: -1px 11px 8px -14px #000000;
}
.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:99999;
	background-position:center center;
	position:fixed;
	background-color:rgba(0, 0, 0, 0.9);
	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 &gt; tr &gt; 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:#228044
}
.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
{
	padding-top:40px;
	padding-bottom:40px;
}
.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:#228044;
}
.intro-tem-nhansu
{
}
.nhansu-name-page
{
}
.nhansu-name-page a
{
	color:#424242;
	font-style:italic;
	font-weight:600;
}
.nhansu-name-page a:hover
{
	color:#228044;
	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 &gt; div
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}
.inner-item-ser-home-1 &gt; 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;
	
}
.img-cat img
{
	display:block;
	width:100%;
}
.title-news-home
{
	width:auto;
	float:left;
}
.title-news-home a
{
	color:#424242;
	font-weight:800;
}
.frm-book
{
}
.frm-book .form-control
{
	padding:10px 10px;
	font-size:16px;
	font-weight:600;
}
.btn-frm-book
{
	display:block;
	background-color:#228044;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:15px;
	font-size:20px;
	font-weight:700;
	-webkit-border-radius: 4px;
border-radius: 4px;
}
.btn-frm-book:hover
{
	color:#fff;
}
.topcontent-page-product
{
	padding-top:40px;
	box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
-webkit-box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
-moz-box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
padding-bottom: 40px;
}
.tab-pro
{
	padding-top:40px;
}
.page-pro
{
	background-repeat:repeat-y;
	background-position:center top;
}
.item-pro-menu2 .inner-item-pro
{
	padding:15px 0;
}
.item-pro-menu2:hover
{
	background-color:transparent;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.date-pic
{
	position:relative;
	margin-right:5px;
}
.date-pic:before
{
	width:24px;
	height:24px;
	background-image:url(../images/calen.png);
	content:"";
	position:absolute;
	top:12px;
	right:5px;
}
.modal-header-book
{
	background-color:#228044;
	text-align:left;
	font-size:26px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
border-bottom:none;
color:#fff;
display:block;
padding-top:20px;
display:block
}
.modal-content-book
{
	background-color:transparent;
	border:none
	
}
.modal-body-book
{
	background-color:#fff;
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
padding:20px;
}
.cl-mdbook
{
	width:47px;
	height:47px;
	position:absolute;
	top:-75px;
	right:-24px;
	background-image:url(../images/cl-md.png);
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.32);
box-shadow: 0 0 11px 0 rgba(0,0,0,.32);
}
.slogan
{
	line-height:62px;
}
.slogan strong
{
	color:#228044;
	font-weight:700;
	text-transform:uppercase;
}
.line-sanglap
{
	padding-top:60px;
	padding-bottom:60px;
}
.item-sanglap
{
	text-align:center;
}
.item-sanglap-page
{
	margin-bottom:30px;
}
.name-item-sanglap
{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.name-item-sanglap a:hover
{
	color:#228044
}
.item-sanglap:hover .name-item-sanglap a
{
	color:#228044
}
.item-sanglap:hover .img-sanglap
{
}
.img-sanglap
{
width:80%;
	margin:auto;
	margin-bottom:20px;
	
}
.img-sanglap img
{
	display:inline-block;
	max-width:100%;
	margin:auto
}
.trust-home
{
	background-color:#228044;
	padding-top:60px;
	padding-bottom:60px;
}
.item-trust{
	margin-top:30px;
}
.icon-trust
{
	margin-bottom:20px;
}
.title-trust
{
	font-size:20px;
}
.title-trust a
{
}
.title-trust a:hover
{
	color:#fff;
}
.top-detail
{
	box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.14);
-webkit-box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.14);
-moz-box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.14);
	padding-bottom:40px;
}
.box-service-detail
{
	padding-top:40px;
}
.bot-detail
{
	padding-top:40px;
}
.img-item-doitac
{
	border:solid 1px #d7d7d7;
}
.box-content-detail-par
{
	background-color:#f2f2f2;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding:30px;
	padding-left:180px;
}
.top-detail-bg
{
	min-height:240px;
	background-color:#228044
}
.img-detail-par
{
	background-color:#fff;
	box-shadow: 6px 7px 12px -4px rgba(0,0,0,0.25);
-webkit-box-shadow: 6px 7px 12px -4px rgba(0,0,0,0.25);
-moz-box-shadow: 6px 7px 12px -4px rgba(0,0,0,0.25);
    width:360px;
	height:360px;
	-webkit-border-radius: 5px;
border-radius: 5px;
position:absolute;
left:0;
top:-20px;
padding:20px;
}
.inner-img-detail-par
{
	position:relative;
	width:100%;
	height:100%;
}
.img-detail-par img
{
	display: block;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bg-tran
{
	background-color:transparent !important;
	border-bottom:solid 1px #c77e16 !important
}
.top-detail-par
{
	position:relative;
	z-index:99;
	top:-120px;
}
.top-news-home
{
	padding-top:50px;
	padding-bottom:50px;
	box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
-webkit-box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
-moz-box-shadow: -1px 7px 12px -4px rgba(0,0,0,.14);
margin-bottom:50px;
}
.item-top-news-home
{
	position:relative;
    overflow:hidden;
}
.item-top-news-home img
{
	display:block;
	width:100%;
}
.name-item-top-news-home
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:15px;
	line-height:20px;
}
.name-item-top-news-home:before
{
	min-height:200px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&amp;0+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 99%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 99%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 99%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
}
.name-item-top-news-home a
{
	display:block;
	position:relative;
	z-index:9999;
	color:#fff;
	font-weight:600;
	font-size:16px;
}
.item-news-lag-1 .name-item-top-news-home
{
	padding:20px;
	line-height:26px;
}
.item-news-lag-1 .name-item-top-news-home a
{
	display:block;
	position:relative;
	z-index:9;
	color:#fff;
	font-weight:700;
	font-size:22px;
}
.name-item-top-news-home a:hover
{
	color:#f58321;
}
.item-other-news
{
}
.item-other-news img
{
	display:block;
	width:40%;
	float:left;
	margin-right:10px;
}
.name-item-other-news
{
	font-size:16px;
	font-weight:600;
}
.tam-nhin
{
	padding-top:60px;
	padding-bottom:60px;
}
.name-quick-view
{
	font-size:22px;
	color:#228044;
	font-weight:700;
	text-transform:uppercase;
}
.title-quick-view
{
	color:#4c4c4c;
	font-weight:600;
	margin-top:10px;
	margin-bottom:25px;
	position:relative;
}
.title-quick-view:before
{
	width:50px;
	height:3px;
	background-color:#228044;
	left:0;
	bottom:-10px;
	content:"";
	position:absolute;
}
.content-detail1
{
}
.content-detail1 ul
{
	margin:0;
	padding:0;
}
.content-detail1 ul li
{
	display:block;
	margin-bottom:10px;
	position:relative;
	padding-left:20px;
}
.content-detail1 ul li:before
{
	content:"\f192";
	position:absolute;
	left:0;
	top:5px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	color:#228044;
}
.nav-tabs-detail
{
	border:none;
}
.nav-tabs-detail .nav-item.show .nav-link, .nav-tabs-detail .nav-link.active
{
	background-color:#3e3e3e;
	color:#fff;
	border:none;
	-webkit-border-radius: 5px;
   border-radius: 5px;
}
.nav-tabs-detail .nav-link
{
	padding:12px 20px;
	font-size:18px;
	font-weight:600;
	color:#3e3e3e;
	text-transform:uppercase;
	border:none;
	margin-right:5px;
}
.nav-tabs-detail .nav-link:hover
{
	border:none;
}
.tab-content-detail
{
	margin-top:30px;
}
.content-detail table td
{
	padding:15px;
}
.img-service-detail
{
}
.img-service-detail img
{
	display:block;
	width:100%;
}
.view-post-video {
  position: relative;
  overflow:hidden;
}
.view-post-video img
{
	display:block;
	width:100%;
}
.btn-play {
  position: absolute;
  background-image: url(../images/btn-play.png);
  width: 90px;
  height: 90px;
  background-position:0 0;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  background-repeat:no-repeat;
}
.btn-play:hover {
	background-position:0 -90px;
}
.btn-play-small {
  position: absolute;
  background-image: url(../images/btn-play.png);
  width: 56px;
  height: 56px;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  background-size: 100%;
}
.title-video-info-home {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  width:100%;
}
.title-small-video-info-home {
	padding:10px 15px;
	font-size:16px;
	font-weight:500;
}
.title-video-info-home:before {
  min-height: 200px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.69) 99%,rgba(0,0,0,.7) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.69) 99%,rgba(0,0,0,.7) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.69) 99%,rgba(0,0,0,.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.title-video-info-home a{
	position:relative;
	z-index:3;
	color:#fff;
	font-size:18px;
}
.title-video-info-home a:hover
{
	color:#f15c23
}
.item-vide-more-home
{
	margin-bottom:15px;
}
.item-vide-more-home .title-video-info-home a
{
	font-size:16px;
}
.item-event
{
	margin-bottom:20px;
}
.name-item-event-home
{
	font-size:20px;
	font-weight:600;
	margin-top:15px;
	margin-bottom:15px;
}
.intro-item-event
{
	color:#3b3b3b;
	line-height:24px;
	padding-bottom:10px;
	border-bottom:solid 1px #d7d7d7;
	margin-bottom:10px;
}
.info-event
{
	font-size:16px;
	font-weight:600;
	padding-top:5px;
	padding-bottom:5px;
	color:#228044
}
.name-item-event-home a
{
}
.name-item-event-top
{
	font-size:24px;
	font-weight:700;
}
.intro-item-event-top
{
	font-size:18px;
	padding-top:20px;
	line-height:26px;
}
.top-event
{
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:solid 2px #228044;
}
.box-info-top
{
	background-color:#228044;
	color:#fff;
	padding:8px 15px;
	margin-bottom:15px;
}
.box-info-top .info-event
{
	color:#fff;
}
.name-item-servce-top
{
	color:#228044;
	border-bottom:solid 2px #d2d2d2;
	padding-bottom:20px;
	font-size:36px;
}
.item-cat-line1
{
	padding-top:40px;
}
.item-cat-line2
{
	padding-top:50px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.name-item-servce-sec{
	color:#228044;
    padding-bottom:20px;
	font-size:36px;
	font-weight:600;
}
.box-content-loiich
{
	background-color:#fff;
	padding:40px;
	-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
box-shadow: 7px 7px 17px 0 rgba(0,0,0,.17);
-webkit-box-shadow: 7px 7px 17px 0 rgba(0,0,0,.17);
-moz-box-shadow: 7px 7px 17px 0 rgba(0,0,0,.17);
}
.item-cat-line3
{
	background-color:#228044;
	padding-top:50px;
	padding-bottom:50px;
}
.name-item-camnhan
{
	color:#fff;
	margin-top:12px;
	font-size:18px;
	font-weight:600
}
.box-video-page
{
	padding-top:60px;
	padding-bottom:60px;
}
.line-frm-reg-ser
{
	padding-top:50px;
	padding-bottom:50px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
		
	position:relative;
	z-index:9;
}
.frm-reg-ser
{
	width:60%;
	margin:auto;
	
}
.cl-info
{
	top:-24px !important;
}
.if-360
{
	width:100%;
	margin-top:20px;
}
.if-360 iframe
{
	border: none;
	padding:0;
	margin:0;
	display:block;
	width:100%;
	height:800px;
}
.if-360-page
{
	
}
#header
{
	display:none;
}
.box-video-home {
    margin-top: -1px;
    background: #FFF;
    position: relative;
    z-index: 3;
}
.list-service &gt; div:nth-child(2n) 
{
	background-color: #f5f5f5;

}
.line-service 
{
	padding-top: 40px;
	padding-bottom: 40px;
}
.event-home
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-position: center center;
	background-size: cover;
}
.item-event-home
{
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 8px;
border-radius: 8px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0,1);
display: flex;
    flex-direction: column;
    height: 100%;
}
.item-event-home .content-item-event
{
	padding: 10px 15px;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.item-event-home .inner-item-news
{
	flex: 1;
    display: flex;
    flex-direction: column;

}
.item-event-home .intro-item-event
{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.footer-item-event-home
{
	background-color: #228044;
	padding: 15px;
	color: #fff;
}
.footer-item-event-home .info-event
{
	color: #fff;
}

.review-home-slider-stytle3 .review-item {
	background-color: #fff;
	border:
  solid 1px #eee;
	padding:
  20px;
	border-radius:
  5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .review-item {
	background-color: #fff;
	border:
  solid 1px #eee;
	padding:
  0px;
	margin-bottom: 20px;
	border-radius:
  5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .img-hover {
	overflow:
  hidden;
	position: relative;
	display: block;
  }
  .review-home-slider-stytle3 .review-item .img-review-item {
	margin-right: 10px;
  }
  .review-home-slider-stytle3 .review-item .img-review-item img {
	width: 100%;
	height: auto;
	border-radius:
  50%;
	display: block;
  }
  .review-item .review-title-item {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin:0;
	  margin-bottom: 0px;
	padding:0;
	margin-bottom: 0px;
  }
  .review-service-item {
	color: #999;
	font-size: 13px;
  }
  .review-home-slider-stytle3 .card-body {
	padding:15px 0;
	padding-bottom: 0;
  }
  .review-item .content-review-item {
	font-size: 16px;
	color: #666;
	margin-bottom: 0px;
	line-height: 24px;
  }
  .review-home-slider-stytle3 .review-item-rating {
	margin-top: 10px;
	color: #d19f07;
  }</pre></body></html>