@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
:root {
    --primary-color: #DD131A;
    --secondary-color: #0E115A;
}

* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 1.6;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.body {
    font-size: 14px;
}

.wrapper {
    position: relative;
    height: 100%;
}

.left-side {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 380px;
    height: 100%;
    background-color: #f5f5f5;
}

.logo {
    padding-left: 20px;
    height: 170px;
    line-height: 170px;
}

.logo a {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary-color);
}

.logo img{
    max-width: 200px;
}

.left-content {
    text-align: right;
    overflow-y: scroll;
    height: calc(100% - 260px);
}

.left-content ul li {
    text-align: left;
    border-bottom-color: rgba(255,255,255,0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    height: 50px;
}

.left-content ul li.active {
    background-color: #e7e7e7;
}

.left-content ul li.active a {
    color: #dd131a;
    font-weight: 700;
}

.left-content ul li.active a span {
    border-color: var(--primary-color);
    color: #dd131a;
}

.left-content ul li a {
    color: #121212;
    line-height: 50px;
    padding-right: 30px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.left-content ul li a span {
    border: none;
    color: #121212;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 20px
}

.right-thumb{
    padding: 60px 60px 0 60px;
    height: 520px;
}

.right-thumb img{
    border: 10px solid #e5e5e5;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.copyright {
    background-color: #0d1048;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.copyright p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 500;
}

.copyright p a {
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
}

.copyright p span {
    display: block;
}

.right-side {
    padding-left: 380px;
}

.right-content {
    padding: 50px;
}

.created img{
    max-width: 130px;
}

.created p span{
    font-weight: 600;
    color: #707070;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

img {
    width: 100%;
}

pre {
    background: url(../img/pre_bg.png);
    line-height: 19px;
    text-align: left;
    padding: 0px;
    margin-top: 35px;
    font-size: 13px;
    margin-bottom: 35px;
}

.content a {
    color: var(--primary-color);
}

.content h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.content h3 {
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
}

.content h4 {
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}

.alert-danger>h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.content h1 {
    font-weight: 700;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

#one>h1 {
    font-size: 16px;
    line-height: 30px;
}

#one>h1 span {
    font-size: 24px;
    line-height: 40px;
    color: #121212;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.content#source>ul li span {
    font-weight: 700;
    display: block;
}

.content#source>ul li>ul {
    padding-left: 25px;
}

.satisfication-area.color-bg::after {
    background: red none repeat scroll 0 0 !important;
}

#copyright_year {
    display: inline-block;
}