/*
Theme Name: BKNS
Theme URI: https://www.bkns.vn/
Author: TrungNQ
Author URI: http://www.bkweb.vn/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bkns
Text Domain: bkns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Garenal */

body {
    font-size: 13px;
    font-family: Arial, Helvetica, 'Open Sans', sans-serif;
    background-color: #ffffff;
}

.site {
    position: relative;
    width: 100%;
    padding: 0;
}

.site-container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.site-wrapper {
    background: #ffffff;
}

.site-wrap {
    margin-right: 5px;
    margin-left: 5px;
}

.site-container:before, .site-container:after, .site-wrap:before, .site-wrap:after {
    display: table;
    content: " ";
}

.site-container:after, .site-wrap:after {
    clear: both;
}

.site-left, .site-right {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.hover-up {
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-up:hover, .hover-up:focus, .hover-up:active {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (min-width: 768px) {
    .site-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .site-container {
        width: 970px;
    }
    .site-left {
        width: 25%;
        float: left;
    }
    .site-right {
        width: 75%;
        float: right;
    }
}

@media (min-width: 1200px) {
    .site-container {
        width: 1035px;
    }
}

.anchor_banner_right {
    display: none;
}

@media (min-width: 1150px) {
    .anchor_banner_right {
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
    }
}

/* Title */

.site-footer header, header.entry-header, header.page-header {
    border-bottom: 2px solid #5e933f;
    border-top: 1px solid #ccc;
    color: #000;
    margin: 0 0 10px 0;
    padding: 10px 0;
}

header.entry-header .entry-title, header.page-header .page-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
}


/* Genericons */

.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor>article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/* Elements */

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

p {
    font-size: 13px;
}

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

iframe {
    max-width: 100% !important;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/* post-navigation */

.post-navigation {
    width: 100%;
}

.post-navigation .screen-reader-text {
    font-size: 16px;
    text-transform: uppercase;
}


/* Banner scroll */

.banner-scroll-left, .banner-scroll-right {
    position: fixed;
    top: 15px;
    z-index: 999;
    text-align: center;
    display: none;
    max-width: 150px;
}

.banner-scroll-left img, .banner-scroll-right img {
    max-width: 100%;
}

.no-padding {
    padding: 0 !important;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.padding-left-md-20 {
    padding: 0;
}

.padding-5 {}

@media (max-width: 1300px) {
    .banner-scroll-left, .banner-scroll-right {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .padding-left-md-20 {
        padding: 0 0 0 20px;
    }
}

@media (min-width: 768px) {}


/* Header */


/* header line */

.header-line {
    background: #f4fcc4;
    color: #356414;
}

.home .header-line {
    border-bottom: none;
}

.curent-date {
    padding: 5px 0;
    font-weight: bold;
}

.quick-search {
    padding: 4px 0;
}

.quick-search .quick-search-field {
    background: #ffffff;
    border: 1px solid #98b321;
    padding: 5px;
    height: 25px;
    float: left;
}

.quick-search .quick-search-submit {
    background: #98b321;
    border: none;
    color: #ffffff;
    height: 25px;
    width: 25px;
    float: left;
}

@media (min-width: 992px) {
    .quick-search {
        float: right;
    }

}

/* site-header */

.site-header {
    position: relative;
}

.site-banner {
    width: 100%;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 100%;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
}

.site-description {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.site-banner {
    width: 100%;
    position: relative;
}

.site-banner img {
    width: 100%;
}

.marqueediv {
    background: #f4fcc4
}
.marqueediv .marqueetext {
    color: #2e6110;
    font-weight: bold;
}
@media (min-width: 992px) {
    .marqueediv {
        height: 20px;
        left: 120px;
        position: absolute;
        top: 90px;
        width: 500px;
        background: transparent;
    }
}


/* main nav */

@media (min-width: 992px) {
    .logo {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    .main-nav-container {
        width: 100%;
        background: #548b33;
    }
    .main-nav {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-nav ul {
        list-style: none;
        text-align: left;
    }
    .main-nav>li {
        position: relative;
        display: inline-block;
        float: left;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }
    .main-nav>li:last-child {
        border-right: none;
    }
    .main-nav>li>a {
        color: #fff;
        height: 33px;
        line-height: 33px;
        display: inline-block;
        padding: 0 18px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: #fff112;
        -webkit-transition: width .25s;
        -moz-transition: width .25s;
        -ms-transition: width .25s;
        -o-transition: width .25s;
        transition: width .25s;
    }
    .main-nav>li>a:hover {
        color: #fff112;
    }
    .main-nav>li>a:hover:after {
        width: 100%;
    }
    .main-nav .current_page_item>a, .main-nav .current_page_ancestor>a, .main-nav .current-menu-item>a, .main-nav .current-menu-ancestor>a {
        color: #fff112;
    }
    .main-nav>.current_page_item>a:after, .main-nav>.current_page_ancestor>a:after, .main-nav>.current-menu-item>a:after, .main-nav>.current-menu-ancestor>a:after {
        width: 100%;
    }
    .main-nav li ul.sub-menu {
        background: #98b321;
        border: 1px solid #548b33;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border-top: none;
        border-radius: 2px;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        z-index: 9999;
        padding: 0;
        min-width: 250px;
    }
    .main-nav>li>ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
    }
    .main-nav>li>ul.sub-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .main-nav .sub-menu>li {
        border-top: 1px solid #548b33;
        padding: 0;
        position: relative;
    }
    .main-nav ul a, .main-nav ul ul a {
        color: #ffffff;
        margin: 0;
        display: inline-block;
        width: 100%;
        padding: 7px;
    }
    .main-nav .sub-menu>li:hover, .main-nav .sub-menu>li:hover {
        background: #89c540;
    }
    .main-nav li:hover>ul, .main-nav ul li:hover>ul, .main-nav.focus>ul, .main-nav .focus>ul {
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navbar-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .logo img {
        max-height: 60px;
    }
    .main-navbar-header {
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        padding: 0 10px;
        color: #356414;
    }
    .main-navbar-toggle {
        display: inline-block;
        border: 1px solid #ccc;
        background: #ffffff;
        width: 40px;
        border-radius: 3px;
        height: 40px;
        padding: 5px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-navbar-toggle i {
        font-size: 26px;
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: 26px;
    }
    .main-nav-container {
        display: none;
        border: 1px solid #959595;
        list-style: none;
        background: #fff;
        padding: 15px;
        margin-bottom: 10px;
    }
    .main-nav-container.show-nav {
        display: block;
    }
    .main-nav-container ul {
        list-style: none;
    }
    ul.main-nav {
        padding: 0;
        margin: 0;
    }
    .main-nav>li>a {
        width: 100%;
        display: inline-block;
        padding: 5px 0;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
    }
    .main-nav ul.sub-menu {
        padding-left: 20px;
    }
    .main-nav ul.sub-menu li a {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
    }
}

@media (min-width: 768px) {}


/* main slider */

.main-slider {
    width: 100%;
}

.pgwSlider>.ps-list>li span {
    font-size: 13px;
    color: #da251c;
}

.pgwSlider .ps-caption {
    font-size: 13px;
}


/* Content */

.site-content {
    width: 100%;
    padding: 10px 0 0 0;
}

.site-main {
    width: 100%;
}


/*  Posts and pages */

.hentry {
    position: relative;
}

.hentry.has-post-thumbnail {
    padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}

.hentry+.hentry {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.hentry .post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

a.post-thumbnail:hover, a.post-thumbnail:focus {
    opacity: 0.85;
}

.entry-header {}

.entry-title {
    font-size: 20px;
    line-height: 1.1538;
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: bold;
}

.entry-content, .entry-summary {
    padding: 10px 0;
    text-align: justify;
    background: #fff;
}

.entry-content>:last-child, .entry-summary>:last-child {
    margin-bottom: 0;
}

.entry-content, .entry-summary, .page-content, .comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    background: #ffffff;
}

.entry-content table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
}

.entry-content table td,
.entry-content table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px;
}

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
    font-size: 26px;
    line-height: 1.1538;
    margin-top: 25px;
    margin-bottom: 15px;
}

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    font-size: 22px;
    line-height: 1.3636;
    margin-top: 20px;
    margin-bottom: 15px;
}

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
}

.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h4, .page-content h5, .page-content h6, .comment-content h4, .comment-content h5, .comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
}

.entry-content h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.entry-content>h1:first-child, .entry-content>h2:first-child, .entry-content>h3:first-child, .entry-content>h4:first-child, .entry-content>h5:first-child, .entry-content>h6:first-child, .entry-summary>h1:first-child, .entry-summary>h2:first-child, .entry-summary>h3:first-child, .entry-summary>h4:first-child, .entry-summary>h5:first-child, .entry-summary>h6:first-child, .page-content>h1:first-child, .page-content>h2:first-child, .page-content>h3:first-child, .page-content>h4:first-child, .page-content>h5:first-child, .page-content>h6:first-child, .comment-content>h1:first-child, .comment-content>h2:first-child, .comment-content>h3:first-child, .comment-content>h4:first-child, .comment-content>h5:first-child, .comment-content>h6:first-child {
    margin-top: 0;
}

.entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .page-content a:hover, .page-content a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body>a:hover, .pingback .comment-body>a:focus {
    border-bottom: 0;
}

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img {
    display: block;
}

.entry-content .more-link, .entry-summary .more-link:after {
    white-space: nowrap;
}

.entry-content .more-link:after, .entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

/*.entry-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.entry-content table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.entry-content table tr:first-child {
    background-color: #fceec3;
    font-weight: 600;
}

.entry-content table tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}*/

.entry-footer {
    background-color: #ececec;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px;
}

.entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
    border-bottom: 1px solid #333;
}

.entry-footer a:hover, .entry-footer a:focus {
    color: #333;
}

.format-aside .entry-format:before {
    content: "\f101";
}

.format-image .entry-format:before {
    content: "\f473";
}

.format-gallery .entry-format:before {
    content: "\f103";
}

.format-video .entry-format:before {
    content: "\f104";
}

.format-status .entry-format:before {
    content: "\f105";
}

.format-quote .entry-format:before {
    content: "\f106";
}

.format-link .entry-format:before {
    content: "\f107";
}

.format-chat .entry-format:before {
    content: "\f108";
}

.format-audio .entry-format:before {
    content: "\f109";
}

.posted-on:before {
    content: "\f307";
}

.byline:before {
    content: "\f304";
}

.cat-links:before {
    content: "\f301";
}

.tags-links:before {
    content: "\f302";
}

.comments-link:before {
    content: "\f300";
}

.full-size-link:before {
    content: "\f402";
}

.edit-link:before {
    content: "\f411";
}

.comments-link, .edit-link {
    white-space: nowrap;
}

.page-header {
    margin: 0 0 10px 0;
}

.page-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em;
}

.taxonomy-description a {
    border-bottom: 1px solid #333;
}

.taxonomy-description a:hover, .taxonomy-description a:focus {
    border-bottom: 0;
}

.taxonomy-description>:last-child {
    margin-bottom: 0;
}


/*.entry-content .wpcf7 {
    margin-top: 15px;
}

.entry-content .wpcf7 input[type="text"], .entry-content .wpcf7 input[type="number"], .entry-content .wpcf7 input[type="tel"], .entry-content .wpcf7 input[type="email"], .entry-content .wpcf7 textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

.entry-content .wpcf7 .wpcf7-submit {
    background: #c4161c;
    border: 1px solid #c4161c;
    color: #fff;
    font-size: 16px;
    padding: 4px 6px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0 15px;
}
*/


/* List post */

.post-item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post-item .post-thumbnail {
    margin-bottom: 0;
}

.post-item h3 {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 600;
}

.post-item h3 a {
    color: #da251c;
    text-decoration: none;
}

.post-item h3 a:hover {
    color: #00913e;
}

.post-item p {
    color: #454545;
    text-align: justify;
}

.post-item a.view-detail {
    font-size: 13px;
    font-style: italic;
}


/* post grid */

.post-grid {
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.post-grid li {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.post-item-grid {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.post-item-grid h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
}
.post-item-grid h3 a {
    color: #000;
}

.post-item-grid p {
    text-align: justify;
}

@media (min-width: 992px) {
    .post-grid li {
        width: 33.33333333%;
    }
    .post-grid li:nth-child(3n+1) {
        clear: both;
    }
}


/* post table */

.post-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.post-table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.post-table tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #fceec3;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.post-table tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.post-table h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
}


/* Related posts */

.related-posts-wrap {
    width: 100%;
    margin: 10px 0;
}

.related-posts-title {
    padding: 0;
    margin: 0;
}

.related-posts-title h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #ececec;
    padding: 8px 10px;
    margin: 0;
}

.related-posts {
    width: 100%;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #9f9f9f;
}

.related-posts ul li a {
    color: #333;
}

.related-posts ul li a i {
    color: #333;
}


/* Footer */

.site-footer {
    padding: 0 0 20px 0;
    position: relative;
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.widget-footer {
    padding: 5px 10px;
    text-align: right;
    background: url(images/ke-ngang.png) no-repeat right bottom;
}

.site-footer .widget-footer:last-child {
    background: none;
}

.widget-footer .widget-footer-title {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}

.widget-footer p {
    margin-bottom: 2px;
}

.widget-footer .es_widget_form {
    float: right;
}

.widget-footer .es_widget_form .es_caption {
    float: left;
}
.widget-footer .es_widget_form .es_lablebox {
    float: left;
    display: none;
}
.widget-footer .es_widget_form .es_textbox {
    float: left;
}
.widget-footer .es_widget_form .es_textbox input {
    border: 1px solid #98b321;
    height: 25px;
}
.widget-footer .es_widget_form .es_button {
    float: left;
    padding: 0;
    margin-left: 3px;
}
.widget-footer .es_widget_form .es_button .es_textbox_button {
    width: auto;
    background: #98b321;
    border: none;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
}
.widget-footer .es_widget_form .es_msg {
    clear: both;
}
.backtotop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #ddd;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    z-index: 999;
}

@media (min-width: 992px) {
    .site-footer {
        background-position: top left;
        background-size: 100% 100%;
    }
}

/* home */

.home-box {
    width: 100%;
}
.home-box-right,
.home-box-left {
    width: 100%;
    margin-bottom: 10px;
}

.home-title {
    background: url(images/star.png) no-repeat top left #548b33;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}

.home-recent-posts {
    width: 100%;
    padding: 0;
    margin: 0;
}

.home-recent-posts li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

.home-recent-posts li h5 {
    font-weight: normal;
}

.home-recent-posts li h5 a {
    color: #25642d;
}

.featured-post {
    width: 100%;
    background: #f4fcc4;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}

ul.column-4 {
    list-style: none;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}

ul.column-4 li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    margin-bottom: 10px;
}

ul.column-4 li h5 {
    text-align: center;
    color: #25642d;
    font-weight: bold;
}

ul.column-4 li h5 a {
    color: #25642d;
}

ul.column-4 ul li:nth-child(2n+1) {
    clear: both;
}
.post-photo-item {
    border: 1px solid #ccc;
    padding: 3px;
}

@media (min-width: 992px) {
    .home-box-left {
        width: 66.6666%;
        float: left;
        padding-right: 5px;
    }
    .home-box-right {
        width: 33.3334%;
        float: left;
        padding-left: 5px;
    }
    ul.column-4 li {
        width: 25%;
    }
    ul.column-4 li:nth-child(2n+1) {
        clear: none;
    }
    ul.column-4 li:nth-child(4n+1) {
        clear: both;
    }
}

/* home widgets */

.home-content {
    margin-right: -5px;
    margin-left: -5px;
}

.home-content:after, .home-content:before {
    display: table;
    content: " ";
}

.home-content:after {
    clear: both;
}

.widget-home {
    width: 100%;
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
}

.widget-home h3.widget-home-title {
    border-top: 2px solid #5e933f;
    border-bottom: 1px solid #ccc;
    color: #25642d;
    margin: 0;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.widget-home h3.widget-home-title a {
    display: inline-block;
    color: #25642d;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 992px) {}


/* single image home */

.single-image {
    position: relative;
}

.single-image .single-image-title {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.single-image .single-image-title.style-up {
    top: 0;
}

.widget-home .single-image-title.style-down {
    background: rgba(19, 86, 181, 0.8);
    color: #ffffff;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
}

.widget-home .single-image-title.style-down a {
    color: #ffffff;
}

.single-image .thumbnail-image {
    width: 100%;
    display: inline-block;
}

.single-image img {
    width: 100%;
}

.single-image2 img {
    width: 100%;
}

/* list terms */

.list-terms {
    padding: 0;
}

.list-terms ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    padding: 0;
}

.list-terms ul:before, .list-terms ul:after {
    display: table;
    content: " ";
}

.list-terms ul:after {
    clear: both;
}

.list-terms ul li {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.list-terms .term-item {
    margin-bottom: 10px;
}

.term-item .term-item-content {
    background: #eff3f4;
    padding: 10px;
}

.term-item a {
    color: #000000;
    font-weight: 600;
}

.term-item h5 {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    background: url(images/icon-square.png) no-repeat left 7px;
    padding-left: 10px;
}

.news-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.news-item .post-thumbnail {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.news-item .post-thumbnail img {
    width: 150px;
    height: auto;
}

.news-item h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
}

.news-item h4 a {
    color: #eb1625;
    font-weight: bold;
}

@media (min-width: 992px) {
    .list-terms ul li {
        width: 50%;
        float: left;
    }
    .list-terms ul li:nth-child(2n+1) {
        clear: both;
    }
}


/* Sidebar */

.sidebar-area {
    width: 100%;
    position: relative;
}

.sidebar-area .widget {
    margin-bottom: 10px;
}

.sidebar-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget h3.widget-title {
    background: url(images/star.png) no-repeat top left #548b33;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    color: #fff112;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.sidebar-area .widget h3.widget-title a {
    color: #ffffff;
}

.sidebar-area .sidebar-content {
    padding: 0;
    background: #ffffff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sidebar-area .widget a {}

.sidebar-area .widget a:hover {
    color: #EA4335;
}

.widget .textwidget {
    width: 100%;
}


/* widget menus */
.widget.widget-menus .sidebar-content {
    border: none;
}

.widget-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    background: #e7d88f;
}

.widget-nav li {
    width: 100%;
    list-style: none;
    position: relative;
}

.widget-nav li a {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 0;
    color: #fff;
    width: 100%;
}

.widget-nav li a:hover {
    color: #fff112;
}

.widget-nav li.current-menu-item a {
    color: #fff112;
}

.widget-nav>li {
    width: 100%;
    position: relative;
}

.widget-nav>li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 8px;
    color: #fff;
    font-size: 11px;
    z-index: 1;
}

.widget-nav>li>a {
    background: url(images/star.png) no-repeat top left #548b33;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    color: #fff112;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: 100%;
}

.widget-nav ul.sub-menu {
    padding: 5px 0 5px 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.widget-nav ul.sub-menu li {
    padding: 0;
}

.widget-nav ul.sub-menu a {
    padding: 5px 0 5px 12px;
    background: url(images/icon-arrow.png) no-repeat left center;
    color: #25642d;
}

.widget-nav-2 {
    margin: 0;
    padding: 0;
    border-top: none;
    background: #eff3f4;
}

.widget-nav-2 li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.widget-nav-2 li a {
    color: #585858;
    font-weight: bold;
}

.widget-nav-2 li.menu-item-has-children:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 13px;
    color: #999;
    font-size: 11px;
}

.widget-nav-2 li .sub-menu {
    display: none;
    background: #fff;
    z-index: 9999;
    width: 100%;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 100%;
}

.widget-nav-2 li:hover > ul.sub-menu {
    display: block;
}


/* widget marquee */

.widget-marquee-content {
    background-image: url(images/bac-ho.gif);
    background-size: cover;
    border: 1px solid #00913e;
    padding: 10px;
}

.widget-marquee-content ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 14px;
}

.widget-marquee-content ul li:nth-child(even) {
    color: #da251c;
    font-weight: 600;
    margin-bottom: 5px;
}

.widget-marquee-content ul li:nth-child(odd) {
    color: #00913e;
}


/* widget video */

.widget-video-content {
    border: 1px solid #da251c;
    border-top: unset;
}


/* widget weblinks */

.weblinks-count {
    background: #eb1625;
    width: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.widget-links-content {
    background: #e6e8de;
}

.widget-links-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-links-content ul li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.widget-links-content ul li:last-child {
    border-bottom: unset;
}

.widget-links-content ul li a {
    color: #585858;
    font-weight: bold;
}

.widget-links-content div {
    padding: 10px;
    text-align: center;
}

.widget-links-content select {
    font-size: 13px;
}

/* gallery widget */
.gallery-widget-vertical {
    width: 100%;
    border: 1px solid #ccc;
    border-top: unset;
    padding: 10px;
    height: 250px;
}
.gallery-widget-vertical ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery-widget-vertical ul li {
    border: 1px solid #ddd;
    padding: 3px;
    margin: 3px 0;
}

.gallery-widget-horizontal {
    padding: 10px 30px;
    position: relative;
    background: #e6e6e6;
}

.gallery-widget-horizontal ul {
    margin: 0;
    padding: 0;
}
.gallery-widget-horizontal ul li {
    list-style: none;
    float: left;
    margin: 0 5px;
    height: 140px;
}
.gallery-widget-horizontal ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
    height: 140px;
    overflow: hidden;
    text-align: center;
}
.gallery-widget-horizontal ul li a img {
    max-width: 100%;
    max-height: 100%;
}
.prev-scroll,
.next-scroll {
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 99999;
    color: #b2b2b2;
    width: 22px;
    text-align: center;
}
.prev-scroll {
    left: 5px;
}
.next-scroll {
    right: 5px;
}
.prev-scroll:hover,
.next-scroll:hover {
    color: #98b321;
}

/* weather rate */
.weather-rate-content {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e6e8de;
    padding: 0 5px 5px;
}
.weather-wrap,
.gold-price-wrap,
.rate-wrap {
    margin: 2px 0;
}
.rate-wrap .wr-label {
    background: url("images/circle-chart.png") no-repeat left center;
}
.gold-price-wrap .wr-label {
    background: url("images/gold.png") no-repeat left center;
}
.weather-wrap .wr-label {
    background: url("images/cloud.png") no-repeat left center;
}
.weather-wrap .wr-label,
.gold-price-wrap .wr-label,
.rate-wrap .wr-label {
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 35px;
    text-align: left;
}
.rate-table-wrap {
    overflow: auto;
    height: 150px;
}
table.gold-price,
table.rate {
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    width: 100%;
}
table.gold-price td,
table.rate td,
table.rate th {
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 11px;
    padding: 2px;
}
.weather-wrap select {
    color: #454545;
    border: 1px solid #B8B8B8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 2px;
}
.weather {
    height: 90px;
}
.weather ul {
    padding: 0;
}
.weather ul li {
    list-style: none;
}
.weather ul li span.curtemp {
    font-size: 25px;
    padding-left: 10px;
    font-weight: bold;
}
p.loading-wide {
    text-align: center;
    margin: 0;
    padding-top: 20px;
}


/* list supporter */

.list-supporter {
    padding: 15px;
}

.list-supporter .supporter {
    padding: 10px 0;
    border-bottom: 1px dotted #848893;
}

.list-supporter .supporter label.name {
    color: red;
}

.sidebar-content .hotline {
    color: #d41e00;
    font-size: 18px;
    background: url(images/icon-tel.png) no-repeat left center;
    padding-left: 60px;
}

.sidebar-content .supporter {
    padding: 10px 0;
    border-top: 1px solid #d8d3c0;
}

.sidebar-content .supporter:first-child {}


/* list posts */

.sidebar-content .list-posts {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.sidebar-content .list-posts li {
    display: inline-block;
    width: 100%;
    border-top: none;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

.sidebar-content .list-posts li .post-thumbnail {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    margin-right: 8px;
}

.sidebar-content .list-posts li .post-thumbnail img {
    width: 100%;
    height: auto;
}

.sidebar-content .list-posts li a {
    color: #000000;
    font-weight: bold;
}


/* -------------------------------------------------------------
--- Libs -------------------------------------------------------
---------------------------------------------------------------- */


/* Breadcrumbs */

.breadcrumbs {
    font-style: italic;
}

.breadcrumbs a {
    position: relative;
    display: inline-block;
    color: #454545;
    padding: 5px 0;
    font-size: 13px;
}


/* Social share */

.social-share {
    padding: 0;
    margin: 10px 0;
}

.social-share span {
    float: left;
    margin-right: 5px;
}


/* Comments */

.comments-area {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.fb-comments-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.comments-area>:last-child {
    margin-bottom: 0;
}

.comment-list+.comment-respond {
    border-bottom: 1px solid #eaeaea;
}

.comment-list+.comment-respond, .comment-navigation+.comment-respond {
    padding-top: 1.6em;
}

.comments-title-wrap, .comment-reply-title {
    background: url(images/cmt-title.jpg) repeat-x center;
}

.comments-title-wrap .comments-title, .comment-reply-title span {
    display: inline-block;
    background: #fff;
    padding: 0 10px 0 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children>li {
    padding-left: 15px;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor>article .fn:after {
    content: "\f304";
    position: relative;
    top: 0px;
    left: 3px;
}

.comment-metadata, .pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a, .pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover, .pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover, .comment-metadata a:focus, .pingback .edit-link a:hover, .pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul, .comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li>ul, .comment-content li>ol {
    margin-bottom: 0;
}

.comment-content>:last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover, .comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 15px;
}

.comment-respond .comment-form-author {
    width: 48%;
    float: left;
}

.comment-respond .comment-form-email {
    width: 48%;
    float: right;
}

.comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-comment label {
    font-weight: normal;
}

.comment-respond .comment-form-comment {
    margin-top: 5px;
}

.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-comment textarea {
    width: 100%;
    background: #f8f8f8;
    border: #e3e3e3 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    margin: 0;
    padding: 5px;
}

.comment-respond .comment-form-comment textarea {
    max-height: 80px;
}

.comment-respond .form-submit {
    margin: 10px 0;
}

.comment-respond .form-submit #submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #7e7e7e;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation+.no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: red;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

.search-form {
    text-align: center;
}

.search-field {
    background: #f8f8f8;
    border: #e3e3e3 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    margin: 0;
    padding: 5px;
}

::-webkit-input-placeholder {
    font-weight: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
}

:-ms-input-placeholder {
    font-weight: normal;
}

.search-submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #7e7e7e;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}


/* footer social */

.social-link {
    margin-top: 15px;
}

.social-link a {
    margin: 0 3px;
    background: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    padding: 0;
    border-radius: 50%;
}

.social-link a:hover {
    color: #454545;
    background: #ddd;
}

.social-link a i {
    font-size: 20px;
}

.social-link .btn-facebook {
    background: #3a589b;
}

.social-link .btn-rss {
    background: #fd9f13;
}

.social-link .btn-twitter {
    background: #28aae0;
}

.social-link .btn-youtube {
    background: #cf3427;
}

.social-link .btn-google-plus {
    background: #da6245;
}

.social-link .btn-flickr {
    background: #025FE0;
}

.social-link .btn-linkedin {
    background: #0085AF;
}


/* Contact page */

.contact-map {
    padding: 5px;
    border: 1px solid #ddd;
}

.contact-map-label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.office {
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.office h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.office ul {
    margin: 0;
    padding: 0;
}

.office ul li {
    list-style: none;
    font-size: 13px;
    padding: 5px 0;
}

.office ul li i {
    margin-right: 10px;
}

.office ul li a {}

.contact-form textarea, .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}

.contact-form input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #7e7e7e;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}


/**
 * Widgets
 */

.widget {
    color: #000000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.widget pre {
    line-height: 1.2;
}

.widget button, .widget input, .widget select, .widget textarea {
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
}

.widget button, .widget input {
    line-height: normal;
}

.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
    padding: 0.375em;
}

.widget-title {
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

.widget>:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td, .widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a {
    border: 0;
}

.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, .widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
    /*display: block;*/
    font-style: italic;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child, .widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date, .widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget>:last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover, .textwidget a:focus {
    border-bottom: 0;
}

/* contact3 */

.contact3 {
    width: 100%;
    background: #eff3f4;
    padding: 20px 0;
}

.contact3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact3 ul li {
    float: left;
    width: 33.33333333%;
}
.contact3 ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #585858;
    font-weight: bold;
}

.widget_wpstatistics_widget ul {
    list-style: none;
    background: #e6e8de;
    padding: 15px;
    margin: 0;
}

/* Pagination */

.bk-pagination {
    margin: 15px 0 !important;
    text-align: right;
}

.bk-pagination span, .bk-pagination a {
    background: #e3e3e3;
    padding: 5px 10px;
    color: #666;
    display: inline-block;
}

.bk-pagination span.current {
    background: #FF0000;
    color: #fff;
}

/* list-category */
.list-category {
    border: 1px solid #ccc;
    background: #f2f4e7;
    padding: 10px;
    margin-bottom: 10px;
}

.list-category h2 {
    background: url(images/icon-star.png) no-repeat left center;
    color: #25642d;
    padding: 10px 0 10px 20px;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.list-category h2 a {
    color: #25642d;
}

/* site map */
.site-map {
    width: 100%;
}
.site-map h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.site-map>ul {
    list-style: none;
    padding: 0;
}
.site-map>ul ul {
    padding: 0 0 0 15px;
    list-style: none;
}

.site-map ul li {
    padding: 5px 0;
}

.site-map ul li a {
    color: #25642d;
}

.slide-footer {
    padding: 10px;
}

.footer-line {
    border-bottom: 1px solid #b2c45e;
    background-image: url(images/footer-line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 20px;
}

.entry-footer .print-page {
    background: #98b321;
    color: #ffffff;
    float: right;
    padding: 2px 5px;
    cursor: pointer;
    border-bottom: none !important;
}
.entry-footer .print-page:hover {
    text-decoration: none !important;
    background: #548b33;
    color: #ffffff;
    border-bottom: none !important;
}
.home-featured-post {
    position: relative;
}
.home-featured-post h5 {
    background: #89c540;
    color: #000;
    margin: 0;
    padding: 10px;
}
.home-featured-post h5 a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}