html {
    height: 100%;
}

#Body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #333;
}

#Form {
    height: 100%;
}

a {
    outline: 0;
    border: 0;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 1em 0;
}

#DNN6 {
    width: 100%;
    /*background-color: #FFE5B4;*/
}

.divbody {
    background-color: #fff;
   
    margin: 0 auto;
    /*box-shadow: 0 0 8px #888;*/
}

#Background {
    background: #fafafa url('Images/Body-BG.jpg') repeat-x 0 bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 240px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

#mainHeader-inner .navbar-default {
    background-color: #3b5998;
    border: none;
    border-radius: 0px;
    min-height: inherit;
}

#mainHeader-inner #navbar {
    padding-left: 0px;
}

#dnnMenu .topLevel {
    height: auto !important;
    padding:0px;
}

#mainHeader-inner .navbar-default .navbar-nav > .active > a, #mainHeader-inner .navbar-default .navbar-nav > .active > a:hover, #mainHeader-inner .navbar-default .navbar-nav > .active > a:focus {
    color: #214995;
}

#Header {
    width: 100%;
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 0;
}

    #Header .Content {
        position: relative;
       
    }

    #Header #ContentBG {
      
        /*background:#fff;*/
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    /*WAM - removed z-index*/
    #Header #Nav {
    }

    #Header .SearchContainer {
        position: absolute;
        z-index: 22;
        bottom: 19px;
        right: 0px;
        width: 232px;
        height: 32px;
        background: url(images/search.png);
    }

        #Header .SearchContainer .SearchBorder {
            border: 0;
            background: none;
        }

        #Header .SearchContainer .SearchIcon {
            float: left;
            width: 40px;
            padding: 3px;
            background-position: 9px 6px;
        }

        #Header .SearchContainer .SearchTextBox {
            float: left;
            background: none;
            width: 140px;
            margin: 3px;
            color: #eee;
        }

        #Header .SearchContainer .SearchButton {
            float: left;
            text-indent: -9999px;
            display: block;
            height: 32px;
            width: 30px;
            padding: 0;
        }

#Content {
    position: relative;
}

#Panes {
    /*width:966px;*/
    margin: auto;
    padding: 10px 0px;
    background: #fff;
}

    #Panes .col-md-4 {
        padding-right: 0px;
    }

.LogoRowRight {
    width: 300px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 20px;
}

#Login {
    text-align: right;
    color: #c5c5c5;
}

    #Login .SkinObject, #Login .LoginLink {
        color: #3b5998;
        padding: 0 0 0 5px;
        text-decoration: none;
    }

        #Login .SkinObject:hover, #Login .LoginLink:hover {
            text-decoration: underline;
        }

    #Login .LoginLink {
        padding: 0 5px;
    }

.clear, .clear_float {
    clear: both;
}

#LogoRow {
    position: relative;
    overflow: hidden;
}

#Breadcrumb {
    height: 30px;
    width: 1024px;
    line-height: 30px;
    background: url(images/Breadcrumb-BG.jpg) no-repeat 0 0;
    margin: 0 0 2em 0;
    font-size: 11px;
}

    #Breadcrumb span {
        display: inline-block;
        height: 30px;
        float: left;
        font-weight: bold;
        color: #666;
        font-size: 11px;
    }

    #Breadcrumb .Intro {
        text-transform: uppercase;
        padding: 0 15px 0 13px;
        margin: 0 15px 0 0;
        font-size: 10px;
        background: url(images/Breadcrumb-FirstSep.jpg) no-repeat right 0;
    }

    #Breadcrumb .SkinObject {
        display: inline-block;
        color: #944e4e;
        height: 30px;
        float: left;
    }

        #Breadcrumb .SkinObject:hover {
            text-decoration: underline;
        }

    #Breadcrumb span.Sep {
        width: 14px;
        background: url(images/Breadcrumb-Sep.jpg) no-repeat 0 0;
        margin: 0 15px;
    }

