/* index.css */
/* 此為首頁style樣式, 頁面: 首頁 */
/* 包含: banner區塊、熱門產品、成功案例、關於桓基、最新消息 */



/* body */
body{
    background: #ffffff;
}

/* banner 區塊 */
.banner{
    z-index: 999 !important;
}
/* banner img */
.banner-img{
    height: 550px;
    width: 100%;
}
.banner-img .slick-track{
    overflow: hidden;
}
.banner-img-item{
    height: 550px !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-img-item-inner{
    width: 70%;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
}
.banner-img-item-inner img{
    width: 250px;
}
.banner-img-item-inner h2{
    font-weight: 700;
    margin-top: 30px;
}
.banner-img-item-inner p{
    color: #5E5E5E;
    margin-top: 15px;
    width: 450px;
    text-align: left;
}
.banner-content{
    position: relative;
    top: -100px;
}
.banner-svg-container{
    position: relative;
}
.banner-svg-img{
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
    transform: translateY(-100%);
    width: 100%;
}
/* banner box */
.banner-box{
    width: 80%;
    margin: auto;
    margin-top: -160px;
}
.banner-box .slick-list{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.banner-box .slick-track{
    display: flex;
    align-items: end;
    height: 320px;
}
.product-box-outer{
    display: flex !important;
    align-items: end;
    /* width: 350px; */
}
.product-box{
    width: 242px;
    height: 172px;
    border-radius: 30px;
    /* border: 4px solid #E2E2E2; */
    background: linear-gradient(149deg, #FFF 3.54%, #D9D9D9 96.29%, #EAEAEA 96.29%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: auto !important;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.product-box::after {
    content: '';
    width: 250px;
    height: 180px;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient( rgba(234, 234, 234, 1), rgba(217, 217, 217, 1), rgba(255, 255, 255, 1));
    top: -4px;
    left: -4px;
    z-index: -1;
}
.product-box img{
    width: 150px;
    margin: auto;
}
.product-box .name{
    background-color: #5E5E5E;
    border-radius: 50px;
    color: #FFF;
    width: fit-content;
    padding: 4px 10px;
    margin: 10px auto;
}
.product-box .content{
    display: none;
    text-align: left;
    margin: 20px;
    margin-bottom: 10px;
    height: 120px;
}
.product-box .more{
    display: none;
}
/* product-box slick-center */
.slick-center.product-box-outer{
    min-width: fit-content !important;
}
.slick-center .product-box{
    width: 262px;
    height: 312px;
    box-shadow: 0px 35px 25px -23px rgba(56, 109, 157, 0.40);
    transition: all 0.2s ease-out;
    background: url('../images/banner/mask-group.png');
    background-position: center;
}
.slick-center .product-box::after {
    content: '';
    width: 270px;
    height: 320px;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(rgba(248, 248, 248, 1), rgba(237, 237, 237, 1));
    top: -4px;
    left: -4px;
    z-index: -1;
}
.slick-center .product-box img {
    position: relative;
    width: 180px;
    margin-top: -50px;
}
.slick-center .product-box .name{
    background-color: #3FA2D4;
}
.slick-center .product-box .content{
    display: inherit;
    /* text-align:justify; */
}
.slick-center .product-box .more{
    display: inherit;
    color: #5E5E5E;
    text-decoration: none;
}
.slick-center .product-box .more:hover{
    color: #3282AA;
}
/* banner-arrow */
.banner-arrow{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -190px;
    width: 87%;
    margin: auto;
    pointer-events: none;
}
.banner-arrow button{
    width: 40px;
    height: 40px;
    color: #5E5E5E;
    border: 1px solid #CDCDCD;
    border-radius: 100%;
    background-color: transparent;
    margin: 0px 15px;
    pointer-events: auto;
}
.banner-arrow i{
    font-size: 20px;
    font-weight: 700;
    margin: auto;
}
.banner-arrow button:hover, .banner-arrow button:focus{
    color: #fff;
    background-color: #3FA2D4;
    border: #3FA2D4;
}
.banner-box .slick-prev, .banner-box .slick-next,.banner-box .slick-prev:before, .banner-box .slick-next:before {
    display: none !important;
}
/* banner slick-dots */
.slick-dots li button:before {
    font-size: 10px !important;
}
.slick-dots li button:before{
    width: 10px;
    height: 10px;
    margin-top: 3px;
}
.slick-dots li.slick-active{
    margin: 0px 5px 0px 10px;
}
.slick-dots li.slick-active button:before{
    color: #0088CD !important;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    font-size: 16px !important;
}
.slick-arrow{
    transform: translate(0, 300%) !important;
}

/* main */

/* 熱門產品 */
.hot-product{
    padding-bottom: 100px;
    overflow: hidden;
}
.hot-product-svg-container{
    position: relative;
    height: 0;
}
.hot-product-svg-container svg {
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
    width: 100%;
    z-index: -1;
}
.hot-product-title{
    display: flex;
    align-items: start;
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 120px;
}
.title h2{
    color: #1F1F1F;
    font-weight: 700;
}
.title p{
    color: #5E5E5E;
}
.hot-product-tab{
    margin-top: 40px;
    margin-left: 30px;
}
.hot-product-tab.nav-pills .nav-link{
    border: 0px;
    border-radius: 30px;
    background-color: #CDCDCD;
    color: #1E1E1E;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0px 5px;
}
.hot-product-tab.nav-pills .nav-link.active, .hot-product-tab.nav-pills .show>.nav-link ,
.hot-product-tab.nav-pills .nav-link:hover, .hot-product-tab.nav-pills .nav-link:focus{
    color: #FFF !important;
    background-color: #3FA2D4 !important;
}
.hot-product-tab.nav-pills .nav-link#pills-onSale-tab.active, .hot-product-tab.nav-pills .show>.nav-link#pills-onSale-tab ,
.hot-product-tab.nav-pills .nav-link#pills-onSale-tab:hover, .hot-product-tab.nav-pills .nav-link#pills-onSale-tab:focus{
    color: #FFF !important;
    background:linear-gradient(to right, #FFC369, #FF9B79) !important;
}
.hot-product .tab-content{
    margin-top: 50px;
    background-color: transparent;
}
.pills-product{
    width: 95%;
    margin: auto;
    background-image: url(../images/home-page/全產品背景圖\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pills-ccmail{
    width: 85%;
    margin: auto;
}
.pills-onSale{
    width: 85%;
    margin: auto;
}
.pills-Sherlock{
    width: 85%;
    margin: auto;
}
/* 熱門產品 - 產品總覽 */
.tab-content{
    overflow: visible ;
}
.product-overview{
    background-image: url('../images/home-page/product-overview-2025.png');
    background-size: 550px ;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1500px;
    margin: auto;
}
.product-overview .col-lg-4{
    height: 160px;
}
.product-overview-block{
    width: 100%;

}
.product-overview-block a{
text-decoration: none;

}
.product-overview-block a > img{
    object-fit: contain;
}
.product-overview-block-top{
    font-weight: 700;
    color: #000;
    border-bottom: 1px dashed #5E5E5E;
    cursor: pointer;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 1.2rem;
}
.product-overview-block-top:hover i{
    color: #3FA2D4;
}
.product-overview-block-top p{
    font-size: 1.1em;
    margin-bottom: 0px;
}
.product-overview-block-top i{
    background-color: #D9D9D9;
    color: #5E5E5E;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-overview-block-top:hover i{
    background-color: #3FA2D4;
    color: #FFF;
}
.product-overview-block-bottom{
    letter-spacing: 1.6px;
    line-height: 26px;
    text-align: justify;
}

/* ccmail 影片播放器 */
.ccmail_video_window{
    height: 100%;
    margin-left: 30px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    background: #F8F8F8;
}
.ccmail_video{
    cursor: pointer;
    display: block;
}
video::-webkit-media-controls-enclosure{
    display: none;
}
video:hover::-webkit-media-controls-enclosure{
    position: absolute;
    display: block;
}
.ccmail_video_img{
    display: none;
    background-image: url('../images/ccmail/ccmail-interface.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 1920/1080;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.SLK_video_img{
    display: none;
    background-image: url('../images/home-page/SLK.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 1920/1080;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.ccmail_video_window.hidden .ccmail_video_img{
    display: block;
}
.ccmail_video_window.SLK.hidden .SLK_video_img{
    display: block;
}

/* 近期促銷.S*/
.miniCube_type{
    font-size: 3.5rem;
}


.pills_onSale_plan li button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    text-align: start;
    min-width: 170px;
    padding: 15px;
    border-radius: 15px !important;
    background-color: #ffffff !important;
    border: 3px solid #dbdbdb !important;
    color: #333333;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1rem;
    transition: transform .3s ease-out;
}

.pills_onSale_plan li button:hover, .pills_onSale_plan li button:focus , .pills_onSale_plan li button.active{
    color: #333333;
    transform: translate(0, -5px);
    box-shadow: 5px 5px 10px 5px #ffc56f48;
}

.pills_onSale_plan li button:hover::after ,.pills_onSale_plan li button:focus::after , .pills_onSale_plan li button.active::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px; /* 依需求調整 */
    padding: 4px; /* border寬度 */
    background: linear-gradient(to right, #FFC369, #FF9B79);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    width: 101%;
    height: 105%;
    top: -3px;
    left: -3px;
}
@media (max-width: 767px){
    .pills_onSale_plan li button:hover::after ,.pills_onSale_plan li button:focus::after , .pills_onSale_plan li button.active::after{
    width: 103%;
    height: 104%;
}
}

.pills_onSale_plan li button .button_title{
    font-size: 1.3rem;
    font-weight: bolder;
}
.pills_onSale_plan li button:hover .button_title, .pills_onSale_plan li button:focus .button_title, .pills_onSale_plan li button.active .button_title{
    color: #E87116;
}

.pills_onSale_plan.nav-pills .nav-link.active, .pills_onSale_plan.nav-pills .show>.nav-link ,
.pills_onSale_plan.nav-pills .nav-link:hover, .pills_onSale_plan.nav-pills .nav-link:focus{
    color: #333333 !important;
}

.pills_onSale_plan li button .decorate_btn{
    border: 1px solid #dbdbdb;
    background: white;
    color: #333333;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pills_onSale_plan li button .decorate_btn:hover , .pills_onSale_plan li button .decorate_btn:focus {
    border: 1px solid transparent;
    background: linear-gradient(to right, #FFC369, #FF9B79);
    color: white;
}

#pills-onSale-tabContent img{
    width: 100%;
    height: auto;

}

/*右邊機台形象圖*/
#pills-onSale .miniCube_image{
    position: relative;
}
#pills-onSale .miniCube_image img{
    width: 60%;
    display: block;
    margin: 0 auto;
    animation: baloon_0 5s infinite;
    animation-direction: alternate;
}
#pills-onSale .miniCube_image .font_solid{
    position: absolute;
    right: -8%;
    top: 0%;
    font-size: 6rem;
    -webkit-text-stroke: 2px #d5f0f8; /* width and color */
    font-weight: 900;
    transform: rotate(90deg);
    color: #d5f0f8;
}
#pills-onSale .miniCube_image .font_hollow{
    position: absolute;
    left: -12%;
    bottom:  5%;
    font-size: 6rem;
    -webkit-text-stroke: 1px #b3dae4; /* width and color */
    font-weight: 900;
    transform: rotate(90deg);
    color: transparent;
}

#pills-onSale .miniCube_image .ball_big{
    position: absolute;
    top: -50%;
    right: 0%;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle at 0% 30%, #B0EBF3, #97cbee, #60a6d4, #4087C9);
    animation: baloon_1 5s infinite;
    animation-direction: alternate;
    overflow: hidden;
}
#pills-onSale .miniCube_image .ball_big::before{
    content: '';
    position: absolute;
    top: 36%;
    left: -6%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at 70% 10%, #7fc9f47c, #5c3aa579);
    filter: blur(20px);
    animation: baloon_2 5s infinite;
    animation-direction: alternate;
}
#pills-onSale .miniCube_image .ball_small{
    position: absolute;
    top: -35%;
    right: 55%;
    width: 30%;
    height: 60%;
    border-radius: 100%;
    z-index: -1;
    background: radial-gradient(circle at 30% 25%,#F6FEFF , #97b3ce);
    animation: baloon_2 5s infinite;
    animation-direction: alternate;
}
#pills-onSale .miniCube_image .miniCube_shadow{
    position: absolute;
    bottom: 0px;
    left: 27%;
    bottom: -10px;
    width: 50%;
    height: 10%;
    border-radius: 100%;
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, #001330bb, #0c2e6100);
    filter: blur(7px);
    animation: shadow 5s infinite;
    animation-direction: alternate;
}
    @keyframes baloon_0{
    0% { transform:translateY(10px);}
    50% {transform:translateY(-5px);}
    100% {transform:translateY(10px);}
    }
    @keyframes baloon_1{
    0% { transform:translateY(10px);}
    50% {transform:translateY(-20px);}
    100% {transform:translateY(10px);}
    }
    @keyframes baloon_2{
    0% { transform:translateY(-10px);}
    50% {transform:translateY(15px);}
    100% {transform:translateY(-10px);}
    }
    @keyframes shadow{
    0%,100%{
        transform: scale(1);

    }
    50%{  /*讓陰影保持在原位*/
        transform: scale(1.05);

    }
    }

