/* start breadcrumb-page */

#breadcrumb-page {
    margin-top: 143px;
    background-color: #fbfbfb;
    padding: 30px 0;
}

@media screen and (max-width: 992px) {
    #breadcrumb-page {
        margin-top: 95px;
    }
}

#breadcrumb-page .breadcrumb {
    margin-bottom: 0 !important;
}

#breadcrumb-page .breadcrumb .breadcrumb-item a {
    color: #19456B;
    font-size: 12px;
}

#breadcrumb-page .breadcrumb .breadcrumb-item.active {
    color: #19456B;
    font-weight: 600;
}

#breadcrumb-page .breadcrumb .breadcrumb-item::before {
    float: none;
    padding-left: .75rem;
}

#breadcrumb-page h1 {
    font-size: 16px;
    font-weight: 600;
}


/* end breadcrumb-page */


/* start content-page */

#content {
    margin-top: 35px;
    /* start right-content */
    /* end right-content */
    /* start left-content */
    /* end left-content */
}

@media screen and (max-width: 992px) {
    #content {
        margin-top: 20px;
    }
}

#content .right-content {
    /* start */
    /* end */
    /* start pagination-page */
    /* end pagination-page */
    /* start form-comment */
    /* end form-comment */
}

#content .right-content .img-article {
    border-radius: 3px;
    overflow: hidden;
}

#content .right-content .img-article img {
    width: 100%;
}

#content .right-content .detail-article .categories {
    color: #16C79A;
    margin: 15px 0 10px;
}

#content .right-content .detail-article .categories a {
    color: #16C79A;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

#content .right-content .detail-article .categories a:hover {
    color: #09916f;
}

#content .right-content .detail-article h1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    overflow: hidden;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #content .right-content .detail-article h1 {
        height: 62px;
    }
}

@media screen and (max-width: 576px) {
    #content .right-content .detail-article h1 {
        height: 84px;
    }
}

#content .right-content .detail-article h1 a {
    color: #00587A;
}

#content .right-content .detail-article .details {
    color: #008891;
    margin-top: 14px;
}

#content .right-content .detail-article .details a {
    color: #008891;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .right-content .detail-article .details a:hover {
    color: #474747;
}

#content .right-content .detail-article .read-more {
    display: inline-block;
    margin-top: 15px;
    color: #16c79a;
    font-size: 14px;
    border: 1px solid #16c79a;
    padding: 13px 15px;
    border-radius: 3px;
}

#content .right-content .detail-article .read-more i {
    margin-right: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#content .right-content .detail-article .read-more:hover i {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

#content .right-content p {
    color: #616161;
    font-size: 13px;
    line-height: 29px;
    text-align: justify;
    margin-top: 18px;
}

#content .right-content h2 {
    color: #00587A;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin: 50px 0;
}

#content .right-content h2::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 220px;
    left: 0;
    height: 1px;
    padding-right: 35px;
    background-color: #EBEBEB;
}

#content .right-content .articel-item {
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

#content .right-content .articel-item .img-item {
    border-radius: 3px;
    overflow: hidden;
    padding-right: 16px;
}

@media screen and (max-width: 768px) {
    #content .right-content .articel-item .img-item {
        padding-right: 0;
    }
}

#content .right-content .articel-item .img-item img {
    width: 100%;
}

#content .right-content .articel-item .caption {
    margin: 15px 0;
    padding-left: 24px;
}

@media screen and (max-width: 768px) {
    #content .right-content .articel-item .caption {
        padding: 10px 20px;
    }
}

#content .right-content .articel-item .caption .categories {
    color: #16C79A;
}

#content .right-content .articel-item .caption .categories a {
    color: #16C79A;
    font-size: 12px;
    font-weight: 600;
}

#content .right-content .articel-item .caption .categories a:hover {
    color: #09916f;
}

#content .right-content .articel-item .caption h1 {
    margin: 10px 0;
    max-width: 660px;
    line-height: 27px;
    max-height: 64px;
    height: 54px;
    overflow: hidden;
}

