/* Banner 01 */

.banner-01 {
    position: relative;
    width: 100%;
}

.banner-01 .slide-container {
    position: relative;
    width: 100%;
    padding: 0;
}

.banner-01 .slide {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 20.5rem); */
    height: 40vw;
    max-height: 76vh;
}

.banner-01 .slide>.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5rem 0 4.75rem 0;
    opacity: .6;
    transform: scale(.72);
    transition: all .75s;
}

.banner-01 .slide.slick-active>.wrapper {
    opacity: 1;
    transform: none;
    transition-delay: .3s;
}

.loading .banner-01 .slide>.wrapper {
    opacity: .6;
    transform: scale(.72);
}

.banner-01 .slide>.wrapper>.container {
    position: relative;
    height: 100%;
}

.banner-01 .slide .hero {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.banner-01 .slide .text-wrapper {
    position: relative;
    height: 100%;
}

.banner-01 .dots {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
}

.banner-01 .dots .slick-dots {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.banner-01 .dots li {
    padding: 0 .5rem;
    margin: 0;
    display: block;
    position: relative;
}

.banner-01 .dots li:first-child {
    padding-left: 0;
}

.banner-01 .dots li:last-child {
    padding-right: 0;
}

.banner-01 .dots li:first-child::after,
.banner-01 .dots li:last-child::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100vw;
    top: calc(50% - .5px);
}

.banner-01 .dots li:first-child::after {
    right: 100%;
}

.banner-01 .dots li:last-child::after {
    left: 100%;
}

.banner-01 .dots li button {
    display: block;
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
    padding: 0;
    border: none;
}

.banner-01 .dots li button>span {
    margin: 0 .125rem 0 0;
    font-weight: 400;
}

.banner-01 .dots li.slick-active button {
    font-size: 1.25rem;
    font-weight: 100;
    padding: .375rem .875rem;
    border-radius: 10000rem;
    width: auto;
    height: auto;
}

.banner-01 .arrows {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.banner-01 .arrows .arrow-next,
.banner-01 .arrows .arrow-prev {
    font-size: 20px;
    display: inline-block;
    height: 52px;
    width: 52px;
    padding: 17px 0;
    border-radius: 60px;
    text-align: center;
    opacity: 0.5;
}

.banner-01 .arrows .arrow-next:hover,
.banner-01 .arrows .arrow-prev:hover {
    opacity: 1;
}

.banner-01 .arrows .arrow-prev.slick-disabled,
.banner-01 .arrows .arrow-next.slick-disabled {
    opacity: 0.2;
    cursor: default !important;
}

.banner-01 .slide .btns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

@media screen and (max-width:991.98px) {
    .banner-01 .slide {
        height: 420px;
    }
    .banner-01 .slide>.wrapper {
        padding: 2.25rem 0 4.75rem 0;
    }
}

@media screen and (max-width:767.98px) {
    .banner-01 .slide {
        height: 320px;
    }
    .banner-01 .slide>.wrapper {
        padding: 2rem 0 4.75rem 0;
    }
    .banner-01 .dots li {
        padding: 0 .375rem;
    }
}

@media screen and (max-width:575.98px) {
    .banner-01 .slide {
        height: 200px;
    }
    .banner-01 .dots li {
        padding: 0 .25rem;
    }
    .banner-01 .arrows .arrow-next,
    .banner-01 .arrows .arrow-prev {
        background-color: transparent !important;
    }
    .simplebar-content-wrapper {
        max-height: 90%;
    }
}

.banner-01 .slide .animate {
    opacity: 0;
    transform: translateY(4rem);
    transition: all ease-in-out .9s;
}

.banner-01 .slide.slick-active .animate {
    opacity: 1;
    transform: none;
    transition-delay: var(--delay);
}

.loading .banner-01 .slide .animate {
    opacity: 0!important;
    transform: translateY(4rem)!important;
}


/* Breadbrumb 01 */

.breadcrumb-01 {
    position: relative;
    width: 100%;
    height: 15rem;
}

.breadcrumb-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.breadcrumb-01.bg-extended>.img-bg {
    bottom: -20rem;
}

.breadcrumb-01>.container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4rem 0 1rem 0;
}

.breadcrumb-01 .structure {
    position: absolute;
    top: 1.5rem;
    left: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-01 .structure>a {
    font-size: 1.3rem;
}

.breadcrumb-01 .structure>a:last-child {
    font-weight: 600;
}

.breadcrumb-01 .structure>a:last-child {
    min-width: 15rem;
    text-align: left;
}

.breadcrumb-01 .structure>.icon {
    font-size: 1.35rem;
    margin: 0 .625rem;
    transform: translateY(.125rem);
}

.breadcrumb-01 .wrapper {
    display: block;
    width: 100%;
}

.breadcrumb-01 .title {
    width: 100%;
    text-align: center;
}

.breadcrumb-01.style-profile>.container {
    padding: 3rem 0 1rem 0;
}

.breadcrumb-01 .profile {
    display: block;
    position: relative;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
}

.breadcrumb-01 .profile>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.breadcrumb-01 .profile>.icon-upload {
    position: absolute;
    bottom: 0;
    right: -.5rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: opacity .25s;
}

.breadcrumb-01 .profile>.icon-upload:hover {
    opacity: .85;
}

.breadcrumb-01 .profile>.icon-upload>img {
    display: block;
    height: 1.125rem;
    width: auto;
}

.breadcrumb-01 .profile>.icon-upload>input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width:991.98px) {
    .breadcrumb-01 {
        height: 13rem;
    }
    .breadcrumb-01>.container {
        padding: 3.75rem 0 1rem 0;
    }
    .breadcrumb-01 .structure {
        top: 1.25rem;
    }
    .breadcrumb-01 .structure>a {
        font-size: 1.125rem;
    }
    .breadcrumb-01.style-profile {
        height: 15rem;
    }
}

@media screen and (max-width:767.98px) {
    .breadcrumb-01 {
        height: 11rem;
    }
    .breadcrumb-01>.container {
        padding: 3.5rem 0 1rem 0;
    }
    .breadcrumb-01 .structure {
        top: 1rem;
    }
    .breadcrumb-01 .structure>a {
        font-size: 1.0625rem;
    }
    .breadcrumb-01.style-profile {
        height: 15rem;
    }
}


/* Breadbrumb 02 */

.breadcrumb-02 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.breadcrumb-02>.container {
    position: relative;
}

.breadcrumb-02 .structure {
    position: absolute;
    top: 1.5rem;
    right: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-02.left .structure {
    left: 0;
    right: unset;
}

.breadcrumb-02 .structure>a {
    font-size: 1.3rem;
}

.breadcrumb-02 .structure>a:last-child {
    font-weight: 600;
}

.breadcrumb-02 .structure>.icon {
    font-size: 1.35rem;
    margin: 0 .625rem;
    transform: translateY(.125rem);
}

.breadcrumb-02 .structure>.icon>.zmdi-home {
    font-size: 1.3rem;
    transform: translateY(-0.125rem);
}

@media screen and (max-width:991.98px) {
    .breadcrumb-02 .structure {
        top: 1.25rem;
    }
    .breadcrumb-02 .structure>a {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:767.98px) {
    .breadcrumb-02 .structure {
        top: 1rem;
    }
    .breadcrumb-02 .structure>a {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 565px) {
    .breadcrumb-02 .structure>.icon {
        margin: 0 0.4rem;
    }
    .structure a:not(:first-child) {
        max-width: 30%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: center;
    }
    .head-title {
        padding-top: 1rem;
    }
}


/* Call to Action 01 */

.call-01 {
    position: relative;
    padding-bottom: 18rem;
}

.call-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: bottom center;
}

@media screen and (max-width:991.98px) {
    .call-01 {
        padding-bottom: 16rem;
    }
}

@media screen and (max-width:767.98px) {
    .call-01 {
        padding-bottom: 14rem;
    }
}


/* Call to Action 02 */

.call-02 {
    position: relative;
    padding: 6rem 0 10rem 0;
}

.call-02>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.call-02>.filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}

@media screen and (max-width:991.98px) {
    .call-02 {
        padding: 5rem 0 9rem 0;
    }
}

@media screen and (max-width:767.98px) {
    .call-02 {
        padding: 4rem 0 8rem 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
    .call-02>.img-bg.bg-call-02-res {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-02>.img-bg.energy-img {
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .call-02>.img-bg.bg-call-02-res {
        background-size: auto;
        background-repeat: no-repeat;
        background-attachment: unset;
    }
}


/* Call to Action 03 */

.call-03 {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 30rem;
}

.call-03>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.call-03 .quote-wrapper {
    display: flex;
    justify-content: center;
    margin: 6rem 0 0 0;
}

.call-03 .quote-wrapper h2 {
    position: relative;
    line-height: .8;
}

.call-03 .quote-wrapper h2::before,
.call-03 .quote-wrapper h2::after {
    content: '“';
    position: absolute;
    font-size: 8.5rem;
    font-weight: 600;
}

.call-03 .quote-wrapper h2::before {
    top: -2.125rem;
    left: -3.25rem;
}

.call-03 .quote-wrapper h2::after {
    top: -5.75rem;
    right: -3.25rem;
    transform: rotate(180deg);
}

@media screen and (max-width:991.98px) {
    .page-wrapper {
        /* margin-top: 3rem */
    }
    .call-03 {
        padding-bottom: 27rem;
    }
    .call-03 .quote-wrapper {
        margin: 5rem 0 0 0;
    }
}

@media screen and (max-width:767.98px) {
    .call-03 {
        padding-bottom: 24rem;
    }
    .call-03 .quote-wrapper {
        margin: 4rem 0 0 0;
    }
}


/* Call to Action 04 */

.call-04 {
    position: relative;
    padding-bottom: 21rem;
    background: #f9f9f9;
}

.call-04>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
}

@media screen and (max-width:1199.98px) {
    .call-04 {
        padding-bottom: 18rem;
    }
    .call-04>.img-bg {
        background-size: 1200px auto;
    }
}

@media screen and (max-width:991.98px) {
    .call-04 {
        padding-bottom: 15rem;
    }
    .call-04>.img-bg {
        background-size: 1000px auto;
    }
}

@media screen and (max-width:767.98px) {
    .call-04 {
        padding-bottom: 12rem;
    }
    .call-04>.img-bg {
        background-size: 780px auto;
    }
}


/* Call to Action 05 */

.call-05 {
    position: relative;
    padding-bottom: 9rem;
}

.call-05>.img-bg,
.call-05>.filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.call-05>.filter {
    opacity: 0;
}

.call-05 .characters {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 8rem 0 0 0;
}

.call-05 .character {
    width: 17rem;
    text-align: center;
    font-size: 1.3125rem;
    font-weight: 200;
}

.call-05 .character img {
    display: block;
    width: 100%;
    height: auto;
}

.call-05 .character .text {
    transform: translateY(-3rem);
}

@media screen and (max-width:991.98px) {
    .call-05 {
        padding-bottom: 7rem;
    }
    .call-05 .characters {
        margin: 7rem 0 0 0;
    }
    .call-05 .character {
        width: 20%;
        font-size: 1.25rem;
    }
    .call-05 .character .text {
        transform: translateY(-2rem);
    }
}

@media screen and (max-width:767.98px) {
    .call-05 {
        padding-bottom: 5rem;
    }
    .call-05>.filter {
        opacity: .4;
    }
    .call-05 .characters {
        flex-wrap: wrap;
        margin: 6rem 0 0 0;
    }
    .call-05 .character {
        width: calc(100% / 3);
    }
    .call-05 .character .text {
        transform: translateY(-2.5rem);
    }
}

@media screen and (max-width:575.98px) {
    .call-05 .character .text {
        transform: translateY(-1.75rem);
    }
}


/* Contact 01 */

.contact-01 {
    position: relative;
    width: 100%;
}

.contact-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20rem;
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    ;
}

.contact-01 .contact-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid transparent;
    padding: 1.5rem .5rem;
    transition: border-color .25s, color .25s, box-shadow .25s;
}

.contact-01 .contact-card:hover {
    box-shadow: rgba(0, 0, 0, .15) 0px 15px 30px;
}

.contact-01 .contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .25s;
}

.contact-01 .contact-card:hover::before {
    opacity: 1;
}

.contact-01 .contact-card>* {
    position: relative;
}

.contact-01 .contact-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    font-size: 2.25rem;
}

