header {
    background: #f2f0e7;
    position: relative;
    z-index: 2;
}

.banner-image {
    height: 100px;
}

/* Menu-1 */
.menu-area-1 {

}

.menu-area-1 > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.menu-area-1 > ul > li {
    display: inline-block;
    font-family: Kiron, serif;
}

.menu-area-1 > ul > li > a {
    color: #333;
    display: block;
    text-decoration: none;
    line-height: 100px;
    font-size: 20px;
    margin: 0 10px;
}

.menu-area-1 > ul > li:hover > a {
    color: #00aa88;
}

.li-all-menu-btn {
    width: 100px;
}

.all-menu {
    color: #fa8072 !important;
}

/* Menu-2 */
header#menuAll {
    top: -700px;
    position: absolute;
    z-index: 1;
    width: 100%;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.menu-area-2 {
    border-top: 1px solid #006b4d45;
}

.menu-area-2 > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.menu-area-2 > ul > li {
    display: inline-block;
    font-family: Kiron, serif;
    width: 16%;
}

.menu-area-2 > ul > li > a {
    color: #333;
    display: block;
    text-decoration: none;
    line-height: 54px;
    font-size: 20px;
    margin: 0 10px;
}

.menu-area-2 > ul > li:hover > a {
    color: #00aa88;
}

.menu-area-3 {
    border-top: 1px solid #006b4d45;
}

.menu-area-3 > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.menu-area-3 > ul > li {
    font-family: Kiron, serif;
}

.menu-area-3 > ul > li > a {
    color: #333;
    display: block;
    text-decoration: none;
    line-height: 54px;
    font-size: 20px;
    margin: 0 10px;
}

.menu-area-3 > ul > li > a > i {
    font-size: 16px;
    width: 30px;
}

.menu-area-3 > ul > li:hover > a {
    color: #00aa88;
}

