html {
    height: 100%;
}

img {
    max-width: 80%;
}

.hidden-element {
    display: none !important;
}

.container {
    width: 100%;
    overflow: inherit;
    max-width: 1170px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-47 {
    padding: 47px 0 !important;
}

.padding-100 {
    padding: 100px 0 !important;
}

.padding-110 {
    padding: 100px 0 !important;
}

.padding-140 {
    padding: 140px 0 !important;
}

.padding-200 {
    padding: 200px 0 !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-110 {
    padding-top: 110px !important;
}

.padding-top-140 {
    padding-top: 140px !important;
}

.padding-top-160 {
    padding-top: 160px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-140 {
    padding-bottom: 140px !important;
}

.padding-bottom-160 {
    padding-bottom: 160px !important;
}

.padding-bottom-200 {
    padding-bottom: 200px !important;
}

.padding-bottom-300 {
    padding-bottom: 300px !important;
}

.padding-120-170 {
    padding-top: 120px !important;
    padding-bottom: 170px !important;
}

.padding-110-65 {
    padding-top: 110px !important;
    padding-bottom: 65px !important;
}

.bg-primary-color {
    background: #ee6b14 !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-white-50 {
    background: rgba(255, 255, 255, 0.5) !important;
}

.bg-black {
    background: #000000 !important;
}

.bg-transparent {
    background: transparent !important;
}

.ct-image {
    display: block;
}

.ct-image img {
    width: 100%;
}


/* Logo Page */

.logo-page {
    margin: 0;
    top: 39px;
    left: 39px;
    z-index: 100000;
    position: fixed;
}

.logo-page .logo-white {
    display: block;
}

.logo-page .logo-black {
    display: none;
}

.logo-page a {
    display: block;
}

.logo-page img {
    max-width: 200px;
    max-height: 200px;
}

#header {
    z-index: 5;
    overflow: hidden;
    max-height: 100vh;
    position: relative;
}

#header.header-01 .content-header {
    min-height: 100vh;
}

#header.header-01 .content-header .container .ct-center {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    display: block;
    bottom: inherit;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header.header-01 .content-header .container .ct-center .title {
    margin: 0 0 12px 0;
}

#header.header-01 .content-header .container .ct-center .subtitle {
    color: #ffffff;
}

#header.header-01 .content-header .container .ct-center .breadcrumbs li a {
    color: #ffffff;
}

#header.header-02.no-icon-scroll-bottom .content-header .container .ct-center {
    bottom: 50px;
}

#header.header-02.no-icon-scroll-bottom .icon-scroll-bottom {
    display: none;
}

#header.header-02 .content-header {
    min-height: 100vh;
}

#header.header-02 .content-header .container .ct-center {
    left: 0;
    right: 0;
    bottom: 170px;
    display: block;
    position: absolute;
    text-align: center;
}

#header.header-02 .content-header .container .ct-center .title {
    margin: 0 0 12px 0;
}

#header.header-03 {
    height: 350px;
}

#header.header-03 .background-header,
#header.header-03 .background-header-supra {
    height: 120%;
    top: -10% !important;
}

#header.header-03 .content-header {
    height: auto;
}

#header.header-03 .content-header .container {
    padding-top: 160px;
    padding-bottom: 140px;
}

#header.header-03 .content-header .container .ct-center .title {
    margin: 0 0 7px 0;
}

#header .background-header {
    z-index: 0;
    width: 110vw;
    height: 110vh;
    top: -5vh !important;
    left: -5vw !important;
    position: absolute !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .background-header:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.23);
}

#header .background-header-supra {
    z-index: 0;
    width: 110vw;
    height: 110vh;
    top: -5vh !important;
    left: -5vw !important;
    position: absolute !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .content-header {
    position: relative;
}

#header .content-header .icon-scroll-bottom {
    cursor: pointer;
}

#header .content-header .icon-scroll-bottom .icon-first-svg {
    left: 0;
    right: 0;
    width: 22px;
    bottom: 50px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

#header .content-header .icon-scroll-bottom .icon-second-svg {
    left: 0;
    right: 0;
    width: 22px;
    bottom: 25px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-animation: scroll-icon 1s infinite ease-in;
    -moz-animation: scroll-icon 1s infinite ease-in;
    -o-animation: scroll-icon 1s infinite ease-in;
    animation: scroll-icon 1s infinite ease-in;
}

@-webkit-keyframes scroll-icon {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 2px;
    }
    100% {
        margin-bottom: 0;
    }
}

@-moz-keyframes scroll-icon {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 2px;
    }
    100% {
        margin-bottom: 0;
    }
}

@-o-keyframes scroll-icon {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 2px;
    }
    100% {
        margin-bottom: 0;
    }
}

@keyframes scroll-icon {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 2px;
    }
    100% {
        margin-bottom: 0;
    }
}

#header .content-header .container {
    height: 100%;
    z-index: 109;
}

#header .content-header .container .ct-center {
    text-align: center;
}

#header .content-header .container .ct-center .title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
}

#header .content-header .container .ct-center .subtitle {
    margin: 0;
    color: #ebebeb;
    font-weight: 400;
    line-height: 1.3em;
}

#header .content-header .container .ct-center .breadcrumbs {
    margin: 0;
    display: block;
    text-align: center;
}

#header .content-header .container .ct-center .breadcrumbs li {
    color: #ebebeb;
    cursor: default;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
}

#header .content-header .container .ct-center .breadcrumbs li:last-child:after {
    display: none;
}

#header .content-header .container .ct-center .breadcrumbs li:after {
    padding: 0;
    color: #ffffff;
    content: "\f105";
    font-size: 0.9em;
    line-height: 1em;
    margin: 0 1px 0 6px;
    text-rendering: auto;
    background: transparent;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .content-header .container .ct-center .breadcrumbs li a {
    color: #ebebeb;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
}

#header .content-header .container .ct-center .breadcrumbs li a:hover {
    color: #ee6b14;
}

#header .content-header .container .ct-center .separator {
    margin-top: 35px;
}

#header .content-header .container .ct-center .btn {
    margin-top: 35px;
}
