﻿div[id*="DNNArticle_List_divForSlick"] {
    margin: 0 !important;
}

div[id*="DNNArticle_panel1"] > br {
    display: none;
}

.ModDNNArticleArticleViewC {
    margin-top: 20px;
}

/*Article*/
.fa-paperclip {
    transform: rotateY(180deg);
    color: #00a0e1;
    margin-left: 5px;
}

.news-related-ttl {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    text-align: right;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

div[id*="DNNArticle_List_divForSlick"] {
    margin: 0 !important;
}

.fa-angle-double-left {
    margin-left: 5px;
    color: #033;
}

.news-related-ttl a {
    color: rgb(42, 57, 28) !important;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}

.news-related-ttl a:hover {
    text-decoration: none;
    color: #ea6c26 !important;
}

.last-view {
    text-align: center;
    display: inline-block;
    width: 213px;
}

.articel-inside-page .ModDNNArticleListC {
    text-align: center;
    display: inline-block;
}

.last-view .news-box {
    display: inline-block;
    width: 200px;
    padding: 30px 20px;
}

.last-view .news-box img {
    border-radius: 50%;
    border: 2px solid #ccc;
}

.last-view .news-ttl {
    background: none;
}

.articel-view {
    margin: 20px 0 40px;
    display: inline-block;
    position: relative;
}

.articel-view img {
    width: 100%;
}

.articel-view .news-ttl {
    text-align: right;
    padding: 10px 0;
}

.articel-view .news-ttl a {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    color: #d10000 !IMPORTANT;
}

.news-img {
    margin: 20px auto;
    width: 203px;
    height: 163px;
    position: relative;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 12px -14px 0 -4px #cecece;
    -moz-box-shadow: 12px -14px 0 -4px #cecece;
    box-shadow: 12px -14px 0 -4px #cecece;
}

.news-img img {
    height: 163px;
    margin: auto;
    width: 230px;
    border-bottom: 3px solid #001727;
    transform: translate3d(0px, 0px, 0px) scale(1);
    opacity: 1;
    transition: all 0.3s ease-in;
}

.slick-slide .img_link img {
    display: inline-block !IMPORTANT;
    opacity: 1 !IMPORTANT;
}

.news-img:hover img {
    transform: translate3d(7px, -10px, 0px) scale(1);
}

.news-box a {
    color: #000;
}

.news-box .info-back a {
    color: #fff;
}

.news-box span {
    color: #fff;
}

.news-text-view {
    padding: 15px;
    color: #666;
    text-align: justify;
    margin-bottom: 5px;
}

.news-text-view p {
    font-size: 14px !important;
}

.news-text-view ul {
    list-style-type: none;
    padding: 10px;
}

.news-text-view ul li {
    color: #8a8a8a;
    background: url(images/cooking-icon.png) no-repeat right center;
    padding: 8px 30px;
}

.info-articel {
    border: 1px dashed #bfbfbf;
    border-right: 0;
    border-left: 0;
    padding: 5px;
    text-align: center;
    text-transform: lowercase;
    font-family: tahoma;
    font-size: 12px;
}

.info-articel span {
    padding: 3px;
}

.info-articel-out {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

.news-ttl a {
    color: #e7e7e7 !important;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.news-ttl-view {
    text-align: right;
    background: #555;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
}

.news-ttl-view a {
    color: #fff !important;
}

.news-text {
    text-align: justify;
    line-height: 20px;
    color: #9f9f9f;
    font-size: 13px;
    display: inline-block;
}

.more-news {
    float: left;
}

.more-news:hover {
    color: #b9b9b9 !important;
}

.news-ttl-inside {
    font-size: 15px;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: normal;
}

.news-ttl-inside a {
    color: #545454 !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    transition: all 0.3s ease-in;
}

.news-ttl-inside:hover a {
    color: #ea6c26 !important;
}

.articel-view.articel-page {
    border: 1px solid #ddd;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgb(245, 245, 245) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#00ffffff',GradientType=0 );
    margin: 7px 0;
}

.articel-view.articel-page .effect-ming {
    border-radius: 0;
}

.articel-view.articel-page .news-text-view {
    padding: 5px 0 35px 0;
}

.articel-view.articel-page .news-ttl-inside {
    text-align: right;
}
/*---------------*/
/***** Ming *****/
/*---------------*/
.effect-ming {
    background: #030c17;
    position: relative;
    overflow: hidden;
    height: 135px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-ming figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-ming figcaption a.info {
    opacity: 0;
    color: #ccc !important;
    position: relative;
    z-index: 100;
}

.effect-ming figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

.effect-ming figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid #ccc;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

.effect-ming p {
    padding: 0.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 100;
}

.effect-ming:hover figcaption::before, .effect-ming:hover p, .effect-ming:hover figcaption a.info {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

.effect-ming:hover img {
    opacity: 0.4;
}

p.icon-links .fa {
    color: #ea6c26;
    margin: 5px;
    font-size: 16px;
    background-color: #eee;
    width: 24px;
    height: 24px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

p.icon-links .fa:hover {
    background-color: #ddd;
    opacity: 0.8;
}

p.icon-links {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.more-news {
    color: #fff !important;
    display: block;
    position: relative;
    bottom: -30px;
    left: 0px;
    width: 130px;
    height: 38px;
    background-color: #333436;
    border-bottom: 2px solid #eb6c26;
    text-align: center;
    transition: all 0.2s ease-out;
    padding-top: 5px;
    font-size: 13px;
    overflow: hidden;
}

.more-news::before, .more-news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-13%,-190%) rotate(-30deg);
    transform: translate(-13%,-190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,180,0,1);
    background-color: rgba(255,180,0,0.25);
}

.more-news::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.more-news span {
    z-index: 1;
    position: relative;
}

.more-news span::before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    margin: auto 0;
    content: '\f104';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.2s ease-in;
}

.more-news:hover::before, .more-news:hover::after {
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.more-news:hover span {
    color: #ffb400 !important;
}

.more-news:hover span::before {
    left: -15px;
}