#content-cat-news {
    background: #FFFFFF;
    margin-bottom: 20px;
}
#content-cat-news .questionanswer {
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: 100%;
}
.content-details .answer {
   font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
}
.content-details .answer span {
   color: #ffffff;
    font-family: "MyriadPro-Semibold";
    background: #626262;
    padding: 18px 30px 5px 30px;
    float: left;
}
#content-cat-news div.group-hoidap {
    border-top: 1px solid #D6D6D6;
    box-shadow: 0px -5px 0px #E5E5E5;
    margin-top: 5px;
    border-bottom: 1px solid #EEEEEE;
}
#content-cat-news .box-hoidap {
    border-bottom: 1px solid #EEEEEE;
    padding: 18px 15px;
}
.box-hoidap h2 {
    background: url("../images/bg-iconhd.png") no-repeat scroll 0px 3px;
    margin-bottom: 8px;
    padding: 5px 0px 5px 5px;
}
.box-hoidap h2 a {
    padding: 0 25px;
    color: #00923f;
    font-weight: bold;
    font-size: 12.5px;
}
.box-hoidap p {
    font-weight: bold;
    padding: 7px 0;
    color: #000;
}
.box-hoidap span {
    color: #323232;
    padding-left: 29px;
}
.box-hoidap font{
    color: #000000;
}
.box-hoidap span font {
padding: 0px 5px;
}
.faq_form h3 {
    background: url("../images/bg-iconhd_02.png") no-repeat scroll 0px 6px;
    padding: 5px 0px;
}
.faq_form h3 a {
    color: #e60101;
    font-weight: bold;
    padding: 0px 15px 0px 25px;
    font-size: 13px;
    background: url('../images/bg-icon.png') no-repeat scroll right 6px;
}
.inner_left table {
    width: 100%;
    padding-bottom: 12px;
}
.inner_left .question{
    padding-top:0px !important;
}
.contact_table_cont{
    padding-bottom: 15px;
}
.inner_left .form_name {
    font-weight: bold;
    padding-left: 70px;
    width: 85px;
    float: left;
    color: #1e1e1e;
    margin-right: 10px;
}
.inner_left .form_control {
    height: 22px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
    width: 280px;
}
.inner_left textarea {
    width: 372px;
    min-height: 138px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.inner_left .form_text img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px;
}
.inner_left .capcha {
    height: 24px;
    width: 90px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.inner_left .form_text .button {
    border: 0 none;
    border-radius: 0;
    margin: 0 10px 0 0;
    padding: 4px 12px;
    text-align: center;
    width: 70px;
}
#resetbt {
    background: #DFDFE1;
}
#submitbt {
    background: #FFC200;
}
.order-select {
    float: right;
	font-size: 12px;
    margin: 5px 13px;
    padding: 1px;
    text-transform: none;
    width: 145px;
}
.fr {
 	color: #393939;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: none;
}
.sort-follow {
    float: right;
}
.filter-select {
    font-size: 11px;
    margin: 17px 15px 0px;
    padding: 2px;
    text-transform: none;
    width: 145px;
    outline: none;
}
.inner_left div form {
    background: #FFFFFF;
    padding-left: 16px;
    padding-top: 5px;
    border-bottom: 1px solid #DCDCDC;
}

@media only screen and (max-width: 768px) {

    
    
}
@media only screen and (max-width: 600px) {
    
  .inner_left  .form_name {
        padding-left: 0px;
        display: block;
        float: none;
        padding-bottom: 2px;
    }
    .form_control {
        width: 98% !important;
    }
    .inner_left textarea {
        width: 98%;
    }
    
}
@media only screen and  (max-width:480px){
    .inner_left  .form_name {
        padding-left: 0px;
        display: block;
        float: none;
        padding-bottom: 2px;
    }
}