.form-container {
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
    max-width: 680px;
    margin: 30px auto 30px;
}
.form-container .form-title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    text-align: center;
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 700;
}
.form-container > form {
    font-size: 12px;
    padding: 15px;
    width: 450px;
    box-sizing: border-box;
}
.form-container > form input[type="number"], .form-container > form input[type="email"], .form-container > form input[type="password"], .form-container > form input[type="tel"], .form-container > form input[type="text"] {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #efefef;
    font-size: 13px;
    margin-bottom: 10px;
}
@media (max-width: 450px){
    .form-container {
        width: 100%;
        min-width: 100%;
        border-radius: 0;
    }
    .form-container .form-title {
        width: calc(100% - 2px);
    }
    .form-container form {
        width: 100%;
    }
    input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], textarea {
        font-size: 16px !important;
    }
}
.form-container > form .btn {
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.form-container > form .form-separator > span {
    width: 95%;
    margin: 0 5px;
    text-align: center;
}
.form-container > form .form-separator {
    color: #555;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-container > form .form-separator::after, .form-container > form .form-separator::before {
    display: block;
    content: '';
    border-top: 1px solid #efefef;
    width: calc(50% - 25px);
}
.btn-fb{
    background: #385794;
    color: #fff;
}
.btn-fb:hover{
    background:#2a416f;
}
.btn-login{
    font-weight: 700;
    background: #ed1c24;
    font-size: 14px;
    width: 100%;
    color: #fff;
}
.btn-login:hover{
    background:#C71E24;
}
.form-container .errorMessage {
    margin: 15px 0;
    padding: 10px;
    border-radius: 12px;
    font-size: 12px;
    width: calc(100% - 32px);
    color: #ac2b2e;
    border: 1px solid #ff765a;
    background: #fff5f3;
    float: left;
width: 100%;text-align: center;}
.form-container > form input[type="number"], .form-container > form input[type="email"], .form-container > form input[type="password"], .form-container > form input[type="tel"], .form-container > form input[type="text"]{
    font-family: inherit;
}
.form-container>form .form-group>button:first-child {
    margin-left: 0;
}
.form-container>form .form-group>button {
    margin: 0 5px;
    display: block;
}
.form-container>form .form-group>button:last-child {
    margin-right: 0;
}
.form-container>form .form-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}
.btn-goback{
    background: silver;
}
.btn-goback:hover {
    background: #aaa;
}
.btn-reset{
    background: #ed1c24;
}
.btn-reset:hover{
    background: #C71E24;
}
.raovat_sieuvip_top {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #EFEBEB;
    background: #fff;
    position: relative;
}
.fr {
    float: right;
}
.raovat_sieuvip_top h4 {
    background-color: #f5f5f5 !important;
    height: 33px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0px;
    width: 100%;
}
.raovat_sieuvip_top ul {
    float: left;
    width: 100% !important;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.raovat_sieuvip_top li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    margin: 0 10px;
    padding: 5px 0;
    overflow: hidden;
}
.box_img_bottom {
    float: left;
    width: 66px;
    height: 66px;
    display: block;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
}
.box_img_bottom a {
    width: 66px;
    height: 66px;
    display: table-cell;
    vertical-align: middle;
}
.box_img_bottom img {
    max-width: 100%;
    max-height: 100%;
}
.info_raovat {
    overflow: hidden;
}
.info_raovat h3 {
    font-size: 12px;
    font-weight: normal;
    max-height: 31px;
    overflow: hidden;
    line-height: 15px;
    margin-top: 5px;
margin-bottom: 1px;
}
.info_raovat h3 a {
    color: #555454;
    font-size: 13px;
}
.info_raovat h3 span {
    color: #E97D13;
    padding-left: 3px;
    padding-right: 10px;
}
.info_raovat p {
    font-size: 13px;
    color: #c90000;
    font-weight: bold;
    margin: 1px 0;
}
.btnNext, .btnNext {
    top: 0px;
}
.btnNext {
    padding: 14px;
    background: url(../images/bg.png);
    font-size: 0px;
    position: absolute;
    /*top: -32px;*/
    right: 6px;
    background-position: -430px -114px;
    cursor: pointer;
}
.btnPrev {
    padding: 14px;
    background: url(../images/bg.png);
    font-size: 0px;
    position: absolute;
    top: 0px;
    right: 33px;
    background-position: -403px -114px;
    cursor: pointer;
}