@media screen and (max-width:991.98px) {
    .contact-01>.img-bg {
        width: 17rem;
    }
}

@media screen and (max-width:767.98px) {
    .contact-01>.img-bg {
        width: 14rem;
    }
}


/* Content 01 */

.content-01 {
    background-size: cover;
    background-position: top center;
}

.content-01 .tab-container {
    width: 100%;
    margin: 2.25rem 0 0 0;
}

.content-01 .tab-container .tabs {
    width: 100%;
    text-align: center;
}

.content-01 .tab-container .tab {
    display: inline-block;
    margin: .25rem .0625rem 0 .0625rem;
}

.content-01 .slide-container {
    position: relative;
    width: 100%;
    margin: 1.625rem 0 0 0;
}

.content-01 .slide-container .slide {
    padding: 0 0.125rem 2.5rem 0.125rem;
}

.content-01 .option-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-01 .arrows {
    position: absolute;
    bottom: 0;
    width: auto;
    display: flex;
    justify-content: end;
    padding: 0 3%;
    right: 0;
    top: calc(100% + 10px);
}

.content-01 .arrows .arrow-next,
.content-01 .arrows .arrow-prev {
    font-size: 16px;
    display: inline-block;
    height: 30px;
    width: 55px;
    padding: 7px 0;
    border-radius: 60px;
    text-align: center;
    margin-left: 10px;
}

