.wapper {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.wapper img{
    max-width: 100%;
    height: auto;
}
.center{
    margin: 0 auto;
    display: block;
}

.pt-0{
    padding-top: 0 !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.bg-none, .bg-none:hover{
    background: none !important;
}
.title{
    margin: 60px auto;
}
.pc{}
.mobile{
    display: none;
}
/*header*/
.page-1{
    background: url("../images/p1/nen.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: round;
}
.header{
    padding: 30px 0;
}

/*sale*/
#sale{
    background: url("../images/p1/canh-mai.png") no-repeat top center;
    background-size: contain;
    padding: 310px 45px 50px 45px;
}
#sale img{
    margin: 0 auto;
    display: block;
}
.li_xi{
    width: 14.28%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
/*images*/
#images{
    background: url("../images/nha-vat/nen.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
}
.carousel-control.right ,.carousel-control.left{
    background: none;
}
.nav-control{
    position: absolute;
    width: 90px;
    left: 45%;
    bottom: -50px;
}
.nav-control-mobile{
    position: absolute;
    width: 65px;
    left: 40%;
    bottom: -65px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    margin-left: -15px;
    border: 5px solid;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-top: -15px;
    font-size: 20px;
    border-radius: 100%;
    background: #000;
}

#register{
    padding-top: 110px;
    padding-bottom: 30px;
}
#register .form-dk{
    border: 1px solid #fff;
    color: #0079a8;
    border-radius: 5px;
    padding: 20px;

}
.title-form-dk, .note-form-dk{
    text-align: left;
}
.whos-form-dk{text-align: center; display: block;}

.title-form-dk{
    font-size: 26px;
}
.btn{
    padding: 0;
}
input[type="checkbox"], input[type="radio"]{
    margin: 15px 0 0;
}
footer{
    color: #fff;
    border-top: 10px solid #92c043;
    padding-top: 50px;
    background: #010c3a;
}
footer span{
    color: #92c043;
    font-size: 18px;
    margin: 0 10px 0 0;
    padding-top: 5px;
}
footer .r-footer,
footer .r-footer a{
    background: #92c043;
    font-size: 18px;
    display: table;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
footer .r-footer span{
    color: #fff;
    font-size: 16px;
    margin: 0;
}

/*popup*/
.modal{top: 15% !important;}
.close{opacity: 0.6;font-size: 30px;color: #fff;margin: -15px 0 0 0 !important;}
.modal-header{position: absolute; z-index: 999; right: -4px; border: none;  border-radius: 20px;  color: #fff; top: 0;padding: 2px 5px;}
.modal-dialog{margin: 0 auto; max-width: 700px; width: 100%;top: 10%;background: url("../images/bg_popup.jpg") no-repeat left center; color: #fff;  padding: 25px 0; background-size: cover;}
.modal-content{border: none; max-width: 100%; background: none; box-shadow: none;}
.modal-dialog .btn{padding: 10px 15px;}

@media (max-width: 768px) {
    .header .pull-left,
    .header .pull-right{
        float: none !important;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    
    .header .pull-left img{
        margin: 0 auto;
        display: block;
    }
    .title{
        margin: 20px auto;
    }
    #home .col-sm-8 .col-sm-5{
        padding-top: 10px;
    }
    #phat-minh .chi-tiet img{
        margin: 20px auto;
    }
    .nav-control{
        bottom: -10%;
        left: 35%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
        border: 4px solid;
        padding: 5px;
        width: 35px;
        height: 35px;
        margin-top: -15px;
        font-size: 15px;
    }
    .nhan_vat{
        margin-top: 10px;
    }
    .kh{
        padding-top: 50px;
    }
    .check-form-dk .col-sm-3{
        width: 50%;
        float: left;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    #sale{
        padding: 170px 0px 50px 0px;
    }
}
.notice-thammy {
    background: #548645;
    border: 1px dashed #fff;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Tahoma;
    display: table;
    margin: 0 auto;
}