
.story-page .section_story_items{
    box-shadow: unset;
}
.section_story_items .word-item small{
    font-size: 14px;
    color: #F18F87;


}

.section_story_items .word-item h3{
    line-height: 1.5em;
    height: 3em;
    font-size: 18px;
    color: #999;
    margin-bottom: 25px;
}
.story-page .section_story_items .word-item p{
    font-size: 16px;
    color: #999;
}

.section_story_items:hover .word-item h3 ,.story-page .section_story_items:hover .word-item p{
    color: #000;
}
.str-r{
    margin-right: -30px;
    margin-left: -30px;
}
.str-r .str-c{
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;

}


.qa-ca.nav.nav-tabs .nav-link{
    background-color: unset;
    border: unset;
    border-radius: unset;
    margin: unset;
    font-size: 14px;

}

.qa-ca.nav.nav-tabs .nav-link:hover,.qa-ca.nav.nav-tabs .nav-link.active{
    color: #333;
    background: unset;
}

.qa-ca.nav.nav-tabs{
    border-bottom: 1px solid #ddd;
}
.qa-ca.nav.nav-tabs .nav-item{
    position: relative;
}
.qa-ca.nav.nav-tabs .nav-item:hover:before , .qa-ca.nav.nav-tabs .nav-link.active:before{
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    background-color: #fa4647;
}


.qa-inner .qa-tab_cont .qa-tab_item_top > i{
    font-size: 12px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background-color: #aa0000;
    border-radius: 50%;
    color: #fff;
}

.qa-inner .qa-tab_cont.opened{
    background-color: #F7F7F7;
}

.video-c .video-item{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.video-c .video-item iframe, .video-c .video-item object, .video-c .video-item embed{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}

.video-c .section_story_items .word-item {
    padding: 0px;
    padding-top: 20px;
}
.video-c .section_story_items .word-item h3{
    margin-top: 15px;
    font-size: 18px;
}

.story-page .blog-s1 .section_story_items .word-item p.tag{
    font-size: 14px;
    color: #0068fc;
}

.story-page .blog-s1 .section_story_items .word-item p.blog-date{
    font-size: 14px;
}

.story-page .blog-s1 .section_story_items .word-item p.blog-date span{
    font-size: 14px; 
    text-decoration: underline;
    color:#0068fc; ;
}

.blog-s1 .str-r .str-c .section_story_items{
    box-shadow: 0px 2px 5px #aaaaaa;
}

.video-c {
     position: relative; 
     padding-bottom: unset; 
     height: auto; 
     overflow: hidden; 
}