
@font-face {
    font-family: 'seogui';
    src: url('../fonts/segoeui.ttf');
}

html, body {
	min-height: 100%;
	height: 100%;
	position: relative;
}

body {
	font-family: 'seogui', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.bgheader {
	background: #F2A507;
	height: 122px;
}

.page {
	padding: 0px;
	position: relative;
	margin: 0;
	background: transparent url("../images/bgline_headerbottom.png") no-repeat scroll top center;
}

.header {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 122px;
	position: relative;
}

.header .logo {
	padding: 0;
	margin: 0;
	float: left;
}

.header .topbar {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	height: 122px;
}

.header .topbar .showtop {
	padding: 5px 0px 5px 20px;
	margin: 0;
	font-size: 13px;
	color: #bababa;
	float: right;
	position: relative;
	background: transparent url("../images/bgtop.png") no-repeat scroll top left;
	width: 314px;
	height: 34px;
}

.header .topbar .showtop .fb:hover {
	color: #1b86b7;
}

.header .topbar .showtop .icon {
	font-size: 18px;
}

.header .topbar .showtop .tw:hover {
	color: #ffc30f;
}

.header .topbar .showtop .gp:hover {
	color: #ed1d85;
}

.header .topbar .showtop a {
	color: #bababa;
}

.header .topbar .showtop a:hover {
	color: #ed1d85;
}

.header .topbar .menumain {
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0px;
	position: relative;
	width: auto;
	float: right;
}

.showmobile {
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	display: block;
	background: white;
	z-index: 99;
	opacity: .8
}

.showmobile .logo {
	padding: 0;
	margin: 0 20px;
	position: relative;
	float: right;
	text-align: right;
	display: inline;
}

.showmobile .logo img {
	max-width: 90%;
	max-height: 80px;
}

.showmobile .logo h1 {
	padding: 0;
	margin: 0;
}

.showmobile .menumobile {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	display: inline-block;
}

.showslides {
	height: auto;
	padding: 0;
	margin: 0 auto;
	width: 1280px;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 9;
}

.showslides .bgslide {
	background: transparent url("../images/bgline_headerbottom.png") no-repeat scroll top center;
	z-index: 999;
	position: absolute;
	top: 0;
	height: 38px;
	width: 100%;
}

.shadowbottom
{
	background: transparent url("../images/bgline_bottom.png") no-repeat scroll top center;
	z-index: 999;
	
	top: 0;
	height: 38px;
	width: 100%;
}

.showbottom {
	background: #e7e7e7;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	color: #6c6d66;
	border-top: 4px solid #F2A507;
	border-bottom: 2px solid #8c8c8c;
}

.footer {
	background: #212121;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	color: #edca64;
}

.footer a {
	color: #edca64;
}

.footer .contentfooter {
	margin: 0;
	padding: 0;
}

.footer .contentfooter h2, h3, h4 {
	margin: 0;
	padding: 0;
}

.footer .copyright {
	text-align: right;
	color: #edca64;
	margin: 0;
	padding: 0;
}

.footer .copyright .webdesign {
	font-size: 12px;
	position: relative;
	color: #edca64;
}

.footer .copyright .webdesign a {
	color: #edca64;
}

.footer .copyright .webdesign a:hover {
	color: #edca64;
}

.showsocialnetwork {
	margin: 10px 0;
	padding: 0;
}

.showsocialnetwork span {
	margin: 0;
	padding: 4px 6px;
	color: #FFF;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #adadad;
}

.showsocialnetwork span:hover {
	color: #adadad;
	background: #FFF;
}

.showsocialnetwork .fb {
	margin: 0;
	padding: 4px 9px;
}

a, a:focus {
	color: #333;
	font-family: 'seogui', sans-serif, Helvetica, Arial, Tahoma;
}

a:hover {
	color: #337102;
	text-decoration: none;
}

a.more {
	background: url(../images/arrow-red.gif) right 5px no-repeat;
	color: #333;
	display: inline-block;
	padding-right: 11px;
}

hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: .1em;
	margin: 0 0 1.45em;
	width: 100%;
}

hr.space {
	background: #fff;
	color: #fff;
}

a.rss {
	background: url(../images/rss.png) 0 0 no-repeat;
	display: block;
	height: 16px;
	margin: 2px 5px 0 0;
	text-indent: -9999em;
	width: 16px;
}

#nojavascript {
	background: #ffffdf;
	color: #333;
	float: left;
	font: bold 12px/20px arial, helvetica, sans-serif;
	height: 70px;
	left: 0;
	padding: 10px 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/* Blog */
