/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
.site-banner {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    background-image: url(../images/header.png), linear-gradient(to bottom, #428bca 0, #245682 51px, rgba(255, 255, 255, 1) 51px, rgba(255, 255, 255, 1) 100%)!important;
    background-repeat: no-repeat, repeat-x;
    background-position: left 51px, left top;
    background-size: 100%, auto;
}

.personalArea {
    line-height: 51px;
    float: right;
    margin: 0 10px;
}

.socialList li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #428BCA;
    color: #dcdcdc;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.personalArea a.button.user, .personalArea a.button.user:hover {
    width: 30px;
    height: 30px;
    border-width: 0;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    background-color: transparent !important;
    background-size: contain;
}

.right-text {
    width: 100%
}

.right-text .sn, .right-text .sd  {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.breadcrumbs a:after, .show-subs-breadcrumbs:after {
	right: -0.9em;
}

.breadcrumbs a:before {
	left: -0.9em;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .right-text .sn, .right-text .sd  {
        font-size: 26px;
    }
    #header .logo img {
        height: 100px;
    }
}

@media (max-width: 700px) {
    .right-text .sn, .right-text .sd  {
        font-size: 17px;
    }

    .collapse-button {
        right: inherit;
        left: 10px;
        top: -25px !important;
    }
}

@media (max-width: 767.98px) {
    .second-nav {
        top: 50px;
    }
}
