
html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #414042;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

a{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
a:hover{
	text-decoration:none;
}
.line
{
	width:60px;
	height:3px;
	background-color:#f3dc59;
	margin-top:10px;
}
/* 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:#fff;
	overflow:hidden;
}
.img-hvr img
{
	display:block;
	width:100%;
}

.img-hvr1
{
	overflow:hidden;
}
.img-hvr1 img
{
	display:block;
	width:100%;
}

.text-center
{
	text-align:center;
}
.mr-auto
{
	margin:auto;
}

a {
	text-decoration: none;
}
strong, b{
	font-weight:700
		
}
img {
	border: none;
	max-width: 100%;
}
#page {
	background: #fff;
	width:100%;
	overflow:hidden;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2, .c80 {
	clear: both;
}
.c {
	height: 0px;
}
.c2 {
	height: 2px;
}
.c3 {
	height: 3px;
}
.c5 {
	height: 5px;
}
.c10 {
	height: 10px;
}
.c15 {
	height: 15px;
}
.c20 {
	height: 20px;
}
.c30 {
	height: 30px;
}
.c35 {
	height: 35px;
}
.c80 {
	height: 80px;
}
.logo {

	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}
.logo img{
	display:block;
}

.right-header{
padding-top:30px;

}
.toppage{
	height:58px;	
	padding-left:75px;
}
.toppage .fa{
	font-size:18px;	
}
.link-top{
	float:right;
	width:auto;
	background-position:left center;
	padding-left:45px;
	background-repeat:no-repeat;
	font-weight:700
	margin-left:15px;	
}
.link-top strong
{
	text-transform:uppercase;
	display:block;
}
.link-top a
{
	font-weight:700;
	color:#333132;
}
.link-top a:hover
{
	color:#fff;
}
.phone{
	background-image:url(../images/hotline_bg.png);
}
.email{
	
	background-image:url(../images/email_bg.png);
}
a.tiktok i.fa
{
	background-image:url(../images/tik.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.frm-search
{
	width:auto;
	float:right;
	background-color:#fff;
	width:220px;
		-webkit-border-radius: 100px;
border-radius: 100px;
overflow:hidden;
position:relative;
margin-left:20px;
}
.frm-search input
{
	padding:10px;
	border:none;
	width:100%;
}
.btn-search
{
	position:absolute;
	top:6px;
	right:10px;
	color:#222
}
.menubar
{
	background-color:#db3731
}
.lang
{
	float:right;
	margin-left:20px;
}
.cart 
{
	float:right;
	background-image:url(../images/cart.png);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:center left;
	position:relative;
	color:#fff;
}
.countcart
{
	position:absolute;
	width:14px;
	height:14px;
	text-align:center;
	font-size:11px;
	line-height:13px;
	top:-5px;
	left:20px;
	background-color:#fdf151;
	color:#db3731;
	-webkit-border-radius: 100px;
     border-radius: 100px;
}
.header{
	position:relative;
	background:#f3dc59;
}

.box-tool
{
	float:right;
	padding-top:14px;
}

.menumobile {
	background: #0059bd;
	height: 42px;
}
.nav {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
	text-align:left;
	height:50px;
	float:left;
	width:auto;
	height:50px;
}
.nav > li {
	list-style: none;
	display:block;
	float:left;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	line-height:50px;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	display: inherit;
	padding: 0px;
	padding: 0px 15px;
	font-weight:700;
}
.nav li a:hover{
	background-color:#f3dc59;
	color:#424242;
}
.nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	text-align: left;
	display: none;
	background: #f3dc59;
	padding: 0px;
	opacity: .95;
	z-index: 999999;
	font-weight: normal;
}
.nav li ul > li {
	width: 100%;
	list-style: none;
	border: none !important;
	text-transform: none;
	line-height: normal;
	position: relative;
}
.nav li ul > li a {
	padding: 10px 10px;
	display: block;
	color: #424242 !important;
	line-height: 18px;
	border-bottom: solid 1px #f9e571 !important;
}
.nav li ul > li a:hover {
	background: #E30713 !important;
	color:#FFF !important;
}
.nav li a.active {
	background: #f3dc59 !important;
	color:#424242 !important;
}
.nav li ul ul {
	left: 100%;
	top: -1px;
}
.trust-item{
	border:solid 1px #d7d7d7;	
	padding:15px 20px;
	background:#f1f2f2;
	color:#414042;
	font-family:Roboto, Tahoma, Geneva, sans-serif;
}
.trust-image{
	width:55px;
	align-self:center;	
}
.trust-text{
	width:calc(100% - 55px);
	align-self:center;	
}
.trust-text .trust-name{
	font-weight:700
	color:#414042;
	text-transform:uppercase;	
}
.menubar-mobile .nav {
	text-align: left;
}
.menubar-mobile .nav li{
	border-left: solid 1px #6dc2ef;
	font-size: 18px;
}
.menubar-mobile .nav li a {
	padding: 0px 10px;
}

.flag-vi {
	float: right;
	background: url(../images/flag-vi.png) no-repeat;
	width: 33px;
	height: 22px;
	margin-right: 10px !important;
}
.flag-en {
	float: right;
	background: url(../images/flag-en.png) no-repeat;
	width: 33px;
	height: 22px;
	margin-right: 10px !important;
}

.flag-vi-mobile {
	background: url(../images/flag-vi.png) no-repeat;
	width: 33px;
	height: 22px;
	display:block;
}
.flag-en-mobile {
	background: url(../images/flag-en.png) no-repeat;
	width: 33px;
	height: 22px;
	display:inline-block;
}

.news-name {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #6a6a6a;
	font-weight: normal;
	font-weight:700
}
.news-name a {
	color: #6a6a6a;
	text-decoration: none;
}
.createdate {
	font-size: 14px;
	color: #909090;
	padding-left:20px;
	position:relative;
	margin-bottom:5px;
	margin-top:5px;
}
.createdate:before {
	position:absolute;
	top:2px;
	left:0px;
	content:'\f272';
	font-family:'FontAwesome'
}
.viewmore {
	margin-top: 10px;
	float: left;
	background: #355595;
	color: #FFF;
	padding: 7px 30px;
	border-radius: 3px;
	text-transform: uppercase;
}
.intro-detail {
	font-size: 14px;
}
.image-border {
	border: solid 2px #515151;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.image-news-name {
	width: 170px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.item-news-home {
	border-top: dashed 1px #e1e1e1;
}
.box-news-shadow .item-news-home:first-child {
	border-top: none;
}
.footer {
	background: #1f1c3d;
	color: #fff;
}
.footer-menu {
	background: #f3dc59;
	color: #414042;
}
.footer-menu a {
	color: #414042;
}
.footer-menu a:hover{
	color:#d94340
}

.news-name-other {
	margin: 0px;
	margin: 0px;
}
.news-name-other a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
.title-other-news {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin: 0px;
	padding: 0px;
	float: left;
}
.other-article-title {
	text-transform: uppercase;
}
.other-article {
	padding: 0px;
	margin: 0px;
}
.other-article li {
	list-style: none;
	padding: 3px 0px;
}
.other-article li a {
	color: #333;
	text-decoration: none;
}
.other-article li a i.fa {
	margin-right: 5px;
	color: #ec3539;
	font-size: 16px;
}
.other-article li a:hover {
	text-decoration: underline;
}
.crumb {
	padding: 10px 0px 10px 0px;
	background-color:#f5f5f5;
}
.crumb a {
	color: #58595b;
	text-decoration: none;
	font-size:12px;
}
.crumb a:hover {
	text-decoration: underline;
}
.crumb a:last-child {

	font-weight:700
}
.paging1 {
	display: block;
	padding: 20px 10px;
	background: #ececec;
}
.clicked {
	padding: 5px;
	color: #FFF;
	background: #29a7e1;
	border: solid 1px #999;
	margin-right: 10px;
	border-radius: 3px;
}
.page {
	padding: 2px 4px;
	text-decoration: none;
	color: #333;
}
.page:hover {
	color: #FFF;
	background: #13203b;
}
.page.active {
	color: #FFF;
	background: #13203b !important;
}
.paging a {
	padding: 10px 10px;
	color: #333;
	border: solid 1px #999;
	margin-right: 10px;
	border-radius: 3px;
	background: #FFF;
}
.clicked {
	background: #13203b !important;
	color: #FFF !important;
}
.paging a:first-child {
}
.content-detail img {
	max-width: 100%;
}
.error {
	border: #FF0000 solid 1px;
}
.info-home {
	/*background: url(../uploaded/gioi-thieu/bg-gioi-thieu.png) #f6f6f6 right center no-repeat;*/
	color: #696969;
	line-height: 22px;
	padding: 40px 0px;
}
.info-home-title {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-family: Lato;
	font-weight: normal;
	text-align: left;
	margin-left: 39px;
	position: relative;
}
.info-home-title::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0px;
	background: url(../images/flower.png) no-repeat left center;
	height: 36px;
	width: 36px;
	color: #2d2d2d;
}
.info-home-title a {
	color: #ef5994;
}
.info-home-title a b {
	font-family: Lato;
	font-weight: normal;
	color: #2d2d2d;
}
.info-home-content {
	padding: 20px;
	padding-right: 30px;
	text-align: justify;
}
.menu-footer {
	
}
.menu-footer a {
	padding:3px 0px;
	display:block;
}
.menu-footer a:hover {
	text-decoration:underline;
}
.title-smo{
	text-align:center;
	color:#414042;
	font-size:16px;
	font-weight:700	
}
.linksmo {
	width: auto;
	text-align:left;
	float:right;
	text-align: right;
	position: relative;
	z-index: 9999;
	padding-top: 6px;
	display: inline-block;
	float: right;
}
.linksmo a {
	margin-bottom:5px;
	
}
.linksmo a i.fa{
	width:32px;
	height:32px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;	
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#000000;
	margin-right:5px;
	background:#f3dc59;
	border:solid 1px #f3dc59;
}

