.navbar-bg{
    background:url("../images/banner3.jpg") no-repeat top; background-size: cover;
}
#content-container{
    background: #f4f4f4;
}
#content-container .container > h1 {
    margin-top: 0;
    text-align: left;
    padding-top: 30px;
    font-size: 30px;
}

h1 .breadcrumb {
    padding: 0 5px;
    margin-bottom: 5px;
}
h1 .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
}
h1 .breadcrumb li a{
   color:#333;
}

.news-w3ls{margin-bottom: 30px;}

.product-list{
    margin-top: 30px;
}
.product-list .product {
    position: relative;
    margin-bottom: 20px;
}
.product-list .product .detail {
    position: absolute;
    z-index: 1;
    height: 30px;
    right: 15px;
    bottom: 12px;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 14px;
    border-radius: 2px;
    background: whitesmoke;
}

.product-list .product .detail:hover {
    background: #eee;
    text-decoration: none;
}

.product-list .product .operate{
    color: #aaa;
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 12px;
}

@media (min-width: 769px) {
    .product-list .product:hover .detail {
        display: block;
    }

    .product-list .product .operate{
        position: static;
    }
}
.card {
    position: relative;
    padding: 12px;
    margin: 0 auto 20px;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    min-height: 270px;
    background-color: #FFF;
}
.card:hover {
    margin-top: -10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.card .image {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.card .image .film-mark, .card .image .image-mark{
    position:absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    filter: Alpha(Opacity=0); /* for IE */
    background-color: rgba(0, 0, 0, 0.0); /*for FF*/
    transition: all 400ms ease-out;
}

.card:hover .image .film-mark, .card:hover .image .image-mark{
    position:absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    filter: Alpha(Opacity=50); /* for IE */
    background-color: rgba(0, 0, 0, 0.5); /*for FF*/
    transition: all 400ms ease-out;
}

.card .image .film-mark span, .card .image .image-mark span{
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: all 200ms ease-out;
}

.card .image .film-mark span{
    background-image: url("../img/movieplay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card .image .image-mark span{
    background-image: url("../img/imageplay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card:hover .image .film-mark span, .card:hover .image .image-mark span{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background-image: url("../img/movieplay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
    transition: all 200ms ease-out;
}

.card:hover .image .film-mark span{

    background-image: url("../img/movieplay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card:hover .image .image-mark span{

    background-image: url("../img/imageplay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card .title {
    padding-top: 10px;
}
.product .card .title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.card h2 {
    color: #000;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
}

.pagination > li.active span, .pagination > li.active span:focus, .pagination > li.active span:hover{ background-color: #e12c3d; border-color: #e6283a; }
.pagination {
    border-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 10px;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
}

.article-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.channel-list .row .col-xs-12 {
    width: 100%;
    z-index: 1;
}
.channel-list .row .col-xs-12 h3 {
    text-align: left;
    font-size: 21px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.channel-list .row .col-xs-12 h3 > a {
    font-size: 16px;
    border-bottom: 2px solid #e12c3d;
    padding-bottom: 10px;
}
.channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 5px;
    font-style: normal;
    font-weight: 400;
}
.channel-list .row .col-xs-12 h3 em a {
    font-size: 12px;
}
.channel-list .row .media {
    margin-bottom: 10px;
}
.channel-list .row .media .media-body {
    font-size: 12px;
}
.channel-list .row ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
}
.channel-list .row ul li a {
    color: #616161;
}
.channel-list .row ul li span {
    position: absolute;
    right: 0;
}

.article-metas {
    overflow: hidden;
    margin-bottom: 10px;
}
.article-metas .date {
    height: 45px;
    width: 45px;
    margin-top: 5px;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #c1c1c1;
}
.article-metas .date .day {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.2;
}
.article-metas .date .month {
    font-size: 12px;
}
.article-metas .metas-body {
    padding-left: 60px;
}
.article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
}
.article-metas .metas-body .title {
    text-align: left;
    margin: 5px 0 0 0;
    line-height: 36px;
}
.article-metas .metas-body .title a {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-body .title a:hover {
    color: #e12c3d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-body .sns {
    color: #aaa;
    margin: 0px auto;
}
.article-metas .metas-body .sns span {
    margin-right: 10px;
}
.article-metas .metas-body .sns span i {
    margin-right: 5px;
}
@media (max-width: 1199px) {
    .article-metas .metas-body .title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .article-metas .metas-body .title {
        font-size: 16px;
        line-height: 20px;
    }
}
.article-text p {
    line-height: 30px;
    margin: 20px auto 30px auto;
    font-size: 0.9vw;
}

@media (max-width: 767px) {
    .article-text p {
        line-height: 30px;
        margin: 20px auto 30px auto;
        font-size: 12px;
    }
}

.article-text, .article-image{padding: 0px 50px;}

@media (max-width: 767px) {
    .article-text p {
        margin: 10px auto 20px auto;
    }
    .article-text, .article-image{padding: 0px 20px;}
}
.article-text img {
    margin: 10px auto;
    /*display: block;*/
    max-width: 100%;
    width: auto;
    height: auto;

    -webkit-background-clip: padding-box;

    -moz-background-clip: padding;

    background-clip: padding-box;
}

.pagemenu{padding-top: 20px; margin-bottom: 20px;}
.pagemenu .btn-lg{font-size: 1vw;}
@media (max-width: 767px) {
    .pagemenu .btn-lg{font-size: 12px;}
}
.pagemenu .btn {
    white-space: normal;
}
.article-metas .text-center .title {
    text-align: center;
}

.article-text .map{width: 100%; height: 350px; border: none; overflow: hidden}
.note-editable{
    width: 100%;}
.form-control{border-radius: 0px;}
.note-editor{border-radius: 0px}