
html::-webkit-scrollbar {
    display: initial;
    visibility: visible;
}
html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #eee; /* or add it to the track */
  }
html::-webkit-scrollbar-thumb {
    background: #aaa;
  }
/*lines_bar Warapping*/
.lines_bar {
    background-color: #111;
}
.lines_bar:before,
.lines_bar:after {
    background-color: #111;
}
/*Header Warapping*/
#header {
    padding: 0 !important;
}
#header .header-body {
    border: 0px !important;
    padding: 0 !important;
    background: url(../img/headerPattern.png) center center #fff;
}
#header .header-body .hd_top {
    padding: 25px 0;
}
html.sticky-header-active #header .header-body .hd_top {
    padding: 15px 0;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #000;
    opacity: 1;
}
html.sticky-header-enabled #header.header-transparent .header-body {
	 position: unset;
}
html.sticky-header-active #header.header-transparent .header-body  {
		position: fixed;
}
@media (max-width:768px){
    #header {
        text-align: left;
        padding: 5px 0;
    }
    #header .container {
        padding: 0 5px;
    }
    #header .header-body {
        border: 0px;
        padding: 10px 0;
    }
    html.sticky-header-active #header.header-transparent .header-body:before {
        background: #fff;
    }
}

/* Header Layout */
#header .mainLogo a {
    text-decoration: none;
    display: block;
}
#header .n_box a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 7px 5px;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
}
@media (min-width: 1201px){
    #header .logoSet {
		width: 35%;
    }
    #header .mainLogo {
        width: 30%;
    }
    #header .rightBox {
        width: 35%;
    }
    #header .n_box {
        width: 20%;
    }
}
@media (max-width: 1200px) and (min-width: 769px){
    #header .mainLogo {
        width: 30%;
    }
    #header .rightBox {
        width: 30%;
    }
    #header .n_box {
        width: 35%;
    }
    #header .h_nav {
        width: 5%;
    }
}
@media (max-width: 992px) {
    html #header .mainLogo a img,
    #header .mainLogo a img {
        width: 200px;
    }
}
@media (max-width:768px){
    #header .header-body .hd_top {
        padding: 10px 0;
    }
    #header .mainLogo {
        width: 40%;
    }
    #header .h_nav ,
    #header .rightBox {
        width: 30%;
    }
    #header .mn_box a {
        font-size: 12px;
        padding: 5px 10px;
    }
}
@media (max-width:500px){
    #header .mainLogo svg {
        width: 60px;
    }
}

/*Header navigation*/
#header .mn_box.sub .dropdown-menu>li>a {
	color:#000;
}
#header .mn_box {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    position: relative;
    background-color: #003277;
}
#header .mn_box:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background-color:rgba(255, 255, 255 ,0.9);
    height: 0px;
    left: 0px;
    transform: translate3d(0, 0, 0);
    clear: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .mn_box.sub:after {
    top: 100%;
    background-color: #f7f7f7;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .mn_box:hover:after {
    height: 370px;
    opacity: 1;
}
#header .mn_box nav > ul > li {
    float: left;
    display: block;
    width: 16.6%;
    text-align: center;
    margin: 0px;
    position: relative;
}
#header .mn_box nav > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li > a {
    font-size: 17px;
    line-height: 1em;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-weight: 400;
}
#header .mn_box nav > ul > li > a i {
    display: none;
}
#header .mn_box nav ul li.dropdown > .dropdown-menu {
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
#header .mn_box nav ul li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    top: auto;
    display: block;
    opacity: 1;
}
#header .mn_box nav ul li > .dropdown-menu li {
    display: block;
}
#header .mn_box nav ul li > .dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
    white-space: initial;
    word-break: keep-all;
}
#header .mn_box nav ul li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #299beb;
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 15px !important;
	line-height: 22px !important;
	font-size: 25px !important;
    float: none;
    margin-left: auto;
    margin-right: 20px;
}
/*header-body:hover*/
#header .header-body:hover .mn_box {
    position: relative;
    z-index: 100;
}
#header .header-body:hover .n_box a {
    color: #333;
}
#header .header-body:hover .mn_box nav > ul > li:after,
#header .header-body:hover .mn_box nav > ul > li:before {
	background-color: rgba(221, 221, 221, 0.2);
}
@media(max-width:768px){
    html #header.header-transparent {
        position: relative;
    }
    html #header {
        background-color: #fff;
    }
    html #header .header-body .mn_box {
        position: relative;
        z-index: 100;
    }
    html #header .header-body .n_box a {
        color: #333;
    }
    html #header .header-body .mn_box nav > ul > li:after,
    html #header .header-body .mn_box nav > ul > li:before {
		background-color: rgba(221, 221, 221, 0.2);
    }
    html #header .header-body .mn_box nav > ul > li > a {
        color: #333;
    }
}

