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;
}

.pic {
    padding:30px;
    width:100%;
}
.pic img {
    width:100%;
}

.scale, .timer, .thermometer{
    position:relative;
    width:100%;
    overflow: hidden;
    height:720px;
}

.scale .backgroundimage, .timer .backgroundimage, .thermometer .backgroundimage {
    height:720px;
    width:100%;
}

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

.scale .product, .timer .product, .thermometer .product {
    display:-webkit-inline-box;
    top:200px;
    position:absolute;
    width:100%;
    overflow-x: scroll;
    left:0;
    height:460px;
}

.scale .pointer {
    margin:auto;
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translate(-50%,0);
    display:inline-flex;
}

.scale .pointer .point {
    width:12px;
    height:12px;
    border-radius: 50%;
    margin:0 10px;
    background-color:#DCDDE2;
}

.scale .pointer .point.active {
    background-color:#9B9B9B;
}

 .timer .product, .thermometer .product {
     text-align:center;
 }

.product::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .product {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.blog {
    width:369px;
    height:432px;
    background-color: white;
    border-radius: 10px;
    padding:15px;
    margin:0 40px;
    position:relative;
    font-weight: 400;
    font-family: 'Noto Sans HK', sans-serif;
    box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.15);
}

.timer .product, .thermometer .product {
    display:unset;
 }
.timer .product .blog, .thermometer .product .blog{
    display:inline-table;
 }
 
.blog .info {
    opacity:0;
    transition:opacity 0.5s;
}

.blog .info .image {
    padding:30px 30px 20px;
}

.blog .info .image img {
    width:100%;
}

.blog .info .color {
    padding: 20px 0;
    display: flex;
    text-align: justify;
}

.blog .info .color .ball {
    width:20px;
    height:20px;
    border-radius: 50%;
    background-color: red;
    margin: auto;
    position: relative;
    z-index: 10000;
}

.blog .info .product_name {
    text-align: center;
    font-size:22px;
}

.blog .info .product_detail{
    text-align:center;
    margin:20px 0;
    font-size:22px;
}

.blog .info .link {
    color:#034EA2;
    font-size:14px;
    text-decoration: none;
    cursor:pointer;
    text-align: center;
}

.blog .info.active {
    opacity:1;
}

.blog .detail {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    text-align: center;
    transform: translate(-50%, 0);
    padding:50px 0;
    width:100%;
    transition:opacity 2s;
}

.blog .detail.active {
    opacity: 1;
}

.blog .detail .detail_header {
    font-size:24px;
    margin:30px 0;
}

.blog .detail .list {
    width: 60%;
    text-align: left;
    margin: auto;
}

.blog .detail .list li{
    margin:10px 0;
}

.blog .detail .list li::marker{
    margin:0 10px;
}

.footer {
    background-color: #fafafa;
    padding:40px 0;
    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 {
    text-align: center;
    margin: 20px 0 120px;
    padding:0 40px;
}

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

.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: 1356px) {
    .timer .product, .thermometer .product {
        display:-webkit-inline-box;
    }
    
    .timer .product .blog, .thermometer .product .blog{
        display:block;
        top:0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .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;
    }

    .scale .title , .timer .title, .thermometer .title {
        font-size:30px;
    }

    .scale .product,.timer .product {
        top: 120px;
    }
    .thermometer .product{
        top: 160px;
    }

    .scale, .timer, .backgroundimage{
        height:600px;
    }
    .thermometer, .thermometer .backgroundimage {
        height:640px;
    }
    .footer .footer_link {
        display:block;
    }

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

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