
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;display=swap');

.InnerGIGABYTEContent .consumer_breadcrumb{
    position: relative; 
    top:0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 12px 0;
  }

  .InnerGIGABYTEContent .consumer_breadcrumb_items{
    display: inline-block !important;
  }
  
  .InnerGIGABYTEContent .consumer_breadcrumb_item{
    display: inline-block !important;
  }
  
  .InnerGIGABYTEContent .consumer_breadcrumb_item p{
    color:#eee;
    margin:0 2px 0 3px;
    font-size: 14px;
  }
  
  .InnerGIGABYTEContent .consumer_breadcrumb_item p svg{
    position: relative;top:2px;
  }

.InnerGIGABYTEContent a.clcik_hover{
    position: relative;
    display: block;
    padding: 1px 0;
    text-decoration: none;
  transition: 0.3s;
  color: #FF6400;
  letter-spacing: 0.5px;
  line-height: 1.8;
  width: fit-content;
    margin: auto;
  }

  .InnerGIGABYTEContent a.clcik_hover::after{
    position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background:  rgba(255, 100, 0, 0.5);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  }

  .InnerGIGABYTEContent a.clcik_hover:hover::after{
    transform: scaleX(1);
    transform-origin: left;
  }

.InnerGIGABYTEContent .hot_product_title{
font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 53px;
letter-spacing: 0em;
text-align: center;
color: #eeeeee;

}

.InnerGIGABYTEContent .HotProductImage{
    width: 100%;
}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 1600px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}

.InnerGIGABYTEContent .swiper-button-next-hot:after{
    content: url('https://www.gigabyte.com/FileUpload/Global/MainPages/7/innergigabyteimages/icon/next.png');
    user-select:none;
    border: none;

}


.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 1600px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}

.InnerGIGABYTEContent .swiper-button-prev-hot:after{
    content: url('https://www.gigabyte.com/FileUpload/Global/MainPages/7/innergigabyteimages/icon/prev.png');
    user-select:none;
    border: none;

}


.InnerGIGABYTEContent .swiper-hot{
    max-width: 1400px;
    margin: auto;
}

.InnerGIGABYTEContent .swiper-hot img.HotProductImage+span{
    display: block;
}

.InnerGIGABYTEContent .swiper-hot img.HotProductImage+span::before {
    content        : '';
    display        : block;
    height         : 12vw;
    width          : 10%;
    background     : url('https://www.gigabyte.com/FileUpload/Global/MainPages/7/innergigabyteimages/loading.svg') center center no-repeat;
    background-size: contain;
    margin-bottom  : 20px;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(1);
}

.InnerGIGABYTEContent .swiper-hot img.HotProductImage {
    position     : absolute;
    top          : 0;
    left         : 0;
    display      : none;
    margin-bottom: 20px;
}

.InnerGIGABYTEContent .swiper-hot img.swiper-lazy-loaded,
.InnerGIGABYTEContent .swiper-hot img.loaded {
    display : block;
    position: static;
}

.InnerGIGABYTEContent .swiper-hot img.swiper-lazy-loaded+span::before,
.InnerGIGABYTEContent .swiper-hot img.loaded+span::before {
    display: none;
}

.InnerGIGABYTEContent .swiper-container {
    width: 100%;
    height: 99.5%;
/*     max-width: 1500px;
    margin: auto; */
}

.InnerGIGABYTEContent .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.InnerGIGABYTEContent .swiper-slide.HasVideo picture{
	display:none;
}
.InnerGIGABYTEContent .swiper-slide.HasVideo video{
	display:block;
	width:100%;
}

.InnerGIGABYTEContent .swiper-scrollbar-drag {
    color: #fff;
}

.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
text-decoration: none;
color: #eeeeee;

}


.InnerGIGABYTEContent .swiper-slide a div{
display:flex;
flex-direction:column;
height:250px;

}


.InnerGIGABYTEContent .swiper-slide a div span{
width:100%;
margin-top:20px;

}

.InnerGIGABYTEContent .swiper-slide a img {
    width: 100%;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_desktop{
display: block;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_mobile{
 display: none; 
}


      .InnerGIGABYTEContent .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;

      }






@media screen and (min-width: 1360px) and (max-width: 1680px) {

.InnerGIGABYTEContent .side-menu > li .side-menu-sub li {
    padding: 3px 0;
}

.InnerGIGABYTEContent .hot_product_title{
font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 53px;
letter-spacing: 0em;
text-align: center;
color: #eeeeee;

}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 1200px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 1200px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-hot{
    max-width: 1000px;
    margin: auto;
}



.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
text-decoration: none;
color: #eeeeee;
user-select: none;

}




}

@media screen and (min-width: 992px) and (max-width: 1360px) {

    .InnerGIGABYTEContent .hot_product_title{
font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 53px;
letter-spacing: 0em;
text-align: center;
color: #eeeeee;

}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 900px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 900px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-hot{
    max-width: 750px;
    margin: auto;
}




.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
text-decoration: none;
color: #eeeeee;
user-select: none;
}

}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .InnerGIGABYTEContent .hot_product_title{
    color: #eeeeee;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: center;


}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 700px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 700px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-hot{
    max-width: 600px;
    margin: auto;
}




.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
text-decoration: none;
color: #eeeeee;
user-select: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_desktop{
display: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_mobile{
 display: block; 
}

}


@media screen and (min-width: 500px) and (max-width: 768px) {
    .InnerGIGABYTEContent .hot_product_title{
    color: #eeeeee;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: center;


}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 450px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 450px)/ 2);
        top: 60%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-hot{
    max-width: 360px;
    margin: auto;
}




.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
text-decoration: none;
color: #eeeeee;
user-select: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_desktop{
display: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_mobile{
 display: block; 
}

}


@media screen and (max-width: 500px) {

    .InnerGIGABYTEContent .swiper-container {
    width: 100%;
    height: 70%;
}


    .InnerGIGABYTEContent .hot_product_title{

    color: #eeeeee;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: center;
margin-bottom: 5%;

}

.InnerGIGABYTEContent .swiper-button-next-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        right: calc(1 * (100vw - 360px)/ 2);
        top: 35%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-button-prev-hot{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
        display: block;
        position: absolute;
        left: calc(1 * (100vw - 360px)/ 2);
        top: 35%;
        user-select:none;
        border: none;
        outline:none;
}



.InnerGIGABYTEContent .swiper-hot{
    max-width: 280px;
    margin: auto;
}




.InnerGIGABYTEContent .swiper-slide a{
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
color: #eeeeee;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: center;
user-select: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_desktop{
display: none;
}


.InnerGIGABYTEContent .swiper-slide a img.banner_mobile{
 display: block; 
}


}

.InnerGIGABYTEContent .side-menu > li .side-menu-sub li.disableSelect{
	opacity:0.4;
}


@media screen and (max-width: 960px){
	.InnerGIGABYTEContent .swiper-slide.HasVideo picture{
		display:block;
	}
	.InnerGIGABYTEContent .swiper-slide.HasVideo video{
		display:none;
		width:100%;
	}

}