/**
 * @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 */
#body {
    background: #fff;
    border-color: #dadada;
    border-style: solid;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 4px rgb(0 0 0/ 15%);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0/ 15%);
    padding-top: 10px;
}

/* header */
#header {
    height: 120px;
    width: 100%;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
}

.index-logo {
    z-index: 999;
}

#header #logo {
    padding: 12px;
}

#header #logo a {
    font-size: 22px;
    line-height: 80px;
    color: #333;
}

.nv-block-banners {
    position: relative;
    margin-bottom: 2px;
    text-align: center;
}

.logo-other .nv-block-banners img {
    max-width: unset;
    float: right;
}

body {
    font-family: Arial, sans-serif;
    background-color: #808080;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #808080;
    font-size: 14px !important;
}

header {
    position: relative;
}

#wraper {
    margin: 0 auto;
    position: relative;
}

#header {
    position: unset;
    display: block;
    align-items: unset;
}

h1 {
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Tahoma;
    line-height: 22px;
}

.text-right {
    padding-left: 0;
    padding-right: 0;
}

#header p {
    margin-bottom: 0;
}

p {
    padding-left: 5px;
}

a, a:link, a:active, a:visited {
    color: #0742B2;
}

#header .text-right img {
    margin-top: 10px;
}

.position-language {
    position: absolute;
    top: 50px;
}

.fix-language {
    padding-top: 20px;
    padding-right: 3px;
}

.fr {
    float: right;
}

.language [alt="Tiếng Việt"] {
    margin-left: 0;
}

.fix-language:nth-of-type(2) {
    display: block;
}

.language [alt=English] {
    display: block;
}

.panel-primary {
    border-color: #ddd;
}

.panel-primary>.panel-heading {
    color: #000;
    background-color: #ececec;
    border-color: #ddd;
}

/* menu */
.fix-container-menu-site {
    padding: 0;
}

.fix-menu-site {
    margin: 0;
}

ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {
    background-color: #828080 !important;
    text-decoration: none;
}

