/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.content2Div {
    display: grid;
    place-items: center;
    height: 100%;
    overflow-y: auto;
}

.content2 {
    background: #ffffff;
    /* width: 1280px;
    height: 533px; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /* transform: translate(0%, -500%); */

    z-index: 2;
    transition: 0.8s;
    margin-top: 30px;
}

.content2-content2 {
    display: flex;
    gap: 30px;
    padding: 0px 30px;
    border-radius: 20px;
    flex-wrap: wrap;
    /* height: 80%; */
    justify-content: space-around;
}

.content2-retrun {
    color: #08a673;
    font-size: 25px;
    padding: 19px;
    cursor: pointer;
    display: inline-block;
}

.content2-div {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 10px;
    width: 28.41%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 60px 20px 20px;

}


.content .content_img img {
    width: 100%;
}

.content header {
    width: 100%;
    height: 280px;
    padding: 40px 20px 30px 20px;
    display: inline-block;
    border-right: 2px dashed #eeeeee;
    /* background: #ffffff; */
    color: #000000;
    margin-top: 50px;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 120px;
}

.content header h1 {
    font-size: 80px;
    font-weight: 600;
    text-align: left;
}

.content header h3 {
    font-size: 35px;
    font-weight: 500;
    color: #2ba538;
    margin: 17px 0;
}