#dnn_ContentPane, #dnn_BottomPane {
    clear: both;
}

#DNN6.Home #dnn_LeftPane, #siteWrapper.homeMain .leftPanel {
    float: left;
    width: 706px;
}

#DNN6.Home #dnn_RightPane, #siteWrapper.homeMain .rightPanel {
    float: right;
    width: 250px;
}

#siteWrapper.homeMain #dnn_LeftTopNews {
    width: 481px;
    float: left;
}

#siteWrapper.homeMain #dnn_RightTopNews {
    width: 340px;
    float: right;
}

#siteWrapper.homeMain .leftpart {
    width: 63%;
    float: left;
}

#siteWrapper.homeMain .rightpart {
    width: 37%;
    float: right;
}

#DNN6.ThreeCol #dnn_LeftPane {
    float: left;
    width: 180px;
    margin: 0 10px 0 0;
}

#DNN6.ThreeCol #dnn_CenterPane {
    float: left;
    width: 470px;
    margin: 0 30px 0 0;
}

#DNN6.ThreeCol #dnn_RightPane {
    float: left;
    width: 250px;
}

#DNN6.TwoColLeft #dnn_LeftPane {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

#DNN6.TwoColLeft #dnn_RightPane {
    float: left;
    width: 630px;
}

#Footer {
    width: 100%;
}

    #Footer .Content {
       
        margin: auto;
        /*background:url("images/dantri-footer-bg.png") repeat-x top left #BBE7F9;    */
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
        color: #fff;
        padding-top: 0px;
    }

        #Footer .Content .Panes {
            padding: 0 0 0px 0;
        }

    #Footer #dnn_Footer_LeftPane {
        width: 470px;
        float: left;
        margin: 0 20px 0 0;
    }

    #Footer #dnn_Footer_RightPane {
        width: 470px;
        float: left;
    }

    #Footer #dnn_Footer_BottomPane {
        clear: both;
        color: Black
    }

    #Footer #Copyright {
        clear: both;
        height: 50px;
        width: 1024px;
        border-top: 4px solid #333333;
        line-height: 46px;
    }

    #Footer span.SkinObject {
        font-weight: normal;
        color: #666666;
    }

    #Footer a.SkinObject {
        float: right;
        font-weight: normal;
        text-decoration: underline;
    }

        #Footer a.SkinObject:link, #Footer a.SkinObject:active, #Footer a.SkinObject:visited, #Footer a.SkinObject:hover {
            color: #e5e5e5;
            padding: 0 0 0 15px;
        }

/* Content */
.Social-Links {
    text-align: right;
    padding: 15px 0 0 0;
}

    .Social-Links a {
        margin: 0 0 0 10px;
    }

.icoIN {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -192px 0;
}

.icoFacebook {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat 0 0;
}

.icoTwitter {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -32px 0;
}

.icoTwitter2 {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -576px 0;
}

.icoMySpace {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -64px 0;
}

.icoStumbleUpon {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -96px 0;
}

.icoDigg {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -128px 0;
}

.icoFlickr {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -160px 0;
}

.icoLinkedIn {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -192px 0;
}

.icoYouTube {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -224px 0;
}

.icoDelicious {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -256px 0;
}

.icoBlogger {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -288px 0;
}

.icoRSS {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -320px 0;
}

.icoEmail {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -352px 0;
}

.icoTumblr {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -384px 0;
}

.icoFourSquare {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -416px 0;
}

.icoReddit {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -448px 0;
}

.icoVimeo {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -480px 0;
}

.icoWordPress {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -512px 0;
}

.icoBebo {
    width: 32px;
    height: 32px;
    background: url(images/SocialMedia.png) no-repeat -544px 0;
}

