/*  aorus slider  */

#top-image_aorus {
    background-image: url(../img/0049.jpg);
    background-repeat: no-repeat;
    /* background-size:auto; */
    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%;
    }
}

.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;
}


/* gallery */

.mouse-gallery .mouse-gallery-item>ul>li {
    margin: 8% 3% 3% 0;
    padding: 0;
    width: 45%;
    cursor: pointer;
    transition: .2s opacity;
    -webkit-transition: .2s opacity;
    -moz-transition: .2s opacity;
    -o-transition: .2s opacity;
    -ms-transition: .2s opacity;
    opacity: .6;
}

.mouse-gallery .mouse-gallery-item>ul>li:hover {
    opacity: 1;
    transition: .2s opacity;
}

.mouse-gallery .mouse-gallery-item>ul>li.photo-active {
    opacity: 1;
    outline: 2px solid #ff6400;
}


/* reliable */

.reliable .reliable-word {
    display: inline-block;
    width: 50%;
    padding: 0 1% 0 5%;
}

.reliable .reliable-icon {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

.weight {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0% 0 0 0;
}

.omron {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0% 0 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .reliable .reliable-icon {
        width: 7%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .reliable .reliable-icon {
        display: none;
    }
    .reliable .reliable-word {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .reliable .reliable-word {
        width: 100%;
    }
    .omron {
        margin: 4% 0 0 0;
    }
    .omron>div {
        width: 100%;
    }
    .weight>div {
        width: 100%;
    }
}


/* color */

.color-part {
    margin: 5% 0 0 0;
}

.color-part .color-part-word {
    display: inline-block;
    width: 50%;
    padding: 0 1% 0 5%;
}

.color-part .color-part-icon {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

.color-part_h3 {
    padding-left: 5%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .color-part .color-part-icon {
        width: 7%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .color-part .color-part-icon {
        display: none;
    }
    .color-part_h3 {
        padding-left: 3%;
    }
    .color-part .color-part-word {
        display: inline-block;
        width: 90%;
        padding: 0 1% 0 3%;
    }
}

@media screen and (max-width: 768px) {
    .color-part_h3 {
        padding-left: 2%;
    }
    .color-part .color-part-word {
        width: 100%;
        padding: 0 1% 0 2%;
    }
    .color-part {
        margin: 10% 0 0 0;
    }
}


/* hand */

.fit-hand-img {
    margin-top: -10%;
}

@media screen and (max-width: 768px) {
    .fit-hand-img {
        margin: 0% 0 0 0;
    }
}

.fit-hand-item {
    padding: 2% 0 25% 2%;
    background: url('../img/product/05.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right 106%;
}

.fit-hand-item>div {
    padding: 0 2.5% 2% 2.5%;
}

.player {
    padding: 0;
}

.player h3 {
    margin-top: -3%;
}

.player .player-hand {
    margin-top: -5%;
    text-align: right;
    padding-right: 7%;
}

.player .player-hand>img {
    display: inline-block;
    padding: 0 2% 0 2%;
    width: 20%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .fit-hand-item>div {
        padding: 0 1% 2% 1%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .player .player-hand {
        margin-top: 0%;
        text-align: center;
        margin-bottom: 7%;
    }
    .player .player-hand>img {
        display: inline-block;
        width: 15%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .player .player-hand {
        margin-top: 0%;
    }
}

@media screen and (max-width: 768px) {
    .player .player-hand {
        margin: 0 0 0 0;
        text-align: center;
        margin-bottom: 7%;
    }
    .fit-hand-item {
        margin: 0 5% 0 0;
    }
    .fit-hand-item {
        background-position: right 102%;
    }
    .fit-hand-item>div.iosmodel {
        padding: 0 2.5% 1% 6%;
    }
}


/*  follow_us  */

.follow_us_title {
    margin: 0;
    margin-top: 3%;
    clear: both;
}

.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%;
    }
}

.dpi_bg {
    background: url('../img/product/14.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}


/* hand-design */

.hand-design {
    background: url('../img/product/06.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.hand-design-c {
    padding: 16% 0 0 0;
}

.hand-design-img {
    padding: 16% 0 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .hand-design-c {
        padding: 8% 0 0 0;
    }
    .hand-design-img {
        padding: 5% 0 0 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .hand-design {
        background: none;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hand-design-c {
        padding: 0% 0 0 0;
    }
    .hand-design-img {
        padding: 0% 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .hand-design {
        background: none;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .hand-design-c {
        padding: 0% 0 0 0;
    }
    .hand-design-img {
        padding: 0% 0 0 0;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1920px) {
    .built {
        padding-top: 15%;
        padding-left: 5%;
    }
    .dpi_bg {
        background: url('../img/product/14.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .dpi_dptical {
        padding-top: 13%;
        padding-left: 5%;
    }
    .switch {
        padding: 0% 0 0 0;
    }
    .switch_c {
        padding-top: 15%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .built {
        padding-top: 0%;
        padding-left: 5%;
    }
    .dpi_bg {
        background: url('../img/product/14.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .dpi_dptical {
        padding-top: 9%;
        padding-left: 5%;
    }
    .switch {
        padding: 0% 0 0 0;
    }
    .switch_c {
        padding-top: 5%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .built {
        padding-top: 0%;
        padding-left: 5%;
    }
    .dpi_bg {
        background: url('../img/product/14.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .dpi_dptical {
        padding-top: 7%;
        padding-left: 0%;
    }
    .switch {
        padding: 0% 0 0 0;
    }
    .switch_c {
        padding-top: 0%;
        padding-left: 3%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .built {
        padding-top: 0%;
        padding-left: 3%;
    }
    .dpi_bg {
        background-image: none;
    }
    .dpi_dptical {
        padding-top: 4%;
        padding-left: 3%;
    }
    .switch {
        padding: 58% 0 0 0;
    }
    .switch_c {
        padding-top: 8%;
        padding-left: 0%;
    }
}

@media screen and (max-width: 767px) {
    .built {
        padding-top: 0%;
        padding-left: 3%;
    }
    .dpi_bg {
        background-image: none;
    }
    .dpi_dptical {
        padding-top: 4%;
        padding-left: 3%;
    }
    .switch {
        padding: 100% 0 0 0;
    }
    .switch_c {
        padding-top: 0%;
        padding-left: 0%;
    }
}

.aorus_grab_move img {
    position: relative;
    opacity: 0;
    transition: 1s;
}

@keyframes aorus_grab {
    0% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    20% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    60% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.94, 0.94) translate(0, 0);
        -webkit-filter: blur(0px) brightness(0.4);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1.0);
    }
}

@keyframes aorus_grab_move {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(0.98, 0.98) translate(0, 0);
        -webkit-filter: contrast(1.15) brightness(0.8);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(1.01, 1.01) translate(0, 0);
        -webkit-filter: contrast(1) brightness(1.2);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(0.98, 0.98) translate(0, 0);
        -webkit-filter: contrast(1.15) brightness(0.8);
    }
}


/* wing */

.aorus_wing_black img {
    opacity: 0;
    transition: 1s;
    position: relative;
    z-index: 151;
}

.aorus_wing_move img {
    position: relative;
    opacity: 1;
    transition: 1s;
}

.aorus_wing_left img {
    opacity: 0;
    transition: 1s;
    position: relative;
    z-index: 151;
}

.aorus_wing_left1 img {
    opacity: 0;
    transition: 1s;
    position: relative;
    z-index: 151;
}

.aorus_wing_light img {
    animation-delay: 3s;
    opacity: 0;
    transition: 1s;
    position: relative;
    z-index: 151;
}

@keyframes aorus_wing_left {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 0.5;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(3px) brightness(1.3);
    }
    70% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(2.2, 1.2) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
}

@keyframes aorus_wing_left1 {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 0.5;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(3px) brightness(1.3);
    }
    70% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1.4, 1.0) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
}

@keyframes aorus_wing_light {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    30% {
        top: 0px;
        left: 0;
        opacity: 0.1;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(1);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 0.7;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(2px) brightness(1.6);
    }
    75% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1.2, 1.0) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
}

@keyframes aorus_wing {
    0% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    20% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    60% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(0.94, 0.94) translate(0, 0);
        -webkit-filter: blur(0px) brightness(0.4);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1.0);
    }
}

@keyframes aorus_wing_black {
    0% {
        top: 0px;
        left: 0;
        opacity: 0.7;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(0px) brightness(1.0);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 0.6;
        transform: scale(0.94, 0.94) translate(0, 0);
        -webkit-filter: blur(0px) brightness(0.8);
    }
    80% {
        top: 0px;
        left: 0;
        opacity: 0.2;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(0.4);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(0.9, 0.9) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
}

@keyframes aorus_wing_move {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(0.98, 0.98) translate(0, 0);
        -webkit-filter: contrast(1.2) brightness(0.8);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 1;
        transform: scale(1.01, 1.01) translate(0, 0);
        -webkit-filter: contrast(1) brightness(1.2);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(0.98, 0.98) translate(0, 0);
        -webkit-filter: contrast(1.2) brightness(0.8);
    }
}


/* back */

.aorus_back_left {
    transition: 3s;
    position: relative;
    z-index: 151;
}

.aorus_back_light {
    transition: 3s;
    position: relative;
    z-index: 151;
}

.aorus_back_light img {
    opacity: 0;
}

@keyframes aorus_back_left {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(0px) brightness(.0);
    }
    45% {
        top: 0px;
        left: 0;
        opacity: 0.4;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(10px) brightness(7);
    }
    85% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(3, 1.8) translate(0, 0);
        -webkit-filter: blur(20px) brightness(12);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(2.5, 1.4) translate(0, 0);
        -webkit-filter: blur(15px) brightness(15);
    }
}

@keyframes aorus_back_light {
    0% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.0);
    }
    18% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(.6);
    }
    40% {
        top: 0px;
        left: 0;
        opacity: 0.6;
        transform: scale(1.01, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(1.9);
    }
    85% {
        top: 0px;
        left: 0;
        opacity: 0.3;
        transform: scale(1, 1.02) translate(0, 0);
        -webkit-filter: blur(5px) brightness(1);
    }
    100% {
        top: 0px;
        left: 0;
        opacity: 0;
        transform: scale(1, 1) translate(0, 0);
        -webkit-filter: blur(5px) brightness(0.4);
    }
}