@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@font-face {
    font-family: 'Xolonium';
    src: url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROGFont';
    src: url("../fonts/ROGFontsv1.5-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

/* colors
hot pink : #ff0078;
*/

/*-overwrite-*/

/*
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#product_content_area p {
    margin-bottom: inherit;
}
*/
#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: inherit;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}

.width-line-gray {
    background: none;
}



/*-----general-----*/

#hd section .text h3{
    color: #00b7ee;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: normal;
}
#hd section .text p{
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1em;
    font-weight: lighter;
}
@media screen and (max-width: 1440px) {
#hd section .text h3{
    font-size: 1.6em;
}
}
@media screen and (max-width: 1024px) {
#hd section .text p{
    font-size: 1.2em;
}
}
@media screen and (max-width: 350px) {
#hd section .text h3{
    font-size: 1.2em;
}
#hd section .text p{
    font-size: 0.9em;
}
}



/*-----kv-----*/

#hd #epyc-kv{
    background: url('../img/kv-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 56vw;
}
#hd #epyc-kv .text{
    max-width: 600px;
    width: 60%;
    max-width: 1000px;
    margin: 10% 0 50px 10vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-kv .text h2{
    color: #00b7ee;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: normal;
    text-shadow: 0 0px 3px #000, 0 2px 5px #000, 0 0 8px #000;
}
#hd #epyc-kv .text{
}
#hd #epyc-kv .text > p{
    max-width: 750px;
    text-shadow: 0 0px 3px #000, 0 2px 5px #000, 0 0 8px #000;
}

#hd #epyc-kv .icons{
    display: flex;
    max-width: 600px;
    margin-top: 40px;
}
#hd #epyc-kv .icons .icon{
    border: 1px solid #00b7ee;
    border-radius: 10px;
    overflow: hidden;
    width: 33%;
    margin: 0 2%;
    box-sizing: border-box;
    padding: 10px;
}
#hd #epyc-kv .icons .icon img{
    display: block;
    width: 100%;
}
#hd #epyc-kv .logo{
    max-width: 600px;
    margin-top: 50px;
    text-align: center;
}
#hd #epyc-kv .logo img{
    display: block;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
#hd #epyc-kv .logo a{
    background: #0596c1;
    color: #000;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.3s;
    border-radius: 20px;
}
#hd #epyc-kv .logo a:hover{
    background: #00b7ee;
    border-color: rgba(255,255,255,0.8);
}


@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1150px) {
#hd #epyc-kv .text{
    width: 80%;
}
#hd #epyc-kv .text h2{
    font-size: 2em;
}
}

@media screen and (max-width: 768px) {
#hd #epyc-kv .text h2{
    font-size: 1.5em;
    margin-bottom: 10px;
}
#hd #epyc-kv .text{
    max-width: 100%;
    width: 100%;
    margin: 30px 0 30px 0;
}
}





/*-----expansion-----*/

#hd #epyc-expansion{
    background: #f8f9f8;
    padding: 60px 0;
    overflow: hidden;
}
#hd #epyc-expansion .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-expansion .text p{
    color: #000;
}

#hd #epyc-expansion .list{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-expansion .list .image{
    width: 60%;
    z-index: 1;
}
#hd #epyc-expansion .list .image img{
    width: 100%;
    display: block;
}
#hd #epyc-expansion .list .dots{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
}
#hd #epyc-expansion .list .lines{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

#hd #epyc-expansion .list .lines .line{
    position: absolute;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    transition: all 0.5s;
}
#hd #epyc-expansion .list .lines .line.active{
    opacity: 1;
}


#hd #epyc-expansion .list .dots .dot{
    position: absolute;
    left: 0;
    top: 0;
    background: #00b7ee;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transition: all 0.5s;
    cursor: pointer;
    animation: beat 2s 0s infinite;
    box-shadow: 0 0 0 6px rgba(51,184,217,0.4);
}

#hd #epyc-expansion .numbers{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
    display: none;
}
#hd #epyc-expansion .numbers .number{
    position: absolute;
    left: 0;
    top: 0;
    background: #00b7ee;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

