
html, body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #282828;
    line-height:24px;
	background-color:#fff;
	
}
a{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	color:#3c3c3c
}
strong{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
a:hover{
	text-decoration:none;
	color:#024b9d
}
/* 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:40px !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:#024b9d;
	display: block;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.wc
{
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	
}
.inner-wc
{
	background-color:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:50px 40px;
	margin-top:-100px;
	position:relative;
	z-index:99;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
}
.content-wc
{
	margin-top:15px;
	line-height:24px;
}
.sub-info
{
	padding:0;
	margin:0;
	padding-top:30px;
	border-top:solid 1px #d0d0d0
}
.sub-info li
{
	display:inline-block;
}
.sub-info li a
{
	display:block;
	padding:0 10px;
	color:#024b9d;
	font-size:18px;
	font-weight:500;
	border-right:solid 1px #024b9d
}
.sub-info li a:hover
{
	color:#3c3c3c
}
.sub-info li:first-child a
{
	
	padding-left:0;
}
.sub-info li:last-child a
{
	padding-right:0;
	border-right:none
}
.img-wc
{
	width:100%;
	position:relative;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.img-wc:before
{
	
}
.img-wc img
{
	display:block;
	width:100%;
	position:relative;
	z-index:2;
}
.title-wc
{
	font-weight:500;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:30px;
}
.title-wc a
{
	font-weight:700;
	color:#282828;
}
.title-wc a:hover
{
	color:#024b9d;
}
.title-wc strong:hover
{
	color:#024b9d;
}
.title-home1
{
	font-size:40px;
	text-transform:uppercase;
	color:#3c3c3c;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:30px;
	
}
.title-home
{
	font-size:30px;
	text-transform:uppercase;
	color:#3c3c3c;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#f59952;
	
	
}
.title-home strong
{
	font-weight:700;
}
.title-home a
{
	color:#282828;
}
.title-home a:hover
{
	color:#024b9d;
}
.title-home1 a
{
	color:#4e4e4e;
}
.title-home1 a:hover
{
	color:#024b9d;
}
.title-home-pro a
{
	color:#fff;
}
.title-home-pro a:hover
{
	color:#024b9d;
}
.title-home-w a
{
	color:#fff;
}
.title-home-news
{
	width:auto;
	float:left;
}
.link-viewmore
{
	display:inline-block;
	background-color:#024b9d;
	color:#f0cf1a;
	padding:12px 30px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    margin-top:15px;
    font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}
.link-viewmore:hover
{
	color:#fff;
	background-color:#024b9d
}
.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:#f3f4f4;
	padding-bottom:50px;
}
.title-box-cathome
{
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	padding:0;
	color:#282828;
	
}
.title-box-cathome a
{
	color:#282828
}
.title-box-cathome a:hover
{
	color:#024b9d;
}
.btn-slide-cat-home
{
	top:50% !important;
	margin-top:-24px;
}
.intro-box-cathome
{
	
}
.item-cathome
{
	
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.item-catpage
{
	margin-bottom:50px;
}
.item-catpage .intro-item-cathome
{
	color:#6e6e6e
}
.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:700;
	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&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	content:"";
	z-index:9;
	display:none
}
.box-content-cat
{
	padding:25px;
	background-color:#fff;
	width:100%;
	position:relative;
	margin:auto;
z-index:99;
}
.item-cathome:hover .box-content-cat
{
	background-color:#024b9d;
	color:#fff;
}
.name-item-cathome
{
	font-size:18px;
	font-weight:700;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	text-transform:uppercase;
	color:#000000;
	transition: all 0.2s ease-out;
	bottom:0;
	left:0;
	width:100%;
	z-index:10;
	
	
}
.item-cathome:hover .name-item-cathome
{
	color:#fff;
	
}
.item-cathome:hover img
{
}
.name-item-cathome a
{
	color:#333333;
}
.name-item-cathome a:hover
{
	color:#fff;
}
.item-cathome:hover .box-content-cat .name-item-cathome a
{
	color:#fff;
}
.item-cathome:hover .name-item-cathome
{
}
.intro-item-cathome
{
	line-height:26px;
	font-size:18px;
	font-weight:400;
	color:#454545;
	margin-top:10px;
}
.item-cathome:hover .intro-item-cathome
{
	color:#fff;
}
.inner-intro-item-cathome
{
	padding:15px 15px
}
.mask-cat
{
	position:absolute;
	width:100%;
	color:#fff;
	transition: all 0.9s ease-out;
	left:0;
	bottom:0;
	z-index:999;
	padding:30px;
}
.item-cathome:hover .mask-cat
{
	
	
}
.mask-cat .name-item-cathome a
{
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	color:#fff;
	text-transform:uppercase;
}
.mask-cat .name-item-cathome a:hover
{
	color:#ffdd20;
}
.line-item-cathome
{
	background-color:#fff;
	height:3px;
	width:60px;
	margin-top:15px;
	margin-bottom:15px;
	display:none
}
.btn-item-cathome
{
	background-color:#024b9d;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	display:inline-block;
	padding:18px 40px;
	font-size:18px;
	font-weight:500;
}
.btn-item-cathome:hover
{
	background-color:#151515
}
.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
{
	padding:15px 0;
}
.name-item-cathome2
{
	line-height:20px;
}
.name-item-cathome2 a
{
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
.name-item-cathome2 a:hover
{
	color:#024b9d
}
.box-cathome3
{
	background-color:#3b3b3b;
	padding-top:60px;
	padding-bottom:30px;
}
.item-cathome3
{
	background-color:#fff;
	-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}
.content-box-cathome3
{
	width:330px;
	float:right;
	padding-right:20px;
}
.intro-box-cathome
{
	line-height:24px;
}
.content-item-cathome3
{
	padding:20px 30px;
	min-height:260px;
}
.name-item-cathome3
{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.name-item-cathome3 a
{
	color:#3b3b3b;
}
.name-item-cathome3 a:hover
{
	color:#024b9d
}
.intro-item-cathome3
{
	line-height:22px;
}
.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:20px;
	padding:0;
	width:100%;
	text-align:center;
	position:relative;
	margin-top:20px;
}
.tab-home li
{
	display:inline-block;
	margin-left:5px;
	margin-bottom:-2px;
}
.tab-home li a
{
	display:inline-block;
	padding:16px 35px;
	color:#fff;
	background-color:#024691;
	font-weight:700;
	font-size:18px;
}
.tab-home li:last-child a
{
	
}
.tab-home li a:hover,.tab-home li a.act
{
	color:#fff;
	background-color:#efb402;
}
.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:#024b9d;
}
.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:#024b9d;
}
.pro-item-name-col
{
	font-weight:700;
	color:#3c3c3c;
	font-size:14px;
	margin:0;
	padding:0;
	margin-top:0px;
}
.pro-item-name-col a
{
	color:#3c3c3c;
}
.pro-item-name-col a:hover
{
	color:#024b9d;
}
.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:#3c3c3c;
}
.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:#024b9d;
	color:#024b9d;
	font-weight:700;
	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:#024b9d;
}
.btn-pro a.a-btn-bg
{
	background-color:#333333;
	color:#024b9d;
	margin-left:10px;
}
.btn-pro a.a-btn-bg:hover
{
	background-color:#024b9d;
	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:3px;
	width:60px;
	margin:auto;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.trust-home
{
	padding-top:30px;
	padding-bottom:20px;
	background-image:url(../images/bg1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.title-trust
{
	font-size:18px;
	color:#fff;
	font-weight:700;
	margin-bottom:10px;
	margin-top:15px;
}
.intro-item-trust
{
	color:#f5f5f5;
	line-height:22px;
}
.timeline{
	position: relative;
	margin-top:30px;
}
/*Line*/
.timeline > li::before{
	content:'';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	left:-19px;
}
/*Circle*/
.timeline > li::after{
    text-align: center;
    padding-top:10px;
	font-size:30px;
	font-weight:700;
	line-height:44px;
	z-index: 10;
	content:counter(item);
	position: absolute;
	width: 58px;
	height: 58px;
	background-color: #814b9d;
	top:0;
	left:-58px;
}
/*Content*/
.timeline > li{
	counter-increment: item;
	padding: 0px 14px;
	margin-left: 0px;
	min-height:60px;
	position: relative;
	color:#fff;
	font-weight:700;
	font-size:16px;
	list-style: none;
	margin-bottom:20px;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}
.timeline > li .intro-trust{
	font-weight:normal;
	color:#d7d7d7;
	font-size:15px;
}
.trust-title-home
{
	font-size:46px;
	color:#fff;
	font-weight:700;
	text-align:center
}
.trust-title-home strong
{
	color:#024b9d;
	font-weight:700;
}
.item-trust
{
	text-align:center;
}
.name-item-trust
{
	font-weight:700;
	margin-bottom:4px;
	font-size:18px;
	color:#f39200
}
.timeline > li:hover::after{
	background-color:#f39200
}
/*media*/
.line-video-home
{
	background-color:#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:#3c3c3c;
}
.item-media .name-item-media a:hover
{
	color:#024b9d;
}
.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: #024b9d;
}
.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:#f3f4f4;
	padding-top:35px;
}
.item-news
{
	margin-bottom:30px;
	background-color:#fff;
}
.item-news .img-hvr
{
	overflow:hidden;
	-webkit-border-radius: 10px;
border-radius: 10px;
}
.item-news-page
{
	background-color:#f1f2f2
}
.item-news-page .img-hvr
{
	-webkit-border-radius: 0;
border-radius: 0;
}
.content-item-news-page
{
	padding:15px;
}
.content-item-news
{
	padding:15px;
	background-color:#fff;
}
.item-news .name-item-news
{
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:700;
	margin-top:5px;
}
.item-news .name-item-news a
{
	color:#474747;
	font-size:20px;
	line-height:22px;
}
.item-news .name-item-news a:hover
{
	color:#024b9d;
}
.intro-item-news
{
	margin-top:8px;
	line-height:24px;
	font-size:16px;
	color:#808080
}
.more-news
{
	padding-top:50px;
	padding-bottom:30px;
	background-color:#f3f4f4
}
.more-news .button-sl-nhansu
{
	top:20%;
	z-index:99
}
.more-news .item-news-page
{
	background-color:#fff;
}
.item-news-home
{
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.item-news-home img
{
	display:block;
	width:100%;
}
.item-news-home-top .createdate-home
{
	color:#ffffff;
	font-size:15px;
	position:relative;
	z-index:1px;
	font-weight:500;
	margin-bottom:6px;
}
.item-news-home-top .createdate-home a
{
	font-size:15px;
	font-weight:500;
	color:#ffffff;
}
.item-news-home-top img
{
	border:solid 1px #d7d7d7;
}
.name-item-news-home
{
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
  margin: 0;
  width: 100%;
  color: #fff;
  transition: all .2s ease-out;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position:absolute;
}
.name-item-more-news-home
{
	padding: 10px 15px;
	line-height:22px;
}
.name-item-news-home:before
{
	height:300px;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:#000;
	content:"";
	z-index:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#024b9d+0,024b9d+100&0+1,1+100 */
background: -moz-linear-gradient(top,  rgba(2,75,157,0) 0%, rgba(2,75,157,0) 1%, rgba(2,75,157,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(2,75,157,0) 0%,rgba(2,75,157,0) 1%,rgba(2,75,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(2,75,157,0) 0%,rgba(2,75,157,0) 1%,rgba(2,75,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00024b9d', endColorstr='#024b9d',GradientType=0 ); /* IE6-9 */
}
.name-item-news-home a
{
	color:#fff;
	position:relative;
	z-index:1;
}
.name-item-news-home-top
{
	font-size:24px;
	line-height:26px;
	font-weight:700;
}
.name-item-news-home a:hover
{
	color:#ffdd20
}
.item-news-top1
{
	margin-bottom:30px;
	
}
.item-news-home-more
{
	overflow:hidden;
	margin-bottom:20px;
}
.intro-item-news-home-top
{
	line-height:24px;
}
.item-news-home-more img
{
	width:34%;
	float:left;
	margin-right:20px;
}
.item-news-home-more .name-item-news-home
{
	padding:0;
}
.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:#3c3c3c;
}
.item-news-top1 .intro-item-news-top1
{
	line-height:22px;
}
.item-news-top1 .name-item-news a:hover
{
	color:#024b9d
}
.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:#024b9d
}
.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:700;
	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:#024b9d;
}
.item-service:hover .content-item-service
{
	background-color:#024b9d;
	color:#fff;
	border:solid 1px #024b9d;
	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:700;
}
.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:#024b9d;
}
.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:#024b9d;
	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:#3c3c3c;
	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:700;
	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;
}
.why
{
		position:relative;
		z-index:9;
		overflow:hidden;
		padding-top:60px;
		padding-bottom:60px;
}
.why-title
{
	
}
.item-w-2
{
	background-color:#1e6ba5
}
.item-w-page
{
	margin-bottom:15px;
}
.content-w
{
	line-height:22px;
}
.item-w
{
	text-align:center;
}
.why-list
{
	margin-top:30px;
}
.why-list .col-lg-4:last-child .item-w
{
	border-right:none;
}
.item-w .title-w
{
  font-weight:700;
  margin:0;
  margin-bottom:0px;
  line-height:22px;
  font-size:18px;
  color:#282828;
}
.item-w .img-w 
{
	margin-bottom:20px;
}
.item-w .img-w img 
{
  filter: invert(15%) sepia(0%) saturate(2%) hue-rotate(45deg) brightness(104%) contrast(97%);
  transition: all .15s ease-in-out;
}
.item-w .title-w a
{
	
}
.item-w:hover .title-w
{
	color:#024b9d
	
}
.item-w:hover .img-w img 
{
	filter:unset
}
.item-w:hover a
{
	color:#024b9d;
}
.item-w .intro-w
{
  margin-top:10px;
  line-height:22px;
  color:#6e6e6e;
  font-size:16px;
}
.mes-err
{
	color:#fff;
	font-size:12px;
	display:none;
}
.review-home {
    padding-top:60px;
	padding-bottom:50px;
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size:cover;
}
.btns-review-home
{
	text-align:center;
	margin-top:20px;
	margin-bottom:-34px;
}
.btns-review-home a
{
	display:inline-block;
	background-image:url(../images/np1.png);
	width:62px;
	height:62px;
}
.btns-review-home a.btn-review-home-next
{
	background-position:0 0;
}
.btns-review-home a.btn-review-home-prev
{
	background-position:-62px 0;
}
.scale-slide {
    padding: 0px 0;
}
.review-home-slide .swiper-slide .scale-slide {
   
}
.review-home-slide .swiper-slide-active .scale-slide {
    
	
}
.review-home-slide .swiper-slide-prev .scale-slide {
   
	
}
.review-home-slide .swiper-slide-next .scale-slide {
   
	
}
.review-home-slide .scale-slide > div
{
}
.review-home-slide .swiper-slide img
{
	display:block;
	width:100%;
	opacity:0.5
	
}
.swiper-container-review
{
	padding-top:55px;
	padding-bottom:40px;
}
.review-home-slide .swiper-slide-active img
{
	opacity:1;
	transform: scale(1.6);
	z-index:999
}
.review-home-slide
{
	
	position:relative;
}
.swiper-container-review
{
	width:60%;
	margin:auto;
}
.intro-review
{
	width:100%;
	margin:auto;
	position:relative;
	margin-top:15px;
	text-align:center;
}
.intro-review:after, .intro-review:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	display:none;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.intro-review:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.intro-review:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 18px;
	margin-left: -18px;
}
.box-review
{
	text-align:center;
	margin-top:0px;
}
.name-review
{
	font-weight:700;
	font-size:20px;
	margin-top:0px;
	color:#282828;
	margin-bottom:4px;
}
.title-review
{
	color:#727272;
}
.intro-review
{
	color:#414042;
	line-height:24px;
}
.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;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	height:430px;
}
.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:#024b9d
}
.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%;
}
.box-info-nhansu
{
	background-color:#024b9d;
	padding:30px;
	-webkit-border-radius: 5px;
border-radius: 5px;
position:relative;
margin-top:-225px;
}
.img-cat-info-nhansu img
{
	display:block;
	width:100%;
}
.line-info-nhansu-home
{
	padding-top:60px;
	height:630px;
}
.title-home-info-nhansu
{
	margin-top:50px;
}
.intro-cathome
{
	line-height:22px;
	color:#282828;
	margin-top:15px;
}
.item-nhansu
{
	margin-bottom:30px;
}
.img-nhansu
{
	-webkit-border-radius: 8px;
border-radius: 8px;
}
.img-item-nhansu
{
	-webkit-border-radius: 8px;
    border-radius: 8px;
	overflow:hidden;
}
.img-item-nhansu img
{
	display:block
}
.img-nhansu img
{
	display:block;
	width:100%;
}
.name-item-nhansu
{
	font-size:18px;
	color:#282828;
	margin:0;
	padding:0;
	margin-bottom:5px;
	margin-top:15px;
	font-weight:700;
}
.name-item-nhansu a
{
	color:#fff;
}
.name-item-nhansu a:hover
{
	color:#efb402
}
.intro-item-nhansu
{
	color:#fff;
}
.item-nhansu-page .name-item-nhansu a
{
	color:#282828;
}
.item-nhansu-page .intro-item-nhansu
{
	color:#7b7b7b;
}
.button-sl-nhansu
{
	width:43px;
	height:43px;
	position:absolute;
	top:50%;
	background-image:url(../images/np2.png);
	margin-top:-21px;
}
.button-prev-nhansu-home
{
	background-position:-43px 0;
	right:-23px;
}
.button-next-nhansu-home
{
	background-position:0 0;
	left:-23px;
}
.intro-tem-nhansu
{
	color:#7b7b7b
}
.trinhdo
{
	color:#7b7b7b;
	margin-bottom:0px;
}
.nhansu-name-page
{
}
.nhansu-name-page a
{
	color:#424242;
	font-style:italic;
	font-weight:700;
}
.nhansu-name-page a:hover
{
	color:#024b9d;
	text-decoration:underline;
}
.line-service-home-1
{
	padding-bottom:150px;
	position:relative;
	min-height:800px;
	overflow:hidden;
}
.line-service-home-1:before
{
	width:500px;
	height:436px;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	background-color:#274952;
	background-image:url(../images/bg_ser_1.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.item-ser-home-1
{
	display:block;
	position:relative;
	overflow:hidden;
}
.item-ser-home-1 img
{
	width:100%;
	display:block;
}
.inner-item-ser-home-1
{
	position:absolute;
	width:100%;
	height:100%;
	
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/bg_ser_item.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:table;
}
.inner-item-ser-home-1 > div
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:bottom;
}
.inner-item-ser-home-1 > div h3
{
	margin:0;
	font-size:18px;
	font-weight:700;
	padding:30px;
	color:#fff;
}
.sl-ser1
{
	
}
.np-ser1
{
	display:block;
	width:46px;
	height:46px;
	background-image:url(../images/np.png);
	position:absolute;
	top:50%;
	margin-top:-24px;
	z-index:99;
}
.next-ser1
{
	left:27%;
	background-position:0 0;
}
.prev-ser1
{
	left:80%;
	background-position:-46px 0;
	
}
.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
{
	background-color:#fff;
	padding:25px 25px;
	-webkit-border-radius: 8px;
   border-radius: 8px;
   padding-bottom:15px;
}
.frm-book .error
{
	border:solid 1px #F00;
	background-color:#f5f5f5;
}
.title-frm-footer
{
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	color:#024b9d;
	margin-bottom:20px;
}
.div-phone
{
	margin-right:4px;
}
.div-email
{
	margin-left:4px;
}
.frm-book .form-control
{
	padding:10px 10px;
	font-size:16px;
	font-weight:700;
	-webkit-border-radius: 100px;
    border-radius: 100px;
}
.frm-book .form-control1
{
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.frm-book .form-select
{
	padding:10px 10px;
	font-size:16px;
	font-weight:700;
	-webkit-border-radius: 100px;
    border-radius: 100px;
}
.btn-frm-book
{
	display:block;
	background-color:#024b9d;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:12px;
	font-size:18px;
	font-weight:700;
	-webkit-border-radius: 100px;
    border-radius: 100px;
}
.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:#fff;
	width:100%;
	text-align:left;
	display:none;
	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:#024b9d;
display:block;
padding-top:20px;
}
.slogan
{
	line-height:62px;
}
.slogan strong
{
	color:#024b9d;
	font-weight:700;
	text-transform:uppercase;
}
.trust-home
{
	background-color:#024b9d;
	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;
}
.item-doitac
{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}
.img-item-doitac
{
}
.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:#024b9d
}
.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&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%;
}
.other-news
{
	margin-top:25px;
}
.other-news li
{
	display:block;
	padding:5px 0;
	position:relative;
	padding-left:15px;
	position:relative;
}
.other-news li:before
{
	position:absolute;
	left:0;
	top:15px;
	background-color:#024b9d;
	width:5px;
	height:5px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	content:"";
}
.name-item-top-news-home a
{
	display:block;
	position:relative;
	z-index:9999;
	color:#fff;
	font-weight:700;
	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:#d7d7d7;
}
.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:700;
}
.tam-nhin
{
	padding-top:60px;
	padding-bottom:60px;
}
.name-quick-view
{
	font-size:30px;
	color:#024b9d;
	font-weight:700;
	text-transform:uppercase;
}
.title-quick-view
{
	color:#4c4c4c;
	font-weight:700;
	margin-top:10px;
	margin-bottom:25px;
	position:relative;
}
.title-quick-view:before
{
	width:50px;
	height:3px;
	background-color:#024b9d;
	left:0;
	bottom:-10px;
	content:"";
	position:absolute;
}
.content-detail1
{
}
.content-detail1 ul
{
	margin:0;
	padding:0;
}
.content-detail1 ul li
{
	display:inline-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:#024b9d;
}
.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:700;
	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%;
}
.box-video-home
{
	border-top:solid 2px #e5e5e5;
	padding-bottom:0;
}
.tab-media {
	padding:0;
	margin:0;
}

