@charset "UTF-8";
img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4c4b4b;
    font-size: 0.9rem;
    margin-bottom: 100px;
}
.title-box img {
    margin-right: 0.5rem;
    height: 3px;
    width: 370px;
}
@media screen and (max-width: 991px) {
    .title-box {
        font-size: 1.6rem;
    }
    .title-box img {
        width: 30%;
        height: auto;
    }
}

#intro .carousel-item {
    background: url('/files/Home/banner01.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#intro .carousel-item .txt-box {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45%;
    background: url('/files/Home/txt-bg.png') no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: end;
}
@media screen and (max-width: 1400px) {
    #intro .carousel-item .txt-box {
        width: 65%;
    }
}
@media screen and (max-width: 991px) {
    #intro .carousel-item .txt-box {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 768px) {
    #intro .carousel-item .txt-box {
        width: 100%;
        position: absolute;
        top: 70%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    #intro .carousel-item .txt-box {
        font-size: 1.1rem;
        padding: 2rem 0.3rem;
    }
}

#about {
    background: url('/files/Home/about-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
#about::before {
    content: unset;
}
#about .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
#about .img-box .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: fill;
    object-fit: fill;
    z-index: -1;
}
#about .img-box .type {
    width: 20%;
}
#about .img-box .type:nth-child(3) {
    padding-top: 120px;
}
#about .img-box .type:nth-child(4) {
    padding-top: 180px;
}
#about .img-box .type:nth-child(5) {
    padding-top: 240px;
}
#about .txt-box {
    text-align: center;
    padding: 6rem 2rem;
}
@media screen and (max-width: 1400px) {
    #about .txt-box {
        padding: 6rem 4rem;
    }
}
@media screen and (max-width: 1400px) {
    #about .txt-box {
        padding: 4rem 3rem;
    }
}
@media screen and (max-width: 991px) {
    #about .txt-box {
        margin-top: 100px;
        padding: 0rem 3rem;
    }
}
@media screen and (max-width: 768px) {
    #about .txt-box {
        padding: 0 0.2rem;
    }
}
@media screen and (max-width: 576px) {
    #about .txt-box {
        padding: 0 2rem;
    }
}
#about .txt-box img {
    width: 102px;
    height: auto;
    margin-bottom: 40px;
}
#about .txt-box p {
    text-align: justify;
    line-height: 2.6em;
}
#about .txt-box p span {
    font-size: 2rem;
    font-weight: 900;
}

#products {
    padding: 100px 0;
}
#products .container-fuild {
    padding: 0 10rem;
    position: relative;
}
@media screen and (max-width: 1400px) {
    #products .container-fuild {
        padding: 0 14rem;
    }
}
@media screen and (max-width: 1200px) {
    #products .container-fuild {
        padding: 0 10rem;
    }
}
@media screen and (max-width: 991px) {
    #products .container-fuild {
        padding: 0 9rem;
    }
}
@media screen and (max-width: 576px) {
    #products .container-fuild {
        padding: 0 5rem;
    }
}
#products .container-fuild .owl-carousel {
    position: unset;
}
#products .container-fuild .owl-carousel .item {
    position: relative;
    cursor: pointer;
}
#products .container-fuild .owl-carousel .item::after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    content: '';
    background: black;
    z-index: 3;
    opacity: 0;
}
#products .container-fuild .owl-carousel .item i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    width: 20%;
    font-size: 2rem;
    height: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    opacity: 0;
}
#products .container-fuild .owl-carousel .item .txt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-shadow: 0px 0px 4px #fff;
}
#products .container-fuild .owl-carousel .item:hover::after {
    opacity: 0.4;
}
#products .container-fuild .owl-carousel .item:hover i {
    opacity: 1;
}
#products .container-fuild .owl-carousel .item:hover .txt {
    color: #fff;
    text-shadow: unset;
}
#products .container-fuild .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1200px) {
    #products .container-fuild .owl-nav {
        width: 100%;
    }
    #products .container-fuild .owl-nav .owl-prev,
    #products .container-fuild .owl-nav .owl-next {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media screen and (max-width: 576px) {
    #products .container-fuild .owl-nav {
        width: 95%;
    }
}
#products .container-fuild .owl-nav .owl-prev,
#products .container-fuild .owl-nav .owl-next {
    width: 148px;
    height: 30px;
    border: unset;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
    #products .container-fuild .owl-nav .owl-prev,
    #products .container-fuild .owl-nav .owl-next {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media screen and (max-width: 576px) {
    #products .container-fuild .owl-nav .owl-prev,
    #products .container-fuild .owl-nav .owl-next {
        -webkit-transform: unset;
        transform: unset;
        width: 59.2px;
        height: 12px;
    }
}
#products .container-fuild .owl-nav .owl-prev span,
#products .container-fuild .owl-nav .owl-next span {
    display: none;
}
#products .container-fuild .owl-nav .owl-prev {
    background: url('/files/Home/owl-prev.png') no-repeat;
    background-size: cover;
}
#products .container-fuild .owl-nav .owl-next {
    background: url('/files/Home/owl-next.png') no-repeat;
    background-size: cover;
}

