a {
    color: #333;
}
.h2st {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.pdr20 {
	padding-right: 20px;
}
.pdl20 {
	padding-left: 20px;
}
.entertxt {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
}
.flex_cont {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;  
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.flex_cont_t {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;  
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.txtcont {
	font-size: 18px;
    line-height: 24px;
}
.absboxcont {
    position: relative;
}
.abscont {
    position: absolute;
    top: 50%;
    width: 45%;
    right: 20px;
    transform: translate(0%, -50%);
    background: rgba(255, 255, 255, 0.60);
    padding: 20px;
}
.abscont2 {
    position: absolute;
    top: 50%;
    width: 45%;
    left: 40px;
    transform: translate(0%, -50%);
    text-shadow: 0px 0px 20px #fff, 1px 1px 1px #fff;
}
.bold {}
.light {}
.endcont {
    width: 48%;
    margin-top: 35px;
}
.endcont .txtcont {
    margin-top: 20px;
}
.endtxt {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content {
    width: 950px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .flex_cont, .flex_cont_t {
        display: block;
    }
    .flex_cont .txtcont {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .flex_cont > div:nth-child(1) {
        margin-bottom: 20px;
    }
    .flex_cont img {
        width: 60% !important;
        margin: 0 auto;
    }
    .flex_cont_t img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .video_box {
        padding: 0px !important;
    }
    .video_box iframe {
        height: 200px;
    }
}
