
@media (min-width: 1200px) {
	.container {
		/*width: 1280px;*/
		width: 1160px;
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}
html, body {
	height: 100%;
	font-weight: normal;

}

.noppading {

	padding: 0px;
}

/*/font*/

@font-face {
	font-family: 'notosans';
	src: url('../fonts/NotoSansThai-Regular.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/NotoSansThai-Regular.otf')  format('opentype'),
	url('../fonts/NotoSansThai-Regular.woff') format('woff'),
	url('../fonts/NotoSansThai-Regular.ttf')  format('truetype'), 
	url('../fonts/NotoSansThai-Regular.svg#NotoSansThai-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	/*src: url('../fonts/ThaiSansNeue-Regular.eot');
	src: local('☺'), url('../fonts/ThaiSansNeue-Regular.woff') format('woff'), url('../fonts/ThaiSansNeue-Regular.ttf') format('truetype'), url('../fonts/ThaiSansNeue-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;*/
}


h1, h2, h3, h4, h5, h6 { font-family: 'notosans' !important; letter-spacing: 0.4px; }

/*-------------------end font------------------------ */

/*/link all*/

a {
	color: #333;

}

a.none:hover

{
	text-decoration: none;

}

a:hover {
	color: #5FB100;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}

a:focus, a:hover {

	color: #5FB100;
	text-decoration: none;
}

.btn-page {
	border-radius: 3px;
	padding: 8px 5px;
	color: #333;
	background: #fff;
	width: 100%;
	background: #f5f5f5;
	border: none;
}


/*s*/


/*-------------------end link------------------------ */
/*header*/

.box-nav {


	margin-top: 25px;
	padding: 0px;
	left: 35px;

}
.box-header1 {
	/* border-bottom: 1px solid #ddd; */
	background: #20498E;
	border-bottom: 3px solid #5FB100;
}
* 
{
	outline:none;

}

.nav>li>a.link-header1:focus, .nav>li>a.link-header1:hover {
	background: none;
}

.navbar-nav>li>a.link-header1 {
	padding: 5px 12px 5px 12px;
	letter-spacing: 0.4px;
}

.navbar-nav>li>a {
	line-height: initial;
}

.nav>li>a {

	padding: 10px 10px;
}

.top {
	background-color: #fff;
	/* padding: 20px 0px 0px 0px; */
	color: #999;
}

.navbar {
	min-height: initial !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
}

nav.navbar.navbar-default {
	margin-bottom: 14px;
	padding-bottom: 8px;
}
.navbar-default {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	border: none;
	background-color: #fff;
}

a.link-header1 {
	font-family: 'notosans';
	font-size: 13px;
	color: #fff;
}

a.link-header1:hover {

	color: #5FB100;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

a.link-header1:before {
	content: '';
	border-right: 1px dashed white;
	padding-right: 4px;
	height: 18px;
	position: absolute;
	top: 8px;
	right: 0px;
}
a.link-header2:before {
	border-right : none;
	content: '';
}
a.link-header2 {
	font-family: 'notosans';
	font-size: 13px;
	color: #fff;
}
a.link-header2:hover {

	color: #5FB100;
}
.navbar-nav>li>a.link-header2 {
	padding: 5px 12px 5px 12px;
	letter-spacing: 0.4px;
}

.nav>li>a.link-header2:focus, .nav>li>a.link-header2:hover {
	background: none;
}

.navbar-default .navbar-nav > li > a {
	font-weight: normal;
	font-size: 19px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: 'notosans';
	letter-spacing: 0.4px;
}


li.link-main:hover {
	border: 2px solid #5FB100;
	border-radius: 50px;
}

li.link-main {
	border: 2px solid transparent;
	margin-left: 5px;
	margin-right: 5px;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000;
	background-color: transparent;
}

.navbar-default .navbar-collapse {
	/* float: right; */
	border-top: none;
	padding-left: 0;
	padding-right: 0;
}

.main-navbar-nav {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*mega*/


#mega:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 17px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #e9e9e9;
}
#mega:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 18px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid #fff;
}
nav ul#menu li:hover > #mega {
	display: block;
}
#mega {

	position: absolute;
	top: 35px;
	left: 5px;
	z-index: 99999;
	text-align: left;
	width:max-content;
	width:-moz-max-content;
	height: auto;
	background: #fff;
	display: none;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(51,51,51,.3);
	max-width: 400px;
}
#mega:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 17px;
	width: 0;
	height: 0;

}
#mega:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 18px;
	width: 0;
	height: 0;

}
nav ul#menu li:hover > #mega {
	display: block;
}
#mega {

	position: absolute;
	top: 32px;
	left: 5px;
	z-index: 99999;
	text-align: left;
	width:max-content;
	height: auto;
	background: #fff;
	display: none;
	border: 0px;
	background-color: #fff;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	max-width: max-content;
	border-radius: 2px;
}

.img-line-header{


	position: relative !important;
	float: left !important;
	width: 35px !important;
}


ul.nav li.link-main ul.dropdown-menu div.mega li {
	text-overflow: ellipsis;
	position: relative;
	width: 100% !important;
	white-space: nowrap;
	font-family: 'notosans';
	font-size: 18px;
	font-weight: 100;
} 

#menu_place {
	margin: 14px 0 18px;
}    