/* Right Hand Links */
#RightLinks {
    margin: 0;
    padding: 0;
}

    #RightLinks li {
        height: 50px;
        clear: both;
        list-style-type: none;
        background: url(images/Horizontal-Sep.jpg) repeat-x left bottom;
        padding: 1em 0;
        margin: 0;
    }

        #RightLinks li img {
            float: left;
            height: 50px;
            width: 56px;
            margin: 0 15px 0 0;
        }

        #RightLinks li a:link, #RightLinks li a:visited {
            color: #000;
            text-decoration: none;
        }

        #RightLinks li a:active, #RightLinks li a:hover {
            color: #D0171E;
            text-decoration: none;
        }

        #RightLinks li p {
            margin: 0;
            line-height: 14px;
        }

            #RightLinks li p span {
                display: block;
                color: #000;
                font-size: 13px;
                font-weight: bold;
                text-transform: uppercase;
                padding: 0 0 2px;
                font-family: TitilliumText22LBold;
                font-size: 14px;
                text-shadow: #f7f7f7 1px 1px 1px;
            }

        #RightLinks li.icoMarketplace {
            background: none;
        }

        #RightLinks li.icoCommunity img {
            background: url(images/Icons.png) no-repeat -192px 8px;
        }

        #RightLinks li.icoManuals img {
            background: url(images/Icons.png) no-repeat -250px 0;
        }

        #RightLinks li.icoTraining img {
            background: url(images/Icons.png) no-repeat -316px 2px;
        }

        #RightLinks li.icoConferences img {
            background: url(images/Icons.png) no-repeat -376px 0;
        }

        #RightLinks li.icoMarketplace img {
            background: url(images/Icons.png) no-repeat -444px 0;
        }

/* Password Information */
#Passwords {
    margin: 2em 0;
    padding: 0;
}

    #Passwords li {
        display: inline-block;
        height: 62px;
        width: 305px;
        background: url(images/Icons.png) no-repeat -256px -64px;
        margin: 0 15px 0 0;
        padding: 0;
        list-style-type: none;
    }

        #Passwords li.Host {
            margin: 0;
        }

    #Passwords span.SubHead {
        display: block;
        color: #FFF;
        font-size: 14px;
        padding: 11px 0 8px 15px;
    }

    #Passwords span.Password {
        color: #FFF;
        padding: 0 0 0 15px;
    }

p.Disclaimer {
    clear: both;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
}

/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap {
    filter: none !important;
}

/* Modules */
.DnnModule {
    margin: 0 0 0.5em 0;
}

    .DnnModule ul, ol {
        padding: 0 0 0 24px;
    }
/* Panes - In Layout Mode */
.paneOutline {
    border: 0;
}

    .paneOutline span.SubHead center {
        border: 1px #ccc dotted;
        border-left: 0;
        border-right: 0;
        line-height: 2.5em;
    }

#iPopUp {
    display: none;
}

.eipbackimg {
    z-index: 1000;
}

/* Fonts */
.Normal {
    font-size: 12px;
    line-height: 16px;
}

.SubHead {
    color: #333;
}

/* Language Object */
.language-object {
    display: inline-block;
    margin-left: 5px;
}


/*--------tin phóng sự ảnh ------*/
/*.quangcao img{width:248px;border:0;text-align:center;margin-bottom:5px;}*/
.itemphoto {
    width: 100%;
    vertical-align: top;
    float: left;
    text-align: center;
    margin-right: 0px;
    overflow: hidden;
    padding: 0px 3px;
}

    .itemphoto div {
        padding-top: 3px;
        font-size: 14px;
    }

    .itemphoto img {
        width: 100%;
        height: 200px;
        padding: 2px;
        border: 1px solid #efefed;
    }
/*-------- 6 điều bác hồ dậy ------*/
.6dieubh {
    background: url("images/bacho.gif") no-repeat left top !important;
}

.listStd li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    color: #2D4563;
    font-weight: bold;
    margin: 0 0 5px 60px;
    padding-bottom: 5px;
}

.dnnmega li {
    font-weight: bold;
    padding: 2px 0px
}
/*------------template moi -----------------------------*/
.headdemo .container {
    width: 1024px;
}

