/* Global Defaults
=====================================================================*/
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;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #982745;  }
a:hover { color: #7D122F; }

/* Global Elements
=====================================================================*/

body {
	font:15px 'ProximaNova', sans-serif;
	background:#fff;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
    height:auto;
    font-style:italic;
    background-repeat: no-repeat;
    background-size:cover;
    vertical-align: middle;
}

/* Start CSS Coding
=====================================================================*/
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Light.otf");
    font-weight: 300;
    font-style: normal;
}
#nav,
.title-faq {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
}


#container-values ul li:after {
    font-family: 'Font Awesome 6 Pro' !important;
}


.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
#menu-toggle {
    display: none;
}
.menu-button-container {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
#main-header {
    height:80px;
    width:100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background: rgba(255,255,255,.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#logo {
    width:190px;
    height:50px;
    background: url(images/logo.png) no-repeat;
    background-size:190px 50px;
    text-indent:-9999px;
    display: block;
    margin:15px 0 0 50px;
    float:left;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}


.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding:0 30px;
}
#header-right {
    float:left;
    margin:0 0 0 40px;
}
#member-header {
    float:left;
    height:20px;
    margin:53px 0 0 10px;
    border-left:1px solid #fff;
    padding:0 0 0 15px;
}
#link-login {
    font-size:18px;
    color:#fff;
    text-decoration: none;
    padding:10px 12px;
    display: block;
    border-radius:5px;
    margin-top:-7px;
}
#link-login:hover {
    background: #9a0006;
}
#link-login i {
    font-size:16px;
    margin-right:5px;
}
#nav {
    float:left;
}
#nav-main {
    list-style: none;
    padding:0;
    height:40px;
    float:left;
    margin:18px 0 0 0;
}
#nav-main li {
    float:left;
    height:40px;
    position: relative;
    margin:0 1px;
}
#nav-main li a {
    display: block;
    height:40px;
    line-height: 40px;
    font-size:18px;
    text-decoration: none;
    padding:0 15px;
    color: #111;
    font-weight: normal;
}
#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a {
    border-bottom:3px solid #7D122F;
    font-weight: bold;
}
#nav-main li:hover a {
    background: #7D122F;
    border-radius:5px;
    color:#fff;
}

/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
    position:absolute;
    z-index:2000;
    display:none;
    width:250px;
    margin: 0;
    top: 55px;
    left:0;
    background:none;
    float: none;
    text-align: left;
    background: #693f82;
    padding: 10px 0;
    border-radius:0 0 5px 5px;
}
#nav ul li ul li {
    display: block;
    float: none;
    width:250px;
    height:auto;
    padding: 0;
    position:relative;
    margin: 0;
    box-shadow: none;
}
#nav ul li ul li:last-child {
    border:none;
}
#nav ul li ul li:after {
    display: none;
}
#nav ul ul ul {
    position:absolute;
    z-index:1300;
    display:none;
    width:240px;
    margin: 0;
    top: 0;
    left:240px;
}
#nav ul li ul li.current-menu-item:before,
#nav ul li ul li.current-menu-parent:before {
    display: none;
}
#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height:auto;
}
#nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited {
    width:210px;
    height:auto;
    line-height: 1.4;
    float:none;
    display: block;
    text-transform:none;
    border:none;
    padding:10px 20px;
    letter-spacing: 0;
    margin:0;
    font-size:16px;
    color:#ddd;
    font-weight: normal;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
    color:#fff;
    background: none;
}
#nav #nav-main li:hover ul li:hover {
    box-shadow: none;
    background: none;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}


nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
nav#nav li:focus-within ul,
nav#nav li li:focus-within ul
{display:block;}
/* End CSS Drop Down Menu */



#button-join {
    position: absolute;
    z-index: 1;
    right:50px;
    top:17px;
    height:40px;
    line-height: 40px;
    padding:0 20px;
    border-radius:5px;
    font-size:18px;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
    background: #7D122F;
    border:1px solid #7D122F;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#button-join i {
    font-size:16px;
    margin-right:7px;
}
#button-join:hover {
    background: none;
    color:#7D122F;
    border:1px solid #7D122F;
}

#intro-homepage {
    position: relative;
}
#intro-homepage h1 {
    margin: auto;
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -600px;
    z-index: 5;
    text-align: left;
    width: 1200px;
    font-weight: bold;
    font-size:78px;
    color:#fff;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
