body {
    font-size: 14px;
}

img {
    max-width: 100%;
    object-fit: cover;
}

/*a:hover {
    text-decoration: none;
}*/
a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}
.header_top {
    border-top: 2px solid #ed1b24;
    background-color: #f2f2f2;
}

.section_menu {
    display: flex;
    flex-wrap: nowrap;
}

    .section_menu .item {
        width: 100%;
        padding: 15px 20px;
        border: 1px solid rgb(234, 234, 234);
        border-radius: 4px;
        background-image: -moz-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
        display: flex;
        margin: 0 10px;
    }

        .section_menu .item:first-child {
            margin-left: 0;
        }

        .section_menu .item:last-child {
            margin-right: 0;
        }

        .section_menu .item i {
            font-size: 20px;
            flex: 1;
        }

        .section_menu .item:nth-child(1) i {
            color: #334dd0;
        }

        .section_menu .item:nth-child(2) i {
            color: #f13136;
        }

        .section_menu .item:nth-child(3) i {
            color: #23d011;
        }

        .section_menu .item:nth-child(4) i {
            color: #0f95da;
        }

        .section_menu .item:nth-child(5) i {
            color: #ff9600;
        }

        .section_menu .item:nth-child(6) i {
            color: #0e64c5;
        }

        .section_menu .item .title {
            font-size: 14px;
            color: #15325c;
            font-weight: 700;
            text-transform: uppercase;
        }