@-webkit-keyframes beat {
    0% {
    background: #00b7ee;
    }
    50% {
    background: #fff;
    }
    100% {
    background: #00b7ee;
    }
}
#hd #epyc-expansion .list .dots .dot:hover{
}
#hd #epyc-expansion .list .dots .dot.active{
    /*box-shadow: 0 0 0 10px rgba(51,184,217,0.6);*/
}
#hd #epyc-expansion .list .dots #dot-1{
    left: 68.8%;
    top: 17.5%;
}
#hd #epyc-expansion .list .dots #dot-2{
    left: 46%;
    top: 16.3%;
}
#hd #epyc-expansion .list .dots #dot-3{
    left: 75.5%;
    top: 27%;
}
#hd #epyc-expansion .list .dots #dot-4{
    left: 18.3%;
    top: 58.5%;
}
#hd #epyc-expansion .list .dots #dot-5{ /*20210611*/
    left: 62%;
    top: 13.5%;
}


#hd #epyc-expansion .list .numbers #number-1{
    left: 68.8%;
    top: 17.5%;
}
#hd #epyc-expansion .list .numbers #number-2{
    left: 46%;
    top: 16.3%;
}
#hd #epyc-expansion .list .numbers #number-3{
    left: 75.5%;
    top: 27%;
}
#hd #epyc-expansion .list .numbers #number-4{
    left: 18.3%;
    top: 58.5%;
}

#hd #epyc-expansion .caption{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
}
#hd #epyc-expansion .caption.mobile{
    display: none;
}
#hd #epyc-expansion .caption .entry{
    /*opacity: 0;
    transition: all 0.5s;
    transform: translateX(-20px);*/
    position: absolute;
}
#hd #epyc-expansion .caption .entry.active{
    opacity: 1;
    transform: translateX(0px);
}
#hd #epyc-expansion .caption #entry-1{
    left: 100%;
    top: 6%;
    width: 65%;
}
#hd #epyc-expansion .caption #entry-2{
    left: 90%;
    top: 39%;
    width: 75%;
}
#hd #epyc-expansion .caption #entry-3{
    left: 70%;
    top: 78.5%;
    width: 95%;
}

#hd #epyc-expansion .caption .name{
    background: #00b7ee;
    color: #fff;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 6px;
}
#hd #epyc-expansion .caption .detail{
    color: #000;
}


@media screen and (max-width: 900px) {
#hd #epyc-expansion .caption .name{
    font-size: 0.9em;
}
#hd #epyc-expansion .caption .detail{
    font-size: 0.8em;
}
}

@media screen and (max-width: 767px) {
#hd #epyc-expansion .list .caption{
    display: none;
}
#hd #epyc-expansion .caption.mobile{
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    display: block;
}
#hd #epyc-expansion .caption .entry{
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#hd #epyc-expansion .list .dots{
    display: none;
}
#hd #epyc-expansion .list .lines{
    display: none;
}
#hd #epyc-expansion .list .image{
    width: 100%;
}
#hd #epyc-expansion .list .numbers{
    width: 100%;
}
}

@media screen and (max-width: 400px) {
#hd #epyc-expansion .caption .name{
    padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.2em;
}
#hd #epyc-expansion .caption .detail{
    line-height: 1.3em;
}
}


/*-----multi-----*/

#hd #epyc-multi{
    background: url('../img/multi-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
}
#hd #epyc-multi .inner{
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#hd #epyc-multi .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7%;
}
#hd #epyc-multi .text .icons{/*20210611*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#hd #epyc-multi .text .note{
    font-size: 0.9em;
    margin-top: 40px;
}
#hd #epyc-multi .text p{
    margin-bottom: 20px;
}
#hd #epyc-multi .text p img{
    display: inline-block;
    margin: 20px 0 0 0;
}




#hd #epyc-multi .picture{
    width: 50%;
    position: relative;
}
#hd #epyc-multi .picture img{
    width: 100%;
    display: block;
}
#hd #epyc-multi .picture .level-1{
    position: absolute;
    left: 0;
    top: 0;
}
#hd #epyc-multi .picture .level-2{
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {
#hd #epyc-multi .text{
    padding-right: 0;
}
}
@media screen and (max-width: 768px) {
#hd #epyc-multi .inner{
    display: block;
}
#hd #epyc-multi .text{
    width: 100%;
}
#hd #epyc-multi .picture{
    width: 100%;
}
}





/*-----front-----*/

#hd #epyc-front{
    background: url('../img/front-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 100px 0;
}
#hd #epyc-front .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

