html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 30px;
    background: #ddd;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a{
    color: green;text-decoration: none;
}
a:visited{color: green;}

#web_wrapper{
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
}
#header{
    padding: 0px 0px;
}
#header .menu{
    text-align: center;
    background: #000;
}
#header .menu a{
    display: inline-block;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    color:#fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
#header .logo img{
    max-width: 300px;
    height: auto;
}
#header .logo{
    text-align: center;
    padding: 20px 0px;
    position: relative;
}
#header .logo .menu-control{
    position: absolute;
    top: calc(50% - 14px);
    font-size: 30px;
    right: 20px;
    cursor: pointer;
}
#content{
    padding: 30px 20px 20px 20px;
}
h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
h2{
    font-size: 20px;
    font-weight: bold;
    color:#8c0000;
    padding:3px 0px 3px 10px;
    position: relative;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(140,0,0,0.23301820728291311) 0%, rgba(255,255,255,1) 100%);

}
h2:before{
    display: block;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background: #8c0000;
}
h3{
    font-size: 20px;
    font-weight: bold;
    color:#490808;
}

h4{
    font-size: 18px;
    font-weight: bold;
    color:#490808;
    margin-bottom: 10px;
}
blockquote{
    background: #ddd;
    padding: 15px 15px 1px 15px;
    font-style: italic;
    border-radius: 10px;
}
.desc{
    text-align: center;
    font-style: italic;
    margin: 10px 0px;
}
table td{
    border: solid 1px;
    padding: 5px 10px;
    font-size: 14px;
}
strong{
    font-weight: bold;
}
i{
    font-style: italic;
}
table{
    width: 100%;
}
.content-seo{
}
.content-seo *{
    margin-bottom: 15px;
}
.content-seo a:hover{
    color: red;
}
.content-seo a{
    color: green;
    text-decoration: none;
}
.content-seo ul{
    padding-left: 20px;
}
.content-seo ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.content-seo img{
    max-width: 100%;
    height: auto !important;
}
.scrolling{
    max-height: 500px;
    overflow-y: scroll;
}
#footer p{
    margin-bottom: 10px;
}
#footer{
    background: #0d2235;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    color:#ddd;
}
#footer .footer_wrapper{
    max-width: 1200px;
    margin: 0px auto;
    font-size: 16px;
}
#float-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100%;
    background: #ccc;
    z-index: 2;
    padding: 10px;
    display: none;
}
#float-menu .fl-logo span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}
#float-menu .fl-logo{
    text-align: center;
    position: relative;
}
#float-menu .fl-logo img{
    max-width: 70%;
}
#float-menu .fl-menu a{
    display: block;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
}
@media only screen and (max-width: 768px){
    #header .menu{
        display: none !important;
    }
}


.list-post{
    overflow: hidden;
}
.list-post .item{
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
    width: calc(50% - 32px);
    border: solid 1px #d5d5d5;
    padding: 10px;
    background: #efefef;
    margin-right: 20px;
}
.list-post .item:nth-child(even){
    margin-right: 0px;
}

.list-post .item .thumbnail img{
    float:left;
    max-width: 100%;
}
.list-post .item .thumbnail{
    float:left;
    width: 20%;
}
.list-post .item .post-sum{
    margin-left: calc(20% + 15px)
}

.list-post .item .post-sum .title{
    line-height: 20px;
}
.list-post .item .post-sum a{
    line-height: 20px;
}
@media only screen and (max-width:768px){
    .list-post .item{
        float:none !important;
        width: 95% !important;
        margin-right: 0px !important;
    }
}