a {
    text-decoration: none;
    color:inherit;
}

a:hover {
    text-decoration: none;
    color:inherit;
}


.banner {
    width:100%;
    overflow: hidden;
    position:relative;
}

.banner .bannerimage {
    width:100%;
    min-height: 400px;
    float: right;
}

.banner .header {
    position:absolute;
    width:100%;
    display:flex;
    top: 35px;
    z-index:200;
}

.banner .header .left-menu{
    margin:0 120px;
}

.banner .header .left-menu img {
    width:140px;
}

.banner .header .right-menu{
    margin:0 120px 0 auto;
    float:right;
}

.banner .title {
    position:absolute;
    color: #034EA2;
    font-size:7vw;
    line-height: 1.05;
    letter-spacing:0.2em;
    text-align:left;
    top:35%;
    left:120px;
    font-weight: 300;
    font-family: 'Noto Sans HK', sans-serif;
}

.banner .button {
    position:absolute;
    bottom:20%;
    left:120px;
}

.banner .button .custom_button {
    background-color: white;
    color:#034EA2;
    font-size: 20px;
    height:55px;
    padding: 13px 125px;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 2px;
    line-height:22px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Noto Sans HK', sans-serif;
}


.why {
    position:relative;
    width:100%;
    overflow: hidden;
    height:900px;
}

.why .info {
    position:absolute;
    top:5%;
    font-size:30px;
    letter-spacing: 0.2em;
    left:50%;
    transform: translate(-50%,0);
    color:#1A6EB4;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans HK', sans-serif;
}

.info .title {
    margin:30px;
    font-weight: 500;
    font-family: 'Noto Sans HK', sans-serif;
    letter-spacing: 3px;
}

.info .description {
    font-size:20px;
    color:#6E6D6D;
    margin:0 auto 30px;
    padding: 0 10px;
    letter-spacing: 1.7px;
}

.info .detail {
    margin:60px 30px;
    overflow: scroll;
    width: 100%;
    letter-spacing: 1.7px;
}

.info .detail .blog {
    width:400px;
    text-align: center;
    margin:0 20px;
    display: inline-table;
}

.info .detail .blog img {
    width:190px;
}

.info .detail .blog .detail_title {
    font-size: 20px;
    font-weight: 400;
    color: #034EA2;
    margin:10px auto;
}

.info .detail .blog .highlight {
    width:auto;
    padding:10px;
    border-radius: 5px;
    color:white;
    margin:10px auto 5px;
    font-size: 17px;
    display:inline-block;
    letter-spacing: 1.7px;
}

.orange {
    background-color: #FF7133;
}

.yellow {
    background-color: #FFB614;
}

.info .detail .blog .detail_description {
    font-size: 17px;
    font-weight: 400;
    color: #6E6D6D;
    margin:5px auto 20px;
    letter-spacing: 1.7px;
}

.approate {
    background-color: #EDEDED;
    padding:30px 0;
}

.approate .title {
    color:#034EA2;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans HK', sans-serif;
    margin:10px 30px;
    font-size: 30px;
    letter-spacing: 3px;
}

.approate .logo {
    margin:0 auto 30px;
    text-align: center;
}

.approate .logo .logo_blog {
    margin:10px 30px;
    display:inline-block;
}

.approate .logo .logo_blog img {
    width:135px;
}

.approate .logo .logo_blog .description {
    margin:10px;
    color:#2C2C2C;
    font-size:19px;
    font-weight: 400;
    font-family: 'Noto Sans HK', sans-serif;
    text-align: center;
    letter-spacing: 0.95px;
}

.product {
    position: relative;
    width:100%;
    height:760px;
    background-color: #FAFAFA;
    overflow:hidden;
}

.product img.background {
    /*min-height: 630px;
    height:630px;*/
    position: absolute;
    right:0;
    top:0;
    width:1200px;
}

.product img.background.right {
    right:unset;
    left:0;
}

.product .product_title {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Noto Sans HK', sans-serif;
    position:absolute;
    top:50px;
    color:#034EA2;
    letter-spacing: 2px;
}

.product .product_title.left {
    right:10%;
}

.product .product_title.right {
    left:10%;
}

.product .product_detail {
    display:inline-block;
    position:absolute;
    top: 150px;
    background-color: white;
    height: 480px;
}

.product .product_detail .product_background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:480px;
}

.product .product_detail .product_background img {
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
}

.product .product_detail.right .product_background img {
    right: 0;
    left:unset;
}

