/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                    NEWS-LIST-LAYOUT
======================================================*/
.news-p1{
	padding: 100px;
}

.news-p1 .card-columns .card{
	border:0px;
}

@media (min-width: 767px) and (max-width: 991px){
	.news-p1{
		padding: 50px 0;
	}
}

@media (min-width: 576px) and (max-width: 767px){

	.news-p1{
		padding: 50px 10px;
	}

	#news-p1 .card-columns .card {
	    display: inline-block;
	    width: 100%;
	}
}

@media(max-width: 420px){
	.news-p1{
		padding: 20px;
	}	
}


/*====================================================
                	NEWS-DETAILS
======================================================*/

/*Left side news details
------------------------------*/

.single-news-p1 .container .row .col-md-10{
	margin:0 auto;
}

.single-news-p1 .single-news-img img{
	width: 100%;
	height:100%;
}

.single-news-p1 .single-news-desc{
	padding: 0px;
}

.single-news-p1 .single-news-desc li{
	display: inline-block;
	vertical-align: top;
	display: inline; /* Fix for IE7 */
	margin: 0 40px 0 0;
}

.single-news-p1 .single-news-desc .bg-light-gray{
	padding:20px 10px;
}

.single-news-p1 .single-news-desc .bg-light-gray p{
	line-height: 1.5;
}

.single-news-p1 a {
	text-decoration: none;
	margin-bottom: 30px;
} 

/*====================================================
                  NEWS-DETAILS-COMMENT
======================================================*/
   
.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}

/* Avatar
 ---------------------------*/

.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.single-news-p1 .comments-list li{
	display: inline-block;
	vertical-align: top;
	display: inline; /* Fix for IE7 */
	margin: 0 10px 0 0;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.bg-light-gray img{text-align: center;max-width: 100%;}


/*Right side news details
------------------------------*/

.single-news-p1 .right-side-sn-cont {
	text-decoration: none;
	clear: both;
	margin-bottom: 30px;
}

.single-news-p1 .right-side-sn-cont img {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 15px;
} 

.single-news-p1 .right-side-sn-cont h3 {
	color:#666;
	margin-bottom: 0;
}

.single-news-p1 .right-side-sn-cont small {
	color: #888;
}

.single-news-p1 .ad-box-sn {
	margin-top: 50px;
	border:1px solid #eee;
	padding: 20px 20px 0; 
}

.single-news-p1 .card {
     border: 0px solid rgba(0,0,0,.125); 
}

.single-news-p1 .desc-comp-offer-cont {
    margin-bottom: 20px;
    box-shadow: none;
    border:1px solid #ddd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (min-width: 1600px) {
	.single-news-p1 .single-news-desc .bg-light-gray p{
		font-size: 16px;
	}
}

 
@media (min-width: 992px) and (max-width: 1200px){
  .comments-list .comment-box {
    width: 390px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  }

  .comments-list .sub-comment-box {
      width: 320px;
      float: right;
      position: relative;
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    }  
} 

@media (min-width: 768px) and (max-width: 991px) {

    .single-news-p1 .col-md-8 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .single-news-p1 .col-md-4 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    } 

    .comments-list .comment-box {
        width: 470px;
        float: right;
        position: relative;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    }

    .comments-list .sub-comment-box {
        width: 400px;
        float: right;
        position: relative;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    }

    .single-news-p1 a {
    	text-decoration: none;
	    float: left;
	    width: 50%;
	    margin-bottom: 30px;
	} 

	.single-news-p1 .ad-box-sn {
	    margin-top: 50px;
	    border: 0px solid #eee;
	    padding: 20px 20px 0;
	}

	.single-news-p1 .ad-box-sn .card { 
	    width: 45%;
	    margin-right: 20px;
	    float: left; 
	    border: 0px solid rgba(0,0,0,.125);
	}
}

@media (min-width: 576px) and (max-width: 767px) { 

  .comments-list .comment-box {
    width:82%;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  }

  .comments-list .sub-comment-box {
      width: 81%;
      float: right;
      position: relative;
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    }  

    .single-news-p1 a {
    	text-decoration: none;
	    float: left;
	    width: 50%;
	    margin-bottom: 30px;
	} 

	.single-news-p1 .ad-box-sn {
	    margin-top: 50px;
	    border: 0px solid #eee;
	    padding: 20px 20px 0;
	}

	.single-news-p1 .ad-box-sn .card { 
	    width: 45%;
	    margin-right: 20px;
	    float: left; 
	    border: 0px solid rgba(0,0,0,.125);
	}
} 

@media (max-width: 575px){

  .single-news-p1 .single-news-desc{
    padding: 50px 0;
  }

  .comments-container {
    width: 100%;
  }

  .comments-container ul.comments-list{
    padding: 0;
  }  

  .comments-container ul.comments-list.reply-list{
    padding-left: 30px;
  }  


.comments-list .comment-box {
    width:75%;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  }

  .comments-list .sub-comment-box {
      width: 73%;
      float: right;
      position: relative;
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
      box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    }  

    .single-news-p1 .ad-box-sn .card img{ 
    	width: 100%;
	}
} 
 .productDetail .picture{float:left; width:40%; background:#f8f8f8;}
 .productDetail .picture .itemImage{width:100%;}
 .productDetail .info{float:left; width:55%; margin-left:5%; }
 .productDetail .info .title{padding:25px 0 35px 0;}
 .productDetail .title .bt{font-size:42px;}
 .productDetail .title .st{color:#969696;}
 .productDetail .info .base{line-height:1.5; color:#969696;}
 .productDetail .info .detail{margin-top:25px;}
 .productDetail .selector .item{ display:block; width: 115px; height:42px; line-height:42px; margin-right:25px; border-radius:20px 20px 0 0; font-size:20px; color:#2196f3;}
 .productDetail .detail .panel p{line-height:2;}
 .productDetail .detail .panel table{border-collapse:collapse;}
 .productDetail .detail .panel table td{padding:5px 0;}
.single-news-p1-cont{
    clear: both;
    overflow: hidden;
    height: 230px;
    padding: 25px;
    transition: all .5s;
    cursor: pointer;
}
.single-news-img {
    width: 320px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
    cursor: pointer;
    background: #fff;
}
.single-news-desc{
    width: 650px;
    float: left;
}
.single-news-desc h3{
    font-size: 20px;
    color: #267aff;
    margin-bottom: 15px;
    cursor: pointer;
}
.single-news-desc h5 {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.single-news-desc p {
    color: #95989d;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 75px;
    overflow: hidden;
}
.single-news-p1{padding:30px 0}
.single-news-p1 a:hover{
	box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background: #fff;
}
.news_detail{background: #f4f7fc;}
.el-breadcrumb {
    font-size: 14px;
    line-height: 1;
	padding: 14px 0;
}
.news_detail .container .content {
    min-height: 400px;
    background: #fff;
    padding: 60px;
}
.news_detail .container .content .title {
    font-size: 28px;
    color: #222;
    padding-bottom: 25px;
}
.news_detail .container .content .date {
    font-size: 14px;
    color: #222;
    margin-bottom: 45px;
}
.news_detail .container .content .txt {
    line-height: 30px;
    font-size: 16px;
    color: #95989d;
}
.news_detail .container .content .txt p{text-indent: 2em}