.section-01 {
    padding: 100px 0;
}

@media screen and (max-width:768px) {
    .section-01 {
        padding: 50px 0;
    }
}

.section-01 .caption-block {
    padding-right: 15px;
}

@media screen and (max-width:992px) {
    .section-01 .caption-block {
        padding-right: 0;
        margin: 0 0 45px;
    }
}

.caption-block .section-title {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

@media screen and (max-width:768px) {
    .caption-block .section-title {
        font-size: 40px;
        margin: 0 0 20px;
    }
}

.caption-block .section-subtitle {
    color: #038dce;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

.caption-block .section-caption {
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
}

article .button-style {
    color: #038dce;
    background-color: #efefef;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 180px;
    padding: 15px 30px;
    margin: 30px 0 0;
    transition: all 0.1s;
}

@media screen and (max-width:992px) {
    article .button-style {
        margin: 30px 0 60px;
    }
}

article .button-style:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #1e293d;
}

article .button-style span:nth-child(2) {
    transition: all 0.2s;
}

article .button-style:hover span:nth-child(2) {
    transform: translateX(5px);
}

.section-01 .col-md-6 img {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .section-01 .col-md-6 img {
        width: 90%;
    }
}

@media screen and (max-width:992px) {
    .section-01 .col-md-6 img {
        width: 100%;
    }
}

.section-02 {
    background-image: url('/hipershop/rwd1728/store/F4/image-11.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (max-width:768px) {
    .section-02 {
        background-position: center left;
    }
}

.section-02 .row {
    margin: 0;
}

.section-02 .col-md-6 {
    padding-right: 0;
}

@media screen and (max-width:992px) {
    .section-02 .col-md-6 {
        padding-right: 15px;
    }
}

.section-02 .caption-block {
    background: rgb(255, 255, 255, .75);
    padding: 50px;
    margin: 100px 0;
}

@media screen and (max-width:992px) {
    .section-02 .caption-block {
        padding: 45px;
    }
}

@media screen and (max-width:768px) {
    .section-02 .caption-block {
        margin: 250px 0 50px;
    }
}

.section-02 .button-inline-box {
    display: inline-block;
}

@media screen and (max-width:1200px) {
    .section-02 .button-inline-box {
        display: block;
    }

    .section-02 .button-inline-box .button-style {
        width: 100%;
        margin: 20px 0 15px;
    }
}

@media screen and (max-width:992px) {
    .section-02 .button-inline-box {
        display: inline-block;
    }

    .section-02 .button-inline-box .button-style {
        width: 180px;
        margin: 30px 0 0;
    }
}

@media screen and (max-width:768px) {
    .section-02 .button-inline-box {
        display: block;
    }

    .section-02 .button-inline-box .button-style {
        width: 100%;
        margin: 20px 0 15px;
    }
}

.section-03 {
    background-image: linear-gradient(0deg, #efefef 0%, #ffffff 100%);
    padding: 100px 0 150px;
}

@media screen and (max-width:768px) {
    .section-03 {
        padding: 75px 0 100px;
    }
}

/* swiper */
#project-carousel {
    position: relative;
}

#project-carousel .swiper-slide .pro_item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#project-carousel .swiper-slide .pro_item a {
    text-decoration: none;
}

#project-carousel .swiper-slide .pro_main {
    display: none;
}

#project-carousel .swiper-slide .pro_btn,
#project-carousel .swiper-slide .pro_text,
#project-carousel .swiper-slide .pro_price,
#project-carousel .swiper-slide .on_sale {
    display: none;
}

#project-carousel .swiper-slide .pro_txt_box {
    text-align: left;
}

#project-carousel .pro_title {
    color: #333333;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 576px) {
    #project-carousel .pro_title {
        font-size: 18px;
    }
}

@media (max-width: 414px) {
    #project-carousel .pro_title {
        font-size: 14px;
    }
}

#project-carousel .swiper-button-next,
#project-carousel .swiper-button-prev {
    margin-top: 0px;
}

#project-carousel .swiper-button-prev {
    top: 35%;
    left: -50px;
    background-image: url(../../images/swiper-button-prev.png);
    background-repeat: no-repeat;
    height: 40px;
    background-size: cover;
}

