@charset "utf-8";
body {
	font-family: 'Roboto Slab', sans-serif;
	margin: 0px;
	padding: 0px;
}
#khung {
	background-image: url(../../images/demo/bg_pv.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	top: 0;
	bottom: 0;
	position: absolute;
	background-attachment: fixed;
}
#login_pv {
	margin-left: 40px;
	float: left;
	width: 290px;
	color:#FFF;
}

.logo_pv {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)";
	padding-top: 30px;
}
.anh_logo_pv {
	background-color: #FFF;
	height: 65px;
	line-height: 85px;
	padding-left: 35px;
	padding-top: 25px;
}
.anh_logo_pv img {
	height: 40px;
	width: auto;
	margin: auto;
}
.ngon_ngu {
	background: rgba(255, 255, 255, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)";
	height: 30px;
	float: left;
	width: 100%;
}
.chon_ngon_ngu_vn {
	cursor:pointer;
	background-image: url(../../images/demo/vn_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
	width: 22px;
	margin-right: 5px;
	float: right;
	border:none 0px;
	margin-top: 6px;
}
.chon_ngon_ngu_en {
	cursor:pointer;
	background-image: url(../../images/demo/en_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
	width: 22px;
	border:none 0px;
	float: right;
	margin-right: 35px;
	margin-top: 6px;
}
.chon_ngon_ngu_vn:hover, .chon_ngon_ngu_en:hover, .ngonngu_dc_chon {
	background-position: left top;
}
.dang_nhap, .ma_xac_nhan, .khung_dangnhap_bt {
	float: left;
	padding: 20px 35px;
	width: 220px;
}
.gach_trang {
	float: left;
	width: 100%;
	background-color:#FFF;
	height:5px;
}
.gach_vang {
	float: left;
	width: 100%;
	background-color:#fcc026;
	height:4px;
	margin-top:-4px;
}
.dang_nhap {
background: rgba(0, 0, 0, .25);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
}
.ghi_nho {
    font-size: 11px;
}
.ma_xac_nhan {
background: rgba(0, 0, 0, .5);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}
.khung_dangnhap_bt {
background: rgba(0, 0, 0, .75);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000)";
}
.dang_nhap .ten_dangnhap_pv, .matkhau_pv {
	background: rgba(0, 0, 0, .25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
	border: solid 1px rgba(255, 255, 255, 0.25);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:11px;
    height:11px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: rgba(0, 0, 0, .25);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
	border: solid 1px rgba(255, 255, 255, 0.25);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background-image: url(../../images/demo/check_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgba(0, 0, 0, .25);
}
input[type="text"] {
	background: none;
	border: none;
	height: 30px;
	text-indent: 29px;	
	color:#FFF;
}

input[type="dang_nhap"],input[type="password"]{
	background: none;
	border: none;
	height: 30px;
	text-indent: 1px;	
	color:#FFF;
}
::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}
.dang_nhap_icon {
	background-image: url(../../images/demo/use_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
}
.mat_khau_icon{
	background-image: url(../../images/demo/key_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
}
.keyboard_icon{
	cursor:pointer;
	background-image: url(../../images/demo/keyboard_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	top: 5px;
	right:5px;
}

.khung_nhap_mxn {
    display: table;
    height: 30px;
    float: left;
}
.nhap_mxn {
	background: rgba(0, 0, 0, .25);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
	border: solid 1px rgba(255, 255, 255, 0.25);
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	margin-bottom: 10px;
	width: 110px;
	position: relative;
	display: table-cell;
}
.hien_mxn {
	background: #fcc026;
	border: solid 1px #fcc026;
	-moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin-bottom: 10px;
	width: 110px;
	position: relative;
	display: table-cell;
	text-indent: 10px;
}
.nhap_mxn input[type="text"] {
	background: none;
	border: none;
	height: 30px;
	width: 100%;
	text-indent: 10px;
	color:#FFF;
}
.lam_moi_mxn {
	cursor:pointer;
/* 	background-image: url(../../images/demo/rs_mxn.png); */
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
/* 	float: right; */
	margin-right: 5px;
	margin-left: 10px;
}
.dangnhap_bt {
	cursor: pointer;
	background: #fcc026;
	border: solid 1px #fcc026;
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
	height: 50px;
	position: relative;
	color: #006699;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	width: 200px;
}
.dangnhap_bt:hover{
	color:#FFF;
}
input:focus {
    outline-color: #fcc026;
}
/* menu dưới......................................................*/
#menu_bot {
	background-image: url(../../images/demo/backgound_menu_bt.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: rgba(255, 255, 255, .75);
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom: 0;
}
#menu_bot ul {
    float: left;
    padding: 0;
    margin: 0px;
	width:100%;
}

#menu_bot li {
      list-style: none;
  display: inline-block;
  line-height: 66px;
  margin: 0px;
  padding: 0 15px;
}
#menu_bot li:hover {
  background-color: #FFF;
  height: 64px;
  line-height:62px;
}
#menu_bot li:hover .icon_menu_bot {
    margin-top: 22px;
}
#menu_bot .icon_menu_bot {
    width: 22px;
    height: 22px;
    margin-top: 22px;
    float: left;
    margin-right: 10px;
}
#menu_bot a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	height: 66px;
	float: left;
}
#menu_bot a:hover, .menu_bot_dcchon {
	color: #FFC80B !important;
	text-shadow: 0px 0px 5px #fff;
}
.diadiem {
	background-image: url(../../images/demo/da_diem_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tygia {
	background-image: url(../../images/demo/ty_gia_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sanpham {
	background-image: url(../../images/demo/sao_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.lienhe {
	background-image: url(../../images/demo/lien_he_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_bot li:hover .diadiem, #menu_bot li:hover .tygia, #menu_bot li:hover .sanpham, #menu_bot li:hover .lienhe, .menu_bot_icon_dcchon span {
	background-position: left bottom !important;
}
.menu_bot_dcchon, .menu_bot_icon_dcchon {
}
/*màn hình nhỏ...........................*/
@media 
	only screen and (max-width: 1024px),
	(min-device-width: 1024px) and (max-device-width: 1024px)  {
#menu_bot a {
	font-size: 14px;
}	
#menu_bot .icon_menu_bot {
    width: 16px;
    height: 16px;
	margin-top: 24px;
}
.diadiem, .tygia, .sanpham, .lienhe.lienhe {
	background-size: 16px 32px;
}
	}
@media 
	only screen and (max-width: 800px),
	(min-device-width: 800px) and (max-device-width: 1024px)  {
/* menu dưới......................................................*/
#khung {
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
#menu_bot ul {
    display: table;
}
#menu_bot li {
    margin: 0px;
	display: table-cell
}
#menu_bot li:hover .icon_menu_bot {
    margin-top: 8px;
}
#menu_bot .icon_menu_bot {
    margin-top: 8px;
    float: left;
    margin-right: 0px;
    width: 100%;
}
#menu_bot a {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	word-break: break-word;
	margin-top:4px;
}
#menu_bot a:hover, .menu_bot_dcchon {
	color: #FFC80B !important;
	text-shadow: 0px 0px 5px #fff;
}
.diadiem, .tygia, .sanpham, .lienhe.lienhe {
	background-position: center top;
}
#menu_bot li:hover .diadiem, #menu_bot li:hover .tygia, #menu_bot li:hover .sanpham, #menu_bot li:hover .lienhe, .menu_bot_icon_dcchon span {
	background-position: center bottom !important;
}
	}