.mega .col-md-2 {
	width: 23px !important;
	position: relative;
	float: left;
	display: inline-block;
}
.mega .col-md-10.col-sm-10.col-xs-10 {
	padding-left: 22px;
}

li.type.active>a button{
	color: #FFF;
	background-color: #5FB100 !important;
	border-color: #5FB100 !important;
}

.row{
	margin-left:0px !important;
	margin-right: 0px !important;
}

.new-marquee {
	margin-top: 0px;
	/*background: #20498E;*/
	color: #fff;
	height: 32px;
	line-height: 2;
	/*	border: 3px solid #5FB100;*/
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding-top: 1.5px;
	font-size: 14px;
	letter-spacing: 0.4px;
}

img.img-logo-head {

	margin-top: 10px;
	position: absolute;
	/*border: 1px solid #eee;*/
	background: #ffffff;
	/* padding: 6px;*/
	/* top: -3px;*/
	z-index: 1;
	/*box-shadow: 0px 2px 5px 0px #a5a4a4;/**/
	/*box-shadow: 0 1px 1px 0 rgba(51,51,51,.3);*/
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
	/*left: -2px;*/
	width: 100%;


}

/*-------------------end header------------------------ */

/*banner*/

.carousel-indicators {
	
	bottom: -10px;
}

.carousel-indicators li {
	background: #ccc;
}

.carousel-indicators .active {
	background: #5FB100;
	width: 27px;
}
.carousel-indicators li {

	border: none;

}

/*-------------------end banner------------------------ */

/*section info*/



.info {

	margin-top: 20px;
}

img.img-home-trian {

	margin-top: -40px;

}

}

@media (min-width: 320px){
	.info{

		margin-top: 10px;
	}
	h2.title-head {
		margin: 0px 0px 28px 0px !important;

	}


	img.img-home-trian {

		margin-top: 0px;

	}
	

}

@media (width: 320px){
	.box-fb_src{
		height: auto!important;
	}
}

i.fa.fa-square {
	font-size: 16px;
	color: #20498E;
	padding-right: 10px;
}
h2.title-head {

	margin: 20px 0px 20px 0px;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding-top: 20px;
	

}
h2.title-head2 {

	margin: 20px 0px 20px 0px;
	letter-spacing: 0.8px;
	color: #5FB100;
	float: left;
	font-weight: 100;
	font-size: 26px;
}

h2.title-head3 {

	margin: 20px 0px 20px 0px;
	letter-spacing: 0.8px;
	float: left;
	font-weight: 100;
	font-size: 26px;
}

h3.sub-title-head {

	margin: 0px;
	color: #333;
	font-size: 20px;
	
}

h2.title-head_src,h3.title-head_src{

	font-size: 26px;
}

p.detail-info-home {

	margin: 0px;
	/*color: #9B9B9B;*/
	color: #666;
	color: #8e8e8e;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0.4px;
	/*margin-left: 20px;*/
}

.box-detail-home {

	margin-bottom: 20px;

}

.box-info-page {
	background: #20498E;
	display: inline-block;
	padding: 10px;
	position: absolute;
	top: 50px;
	right: -12%;
	border-radius: 4px;
	width: 54%;
}

.col-btn-info {

	padding: 2px 6px;

}

h3.btn-infoo{

	margin: 0px;
	color: #fff;
	line-height: 18px;
	padding-top: 5px;
	margin-left: 25px;
	font-size: 19px;
	line-height: 24px;
}

p.sub-btn-info{

	color: #fff;
	margin : 0px;
	margin-left: 25px;
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: 'notosans';
}

img.img-info {

	margin-top : 3px;
	width: 40px;
}

.sub-box {

	border: 1px solid #ffffff3d;
	display: inline-block;
	width: 100%;
	margin-top: 2px;
	padding-bottom: 8px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor: pointer;
}

/*train*/

@media (max-width: 1200px){
	.train-gif {


		position: absolute;
		margin-top: -62px;
		z-index: -6;


	}
}
/*-------------------end info------------------------ */

/*information*/

.information {

	margin-top: 25px;

}

h3.title-new-promotion{
	font-size: 19px;
	margin: 8px 0px 2px 0px;
	height: 27px;
	overflow: hidden;
	line-height: 30px;
	color: #333;

}

h3.title-new-promotion:hover {

	color: #5FB100;
} 

p.detail-promation {

	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	color: #9B9B9B;
	font-weight: 300;
	letter-spacing: 0.4px;
	margin-bottom: 0px;


}

p.detail-promation2 {

	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	color: #9B9B9B;
	font-weight: 300;
	letter-spacing: 0.4px;


}


.box-slide-promotion {

	padding: 0px 7px;
	/*	margin-top: 15px;*/
}

.btn-noti {
	border-radius: 4px;
	padding: 10px 10px 5px 10px;
	font-size: 18px;
	color: #fff;
	/* border: 1px solid #9B9B9B; */
	background: #20498E;
	font-family: 'notosans';
	width: 100%;
	margin-bottom: 10px;
}

.title-bnt-noti {
	position: relative;
	display: inline-block;
	margin-right: 0px;
	margin-left: 10px;
}

.box-slide-promotion a img {
	height: 155px;
	object-fit: contain;

}

.class-link-infor {

	text-align: center;
	margin-bottom: 10px;
}

a.link-infor-home1 {

	color: #999;
	font-weight: 300;
	letter-spacing: 0.4px;

}