.content-01 .arrows .arrow-next,
.content-01 .arrows .arrow-prev {
    color: #ffffff;
    background-color: #bbbbbb;
}

@media screen and (min-width:1299.99px) {
    .content-01 .arrows {
        display: none;
    }
}


/* Content 02 */

.content-02 {
    position: relative;
}

.content-02>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
}

.content-02>.filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.content-02 .grids {
    margin-top: .5rem;
}

.content-02 h4 {
    margin: .375rem 0 0 0;
}

.content-02 .content-stat {
    position: relative;
}

.content-02 .stat-03::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.25rem;
    width: .125rem;
}

.content-02 .grid:last-child>.content-stat::after {
    display: none;
}

.content-02 .content-stat .icon-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: .5;
}

.content-02 .content-stat .icon-title>img {
    display: block;
    height: 2.5rem;
    width: auto;
    margin: 0 .25rem 0 0;
}

.content-02 .content-stat .num {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3.125rem;
    font-weight: 500;
}

.content-02 .content-stat .num>span {
    display: block;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.875;
    margin: 0 0 0 .25rem;
}

.content-02 .btns {
    margin: 2.5rem 0 0 0;
}

@media screen and (max-width:991.98px) {
    .content-02 .grid:nth-child(2n)>.content-stat::after {
        display: none;
    }
}

@media screen and (max-width:575.98px) {
    .content-02 .content-stat::after {
        display: none;
    }
}


/* Content 03 */

.content-03 .slide-container {
    position: relative;
    width: 100%;
    padding: .125rem 3rem;
}

.content-03 .slide {
    padding: .125rem;
}

.content-03 .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-03 .arrows>.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.75rem;
    transition: background .25s, color .25s;
}

@media screen and (max-width:767.98px) {
    .content-03 .slide-container {
        padding: .125rem 2.375rem;
    }
    .content-03 .arrows>.arrow {
        width: 2rem;
        height: 2rem;
        font-size: 1.625rem;
    }
}


/* Highlight-Magazine */

.highlight-magazine .slide-container {
    position: relative;
    width: 100%;
    padding: .125rem 3rem;
}

.highlight-magazine .slide {
    padding: .125rem;
}

.highlight-magazine .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlight-magazine .arrows>.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.75rem;
    transition: background .25s, color .25s;
}

.highlight-magazine .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.highlight-magazine .slick-dots>li {
    padding: 0 0.5rem;
}

.highlight-magazine .slick-dots>li>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.75rem;
    transition: background .25s, color .25s;
}

.highlight-magazine .slick-dots>li>button {
    display: block;
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
    padding: 0;
    border: none;
}

.highlight-magazine .slick-dots>li.slick-active>button {
    background: #f77039;
    color: #ffffff;
}

@media screen and (max-width:767.98px) {
    .highlight-magazine .slide-container {
        padding: .125rem 2.375rem;
    }
    .highlight-magazine .arrows>.arrow {
        width: 2rem;
        height: 2rem;
        font-size: 1.625rem;
    }
}


/* Faq 01 */

.faq-01 {
    width: 100%;
}

.faq-01 .faq-header,
.faq-01 .faq {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    border: 1px solid transparent;
}

.faq-01 .faq-header {
    padding: 1rem;
}

.faq-01 .faq-header>.icon {
    width: 3.25rem;
}

.faq-01 .faq-header>.icon>img {
    display: block;
    width: 2.25rem;
    height: auto;
}

.faq-01 .faq-header>.icon+* {
    width: calc(100% - 3.25rem);
}

.faq-01 .faq>.header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    cursor: pointer;
}

.faq-01 .faq>.header>.icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
}

.faq-01 .faq>.header>.icon::before,
.faq-01 .faq>.header>.icon::after {
    content: '';
    position: absolute;
    top: calc(50% - .09375rem);
    left: 4px;
    right: 0;
    height: .1875rem;
    transition: transform .25s;
    border-radius: 12px;
    width: 0.89rem;
}

