﻿/*!
 * style.css
 * Version - 1.0
 * Website: sav.gov.vn;
 * 
 * Copyright (c) 2017 Bicweb.Vn
 */

/* #region GLOBAL*/
@font-face {
    font-family: "Open Sans", sans-serif;
    src: url('../fonts/OpenSans-Bold.ttf'), url('../fonts/OpenSans-BoldItalic.ttf'), url('../fonts/OpenSans-ExtraBold.ttf'), url('../fonts/OpenSans-ExtraBoldItalic.ttf'), url('../fonts/OpenSans-Italic.ttf'), url('../fonts/OpenSans-Regular.ttf'), url('../fonts/OpenSans-Light.ttf'), url('../fonts/OpenSans-LightItalic.ttf'), url('../fonts/OpenSans-Semibold.ttf'), url('../fonts/OpenSans-SemiboldItalic.ttf');
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

html, body {
    background-color:#eeeeee;
    color: #333;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

a {
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        color: #074d89;
    }

h1, h2, h3, h4, h5, h6 {
    color: unset;
    display: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    margin: 0;
    padding: 0;
}

#back-to-top span {
    background: #8dc6ff;
    border: 2px solid #ffffff;
    bottom: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px;
    position: fixed;
    right: 15px;
    z-index: 999;
}

    #back-to-top span:hover {
        background: rgb(31, 32, 77) none repeat scroll 0 0;
    }

/* #region Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        /*clear: left;*/
    }
}


/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        /*clear: left;*/
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        /*clear: left;*/
    }
}
/* #endregion Bootstrap Clearfix*/

/* #endregion GLOBAL*/

/* #region MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: none;
    float: right;
    margin-top: 0px;
    max-width: 480px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: -40px;
    width: 35px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 6px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: rgba(7, 77, 137, 0.96);
            float: left;
            position: relative;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }

            .mean-container .mean-nav ul li li a {
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                line-height: 1.2;
                opacity: 0.75;
                padding: 8px 10%;
                text-shadow: none;
                text-transform: none;
                visibility: visible;
                white-space: normal;
                width: 80%;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}
/* #endregion MEANMENU*/

/* #region HEADER */
header {
}

.main-header {
    background: #ffffff url(../images/banner-gd.png) no-repeat center;
    background-size: cover;
}

.logo {
    float: left;
    /*padding: 15px 0;*/
}

    .logo img {
    }

.header-content {
    float: right;
}

.language {
    background: #396eb3;
    /* border-radius: 0px; */
    /* margin-top: 10px; */
    padding: 13px 0;
    text-align: right;
}

    .language a {
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        padding: 0 10px;
        text-transform: uppercase;
    }

        .language a.active {
            color: #ffffff;
        }

/*.language a:first-child {
            border-right: 1px solid #ffffff;
            padding-right: 15px;
        }*/

.main-menu {
    background: #b80000;
	height:45px;
}

.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 a {
                color: #ffffff;
                display: block;
                font-size: 16px;
                font-weight: bold;
                line-height: 1.2;
                border-right:1px solid #990000;
                padding: 13px 20px 13px 20px;
                text-transform: uppercase;
                white-space: nowrap;
            }

        .menu-primary > ul > li a:hover {
            color: #f9f402;
        }

        .menu-primary > ul > li > ul > li a:hover {
            color: #115492;
        }

    .menu-primary ul li > .sub-menu {
        display: block;
        font-weight: bold;
        margin: 0;
        padding: 0 0 0 15px;
        position: absolute;
        text-transform: uppercase;
        top: 30px;
        z-index: 100;
    }

    .menu-primary > ul > li > .sub-menu {
        padding-top: 15px;
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all 0.5s ease 0s;
        visibility: hidden;
    }

    .menu-primary > ul > li:hover > .sub-menu {
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible;
    }

    .menu-primary .sub-menu li {
        background: #ffffff;
        border-bottom: 1px solid #dfdfdf;
        transition: all 300ms ease-in 0ms;
    }

    .menu-primary .sub-menu > li > a {
        color: #333333;
        display: block;
        font-weight: 600;
        padding: 10px 20px;
        white-space: nowrap;
    }

    .menu-primary .sub-menu > li:hover {
        background: #ffffff none repeat scroll 0 0;
    }

    .menu-primary ul.sub-menu .sub-menu {
        left: 100%;
        padding-left: 1px;
        top: 0;
    }

    .menu-primary ul li:hover > .sub-menu {
        display: block;
    }

