/****************************
***********School************
*****************************/
.bootstrap-datetimepicker-widget {
}
#wrapper-main {
    width: 100%;
    float: left;
}
.lang_vi {
    overflow: hidden;
    background-image: url(../img/vi.png);
    height: 38px; width: 60px;
    background-size: 100% 100%;
}
.lang_en {
    overflow: hidden;
    background-image: url(../img/en.png);
    height: 38px; width: 60px;
    background-size: 100% 100%;
}
.navi-header {
    /*background: url(../img/bg-foo.jpg) no-repeat top center;*/
    background: ##990000 !important;
    background-size: cover;
    /*float: left;
    width: 100%;*/
}

ul {
    list-style-type: none;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.menu-top{
    display:block
}
.menu-top ul li{
    display:inline-block;
    float:left;
    position:relative;
    border-left:1px solid #ecf0f7
}
.menu-top ul li:hover{
    background-color:#ec900a
}
.menu-top ul li:last-child{
    border-right:1px solid #ecf0f7
}
.menu-top ul li a{
    display:block;
    font-size:14px;
    color:#fff;
    padding:0px 15px
}
.menu-top ul li input{
    display:block;
    font-size:14px;
    color:#fff;
    padding:0px 15px
}
.menu-foo{
    display:block;
    background:url(../img/bg-foo.jpg) no-repeat top center;
    background-size:cover;
    padding:0px 0
}
.menu-foo ul{
    text-align:center
}
.menu-foo ul li{
    display:inline-block;
    position:relative;
    color:#fff
}
.menu-foo ul li:after{
    content:"|";
    float:right;
    display:inline-block;
    height:24px;
    width:1px;
    position:absolute;
    right:0;
    top:0
}
.menu-foo ul li:last-child:after{
    content:""
}
.menu-foo ul li a{
    display:block;
    font-size:14px;
    color:#fff;
    padding:0 10px
}
.menu-foo ul li a:hover{
    color:#fff
}
.search-box{
    width:auto;
    display:inline-block;
    float:right
}
.search-box form{
    float:left
}
.search-box input{
    border:0;
    /*height:38px;*/
    text-indent:5px;
    width:150px;
    float:left;
    border-right:0;
    transition:.6s ease-in-out
}
.search-box input:focus{
    width:250px;
    transition:.6s ease-in-out;
    outline:none
}
.search-box button{
    width:40px;
    float:right;
    background:#990000;
    border:none;
    line-height:0px
}
.search-box button span{
    font-size:18px;
    color:#fff
}
.clock-top{
    color:#fff;
    /*padding-top:5px;*/
    float:right;
    margin-right:15px;
    /*padding-top:8px*/
}

.delete-royal {
    font-size: 14px;
    font-weight: 600;
}

    .delete-royal span {
        font-weight: 300;
    }

.label-royal {
    color: #990000;
}

.group-royal {
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #f3f2f2;
    padding: 10px 20px;
}
/* Notification */
.noti_bubble {
    position:absolute;
    top: 0px;
    left: 30px;
    padding: 0px 3px;
    background-color: #f16147;
    color: white;
    font-weight:bold;
    font-size: 11px;
    
    border-radius:3px;
    box-shadow:1px 1px 1px gray;
}
.noti_container {
    position:relative;
    width:35px;
    height: 18px;
    float:right;
}
.notification {
    padding-right: 10px !important;
}
.notification a {
    padding-top: 6px; 
    color: #575751; 
    font-weight: 600; 
    float: right;
    text-decoration: none;
}
    .notification a:hover {
        color: #990000 !important;
    }
.notification .glyphicon {
    font-size: 18px;
}
/* FAQ */
.faq-question {
    border-bottom: 1px dashed #ddd; 
    padding: 10px;
}
    .faq-question a {
        color: #990000 !important;
        font-weight: 600;
        line-height: 30px;
    }
    .faq-question span {
        color: #990000;
    }
.faq-answer {
    border-bottom: 1px dashed #ddd; 
    padding: 10px; 
    background-color: #eeeded;
    display:none;
}
    .faq-answer label, .faq-answer span {
        color: #990000;
    }
/* Back to top */
#bttop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
/* Social-box*/
.skype-button {
    margin-left: 50px;
}

.skype-button-call img {
    height: 24px !important;
    width: 56px !important;
    margin: 0px 0px 0px 0px !important;
}

.skype-button-chat img {
    height: 24px !important;
    width: 65px !important;
    margin: 0px 0px 0px 10px !important;
}

.fb-like {
    overflow: hidden;
}

.social-box {
    position: fixed;
    top: 28%;
    right: 2px;
    width: 74px;
    height: auto;
    padding-left: 8px;
    padding-top: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.1);
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 5px;
}