#hd #epyc-front .tabs{
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}
#hd #epyc-front .tabs .tab{
    width: 50%;
    background: rgba(255,255,255,0.1);
    color: #666;
    border: 1px solid transparent;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: lighter;
    cursor: pointer;
    transition: all 0.3s;
}
#hd #epyc-front .tabs .tab:hover{
    background: rgba(255,255,255,0.15);
    color: #888;
}
#hd #epyc-front .tabs .tab.active{
    background: none;
    border-color: #00b7ee;
    color: #00b7ee;
}



#hd #epyc-front .picture{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-front .picture .base{
    padding-top: 200px;
}

#hd #epyc-front .picture .box-1{
}
#hd #epyc-front .picture .box-1 .caption{/*20210611*/
    width: 25%;
    height: 20%;
    padding: 20px;
    background: rgba(235,156,43,1);
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    position: absolute;
    left: 37%;
    top: 18%;
}
#hd #epyc-front .picture .box-1 .line{/*20210611*/
    width: 65%;
    height: 30%;
    position: absolute;
    left: 17%;
    top: 38%;
    overflow: hidden;
}
#hd #epyc-front .picture .box-1 .line img{
    max-width: 100%;
}





#hd #epyc-front .picture .box-1 .marker{
    width: 21.5%;
    height: 13%;
    background: rgba(235,156,43,0.6);
    border: 1px solid rgba(235,156,43,1);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding: 15px 10px 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
}

#hd #epyc-front .picture .box-1 .marker-1{
    left: 50%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-2{
    left: 72%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-3{
    left: 50%;
    top: 82%;
}
#hd #epyc-front .picture .box-1 .marker-4{
    left: 72%;
    top: 82%;
}
/*20210611*/
#hd #epyc-front .picture .box-1 .marker-5{
    left: 6.5%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-6{
    left: 28.2%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-7{
    left: 6.5%;
    top: 82%;
}
#hd #epyc-front .picture .box-1 .marker-8{
    left: 28.2%;
    top: 82%;
}




#hd #epyc-front .picture .box-2 .caption{
    width: 21.5%;
    height: 25%;
    padding: 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
}
#hd #epyc-front .picture .box-2 .caption-1{
    left: 28%;
    top: 18%;
    padding-top: 20px;
    background: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .caption-2{
    left: 50.5%;
    top: 18%;
    padding-top: 13px;
    background: rgba(51,184,217,0.6);
}
#hd #epyc-front .picture .box-2 .line{
    position: absolute;
    width: 1px;
    height: 11%;
}
#hd #epyc-front .picture .box-2 .line-1{
    left: 39%;
    top: 43%;
    background: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .line-2{
    left: 61%;
    top: 43%;
    background: rgba(51,184,217,1);
}


#hd #epyc-front .picture .box-2 .marker{
    width: 21.5%;
    height: 13%;
    border: 1px solid rgba(255,255,255,0.4);
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding: 15px 10px 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    color: #00b7ee;
}
#hd #epyc-front .picture .box-2 .marker-1{
    left: 28%;
    top: 54%;
    background: rgba(55,120,7,0.5);
    border-color: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .marker-2{
    left: 50.5%;
    top: 54%;
    background: rgba(51,184,217,0.3);
    border-color: rgba(51,184,217,0.7);
}





#hd #epyc-front .picture .box-1{
    opacity: 0;
    transition: all 0.5s;
}
#hd #epyc-front .picture .box-2{
    opacity: 0;
    transition: all 0.5s;
}
#hd #epyc-front .picture .box.active{
    opacity: 1;
}






@media screen and (max-width: 1024px) {
#hd #epyc-front .picture .box-1 .caption{
    padding-top: 10px;
}
#hd #epyc-front .picture .box-2 .caption-1{
    padding-top: 10px;
}
}

@media screen and (max-width: 900px) {
#hd #epyc-front .picture{
    min-width: 900px;
    transform: translateX(-3%) scale(0.8);
}
}
@media screen and (max-width: 800px) {
#hd #epyc-front .picture{
    transform: translateX(-8%) scale(0.7);
}
}
@media screen and (max-width: 700px) {
#hd #epyc-front .picture{
    transform: translateX(-19%) scale(0.6);
}
}
@media screen and (max-width: 550px) {
#hd #epyc-front{
    padding: 50px 0 0 0;
}
#hd #epyc-front .tabs .tab{
    padding: 10px;
    font-size: 0.9em;
}
#hd #epyc-front .picture{
    transform: translateX(-22%) scale(0.45);
    margin-top: -50px;
}
}