a.link-infor-home1:hover {
	
	color: #5FB100;
}

a.link-infor-home2 {

	color: #999;
	float: right;
	margin-top: 24px;
	font-weight: 300;
	letter-spacing: 0.4px;
}

a.link-infor-home2:hover {
	
	color: #5FB100;
}

a.link-infor-home3 {

	color: #999;
	float: right;
	margin-top: 24px;
	font-weight: 300;
	letter-spacing: 0.4px;
}

a.link-infor-home3:hover {
	
	color: #5FB100;
}


a.link-infor-home5 {

	color: #999;
	float: right;
	margin-top: 5px;
	font-weight: 300;
	letter-spacing: 0.4px;
}

a.link-infor-home5:hover {
	
	color: #5FB100;
}


.class-link-subinfo {

	text-align: right;
	margin-bottom: 0px;
}

p.text-subbinfo {

	color: #8e8e8e;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 5px;
	letter-spacing: 0.4px;
}


.box-side-infor {

	display: inline-block;
	background: #3D64AF;
	padding: 15px 14px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 8px solid #5FB100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.box-side-infor2 {

	display: inline-block;
	background: #20498E;
	padding: 15px 14px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 8px solid #5FB100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

p.text-grid-infor-sub{

	text-align: left;
	color: #fff;
	margin: 2px 0px;
	font-family: 'notosans';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 18px;

}


h3.text-sub-infor {

	text-align: right;
	color: #fff;
	margin: 0px;
}


.library-grid {

	text-align: center;
	padding: 16px 18px;
	height: 140px;
}

.box-grid-li {

	margin-top: 4px;
	text-align: center;
	padding: 0px;
	margin-bottom: 15px;

}

a.box-library-grid2 > div  {
/*
border: 1px solid #ddd;*/
padding: 6px;
cursor: pointer;
}

h3.text-grid-infor {
	margin: 0px;
	/*line-height: 23px;*/
	text-align: left;
	font-size: 23px;
	line-height: 27px;
	object-fit: cover;
	color: #fff;
}

.box-sub-info {

	padding: 15px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	top: -28px;
	left: -55px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
	margin-bottom : 10px;
}

h3.head-text-subinfo{

	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 29px;
}

.box-side-infor3 {

	margin-top: 25px;

}

.activity a img{

	height: 180px;
	object-fit: cover;
	margin-bottom: 15px;
}

p.detail-activity {

	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	color: #666;
	margin-bottom: 5px;
	letter-spacing: 0.4px;

}

p.detail-activity:hover {

	color: #5FB100;
}

a.box-library-grid2:nth-child(even) .layout {
	position: absolute;
	bottom: 14px;
}


h3.title-head-library {

	margin: 0px 0px 15px 0px;
	letter-spacing: 1.5px;
	color: #5FB100;
	font-weight: 600;
	font-size: 24px;
	text-align: left;

}

/*-------------------end information------------------------ */

/*search*/

.search {

	background: #5FB100;
	margin-top: 52px;
	background-image: url(../files/uploads/home-page2/img/bg_banner.png);
	/* margin-top: 20px; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;

}

.box-search{

	background: #20498E;
	width: 100%;
	padding: 20px 20px 30px 20px;
	display: inline-block;
	border-radius: 4px;
	top : -24px;
	position: absolute;
}

.col-lg-3.col-md-6.col-sm-6.col-xs-6.box-short:hover {

	z-index: 2;
	box-shadow: 0px 2px 9px 1px #8e8e8e;

}

.header-way {

	height: 64px;
}

h2.title-search-way {

	text-align: left;
	color: #fff; 
	margin: 0px 0px 8px 0px;
	font-size: 23px; 

}

label.radio-inline.pull-left{

	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.4px;
}
.select-view-detail-way{

	color : #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.4px;

}

.btn-search {
	border-radius: 3px;
	padding: 10px 0px;
	color: #FFF;
	background-color: #5FB100;
	border-color: #5FB100;
	text-align: center;
	margin-right: 7px;
	cursor: pointer;
	width: 100%;
	font-weight: 300;
	letter-spacing: 0.4px;
}

.box-view-detail-way {
	border: 1px dashed #ddd;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.noti-status {

	padding-top: 10px;
	padding-bottom: 5px;
	display: inline-block;
	/*background: #fff;*/
	border-radius: 2px;
	display: inline-block; 
	border-radius: 4px;
	/*box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.16);*/
	margin-bottom: 25px;
	position: absolute;
	top: -24%;
	/*left: 105%;
	width: 400px;*/
	z-index: 10;

}
/*.noti-status:before {
	display: block;
	content: "";
	border-right: 15px solid #e7e7e7b0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -6px;
	position: absolute;
	 right: -17px; 
	top: 18%;
	z-index: 10;
	left: -14px;

}
.noti-status:after {
	display: block;
	content: "";
	border-right: 14px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: -6px;
	position: absolute;
	 right: -17px; 
	top: 18%;
	z-index: 10;
	left: -13px;
}
*/
span.label.label-default.noti {

	background: #fff;
	border: 1px solid;
	font-size: 11.5px;
	font-weight: 400;
}

p.detail-noti-traffic {

	margin-top: 5px;
	font-size: 14px;
	color: #666;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.3px;

}

.title-bts {

	font-weight: 500;
}

.detail-status-bts {
	float: right;
	font-size: 14px;
	color: #9B9B9B;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 1px;
}

.box-shortcutt {

	display: inline-block;
	text-align: center;
	background: #fff;
	width: 100%;
}

.img-short {

	width: 36%;
	margin-top: 30px;

}

p.text-short{

	margin: 10px 0px;
	height: 24px;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.4px;
}

p.text-short:hover {


	color: #5FB100;
}

.box-short {


	padding: 1px;
}

.box-box-short {

	margin-top: 45px;  
	padding-left: 38px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	
}

p.detail-promation2 {

	margin:  0px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	font-size: 14px;
	color: #5FB100;

}

p.detail-promationsub2 {

	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	color: #9B9B9B;
	font-weight: 300;
	letter-spacing: 0.4px;

}

.title-promotion {

	color: #9B9B9B;
}

.title-promotion:hover {

	color: #5FB100;
}

.box-carousel {

	margin : 5px 0px 32px 0px;
	padding: 0px 15px 0px 15px

}

p.text-start {

	color: #fff; 
	margin-bottom : 15px;
	font-weight: 300;
	letter-spacing: 0.4px;
}



/*-------------------end search------------------------ */

/*promotion*/

.promotion {

	margin-bottom: 15px;
}

/*carousel*/
.carousel-inner.promotion>.item>a>img, .carousel-inner.promotion>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

	height: 430px;
	object-fit: cover;
}