.tab-media
{
	margin:0;
	padding:0;
	padding-left:120px;
}
.tab-media li
{
	display:inline-block;
	padding:20px 10px;
}
.tab-media li a
{
	font-size:18px;
	font-weight:700;
}
.item-photo-home
{
	background-color:#000;
	position:relative
}
.item-photo-home img
{
	display:block;
	opacity:1;
	width:100%;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.item-photo-home:hover img
{
	opacity:0.5;
}
.mask-photo
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	font-weight:500;
	display:none
}
.mask-photo:hover
{
	color:#fff;
}
.mask-photo:hover span
{
	display:block;
}
.mask-photo span
{
	display:none;
	width:100%;
	text-align:center;
}
.tab-news-detail
{
	border-bottom:solid 2px #b5b5b5;
	padding-top:5px;
}
.tab-news-detail .subtab-page .tab-home
{
	border-bottom:none;
	margin-bottom:0
}
.tab-news-detail .subtab-page .tab-home li a
{
	padding: 26px 4px;
}
.link-back
{
	display:inline-block;
	padding-left:60px;
	line-height:51px;
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	background-position:center left;
	position:absolute;
	left:0;
	top:10px;
}
.page-name-slilde
{
	position:absolute;
	top:40%;
	margin-top:-30px;
	width:100%;
	left:0;
	text-align:center;
	font-size:60px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.box-menu-left-service .menuleft > li > a
{
	border-bottom:solid 4px #fff;
}
.box-menu-left-service .menuleft > li.active > a
{
	background-color:#024b9d;
	color:#fff;
	border-bottom:solid 1px #c5445b;
}
.box-menu-left-service .menuleft > li.active .menulv3
{
	background-color:#024b9d;
}
.box-menu-left-service .menulv3 li.active a
{
	color:#ffdd20;
}
.box-menu-left-service .menulv3 li a
{
	color:#fff;
	border-bottom:solid 1px #c5445b;
	padding:14px 0;
	display:block;
	position:relative;
	padding-left:15px;
}
.box-menu-left-service .menulv3 li a:before
{
	width:5px;
	height:5px;
	background-color:#fff;
	left:0;
	top:22px;
	content:"";
	position:absolute;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.box-menu-left-service .menulv3 li a:hover
{
	color:#ffdd20;
}
.box-menu-left-service .menulv3 li
{
	padding:0px 20px
}
.thungo
{
	background-color:#f1f1f1;
	background-repeat: no-repeat;
	background-position:center center;
}
.title-thungo
{
	color:#024b9d
}
.content-thungo
{
	padding-top:40px;
	padding-bottom:150px;
}
.content-thungo1
{
	position:relative;
	padding-bottom:50px;
	line-height:24px;
}
.content-thungo1:before
{
	content:"";
	width:81px;
	height:57px;
	background-image:url(../images/nhay-trai.png);
	position:absolute;
	left:-100px;
}
.content-thungo1:after
{
	content:"";
	width:147px;
	height:105px;
	background-image:url(../images/nhay-phai.png);
	position:absolute;
	right:0px;
	bottom:-100px;
}
.button-sl-hist
{
	top:50px !important;
}
#swp_hist
{
	
	padding-top:50px;
}
.line-swp-hist
{
	border-top:solid 3px #5b5b5b;
}
.hist-y
{
	position:absolute;
	top:-40px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
	font-size:24px;
	font-weight:700;
	color:#373737;
}
.hist-y:before
{
	width:16px;
	height:16px;
	content:"";
	left:50%;
	margin-left:-3px;
	position:absolute;
	background-color:#f78421;
	bottom:-6px;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.box-info-contact
{
	border:solid 1px #d7d7d7;
	margin-bottom:20px;
	padding:25px;
	padding-bottom:10px;
}
.title-box-info-contact
{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:15px;
	margin-bottom:15px;
}
.line-info-contact
{
	font-size:16px;
	font-weight:500;
	margin-bottom:25px;
	position:relative;
	padding-left:40px;
}
.line-info-contact:before
{
	position:absolute;
	left:0;
	top:-5px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size:20px;
	background-color:#024b9d;
	color:#fff;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
}
.line-info-contact-add:before
{
	content:"\f041";
}
.line-info-contact-phone:before
{
	content:"\f095";
}
.line-info-contact-fax:before
{
	content:"\f1ac";
}
.line-info-contact-email:before
{
	content:"\f003";
}
 
.name-line-servive
{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
	border-left:solid 5px #024b9d;
	padding-left:15px;
}
.item-photo
{
	margin-bottom:20px;
}
.line-servive
{
	margin-bottom:30px;
}
.content-service
{
}
.content-service h3
{
	margin:0;
	line-height:25px;
	padding:10px 20px;
	display:inline-block;
	background-color:#024b9d;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.content-service ul
{
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:30px;
}
.content-service ul li
{
	display:block;
	padding-left:20px;
	position:relative;
	margin-bottom:5px;
}
.content-service ul li:before
{
	content:"\f0a9";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0;
	top:6px;
	color:#024b9d
}
.ul-grid
{
	overflow:hidden;
}
.ul-grid li
{
	width:33%;
	float:left;
}
.btn-apply
{
	color:#fff;
	background-color:#024b9d;
	display:block;
	text-align:center;
	-webkit-border-radius: 100px;
border-radius: 100px;
padding:6px 0;
}
.btn-apply:hover
{
	color:#333;
	background-color:#d7d7d7;
}
.fancybox-caption__body
{
	font-size:16px;
	font-weight:700;
	line-height:24px;
	width:50%;
	margin:auto;
}
.item-catservice
{
	margin-bottom:40px;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
background-color:#fff;
}
.num-cat
{
	color:#f59952;
	font-size:50px;
	font-family: 'Playfair Display',serif;
	font-weight:700;
	position:relative;
}
.num-cat:before
{
	width:64px;
	height:1px;
	background-color:#f59952;
	content:"";
	position:absolute;
	top:50%;
	z-index:9;
}
.item-catservice1 .num-cat:before
{
	right:-72px;
}
.item-catservice0 .num-cat:before
{
	left:-72px;
}
.item-catservice1
{
	text-align:right;
}
.content-item-catservice
{
	padding:40px 15px;
}
.name-item-catservice
{
	font-size:22px;
	color:#434343;
	margin-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:700;
}
.name-item-catservice a
{
	color:#434343;
}
.name-item-catservice a:hover
{
	color:#f59952;
}
.intro-item-catservice
{
	font-size:18px;
	line-height:24px;
}
.intro-cat-ser
{
	margin-bottom:40px;
	margin-top:15px;
}
.title-box-orther
{
	font-size:24px;
	text-align:left;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
}
.item-partner-page
{
	border:solid 1px #fadcd8
}
.btn-reg
{
	background-color:#024b9d;
	height:100%;
	padding:11px 15px;
	display:inline-block;
	float:right;
	text-align:center;
	color:#fff;
	font-weight:700;
	margin-left:15px;
}
.btn-reg span
{
	background-image:url(../images/bg_btn_reg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:40px;
	display:block;
}
.btn-reg:hover
{
	background-color:#e0cf0d;
	color:#fff;
}
.name-item-news-page
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgb(0,0,0,0.7);
	padding:15px 20px;
	font-size:20px;
	font-weight:600;
}
.name-item-news-page a
{
	color:#fff;
}
.name-item-news-page a:hover
{
	color:#efb402;
}
.page-detail-news
{
	padding-bottom:0;
}
.col-right
{
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.09);
box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.09);
padding-top:30px;
}
.inner-col-right
{
	padding-left:10px;
}
.col-left
{
	padding-top:30px;
}
.box-info-nhansu-detail
{
	background-color:#fff;
	padding:30px;
	position:relative;
	margin-top:-300px;
	overflow:hidden;
}
.box-info-nhansu-detail .trinhdo
{
	margin-bottom:0
}
.box-info-nhansu-detail .img-info-nhansu
{
	
}
.name-info-nhansu-detail
{
	font-size:30px;
	color:#282828;
	font-weight:700;
	margin:0;

	 border-bottom:solid 1px #f2f2f2;
   padding-bottom:10px;
   margin-bottom:15px;	
}
.btn-book
{
	background-color:#024b9d;
	color:#fff;
	display:block;
	width:100%;
	padding:12px 0;
	text-align:center;
	font-weight:600;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	margin-top:15px;
}
.btn-book span
{
	display:inline-block;
	background-image:url(../images/bg_btn_reg.png);
	background-size:25px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
}
.btn-book:hover
{
	background-color:#efb402;
	color:#fff;
}
.page-one-ser
{
	background-color:#f3f4f4
}
.box-detail-catser
{
	background-color:#fff;
	padding:30px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.frm-faq
{
	background-color:#e3f0ff
}
.btn-frm-faq
{
	display:block;
	background-color:#efb402;
	color:#024b9d;
	text-transform:none;
	text-align:center;
	padding:12px;
	font-size:16px;
	font-weight:700;
	-webkit-border-radius: 100px;
    border-radius: 100px;
}
.btn-frm-faq:hover
{
	color:#fff;
	background-color:#024b9d
}
.btn-frm-faq span
{
	display:inline-block;
	background-image: url(../images/icon/faq-icon.png);
	background-repeat:no-repeat;
	padding-left:35px;
	background-position:center left;
	line-height:30px;
}
.btn-reg-col
{
	display:block;
	background-color:#024b9d;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:700;
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-top:15px;
}
.btn-frm-faq-col
{
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-top:15px;
}
.btn-reg-col span
{
	display:inline-block;
	background-image: url(../images/icon/icon_reg.png);
padding-left: 40px;
background-repeat:no-repeat;
background-position:left center;
line-height:30px;
}
.btn-reg-col:hover
{
	color:#fff;
	background-color:#efb402
}
.bs-name-book
{
	font-size:20px;
	font-weight:700;
	color:#fff;
}
.bs-tags-book
{
	font-size:14px;
	color:#efb402
}
.box-book-bs-md
{
	background-color:#024b9d;
	padding:6px 10px;
}
.intro-info-nhansu-detail
{
   border-bottom:solid 1px #f2f2f2;
   padding-bottom:10px;
   margin-bottom:15px;	
   display:none;
}

.intro-info-nhansu-detail-pc
{
	text-align:center;
}
.slide-page .slick-dots
{
	display:none !important;
}