/* 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: #9a0006;  }
a:hover { color: #790005; }

/* 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,
#intro-homepage h1,
.title-homepage,
.step-box span,
#full-intro h2,
.text-slideshow h3,
#logo-footer h4,
#main-title,
#form-registration .button,
#form-login .button,
#form-contact .button,
#button-join-form,
#nav-dashboard li,
#form-registration .input.textarea,
.button-more,
.title-faq {
    font-family: "Nunito", 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;
}
.admin-bar #main-header {
    top:32px;
}
#main-header {
    height:130px;
    width:100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    -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:210px;
    height:70px;
    background: url(images/logo.png) no-repeat;
    background-size:210px 70px;
    text-indent:-9999px;
    display: block;
    margin:30px 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;
}

#main-header.small,
.home #main-header.small {
    height:70px;
    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);
}
#main-header.small #logo {
    background: url(images/logo-square-red.png) no-repeat;
    background-size:54px 50px;
    width:54px;
    height: 50px;
    margin:10px 0 0 50px;
}
#main-header.small #nav-main {
    margin-top:13px;
}
#main-header.small #nav-main li a {
    font-size:16px;
    color:#111;
}
#main-header.small #button-join{
    height:45px;
    line-height: 45px;
    top:12px;
    right:50px;
}
#main-header.small #button-join:hover {
    color:#9a0006;
    border:1px solid #9a0006;
}
#main-header.small #nav-main li.current-menu-item a,
#main-header.small #nav-main li.current-menu-parent a {
    border-bottom:3px solid #9a0006;
}
#main-header.small #nav-main li:hover a {
    color:#fff;
}
#main-header.small #nav ul ul {
    background: #593c8f;
}
#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 {
    font-size:14px;
}
#main-header.small #member-header {
    border-left:1px solid #111;
    margin-top:30px;
}
#main-header.small #link-login {
    color:#111;
    font-size:16px;
}
#main-header.small #link-login:hover {
    color:#fff;
}


.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:55px;
    float:left;
    margin:37px 0 0 0;
}
#nav-main li {
    float:left;
    height:55px;
    position: relative;
    margin:0 1px;
}
#nav-main li a {
    display: block;
    height:55px;
    line-height: 55px;
    font-size:18px;
    text-decoration: none;
    padding:0 15px;
    color: #fff;
    font-weight: normal;
}
#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a {
    border-bottom:3px solid #fff;
    font-weight: bold;
}
#nav-main li:hover a {
    background: #b0251d;
    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:40px;
    height:50px;
    line-height: 50px;
    padding:0 20px;
    background: #dec538;
    border-radius:5px;
    font-size:18px;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
    background: #9a0006;
    border:1px solid #9a0006;
    -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:hover {
    background: none;
    color:#fff;
    border:1px solid #fff;
}

#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;
}
#gradient-header {
    width:612px;
    height: 693px;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    background: url(images/gradient-header.png) no-repeat;
}
#full-intro {
    width:100%;
    padding:100px 0 120px 0;
    background: url(images/leaf-01.jpg), url(images/leaf-02.jpg);
    background-size:530px 1000px, 450px 1000px;
    background-repeat: no-repeat, no-repeat;
    background-position:0 0, 100% 0;
}
#full-intro h2 {
    font-size:40px;
    color:#111;
    text-align: center;
    margin:0 0 50px 0;
    padding:0 10%;
    font-weight: bold;
    line-height: 1.2;
}
#full-intro p {
    text-align: center;
    margin:0 0 50px 0;
    padding:0 10%;
    font-size:20px;
    color:#333;
    line-height: 1.4;
    text-shadow: 2px 2px 0 #fff,
            -1px -1px 0 #fff,  
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff;
}
#button-more {
    display: inline-block;
    padding:0 25px;
    height:55px;
    line-height: 55px;
    background: #9a0006;
    color:#fff;
    font-size:20px;
    text-decoration: none;
    border-radius:5px;
    font-weight: bold;
    border:1px solid #9a0006;
}
#full-intro div {
    text-align: center;
}
#button-more:hover {
    background: #fff;
    color:#9a0006;
}
.full-color {
    background: #f1f3de;
    padding:100px 0;
}
.title-homepage {
    font-size:40px;
    color:#111;
    font-weight: bold;
    position: relative;
    padding:0 0 30px 0;
    margin:0 0 50px 0;
}
.title-homepage:before {
    content:"";
    width:150px;
    height: 3px;
    display: block;
    background: #b0251d;
    position: absolute;
    z-index: 1;
    left:0;
    bottom:0;
}
.step-box {
    position: relative;
    background: #fff;
    padding:40px 40px 40px 130px;
    margin:0 0 30px 0;
}
.step-box span {
    width:95px;
    height:95px;
    text-align: center;
    line-height: 95px;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    font-size:40px;
    color:#fff;
    font-weight: bold;
    background: #b0251d;
}
.step-box h3 {
    font-size:28px;
    color:#b0251d;
    font-weight: bold;
    margin:0 0 30px 0;
    position: relative;
    padding:0 0 0 50px;
}
.step-box h3 i {
    z-index: 1;
    font-size:30px;
    position: absolute;
    top:-2px;
    left:0;
    width:30px;
    text-align: center;
}
.step-box p {
    font-size:18px;
    color:#333;
    line-height: 1.4;
}
#step-content {
    width:65%;
}
.full-color.product {
    background-image:url(images/product.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size:630px 630px;
}
.full-nocolor {
    padding:100px 0;
}
#slideshow-testimonial img {
    border-radius:10px;
}
#slideshow-testimonial .item {
    position: relative;
}
.text-slideshow {
    position: absolute;
    z-index: 5;
    bottom:0;
    left:0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0) 100%);
    padding:0 120px 80px 200px;
    border-radius:0 0 10px 10px;
}
.text-slideshow p {
    position: relative;
    font-size:24px;
    color:#fff;
    font-weight: 300;
    line-height: 1.4;
    margin:0 0 30px 0;
}
.text-slideshow h3 {
    font-size:22px;
    font-weight: 300;
    color:#fff;
}
.text-slideshow p:before {
    width:100px;
    height:70px;
    position: absolute;
    z-index: 2;
    content:"";
    background: url(images/quote.png) no-repeat;
    background-size:100px 70px;
    left:-120px;
    top:-30px;
}
#slider-container {
    margin:0 0 70px 0;
}
#slideshow-testimonial .owl-nav {
    display: none;
}
#slideshow-testimonial .owl-dots {
    margin-top:30px;
}
#slideshow-testimonial .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    background: #fff;
    margin: 0 10px;
    border:1px solid #9a0006;
}
#slideshow-testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #9a0006;
}
#more-news {
    font-size:20px;
    text-decoration: none;
    display: inline-block;
    margin:0 0 40px 0;
    position: relative;
}
#more-news i {
    font-size:16px;
}
#group-blog-homepage-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}
.row-blog-homepage-bottom {
    display: flex;
    flex-flow: column nowrap;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    position: relative;
    padding-bottom:50px;
    border-radius:5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-blog-homepage-bottom img {
    border-radius:5px 5px 0 0;
}
.row-blog-homepage-bottom div {
    padding:30px;
}
.row-blog-homepage-bottom h3 {
    font-size:24px;
    font-weight: bold;
    line-height: 1.3;
    clear:both;
}
.row-blog-homepage-bottom a {
    text-decoration: none;
}
.date {
    font-size:16px;
    color:#3f3f3f;
}
.row-blog-homepage-bottom .date {
    position: absolute;
    bottom:30px;
}


/* 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: 150px;
    height: 3px;
    display: block;
    background: #b0251d;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.home #main-header {
    background: none;
}
#main-header {
    background: #9a0006;
}
.separator {
    height:130px;
    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;
    margin:0 0 60px 0;
}
#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%;
}
#text-forget {
    text-align: center;
    font-size:18px;
    padding:20px 0;
}
#button-join-form {
    width:100%;
    height: 50px;
    border-radius: 5px;
    background: #af251c;
    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: #9a0006;   
}
#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:focus,
#form-contact .input:focus,
#form-login .input:focus {
    border-color: rgba(175, 37, 28, 0.8);
    box-shadow: 0 1px 1px rgba(175, 37, 28, 0.075) inset, 0 0 8px rgba(175, 37, 28, 0.6);
    outline: 0 none;
}
#form-registration .button,
#form-contact .button,
#form-login .button {
    width:200px;
    height: 50px;
    border-radius:5px;
    background: #af251c;
    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: #9a0006;   
}
.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;
}

/* Dashboard
=====================================================================*/
#nav-dashboard {
    list-style: none;
    margin:0 0 50px 0;
    text-align: center;
}
#nav-dashboard li {
    display: inline-block;
    font-size:18px;
    color:#999;
    margin:0 3px;
    font-weight: bold;
}
#nav-dashboard li a {
    padding:10px 15px;
    display: block;
    text-decoration: none;
    border-radius:5px;
}
#nav-dashboard li a:hover {
    text-decoration: underline;
}
#nav-dashboard li.active a {
    background: #9a0006;
    color:#fff;
}
#nav-dashboard li.disable {
    padding:10px 15px;
}
.box-dashboard {
    margin:0 0 60px 0;
}
.title-dashboard {
    font-size:28px;
    color:#111;
    font-weight: bold;
    margin:0 0 30px 0;
}
#nav-tabs-list {
    list-style: none;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #b0251d;
    padding: 0;
    text-align: center;
}
#nav-tabs-list li {
    height: 50px;
    display: inline-block;
    margin: 0 4px;
}
#nav-tabs-list li a {
    display: block;
    height: 49px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    background: #f1f3de;
    color: #8e935b;
}
#nav-tabs-list li.ui-tabs-active a {
    border: 1px solid #b0251d;
    background: #fff;
    border-bottom: none;
    color: #b0251d;
    height:50px;
}
.tabs-company-content {
    border:1px solid #b0251d;
    border-top:none;
    padding:40px;
}
#form-registration label .asterisk,
#form-contact .asterisk {
    color:#e84d73;
}
.link-help {
    position: relative;
    margin-left:5px;
}
.popup-help {
    position: absolute;
    z-index: 10;
    background: #f6f6f6;
    width:300px;
    padding:20px;
    border-radius:5px;
    left:30px;
    top:-10px;
    font-size:14px;
    line-height: 1.4;
    color:#888;
    display: none;
}
#form-registration .button {
    width:auto;
    display: inline-block;
    padding:0 40px;   
    height:60px;
}
#form-registration .button.save {
    background: #fff;
    color:#b40309;
    border:1px solid #b40309;
}
input[type="radio"],
input[type="checkbox"] {
    width: 2em;
    height: 2rem;
    accent-color: #b40309;
}
.radio-group {
    padding:0 0 0 50px;
    position: relative;
}
.radio-group .radio {
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
}
.radio-group .checkbox {
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
}
#form-registration .radio-group label {
    margin-top:10px;
    display: block;
    cursor: pointer;
}
.radio-group.additional {
    margin-bottom:20px;
    width:60%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height:35px;
}
.select2-search--dropdown {
    padding:10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #af251c transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #af251c transparent;
}
.select2-container--open .select2-dropdown--below {
    border:1px solid #9c9593;
    border-radius: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #af251c;
}
.select2-results__option {
    padding:10px;
}

