@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: 15px;
    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: #EB4E41;
    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 {
    height: 46px;
    line-height: normal;
    padding: 5px;
    margin: 0;
    background-color: #F2F2F2;
}

.title-main-top>h1 {
    color: #000;
    font-size: 15px;
    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: #00918D;
    border: none;
}

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 {
    display: block;
    text-decoration: none;
}

a.title-web.color-green:hover{
    color: #00918D;
    display: block;
    text-decoration: none;
}

ul.menu-main a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

ul.menu-main li {
    padding: 13px 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: 102px;
    border: none;
    box-shadow: 0px 1px 6px #b8b8b7;
    border-radius: 8px;
    transition: all 500ms ease-in-out;
    z-index: 998;
    background-color: #00918D;
    overflow: auto;
}

.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: 15px;
    font-size: 16px;
}

.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;
}

.category.newdetail{
    top: 51px;
}

/*/header*/


/*adv*/

.adv {
    text-align: center;
    padding-top: 5px;
    box-sizing: content-box;
}

.adv-320x100 {
    width: 320px;
    height: 100px;
}

.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 #00918D;
}

.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 {
    margin-bottom: 5px!important;
    background-color: #00918D;
    font-weight: bold;
    color: #fff;
}

.title {
    padding: 10px;
    text-decoration: underline;
}

ul.link-footer {
    height: 90px;
    margin-top: -5px;
}

ul.link-footer li {
    padding: 10px 16px;
    color: #fff;
    text-decoration: underline;
}

ul.link-footer li a {
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}


/* /FOOTER */


/*btn - loading */

.change-color {
    -webkit-animation: colorchange 2s infinite alternate;
}

@-webkit-keyframes colorchange {
    30% {

        color: white;
    }

    50% {

        color: yellow;
    }

    100% {

        color: white;
    }
}

.btn-loading {
    float: right;
    margin: 7px;
}


/*/btn-loading*/


/*random lotto*/

.output {
    font-size: 17px;
    color: #c2c2c2;
    padding: 5px 0px;
}

.val1 .output{
    font-size: 22px;
}

span.div-horizontal div {
    display: inline;
}

mark {
    background-color: #00918D;
    color: black;
    padding: 0;
}
@media only screen and (max-width:960px) {
    .fixheight{height:60px;}
}