﻿@import url(https://fonts.googleapis.com/css?family=Oswald);

body * {
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;

}
.list-group-flush>.list-group-item:last-child{
	border-bottom-width:0 !important;
	    margin-bottom: 0 !important;
}
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.card * {
    font-size: 17px;
    line-height: 1.3;
}

.cms a.title {
    font-weight: bold !important;
}
.subbar{
	background-color:#e8f7ff !important;;
}
.cms .img-container img {
    transition: transform 0.2s;
    display: inline-block;
    cursor: pointer;
    padding: 0 !important;
    border: 0 !important;
}

.img-container img:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}

.img-container {
    display: inline-block;
    left: 0;
    overflow: hidden;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    -o-object-fit: cover;
}

.scroolhover {
    overflow: hidden;
}

    .scroolhover:hover {
        overflow-y: scroll;
    }

.card {
    border: 0px ;
}

.cms {
    text-align: justify;
}

.slideandright ul > li:first-child {
    padding-top: 0 !important;
}

.cms ul > li:first-child {
    padding-top: 0 !important;
}

.cms .pagination > li > a,
.pagination > li > span {
    line-height: unset;
}

.pagination-sm .page-link {
    font-size: 17px !important;
}

.header-f {
    font-size: 28px;
}

.mb-menu {
    font-size: 20px;
}

    .mb-menu:hover {
        color: red !important;
        background: unset !important;
    }

.mbmenu {
    background-color: #1f6b1aa1;
    position: fixed;
    z-index: 100;
    min-width: 70%;
    color: white !important;
    left: 0;
    outline: none;
    transition: 5s;
    height: 100vh;
    top: 0;
    overflow: auto;
}

    .mbmenu a {
        font-size: 17px;
        color: #fff !important;
    }

        .mbmenu a:hover {
            font-size: 17px;
            color: yellow !important;
        }

        .mbmenu a:active {
            font-size: 17px;
            color: yellow !important;
        }

    .mbmenu .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
    }

.scroolhover {
    overflow: hidden;
}

    .scroolhover:hover {
        overflow-y: scroll;
    }

.header-inner {
    clear: both;
    margin: 0 auto;
    height: 150px;
    position: relative;
    z-index: 0;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    /*background: url(images/dienban-bg.png) center top no-repeat;*/
}

.subbar {
    clear: both;
    border-bottom: 1px solid #eaeaea;
}

.hotbar,
.weblinkbox {
    margin-top: 4px;
}

.searchbox {
    z-index: 0;
    top: 0;
    width: 260px;
}

.sk-searchtextmb {
    max-width: 80%;
}

.hotbar .searchbox,
.hotbar .weblinkbox {
    top: 9px;
    vertical-align: middle;
}

.hotbar .searchbox,
.hotbar .weblinkbox {
    top: 9px;
    vertical-align: middle;
}

.header-logo {
    z-index: 1;
    left: 0;
    top: 50%;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    position: absolute;
}

    .header-logo a img {
        float: left;
        width: auto;
        height: 100%;
    }

    .header-logo a,
    .header-text a {
        float: left;
        width: 100%;
        height: 100%;
    }

.header-text {
    left: 50%;
    /*  width: 284px;
    margin-left: -142px;
    background: url(../images/header-text.png) center center no-repeat;*/
    margin-left: -210px;
    background: url(../images/header-text.png) center center no-repeat;
    font-family: Oswald;
    font-size: 35px;
    color: #f20d0d;
    transform: scale(1.3, 1);
}

.header-special,
.header-text {
    z-index: 1;
    top: 50%;
    height: 110px;
    margin-top: -55px;
    position: absolute;
}

.header-special {
    right: 0;
    width: 144px;
    background: url(../images/header-special.png) right top/auto 100% no-repeat;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
}

.header-special,
.header-text {
    z-index: 1;
    top: 50%;
    height: 110px;
    margin-top: -55px;
    position: absolute;
}

/*.header-slogan {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 560px;
    height: 15px;
    margin-left: -280px;
    color: #f20d0d;*/
/*font-size: 13px;*/
/*font-family: Oswald;
    bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}*/
