﻿
.doc {
    width: 100%;
    height: 800px;
}

.titlegroup {
    background: #195178;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-style: solid;
    border-bottom-color: red;
    margin-top: 0px;
}


.thongbao ul li p {
    margin: 0;
    margin-top: 5px;
    color: #555;
}

.thongbao ul li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    background-position-y: 6px;
}

.groupnews-title {
    font-size: 16px;
    font-family: roboto;
    color: #438eb9;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
}

.list-post-calender {
    border: 1px solid #C0131E;
    display: block;
    float: left;
    font-size: 10px;
    margin-top: 12px;
    text-align: center;
    width: 9%;
    margin-right: 5px;
}

.tintuc-title {
    font-size: 22px !important;
    font-family: roboto;
    color: #438eb9;
    /*text-transform: uppercase;*/
    line-height: normal;
}

.post-date {
    background: none repeat scroll 0 0 transparent !important;
    color: #898989 !important;
    display: block;
    font-size: 17px;
    padding: 0 !important;
}

.list-post-calender > span {
    background: none repeat scroll 0 0 #C0131E;
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
}

@media only screen and (max-width: 767px) {
    .list-post-calender {
        border: 1px solid #C0131E;
        display: block;
        float: left;
        font-size: 10px;
        margin-top: 12px;
        text-align: center;
        width: 9%;
        margin-right: 5px;
        width: 55px;
    }

        .list-post-calender > span {
            background: none repeat scroll 0 0 #C0131E;
            color: #FFFFFF;
            display: block;
            padding: 3px 0;
        }

    .post-date {
        background: none repeat scroll 0 0 transparent !important;
        color: #898989 !important;
        display: block;
        font-size: 15px;
        padding: 0 !important;
    }
}


/*body {
    padding-top: 50px;
}*/
/*#####################
Additional Styles (required)
#####################*/
#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    text-shadow: none;
}

#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
}

#myCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
}

#myCarousel .list-group .active {
    background-color: #eee;
}

@media (min-width: 992px) {
    #myCarousel {
        padding-right: 33.3333%;
    }

        #myCarousel .carousel-controls {
            display: none;
        }
}

@media (max-width: 991px) {
    .carousel-caption p,
    #myCarousel .list-group {
        display: none;
    }
}
/*START: Kiểm track kích thước dòng để cắt chuỗi*/

.wrapper {
   /* max-width: 400px;*/
    margin: 0px 0px;
    text-align:justify;
}

.wrapper-line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.wrapper-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper-150 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

/*END: Kiểm track kích thước dòng để cắt chuỗi*/

.button-xemthem {
    color: #ffb71e;
    float: right;
    margin-top: -35px
}

.mag-breadcrumb {
    background-color: #ffb71e;
}

.tag {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #ffc107;
    color: #fff;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    font-size:12px;
}