#intro-homepage h1 span {
    display: block;
}


/* Page
=====================================================================*/
#main-title {
    font-size: 40px;
    color: #111;
    font-weight: bold;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
}
#main-title:before {
    content: "";
    width: 130px;
    height: 3px;
    display: block;
    background: #7D122F;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.separator {
    height:80px;
    margin:0 0 70px 0;
}

/* Login
=====================================================================*/
.separator.form {
    margin:0;
}
#login-container {
    padding:120px 0;
    background: url(images/bg-form.jpg) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed;
}
#login-area {
    padding:50px;
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#login-info {
    width:45%;
    float:left;
}
#login-info #main-title {
    margin-top:0;
}
#form-login {
    width:45%;
    float:right;
}
#form-login .button {
    width:100%;
}
#form-login .input {
    width:96%;
    padding:0 2%;
}
#form-login .input.small {
    width:40%;
}
#text-forget {
    text-align: center;
    font-size:18px;
    padding:20px 0;
}
#button-join-form {
    width:100%;
    height: 50px;
    border-radius: 5px;
    background: #982745;
    border: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
}
#button-join-form:hover {
    background: #7D122F;   
}
#form-registration label,
#form-contact label,
#form-login label {
    font-size:18px;
    color:#111;
    display: block;
    margin:0 0 10px 0;
}
#form-registration .input,
#form-contact .input,
#form-login .input {
    height:48px;
    border-radius:5px;
    border:1px solid #e1e1e1;
    padding:0 10px;
    font-size:18px;
    width:80%;
    color:#666;
}
#form-registration .input.study {
    margin-bottom:10px;
}
#form-registration .input:focus,
#form-contact .input:focus,
#form-login .input:focus {
    border-color: rgba(66, 148, 195, 0.8);
    box-shadow: 0 1px 1px rgba(66, 148, 195, 0.075) inset, 0 0 8px rgba(66, 148, 195, 0.6);
    outline: 0 none;
}
#form-registration .button,
#form-contact .button,
#form-login .button {
    width:200px;
    height: 50px;
    border-radius:5px;
    background: #982745;
    border:none;
    font-size:18px;color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
#form-registration .button:hover,
#form-contact .button:hover,
#form-login .button:hover {
    background: #7D122F;   
}
.field-group {
    margin:0 0 30px 0;
    position: relative;
}
.field-group.submit-button {
    margin-top:40px;
}
.error-message {
    margin-top:10px;
}
.error-message span {
    display: inline-block;
    background: #fff;
    border-radius:5px;
    padding:10px;
    font-size:15px;
    color:#af251c;
    border:1px solid #af251c;
}
.correct-message {
    margin-top:10px;
    margin-bottom:10px;
}
.correct-message span {
    display: inline-block;
    background: #fff;
    border-radius:5px;
    padding:10px;
    font-size:16px;
    color:#457f0e;
    border:1px solid #457f0e;
}
#form-login .button {
    width:100%;
}
#form-login .input {
    width: 96%;
    padding: 0 2%;
}
#list-help {
    list-style: none;
    margin:0 0 60px 0;
}
#list-help li {
    float:left;
    margin:0 20px 20px 0;
}
#list-help li a {
    font-size:20px;
    padding:25px 55px;
    color:#fff;
    background: #af251c;
    text-decoration: none;
    border-radius:5px;
}
#list-help li a i {
    margin:0 5px 0 0;
}
#list-help li a:hover {
    background: #9a0006;
}
#togglePassword1, #togglePassword2 {
    position: absolute;
    z-index: 1;
    right:-25px;
    top:46px;
    cursor: pointer;
}
#form-registration #togglePassword2,
#form-registration #togglePassword1 {
    position: relative;
    right:auto;
    top:auto;
}

