@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700');

            body {
            background: #000;
            padding: 0;
            margin: 0;
        }


.InnerGIGABYTEContent img {
    width: 100%;
    outline: none;
    border: 0;
}

.InnerGIGABYTEContent .frame {
    margin: 0 auto;
    padding: 1em 0;
    overflow: hidden;
    width: 100%;
}

.InnerGIGABYTEContent #playBtn {
    cursor: pointer;
}

.InnerGIGABYTEContent .frame.full {
    width: 100%
}

.InnerGIGABYTEContent .title {
    font-size: 3.6em;
	text-align:center;
	margin-top:3%;
	margin-bottom:2%;
	color:#FFF;
	font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 1em;
	margin-left:12%;
	text-align:center;
    color: #ddd;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #bbb;
}

.InnerGIGABYTEContent .video {
    height: 0;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 */
}

.InnerGIGABYTEContent .video video, .video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.InnerGIGABYTEContent p {
    margin: 0.5em 0;
}

.InnerGIGABYTEContent .mainbar {
    width: 100%;
    background: #111;
    overflow: auto;
    height: 140px;
    font-size: 15px;
    line-height: 22px;
    color: #666;
    border-bottom: #111 solid 1px;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.InnerGIGABYTEContent .mainbar:hover {
    height: 150px;
    background: #000;
    color: #CCC;
    border-bottom: #ec6c00 solid 1px;
}

.InnerGIGABYTEContent .mainbar p {
    padding: 20px 0 0 0;
    font-size: 36px;
    line-height: 40px;
}

.InnerGIGABYTEContent .mainbar .btn a {
    color: #666;
    margin-left: 1em;
    margin-right: 1em;
}

.InnerGIGABYTEContent .mainbar .btn a:hover {
    color: #ec6c00;
}

.InnerGIGABYTEContent .table {
    /*display: table;*/
    /*min-height:500px;*/
    overflow: visible;
}

.InnerGIGABYTEContent .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_HIDE {
    display: none;
    vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_SHOW {
    display: table-cell;
    vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell .left {
    float: right;
    margin-left: 5%;
    /*margin-right:4%;*/
    text-align: left;
}

.InnerGIGABYTEContent .table .cell .right {
    float: right;
    margin-right: 5%;
    /*margin-left:4%;*/
    text-align: left;
}

.InnerGIGABYTEContent .table .cell .center {
    /*padding:1em 10% 0;*/
    padding: 0em 0px 0;
    /*min-height:400px;*/
    overflow: visible;
}

.InnerGIGABYTEContent .table .cell .offsetRight {
    margin-right: -25%;
}

.InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-left: -25%;
}

.InnerGIGABYTEContent .table .cell .btn a {
    color: #fff;
    background-color: #036;
    border-radius: 5px;
    box-shadow: 0px 0px 16px rgba(4, 111, 204, 1) inset;
    padding: 8px 16px;
    text-decoration: none;
    -o-transition: background .10s linear;
    -webkit-transition: background .10s linear;
    -moz-transition: background .10s linear;
    transition: background .10s linear;
}

.InnerGIGABYTEContent .table .cell .btn a:hover {
    background-color: #03C;
}

.InnerGIGABYTEContent .table .img {
    margin-top: 30px;
}

.InnerGIGABYTEContent .table .side {
    width: 10%;
    display: block;
}

.InnerGIGABYTEContent .table .margin0auto {
    margin-left: auto;
    margin-right: auto;
}

.InnerGIGABYTEContent .table .break {
    clear: both;
}

.InnerGIGABYTEContent .table .col1, .table .col1s, .table .col1l {
    width: 9.5%;
}

.InnerGIGABYTEContent .table .col2, .table .col2s, .table .col2l {
    width: 19%;
}

.InnerGIGABYTEContent .table .col3, .table .col3s, .table .col3l {
    width: 28.5%;
}

.InnerGIGABYTEContent .table .col4, .table .col4s, .table .col4l {
    width: 38%;
}

.InnerGIGABYTEContent .table .col5, .table .col5s, .table .col5l {
    width: 47.5%;
}

.InnerGIGABYTEContent .table .col52, .table .col52s {
    width: auto;
}

.InnerGIGABYTEContent .table .col6, .table .col6s, .table .col6l {
    width: 40%;
}

.InnerGIGABYTEContent .table .col7, .table .col7s, .table .col7l {
    width: 66.5%;
}

.InnerGIGABYTEContent .table .col8, .table .col8s, .table .col8l {
    width: 76%;
}

.InnerGIGABYTEContent .table .col8-1, .table .col8s-1, .table .col8l-1 {
    width: 1460px;
	margin-left:200px;
}

.InnerGIGABYTEContent .table .col9, .table .col9s, .table .col9l {
    width: 85.5%;
}

.InnerGIGABYTEContent .table .col10, .table .col10s, .table .col10l {
    width: 100%;
     display:block; 
margin:auto;}


.InnerGIGABYTEContent .fade {
    position: relative;
    overflow: auto;
    display: block;
}

.InnerGIGABYTEContent .fade .pic2 {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
}

.InnerGIGABYTEContent .img-large {
    display: block;
}

.InnerGIGABYTEContent .img-small {
    display: none;
}

/*features start*/

.InnerGIGABYTEContent #header {
    position: relative;
    /*height: 504px;*/
    background-repeat: no-repeat;
    /*min-height: 500px;
*/
}

.InnerGIGABYTEContent #header .title {
    margin: 0 auto;
    width: auto;
    z-index: 11;
    left: 50%;
    top: 50%;
    position: absolute;
    color: #fff;
    margin: -67px 0 0 13px;
    /*border-radius: 5px;
*/
}

