#content_wrap {
    width: 100%;
    float: left;
    padding-bottom: 10%;
}

#Choose-the-Right-Gear a{color: #fff;}

@media (min-width: 1200px) {
    #menu {
        width: 22%;
    }
    #menu h1 a {
        height: 90px;
    }
    #content_wrap {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #menu {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, .95);
        left: -100%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #content_wrap {
        width: 100%;
    }
    #menu h1 a {
        display: none;
    }
    #menu h4.mobile-title {
        display: block;
        width: 100%;
        color: white;
        text-align: center;
    }
    #menu.move {
        left: 0px;
    }
}

.topic-wrap {
    padding: 0;
}

.topic-wrap > li {
    width: 100%;
}

.home {
    display: none;
}

.topic-wrap > li > a {
    width: 100%;
    padding: 4% 4% 4% 6%;
    display: block;
    position: relative;
    color: #fff;
    background-color: #333;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    margin-top: 6px;
}

.topic-wrap > li > a:hover {
    color: #f00;
}

.topic-wrap > li > a.active {
    background-color: #000;
    border-right: 3px solid red;
    color: #f00;
}

.topic-wrap li > a > i {
    margin-right: 14px;
    /* transition: transform 0.1s ease-in-out; */
}

.topic-wrap > li > a.active i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.topic {
    padding: 0;
    display: none;
}

.topic > li > a {
    display: block;
    width: 100%;
    padding: 3% 10%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    color: #fff;
}

.topic > li > a:hover {
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.3);
}

.topic > li.activebtn > a {
    color: red;
}

.topic > li.sub-topic-title:hover {
    cursor: default;
    background-color: rgba(0, 0, 0, 0);
}

.topic > li:first-of-type {
    margin-top: 6px;
}

.topic > span.sub-topic-title {
    display: block;
    width: 100%;
    font-weight: bold;
    color: red;
    text-align: center;
    border-bottom: red 2px solid;
    padding: 10px 0;
}

@media (max-width: 992px) {
    .topic-wrap li > a {
        margin-top: 6px;
        padding: 16px;
        text-align: center;
    }
    .topic-wrap > li > a.active {
        border-right: 0;
        color: #000;
        background-color: red;
    }
}


/* right */

.banner {
    border-bottom: rgba(255, 0, 0, 0) 8px solid;
}

.news-wrap {
    width: 50%;
    float: left;
}

.news-wrap h3,
.award-wrap h3 {
    margin-bottom: 20px;
}

.news {
    float: left;
    width: 49%;
    padding: 1% 2% 2%;
    margin-right: 1%;
    text-align: center;
}

.news h4 {
    color: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
}

.news h4:hover {
    color: #f00;
}

.award-wrap {
    width: 50%;
    float: left;
    text-align: center;
}

.award {
    width: 240px;
    padding: 1% 0 2%;
    display: inline-block;
    text-align: center;
    color: #f00;
    margin-bottom: 16px;
    /* transition: transform 0.2s ease-in-out; */
}



.award strong {
    font-size: 14px;
    color: #fff;
}

.award p {
    font-size: 10px;
    line-height: 150%;
    color: #f00;
    margin-top: 5%;
}

.award a:link {
    color: #f00;
}

@media (max-width: 1440px) {
    .news {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .news-wrap {
        width: 100%;
    }
    .news {
        width: 50%;
        margin-right: 0;
    }
    .award-wrap {
        width: 100%;
    }
    .award {
        width: 48%;
        vertical-align: top;
    }
    .award p {
        padding: 0 10px;
    }
}

.owl_wrap {
    position: relative;
    display: block;
}

.topic-title {
    display: none;
}

.item h5 {
    width: 100%;
    font-size: 1.4em;
    margin: 2% auto 0;
    text-align: center;
    color: #fff;
}

.wrap {
    max-width: 990px;
    width: 85%;
    margin-top: 1%;
    border: 1px solid #333;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.3);
}

.owl-nav {
    width: 100%;
    padding: 0 5%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 40px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #f00;
    text-decoration: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f00;
}

.item.video-item {
    position: relative;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 4.5%;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 0;
    background-size: 100% 100%;
    background-size: cover;
    /*text-indent: -999em;*/
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -o-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
       transition-delay: 0s, 0s;
}

.videoPoster:hover::before,
.videoPoster:focus::before {
    border-color: #f00;
}

.videoPoster:hover::after,
.videoPoster:focus::after {
    border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -o-transition-delay: 0s, 800ms;
       transition-delay: 0s, 800ms;
}

.youtube_playBtn {
    position: relative;
    z-index: 90;
    width: 8%;
    margin: 0 auto;
}

.youtube_playBtn svg {
    -webkit-transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    -o-transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);
}

@media (max-width: 992px) {
    .owl_wrap {
        margin-top: 50px;
    }
    .topic-title {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        padding: 15px 5px;
        background-color: red;
    }
    .item.video-item {
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 4.5%;
    }
    .owl-dots {
        margin-top: 40px;
    }
    .topic-wrap .topic-btn.home {
        display: block;
        background-color: #868686;
        color: #000;
    }
}

.q-content,
.a-content {
    width: 80%;
    margin: 5% auto 0;
    text-align: center;
}

.q-content h3 {
    background-color: #f00;
    padding: 10%;
    margin-bottom: 50px;
    line-height: 34px;
    border-radius: 5px;
}

.a-group {
    margin: 80px 0 50px;
}

