﻿@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x:hidden;
}
/*banner trên header*/
.banner {
    width: 100%;
    padding-top: 16% !important;
    background-image: url('images/banner.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-header a {
    color: white;
}

    .card-header a:hover {
        color: white;
        text-decoration: none;
    }

a {
    color: #363636;
}

    a:hover {
        color: #4e7d16;
        text-decoration: none;
    }

.menutintuc a {
    height: 40px;
}

    .menutintuc a:hover {
        color: white;
        background-color: #4e7d16;
    }
/*style cho nội dung bài viết*/
.noidungbv p {
    width: 100%;
}

.noidungbv img {
    max-width: 100%;
    height: 100% !important;
}
/*Quy định màu cho thẻ tag trong phần cuối bài viết chi tiết*/
.tag a {
    color: white;
}
/*ẩn hiện phần thông tin trong comment cuối bài viết chi tiết*/
.blockCommentInfo {
    display: none;
}

.blockGopYInfo {
    display: none;
}