#content .right-content .articel-item .caption h1 a {
    color: #00587A;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#content .right-content .articel-item .caption h1:hover a {
    color: #0F3057;
}

#content .right-content .articel-item .caption p {
    font-size: 13px;
    line-height: 1.65;
    color: #616161;
    text-align: justify;
    /*height: 105px;*/
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    #content .right-content .articel-item .caption p {
        height: 145px;
    }
}

@media screen and (max-width: 768px) {
    #content .right-content .articel-item .caption p {
        height: 126px;
    }
}

@media screen and (max-width: 992px) {
    #content .right-content .articel-item .caption p {
        height: 86px;
    }
}

#content .right-content .articel-item .caption .details {
    color: #008891;
    margin-top: 11px;
}

#content .right-content .articel-item .caption .details a {
    color: #008891;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .right-content .articel-item .caption .details a:hover {
    color: #474747;
}

#content .right-content .pagination .page-item .page-link {
    background-color: transparent;
    width: 50px;
    height: 50px;
    color: #11698E;
    padding: 16px 17px;
}

#content .right-content .pagination .page-item .page-link:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#content .right-content .pagination .page-item.active .page-link {
    background-color: #16C79A;
    border-color: #16C79A;
    color: #fff;
}

#content .right-content .pagination .page-item.active:hover .page-link {
    color: #fff;
}

#content .right-content .pagination .page-item:hover .page-link {
    color: #16C79A;
}

#content .right-content .pagination .page-item:first-child .page-link,
#content .right-content .pagination .page-item:last-child .page-link {
    border-radius: 0 !important;
}

#content .right-content .pagination {
    margin-top: 40px !important;
    padding: 27px 0 0 0 !important;
    background: #fff !important;
}

#content .right-content .related-post {
    margin-top: 40px;
    position: relative;
}

#content .right-content .related-post h2 {
    color: #00587A;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 50px 0;
}

#content .right-content .related-post h2::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 180px;
    left: 0;
    height: 1px;
    padding-right: 35px;
    background-color: #EBEBEB;
}

@media screen and (max-width: 576px) {
    #content .right-content .related-post h2::after {
        right: 127px;
    }
}

#content .right-content .related-post .related-post-slider {
    position: relative;
}

#content .right-content .related-post .related-post-slider .img-item {
    display: block;
}

#content .right-content .related-post .related-post-slider .img-item img {
    border-radius: 3px;
}

#content .right-content .related-post .related-post-slider .caption .categories {
    color: #16C79A;
    margin: 15px 0 10px;
}

#content .right-content .related-post .related-post-slider .caption .categories a {
    color: #16C79A;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

#content .right-content .related-post .related-post-slider .caption .categories a:hover {
    color: #09916f;
}

#content .right-content .related-post .related-post-slider .caption h1 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
    height: 42px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #content .right-content .related-post .related-post-slider .caption h1 {
        height: 62px;
    }
}

@media screen and (max-width: 576px) {
    #content .right-content .related-post .related-post-slider .caption h1 {
        height: 84px;
    }
}

#content .right-content .related-post .related-post-slider .caption h1 a {
    color: #00587A;
}

#content .right-content .related-post .related-post-slider .caption .details {
    color: #008891;
    margin-top: 10px;
}

#content .right-content .related-post .related-post-slider .caption .details a {
    color: #008891;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#content .right-content .related-post .related-post-slider .caption .details a:hover {
    color: #474747;
}

#content .right-content .related-post .related-post-slider .owl-dots {
    display: none;
}

#content .right-content .related-post .related-post-slider .owl-nav {
    position: absolute;
    top: -76px;
    left: 0;
    margin-top: 0 !important;
    background-color: #fff;
    padding-right: 25px;
}

#content .right-content .related-post .related-post-slider .owl-nav button {
    margin: 2px;
}