#pills-Sherlock .item-sherlock .card{
    border: 1px solid #3FA2D4;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #B7DEF2;
    transition: transform 0.2s ease-in-out;
    position: relative;
    background-image: url(../images/home-page/sherlock_items_bg.png);
    background-position: top ;
    background-size: cover;
    width: 160px;
    height: 100px;
    margin: 12px;
}
#pills-Sherlock .item-sherlock .card.dark {
    box-shadow: 5px 5px 0px #64B9E4;
}
#pills-Sherlock .item-sherlock .card.darker {
    box-shadow: 5px 5px 0px #34799C
}
#pills-Sherlock .item-sherlock .card-body{
    padding: 15px;
}
#pills-Sherlock .item-sherlock .card-icon{
    display:flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(#B4E6FF,#5FBAE8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 5px solid white;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
#pills-Sherlock .item-sherlock .card.dark .card-icon{
    background:linear-gradient(#56C3FA,#1B90CB);
}
#pills-Sherlock .item-sherlock .card.darker .card-icon{
    background:linear-gradient(#2497D1,#065E8A);
}

#pills-Sherlock .item-sherlock .card-text {
    text-align: center;
    font-weight: bold;
    padding: 30px 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
#pills-Sherlock .bg{
    position: absolute;
    left: -200px;
    bottom: -200px;
    z-index: -1;
}
#pills-Sherlock .bg2{
    position: absolute;
    right: -200px;
    top: -250px;
    z-index: -1;
}
#pills-Sherlock .bg img ,#pills-Sherlock .bg img{
    width: 600px;
}