@media (max-width: 768px) {
    #project-carousel .swiper-button-prev {
        left: -10px;
        width: 20px;
        height: 35px;
        background-size: cover;
    }
}

#project-carousel .swiper-button-next {
    top: 35%;
    right: -50px;
    background-image: url(../../images/swiper-button-next.png);
    background-repeat: no-repeat;
    height: 40px;
    background-size: cover;
}

@media (max-width: 768px) {
    #project-carousel .swiper-button-next {
        right: -10px;
        width: 20px;
        height: 35px;
        background-size: cover;
    }
}

/*------------------------------*/
/*         $page-header
--------------------------------*/

.page-header-style {
    background-image: url('/hipershop/rwd1728/store/F4/image-12-01.jpg');
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    padding: 125px 0;
    margin: 0 auto;
}

@media screen and (max-width:992px) {
    .page-header-style {
        padding: 100px 0;
    }
}

@media screen and (max-width:768px) {
    .page-header-style {
        padding: 75px 0;
    }
}

.page-header-style h2 {
    color: #ffffff;
    background-color: rgba(3, 141, 206, 0.75);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    width: 250px;
    padding: 10px;
    margin: 0 auto;
}

/*------------------------------*/
/*          $product
--------------------------------*/

.li-item a h4 {
    color: #222222;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 5px 5px;
    transition: all 0.4s ease;
}

.li-item:hover a h4{
    color: #038dce;
}

.li-item .image-pic {
    transition: all 0.4s ease;
}

.li-item:hover .image-pic {
    transform: translate(-50%, -50%) scale(1.15);
}

/*------------------------------*/
/*          $contact
--------------------------------*/

.submit-button-style {
    color: #fff;
    background-color: #038dce;
    border-color: #038dce;
    padding: 10px 15px;
}

.form-section {
    margin-bottom: 45px;
}

.map-frame {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 45%;
}

@media screen and (max-width:992px) {
    .map-frame {
        padding-bottom: 60%;
    }
}

@media screen and (max-width:768px) {
    .map-frame {
        padding-bottom: 75%;
    }
}

.map-frame iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*------------------------------*/
/*          $footer
--------------------------------*/

footer .footer-left h4 {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width:992px) {
    footer .footer-left h4 {
        margin: 10px 0 5px;
    }
}

@media screen and (max-width:768px) {
    footer .footer-left h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:414px) {
    footer .footer-left h4 {
        font-size: 16px;
    }
}

footer .footer-left p:nth-child(2) {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 25px;
}

@media screen and (max-width:992px) {
    footer .footer-left p:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    footer .footer-left p:nth-child(2) {
        font-size: 14px;
    }
}

footer .footer-left p:nth-child(3),
footer .footer-left p:nth-child(4),
footer .footer-left p:nth-child(5)
footer .footer-left p:nth-child(6) {
    font-size: 14px;
}

@media screen and (max-width:992px) {
    footer .footer-left p:nth-child(6) {
        margin-bottom: 30px;
    }
}

footer .footer-right ul {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 150px;
}

@media screen and (max-width:992px) {
    footer .footer-right ul {
        flex-direction: column;
        justify-content: flex-start;
        margin: 10px 0 15px;
    }
}

footer .footer-right ul li {
    flex-shrink: 0;
    margin: 0 10px;
}

@media screen and (max-width:992px) {
    footer .footer-right ul li {
        margin: 0 0 15px;
    }
}

footer .footer-right ul li a {
    color: #ffffff;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    footer .footer-right ul li a {
        font-size: 14px;
    }
}

footer .footer-right ul li a:hover {
    text-decoration: none;
}

footer .footer-right p {
    font-size: 14px;
    text-align: right;
}

@media screen and (max-width:992px) {
    footer .footer-right p {
        text-align: left;
    }
}

@media screen and (max-width:768px) {
    footer .footer-right p {
        font-size: 12px;
    }
}

@media screen and (max-width:414px) {
    footer .footer-right p {
        font-size: 10px;
    }
}