.box-search {
    border-bottom: 1px solid #ffffff;
    float: right;
    margin: 5px 10px;
    margin-top: 5px;
    padding-bottom: 2px;
    position: relative;
    width: 230px;
}

    .box-search .input-text {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: #fee9b9;
        font-size: 13px;
        font-style: italic;
        height: 30px;
        padding: 5px 40px 5px 10px;
        width: 100%;
    }

    .box-search .search-button {
        background: url(../images/icon/icon-search.png) no-repeat center center;
        border: none;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

.menu-primary > ul > li:first-child a {
    border-left:1px solid #990000;
}

/* #endregion HEADER*/

/* #region BANNER*/
/* #endregion BANNER*/

/* #region HOME */
.module-home {
    margin-top: 15px;
}

.news-home {
    padding-top: 15px;
}

    .news-home .article-stick {
        float: left;
        padding-left: 0px;
       
    }

    .news-home .box-title .text {
        padding-top: 0;
    }

.article-stick > figure {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

    .article-stick > figure img {
        width: 100%;
    }

.article-stick .n-title {
    background: rgba(7, 77, 137, 0.6) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}
    .article-stick .n-title > a {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
    }

.article-stick .n-title-hotnews{
    font-size:20px;
    color: #76b9ef;
    text-align:justify;
    font-weight:bold;
}
.article-stick > .n-desc {
    line-height: 1.8;
    text-align: justify;
}

.news-home .article-hot-list {
    float: left;
    padding-right:0px;
}

.article-hot-list ul {
    margin: 0;
    padding: 0;
}
    .article-hot-list ul li {
        border-bottom: 1px solid #cccccca6;
        float: left;
        list-style: none;
        padding: 10px 15px;
        width: 100%;
    }

        .article-hot-list ul li:last-child {
            border: none;
        }

        .article-hot-list ul li a {
            color: #000000;
        }

            .article-hot-list ul li a::before {
                color: #e30616;
                content: "●";
                margin-right: 5px;
            }

            .article-hot-list ul li a:hover, .article-hot-list ul li a:hover::before {
                color: #074d89;
            }

.module-adv-full {
    margin: 30px 0;
}

    .module-adv-full img {
        width: 100%;
    }

.module-article {
    float: left;
    width: 100%;
}

    .module-article .article-content .n-item .n-title > a {
        color: #074d89;
        font-size: 16px;
        font-weight: bold;
    }

    .module-article .article-content .n-item .n-desc {
        line-height: 1.8;
        margin-top: 5px;
    }

    .module-article .box-title .text {
        padding-top: 0;
    }

.article-related ul {
    margin: 0;
    padding: 0;
}

    .article-related ul li {
        float: left;
        list-style: none;
        padding: 5px 0;
        width: 100%;
    }

        .article-related ul li a {
            color: #000000;
        }

            .article-related ul li a::before {
                color: #e30616;
                content: "●";
                margin-right: 5px;
            }

            .article-related ul li a:hover, .article-related ul li a:hover::before {
                color: #074d89;
            }

.quang-cao-right {
}

    .quang-cao-right > ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

        .quang-cao-right > ul li {
            list-style: none;
            padding-top: 20px;
        }

            .quang-cao-right > ul li img {
                width: 100%;
                max-height: 120px;
            }


.module-adv {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    margin: 15px 0;
    padding: 15px 0;
    width: 100%;
}

    .module-adv > ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

        .module-adv > ul li {
            list-style: outside none none;
        }

            .module-adv > ul li img {
                max-width: 100%;
            }

.document {
}

    .document .items {
        margin: 0;
        padding: 0;
    }

    .document .item {
        /*float: left;*/
        list-style: outside none none;
        padding: 10px 0;
    }

        .document .item > a {
            color: #000000;
        }

        .document .item .meta {
            font-size: 13px;
            margin-top: 5px;
        }

            .document .item .meta .date {
                background: url(../images/icon/icon-date.png) no-repeat left center;
                color: #666666;
                display: inline-block;
                padding-left: 20px;
            }

            .document .item .meta .status {
                color: #e30616;
                float: right;
            }

        .document .item > a::before {
            color: #e30616;
            content: "●";
            margin-right: 5px;
        }

.document-home .item {
    padding-left: 15px;
}

/*   .document-home .item:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 15px;
    } */

/* #endregion HOME*/

/* #region ARTICLE */
.page-article .sidebar {
    padding-top: 15px;
}

.n-item {
    float: left;
    padding: 15px 0;
    width: 100%;
}

    .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;
    }

    .n-item .date {
        color: #666666;
        display: block;
        font-size: 13px;
        margin-top: 10px;
    }

    .n-item .n-title > a {
        color: #000000;
        line-height: 1.5;
    }

        .n-item .n-title > a:hover {
            color: #074d89;
        }

    .n-item .n-desc {
        line-height: 1.8;
        text-align: justify;
    }

/*List*/
.article-listing .n-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

    .article-listing .n-item > figure {
        margin-right: 30px;
    }

    .article-listing .n-item .n-title > a {
        color: #074d89;
        font-size: 16px;
        font-weight: bold;
    }

    .article-listing .n-item .n-desc {
        line-height: 1.2;
        margin-top: 5px;
    }
/*Detail*/
.article-detail {
    padding-top: 15px;
}

    .article-detail .title {
        color: #074d89;
        font-size: 16px;
        font-weight: bold;
    }

    .article-detail .content-detail {
        text-align: justify;
        line-height: 1.5;
        color: #333333;
    }

        .article-detail .content-detail img {
            max-width: 100%;
            margin: auto;
        }

    .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: left;
        }

            .article-detail .meta .date span {
                margin-right: 15px;
            }