/* 成功案例 */
.case-study{
    padding-bottom: 100px;
}
.case-study-title{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.case-study-arrow{
    border-radius: 50px;
    border: 1px solid #CDCDCD;
    margin-right: 20px;
}
.case-study-arrow button{
    padding: 6px 15px;
}
.case-study-arrow button:first-child:active ,.case-study-arrow button:first-child:focus{
    border-radius: 50px 0px 0px 50px;
    background-color: transparent;
}
.case-study-arrow button:last-child:active ,.case-study-arrow button:last-child:focus{
    border-radius: 0px 50px 50px 0px;
    background-color: transparent;
}
.case-study-arrow button:hover i{
    color: #3FA2D4;
}
.case-study-arrow .btn-group{
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-radius: 0;
}
.case-examples-outer{
    display: flex;
    justify-content: center;
}
.case-examples{
    width: 350px;
    height: 500px;
    border-radius: 20px;
    background-image: url('../images/case/case-bg-3.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;
}
.case-examples-inner{
    width: 350px;
    height: 500px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(242, 242, 242, 0.95) 0%, rgba(242, 242, 242, 0.95) 0.01%, rgba(240, 240, 240, 0.75) 100%);
}
.case-examples-text{
    position: relative;
    bottom: 30px;
}
.case-examples-title{
    color: #393939;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px; /* 81.25% */
}
.case-examples-content{
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 130% */
}
.case-examples-inner span{
    display: block;
    width: 50px;
    height: 1px;
    background: #393939;
    margin: 20px 0px;
}
.case-study-slick .slick-track{
    display: flex;
    align-items:end;
    padding-top: 80px;
}
.slick-center .case-examples{
    transform: translateY(-50px);
    box-shadow: 0px 42px 25px -22px rgba(0, 0, 0, 0.20);
    transition: all 1s ease-out;
}
.slick-center .case-examples-inner{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #3FA2D4 100%)
}
.slick-center .case-examples-title{
    color: #FFF;
    text-shadow: 0px 4px 10px rgba(0, 100, 173, 0.90);
}
.slick-center .case-examples-content{
    color: #FFF;
    text-shadow: 0px 4px 10px rgba(0, 100, 173, 0.90);
}
.slick-center .case-examples-inner span{
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 100, 173, 0.90);
}

