﻿.content-center {
    margin: auto;
    max-width: 1170px;
}

/* banner and menu */
    .banner {
    width: 100%;
    height: 130px;
    background-color:#1764d9;
    background-size: cover;
}
    .navbar-cntt {
    background-color: #1764cc;
    border-color: #1764cc;
    color: white;
    margin-bottom: unset;
    border-radius: 0px;
    
}
.ms-signInLink{
	display:none !important;
}
.navbar {
    min-height: 40px;
}
#myNavbar {
    max-width: 1170px;
    margin: auto;
    padding-left:0px;
    padding-right:0px;
}
#myNavbar ul > li > a {
    color: white;
    font-weight: bold;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
  @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
            margin-left: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .support {
        margin-bottom: 15px;
    }

        .support :last-child {
            margin-bottom: unset;
        }

        .support .icon {
            text-align: center;
        }

        .support .small {
            font-size: 17px;
        }

        .support .title {
            font-size: 22px;
        }
}
  .navbar-toggle {
    float: left;
    height: 35px;
    min-width: 40px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 3px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 1px;
    }

.menu-primary {
    float: left;
}

    .menu-primary > ul {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

        .menu-primary > ul li {
            list-style: none;
            position: relative;
        }

        .menu-primary > ul > li:first-child a {
            padding-left: 0px;
        }

        .menu-primary > ul li a {
            color: #ffffff;
            display: block;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.2;
            padding: 13px;
            text-transform: uppercase;
            white-space: nowrap;
            text-decoration: none;
        }

            .menu-primary > ul li a:hover {
                background-color: #ff9800;
            }

			
/* Tin tức */
 .box-title {
        float: left;
        margin-bottom: 15px;
        position: relative;
        width: 100%;
    }

    a:visited {
        color: #337ab7;
        text-decoration: none;
    }

    .box-title::before {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .box-title .text::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        left: 10px;
        position: absolute;
    }

    .box-title .text {
        border-bottom: 2px solid #e30616;
        color: #074d89;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
        text-transform: uppercase;
		margin-bottom:0px;
    }

    .article-listing .n-item {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
        padding-bottom: 30px;
    }

    .n-item {
        float: left;
        padding: 15px 0;
        width: 100%;
    }

    .article-listing .n-item > figure {
        margin-right: 30px;
    }

    .n-item > figure {
        float: left;
        margin-right: 15px;
        width: 35%;
    }

        .n-item > figure img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

    .n-item .n-title {
        margin-top: -3px;
    }

    .article-listing .n-item .n-title > a {
        color: #074d89;
        font-size: 16px;
        font-weight: bold;
    }

    .n-item .n-title > a {
        color: #000000;
        line-height: 1.5;
    }

    a:visited {
        color: #337ab7;
        text-decoration: none;
    }

    .n-item .date {
        color: #666666;
        display: block;
        font-size: 13px;
        margin-top: 10px;
    }

    .article-listing .n-item .n-desc {
        line-height: 1.2;
        margin-top: 5px;
    }

    .n-item .n-desc {
        line-height: 1.8;
        text-align: justify;
    }
	  .article-detail {
    padding-top: 15px;
}
    .article-detail .title {
    color: #074d89;
    font-size: 16px;
    font-weight: bold;
}
    .article-detail .meta {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    float: left;
    line-height: 1;
    margin: 15px 0;
    padding: 15px 0;
    width: 100%;
}
    .article-detail .meta .date {
    display: inline-block;
    float: right;
}
    .article-detail .content-detail {
    text-align: justify;
    line-height: 1.5;
    color: #333333;
}