#form-registration .select2-container {
    width:40% !important;
}
#form-registration .select.address + .select2-container {
    width:25% !important;
}
#form-registration .select.small + .select2-container {
    width:15% !important;
}
#form-registration .row-number .input {
    width:30%;
}
#form-registration .select2-container--default .select2-selection--single {
    border-radius:5px;
    border:1px solid #e1e1e1;
}
#form-registration .select2-container .select2-selection--single {
    height:50px;
}
#form-registration .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
#form-registration .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:48px;
}
#form-registration .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#666;
    font-size:16;  
    font-weight: 300;
    font-size:18px; 
}
.group-address {
    margin: 0 0 15px 0;
}
#form-registration .input.textarea,
#form-contact .input.textarea {
    height: 150px;
    padding:10px;
}
#form-registration .input.small {
    width:20%;
}
#form-registration .file {
    width: 80%;
    color: #666;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
#form-registration .file[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #af251c;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

#form-registration .file[type=file]::file-selector-button:hover {
    background: #9a0006; 
}
#form-registration label.label-upload {
    width:40%;
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 5px;
    border: 1px dashed #e1e1e1;
    color: #444;
    cursor: pointer;
}
#form-registration label.label-upload:hover {
    background: #eee;
    border-color: #111;
}
.drop-title {
    display: block;
    text-align: center;
    font-size:16px;
}
#form-registration label.label-upload.small {
    width:22%;
    float:left;
    padding:10px;
    margin-right:1%;
}
#togglePassword1, #togglePassword2 {
    position: absolute;
    z-index: 1;
    right:-25px;
    top:46px;
    cursor: pointer;
}
.static-page p.not-finished i {
    color:#ff8f16;
    font-size:16px;
    margin-right:5px;
}
.static-page p.review i {
    color:#ffcf2a;
    font-size:16px;
    margin-right:5px;
}
.static-page p.approved i {
    color:#7bb543;
    font-size:16px;
    margin-right:5px;
}
#list-notification {
    list-style: none;
    margin:0 0 30px 0;
}
#list-notification li {
    border-bottom:1px solid #a7a7a7;
    padding:20px 0;
}
#list-notification li h3 {
    font-size:20px;
    color:#111;
    margin: 5px 0 10px 0;
    font-weight: bold;
}
#list-notification li p {
    font-size:18px;
    color:#333;
    line-height: 1.4;
}
.button-more {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #9a0006;
    border: 1px solid #9a0006;
    display: inline-block;
}
.button-more:hover {
    background: #fff;
}
#info-process {
    background: #f1f3de;
    padding:30px 30px 10px 30px;
    margin:0 0 40px 0;
}
#form-registration .input:disabled {
    background: #f6f6f6;
}
#form-registration .radio-group.additional .input.small {
    width:60%;
}
/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dcdcde;
  border-top: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  min-width: 17em;
  width: auto !important;
  z-index: 1000 !important;
}
.ui-datepicker * {
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
}
.ui-datepicker .ui-datepicker-group {
  float: left;
}
.ui-datepicker table {
  font-size: 13px;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background-image: none;
  border: none;
  color: #fff;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: relative;
  top: 0;
  height: 34px;
  width: 34px;
}
.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
  line-height:2.6; 
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
  line-height:2.6;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):before,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):before {
  font-family: 'Font Awesome 6 Pro';
  padding-left: 7px;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 34px;
  height: 34px;
}
.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
  opacity: 0.7;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 33%;
}
.ui-datepicker thead {
  color: #fff;
  font-weight: 600;
}
.ui-datepicker th {
  padding: 10px;
}
.ui-datepicker td {
  padding: 0;
  border: 1px solid #f0f0f1;
}
.ui-datepicker td.ui-datepicker-other-month {
  border: transparent;
}
.ui-datepicker tr:first-of-type td {
  border-top: 1px solid #f0f0f1;
}
.ui-datepicker td.ui-datepicker-week-end {
  background-color: #f6f7f7;
}
.ui-datepicker td.ui-datepicker-today {
  background-color: #f5e6ab;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #b8e6bf;
}
.ui-datepicker td.ui-state-disabled {
  cursor: default;
  opacity: 0.2;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  background: #dcdcde;
  cursor: default;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  color: #3c434a;
}
.ui-datepicker td .ui-state-default.ui-priority-secondary {
  opacity: 0.3;
}
.ui-datepicker td .ui-state-default.ui-priority-secondary.ui-state-hover {
  opacity: 1;
}
/* WordPress Color Schemes */
/* Default/Unknown */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background: #2271b1;
}
.ui-datepicker thead {
  background: #2c3338;
}
.ui-datepicker td .ui-state-hover {
  background: #2271b1;
  color: #fff;
}
.row-license {
    border-bottom:1px solid #a7a7a7;
    padding:20px 0;
    position: relative;
}
.row-license h3 {
    font-size:22px;
    font-weight: bold;
    color:#111;
    margin:0 0 10px 0;
}
.row-license h3 i {
    font-size:16px;
    margin:0 5px 0 0;
}
.row-license h3.not-finished i {
    color:#ffcf2a;
}
.row-license h3.approved i {
    color:#7bb543;
}
.row-license h4 {
    font-size:18px;
    margin:0 0 5px 30px;
    font-weight: bold;
    color:#333;
}
.list-process {
    list-style: none;
    margin:0 0 0 30px;
}
.list-process li {
    font-size:16px;
    color:#666;
    line-height: 1.4;
    margin:0 0 5px 0;
}
.list-process li.not-finished, .list-process li.approved {
    color:#333;
}
.list-process li.not-finished i {
    color:#ffcf2a;
}
.list-process li.approved i {
    color:#7bb543;
}
#title-product {
    font-size:22px;
    color:#111;
    margin:0 0 30px 0;
    font-weight: bold;
}
#table-form tr td {
    vertical-align: top;
}
#table-form tr td label {
    display: block;
    margin:10px 0 0 0;
    line-height: 1.3;
}
#table-form tr td label.label-doc {
    float:left;
    margin-top:10px;
}
.field-group-table {
    clear:both;
    padding:0;
}
.field-group-table input {
    float:left;
}
.link-back {
    font-size:18px;
}
#license-number {
    font-size:20px;
    position: absolute;
    z-index: 1;
    top:20px;
    right:0;
    text-align: right;
    line-height: 1.4;
}
#license-number-copy {
    font-size:18px;
    border:none;
    background: none;
    font-weight: bold;
    width:180px;
    text-align: right;
    outline: none;
}
.button-copy {
    width:20px;
    height:20px;
    cursor: pointer;
    color:#9a0006;
    border:none;
    background: none;
    font-size:18px;
}
#urlcopied {
    font-size:12px;
    position: absolute;
    right:0;
    top:-15px;
}

