﻿.box-form-content{
	width:75%;
	margin:auto;
	padding:30px 40px;
}
.bg1 .box-form-content,.bg2 .box-form-content{
	background: #015788;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bg1 .box-form-content .content-form *,.bg2 .box-form-content .content-form *{
	color:#fff;
	line-height:36px!important;
}


.row-cta{
	width:80%;
	margin:auto;
	padding-top:10px;
}

/* form register fast */
.box-fast-form{
	border:1px #ccc solid;
	padding:1px;
	margin:0px auto 10px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	overflow:hidden;
	max-width:430px;
	height:46px;
	text-align:center;
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
	background:#fff;
	clear:both;
}
.row-cta .box-fast-form{
	float:left;
}
.row-cta .cta-hotline{
	float:right;
}

.box-textbox-form{
	width:200px;
	float:left;
}
.textbox-fast-form{
	line-height:46px!important;
	padding:0px 20px;
	border:none;
	font-style:italic;
	font-size:15px;
	width:100%;
	color:#000!important;
}
.bg3 .textbox-fast-form,.bg4 .textbox-fast-form,.bg5 .textbox-fast-form,.bg6 .textbox-fast-form,.bg7 .textbox-fast-form,.bg8 .textbox-fast-form,.bg9 .textbox-fast-form{
	color:#000!important;
}

.button-fast-form{
    display: block;
    height: 46px;
    padding:0px 20px;
    color: #fff;
    font-size: 15px;
    font-weight:bold;
    text-align: center;
    line-height: 36px;
    cursor:pointer;
    border:none;
    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:23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position:relative;
    float:right;
}
/* Shine quét ngang */
.button-fast-form::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width:55%;
  height:180%;
  background: linear-gradient(120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.35) 45%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(12deg);
  animation: btnShine 2.6s ease-in-out infinite;
  pointer-events:none;
  z-index:2;
}
.button-fast-form:hover{
    background: #e4212a;
    background: -webkit-linear-gradient(left, #d40000, #e88a25);
    background: -o-linear-gradient(right, #d40000,#e88a25);
    background: -moz-linear-gradient(right, #d40000,#e88a25);
    background: linear-gradient(to right, #d40000, #e88a25);
}

.error{
	color:#ff0000;
}
@media (max-width: 1140px) {
	.box-form-content{
		width:auto;
		padding:15px 20px;
	}
	.item-thuoctinh .col-md-6 a {
	    padding: 10px 10px;
	    font-size: 14px;
	}
	.row-cta {
	    width: 100%;
	    padding-top: 10px;
	}
	.box-textbox-form {
	    width: 150px;
	}
	.row-cta .box-fast-form {
	    float:none;
	    margin:0px auto 15px;
	}
	.row-cta .cta-hotline {
	    float:none;
	    margin:auto;
	}
	.button-fast-form {
	    padding: 0px 10px;
	}

}