.a-btn {
    display: inline-block;
    margin-right: 10px;
}

.a-btn a:hover {
    cursor: pointer;
    background-color: red;
    color: #000;
}

.a-btn a:focus {
    cursor: pointer;
    background-color: red;
    color: #000;
}

.prev-btn {
    display: inline-block;
    width: 100%;
    color: red;
    text-align: left;
    margin-top: 50px;
}

.prev-btn[final-goback] {
    width: 48%;
}



.next-btn {
    display: inline-block;
    width: 48%;
    color: red;
    margin-top: 50px;
}

.again-btn {
    display: inline-block;
    width: 48%;
    color: red;
    text-align: right;
    margin-top: 50px;
}

.again-btn a:hover i {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX( 10px);
        -ms-transform: translateX( 10px);
            transform: translateX( 10px);
}

.prev-btn a:hover i {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX( -10px);
        -ms-transform: translateX( -10px);
            transform: translateX( -10px);
}

.welcome .next-btn {
    width: 100%;
}

.result {
    font-size: 24px;
    display: inline-block;
}

.result {
    display: inline-block;
}

.result a {
    width: 100%;
    display: block;
    color: red;
    font-size: 24px;
    border: #f00 1px solid;
    padding: 15px 15px;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.result a:hover {
    cursor: pointer;
    background-color: red;
    color: #000;
}

.result a:focus {
    cursor: pointer;
    background-color: red;
    color: #000;
}

#Choose-the-Right-Gear {
    height: 100%;
}

.lucky_img {
    float: left;
    width: 15%;
}

.lucky_talk {
    float: left;
    width: 75%;
}

.name_lucky {
    display: block;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}

.mwt_border {
    text-align: left;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin: 0 30px;
    padding: 30px;
    font-size: 22px;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
	color: #000;
}

.guest_img {
    float: right;
    width: 15%;
}

.guest_talk {
    float: right;
    width: 75%;
}

.name_guest {
    display: block;
    color: #fff;
    text-align: right;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}

.answer-btn {
    display: inline-block;
    border-radius: 30px;
    border: 3px solid #f00;
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 20px;
}


/*箭頭左*/

.mwt_border .arrow_l_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 25%;
    left: -30px;
}


/*箭頭右*/

.mwt_border .arrow_r_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 25%;
    right: -30px;
}

img[product-img] {
    width: 78%;
    margin: 0 auto 5px;
}

img[others-img] {
    margin: 0 auto 5px;
}

@media (min-width: 1207px) and (max-width: 1660px) {
    .a-group[text-fix="1"] {
        padding: 0 15%;
    }
}

@media (max-width: 992px) {
    .result {
        width: 100%;
        margin-top: 10px;
    }
    .a-btn {
        width: auto;
        margin-top: 10px;
    }
    .a-group[text-fix="1"] {
        margin: 20px 0;
        padding: 0 5%;
    }
}

@media (max-width: 768px) {
    .q-content,
    .a-content {
        width: 100%;
    }
    .lucky_img {
        width: 25%;
    }
    .mwt_border {
        border-radius: 5px;
        margin: 0 15px;
        padding: 15px;
        font-size: 16px;
    }
    .mwt_border .arrow_l_int {
        width: 0px;
        height: 0px;
        border-width: 7px;
        border-style: solid;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        top: 12%;
        left: -13px;
    }
    .name_lucky {
        padding-left: 16px;
    }
    .answer-btn {
        margin-top: 0px;
        font-size: 20px;
    }
    .a-btn {
        margin-right: 0;
    }
    .a-group {
        margin: 15px 0 50px;
    }
    .result a {
        width: 85%;
        margin: 0 auto;
    }
    .again-btn {
        text-align: center;
        margin-top: 20px;
    }
    .prev-btn {
        padding-left: 20px;
        margin-top: 0px;
    }
}

.hot-item{
    color: #ff0000;
    -webkit-animation: hot 1s infinite;
            animation: hot 1s infinite;
    margin-left: 10px;
}

@-webkit-keyframes hot {
    0% {
        color: #ff0000;
    }
    50%{
        color: #ffff00;
    }
    100% {
        color: #ff0000;
    }

   
}
/* sandwish */

.page {
    width: 48px;
    height: 48px;
    /* background: rgba(255,255,255,0.07); */
    display: none;
    /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
    /* -webkit-transform: scale(3); */
    /* transform: scale(3); */
}

#btn {
    display: none;
}

.menu {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.top,
.bottom,
.middle {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    /* transition-property: transform, opacity */
}

.top .inner,
.bottom .inner,
.middle .inner {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: block;
    height: 1px;
    width: 17px;
    background: #fff;
    position: absolute;
    left: 16px;
}

.top .inner {
    top: 23px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: -webkit-transform 0.2s 0.2s;
    -o-transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
        transform: translateY(-7px);
}

.middle .inner {
    top: 23px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: -webkit-transform 0.2s 0.2s;
    -o-transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
}

.bottom .inner {
    bottom: 23px;
    background: #fff;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
        transform: translateY(6px);
}

#btn:checked ~ .menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

#btn:checked ~ .menu .top {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

#btn:checked ~ .menu .top .inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
       transition-delay: 0;
}

#btn:checked ~ .menu .bottom {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

#btn:checked ~ .menu .bottom .inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

#btn:checked ~ .menu .middle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#btn:checked ~ .menu .middle .inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 992px) {
    .page {
        position: absolute;
        margin-top: 4px;
        display: block;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