#content .right-content .related-post .related-post-slider .owl-nav button span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #cbc9c9;
    border-radius: 50%;
    color: #cbc9c9;
    font-size: 22px;
    padding-top: 5px;
    padding-left: 2px;
}

#content .right-content .related-post .related-post-slider .owl-nav button:hover {
    background-color: transparent;
}

#content .right-content .related-post .related-post-slider .owl-nav button:hover span {
    color: #afafaf;
    border-color: #afafaf;
}

#content .right-content .form-comment {
    margin-top: 40px;
    background-color: #f5f5f5;
    padding: 40px 40px;
    border-radius: 3px;
}

#content .right-content .form-comment label {
    color: #19456B;
    font-size: 14px;
    font-weight: 600;
}

#content .right-content .form-comment .form-label {
    margin-bottom: 0.85rem;
}

#content .right-content .form-comment .form-control {
    background-color: #fff;
    border: 0;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 0.6rem .75rem;
}

#content .right-content .form-comment .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#content .right-content .form-comment button {
    border: 1px solid #16c79a;
    background: #16c79a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 25px;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    #content .right-content .form-comment button {
        width: 100%;
    }
}

#content .right-content .form-comment button:hover {
    background-color: #09916f;
    border-color: #09916f;
}

#content .right-content .form-comment button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#content .left-content {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    /* start left-section-box */
    /* end left-section-box */
}

#content .left-content h2 {
    color: #00587A;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 50px 0;
}

#content .left-content h2::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 180px;
    left: 0;
    height: 1px;
    padding-right: 35px;
    background-color: #EBEBEB;
}

#content .left-content .left-section-box .left-section-box-item {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

#content .left-content .left-section-box .left-section-box-item .image-item img {
    border-radius: 3px;
    width: 100%;
}

#content .left-content .left-section-box .left-section-box-item .left-section-box-caption {
    padding: 11px 0 0 13px;
}

#content .left-content .left-section-box .left-section-box-item .left-section-box-caption h3 {
    font-size: 13px;
    font-weight: 600;
    height: 43px;
    overflow: hidden;
    line-height: 1.65;
}

#content .left-content .left-section-box .left-section-box-item .left-section-box-caption h3 a {
    color: #19456B;
}

#content .left-content .left-section-box .left-section-box-item .left-section-box-caption span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 7px;
    text-align: left;
}

#content .left-content .left-section-box .left-section-box-item .left-section-box-caption span a {
    color: #008891;
}

#content .left-content .left-section-box .left-section-box-item:hover {
    background-color: #f0f0f0;
}

#content .left-content .social-media ul li {
    display: inline-block;
}

#content .left-content .social-media ul li a {
    color: #16C79A;
    font-size: 20px;
}

#content .left-content .social-media ul li a:hover {
    color: #008891;
}

#content .left-content .categories ul {
    margin-right: 19px;
}

#content .left-content .categories ul li {
    list-style-type: disc;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 1px;
}

#content .left-content .categories ul li a {
    color: #616161;
    font-size: 12px;
}

#content .left-content .form-Subscribe .form {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 5px 7px;
}

#content .left-content .form-Subscribe .form input[type=text] {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    width: 78%;
}

#content .left-content .form-Subscribe .form input[type=text]:focus {
    outline: 0;
}

#content .left-content .form-Subscribe .form button {
    background-color: #16C79A;
    color: #fff;
    border-radius: 20px;
    width: 22%;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 9px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#content .left-content .form-Subscribe .form button:hover {
    background-color: #09916f;
}

.alert1 {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1 px solid transparent;
    border-radius: 0.25rem;
    display: none;
    width: 100% !important;
    margin: 20px auto;
    font-size: 13px;
}

.rss-alert-active {
    display: block !important;
}

.alert {
    display: none;
    width: 27%;
    margin: 20px auto;
    font-size: 13px;
}

.submit-rss-2 {
    visibility: hidden;
}
/* end content-page */


/*# sourceMappingURL=article-list-style.css.map */