.related-article {
}

    .related-article .box-title.related-title .text {
        border: none;
        text-transform: none;
    }

    .related-article .related-title .text:after, .related-article .related-title .text:before {
        display: none;
    }

/*Gallery*/
.gall-item {
}

    .gall-item .item-box {
    }

    .gall-item figure {
    }

        .gall-item figure img {
            width: 100%;
        }

    .gall-item .gall-content {
        padding: 15px 0;
    }

    .gall-item a.gall-title {
        color: #000000;
        font-size: 14px;
    }

        .gall-item a.gall-title :hover {
            color: #074d89;
        }

    .gall-item .gall-title::before {
        content: url(../images/icon/icon-image.png);
        left: 0;
        margin-right: 5px;
    }

    .gall-item.video .gall-title::before {
        content: url(../images/icon/icon-video-active.png);
    }

/* #endregion ARTICLE*/

/* #region SIDEBAR */
.sidebar {
    padding-right: 0;
}

.widget {
    margin-bottom: 40px;
}

    .widget ul {
        margin: 0;
        padding: 0;
    }

        .widget ul li {
            list-style: outside none none;
        }

    .widget .box-title {
        background: #0b5492;
        /*margin-bottom: 30px;*/
    }

        .widget .box-title .text {
            border: medium none;
            color: #ffffff;
            display: block;
            text-align: center;
        }

            .widget .box-title .text::before, .widget .box-title .text::after {
                display: none;
            }

        .widget .box-title::before {
            background: #f9f402;
            top: 0;
        }
/*Menu*/

.widget-menu-sidebar ul {
    border-bottom: 2px solid #f9f402;
    border-top: 2px solid #f9f402;
}