/* 關於桓基 */
.about-hgiga{
    background: url('../images/home-page/about-02.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 100px;
}
.about-hgiga-container{
    width: 90%;
    margin-left: 10%;
}
.about-hgiga-content{
    color: #1F1F1F;
}
button.read-more-btn{
    border-radius: 50px;
    border: 1px solid #5E5E5E;
    background-color: transparent;
    color: #5E5E5E;
    line-height: 26px;
    padding: 5px 25px;
}
button.read-more-btn:hover, .read-more-btn:active, .read-more-btn:focus{
    border: 1px solid #3FA2D4;
    background-color: #3FA2D4;
    color: #ffffff;
}
button.read-more-btn i{
    margin-left: 15px;
}

/* 最新消息 */
.news{
    background-color: rgba(205, 205, 205, 0.20);
    background-image: url('../images/news/news-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 500px;
    padding-bottom: 100px;
}
.news-container-1{
    width: 80%;
    margin: auto;
    padding-top: 50px
}
.news-container-1 .title{
    margin-bottom: 70px;
}
.news .title p, .news .title h2 {
    color: #FFF;
}
.news-box{
    width: 400px;
    height: 620px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 20px;
    margin-top: 50px;
    transition: all 0.5s ease-out;
}

.news-box-img{
    width: 90%;
    margin: auto;
    margin-top: -30px;
    flex: 1;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px #0000002e;
    overflow: hidden;
    transition: all .3s ease-out;
}
.news-box-img img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.news-box:has(.read-more-btn:hover) .news-box-img{
    box-shadow: 0px 10px 20px 0px #0000002e;
    transform: translate(0, -8px);
}
.news-box-inner{
    padding: 30px;
    color: #1F1F1F;
    flex: 1;
}
.news-box-title{
    font-size: 1.3em;
    line-height: 1.8rem;
    font-weight: 700;
    /* height: 100px; */
    margin-bottom: 20px;
}
.news-box-content{
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-box-btn{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.news-modal-list{
    padding-left: 0;
}

.news-modal-list li{
    text-indent: .5rem;
    line-height: 1.5rem;
    list-style: none;
    position: relative;
}
.news-modal-list li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3282AA;
    top: 10px;
    left: 0;
}
.introduction{
    font-style: italic;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
    /* .logo {
        margin-right: auto;
        margin-left: 14px;
        margin-top: 18px;
    } */
}
@media(max-width: 1660px){
    .banner-box{
        width: 90%;
    }
    .banner-arrow{
        width: 95%;
    }
    .news{
        background-size: auto 500px;
    }

}
@media(max-width: 1600px){
    .news{
        background-size: auto 500px;
    }
}
@media(max-width: 1500px){
    .banner-box{
        width: 95%;
    }
    .banner-arrow{
        width: 97%;
    }
    .product-overview{
        background-size: 600px 600px;
    }
    .product-overview-block {
        width: 300px;
    }

}
@media(max-width: 1400px){
    .banner-box{
        width: 100%;
    }
    .banner-arrow{
        width: 100%;
    }
    .product-overview{
        background-size: 550px 550px;
    }
    .product-overview-block {
        width: 280px;
    }
    .news-box-btn{
        padding-top: 80px;
    }

}
@media(max-width: 1300px){
    .banner-box{
        width: 100%;
        margin-top: -120px;
    }
    .banner-img {
        height: 430px;
    }
    .banner-img-item {
        height: 430px !important;
    }
    .banner-img-item-inner {
        margin-top: 90px;
    }
    #pills-Sherlock .item-sherlock .card{
        width: 33.3%;
        margin: 10px;
        height: 120px;
    }
}


@media(max-width: 1200px){
    .banner-box{
        width: 100%;
    }
    .product-overview{
        background-size: 450px 450px;
    }
    .product-overview-block {
        width: 280px;
    }
    .pills-product{
        width: 100%;
    }
    .pills-ccmail{
        width: 95%;
    }
    .case-examples{
        width: 300px;
        height: 450px;
    }
    .case-examples-inner{
        width: 300px;
        height: 450px;
    }
    .news-container-1 .title{
        margin-bottom: 10px;
    }
    .news-box{
        width: 100%;
        height: 300px;
        display: flex;
        flex-wrap: nowrap;
    }
    .news-box:hover{

    }
    .news-box-inner{
        padding: 30px;
        color: #1F1F1F;
        flex: 1;
    }
    .news-box-img{
        width: 90%;
        margin: auto;
        margin-left: -30px;
        flex: 1;
    }
    .news-box-img img{
        width: 100%;
    }
    .news-box-title{
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 66px;
        margin-bottom: 10px;
    }
    .news-box-btn{
        justify-content: start;
        padding-top: 10px;
    }
    #pills-onSale .miniCube_image .font_solid{
        font-size: 4rem;
    }
    #pills-onSale .miniCube_image .font_hollow{
        font-size: 4rem;
    }
}


