body {
    background-color: #F7F7F7;
    ;
}

a {
    text-decoration: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 1rem;
    bottom: 72px;
    left: 0;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 12rem;
    z-index: 10;
    right: 53%;
    left: 6%;
}

.btn-primary {
    border-color: #212529;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    min-height: 940px;
    height: auto;
}

@media (min-width: 768px) {
    .carousel-item {
        min-height: 740px;
        height: auto;
    }
}
@media (max-width: 1940px) {
    .carousel-item {
        min-height: 940px;
        height: auto;
    }
}
.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 100%; */
    height: auto;
}


/* container-floor CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.container-floor {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1680px;
}

@media (min-width: 768px) {
    .container-floor {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        max-width: 1280px;
        height: 660px;
        margin-top: 20px;
        margin-bottom: 120px;
    }
}

@media (max-width: 1450px) {
    .container-floor {
        font-family: 'SimHei', Times, serif;
        background-color: #F7F7F7;
        height: 760px;
        color: #4D4D4D;
        margin-top: 100px;
        margin-bottom: 80px;
    }
}

@media (max-width: 1940px) {
    .container-floor {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
        max-width: 1680px;
        height: 840px;
        margin-top: 100px;
        margin-bottom: 80px;
    }
}
.container-floor .col-lg-3 {
    text-align: center;
    height: 490px;
}

.container-floor .col-lg-3:hover {
    box-shadow: 0 0 10px 10px;
}

.container-floor h2 {
    padding-top: 30px;
    font-weight: 700;
    font-size: 34px;
}

.container-floor h3 {
    font-weight: 700;
    padding-bottom: 30px;
}

.container-floor .row {
    background-color: #FFFFFF;
    text-decoration: none;
}

.container-floor .col-lg-3 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
.container-floor p {
    padding-bottom: 1rem;
}
.figure-caption h4 {
    font-size: 30px;
    color: #4D4D4D;
    padding: 25px 0;
}

.figure-caption p {
    font-size: 22px;
    line-height: 22px;
    padding: 0 30px;
    color: #4D4D4D;
    font-weight: lighter;
    letter-spacing: 0.05rem;
}


/* F1
-------------------------------------------------- */

.f1 {
    height: 940px;
    background: rgb(255, 255, 255);
    color: rgb(31, 31, 31);
}

.f1 .col-md-4 {
    padding: 5px;
}

.workshop-wrap {
    width: 100%;
    padding-left: 20px;
}

.f1 .col-md-5 h1 {
    padding: 20px 0 10px 0;
}

.f1 .col-md-5 h2 {
    padding: 0 0;
}

.f1 .col-md-5 p {
    padding: 5px 0;
    width: 80%;
    font-size: 16px;
}


/* F2
-------------------------------------------------- */

.f2 {
    height: 940px;
    background-color: #F7F7F7;
}
.f2 .companyCul{
    color: #4D4D4D;
}
.f2 .companyCul .upper-left{
    height: 630px;
    position: relative;
}
.translate-y{
    transform: translateY(50%)
}
.bpics{
    padding-top: 40px;
}