.nav_back {
    background-color: rgba(255,255,255,1);
    color: #333;
    box-shadow: 0 0.5px 2px 0.5px #C7C7C7;
}

.features_page {
    width: 100%;
    float: left;
    height: auto;
    min-height: 300px;
    margin-top: 20px;
}

.page_head {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.page_head sup {
    top: -1.5em;
    font-size: 10px;
}

.page_head h1 {
    color: #FD8814;
    text-transform: uppercase;
    font-size: 26px;
}

.page_head p {
    width: 70%;
    margin: 15px auto;
    color: #333333;
}

.sub_head {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
    margin-top: 60px;
}

.sub_head h1 {
    font-size: 22px;
    color: #FF661D;
}

.featured_item {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 1px 3px 0px #C7C7C7;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.featured_item .top_area {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.featured_item .top_area .img {
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.featured_item .top_area .img img {
    width: 100%;
    height: 100%;
    float: left;
}

.featured_item .top_area .title {
    width: 100%;
    float: left;
    height: auto;
}

.featured_item .top_area .title h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
}

.featured_item .bottom_area .tgl_click {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.featured_item .bottom_area .opn {
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
    margin: 10px 0;
}

.featured_item .bottom_area .opn p {
    font-size: 14px;
    margin: 0;
}

.featured_item .bottom_area {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.featured_item .bottom_area .details {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    left: 0;
    z-index: 8;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    box-shadow: 0 1px 5px 0px #C7C7C7;
    margin-top: 60px;
    border-radius: 10px;
}

.featured_item .bottom_area .details p {
    color: #333;
    text-align: justify;
}

.featured_item .bottom_area .details ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.load_feature {
    width: 100%;
    height: auto;
    float: left;
}

.blog_sec {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ededed;
    margin: -10px 0;
}

.blog_sec .blog_head {
    width: 100%;
    height: auto;
    float: left;
}

.blog_sec .blog_head .blog_text {
    width: 380px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.blog_sec .blog_head h1 {
    font-family: 'Archivo Black';
    font-size: 28px;
    margin: 10px 0;
    width: 100%;
    float: left;
}

.blog_sec .blog_head p {
    color: #999999;
}

.blog_sec .blog_item {
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
    margin-bottom: 30px;
}

.blog_sec .blog_item .img {
    width: 100%;
    height: auto;
    float: left;
}

.blog_sec .blog_item .img img {
    width: 100%;
    height: auto;
    float: left;
}

.blog_sec .blog_item .img .title {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 20px;
    margin: 20px 0
    color: #333333;
    font-weight: bold;
}

.blog_sec .blog_item .content {
    padding: 20px;
    color: #999999;
}

.blog_sec .blog_item .full_read {
    padding: 20px;
    margin-bottom: 30px;
}

.blog_sec .blog_item .full_read a span {
    padding-left: 20px;
}

.blog_sec .pagi {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}

.blog_sec .pagi .pagi_left {
    width: 10%;
    float: left;
    height: auto;
}

.blog_sec .pagi .pagi_right {
    width: 11%;
    float: right;
    height: auto;
    text-align: right;
}

.blog_sec .pagi a {
    width: 100%;
    background-color: #ffffff;
    color: #999999;
    padding: 10px 30px;
}

.news_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.news_sec .news_head {
    width: 100%;
    height: auto;
    float: left;
}

.news_sec .news_head .head_txt {
    width: 320px;
    height: auto;
    float: left;
}

.news_sec .news_head .head_txt h1 {
    font-family: 'Archivo Black';
    margin: 10px 0;
    width: 100%;
    float: left;
}

.news_sec .news_head .head_txt p {
    color: #999999;
    margin: 5px 0;
    width: 100%;
    float: left;
    height: auto;
}

.news_sec .main_news {
    width: 100%;
    float: left;
    height: auto;
}

.news_sec .main_news .news_item {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0;
}

.news_sec .main_news .news_item .category {
    width: 100%;
    height: auto;
    float: left;
}

.news_sec .main_news .news_item .category a {
    font-size: 24px;
    font-family: 'Archivo Black';
    color: #00008B;
}

.news_sec .main_news .news_item .img {
    width: 100%;
    height: 180px;
    float: left;
    overflow: hidden;
}

.news_sec .main_news .news_item .img img {
    width: 100%;
    height: auto;
    float: left;
    min-height: 180px;
}

.news_sec .main_news .news_item .content {
    width: 100%;
    float: left;
    height: auto;
}

.news_sec .main_news .news_item .content .news_title {
    width: 100%;
    height: 65px;
    overflow: hidden;
    margin-top: 5px;
}

.news_sec .main_news .news_item .content .news_title h1 {
    font-family: 'Archivo Black';
    font-size: 28px;
    color: #a13;
}

.news_sec .main_news .news_item .content .news_txt {
    width: 100%;
    height: 90px;
    overflow: hidden;
    float: left;
    margin: 10px 0;
}

.news_sec .main_news .news_item .content .news_txt p {
    color: #999999;
}

.news_sec .main_news .news_item .content .news_link {
    width: 100%;
    height: auto;
    text-align: right;
    padding-right: 10px;
}

.news_sec .main_news .news_item .content .news_link a {
    font-size: 16px;
    padding: 5px 10px;
}

.news_sec .clinet_area {
    width: 100%;
    height: auto;
    float: left;
}

.news_sec .clinet_area .client_logo {
    width: 100%;
    height: auto;
    float: left;
}

.news_sec .clinet_area .client_logo img {
    width: 100%;
    height: auto;
    float: left;
    filter: grayscale(1);
}

.news_sec .frans {
    width: 100%;
    height: auto;
    float: left;
}

.news_sec .frans p {
    font-size: 16px;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}