@media screen and (max-width: 450px) {
#hd #epyc-front .picture{
    transform: translateX(-30%) scale(0.4);
}
}
@media screen and (max-width: 350px) {
#hd #epyc-front .picture{
    transform: translateX(-32%) scale(0.35);
}
}



/*-----server-----*/

#hd #epyc-server{
    background: #eaf0f0 url('../img/getawaycar.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-server .text{
    max-width: 600px;
    width: 30%;
    margin: 10% 0 50px 10vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-server .text p{
    color: #000;
    /*-----text-shadow: 0 0px 3px #fff, 0 2px 5px #fff, 0 0 8px #fff;-----*/
}
@media screen and (max-width: 1024px) {
#hd #epyc-server .text{
    max-width: 40%;
    width: 40%;
    margin: 5% 0 50px 5vw;
}
}
@media screen and (max-width: 768px) {
#hd #epyc-server{
    background-size: 150% auto;
    background-position: right top;
}
#hd #epyc-server .text{
    max-width: 100%;
    width: 100%;
    margin: 68vw 0 30px 0;
}
}

/*-----Security-----*/

#hd #epyc-security{
    background: #eaf0f0 url('../img/security.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-security .text{
    max-width: 600px;
    width: 40%;
    margin: 10% 0 50px 10vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-security .text p{
    color: #000;
    /*-----text-shadow: 0 0px 3px #fff, 0 2px 5px #fff, 0 0 8px #fff;-----*/
}
@media screen and (max-width: 1024px) {
#hd #epyc-security .text{
    max-width: 40%;
    width: 40%;
    margin: 5% 0 50px 5vw;
}
}
@media screen and (max-width: 768px) {
#hd #epyc-security{
    background-size: 150% auto;
    background-position: right top;
}
#hd #epyc-security .text{
    max-width: 100%;
    width: 100%;
    margin: 68vw 0 30px 0;
}
}
#hd #epyc-security .text .note{
    font-size: 0.9em;
    margin-top: 40px;
}


/*-----hpc-----*/

#hd #epyc-hpc{
    background: #000 url('../img/hpc.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-hpc .text{
    max-width: 600px;
    width: 40%;
    margin: 15% 0 50px 55vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-hpc .text h3{
    color: #fff;
}
@media screen and (max-width: 1024px) {
#hd #epyc-hpc .text{
    margin-top: 5%;
}
}
@media screen and (max-width: 768px) {
#hd #epyc-hpc{
    background-size: 150% auto;
    background-position: left top;
}
#hd #epyc-hpc .text{
    max-width: 100%;
    width: 100%;
    margin: 68vw 0 30px 0;
}
}



/*-----storage-----*/

#hd #epyc-storage{
    background: #e2e5e6 url('../img/storage.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-storage .text{
    max-width: 600px;
    width: 40%;
    margin: 15% 0 50px 45vw;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #epyc-storage .text p{
    color: #000;
    /*-----text-shadow: 0 0px 3px #fff, 0 2px 5px #fff, 0 0 8px #fff;-----*/
}
@media screen and (max-width: 1200px) {
#hd #epyc-storage .text{
    max-width: 50%;
    width: 50%;
    margin: 8% 0 50px 15vw;
}
}
@media screen and (max-width: 1024px) {
#hd #epyc-storage .text{
    max-width: 60%;
    width: 60%;
    margin: 12% 0 50px 5vw;
}
}
@media screen and (max-width: 768px) {
#hd #epyc-storage .text{
    max-width: 80%;
    width: 80%;
}
}
@media screen and (max-width: 400px) {
#hd #epyc-storage .text{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 50px 20px;
}
}





/*-----performance-----*/

#hd #epyc-performance{
    background: #f3f3f3;
    padding: 100px 0;
}
#hd #epyc-performance .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-performance .text p{
    color: #000;
}

#hd #epyc-performance .list{
    max-width: 1400px;
    margin: 100px auto 0 auto;
    display: flex;
    padding: 0 30px;
}
#hd #epyc-performance .lead{
    width: 30%;
    box-sizing: border-box;
    padding: 0 2%;
}
#hd #epyc-performance .lead h4{
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #38adc8;
    font-weight: bold;
}
#hd #epyc-performance .lead p{
    color: #000;
    text-align: center;
}
#hd #epyc-performance .lead .graph{
    display: flex;
}
#hd #epyc-performance .lead .graph img{
    max-width: 100%;
    display: block;
}
#hd #epyc-performance .lead .graph .up{
    width: 25%;
}
#hd #epyc-performance .lead .graph .number{
    width: 75%;
}


