.menu-mobile {
    width: 100%;
    background: white;
    z-index: 99999;
    position: fixed;
    top: 28px;
    height: 100%;
    text-align: center;
}
.logo-mobile img {
    margin: 15px 0;
}
.menu-mobile ul {
    padding: 0;
    margin: 0;
}
.menu-mobile ul li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #f5f7f7;
    border-radius: 3px;
    border: solid 1px #dfe3e6;
    width: 143px;
}
.menu-mobile ul li a{
	display: block;
    font: bold 12px/1.300 arial;
    text-align: center;
    color: #666;
    padding: 10px 0;
    text-transform: uppercase;
}
.btn-menu-mobile {
    display: inline-block;
    cursor: pointer;
}
.btn-menu-mobile{
	width: 28px;
	height: 28px;
	background: url(../images/icon-m.png) no-repeat center center;
    float: left;
}
.btn-menu-mobile.active{
	background: url(../images/icon-menu-close.png) no-repeat center center;
}
.menu-mobile{
	display: none;
}


/*Start media*/
/*Lớn hơn 768 và nhỏ hơn 992*/
@media only screen and (max-width: 992px) and (min-width: 768px){
    #header .hotline span:before {
    content: "";
}
}

/*Start Lớn hơn 1200px*/
@media only screen and (min-width: 1200px){
#camnhankh {
    background: url(../images/bg-camnhankh.png) no-repeat;
    background-size: 100%;
    margin-top: 15px;
}
#introcompany {
    background: url(../images/bg-gioithieucty.png) no-repeat;
    background-size: 100%;
}
#footer {
    background: #1099db url(../images/bg-footer.png) left bottom no-repeat;
}
#product .right img {
    width: 23%;
    height: auto;
}
#product .icon-locnhung {
    position: absolute;
    top: 19%;
    left: 12%;
    width: 21% !important;
}
#product .icon-huongphu {
    position: absolute;
    top: 45%;
    width: 15% !important;
    left: 14%;
}
#product .icon-thucdia {
    position: absolute;
    top: 73%;
    left: 7%;
    width: 25% !important;
}
#product .icon-hoaison {
    position: absolute;
    top: 20%;
    left: 65%;
    width: 20% !important;
}
#product .icon-mamdau {
    position: absolute;
    top: 40%;
    width: 15% !important;
    left: 68%;
}
}
/*End Lớn hơn 1200px*/


/*Start Nhỏ hơn 768px*/
@media only screen and (max-width: 768px){
#camnhankh .text{
    text-align: center;
    padding: 15px;
}
.img-camnhankh{
    margin: 0 auto;
}
#camnhankh .carousel-indicators{
    bottom: -14px;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}
.text-center-xs{
    text-align: center;
}
#header {
    width: 100%;
    background: #fff;
    margin-top: 28px;
}
#top-header{
    position: fixed;
    z-index: 9999;
    top: 0;
}
#baochi-said img {
    margin: 0 auto;
}
#box-register .form-dk{
    padding: 80px 15px;
}

}
/*End Nhỏ hơn 768px*/