.social-item {
    margin: 0 auto;
    padding-bottom: 5px;
}

@media (max-width: 1360px) {
    .social-box {
        display: none;
    }
}
/* Captcha */
.img-captcha {
    max-width: 240px;
    margin-bottom: 10px;
}

    .img-captcha a {
        color: #197d8f !important;
        font-size: 12px;
    }
/* List Service */
.border-dashed {
    /*border-top: 1px solid #c4c1c1;
    border-left: 1px solid #c4c1c1;
    box-shadow: 1px 1px 1px 1px #c4c1c1;*/
    /*box-shadow: 0 1px 1px 1px #bab8b8, 0 0 2px 2px #c4c1c1;*/
    /*border: 2px dashed #46B120;
    background-color: #ECF0F7;*/
}

.list-service {
    min-height: 100px !important;
    text-align: center;
}

.item-service {
    padding: 15px;
    height: 110px;
}

    .item-service .glyphicon {
        font-size: 35px;
    }

    .item-service a {
        /*color: #5a5656 !important;*/
    }

        .item-service a:hover {
            /*color: #007197 !important;*/
        }

.label-service {
    clear: both;
    font-weight: bold;
}
/* Search Block */
@media (max-width: 340px) {
    .timezone {
        display: none;
    }
}

@media (max-width: 991px) {
    .welcome {
        display: none;
    }
}

.welcome {
    /*width: 550px;*/
    float: left;
    color: #ea592c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px !important;
}

.timezone {
    padding-top: 7px !important;
    font-size: 12px;
    font-weight: bold;
}

#search-block {
    background-color: #fff;
}

.search-block {
    margin-bottom: 0px;
    height: 40px;
    padding: 4px 8px !important;
    background: url(../img/bg_search_block.png) repeat scroll center bottom rgba(0, 0, 0, 0);
}

    .search-block input-group {
        float: right;
    }

    .search-block .pull-right {
        padding-left: 12px;
    }

@media (max-width: 991px) {
    .search-block .pull-right {
        padding-left: 0px;
    }
}
/* Check-list-group */
.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    /*background-color: #46B120;*/
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    /*background-color: #337ab7;
    border-color: #337ab7;*/
    background-color: #990000;
    border-color: #fff;
}
/* Search group */
.dropdown-group {
    margin-right: 20px;
}

@media (max-width: 340px) {
    .dropdown-group {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .dropdown-group {
        margin-right: 0px;
    }
}
/*=====================*/
@media (max-width: 340px) {
    .combo-group .btn-group {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .combo-group .input-group {
        margin-top: 10px;
    }
}
/*======================*/
.split-group .btn-group {
    float: right;
}

@media (max-width: 340px) {
    .split-group .btn-group {
        float: left;
        margin: 10px 0px;
    }

    .col-xs-6 {
        width: 100%;
    }
}
/*=======================*/
.search-group {
    float: right;
}

@media (max-width: 767px) {
    .search-group {
        margin: 10px 0px 5px 0px !important;
    }
}
/* Date-detail */
.advertise {
    width: 100% !important;
    /*max-height: 120px;*/
    /*height: auto !important;*/
    /*margin-bottom: 6px !important;*/
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 69px; */
}

.date-detail {
    /*text-align:right;*/
    font-size: 12px;
}

    .date-detail a {
        color: gray !important;
    }

        .date-detail a:hover {
            color: #007197 !important;
        }
/* Gallery */
#list-album {
    margin-top: 15px;
}

    #list-album .title-album {
        max-width: 200px;
        padding-top: 5px;
        padding-bottom: 10px;
        height: 80px;
        font-weight: 600;
    }