.faq-01 .faq:not(.active)>.header>.icon::before {
    transform: rotate(90deg);
}

.faq-01 .faq>.header>.option-wrapper {
    width: 10.25rem;
    text-align: right;
}

.faq-01 .faq>.header>.text-wrapper {
    width: calc(100% - 11.5rem);
    padding: 0 .75rem 0 1rem;
}

.faq-01 .faq>.body {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.faq-01 .faq>.body::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* width: .1875rem; */
    width: 2px;
}


/* .faq-01.content-data .faq > .body {
    margin-left: 3rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
} */

.faq-01.content-data .body .text-wrapper {
    padding-right: 40px;
}

.faq-01.content-data .faq>.body td:first-child {
    padding-left: 3rem;
}

@media screen and (max-width:767.98px) {
    .faq-01 .faq>.header>.text-wrapper {
        width: calc(100% - 1.25rem);
        padding: 0 0 0 1rem;
    }
    .faq-01 .faq>.header>.option-wrapper {
        width: 100%;
        text-align: left;
        margin: .3125rem 0 0 2.25rem;
    }
}


/* Faq 02 */

.faq-02 {
    width: 100%;
}

.faq-02 .faq {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: .375rem 0 0 0;
    border: 1px solid transparent;
}

.faq-02 .faq>.header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    transition: color .25s, background .25s;
}

.faq-02 .faq>.header>.icon {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: color .25s, background .25s;
}

.faq-02 .faq>.header>.icon svg {
    display: block;
    height: 1.1875rem;
    width: auto;
    transition: fill .25s;
}

.faq-02 .faq>.header>.text-container {
    width: calc(100% - 6rem);
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.faq-02 .faq>.header .text-wrapper {
    width: calc(100% - 12rem);
    padding: 0 .75rem 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faq-02 .faq>.header.no-option .text-wrapper {
    width: 100%;
    padding: 0;
}

.faq-02 .faq>.header .text-wrapper>* {
    width: 100%;
}

.faq-02 .faq>.header .option-wrapper {
    width: 12rem;
    padding: 0 0 0 .75rem;
    border-left: 1px solid transparent;
    display: flex;
    align-items: center;
    transition: border-color .25s;
}

.faq-02 .faq>.header .option-wrapper .ss-stats {
    display: block;
}

.faq-02 .faq>.body {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1rem 4.25rem;
    border-top: 1px solid transparent;
}

.faq-02 .faq>.body::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .1875rem;
}

.faq-02 .faq .icon-toggle {
    position: absolute;
    top: calc(50% - 1.125rem);
    right: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.75rem;
    width: 2.25rem;
    height: 2.25rem;
    transition: transform .25s, background .25s, color .25s, border-color .25s;
}

.faq-02 .faq>.body .icon-toggle {
    top: unset;
    bottom: 1rem;
}

.faq-02 .faq.active .icon-toggle {
    transform: rotate(180deg);
}

@media screen and (max-width:767.98px) {
    .faq-02 .faq>.header .text-wrapper {
        width: 100%!important;
        padding: 0;
    }
    .faq-02 .faq>.header .option-wrapper {
        width: 100%;
        margin: 0;
        padding: .375rem 0 0 0;
        border-left: 0;
    }
    .faq-02 .faq>.header .option-wrapper .ss-stats {
        display: flex;
    }
    .faq-02 .faq>.body {
        padding: 1rem;
    }
    .faq-02 .faq>.body .icon-toggle {
        display: none!important;
    }
    .choices .options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 7px;
    }
    .choices .option {
        max-width: 100% !important;
        justify-content: end !important;
    }
    .choices .option .icon-view {
        width: 2rem;
        height: 2rem;
    }
    .choices .option .icon-view em {
        font-size: 1rem;
    }
    .choices .options.right {
        grid-template-columns: 100%;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width:575.98px) {
    .faq-02 .faq>.header>.text-container {
        width: calc(100% - 3.25rem);
    }
    .faq-02 .faq .icon-toggle {
        display: none!important;
    }
    .choices .ui.dropdown {
        font-size: 1.2rem;
    }
    .choices .ui.dropdown .menu>.item {
        font-size: 1.2rem;
    }
}


/* Intro 01 */

.intro-01 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.intro-01.bottom-space {
    padding: 2rem 0 6rem 0;
}

.intro-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.intro-01 .logo {
    display: block;
    width: 13rem;
    height: auto;
    margin: 0 auto;
}

.intro-01 .img-year {
    display: block;
    width: 100%;
    max-width: 34rem;
    height: auto;
    margin: 0 auto;
    transform: translateY(-12%);
}

.intro-01 .img-pattern {
    display: block;
    width: 1.375rem;
    height: auto;
}

.intro-01 .btns {
    margin: 4rem 0 0 0;
}

.intro-01 .top-spacer {
    margin-top: 18rem;
}


/* Intro 02 */

.intro-02 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.intro-02>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.intro-02 .top-spacer {
    margin-top: 18rem;
}

.intro-02 .img-content {
    display: block;
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
}

.intro-02 .img-text {
    display: block;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.intro-02 .btn-img:hover {
    opacity: .7;
}

.intro-02 .btn-img>img {
    display: block;
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
}

.intro-02 .btns {
    margin: 4rem 0 0 0;
}

@media screen and (max-width:767.98px) {
    .intro-02 {
        height: unset;
        min-height: 100vh;
    }
    .intro-02 .img-content {
        max-width: 12rem;
    }
    .intro-02 .img-text {
        max-width: 28rem;
    }
    .intro-02 .btn-img>img {
        max-width: 12rem;
    }
    .intro-02 .btns {
        margin: 1.5rem 0 0 0;
    }
}

@media screen and (max-width: 575.98px) {
    .intro-02>.img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #000;
    }
}


/* Intro 03 */

.intro-03 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.intro-03>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
}

.intro-03 .map-intro {
    position: relative;
    display: block;
    width: 100%;
    max-width: 44rem;
    margin: 2.5rem auto 0 auto;
}