/*mainNav:hover*/
@media (min-width: 991px){
    #mainNav:hover li > .dropdown-menu {
        height: 340px;
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
        text-align: center;
        width: 100%;
        margin: 0px;
        box-shadow: 0 0 0;
        border: 0px;
        border-radius: 0;
        background-color: transparent;
        padding: 18px 0;
    }
}
/* global */
#global a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    line-height: 1em;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 768px){
    #global {
        width: 50px;
    }
    #global a img {
        width: 20px;
    }
}

/* logBox */
#logBox {
    border-radius: 4px;
    padding: 0 15px;
}
#logBox .log_in {
    background: url(../img/log_in.png) 7px 6px no-repeat;
}
#logBox .log_out {
    background: url(../img/log_out.png) 7px 6px no-repeat;
}
#logBox a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding: 7px 10px 7px 10px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    padding-left: 25px;
}
@media (min-width:992px){
    #logBox {
        display: inline-block;
    }
}
@media (max-width:768px){
    #logBox {
        position: absolute;
        top:22%;
        right:7%;
    }
    #logBox a {
        font-size: 11px;
        padding: 20px 5px 7px 5px;
        padding-left: 5px;
    }
    #logBox .log_in {
        background: url(../img/log_in.png) 50% 5px no-repeat;
        background-size: 11px;
    }
    #logBox .log_out {
        background: url(../img/log_out.png) 50% 5px no-repeat;
        background-size: 11px;
    }
}

/*header :: counters*/
#counterWrp {
    margin-top: 15px;
}
#counterWrp li {
    text-align: right;
}
#counterWrp li .counters {
    height: 30px;
    display: inline-block;
    text-align: left;
}
#counterWrp .counters .txtbox {
    display: inline-block;
    background-color: transparent;
    padding: 0 5px;
    color: #333;
    font-size: 17px;
    line-height: 30px;
    width: 170px;
    border: 0;
    border-radius: 0;
    text-align: center;
    position: relative;
}
#counterWrp .counters .txtbox:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
}
#counterWrp .counters .counter {
    display: block;
    color: #000;
    padding: 0;
    min-width: 90px;
    text-align: right;
    float: right;
}
#counterWrp .counters .counter strong {
	display: inline-block;
	font-size: 20px;
	vertical-align: text-bottom;
	float: none;
    color: #2f68db;
}
#counterWrp .counters .counter span {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
	float: none;
	padding-top: 2px;
	margin-left: 3px;
	font-weight: 600;
}
#counterWrp .counters .counter {
	line-height: 30px;
}
#counterWrp .counters .counter strong,
#counterWrp .counters .counter span {
	vertical-align: middle;
	line-height: 30px;
}
@media (max-width: 992px){
    #counterWrp {
        display: none;
    }
}

/* Left logo Set */
.s_univer {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    height: 28px;
    margin-right: 10px;
}
.s_univer img {
    position: absolute;
    left: 0;
    top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.s_univer img.on {
    opacity: 0;
}
.s_univer img.off {
    opacity: 1;
}
.s_univer:hover img.on {
    opacity: 1;
}
.s_univer:hover img.off {
    opacity: 0;
}
@media (max-width: 992px){
	.s_univer {
		padding-right: 0px;
		margin-top: 30px;
		margin-right: 15px;
		margin-left: 15px;
		width: 70px;
		float: left;
	}
}

/* logoUni */
#footer .logoUni .cls-1,
#footer .logoUni .cls-2 {
    fill:#fff;
}