.InnerGIGABYTEContent #header .frame {
    padding-top: 0;
}

.InnerGIGABYTEContent .imgscale {
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent .imgscale:hover {
    transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
}

.InnerGIGABYTEContent .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}




@media screen and (max-width: 1680px) {
.InnerGIGABYTEContent .table .col8-1, .table .col8s-1, .table .col8l-1 {
    width: 1360px;
	margin-left:150px;
}


}

@media screen and (max-width: 1366px) {
.InnerGIGABYTEContent .table .col6l {
        width: 50%;
    }
.InnerGIGABYTEContent .table .col52, .table .col52s {
        width: auto;
    }
.InnerGIGABYTEContent .frame {
        width: 100%;
    }

.InnerGIGABYTEContent .table .col8-1, .table .col8s-1, .table .col8l-1 {
    width: 1060px;
	margin-left:130px;
}

}


@media screen and (max-width: 1100px) {
.InnerGIGABYTEContent .table .col8-1, .table .col8s-1, .table .col8l-1 {
    width: 800px;
	margin-left:80px;
}

}


@media screen and (max-width: 960px) {

.InnerGIGABYTEContent .suborangetitle {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 2%;
    margin-top: 2%;
}

.InnerGIGABYTEContent .frame {
        width: 100%;
        padding: 1.5em 0;
    }
.InnerGIGABYTEContent .table .col52, .table .col52s {
        width: 95%;
    }
.InnerGIGABYTEContent .title {
        font-size: 2.2em;
        line-height: 1.1em;
    }
.InnerGIGABYTEContent .text {
        font-size:1.2em;
        line-height: 1.3em;
        margin-top: 1em;
    }
.InnerGIGABYTEContent .note {
        font-size: 0.5em;
        line-height: 1.5em;
        margin-top: 1.2em;
    }
.InnerGIGABYTEContent #header {
        background-color: #000;
        background-position: center;
        position: relative;
    }
.InnerGIGABYTEContent #header .title {
        width: auto;
        font-size: 1.1em;
        margin-top: -24px;
    }
.InnerGIGABYTEContent #header .frame {
        padding: 0em 0 1em;
    }
.InnerGIGABYTEContent .table .col5, .table .col5s, .table .col5l {
        width: 95%
    }

.InnerGIGABYTEContent .table .col8-1, .table .col8s-1, .table .col8l-1 {
    width: 700px;
	margin-left:80px;
}

}


@media screen and (max-width: 780px) {

.InnerGIGABYTEContent .table .col8, .table .col8s, .table .col8l {
    width: 76%;
	margin-left:8%;
}

}


@media screen and (max-width: 640px) {
   .InnerGIGABYTEContent  .table .col6l {
        width: auto;
    }
    .InnerGIGABYTEContent .frame {
        padding: 1em 0;
        width: 100%;
    }
    .InnerGIGABYTEContent .title {
        font-size: 1.6em;
		line-height:1.4em;
    }
    .InnerGIGABYTEContent .suborangetitle {        
        font-size: 20px;
        line-height: 20px;
        margin-top: 1%;        
        margin-bottom: 1%;        
    }
    .InnerGIGABYTEContent .text {
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 1em;
    }
    .InnerGIGABYTEContent .note {
        font-size: 12px;
        line-height: 1.5em;
        margin-top: 1.2em;
    }
    .InnerGIGABYTEContent .table {
        display: block;
    }
    .InnerGIGABYTEContent .table .cell {
        display: block;
    }
    .InnerGIGABYTEContent .table .cell_HIDE {
        display: block;
    }
    .InnerGIGABYTEContent .table .cell_SHOW {
        display: none;
    }
    .InnerGIGABYTEContent .table .col1l, .table .col2l, .table .col3l, .table .col4l, .table .col5l, .table .col6l, .table .col7l, .table .col9l {
        width: 100%;
        margin: 0;
    }
    .InnerGIGABYTEContent .table .col1, .table .col2, .table .col3, .table .col4, .table .col5, .table .col6, .table .col7, .table .col9 {
        width: 90;
        margin: 0 0;
    }
    .InnerGIGABYTEContent .table .col1s, .table .col2s, .table .col3s, .table .col4s, .table .col5s, .table .col6s, .table .col7s, .table .col9s {
        width: 60%;
        margin: 0 20%;
    }
	
.InnerGIGABYTEContent .table .col8, .table .col8s, .table .col8l {
    width: 80%;
    margin: 0 10%;
}

.InnerGIGABYTEContent .table .col10, .table .col10s, .table .col10l {
    width: 100%;
}

    .InnerGIGABYTEContent .table .cell .left, .table .cell .right, .table .cell .center {
        float: inherit;
        margin: 4% 0;
        text-align: left;
    }
    .InnerGIGABYTEContent .table .cell .center {
        padding: 0 0 0;
    }
    .InnerGIGABYTEContent .table .cell .offsetRight, .table .cell .offsetLeft {
        margin-right: 0;
        margin-left: 0;
    }
    .InnerGIGABYTEContent .table .side {
        display: none;
    }
    .InnerGIGABYTEContent .img-large {
        display: none;
    }
    .InnerGIGABYTEContent .img-small {
        display: block;
    }
    .InnerGIGABYTEContent #header {
        background-color: #000;
        background-position: center 80px;
        background-repeat: no-repeat;
        position: relative;
    }
    .InnerGIGABYTEContent #header .title {
        font-size: 0.8em;
        margin: 7px 0 0 -128px;
    }
}


@media screen and (max-width: 480px) { 

    .InnerGIGABYTEContent .text {
        line-height: 1.4em;
        margin-top: 1em;
    }


}


@media screen and (max-width: 360px) {
}
