/*----------------- DETAIL ----------------*/
h3.fOther {
    font-weight: bold;
    color: #5f5f5f;
    font-size: 11px;
    text-transform: uppercase;
}

#List_Item {
    margin: 0px;
}

.hr_other {
    background: url(../images/hr.gif) bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/*----------------- VIEW 1 ----------------*/
#List_Item .View1 {
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 20px;
    padding-top: 20px;
}
#List_Item .View1:first-child {
    padding-top: 0;
}
#List_Item .last {
    background: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#List_Item div.View1 div.item {

}

#List_Item .View1 div.item .boxItem {
}
#List_Item h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

#List_Item h3 a {
    text-decoration: none;
    color: #134c78;
}

#List_Item h3 a:hover {
    color: #3eabea;
}

#List_Item .View1 .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#List_Item .View1 .img img {
    max-width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#List_Item .View1 .img:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#List_Item .View1 .img i {
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 8px;
    bottom: 9px;
}
#List_Item .View1 .info {
    color: #888888;
    text-align: center;
}

#List_Item .View1 .view {
    text-align: center;
}

#List_Item .noItem {
    text-align: center;
    color: #FF0000;
    padding: 30px;
}
.news_dc {
    overflow: hidden;
}
.news_dc div {
    float: left;
    font-size: 12px;
    color: #bbbbbb;
}
.news_dc div i {
    margin-right: 3px;
}
.news_dc div:not(:first-child) {
    margin-left: 10px;
}
/*----------------- DETAIL ----------------*/
.boxDetail {
}

.boxDetail .video_name {
    color: #065ca4;
    font-size: 18px;
    line-height: 25px;
}

.boxDetail .info {
    color: #888888;
    margin-bottom: 10px;
}

.boxGallery {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.boxDetail .tools {
    border-top: 1px dotted #c2c2c2;
    border-bottom: 1px dotted #c2c2c2;
    padding: 5px 10px;
}

/*----------------- tabSearch ----------------*/
#tabSearch {
    padding: 5px;
}

#tabSearch .Search {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    padding: 5px;
}

#tabSearch .display {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px;
}

.row_tittle {
    color: #00789A;
    font-weight: bold;
}

.boxTitleDetail {
    font-size: 12px;
    font-weight: bold;
    color: #FFFF00;
    border-bottom: 1px dashed #FB8787;
    text-transform: uppercase;
}

.ext_comment {
    height: 150px;
    scrollbar-base-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
}

.font_username {
    color: #B40000;
}

.hr {
    background: url(../images/hr.gif) repeat-x center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/*COMMENT*/
.comment{
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.comment .input-group {
    display: block;
}
.comment .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333333;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.formComment textarea.form-control{
    height: 100px;
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #134c78;
    font-weight: 700;
    border: 0px;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content{
    width: 100%;
}
.formComment .w_content .content-info{
    padding: 15px 0;
    clear: both;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}


/*=================================*/
.grid-comment{
    padding-top: 20px;
}

.grid-comment .node-commnet{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #999;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0px;
    color: #999;
    font-size: 7px;
}


.comment_reply {}
.comment_reply .form_reply {
    margin-bottom: 10px;
}
.comment_reply .reply-com {
    margin-bottom: 5px;
}
.comment_reply .reply-info {
    overflow: hidden;
}
.comment_reply .reply-info .reply-name  {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
}
.comment_reply .reply-info .reply-button {
    width:100px;
    text-align: right;
}

.comment_reply .reply-info .reply-button .btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
    background: #c50f1b;
    font-weight: 700;
    border: 0px;
    height: 34px;
}

.comment_reply .nodeanswer{
    background-color: #dddddd;
    margin-bottom:1px;
    padding: 10px;
    min-height: 75px;
}
.other_video {
    padding: 30px 0 0;
}
.other_video .title {
    background: url("../images/pat02.jpg") repeat-x left bottom;
    margin-bottom: 30px;
    position: relative;
}
.other_video .title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    background: #134c78;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.other_video .title div {
    position: absolute;
    background: #fff;
    font-size: 15px;
    color: #333333;
    text-align: center;
    width: 25px;
    bottom: 0;
    cursor: pointer;
}
.other_video .title div.og_next {
    right: 0;
}
.other_video .title div.og_prev {
    right: 26px;
}
#other_video {
    margin-left: -15px;
    margin-right: -15px;
}
#other_video .boxItem {
    padding: 0 15px;
}
#other_video h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

#other_video h3 a {
    text-decoration: none;
    color: #134c78;
}

#other_video h3 a:hover {
    color: #3eabea;
}

#other_video .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#other_video .img img {
    max-width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#other_video .img:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#other_video .img i {
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 8px;
    bottom: 9px;
}
.boxVideo {
    margin-bottom: 25px;
}