/*
* Author Duc Nguyen
* Website design by Duc nguyen
*/
/*Update*/

/*menu Top*/
.float-left{
    float:left;
}
.menu-top {
    width: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.menu-top li{
    float:right;
    padding-left:0px !important;
    padding-right:5px !important;
}
.menu-top li::before{
    content:"";
    border-left:1px solid;
    height:50%;
    padding-right:5px;
}
.li-first:before{
    border-left:none !important;
}



.AjaxUpdateProgress {
    filter: alpha(opacity=80);
    zoom: 1;
    opacity: 0.8;
    background-color: #FFF;
    color: #555555;
    width: 130px;
    height: 75px;
    text-align: center;
    top: 40%;
    left: 42%;
    position: fixed;
    border: 1px solid #b5b5b5;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999;
}
.AjaxUpdateProgress img{
    position: absolute;
    left: 33%;
    top: 20%;
    width: 35%;
}
.contentBlock {
    border: 1px solid #026BBA;
    overflow: hidden;
    padding: 13px 10px 25px 10px;
    background: #fff;
}

a.userShow {
    float: left;
    margin-right: 15px;
    display: block;
    margin-left: 7px;
}

a.iconLogout {
    background: url(../images/icon_grey_logout.png) no-repeat left top;
    width: 16px;
    height: 16px;
    padding-left: 20px;
    display: block;
    text-transform: none;
    font-size: 12px;
    margin-left: 10px;
    float: left;
}

.lineClear {
    clear: both;
    border-bottom: 1px solid #E5E5E5;
    height: 1px;
    width: 96%;
    margin: auto;
    padding-top: 10px;
    margin-bottom: 12px;
}

a.iconDownload {
    background: url(../images/download2.png) no-repeat left top;
}

a.iconDownload, a.iconUpload {
    height: 19px;
    display: block;
    padding-left: 27px;
    margin-right: 10px;
    padding-top: 3px;
    margin-left: 5px;
}

.hClear {
    clear: both;
    height: 10px;
}

a.iconUpload {
    background: url(../images/upload.png) no-repeat left top;
}

a.iconDownload, a.iconUpload {
    height: 19px;
    display: block;
    padding-left: 27px;
    margin-right: 10px;
    padding-top: 3px;
    margin-left: 5px;
    padding-bottom:17px;
}

.clear {
    clear: both;
    font-size: 0%;
    line-height: 0%;
    height: 0;
}

.contentBlock {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: auto;
}

.registerBlock .item {
    margin-top: 15px;
}

.registerBlock label {
    float: left;
    width: 120px;
    text-align: left;
}
/*Old*/
a {
    font-family: Tahoma;
}

    a:hover {
        color: #026BBA;
    }

body {
    overflow-x: hidden;
    background: url(../img/bg-header-2.gif) repeat-x top left;
}

.wrapper {
    background: #fff;
}

@media (min-width:992px) {
    .wrapper {
        width: 1029px;
        margin: 0 auto;
        background: url(../img/shadow-left.png) no-repeat top left,url(../img/shadow-right.png) no-repeat top right,transparent;
    }
}

.ss-space-10 {
    height: 10px;
}

.ss-space-20 {
    height: 20px;
}

.ss-space-30 {
    height: 30px;
}

.ss-space-40 {
    height: 40px;
}

.ss-space-50 {
    height: 50px;
}

.ss-space-60 {
    height: 60px;
}

.ss-space-70 {
    height: 70px;
}

.ss-space-80 {
    height: 80px;
}

.ss-space-90 {
    height: 90px;
}

.ss-space-100 {
    height: 100px;
}

.seperate {
    border-bottom: 1px dashed #acacac;
    height: 1px;
}

.sweetsoft-relative {
    position: relative !important;
}

.sweetsoft-initial {
    position: initial !important;
}

.sweetsoft-margin-auto {
    margin: 0 auto;
}

.sweetsoft-desktop {
    margin: 0 auto;
}

@media (min-width:768px) {
    .sweetsoft-desktop {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (min-width:992px) {
    .sweetsoft-desktop {
        max-width: 992px;
    }
}

@media (min-width:1200px) {
    .sweetsoft-desktop {
        max-width: 1200px;
    }
}

.sweetsoft-display-inlineblock {
    display: inline-block;
}

.sweetsoft-margintop-15 {
    margin-top: 15px !important;
}

.sweetsoft-margin-bottom10 {
    margin-bottom: 10px;
}

.sweetsoft-marginright-10 {
    margin-right: 10px;
}

.sweetsoft-padding0 {
    padding: 0;
}

@media (max-width:480px) {
    .sweetsoft-padding0-phone {
        padding: 0;
    }
}

.sweetsoft-padding-left5 {
    padding-left: 5px !important;
}

.sweetsoft-padding-right5 {
    padding-right: 5px !important;
}

.sweetsoft-padding-left10 {
    padding-left: 10px !important;
}

    .sweetsoft-padding-left10.phone {
        padding-left: 0 !important;
    }

.sweetsoft-padding-right10 {
    padding-right: 10px !important;
}

    .sweetsoft-padding-right10.phone {
        padding-right: 0 !important;
    }

.sweetsoft-padding10-phone {
    padding: 10px !important;
}

@media (min-width:768px) {
    .sweetsoft-padding10-tablet {
        padding: 10px !important;
    }
}

@media (min-width:992px) {
    .sweetsoft-padding30 {
        padding: 30px !important;
    }
}

.sweetsoft-padding10 {
    padding: 10px !important;
}

.top-header {
    background: #026BBA;
    color: #fff;
}

    .top-header a {
        line-height: 25px;
        color: #fff;
    }

    .top-header .btn-group .btn-default {
        background: #026BBA;
        color: #fff;
        border-width: 0;
        display: none;
    }

.basic-search {
    position: relative;
    display: inline-block;
}

    .basic-search .btn.btn-link {
        padding: 0;
    }

        .basic-search .btn.btn-link .ss-search {
            font-size: 17px;
            color: #fff;
        }

    .basic-search .search-input {
        position: absolute;
        min-width: 200px;
        right: -10px;
        top: 100%;
        z-index: 1;
        padding: 3px;
        background-color: #015798;
    }

.header {
    background: url(../img/bg-header.png) no-repeat;
    background-size: cover;
    position: relative;
    height: 178px;
}

    .header .imgBanner {
        position: absolute;
        z-index: 3;
    }

    .header .logo {
        /* position: absolute;   
    z-index: 3*/
        padding-top: 10px;
    }

@media (min-width:992px) {
    .header {
        height: 178px;
    }

        .header:before, .header:after {
            content: '';
            clear: both;
            display: table;
        }
}

.header .logo {
    text-align: center;
}

    .header .logo a {
        float: none;
    }

@media (min-width:768px) {
    .header .logo a {
        float: left;
    }
}

.header .logo img {
    display: inline-block;
    margin-right: 0;
}

    .header .logo img.main-logo {
        width: 50px;
    }

@media (min-width:768px) {
    .header .logo img.main-logo {
        width: 135px;
    }
}

.header .logo img.title-logo {
    width: 238px;
    float: none;
}

@media (min-width:768px) {
    .header .logo img.title-logo {
        width: auto;
        float: left;
        margin-left: 20px;
    }
}

@media (min-width:768px) {
    .header .logo {
        text-align: left;
    }

    .header .title-website {
        padding-left: 150px;
        padding-top: 35px;
    }
}


.header .title-website .text {
    color: #fff;
    text-align: center;
    padding-right: 135px;
}

    .header .title-website .text h2 {
        font-size: 2.5em;
    }

.sf-menu {
    width: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: #026BBA;
    border-bottom: 5px solid #015798;
}

    .sf-menu li,.menu-top li {
        list-style: none;
    }

        .sf-menu li a, .menu-top li a {
            font-family: Arial,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 18px;
            color: #033;
            border-bottom: 2px solid transparent;
            padding-top: 6px !important;
            padding-bottom: 5px !important;
        }

            .sf-menu li a:after {
                display: none;
            }

    .sf-menu > li, .menu-top >li {
        background: transparent;
        display: table-cell;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 3px;
        text-align: center;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .sf-menu > li > a, .menu-top > li > a {
            line-height: 33px;
            color: #fff;
            padding: 0 !important;
            font-size: 12px;
            font-family: Arial;
            text-transform: uppercase;
            white-space: nowrap;
            font-weight: 700;
        }
        .menu-top > li > a {
            text-transform: capitalize;
        }
        .sf-menu > li > ul {
            top: 40px;
            right: 0;
            left: 0;
        }

        .sf-menu > li.active, .sf-menu > li:hover {
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
            background: #015798;
        }

            .sf-menu > li.active a, .sf-menu > li:hover a {
                text-decoration: none;
            }

    .sf-menu ul {
        padding: 0;
        background: #fff;
        text-align: left;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 100%;
        min-width: 140px;
        -webkit-box-shadow: 0 0 5px 0 rgba(4,4,4,0.6);
        box-shadow: 0 0 5px 0 rgba(4,4,4,0.6);
    }

        .sf-menu ul li {
            padding: 0;
            display: inline-block;
        }

            .sf-menu ul li:last-child {
                border-bottom-color: transparent;
            }

            .sf-menu ul li a {
                padding: 0 15px;
                color: #626262;
                display: block;
                font-size: 13px;
                font-family: 'Open Sans';
            }

                .sf-menu ul li a:hover {
                    background: #015798;
                    color: #fff;
                }

        .sf-menu ul ul {
            top: 32px;
            left: 0;
            right: 0;
        }

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #dfeeff;
        border-top-color: rgba(255,255,255,0.5);
    }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dfeeff;
    border-left-color: rgba(255,255,255,0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.fa {
    margin-right: 5px;
}

@media (min-width:768px) {
    .wrap-navigation {
        background: transparent;
    }
}

nav.navigation {
    width: 100%;
    position: relative;
}

.tinynav {
    float: left;
    font-size: 15px;
    display: block;
    padding: 5px;
    margin: 0;
    background-color: #026BBA;
    color: #fff;
    border-color: transparent;
    width: 100%;
}

@media (min-width:992px) {
    .tinynav {
        display: none;
    }
}

.btn.btn-link {
    color: #026BBA;
}

.col-left .banner {
    text-align: center;
}

    .col-left .banner img {
        display: inline-block;
        width: 100%;
    }

.col-left .title {
    background: #026BBA;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0 10px;
    line-height: 34px;
    text-transform: uppercase;
}

    .col-left .title.horn-icon {
        background: url(../img/ico-horn.png) no-repeat 10px center, #026BBA;
        padding-left: 35px;
    }

    .col-left .title.linked {
        background: url(../img/ico-link.png) no-repeat 10px center,#026BBA;
        padding-left: 40px;
    }

    .col-left .title.non-background {
        background: #fff;
        color: #026BBA;
        padding-left: 0;
        padding-right: 0;
    }

#wanted {
    border: 1px solid #026BBA;
    overflow: hidden;
    padding-top: 10px;
}

.col-left .the-wanted ul.list-group {
    margin: 0;
}

    .col-left .the-wanted ul.list-group li.list-group-item {
        padding: 0 10px 10px 10px;
        border-top: 0;
        border-color: transparent !important;
    }

        /*.col-left .the-wanted ul.list-group li.list-group-item:first-child {
            border-top: 1px solid #026BBA;
            padding-top:10px;
        }*/

        .col-left .the-wanted ul.list-group li.list-group-item:before, .col-left .the-wanted ul.list-group li.list-group-item:after {
            content: " ";
            display: table;
        }

        .col-left .the-wanted ul.list-group li.list-group-item:after {
            clear: both;
        }

        .col-left .the-wanted ul.list-group li.list-group-item a {
            font-weight: 700;
            color: #333;
            text-transform: uppercase;
        }

            .col-left .the-wanted ul.list-group li.list-group-item a:hover {
                color: #026BBA;
            }

        .col-left .the-wanted ul.list-group li.list-group-item img {
            width: 65px;
            height: 81px;
            float: left;
            margin-right: 10px;
        }

.col-left .linked-website .select-link {
    padding: 10px;
    border: 1px solid #026BBA;
    border-top: 0;
}

.col-left .video-link .thumbnail {
    padding: 0;
    border: 0;
    margin: 0;
}

    .col-left .video-link .thumbnail .play {
        background: url(../img/ico-play.png) no-repeat center center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .col-left .video-link .thumbnail .caption {
        background: #026BBA;
        color: #fff;
        font-size: 12px;
    }

        .col-left .video-link .thumbnail .caption h4 {
            margin: 0;
            font-size: 12px;
        }

.col-left .image-link .thumbnail {
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
}

    .col-left .image-link .thumbnail .caption {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(0,0,0,0.6);
    }

        .col-left .image-link .thumbnail .caption h4 {
            background: url(../img/ico-img.png) no-repeat 0 center;
            padding: 0 0 0 25px;
            margin: 0;
        }

            .col-left .image-link .thumbnail .caption h4 a {
                color: #fff;
                font-size: 12px;
                font-weight: 600;
            }

#uncle-ho-teach {
    /*background: url(../img/bg-6.jpg) no-repeat left bottom,#fff;
    padding: 10px;*/
    padding-top: 10px;
}

    #uncle-ho-teach.scroll-text {
        /*border: 1px solid #026BBA;*/
        width: 100%;
        /*height: 150px;*/
        overflow: hidden;
    }

        #uncle-ho-teach.scroll-text ul {
            width: 3000px;
            overflow: hidden;
            margin: 0;
        }

            #uncle-ho-teach.scroll-text ul li {
                color: #425FDE;
                font-family: tahoma;
                font-size: 12px;
                /*text-transform: capitalize;*/
                font-weight: bold;
            }