ol.carousel-indicators.promotion {

	bottom: -40px;
}

.carousel-control.left {

	background-image: none;
}

.carousel-control.right {

	background-image: none;
}

/*end *carousel*/

	/*.box-promotiones a img {

		object-fit: cover;
		height: 150px;

		}*/

		.box-promotiones {

			margin-bottom: 10px;
			padding: 0px;
			cursor: pointer;
		}


		.captions-prom{

			padding: 0px 20px 0px 20px;
			text-align: left;
		}

		.captions-prom2{

			padding: 0px 10px 0px 10px;
			text-align: left;
		}


		.captions-pro {

			padding: 0px;
			border-radius: 2px;
			margin-bottom: 25px;
			padding-bottom: 5px;
			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);

		}

		.captions-pro2 {

			padding: 0px;
			border-radius: 2px;
			margin-bottom: 15px;
			padding-bottom: 5px;
			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
			background: #fff;
		}

		h3.title-promotions {

			margin: 10px 0px 4px 0px;
			height: 25px;
			overflow: hidden;
			font-size: 26px;

		}

		h3.title-promotions-sub {

			margin: 8px 0px 0px 0px;
			height: 25px;
			overflow: hidden;

		}

		.captions-pro img {

			height: 332px;
			object-fit: cover;
		}

		.box-promo {

			padding: 0px 0px 0px 15px;
		}

		.swiper-container2 {
			overflow: hidden;
		}
		.swiper-container2 .swiper-slide {
			width: 100% !important;
		}

		.swiper-button-next2{
			background-image: url(../files/uploads/home-page2/img/n_r.png);
			right: -5px; 
			background-size: 100%;
			width: 50px;
			height: 50px;
			cursor: pointer;
			position: absolute;
			z-index: 9;
			top: 35%;
		}
		.swiper-button-prev2 {
			background-image: url(../files/uploads/home-page2/img/n_l.png);
			right: -5px;
			background-size: 100%;
			width: 50px;
			cursor: pointer;
			height: 50px;
			left: 0px;
			top: 35%;
			position: absolute;
			z-index: 99;
		}

		.swiper-promotionss {

			padding: 0px 2px;

		}


		/*swiper*/

		

		.box-promotiones {

			margin-bottom: 10px;
			padding: 0px;
			cursor: pointer;
		}


		.captions-prom{

			padding: 0px 20px 0px 20px;
			text-align: left;
		}

		.captions-prom2{

			padding: 0px 10px 0px 10px;
			text-align: left;
		}


		.captions-pro {

			padding: 0px;
			border-radius: 2px;
			margin-bottom: 25px;
			padding-bottom: 5px;
			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);

		}

		.captions-pro2 {

			padding: 0px;
			border-radius: 2px;
			margin-bottom: 15px;
			padding-bottom: 5px;
			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
		}

		h3.title-promotions {

			margin: 10px 0px 4px 0px;
			height: 20px;
			line-height: 20px;
			overflow: hidden;
			font-size: 17px;

		}

		h3.title-promotions-sub {
			font-size: 17px;
			margin: 6px 0px 0px 0px;
			height: 20px;
			line-height: 20px;
			overflow: hidden;

		}

		.captions-pro img {

			/*height: 332px;*/
			height: 380px;
			object-fit: cover;
		}

		.captions-pro2 img {

			height: 160px;
			object-fit: contain;
			margin-top: 10px;
		}

		.box-promo {

			padding: 0px 0px 0px 15px;
		}


		.swiper-slide.promotion-swi {
			position: relative;
			display: inline-block;
			width: 99% !important;

		}

		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

			background-image: url(../files/uploads/home-page2/img/n_l.png);
			right: -5px; 
			background-size: 100%;
			width: 50px;
			height: 50px;
			left:-15px;
		}


		.swiper-button-next, .swiper-container-rtl .swiper-button-next {
			
			background-image: url(../files/uploads/home-page2/img/n_r.png);
			right: -5px; 
			background-size: 100%;
			width: 50px;
			height: 50px;
		}
		
		.swiper-button-next-promotion{
			background-image: url(../files/uploads/home-page2/img/n_r.png);
			right: 0px; 
			background-size: 100%;
			width: 50px;
			height: 50px;
			position: absolute;
			z-index: 9;
			top: 35%;
		}
		.swiper-button-prev-promotion {
			background-image: url(../files/uploads/home-page2/img/n_l.png);
			right: -5px;
			background-size: 100%;
			width: 50px;
			height: 50px;
			left: 0px;
			top: 35%;
			position: absolute;
			z-index: 99;
		}
		.promotion-swiper-boxmain{
			overflow: hidden;
		}

		img#activity_feature_img{

			height: 230px;
			object-fit: contain;
		}
		/*-------------------end promotion------------------------ */

		/*brt*/

		.box-brt {

			margin-top: 20px;
		}

		.box-img1 {

			margin-top: 6%;
			padding: 0px 10px;
			
		}

		.box-img1:hover {

			-moz-transform: translate(0px, -12px);
			-webkit-transform: translate(0px, -12px);
			-o-transform: translate(0px, -12px);
			-ms-transform: translate(0px, -12px);
			transform: translate(0px, -12px);
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			transition: all 0.2s ease;
			height: auto;

		} 

		.box-img1 img {

			margin-bottom: 5px;
			width: 100%;

		}

		.box-img2 {

			margin-top: 14%;
			padding: 0px 10px;

		}

		.box-img2 img {

			margin-bottom: 5px;
			width: 100%;

		}

		.box-img2:hover {

			-moz-transform: translate(0px, -12px);
			-webkit-transform: translate(0px, -12px);
			-o-transform: translate(0px, -12px);
			-ms-transform: translate(0px, -12px);
			transform: translate(0px, -12px);
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			transition: all 0.2s ease;
			height: auto;
			
		} 

		.box-img3 {

			margin-top: 4%;
			padding: 0px 10px;
		}

		.box-img3 img {

			margin-bottom: 5px;
			width: 100%;

		}

		.box-img3:hover {

			-moz-transform: translate(0px, -12px);
			-webkit-transform: translate(0px, -12px);
			-o-transform: translate(0px, -12px);
			-ms-transform: translate(0px, -12px);
			transform: translate(0px, -12px);
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			transition: all 0.2s ease;
			height: auto;
			
		} 

		.box-img4 {

			margin-top: 10%;
			padding: 0px 10px;
		}

		.box-img4 img {

			margin-bottom: 5px;
			width: 100%;

		}

		.box-img4:hover {

			-moz-transform: translate(0px, -12px);
			-webkit-transform: translate(0px, -12px);
			-o-transform: translate(0px, -12px);
			-ms-transform: translate(0px, -12px);
			transform: translate(0px, -12px);
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			transition: all 0.2s ease;
			height: auto;
			
		} 

		p.text-brt1{

			margin: 5px 0px;
			font-family: 'notosans';
			font-size: 15px;
			font-weight: 300;
			letter-spacing: 0.4px;
			line-height: 22px;
		}

		.banner-brt {

			width: 65%;
			margin-top: 13%;
		}

		/*-------------------end brt------------------------ */


		/*about*/


		.about{
			background-image: url(../files/uploads/home-page2/img/bg-line.jpg);
			/* margin-top: 20px; */
			background-repeat: no-repeat;
			background-size: contain;
			border-top: 1px solid #f7f7f7;
			background-position: center;
			/*background-color: #f5f5f5;*/
			height: 430px;

		}

		p.title-headabout {

			font-family: 'notosans';
			font-size: 18px;
			letter-spacing: 0.4px;
			margin-top : 10px;			
		}

		p.title-headabout2 {

			font-family: 'notosans';
			font-size: 13px;
			letter-spacing: 0.4px;
			margin: 0px;
			line-height: 19px;

		}
		.box-about1 {

			border-radius: 4px;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
			display: inline-block;
			width: 100%;
			background: #fff;
			margin-bottom: 15px;
		}

		.header-about {

			background: #20498E;
			display: inline-block;
			color: #fff;
			border-radius: 4px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
			padding: 0px;
			border-bottom: 10px solid #5FB100;
		}

		.box-slide-about {

			margin-top: 50px;
			left: 28px;
		}

		.col-slide {

			padding: 0px 10px;
		}


		p.media-heading.slide {
			margin-top: 12px;
			letter-spacing: 0.4px;
			font-weight: 300;
			margin-bottom: 0px; 
		}

		p.media-heading.slide1 {
			margin-top: 10px;
			color: #9b9b9b;
			letter-spacing: 0.4px;
			font-weight: 300;
			margin-bottom: 0px; f
		}

		p.media-heading.slide1:hover {

			color: #5FB100;

		}

		p.media-heading.slide2 {
			margin-top: 12px;
			color: #9b9b9b;
			letter-spacing: 0.4px;
			font-weight: 300;
			margin-bottom: 0px; 
		}

		p.media-heading.slide2:hover {

			color: #5FB100;

		}

		.form-aboutscroll {

			padding: 0px;
			overflow-y: scroll;
			height: 284px;
		}

		.form-about {

			padding: 0px;
		}

		.media.boxslide {

			margin-top: 0px;
			border-bottom: 1px solid #eee;
			padding: 0px 10px;
			color: #9B9B9B;
		} 

		.media.boxslide:hover {

			color: #76B72A;
		}

		.box-textabout {

			padding: 0px 10px 10px 10px;
			border-bottom: 1px solid #eee;

		}

		/*-------------------end about------------------------ */

		/*nuduan*/


		a.link-infor-home4 {

			color: #999;
			float: right;
			margin-top: 8px;
			font-weight: 300;
			letter-spacing: 0.4px;
		}

		a.link-infor-home4:hover {

			color: #5FB100;
		}

		p.nuduan-home {

			margin: 10px 0px;
			height: 24px;
			color: #666;
			font-weight: 300;
			letter-spacing: 0.4px;
			font-size: 15px;

		}

		.box-img-newnuduan {

			padding: 0px;
		}

		.box-img-newnuduan img {

			height: 80px;
			object-fit: cover;

		}

		p.nuduan-date {

			font-weight: normal;
			overflow: hidden;
			height: 16px;
			color: #9B9B9B;
			font-weight: 300;
			letter-spacing: 0.4px;
			margin-bottom: 0px;
			/*font-family: 'notosans';*/

		}

		p.nuduan-title {

			font-weight: normal;
			overflow: hidden;
			height: 29px;
			color: #333;
			font-weight: 300;
			letter-spacing: 0.4px;
			font-family: 'notosans';
			font-size: 24px;
			margin-bottom: 2px;
		}

		p.nuduan-title:hover {

			color: #5FB100;

		}

		p.nuduan-detail {

			font-weight: normal;
			overflow: hidden;
			height: 36px;
			color: #9B9B9B;
			font-weight: 300;
			letter-spacing: 0.4px;
			margin-bottom: 0px;
			line-height: 19px;
			font-size: 12px;
		}
		.box-detail-newsnuduan {

			border: 1px solid #eee;
			display: inline-block;
			padding: 6px;
			margin-bottom: 2px;

		}

		.box-brt-sizexs {

			display: none;
		}

		.box-left-headproduct {

			padding: 0px;

		}

		.box-right-headproduct {

			padding: 0px;

		}



	}
	/*-------------------end nuduan------------------------ */


	/*footer*/
	
	.site-footer {
		border-top: 12px solid #5FB100;
		background: #20498E;
		color: #fff;
		/*line-height: 2;*/
	}

	li.description-card a{
		font-weight: 300;
		color: #fff;
		letter-spacing: 0.4px;
		line-height: 22px;
	}
	#barcode{
		margin:5px;
	}


	.site-footer {

		border-top: 12px solid #5FB100;
		background: #20498E;
		color: #fff;
	}

	p.text {
		color: #fff;
		margin-top: 10px;
	}

	p.text_footer-address{

		color: #fff;
		margin: 0px;
	}

	.fbox2 {
		padding-left: 10px;
	}

	.fbox3 {

		padding-left: 35px;

	}

	.fbox4 {
		padding-left: 10px;
	}

	ul.footer-inline {

		padding-left: 16px;
	}

	li.link-right {

		margin-bottom: 10px;

	}

	li.link-right a {

		color: #fff;

	}

	li.link-right a:hover{

		color: #5FB100;
	}

	li.description-card a:hover {

		color: #5FB100;
	}

	#copyright {

		background: #000;
		color: #ccc;
		padding: 11px 0;
		font-size: 14px;
		margin-top: 28px;
	}

	#copyright p, #copyright ul {

		margin: 0px;
	}

	li.link-right {
		border: 1px dashed;
		border-left-width: 0px;
		border-top-width: 0px;
		border-bottom-width: 0px;
		padding-right: 15px;
		padding-left: 15px;
		font-weight: 100;
		color: #999;

	}

	h3.text-app {
		color: #fff;
		margin-top: 4px;
		margin-bottom: 0px;
	}

	li.link-right a:hover{

		color: #5FB100;
	}

	li.description-card a:hover {

		color: #5FB100;
	}

	#copyright {

		background: #000;
		color: #ccc;
		padding: 11px 0;
		font-size: 14px;
		margin-top: 28px;
	}

	#copyright p, #copyright ul {

		margin: 0px;
	}

	li.link-right {
		border: 1px dashed;
		border-left-width: 0px;
		border-top-width: 0px;
		border-bottom-width: 0px;
		padding-right: 15px;
		padding-left: 15px;
		font-weight: 100;
		color: #999;

	}

	h3.text-app {

		color: #fff;
		margin-top: 4px;
		margin-bottom: 6px;
	}

	.box-link-app{


		margin-bottom: 10px;
	}
	.content_src{

		border-bottom: 2px dashed #f5f5f5;
		padding: 10px 0 10px 0;
		color: #666;
		font-weight: 300;

	}
	.box-footer-right {

		text-align: center;
		padding: 0px;
	}

	.box-footer-left {

		text-align: left;
		margin-bottom: 10px;
	}

	/*box service in homepage*/

	.box-fb_src{
		height: 230px;
		padding: 15px;
		background: #fff;
		border-radius: 4px;
		position: relative;
		top: 0px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}


	.box-faq_src{

		height: 270px;
		padding: 4px 10px 4px 10px;
		background: #fff;
		border-radius: 4px;
		position: relative;
		top: 0px;
		/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);*/
		margin-bottom: 10px;
	}



	.content_email_src{
		padding: 10px 0 15px 0;
		color: #999;
	}

	.blue_src{
		background: #20498E;
		width: 100%;
		/*padding: 20px 20px 30px 20px;
		display: inline-block;*/
		border-radius: 4px;
	}

	.input_email_src{
		padding: 10px 0 15px 0;
		color: #999;
		display: inline-block;
	}

	.blue_src{
		background: #20498E;
		width: 100%;
			/*padding: 20px 20px 30px 20px;
			display: inline-block;*/
			border-radius: 4px;
		}

		.btn-contact{
			border-radius: 3px;
			padding: 5px 10px 5px 10px;
			color: #FFF;
			background-color: #5FB100;
			border-color: #5FB100;
			text-align: center;
			margin-right: 7px;
			cursor: pointer;
			/*width: 200px; */
			font-weight: 300;
			letter-spacing: 0.4px;
		}


		h3.title-chart{
			padding-top: 14px;
			font-size: 20px;
		}

		.fb_icon{
			padding: 0 5px 0 5px;
		}

		.product_img_src{
			width: 100%;
			/*height: 70px;*/
			height: 160px;
			object-fit: cover;
		}

		/*End box service*/

		/*Product news homepage*/

		.product_box_src{
			padding: 0px;
			background: #fff;
			border-radius: 4px;
			position: relative;
			top: 12px;
			/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);*/
			/*margin-bottom: 10px;*/
		}

		p.price-product{

			color: #9b9b9b;
			letter-spacing: 0.4px;
			font-weight: 300;
			margin: 5px 0px;
			font-size: 12px;

		}
		
		#text-link_src{
			color: #9b9b9b;
		}

		#head-title_src{
			font-size: 16px;
		}
		.product_bts{
			/*background-color: #f1f1f1;*/
			/*padding: 20px;*/
			margin: 2% 0px;
		}

		.nopaddingleft{
			padding-left: 0px;
		}

		.product_order_0,.product_order_1,.product_order_2 { border-top: 2px dashed #f5f5f5; }
		.product_order_0,.product_order_3 { border-left: 2px dashed #f5f5f5; }
		.product_order{
			background-color: #fff;
			border-right: 2px dashed #f5f5f5;
			border-bottom: 2px dashed #f5f5f5;
			border-top-width: 0px;
			cursor: pointer;
			margin: 0px 0px 2px 0px;
			/*border-top-width: 0px;*/
			text-align: left;
		}

		.product_order:hover {

			/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
			border-radius: 4px;
			position: relative;*/

			box-shadow: 0px 3px 3px 0px rgba(0,0,0,.25);
			border-radius: 4px;
			position: relative;
			z-index: 50;

		}

		h3.product-title {
			height: 22px;
			line-height: 24px;
			overflow: hidden;
			margin: 10px 0px 0px 0px;
			font-size: 19px;
		}

		.home-menu-first-menu img {
			width: 23px;
		}

		.head_footer {

			font-size: 19px !important;
		}

		.head_footer_download {

			font-size: 20px;
		}

		@media (min-width: 1024px){
			.title_chart_src{
				width: 4%;
			}
		}
		@media (min-width: 992px) and (max-width:  1024px){  

			/*----------info----------*/

			.box-info-page {

				position: initial;
				top: 0px;
				right: 0px;
				width: initial;
			}

			.img-position {

				display: none;
			}

			.box-sub-info {

				top: 0px;
				left: 0px;

			}

			.box-subbinfo-sub {

				padding: 0px;
				margin-top: 15px;

			}

			.box-nav {

				left: 45px;
			}

			a.link-infor-home3 {

				margin-top: 23px;
				margin-bottom: 10px;
				/*width: 20%;*/
			}

			.noti-status {

				top: -13%;
			}




			.captions-pro2 img {
				height: 130px;
				object-fit: contain;
			}

			.about {

				background-size: cover;
			}


		}


		@media (max-width: 768px){ 


			/*----------info----------*/

			.box-info-page {

				position: initial;
				top: 0px;
				right: 0px;
				width: initial;
			}

			.img-position {

				display: none;
			}

			h3.text-grid-infor {

				height: 40px;
			}

			h3.btn-infoo{

				margin-left: 0px;

			}

			p.sub-btn-info{


				margin-left: 0px;
			}

			/*----------head----------*/

			.navbar-right {

				float: left!important;
			}

			img.img-logo-head {

				margin-top: 24px;
			}

			.box-promotiones {

				padding: 5px;
			}

			.fbox2 {

				padding-left: 15px;

			}

			.fbox3 {

				padding-left: 15px;

			}

			.fbox4 {

				padding-left: 15px;

			}	

			.box-subbinfo-sub {

				padding: 0px;
				margin-top: 15px;

			}

			.box-sub-info {

				top: 0px;
				left: 0px;

			}

			.box-nav {

				left: 10px;
			}

			.box-grid-li {

				padding: 0px;
				margin: 0px; 
			}

			.noti-status {

				top: -16%;
			}


			.box-promo {

				padding: 0px 5px;
			}

			.swiper-slide.promotion-swi {

				width: 100% !important;
			}

			.swiper-promotionss {

				padding: 0px 10px;

				/*padding: initial;*/
			}

			.about {

				background-image : none;
				height: initial;
			}

			.box-slide-about {

				left: 0px;
				padding: 0px;
			}

			.box-about1 {

				margin-top: 0px;
			}

			.box-slide-about {

				margin-top: 0px;
			}

			.box-info-page {

				margin-bottom: 20px;
			}

			.box-brt-sizexs {

				display: none;
			}

			.box-brt-sizemd {

				display: block;
			}

			.banner-brt {

				margin-top: 0px;
			}

			
			.train-gif {

				position: initial;
				margin-top: 0px;
			}


			.information {

				margin-top: 0px;
			}


		}

		@media (max-width: 420px) and (min-width:  320px){ 

			.product_order { border-left: 2px dashed #f5f5f5; }
			.product_order_1, .product_order_2 { border-top:0px solid transparent; }


			.train-gif {

				position: initial;
				margin-top: 0px;
			}


			.information {

				margin-top: 0px;
			}
			/*----------info----------*/

			h3.btn-infoo {

				margin-left: 6px;
			}

			p.sub-btn-info {

				margin-left: 6px;
			}

			/*----------head----------*/

			.nav>li {

				display: inline-grid;
			}

			img.img-logo-head {

				margin-top: 8px;
				width: 45%;

			}

			ul.nav.navbar-nav.navbar-left {

				margin-top: 0px;
				margin-bottom: 0px;
			}

			ul.nav.navbar-nav.navbar-right {

				margin-top: 0px;
				margin-bottom: 0px;
			}

			ul#menu {

				margin-top: 30px;
				display: inline-grid;

			}

			/*search*/
			.box-search{
				display: inline-block;
				position: relative;
			}

			.box-box-short {


				padding : 15px;
				margin-top: 0px;
				margin-bottom: 20px;

			}
			.box-carousel  {

				padding: 0px 15px;

			}


			.carousel-inner.promotion>.item>a>img, .carousel-inner.promotion>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

				height: auto;
			}

			.about{
				background-image: none;
				background-color: #f5f5f5;
				height: initial;
			}

			.fbox2 {

				padding-left: 15px;

			}

			.fbox3 {

				padding-left: 15px;

			}

			.fbox4 {

				padding-left: 15px;

			}

			.box-footer-right {

				text-align: left;
			}

			.box-side-infor3 {

				margin-top: 0px;
				padding: 0px;

			}	

			.box-subbinfo-sub {

				padding: 0px;
				margin-top: 20px;
			}

			a.link-infor-home2 {
				color: #999;
				float: right;
				margin-top: 17px;
				margin-bottom: 15px;

			}

			h2.title-head2 {
				margin: 10px 0px 10px 0px;

			}

			a.link-infor-home3 {

				margin-top: 17px;
				margin-bottom: 15px;

			}

			.noti-status {

				display: none;
			}

			.box-grid-li {

				padding: 0px;
				margin: 0px; 
			}


			/*.box-promo {

				padding: 0px 15px;
				}*/

				.captions-pro img {

					height: auto;
				}

				.swiper-button-next-promotion {

					top: 25%;
				}

				.swiper-button-prev-promotion {

					top: 25%;
				}

				.img-short{
					margin-top: 16px !important;
				}
				p.text-short{
					margin:14px 0px;
					line-height:1.3;
					height:initial !important;
				}
				.box-short a {
					display: block;
				}
				.box-shortcutt {
					display: block;
					text-align: center;
					background: #fff;
					width: 100%;
					height: 110px;
				}

				img#activity_feature_img{

					height: initial;
					object-fit: cover;
				}

				.nopaddingleft {

					padding-left: 15px;
				}

				.box-brt {

					margin-top: 10px;

				}

				.banner-brt {

					margin-top: 0px;
				}


				.brt-grid {

					text-align: center;
					padding: 16px 18px;
					height: 145px;
					margin-bottom: 8px;
				}

				h3.text-grid-brt {

					margin: 5px;
					/* line-height: 24px; */
					/* text-align: left; */
					font-size: 27px;
					/* line-height: 27px; */
					object-fit: cover;
					color: #fff;

				}

				.box-brt-sizexs {

					display: block;
				}

				.box-brt-sizemd {

					display: none;
				}

				h2.title-head3 {

					margin-bottom: 0px;
				}

				.box-brtt {

					padding: 0px;

				}

				p.nuduan-date {

					margin-top: 5px;
				}

				p.nuduan-home {

					margin : 10px 0px 25px 0px;
				}

				.nuduan-right {

					margin-top: 15px;
				}

				.search  {

					margin-bottom: 10px;
				}

				.header-promotionnr {

					padding: 0px;
				}

				h3.text-grid-infor {

					margin-bottom: 14px;
				}
				.colbox-link-app {
					text-align: center;
				}
				.col-download-app {
					text-align: center;
				}
				.captions-pro2 img {
					height: 192px;
					object-fit: contain;
					margin-top: 10px;
				}
				.box-slide-promotion a img {
					height: initial;
				}

			}
			@media (min-width:0px) and (max-width:1024px){
				#nuduan_img{
					display: none !important;
				}
			}

			/* Ui auto complete Homepage */
			.ui-menu .ui-menu-item { padding: 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; }
			.ui-state-focus { background-color: #177efe !important;color: #fff !important; }
			.ui-widget.ui-widget-content { width: 350px !important; }
			.home-ribbon { width: 100px;height: auto !important;position: absolute;left: -7px;z-index: 1;top: -7px; }