.intro-03 .map-intro>img {
    display: block;
    width: 100%;
    height: auto;
}

.intro-03 .map-intro>.wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.intro-03 .map-intro .pins {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.intro-03 .map-intro .pin {
    position: absolute;
    transform: translate(-1rem, -2.375rem);
}

.intro-03 .map-intro .pin.active {
    z-index: 3;
}

.intro-03 .map-intro .pin:hover {
    z-index: 4;
}

.intro-03 .map-intro .pin>.wrapper {
    position: relative;
}

.intro-03 .map-intro .pin .header {
    display: block;
    width: 2rem;
    text-align: center;
    padding: .3125rem 0 .4375rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - .4375rem), 50% 100%, 0% calc(100% - .4375rem));
    transition: color .25s;
}

.intro-03 .map-intro .pin .body {
    position: absolute;
    top: 0;
    bottom: .4375rem;
    right: 0;
    white-space: nowrap;
    opacity: 0;
    display: flex;
    align-items: center;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    font-weight: 200;
    pointer-events: none;
    transition: opacity .25s, right .25s;
}

.intro-03 .map-intro .pin:hover .body,
.intro-03 .map-intro .pin.active .body {
    right: 100%;
    opacity: 1;
}

.intro-03 .map-intro .pin:nth-child(1) {
    top: 13%;
    left: 68%;
}

.intro-03 .map-intro .pin:nth-child(2) {
    top: 25%;
    left: 60.5%;
}

.intro-03 .map-intro .pin:nth-child(3) {
    top: 34.25%;
    left: 60.5%;
}

.intro-03 .map-intro .pin:nth-child(4) {
    top: 36.75%;
    left: 82.5%;
}

.intro-03 .map-intro .pin:nth-child(5) {
    top: 51.5%;
    left: 85%;
}

.intro-03 .map-intro .pin:nth-child(6) {
    top: 45.5%;
    left: 66.5%;
}

.intro-03 .map-intro .pin:nth-child(7) {
    top: 41.75%;
    left: 57%;
}

.intro-03 .map-intro .pin:nth-child(8) {
    top: 53%;
    left: 50.75%;
}

.intro-03 .map-intro .pin:nth-child(9) {
    top: 33%;
    left: 46%;
}

.intro-03 .map-intro .pin:nth-child(10) {
    top: 43.5%;
    left: 37%;
}

.intro-03 .map-intro .pin:nth-child(11) {
    top: 60.75%;
    left: 13.5%;
}

.intro-03 .map-intro .pin:nth-child(12) {
    top: 72.5%;
    left: 9.75%;
}

.intro-03 .map-intro .pin:nth-child(13) {
    top: 43.75%;
    left: 49.75%;
}

.intro-03 .team-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-03 .team-container>.img-container {
    width: 11rem;
}

.intro-03 .team-container>.img-container>img {
    display: block;
    width: 100%;
    height: auto;
}

.intro-03 .team-container>.text-container {
    white-space: nowrap;
    padding: 0 0 0 2rem;
}

.intro-03 .intro-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1.75rem;
    border: 1px solid transparent;
    border-top: 4px solid transparent;
}

.intro-03 .btns+.intro-box {
    margin-top: -1.3125rem;
}

.intro-03 .intro-box>.wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.intro-03 .intro-box .container-left {
    width: 33.3333%;
    padding: 0 1rem 0 0;
}

.intro-03 .intro-box .container-right {
    width: 66.6666%;
    padding: 0 0 0 1rem;
    border-left: 1px solid transparent;
}

@media screen and (max-width:991.98px) {
    .intro-03 .team-container>.img-container {
        width: 10rem;
    }
    .intro-03 .team-container>.text-container {
        padding: 0 0 0 1.5rem;
    }
    .intro-03 .intro-box {
        padding: 1.5rem;
    }
}

@media screen and (max-width:767.98px) {
    .intro-03 .team-container>.img-container {
        width: 9rem;
    }
    .intro-03 .team-container>.text-container {
        padding: 0 0 0 1rem;
    }
    .intro-03 .intro-box {
        padding: 1.25rem;
    }
}

@media screen and (max-width:575.98px) {
    .intro-03 .team-container {
        display: block;
    }
    .intro-03 .team-container>.img-container {
        margin: 0 auto;
    }
    .intro-03 .team-container>.text-container {
        padding: 1rem 0 0 0;
        text-align: center;
    }
    .intro-03 .intro-box {
        padding: 1rem;
    }
    .intro-03 .intro-box .container-left {
        width: 100%;
        padding: 0 0 1rem 0;
    }
    .intro-03 .intro-box .container-right {
        width: 100%;
        padding: 1rem 0 0 0;
        border: 0;
        border-top: 1px solid transparent;
    }
}


/* Intro 04 */

.intro-04 {
    width: 100%;
    overflow: hidden;
}

.intro-04 .intro-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-04 .info-container {
    width: 100%;
    max-width: 20rem;
    padding: 4rem 0 3rem 0;
}

.intro-04 .detail-container {
    width: 50%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5rem 0 3rem 3rem;
}

.intro-04 .detail-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    width: calc(50vw + 2rem);
    clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
}

.intro-04 .detail-container .pattern {
    position: absolute;
    top: 0;
    left: 2rem;
    height: 2.5rem;
}

.intro-04 .detail-container .pattern::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4rem;
    width: 50vw;
}

.intro-04 .detail-container .pattern>img {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
}

@media screen and (max-width:991.98px) {
    .intro-04 .intro-wrapper {
        display: block;
    }
    .intro-04 .info-container {
        padding: 4.5rem 0 2rem 0;
    }
    .intro-04 .detail-container {
        width: 100%;
        padding: 4rem 0 2.5rem 0;
        z-index: -2;
    }
    .intro-04 .detail-container::before {
        left: calc(50% - 50vw);
        width: 100vw;
        clip-path: unset;
    }
    .intro-04 .detail-container .pattern {
        height: 1.75rem;
    }
    .intro-04 .detail-container .pattern::before {
        width: 100vw;
    }
}