/* QR Code
=====================================================================*/
.container-timeline {
    margin-left:40px;
    border-left:1px dotted #bbb;
    padding:0 0 30px 30px;
}
.box-color {
    background:#eee;
    padding:30px;
    position: relative;
    margin:0 0 50px 0;
}
.box-color h2 {
    font-size:30px;
    color:#111;
    margin:0 0 20px 0;
}
#list-contact {
    list-style: none;
    margin:0 0 20px 0;
}
#list-contact li {
    font-size:18px;
    color:#333;
    margin:0 0 8px 0;
}
#list-contact li i {
    width:30px;
    text-align: left;
}
#logo-rpa {
    position: absolute;
    z-index: 1;
    right:30px;
    top:30px;
    width:200px;
}
#list-certificate {
    list-style: none;
    margin:0;
}
#list-certificate li {
    display: inline-block;
    margin:0 10px 0 0;
}
#list-certificate li a {
    width:150px;
    background: #fff;
    display: block;
    border-radius:10px;
    border:1px solid #ccc;
    padding-bottom:10px;
    text-align: center;
    text-decoration: none;
}
#list-certificate li a:hover {
    border:1px solid #7D122F;
}
#list-certificate li h3 {
    font-size:16px;
    font-weight: bold;
}
.title-timeline {
    color:#111;
    margin:40px 0 25px 0;
    position: relative;
    font-size:20px;
    line-height: 1.4;
}
.title-timeline::before {
    content:"";
    width:20px;
    height:20px;
    position: absolute;
    z-index: 1;
    left:-40px;
    top:0;
    background: #7d122f;
    border-radius:10px;
}
.box-timeline p {
    font-size:16px;
    color:#333;
    line-height: 1.4;
    margin:0 0 25px 0;
}

/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 20px 0;
    height:auto;
    width:100%;
    max-width:100%;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.static-page hr {
    border: 0;
    text-align: center;
    margin:40px 0;
}
.static-page hr:before {
    content: "\2022   \2022   \2022   \2022";
    font-size: 44px;
    color: #7D122F;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: outside;
}
.static-page ul li {
    position: relative;
    padding-left: 0;
    text-indent: 0;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#fb94ae;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-weight: 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.wp-block-embed-youtube .wp-block-embed__wrapper  iframe, .wp-block-embed-youtube .wp-block-embed__wrapper  object, .wp-block-embed-youtube .wp-block-embed__wrapper  embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-block-embed {
    margin: 0 0 40px 0;
}
.wp-block-image {
    margin: 0 0 40px 0;
    clear:both;
}
.wp-block-image img {
    margin-bottom:8px;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
.wp-block-image .alignleft {
    width:40%;
    margin-right:60px;
}
.wp-block-image .alignright {
    width:40%;
    margin-left:60px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    margin:0;
}
.static-page .wp-block-columns img {
    width:100%;
    max-width:100%;
    margin-left:0;
}
.static-page table {
    margin:0 0 40px 0;
    border-collapse: collapse;
    width: 100%;
}
.static-page table td, .static-page table th {
    border: 1px solid #ddd;
    padding: 15px;
    font-size:18px;
}
.static-page table tr:nth-child(even){
    background-color: #f2f2f2;
}
.static-page table tr:hover {
    background-color: #ddd;
}
.static-page table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7D122F;
    color: #fff;
}
.wp-block-table thead {
    border-bottom:1px solid #ddd !important;
}
.wp-block-file *+.wp-block-file__button {
    display: inline-block;
    padding:5px 10px;
}
.wp-block-file *+.wp-block-file__button:hover {
    color:#fff;
}
.static-page figcaption {
    font-size:16px;
    position: relative;
    color:#999;
    margin:20px 0 20px 0;
    padding:15px 0 0 0;
    font-weight: 300;
}
/*.static-page figcaption:before {
    content:"";
    height:1px;
    background: #d0d0d0;
    width:60px;
    position:absolute;
    top:0;
    left:0;
}*/
.box-line {
    padding-left:20px;
    border-left:3px solid #9a0006;
    margin:0 0 40px 0;
}
.box-line.color {
    background: #f1f3de;
    padding:20px;
}

/* Footer
=====================================================================*/
#main-footer {
    margin-top:50px;
}
#footer-bottom {
    border-top:1px solid #ddd;
    padding:40px 0;
    clear:both;
}
#footer-bottom h6 {
    font-size:16px;
    color:#666;
    text-align: center;
}