.content header h1 .span1 {
    background: linear-gradient(45deg, #18a8cd, #04a366);
    background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.content header>.span3 {
    background: linear-gradient(45deg, #18a8cd, #04a366);
    background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}

.content header>.span4 {
    color: #00b4e3;
    margin-top: 20px;
    font-size: 35px;
    text-align: left;
    text-shadow: rgb(207, 207, 207) 0.1em 0.1em 0.2em
}

.content header .content_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.content header .p-block {
    text-align: left;
    /* margin-top: 10px; */
    font-size: 20px;

}

.content header .p-block p {
    text-align: left;
    margin-top: 25px;
}

.d-flex {
    display: flex;

}

.align-items-center {
    align-items: center;
}


.justify-content-between {
    justify-content: space-between;
}


.content header .content_flex .span2 {
    background: linear-gradient(45deg, #18a8cd, #04a366);
    background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 44px;
    font-weight: 600;
    line-height: 77px;
    letter-spacing: 4px;
}

.content header a {
    display: inline-block;
    text-align: center;
    position: relative;
    /* padding: 25px 30px; */
    padding: 10px 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}


.content header a>span {
    /* width: 120px; */
    /* max-width: 100%; */
    padding: 8px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    background: -webkit-linear-gradient(180deg, #18a8cd, #04a366);
    font-size: 20px;
    font-weight: 600;
}

.content header a:hover>span {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.flexjusti {
    width: 40px !important;
}

.imgsym-1 {
    display: block;
}

.imgsym-2 {
    display: none;
}

.contentImg {
    width: 100%;
}


@-webkit-keyframes ball {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 56px;
        height: 56px;
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes ball {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 56px;
        height: 56px;
        margin-top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes opening {
    0% {
        top: 100%;
        height: 0px;
        padding: 0px;
    }

    100% {
        top: 50%;
        height: 100%;
        padding: 0px 100%;
    }
}

@keyframes opening {
    0% {
        top: 100%;
        height: 0px;
        padding: 0px;
    }

    100% {
        top: 50%;
        height: 100%;
        padding: 0px 100%;
    }
}

@-webkit-keyframes bRadius {
    0% {
        -webkit-border-radius: 50%;
    }

    100% {
        -webkit-border-radius: 0px;
    }
}

@keyframes bRadius {
    0% {
        -webkit-border-radius: 50%;
    }

    100% {
        border-radius: 0px;
    }
}

@-webkit-keyframes moveDown {
    0% {
        top: 50%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 100%;
    }
}

@keyframes moveDown {
    0% {
        top: 50%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes moveUp {
    0% {
        background: #ffb300;
        top: 100%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 50%;
        background: #e0e0e0;
    }
}

@keyframes moveUp {
    0% {
        background: #ffb300;
        top: 100%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 50%;
        background: #e0e0e0;
    }
}

@-webkit-keyframes expand {
    0% {
        background: #e0e0e0;
    }

    50% {
        -webkit-border-radius: 4px;
    }

    100% {
        width: 1280px;
        height: 532px;
        background: #ffffff;
        -webkit-border-radius: 4px;
    }
}

@keyframes expand {
    0% {
        background: #e0e0e0;
    }

    50% {
        border-radius: 4px;
    }

    100% {
        width: 1280px;
        height: 532px;
        background: #ffffff;
        border-radius: 4px;
    }
}

@-webkit-keyframes contentDisplay {
    0% {
        margin-top: 50px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: -20px;
    }
}

@keyframes contentDisplay {
    0% {
        margin-top: 50px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: -20px;
    }
}

@-webkit-keyframes contentDisplay2 {
    0% {
        margin-top: 50px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes contentDisplay2 {
    0% {
        margin-top: 50px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@media screen and (min-aspect-ratio: 4/3) {
    body {
        background-size: cover;
    }

    body:before {
        width: 0px;
    }

    @-webkit-keyframes opening {
        0% {
            top: 100%;
            width: 0px;
            padding-bottom: 0px;
        }

        100% {
            top: 50%;
            width: 100%;
            padding-bottom: 100%;
        }
    }

    @keyframes opening {
        0% {
            top: 100%;
            width: 0px;
            padding-bottom: 0px;
        }

        100% {
            top: 50%;
            width: 100%;
            padding-bottom: 100%;
        }
    }
}

@media screen and (min-height: 480px) {
    .content header {
        width: 81%;
        height: auto;
        padding: 30px 20px;
        display: block;
        float: none;
        border-right: none;
    }

    @-webkit-keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            -webkit-border-radius: 4px;
        }

        100% {
            width: 1280px;
            height: 532px;
            background: #ffffff;
            -webkit-border-radius: 4px;
        }
    }

    @keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            border-radius: 4px;
        }

        100% {
            width: 1280px;
            height: 532px;
            background: #ffffff;
            border-radius: 4px;
        }
    }
}

@media screen and (max-width: 1314px) {
    .content header {
        width: 70%;
        height: auto;
        padding: 30px 20px;
        display: block;
        float: none;
        border-right: none;
    }

    .content .content_img img {
        width: auto;
        height: 100%;
    }

    .content header h1 {
        font-size: 54px;
        font-weight: 600;
        text-align: left;
    }

    .content header>.span3 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-top: 20px;
        font-size: 13px;
        text-align: left;
    }

    .content header .content_flex .span2 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 28px;
        font-weight: 600;
        line-height: 77px;
        letter-spacing: 4px;
        text-align: left;
    }

    .content header h3 {
        font-size: 22px;
        font-weight: 500;
        color: #2ba538;
        margin: 17px 0;
    }

    .flexjusti {
        width: 25px !important;
    }

    .content header>.span4 {
        color: #00b4e3;
        margin-top: 20px;
        font-size: 23px;
        text-align: left;
        text-shadow: rgb(207, 207, 207) 0.1em 0.1em 0.2em;
    }

    .content header .p-block {
        text-align: left;
        /* margin-top: 10px; */
        font-size: 16px;
    }



    .content2-div {
        width: 26.19%;
    }

    @-webkit-keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            -webkit-border-radius: 4px;
        }

        100% {
            width: 90px;
            height: 532px;
            background: #ffffff;
            -webkit-border-radius: 4px;
        }
    }

    @keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            border-radius: 4px;
        }

        100% {
            width: 900px;
            height: 532px;
            background: #ffffff;
            border-radius: 4px;
        }
    }
}

@media screen and (max-width: 928px) {
    .imgsym-1 {
        display: none;
    }


    .imgsym-2 {
        display: block;
    }


    .content header {
        width: 90%;
        height: auto;
        padding: 30px 20px;
        display: block;
        float: none;
        border-right: none;
        left: 5px;
        padding-top: 0;
    }

    .content header .content_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .content .content_img img {
        width: auto;
        height: 800px;
        object-fit: contain;
    }

    .content header h1 {
        font-size: 54px;
        font-weight: 600;
        text-align: left;
    }

    .content header>.span3 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-top: 20px;
        font-size: 13px;
        text-align: left;
    }

    .content header .content_flex .span2 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 28px;
        font-weight: 600;
        line-height: 77px;
        letter-spacing: 4px;
        text-align: left;
    }

    .content header h3 {
        font-size: 22px;
        font-weight: 500;
        color: #2ba538;
        margin: 17px 0;
        height: 0;
    }

    .flexjusti {
        width: 25px !important;
    }

    .content header>.span4 {
        color: #00b4e3;
        margin-top: 20px;
        font-size: 23px;
        text-align: left;
        text-shadow: rgb(207, 207, 207) 0.1em 0.1em 0.2em;
    }

    .content header .p-block {
        text-align: left;
        /* margin-top: 10px; */
        font-size: 16px;
    }



    .content2-div {
        width: 100%;
    }

    @-webkit-keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            -webkit-border-radius: 4px;
        }

        100% {
            width: 500px;
            height: 800px;
            background: #ffffff;
            -webkit-border-radius: 4px;
        }
    }

    @keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            border-radius: 4px;
        }

        100% {
            width: 500px;
            height: 800px;
            background: #ffffff;
            border-radius: 4px;
        }
    }
}

