section, .container {
    position: relative;
    word-wrap: break-word;
}

.cam-content {
    z-index: 5;
    max-width: 450px;
    position: relative;
    transition: all 0.3s;
    transition-delay: 0.3s;
    padding: 6rem 3rem;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    word-wrap: break-word;
}

.container-fluid img {
    position: absolute;
    width: 39rem;
    top: 2.5rem;
    left: 8rem;
}

/* *************** HEADER ABOUTUS INI *************** */
.cam-head-abtus {
    background-size: 100%;
}

.cam-head-abtus .row {
    justify-content: flex-end;
}

.cam-head-abtus .content-wrapper {
    margin: auto;
    position: relative;
    padding: 10rem;
}
/* *************** HEADER ABOUTUS END *************** */

/* *************** ABOUTUS INFO INI *************** */
.cam-info {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cam-info .col {
    padding: 0;
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.cam-info .box-content {
    width: 67%;
    height: 21rem;
    transition: all 0.3s;
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #333333;
}

.cam-info .col:hover .box-content {
    width: 100%;
    transition-delay: 0s;
}
/* *************** ABOUTUS INFO END *************** */

/* *************** ABOUTUS NOTE INI *************** */
.cam-note div.cam-image {
    overflow: hidden;
    height: 433.8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -9;
}

.cam-note div.cam-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/* *************** ABOUTUS NOTE END *************** */

.cam-gallery strong {
    color: #FFF;
    font-family: "Montserrat Light";
    letter-spacing: -1px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.cam-carousel {
    margin: 0;
    height: 750px;
    background: #AB0428;
}

.cam-carousel img {
    position: absolute;
    top: 6.5rem;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-inner img {
    left: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -50px;
    z-index: 1;
    width: 12%;
    height: 12%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: var(--color-primary);
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.carousel-control-next {
    left: 4.5rem;
}

.car-acc-item svg {
    width: 3rem;
}

.car-acc-item h2 {
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'Montserrat Light';
    margin: 0;
}

.car-acc-item p {
    color: #FFF;
    font-size: .8rem;
}

.ca-phr-content {
    z-index: 5;
    max-width: 450px;
    position: relative;
    transition: all 0.3s;
    transition-delay: 0.3s;
    padding: 3rem;
    margin: 0 auto;
}

.ca-phr-papa {
    font-size: .8rem;
}

@media (max-width: 1600px) {
    .cam-head-abtus img {
        width: 46%;
        top: 2.5rem;
        left: 1rem;
    }

    .cam-head-abtus .content-wrapper {
        padding: 10rem 4rem 10rem 8rem;
    }
}