body {
    margin: 0;
}

.newseries_h1 {
    text-align: right;
    margin: 3% 0 2% 0;
}

.screen_vga_boom {
    padding: 0 0 42% 0;
}

.exellence_bg {
    margin: 2% 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: 0;
    background-image: url('../innergigabyteimages/vga/61.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 0 65% 0;
}

.exellence_bg>div {
    display: flex;
    align-items: center;
}

.twoway_bg {
    padding: 5% 0 60% 0;
    margin: 2% 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: 0;
    background-image: url('../innergigabyteimages/vga/60.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ai_bg {
    padding: 3% 0 57% 0;
}

.utility_bg {
    padding: 3% 0 69% 0;
    margin: 2% 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: 0;
    background-image: url('../innergigabyteimages/vga/63.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.output_padding {
    padding: 26% 0 0 0;
}


.warranty_bg {
    padding: 5% 0 0% 0;
    margin: 0;
    background: url('../innergigabyteimages/vga/67_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.content_line {
    background-image: url('../innergigabyteimages/vga/23.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 0%;
    background-size: 45%;
}

@media screen and (min-width: 1500px) {
    .screen_vga_boom {
        padding: 0 0 42% 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .screen_vga_boom {
        padding: 0 0 50% 0;
    }

    .exellence_bg {
        padding: 2% 0 70% 0;
    }

    .twoway_bg {
        padding: 5% 0 65% 0;
    }

    .ai_bg {
        padding: 3% 0 62% 0;
    }

    .utility_bg {
        padding: 3% 0 75% 0;
    }

    .output_padding {
        padding: 20% 0 0 0;
    }

    .warranty_bg {
        padding: 5% 0 0% 0;
        margin: 0;
        background: url('../innergigabyteimages/vga/67.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .newseries_h1 {
        text-align: left;
        margin: 3% 0 0% 0;
    }

    .screen_vga_boom {
        padding: 0 0 50% 0;
    }

    .exellence_bg {
        padding: 0 0 56% 0;
    }

    .twoway_bg {
        padding: 5% 0 42% 0;
    }

    .ai_bg {
        padding: 3% 0 43% 0;
    }

    .utility_bg {
        padding: 3% 0 55% 0;
    }


    .warranty_bg {
        padding: 5% 0 0% 0;
        margin: 0;
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .content_line {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 0%;
        background-size: 45%;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .newseries_h1 {
        text-align: left;
        margin: 3% 0 0% 0;
    }

    .screen_vga_boom {
        padding: 0 0 50% 0;
    }

    .exellence_bg {
        padding: 0% 0 56% 0;
    }

    .ai_bg {
        padding: 3% 0 43% 0;
    }

    .utility_bg {
        padding: 3% 0 55% 0;
    }

    .warranty_bg {
        padding: 5% 0 0% 0;
        margin: 0;
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .content_line {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 0%;
        background-size: 45%;
    }

}

@media screen and (max-width: 768px) {
    .newseries_h1 {
        text-align: left;
        margin: 30px 0 0% 0;
    }

    .screen_vga_boom {
        padding: 0 0 50% 0;
    }

    .exellence_bg {
        padding: 0% 0 56% 0;
    }

    .ai_bg {
        padding: 3% 0 43% 0;
    }

    .utility_bg {
        padding: 3% 0 55% 0;
    }

    .warranty_bg {
        padding: 5% 0 0% 0;
        margin: 0;
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .content_line {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 0%;
        background-size: 45%;
    }

}

::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);
    }
}

.url_test {
    color: #ff6400;
    font-weight: bold;
    font-size: 26px;
}

.url_test:hover {
    text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
    color: #ffffff;
    text-decoration: none;
}

a.url_test:visited {
    text-decoration: none;
}

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;
    height: 40px;
    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;
    }
}

.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);
    }
}

.rainbow_bg_super {
    animation: linear give_me_rainbow_super 4s infinite;
}

@keyframes give_me_rainbow_super {
    0% {
        filter: hue-rotate(30deg);
    }

    50% {
        filter: hue-rotate(-70deg);
    }

    100% {
        filter: hue-rotate(30deg);
    }
}

.feature_img {
    animation: linear feature_img 3s infinite;
}

@keyframes feature_img {
    0% {
        box-shadow: 0px -1px 0px 0px rgba(255, 0, 255, 1), 1px 1px 0px 0px rgba(0, 0, 255, 1), -1px 1px 0px 0px rgba(0, 255, 255, 1);
    }

    25% {
        box-shadow: 0px -1px 0px 0px rgba(0, 255, 255, 1), 1px 1px 0px 0px rgba(255, 0, 255, 1), -1px 1px 0px 0px rgba(0, 0, 255, 1);
    }

    75% {
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 255, 1), 1px 1px 0px 0px rgba(0, 255, 255, 1), -1px 1px 0px 0px rgba(255, 0, 255, 1);
    }

    100% {
        box-shadow: 0px -1px 0px 0px rgba(255, 0, 255, 1), 1px 1px 0px 0px rgba(0, 0, 255, 1), -1px 1px 0px 0px rgba(0, 255, 255, 1);
    }
}

.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 {
    margin: 0;
    max-width: 1920px;
}

#test_201801>div,
#test_201803>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {

    #test_201801>div,
    #test_201803>div {
        flex-direction: column;
    }
}

.plus {
    display: block;
    float: left;
    background-color: rgba(238, 238, 238, 0.1)
}

.InnerGIGABYTEContent .content_line>div {
    width: 90%;
    text-align: left;
}

.InnerGIGABYTEContent .screen_vga_boom {
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    height: 0;
    max-width: 1600px;
    background-image: url('../innergigabyteimages/vga/boom/09.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.InnerGIGABYTEContent .vga_booom_word {
    width: 100%;
    padding: 0 0 100% 0;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 0;
    position: absolute;
    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%;
    padding: 0 0 100% 0;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 0;
    position: absolute;
}

.InnerGIGABYTEContent .screen_vga_boom_rwd>img {
    width: 100%;
    display: block;
}

.InnerGIGABYTEContent .feature_imgs {
    width: 100%;
    max-width: 1920px;
    position: relative;
    height: 0;
    padding-bottom: 12%;
}

.InnerGIGABYTEContent .feature_imgs>a {
    margin: 0 0 0 0;
    display: block;
    height: 0;
    position: absolute;
    z-index: 510;
    width: 30%;
    padding: 0% 1% 12% 1%;
}

.learn_more_href_1:nth-child(1) {
    left: 5%;
}

.learn_more_href_1:nth-child(2) {
    left: 35%;
}

.learn_more_href_1:nth-child(3) {
    left: 65%;
}

.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;
}

#test_201804 {
    padding: 2%;
    width: 100%;
}

.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;

}

.feature_imgs_2>a.learn_more_href_2:nth-child(1) {
    margin: 0;
    left: 5%;
}

.feature_imgs_2>a.learn_more_href_2:nth-child(2) {
    margin: 0;
    left: 35%;
}

.feature_imgs_2>a.learn_more_href_2:nth-child(3) {
    margin: 0;
    left: 65%;
}

.feature_imgs_2>a.learn_more_href_2:nth-child(4) {
    margin: 9% 0 0 0;
    left: 20%;
}

.feature_imgs_2>a.learn_more_href_2:nth-child(5) {
    margin: 9% 0 0 0;
    left: 50%;
}

#test_201808 {
    margin: 5% 0 0 0;
}

.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;
}