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