/* Map 01 */

.map-01 {
    position: relative;
    display: block;
    width: 100%;
    height: 440px;
}

.map-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:1199.98px) {
    .map-01 {
        height: 400px;
    }
}

@media screen and (max-width:991.98px) {
    .map-01 {
        height: 360px;
    }
}

@media screen and (max-width:767.98px) {
    .map-01 {
        height: 320px;
    }
}

@media screen and (max-width:575.98px) {
    .map-01 {
        height: 280px;
    }
}


/* Menu Bar 01 */


/* .menubar-01{position:relative; width:100%; position: fixed; z-index: 11; top: 94px;} */

.menubar-01 {
    position: relative;
    width: 100%;
    position: fixed;
    z-index: 11;
}


/* .policy-opened .menubar-01 { top: 167px; } */

.menubar-01>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.menubar-01>.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* padding:.5rem .5rem .125rem .5rem; */
}

.menubar-01 .menu-icon {
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    /* transition:opacity .25s; */
    transition: ease-in-out .3s all;
    cursor: pointer;
    /* transition:max-height ease-in .6s; */
}


/* @media screen and (min-width: 1300px) {
    .menubar-01 .menu-icon{
        padding-top: 1.9rem !important;
    }
} */

.menubar-01 .menu-icon .sub-bg {
    position: relative;
    padding: 13px 15px;
}

.menubar-01 .menu-icon .sub-bg .text {
    position: relative;
}

.menubar-01 .menu-icon .sub-bg::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
    transition: transform .6s cubic-b
}

.menubar-01 .menu-icon .sub-bg:hover::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #2d2e30;
    transform: scaleX(1);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
    transition: transform .6s cubic-b;
    transition-delay: 0.3s;
}


/* .menubar-01 .menu-icon:hover,
.menu-icon.active {
    background-color: #2d2e30;
    transition: transform .2s cubic-b
} */

.menubar-01 .menu-icon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 auto .5rem auto;
}

.menubar-01 .menu-icon .icon>img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

@media screen and (max-width:991.98px) {
    .menubar-01 .menu-icon {
        font-size: 1rem;
    }
    .menubar-01 .menu-icon .icon {
        width: 1.75rem;
        height: 1.75rem;
    }
}

@media screen and (max-width:767.98px) {
    .menubar-01 .menu-icon {
        width: calc(100% / 3);
    }
}


/* Paginate */

.paginate {
    display: flex;
    align-items: center;
}

.paginate .arrow {
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: auto;
    border: 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.5625rem;
    transition: color .25s;
}

.paginate .pages {
    display: flex;
    align-items: center;
    margin: 0 1.5rem;
}

.paginate .page,
.paginate .dot {
    display: block;
    border: 0;
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.6875rem;
    font-size: 1.25rem;
    font-weight: 300;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    margin: 0 .0625rem;
    padding: 0;
    text-align: center;
    transition: background .25s, color .25s;
}

.paginate .page.active,
.paginate .dot {
    pointer-events: none;
}

.paginate .page.disabled {
    pointer-events: none;
    opacity: .7;
}

@media screen and (max-width:767.98px) {
    .paginate .pages {
        margin: 0 1.125rem;
    }
}

@media screen and (max-width:575.98px) {
    .paginate .pages {
        margin: 0 .75rem;
    }
}


/* Profile 01 */

.profile-01 .profile-banner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 30rem;
}

.profile-01 .profile-banner>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.profile-01 .profile-banner>.container {
    height: 100%;
}

.profile-01 .profile-banner .profile-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.profile-01 .profile-banner .info-container {
    width: 50%;
    padding: 5rem 0 4rem 0;
}

.profile-01 .profile-banner .detail-container {
    width: 50%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 0 3rem 0;
}

.profile-01 .profile-banner .detail-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4rem;
    width: calc(50vw + 4rem);
    clip-path: polygon(4rem 0, 100% 0, 100% 100%, 0 100%);
}

.profile-01 .profile-banner .detail-container .pattern {
    position: absolute;
    top: 0;
    left: 2rem;
    height: 2.5rem;
}

.profile-01 .profile-banner .detail-container .pattern::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4rem;
    width: 50vw;
}

.profile-01 .profile-banner .detail-container .pattern>img {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
}

.profile-01 .quote-container {
    position: relative;
}

.profile-01 .quote-container>.quote-left,
.profile-01 .quote-container>.quote-right {
    position: absolute;
    font-size: 2rem;
    line-height: .8;
}

.profile-01 .quote-container>.quote-left {
    transform: rotate(180deg);
    top: -.125rem;
    left: -.125rem;
}

.profile-01 .quote-container>.quote-right {
    bottom: 0;
    right: -1.125rem;
}

.profile-01 .profile-banner .hero-container {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10rem);
    width: 20rem;
    height: 27rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.profile-01 .profile-banner .hero-container img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.profile-01 .slide-container {
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    width: calc(100% + .5rem);
    margin: 0 -.25rem;
}

.profile-01 .slide {
    padding: 0 .25rem;
}

.profile-01 .profile-card {
    width: 100%;
    display: flex!important;
    border: 1px solid transparent;
    transition: border-color .25s;
}

.profile-01 .profile-card>.img-container {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.profile-01 .profile-card>.img-container>img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 95%;
}

.profile-01 .profile-card>.text-container {
    width: calc(100% - 6rem);
    padding: .5rem .75rem;
    transition: background .25s, color .25s;
}

.profile-01 .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.75rem;
    right: -2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-01 .arrows>.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.75rem;
    transition: background .25s, color .25s;
}

.profile-01 .profile-block {
    padding: 1rem;
    border-top: 3px solid transparent!important;
}