.widget-menu-sidebar {
}

    .widget-menu-sidebar ul li {
        border-bottom: 1px solid #618db4;
        border-top: 1px solid #053258;
        position: relative;
    }

        .widget-menu-sidebar ul li a {
            background: #0b5492 url(../images/icon/bullet.png) no-repeat left 15px center;
            color: #ffffff;
            display: block;
            padding: 10px 0 10px 30px;
            text-transform: uppercase;
        }

            .widget-menu-sidebar ul li a:hover {
                background: #063e6d url(../images/icon/bullet.png) no-repeat left 15px center;
                color: #f9f402;
            }

        .widget-menu-sidebar ul li:first-child {
            border-top: none;
        }

        .widget-menu-sidebar ul li:last-child {
            border-bottom: none;
        }

        .widget-menu-sidebar ul li > .sub-menu {
            border: medium none;
            border-radius: 5px;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
            display: block;
            font-weight: bold;
            left: 100%;
            margin: 0;
            padding: 0 0 0 1px;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            z-index: 1;
        }

    .widget-menu-sidebar .widget-content > ul > li > .sub-menu {
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all 0.5s ease 0s;
        visibility: hidden;
    }

    .widget-menu-sidebar .widget-content > ul > li:hover > .sub-menu {
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible;
    }

    .widget-menu-sidebar .sub-menu li {
        background: none;
        border-top: none;
        border-bottom: 1px solid #dfdfdf;
        transition: all 300ms ease-in 0ms;
    }

    .widget-menu-sidebar .sub-menu > li > a {
        background: rgba(255,255,255,0.96);
        color: #333333;
        display: block;
        font-weight: 400;
        padding: 10px 20px;
        white-space: nowrap;
    }

    .widget-menu-sidebar .sub-menu > li:hover {
        background: none;
    }

    .widget-menu-sidebar .sub-menu > li > a:hover {
        background: rgba(255,255,255,0.96);
        color: #0b5492;
    }

    .widget-menu-sidebar ul.sub-menu .sub-menu {
        left: 100%;
        padding-left: 1px;
        top: 0;
    }

    .widget-menu-sidebar ul li:hover > .sub-menu {
        display: block;
    }

.widget-video ul li {
    border-bottom: 1px dotted #e5e5e5;
}

    .widget-video ul li a {
        background: url(../images/icon/play.png) no-repeat left center;
        background-size: 20px;
        color: #000000;
        display: block;
        padding: 10px 0 10px 30px;
    }

        .widget-video ul li a:hover {
            background: url(../images/icon/play.png) no-repeat left center;
            background-size: 20px;
            color: #e30616;
        }

    .widget-video ul li:last-of-type {
        border: none;
    }


.widget-link {
}

    .widget-link li {
        align-items: center;
        background: rgba(0, 0, 0, 0) url("../images/bg_menu.png") no-repeat scroll right center;
        display: flex;
        float: left;
        height: 60px;
        margin-bottom: 15px;
        vertical-align: middle;
        width: 100%;
    }

        .widget-link li .icon {
            background: #0b5492 none repeat scroll 0 0;
            border-radius: 50%;
            height: 60px;
            position: absolute;
            width: 60px;
        }

            .widget-link li .icon .icon-img {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
            }

        .widget-link li a {
            color: #003e65;
            padding-left: 65px;
            text-transform: uppercase;
            vertical-align: middle;
        }

/* #endregion SIDEBAR*/

/* #region CONTACT */
/* #endregion CONTACT*/

/* #region FOOTER */
.wr-partner {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 0 40px;
}

/*.partners {
    overflow: hidden;
    padding: 40px 0;
}

    .partners ul {
        margin: 0;
        padding: 15px 0;
    }

    .partners li {
        height: 70px;
        list-style: none;
        padding: 5px 10px;
        position: relative;
    }

        .partners li img {
            left: 50%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            width: auto;
        }

    .partners .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .partners .owl-carousel .owl-prev, .partners .owl-carousel .owl-next {
        background: none;
        border: medium none;
        border-radius: 0;
        color: #bdbbbc;
        display: block;
        font-size: 25px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        opacity: 1;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all 0.3s ease 0s;
        visibility: visible;
        width: 30px;
    }

    .partners .owl-carousel .owl-prev {
        left: -40px;
    }

    .partners .owl-carousel .owl-next {
        right: -40px;
    }*/

