span,b{
    font-size: 14px !important;
}
.page-header-abstract-1 {
    top: 180px;
}
.abstract-right {
    right: 0;
}
.abstract {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.page-header-abstract-1:before {
    width: 80px;
    opacity: 0.3;
}

.page-header-abstract-1:before, .page-header-abstract-1:after {
    height: 400px;
}
.abstract-green:before, .abstract-green:after {
    background: linear-gradient(
        -35deg
        , rgba(137,214,79,0) 30%, #89d64f);
}
.abstract-right:before, .abstract-right:after {
    transform: skewY(
        6deg
    );
    border-radius: 30px 0 0 0;
    transform-origin: left top;
    right: 0;
}
.abstract:before {
    position: absolute;
    z-index: 1;
    width: 160px;
}
.abstract:before, .abstract:after {
    content: '';
    height: 500px;
    opacity: 0.1;
    pointer-events: none;
}
.page-header-abstract-1:after {
    width: 200px;
}
.page-header-abstract-1:before, .page-header-abstract-1:after {
    height: 400px;
}
.abstract-green:before, .abstract-green:after {
    background: linear-gradient(
        -35deg
        , rgba(137,214,79,0) 30%, #89d64f);
}
.abstract-right:before, .abstract-right:after {
    transform: skewY(
        6deg
    );
    border-radius: 30px 0 0 0;
    transform-origin: left top;
    right: 0;
}
.abstract:after {
    z-index: 2;
    width: 290px;
    margin-top: 90px;
    position: relative;
    display: block;
}
.abstract:before, .abstract:after {
    content: '';
    height: 500px;
    opacity: 0.1;
    pointer-events: none;
}
.abstract-5 {
    top: 500px;
}
.abstract-left {
    left: 0;
}
.abstract {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.abstract-5:before {
    width: 75px;
    opacity: 0.3;
}

.abstract-5:before, .abstract-5:after {
    height: 350px;
}
.abstract-blue:before, .abstract-blue:after {
    background: linear-gradient(
        -35deg
        , rgba(104,152,248,0) 30%, #6898f8);
}
.abstract-left:before, .abstract-left:after {
    transform: skewY(
        -6deg
    );
    border-radius: 0 30px 0 0;
    transform-origin: right top;
    left: 0;
}
.abstract:before {
    position: absolute;
    z-index: 1;
    width: 160px;
}
.abstract:before, .abstract:after {
    content: '';
    height: 500px;
    opacity: 0.1;
    pointer-events: none;
}
.abstract-5:after {
    width: 160px;
    margin-top: 70px;
}
.abstract-5:before, .abstract-5:after {
    height: 350px;
}
.abstract-blue:before, .abstract-blue:after {
    background: linear-gradient(
        -35deg
        , rgba(104,152,248,0) 30%, #6898f8);
}
.abstract-left:before, .abstract-left:after {
    transform: skewY(
        -6deg
    );
    border-radius: 0 30px 0 0;
    transform-origin: right top;
    left: 0;
}
.abstract:after {
    z-index: 2;
    width: 290px;
    margin-top: 90px;
    position: relative;
    display: block;
}
.abstract:before, .abstract:after {
    content: '';
    height: 500px;
    opacity: 0.1;
    pointer-events: none;
}
.card-body{
    padding: 25px;
}
.blog-card{
    box-shadow: 0 15px 60px rgb(56 93 165 / 10%);
    height: 100%;
    background: white;
}
.text-ba{
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}
.btn-a {
    color: white;
    background-color: #89d64f;
    border-color: #89d64f;
    box-shadow: none;
    box-shadow: 0 10px 30px rgb(137 214 79 / 30%);
    border-radius: 15px;
    padding: 8px 20px;
}
.text-a{
    color: #89d64f !important;
    font-size: 13px;
    margin-top: 10px;
}
.img-a{
    position: relative !important;
    width: 704px;
    height: 290px;
    object-fit: cover;
}
.img-a.img_article_auto{
    width: 100%!important;
    height: 400px!important;
}

.img-b{
    width: 304px;
    height: 242px;
    object-fit: contain;
}

.mn-p{
    margin-top: 12px;
}
.section-a{
    padding-top: 65px;
}

.blog-c-po{
    color: #777;
    margin-top: 16px;
}
.card-title{
    line-height: 1.5;
    font-size: 19px;
    margin-top: 12px;
}
.card-title a{
    font-size: 19px;
}
h3.card-title a{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block!important;
    font-size: 18px;
}
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.fg-po{
    flex: 0 0 100%;
    max-width: 100%;
}
header .container.col-xs-12.newmenu{
    margin-right: auto;
    margin-left: auto;
    max-width: unset;
}
.fg-po{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.text-black{
    color: black;
    font-size: 24px;
}
.text-muted-a {
    color: #8e939b !important;
    font-size: 14PX;
}

.btn-a{
    background-color: #74cf30 !important;
    border-color: #6ec42e !important;
    color: white !important;
    border-radius: 11px !important;
    font-size: 14px !important;
}
.btn-df{
    color: #8e939b !important;
    background-color: #eff2f5 !important;
    box-shadow: 0 10px 30px rgb(239 242 245 / 30%) !important;
    border-color: #eff2f5 !important;
    padding: 1.5rem 2.75rem !important;
    font-size: 14px !important;
    border-radius: 20px !important;
}
.blog-social-icons{
    margin-left: 0.9375rem;
    color: #cfd2d8;
    font-size: 16px;
}
.social-icons a{
    margin-left: 0.9375rem !important;
    color: #cfd2d8 !important;
    font-size: 16px !important;
}
.form-control-p{
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 24px 21px !important;
    font-size: 15px !important;
    font-weight: normal;
    line-height: 1.9;
    color: #343a40;
    background-color: #f8f9fa !important;
    background-clip: padding-box;
    border: 0 solid #ced4da !important;
    border-radius: .3125rem;
    box-shadow: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-gh{
    margin-left: 0;
    margin-right: 0;
}
.search-a{
    padding: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #fff !important;
    background-color: #6898f8 !important;
    border-color: #6898f8 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.search-a i{
    font-size: 15px;
}
.dropdown-menu{
    display: none;
}
.show-a {
    display: block !important;
}
.social-icons a:hover{
    filter: brightness(0.6);
}
.text-op{
    color: black;
    font-size: 20px;
    line-height: 2;
}
.card-text{
    max-height: 122px;
    overflow: hidden;
}
.border-a{
    border-radius: 0.5rem !important;
}
.page-item .page-link{
    position: relative;
    display: block;
    padding: 0 .9375rem;
    margin-left: 0;
    line-height: 44px;
    color: #8e939b;
    background-color: #fff;
    border: 0 solid #dee2e6;
    border-radius: 20px !important;
    min-width: 40px;
    margin: 0;
    height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;

}
.page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #6898f8 !important;
    border-color: #6898f8 !important;
    border-radius: 20px !important;
    min-width: 40px;
    margin: 0;
    height: 40px;
    text-align: center;
}
footer .links li {
    line-height: 30px;
}
#newsletter-email::placeholder{
    text-align: left;
    font-size: 14px;
}
.copyright{
    overflow: hidden;
}
.fg-po .dropdown-item{
    font-size: 13px;
}
.fg-po .show-a .dropdown-item{
    padding: .3125rem 1.25rem;
    clear: both;
    font-weight: normal;
    color: #8e939b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.fg-po .show-a .dropdown-item {
    padding: 7px 14px;}
.fg-po .show-a .dropdown-item:hover{
    color: #f64;
}
.btn-a:hover {
    box-shadow: 0 10px 30px rgb(98 197 24 / 30%);
}
@media (max-width: 1199px) {
    #famenu {
        width: 33.33333333%;
    }

    .fa-menu-logo {
        width: 66.66666667% !important;
        max-width: 100% !important;
    }

    .fa-btn-orange-orange {
        background-color: #ffa200 !important;
        color: #fdfffc !important;
        border: 2px solid #ffa200;
        border-radius: 3px;
        transition: 500ms all;
        padding: 6px 12px !important;
    }
    #fa-navrow{
        box-shadow: 1px 1px 0 0 #008fcd00 !important;
    }

}
.show-b{
    margin-right: 0 !important;
}
.fa-btn-orange-orange:focus, .fa-btn-orange-orange:hover {
    background: #2ec4b6 !important;
}

.drowp-l{
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.15);
    border-radius: .3125rem;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 10%);
    float: left;
    min-width: 15rem;
    padding: .75rem 0;
    margin: .9375rem 0 0;
    /* left: 30px; */
    position: absolute;
    transform: translate(131px, -5px);
    border-radius: 10px;
    width: 205px;
    border: 0px solid rgba(34, 41, 47, 0.15) !important;
    transform: translate(195px, -12px);
}
.drowp-l .input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 127%;
    border-radius: 1px;
}
.drowp-l .form-control{
    padding: .5rem 1.25rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.9;
    color: #343a40;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    font-size: 14px;
    border-radius: 8px;
    height: 48px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    border-radius: 18px;
}
.drowp-l .input-group-append{
    padding: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: #6898f8;
    border-color: #6898f8;
    color: #fff;
    font-size: 16px;
    border-radius: 18px;
}
.icon_search{
    background: rgba(104,152,248,0.22) !important;
    color: #417df6 !important;
    padding: 0 !important;
    height: 48px;
    width: 48px;
    line-height: 48px !important;
    border-radius: 31px !important;
    font-size: 15px !important;
}
.form-control-p{
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
}
@media (max-width: 550px){
    .img-a {
        position: relative !important;
        width: 704px;
        height: 240px;
    }
}

@media (max-width: 450px){
    .page-item .page-link {
        font-size: 11px;
    }
    .img-a {
        position: relative !important;
        width: 704px;
        height: 193px;
    }
    .img-b {
        width: 304px;
        height: 200px;
    }
}
.drowp-l{
    display: none;
}
.show-c{
    display: block !important;
}
.img-y{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.img-col{
    box-shadow: 1px 0px 47px #8f8ace4f;
    border-radius: 8px;
}
.blog-title{
    font-weight: bold;
    font-size: 26px;
    color: #484848;
    line-height: 1.6;
}
.blog-c a{
    color: #6898f8 !important;
    font-size: 14px;
}
.entry-content{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.entry-content h2 , .entry-content h3{
    margin-top: 20px;
    margin-bottom: 15px;
}
.entry-content img.aligncenter{
    display: block;
    margin: 15px auto;
}
.entry-content p{
    font-size: 15px;
}
.blog-date-a{
    font-size: 15px;
    color: #8e939b !important;
}
.related-posts h4,.article-comments h4{
    font-size: 21px;
    font-weight: bold;
}
.related-img{
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.text-pe{
    font-size: 14px;
}
.related-post{
    width: 100%;
    display: block;
    background: #f1f1f1;
    box-shadow: 1px 0px 47px #ffffff4f;
}
.col-fg-l{
    padding-top: 0.5rem;
    padding-bottom: 10px;
}
.post-form-n{
    background: #f1f1f1;
    box-shadow: 1px 0px 47px #ffffff4f;
    border: 0px;
    display: block;
    width: 100%;
    height: calc(2.65rem + 0);
    padding: .5rem 1.25rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.9;
    color: #343a40;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: .3125rem;
    box-shadow: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.post-form-n input,.post-form-n textarea{
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    font-size: 15px;
}
.btn-blue{
    background-color: #2baae1 !important;
    color: white !important;
    padding: 16px 24px !important;
    font-size: 15px !important;
    box-shadow: 0 2px 19px rgb(43 170 225 / 36%);
}
.btn-blue:hover{
    box-shadow: 0 2px 19px rgb(43 170 225 / 56%);
}
.form-pl{
    height: 167px;
}
.form-pl textarea{
    height: 100% !important;
}
.form-control:focus{
    border-color: #ffffff00 !important;
    outline: 0 none !important;
    border-radius: 0px;
    box-shadow: 0 1px 0px #ffa20000 inset, 0 0 8px #ffa20000 !important;
    background-color: #f1f1f1 !important;
}
input[type="text"]:focus{
    border-color: #ffffff00 !important;
    outline: 0 none !important;
    border-radius: 0px;
    box-shadow: 0 1px 0px #ffa20000 inset, 0 0 8px #ffa20000 !important;
    background-color: #f1f1f1 !important;
}
#postcomment-website{
    text-align: left;
    direction: ltr;
}
#postcomment-website::placeholder{
    text-align: right;
}
#postcomment-email{
    text-align: left;
    direction: ltr;
}
#postcomment-email::placeholder{
    text-align: right;
}
.text-pe{
    line-height: 2;
    max-height: 52px;
    overflow: hidden;
}
.entry-tags span {
    font-size: 13px;
}
.entry-tags .tag-links a {
    background-color: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    color: #666;
    font-size: 11px;
    margin: 0 2px 5px 0;
    padding: 7px 10px 5px 10px;
    position: relative;
    box-shadow: 1px 0px 59px #fffdfd;
    cursor: pointer;
}
.entry-tags{
    margin-top: 18px;
}
.section-b{
    padding-bottom: 55px;
}
.related-post{
    padding: 16px !important;
}
.col-f{
    padding-bottom: 27px;
    padding-top: 34px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: white;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
@media (max-width: 576px){
    .blog-title {
        font-weight: bold;
        font-size: 20px;
        color: #484848;
        line-height: 1.6;
    }
    .col-f{
        margin-left: 10px;
        margin-right: 10px;
    }
    .section-b {
        padding-bottom: 20px;
    }
    .section-a {
        padding-top: 40px;
    }
}
.text-pe:hover{
    color: #2baae1;
}
.tag-links a:hover{
    color: #2baae1;
}
.mn-p a.text-muted-a:hover{
    color: #6f6f6f !important;
}
.btn-a:hover{
    box-shadow: 0 10px 30px rgb(137 214 79 / 62%);
}
.search-a:hover{
    background-color: #3f7df9 !important;
}
.row-a .blog-card:hover{
    transform: translate(0px, -5px);
    transition: transform .7s ease;
}
.row-a .blog-card{
    transition: transform .7s ease;
}
@media (max-width: 991px){
    .img-b{
        width: 704px;
        height: 290px;
    }
    .text-ba{
        line-height: 2;
    }
}
@media (max-width: 450px){
    .img-b {
        position: relative !important;
        width: 704px;
        height: 193px;
    }}
.xd-c {
    padding: 19px 26px;
    border-bottom: 1px solid #70707026;
}
.pic-comment {
    width: 10%;
}
.pic-comment img {
    width: 80px;
    height: 80px;
    border-radius: 64px;
}
.user-comment {
    width: 90%;
    background: #f1f1f1;
    padding: 2% 3%;
    border-radius: 20px;
}
.user-comment p {
    line-height: 2;
    font-size: 15px;
    color: #8c8989;
}
.user-name{
    font-size: 18px;
    line-height: 2;
}
.xd-k{
    margin-right: 7% !important;
    padding-top: 2%;
    margin-top: 2%;
    border-top: 1px solid #70707026;
    width: 100%;
}
.admin-comment{
    width: 90%;
    background: #f1f1f1;
    padding: 2% 3%;
    border-radius: 20px;
}
.admin-comment p{
    line-height: 2;
    font-size: 15px;
    color: #8c8989;
}
@media (max-width: 1200px){
    .user-comment {
        width: 88%;}
    .pic-comment {
        width: 12%;
    }
    .admin-comment{
        width: 88%;
    }
}
@media (max-width: 772px){
    .admin-comment {
        width: 85%;}
    .user-comment {
        width: 85%;}
    .pic-comment {
        width: 15%;
    }
    .pic-comment img {
        width: 80px;
        height: 68px;}
}
@media (max-width: 620px){
    .admin-comment {
        width: 87%;}
    .user-comment {
        width: 87%;}
    .pic-comment {
        width: 13%;
    }
    .pic-comment img {
        width: 60px;
        height: 60px;
        border-radius: 64px;
    }
    .container-xds .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (max-width:550px){
    .admin-comment {
        width: 84%;}
    .user-comment {
        width: 84%;}
    .pic-comment {
        width: 16%;
    }
    .mm-v{
        padding-top: 4%;
    }
    .com-d{padding: 0px;}
}
@media (max-width:500px){
    .admin-comment {
        width: 80%;}
    .user-comment {
        width: 80%;}
    .pic-comment {
        width: 19%;
    }
    .user-comment p {
        font-size: 14px;
    }
}
@media (max-width: 400px){
    .xd-k {
        padding-top: 6%;
        margin-top: 6%;}
    .main-row-cd{
        padding: 0px 20px;
    }
    .pic-comment {
        width: 23%;
    }
    .admin-comment {
        width: 76%;}
    .user-comment {
        width: 76%;}
    .user-comment p {
        font-size: 13px;
    }
    .user-name{
        font-size: 15px;
    }
    .xd-c {
        padding: 8px 8px;
    }
}

.text-r{
    margin-right: 15px  ;
    font-size: 16px  ;
    color: #a2a3a5  ;
}
.container-s{
    max-width: 192px !important;
    margin-right: 0px !important;
}

div.dropdown-s {
    position: relative;
    font-size: 13px;
}

div.dropdown-s > div.caption {
    background-color: #f2f2f2;
    padding: 11px 24px;
    border-radius: 20px;
    cursor: pointer;
    padding-left: 30px;
}

div.dropdown-s > div.list {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none;
    z-index: 1;
}

div.dropdown-s > div.list > div.item {
    padding: 11px 24px;
    cursor: pointer;
}

div.dropdown-s > div.list > div.item.selected {
    font-weight: bold;
}

div.dropdown-s > div.caption:hover,


div.dropdown-s.open > div.caption {
    border-radius: 20px;
}

div.dropdown-s.open > div.list {
    display: block;
}
.dropdown-s::before {
    display: inline-block;
    height: auto;
    font-family: 'ElegantIcons';
    font-size: 1.25em;
    line-height: 1;
    border: none;
    content: '';
    width: 0.75em;
    margin-right: 0.15em;
    white-space: normal;
    position: absolute;
    left: 0px;
    transform: translate(18px, 17px);
    border: 6px solid transparent;
    border-color: #ababab transparent transparent transparent;
}
@media (max-width: 991px) and (min-width: 576px){
   .container-s,.mj-k{  margin-bottom: 10px;}
    .social-icons{
        margin-top: 0px !important;
    }
    .ng-pristine{
        z-index: 0;
    }
}
@media (max-width: 767.98px){
    .pagination-holder {
        overflow-x: scroll;
    }}
.section-a:before{
    background-image: url(/images/blog/bg-p.png);
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    display: block;
    left: 0px;
    transform: translate(-130px, -181px);
    background-size: contain;
    bottom: 0px;
}
.section-a:after{
    background-image: url(/images/blog/bg-d.png);
    content: "";
    position: absolute;
    width: 385px;
    height: 400px;
    display: block;
    right: -151px;
    transform: translate(141px, 91px);
    background-size: contain;
    top: 96px;
    transform: rotate(-91deg);
}
@media (max-width:1500px){
    .section-a:after{
        display: none;
    }
    .section-a:before{
        display: none;
    }
}
.cont-po{
    position: relative;
    z-index: 1;
}
