@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

@font-face {
    font-family: 'AORUS';
    src: url('/FileUpload/Global/KeyFeature/1449/innergigabytefonts/AORUS.woff') format("woff");
}

body {
    background-color: #000;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.InnerGIGABYTEContent h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: Orbitron, Arial, Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€, "Microsoft JhengHei", Ã¥Â¾Â®Ã¨Â»Å¸Ã©â€ºâ€¦Ã©Â»â€˜Ã©Â«â€, "Microsoft YaHei", SimHei, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Hiragino Kaku Gothic Pro", Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€, Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent a,
.InnerGIGABYTEContent p {
    font-size: 0.9rem;
    letter-spacing: 1.8px;
    color: #ddd;
    margin: 0;
    padding: 0;
    font-family: noto sans, Arial, Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€, "Microsoft JhengHei", Ã¥Â¾Â®Ã¨Â»Å¸Ã©â€ºâ€¦Ã©Â»â€˜Ã©Â«â€, "Microsoft YaHei", SimHei, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Hiragino Kaku Gothic Pro", Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€, Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

.InnerGIGABYTEContent img {
    vertical-align: middle;
}

#kf {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20vh 5vw 30vh;
}

#kf>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5vw;
}

#kf .imgs {
    position: relative;
    max-width: 1200px;
    width: 100%;
}

#kf .kf-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
}

#kf .imgs .kf-img {
    position: relative;
    width: 100%;
}

#kf .text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#kf .text h3 {
    color: #f9f9f9;
}

#kf .text h3,
#kf .text p {
    text-align: left;
}

#cycle-section1 {
    height: 200vh;
    background-color: #0e0e0e;
    background-image: url(../innergigabyteimages/slidebg.jpg);
    overflow: hidden;
}

.cycle-container {
    position: relative;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#cycle1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.cycle-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}

.cycle-slide.active {
    opacity: 1;
    pointer-events: unset;
}

.cycle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 100%;
}

.cycle-content>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    position: absolute;
}

.cycle-content img {
    width: 100%;
    animation-duration: .5s;
}

.cycle-content h3 {
    color: #f9f9f9;
    animation-duration: .4s;
    letter-spacing: 1px;
}

.cycle-content p {
    color: #fff;
    animation-duration: .5s;
    text-align: center;
}

#spectable {
    width: 100%;
    min-height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    padding: 5vh 0;
}

#spectable h3 {
    position: relative;
    color: #ddd;
    font-family: Orbitron, Arial, Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€, "Microsoft JhengHei", Ã¥Â¾Â®Ã¨Â»Å¸Ã©â€ºâ€¦Ã©Â»â€˜Ã©Â«â€, "Microsoft YaHei", SimHei, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Hiragino Kaku Gothic Pro", Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 2rem;
    border-bottom: 1px #777 solid;
    margin: 0 0 2rem 0;
    padding: 0 0 .5rem 0;
    display: inline-block;
}

#spectable h4 {
    color: #777;
    text-align: left;
    font-size: .9rem;
    letter-spacing: 1.8px;
    margin: 0;
    padding: 0;
    margin: 0 0 1% 0;
    font-family: noto sans, Arial, Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€, "Microsoft JhengHei", Ã¥Â¾Â®Ã¨Â»Å¸Ã©â€ºâ€¦Ã©Â»â€˜Ã©Â«â€, "Microsoft YaHei", SimHei, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Hiragino Kaku Gothic Pro", Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€, Arial, Verdana, Helvetica, sans-serif;
}

#spectable p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10% 0;
}

#spectable p:last-child {
    margin: 0;
}

.KVM {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 10% 0 0;
}

.KVM-img-bg {
    position: absolute;
    margin: auto;
    inset: 0;
    max-width: 100%;
    max-height: 100%;
}

.KVM-yt {
    max-width: 960px;
    width: 100%;
    position: relative;
    padding-bottom: 21.25%;
    margin-bottom: 3%;
}

.KVM-yt iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.KVM-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(120%);
}

.KVM-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0 10%;
    gap: 1vw;
}

.KVM-text h3 {
    color: #ddd;
    letter-spacing: 1px;
}

.KVM-text p {
    max-width: 500px;
}

a.kvm-learn-more {
    color: #ff6400;
    font-weight: bold;
}

a.kvm-learn-more:hover,
a.kvm-learn-more:focus {
    color: #46E6E6;
    text-shadow: 0 0 1px #46E6E6;
    text-decoration: transparent;
}

.KVM-img-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    position: relative;
    margin: 1vw 0 0 0;
}

.KVM-img-btns img {
    width: 100%;
    cursor: pointer;
    transition: all .5s;
}

.KVM-img-btns:hover {
    transform: scale(.9)
}

.KVM-img-btn2 {
    position: absolute;
}

.KVM-img-btn1.opacity,
.KVM-img-btn2.opacity {
    opacity: 0;
}

.KVM-imgs {
    width: 100%;
    position: relative;
}

.KVM-imgs img {
    transition: all .5s;
    width: 100%;
}

.KVM-img2 {
    position: absolute;
    left: 0;
    top: 0;
}

.KVM-img1.opacity,
.KVM-img2.opacity {
    opacity: 0;
}

.illustration-announce {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}