/* Minification failed. Returning unminified contents.
(60,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(117,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(133,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(136,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(150,23): run-time error CSS1039: Token not allowed after unary operator: '-sub-font'
(163,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(173,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(185,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(186,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
/*----------------------------------
detail-article
----------------------------------*/
.news-content-detail iframe{
	width: 100%
}
.news-content-detail ul{
	list-style: initial;
	padding-left: 30px;
}
.detail-news {
    padding: 60px 0;
}

.detail-news-wrapper {
    padding: 0 60px;
}

.detail-news .news-title-detail {
    font-weight: 600;
    margin-top: 0;
    word-spacing: 3px;
    margin-bottom: 15px;
    color: #333;
}

.detail-news .detail-time {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

.detail-news .news-content-detail p {
    line-height: 28px;
    text-align: justify;
    color: #555;
}

.detail-news .news-content-detail {
    margin-bottom: 40px;
}

.detail-news .news-content-detail img {
    /* width: 80%;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); */
    margin: 15px 0;
}
.info-content li {
    display: inline-block;
}

.info-content li i {
    margin-right: 5px;
    color: var(--main-color);
}

.about__title {
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}
.article-related-main {
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 545px;
}

.article-related-main:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
            box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
}

.article-related-img-ct {
    width: 100%;
    height: 350px;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.article-related-img-ct .article-related-img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.article-related-infor-wrapper {
    padding: 20px;
}

.article-related-date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 8px 11px;
    border-top-right-radius: 5px;
    background-color: var(--main-color);
}

.article-related-infor-wrapper .article-related-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    max-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-related-main:hover{
    color: var(--main-color);
}
.article-related-main:hover .article-related-infor-wrapper .article-related-title{
    color: var(--main-color);
}
.article-related-des {
    color: #929292;
    line-height: 28px;
    text-align: justify;
    max-height: 86px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-title {
    font-family: var(--sub-font);
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
}

.home-title::before {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--main-color);
    top: 50px;
}

.relate-news-wrapper .owl-dots {
    position: relative;
    top: -15px;
}

.relate-news-wrapper .owl-dots .owl-dot span {
    background-color: var(--main-color);
    border: 3px solid transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
    margin: 5px;
}

.relate-news-wrapper .owl-dots .owl-dot.active span, .relate-news-wrapper .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
    border-color: var(--main-color);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/*----------------------------------
detail-article
----------------------------------*/
@media (max-width:768px) {
    .detail-news-wrapper{
        padding: 0;
    }
    .article-related-img-ct{
        height: 250px;
    }
    .article-related-main{
        min-height: 400px;
    }
}
@media (max-width:575px) {
    .detail-news .news-title-detail{
        font-size: 20px;
    }
    
    .detail-news .news-content-detail p{
        text-align: left;
    }
    .home-title{
        font-size: 20px;
    }
    .home-title::before{
        display: none;
    }
    
}


