::-webkit-scrollbar {
    width: 0;
}

::selection {
    color: rgba(255, 100, 0, 1);
    background: rgba(0, 0, 0, .5);
}

.rgb_rotate {
    animation: rgb_rotate linear 5s infinite;
}

@keyframes rgb_rotate {
    0% {
        -webkit-filter: hue-rotate(0deg);
        transition: 0.1s;
    }

    100% {
        -webkit-filter: hue-rotate(360deg);
        transition: 0.1s;
    }
}

.rgb_brf {
    animation: rgb_brf ease-out 6s infinite;
}

@keyframes rgb_brf {
    0% {
        -webkit-filter: brightness(.4);
        transition: 0.1s;
    }

    1% {
        -webkit-filter: brightness(0.8);
        transition: 0.1s;
    }

    2% {
        -webkit-filter: brightness(0.1);
        transition: 0.1s;
    }

    3% {
        -webkit-filter: brightness(1.0);
        transition: 0.1s;
    }

    4% {
        -webkit-filter: brightness(0.1);
        transition: 0.1s;
    }

    5% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    6% {
        -webkit-filter: brightness(0.4);
        transition: 0.1s;
    }

    7% {
        -webkit-filter: brightness(1.5);
        transition: 0.1s;
    }

    70% {
        -webkit-filter: brightness(1.5);
        transition: 0.1s;
    }

    100% {
        -webkit-filter: brightness(.4);
        transition: 0.1s;
    }
}

.rgb_word_light {
    animation: rgb_word_light linear 6s infinite;
}

@keyframes rgb_word_light {
    0% {
        -webkit-filter: brightness(.0);
        transition: 0.1s;
    }

    1% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    2% {
        -webkit-filter: brightness(0);
        transition: 0.1s;
    }

    3% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    4% {
        -webkit-filter: brightness(0);
        transition: 0.1s;
    }

    5% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    6% {
        -webkit-filter: brightness(0);
        transition: 0.1s;
    }

    7% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    70% {
        -webkit-filter: brightness(1.3);
        transition: 0.1s;
    }

    100% {
        -webkit-filter: brightness(0);
        transition: 0.1s;
    }
}

.vga_rotate {
    animation: vga_rotate ease-in-out 10s infinite;
}

.vga_rotate_nomal {
    animation: vga_rotate_nomal linear 2.8s infinite;
    transition: 0.1s;
    opacity: 0.3;
}

.vga_rotate_alternate {
    animation: vga_rotate_alternate linear 2.8s infinite;
    transition: 0.1s;
    opacity: 0.15;
}

@keyframes vga_rotate_nomal {
    0% {
        transform: rotateZ(0deg);
        transition: 0.1s;
    }

    100% {
        transform: rotateZ(-7200deg);
        transition: 0.1s;
    }
}

@keyframes vga_rotate_alternate {
    0% {
        transform: rotateZ(0deg);
        transition: 0.1s;
    }

    100% {
        transform: rotateZ(7200deg);
        transition: 0.1s;
    }
}

@keyframes vga_rotate {
    0% {
        transform: rotateZ(0);
        transition: 4s;
    }

    35% {
        transform: rotateZ(0);
        transition: 4s;
    }

    100% {
        transform: rotateZ(-3600deg);
        transition: 4s;
    }
}

.vga_color_grab {
    animation: vga_color_grab linear 8s infinite;
}

@keyframes vga_color_grab {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }

    12% {
        -webkit-filter: hue-rotate(0deg);
    }

    13% {
        -webkit-filter: hue-rotate(45deg);
    }

    24% {
        -webkit-filter: hue-rotate(45deg);
    }

    25% {
        -webkit-filter: hue-rotate(90deg);
    }

    36% {
        -webkit-filter: hue-rotate(90deg);
    }

    37% {
        -webkit-filter: hue-rotate(135deg);
    }

    48% {
        -webkit-filter: hue-rotate(135deg);
    }

    49% {
        -webkit-filter: hue-rotate(180deg);
    }

    60% {
        -webkit-filter: hue-rotate(180deg);
    }

    61% {
        -webkit-filter: hue-rotate(225deg);
    }

    72% {
        -webkit-filter: hue-rotate(225deg);
    }

    73% {
        -webkit-filter: hue-rotate(270deg);
    }

    84% {
        -webkit-filter: hue-rotate(270deg);
    }

    85% {
        -webkit-filter: hue-rotate(315deg);
    }

    99.9% {
        -webkit-filter: hue-rotate(315deg);
    }

    100% {
        -webkit-filter: hue-rotate(0deg);
    }
}

.InnerGIGABYTEContent a.url_test {
    color: #ff6400;
}

.InnerGIGABYTEContent a.url_test:hover {
    text-shadow: 0 0 10px #ff6400, 0 0 10px #ff6400, 0 0 10px #ff6400;
    color: #ffffff;
}

