

    .text-suicide{
        background: url('../images/policy/bg_faq.jpg') no-repeat;
        background-size: 100%;
        text-align: center;
        padding: 20px;
        margin-bottom: 15px;
    }
    .text-suicide a{
        background: url('../images/policy/bg_faqs_q.png') no-repeat;
        background-size: 100%;
        width: 165px;
        height: 37px;
        line-height: 37px;
        color: #fff;
        display: block;
        text-transform: uppercase;
        text-align: center;
        padding-left: 20px;
        font-weight: 700;
        margin: 0 auto;
        margin-top: 15px;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .text-suicide a:hover{
        opacity: .8;
    }
    .box-faq .box-item{
        background: url(../images/policy/icon_question.png) no-repeat 0px 11px;
        padding:14px 0px 6px 0;
    }
    .box-faq .box-item.first{
        border-top:none;
    }
    .box-item .box-item_title{
        padding:0px 0px 8px;
        min-height:36px;
        line-height:150%;
        padding-left:52px;
        font-weight:bold;
    }
    .box-item .box-item_title a {
        text-decoration:none;
        font-size:14px;
        line-height: 22px;
        color:#333333;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .box-item .box-item_title a:hover{
        color: #cf010d;
    }
    .box-item .box-item_content{
        background:#fff;
        padding:14px 14px 10px 52px;
        position:relative;
        border-bottom:1px solid #ddd;
        display:block !important;
    }
    .answer_by{
        line-height:20px;
        margin-bottom:5px;
        font-weight:bold;
    }
    .box-item  .date_post{
        color:#666;
        font-size:13px;
        margin-top:6px;
    }
    .box-item  .date_post span.poster{
        font-weight:bold;
        color:#666666;
    }
    .icon_answer {
         background:url(../images/policy/icon_answer.png) no-repeat;
         width:36px;
         height:36px;
         display:block;
         float:left;
         margin-right:10px;
     }
     .box-item_content .text1{
        margin-bottom: 10px;
     }
    .box-item_content .text2{
        font-style: italic;
    }
    .formContact{
        margin-bottom: 30px;
    }
    .formContact .row-form{
        margin-bottom: 10px;
    }
    .formContact .row-form .rf_left{
        width: 115px;
        float: left;
    }
    .formContact .row-form .rf_right{
        padding-left: 115px;
    }
    .formContact .row-form label{
        font-weight: normal;
        font-size: 1em;
        line-height: 20px;
        color: #333;
        margin-top: 5px;
        font-weight: 400;
    }
    .formContact .row-form label span{
        font-size: 14px;
        line-height: 20px;
        color: #333;
        margin-left: 4px;
    }
    .formContact .row-form .form-control{
        border: 0;
        height: 28px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 2px 10px;
        padding-left: 30px;
        background: #f8f8f8;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    .formContact .row-form textarea.form-control{
        height: 120px;
        resize: none;
        padding-top: 8px;
    }
    .fix_select{
        padding-left: 5px !important;
    }
    .formContact .row-form .input-group .form-control{
        height: 28px;
    }
    .formContact .row-form .input-group-img{
        width: 1%;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
    .formContact .row-form .input-group-img img{
        max-width: none;
    }
    .row-form .input-group .input-group-text {
        display: table-cell;
        white-space: nowrap;
        vertical-align: middle;
        width: 1%;
    }
    .row-form .input-group .input-group-text img{
         max-width: initial;
    }
    .row-form .btn:active:focus,
    .row-form .btn:focus{
        outline:thin dotted;
        outline:0px auto -webkit-focus-ring-color;
        outline-offset:-2px;
        color:#333;
    }
    .button-form{
        margin: 0 -4px;
        margin-top: 36px;
    }
    .button-form .submit-button{
        float: left;
        padding: 0 4px;
    }
    .btn{
        border: 0 !important;
        border-radius: 5px;
        color: #333;
        margin-right: 10px;
    }
    button.btn:hover, button.btn:focus {
        border-color: none;
        background: #fff;
        background-image: 0;
        background-image: 0;
        filter: initial;
        -ms-filter: initial;
        outline: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        color: #333;
    }

    @media screen and (max-width: 379px){
        .text-suicide{
            background: #f7f7f7;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }
        .formContact .row-form .rf_left{
            width: 100%;
            float: none;
        }
        .formContact .row-form .rf_right{
            padding-left: 0;
        }
    }