/******* CSS SHOW CATEGORY *********/
.box-faqs {
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #d9d9d9;
}
.box-faqs:first-child {
    padding: 0 0 10px 0;
}
/*BOX -faqs*/
.box-faqs ul {
    list-style: none;
}

.box-faqs li {
    background: url(../images/arr_question.gif) 0 3px no-repeat;
    padding: 2px;
    padding-left: 20px;
}

/*OTHER*/
.list-other {
    padding: 5px 0px;
}

.list-other h3 {
    font-weight: bold;
}

.list-other ul {
    list-style: none;
    padding-left: 15px;
}

.list-other li {
    background: url(../images/icon_li.gif) 0 10px no-repeat;
    padding-left: 10px;
}

/*DETAIL*/
.boxDetail {

}

h2.title {
    font-size: 14px;
    margin-bottom: 5px;
}

.tools {
    background: url(../images/hr.gif) top repeat-x;
    padding-top: 10px;

    margin-top: 10px;
}

.hr {
    background: url(../images/hr.gif) repeat-x center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/* box_sidebar */
.sidebar-faqs ul {
    list-style: none;
    padding-top: 5px;
}

.sidebar-faqs li {
    background: url(../images/hr.gif) bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidebar-faqs li.last {
    background: none;
}

.sidebar-faqs div {
    background: url(../images/icon_li.gif) 0px 10px no-repeat;
    padding-left: 10px;

}

.sidebar-faqs h3 {
    padding-top: 5px;
    font-weight: bold;
}

.sidebar-faqs .faqs-date {
    color: #7e9baf;
}

#banner_footer li {
    padding: 0px 8px;
    float: left;
}
.faqs_title {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 13px;
}
.faqs_title i {
    background: #134c78;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.faqs_title span {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
}
.faqs_content {
    padding: 15px;
    background: #f2f2f2;
    color: #134c78;
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
    position: relative;
    margin: 0 0 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.faqs_content:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    left: 8px;
    top: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #f2f2f2;
}
.faqs_btn {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 13px;
}
.faqs_btn span {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    line-height: 19px;
}
.faqs_btn span i {
    margin-left: 7px;
}
.faqs_btn span:hover,
.faqs_btn span:hover i {
    color: #3eabea;
}
.faqs_answer {
    padding-bottom: 10px;
    display: none;
}
.faqs_answer > div {
    padding: 15px;
    color: #444444;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.faqs_answer > div:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    right: 8px;
    top: -8px;
    z-index: 1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #e5e5e5;
}
.faqs_answer > div:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    right: 8px;
    top: -7px;
    z-index: 3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.faqs_answer > div > p:first-child {
    padding-top: 0;
}
/**/
.box_side {
    padding: 20px 15px;
    border-top: 1px solid #e5e5e5;
}
.w_form {
    padding: 5px 0;
}
.faqs_rowF {
    overflow: hidden;
    margin-bottom: 10px;
}
.faqs_rowF:last-child {
    margin-bottom: 0;
}
.faqs_rowF input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #d1d1d1;
    color: #333333;
    background: #ffffff;
    line-height: 23px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.faqs_rowF.sc input[type="text"] {
    width: 187px;
    float: left;
}
.faqs_rowF select {
    width: 100%;
    padding: 5px;
    border: 1px solid #d1d1d1;
    color: #333333;
    background: #ffffff;
    line-height: 23px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.faqs_rowF textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #d1d1d1;
    color: #333333;
    background: #ffffff;
    line-height: 23px;
    height: 150px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.faqs_rowF.ck {
    text-align: right;
}
.faqs_rowF.sm {
    padding: 2px 0 0;
}
.faqs_rowF button {
    width: 130px;
    height: 40px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #134c78;
    background: #134c78;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faqs_rowF button:hover {
    border: 1px solid #134c78;
    background: #ffffff;
    color: #134c78;
}
#list_faqs {
    padding: 15px 0 0 0;
}
.nav > li > a {
    color: #cc2e3e;
}
.faqs_form .title {
    padding-bottom: 7px;
    position: relative;
    border-bottom: 3px solid #ca2535;
    margin-bottom: 15px;
}
.faqs_form .title h3 {
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    background: url("../images/icon_title.png") no-repeat left top;
    padding: 0 0 0 25px;
    display: inline-block;
    text-transform: uppercase;
}