@media ( min-width : 992px) {
    nav>.container>.row.fix-menu-site {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.menu-collapser {
    background-color: #a4a4a4 !important;
    box-sizing: border-box !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 35px !important;
    line-height: 48px !important;
    padding: 0 8px !important;
    position: relative !important;
    text-shadow: 0 1px 0 rgb(0 0 0/ 50%) !important;
    width: 100% !important;
}

.collapse-button {
    background-color: #00180e !important;
    background-image: linear-gradient(to bottom, #004d2c, #003a21) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 40, 22, 0.1) rgba(0, 40, 22, 0.1) rgba(0, 40, 22, 0.25) !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 0 rgb(255 255 255/ 10%) inset, 0 1px 0 rgb(255 255 255/ 8%) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 7px 10px !important;
    position: absolute !important;
    left: 8px !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 rgb(0 0 0/ 25%) !important;
    top: 50% !important;
    transform: translate(0px, -50%) !important;
    width: 40px !important;
}

.collapse-button .icon-bar {
    border-radius: 1px !important;
}

ul.slimmenu {
    background: #a4a4a4 !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-color: unset !important;
}

ul.slimmenu>li:first-child {
    border-left: 0 none !important;
}

ul.slimmenu li {
    border-right: 1px solid #fff !important;
    width: auto;
}

ul.slimmenu li a {
    color: rgb(255, 255, 255) !important;
    display: block !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 10px 16px 7px 12px !important;
    text-shadow: 0 1px 0 rgb(255 255 255/ 20%) !important;
    transition: background-color .5s ease-out 0s !important;
    text-transform: uppercase;
}

ul.slimmenu li ul {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 12px rgb(0 0 0/ 18%) !important;
}

ul.slimmenu li>ul li, ul.slimmenu_bottom li>ul li {
    width: 180px;
}

ul.slimmenu li ul li {
    background-color: #eeeff2;
}

ul.slimmenu li:last-child, ul.slimmenu li li {
    border-right: none !important;
}

ul.slimmenu li a:hover {
    background-color: unset !important;
    text-decoration: none;
    background: none;
    color: #800 !important;
}

ul.slimmenu li li a:hover {
    background-color: #a4a4a4;
    text-decoration: none;
}

ul.slimmenu li .sub-collapser>i {
    color: rgb(255, 255, 255) !important;
    display: inline-block !important;
    font-size: 12px !important;
    vertical-align: middle !important;
}

ul.slimmenu li .sub-collapser, ul.slimmenu_bottom li .sub-collapser {
    background: none repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    text-align: center !important;
    top: 0 !important;
    width: 25px !important;
    z-index: 999 !important;
}

ul.slimmenu li .sub-collapser:before {
    content: "" !important;
    margin-right: 5px !important;
}

ul.slimmenu li li a {
    color: #333 !important;
}

ul.slimmenu li>ul {
    min-width: 180px !important;
}

ul.slimmenu li li a:hover {
    background-color: #a4a4a4 !important;
    text-decoration: none !important;
}

ul.slimmenu li ul li a {
    white-space: unset !important;
}
/* search */
#search {
    float: right;
    width: 150px;
    margin-right: 10px;
    padding: 0px;
}

.headerSearch .btn-info {
    background-color: #ffffff;
    border-color: #428BCA;
    color: #fff;
}

.headerSearch .form-control {
    z-index: 2;
}

.headerSearch input {
    height: 30px;
    border-radius: 0px;
    border-right: 0px solid #dddddd;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#search input[type="text"] {
    border-radius: 10px 10px 10px 10px;
    border: none;
    height: 21px;
    bottom: 2px;
}

.inputseach {
    border-radius: 0 10px 10px 0 !important;
    background: none repeat scroll 0% 0% #FFF;
    border: medium none;
    padding: 0px 0px 0px;
    margin-top: -5px;
}

.fa-search {
    color: #4CAE4C;
    margin: 0 4px 0 1px;
}

.bgabout ul.slimmenu>li:first-child {
    display: none;
}

.input-group-btn:last-child>.btn {
    margin-left: -22px;
    z-index: 5;
}

/* slider */
.pad-about {
    padding-top: 5px;
}

.bgabout {
    background: #fff;
}

@media ( min-width : 992px) {
    .menuabout {
        padding-left: 5px;
        padding-right: 0;
    }
}

.sliders img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jssora22l {
    left: 20px !important;
}

.jssora22r {
    right: 20px !important;
}

/* footer */
#footer {
    min-height: 106px;
    background: #a4a4a4;
    border-top-width: 0px;
    border-bottom-color: #a4a4a4;
    padding: 0;
    border-bottom-width: 0px;
    font-size: 14px;
}

#footer .footer-copyright {
    color: #fff;
    min-height: 106px;
}

#footer p {
    padding-left: 5px;
    margin-bottom: 7px;
    padding-bottom: 1px;
    line-height: 1.42857143;
}

#footer .footer-copyright .powerby {
    text-align: right;
}

#footer .footer-copyright a, #footer .footer-copyright .powerby {
    color: #bbb;
}

.bgbottom {
    background: #a4a4a4;
    padding: 1px 0px 0 1px;
}

.wt_item {
    margin-top: 1px;
}

/* news groups */
@media ( min-width : 768px) {
    .splitter {
        background: url(../images/splitter_top.jpg), url(../images/splitter_bot.jpg), url(../images/splitter_mid.jpg);
        background-position: top left, bottom left, center left;
        background-repeat: no-repeat, no-repeat, repeat-y;
    }
}

.title-blocknew {
    border-bottom: 1px solid #e8e8e8;
}

.title-blocknew h3 {
    color: #800;
}

.blocknew h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.content-blocknew {
    padding: 0 10px;
}

.group_news ul {
    padding-left: 0;
    margin-left: 0;
}

.group_news ul li {
    color: #2B542C;
    line-height: 19px;
    padding: 7px 0;
}

.group_news ul li a {
    color: #000;
}

.content-blocknew a {
    color: #800;
    font-size: 13px;
}

.content-blocknew a {
    font-weight: bold;
}