@media screen and (max-width:991.98px) {
    .profile-01 .profile-banner {
        height: auto;
    }
    .profile-01 .profile-banner>.img-bg {
        bottom: unset;
        height: 26rem;
        opacity: .4;
    }
    .profile-01 .profile-banner .profile-wrapper {
        display: block;
    }
    .profile-01 .profile-banner .info-container {
        width: 100%;
        height: 26rem;
    }
    .profile-01 .profile-banner .detail-container {
        width: 100%;
        justify-content: center;
        padding: 4rem 0 2rem;
        display: none;
    }
    .profile-01 .profile-banner .detail-container::before {
        width: calc(100vw + 4rem);
    }
    .profile-01 .profile-banner .detail-container .pattern {
        height: 1.75rem;
    }
    .profile-01 .profile-banner .detail-container .pattern::before {
        width: 100vw;
    }
    .profile-01 .profile-banner .hero-container {
        top: 3rem;
        bottom: unset;
        left: unset;
        right: 0;
        height: 23rem;
        width: 17rem;
    }
    .page-wrapper {
        margin-top: 0rem !important;
    }
}

@media screen and (max-width:767.98px) {
    .profile-01 .profile-banner>.img-bg {
        height: 24.5rem;
    }
    .profile-01 .profile-banner .info-container {
        width: 100%;
        height: 24.5rem;
    }
    .profile-01 .profile-banner .hero-container {
        top: 3.5rem;
        height: 21rem;
        width: 15rem;
    }
    .profile-01 .arrows {
        left: -2.375rem;
        right: -2.375rem;
    }
    .profile-01 .arrows>.arrow {
        width: 2rem;
        height: 2rem;
        font-size: 1.625rem;
    }
    .page-wrapper {
        margin-top: 3rem;
    }
}

@media screen and (max-width:575.98px) {
    .profile-01 .profile-banner>.img-bg {
        height: 24.5rem;
    }
    .profile-01 .profile-banner .info-container {
        width: 100%;
        height: 24.5rem;
    }
    .profile-01 .profile-banner .hero-container {
        right: -4rem;
    }
    .page-wrapper {
        margin-top: 3rem;
    }
}

.profile-01 [data-profile] {
    transition: opacity .45s, transform .45s;
}

.profile-01 [data-profile].out,
.profile-01 [data-profile].in {
    opacity: 0;
    transform: translateX(10rem);
}

.profile-01 [data-profile]:not(.active) {
    display: none!important;
}


/* Search 01 */

.search-01 {
    width: 100%;
}

.search-01 .top-section {
    width: 100%;
    padding: 1.5rem 0;
}

.search-01 .search-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-01 .search-wrapper>.option {
    width: 100%;
}

.search-01 .search-wrapper>.btns {
    width: auto;
    margin: 0 0 0 1rem;
}

.search-01 .bottom-section {
    position: relative;
    width: 100%;
    padding: .25rem 0 2.5rem 0;
}

.search-01 .bottom-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: opacity .45s;
}

.search-01.active .bottom-section::after {
    opacity: 1;
}

.search-01 .panels {
    width: 100%;
    display: flex;
}

.search-01 .panels>.panel-left {
    white-space: nowrap;
    padding: 1rem 1rem 0 0;
    border-right: 1px solid transparent;
}

.search-01 .panels>.panel-right {
    width: 100%;
}

@media screen and (max-width:575.98px) {
    .search-01 .panels {
        flex-wrap: wrap;
    }
    .search-01 .panels>.panel-left {
        width: 100%;
        padding: 0 0 .75rem 0;
        border: 0;
        border-bottom: 1px solid transparent;
    }
}


/* Search 02 */