@media (max-width: 340px) {
    #list-album .col-xs-6 {
        width: 100%;
    }

    #list-album {
        text-align: center;
    }

        #list-album .title-album {
            margin: auto;
        }
}
/* Category */
.item-category img {
    width: 150px;
    height: 110px;
}

@media (max-width: 767px) {
    .item-category img {
        margin-bottom: 10px;
    }
}

.item-category {
    border-bottom: 1px solid #ddd;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* Form group PADDING */
.no-padding {
    padding: 0px;
}

.no-padding-right {
    padding: 0px 0px 0px 20px !important;
}
.no-padding-left {
    padding: 0px 20px 0px 0px !important;
}

@media (max-width: 767px) {
    .no-padding-left {
        padding: 0px !important;
    }
    .no-padding-right {
        padding: 0px !important;
    }
}
/* BUTTON OPTION */
.status-true {
    /*background-color:#a6ea9a !important;*/
    color: #4abf34 !important;
    font-weight: bold;
}

.status-false {
    /*background-color:#f5a99c !important;*/
    color: #e14226 !important;
    font-weight: bold;
}

.btn-option {
    background-color: #990000;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option:hover {
        background-color: #1690a5;
    }

.btn-option-green {
    background-color: #5ece49;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-green:hover {
        background-color: #2f901c;
    }

.btn-option-red {
    background-color: #f16147;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-red:hover {
        background-color: #c83419;
    }
/* Pagination */
.pagination .active a, .pagination .active a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #990000;
    border-color: #990000;
}

.pagination li a {
    color: #990000;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*.btn-primary {
    background-color: #46B120;
    border-color: #46B120;
}

    .btn-primary:hover {
        background-color: #1690a5;
        border-color: #1690a5;
    }

    .btn-primary[disabled] {
        background-color: #46B120;
        border-color: #46B120;
    }*/

/* Table Responsive */
.img-table {
    max-width: 80px;
    max-height: 68px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.img-avatar {
    max-width: 80px;
    max-height: 110px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.table-responsive td, th {
    white-space: normal !important;
    /*min-width: 150px;*/
    max-width: 250px;
    vertical-align: middle !important;
}

.table-responsive td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-responsive th {
    font-weight: bold;
}

/* Validation */
.field-validation-error, .validation-summary-errors {
    color: #e82020;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: block !important;
    }
}

#gallery {
    padding-top: 10px;
}

    #gallery img {
        width: 95px;
        height: 95px;
        padding: 3px;
    }

/* Counter access */
.counter-access p {
    font-weight: 600;
}

.counter-access .glyphicon {
    color: #ea592c;
}

/* Support online */
.support-online p {
    font-weight: 600;
}

.support-online .glyphicon {
    color: #ea592c;
}

.support-online span {
    font-weight: 300;
}
/* Support online end*/
.list-linked p {
    background-color: #ADD8E6;
    padding: 5px;
    border-radius: 5px;
}

.title-embed {
    padding-top: 10px;
    font-weight: 600;
    text-align:center;
}
/* Relative News */
.relate-news {
    margin-top: 30px;
    border-top: 2px solid #e5e5e5;
}

    .relate-news label {
        color: #e82020;
        font-size: 17px;
        padding-top: 10px;
    }

    .relate-news ul {
        padding-left: 20px;
        line-height: 22px;
    }

    .relate-news span {
        font-style: italic;
    }

    .relate-news a {
        font-weight: 600;
    }