/* Berita
=====================================================================*/
#pagination {
    margin-top:70px;
}
#list-page {
    list-style: none;
    margin:0;
}
#list-page li {
    height:40px;
    float:left;
    margin:0 5px 0 0;
    line-height: 38px;
    font-size:16px;
}
#list-page li.first {
    margin-right:10px;
}
#list-page li a {
    width:38px;
    height:38px;
    display: block;
    border:1px solid #eaeaea;
    text-align: center;
    font-size:16px;
    text-decoration: none;
}
#list-page li.active a {
    border:1px solid #666;
    color:#666;
}
#list-page li a:hover {
    color:#9a0006;
    border:1px solid #9a0006;
}
#main-title.news {
    text-align: center;
    margin-bottom:30px;
}
#main-title.news:before {
    left:50%;
    margin-left:-75px;
}
.news .date {
    display: block;
    text-align: center;
    margin:0 0 60px 0;
}
#main-image {
    margin:0 0 60px 0;
}
#blog-share {
    margin:50px 0 70px 0;
}
#blog-share h3 {
    font-size:15px;
    color:#666;
    margin:0 0 20px 0;
    padding:0 0 20px 0;
    position: relative;
}
#blog-share h3:before {
    content:"";
    width:50px;
    height:2px;
    background: #9a0006;
    position: absolute;
    z-index: 10;
    left:0;
    bottom:0;
}
#nav-share {
    list-style: none;
    margin:0;
    height:35px;
}
#nav-share li {
    float:left;
    height:35px;
    margin:0 5px 0 0;
}
#nav-share li a {
    height:33px;
    border:1px solid #eaeaea;
    border-radius:5px;
    background: #fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    display: block;
    line-height: 33px;
    padding:0 15px;
    font-size:14px;
    color:#333;
    text-decoration: none;
}
#nav-share li a i {
    font-size:16px;
    margin-right:5px;
}
#nav-share li a:hover {
    background: #9a0006;
    border:1px solid #9a0006;
    color:#fff;
}