.search-02 .tabs {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search-02 .tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.search-02 .tabs>.tab {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 2.75rem;
    margin: 0 1rem;
    transition: color .25s;
}

.search-02 .tabs>.tab::after {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    transition: width .25s;
}

.search-02 .tabs>.tab.active::after {
    left: 0;
    right: auto;
    width: 100%;
}

.search-02 .tabs>.tab>.icon {
    font-size: 65%;
}


/* Sitemap 01 */

.sitemap-01 {
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
}

.sitemap-01>.pattern {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}

.sitemap-01 .btn.btn-action {
    font-size: 1.625rem;
}

.sitemap-01 .sitemap-grids {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sitemap-01 .sitemap-grid {
    width: calc(100% / 3);
    padding: 0 1rem;
    border-right: 1px solid transparent;
}

.sitemap-01 .sitemap-grid:nth-child(3n) {
    border-right: 0;
}

@media screen and (max-width:991.98px) {
    .sitemap-01 .sitemap-grid {
        width: 50%;
    }
    .sitemap-01 .sitemap-grid:nth-child(3n) {
        border-right: 1px solid transparent;
    }
    .sitemap-01 .sitemap-grid:nth-child(2n) {
        border-right: 0;
    }
}

@media screen and (max-width:767.98px) {
    .sitemap-01 {
        padding: 1rem 0;
    }
    .sitemap-01 .sitemap-grid {
        width: 100%;
        border-right: 0;
    }
}


/* Tab Container 01 */

.tab-container-01 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-container-01 .tab-contents {
    width: 100%;
}

.tab-container-01 .tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.tab-container-01 .tabs>.tab {
    display: block;
    position: relative;
    white-space: nowrap;
    margin: 0 0 .5rem 0;
    padding: .375rem 1rem;
    transition: color .25s;
}

.tab-container-01 .tabs>.tab::before,
.tab-container-01 .tabs>.tab::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}

.tab-container-01 .tabs>.tab::after {
    left: auto;
    right: 1rem;
    width: 0;
    height: 3.5px;
    transition: width .25s;
}

.tab-container-01 .tabs>.tab.active::after {
    left: 1rem;
    right: auto;
    width: calc(100% - 2rem);
}

@media screen and (max-width:767.98px) {
    .tab-container-01 .tabs {
        width: calc(100% + 1.5rem);
        margin: 0 -.75rem;
    }
    .tab-container-01 .tabs>.tab {
        padding: .375rem .75rem;
    }
    .tab-container-01 .tabs>.tab::after {
        right: .75rem;
    }
    .tab-container-01 .tabs>.tab.active::after {
        left: .75rem;
        width: calc(100% - 1.5rem);
    }
}

@media screen and (max-width:575.98px) {
    .tab-container-01 .tabs {
        width: calc(100% + 1rem);
        margin: 0 -.5rem;
    }
    .tab-container-01 .tabs>.tab {
        padding: .375rem .5rem;
    }
    .tab-container-01 .tabs>.tab::after {
        right: .5rem;
    }
    .tab-container-01 .tabs>.tab.active::after {
        left: .5rem;
        width: calc(100% - 1rem);
    }
}


/* Tab Container 02 */

.tab-container-02 {
    width: 100%;
}

.tab-container-02 .tab-contents {
    width: 100%;
}

.tab-container-02 .tabs {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tab-container-02 .tabs>.tab {
    display: block;
    position: relative;
    white-space: nowrap;
    margin: 0 0 .25rem 0;
    padding: .125rem 1.75rem;
    transition: color .25s;
}

.tab-container-02 .tabs>.tab::before,
.tab-container-02 .tabs>.tab::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}

.tab-container-02 .tabs>.tab::after {
    left: auto;
    right: 0;
    width: 0;
    height: 3.5px;
    transition: width .25s;
}

.tab-container-02 .tabs>.tab.active::after {
    left: 0;
    right: auto;
    width: 100%;
}

@media screen and (max-width:991.98px) {
    .tab-container-02 .tabs>.tab {
        padding: .125rem 1.5rem;
    }
}

@media screen and (max-width:767.98px) {
    .tab-container-02 .tabs>.tab {
        padding: .125rem 1.25rem;
    }
}

@media screen and (max-width:575.98px) {
    .tab-container-02 .tabs>.tab {
        padding: .125rem 1rem;
    }
}


/* Webboard 01 */

.webboard-01 .webboard-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webboard-01 .webboard-title>.btns {
    width: 20.75rem;
    text-align: right;
}

.webboard-01 .webboard-title>.profile-wrapper {
    width: calc(100% - 20.75rem);
    display: flex;
    align-items: center;
}

.webboard-01 .webboard-title>.profile-wrapper>.profile {
    margin: 0 .75rem 0 0;
}

.webboard-01 .webboard-title>.profile-wrapper>.text-cotainer {
    width: calc(100% - 4.5rem);
}

.webboard-01 .profile-wrapper>.profile {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.webboard-01 .webboard-header {
    width: 100%;
    display: flex;
    border: 1px solid transparent;
}

.webboard-01 .webboard-header>.num {
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webboard-01 .webboard-header>.stats {
    width: 7rem;
    display: flex;
    justify-content: flex-end;
    padding: .5rem 0;
}

.webboard-01 .webboard-header>.stats>.stat {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    padding: 0;
    border-right: 1px solid transparent;
}

.webboard-01 .webboard-header>.stats>.stat:last-child {
    border-right: 0;
}

.webboard-01 .webboard-header>.text-container {
    width: calc(100% - 12rem);
    padding: .75rem;
}

.webboard-01 .webboard-header>.text-container.w-full {
    width: 100%;
    padding: 1rem .75rem;
}

.webboard-01 .webboard-body {
    width: 100%;
    padding: .75rem .75rem .75rem 5.75rem;
}

.webboard-01 .webboards {
    width: 100%;
}

.webboard-01 .webboards>.webboard {
    display: flex;
    border-top: 0!important;
}

.webboard-01 .webboards>.webboard>.personal {
    width: 10rem;
    padding: .75rem;
}

.webboard-01 .webboards>.webboard>.personal .profile {
    margin: 0 0 .5rem 0;
}

.webboard-01 .webboards>.webboard>.body {
    position: relative;
    width: calc(100% - 10rem);
    padding: .75rem .75rem 3.5rem .75rem;
    border-left: 1px solid transparent;
}

.webboard-01 .webboards>.webboard>.body .btn-footer {
    position: absolute;
    bottom: .75rem;
    left: .75rem;
    right: .75rem;
}

.btn-backward-13-area {
    display: none;
    margin-top: -2rem !important;
    margin-bottom: 0.7rem;
}

.btn-backward {
    display: none;
}

.btn-backward {
    cursor: pointer;
}

.btn-backward:hover {
    text-decoration: underline;
}

.ui.dropdown.selectCategory.disable-click.selection {
    pointer-events: none;
}

@media screen and (max-width:767.98px) {
    .webboard-01 .webboard-title>.btns {
        width: 100%;
        text-align: left;
    }
    .webboard-01 .webboard-title>.profile-wrapper {
        width: 100%;
        margin: 0 0 .5rem 0;
    }
    .webboard-01 .webboard-header>.num {
        width: 3.75rem;
    }
    .webboard-01 .webboard-header>.text-container {
        width: calc(100% - 10.75rem);
        padding-right: 0;
    }
    .webboard-01 .webboard-header>.text-container.w-full {
        padding: .75rem;
    }
    .webboard-01 .webboard-body {
        padding: .75rem .75rem .75rem 4.5rem;
    }
}

@media screen and (max-width:575.98px) {
    .webboard-01 .webboard-body {
        padding: .75rem;
    }
    .webboard-01 .webboards>.webboard {
        flex-wrap: wrap;
    }
    .webboard-01 .webboards>.webboard>.personal {
        width: 100%;
    }
    .webboard-01 .webboards>.webboard>.personal .profile-wrapper {
        width: 100%;
        display: flex;
    }
    .webboard-01 .webboards>.webboard>.personal .profile {
        margin: 0 .75rem 0 0;
    }
    .webboard-01 .webboards>.webboard>.personal .text-container {
        width: calc(100% - 4.5rem);
    }
    .webboard-01 .webboards>.webboard>.body {
        width: 100%;
        border: 0;
        border-top: 1px solid transparent;
    }
}