@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('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop {
    display: none !important;
}

@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;
    }
}

html,
body {
    background: black;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-family: Orbitron, 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ff6400;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 3px;
}

.InnerGIGABYTEContent h4 {
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent a {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: #00000000;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: 99vh;
    position: relative;
    overflow: hidden;
}

.kf-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.kf-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    position: absolute;
    padding: 0 3vw 0 10vw;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
    display: none;
    z-index: 0;
}

.kf-slider:first-child {
    position: relative;
}

.kf-slider.kf-prev {
    transform: translateX(-100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-next {
    transform: translateX(100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-active {
    transform: translateX(0);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.kf-slider-prev-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-prev-btn:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-prev-btn>div {
    width: 20px;
    height: 20px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-prev-btn:hover div {
    border-bottom: 1px #ff6400 solid;
    border-left: 1px #ff6400 solid;
}

.kf-slider-next-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-next-btn:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-next-btn>div {
    width: 20px;
    height: 20px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-next-btn:hover div {
    border-top: 1px #ff6400 solid;
    border-right: 1px #ff6400 solid;
}

.kf-img-bg {
    position: absolute;
    width: 2560px;
    margin: auto;
    inset: 0;
}

.kf-text {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.kf-text h3 {
    margin: 0 0 .5vw 0;
}

.kf-text p {
    margin: 0 0 1.5vw 0;
}

.kf-logos {
    display: flex;
    gap: 1vw;
}

.kf-logos>img {
    height: 80px;
}

.kf-img-col {
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf-img-main {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kf-img {
    width: 100%;
    max-width: 500px;
    position: absolute;
    margin: auto;
    inset: 0;
}

.kf-video {
    position: relative;
    width: 400px;
    padding-bottom: 225px;
    overflow: hidden;
}

.kf-video>iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec2 {
    position: relative;
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cool-img-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.cool-img-bg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
}

.cool-img-bg2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(2px);
}

.cool-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.cool-img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 5vw;
}

.cool-img img {
    width: 100%;
}

.cool-text {
    position: relative;
    background-color: rgba(120, 120, 120, 0.3);
    width: 100%;
    max-width: 800px;
    padding: 3vw 4vw;
    margin: 0 0 0 5vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.cool-text p {
    text-shadow: 0 0 5px #000;
}

.cool-img-cover {
    position: absolute;
    width: 100%;
    transform: translateY(5%);
}

.sec3 {
    max-width: 2560px;
    width: 100%;
    padding: 5vw 5vw 10vw 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cool2-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cool2-col1 {
    max-width: 1600px;
    width: 100%;
    position: relative;
}

.cool2-col:hover>div {
    filter: brightness(1.05);
}

.cool2-cols {
    max-width: 1600px;
    width: 100%;
    display: grid;
    justify-content: center;
    gap: 1vw;
}

.cool2-col {
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 950px;
}

.cool2-content {
    background: linear-gradient(to top, rgba(39, 39, 39, 1), rgba(39, 39, 39, .5));
    padding: 2.5vw 2.5vw 0 2.5vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cool2-content .content-text {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.cool2-content .imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cool2-content img {
    width: 100%;
}

.ff6400stroke {
    width: 100%;
    background: #ff6400;
    height: 10px;
}

.sec4 {
    position: relative;
    padding: 7vw 5vw 5vw 5vw;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    overflow: hidden;
}

.excellence-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.excellence-title {
    max-width: 1600px;
    position: relative;
    width: 100%;
    padding: 1.5vw 0 1.2vw;
    background-color: #3636368c;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.excellence-title>h3 {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
}

.excellence-cols {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1vw;
    max-width: 1600px;
}

.col-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2.5vw 2.5vw 0;
    background: linear-gradient(to top, rgba(120, 120, 120, 0.5), rgba(120, 120, 120, 0.2));
}

.col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.col-text p {
    margin-bottom: .5vw;
}

.col-text p:last-of-type {
    margin-bottom: 0;
}

.excellence-cols img {
    padding: 2vw 2vw 0 2vw;
    width: 100%;
}

.excellence-cols-left,
.excellence-cols-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.sec5 {
    width: 100%;
    max-width: 2560px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
}

.utility-1 {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.utility-2 {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.utility-2-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5vw;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 94% 100%, 0 100%);
    margin: 4vw 0 0 0;
}

.utility-2-text p {
    max-width: 800px;
    text-align: center;
}

.totalcommand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.totalcommand-img-bg {
    position: relative;
    width: 100%;
}

.totalcommand-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw 0;
}

.totalcommand-img {
    max-width: 770px;
    width: 50%;
}

.totalcommand-text {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

a.utility-download {
    padding: 0.5vw 1vw;
    margin: 1vw 0 0 0;
    border: 1px solid #ddd;
    color: #ddd;
}

a.utility-download:hover {
    border: 1px solid #ff6400;
    color: #ff6400;
}

.amd-logos {
    max-width: 2560px;
    width: 100%;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo {
    max-width: 1400px;
    width: 100%;
    padding: 5vw;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 2.4rem 1fr 150px;
    gap: 1vw 0;
    grid-template-areas:
        "logo1 logo2 logo3 logo4"
        "FreeSync software software software"
        "text1 text2 text3 text4"
        "logos logos logos logos";
}

.brand-logo>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.software {
    grid-area: software;
    border-top: #ccc 2px solid;
    background: #555;
    width: 100%;
    height: 100%;
}

.logo1 {
    grid-area: logo1;
    width: 100%;
    height: 100%;
}

.logo2 {
    grid-area: logo2;
    width: 100%;
    height: 100%;
}

.logo3 {
    grid-area: logo3;
    width: 100%;
    height: 100%;
}

.logo4 {
    grid-area: logo4;
    width: 100%;
    height: 100%;
}

.FreeSync {
    grid-area: FreeSync;
    border-top: #ccc 2px solid;
    background: #666;
    width: 100%;
    height: 100%;
}

.text1 {
    grid-area: text1;
    padding: 0 1vw;
}

.text2 {
    grid-area: text2;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.text3 {
    grid-area: text3;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.text4 {
    grid-area: text4;
    padding: 0 1vw;
    width: 100%;
    height: 100%;
}

.logos {
    grid-area: logos;
    gap: 3vw;
}

.brand-logo h4 {
    text-align: center;
    color: #eee;
}

.brand-logo p {
    text-align: center;
    color: #ddd;
    font-size: 8px;
    line-height: 16px;
}

.brand-logo img {
    max-height: 150px;
}

.brand-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 5vw 0 0 0;
}

.brand-copyright p {
    max-width: 1600px;
    width: 100%;
    color: #777;
    font-size: 8px;
    line-height: 16px;
}

.brand-copyright img {
    margin: 5vw 0 0 0;
}

.illustration-announce {
    margin: 5vw 0;
    position: relative;
    z-index: 999;
}

.illustration-announce p {
    text-align: center;
}

.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(-50%);
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a:last-child {
    display: none;
}

.dots a p {
    white-space: nowrap;
    color: #ff6400;
    font-size: 8px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 100%;
    width: 0;
}

.dots a div {
    background-color: white;
    width: 10px;
    height: 10px;
}

.dots a div.active {
    background-color: #ff6400;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: unset;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ff6400;
}