
body {
overflow-x: hidden;
}


:root {
    --primary: #007d8c;
--second: #3e4939;
}


/*TOP MENU*/

div.topmenu ul ul {
padding: 30px;
}

div.topmenu ul li a {
    position: relative;
    text-decoration: none;
    margin: 0 15px;
padding-left: 0px !important;
padding-right: 0px !important;
padding-bottom: 2px !important;
}

div.topmenu ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--primary);
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

div.topmenu ul li a:hover::after {
    width: 100%;
}


/*end of top menu*/


/*NEWS*/
div.items div.list h3 a {
font-weight: 300;
color: #303133 !important;
}

div.items div.list h3 a:hover {
color: var(-primary)!important;
}


/*END OF NEWS*/.c-newlogo {
    background-image: url('/cache/files/8448eff7e063bccb05d1a870ed0da00fc643692a.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/8448eff7e063bccb05d1a870ed0da00fc643692a.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 95vw;
    transform: translate(-50%, 0%);
margin: 5px;
}

a.mobile-header-startlink {
    height: 90%;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/8448eff7e063bccb05d1a870ed0da00fc643692a.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 5vw;
}

.side-nav__header {
    max-height: 200px;
    height: 10%;
}.notloggedin .pagetitle {
display: none;
}

.c-max-width {
text-align: center;
max-width: 980px;
margin: 4vw auto;
}

.c-max-width h1{
    font-size: 28px !important;
    text-transform: uppercase;
letter-spacing: 1px;
}




.c-flex-1 {
display: flex;
gap: 4vh;
margin-top: 6vh;
    align-items: center;
}


.c-flex-1 div{
width: 50%;
}

.c-flex-1 img{
border-radius: 50%;
}


.c-flex-2 {
display: flex;
flex-direction: row-reverse;
gap: 4vh;
margin-top: 6vh;
    align-items: center;
}


.c-flex-2 div{
width: 50%;
}

.c-flex-2 img{
border-radius: 50%;
}


.c-flex-1 h1, .c-flex-2 h1 {
    font-size: 28px !important;
    text-transform: uppercase;
text-align: left !important;
letter-spacing: 1px;
}




@media (max-width: 920px) {
.c-flex-1 {
flex-direction: column;
}

.c-flex-1 div{
width: 100%;
}

.c-flex-2 {
flex-direction: column;
}


.c-flex-2 div{
width: 100%;
}
}

.c-footer-marquee {
  margin-bottom: 40px;
  overflow: hidden;
}

.c-footer-marquee ul {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: marquee 100s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer-marquee li {
  white-space: nowrap;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
font-size: clamp(2rem, 1.235rem + 2.041vw, 4.5rem);
font-family: "ZCOOL XiaoWei", sans-serif;
}

.c-footer-marquee li::before {
  content: "*";
  color: var(--primary);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



.c-site-footer {
    border-top: 1px solid #3E4939;
font-weight: 300;
padding: 6vw 20px;
max-width: 1280px;
margin: 0 auto;
}

.c-site-footer h2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}


.c-footer-inner {
    display: flex;
    gap: 8vw;
justify-content: center;
}

@media (max-width: 780px) {
.c-footer-inner {
flex-direction: column;
align-items: center;
text-align: center;
}
}

.c-footer-column a {
    position: relative;
    text-decoration: none;
padding: 0px;
    transition: 0.35s ease;
}

.c-footer-column a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--primary);
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.c-footer-column a:hover {
color: var(--primary) !important;
}

.c-footer-column a:hover::after {
    width: 100%;
}

.c-footer-column span {
color: var(--primary) !important;
}

.c-footer-social {
display: flex;
gap: 15px;
}

.c-footer-social img{
height: 40px;
width: 40px;
}


.c-footer-menu p{
margin-bottom: 5px;
font-size: 0.9em;
}


@media (max-width: 720px) {
.c-footer-column {
padding: 0px 7vw;
}
}
.c-button-1 {
display: inline-block;
background-color: var(--primary);
    color: #fff;
    padding: 12px 30px;
border-radius: 15px 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-1:hover {
    letter-spacing: 1px;
}


.c-button-2 {
display: inline-block;
border: 1px solid var(--primary);
background-color: transparent;
    color: var(--primary);
    padding: 12px 30px;
border-radius: 15px 0px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-2:hover {
background-color: var(--primary);
color: #fff;
}
.contactform input, .contactform select, .contactform textarea {
width: 100%;
border-top: 0px!important;
border-right: 0px!important;
border-left: 0px!important;
border-bottom: 1px solid var(--primary) !important;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: var(--primary);
    color: #fff;
    border-radius: 15px 0px;
    border: 1px solid var(--primary);
min-width: 200px;
font-weight: 500;
    letter-spacing: 2px;
}

.contactform button:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}.c-page-intro {
position: relative;
width: 100%;
}

.c-page-intro img{
width: 100%;
margin-top: 8vh;
}

@media (max-width: 920px) {
.c-page-intro img{
        margin-top: 5vh;
        min-height: 30vh;
        object-fit: cover;
}
}

.c-big-title {
color: var(--primary);
font-size: clamp(5rem, 3.469rem + 4.082vw, 10rem); /*80-160*/
    margin: 0px;
    position: absolute;
    top: 0;
    left: 10vw;
font-weight: 300;
    text-shadow: 3px 2px 0px #FFFFFF;
z-index: 2;
line-height: 1em;
}

@media (max-width: 920px) {

.c-big-title {
transform: translateX(-50%);
    left: 50%;
}
}.mobile-header {
    box-shadow: none;
display: flex;
    flex-direction: row-reverse;
min-height: 110px;
}

@media (max-width: 720px) {
.mobile-header {
min-height: 60px;
}
}

#mobile-header button {
    z-index: 100;
    font-size: 35px;
    margin-right: 5vw;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    left: auto;
    top: 5vw;
    right: 8vw;
}

.side-nav button.side-nav__hide {
    font-size: 30px;
}


.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
}