.box_guide_post {
    position: relative;
    padding: 3px 0;
    float: left;
    width: 100%;
}
.view_all{
    float: right;
    color: #666;
    margin-right: 11px;
}
@media (min-width: 768px){
    #halink-left{
        width: 20%;
    }
    #halink-right{
        width: 80%;
    }
    #search-dm .row{
        margin-right: 0px;
        margin-left: 0px;
        background: #fff;
        padding: 2px;
        border: 1px solid #c5c5c5;
        border-radius: 3px;
    }
    .halink-layout{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #search-dm #keywords{
        border: none!important;
        border-right: 1px solid #f7f7f7;
        border-radius: 0!important;
        padding-left: 30px;
    }
    #search-dm .form-control-search{
        left: 0;
        color: #c5c5c5!important;
        position: absolute;
        top: 0;
        /* right: 0; */
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
    }
    #mbn-top-search-city-icon{
        position: absolute;
        left: 10px;
        z-index: 5;
        color: #ed1c24;
        font-size: 15px;
        top: 8px;
    }
    #idl-icon{
        position: absolute;
        left: 10px;
        z-index: 5;
        color: #ed1c24;
        font-size: 15px;
        top: 10px;
    }
    #search-dm #idc, #search-dm #idl{
        border: none!important;
        border-right: 1px solid #f7f7f7;
        border-radius: 0!important;
        padding-left: 25px;
    }
    #search-dm .halink-layout:not(:last-child){
        border-right: 1px solid #c5c5c5
    }
}
.main-tit {
    
    
    
    margin-bottom: 15px;
    padding-bottom: 0;
    width: 100%;
}
.main-tit h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    display:inline-block;
text-transform: uppercase;line-height: 25px;}
.main-tit span{
    color:#ed1c24;
    float:right;
}
.content {
    text-align: justify;
}
ul#slid li label span {
    float: right;
}
.icon-circle108:before {
}
.icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.ajax_soluong {
    /*width: 100%;*/
    width: 60px;
    text-align: center;
}
.panel-heading-tt{
    background: #f9f9f9!important;
    font-weight: bold;
    color: #000;
    width: 100%;

    padding: 10px 15px;
    border-bottom: 1px solid transparent;
     border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ddd;
}
.panel-body {
    padding: 1px 15px 2px 15px;
}
.panel-body .ki{
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-top: 5px;
}
.panel-body .ki p.l{
    float:left;
}
.panel-body .ki p.r{
    float:right;
}
.panel-body .ki p{
    padding:0px;
    margin:0px;
}
.panel-body .ki.tt{
    border-top:solid 1px #000;
    font-weight:bold;
}
.panel-body .ki.tt p.r{
    color:#ed1c24;
}
ul#slid{
    padding:0px;
    margin:0px;
    margin: 0;
    list-style: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
}
ul#slid li{
    list-style:none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 5px;
}
ul#slid li input{
    opacity:0;
}
ul#slid li label {
     padding: 0px;
    margin: 0px;
    margin-left: -20px;
    width: 100%;
}
ul#slid li label span{
    float:right;
}
.checkbox input:checked  + label i{
    color:#ed1c24;
}
.info h3{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
#col_300 .title h3{
    margin: 0px;
    color: #ed1c24;
    margin-bottom: 10px;
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #ed1c24;
    font: 400 16px arial;
    padding: 5px;
    margin-bottom: 5px;
}
#col_300 .title h3 a{
     color: #ed1c24;
}
#col_300 .title h3 i.fa-question{
    margin-top:1px;
}
#col_300 .title h3 span{
    padding-left:10px;
}
.newws .images img{
    margin-bottom:10px;
}
.quangcao_top .images img{
    border-bottom: solid 0px #ccc;
}
.quangcao_top .item{
    margin-bottom:10px;
}
.btn-info {

}
li.page_info {
    display: none;
}
.bv-img {
    width: 29%;
    padding-top: 0px;
    padding-left: 2px;
    margin-right: 2%;
    float: left;
}
.bv-img img {
    height: 70px;
    wid;
    width: 70px;
}
.bv-info {
    width: 69%;
    float:left;
}
.bv-info h3 {
    max-height: 43px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 0px 0px;
    line-height: 13px;
}
.bv-info h3 a{
    color: #666;
}
.bv-info .price{
    color:#ed1c24;
    font-weight:bold;
}
.button.red{
    background: red;
    border: none;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
}
.button.blue{
    background: blue;
    border: none;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
}