/* FAQ
=====================================================================*/
.title-faq {
    background: none;
    border: none !important;
    font-size:20px;
    font-weight:normal;
    color:#9a0006;
    border-top:1px solid #eee !important;
    border-radius: 0;
    padding:16px 0 16px 20px;
    margin:0;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.title-faq:hover {
    background:#9a0006;
    color:#fff;
}
.title-faq.ui-state-active:hover {
    background:#fff;
    color:#9a0006;
}
.title-faq.ui-state-active {
    font-weight: bold;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
    width:32px;
    height:32px;
    border-radius:16px;
    float:right;
    background:#9a0006 url(images/arrow-down.png) no-repeat 50% 12px !important;
    background-size:14px 10px !important;
    margin:-5px 5px 0 0 !important;
}
.title-faq.ui-state-active span {
    opacity: 0;
}
.accordion {
    border-bottom:1px solid #eee;
}
.panel-accordion {
    padding:30px 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: #9a0006;
}
.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 10px 0;
    border-collapse: collapse;
    width: 100%;
}
.static-page table td, .static-page table th {
    border: 1px solid #ddd;
    padding: 10px;
}
.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: #9a0006;
    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 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 35%), url(images/background-footer.jpg);
    background-position:0 0, 50% 0;
    background-size:auto, cover;
    padding:70px 0;
}
#main-footer-left {
    width:36%;
    float:left;
    background: rgba(255,255,255,.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:2%;
    margin-bottom:60px;
}
#logo-footer {
    margin:0 0 20px 0;
}
#logo-footer img {
    width:20%;
    margin:0 4% 0 0;
    float:left;
}
#logo-footer h4 {
    float:left;
    width:70%;
    font-size:24px;
    font-weight: bold;
    color:#b0251d;
    margin:30px 0 0 0;
}
#main-footer-left h5 {
    font-size:18px;
    color:#111;
    margin:0 0 15px 0;
    font-weight: bold;
}
#main-footer-left ul {
    list-style: none;
    margin:0;
}
#main-footer-left ul li {
    position: relative;
    font-size:16px;
    color:#333;
    margin:0 0 10px 0;
    padding:0 0 0 25px;
}
#main-footer-left ul li i {
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
}
#main-footer-right {
    width:50%;
    float:right;
    margin-bottom:60px;
}
#main-footer-right p {
    font-size:18px;
    color:#fff;
    text-align: right;
    line-height: 1.4;
    margin:20px 0 40px 0;
}
#nav-social {
    list-style: none;
    float:right;
    height:50px;
}
#nav-social li {
    width:50px;
    height:50px;
    margin:0 0 0 10px;
    float:left;
}
#nav-social li a {
    width:50px;
    height:50px;
    float:left;
    background: #fff;
    font-size:22px;
    line-height: 55px;
    text-align: center;
    border-radius:30px;
}
#nav-social li a:hover {
    background: #9a0006;
    color:#fff;
}
#main-footer-right h6 {
    clear:both;
    text-align: right;
    color:#fff;
    font-size:15px;
    padding:80px 0 0 0;
}
#footer-bottom {
    border-top:1px solid rgba(255,255,255,0.5);
    padding:40px 0;
    clear:both;
}
#footer-bottom h6 {
    float:left;
    font-size:16px;
    color:#fff;
}
#nav-footer {
    list-style: none;
    margin:0;
    float:right;
}
#nav-footer li {
    float:left;
    margin:0 0 0 20px;
}
#nav-footer li a {
    font-size:16px;
    color:#fff;
    text-decoration: none;
}
#nav-footer li a:hover {
    text-decoration: underline;
}