.bg-head {
    background: rgba(0, 0, 0, 0) url("/Portals/0/images/bnpc.png") no-repeat scroll center top;
    background-size: cover;
    height: 115px;
}

    

.bannermenu {
    border: medium none;
    margin-bottom: 3px;
    background-color: #03ad5d;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}

    .bannermenu .Content {
        width: 1024px;
        margin: auto;
        background: #fff
    }

#ContentBG marquee {
    color: #ff010a;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.time-post {
    color: #888;
    font-size: 13px;
    font-style: italic;
}

#ContentBG .time-post {
    color: #000;
    padding-top: 6px;
}

.box_bacday {
    background-image: url("/Portals/_default/Skins/Standard/Images/bg-bacday.jpg"), url("/Portals/_default/Skins/Standard/Images/bg-bacday-repeat.png");
    background-position: left top, right top;
    background-repeat: no-repeat, repeat;
    height: 205px;
    width: 100%;
}

.Invisible h4 {
    color: rgba(255, 255, 255, 0.8);
    font-family: roboto condensed;
    font-size: 16px;
    margin: 0;
    padding: 6px 15px;
    text-align: right;
    text-transform: uppercase;
}

.headerBox0 {
    background: #c30209 none repeat scroll 0 0;
}

.contentboxbacday marquee {
    height: 150px;
    margin-left: 39%;
    overflow: hidden;
    padding-right: 2%;
    padding-top: 10%;
    width: 60%;
}

.contentboxbacday ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    padding-bottom: 13px;
}

#dnn_ctr1081_ModuleContent a img {
    width: 100%;
    margin-bottom: 10px;
}

.headerBox {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 2px solid #efefef;
    border-top: 1px solid #efefef;
    color: #de1c1c;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}

.headerlongText {
    letter-spacing: -1px;
    padding: 10px 5px;
}

#dnn_ctr1024_View_plnPlayMedia iframe {
    width: 100% !important;
    height: 215px !important;
}

#dnn_ctr1019_ModuleContent select {
    -moz-appearance: none;
    background: #f2d7c4 none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    width: 100%;
}

#dnn_ctr1019_ModuleContent .dropfield::after {
    bottom: 18px;
    color: #cc2d2e;
    content: "";
    font-family: "FontAwesome";
    font-size: 33px;
    position: absolute;
    right: 25px;
    z-index: 1;
}

.bg-nude {
    background: #f2d7c4 none repeat scroll 0 0;
}

.p15 {
    padding: 15px;
}

.itemNews .col-sm-5 img {
    width: 100%;
}

.othernewsBox li {
    background: rgba(0, 0, 0, 0) url("/Portals/0/Images/icon-li.jpg") no-repeat scroll left top 11px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

.itemNews a {
    color: #424141;
    font-size: 14px;
    font-weight: bold;
}

.pt10 p {
    font-size: 13px;
}

*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.mt15 .othernewsBox {
    margin: 0;
    padding: 0;
}

    .mt15 .othernewsBox li {
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.tieudebox {
    background: rgba(0, 0, 0, 0) url("/Portals/0/Images/bg-tieudebox.png") no-repeat scroll right center;
}

    .tieudebox a {
        background: #fff url("/Portals/0/Images/bg-tieudebox-a.png") no-repeat scroll left center;
        color: #02467b;
        font-family: "Roboto Condensed";
        font-size: 21px;
        font-weight: 400;
        padding: 0 20px;
        text-transform: uppercase;
    }

.pt10 {
    padding-top: 5px;
}

.othernewsBox img {
    float: left;
    margin-bottom: 11px;
    margin-right: 10px;
    margin-top: 5px;
    min-width: 75px;
    width: 15%;
}

.headerBoxCenter {
    border-bottom: 3px solid #efefef;
    color: #02467b;
    font-family: "Roboto Condensed";
    font-size: 20px;
    margin-left: 8px;
    padding-bottom: 7px;
}

.boxNewsCenter .othernewsBox li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 8px;
}

.othernewsBox {
    padding-left: 0px !important;
}

#dnn_ctr1035_RandomPhoto_dlGallery {
    padding: 0px;
    width: 100%;
}