/*NAVBAR BACKGROUND*/
.navbar-nav li:hover {
    /*background-color: #990000;
    color:#fff;*/
    background-color:#4de079
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #990000 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #990000 !important;
    /*background-color: #427cb6;*/
}

.navbar-default .navbar-nav > .open > a {
    background-color: #4de079 !important;
    /*background-color: #427cb6;*/
}
/*NAVigation BAR*/
.dropdown-menu {
    font-size: 13px;
}

    .dropdown-menu .divider {
        height: 0px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
    .dropdown-menu>li>a{
        padding:0 10px;
        line-height:34px;
        font-size:14px;
        text-transform:none;
        border-bottom:none;
    }

    .dropdown-menu > li > a:hover 
    {
        color:#fff !important;
        background-color:#990000;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/* =======height menu bar========== */
@media (max-width: 767px) {
    .navbar {
        font-size: 14px;
    }
}

.navbar {
    margin-bottom: 0px;
    min-height: 40px;
}

.navbar-nav > li > a {
    line-height: 10px;
    border-right: 1px solid #e4e7eb;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        border-right: 1px solid #e4e7eb;
    }
}
/* =======height menu bar========== */
.navbar-default {
    background-color: #990000 !important;
    /*background-color: #990000;*/
    /*background-color: #427cb6;*/
    border: none;
    border-radius: 0px;
    border-top: 1px solid #f8f8ff;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0px;
    }
}

.nav a {
    color: #fff !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        color: #333 !important;
        font-weight: 600 !important;
    }
}
/*============================*/
.login-part {
    /*background-color: #ececec;*/
}

#main {
    min-height: 400px;
    /*background-color: #ececec;*/
    background-color: #fff;
}

@media (max-width: 767px) {
    #home-slideshow {
        margin-bottom: 20px;
    }
}

.no-padding {
    padding: 0px;
}
/* SCROLL TEST*/
.scroll-text {
    overflow: hidden;
    height: 190px;
}

@media (max-width: 767px) {
    .scroll-text {
        margin-bottom: 15px;
    }
}

.scroll-text ul {
    /*padding: 0px;
    overflow: hidden;
    list-style-type: none;*/
        /*margin-left: 25px;*/
}

    /*.scroll-text ul li {
        padding: 5px 0px;
    }*/
   
    /*.scroll-text ul li {
  list-style-image: url("http://4.bp.blogspot.com/-mpLQ5__-L-I/VJRpKS3KtGI/AAAAAAAAMXA/YfYAJql--mU/s1600/star.png");
}*/


/* News HOT */
.news-hot {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    /*.news-hot {
        padding-left: 0px;
    }*/
}
.padding {
    padding-right: 5px;
    padding-left: 5px;
}
.news-hot .title-news-hot {
    /*border-bottom: solid 2px #ea592c;*/
    /*margin-bottom: 5px;*/
    /*margin-top: 5px;*/
    /*padding-bottom: 10px;*/
}

    .news-hot .title-news-hot h5 {
        color: #ea592c;
        font-weight: 600;
        font-size: 16px;
    }

.list-news-hot a {
    font-weight: 600;
    /*margin-right: 0px;*/
}

/* News BOX */
.news-box {
    margin-top: 0px;
}

    .news-box label {
        font-size: 13.5px;
    }
.title-news-box h5 {
        padding-top: 1px;
        font-weight: 600;
}
.title-news-box h5 a {
            color: #fff;
        }

.title-news-box {
    background: url(../img/backgroundtitle.png) no-repeat scroll left top #fff;
}

.child-menu {
    font-size: 12px;
    margin-bottom: 20px;
}

