/*  aorus slider  */
.InnerGIGABYTEContent #top-image_aorus {
    background-image: url(../innergigabyteimages/0049.jpg);
    background-repeat: no-repeat;
    position: relative;
}

@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%;
    }
}

.InnerGIGABYTEContent .fire_ani {
    animation: Aorus_ani 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}

.InnerGIGABYTEContent .fire_ani2 {
    animation: Aorus_ani2 15s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}


/* excellence  */
.InnerGIGABYTEContent #carousel-2 {
    position: relative;
}

.InnerGIGABYTEContent #carousel-2 .carousel-inner #protect_word_1 {
    margin-top: 15;
}

.InnerGIGABYTEContent #carousel-2 .carousel-inner #protect_word_2 {
    margin-top: 10%;
}

.InnerGIGABYTEContent #carousel-2 .carousel-inner #protect_word_3 {
    margin-top: 3%;
}

.InnerGIGABYTEContent #carousel-2 .carousel-inner .item h2 {
    color: #ff6400;
}

@media screen and (max-width: 992px) {
    .InnerGIGABYTEContent #carousel-2 .carousel-inner .item:nth-child(1) .protect_word {
        padding-top: 0%;
    }

    .InnerGIGABYTEContent #carousel-2 .carousel-inner #protect_word_2 {
        margin-top: 0;
    }

    .InnerGIGABYTEContent #carousel-2 .carousel-inner #protect_word_3 {
        margin-top: 0;
    }
}


/*  engine&care  */
.InnerGIGABYTEContent .certification button {
    border-radius: 0;
    border: 2px solid #fff;
    background-color: transparent;
    margin-top: 0.5%;
    padding: 1.5% 5%;
    transition: .3s;
    outline: none;
}

.InnerGIGABYTEContent .ce_button_word {
    color: #fff;
    transition: .3s;
}

.InnerGIGABYTEContent .certification button:hover {
    background-color: transparent;
    border-color: #ff6400;
    transition: .3s;
    outline: none;
}

.InnerGIGABYTEContent .certification button:hover .ce_button_word {
    color: #ff6400;
    transition: .3s;
}

.InnerGIGABYTEContent .certic_part {
    margin: 0;
    padding: 0;
}

.InnerGIGABYTEContent .certic_word {
    padding: 5% 4% 0 4%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .InnerGIGABYTEContent .certic_part {
        margin-top: 2%;
    }

    .InnerGIGABYTEContent .certic_word {
        padding-top: 2%;
    }
}

@media screen and (max-width: 768px) {
    .InnerGIGABYTEContent .certic_part {
        margin-top: 4%;
    }
}


/*  follow_us  */
.InnerGIGABYTEContent .follow_us_title {
    margin: 0;
    margin-top: 3%;
}

.InnerGIGABYTEContent .follow_box {
    border: 1px solid #fff;
    cursor: pointer;
    transition: .3s;
    margin: 0 0.5% 0 0.5%;
    padding: 1% 0 0.5% 0;
}

.InnerGIGABYTEContent .follow_box i {
    transition: .3s;
    color: #fff;
    font-size: 36px;
}

.InnerGIGABYTEContent .follow_box p {
    transition: .3s;
}

.InnerGIGABYTEContent .follow_box:hover {
    transition: .3s;
    background-color: #222;
}

.InnerGIGABYTEContent .follow_box:hover i {
    transition: .3s;
    transform: scale(1.1);
}

.InnerGIGABYTEContent .follow_box:hover p {
    color: #ff6400;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .InnerGIGABYTEContent .follow_box {
        margin: 2% 7% 0 7%;
    }
}


/* NV logos  */
.InnerGIGABYTEContent .nv_logo_item {
    display: inline-block;
    margin: 0 auto;
    font-size: 0;
    width: 13.9%;
    border-left: 1px solid #ddd;
}

.InnerGIGABYTEContent .nv_logo_item img {
    font-size: 0;
    display: inline-block;
    margin: 0 auto;
}

.InnerGIGABYTEContent .nv_logo_item:nth-child(1) {
    border-left: 1px solid #000;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .InnerGIGABYTEContent .nv_logo_item {
        width: 20%;
    }

    .InnerGIGABYTEContent .nv_logo_item:nth-child(5) {
        border-left: 1px solid #000;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .InnerGIGABYTEContent .nv_logo_item {
        width: 30%;
        border: none;
    }

    .InnerGIGABYTEContent .nv_logo_item:nth-child(2) {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .InnerGIGABYTEContent .nv_logo_item:nth-child(5) {
        margin-top: 2%;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
}

@media screen and (max-width: 768px) {
    .InnerGIGABYTEContent .nv_logo_item {
        width: 40%;
        border: none;
    }

    .InnerGIGABYTEContent .nv_logo_item:nth-child(odd) {
        border-right: 1px solid #ddd;
        margin-top: 2%;
    }

    .InnerGIGABYTEContent .nv_logo_item:nth-child(7) {
        border-right: 1px solid #000;
    }
}