/* CSS Document */
/* load Fonts */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.eot');
  src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), 
  url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), 
  url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), 
  url('../fonts/Roboto/Roboto-Regular.svg#Robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Condensed';
  src: url('../fonts/Roboto/Roboto-Condensed.eot');
  src: url('../fonts/Roboto/Roboto-Condensed.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/Roboto/Roboto-Condensed.woff2') format('woff2'), 
  url('../fonts/Roboto/Roboto-Condensed.woff') format('woff'), 
  url('../fonts/Roboto/Roboto-Condensed.ttf') format('truetype'), 
  url('../fonts/Roboto/Roboto-Condensed.svg#Roboto-Condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto/Roboto-Bold.eot');
  src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), 
  url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), 
  url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), 
  url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-BoldC';
  src: url('../fonts/Roboto/Roboto-BoldCondensed.eot');
  src: url('../fonts/Roboto/Roboto-BoldCondensed.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/Roboto/Roboto-BoldCondensed.woff2') format('woff2'), 
  url('../fonts/Roboto/Roboto-BoldCondensed.woff') format('woff'), 
  url('../fonts/Roboto/Roboto-BoldCondensed.ttf') format('truetype'), 
  url('../fonts/Roboto/Roboto-BoldCondensed.svg#Roboto-BoldCondensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto/Roboto-Light.eot');
  src: url('../fonts/Roboto/Roboto-Light.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), 
  url('../fonts/Roboto/Roboto-Light.woff') format('woff'), 
  url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'), 
  url('../fonts/Roboto/Roboto-Light.svg#Roboto-Lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Basic*/
*{	margin:0;padding:0;text-decoration:none;
}
*::before, *::after {
  	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}

html, body {	height: 100%;}

body {
	background: #ffffff; position:relative;
	margin:0; padding:0;overflow-x: hidden  
}
body, input, select, textarea {
	color: #000; font-family:'Arial', sans-serif; font-size:16px; line-height:1.3
}

a {
	-moz-transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	color: #555;
	text-decoration: none;
}

a:hover {
	color:#eb1f23;
	text-decoration:none
} 
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-size:inherit; color:inherit}.show-mobi{ display:none}
.dong{ float:left; width:100%; position:relative}
.padding0{ padding:0}.paddingL0{ padding-left:0px}.paddingL15{ padding-left:15px}.paddingL40{ padding-left:40px}.paddingR0{ padding-right:0}.paddingR15{ padding-right:15px}
.padding15{ padding:15px}.padding30{ padding:30px}
.no-pad{ padding:0 !important;}
.margin0{ margin:0}.marginTB15{ margin:15px 0}.marginLR15{ margin:0 15px}.marginTB30{ margin:30px 0}.marginLR30{ margin:0 30px}
.flex{display: flex;vertical-align: middle;align-items: center;}
.flex-center{display: flex !important;vertical-align: middle;align-items: center; justify-content: center;}
.flex-right{display: flex;vertical-align: middle;align-items: center; justify-content:right;}
.body-phuloi{ font:14px/19px 'Arial'; color:inherit;}
img {max-width: 100%}
/* Basic -end*/
header{ float:left; width:100%; border-bottom:2px solid #60a344; background:#fff; position: fixed; top:0; left:0; z-index:99}.header-R{ float:left;width:calc(100% - 160px);}
.logo{ float:left; margin-right:20px;}
/*head*/
.bg-head{
	float:left;
	width:100%;
	background:url(../images/bg-metal.jpg) repeat;
	background-size: 100%;
	padding: 15px 0;
}
.table-head{ display: table; width:100%;}
.row-head{ display: table-row;}
.cell-head{ display: table-cell; vertical-align:middle;}
.sp-head a{color:#fff}
.phone-head{
	float:left;
	margin: 0 15px;
}
.ro-phone{
	display: table-cell;
    vertical-align: middle;
	color:#b3473e;
	font-size:30px;
	}
.text-holder{
	padding-left: 10px;
	display: table-cell;
    vertical-align: middle;
}
.den-phone{
	font:12px 'Roboto';
	color:#646464;
	text-transform:uppercase;
	margin-bottom:5px;
}
.do-phone{
	font:16px 'Roboto-Bold';
	color:#d72032;
}
/*hover language*/
.lang{ float:left; position: relative;}
.btn-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-bg.bg-2 {
  background: #e52330;
  padding: 7px 13px;
}
.btn-bg.bg-2 .btn-2 button {
  color: #fff;
  background: #e52330;
  border: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.btn-bg.bg-2 .btn-2 button:hover {
  background: transparent;
  color: #d0f9c7;
}
.btn-bg.bg-2 .btn-2 button:hover:before,
.btn-bg.bg-2 .btn-2 button:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.btn-bg.bg-2 .btn-2 button:before,
.btn-bg.bg-2 .btn-2 button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #d0f9c7;
  transition: all 0.4s ease;
}
.btn-bg.bg-2 .btn-2 button:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
/*********************************/
/*banner*/
.banner{float:left;position: relative; overflow: hidden; width: 100%; /*margin-top:128px*/}
/***********************************************
/*sp head*/
.overlap{
	background-color: #ffffff;
    margin-top: -35px;
    position: relative;
    z-index: 20;
	padding:29px;
}
.box-icon-2{
    padding: 30px 30px 40px 30px;
    background: rgba(219,32,50,1);
	background: -moz-linear-gradient(top, rgba(219,32,50,1) 0%, rgba(37,41,44,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,32,50,1)), color-stop(100%, rgba(37,41,44,1)));
	background: -webkit-linear-gradient(top, rgba(219,32,50,1) 0%, rgba(37,41,44,1) 100%);
	background: -o-linear-gradient(top, rgba(219,32,50,1) 0%, rgba(37,41,44,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,32,50,1) 0%, rgba(37,41,44,1) 100%);
	background: linear-gradient(to bottom, rgba(219,32,50,1) 0%, rgba(37,41,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2032', endColorstr='#25292c', GradientType=0 );
    border: 1px solid #dcdde1;
    min-height: 250px;
	
}
.box-icon-2:hover .b-chitiet{
	background: rgba(245,10,21,1);
	background: -moz-linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(37,41,44,1)), color-stop(100%, rgba(245,10,21,1)));
	background: -webkit-linear-gradient(45deg, rgba(37,41,44,1) 0%, rgba(245,10,21,1) 100%);
	background: -o-linear-gradient(45deg, rgba(37,41,44,1) 0%, rgba(245,10,21,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(37,41,44,1) 0%, rgba(245,10,21,1) 100%);
	background: linear-gradient(45deg, rgbargba(37,41,44,1) 0%, rgbargba(245,10,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50a15', endColorstr='#25292c', GradientType=1 );
}
.menu-top{ position:absolute; z-index:99; top:146px; left:0; width:100%}
.biggear{
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	height: 198px;
	width: 198px;
}
.po-gear{ position:absolute;z-index: 11}
.bo-gear {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.circular-portrait {
  position: absolute;
  z-index:10;
  width: 145px;
  height: 145px;
  overflow: hidden;
  border-radius: 50%;
}

.circular-portrait img {
  width: 100%;
  height: auto;
}
.smallgear{
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width: 114px;
    margin-right: -5px;
}
.b-chitiet{
	background: rgba(245,10,21,1);
	background: -moz-linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,10,21,1)), color-stop(100%, rgba(37,41,44,1)));
	background: -webkit-linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	background: -o-linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	background: linear-gradient(45deg, rgba(245,10,21,1) 0%, rgba(37,41,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50a15', endColorstr='#25292c', GradientType=1 );
	color:#fff;
	border-radius:50%;
	padding:10px;
	width:70px;
	height:70px;
	z-index:0;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	}
.droplet {
  transition: all 25s;
  transition-timing: ease-in-out;
  transform: rotate(0deg);
}

.droplet2 {
  transition: all 25s;
  transition-timing: ease-in-out;
  transform: rotate(10deg);
}

.title-sphead{
	width:100%;
	font:20px/44px 'Roboto-Bold';
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
}

/******************************************
/**********gioithieu head*******/
.bg-gt{
	float:left; width:100%;
	background:url(../images/bg-gthead.jpg) no-repeat;
	background-size:cover;
}
.section-heading {
	float:left; width: 100%;
    font: 30px 'Roboto-Bold';
    line-height: 1.2em;
    letter-spacing: -.05em;
    font-weight: 800;
    color: #041e42;
    margin-bottom: 20px;
	margin-top:50px;
    border-top: 1px solid #dbdce0;
    padding-top: 20px;
    position: relative;
	text-transform:uppercase;
}
.section-heading:before {
    content: '';
    border-top: 2px solid #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}
.section-heading a{color: #041e42}
.title-two{
	font:30px 'Roboto-Bold';
	position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.title-two span{ color: #f0e315;}
.title-two:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background: #f10a14;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.grey-gthead{
	font: 16px/22px 'Arial';
	color: #656565;
    padding-bottom: 20px;
	position: relative;
}
.grey-gthead:before {
	position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background: #e8e9e9;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
/*********************************************************/
/******************congtrinh head*/

.congtrinh{ width:25%;}
.img-congtrinh{
    float:left;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
	border-bottom:5px solid #f0e315;
	width: 100%;
}
.img-congtrinh:hover{
	-webkit-filter: blur(2px); / Safari 6.0 - 9.0 /
    filter: blur(2px);
}

.img-congtrinh:hover .boxct-content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.cap-congtrinh{ float:left; padding:20px ; text-align:center; background:#FFF; border:1px solid #e3e3e3; border-top: none; width:100%}
.title-congtrinh{ font:18px 'Roboto-BoldC'; margin-bottom:10px; text-transform:uppercase;}
.cap-titlect{ font:13px 'Arial'; color:#767676; margin:0;}
.b-xemthem{
	float:left; width:100%;
	text-align:center;
	font: 18px 'Roboto-BoldC';
	color:#142144;
	text-decoration:underline;
	text-transform:uppercase;
	margin:30px 10px 50px 10px;
}

/******************endcongtrinh head**********************************/
/******************cn head**********************************/
.ct-paddingBoth {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
	min-height: 979px;
}
.title-cn{
	float:left; width:100%;
	text-align:center;
	font:30px 'Roboto-Bold';
	text-transform:uppercase;
	color:#fff;
	margin:50px 0;	
}
.play-chungnhan{padding:0 200px;}
.contain-cn{ float:left;}
.contain-cn .boxcn-content {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;	
}
.contain-cn .boxcn-content i{
	color: #fff900;
    text-align: center;
    position: absolute;
    top: 42%;
    font-size: 22px;
    left: 45%;}
.contain-cn:hover .boxcn-content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
/******************endcn head**********************************/
.row-boxkh{
	position: relative; float:left; width:100%; text-align:center; padding: 20px;
	}	
.row-boxkh .line-br {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.row-boxkh .line-br:before {
    content: '';
    width: 2px;
    height: 75px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #6e7072;
}
.row-boxkh .line-br:after {
    content: '';
    width: 75px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0px;
    background-color: #6e7072;
}
.row-boxkh2{ position:relative;float:left; width:100%;}
.row-boxkh2 a{ float:left; width:100%; text-align:center; padding: 20px;}
.row-boxkh2 .line-tr {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.row-boxkh2 .line-tr:before {
    content: '';
    width: 2px;
    height: 75px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #6e7072;
}
.row-boxkh2 .line-tr:after {
    content: '';
    width: 75px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background-color: #6e7072;
}
.b-xemkh{
	float:left;
	color:#707070;
	font-size:14px;
	text-transform:uppercase;
	background:#FFF;
	padding:30px 40px;
}
/*tin*/
.bg-tinhead{
	background:url(../images/bg-tinhead.jpg) no-repeat;
	background-size:cover;
}
.cap-tinbox{
	float: left;
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #dbdce0;
}
.box-tinhead{ float:left; width:100%;margin-bottom: 25px;}
.title-tin{
	float:left; width:100%;
	font:16px 'Roboto';
	color:#000;
	margin:10px 0;
	
}
.date-dex{ float: left;
    font: 14px 'Roboto';
    margin-right: 10px;
	color:#000;}
.date i { color:#CCC;}
.mar-b50{ margin-bottom:50px;}
/* end tin */
/*********************foot*******************/
.footer {
	float:left; width:100%;
    background-color: #041e42;
    color: #ffffff;
}
.footer-item{
	display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-title {
    font: 24px'Roboto-Bold';
	text-transform:uppercase;
    padding: 20px 0 20px 0;
    border-top: 1px solid #073472;
    position: relative;
}
.footer-title:before {
    content: '';
    display: block;
    width: 150px;
    border-top: 2px solid #ed1c24;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-listitem .list {
    margin: 0;
    padding: 0;
}
.footer-listitem .list li {
    list-style: none;
    margin: 9px 0;
}
.footer-listitem .list li a {
    color: #fff;
}
.small-add{
	font-size: 14px;
    border-left: 1px solid #434d69;
    margin: 0 10px;
    padding: 0 10px;
}
.list i{ color:#fbff9c; font-size:18px;}
.fcopy {
    padding: 30px 0;
    color: #ffffff;
    font-size: 14px;
    background-color: #041e42;
    border-top: 1px solid #5c657e;
}
.overlap-bottom {
	float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
	margin-bottom:30px;
}
/* 2.5. BOX ICON 4 */
.box-icon-4{
	padding: 30px 30px 30px 30px;
	background-color: #eff3f6;
	border: 1px solid #dcdde1;
	text-align: center;
	height: 145px;
	position: relative;
	overflow: hidden;}
.box-icon-4	.icon{
	display: inline-block;
	color: rgba(255,255,255, .2);
	font-size: 100px;
	position: absolute;
	right: -40px;
	bottom: -20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.box-icon-4	.body-content{color: #000; font-size: 15px;}		
.box-icon-4 .heading{
	color: #25292c;
	font: 30px 'Roboto-BoldC';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.box-icon-4:hover{background-color: #f0e315;}
.box-icon-4:hover .icon{right: 0;color: rgba(0,0,0, .2)}

/******************************************************************/
/*********************lienhe*****************/
.link-head{
	float:left; width:100%;
	font:12px 'Roboto';
	color:#a2a1a1;
	text-transform:uppercase;
	margin-top:50px;
}
.bo-lh{ float:left; width:100%;}
.map-lh{
	float:left;
	width:100%;
	padding: 35px 0 99px;
	position:relative;
}
.po-re{ position:absolute; top:0; left:0; width:100%; z-index:10;}
.po-lienhe{ background:#fafafa; padding:20px;}
.title-form{
	font:18px/24px 'Roboto';
	text-transform:uppercase;
	color:#000;
	margin: 10px 0 25px;
}
.form-lh{
	display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    border: 1px solid #ededed;
    padding: 10px 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms 
}
.reb-b{
	float:left;
	padding:15px 25px;
	background:#F00;
	color:#FFF;
	text-transform:uppercase;
	font:14px 'Roboto-Bold';
	margin: 15px 15px 15px 0;
}
.rebl-b{
	float:left;
	padding:15px 25px;
	background:#d8c4c5;
	color:#FFF;
	text-transform:uppercase;
	font:14px 'Roboto-Bold';
	margin:15px 15px 15px;
}
.reb-b:hover{ color:#d8c4c5;}
.bg-redlh{ float:left; width:100; background:#F00; padding:15px 0; color:#fff;}
.small-addlh {
    font-size: 12px;
    padding: 0 0 0 8px;
	margin:0;
}
.no-padlh{ padding:0 !important;}
/***************************************************************************/
/****************hoat dong*/
.sub-navlh{
	float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 0;
}
.sub-navlh ul{
    width: auto;
    height: auto;
	list-style: none;
}
.sub-navlh ul li {
    display: inline-block;
    vertical-align: middle;
}
.sub-navlh ul li a {
    padding: 10px 15px;
    font-size: 15px;
    color: #505050;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    border: 1px solid #cfcfcf;
	display: flex;
    align-items: center;
	text-transform:uppercase;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
}
.sub-navlh ul li a h2, .sub-navlh ul li a img{
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}
.sub-navlh li.current a, .sub-navlh li:not(.current):hover a {
    background-color: #f0e315;
    color: #000;
    border: 1px solid #f0e315;
}
.item-zoom {
    position: relative;
    overflow: hidden;
	background:#f0e315;
}
.item-zoom img {
  width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:0.7;
}
.post-pagination{ float:left; width:100%; margin:20px 0;}
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
	text-align:center;
}
.post-pagination li a {
  background: #fff;
  color: #292929;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 20px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.19);
  box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.19);
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: none;
    color: #fdc716;
    border: 2px solid #fdc716;
}
.other-playtin{ float:left; width:100%;}
/****************************************************/
/*************giaiphap***********/
.box-gp{ float:left; width:100%; position:relative; overflow:hidden; border:1px solid #e2e2e2; margin-bottom:35px;}
.base-gp {
	background:#fff;
	display:inline-block;
	height:90px;
	overflow:hidden;
    position:relative;
	padding:15px;
	width:100%;
	text-align:center;
}
.base-gp:before,.base-gp:after {
  border-bottom: 35px solid #fff;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  content: "";
  height: 0; z-index:2;
  left: calc(50% - 200px);
  position: absolute;
  top: -35px;
  width: 0;
  -moz-transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
.box-gp:hover{
	-webkit-box-shadow: 10px 9px 16px -10px rgba(0,0,0,0.23);
	-moz-box-shadow: 10px 9px 16px -10px rgba(0,0,0,0.23);
	box-shadow: 10px 9px 16px -10px rgba(0,0,0,0.23);
}
.box-gp:hover .base-gp:after {
	border-bottom: 45px solid #f0e315;
	border-left: 240px solid transparent;
	border-right: 240px solid transparent;
	content: "";
	height: 0; z-index:1;
	left: calc(50% - 240px);
	position: absolute;
	top: -45px;
	width: 0;
	bottom: 2em;
}
.title-gp{ float:left; width: 100%; font: 16px/22px 'Roboto-Bold'; color:#000;text-transform:uppercase;}
.b-ctgp{float:left; width: 100%; font: 12px/18px 'Roboto-BoldC'; color:#e52330; text-transform:uppercase; text-decoration:underline;}
.arrow-gp{ float:left; width:100%;}
.clip-box{
	position:relative;
	 display: inline-block;
	overflow:hidden;
	-webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
	width:100%; float:left;
}
.pic-clip{
	float:left; width:100%;
	position:absolute;
}

.box-otherct { float:left; width:100%;}
.section_description { float:left; width:100%; padding:20px 30px; margin-bottom:30px;}
.giaiphap,.hinhanh{ float:left; width:100%; position:relative; overflow:hidden}
.play-giaiphap{ float:left; width:70%}
.full-img{ float:left; width:100%;}
.text-giaiphap{ position:absolute; z-index:3; right:0; top:0; height:100%; width:40%;}
.text-giaiphap:before{ 
	background: white none repeat scroll 0 0;
    content: "";
    height:100%;
    position: absolute;
    left:0;
    transform: skew(-15deg);
    width:150%; z-index:1}
	.text-giaiphap:after{ 
	background: #fefdf3 none repeat scroll 0 0;
    content: "";
    height:100%;
    position: absolute;
    left:25px;
    transform: skew(-15deg);
    width:150%; z-index:2}
.nd-text-gp{ padding:50px 50px 50px 100px; position:absolute; z-index:9; top:0; width:100%}
.title-smgp{
	float:left;
	width:100%;
	font: 16px/22px 'Roboto-Bold';
	text-transform:uppercase;
	color:#000;
	margin-bottom:20px;
}
.thanhtoan{ float:left; margin:5px 10px 10px 0;}
.con-capgp{
	float:left; width:100%;
	margin:50px 0;
}
/*************************************/
.reb-color{
	color:#ff0000;
}
.mar-tlink20{ margin-top:20px !important;}
.pad-tb40{ padding:40px 0;}
.font18{ font-size:18px;}
.color-grey{ color:#808080;}
/* Dành cho điện thoại */
@media screen and (max-width: 767px){
	.title-sphead { width: 100%;font: 22px/44px 'Roboto-Bold';}
	.overlap { margin-top:0px; z-index:0}
	.box-icon-2 {
    padding: 30px 22px 40px 15px;}
	.smallgear { margin-right: 0;}
	.play-chungnhan { padding: 0 100px;}
	.footer-item { margin-bottom: 30px;}
	.line-br, .line-tr { display:none;}
	.row-boxkh {padding: 0px;}
	.row-boxkh img, .row-boxkh2 img { width:100%;}
	.row-boxkh2 a {padding: 0px;}
	.b-xemkh {
    float: left;
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    background: #FFF;
    padding: 7px 19px;
	}
	.footer-listitem{ padding:10px 30px;}
	.section-heading {float: left; font: 27px 'Roboto-Bold';}
	.po-re { position: inherit; margin-bottom:10px;}
	.no-padlh{ padding: inherit !important;}
	.map-lh {padding: 0px 0 30px;}
	.banner{ margin-top:70px; overflow:unset}
	.sub-navlh ul li a {
    padding: 5px 10px;
    font-size: 12px;}
	.show-mobi{ display:block}
	.lSSlideWrapper {
    height: 270px !important;
	}
	.vertical{ padding-right:0px !important;}
	.lSSlideOuter.vertical .lSGallery {display: none;}
	.lSSlideOuter.vertical .lSAction > a { left: 50%;}
	.section_description {
    padding: 0px;
    margin-bottom: 0px; 
	}
	.nd-text-gp {
		padding: 50px 30px 50px 30px;
		position: inherit;
		z-index: 9;
		top: 0;
		width: 100%;
		float: left;
	}
	.text-giaiphap {
		position: inherit;
		z-index: 3;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		float: left;
	}
	.text-giaiphap:after {
		background: #fefdf3 none repeat scroll 0 0;
		content: "";
		height: 100%;
		position: absolute;
		left: 0;
		transform: skew(0deg);
		width: 100%;
		z-index: 2;
	}
	.play-giaiphap {float: left;width: 100%;}
	.title-smgp{ margin-top:15px;}
	.small-addlh {
		font-size: 12px;
		padding: 5px 0 0 8px;
		margin: 0;
		color: #fff;
		line-height: 14px;
	}
	
	.cokhi-head {
	padding: 0;
	}
	.overlap { margin-top:0px; z-index:0;padding: 5px;}
	.box-icon-2 {padding: 30px 0px 40px 10px;}
	.smallgear { margin-right: 3px; width: auto;}
}
/*ipad - dung*/
@media (min-width:768px) and (max-width: 991px) {
	.title-sphead { width: 100%;font: 23px/44px 'Roboto-Bold';}
	.play-chungnhan { padding: 0 100px;}
	.line-br, .line-tr { display:none;}
	.ct-paddingBoth {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
	}
	.box-icon-4 .heading { color: #25292c; font: 22px 'Roboto-BoldC';}
	.box-icon-4	.body-content {font-size: 13px;}
	.footer-item { margin-bottom: 30px;}
	.po-re { position: inherit; margin-bottom:10px;}
	.no-padlh{ padding: inherit !important;}
	.map-lh {padding: 0px 0 30px;}
	.footer-title {font: 20px'Roboto-Bold';}
	.cap-tinbox { min-height: 130px;}
	.hidden-sm{ display:none}.show-mobi{ display:block}
	.lSSlideWrapper {height: 518px !important;}
	.vertical{ padding-right:0px !important;}
	.lSSlideOuter.vertical .lSGallery {display: none;}
	.lSSlideOuter.vertical .lSAction > a { left: 50%;}
	.section_description {
    padding: 0px;
    margin-bottom: 0px; 
	}
	.nd-text-gp {
		padding: 50px 50px 50px 100px;
		position: inherit;
		z-index: 9;
		top: 0;
		width: 100%;
		float: left;
	}
	.text-giaiphap {
		position: inherit;
		z-index: 3;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		float: left;
	}
	.text-giaiphap:after {
		background: #fefdf3 none repeat scroll 0 0;
		content: "";
		height: 100%;
		position: absolute;
		left: 0;
		transform: skew(0deg);
		width: 100%;
		z-index: 2;
	}
	.play-giaiphap {float: left;width: 100%;}
	.no-padlh{ padding: inherit !important;}
	.map-lh {padding: 0px 0 30px;}
	.box-icon-2 {
    padding: 30px 19px 40px 19px;
	}
}
/* Dành cho máy tính bảng - máy Dung*/
@media (min-width:992px) and  (max-width: 1024px) {
	.hidden-sm{ display:none}.show-mobi{ display:block}
	.nd-text-gp {padding: 50px 30px 50px 92px;}
	.section_description {
		float: left;
		width: 100%;
		padding: 0px 0px;
		margin-bottom: 0px;
	}
	.lSSlideOuter.vertical .lSAction > .lSNext {
		background-position: 31px -31px;
		bottom: 47px !important;
		top: auto;
	}
	.lSSlideOuter.vertical .lSGallery {
		position: absolute !important;
		right: 0;
		top: 0px !important;
	}
	.smallgear {
    margin-right: 3px;
    width: auto;
	}
}

@media (max-width: 1100px) {
	.menu-top{top:0;overflow: hidden;width: 260px;left: auto;right: 0;height:0; z-index:500; position:fixed}	
	.menu-top.show{height:100%; overflow-y: scroll !important;}
	.close {
    background: url(../images/close.png) center center no-repeat #c43a51;
    top: -2px;
    margin: 0 0 0 -13px;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 10;
    left: auto;
    right: 10px}
    .title-sphead{ font:16px/32px 'Roboto-Bold'}
}
/*fix màn hình Huyen*/
@media (min-width: 1171px) and (max-width: 1280px) {
}
@media (min-width:1100px) {
	.fix-nav {
	 /* this make our menu fixed top */
		z-index: 9999;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	 
	.fix-body {
	 /* this will adjust body top margin to prevent content jumping when nav gets fix  */
		margin-top: 50px;
	 /* adjust as per height of your menu */;
	}
}
.timkiem{ float:left; width:300px;}
.breadcrumb {margin-top: 50px; margin-bottom:0; background-color:#fff;text-transform: uppercase; padding:0; font: 12px 'Roboto'}
.fa-angle-left, .fa-angle-right{padding:5px 10px; margin-bottom:10px; font-weight:bold;  border: 2px solid red; border-color:#f00; color:#F00}
.arrow-gp .fa-angle-left, .arrow-gp .fa-angle-right {padding:5px 10px; margin-bottom:10px; font-weight:bold; border:none; background-color:#fff; color:#F00}
.share {padding-bottom:5px;float:left}
.slo{ margin-bottom:13px;}
.mar-r40 { margin-right: 40px;}