.product .product_detail.left {
    left:0;
    border-radius: 0 0 100px 0;
    width: 90%;
    box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.15);
}

.product .product_detail.right {
    right:0;
    border-radius: 0 0 0 100px;
    width: 90%;
    box-shadow: -10px 10px 15px 1px rgba(0,0,0,0.15);
}


.product .product_detail .background-image img{
    height: 480px;
}

.product .product_detail .product_description {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:24px;
    font-weight: 400;
    font-family: 'Noto Sans HK', sans-serif;
    z-index:200;
    width:20%;
    letter-spacing: 1.2px;
}

.product .product_detail .image {
    padding: 90px;
    position:absolute;
    top:0;
    right:0;
    height:480px;
    z-index:200;
}

.product .product_detail.right .image {
    left:0;
    right:unset;
}

.product .product_detail .image img{
    height:300px;
}

.product .product_detail .image .product_name {
    text-align: center;
    font-size:20px;
    letter-spacing: 1px;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 400;
}

.footer {
    background-color: #fafafa;
    text-align: center;
    margin:auto;
}

.footer .footer_title {
    color:#6E6D6D;
    font-size:30px;
    margin:30px;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans HK', sans-serif;
}
.footer .footer_link {
    display:flex;
    margin: 20px 0 120px;
}

.footer .footer_link .link {
    border-radius: 30px;
    background-color: #1a6eb4;
    padding:12px 40px;
    text-align: center;
    font-size:20px;
    width: 270px;
    height: 55px;
    color:white;
    margin:10px auto;
    cursor:pointer;
    border:1px solid #1a6eb4;
    font-weight: 500;
    font-family: 'Noto Sans HK', sans-serif;
    text-decoration: none;
}

.footer .footer_link .link:hover {
    color: #1a6eb4;
    background-color:white;
}


.footer .v-line {
    position:relative;
    margin:0 15px;
}

.footer .logo {
    display:inline-flex;
    text-align: center;
}

.footer .v-line::before {
    content: "";
    height: 80%;
    border-left: 1px solid #1A6EB4;
    display: block;
    position: absolute;
    top: 10%;
}
.footer .logo img {
    margin: auto 10px ;
}

.footer .copyright {
    margin:40px;
    font-size:14px;
    color:#6E6D6D;
    text-align: center;
}

@media only screen and (max-width: 1340px) {
    .info .detail {
        display:flex;
    }
}

@media only screen and (max-width: 1040px) {
    .product .product_detail .product_description {
        top: 100%;
        width: 80%;
        text-align: left;
        transform: translate(-50%,0);
        padding:20px;
    }
}
@media only screen and (max-width: 800px) {
    .banner .bannerimage {
        width:unset;
        min-height: 400px;
        float: right;
        height:400px;
        margin-right:-100px;
    }

    .banner .header .left-menu{
        margin:0 40px;
    }

    
    .banner .header .right-menu{
        margin:0 40px 0 auto;
        float:right;
        text-align:right;
    }
    
    .banner .header .left-menu img, .banner .header .right-menu img {
        width:75%;
    }

    .banner .title {
        line-height: 1.05;
        text-align:left;
        left:40px;
        font-size:9vw;
    }

    .banner .button {
        left:40px;
    }

    .banner .button .custom_button {
        padding:10px 40px;
        font-size:14px;
        height:35px;
    }

    .why {
        height:1000px;

    }
    .info .description {
        padding:10px 20px;
    }

    .info .detail {
        margin: 60px 0;
    }

    .info .detail .blog {
        margin:0 30px;
    }

    .product {
        height:1260px;
    }

    .product .product_title.left, .product .product_title.right {
        right:unset;
        left:50%;
        transform: translate(-50%,0);
        width: 100%;
        text-align: center;
    }

    .product .product_detail {
        height:1050px;
        width:100%;
    }

    .product .product_detail .product_description {
        width:100%;
        left:55%;
        top: 600px;
        padding: 10%;
        transform: translate(-50%,-50%);
    }

    .product .product_detail.right .product_description {
        left:45%;
    }

    .product .product_detail .image, .product .product_detail.right .image  {
        width: 100%;
        left: 55%;
        top: 670px;
        right: unset;
        transform: translate(-50%, 0);
        text-align: center;
        padding:0;
    }

    .product .product_detail.right .image {
        left:45%;
    }

    .product .product_detail.right .product_background img {
        right: 0;
        left:unset;
    }

    .footer .footer_link {
        display:block;
    }

    .footer .logo #footer_logo{
        width:150px;
    }

    .footer .logo img {
        width:25px;
    }
}