#hd #epyc-performance .team{
    width: 70%;
    display: flex;
    box-sizing: border-box;
    padding: 0 2%;
}
#hd #epyc-performance .team .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
}
#hd #epyc-performance .team h4{
    color: #00b7ee;
    font-size: 1.1em;
}
#hd #epyc-performance .team p{
    color: #000;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: lighter;
}


#hd #epyc-performance .note{
    max-width: 1400px;
    margin: 50px auto 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
}
#hd #epyc-performance .note p{
    font-size: 0.9em;
    color: #000;
    font-weight: lighter;
}


@media screen and (max-width: 768px) {
#hd #epyc-performance .list{
    display: block;
}
#hd #epyc-performance .lead{
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
    max-width: 360px;
    margin: 0 auto 50px auto;
}
#hd #epyc-performance .team{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 2%;
}
#hd #epyc-performance .team .entry{
    margin-bottom: 30px;
}
}


@media screen and (max-width: 500px) {
#hd #epyc-performance .lead{
    max-width: 250px;
}
#hd #epyc-performance .team{
    display: block;
}
}






/*-----thermal-----*/

#hd #epyc-thermal{
    background: #fff url('../img/thermal.jpg') center bottom no-repeat;
    overflow: hidden;
    background-size: 100% auto;
    min-height: 41vw;
    padding-bottom: 25vw;
}
#hd #epyc-thermal .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-thermal .text p{
    color: #000;
}





/*-----feature-----*/

#hd #epyc-feature{
    background: #0368a3;
    overflow: hidden;
    padding: 50px 0 100px 0;
}
#hd #epyc-feature .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-feature .text h3{
    color: #fff;
}

#hd #epyc-feature .tabs{
    max-width: 600px;
    margin: 50px auto 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}
#hd #epyc-feature .tabs .tab{
    width: 50%;
    background: rgba(0,0,0,0.4);
    color: #0a75b4;
    border: 1px solid transparent;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: lighter;
    cursor: pointer;
    transition: all 0.3s;
}
#hd #epyc-feature .tabs .tab:hover{
    background: rgba(0,0,0,0.5);
    color: #00b7ee;
}
#hd #epyc-feature .tabs .tab.active{
    background: none;
    border-color: #9adaff;
    color: #9adaff;
}

#hd #epyc-feature .list{
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 50px auto 0 auto;
}
#hd #epyc-feature .list .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    width: 33.33%;
}
#hd #epyc-feature .list h4{
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 20px;
}
#hd #epyc-feature .list p{
    line-height: 1.4em;
    font-weight: lighter;
    position: relative;
    margin-top: 40px;
}
#hd #epyc-feature .list p:before{
    content: '';
    display: block;
    width: 70%;
    position: absolute;
    left: 15%;
    top: -20px;
    height: 1px;
    background: #fff219;
}


#hd #epyc-feature .content-2{
    display: none;
}


@media screen and (max-width: 600px) {
#hd #epyc-feature .list{
    display: block;
}
#hd #epyc-feature .list .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 500px) {
#hd #epyc-feature .tabs .tab{
    padding: 10px;
    font-size: 0.9em;
}
}


/*-----management-----*/

#hd #epyc-management{
    background: #294c6e url('../img/management.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
#hd #epyc-management .text{
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
#hd .more{
    text-align: center;
}
#hd .more a{
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px 40px 7px 20px;
    color: #fff;
    font-size: 0.9em;
    transition: all 0.3s;
    display: inline-block;
    background: url('../img/arrow-tiny.png') calc(100% - 20px) center no-repeat;
}
#hd .more a:hover{
    background-position: calc(100% - 15px) center;
}

.video-wrapper{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    background-color: #222;
    overflow: hidden;
}
.bg-video{
    display: block;
    min-width: 100%;
    min-height: 100%;
    min-height: 100vh;
    background: #294c6e url('../img/management.jpg') center no-repeat;
    background-size: cover;
}
.trama {
    /*background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEElEQVQImWNIS0v7z0AQAABPPgIycO3+8AAAAABJRU5ErkJggg==) repeat scroll 0 0;*/
    background: rgba(0,0,0,0.7) url(../img/dot_pattern.png) repeat scroll 0 0;
    height: 100%;
    background-size: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}






@media screen and (max-width: 768px) {
#hd #epyc-management .text{
    padding: 80px 40px;
}
}