.linksmo a:hover i.fa{
	color:#fff;
	background:#f3dc59;	
	border:solid 1px #fff;
}
.menuleft {
	padding: 0px;
	margin: 0px;
	padding-bottom:5px;
}
.menuleft .fa {
	color: #959595;
	margin-right:5px;
}
.menuleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background:#FFF;
}
.menuleft li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	border-top:solid 1px #FFF;
}
.menuleft li:last-child {
	border-bottom: none;
}
.menuleft li a {
	color: #4b4b4b;
	padding: 10px 10px;
	width: 100%;
	display: block;
	font-size: 15px;
}
.menuleft li.actived{
	color:#1650a2;
	font-weight:700
}
.menuleft .actived a {
	color: #414042;
}
.menuleft li a:hover {
	color: #414042;
}
.menuleft .actived a .fa {
	color: #414042;	
}
.menuleft li ul {
	margin: 0px;
	padding: 0px;
}
.menuleft li ul li {
	padding-left: 0px;
	color:#666;
}
.menuleft li ul li .fa{
	float:none;
		
}
.menuleft li.actived ul li a .fa{
	color:#959595;
}
.menuleft li ul li a,.menuleft li.actived ul li a {
	border-bottom: none;
	padding: 5px 10px;
	color:#414042;
	font-family:Roboto, Tahoma, Geneva, sans-serif;
}
.menuleft li ul li.actived a{
	font-weight:700
	color:#1f1c3d;
}

.menuleft li ul li.actived a .fa{
	color:#1f1c3d;
}
.menu-top {
	float: right;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
}
.menu-top a {
	color: #616161;
	font-family: Lato;
}

.partner-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9;
	font-size: 20px;
	color: #999;
	margin-top: -10px;
}
.partner-next {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 9;
	font-size: 20px;
	color: #999;
	margin-top: -10px;
}
.menufooter {
	padding: 0px;
	margin: 0px;
}
.menufooter li {
	list-style: none;
	padding-bottom: 10px;
	font-family: Arial;
}
.menufooter li a {
	color: #DDD;
}
.menufooter li .fa {
	color: #FFF;
	font-weight: bold;
}

.cathome-title {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Lato-L;
	font-weight: normal;
	text-align: center;
	/* float: none; */
	display: table;
	margin: 0 auto;
	position: relative;
}
.cathome-title b {
	font-family: Lato-B;
	font-weight: normal;
}
.cathome-title::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 2px;
	background: url(../images/flower.png) no-repeat left center;
	height: 36px;
	width: 36px;
}
.cat-home-name {
	margin: 0px;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-family: Lato;
	font-weight: normal;
}
.cat-home-name a {
	color: #FFF;
}
.news-home
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f1f2f2
}
.news-name-home {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight:700
	font-weight: normal;
	color: #333132;
}
.news-name-home a {
	color: #333132;
}
.news-name-home a:hover{
	color:#d94340
}
.intro-news-home {
	text-align:justify;
}
#button-btt {
	position: fixed;
	right: 10px;
	bottom: 20px;
	color: #0059bd;
	background:#D74400;
	padding: 10px;
}
#button-btt a {
	color: #FFF;
}
.view-detail {
	display: block;
	background: url(../images/flower-ico.png) no-repeat left center;
	padding-left: 30px;
	color: #ef5994;
}
.newsletter{
	background:#FFF;
	padding:5px;	
	-webkit-border-radius:20px;
	border-radius:20px;
}
.newsletter-input {
	position: relative;
	width: 100%;
	
}

