*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none;
    cursor: pointer;
}
:root{
    interpolate-size: allow-keywords;
}

/* WA & TO TOP*/
.to-top{
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background: #512926;
    color: #fff; 
}
.redirect-wa{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background: #00b367;
    color: #fff;
}

.wrap{
    display: grid;
    width: 100%;
    height: 100vh;
    padding: 0;
}
.wrap.one{
    position: relative;
    background: url(images/LOGIN.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 7rem;
    z-index: 0;
}
.wrap.one::before{  
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.wrap.one::after{  
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.menu-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 1rem 10%;
    background-color: transparent;
    z-index: 2;
}
.menu-left{
    width: 20%;
}
.menu-left img{
    width: 200px;
}
.menu-center{
    width: 60%;
}
.menu-center ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-center ul li{
    padding: 1rem;
    position: relative;
}
.menu-center ul li.dropdown-wrap{

}
.menu-center ul li a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: all .3s;
}
.menu-center ul li a:hover{
    font-weight: 500;
}
.menu-center ul ul.dropdown-menu{
    display: grid;
    transition: all .3s;
    position: absolute;
    top: 3rem;
    left: 0;
    padding: .5rem 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
}
.menu-center ul li.dropdown-wrap:hover ul.dropdown-menu{
    opacity: 1;
}
.menu-center ul ul li.list-dropdown-menu{
    background: #fff;
    width: 200px;
    font-size: .9rem;
    padding: .8rem 1rem;
    cursor: pointer;
}
.menu-center ul ul li.list-dropdown-menu a:hover{
    font-weight: 600;
    color: #007748;
    font-size: .9rem;
}
.menu-right{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.menu-right a.register-wrap{
    text-decoration: none;
    color: #007f4d;
    background: transparent;
    margin-right: 1.5rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}
.menu-right a.register-wrap i{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.menu-right a.login-wrap{
    text-decoration: none;
    color: #fff;
    background: #00a564;
    padding: .7rem 1.3rem;
    border-radius: 30px;
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
}
.menu-right a.login-wrap i{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.mainheader-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10%;
    z-index: 1;
}
.articlesheader-wrap{
    position: relative;
    display: grid;
    width: 50%;
}
.articlesheader-wrap .titleheader h1{
    margin-bottom: 0;
}
.articlesheader-wrap .titleheader h1:before{
    display: none;
}
.titleheader{
    text-align: center;
    margin-bottom: 1rem;
}
.titleheader h1{
    position: relative;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 4rem;
}
.titleheader h1:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3rem;
    right: 0;
    margin: auto;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 30px;
}
.green-text{
    color: #007748;
    font-weight: 700;
}
.subtitleheader{
    text-align: center;
    margin-bottom: 1rem;
}
.subtitleheader h2{
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2.2rem;
}
.buttonsheader{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    z-index: 2;
}
.buttonsheader a{
    text-decoration: none;
    /* background: #aaa; */
    padding: .7rem 1.3rem;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    /* color: #000; */
    margin: 0 .8rem;
}
.buttonsheader a.googleplay{
    background: linear-gradient(50deg, #009f93, #00dd94);
    color: #fff;
    font-weight: 600;
}
.buttonsheader a.appstore{
    background: linear-gradient(50deg, #00829f, #00ddd7);
    color: #fff;
    font-weight: 600;
}
.buttonsheader a i{
    margin-right: .5rem;
    font-size: 1.5rem;
}
.imagesheader-wrap{
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 50%;
    z-index: 0;
}
.imagesheader-wrap .smartphone{
    width: 25vw;
}
.wrap.two{
    margin: 0;
    margin-bottom: 7rem;
    padding: 0 10%;
    height: fit-content;
}
.maintitle-wrap{
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-top: 2rem;
}
.mainbox-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 0;
}
.boxcontent{
    position: relative;
    width: 33.33333333%;
    /* min-height: 350px; */
    background-color: #027849;
    padding: 4rem 2rem;      
    border-radius: 10px;
    box-shadow: 0px 6px 0px #005632;
    overflow: hidden;
}
.boxcontent:before{
    content: "";
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 150px;
    height: 150px;
    filter: grayscale(1);
    opacity: .1;
}
.boxcontent:nth-child(1):before{
    background: url(images/ICON3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.boxcontent:nth-child(2):before{
    background: url(images/ICON2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.boxcontent:nth-child(3):before{
    background: url(images/ICON4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.boxcontent:nth-child(4):before{
    background: url(images/ICON1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.boxcontent:nth-child(5):before{
    background: url(images/ICON5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.boxcontent h3{
    margin-bottom: 1rem;
    color: #fff;
}
.boxcontent article{
    color: #fff;
    line-height: 1.5rem;
}
.wrap.three{
    margin: 0;
    margin-bottom: 10rem;
    padding: 0 10%;
    height: fit-content;
}
.content-wrap{
    display: flex;
}
.leftcontent{
    width: 35%;
}
.leftcontent img{
    width: 100%;
    filter: drop-shadow(-20px 25px 0px #eee);
}
.rightcontent{
    width: 65%;
    display: grid;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 1rem 3rem;
    background: rgb(0 140 77 / 5%);
}
.rightcontent .titleheader h1,
.rightcontent .subtitleheader h2{
    text-align: left;
}
.rightcontent .titleheader h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3rem;
    right: 0;
    margin: 0;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 256px;
    height: 30px;
}
.listcontent-wrap ul{
    list-style: none;
    position: relative;
}
.listcontent-wrap ul:before {
    content: '';
    position: absolute;
    bottom: -4rem;
    width: 100px;
    height: 10px;
    background: #00814a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.listcontent-wrap ul li{
    position: relative;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    padding-left: 4rem;
}
.listcontent-wrap ul li:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #007748;
    left: 1.5rem;
    top: .7rem;
    transform: rotate(45deg);
}
.wrap.five{
    margin: 0;
    margin-bottom: 8rem;
    padding: 0 10%;
    height: fit-content;
}
.colorbox-wrap{
    position: relative;
    background: #007748;
    padding: 4rem 5rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
}
.colorbox-wrap:before {
    content: '';
    position: absolute;
    background: url(images/FLOWER.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 100%;
    left: 0rem;
    bottom: 0rem;
    filter: brightness(0) invert(1);
    opacity: .1;
    transform: rotate(180deg);
}   
.leftcolorbox{
    width: 60%;
    padding-right: 1rem;
}
.leftcolorbox .maintitle-wrap{
    padding: 1rem 0;
}
.leftcolorbox .subtitleheader{
    margin-bottom: 0;
}
.leftcolorbox h1,
.leftcolorbox h2{
    text-align: right;
    color: #fff;
}
.leftcolorbox .maintitle-wrap .titleheader h1:before {
    content: '';
    position: absolute;
    left: unset;
    bottom: -3rem;
    right: 0;
    margin: 0;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 259px;
    height: 30px;
    filter: brightness(0) invert(1);
}
.leftcolorbox h1 .green-text{
    color: #fff;
}
/* .moonstar{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
    width: 100%;
}
.moonstar img{
    width: 65px;
} */
.colorbox-wrap .leftcolorbox .listcontent-wrap ul:before{
    display: none;
}
.colorbox-wrap .leftcolorbox .listcontent-wrap ul li{
    color: #fff;
    text-align: right;
    padding-left: 0;
}
.colorbox-wrap .leftcolorbox .listcontent-wrap ul li:before {
    display: none;
}
.rightcolorbox{
    position: relative;
    width: 40%;
}
.rightcolorbox img{
    width: 100%;
    filter: drop-shadow(0px 10px 0px rgb(0 0 0 / 10%));
}
.colorbox-wrap .rightcolorbox img{
    filter: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -7em;
    margin: auto;
    width: 350px;
}
.wrap.four {
    margin: 0;
    margin-bottom: 12rem;
    padding: 0 10%;
    height: fit-content;
}
.mainiconbox-wrap{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
.iconboxcontent{
    width: 25%;
}
.iconboxcontent .iconbox{
    font-size: 4rem;
    margin-bottom: .5rem;
    color: #007748;
}
.iconboxcontent h3{
    margin-bottom: .7rem;
    color: #434343;
}
.iconboxcontent article{
    line-height: 1.5rem;
    color: #555;
}
.wrap.six {
    margin: 0;
    margin-bottom: 10rem;
    padding: 0 10%;
    height: fit-content;
}
.vimi-wrap{
    position: relative;
    display: flex;
    margin-top: 2rem;
    gap: 4rem;
}
.vimi-wrap:before{
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 100%;
    background: #00814a;
}
.vimi-wrap:after{
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -28%;
    width: 40px;
    height: 40px;
    /* border-radius: 5px; */
    background: #00814a;
    transform: rotate(45deg);
}
.leftvimi{
    width: 50%;
}
.leftvimi .subtitleheader{
    text-align: right;
}
.rightvimi{
    width: 50%;
}
.rightvimi .subtitleheader{
    text-align: left;
}
.wrap.categorynews{
    margin: 0;
    margin-top: 3rem;
    margin-bottom: 8rem;
    padding: 0 10%;
    height: fit-content;
    display: flex;
    gap: 2.5rem;
}
.newest-wrap{
    width: 70%;
}
.newest-wrap .maintitle-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.newest-wrap .maintitle-wrap .titleheader{
    width: 100%;
    margin-bottom: 1.5rem;
}
.newest-wrap .maintitle-wrap .titleheader h1{
    text-align: left;
    line-height: 45px;
    border-left: 7px solid #007748;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.newest-wrap .maintitle-wrap .titleheader h1:before {
    display: none;
}
.newest-wrap .maintitle-wrap .subtitleheader{
    width: 40%;
}
.newest-wrap .maintitle-wrap .subtitleheader h2{
    text-align: right;
}
.list-news-wrap{
    width: 100%;
    display: block;
}
.list-news-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-news-wrap ul li a{
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
    color: unset;
    cursor: pointer;
}
.list-news-wrap ul li a figure{
    width: 30%;
}
.list-news-wrap ul li a figure img{
    width: 100%;
    border-radius: 5px;
}
.list-news-wrap ul li a .thumb-news{
    width: 70%;
}
.list-news-wrap ul li a .thumb-news h2{
    font-size: 1.2rem;
    margin-bottom: .5rem;
    line-height: 1.75rem;    
    color: #272727;
    font-weight: 600;
    text-align: justify;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-news-wrap ul li a .thumb-news article{
    margin-bottom: .5rem;
    line-height: 1.5rem;
    text-align: justify;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #464646;
}
.list-news-wrap ul li a .thumb-news .date-news{
    font-size: .9rem;
    color: #434343;
    font-style: italic;
    display: flex;
    align-items: center;
}
.list-news-wrap ul li a .thumb-news .date-news i{
    font-size: 1.2rem;
    margin-right: .5rem;
}
.side-portalnews{
    width: 25%;
    position: sticky;
    top: 2rem;
    height: fit-content;
    background: rgb(0 119 72 / 4%);
    padding: 2rem;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #007748;
}
.side-portalnews h2{
    margin-bottom: 1rem;
    color: #008c4d;
}
.side-portalnews ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-portalnews ul li{
    padding: 1rem 0;
    border-bottom: 1px dashed #aaa;
}
.side-portalnews ul li a{
    width: 100%;
    display: flex;
    font-size: 1rem;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: unset;
    transition: all .3s;
}
.side-portalnews ul li a:hover{
    color: #008c4d;
}
.side-portalnews ul li a i{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.wrap.seven {
    margin: 0;
    margin-bottom: 3rem;
    padding: 3rem 10%;
    height: fit-content;
    background: rgb(0 140 77 / 5%);
}
.wrap.seven .maintitle-wrap{
    display: flex;
    justify-content: space-between;
}
.wrap.seven .maintitle-wrap .titleheader{
    width: 40%;
}
.wrap.seven .maintitle-wrap .titleheader h1{
    text-align: left;
    line-height: 45px;
    border-left: 7px solid #00814a;
    padding-left: 1.5rem;
}
.wrap.seven .maintitle-wrap .titleheader h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3rem;
    right: 0;
    margin: 0;
    margin-left: 2rem;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 256px;
    height: 30px;
}
.wrap.seven .maintitle-wrap .subtitleheader{
    width: 40%;
}
.wrap.seven .maintitle-wrap .subtitleheader h2{
    text-align: right;
}
.newsslide-wrap{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    overflow: hidden;
}
.testimonislide-wrap{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    overflow: hidden;
}
.galleryslide-wrap{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    overflow: hidden;
}
.itemboxcontent{
    position: relative;
    width: 100%;
} 
.itemboxcontent:hover:before{
    top: 0;
    cursor: pointer;
}
.itemboxcontent.green:before{
    background: #006f3f;
}
.itemboxcontent.blue:before{
    background: #004061;
}
.itemboxcontent.brown:before{
    background: #996618;
}
.itemboxcontent.greenlake:before{
    background: #00635b;
}
.itemboxcontent.violet:before{
    background: #583762;
}
.itemboxcontent:before{
    content: '\f061';
    transition: .3s all;
    top:-100%;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 3rem;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
.itemboxcontent figure{
    margin-bottom: 1rem;
}
.itemboxcontent figure img{
    border-radius: 5px;
}
.itemboxcontent h3{
    margin-bottom: .7rem;
    color: #464646;
    line-height: 1.7rem;
    text-align: justify;
    word-break: break-all;
}
.itemboxcontent article{
    line-height: 1.5rem;
    color: #555;
    /* text-align: justify;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.ornament-text{
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.ornament-text h3{
    position: relative;
    color: #d58200;
}
.ornament-text h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    right: 0;
    margin: auto;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
}
.ornament-text h3 b{
    font-weight: 700;
    position: relative;
}
 .wrap.eight {
    margin: 0;
    margin-bottom: 8rem;
    padding: 0 10%;
    height: fit-content;
}
.wrap.nine{
    margin: 0;
    margin-bottom: 7rem;
    padding: 0 10%;
    height: fit-content;
}
.wrap.ten{
    margin: 0;
    margin-bottom: 7rem;
    padding: 0 10%;
    height: fit-content;
}
.wrap.ten .content-wrap{
    align-items: center;
}
.wrap.ten .content-wrap .leftcontent img{
    filter: none;
}
.rightcontent .menu-right{
    width: 300px;
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
}
.rightcontent .menu-right a{
    text-decoration: none;
    color: #fff;
    background: #00a564;
    padding: .7rem 1.3rem;
    border-radius: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
}
.rightcontent .menu-right a i{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.box-testimoni{
    position: relative;
    display: flex;
    gap: 1rem;
}
.box-testimoni figure{
    /* width: 30%; */
}
.box-testimoni figure img{
    width: 60px !important;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.box-testimoni .sub-box-testimoni{
    /* width: 70%; */
}
.box-testimoni .sub-box-testimoni article{
    line-height: 1.8rem;
    margin-bottom: 1rem;
    color: #424242;
}
.pagination-news{
    display: block;
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px dashed #aaa;
}
.pagination-news ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.pagination-news ul li{
    color: #7b7b7b; 
    transition: all .3s;
}
.pagination-news ul li:hover{
    font-weight: bold;
}
.pagination-news ul li.first-pag a,
.pagination-news ul li.last-pag a{
    color: #009950;
    font-weight: bold;
}
.pagination-news ul li.current-pag{
    border-radius: 100%;
    background: #009950;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.detail-news-wrap{
    position: relative;
    display: block;
    width: 100%;
}
.detail-news-wrap  h2{
    color: #272727;
    font-weight: 600;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}
.detail-news-wrap > figure{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.detail-news-wrap > figure img{
    width: 100%;
    border-radius: 5px;
}
.detail-news-wrap > article{
    position: relative;
    display: block;
    width: 100%;
    line-height: 2rem;
    text-align: justify;
}
.detail-news-wrap > article p,
.detail-news-wrap > article img{
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 5px;
}
.detail-news-wrap > label{
    background: #007748;
    color: #fff;
    padding: .5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: .75rem;
    font-weight: 600;
}
.share-sosmed{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share-sosmed > label{
    margin-right: 1rem;
    font-weight: bold;
    /* color: #009950; */
}
.share-sosmed > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}
.share-sosmed > ul li{
    font-size: 1.5rem;
}
.share-sosmed > ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    padding: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.x-share{
    padding: .7rem !important;
}
.copy-share{
    /* font-size: 1.9rem; */
    color: #282828;
}
.instagram-share{
    /* font-size: 2rem;  */
    color: #dd00e9;
}
.facebook-share{
    color: #006abf;
}
.side-othernews{
    width: 30%;
    position: sticky;
    top: 2rem;
    height: fit-content;
    background: rgb(0 119 72 / 4%);
    padding: 2rem;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #007748;
}
.side-othernews > h2{
    margin-bottom: .5rem;
    color: #008c4d;
    /* border-left: 5px solid #008c4d;
    padding-left: 1rem; */
}
.side-othernews ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-othernews ul li{
    padding: 1rem 0;
    border-bottom: 1px dashed #aaa;
}
.side-othernews ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem
}
.side-othernews ul li a figure{
    display: flex;
    width: 30%;
    position: relative;
    justify-content: center;
    align-items: center;
}
.side-othernews ul li a figure img{
    width: 100%;
    border-radius: 5px;
}
.side-othernews ul li a .thumb-othernews{
    position: relative;
    width: 70%;   
}
.side-othernews ul li a .thumb-othernews > h2{
    color: #272727;
    font-size: .9rem;
    text-align: left;
    margin-bottom: 0;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.side-othernews ul li a .thumb-othernews > .date-news {
    font-size: .8rem;
    color: #272727;
    font-style: italic;
    margin-top: .3rem;
    display: block;
}
.side-othernews ul li a .thumb-othernews > .date-news i{
    margin-right: .3rem;
}

/* POPUP GALLERY HERE */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    text-align: center;
}
.gallery-modal img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 2%;
    object-fit: contain;
}
.gallery-close {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.back-to-home{
    padding: 0 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #007748;
    width: 100%;
    display: block;
}
.back-to-home i{
    margin-right: .5rem;
}

/* FOOTER HERE */
.footer-wrap{
    padding: 4rem 10%;
    padding-top: 16rem;
    display: grid;
    background: #008c4d;
    position: relative;
}
.footer-wrap:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/FOOTER.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.footer-wrap:after{
    content: '';
    position: absolute;
    background: url(images/LOGO.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    width: 130px;
    height: 130px;
}
.subfooter-top{
    display: flex;
    gap: 5rem;
}
.leftfooter{
    width: 60%;
}
.rightfooter{
    width: 40%;
}
.footer-wrap .leftfooter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrap .leftfooter ul li{
    display: grid;
    gap: .5rem;
    color: #fff;   
}
.footer-wrap .leftfooter ul li h4.title-footer{
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.footer-wrap .leftfooter ul li article{
    position: relative;
    padding-left: 3rem;
    line-height: 24px;
}
.footer-wrap .leftfooter ul li article > i{
    position: absolute;
    left: 10px;
    top: -1px;
    font-size: 1.5rem;
}
.footer-wrap .rightfooter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrap .rightfooter ul li{
    display: grid;
    gap: .5rem;
    color: #fff;   
}
.footer-wrap .rightfooter ul li h4.title-footer{
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.footer-wrap .rightfooter ul li article{
    position: relative;
    padding-left: 2.7rem;
    line-height: 24px;
}
.footer-wrap .rightfooter ul li article a{
    cursor: pointer;
}
.footer-wrap .rightfooter ul li article a > i{
    position: absolute;
    left: 10px;
    top: -1px;
    font-size: 1.5rem;
}
.subfooter-bottom{
    text-align: center;
    color: #fff;
    padding-top: 2rem;
    margin-top: 5rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
}

/* POPUP HERE */
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    display:none;
    z-index:99999;
    justify-content:center;
    align-items:center;
}
.popup-content{
    position: absolute;
    max-width: 500px;
    width: 90%;
    height: fit-content;
    background: #fff;
    padding: 4rem;
    border-radius: 12px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.popup-content h2{
    margin-bottom: 4rem;
    position: relative;
    width: 100%;
}
.popup-content h2:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2rem;
    right: 0;
    margin: auto;
    background: url(images/ICON7.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 20px;
}
.popup-content p{
    margin-bottom: 1rem;
    line-height: 25px;
}
.close-popup{
    position:absolute;
    right:15px;
    top:10px;
    border:none;
    background:none;
    font-size:24px;
    cursor:pointer;
}
.close-popup i{
    transform: rotate(45deg);
}

/* LOGIN PAGE HERE */
.login-page{
    position: relative;
    display: flex;
    background: url(images/BG.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-page:before{
    content: '';
    position: absolute;
    background: #007748;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.side-left{
    width: 60%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7rem;
    position: relative;
}
.subside-form{
    background: #fff;
    border-radius: 5px;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.subside{
    position: relative;
    display: block;
    width: 100%;
}
.subside h1{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}
.subside .back-home{
    margin-bottom: 2rem;
    font-weight: bold;
    color: #007748;
}
.subside .back-home i{
    margin-right: .5rem;
}
.subside .ornament-subsite{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.subside .ornament-subsite img{
    filter: brightness(0) invert(1);
    width: 30px;
}
.subside figure{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.subside figure img{
    width: 300px;
}
.subside article{
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 2.5rem;
}
.subside .redirect-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subside .redirect-wrap .redirect-register{
    text-align: center;
    border: 1px solid #fff;
    padding: .5rem 2rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.subside .redirect-wrap .redirect-register i{
    margin-right: .5rem;
    font-size: 2rem;
}
.subside .message-form{
    background: #ffdbdb;
    border: 1px solid #ff9b9b;
    padding: 1rem;
    border-radius: 5px;
    color: #ff5b5b;
    margin-bottom: 1rem;
    text-align: center;
    font-size: .95rem;
}
.subside .message-form.success{
    background: #dbecff !important;
    border: 1px solid #9bc8ff !important;
    color: #0088cb !important;
    text-align: left !important;
}
.subside p{
    text-align: center;
}
.subside p a{
    color: #007748;
}
.side-right{
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 1rem;
    position: relative;
}
.form-wrap{
    position: relative;
    display: grid;
}
.form-wrap .field-wrap{
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.form-wrap .field-wrap label{
    position: relative;
    display: block;
    width: 100%;
    font-size: .85rem;
    margin-bottom: .5rem;
}
.form-wrap .field-wrap input{
    width: 100%;
    padding: .8rem 1rem;
    border-radius: 5px;
    border: 1px solid #aaa;
    font-size: 1rem;
    padding-left: 3.5rem;
    position: relative;
}
.form-wrap .field-wrap input.field-password{
    padding-right: 3.5rem;
}
.form-wrap .field-wrap .field-icon{
    position: absolute;
    top: 2rem;
    left: 1rem;
    font-size: 1.7rem;
    color: #bfbfbf;
}
.form-wrap .field-wrap .field-icon-hide{
    position: absolute;
    top: 2.1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: #737373;
    cursor: pointer;
}
.form-wrap .submit-form{
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #007748;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #007748;
    border-radius: 5px;
    padding: 1rem;
    cursor: pointer;
}
.form-wrap .submit-login i{
    margin-left: .5rem;
}

/* NOT FOUND */
.not-found{
    position: relative;
    height: 60vh;
}
.not-found .subcontent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.not-found .subcontent img{
    width: 300px;
}
.not-found .subcontent p{
    text-align: center;
    margin-top: 2rem;
}
/* RESPONSIVE */
@media screen and (max-width: 2560px){

}
@media screen and (max-width: 1440px){
	
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 520px){

}
@media screen and (max-width: 425px){

}
@media screen and (max-width: 320px){

}
#desktop-only-message{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:20px;
}