.blog {
	padding: 0 10px;
	margin: 0;
	position: relative;
}

.blog .title {
	padding: 10px 0 0 0;
	margin: 0;
	position: relative;
}

.blog .social-network {
	padding: 0;
	margin: 0;
	position: relative;
	height: 40px;
}

.blog .social-network .facebook {
	display: inline-block;
	width: 60px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


.share {
	display: inline-block;
	width: 60px;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: 0;
}




.blog .social-network .googleplus {
	display: inline-block;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: 52px;
	top: 0px;
}

.blog .title {
	padding: 0;
	margin: 0;
	position: relative;
}

/* Blog */

/* Other News */
.other-news {
	padding: 0;
	margin: 0;
	position: relative;
}

.other-news .list ul {
	padding: 0;
	margin: 0;
	position: relative;
}

.other-news .list ul li {
	padding: 4px 0;
	margin: 0;
	display: block;
}

/* Other News */

/* Other CSS */
.radius_4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.radius_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.radius_20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button-site {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #8c0b10;
	color: white;
	padding: 5px 10px;
	vertical-align: top
}

.button-site:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #7f070c;
	color: white;
}

/* Other CSS */

.mau1 {
	background: #fac300;
}

.mau2 {
	background: #e10073;
}

.mau3 {
	background: #CADB27;
}

.mau4 {
	background: #0091D2;
}

.blockabout {
	float: left;
	width: 267px;
	text-align: justify;
	padding-left: 10px;
}

.pdt10 {
	padding-top: 10px;
}

.fonth1 {
	font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
}

.bodytext h1 {
	font-size: 24px;
	margin: 20px 0;
	display: block;
}

.bodytext h2 {
	font-size: 22px;
	margin: 20px 0;
	display: block;
}

.bodytext h3 {
	font-size: 20px;
	margin: 20px 0;
	display: block;
}

.bodytext h4 {
	font-size: 18px;
	margin: 20px 0;
	display: block;
}

.bodytext h5 {
	font-size: 16px;
	margin: 20px 0;
	display: block;
}

.bodytext h6 {
	font-size: 14px;
	margin: 20px 0;
	display: block;
}
/*phuc*/
.botron {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
}
.botron:hover{
	opacity: 0.5;
}

#products h3{
	font-size: 18px;
	margin-bottom: 10px;
}


.button_small_detail_2 {
border: 1px solid #367002;
border-radius: 3px;
background-color: #367002;
color: #fff;
font-size: 12px;
font-weight: normal;
display: inline-block;
cursor: pointer;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
}

.button_small_detail_2:hover {
background-color: #fff;
color: #000;
border: 1px solid #367002;
}



.button_small_detail {
border: 1px solid #F2A507;
border-radius: 3px;
background-color: #F2A507;
color: #fff;
font-size: 12px;
font-weight: normal;
display: inline-block;
cursor: pointer;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
}
.button_small_detail:hover {
background-color: #fff;
color: #000;
border: 1px solid #F2A507;
}
.pd_button {
padding-left: 20px;
padding-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
}

.centerdiv{
	text-align: center;
}
.dkbotron{
	width:160px;height:160px;overflow:hidden;
	margin: 0 auto;
}
.mgbt{
	margin-bottom: 10px;
}
.mgbtblock{
	margin-bottom: 5px;
}
.fullheight{
	height: auto;
	overflow: hidden;
}
 
#products h2 {
color: #356F01;
font-weight: bold;
font-size: 22px;
text-transform: uppercase;
padding: 0px 15px 5px 0px;
border-bottom: 2px solid #356F01 !important;
}
.mgleft{
	margin-left: 10px;
}
.mgright{
	margin-right: 10px;
}
.content{
	margin-bottom: 20px;
}


.mautrang{
	color:#fff;
}
.loa{
	background: url(../images/loa1.png);
	display: block;
	width: 54px;
	height: 54px;
		}
		
.icon span.loa  {

border-radius: 50%;
padding: 40px;
font-size: 40px;
border: 3px solid #F2A507;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
cursor: pointer;
background-repeat: no-repeat;
width: 127px;
height: 127px;
background-position: 32px
}
.langvn{
	background: url('../images/flag_vn.jpg');
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
	
}.langen{
	background: url('../images/flag_en.jpg');
	display: block;
	width: 18px;
	height: 18px;
}

.bogocimg{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.canhgiua{
	text-align: center;
}