@media(max-width: 1100px){
    .product-overview{
        background-size: 350px 350px;
    }
    .pills_onSale_plan li,button{
        width: 100%;
    }
}
@media(max-width: 991px){
    .hot-product-title{
        width: 95%;
    }
    .hot-product-tab {
        margin-top: auto;
        margin-left: 30px;
        margin-bottom: 6px !important;
    }
    .hot-product-tab.nav-pills .nav-link {
        padding: 8px 15px;
        font-size: 1.1em;
        margin: 2px 5px;
    }
    .product-overview{
        background-image: none;
    }
    .product-overview .col-md-12{
        height: fit-content;
        padding: 10px 15px;
    }
    .product-overview-block {
        width: 100%;
        padding: 20px;
    }
    .pills-ccmail{
        width: 95%;
    }
    .ccmail_video_window{
        margin-left: 0px;
        margin-top: 50px;
    }
    .case-study-title{
        width: 95%;
    }
    .about-hgiga-container{
        width: 95%;
        margin: auto;
    }
    .about-hgiga-img{
        display: none;
    }
    .news-container-1{
        width: 95%;
    }
    .pills_onSale_plan li,button{
        width: 100%;
    }
    #pills-onSale .miniCube_image {
        margin-top: 10rem;
    }
    #pills-onSale .miniCube_image .font_solid{
        font-size: 4rem;
    }
    #pills-onSale .miniCube_image .font_hollow{
        font-size: 4rem;
    }
    #pills-Sherlock .bg, #pills-Sherlock .bg2{
        display: none;
    }

    #pills-Sherlock .item-sherlock .card{
        width: 33.3%;
        margin: 10px;
        height: 100px;
    }
}
@media (max-width: 767px){

    .banner-img {
        height: 480px;
    }
    .banner-img-item {
        height: 480px !important;
    }
    .banner-img-item-inner {
        width: 90%;
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-img-item-inner p {
        width: 100%;
    }
    br.md{
        display: none;
    }
    .hot-product-title{
        width: 100%;
    }
    .hot-product-title svg{
        display: none;
    }
    .hot-product-title .title{
        margin-left: 20px;
    }
    .hot-product-tab {
        margin-left: 10px;
    }
    .hot-product .tab-content {
        top: 0px;
    }
    .product-overview-block {
        padding: 0px;
    }
    .pills-ccmail {
        width: 100%;
    }
    .case-study-title{
        width: 100%;
    }
    .case-study-title .title {
        margin-left: 20px;
    }
    .about-hgiga-container{
        width: 100%;
    }
    .about-hgiga-content{
        margin-left: 20px;
        margin-right: 20px;
    }
    .news-container-1{
        width: 100%;
    }
    .news-container-1 .title {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    /*  */
    .news-box{
        width: 340px;
        height: 500px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.1);
        margin: 0px 20px;
        margin-top: 70px;
        display: block;
    }
    .news-box:hover{
        transform: translateY(-10px);
        transition: all 0.5s ease-out;
        box-shadow: 0px 50px 50px -30px rgba(0, 0, 0, 0.20);
    }
    .news-box-img{
        margin: auto;
        margin-top: -30px;
    }
    .news-box-title{
        font-size: 1.1em;
        height: 75px;
        margin-bottom: 10px;
    }
    .news-box-content{
        height: 55px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-box-btn{
        justify-content: center;
        padding-top: 20px;
    }
    #pills-onSale-tabContent .pills_onSale_tabContent_product{
        width: 100%;
        display:block;
    }
    #pills-onSale-tabContent.basic::before{
        left: 20%;
    }
    #pills-onSale-tabContent.basic::after{
        left: 20%;
    }
    #pills-onSale-tabContent.advanced::before{
        right: 19%;
    }
    #pills-onSale-tabContent.advanced::after{
        right: 19%;
    }
    .pills_onSale_plan li,button{
        width: 100%;
    }
    #pills-onSale .miniCube_image {
        margin-top: 5.5rem;
    }
    #pills-onSale .miniCube_image .font_solid{
        font-size: 2rem;
    }
    #pills-onSale .miniCube_image .font_hollow{
        font-size: 2rem;
    }

    .pills-Sherlock{
        width: 90%;
    }

}
@media (max-width: 576px){
    .banner-arrow {
        top: -250px;
    }
    #pills-Sherlock .item-sherlock .card{
        width: 100%;
        margin: 6px 6px 40px 6px;
        height: auto;
    }
}




