.comments .comment_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 10px;
    align-items: center;
}
.comments .comment_header .total {
    color: #777777;
    font-size: 14px;
}
.comments .comment_header .write_comment_btn {
    margin: 0;
}
.comments .write_comment_btn, .comments .write_comment button {
    display: inline-block;
    background-color: #565656;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
}
.comments .write_comment_btn:hover, .comments .write_comment button:hover {
    background-color: #636363;
}
.comments .write_comment {
    display: none;
    padding: 20px 0 10px 0;
}
.comments .write_comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 150px;
    margin-top: 10px;
}
.comments .write_comment input {
    display: block;
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}
.comments .write_comment button {
    cursor: pointer;
}
.comments .comment {
    padding-top: 10px;   
}
.comments .comment .comment_n {
    background-color: #EFEFEF;
    border-radius: 3px;
    padding: 8px;
      
}
.comments .comment .name {
    display: inline;
    padding: 0 5px 3px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.comments .comment .date {
    color: #888888;
    font-size: 14px;
}
.comments .comment .content {
    padding: 10px 0 5px 0;
    color: #565656;
    line-height: 22px;
    
}
.comments .comment .reply_comment_btn {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #888888;
}
.comments .comment .replies {
    padding-left: 30px;
}
.comments .more{
    font-size: 14px;
}
.comments .more a{
    background-color: #FEFEFE;
    padding: 3px;
    min-width: 120px;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
}

.video_elem p{
    color: #565656 !important;
    line-height: 22px !important;
    padding-top: 8px;
}


/* Carousel section */
.slick-slide {
    height: 300px !important;
    position: absolute;
 
}
.slick-track{
    background-color: #000;
}
#carousel{
    height: 100%;
    width: 100%;
 
}
.c_item{
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    position: relative;
}
.c_item .c_item_wrapper{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    background-color: rgba(54, 100, 81, 0.4);
    z-index: 1;
}
.c_item .c_item_content{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    color:#FFF
}
.c_item .c_item_content h1{
    margin: 30px;
    font-weight: bold;
    font-size: 22px;
}
.c_item .c_item_content h1 a{
    color: #FF0 !important;
    text-shadow: 2px 2px 2px #000;

}
.c_item .c_item_content p{
    font-size: 16px;
    margin: 15px;   
}
.c_item .c_item_content button{
    font-size: 16px;
    margin: 15px;   
}

.slick-prev.slick-arrow{
    z-index: 1;
    left: -100% !important;
    top: -100px !important;
    position: absolute !important;
}
.slick-next.slick-arrow{
    z-index: 1;
    right: 25px !important;
    top: 50% !important;
    top: -100px !important;

}

.slick-prev::before, .slick-next::before {
    font-size: 30px !important;
    opacity: .75;
    
}
.slick-prev::after, .slick-next::after {
    display: none !important;
    content: "" !important;
}