.footer {
    background: url(../img/bg-footer.gif);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (min-width:768px) {
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer h2 {
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    margin: 5px 0;
}

.footer p {
    color: #fff;
}

.footer .logo {
    margin-right: 20px;
    margin-left: 20px;
    width: 7em;
}

.footer .count-online td {
    border: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    padding: 5px;
}

    .footer .count-online td img {
        margin-right: 5px;
    }

@media (min-width:768px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.bottom-footer {
    background: #0f689a;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}

    .bottom-footer a {
        font-size: 12px;
        line-height: 30px;
        color: #fff;
    }

    .bottom-footer p {
        /*text-align: center;*/
        /*line-height: 30px;*/
        margin: 0 20px;
    }

@media (min-width:768px) {
    .bottom-footer p {
        float: left;
    }
}

@media (min-width:768px) {
    .bottom-footer p + p {
        float: right;
    }
}

@media (min-width:992px) {
    .bg-footer-shadow {
        width: 1000px;
        margin: 0 auto;
        background: url(../img/shadow-f-left.png) no-repeat top left,url(../img/shadow-f-right.png) no-repeat top right;
    }
}

.breadcrumb {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
    background: #fff;
    margin-bottom: 15px;
}

    .breadcrumb .fa {
        font-size: 17px;
    }

    .breadcrumb li a {
        color: #787878;
    }

        .breadcrumb li a:hover {
            color: #026BBA;
        }

    .breadcrumb li:last-child a {
        color: #026BBA;
    }

ul.fa-ul {
    margin-left: 16px;
}

    ul.fa-ul li .fa-li {
        top: .24285714em;
    }

    ul.fa-ul li a {
        font-weight: 600;
        line-height: 18px;
    }

        ul.fa-ul li a:hover {
            color: #026BBA;
        }

.contact label.control-label {
    text-align: left !important;
}

.contact .btn-primary {
    border: solid 1px #ff1a00;
    background-color: #cd0000;
    background-image: -webkit-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -moz-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -o-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -ms-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: linear-gradient(to top, #cd0000, #ff1a00);
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

    .contact .btn-primary:hover {
        background: #026BBA;
    }

.contact .btn-default {
    background-color: #fff;
    border: solid 1px #d3d3d3;
    background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
    background-image: -moz-linear-gradient(top, #fff, #e5e5e5);
    background-image: -o-linear-gradient(top, #fff, #e5e5e5);
    background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
    background-image: linear-gradient(to bottom, #fff, #e5e5e5);
}

    .contact .btn-default:hover {
        background: #e5e5e5;
    }

    .contact .btn-default:not(.dropdown-toggle) {
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 20px;
        padding-right: 20px;
    }

.block-template-contact h3.title {
    margin-top: 0;
    text-transform: uppercase;
    background: url(../img/bullet-icon.png) no-repeat 10px center,#eee;
    color: #026BBA;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    line-height: 31px;
    padding-left: 30px;
    font-weight: 700;
    padding-top: 2px;
}

.thu-tuc-hanh-chinh a {
    display: block;
}

    .thu-tuc-hanh-chinh a:hover {
        color: #026BBA;
    }

.thu-tuc-hanh-chinh .panel-heading {
    padding: 0;
}

.thu-tuc-hanh-chinh .panel-title {
    font-weight: 700;
    font-size: 12px;
}

    .thu-tuc-hanh-chinh .panel-title a {
        padding: 10px 15px;
        display: block;
    }

.thu-tuc-hanh-chinh ul {
    margin: 0;
}

    .thu-tuc-hanh-chinh ul li {
        margin-bottom: 10px;
    }

        .thu-tuc-hanh-chinh ul li:last-child {
            margin-bottom: 0;
        }
/*#region 17-08-2015 */
li.home-page a {
    height: 32px;
    width: 45px;
    display: block;
    text-indent: -9999px;
    background: url(../img/home-page.png) no-repeat center center;
}

li.home-page {
    padding: 0;
}

#getTime {
    line-height: 29px;
}

.contact-link {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    vertical-align: -2px;
}

.latest-news h4.title {
    background: #fff;
    padding: 0;
    line-height: 18px;
}

    .latest-news h4.title a {
        line-height: 18px;
    }

        .latest-news h4.title a:hover {
            color: #026BBA;
        }

.latest-news .date {
    color: #898989;
    font-size: 12px;
}

.latest-news .list-inline {
    margin: 0;
}

    .latest-news .list-inline li a {
        color: #9DCFF5;
    }

    .latest-news .list-inline li.active a {
        color: #fff;
    }

    .latest-news .list-inline li:after {
        content: "/";
        display: inline-block;
        margin-left: 10px;
        color: #9DCFF5;
    }

    .latest-news .list-inline li:last-child:after {
        display: none;
    }

.notice-content,
.latest-news .tab-content {
    border: 1px solid #026BBA;
    padding: 10px;
}

.notice h1, h2, h3, h4, h5, h6 {
    /*margin:0;*/
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.notice-content .scroll {
    height: 274px;
    overflow: hidden;
}

.slogan {
    font-family: Tahoma;
    /*font-size: 6px;*/
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.75);
    display: block;
    text-align: center;
}

.count-online td {
    border-top: none !important;
}

.form-control:focus {
    border-color: #026BBA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2, 107, 186, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(2, 107, 186, 0.6);
}

.search-input.in .btn-search {
    background: #026BBA;
    color: #fff;
    margin-bottom: 5px;
    padding:8.5px 12px;
}

.btn-primary, .btn-primary:hover, .btn-primary, .btn-primary:focus {
    background-color: #026BBA;
    border-color: #026BBA;
}

.latest-news img {
    width: 100%;
}

.textSlierScroll {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f00;
}

.carousel-inner .item img {
    width: 100%;
    height: 280px;
}

.textTable td a {
    font-weight: bold;
}

.list-unstyled a {
    color: #026BBA;
}

.block-template3 a.btn-viewmore:hover {
    color: #2B9EF5;
}

.owl-carousel {
    width: 420px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (min-width:768px) {
    .slogan {
        text-align: left;
    }
}

@media (max-width:768px) {

    body {
        background: #fff;
    }

    .header {
        background-position-x: 90%;
    }

        .header .title-website img {
            width: 100%;
        }

    .col-md-6.col-sm-8.col-xs-8.text-right {
        display: none;
    }

    .wrapper {
        background: none;
    }
}

@media (max-width:435px) {
    .header .logo img {
        width: 100%;
    }

    .header .title-website {
        padding-left: 0;
        padding-top: 0;
    }

    .header .logo img.main-logo {
        width: 80px;
    }

    .owl-carousel {
        width: 400px;
    }

    .header {
        height: 170px;
    }
}

@media (max-width: 414px) {
    .owl-carousel {
        width: 390px;
    }

    .header {
        height: 165px;
    }
}

@media (max-width:375px) {
    .owl-carousel {
        width: 355px;
    }

    .header {
        height: 150px;
    }
}

@media (max-width:360px) {
    .owl-carousel {
        width: 335px;
    }

    .header {
        height: 142px;
    }

        .header .logo img.main-logo {
            width: 65px;
        }
}

@media (max-width:320px) {
    .owl-carousel {
        width: 298px;
    }

    .header {
        height: 126px;
    }

        .header .logo img.main-logo {
            width: 60px;
        }
}
/*#endregion */
.title-notifi a,.title-notifi a:hover{
    color:#fff;
}
.photo-cat{
    color:#026bba;
}
#go_top {
    background: #026cba url(../img/arrowTop.png) no-repeat center center;
    width: 36px;
    height: 36px;
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 10px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}