@media screen and (max-width: 522px) {
    .imgsym-1 {
        display: none;
    }


    .imgsym-2 {
        display: block;
    }

    .contentImg {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .content header {
        width: 100%;
        height: auto;
        padding: 30px 20px;
        display: block;
        float: none;
        border-right: none;
        left: 5px;
        padding-top: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .content header .content_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .content .content_img img {
        width: auto;
        height: 800px;
        object-fit: contain;
    }

    .content header h1 {
        font-size: 36px;
        font-weight: 600;
        text-align: left;
        text-align: center;
    }

    .content header>.span3 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-top: 20px;
        font-size: 13px;
        text-align: left;
        text-align: center;
    }

    .content header .content_flex .span2 {
        background: linear-gradient(45deg, #18a8cd, #04a366);
        background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 21px;
        font-weight: 600;
        line-height: 77px;
        letter-spacing: 4px;
        text-align: left;
    }

    .content header h3 {
        font-size: 18px;
        font-weight: 500;
        color: #2ba538;
        margin: 17px 0;
        height: 0;
    }

    .flexjusti {
        width: 18px !important;
    }

    .content header>.span4 {
        color: #00b4e3;
        margin-top: 20px;
        font-size: 19px;
        text-align: left;
        text-shadow: rgb(207, 207, 207) 0.1em 0.1em 0.2em;
        text-align: center;
    }

    .content header .p-block {
        text-align: center;
        /* margin-top: 10px; */
        font-size: 16px;
    }

    .content header .p-block p {
        text-align: center;
        margin-top: 25px;
    }



    @-webkit-keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            -webkit-border-radius: 4px;
        }

        100% {
            width: 340px;
            height: 800px;
            background: #ffffff;
            -webkit-border-radius: 4px;
        }
    }

    @keyframes expand {
        0% {
            background: #e0e0e0;
        }

        50% {
            border-radius: 4px;
        }

        100% {
            width: 340px;
            height: 800px;
            background: #ffffff;
            border-radius: 4px;
        }
    }
}


body {
    margin: 0;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    background-color: #f1f1f1;
    text-align: center;
}

.headerNew{
    display: flex;
    justify-content: center;
    background-color: rgb(232, 240, 255);
    font-weight: 600;
    font-size: 30px;
    padding: 30px;
    
}

.headerNewH1{
    background: linear-gradient(45deg, #18a8cd, #04a366);
    background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #45576f;
    margin-top: -6px;
    font-weight: 600;
}

@media screen and (max-width: 522px) {
    #navbar {
        margin-top: -10px;
    }
}

#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}

#navbar a.active {
    background-color: #39c4dd;
    color: white;
}

.content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contentNewList {
width: 70%;
margin: 60px auto;

}

.contentNewList-hr {
margin: 20px 0;
border-bottom: 1px solid rgb(152, 226, 198) !important;
}

.content-h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 60px 0 50px 0;
}

.content-p1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #08a672;
    font-weight: 600;
}

.content-p2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: gray;
}

.content-p3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #08a672;
}

.content-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 70px;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
}

.content-grid-title {
    background: linear-gradient(45deg, #18a8cd, #04a366);
    background: -webkit-linear-gradient(45deg, #18a8cd, #04a366);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
}

.content-grid-content {
    font-size: 20px;
    font-weight: 600;
    color: gray;
}

.gotohtomA {
    text-decoration: none;
    margin-top: 60px;
    margin-bottom: 70px;
}

.gotohtom {
    width: 120px;
    max-width: 100%;
    padding: 12px 60px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    background: -webkit-linear-gradient(180deg, #18a8cd, #04a366);
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.newList{
    display: grid;
    grid-template-columns: 0.7fr 1.4fr 2fr;
    gap: 10px;
    text-decoration: none;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .newList{
        display: grid;
        grid-template-columns: 1fr;
    }
}

.newListDate{
    font-size: 18px;
    color: gray;
}

.newListTitle{
    font-size: 22px;
    color: rgb(58, 58, 58);
    font-weight: 600;
}

.newListContent {
    color: rgb(82, 82, 82);
    font-size: 20px;
}