@font-face {
    font-family: 'Roboto';
    src: url('../font/font-roboto/Roboto-Regular.ttf') format('truetype'), url('../font/font-roboto/Roboto-Regular.woff') format('woff');
}

html * {
    outline: 0!important;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    padding: 0;
}

.container {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.body-wrapper {
    position: relative;
}

.clearfix {
    clear: both;
}


/*button back to top*/

#back-top {
    position: fixed;
    bottom: 55px;
    right: -25px;
    z-index: 999;
}

#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 20px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}


/* arrow icon (span tag) */

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    border-radius: 50%;
    background-color: #3B78E7;
    padding-top: 8px;
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}


/*/back to top*/


/*header*/

.title-main-top {
    line-height: normal;
    padding: 5px;
    margin: 5px;
    border: solid 1px #dcdcdc;
}

.title-main-top>h1 {
    color: #393636;
    font-size: 14px;
    margin: 3px 0;
}

.title-web {
    font-size: 22px;
    float: right;
}

.wrapper-top {
    text-align: center;
    padding: 12px 0;
}

.wrapper-nav {
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 5px;
}

.bg{
    background-color: #000080;
}

ul.menu-horizontal {
    padding: 0 5px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.menu-horizontal li {
    display: table-cell;
    text-align: center;
    padding: 9px 0;
}

ul.menu-horizontal a {
    text-decoration: none;
}

ul.menu-main a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

ul.menu-main li {
    padding: 12px 0;
}

ul.menu-horizontal i {
    font-size: 25px;
    color: #000;
}

ul.submenu li{
    height: 36px;
}

ul.submenu li a{
    line-height: 23px;
    font-weight: normal;
}

.icon-active {
    color: #2e3192;
}

.show-menu {
    left: 0px!important;
    transition: all 500ms ease-in-out!important;
}

.category {
    width: 310px;
    position: absolute;
    left: -318px;
    margin-left: 5px;
    top: 104px;
    border: none;
    box-shadow: 0px 1px 6px #b8b8b7;
    border-radius: 8px;
    transition: all 500ms ease-in-out;
    z-index: 998;
    background-color:#000080;/*#3B78E7*/
    overflow: hidden;
}

.category li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.category li a {
    display: block;
    height: 46px;
    line-height: 36px;
    padding: 5px 27px 0 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: none!important;
    font-size: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.submenu li a {
    padding-left: 0!important;
	padding-right: 0;
}

.category li i.fa {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 25px;
    height: 34px;
}
.category li span {
    display: block;
    height: 46px;
    line-height: 36px;
    padding: 5px 27px 0 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: none!important;
    font-size: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.category ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #3B78E7;
    border-top: 1px solid #e5e5e5;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);
}

.category ul:first-child {
    border-top: none;
}

.category ul.submenu li {
    padding-left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.ico-rolate {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    text-align: -webkit-left;
    width: 50%;
}

/*/header*/


/*adv*/

.adv {
    text-align: center;
    padding-top: 5px;
    box-sizing: content-box;
}

.adv-320x100 {
    width: 320px;
    height: 100px;
}
.adv-320x50 {
    width: 320px;
    height: 50px;
}
.adv-728x90 {
    width: 728px;
    height: 90px;
}

.adv-300x250 {
    width: 300px;
    height: 250px;
}


/*/adv*/


/*breadcrumb*/

.breadcrumb {
    margin: 5px;
    background-color: #fff;
    margin-bottom: 0px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.breadcrumb ul {
    list-style-type: none;
    padding: 5px 0;
    border-left: 5px solid #0000FF;
}

.breadcrumb ul li {
    padding: 0 10px;
    display: inline-block;
}

.breadcrumb ul li,
.breadcrumb li a {
    color: #000;
}

.breadcrumb ul li a:after {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    margin-top: -1px;
    margin-left: 9px;
}

.breadcrumb ul li:last-child a:after {
    content: '';
}

/*/breadcrumb*/


/* FOOTER */
.menu-footer{
    background-color: #F2F2F2;
    font-size: 18px;
    font-weight: bold;
    color: #3B78E7;
}

.title{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

h3.title{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding-top: 0;
    border-bottom: 1px solid #ccc;
}

.copyright {
    margin-top: 5px;
    text-align: left;
    padding: 10px;
    color: #444444;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 5px;
}
.hidenpc{display: none;}
ul.link-footer {
    height: 90px;
    font-size: 14px;
}

ul.link-footer li {
    padding: 10px;
}

ul.link-footer li a {
    font-weight: bold;
    color: #444444;
    text-transform: capitalize;
}
.pad-t-10{
    padding-top: 10px;
}

/* /FOOTER */