.surveyitems label {
    display: initial;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

.surveyitems input[type="radio"], .surveyitems input[type="checkbox"] {
    line-height: normal;
    margin: 4px 5px 0;
}

a:hover {
    text-decoration: none !important;
    color: darkblue;
}

.owl-one-back, .owl-one-next, .owl-two-back, .owl-two-next, .owl-zero-back, .owl-zero-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
}

.owl-zero-back, .owl-zero-next {
    font-size: 30px;
    opacity: 0.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 28%;
}

    .owl-zero-back:hover, .owl-zero-next:hover {
        color: #fff;
    }

.owl-zero-back {
    left: 10px;
}

.owl-zero-next {
    right: 10px;
}

.owl-one-back, .owl-one-next {
    top: 15%;
}

.owl-two-back, .owl-two-next {
    top: 35%;
}

    .owl-two-back img, .owl-two-next img {
        width: 40px;
    }

.owl-one-back, .owl-two-back {
    left: 0;
}

.owl-one-next, .owl-two-next {
    right: 0;
}

.title-tinnoibat {
    background: #227ac1 url("/Portals/0/Images/bg-tieudiem.jpg") no-repeat scroll left top;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
}

.bg-grey {
    background: #f9f9f9 none repeat scroll 0 0;
}

.othernews li {
    list-style: outside url("/Portals/0/Images/icon-li-red.jpg") disc;
    padding-left: 5px;
    padding-top: 7px;
}

.titleHotNews a {
    color: #e70000;
    font-size: 15px;
    font-weight: bold;
}

.Invisible .titleHotNews {
    padding: 6px 0px;
    text-align: left;
    text-transform: uppercase;
}

.bottomfooter {
    background-color: #fff;
    margin-bottom: 10px;
}

    .bottomfooter h1 {
        font-size: 16px;
        font-weight: bold;
    }

.headerfooter {
    background-color: #227bc1;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    padding-left: 10px;
}

.bottomfooter a {
    color: #66c2e0;
}

ul {
    list-style: none !important;
}

.ui-tabs-nav-item {
    width: 270px !important;
}

.sliderkit-nav-clip {
    width: 280px !important;
}
/*-------menu tan phat------------*/
#dnnMenu .subLevel li {
    color: #fff;
    padding:0px;
}

#dnnMenu .subLevel .subLevelRight li {
    border: medium none;
}

/*#dnnMenu .topLevel li:nth-child(2) .subLevel li a {
    color: #fff !important;
    border-right: 1px solid #013890;
    background-color: #2a5ca2;
}*/

#dnnMenu .topLevel li .subLevel li a {
    color: #fff !important;
    border-right: 1px solid #013890;
    font-family: Oswald,Roboto;
    background-color: #227bc1;
    padding: 10px 20px 10px 15px;
}

#dnnMenu .topLevel li:nth-child(6) .subLevelRight li a {
    background-color: #fff;
    color: #282828 !important;
    border-right: 1px solid #fff;
}
.navbar-nav:not(.sm-collapsible) ul .caret {
   
    margin-right: 5px !important;
   
}
#dnnMenu .topLevel .subLevelRight li a {
    background-image: url("http://hinet.com.vn/sites/all/themes/bootstrap/img/lisst.png");
    background-position: 5px 20px;
    background-repeat: no-repeat;
    background-size: 5px auto;
    color: #282828 !important;
    border-right: 1px solid #ccc !important;
    background-color: #fff;
    border-bottom: none !important;
}

#dnnMenu .subLevel .subLevelRight ul {
    display: block !important;
}
/*------------------------------------*/
div.panel-panel h3 {
    color: #12456b;
    font-family: "Tahoma","Times New Roman",serif;
    font-size: 1.2em;
    font-weight: bold;
}

div.panel-panel ul li {
    font-family: "Verdana","Times New Roman",serif;
    font-size: 1.05em;
    list-style-type: square;
}