#portfoilo {
    padding: 100px 0;
    background: url('/files/Home/portfolio-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}
#portfoilo::before {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 443px;
    height: 311px;
    content: '';
    background: url('/files/Home/portfolio-logo.png') no-repeat;
    background-size: contain;
    z-index: 0;
}
@media screen and (max-width: 991px) {
    #portfoilo::before {
        width: 310.1px;
        height: 217.7px;
    }
}
#portfoilo .title-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
}
#portfoilo .title-box img {
    margin-right: 0;
    margin-left: 0.5rem;
}
#portfoilo .row {
    padding-top: 6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
@media screen and (max-width: 1400px) {
    #portfoilo .row {
        padding-top: 4rem;
    }
}
@media screen and (max-width: 991px) {
    #portfoilo .row {
        padding-top: 0;
    }
}
#portfoilo .row .owl-carousel {
    width: 90%;
    height: 50%;
}
@media screen and (max-width: 768px) {
    #portfoilo .row .owl-carousel {
        width: 100%;
    }
}
#portfoilo .row .owl-carousel .item {
    cursor: pointer;
}
#portfoilo .row .owl-carousel .item .txt {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
}
#portfoilo .row .owl-carousel .item .txt p {
    margin-bottom: 0;
}
#portfoilo .row .owl-carousel .item .img-box {
    position: relative;
}
#portfoilo .row .owl-carousel .item .img-box img {
    cursor: pointer;
    height: 500px;
}
@media screen and (max-width: 1400px) {
    #portfoilo .row .owl-carousel .item .img-box img {
        height: 400px;
    }
}
#portfoilo .row .owl-carousel .item .img-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.514);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    cursor: -webkit-grab;
    cursor: grab;
}
@media screen and (max-width: 768px) {
    #portfoilo .row .owl-carousel .item .img-box::after {
        -webkit-transition-delay: unset;
        transition-delay: unset;
    }
}
#portfoilo .row .owl-carousel .item:hover .img-box::after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#portfoilo .row .owl-carousel .item:hover .txt {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#portfoilo .row .imgPreview {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    /*容器佔滿整個螢幕*/
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}
#portfoilo .row .imgPreview img {
    z-index: 100;
    width: auto;
    height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
    #portfoilo .row .imgPreview img {
        width: 100%;
        height: auto;
    }
}
#portfoilo .row .imgPreview i {
    position: relative;
    top: 10%;
    left: 90%;
    z-index: 1000;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

#services {
    background: url('/files/Home/service-bg.png') no-repeat;
    background-size: cover;
}
#services .row .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    #services .row .item-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #services .row .item-box .img-box {
        margin-right: 0;
    }
}
#services .row .item-box .img-box {
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 36px;
}
#services .row .item-box .img-box img {
    width: 200px;
    height: auto;
}
#services .row .item-box .txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#services .row .item-box .txt-box span {
    font-size: 1.8rem;
    font-weight: 400;
}

#ad {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 0;
}

#contact {
    background: url('/files/Home/contact-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

#contact .title-box {
    padding-top: 100px;
}
#contact .txt-box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 46px;
}
#contact .txt-box .link svg {
    height: auto;
    width: 30px;
    cursor: pointer;
    margin-right: 15px;
}
#contact .txt-box .txt {
    margin-top: 20px;
}
#contact .txt-box .txt h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b355f;
    letter-spacing: 2px;
}
#contact .txt-box .txt a {
    color: #000;
    text-decoration: unset;
}
#contact .txt-box .txt a:hover {
    color: #000;
}
#contact .txt-box .map {
    margin-top: 15px;
    width: 100%;
    height: 320px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.32);
}
#contact .txt-box .map iframe {
    width: 100%;
    height: 100%;
}
#contact .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
}
#contact .input-box .input-group {
    margin-bottom: 20px;
}
#contact .input-box .input-group span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 10px;
    border: unset;
    background: unset;
}
#contact .input-box .input-group input {
    border: unset;
    height: 50px;
}
@media screen and (max-width: 768px) {
    #contact .input-box .input-group {
        width: 100%;
    }
}
#contact .input-box .form-group {
    padding-left: 0.75rem;
}
#contact .input-box .form-group textarea {
    border: unset;
    resize: none;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}
@media screen and (max-width: 991px) {
}
