.wapper{
width: 100%;
   /* background: url(img/bg4.jpg) center center no-repeat;*/
    background-size: cover;
}

#bgcover {
	 content: "";
/*	  background: url(image.jpg); */
 	background: url(img/bg1.jpeg) center center no-repeat;
	  opacity: 0.4;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.footer{
width: 100%;
float: left;
}
.width1200{
width: 1200px; 
margin: 0 auto;
position: relative;
height: 750px;
}
.framedk{
   position: absolute;
    width: 616px;
    left: 30%;
    top: 0%;
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
    height: 798px;
}
.framedk form{
	width: 336px;
    padding-left: 100px;
    padding-top: 150px;
}
#title{
	width: 600px;
margin: 0 auto;
    padding-top: 30px;
}
#logo{
position: absolute;
left: 0px;
top: 10px
}
@media only screen and (max-width: 767px) {
  .width1200{
width: 100%;
    height: 850px;
}
#header{
width: 100%; margin: 0 auto;
}
.framedk{
    width: 386px;
    left: 0%;
    /*top: 5%;*/

}
#logo {
    right: 0px;
    top: 165px;
}

}
@media screen and (device-width: 320px) {
.wapper{
		background-size: cover !important;
	}
.framedk {
    width: 100%;
    right: -5%;
    margin: 0 auto;
	/*    top: 170px !important;*/
	/*	    height: 645px !important;*/
}
.framedk form {
        width: 245px;
    padding-left: 0px;
    padding-top: 80px;
}
#logo{
	top: 0px !important;
	    left: 25% !important;
}
#logo img{
	    width: 100px !important;
}
#title{
	      width: 100%;
    float: none;
    padding: 125px 10px 0px 5px;
}
#title img {
    width: 245px !important;
}
}
@media screen and (device-width: 375px) {
	.wapper{
		background-size: cover !important;
	}
.framedk {
    width: 100%;
    right: -5%;
    margin: 0 auto;
	/*    top: 170px !important;*/
	/*	    height: 645px !important;*/
}
.framedk form {
        width: 285px;
    padding-left: 0px;
    padding-top: 80px;
}
#logo{
	top: 0px !important;
	    left: 35% !important;
}
#logo img{
	    width: 100px !important;
}
#title{
	      width: 100%;
    float: none;
    padding: 125px 10px 0px 25px;
}
#title img {
    width: 290px !important;
}
}
@media screen and (device-width: 414px) {
	.wapper{
		background-size: cover !important;
	}
.framedk {
    width: 100%;
    margin: 0 auto;
	/*top: 180px !important;*/
}
.framedk form {
    width: 336px;
    padding-left: 30px;
    padding-top: 80px;
}
#title{
	      width: 100%;
    float: none;
    padding: 125px 10px 0px 25px;
}
#title img{
	    width: 370px !important;
}
#logo{
	top: 0px !important;
	    left: 35% !important;
}
#logo img{
	    width: 100px !important;
}

}
@media screen and (device-width: 768px) {
.width1200 {
    width: 100%;
	    height: 880px;
	}
.framedk {
    right: 170px;
   /* top: 474px;*/
}
#logo{
        left: 8px;
    top: 0px;
}
.wapper {
    width: 100%;
        background: url(img/bg.jpg) 0px 0px no-repeat;
    background-size: contain;
}
#title img{
	    width: 300px !important;
}
.framedk{
	   width: 276px;
   /* top: 56px;*/
    right: 60px;
    height: 500px;
}
.framedk form {
    width: 266px;
    padding-left: 0px;
    padding-top: 59px;
}
#title {
    width: 435px;
    float: right;
    padding-top: 30px;
	text-align: center;
}
#logo {
    left: 35px;
    top: 0px;
}
#logo img{
	    width: 100px;
}
}
@media screen and (device-width: 1024px) {
.width1200 {
    width: 100%;
	    height: 880px;
	}
.framedk {
    right: 170px;
 /*   top: 474px;*/
}
#logo{
        left: 8px;
    top: 0px;
}
.wapper {
    width: 100%;
        background: url(img/bg.jpg) 0px 0px no-repeat;
    background-size: contain;
}
#title img{
	    width: 300px !important;
}
.framedk{
	   width: 276px;
 /*   top: 56px;*/
    right: 122px;
    height: 500px;
}
.framedk form {
    width: 266px;
    padding-left: 0px;
    padding-top: 59px;
}
#title {
    width: 425px;
    float: right;
    padding-top: 30px;
}
#logo {
    left: 30px;
    top: 0px;
}
#logo img{
	    width: 100px;
}
}

input[type=checkbox]{display:none;}
input[type=checkbox] + label.btn-check{
	display: inline-block;
    cursor: pointer;
    width:30px;
    height:30px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    z-index: 1000;
}
input[type=checkbox] + label.btn-check-20{
	background-image: url(img/20k.png);
}
input[type=checkbox] + label.btn-check-30{
	background-image: url(img/30k.png);
}
input[type=checkbox] + label.btn-check-50{
	background-image: url(img/50k.png);
}
input[type=checkbox] + label.btn-check-100{
	background-image: url(img/100k.png);
}
input[type=checkbox]:checked+label.btn-check{
	border: 3px solid #ccb00f;
	border-radius: 60px
}
.txt-form{
	margin: 6px 0;
}
.form-conten{
	display: flex;
}
.form-conten-right,.form-conten-left{
	width: 50%;
}
.form-conten-right{
	background:url(img/123.png);
	background-repeat: no-repeat;
	position: relative;
    background-position: center;
    background-size: auto 100%;
    right: 10%;
}
.form-conten-right form{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 14px;
    padding: 0 20px;
}
.form-item-option,.txt-form,.form-item-submit,.form-block{
	text-align:center;
}
.form-block{
	position: relative;
	width: 90%;
	margin: 6px 0;
}
.form-block select{
	min-height: 30px;
    border-radius: 10px;
    padding-left: 30px;
    width: 110%;
}
.form-block input{
	border: 1px solid #8e681a;
    width: 100%;
    min-height: 30px;
    border-radius: 10px;
    padding-left: 30px;
    background:url(img/bk-input.png);
}
.form-block select{
	padding-top: 0;
	padding-bottom: 0;
	min-width: 30px;
	background:url(img/bk-input.png);
}
.form-block img{
	position: absolute;
	top: 8px;
    left: 6px;
    max-width: 16px;
}

.butn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #f70a0a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #fc9c3c;
  text-decoration: none;
}
.butn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #f70a0a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #fc9c3c;
  text-decoration: none;
}

.popup_content, #popup2 {
  margin: 10px;
  padding: 0 10px;
  border: 2px solid #444;
  background: red;
  color: white;
  font-size: 16pt;
}

.popup_content {
 	max-width: 60%;
}

.dangky {
	cursor: pointer;
	color: yellow;
	font-weight: bold;	
}