.news-other {
	padding: 0px;
	margin: 0px;
}
.news-other li {
	padding: 5px 0px;
	list-style: none;
}
.news-other li .fa {
	color: #ef5994;
}
.news-other li a {
	color: #333;
}
.error {
	border: solid 1px #FF0000 !important;
}
.frm {
	padding: 10px 240px;
}
.line-title {
	float: left;
	width: 100%;
	line-height: 30px;
}
.line-title span {
	color: #FF0000;
}
.line-frm {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.txt-contact {
	width: 100%;
	height: 35px;
	border: solid 1px #ccc;
	padding:0px 5px;
}
.btn-send {
	margin-top: 10px;
	float: left;
	width: 100%;
	background: #E92529;
	color: #FFF;
	padding: 11px 30px;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
}
.contact-title {
	font-family: Lato-B;
	font-weight: bold;
	font-size: 17px;
	position: relative;
	text-transform: uppercase;
	margin-left: 40px;
	line-height: 35px;
	margin-bottom: 10px;
}
.contact-title::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0px;
	background: url(../images/flower.png) no-repeat left center;
	height: 36px;
	width: 36px;
}
.menu-mobile {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px 12px;
	background: #3b5b9b;
	color: #FFF;
}
.search-mobile {
	width: 100%;
	position: relative;
	display: none;
}
.search-mobile input {
	width: 100%;
	height: 30px;
}
.m-search-icon {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #ef5994;
}
.news-home-wrapper {
	background: #f2f2f2;
	padding: 20px 0px;
}
.title-news-detail {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.homeslide-prev, .homeslide-next {
	position: absolute;
	top: 50%;
	z-index: 9;
	margin-top: -30px;
	cursor:pointer;
}
.homeslide-next {
	right: 0px;
	background: url(../images/arrow-slide-right.png) no-repeat;
	width: 49px;
	height: 49px;
}
.homeslide-prev {
	left: 0px;
	background: url(../images/arrow-slide-left.png) no-repeat;
	width: 49px;
	height: 49px;
}
.homeslide-next.swiper-button-disabled {
	background: url(../images/arrow-slide-right-1.png) no-repeat;
}
.homeslide-prev.swiper-button-disabled {
	background: url(../images/arrow-slide-left-1.png) no-repeat;
}
.title-frm-reg span {
	color: #FF0000;
}
.detail-cathome{
	border:solid 2px #18b7ca;
	display:inline-block;
	position:absolute;
	bottom:20px;
	height:44px;
	line-height:40px;
	padding:0px 25px;
	-webkit-border-radius:40px;	
	border-radius:40px;
	color:#18b7ca;
	font-weight:bold;
}
.info-cat-home{
	padding:20px;
	color:#515151;	
}
.text-line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.box-cell-cat-home .name{
	font-size:20px;
	color:#515151;
	margin:0px;
	padding-bottom:5px;
	font-family:Hel-B; font-weight:normal;
}
.box-cell-cat-home .name a{
	color:#515151;	
}
.title-cat-home{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;	
	text-align:center;
	margin:0px;
	padding:0px;
}
.title-cat-home a{
	color:#FFF;	
}
.title-info-home{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#18b7ca;
	margin:0px;
	padding:0px;
}
.title-info-home a{
	color:#18b7ca;	
}
.intro-info-home{
	line-height:22px;	
	text-align:justify;
}
.box-why{
	background:#18b7ca;
	min-height:200px;
	color:#FFF;
	padding:20px 30px;
}
.title-why-home{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0px;
	padding:0px;
	text-align:center;
	padding-bottom:10px;
	color:#FFF;
}
.line-title-why{
	border-bottom:solid 1px #5ecdda;	
	margin:0px 50px;
}
.why-icon{
	text-align:center;	
}
.why-name{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.ul-why{
	margin:0px;	
	padding:10px 0px 10px 20px;
	list-style-image:url(../images/icon-check.png);
}
.ul-why li{
	padding-bottom:8px;	
}
.box-article-home{
	background:#f1f2f2;
	padding-bottom:40px;
}
.article-bg{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;	
}
.copyright{
	padding:14px 0px;
	color:#FFF;	
	text-align: left;
	background:#0d0c10;
}
.copyright a{
	color:#FFF !important;	
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0px 2px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.title-footer{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#db3732;
}
.title-footer a{
	color:#1650a2;
}


.top-footer
{
	overflow:hidden;
}
.col1-top-footer
{
	width:55%;
}
.col2-top-footer
{
	width:45%;
}
.top-footer
{
	background-color:#f3dc59;
}
.bg-footer
{
	background-color:#db3731;
	height:47px;
	background-image:url(../images/bg_right_footer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	
}
.bg-footer:before{
	content:"";
	height:47px;
	position:absolute;
	left:200px;
	width:1000px;
	background-color:#db3731;
	z-index:1000;
}

.hotline-email-top{
	color:#FFF;
	line-height:40px;	
}
.hotline-email-top a{
	color:#FFF;	
}
.topmnu{
	text-align:right;	
}
.topmnu a{
	color:#FFF;	
}
.about-name{
	color:#18b7ca	;
	font-size:35px;
	padding:0px;
	margin:0px;
}
.title-nhan-su{
	border-bottom:solid 2px #f25453;
	font-size:24px;
	height:17px;
	color:#f25453;	
}
.title-nhan-su span{
	background:#FFF;
	padding-right:10px;	
}
.title-nhan-su2{
	border-bottom:solid 2px #18b7ca;
	font-size:24px;
	height:17px;
	color:#18b7ca;	
}
.title-nhan-su2 span{
	background:#FFF;
	padding-right:10px;	
}
.margin-bottom-20{
	margin-bottom:20px;	
}
.nhan-su-name{
	color:#333;	
	font-size:26px;
	padding:0px;
	margin:0px;
}
.menutab{
	border:solid 2px #18b7ca;
	display:inline-block;
	-webkit-border-radius:20px;
	border-radius:20px;
	height:45px;
	font-weight:bold;
		
}
.menutab div.menu-tab-item  {
	float:left;
	-webkit-border-radius:18px;
	border-radius:18px;
	line-height:41px;	
}
.menutab div.menu-tab-item   a{
	color:#616161;
	padding:0px 20px;	
}
.menutab div.actived {
	background:#18b7ca;	
}
.menutab div.actived  a{
	color:#FFF;	
}
.box-hp{
	border:solid 1px #e7e7e7;
	text-align:center;
}
.box-hp .title-box{
	background:#18b7ca;
	color:#FFF;
	padding:15px 5px;
	text-align:center;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;	
	width:calc(100% + 2px);
	margin-left:-1px;
}


.arrow-right-home,.arrow-left-home{
	width:21px;
	height:40px;
	position:absolute;
	top:20%;
	z-index:9;
	cursor:pointer;
}
.arrow-right-home{
	background:url(../images/arrow-right-home.png)	no-repeat;
	right:-30px;
}
.arrow-left-home{
	background:url(../images/arrow-left-home.png)	no-repeat;
	left:-30px;
}
.mnu-mobile{
	color:#F7A527;
	display:none;
	text-align:right;
}
.mnu-mobile .fa-bars{
	display:inline-block;
	width:40px;
	height:40px;
	color:#F7A527;
	line-height:50px;
	font-size:28px;	
	margin-right:20px;
}
.intro-detail img,.content-detail img{
	max-width:100%;
}
.slide-description{
	position:absolute;
	bottom:20%;
	max-width:1200px;
	width:100%;
	left:50%;
	transform:translate(-50%,0);
	z-index:9;
	color:#FFF;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:18px;	
}
.slide-description .description{
	max-width:494px;
}
.title-product-home{
	font-weight:700
	font-size:24px;	
	color:#1f1c3d;
	text-transform:uppercase;
	text-align:center;
	margin:0px;
}
.title-product-home a{
	color:#1f1c3d;	
	position:relative;
}
.title-product-home a:before{
	background:url(../images/line-title-product-home.png) no-repeat;
	height:3px;
	width:101px;
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translate(-50%,0%);
	content:"";
}
.btn-nhanbaogia{
	-webkit-border-radius:20px;	
	border-radius:20px;	
	background:#1f1c3d;
	padding:10px 25px;
	display:inline-block;
	color:#FFF;
}
.title-home{
	font-family: 'Prompt', sans-serif;
	font-size:28px;
	margin:0px;
	font-weight:600;
	text-transform:uppercase;
}
.title-home a{
	color:#db3731;	
	position:relative;
}
.title-home a:hover{
	color:#f3dc59
}

.title-home span{
	position:relative;	
}


.title-home1{
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	font-size:40px;	
	color:#db3731;
	margin:0px;
	text-align:center;
}
.title-home1 a{
	color:#424242;	
	position:relative;
}
.title-home1 span{
	position:relative;	
}
.title-home1 span:before{
	width:21px;
	height:3px;
	background:#e92529;
	position:absolute;
	bottom:10px;
	left:-25px;
	content:"";
}

.title-about{
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	font-size:24px;	
	color:#333;
	margin:0px;
	padding-left:25px;
}
.title-about a{
	color:#333;	
	position:relative;
}
.title-about span{
	position:relative;	
}
.title-about span:before{
	width:21px;
	height:3px;
	background:#e92529;
	position:absolute;
	bottom:10px;
	left:-25px;
	content:"";
}
.line-red{
	border-bottom:solid 3px #e92529;
	width:32px;
	clear:both;
	margin:0 auto;
}

.title-page{
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	font-size:24px;	
	color:#1f1c3d;
	text-transform:uppercase;
	margin:0px;
}
.title-page a
{
	color:#1f1c3d;
}
.title-page a:hover
{
	color:#f3dc59
}
.intro-item-page
{
	margin-top:20px;
	line-height:22px;
}
.title-service-home{
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	font-size:24px;	
	text-transform:uppercase;
	margin:0px;
	text-align:center;
}
.title-service-home a{
	color:#333;	
	position:relative;
}

.btn-detail-news-home{
	font-weight:700
	font-size:14px;
	color:#1f1c3d;	
}
.product-name-home{
	font-weight:700
	font-size:16px;
	color:#414042;	
	margin:0px;
	font-weight:normal;
}
.product-name-home a{
	color:#414042;	
}
.bigvideo-name{
	background:#ebebeb;
	color:#414042;
	font-weight:700
	font-size:14px;
	border-bottom:solid 1px #b7b7b7;
}
.bigvideo-name a{
	display:block;
	padding:8px 20px;
	color:#414042;	
}
.b-video-home-name{
	border:solid 1px #b7b7b7;
	border-top:none;	
}
.smallvideo-home-name{
	border-top:solid 1px #b7b7b7;
}
.b-video-home-name div .smallvideo-home-name:first-child{
	border-top:none;
	
}
.smallvideo-home-name a{
	padding:7px 20px;
	display:block;
	color:#414042;		
}
.box-info-home{
	background-color:#fff;
	padding-top:35px;
	padding-bottom:35px;

}

.info-text-home{
	width:370px;
	max-width:100%;
}
.info-note{
	width:52px;		
	position:relative;
}
.info-note:after{
	width:1px;
	height:100%;
	background:#000;	
	content:"";
	position:absolute;
	left:21px;
	top:0px;
}
.info-about-home .flex-container:last-child .info-note:after{
	display:none;
}
.info-text{
	width:calc(100% - 52px);
	position:relative;
	padding-top:9px;
}
.info-text .title{
	font-weight:700;
	margin:0px;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	padding-top:5px;
}
.info-text .intro{
	padding-top:10px;	
}
.info-text .note{
	width:42px;
	height:42px;
	border:solid 3px #f3dc59;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	left:-52px;
	top:0px;
	background:#f3dc59;
	font-size:15px;
	color:#000;
	font-weight:700;
	text-align:center;
	line-height:38px;
}
.cathome-hover{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/bg-hover.png);
	top:0px;
	padding:0px;	
	display:none;
}
.cathome-hover:before{
	position:absolute;
	top:10px;
	left:10px;
	width:calc(100% - 22px);
	height:calc(100% - 22px);
	content:"";
	border:solid 2px #f7941d;
}
.text-cat-home{
	width:calc(100% - 1px); 
	align-self:center; 
	text-align:center; 
	color:#FFF;
	font-weight:700
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
}
.cathome:hover .cathome-hover{
	display:block;
}
.btn-nhan-bao-gia{
	background: rgb(227,6,22);
	background: -moz-linear-gradient(top, rgba(227,6,22,1) 0%, rgba(190,2,16,1) 52%, rgba(157,0,12,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(227,6,22,1) 0%,rgba(190,2,16,1) 52%,rgba(157,0,12,1) 100%); 
	background: linear-gradient(to bottom, rgba(227,6,22,1) 0%,rgba(190,2,16,1) 52%,rgba(157,0,12,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30616', endColorstr='#9d000c',GradientType=0 ); 
	height:36px;
	width:130px;
	-webkit-border-radius:20px;
	border-radius:20px;
	color:#FFF;
	display:inline-block;
	line-height:36px;
	text-align:center;
	font-weight:700
}


.item-news-list{
	border-bottom:dashed 1px #b7b7b7;
}
.news-detail-name{
	font-size:26px;
	color:#333;
	font-weight:700
	margin:0px;	
}
.title-other{
	color:#333;
	font-size:20px;
	font-weight:700
	margin:0px;	
	width:100%;
	overflow:hidden;
}
.title-other span{
	position:relative;	
}
.item-other-news{
	padding:3px 0px;	
}
.item-other-news a{
	color:#333132;	
}
.item-other-news a:hover{
	text-decoration:underline;	
}
.image-c-pro{
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.service-detail-name{
	color:#414042;
	font-weight:700
	font-size:26px;
	margin:0px;
	padding:0px;	
}
.service-detail-name span{
	position:relative;
}
.service-detail-name span:after{
	position:absolute;
	height:3px;
	background:#CCC;
	width:50px;
	left:0px;
	bottom:-10px;
	content:"";
}


.frm-book-service .title{	
	color:#4e4e4e;
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	
	
	line-height:40px;
	font-size:18px;
}
.frm-box-content{
}
.frm-box-content label{
	display:block;
	margin-bottom:3px;
}
.frm-box-content .txt{
	width:100%;
	height:38px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:solid 1px #d7d7d7;
	padding:0px 5px;	
}
.btn-submit-book{
 	background:#e30614	;
	height:38px;
	display:inline-block;
	margin-left:10px;
	padding:0px 40px;
	line-height:38px;
	color:#FFF;
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight:normal;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:16px;
}
.product-name-detail{
	color:#58595b;
	font-weight:700
	font-size:24px;
	margin:0px; 	
	font-weight:normal;
}
.thumb-image-pro-detail-prev,.thumb-image-pro-detail-next{
	position:absolute;
	top:20%;
	z-index:9;
	outline:none;
}
.thumb-image-pro-detail-prev{
	background:url(../images/pro-detail-arrow-left.png) no-repeat right;
	width:38px;
	height:41px;
	left:-36px;	
}
.thumb-image-pro-detail-next{
	background:url(../images/pro-detail-arrow-right.png) no-repeat right;
	width:38px;
	height:41px;
	right:-36px;	
}
.color-product{
	border:solid 1px #c2c2c2;
	width:24px;
	height:13px;
	display:inline-block;	
}
.attr-item .attr-name{
	font-weight:700
	font-weight:normal;
}
.attr-item .attr-value{
	font-family:Roboto, Tahoma, Geneva, sans-serif;
}
.box-promotion-detail{
	background:#ebebeb;
	padding:20px 10px 10px 10px;	
}
.box-promotion-detail .title{
	color:#e20612;
	font-size:16px;
	font-weight:700	
}
.box-promotion-detail .title span{
	position:relative;	
}
.box-promotion-detail .title span:after{
	background:url(../images/icon-promotion-detail.png) no-repeat;
	width:27px;
	height:25px;
	position:absolute;
	content:"";
	right:-32px;
	bottom:0px;	
}
.tab-detail-pro{
	border-bottom:solid 1px #CCC;	
	font-weight:700	
	background:#FFF;
}
.tab-detail-pro:after{
	clear:both;
	content:"";
	display:block;	
}
.tab-detail-pro a{
	float:left;
	display:block;
	height:40px;
	padding:0px 20px;
	line-height:40px;
	color:#414042;	
}
.tab-detail-pro a.active{
	color:#1650a2;	
	height:42px;
	margin-left:-1px;
	margin-top:-1px;
}
.box-promotion-detail ul{
	margin:0px;
	padding:0px;
}
.box-promotion-detail ul li{
	list-style:none;
	position:relative;	
	padding-left:15px;
}
.box-promotion-detail ul li:before{
	font-family:'FontAwesome';
	content:"\f111";	
	position:absolute;
	left:0px;
	color:#e30614;
	top:5px;
	font-size:10px;
}
.title-content-pro{
	margin:0px;
	font-size:26px;
	font-weight:700
	color:#414042;
	width:100%;
	overflow:hidden;
	padding:0px;
}
.title-content-pro span{
	position:relative; 	
	padding-left:28px;
}
.title-content-pro span:before{
	width:23px;
	border-bottom:solid 3px #e30614;
	position:absolute;
	bottom:7px;
	left:0px;	
	content:"";
}
.title-content-pro span:after{
	position:absolute;
	width:1500px;
	border-bottom:solid 1px #c2c2c2;
	content:"";
	right:-1510px;
	bottom:7px;	
} 
.phone-tuvan a{
	padding:15px 10px;
	text-align:center;
	background:#e20612;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFF;
}
.phone-tuvan a:nth-child(2){
	background:#f7941d;	
}
.phone-tuvan a:last-child{
	background:#1f1c3d;	
}
.phone-tuvan a span{
	position:relative;
	padding-left:28px;
	display:inline-block;
	text-align:left;	
}
.phone-tuvan a span strong{
	font-weight:700
	font-weight:normal;
}
.phone-tuvan a span:before{
	background:url(../images/icon-phone.png) no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	left:0px;
	top:8px;
	content:"";
}
.b-pro{
	border:solid 1px #d7d7d7;
	padding-bottom:20px;
}
.b-pro:hover .btn-nhanbaogia{
	background:#e30614;
}
.b-image-pro1{
	border:solid 1px #d7d7d7;
}
.baogia-label{
	width:120px;	
	text-align:right;
	font-weight:700
	align-self:center;
}
.baogia-input{
	width:calc(100% - 130px);
	
}
.baogia-input input{
	width:100%;
	height:35px;
	border:solid 1px #CCC;	
	padding:0px 5px;
}
.btn-send-baogia{
	background: rgb(228,6,19); 
	background: -moz-linear-gradient(top, rgba(228,6,19,1) 0%, rgba(228,6,19,1) 50%, rgba(228,6,19,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(228,6,19,1) 0%,rgba(228,6,19,1) 50%,rgba(228,6,19,1) 100%);
	background: linear-gradient(to bottom, rgba(228,6,19,1) 0%,rgba(228,6,19,1) 50%,rgba(228,6,19,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40613', endColorstr='#e40613',GradientType=0 );	
	color:#FFF;
	height:36px;
	line-height:36px;
	text-align:center;
	display:block;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:700
	text-transform:uppercase;
}
.box-message-result{
	padding:20px;
	text-align:center;
	font-weight:700
	font-size:16px;
	border:solid 1px #090;
	margin-bottom:20px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.box-message-result.mess-success{
	color:#468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box-message-result.mess-error{
	color:#b94a48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.b-search{
	position:absolute;
	top:0%;
	right:0px;
	width:250px;
	background:#EBEBEB;
	height:36px;
	overflow:hidden;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}
.b-search input{
	width:calc(100% - 36px);
	height:36px;
	border:none;
	border:solid 2px #EBEBEB;
	padding:0px 5px;
	outline:none;
}
.b-search a{
	width:36px;
	height:36px;	
	color:#333;
}
.header-mobile{
	height:60px;
	background:#f3dc59;
	position:relative;
	display:none;
	
}
.header-mobile:after{
	position:absolute;
	bottom:-4px;
	left:0px;
	height:4px;
	width:100%;
	content:"";
	background:url(../images/bg-bottom-banner.png) repeat-x;
	z-index:9
}
.logo-mobile{
	height:80px;
	width:30%;	
}
.logo-mobile img{
	width:auto;
	height:60px;

}
.mnu-header-mobile{
	width:70%;
	text-align:right;
	font-size:24px;
}
.mnu-header-mobile .item-mnu{
	display:inline-block;
	
}
.mnu-header-mobile .item-mnu a{
	color:#fff;	
	border:solid 1px #ed1b24;
	width:40px;
	height:40px;
	text-align:center;
	line-height:36px;
	margin-top:10px;
	color:#ed1b24;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.mnu-header-mobile .item-mnu img{
	margin-top:3px;
}
.b-search-mobile{
	background:#EBEBEB;
	padding:5px;
	display:none;
}
.b-search-mobile input{
	width:calc(100% - 35px);
	height:30px;
	padding:0px 5px;
	border:solid 1px #CCC;
}
.b-search-mobile a{
	width:35px;
	height:30px;	
	text-align:center;
	line-height:30px;
	background:#1f1c3d;
	color:#FFF;
}
.btn-detail{
	border:solid 2px #e92529;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	padding:8px 30px;	
	color:#5c5c5c;
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
}
.btn-detail .fa{
	color:#e92529;	
}
.bg-service-home{
	background:#f9f9f9;
	padding:27px;
}
.service-intro-home{
	color:#4e4e4e	;
	line-height:20px;
}
.btn-detail-service{
	background:#c10e12;
	width:100%;
	position:absolute;
	left:0px;
	height:40px;
	bottom:-40px;
	line-height:40px;
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	color:#FFF;
	display:none;

}
.service-name-home{
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#4e4e4e;
	margin:0px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:normal;
}
.service-name-home a{
	color:#4e4e4e;
}
.bg-service-home:hover{
	background:#e92529;	
	color:#FFF;
	box-shadow:0px 0px 10px #ccc;
}
.bg-service-home:hover .service-name-home a, .bg-service-home:hover .service-intro-home{
	color:#FFF;
}

.bg-service-home:hover .btn-detail-service{
	display:block;	
}
.image-news{
}
.service-icon-right{
	width:76px;	
	align-self:center;
}
.service-text-right{
	width:calc(100% - 86px);
	align-self:center;
}
.title-left{
	font-weight:700
	font-size:16px;
	color:#000;
	margin:0px;
	position:relative;	
	height:43px;
	background:#f3dc59;
	font-weight:normal;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}
.title-left a{
	position:relative;
	color:#000;
	display:block;
	line-height:43px;
	padding:0px 10px;
}
.title-left:before{
	position:absolute;
	background:url(../images/right-menuleft.png) no-repeat;
	width:39px;
	height:43px;
	right:0px;
	top:0px;

}

.addthis_toolbox a{
	color:#666;
}
.box-file-download{
	border:solid 2px #CCC;
	padding:10px;	
	-webkit-border-radius:5px;
	border-radius:5px;
}
.box-file-download .fa-arrow-down{
	width:35px;
	height:35px;
	border:solid 2px #CCC;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:33px;
	color:#666;
}
.name-about{
	color:#4e4e4e;
	font-family:Hel, Tahoma, Geneva, sans-serif;
	font-size:28px;
	margin:0;
	font-weight:normal;	
}
.name-about a{
	color:#4e4e4e;
}
.info-about-home .flex-container .intro{
		display:none;
}
.info-about-home .flex-container:first-child .intro{
	display:block;	
}
.btn-video-view-home{
	border:solid 1px #5787cb;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:12px 45px;
	color:#91b4e5;
	font-weight:700	
	text-transform:uppercase;
	position:relative;
}
.btn-video-view-home:after{
	background:#FFF;
	border:solid 3px #1650a2;	
	position:absolute;
	right:24px;
	top:-7px;
	content:"";
	width:12px;
	height:12px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.title-about-home{
	font-family: 'Prompt', sans-serif;
	font-size:28px;
	color:#333132;
	text-transform:uppercase;
	margin:0px;
	padding:0px;	
}
.title-about-home a{
	color:#db3731;	
}
.title-about-home a:hover{
	color:#f3dc59
}
.content-wc
{
	padding-top:20px;
}


.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;
}
.btn-play
{
	position:absolute;
	background-image:url(../images/icon-play.png);
	width:105px;
	height:105px;
	z-index:9;
	top:50%;
	left:50%;
	margin-top:-52px;
	margin-left:-52px;
}

.popup-video-home{
	width:95%;
	max-width:600px;
	height:400px;
	max-height:95%;	
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background:#FFF;
	border:solid 3px #CCC;
	box-shadow:0px 0px 10px #333;
	position:fixed;
	z-index:999999;
	display:none;
}
.popup-video-home .close{
	width:25px;
	height:25px;
	color:#333;
	position:absolute;
	top:-10px;
	right:-10px;
	background:#FFF;
	text-align:center;
	line-height:22px;
	-webkit-border-radius:50%;
	border-radius:50%;
	z-index:99999;	
}
.overlay{
	z-index:99999;
	background:#000;
	 opacity: 0.7;
  	filter: alpha(opacity=70);	
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	display:none;
}
.trust-home{
	padding:30px 0;
	background:#f3dc59;
	text-align:center;	
	color:#414042;
}
.trust-home .name{
	font-weight:700;
	font-size:16px;
	padding:10px 0px;	
	color:#414042;
}
.trust-home .name a{
	color:#414042;
	text-transform:uppercase;
}
.trust-home .name a:hover{
	color:#db3731;
}
.trust-1-2{
	width:50%;	
}
.trust-home .trust-1-2{
	padding:20px;	
}
.box-trust-h .trust-1-2:nth-child(2n){
	border-left:solid 1px #d7d7d7;	
}
.box-trust-h .trust-1-2:nth-child(n + 3){
	border-top:solid 1px #d7d7d7;	
}

.title-cat-product-home{
	font-family: 'Prompt', sans-serif;
	position:relative;
	margin:0px;
	padding:0px;
	color:#db3731;
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
}
.title-cat-product-home a
{
	color:#333132;
}
.title-cat-product-home a:hover
{
	color:#f3dc59
}
.title-cat-product-home:after{
	width:36px;
	height:4px;
	background:#f3dc59;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:absolute;
	content:"";
	bottom:-10px;
	left:50%;
	transform:translate(-50%,0);
}
.info-text-article{
	min-height:159px;
	background:#ebebeb;
	padding:20px;
	text-align:center;	
}
.catname-home{
	font-weight:700
	font-size:16px;
	color:#333132;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	padding:12px 15px;
	text-align:center;
	font-weight:normal;
	background-color:#f3dc59;
	min-height:60px;
}
.catname-home a{
	color:#333132;		
}
.catname-home a:hover
{
	color:#db3731;
}
.cathome-arrow-right,.cathome-arrow-left{
	width:49px;
	height:49px;
	position:absolute;
	top:50%;
	outline:none;
	margin-top:-25px;
}
.cathome-arrow-right{
	background:url(../images/cathome-arrow-right.png) no-repeat;	
	right:-55px;
}
.cathome-arrow-left{
	background:url(../images/cathome-arrow-left.png) no-repeat;	
	left:-55px;
}
.box-menu-left{
	background:#eee;	
	-webkit-border-radius:3px;
	border-radius:3px;
}
.hotline-left{
	background:#f3dc59;
	padding:10px;
	color:#000;	
	display:block;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.title-box-left{
	font-weight:700
	font-size:18px;
	color:#414042;
	margin:0px;
	text-transform:uppercase;
}
.news-left-name{
	color:#333132;	
}
.news-left-name:hover{
	color:#1650a2;	
}
.btn-add-cart{
	height:48px;
	line-height:48px;	
	text-align:center;
	color:#000;
	background:#f3dc59;
	display:block;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:700
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
.btn-add-cart1{
	background-color:#ed3137;
	color:#fff;
}
.btn-add-cart .fa{
	font-size:20px;	
}
#tabscroll{

}
#thongsokythuat{
	font-weight:700
	font-size:16px;
	padding:15px 0px 5px 0px;
	margin:0px;	
	font-weight:normal;
	color:#1650a2;
	border-bottom:solid 1px #CCC
}
.other-arrow-next,.other-arrow-prev{
	width:28px;
	height:28px;
	background:#d0d0d0;
	position:absolute;
	z-index:2;
	outline:none;
	font-family:'FontAwesome';
	font-size:20px;
	color:#FFF;
	text-align:center;
	line-height:28px;
}
.other-arrow-next{
	top:0px;	
	right:0px;
}
.other-arrow-prev{
	top:0px;
	right:40px;
}
.title-daily{
	height:50px;
	line-height:50px;
	font-weight:700
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	background:#f3dc59;
	padding:0px 20px;	
}
.box-filter-daily{
	width:100%;
	max-width:627px;	
}
.box-filter-daily select{
	width:100%;
	height:35px;
	border:solid 1px #CCC;	
}
.b-cell-tv{
	
}
.b-cell-tv:hover{
	background:#FFF;	
}
.vi,.en{
	width:32px;
	height:21px;
	display:block;
}
.vi{
	background:url(../images/flag-vi.png) no-repeat;	
}
.en{
	background:url(../images/flag-en.png) no-repeat;	
}
.border-pro-left{
	border:solid 1px #CCC;	
}
.logo-footer
{
	padding-top:20px;
}
span.lbl-bg-footer {
    display: inline-block;
    padding-right: 20px;
    padding-top: 14px;
	text-align:right;
	color:#fff;
	font-weight:700;
	float:right;
	position:relative;
	z-index:9999
}
.item-pro
{
	background-color:#f1f2f2;
	padding:10px;
	text-align:center;
}
.item-pro:hover
{
	background-color:#f3dc59
}
.item-pro-name
{
	margin:0;
	padding:0;
	margin-top:10px;
}
.item-pro-name a
{
	color:#333132;
	text-transform:uppercase;
	font-size:14px;
}
.code-item
{
	font-size:11px;
	color:#999;
}
.toppro
{
	background-color:#f1f2f2;
	padding-top:40px;
	padding-bottom:40px;
}
.code-detail
{
	font-size:14px;
	color:#999;
}
.bot-pro
{
	padding-top:30px;
	padding-bottom:30px;
}
.box-thongso
{
	background-color:#f1f2f2;
	padding:15px;
	-webkit-border-radius: 15px;
border-radius: 15px;
margin-bottom:20px;
}
.trust-pro
{
	background-color:#f3dc59;
	padding-top:30px;
	padding-bottom:30px;
}
.item-trust-pro
{
	text-align:center;
}
.title-item-trust-pro
{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
	margin-top:10px;
	margin-bottom:0px;
}
.flag-mobile
{
	padding-top:5px;
	background-position:bottom center;	
	margin-bottom:-3px;
}
.page-lines
{
}
.item-line
{
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}
.item-line:nth-child(2n+1) {
	background-color:#f1f2f2
}
.item-line .col-1
{
	width:48%;
	float:left;
}
.item-line .col-2
{
	width:48%;
	float:right;
}
.item-line:nth-child(2n+1) .col-1
{
	width:48%;
	float:right;
}

.item-line:nth-child(2n+1) .col-2
{
	width:48%;
	float:left;
}

.xxx123
{
	

-webkit-clip-path: polygon(6% 52%, 0 0, 100% 0, 94% 52%, 100% 100%, 0 100%);
clip-path: polygon(6% 52%, 0 0, 100% 0, 94% 52%, 100% 100%, 0 100%);
background-color:#ffd80f;
width:60%;
margin:auto;
color:#424242;
font-size:18px;
text-transform:uppercase;
text-align:center;
font-weight:700;
padding-top:10px;
padding-bottom:10px;
margin-bottom:30px;
}

.end-people{
		position:absolute;
		left:calc(50% - 14px);
		top:0px;
		width:30px;
		height:30px;
		border:solid 2px #e5d547;
		transform: rotate(45deg);
	}
	.people-name{
		font-weight:700
		text-transform:uppercase;
		color:#333;
		font-weight:normal;	
	}
	.flex-poeple{
		position:relative;
		padding-top:20px;	
	}
	.flex-poeple:after{
		width:2px;
		background:#e5d547;
		height:calc(100% + 0px);	
		content:"";
		left:50%;
		top:0px;
		z-index:989;
		position:absolute;
	}
	.flex-poeple:before{
		width: 202px;
		height: 105px;
		top: -110px;
		position: absolute;
		left: 51%;
		transform: translate(-50%,0);
		content: "";
		background: url(../uploaded/logo/logo.png);
			background-repeat: repeat;
		background-repeat: no-repeat;
		z-index: 99;
		display:none;
	}
	
	
	.cell-poeple-info {
		position: relative;
		background: #f1f2f2;
		width:calc(50% - 63px);	
		-webkit-box-shadow: 10px 10px 10px 6px #DEDEDE;
box-shadow: 10px 10px 10px 6px #DEDEDE;
	}
	.cell-poeple-info:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #f1f2f2;
		border-width: 20px;
		margin-top: -20px;
	}
	
	.cell-poeple-info:nth-child(2n){
		
		
	}
	
	.cell-poeple-info:nth-child(2n) {
	position: relative;
	background: #f1f2f2;
	margin-top:87px;
	-webkit-box-shadow: 0 10px 10px 6px #DEDEDE;
    box-shadow: 0 10px 10px 6px #DEDEDE;
}
.cell-poeple-info:nth-child(2n):after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #f1f2f2;
	border-width: 20px;
	margin-top: -20px;
}
	
	
	.cell-poeple-info:nth-child(2n):after{
		position:absolute;
		top:50%;
		left:-45px;
		width:45px;
		height:1px;
		content:"";	
	}
	
	.cell-poeple-info:nth-child(2n+1){
		margin-bottom:57px;
	}
	.cell-poeple-info:nth-child(2n + 1):after{
		position:absolute;
		top:50%;
		right:-45px;
		width:45px;
		height:1px;
		content:"";	
	}
	
	.cell-poeple-info:nth-child(2n + 1)  .year{
		position:absolute;
		top:50%;
		margin-top:-16px;
		right:-105px;
		background:#f3dc59;
		padding:5px 0;
		min-width:80px;
		text-align:center;
		color:#FFF;	
		z-index:999;
		font-size:20px;
		font-weight:700;
	}
	.cell-poeple-info:nth-child(2n)  .year{
		position:absolute;
		top:50%;
		margin-top:-16px;
		left:-105px;
		background:#f3dc59;
		padding:5px 0px;
		min-width:80px;
		text-align:center;
		color:#FFF;
		z-index:999;
		font-size:20px;
		font-weight:700;
	}
	
	.info-hist
	{
		padding:15px;
	}
	.info-hist img
	{
		width:100%;
		display:block
	}
	.hist-title
	{
		text-transform:uppercase;
		font-size:18px;
		font-weight:600;
		margin-top:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.hist-title span
	{
		font-weight:700;
		color:#204b9b
	}
	.intro-hist
	{
		line-height:22px;
		font-size:16px;
		color:#494949;
	}
.item-lanhdao
{
	margin:auto;
	text-align:center;
	margin-bottom:30px;
	display:block;
}
.item-lanhdao img
{
	display:block;
	width:100%;
}
.name-item-lanhdao
{
	font-weight:700;
	color:#414042;
	font-size:18px;
	margin-top:10px;
}
.chucvu-item-lanhdao
{
	font-size:13px;
}

.item-chungnhan
{
	text-align:center;
	border:solid 1px #eee;
	margin-bottom:20px;
}
.item-chungnhan img
{
	display:block;
	width:100%;
}
.name-item-chungnhan
{
	background-color:#ebebeb;
	font-weight:700;
	padding:12px 0;
}
.list-thanhtich
{
}
.item-thanhtich
{
	width:70%;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}
.list-thanhtich>div
{
	padding-top:40px;
	padding-bottom:40px;
}
.list-thanhtich>div img
{
	display:block;
	width:100%;
}
.list-thanhtich>div h3
{
	font-weight:normal;
	font-weight:700;
	color:#454545;
	font-size:28px;
	border-left:solid 4px #283b91;
	padding-left:15px;
	line-height:25px;
	margin:0;
	margin-bottom:30px;
	text-transform:uppercase;
}
.list-thanhtich>div:nth-child(2n) {
	background-color:#f7f7f7;
}

.content-thanhtich
{
	padding-left:19px;
}


.subtitle
{
	background-color:#ebebeb;
	padding:15px;
	border-left:10px  solid #f3dc59;
	font-weight:700;
	margin-bottom:20px;
	
}
.icon-home
{
	width:80px;
	height:80px;
	background-repeat:no-repeat;
	background-position:center center;
	margin:auto;
	display:block;
}
.icon-home1
{
	background-image:url(../images/trust/trust-nhanvien.png);
}
.item-trust:hover .icon-home1
{
	background-image:url(../images/trust/trust-nhanvien_hv.png);
}

.icon-home2
{
	background-image:url(../images/trust/trust-phattrien.png);
}
.item-trust:hover .icon-home2
{
	background-image:url(../images/trust/trust-phattrien_hv.png);
}
.icon-home3
{
	background-image: url(../images/trust/trust-daily.png);
}
.item-trust:hover .icon-home3
{
	background-image:url(../images/trust/trust-daily_hv.png);
}
.icon-home4
{
	background-image: url(../images/trust/trust-keo.png);
}
.item-trust:hover .icon-home4
{
	background-image:url(../images/trust/trust-keo_hv.png);
}

#thumb_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% );
}

.gallery-top
{
	position:relative;
}
.btn-slide-pro
{
	width:28px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	height:57px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/np_pro.png);
	z-index:999
}
.btn-slide-pro-prev
{
	background-position:-28px 0;
	right:0;
}
.btn-slide-pro-next
{
	background-position:0 0;
	left:0;
}
.gallery-thumbs
{
	margin-top:0px !important;
	}
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.7;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	.gallery-thumbs img
	{
		display:block;
	}


.gallery-top
{
}
.gallery-top img
{
	display:block;
	width:100%;
}
.gallery-thumbs
{
	margin-top:10px;
	padding-bottom:2px;
}
.gallery-thumbs img
{
	display:block;
	width:100%;
}
.btn-slide-small
{
	position:absolute;
	width:100%;
	height:22px;
	background-color:rgb(0,0,0,0.4);
	z-index:999;
	color:#fff;
	line-height:22px;
	text-align:center;
}
.btn-slide-up
{
	top:0;
}
.btn-slide-down
{
	bottom:0;
}
.icon-pro
{
	width:79px;
	height:79px;
	margin:auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.icon-pro1
{
	background-image:url(../images/trust/01.png);
}
.item-trust-pro:hover .icon-pro1
{
	background-image:url(../images/trust/01_hv.png);
}

.icon-pro2
{
	background-image:url(../images/trust/02.png);
}
.item-trust-pro:hover .icon-pro2
{
	background-image:url(../images/trust/02_hv.png);
}

.icon-pro3
{
	background-image:url(../images/trust/03.png);
}
.item-trust-pro:hover .icon-pro3
{
	background-image:url(../images/trust/03_hv.png);
}

.icon-pro4
{
	background-image:url(../images/trust/04.png);
}
.item-trust-pro:hover .icon-pro4
{
	background-image:url(../images/trust/04_hv.png);
}

.suntory-alo-phone {background-color: transparent;cursor: pointer;height: 120px;position: fixed; transition: visibility 0.5s ease 0s;width: 120px;z-index: 200000 !important; }
.suntory-alo-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color: transparent;border: 2px solid #cb242e;border-radius: 100%;height: 80px;left: 5px;opacity: 0.1;position: absolute;top: 5px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}
.suntory-alo-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 15px;position: absolute;top: 15px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 60px;}
.suntory-alo-ph-img-circle {border: 2px solid transparent;border-radius: 100%;height: 40px;left: 25px;opacity: 0.7;position: absolute;top: 24px;transform-origin: 50% 50% 0;width: 40px;}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {border-color: #cb242e;opacity: 0.5;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {border-color: #EB278D;opacity: 1;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {border-color: #cb242e;opacity: 1;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.9);}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {background-color: #cb242e;}
@keyframes suntory-alo-circle-anim {0% {opacity: 0.1;transform: rotate(0deg) scale(0.5) skew(1deg);}
30% {opacity: 0.5;transform: rotate(0deg) scale(0.7) skew(1deg);}
100% {opacity: 0.6;transform: rotate(0deg) scale(1) skew(1deg);}}
@keyframes suntory-alo-circle-img-anim {0% {transform: rotate(0deg) scale(1) skew(1deg);}
10% {transform: rotate(-25deg) scale(1) skew(1deg);}
20% {transform: rotate(25deg) scale(1) skew(1deg);}
30% {transform: rotate(-25deg) scale(1) skew(1deg);}
40% {transform: rotate(25deg) scale(1) skew(1deg);}
50% {transform: rotate(0deg) scale(1) skew(1deg);}
100% {transform: rotate(0deg) scale(1) skew(1deg);}}
@keyframes suntory-alo-circle-fill-anim {0% {opacity: 0.2;transform: rotate(0deg) scale(0.7) skew(1deg);}
50% {opacity: 0.2;transform: rotate(0deg) scale(1) skew(1deg);}
100% {opacity: 0.2;transform: rotate(0deg) scale(0.7) skew(1deg);}}
.suntory-alo-ph-img-circle i {animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size: 20px;line-height: 40px;padding-left: 10px;color: #fff;}
@keyframes suntory-alo-ring-ring {
0% {transform: rotate(0deg) scale(1) skew(1deg);}
10% {transform: rotate(-25deg) scale(1) skew(1deg);}
20% {transform: rotate(25deg) scale(1) skew(1deg);}
30% {transform: rotate(-25deg) scale(1) skew(1deg);}
40% {transform: rotate(25deg) scale(1) skew(1deg);}
50% {transform: rotate(0deg) scale(1) skew(1deg);}
100% {transform: rotate(0deg) scale(1) skew(1deg);}}
#suntory-alo-phoneIcon{display: block}
.catlist-home-mb
{
	display:none
}

.catlist-home
{
	position:relative;
}
.item-cathome
{
	margin-bottom:20px;
}
.sticky
{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:99999;
}