.news-box .title-news-box {
    /*border-bottom: solid 2px pink;*/
    margin-bottom: 5px;
    min-height: 26px;
}

    .news-box .title-news-box h5 {
        padding-left: 10px;
        padding-top: 6px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

        .news-box .title-news-box h5 a {
            color: #fff;
        }

.news-box .no-padding {
    /*padding-right: 10px;
    padding-bottom: 5px;*/
}
.list-news-box p a {
  position: relative;
  list-style: none;
}
.list-news-box p a:before {
  /*content: "*";
  position: absolute;
  left: -15px;
  bottom: -3px;*/
}
.list-news-box p a {
    list-style-image: url(http://4.bp.blogspot.com/-mpLQ5__-L-I/VJRpKS3KtGI/AAAAAAAAMXA/YfYAJql--mU/s1600/star.png);
}
@media (max-width: 767px) {
    .news-box .no-padding {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

.news-box img {
    float: left;
    margin-right: 10px;
    width: 170px;
    height: 130px;
}

/*------------*/
/* News BOX */
.news-box {
    margin-top: 0px;
}

    .news-box-2 label {
        font-size: 13.5px;
    }

.title-news-box {
    background: url(../img/backgroundtitle.png) no-repeat scroll left top #fff;
}

.child-menu {
    font-size: 12px;
    margin-bottom: 20px;
}

.news-box-2 .title-news-box {
    /*border-bottom: solid 2px pink;*/
    margin-bottom: 5px;
    min-height: 26px;
}

    .news-box-2 .title-news-box h5 {
        padding-left: 10px;
        padding-top: 6px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

        .news-box-2 .title-news-box h5 a {
            color: #fff;
        }

.news-box-2 .no-padding {
    padding-right: 10px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .news-box-2 .no-padding {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}


.list-news-box a {
    font-weight: 600;
    /*font-size: 13px;*/
}

@media (min-width: 768px) {
    .list-news-box {
        /*border-left: 1px solid #dddddd;*/
        /*padding-left: 20px;*/
    }
}

@media (max-width: 767px) {
    .list-news-box p {
        background-color: #e6eff6;
        padding: 5px;
        border-radius: 5px;
        margin-left: 10px;
    }
}

/* BOT content */
.box-content h5 {
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
}

.box-content {
    padding: 8px;
    background-color: #fff;
    /*min-height: 240px;*/
    margin-bottom: 8px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

    .box-content a {
        color: #990000;
    }

        .box-content a:link {
            text-decoration: none;
        }

        .box-content a:hover {
            color: #007197;
        }
/* BOT content IMG */
.box-content-img h5 {
    margin-top: 5px;
}

.box-content-img {
    padding: 8px;
    background-color: #fff;
    /*min-height: 120px;*/
    margin-bottom: 8px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

    .box-content-img a {
        color: #333;
    }

        .box-content-img a:link {
            text-decoration: none;
        }

        .box-content-img a:hover {
            color: #007197;
        }
/* BOT content RIGHT*/
.title-box-right {
    border-bottom: solid 2px #990000 !important;
    /*border-bottom: solid 2px #56BAEC;*/
    margin-bottom: 10px;
}

    .title-box-right label {
        color: #990000 !important;
        /*color: #0099CC;*/
        font-weight: 600;
        font-size: 16px;
    }
.box-content-right-two a {
    color: #333;
}

.box-content-right-two span {
    padding-right: 10px;
}

.box-content-right-two .no-padding {
    margin-bottom: 10px;
}


.box-content-right-two p {
    font-size: 13px;
}

.box-content-right-two {
    padding: 8px;
    background-color: #fff;
    min-height: 80px;
    margin-bottom: 8px;
    overflow: hidden;
    /* border: 1px solid #e5e5e5; */
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.box-content-right a {
    color: #333;
}

.box-content-right span {
    padding-right: 10px;
}

.box-content-right .no-padding {
    margin-bottom: 10px;
}

.box-content-right img {
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 60px;
}
#ul-scroll-hot img {
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 60px;
}
#ul-scroll-hot .no-padding {
    margin-bottom: 5px;
}
.list-news-box img {
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 60px;
}
.list-news-box .no-padding {
    margin-bottom: 10px;
}
.box-content-right p {
    font-size: 13px;
}

.box-content-right {
    padding: 8px;
    background-color: #fff;
    min-height: 80px;
    margin-bottom: 8px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.navi-header {
    display: block;
}
@media (min-width: 992px) {
    .box-content-right {
        margin-left: 8px;
    }
    .box-content-right-two {
        margin-left: 8px;
    }
    .box-content-right-noti {
        margin-left: 8px;
    }
}

/* Detail news*/
.box-extra {
    min-height: 800px !important;
}

@media (max-width: 991px) {
    .box-extra {
        min-height: 400px !important;
    }
}

@media (min-width: 768px) {
    .box-extra {
        padding-left: 14px;
    }
}

.title-detail {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
}

.date-detail {
    color: gray;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 5px;
}

/* BODY OLD*/
body {
    font-family: 'Roboto',arial;
    font-weight: 300;
    background-color: #ECF0F7;
    /*background-color: #ececec;*/
    color: #444334;
    font-size: 13px;
}

.spacing {
    height: 50px;
    display: block;
}

#header {
    min-height: 10px;
    border-top: 1px solid #F8F8FF;
}

    #header h1 {
        font-weight: 700;
    }

#footer {
    background-color: #990000 !important;
    /*background-color: #427cb6;*/
    color: white;
    padding: 15px 0px 15px 0px;
    /*text-align: center;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

    #footer img {
        width: 16px;
        height: 16px;
        border: 1px solid #fff;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.powered {
    text-align: right;
}
/* Home SEARCH */
@media (min-width: 768px) {
    #home-search {
        margin-top: 22px;
    }
}

#home-search .input-group {
    max-width: 500px;
}

@media (min-width: 768px) {
    #home-search .input-group {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .list-service {
        display: none;
    }
    /*.navi-header {
        display: none;
    }*/
}

#home-search .input-group .form-control {
    height: 40px;
}

#home-search .input-group .input-group-btn .btn {
    height: 40px;
}
/* Slide Show */
.carousel-inner img {
    /*width: 100%;*/
}

#home-slideshow a {
    color: #fff;
}