/* news main */
.fix-vcpage-pd {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.fix-vcpage-pb {
    padding: 5px 10px;
}

div.news_column .imghome {
    margin: 0 10px 0 0;
}

.fix-vcpage-img {
    border-radius: 0;
}

.news_column h1, .news_column h2, .news_column h3, .news_column h4, .news_column h5, .news_column h6 {
    padding: 0 !important;
    margin: 0 !important;
}

.news_column h3, .news_column h1 {
    font-weight: bold;
}

.fix-a-vcpage {
    color: #800 !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #030e64;
    border-color: #030e64;
}

.pagination>li>a, .pagination>li>span {
    color: #007f49;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
}

h1, .h1 {
    font-size: 26px;
    color: #800;
}

.margin-bottom-lg .h5 {
    margin: 3px 0 10px 0;
    font-style: italic;
    font-size: 14px;
}

.hometext {
    text-align: justify;
}

.bodytext {
    text-align: justify;
    margin-bottom: 10px;
}

/* menu footer */
.wt_item {
    padding: 5px 10px;
}

.wt_item a {
    color: #FFF;
    font-size: 14px;
}

.wt_item a:hover {
    color: #0742b2;
}

.menufooter .dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.menufooter a[href="#"] {
    display: none;
}

/* breadcrumbs */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #800;
}

/* mobile menu */
.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 100px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #a4a4a4;
    height: 100%;
    margin-top: 32px;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    z-index: 999;
    float: right;
    margin-right: 10px;
    margin-left: 0;
    display: none;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

@media ( max-width : 823px) {
    .menu-collapser .collapse-button {
        display: none;
    }
    .fix-menu-site .menu-collapser {
        display: none !important;
    }
    .fix-container-menu-site .fix-menu-site .slimmenu {
        display: none !important;
    }
    .pad-about .slimmenu {
        display: none !important;
    }
    .headerSearch {
        padding-right: 0px;
        padding-left: 0px;
    }
    .fix-menu-site {
        background-color: #a4a4a4;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0);
    }
    .mfooter .powerby {
        padding: 0px;
    }
    .mobile-menu-wrap .headerSearch {
        display: block;
        margin-top: 0px;
        width: 100%;
        position: absolute;
    }
    .mobile-menu-wrap .headerSearch form {
        padding: 0 0px;
    }
    .menu>ul.slimmenu.collapsed {
        display: block !important;
    }
    ul.slimmenu.collapsed {
        padding-top: 32px;
        background-color: #205FA0;
        background-image: linear-gradient(to right, #2671B5 4px, #205FA0 4px);
    }
    ul.slimmenu.collapsed li a {
        padding: 10px 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 rgb(255 255 255/ 5%) inset;
    }
    ul.slimmenu.collapsed li ul li {
        background-color: #dadada;
    }
    .menu .menu-collapser {
        display: none !important;
    }
    ul.slimmenu.collapsed>li:first-child {
        display: none;
    }
    ul.slimmenu>li:first-child {
        display: none !important;
    }
    ul.slimmenu li {
        display: block !important;
        border-right: 0px solid #fff !important;
    }
    ul.slimmenu li a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.075);
        box-sizing: border-box;
    }
    .pad-about .menu-collapser {
        display: none !important;
    }
    ul.slimmenu.collapsed li .sub-collapser:before {
        display: none !important;
    }
    ul.slimmenu.collapsed li {
        display: block;
        width: auto !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-right: 0px;
    }
}

.fl {
    float: right;
    padding-top: 20px;
    padding-right: 3px;
}

/* reponsive */
@media ( min-width : 768px) {
    #wraper {
        width: 100%;
    }
}

@media ( min-width : 992px) {
    #wraper {
        width: 950px;
    }


}

@media ( min-width : 1200px) {
    #wraper {
        width: 1000px;
    }
}

@media ( min-height : 500px) {
    .container {
        width: 100%;
    }
}

@media ( max-width : 768px) {
    .container {
        width: 100%;
    }
}

@media ( max-width : 767.98px) {
    .fl {
        padding-top: 0 !important;
    }
}

@media ( max-width : 992px) {
    .container {
        width: 100%;
    }
    #header {
        height: auto;
    }
    #header #logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .headerSearch {
        margin-top: -27px;
        position: absolute;
        margin-right: 0;
        z-index: 9999;
        right: 0;
        display: none;
    }
    .headerSearch form {
        padding: 0 10px;
    }
    .headerSearch input {
        height: 32px;
    }
    .headerSearchmobile input {
        height: 32px;
        border-radius:0px;
    }
    .headerSearchmobile {
        margin-top: 0px !important;
        padding : 0px;
        width:100%;
    }
    .menuabout {
        padding-left: 0;
        padding-right: 0;
    }
    #footer .footer-copyright .panel-body {
        text-align: center;
    }
    .btn-info {
        border-radius: 0px;
        border-right: 0px solid #dddddd;
        border-color: #cccccc!important;
        background-color: #fff !important;
    }
}