.sotaytructuyen .lst-item {
    display: none;
}

#faq .answer, .answer {
    color: #333;
    display: none;
    font-size: 9pt;
    line-height: 16pt;
    margin: 10px 0 0;
}

.group > li > h4 {
    background-color: #f1f1f1;
    color: #333333;
    cursor: pointer;
    font-size: 13pt;
    line-height: 30px;
    padding: 0 15px;
    margin: 0px;
}

.group > li {
    border: 1px solid #cecdcd;
    margin-bottom: 2px;
}

    .group > li > h4:hover, .group > li > h4.on, .group > li > h4.on .fa-group {
        color: #3599d3;
    }

.lst-item > li {
    border-top: 1px solid #cecdcd;
    padding: 10px 15px;
}

    .lst-item > li:first-child {
        border-bottom: medium none;
    }

#faq .question, #faq-detail .question, .question {
    color: #5f5f5f;
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
    line-height: 16pt;
}

.group .lst-item {
    padding: 0px;
    margin: 0px;
}

.sotaytructuyen .fa-plus-square, .sotaytructuyen .fa-minus-square {
    float: right;
}

.sotaytructuyen h4 .fa-plus-square, .sotaytructuyen h4 .fa-minus-square {
    float: right;
    line-height: 30px;
}

.question p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sotaytructuyen li .answer .top {
    color: #d80000;
    font-size: 9pt;
    font-weight: bold;
    margin-right: 10px;
    width: 100%;
}

.anpham {
    background: rgba(0, 0, 0, 0) url("/portals/0/Images/01anpham.png") no-repeat scroll center top;
    background-size: contain;
    height: 105px;
}

.col-2, col-3 {
    text-align: center;
}

.list-group-header {
    background: #6a9fdc none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    width: 100%;
}

    .list-group-header a h5 {
        float: left;
        font-family: Open Sans-serif;
        font-size: 14px;
        padding: 3px 5px;
        width: 75%;
        text-transform: uppercase;
    }

    .list-group-header a {
        color: #fff;
    }

.list-group-header1 {
    background: #6a9fdc none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    width: 100%;
}

    .list-group-header1 a h5 {
        float: left;
        font-family: Open Sans-serif;
        font-size: 18px;
        padding: 3px 5px;
    }

    .list-group-header1 a {
        color: #fff;
    }

.list-group ul {
    margin: 0;
    padding: 0px;
}

.list-group-content > ul > li {
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    line-height: 30px;
    padding: 5px 5px;
    position: relative;
}

    .list-group-content > ul > li > a {
        color: #000;
        display: block;
    }

.list-group-content1 > ul > li > a {
    font-size: 13px;
    display: block;
}

#in-li-ser a.title-ser:hover {
    color: #000;
}

#in-li-ser li.li-ser {
    position: relative;
}

#in-li-ser ul {
    background-color: #c9dbe7;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 355px;
    z-index: 100000;
    padding-left: 10px;
}

    #in-li-ser ul li a {
        padding: 0px;
    }

    #in-li-ser ul .ser-left li,
    #in-li-ser ul .ser-right li {
        line-height: 15px;
        margin-left: 5px;
    }

#in-li-ser li.li-ser ul.ser .ser-left li:hover {
    background-color: #96c0f2;
    line-height: 15px;
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
}

#in-li-ser li.li-ser ul.ser .ser-right li:hover {
    line-height: 15px;
}

#in-li-ser li.li-ser ul.ser .ser-left li.active {
    background-color: #96c0f2;
    margin-left: 0;
    margin-right: 10px;
}

    #in-li-ser li.li-ser ul.ser .ser-left li.active a {
        margin-left: 5px;
    }

.list-group ul li a span {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.list-group .list-group-content ul div li:hover a {
    color: #000;
    margin-left: -5px;
}

#in-li-ser li.li-ser:hover {
    background: #c9dbe7 none repeat scroll 0 0 !important;
}

    #in-li-ser li.li-ser:hover a {
        color: #000;
    }