/* Text Slider */
.text-slider {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.text-slider > li {
    display: inline-block;
    width: 222px;
    box-shadow: 0 0 2px 2px #99999938;
    margin: 0 4px;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.text-slider > li > a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-family: Kiron, serif;
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

.text-slider > li > a > img {
    float: left;
    height: 40px;
    width: 50px;
}

.text-slider > li > a > span {
    margin-left: 60px;
    display: block;
}

.text-slider > li:hover {
    box-shadow: 0 0 12px 2px #13991973;
}

/* Main Page */
.lead-news-xl {
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 10px 0 rgba(139, 195, 74, 0.54);
    font-family: Kiron, serif;
    background: #f3f3f3 no-repeat center;
    background-size: cover;
    border-radius: 5px;
}

.lead-news-xl > span {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    padding: 3px;
    box-shadow: 0 -4px 20px 9px rgba(0, 0, 0, 0.8);
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.lead-news-m {
    background: #eeeeee;
    font-family: Kiron, serif;
    overflow: hidden;
    border-radius: 5px;
}

.lead-news-m a {
    text-decoration: none;
    display: block;
}

.lead-news-m .image {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 10px 0 rgba(139, 195, 74, 0.12);
    background: no-repeat center;
    height: 180px;
    background-size: cover;
}

.lead-news-m .title {
    color: #006b4d;
    font-size: 19px;
    line-height: 31px;
    padding: 5px;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.lead-news-m .details {
    color: #758684;
    padding: 5px;
    height: 80px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lead-news-m .gap {

    height: 0;
    margin: 4px 0;
    border-top: 1px solid rgba(76, 175, 80, 0.21);
}

.lead-news-m .type {
    padding-left: 9px;
    line-height: 30px;
}

.lead-news-m .option {
    float: right;
    display: inline-block;
    margin-left: 6px;
    color: #999;
    width: 19px;
    text-align: right;
    margin-right: 9px;
    line-height: 40px;
}

.lead-news-m .time {
    float: right;
    line-height: 40px;
    color: #ff2e58;
    padding-right: 10px;
}

.news-list {
    font-family: Kiron, serif;
    border-radius: 5px;
    overflow: hidden;
}

.news-list > ul {
    background: #006b4d;
    color: #FFF;
    padding: 4px 10px;
}

.news-list > div:nth-child(1) {
    background: #006b4d;
    color: #FFF;
    padding: 4px 10px;
}

.news-list > div:nth-child(2) {
    max-height: 385px;
    overflow-y: auto;
}

.news-list > div:nth-child(2) > ul {
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.news-list > div:nth-child(2) > ul > li {
    padding: 6px 7px;
    margin: 0;
    border-bottom: 1px solid #e0dbdb;
    overflow: hidden;
    list-style: none;
    background: #eae6e6f5;
    height: 59px;
    /* border-bottom: 1px solid #99999926; */
}

.news-list > div:nth-child(2) > ul > li:nth-child(even) {
    background: #eddddd80;
}

.news-list > div:nth-child(2) > ul > li > img {
    width: 45px;
    height: 36px;
    float: left;
    margin: 2px 10px 0 0;
}

.news-list > div:nth-child(2) > ul > li > .fa-bullhorn {
    color: #614949;
}

.news-list > div:nth-child(2) > ul > li > .option {
    font-size: 12px;
    line-height: 30px;
    float: right;
}

.news-list > div:nth-child(2) > ul > li > a {
    font-size: 16px;
    position: relative;
    top: -2px;
    color: #006b4d;
    line-height: 15px;
}

.news-list > div:nth-child(2).custom-height {
    max-height: 582px;
    overflow-y: auto;
}


.news-list-lg {
    font-family: Kiron, serif;
    background: #eee;
    border-radius: 5px;
}

.news-list-lg > ul {
    /* max-height: 385px; */
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.news-list-lg > ul > li {
    padding: 6px 7px;
    margin: 0;
    overflow: hidden;
    list-style: none;
    /* background: #eae6e6f5; */
    height: 87px;
    border-bottom: 1px solid #99999926;
}

.news-list-lg > ul > li:nth-child(even) {
    /* background: #eddddd80; */
}

.news-list-lg > ul > li:nth-child(1) {
    border-top: 1px solid #99999926;
}

.news-list-lg > ul > li > img {
    width: 90px;
    height: 72px;
    float: left;
    margin: 2px 10px 0 0;
}

.news-list-lg > ul > li > .fa-bullhorn {
    color: #614949;
}

.news-list-lg > ul > li > .option {
    font-size: 12px;
    line-height: 30px;
    float: right;
}

.news-list-lg > ul > li > a {
    font-size: 17px;
    position: relative;
    top: -2px;
    color: #006b4d;
    line-height: 28px;
}

.news-list-lg > ul.custom-height {
    max-height: 582px;
    overflow-y: auto;
}

.section-head {
    background: #eeeeee;
    font-size: 22px;
    font-family: "Kiron", serif;
    border-radius: 5px;
    overflow: hidden;
}

.section-head > div > span {
    background: #006b4d;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 4px;
}

.section-head > div:nth-child(2) > span {
    width: 40px;
}

.home-slider-1 {
    position: relative;
    background: #eeeeee;
    overflow: hidden;
    border-radius: 5px;
}

.home-slider-1-cell {
    width: 100%;
    height: 100%;
    font-family: Kiron, serif;
}

.home-slider-1-cell > div:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-slider-1-cell > div:nth-child(1) > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-slider-1-cell > div:nth-child(1) > a > div:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.home-slider-1-cell > div:nth-child(1) > a > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    object-fit: cover;
}

.home-slider-1-cell > div:nth-child(1) > a > div:nth-child(2) {
    position: absolute;
    top: 90%;
    color: #006b4d;
    font-size: 22px;
    padding: 5px;
    width: 100%;
    height: 10%;
    overflow: hidden;
    /* background: #607d8b; */
}


.home-slider-list {
    overflow: hidden;
    position: relative;
    height: 417px;
    margin-left: -15px;
    margin-right: -15px;
    font-family: Kiron, serif;
    border-radius: 5px;
}

.home-slider-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 417px;
    position: absolute;
}

.home-slider-list > ul > li {
    height: 84px;
    overflow: hidden;
    border-top: 1px solid rgba(153, 153, 153, 0.19);
    background: #eeeeee;
}

.home-slider-list > ul > li > div {
    display: block;
    height: 100%;
}

.home-slider-list > ul > li > div > span:nth-child(1) {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    margin: 10px 0 0 10px;
    position: relative;
    background: #607d8b;
}

.home-slider-list > ul > li > div > span > img {
    width: 120%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
}

.home-slider-list > ul > li > div > a:nth-child(2) {
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0 0 5px;
    color: #006b4d;
}

.home-slider-list > ul > li > div > span:nth-child(3) {
    display: block;
    overflow: hidden;
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #999;
    /* padding-right: 16px; */
    margin-top: 5px;
}

.fotorama__dot {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 20px;
    /* border: 1px solid #ffffff; */
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 10px;
    height: 10px;
    border-width: 5px;
}

.fotorama__nav__shaft {
    line-height: 50px;
}

.ads-home-top-right {
    background: #eeeeee;
    line-height: 350px;
    text-align: center;
    font-size: 50px;
    font-family: Kiron, serif;
}

.ads-home-middle-left {
    background: #eeeeee;
    text-align: center;
    font-size: 50px;
    font-family: Kiron, serif;
    line-height: 224px;
}

.img-on-list {
    width: 45px;
    height: 36px;
    float: left;
    margin: 2px 10px 0 0;
}

/* List Page */
.list-article {
    background: #fbfbfb;
    overflow: hidden;
    margin-bottom: 25px;
    font-family: Kiron, serif;
}

.list-article > a:nth-child(1) {
    width: 200px;
    height: 140px;
    display: block;
    background-position: center;
    float: left;
    margin: 20px 10px 20px 20px;
    /*background: rgba(121, 85, 72, 0.08) url(../img/tmb-frontpage.png) no-repeat center;*/
    background-size: cover;
    border: 1px solid rgba(158, 158, 158, 0.11);
}

.list-article > a:nth-child(2) {
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 124px;
    margin-top: 17px;
}

.list-article > a:nth-child(2) > h2 {
    margin-top: 10px;
    font-size: 25px;
    display: block;
    max-height: 57px;
    color: #006b4d;
    margin-bottom: 3px;
    font-weight: bold;
}

.list-article > a:nth-child(2) > p {
    color: #006b4d;
    text-align: justify;
    padding-right: 15px;
    margin-bottom: 3px;
}

.list-article > div:nth-child(3) {
    padding-right: 15px;
}

.list-article .option {
    float: right;
    display: inline-block;
    margin-left: 6px;
    text-align: right;
    color: #ed2e44;
}

.list-article .option > i {
    color: #999;
}


/* Breadcrumb */
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
    font-size: 22px;
    font-family: Kiron, serif;
    margin-top: 20px;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
    padding: 0;
}

#breadcrumb li > i.fa.fa-home {
    color: #006b4d;
}

#breadcrumb li > i {
    position: relative;
    top: 2px;
    color: #006b4d;
}

#breadcrumb li a {
    /*color: #FFF;*/
    /*background: #3498db;*/
    color: #ed2e44;
    display: inline-block;
    text-decoration: none;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 3px;
    text-align: center;
    margin-right: 13px;
    font-size: 22px;
}

#breadcrumb li:first-child a {
    /* padding-left: 0; */
    -moz-border-radius: 4px 0 0 4px;
    /* -webkit-border-radius: 4px; */
    /* border-radius: 4px 0 0 4px; */
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}