.InnerGIGABYTEContent a.url_test:visited {
    text-decoration: none;
}

.InnerGIGABYTEContent a.url_test:active {
    color: #fff;
    text-decoration: none;
}

.feature_img {
    box-shadow: 0px 0px 20px #ff6400, 0px 0px 2px #fff;
}

.learn_more {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.button_line {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 2px;
}

.button_line2 {
    animation: 2s button_line2 infinite ease-in-out;
    background-color: #fff;
    height: 2px;
    display: block;
    position: absolute;
}

@keyframes button_line2 {
    0% {
        width: 0%;
        top: 0;
        left: 0;
        opacity: 0;
    }

    8% {
        width: 20%;
        top: 0;
        left: 0;
        opacity: 1;
    }

    40% {
        width: 80%;
        top: 0;
        left: 100%;
        opacity: 0;
    }
}

@media screen and (max-width:1200px) {
    .button_line2 {
        display: none;
    }
}

.feature_img_div img {
    position: relative;
    top: 0;
    transition: 0.1s;
}

.feature_img_div:hover img {
    position: relative;
    top: -45px;
    transition: 0.4s;
}

.feature_img_div div p {
    position: relative;
    top: 0;
    transition: 0.1s;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.feature_img_div:hover div p {
    position: relative;
    top: -45px;
    transition: 0.4s;
    color: #ff6400;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #000;
    font-size: 22px;
}

.vga_a {
    animation: vga_a 4s linear infinite;
    transition: 0.5s;
}

@keyframes vga_a {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 10px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.vga_b {
    animation: vga_b 4s linear infinite;
    transition: 0.5s;
}

@keyframes vga_b {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.feature_img {
    box-shadow: 0px 0px 20px #ff6400, 0px 0px 2px #fff;
}

.InnerGIGABYTEContent .col-lg-12,
.InnerGIGABYTEContent .col-xs-12,
.InnerGIGABYTEContent .col-sm-12,
.InnerGIGABYTEContent .col-md-12,
.InnerGIGABYTEContent .col-lg-12 {
    margin: 0;
    padding: 0;
}

.KV-video {
    width: 100%;
}

.InnerGIGABYTEContent {
    max-width: 1920px;
    margin: auto;
    padding: 0;
    width: 100%;
}

#test_201801 {
    max-width: 1920px;
}

.plus {
    display: block;
    float: left;
    background-color: rgba(238, 238, 238, 0.1)
}

.InnerGIGABYTEContent .content_line>div {
    width: 90%;
    text-align: left;
}

@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent .content_line>div {
        width: 100%;
    }
}

.InnerGIGABYTEContent .screen_vga_boom {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1600px;
    background-image: url('../innergigabyteimages/vga/boom/09.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent .vga_booom_word {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 507;
    opacity: 0;
}

.InnerGIGABYTEContent .screen_vga_boom img {
    width: 100%;
    display: block;
}

.vga_booom_01,
.vga_booom_02,
.vga_booom_03,
.vga_booom_04,
.vga_booom_05,
.vga_booom_06 {
    width: 100%;
    margin: 0;
    display: block;
    top: 0;
    position: absolute;
}

.InnerGIGABYTEContent .screen_vga_boom_rwd>img {
    width: 100%;
    display: block;
}

.InnerGIGABYTEContent .feature_imgs {
    width: 100%;
    max-width: 1920px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.InnerGIGABYTEContent .feature_imgs>a {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 510;
    width: 30%;
    padding: 0% 1%;
}

.feature_img_div.learn_more_href_2:nth-child(4) {
    transform: translateY(-20px);
}

.feature_img_div.learn_more_href_2:nth-child(5) {
    transform: translateY(-20px);
}

.InnerGIGABYTEContent .feature_img {
    width: 100%;
}

.InnerGIGABYTEContent .bios-switch {
    width: 70%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    animation: linear feature_img 3s infinite;
}

.InnerGIGABYTEContent .bios-switch>img {
    width: 46%;
}

.InnerGIGABYTEContent .bios-switch>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.InnerGIGABYTEContent .bios-switch>div .gigabyte_gaming_h2 {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    font-size: 2rem;
}

.InnerGIGABYTEContent .bios-switch>div .gigabyte_gaming_h2,
.InnerGIGABYTEContent .bios-switch>div .performance_h3.aorus_font_01 {
    padding: 0;
    margin: 0;
}

.w100 {
    width: 100%;
}

.InnerGIGABYTEContent .twoway_bg>div {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.InnerGIGABYTEContent .color_img_body {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
}

.InnerGIGABYTEContent .screen_element_boom_wing {
    width: 100%;
    padding: 0 0 63% 0;
    overflow: hidden;
    margin: 0;
    position: relative;
    height: 0;
}

.InnerGIGABYTEContent .screen_element_boom_wing_text {
    width: 100%;
    padding: 0 0 100% 0;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
}

.InnerGIGABYTEContent .screen_element_boom_wing_text>div {
    display: flex;
    align-items: center;
}

.aorus_wing_black,
.aorus_wing_light,
.aorus_wing_left,
.aorus_wing_left1,
.aorus_wing_move {
    width: 100%;
    padding: 0 0 100% 0;
    margin: 9% 0 0 0;
    display: block;
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.aorus_wing_black {
    position: relative;
    transition: 1s;
}

@media screen and (max-width:1200px) {

    .aorus_wing_black,
    .aorus_wing_light,
    .aorus_wing_left,
    .aorus_wing_left1,
    .aorus_wing_move {
        margin: 0;
    }
}


.aorus_wing_black img,
.aorus_wing_light img,
.aorus_wing_left img,
.aorus_wing_left1 img,
.aorus_wing_move img {
    width: 100%;
    display: block;
    transition: 1s;
}

.feature_imgs_2 {
    width: 100%;
    max-width: 1920px;
    position: relative;
    height: 0;
    padding-bottom: 23%;
}

.feature_imgs_2>a {
    width: 30%;
    padding: 0% 1% 12% 1%;
    display: block;
    height: 0;
    position: absolute;

}

.InnerGIGABYTEContent .note {
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
}

.nv_logo {
    max-width: 1920px;
    padding: 0;
    margin: 5% auto 5% auto;
}

.nv_logo>div {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

.InnerGIGABYTEContent h1.follow_us_title {
    margin: 5% 0 2%
}

.InnerGIGABYTEContent h3.about_us_title {
    color: #Ff6400;
    padding-bottom: 3%;
}

.social-media-cols {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-media-cols>div {
    text-align: center;
}

.social-media-cols img {
    width: 36px;
}

.social-media-cols p {
    padding-top: 2.5%;
}

.InnerGIGABYTEContent .aorus_show {
    max-width: 1920px;
    margin: 0;
}

/*  aorus slider  */
@keyframes Aorus_ani {
    0% {
        padding-top: 13%;
    }

    42% {
        padding-top: 8%;
    }

    100% {
        padding-top: 13%;
    }
}

@keyframes Aorus_ani2 {
    0% {
        padding-top: 8%;
    }

    40% {
        padding-top: 5%;
    }

    100% {
        padding-top: 8%;
    }
}

.fire_aorus {
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.fire_ani {
    animation: Aorus_ani 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
    width: 100%;
    max-width: 1920px;
}

.fire_ani2 {
    animation: Aorus_ani2 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
    width: 100%;
    max-width: 1920px;
}

.fire_aorus>img,
.fire_ani>img,
.fire_ani2>img {
    width: 100%;
}

.carousel-control.left>div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%) rotate(45deg);
    border-bottom: #ff6400 2px solid;
    border-left: #ff6400 2px solid;
}

.carousel-control.right>div {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(0, -50%) rotate(225deg);
    border-bottom: #ff6400 2px solid;
    border-left: #ff6400 2px solid;
}

.InnerGIGABYTEContent h3 {
    font-family: "AORUS", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-shadow: 0 0 1rem #ff6400, 0 0 1.5rem #ff6400, 0 0 2rem #ff6400;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 2.5rem;
        font-weight: normal;
        text-shadow: none;
    }
}

.InnerGIGABYTEContent h4 {
    font-family: "Aldrich", '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: 2.5rem;
}

@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent h4 {
        font-size: 1.5rem;
    }
}

.InnerGIGABYTEContent a {
    font-family: "Aldrich", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: 0.1rem;
}

@media screen and (max-width:1200px) {

    .InnerGIGABYTEContent a {
        font-size: 1.1rem;
    }
}

.InnerGIGABYTEContent p {
    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;
    margin: 0.5vw 0;
    font-size: 1.1rem;
}

.sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw 0 0 0;
    padding: 0 5vw;
}

@media screen and (max-width:1500px) {
    .sec {
        padding: 0 0 0 5vw;
    }
}

@media screen and (max-width:1200px) {
    .sec {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 5vw;
    }
}

h3.sec-title {
    width: 40%;
    text-align: right;
    margin: 0 1vw 0 0;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width:1200px) {
    h3.sec-title {
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: flex-start;
    }
}

.sec-text {
    width: 50%;
    position: relative;
}

@media screen and (max-width:1200px) {
    .sec-text {
        width: 100%;
    }
}

.sec-text p {
    width: 85%;
}

@media screen and (max-width:1200px) {
    .sec-text p {
        width: 100%;
    }
}

.bg-line {
    position: absolute;
    width: 436px;
    height: 88px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width:1200px) {
    .bg-line {
        display: none;
    }
}

.sec-bg {
    width: 100%;
}

.social-media {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.social-media h3,
.social-media h4 {
    text-align: center;
}