#in-li-ser li:hover ul, #in-li-ser li:hover ul ul ul, #in-li-ser li:hover ul ul ul ul {
    display: none;
}

#in-li-ser li:hover ul, #in-li-ser li li:hover ul, #in-li-ser li li li:hover ul, #in-li-ser li li li li:hover ul {
    display: block;
}

ul.ser .ser-right li.active {
    background-color: #96c0f2 !important;
    margin-left: 0 !important;
    margin-right: -15px !important;
}

ul.ser .ser-left li:hover a {
    padding: 10px !important;
}

ul.ser .ser-right li:hover {
    background-color: #96c0f2 !important;
    margin-left: 0 !important;
    margin-right: -15px !important;
}

ul.ser .ser-right li {
}

    ul.ser .ser-right li:hover a {
        padding: 10px !important;
    }

#in-li-ser ul li:hover a {
    color: black;
}

#in-li-ser ul .ser-left {
    float: left;
    padding: 5px 5px;
    width: 100%;
}

#in-li-ser ul .ser-right {
    float: right;
    padding: 5px 30px;
    width: 50%;
}

#in-li-ser ul li a i {
    font-size: 12px;
    padding-right: 5px;
}

#in-li-ser ul li a span {
    color: #fff;
}

.list-group-content ul.in-li-ser li ul.ser {
    background-color: #e0dada;
    border: 1px solid #c7b8b8;
    display: none;
    padding-top: 0 !important;
    position: absolute;
    right: 184px;
    top: -1px;
    z-index: 100000;
}

.list-group-content ul li:last-child {
    border-bottom: medium none;
}

.list-group-content > ul > li > a {
    color: #000;
    display: block;
}

#in-li-ser ul li {
    line-height: 35px;
    margin-left: 5px;
}

.list-group .list-group-content ul div li a {
    color: #000;
    display: block;
    padding: 0;
}

#in-li-ser ul li a i {
    font-size: 12px;
    padding-right: 5px;
}

.list-group .list-group-content ul div li a {
    color: #000;
    display: block;
    padding: 0;
}

#dnn_ctr1263_ModuleContent .list-group {
    margin-bottom: 0px !important;
}

.list-group-content ul li a, .list-group .list-group-header a {
    font-size: 14px;
}
@media (max-width:768px) {
    .dt-header__logo {
        float: left;
        margin: 0px;
        display: flex;
        justify-content: space-evenly;
        height: 50px;
        flex-direction: column;
    }
        .dt-header__logo > a {
            color: #fff;
            font-family: "Roboto Condensed";
            font-size: 14px;
            width: 250px;
           
            padding-left: 15px;
         
        }
    .itemNews .col-xs-6 {
        padding-right: 0px;
    }
    #dnn_RightPart1, #dnn_LeftPart1 {
        padding: 0px;
    }
    #siteWrapper .topbnn {
        padding: 0px;
    }
    .bg-head {
        height: 0px;
    }
    #navbar {
        width:100%;
    }
    #dnnMenu .topLevel li:nth-child(6) .subLevelRight li a {
        background-color: #716d6d;
       
    }
    #siteWrapper.homeMain #dnn_LeftTopNews {
        width: 100%;
        
    }
    #dnn_RightTopNews{
        display:none;
    }
    .ModDnnForgeLatestArticlesC .col-sm-12 {
        padding-left:0px;
        padding-right:0px;
    }
    #dnn_ctr1415_ModuleContent{
        display:none;
    }
}
@media (min-width: 768px) {
    .dt-header__logo {
        display: none;
    }
}
#dnn_ctr961_View_pnsearch {
  padding: 10px;
background-image: linear-gradient(#ffb300, yellow);
}
#dnn_ctr961_View_pnsearch tr span,
#dnn_ctr961_View_pnsearch tr select,
#dnn_ctr961_View_pnsearch tr input{
	margin:5px;
}
.titleSearch{
	font-weight:bold;
}