#breadcrumb li a:hover {
    /*background-color: #1abc9c;*/
}

#breadcrumb li a:hover {
    color: #145388;
}

/*  Details Page */
.article-title {
    font-family: Kiron, serif;
    font-weight: bold;
    color: #006b4d;
}

.article-info {
    font-family: Kiron, serif;
    font-size: 20px;
    color: #ed2e44;
}

.article-info > a {
    font-family: Kiron, serif;
    font-size: 20px;
    color: #e6373a;
    text-decoration: none;
}

.article-details {
    margin-top: 20px;
    font-family: Kiron, serif;
}

.article-details > p {
    font-size: 20px;
    text-align: justify;
}

.article-details-image {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.article-details-image > img {
    width: 100%;
}

.share-round-cons .jssocials-share-link {
    font-size: 12px;
}

/* Footer */
footer {
    font-family: Kiron, serif;
}

.footer {
    background: rgb(0, 107, 77);
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.warning {
    background: #ed2e44;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 15px;
}

.footer-txt {
    text-align: center;
    font-size: 14px;
    padding: 30px;
    color: #FFF;
}

.footer-2 {
    background: rgb(0, 107, 77);
    color: #FFF;
}

.footer-2 .col-4 {
    padding: 0 30px;
}
.menu-area-2 .fa-arrow-alt-circle-right {
    display: none;
}