.carousel-caption {
    font-weight: 600;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    text-align: left;
    background: url(../img/bg-hover.png) left top repeat;
    opacity: 1;
}
.carousel-caption a {
    color: #fff;
}
    .carousel-caption a:hover {
        text-decoration: underline;
    }
/*======================================*/
.whitespace {
    height: 25px;
    /*display: none;*/
}

ul.usermng li {
    list-style: none;
    float: right;
    font-size: 12px;
    padding: 5px;
}

    ul.usermng li a {
        color: #777;
    }

        ul.usermng li a:hover {
            color: #444334;
            text-decoration: none;
        }

        ul.usermng li a:link {
            text-decoration: none;
        }

.container {
    /*box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);*/
    /*box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);*/
    /*max-width: 1000px;*/
}
.btn-link{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  color:#ffffff;
  text-decoration:underline;
  font-family:inherit;
  font-size:inherit;
}
.btn-link:active{
  color:#FF0000;
}
.box-content-right-noti a {
    color: #333;
    text-decoration: none;
}

.box-content-right-noti span {
    padding-right: 10px;
}

.box-content-right-noti .no-padding {
    margin-bottom: 10px;
}

.box-content-right-noti img {
    float: left;
    margin-right: 5px;
    width: 80px;
    /*height: 60px;*/
}

.box-content-right-noti p {
    font-size: 13px;
}

.box-content-right-noti {
    padding: 8px;
    background-color: #fff;
    min-height: 80px;
    max-height: 228px;
    margin-bottom: 8px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.scroll-nofi {
    overflow: hidden;
    height: 168px;
}