@media (max-width: 450px) {
    #section-news .btn-custom {
        font-size: 10px;
    }
    address span a {
        margin-right: 5px;
    }
}
@media (min-width: 1200px) {
    .breakpoint {
        height: 300px;
    }
}
.sub-title-about {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}
.logo, 
.logo-2 {
    width: 240px;
}
.lang {
    height: auto;
    border: solid 1px #fff;
    line-height: 14px;
    margin-top: 6px;
    padding: 0;
}
.lang a {
    padding: 6px 12px;
    cursor: pointer;
}
.lang a:hover {
    background: #008640;
}
.form-border input[type="text"], 
.form-border textarea, 
.form-underline input[type="email"], 
.form-border input[type="password"], 
.form-border select {
    background: rgba(255, 255, 255);
}
.nav-link, 
.nav-link:hover, 
.nav-link:focus {
    color: #008640;
}
#topbar a i {
    color: #ffffff;
}
.ul-style-2 li::before {
    background: #403f40;
}
address {
    background: rgba(255, 255, 255);
    margin: 0;
    padding: 40px;
}
address span, 
address span a {
    color: #242e3f;
}
.btn-new {
    background: #242e3f!important;
}
#ranked {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 100;
}
.z-relative {
    z-index: 1;
    position: relative;
}
#menu-mobile {
    display: none;
}
@media(max-width:980px) {
    #menu-mobile {
        display: block;
    }
}
@media(max-width:1199px) {
    #mainmenu {
        font-size: 13px;
    }
    .logo-2 {
        width: 200px;
    }
}
.bloglist .post-text {
    background: #f7f2e9;
}
h1, 
h2, 
h4, 
h3, 
h5, 
h6, 
.h1_big, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
footer.footer-light h5, 
.post-text h4 a, 
.a-profile, 
.header-light #mainmenu > li > a {
    color: #242e3f;
}
#mainmenu li a:hover {
    color: var(--primary-color);
}
.modal .modal-header {
    -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
}
.modal .close {
    float: right;
    position: relative;
    top: 10px;
    cursor: pointer;
    color: #242e3f;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Jost";
    font-size: 14px;
}
.modal .close:hover,
.modal .close:focus {
    color: #008640;
}
body.modal-open {
    overflow-y: hidden;
}
.view-post {
    color: var(--primary-color)!important;
    cursor: pointer;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top, 
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, 
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, 
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: var(--primary-color);
}
.bs-tooltip-right, 
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, 
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, 
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: var(--primary-color);
}
.bs-tooltip-bottom, 
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: var(--primary-color);
}
.bs-tooltip-left, 
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, 
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, 
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: var(--primary-color);
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 0.25rem;
}
.post-text h4 a {
    font-size: 20px;
    min-height: 50px;
    display: block;
}
.xs-show {
    display: none;
}
@media only screen and (max-width: 767px) {
    .xs-show {
        display: block;
    }
}
.back_history {
    cursor: pointer;
}