.header-slogan {
    position: absolute;
    left: 50%;
    height: 70px;
    margin-left: -250px;
    color: #1a1b74;
    font-size: 40px;
    text-shadow: 2px 1px #e4e4e4;
    transform: scale(1.4, 1);
    font-family: Oswald;
    bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.page-header-inner {
    /*background-color: #fffbb4;*/
}

.navbar ul li {
    float: left;
    /*    height: 56px;
    line-height: 56px;*/
    margin-right: 1px;
}

    .navbar ul li.active {
        background: rgb(199 255 238 / 7%);
    }

.btn-download a,
.navbar li.active > a,
.navbar li.first.active > a,
.navbar li:hover > a {
    color: #3fff3e;
}


.navbar ul li.first a span {
    padding: 0 !important;
}

.navbar ul li a {
    padding: 0 10px;
    display: block;
    vertical-align: middle;
    clear: both;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    font-family: Oswald;
    font-size: 20px !important;
    text-decoration: unset;
}

.navbar ul .topLevel a::after {
    content: " ";
    width: 1px;
    margin-right: 0;
    background: url(images/navbar-sep.png) center center no-repeat;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 20em !important;
    max-width: 40em !important;
    border-radius: 0;
}

.navbar-nav .dropdown-menu {
    border: 0;
    position: absolute;
    min-width: 25em !important;
    max-width: 35em !important;
    border-radius: 0;
    color: #0d5190;
    background-color: #0067bec4;
}

    .navbar-nav .dropdown-menu span {
        padding: 2px 10px !important;
        text-align: left !important;
        height: auto !important;
        line-height: 2 !important;
        font-size: 17px !important;
    }

.mndata {
    overflow-y: auto;
}

    .mndata .list-group-item,
    .list-group-item.active {
        background-color: unset !important;
        border: 0px !important;
        color: #f4ff28;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
        border: 0 !important;
        border-bottom: 1px solid #ff8c08 !important;
        font-family: Oswald;
    }

    .mndata .bstreeview {
        background-color: unset;
        border: 0 !important;
    }

.navbar .topLevel ul li {
    height: auto !important;
    line-height: 2 !important;
    border-bottom: 1px solid #fff;
    width: 100%;
}

    .navbar .topLevel ul li:last-child {
        border-bottom: 0;
    }

.navbar-nav {
    flex-direction: row !important;
}

.mndata .navbar-nav {
    flex-direction: column !important;
}

.navbar-nav .topLevel ul {
    flex-direction: column !important;
}
.header{
	border-bottom:0px solid #ccc;
}
.navbar {
    clear: both;
    padding: 0.5rem;
    color: #fff;
    background-color: #0067be !important;
    /* background: url(../images/bgmn.png) no-repeat center center;
    background-size: 100% 100%;*/
}

    .navbar ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
        height: auto;
        padding: 0;
        margin: 0;
    }

.loginGroup,
.registerGroup {
    display: inline;
    float: right;margin-top: 3px;
}

    .registerGroup ul {
        display: inline-flex;
        padding: 0;
        margin: 0;
    }

        .registerGroup ul > li {
            list-style: none;
            padding-right: 3px;
        }

.userNotifications {
    display: none;
}

.registerGroup a {
    text-transform: unset !important;
}

.mbmenu ul {
    margin-top: -4px !important;
}

.loginGroup * {
}

.mbmenu .login {
    padding-right: 1rem !important;
}

.loginGroup a,
.registerGroup ul > li > a {
    font-family: unset;
    font-size: 13px !important;
    /*font-weight: bold;*/
    color: #0d6efd;
    padding-left: 10px;
}

.today.datetime {
    color: #885821;
    font-size: 13px;
    /*font-weight: bold;*/
    width: 100%;
}

.sk-searchtext {
    border-color: #ff8c0826 !important;
}

.spinnermodal {
    margin: auto;
    position: fixed;
    z-index: 1060;
    left: 0;
    top: 0%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent;
}

    .spinnermodal .loadding {
        position: fixed;
        left: 45%;
        top: 40%;
        text-align: center;
        border-radius: 5px;
        background-color: #fff; /* Fallback color */
        opacity: 0.6;
    }


.subbar {
    clear: both;
    border-bottom: 1px solid #eaeaea;
    height: 130px;
    background-color: #fcfdfd;
}

.dev-info {
    text-decoration: none;
}