.section_gallery .item {
    height: 211px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .section_gallery .item .title {
         background-color:#009adacc;
        /*background-color: rgba(237, 27, 36, 0.702);*/
        position: absolute;
        width: 100%;
        padding: 10px;
        bottom: -100%;
        left: 0;
        margin: 0;
        font-size: 16px;
        color: rgb(255, 255, 255);
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        transition: all .5s ease;
    }

    .section_gallery .item img {
        transform: scale(1);
        transition: all .5s ease;
    }

    .section_gallery .item:hover .title {
        bottom: 0;
    }

    .section_gallery .item:hover img {
        transform: scale(1.2);
    }

.section_title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

    .section_title .title {
        flex: 1;
        font-size: 17px;
        color: rgb(1, 66, 146);
        font-weight: 700;
        text-transform: uppercase;
    }
    .section_title  h1 {
        flex: 1;
        font-size: 22px;
        color: rgb(1, 66, 146);
        font-weight: 700;
        /*text-transform: uppercase;*/
    }
    .section_title .view_all {
        background-color: #2356A7;
        color: #fff;
        font-size: 12px;
        padding: 5px 15px;
        height: 28px;
    }
        .section_title .view_all:hover {
            background-color: #107EC2;
            color: #fff;
            -webkit-transition: all 0.3s ease;
        }

.line-dotted {
    width: 100%;
    border-bottom: 2px dashed #f2f2f2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_news1 .item img {
    width: 100%;
    height: 200px;
   
}
   
.section_news1 .item .title {
    font-size: 16px;
    color: rgb(17, 17, 17);
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_slide img {
    object-fit: scale-down;
}

.footer_site {
    /*background: #004f9e;*/
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    background: url(../img/footer.png) #0d4e96 no-repeat center;
}

.logo_footer {
    display: flex;
}

    .logo_footer .logo_img {
        flex: 1;
    }

    .logo_footer .logo_info {
        padding-left: 15px;
        flex: 2;
        font-size: 14px;
    }

        .logo_footer .logo_info .title {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 15px;
        }

.footer_menu .title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer_menu ul li a {
    font-size: 13px;
    color: rgb(255, 255, 255);
}

    .footer_menu ul li a i {
        color: #ed1b24
    }

.footer_copyright {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    background-color:#003979;
    color:#fff;
    font-family:Arial;

}
.content {
    font-family: 'Roboto Condensed', sans-serif, Arial !important;
    font-size: 16px;
}
.section_news2 .item {
    margin-bottom: 30px;
}

    .section_news2 .item:last-child {
        margin-bottom: 0;
    }

    .section_news2 .item .title {
        font-size: 17px;
        color: rgb(1, 66, 146);
        font-weight: bold;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section_news2 .item .date {
        font-size: 12px;
        color: rgb(13, 72, 101);
    }

    .section_news2 .item p {
        color: rgb(68, 68, 68);
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.bg_gray {
    background-color: #edeeef;
}

.section_news3 .content {
    background-color: #fff;
}

.section_news3 ul li {
    padding: 15px;
    border-bottom: 1px dashed #87a5b3;
    list-style: disc;
    list-style-position: inside;
}

    .section_news3 ul li:last-child {
        border-bottom: none;
    }

    .section_news3 ul li a {
        font-size: 14px;
        color: rgb(51, 51, 51);
        font-weight: 500;
    }

.section_news4 .media_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
}

    .section_news4 .media_title img {
        width: 50px;
        height: 50px;
        object-fit: scale-down;
        text-align: center;
    }

.header_menu, .header_menu .stellarnav {
    background-color: #014292;
}

.section_news6 .section_title {
    background-color: #014292;
    margin-bottom: 0;
    padding: 5px;
}

    .section_news6 .section_title .title {
        color: #fff;
        text-align: center;
    }

.section_news6 .content {
    padding: 15px;
    border: 1px solid #eaeaea
}

.section_news6 .item {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

    .section_news6 .item:last-child {
        border: none;
    }

    .section_news6 .item .date {
        width: 70px;
        height: 70px;
        border-radius: 4px;
        background-color: #eeeeee;
        float: left;
        overflow: hidden;
    }

        .section_news6 .item .date div:nth-child(1) {
            background-color: #014292;
            color: #fff;
            padding: 5px;
            font-size: 11px;
            font-weight: 700;
            text-align: center;
        }

        .section_news6 .item .date div:nth-child(2) {
            color: #d0113a;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }

    .section_news6 .item .title {
        float: left;
        width: calc(100% - 70px);
        font-size: 14px;
        color: #111;
        font-weight: 700;
        padding-left: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.section_news5 .item img {
    height: 220px;
}

.section_news5 .item .title {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section_news5 .item .date {
    font-size: 12px;
    color: #15325c;
}

.slider_nav i {
    cursor: pointer;
    margin: 0 5px;
    user-select: none;
}

.banner-header {
    background-color: rgb(242 242 242 / 1);
    padding: 15px;
    color: #fff;
}

    .banner-header ul li a,
    .banner-header ul li {
        color: #014292;
    }

.gallery-detail .photo-item {
    min-height: auto;
    margin-bottom: 30px;
}

.photo-media {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    box-sizing: content-box;
    position: relative;
}

    .photo-media .btn-view {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        padding: 7px 10px;
        cursor: pointer;
        display: inline-block;
        background: rgba(0, 0, 0, 0.7);
    }

        .photo-media .btn-view a {
            color: #fff
        }

.photo-view {
    position: relative;
    max-height: 160px;
    margin-bottom: 0;
}

    .photo-view img {
        width: 100%;
        height: 210px
    }

.title-media {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 18px;
    display: inline-block;
}

    .title-media a {
        color: #111
    }

.search {
    position: relative;
    transition: all 1s;
    width: 30px;
    height: 30px;
    background: white;
    border: 4px solid white;
}

    .search input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 22.5px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        font-size: 1em;
        padding: 0 20px;
    }

    .search img {
        position: absolute;
        top: 2px;
        right: 1px;
        color: #07051a;
        text-align: center;
        transition: all 1s;
    }

    .search:hover {
        width: 200px;
        cursor: pointer;
    }

        .search:hover input {
            display: block;
        }


@media only screen and (max-width: 991px) {
    .section_menu {
        flex-direction: column;
    }

        .section_menu .item {
            margin: 10px 0;
        }

    .section_news6 {
        margin-top: 30px;
    }

    .section_news1 .item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section_news5 {
        margin-top: 30px;
    }
}

.form-contact-group {
    padding: 20px 0px;
}

.contact-submit:hover {
    filter: brightness(1.2)
}

.contact-submit {
    background: #014292;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    border: none;
}
/*--------------------CSS bình lu?n tin t?c----------------------*/
.comment-blog span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.comment-blog input {
    margin-bottom: 10px;
}

.text-right button {
    margin: 10px 0;
    padding: 5px 20px;
    background: #1369be;
    color: #fff;
    border: 1px solid #1369be;
    text-transform: uppercase;
    font-weight: 700;
    /*edit 10/03/2024*/
    display:none;
}

.comments-list {
    position: relative;
    padding: 20px;
    background: #f9f9f9;
}

    .comments-list .comments-list {
        padding: 0 0 0px 20px;
        margin-left: 40px;
        /*border-left: 1px solid #ddd;*/
    }

    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        /*border-left: 1px dotted #eaeaea;*/
        position: absolute;
        left: 32px;
        top: 0;
    }

    .comments-list:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 30px;
    height: 2px;
    /*border-top: 1px dotted #eaeaea;*/
    position: absolute;
    top: 25px;
    left: -25px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .comments-list li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}

.comments-list .comment-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 99;
    float: left;
    border-radius: 60px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .comments-list .comment-avatar img {
        min-width: 100%;
        min-height: 100%;
    }

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    width: calc(100% - 90px);
    float: right;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0,0,0,0.05);
        left: -12px;
    }

.reply-list .comment-box {
    width: calc(100% - 70px);
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 14px;
        font-weight: 300;
        position: relative;
        color: #9fb4c7;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 2px 10px 0 0;
}

    .comment-box .comment-name a {
        color: #a0a0a0;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

    .comment-box .comment-name.by-author:after {
        content: 'autor';
        background: #03658c;
        color: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.box_like_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}


.page-link.active {
    border-color: #007bff;
    background: #007bff;
    color: #fff;
}

.btn-drop {
    font-size:14px;
    margin-left:15px;
}

.dropdown-menu{
    min-width:20px;
    max-height:142px;
    overflow:auto;
}

    .dropdown-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .dropdown-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #007bff;
    }
