table {
    caption-side: unset;
}
table caption{
    text-align: unset;
}
/* ==========================================================================================
  NEWS DETAIL
========================================================================================== */
.container-m{
    max-width: 900px;
    margin: 0 auto;
}
.c-detail{
    padding-top: 50px;
    padding-bottom: 30px;
}
.c-detail iframe{
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
}
.content-detail{
    position: relative;
}
.s-share .b_share{
    font-size: 20px;
}
.s-share.sv-share{
    padding-top: 0;
}
.s-share.sv-share .b_share{
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    text-align: left;
}
.s-share .s-facebook{
    color: #3B9AF3;
}
.s-share .s-twitter{
    color: #22A9E3;
}
.s-share .s-linkedin{
    color: #0A66C2;
}
.form-post-cmt .form-wrapper{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 40px 40px 30px;
    max-width: 100%;
    background-color: #fff;
}
.form-post-cmt input.form-control{
    height: 45px;
}
.form-post-cmt button.btn{
    height: 45px;
}
.list-o .item-o{
    margin-bottom: 15px;
}
.o-item{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.o-item figure{
    position: relative;
    padding-top: 66%;
    margin-bottom: 0;
}
.o-item img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.o-item .o-content{
    padding: 15px;
}
.o-item .o-content h3{
    margin-bottom: 0;
}
.o-item .o-content a{
    color: #004A8F;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.o-item:hover .o-content a{
    color: #ED3237;
}

@media screen and (min-width: 992px){
    .c-detail iframe{
        height: 500px !important;
    }
    .scroll-boxshare{
        position: absolute;
        top: 0;
        left: -75px;
    }
    .scroll-boxshare.scroll-box{
        position: fixed;
        top: 150px;
    }
    .box-share{
        background-color: #fff;
        /*position: absolute;
        z-index: 1;
        left: -75px;
        top: 50px;*/
        border-radius: 5px;
        border: 1px solid #eee;
    }
    .s-share{
        padding-top: 10px;
    }
    .s-share .b_share{
        display: block;
        padding: 8px 12px;
        text-align: center;
    }
    .list-o{
        padding-top: 10px;
    }
}
@media screen and (max-width: 991px){
    .s-share{
        padding-top: 20px;
    }
    .s-share .s-text{
        margin-right: 10px;
        font-weight: 700;
    }
    .s-share .b_share{
        display: inline-block;
        margin-right: 15px;
    }
    .o-item .o-content a{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px){
    .c-detail{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .form-post-cmt .form-wrapper{
        padding: 15px 15px 1px;
    }
}

/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
.newsletter-wrapper{
    max-width: 400px;
    margin: 0 auto;
}
.carousel-newsletter{
    min-height: 250px !important;
}
.newsletter-wrapper input.form-control{
    height: 45px;
}
.newsletter-wrapper .input-group{
    border-radius: 5px;
    overflow: hidden;
}
.flexslider .slides .src_large_slideviews{
    object-fit: contain;
}
.box-news{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.box-news figure{
    position: relative;
    padding-top: 66%;
    margin-bottom: 0;
}
.box-news figure img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-news .box-wrapper{
    padding: 8px 0;
}

.box-news .box-wrapper h3 a{
    color: #004A8F;
    font-size: 20px;
    font-weight: 700;
}
.box-news:hover .box-wrapper h3 a{
    color: #ED3237;
}
.box-news .box-wrapper .intro{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.box-news .box-wrapper .intro:empty{
    display: none;
}
.box-news .box-wrapper .created-post {
    color: #004A8F;
    font-size: 14px;
}
.box-news:hover .box-wrapper .created-post {
    color: #ED3237;
}
.box-news .box-wrapper .created-post .created-by,
.box-news .box-wrapper .created-post .created-date{
    display: inline-block;
}
.box-news .box-wrapper .created-post .created-by{
    margin-right: 5px;
}
.box-news .box-wrapper .created-post .created-by img{
    margin-right: 5px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}
