﻿.box-form-duan{
	padding:10px 0px 0px 0px;
	background:#ad8953;
	border-top:1px #fff solid;
	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:11;
}

.box-form-duan h4{
	color: #fff;
    font-size: 18px;
    margin:8px 0px 15px 0px;
    text-align: center;
}

.box-content-form{

}
.textbox-form-duan{
	width:19%;
	padding:8px 0px;
	text-indent:10px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin:0px 2% 10px 0px;
	float:left;
}
.text-area-form-duan{
	width:100%;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:6px 0px 8px;
	font-size:14px;
	border:1px #ccc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button-form-register{
	padding: 8px 0px;
	width:18%;
    border: 0px;
    background: #f00;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    float:left;
}
.button-form-register:hover{
    background: #db0202;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:13px;
	color:#fff;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:2px #fff solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px;
}
.box-captra img{
	float:right;
	height:30px;
	display:block;
}
.error{
	color:#ff4f54;
	font-weight:normal;
	font-style:italic;
}
.layer-opacity-form{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: rgba(000,000,000, 0.6);
	display:none;
}
.close-popup-form{
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	z-index:2;
	background:url('../images/icon-close.png') no-repeat;
	background-size:30px 30px;
	cursor:pointer;
	display:none;
}
.header-form-product{
    color: #fff;
    line-height:32px;
    font-size:16px;
	margin-bottom:10px;
    font-weight: bold;
    margin:0px 2% 0px 0px;
    float:left;
}
.dangky{
    color: #fff;
    font-size:16px;
    text-align:center;
    padding: 4px 20px;
    width:120px;
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    display:block;
    cursor: pointer;
    margin:0px auto 10px;
}
.dangky:hover{
    background: #d40000;
}
.list-support .dangky{
    font-size:12px;
    font-weight:bold;
    padding: 8px 15px;
    width:auto;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    display: inline-block;
    cursor: pointer;
}



@media (max-width: 1100px) {
.box-form-duan{
	padding:10px 0px 0px 0px;
	background:#ad8953;
	border-top:1px #fff solid;
	width:100%;
	position:fixed;
	left:0px;
	bottom:40px;
	z-index:11;
}
.box-content-form{
	margin:0px -10px;
}
.box-captra label{
	display:none;
}
.header-form-product{
	display:none;
}
.box-form-duan h4 {
    color: #fff;
    margin: 0px 4% 10px 4%;
}
.box-captra input {
    width: 88px;
}
.close-popup-form {
	display:block;
}

.textbox-form-duan{
	width:31%;
	margin:0px 0% 10px 2%;
}
.button-form-register{
	width:31%;
    margin:0px 0% 10px 2%;
}


}