/* 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: #9a0006;
        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:40px;
        text-align: center;
        color:#9a0006;
        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;
    }
    #logo,
    #main-header.small #logo {
        margin-left:95px;
    }
    #main-header.small {
        display: none;
    }
    #intro-homepage h1 {
        left:auto;
        width:auto;
        margin-left:0;
        padding:0 20px;
        font-size:60px;
    }
}
/* 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;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #logo {
        width:180px;
        height:60px;
        background-size:180px 60px;
        margin-top:35px;
        margin-right:0;
    }
    #header-right {
        margin:0;
    }
    #member-header {
        margin-left:15px;
        padding-left:5px;
    }
    #link-login {
        font-size:16px;
    }
    #button-join {
        font-size:16px;
        height:40px;
        line-height: 40px;
        padding:0 15px;
        right:20px;
    }
    #intro-homepage h1 {
        font-size:38px;
        text-align: center;
        top:150px;
        width:96%;
        padding:0 2%;
    }
    #full-intro h2 {
        font-size:30px;
    }
    #full-intro p {
        font-size:18px;
    }
    .title-homepage {
        font-size:32px;
    }
    #step-content {
        width:80%;
    }
    #full-intro h2 {
        font-size:26px;
        padding:0 5%;
    }
    #full-intro {
        background-size: 265px 600px, 225px 500px;
    }
    #full-intro p {
        font-size:16px;
    }
    .text-slideshow {
        padding:0 20px 30px 20px
    }
    .text-slideshow p {
        font-size:20px;
    }
    .text-slideshow h3 {
        font-size:18px;
    }
    .text-slideshow p::before {
        width:30px;
        height:21px;
        background-size:30px 21px;
        left:0;
    }
    #slideshow-testimonial .owl-theme .owl-dots .owl-dot span {
        width:20px;
        height: 20px;
        margin:0 5px;
    }
    #group-blog-homepage-bottom {
        grid-template-columns: 1fr;
    }
    .row-blog-homepage-bottom img {
        width:100%;
    }
    .full-color.product {
        background-size:400px 400px;
    }
    #main-footer-left {
        width:90%;
        float:none;
        margin:0 0 30px 0;
        padding:5%;
        border-radius:45px;
    }
    #main-footer-right {
        width:100%;
        float:none;
    }
    #main-footer-right p {
        text-align: left;
        font-size:16px;
    }
    #nav-social {
        float:none;
        text-align: center;
    }
    #nav-social li {
        float:none;
        display: inline-block;
    }
    #footer-bottom h6 {
        float:none;
        text-align: center;
        margin:0 0 10px 0;
    }
    #nav-footer {
        float:none;
        text-align: center;
    }
    #nav-footer li {
        display: inline-block;
        margin:0 5px;
        float:none;
    }
    #logo-footer img {
        width:15%;
    }
    #nav-dashboard li {
        font-size:16px;
        margin:0 2px 4px 2px;
    }
    #nav-dashboard li a {
        padding:8px 12px;
    }
    #nav-tabs-list {
        border:none;
        margin:0 0 20px 0;
        height:auto;
    }
    #nav-tabs-list li {
        height: 40px;
        margin:0 2px 4px 2px;
    }
    #nav-tabs-list li a {
        height: 40px;
        border-radius:5px;
        line-height: 40px;
        font-size:16px;
        padding:0 10px;
    }
    #nav-tabs-list li.ui-tabs-active a {
        height:40px;
        border: 1px solid #b0251d;
    }
    .tabs-company-content {
        border: 1px solid #b0251d;
        padding:20px;
    }
    #form-registration .input, #form-contact .input, #form-login .input {
        height:40px;
        padding:0 2%;
        width:96%;
    }
}

/* 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 {
        width:150px;
        height: 50px;
        background-size:150px 50px;
        margin-top:40px;
        margin-left:70px;
    }
    #button-join {
        top:6px;
        right:20px;
        border-radius:5px;
        height: 35px;
        line-height: 35px;
        font-size:15px;
    }
    #button-join {
        border:1px solid #fff;
    }
    .home #button-join {
        border:none;
    }
    #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-area {
        padding:35px;
    }
    #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;
    }

}