#IntelEGS-Webinar .video-image{
    position: relative;
}
#IntelEGS-Webinar .video-image img{
    display: block;
    width: 100%;
    position: relative;
}
#IntelEGS-Webinar .video-image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 1;
}
#IntelEGS-Webinar .video-image a:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -0;
    background: url('../img/icon-play-2.png') center no-repeat;
    background-size: 65px;
    background-color: rgba(0,0,0,0.2);
    transition: all 0.2s;
    z-index: 2;
}
#IntelEGS-Webinar .video-image a:hover:after{
    background-color: rgba(0,0,0,0);
}




/*-pop video-*/

.IntelEGS-pop{
    position: fixed;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.IntelEGS-pop .pop-main{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.IntelEGS-pop .video{
    width: 60vw;
    margin: 6vw auto 3vw auto;
}
.IntelEGS-pop iframe{
    width: 100%;
    height: calc(60vw * 0.5625);
}
.IntelEGS-pop #video-1{
}

.IntelEGS-pop .btn-x{
    position: fixed;
    right: 30px;
    top: 100px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #444 url(../img/close.png) center no-repeat;
    background-size: 30px;
    transition: opacity 0.2s;
    opacity: 0.7;
}
.IntelEGS-pop .btn-x:hover{
    opacity: 1;
}
@media screen and (max-width: 1200px) {
.IntelEGS-pop .video{
    width: 80vw;
}
.IntelEGS-pop iframe{
    height: calc(80vw * 0.5625);
}
}

@media screen and (max-width: 768px) {
.IntelEGS-pop .video{
    width: 100vw;
}
.IntelEGS-pop iframe{
    height: calc(100vw * 0.5625);
}
}





/*****************IntelEGS-register*********************/

.IntelEGS-register{
    background: #fff;
    color: #000;
}
.IntelEGS-register .bar{
    padding: 15px 10px 10px 10px;
    background: #03498f;
    text-align: center;
}
.IntelEGS-register h3{
    margin-bottom: 0.2em !important;
    color: #fff !important;
}
.IntelEGS-register .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    box-sizing: border-box;
}
.IntelEGS-register .inner .form .input-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.IntelEGS-register .inner .form .input-list .entry{
    width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}
.IntelEGS-register .inner .form .input-list .entry label{
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.IntelEGS-register .inner .form .input-list .entry input{
    display: block;
    width: 100%;
}
.IntelEGS-register .inner .form .input-list .entry input[type="text"],
.IntelEGS-register .inner .form .input-list .entry input[type="tel"],
.IntelEGS-register .inner .form .input-list .entry input[type="email"]{
    padding: 0 10px;
}
.IntelEGS-register .inner .form .input-list .entry select{
    display: block;
    width: 100%;
    padding: 0 10px;
}
.IntelEGS-register .inner .form .checkbox-list{
    padding: 15px;
    background: #f5f5f5;
    margin-top: 20px;
}
.IntelEGS-register .inner .form .checkbox-list .entry{
    margin-bottom: 10px;
}
.IntelEGS-register .inner .form .checkbox-list .entry input{
    margin-right: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
    outline: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-image: inherit;
    padding: inherit;
    margin: inherit;
}
.IntelEGS-register .inner .form .checkbox-list .entry label{
    display: inline;
}
.IntelEGS-register .inner .form .checkbox-list a{
    color: #0075d7;
    text-decoration: underline;
}
.IntelEGS-register .submit{
    text-align: center;
    margin-top: 30px;
}
.IntelEGS-register .btn-submit{
    background-color: #03498f;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 18px;
    border: 0;
}
.IntelEGS-register .btn-submit:hover{
    background-color: #1d74cb;
}
.IntelEGS-register .optional{
    color: #888;
}
.IntelEGS-register .checkbox-group{
    border: none;
    margin-top: 20px;
}
.IntelEGS-register .checkbox-group fieldset > div{
    display: inline-block;
    margin-bottom: 5px;
}
.IntelEGS-register .checkbox-group fieldset{
    border: none;
}
.IntelEGS-register .checkbox-group input{
    margin-right: 5px;
}
.IntelEGS-register .checkbox-group label{
    margin-right: 15px;
}

@media screen and (max-width: 768px) {    
.IntelEGS-register h3{
    font-size: 1.5em !important;
}
.IntelEGS-register .inner .form .input-list .entry{
    width: 50%;
}
}
@media screen and (max-width: 600px) {    
.IntelEGS-register .inner .form .input-list .entry{
    width: 100%;
    padding: 0 0 20px 0;
}
}


