.loader{display: none;}
.menuSingle{
    position: fixed;
    right: 24px;
    top: 5%;
    z-index: 99;
    display: block;
}
.menuSingle .menu ul li:hover{
    /* transform: scale(1.3); */
    /* position: relative; */
    /* letter-spacing: 1.2px; */
}
.menuSingle .menu ul li:hover::before{
    /* height: 100%; */
    /* opacity: 1; */
}
.menuSingle .menu ul li::before{
    /* content: ''; */
    /* width: 100%; */
    /* height: 0; */
    /* background-image: linear-gradient(90deg, transparent, rgb(23 122 100), transparent); */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: -1; */
    /* transition: all .15s ease-out .1s; */
    /* opacity: 0; */
}
.menuSingle .menu.active .--img1 {
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
    /* width: 30%; */
    /* object-fit: cover; */
    /* height: auto; */
    /* filter: brightness(12); */
    /* pointer-events: none; */
}
.menuSingle .menu.active .--img2 {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.humbeger p:nth-child(1),.humbeger p:nth-child(2){margin-bottom: .4rem;}
.menuSingle .menu{
    /* transform: translate(200%,0); */
    /* position: fixed; */
    /* top: 0; */
    /* right: 0; */
    /* width: 30%; */
    /* height: 100%; */
    /* opacity: 0; */
    /* transition: all .75s ease; */
}
.menuSingle .menu.active{/* opacity: 1; *//* z-index: 999; *//* background: linear-gradient(90deg, #24685E 0%, #118166 31.25%, #2E866A 61.46%, #489873 100%); *//* transform: none; */}

.menuSingle .menu.active a {
    /* color: #FFFFFF; */
    /* text-decoration: none; */
    /* font-family: var(    --font-Miller); */
    font-size: 20px;
}
.menuSingle .menu ul{list-style: none;display: flex;flex-flow: column;justify-content: center;align-items: center;height: 100%;z-index: 99;position: relative;}

.menuSingle .menu ul li {
	/* transition: all .5s ease; */
	/* margin-bottom: 8px; */
}
.humbeger p{width: 30px;height: 2px;background: var(--color-gradient);margin-bottom: 0;transition: all .5s ease;}

.humbeger.active p:nth-child(1) {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
    margin-bottom: 0;
    width: 25px;
}

.humbeger.active p:nth-child(2) {
    display: none;
}

.humbeger.active p:nth-child(3) {
    transform: translate(-50%,0) rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    width: 25px;
}
.main{position: relative;padding-bottom: 14rem;}

.main .content {
    width: 74%;
    margin: auto;
}
.logo_head{
    position: fixed;
    top: 20px;
    /* left: 15px; */
}
.KV .img1, .KV .img3{
    display: none;
}
.menusiglePost {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 8vw;
    background: linear-gradient(90deg, #24685E 0%, #118166 31.25%, #2E866A 61.46%, #489873 100%);
}
.logo_head img{
    width: 90px;
}
.menumobi{
    display: none;
}
.logokv3 img{
    position: fixed;
    width: 130px !important;
    height: auto !important;
}
/* .detailPost .contentNews img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.logokv img.logo {
    width: 130px;
    height: auto;
}

.logokv {
    left: 129px;
    position: absolute;
    display: none;
}
.comeback{
    border: 1px solid  var(--color-blue);
    padding: 7px 40px 7px 15px;
    border-radius: 4px;
}
.comeback i {
    margin-right:11px ;
}
.comeback a{
    color:  var(--color-blue);
}
ul.share{
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
}
ul.share li:nth-child(2) i {
    color: var(--color-blue);
}
ul.share li:nth-child(3) i {
    color: #dc4a38
}
ul.share li:nth-child(4) i {
    color: #007ab5;
}
ul.share li:nth-child(6) i {
    color: red;
}
ul.share li{
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: #F6F6F6;
    border-radius:50% ;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.share li:nth-child(1){
    width: max-content;
    margin-right: 8px;
    background: none;
}
ul.share li:nth-child(n+2):hover{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.detailPost .contentNews .--title{
    transform: none;
    opacity: 1;
    margin-bottom: 0;
    position: relative;
    font-family: var(    --font-Miller);
}

.homeNews .--title::after {
    display: none;
}
.detailPost .contentNews .--title::before{
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--color-title);
    bottom: -1rem
}
.detailPost .listNews{
    margin-top: 2.5rem;
}
.detailPost .homeNews{padding: 0;}
.detailPost .listNews .item .content h5{
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #004946;
    font-family: var(--font-Miller);
    font-size: 20px;
}
.detailPost .listNews .item .content h5:hover{
    color: #e3632b;
}
.detailPost .listNews .item .content article{
     color: #000;
     padding: 0;
     margin-top: .75rem;
     opacity: .8;
}
.detailPost .listNews .btnnRead{
    color: var(--color-title);
}
.detailPost{
    /* overflow-y: scroll; */
    overflow-x: hidden;
    height: 100%;
    /* padding-bottom: 4rem; */
    background: #FFF;
}

.detailPost .future {
    width: 100%;
    height: 400px;
}

.detailPost .future img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.logokv3 {
    z-index: 99999;
    position: absolute;
    top: 20px;
    left: 123px;
    width: 140px;
}
.detailPost .content .future{
    height: 380px;
}
.detailPost .content .text{
    margin: 0 auto;
    padding-top: 4rem;
}
.detailPost .content .title{
    text-align: left;
    text-transform: uppercase;
    font-family: var(--font-body);
    /* margin-bottom: 2rem; */
    font-weight: bold;
    text-align: center;
    font-family: var(--font-Gothic);
}
.detailPost .content .future img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.detailPost .content article{
    text-align: justify;
    /* padding: 0 6rem; */
    font-size: 14px;
}
.detailPost .content .wp-block-image img{
    padding: 12px 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    background: white;
    /* width: 50%; */
    display: block;
    margin: 1rem auto;
    object-fit: cover;
}
.detailPost .content .wp-block-image{
    text-align: center;
}
.customBtns{
    margin-top: 2rem;
    justify-content: center;
}
.detailPost .home__desc {opacity: 1;filter: none;margin-top: 2rem;}
.listNews .item .btnnRead a:after {
    content: '';
    width: 50%;
    height: 4px;
    background: var(--color-gradient);
    display: block;
    transition: var(--transition-smooth);
}
.listNews{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.change img.logo{
}
.creat_at{
    color: #828282;
    margin-bottom: 1rem;
}
.listNews .item {
    color: #fff;
    transition: all .25s ease-out;
    margin: 0 8px;
    background: #FFFFFF;
    padding: 6px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
    flex: 1;
}
.listNews .item .newskv{
    position: absolute;
    right: 0;
    top: -15px;
    height: 100%;
    width: auto;
}

.listNews .item .newskv img {
    /* width: 100%; */
    /* object-fit: cover; */
    height: 100%;
}
.section.active .listNews .item {
    color: var(--color-dark);
}
.listNews .item:focus{
    outline: none;
}
.listNews .item a:focus{
    outline: none;
}
.listNews .item .img{
    height: 225px;
}

.listNews .item .content {
    display: block;
    align-items: initial;
    min-height: initial;
    /* margin-bottom: 2rem; */
    position: relative;
    padding: 20px 15px;
    width: 100%;
}

.listNews .item .content a {
    color: inherit;
}
.listNews .item .img a:focus{
    outline: none;
}
.listNews .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listNews .item .img img:focus{
    outline: none;
}
.listNews .item .content a:hover{
    text-decoration: none !important;
}
.listNews .item .content h5{
    font-family: var(--font-avanmd);
    /* color: var(--color-title); */
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
.listNews .item .content article{
    /* font-family: var(--font-avanbook); */
    font-size: 14px;
    margin: 0 0 1rem;
    text-align: left;
    opacity: .5;
}
.listNews .item .btnnRead{
    font-family: var(--font-avanmd);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    /* color: var(--color-pink); */
}

.listNews .item .btnnRead a {
    font-weight: 700;
}
.listNews .item .btnnRead a{
    padding-bottom: .5rem;
    display: inline-block;
    color: #004946;
}

.listNews .item .btnnRead a svg {
    display: none;
}

.listNews .item .btnnRead a:after {content: '';width: 50%;height: 4px;background: var(--color-gradient);display: block;transition: var(--transition-smooth);margin-top: 8px;}

.listNews .item .btnnRead a:hover:after {
    width: 80%;
}
.listNews .item .btnnRead a:hover{
    text-decoration: none;
}
.--button{
    border-bottom: 1px solid #aaa;
    padding-bottom: 2rem;
}
ul.headerPost{
    padding: 0;
    margin-top: 7rem;
    list-style: none;
}
ul.headerPost li{
    width: 7px;
    height: 7px;
    /* margin-bottom: 5px; */
    background: #FFFFFF;
    border-radius: 50%;
    margin: 13px 0;
    cursor: pointer;
    position: relative;
}

ul.headerPost li:hover a {
    opacity: 1;
}
ul.headerPost li a{
 color: #fff;
 width: max-content;
 white-space: nowrap;
 font-size: 15px;
 transform: translate(0, -50%);
 position: absolute;
 top: 50%;
 background: var(--color-gradient);
 left: 16px;
 padding: 5px 15px;
 border-radius: 25px;
 z-index: 18;
 opacity: 0;
 transition: all .5s ease;
}
.pattern{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.pattern .img_bot img{width: 100%}
.pattern .img_bot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pattern .img_top_right{
    position: absolute;
    top: 0;
    right: 0;
}
.pattern .img_top_left{
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 768px){
    .main .content{width: 100%;}
    .menu_mobile p{
        top: 30px;
    }
    .logokv3{
        left: 20px;
        top: 12px;
        width: 140px;
        position: fixed;
    }
    .menuSingle .menu.active{
        width: 100%;
        display: block;
    }
    .menuSingle .menu.active .--img1{
        width: 100%;
    }
    .main{
        padding: 0;
    }
    .menuSingle {
        top: 25px;
        z-index: 9999;
    }
    
    .detailPost .homeNews{
        margin: 0;
        padding-bottom: 7rem;
    }
    .menusiglePost{
        background: none;
    }
    ul.headerPost{
        display: none;
    }
    .logo_head{
        right: 15px;
    }
    .--button{
        border: none;
    }
    .--button{
        flex-flow: column;
        align-items: center;
    }
    .comeback{
        margin-bottom: 1rem;
    }
}
@media(max-width: 640px){
    .listNews {
        opacity: 1;
    }
    .logokv3{
        width: 100px;
        top: 15px;
    }
    .menuSingle {
        top: 15px;
    }
    .logokv img.logo {
        width: 120px;
    }
    .logokv{
        left: 30px;
    }
    .listNews .item {
        width: 100%;
        padding: 0;
        color: initial;
        padding: 6px;
    }
    .listNews .item .img{
        width: 100%;
    }
    .detailPost {
        padding: 0;
    }

    .detailPost .content .future {
        height: 240px;
    }

    .detailPost .content .text {
        padding: 3rem 1rem 0;
        text-align: left;
    }

    .detailPost .homeNews {
        margin: 0;
        padding-bottom: 5rem;
    }

    .detailPost .content .wp-block-image img {
        padding: 8px;
    }

    .detailPost .content article {padding: 0;}

    .detailPost .content .title {
        text-align: center;
        font-size: 24px;
    }
}