@media only screen and (max-width: 520px) {
    #header #logo {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #header #logo {
        width: 100%;
    }
    .position-language {
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width: 680px) {
    #header #logo {
        width: 100%;
    }
}

@media ( max-width :499px) {
    .nv-infodie {
        width: 100%
    }
    div.news_column ul.related {
        padding: 4px;
        text-align: justify;
        clear: both
    }
    div.news_column ul.fixedwidth {
        width: 100%;
        clear: both
    }
    div.news_column div.fixedwidth {
        float: left;
        width: 100%;
        clear: both
    }
}

@media ( min-width :500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px
    }
    div.news_column ul.related {
        padding: 4px;
        text-align: justify
    }
    div.news_column ul.fixedwidth {
        width: 100%
    }
    div.news_column div.fixedwidth {
        float: left;
        width: 100%
    }
}

@media ( min-height :500px) {
    .container {
        width: 100%
    }
    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px
    }
}

@media ( max-width :768px) {
    .container {
        width: 100%
    }
    #banner img {
        height: 100%;
        width: auto;
        min-width: 100%
    }
}

@media ( max-width :992px) {
    .container {
        width: 100%
    }
    #header {
        height: auto
    }
    #header #logo {
        width: 100%;
        text-align: center;
        padding: 10px 0
    }
    #header .pull-right {
        width: 100%;
        margin: 0
    }
    #social-icons {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
    #social-icons ul {
        width: 100%;
        text-align: center
    }
    .headerSearch {
        margin-top: 0px !important;
        position: absolute;
        margin-right: 0px !important;
        z-index: 5;
        right: 0
    }
    .headerSearch form {
        padding: 0 10px
    }
    #banner {
        height: 190px
    }
    #menu-site-default .navbar-right {
        display: none
    }
    #footer .footer-copyright .panel-body {
        text-align: center
    }
    #footer .footer-copyright .menu {
        text-align: center
    }
    #footer .footer-copyright .theme-change {
        text-align: center
    }
    .menuabout {
        padding-left: 0;
        padding-right: 0
    }
}

@media ( max-width :1200px) {
    #header #logo a span {
        display: none
    }
}

@media ( min-width :768px) {
    #wraper {
        width: 100%
    }
    div.news_column ul.related {
        padding: 4px;
        text-align: justify
    }
    #search {
        margin-top: -27px;
        position: absolute;
        margin-right: 0;
        z-index: 5;
        right: 0;
    }
    div.news_column ul.fixedwidth {
        width: 28%
    }
    div.news_column div.fixedwidth {
        float: left;
        width: 68%
    }
    .splitter {
        background: url(../images/splitter_top.jpg), url(../images/splitter_bot.jpg), url(../images/splitter_mid.jpg);
        background-position: top left, bottom left, center left;
        background-repeat: no-repeat, no-repeat, repeat-y
    }
}

@media ( min-width :992px) {
    .container {
        width: 100%
    }
    #wraper {
        width: 950px
    }
    div.news_column ul.related {
        padding: 4px;
        text-align: justify
    }
    div.news_column ul.fixedwidth {
        width: 28%
    }
    div.news_column div.fixedwidth {
        float: left;
        width: 68%
    }
    .menuabout {
        padding-left: 5px;
        padding-right: 0
    }
}

@media ( min-width :1200px) {
    #wraper {
        width: 1000px
    }
    div.news_column ul.related {
        padding: 4px;
        text-align: justify
    }
    div.news_column ul.fixedwidth {
        width: 28%
    }
    div.news_column div.fixedwidth {
        float: left;
        width: 68%
    }
}

@media only screen and (max-width:680px) {
    ul.slimmenu_bottom li a {
        font-size: .80em
    }
    #header #logo {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    #header #logo {
        width: 100%
    }
}

@media only screen and (max-width:520px) {
    ul.slimmenu_bottom {
        height: 100%
    }
    ul.slimmenu_bottom li {
        float: none
    }
    ul.slimmenu_bottom li a {
        font-size: 1.05em
    }
    #header #logo {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .position-language {
        position: relative;
        top: 0
    }
}

@media (max-width: 900px){
   .mobile-menu-wrap .menu {
        height: calc(100vh - 144px);
    }
}