.main-footer {
    background: url(../images/bg_footer.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.info-footer {
}

    .info-footer .group-text {
    }

    .info-footer .title {
        background: rgba(0, 0, 0, 0) url("../images/icon/icon-map.png") no-repeat scroll left center;
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 35px;
        text-transform: uppercase;
    }

    .info-footer:last-of-type .title {
        background: rgba(0, 0, 0, 0) url("../images/icon/icon-profile.png") no-repeat scroll left center;
    }

.group-text span {
    display: block;
    font-size: 14px;
}

    .group-text span strong {
        font-weight: 600;
    }

.copyright-text {
    border-top: 1px solid #e30616;
    padding: 15px 0 0;
}

    .copyright-text > span {
        color: #1f1f1f;
        display: block;
    }

.footer {
    background: #074d89;
    vertical-align: middle;
}

.copyright-content {
    color: #fee9b9;
    float: left;
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

    .copyright-content .copyright {
        float: left;
        width: 50%;
    }

    .copyright-content .design {
        float: right;
        text-align: right;
        width: 50%;
    }

    .copyright-content a {
        color: #fee9b9;
        margin: 0 5px;
    }

.copyright > a {
    color: #fee9b9;
}
/* #endregion FOOTER*/

/* #region OTHER */
.main-content {
    padding-left: 30px;
    float: right;
}

.box-title {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

    .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;
    }

        
        

    .box-title::before {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .box-title > ul {
        align-items: center;
        background: #fee9b9 none repeat scroll 0 0;
        border-top: 2px solid #e5e5e5;
        display: flex;
        justify-content: flex-start;
        margin: -2px 0 0;
        padding: 0;
    }

        .box-title > ul li {
            line-height: 1;
            list-style: outside none none;
            padding: 10px 0;
        }

            .box-title > ul li a {
                border-right: 1px solid #1c1c1c;
                color: #1c1c1c;
                display: inline-block;
                padding: 0 15px;
            }

                .box-title > ul li a:hover {
                    color: #e30616;
                }

            .box-title > ul li:last-child a {
                border: medium none;
            }

.module-article .box-title::before {
    display: none;
}

.module-article .article-home .box-title::before {
    display: block;
}

.navigate-container {
    clear: both;
}

    .navigate-container .navigate {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        min-height: 40px;
    }

.navigate ol {
    margin: 0;
    padding: 0;
}

    .navigate ol li {
        display: inline-flex;
        list-style: outside none none;
        padding: 5px 0;
    }

        .navigate ol li a {
            color: #434242;
        }

.paged {
    clear: both;
    padding-top: 15px;
    text-align: right;
}

    .paged > a {
        background: none;
        border: 1px solid #074d89;
        border-radius: 2px;
        display: inline-block;
        float: none;
        font-size: 16px;
        line-height: 38px;
        margin-right: 15px;
        text-align: center;
        width: 40px;
    }

        .paged > a.next > span {
            float: none;
        }

        .paged > a.last {
            margin-right: 0;
        }

    .paged a.num.select, .paged a.num:hover {
        background: #074d89;
        border: 1px solid #074d89;
        color: #fff;
    }

    .paged > a.num {
    }

#back-to-top a {
    background: #074d89 url(../images/back_top.png) no-repeat center center;
    border-radius: 5px;
    bottom: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    height: 50px;
    padding: 5px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
}

    #back-to-top a:hover {
        color: #ac7a31;
    }

.active-menu {
    color: yellow !important;
}
/* #endregion OTHER*/

/* First Item*/
.n-item.first {
    list-style: outside none none;
    clear: both;
}

    .n-item.first > figure {
        float: left;
        margin-right: 20px;
        width: 33%;
    }

    .n-item.first .img-responsive {
        width: 100%;
    }

    .n-item.first .n-title {
        padding-left: 20px;
        text-align: justify;
    }

        .n-item.first .n-title > a {
            color: #0f5b9a;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }



    .n-item.first .n-desc, .n-item.first .date {
        color: #737373;
    }

    .n-item.first .date {
        color: #737373;
        margin: 0;
        padding: 15px 0;
    }

    .n-item.first::before {
        display: none;
    }

/* End first item*/

/* Justify*/
.article-hot-list ul li {
    text-align: justify;
}

.document ul li {
    text-align: justify;
}

.widget-video ul li {
    text-align: justify;
}

.gall-item .gall-content {
    text-align: justify;
}

.caption p {
    text-align: justify;
}
/* end justify*/

.widget-video {
    padding: 0 15px;
    margin-bottom: 0px;
}

.gioithieuchung {
    margin-top: 30px;
}

.text-gioithieu2 > hr {
    margin-top: 0;
}

.gioithieuchung > img {
    float: left;
    margin-right: 30px;
}

.text-gioithieu > hr {
    margin: 10px 0 30px;
}

.text-gioithieu2 {
    clear: both;
    margin-top: 30px;
}

.text-gioithieu > a {
    border: 1px solid;
    float: right;
    height: 40px;
    text-align: center;
    width: 130px;
    line-height: 40px;
    margin-top: 15px;
}

.text-gioithieu > p {
    text-align: justify;
}

.text-gioithieu2 {
    padding-top: 30px;
}

    .text-gioithieu2 > p {
        text-align: justify;
        margin-bottom: 45px;
    }

        .text-gioithieu2 > p > b {
            color: #003e65;
        }

.text-gioithieu h1 {
    color: #074d89;
    font-size: 20px;
    font-weight: bold;
}

.caclanhdao {
    background: #f5fafe url(../images/arrow.png) no-repeat top center;
    padding-top: 20px;
}

.title- {
    color: #074d89;
    font-size: 20px;
    font-weight: bold;
    margin: 45px;
}

.lanhdao img {
    margin-bottom: 20px;
}

.lanhdao1 {
    display: flex;
    justify-content: space-evenly;
}

.lanhdao2 {
    display: flex;
    justify-content: space-evenly;
    padding: 0 90px;
}

.lanhdao1 > figure {
    padding: 0 35px;
}

.lanhdao2 > figure {
    margin-bottom: 60px;
}

.lanhdao p {
    color: #003e65;
}

.lanhdao1 center {
    margin: 10px 0 0;
}

.chucnang-nhiemvu {
    background: url(../images/arrow2.png) no-repeat top center;
    padding-top: 20px;
}

    .chucnang-nhiemvu .container > p {
        text-align: justify;
        margin-bottom: 55px;
    }

.text-tochucbomay p {
    background: #0e7dc0 none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    height: 90px;
    text-align: center;
    padding: 35px 0;
}

.tochucbomay {
    margin-bottom: 30px;
}

.btn-details {
    border: 1px solid;
    float: right;
    height: 40px;
    text-align: center;
    width: 130px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

a:visited {
    color: #337ab7;
    text-decoration: none;
}

.lanhdao1 img {
    height: 310px;
}

.lanhdao2 img {
    height: 310px;
}
.titlePhu{
    text-decoration: underline;
font-size: 15px;
display: block;
margin-bottom: 10px;
color:#074d89;
font-weight: bold;
}
#News-content table tr td{
    width:50% !important;
}
#News-content table tr td div{
    margin-left:20% !important;
    margin-right:10%;
}
#News-content table tr td:first-child{
        text-align:left;
    }
.box-border{
        border:1px solid #cccccca6;
        background:#ffffff;
       
    }
	
	#footer {
    color: black;
    text-align: center;
    line-height: 130%;
    font-family: arial;
    border-top: 5px solid #cc0000;
    padding: 15px 0 15px 0;
    background: #ffffff;
}
#footer h2 {
    line-height: 200%;
    font-size: 16px;
}

.footer-info, h2 {
    font-weight: bold;
}
.footer-info, h2 {
    font-weight: bold;
}

.footer-info {
    margin: 0px auto;
    padding-top: 55px;
    width: 100%;
}