/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1300px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
    #intro-homepage h1 {
        font-size:68px;
        top:220px;
    }
}
/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1200px) {
    .menu-button-container {
        display: block;
    }
    #menu-toggle:checked ~ #nav {
        display: block;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:20px;
    }
    #menu-toggle ~ #nav {
        display: none;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
        display: none;
    }
    #nav-container {
        width:80%;
        height: 100%;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        background: #fff;
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav,
    #main-header.small #nav {
        border: none;
        margin-top:0;
    }
    #nav-main,
    #main-header.small #nav-main {
      float: none;
      text-align: left;
      border: none;
      padding: 0;
      height: auto;
      margin-top:80px;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0 20px;
        text-shadow:none;
    }
    #nav-main li:after {
        display: none;
    }
    #nav-main li.current-menu-item:before,
    #nav-main li.current-menu-parent:before {
        display: none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover,
    #main-header.small #nav-main li a, #main-header.small #nav-main li:hover a, #main-header.small #nav-main li:hover a {
        height:auto;
        float:none;
        text-align: left;
        display: block;
        color:#2b2b2b;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        line-height:18px;
        padding:10px 10px;
        font-size:18px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:10px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a,
    #main-header.small #nav-main li.current-menu-item a,
    #nav-main li.current-menu-parent a,
    #main-header.small #nav-main li.current-menu-parent a {
        background: #7D122F;
        border-radius: 5px;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:10px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0 0 10px 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul ul:before {
        display: none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited,
    #main-header.small #nav #nav-main li ul li a, #main-header.small #nav #nav-main li ul li a:link, #main-header.small #nav #nav-main li ul li a:visited {
          width:auto;
          height:auto;
          text-transform: uppercase;
          border:none;
          background: none;
          margin:0;
          box-shadow:none;
          text-shadow:none;
          border:none;
          margin-left:10px;
          color:#000;
        padding:10px 10px;
        font-size:18px;
        font-weight: normal;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover, #nav-main li.current-menu-parent ul li a:hover,
    #main-header.small #nav #nav-main li:hover ul li a:hover, #main-header.small #nav #nav-main li ul li a:hover, #main-header.small #nav-main li.current-menu-item ul li a:hover, #main-header.small #nav-main li.current-menu-parent ul li a:hover {
      background: none;
      text-decoration: none;
      padding:10px 10px;
      color:#1c8185;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav-main li:hover, #nav-main li.current-menu-parent, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item, #nav .menu ul li.current-menu-parent {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    .menu-button {
        text-decoration: none;
        display: block;
        width:50px;
        height: 50px;
        padding:0;
        position: absolute;
        z-index:2100;
        left:20px;
        top:20px;
        text-align: center;
        color:#7D122F;
        font-size:28px;
        background: #fff;
        border:none;
        line-height: 55px;
    }
    #main-header.small .open-menu, #main-header.small .open-menu:link, #main-header.small .open-menu:visited {
        background: none;
        top:10px;
    }
    #main-header {
        backdrop-filter: none;
    }
    #logo,
    #main-header.small #logo {
        margin-left:75px;
    }
    #main-header.small {
        display: none;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100% !important;
        height: auto !important;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    #intro-homepage h1 {
        font-size:54px;
        top:200px;
    }
    #full-intro h2 {
        font-size:36px;
    }
    .title-homepage {
        font-size:36px;
    }
    .step-box {
        padding:30px 30px 30px 100px;
    }
    .step-box span {
        width:80px;
        height:80px;
        line-height: 80px;
        font-size:32px;
    }
    #group-blog-homepage-bottom {
        grid-gap: 2rem;
    }
    #logo-footer h4 {
        font-size:22px;
        margin:20px 0 0 0;
    }
    #gradient-header {
        width:250px;
        height: 283px;
        background-size: 250px 283px;
    }
    #login-area {
        padding:40px;
    }
    #login-container {
        background-attachment: scroll;
    }
    #main-title {
        font-size:36px;
        line-height: 1.2;
        padding-bottom:15px;
        margin-bottom:30px;
    }
    .box-color h2 {
        font-size:24px;
    }
    #logo-rpa {
        position: relative;
        top:auto;
        right: auto;
        margin:0 0 30px 0;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #main-header {
        height:60px;
        position: absolute;
    }
    .separator {
        height: 60px;
    }
    #logo {
        width:152px;
        height:40px;
        background-size:152px 40px;
        margin-top:10px;
    }
    #header-right {
        margin:0;
    }
    #button-join {
        height:35px;
        line-height: 35px;
        right:20px;
        top:10px;
        font-size:16px;
    }
    #form-registration .input, #form-contact .input, #form-login .input {
        height:40px;
        padding:0 2%;
        width:96%;
    }
    .menu-button {
        top:5px;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:5px;
    }
    #nav-dashboard {
        text-align: center;
    }
    #nav-dashboard li {
        margin:0 2px 6px 2px;
        font-size:16px;
    }
    #nav-dashboard li a {
        padding:8px 14px;
    }
    .status-ktm {
        position: relative;
        top:auto;
        right:auto;
        display: block;
        margin-bottom:20px;
    }
}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        left:5px;
        top:25px;
    }
    #logo {
        margin-left:65px;
    }
    #button-join {
        top:11px;
        right:20px;
        border-radius:5px;
        height: 35px;
        line-height: 35px;
        font-size:15px;
    }
    #button-join {
        border:1px solid #fff;
    }
    #login-area {
        padding:30px;
    }
    #main-title {
        font-size:28px;
    }
    #intro-homepage h1 {
        font-size:28px;
        top:auto;
        left:auto;
        position: relativer;
        color:#9a0006;
        margin:40px 0 20px 0;
        text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    #full-intro h2 {
        text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    #full-intro {
        padding-top:160px;
    }
    #full-intro {
        background-size: 150px 340px, 135px 300px;
    }
    #step-content {
        width:100%;
    }
    .title-homepage {
        font-size:28px;
        line-height: 1.3;
    }
    .step-box {
        background: rgba(255,255,255,.75);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }
    .step-box span {
        width:50px;
        height:50px;
        line-height: 50px;
        font-size:24px;
    }
    .step-box {
        padding:20px 20px 20px 70px;
    }
    .step-box h3 {
        font-size:22px;
        padding-left:40px;
    }
    .step-box h3 i {
        font-size:26px;
    }
    .text-slideshow p {
        font-size:16px;
        margin:0 0 15px 0;
    }
    .text-slideshow h3 {
        font-size:14px;
    }
    .row-blog-homepage-bottom div {
        padding:20px;
    }
    #main-footer-left {
        border-radius:30px;
    }
    #nav-social {
        margin:0;
    }
    #login-info {
        width:100%;
        float:none;
        margin:0 0 20px 0;
    }
    #form-login {
        width:100%;
        float:none;
    }
    #list-help li {
        float:none;
        margin:0 0 15px 0;
    }
    #list-help li a {
        font-size:18px;
        padding:20px 30px;
        display: block;
    }
    .menu-button {
        left:0;
    }
    #member-header {
        float:none;
        position: absolute;
        z-index: 1;
        border:none;
        right:100px;
        top:12px;
        font-size:14px;
        margin:0;
        padding:0;
    }
    #link-login {
        font-size:14px;
    }
    #button-more {
        height:50px;
        line-height: 50px;
        width:100%;
        text-align: center;
        font-size:20px;
        padding:0;
    }
    #form-registration .select.address + .select2-container {
        width:96% !important;
        margin:0 0 10px 0;
}
    #form-registration .select.small + .select2-container {
        width:20% !important;
        margin:0 0 10px 0;
    }
    #form-registration label.label-upload {
        width:80%;
    }
    #form-registration .button.save,
    #form-registration .button {
        width:100%;
        display:block;
        margin:0 0 10px 0;
    }
    .radio-group.additional {
        width:80%;
    }
    #license-number {
        position: relative;
        top:auto;
        right:auto;
        text-align: left;
        font-size:18px;
        padding-top:20px;
    }
    .row-license h3 {
        font-size:20px;
    }
    .field-group-table {
        position: relative;
        padding-left:40px;
    }
    .field-group-table input {
        float:none;
        position: absolute;
        z-index: 1;
        left:0;
        top:0;
    }
    #form-login label.label-upload {
        width:100%;
        padding:0;
    }
    #footer-bottom h6 {
        font-size:14px;
    }
    .button-more, .button-more:link, .button-more:visited {
        display: block;
        text-align: center;
        font-size:16px;
    }
    .static-page table td, .static-page table th {
        font-size:14px;
        padding:10px;
    }
    .on-process, .on-reject, .on-approved {
        font-size:13px;
    }
    .box-process .number {
        width:40px;
        height:40px;
        line-height: 40px;
        font-size:22px;
    }
    .box-process {
        padding:30px 20px;
    }
    #form-registration #togglePassword2, #form-registration #togglePassword1 {
        right:10px;
        top:40px;
        position: absolute;
    }
    .container-timeline {
        margin-left:20px;
        padding:0 0 20px 20px;
    }
    .box-color {
        padding:20px;
    }
    .box-color h2 {
        font-size:22px;
    }
    #list-certificate li {
        display: block;
        margin:0 0 10px 0;
    }
    #list-certificate li a {
        width:90%;
    }
    .title-timeline::before {
        left:-30px;
    }
}