.sub_title{

    color: #28b5b5 !important;
    padding-bottom: 15px;
}

.margin-top-30{
    margin-top: 80px;
}

.input-box_textarea{

    min-height: 150px;
    width: 100%;
    padding: 10px;
    border: none;
}

.line_top_register{
    padding-right: 10px;
    padding-left: 10px;
}

.margin-top-25{
    margin-top: 25px;
}

.img_banner_canvas{
    width: 100% !important;
}


@media (min-width: 1800px) {

     .img_banner_canvas{
        margin-left: -68px !important;
    }

}

#pjAcceptCookieBar .pjAcceptCookieBarBtn, #pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#pjAcceptCookieBar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .7);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

#pjAcceptCookieBar * {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pjAcceptCookieBar .pjAcceptCookieBarShell {
    width: 90%;
    margin: 0 auto;
}

#pjAcceptCookieBar a:link {
    text-decoration: underline;
    color: #fff;
}

#pjAcceptCookieBar a:visited {
    text-decoration: underline;
    color: #fff;
}

#pjAcceptCookieBar a:active {
    text-decoration: underline;
    color: #fff;
}

#pjAcceptCookieBar a:hover {
    text-decoration: underline;
    color: #fff;
}

#pjAcceptCookieBar button:focus {
    outline: unset;
    outline: none;
}

#pjAcceptCookieBar p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 200;
}

#pjAcceptCookieBar .pjAcceptCookieBarActions {
    padding-top: 10px;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0 30px;
    border: 0;
    background: #29b5b4;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn.outline {
    background-color: transparent;
    border: 1px solid #fff;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:hover, #pjAcceptCookieBar .pjAcceptCookieBarBtn:focus {
    text-decoration: none;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
    position: absolute;
    top: 0;
    right: 52%;
    bottom: 0;
    left: 52%;
    z-index: -1;
    border-bottom: 4px solid #29b5b4;
    background: #29b5b4;
    content: '';
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn:hover:after, #pjAcceptCookieBar .pjAcceptCookieBarBtn:focus:after {
    right: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    #pjAcceptCookieBar {
        padding: 15px 0;
    }

    #pjAcceptCookieBar .pjAcceptCookieBarShell {
        width: 96%;
    }

    #pjAcceptCookieBar p {
        font-size: 16px;
    }
}


.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center;
}
.ui-switcher[aria-checked=false]:before {
    content: 'OFF';
    right: 7px;
}
.ui-switcher[aria-checked=true]:before {
    content: 'ON';
    left: 7px;
}
.ui-switcher[aria-checked=true] {
    background-color: #25ba9a;
}
.ui-switcher:after {
    background-color: #ffffff;
    content: '\0020';
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: left 0.25s;
}
.ui-switcher[aria-checked=false]:after {
    left: 2px;
}
.ui-switcher[aria-checked=true]:after {
    left: 30px;
}

.row.align-items-center{
    display: flex;
}

.btn-primary{
background-color: #29b5b4 !important;
border-color: #29b5b4 !important;
}

.footer_privacy a{

    text-decoration: underline;
    margin-right: 20px;
    color: #505056;
}

.content_page{

    width: 100%;
    min-height: 900px;
    background-color: #FFF;
    padding-left: 45px;
    padding-right: 45px;
}

.content_page span{
    line-height: 25px;
}

.content_page h1{
    padding-bottom: 20px !important;
}
.content_sub_topic{
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}

.iframe_front{
    width: 100%;
    min-height: 900px;
    border:none;
}
.padding-content{
    padding-left: 45px;
    padding-right: 45px;
}
.text-indent{
    text-indent: 3em;
}

.padding-menu-top{

    margin-top: 22px;
}

.lang-active{
    color: #29b5b4 !important;
    text-decoration: underline;
}

.width100{
    width: 100%;
}

.text_seo_header .tagSeo{
    color: #343a40 !important;
}

.text_seo_header{
    padding-bottom:20px !important;
}
}