.navbar ul li span {
    display: table-cell;
    vertical-align: middle;
    /*height: 56px;*/
    line-height: 1.35;
    text-align: center;
    font-size: 17px;
    font-family: Tahoma;
	letter-spacing:-1px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caret {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 5px #fff;
    height: 0;
    width: 0;
    padding: 0 !important;
    content: "";
    display: inline-block;
    content: "";
    position: relative;
    top: 12px !important;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.page-header {
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #e8f7ff;
}

@media only screen and (min-width: 320px) {
    .header-inner {
        height: 60px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .header-logo {
        left: 10px;
        top: 50%;
        width: 70px;
        height: 50px;
        margin-top: -25px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .header-special,
    .header-text {
        top: 50%;
    }

    .header-special {
        right: 10px;
        width: 72px;
    }

    .header-text {
        font-size: 16px;
        margin-top: -25px;
        margin-left: -50px;
    }

    .header-slogan {
        font-size: 18px;
        height: 20px;
        margin-left: -60px;
    }


    .navbar {
        padding: 0.375rem;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 640px) {
    .header-inner {
        height: 80px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .header-logo {
        left: 0;
        top: 50%;
        width: 80px;
        height: 70px;
        margin-top: -35px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .header-text {
        font-size: 23px;
        margin-top: -30px;
        margin-left: -100px;
    }

    .header-slogan {
        font-size: 25px;
        height: 30px;
        margin-left: -120px;
    }

    .navbar {
        padding: 0.25rem;
    }
}

@media only screen and (min-width: 980px) {
    .header-inner {
        height: 130px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .header-logo {
        left: 0;
        top: 50%;
        width: 140px;
        height: 100px;
        margin-top: -50px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .header-special {
        top: 50%;
        right: 0;
        width: 117px;
        height: 90px;
        margin-top: -45px;
    }

    .header-text {
        font-size: 30px;
        margin-top: -50px;
        margin-left: -110px;
    }

    .header-slogan {
        font-size: 35px;
        height: 55px;
        margin-left: -150px;
    }

    /*    .navbar ul li a {
        max-height: 50px;
        font-size: 14px;
        font-weight: 400;
    }

  

    .navbar ul li.first a i {
        width: 36px;
        height: 36px;
        padding: 10px;
    }*/
    .navbar ul li span {
        padding: 3px 7px;
        font-size: 14px;
    }


    .subbar {
        height: 95px;
    }
}

@media only screen and (min-width: 1050px) {
    .navbar ul li span {
        padding: 5px 10px;
        font-size: 15px;
    }


    .subbar {
        height: 95px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar ul li.first a i {
        width: 40px;
        height: 40px;
        padding: 12px;
    }

    .header-inner {
        height: 150px;
        background-size: auto auto;
    }

    .header-inner,
    .header-logo {
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
    }

    .header-logo {
        left: 0;
        top: 50%;
        width: 200px;
        height: 120px;
        margin-top: -60px;
        background-size: auto auto;
    }

    .header-special {
        top: 50%;
        right: 0;
        width: 144px;
        height: 110px;
        margin-top: -55px;
    }

    .header-slogan {
        left: 50%;
        height: 70px;
        margin-left: -250px;
        color: #0d5190;
        font-size: 40px;
        text-shadow: 2px 1px #e4e4e4;
        transform: scale(1.4, 1);
    }

    .navbar ul li a {
        font-size: 16px;
        font-weight: 400;
    }

    .navbar ul li span {
        padding: 4px 10px;
        font-size: 17px;
    }
    .header-text {
    }

    .subbar {
        height: 110px;
    }

    .header-slogan {
        margin-left: -180px;
    }
}

@media only screen and (min-width: 1300px) {
    .subbar {
        height: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .navbar ul li span {
                   padding: 4px 12px;
        font-size: 17px;
        padding-bottom: 2px;
    }

    .subbar {
        height: 130px;
    }
}

@media (max-width: 576px) {
    .scroolhover {
        overflow-y: scroll;
    }
}

a {
    text-decoration: none;
}

.bg-menu {
    background-color: #0d5190;
}

main {
    min-height: 80vh;
}

#footer {
    background: #0067be;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 16px;
}

    #footer .footer-top {
        background: #ff8800f7;
        border-bottom: 1px solid #4d635f;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 25px;
                line-height: 1.6;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 16px;
                line-height: 40px;
                margin-bottom: 0;
                font-family: "Roboto", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #58716d;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #1bbca3;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 14px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #56e7d0;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #40e4ca;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #1bbca3;
                color: #fff;
                transition: 0.3s;
                border-radius: 4px;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #158f7c;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

.headertinkhac {
    background-color: #958345 !important;
}

.subbar .container {
    height: 100%;
    background-image: url(/Portals/_default/Skins/QNMedia/Images/mttk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cms-523 .cms-content{
padding-top:3px;
}
.tinkhac-container ul li ,.hotnews-container ul li{
  padding: 4px !important; 
    /*border-bottom: 1px dotted #ff3131 !important;
    border-radius: 6px !important;*/
}
#dnn_news ul{
	margin-top:-8px !important;
}
.carousel-inner .col-md-4{
	/*padding-right:10px ;*/
}
.carousel-inner .col-md-4:last-child{
	padding-right:0px;
}