.the-content{
    margin-bottom: 20px;
}
.the-content .text_center{
    text-align: center;
}
.the-content  .style_text_1{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #c4942f;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative;
}
.the-content  .style_text_1:after{
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 170px;
    height: 1px;
    background: #e5e5e5;
    content: '';
}
.the-content  .style_text_2{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 8px;
}
.the-content  .style_text_3{
    text-align: center;
    text-transform: uppercase;
    color: #999999;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 8px;
}
.the-content .style_video{
    position: relative;
    text-align: center;
}
.the-content .style_video #popup_video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.the-content .style_video #popup_video a{
    display: block;
    width: 100%;
    height: 100%;
}