.tsc_form_contact_light {
    width: auto;
    text-align: left;
}

.tsc_form_contact_light .form-input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 10px;
    margin-bottom: 20px;
    font: 14px Calibri, Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tsc_form_contact_light textarea.form-input {
    width: 100%;
    max-width: 100%;
    height: 350px;
    overflow: auto;
}

.tsc_form_contact_light .form-input:focus {
    border: 1px solid #7fbbf9;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9;
}

.tsc_form_contact_light .form-input:-moz-ui-invalid {
    border: 1px solid #e00;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
}

.tsc_form_contact_light .form-input.invalid {
    border: 1px solid #e00;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
}

.tsc_form_contact_light.nolabel ::-webkit-input-placeholder {
    color: #888;
}

.tsc_form_contact_light.nolabel :-moz-placeholder {
    color: #888;
}

.tsc_form_contact_light .form-btn {
    padding: 0 15px;
    height: 30px;
    font: bold 12px Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: 1px solid #1972c4;
    outline: none;
    position: relative;
    background-color: #1d83e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5ee), to(#1972c4)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #77b5ee, #1972c4); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #77b5ee, #1972c4); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #77b5ee, #1972c4); /* IE10 */
    background-image: -o-linear-gradient(top, #77b5ee, #1972c4); /* Opera 11.10+ */
    background-image: linear-gradient(top, #77b5ee, #1972c4);
    -pie-background: linear-gradient(top, #77b5ee, #1972c4); /* IE6-IE9 */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tsc_form_contact_light .form-btn:active {
    border: 1px solid #77b5ee;
    background-color: #1972c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1972c4), to(#77b5ee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #1972c4, #77b5ee); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #1972c4, #77b5ee); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #1972c4, #77b5ee); /* IE10 */
    background-image: -o-linear-gradient(top, #1972c4, #77b5ee); /* Opera 11.10+ */
    background-image: linear-gradient(top, #1972c4, #77b5ee);
    -pie-background: linear-gradient(top, #1972c4, #77b5ee); /* IE6-IE9 */
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
}

input[type='radio'] {
    width: auto !important;
}

.tsc_form_contact_light input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.tsc_form_contact_light label {
    margin: 5px;
    display: block;
    width: auto;
    color: #444;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.tsc_form_contact_light label span {
    font-size: 12px;
    font-weight: normal;
    color: red;
}

.tsc_form_contact_light.frame {
    padding: 20px;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#b4b4b4)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
    background-image: -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
    background-image: linear-gradient(top, #f6f6f6, #d2d1d0);
    -pie-background: linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
}

.tsc_form_contact_light.tbar {
    padding: 0 20px 20px 20px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d6d6d6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #d6d6d6); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f6f6f6, #d6d6d6); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f6f6f6, #d6d6d6); /* IE10 */
    background-image: -o-linear-gradient(top, #f6f6f6, #d6d6d6); /* Opera 11.10+ */
    background-image: linear-gradient(top, #f6f6f6, #d6d6d6);
    -pie-background: linear-gradient(top, #f6f6f6, #d6d6d6); /* IE6-IE9 */
}

.tsc_form_contact_light.tbar h3 {
    font: normal 18px/1 Calibri, Helvetica, Arial, sans-serif;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin: 0 -20px 20px -20px;
    background-color: #c9c9c9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#c9c9c9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #c9c9c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f6f6f6, #c9c9c9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f6f6f6, #c9c9c9); /* IE10 */
    background-image: -o-linear-gradient(top, #f6f6f6, #c9c9c9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #f6f6f6, #c9c9c9);
    -pie-background: linear-gradient(top, #f6f6f6, #c9c9c9); /* IE6-IE9 */
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5);
}

.form-btn {
    padding: 0 15px;
    height: 20px;
    font: bold 12px Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: 1px solid #1972c4;
    outline: none;
    position: relative;
    background-color: #1d83e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5ee), to(#1972c4)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #77b5ee, #1972c4); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #77b5ee, #1972c4); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #77b5ee, #1972c4); /* IE10 */
    background-image: -o-linear-gradient(top, #77b5ee, #1972c4); /* Opera 11.10+ */
    background-image: linear-gradient(top, #77b5ee, #1972c4);
    -pie-background: linear-gradient(top, #77b5ee, #1972c4); /* IE6-IE9 */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.readmore a {
    text-decoration: none;
}

li.disabled a {
    pointer-events: none;
    cursor: default;
}

ul.topmenu li img {
    opacity: 0.95;
}

ul.topmenu li:hover img {
    opacity: 1;
}

.info {
    float: left;
    font-size: 20px;
    text-align: center;
}

.info {
    margin-top: 0px !important;
}

.lang {
    margin: 20px 0px 0px;
    text-align: right;
}

.lang li {
    padding: 5px;
}

.lang li:first-child {
    padding-right: 7px;
    border-right: 1px solid #B5B5B5;
}

.lang li img {
    width: 40px;
}

.shadow img {
    width: 100%;
    margin-left: 10px;
}

.custom-dot {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #2058A2;
    border: 1px solid #2058A2;
    border-radius: 5px;
    margin-top: -1px;
}

.custom-bottom-border {
    border-bottom: 3px dotted #EBEBEB;
}

.margintop10 {
    margin-top: 10px !important;
}

.title {
    font-size: 20px !important;
}

.home-video-items {
    width: 270px;
    height: 150px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 10px;
}

.home-video-items:first-child {
    margin-left: 0px;
}

.home-video-items:nth-of-type(7) {
    margin-left: 0px;
}

.video-item-news {
    width: 49%;
    height: 140px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.video-item-news:nth-of-type(2n) {
    margin-left: 2%;
}

.video-item-news:nth-of-type(7) {
    margin-left: 2%;
}

/*.video-item-news:last-child {*/
/*margin-left: 2%;*/
/*}*/

.video-img1 img {
    opacity: 0.95;
}

.video-img1:hover img {
    opacity: 1;
}

.video-img-news img {
    width: 100%;
    height: auto;
    opacity: 0.95;
}

.video-img-news:hover img {
    opacity: 1;
}

.custom-line a {
    color: #F57F11;
}

.custom-title {
    background-color: white;
    color: #04993f;

    z-index: 1;
    margin: -23px auto 0px;
    display: table;
    padding: 0px 10px;
    text-align: center;
}

ul.my-menu {
    float: right;
}

ul.my-menu li a {
    padding: 15px 10px !important;
}

ul.spo {
    list-style: none;
    display: inline-block;
    padding: 0px;
}

ul.spo li {
    width: auto;
    height: 90px;
    margin-right: 20px;
}

ul.spo li:last-child {
    margin-right: 0px;
}

.spo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spo li img {
    max-width: 100%;
    height: 100%;
}

.dund-content {
    background-color: #fff;
}

.main-content {
    margin-bottom: 0px;
}

.margintop30 {
    margin-top: 30px !important;
}

.border {
    height: 1px;
    width: 100%;
    background-color: #bec3ed;
}

.footer-title {
    font-size: 16px;
    text-transform: uppercase;
}

.video-text {
    height: auto;
}

.custom-big-photo {
    width: 100%;
    float: left;
}

.custom-big-photo img {
    width: 100%;
    height: auto;
}

.custom-small-photo {
    width: 134px;
    max-height: 100px;
    overflow: hidden;
    float: left;
    padding: 2px;
}

.custom-small-photo img {
    width: 100%;
    height: auto;
}

.custom-small-photo:nth-of-type(2n) {
    padding-right: 0px;
}

.custom-small-photo:nth-of-type(2), .custom-small-photo:nth-of-type(1) {
    padding-top: 0px;
}

.paddingleft1 {
    padding-left: 1px;
}

.paddingright1 {
    padding-right: 1px;
}

.video-item1 img {
    width: 100%;
}

.background-soft-blue {
    background: rgba(65, 81, 104, 0.8);
}

.title {
    padding-right: 0px !important;
}

.video-text-news {
    height: auto;
    max-height: 48px;
    overflow-y: hidden;
}

.video-text-news:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.padding5 {
    padding: 5px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.background-white {
    background-color: white;
}

.right {
    float: right;
}

.readmore {
    color: #F57F11;
    text-transform: uppercase;
}

.readmore:hover {
    color: #F57F11;
}

.pointer {
    cursor: pointer;
}

.gallery-title {
    position: absolute;
    bottom: 0px;
    left: 15px;
    color: white;
    width: 222px;
    padding: 5px;
    height: auto;
    background: rgba(13, 74, 165, 0.8);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.paddingtop20 {
    padding-top: 20px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.no-background {
    background-color: transparent;
}

.sponsor {

}

.custom-scroll {
    width: 100%;
}

.lecture {
    border-radius: 5px;
    background-color: white;
    margin-right: 20px;
}

.lecture img {
    border-radius: 5px;
    margin-right: 5px;
    float: left;
    width: 80px;
    height: auto;
}

.lecture a {
    color: black;
}

.lecture a:hover {
    text-decoration: none;
}

.borderright {
    border-right: 1px solid #D3D2F2;
}

.paddingtop0 {
    padding-top: 0px !important;
}

.paddingtop10 {
    padding-top: 10px !important;
}

.footer-partner {
    text-align: center;
}

.footer-partner .center {
    text-align: center;
    height: 145px;
    overflow: hidden;
}

.footer-partner .spo li {
    display: inline-block;
}

.arrows {
    margin-top: 5px;
    float: right;
    width: 50px;
}

.arrows .left-arrow {
    float: left;
    cursor: pointer;
    padding: 5px;
    background-color: #CDCDCD;
    color: white;
    border-radius: 4px;
}

.arrows .left-arrow:hover, .arrows .right-arrow:hover {
    background-color: red;
}

.arrows .right-arrow {
    cursor: pointer;
    float: right;
    padding: 5px;
    background-color: #CDCDCD;
    color: white;
    border-radius: 4px;
}

ul.width540 li {
    width: 540px;
}

ul.width320 li {
    width: 320px;
}

.slimScrollRail {
    width: 3px !important;
    right: 3px !important;
    background-color: #8B6467;
}

.slimScrollBar {
    opacity: 1 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.custom-copyright {
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-family: roboto;
}

.marginbottom2 {
    margin-bottom: 2px;
}

.footer-item li a {
    color: #191DD6;
    font-size: 16px;
    text-decoration: none;
}

.footer-item li a:hover {
    text-decoration: underline;
}

.margintop20 {
    margin-top: 20px;
}

.countdown {
    width: 100%;
    height: auto;
}

.my-time-count {
    text-align: center;
    padding-top: 20px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+15,0a9dff+100,a1dbff+100 */
    background: rgb(240, 249, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 1) 15%, rgba(10, 157, 255, 1) 100%, rgba(161, 219, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 1) 15%, rgba(10, 157, 255, 1) 100%, rgba(161, 219, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 249, 255, 1) 15%, rgba(10, 157, 255, 1) 100%, rgba(161, 219, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=0); /* IE6-9 */

}

.counter-title {
    color: #00589C;
    font-weight: bold;
    font-size: 22px;
    padding: 25px 0px 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

#TextBox_jbeeb_7, #TextBox_jbeeb_11, #TextBox_jbeeb_15, #TextBox_jbeeb_19 {
    background-color: #1b4c8c !important;
    background-image: none !important;
    color: white !important;
    font-size: 90px !important;
    width: 220px !important;
    height: 160px !important;
    border-radius: 10px !important;
}

#TextBox_jbeeb_7 span, #TextBox_jbeeb_11 span, #TextBox_jbeeb_15 span, #TextBox_jbeeb_19 span {
    position: absolute;
    top: 20px;
    left: 60px;
}

#TextBox_jbeeb_11 {
    left: 150px !important;
}

#TextBox_jbeeb_15 {
    left: 300px !important;
}

#TextBox_jbeeb_19 {
    left: 450px !important;
}

/* endees */

#TextBox_jbeeb_9 {
    left: 20px !important;
}

#TextBox_jbeeb_13 {
    left: 270px !important;
}

#TextBox_jbeeb_17 {
    left: 520px !important;
}

#TextBox_jbeeb_21 {
    left: 770px !important;
}

#Container_jbeeb_18, #Container_jbeeb_10, #Container_jbeeb_14, #Container_jbeeb_6 {
    background-image: none !important;
}

#Box_jbeeb_8, #Box_jbeeb_12, #Box_jbeeb_16, #Box_jbeeb_20 {
    display: none !important;
}

#TextBox_jbeeb_9, #TextBox_jbeeb_13, #TextBox_jbeeb_17, #TextBox_jbeeb_21 {
    color: #ffffff !important;
    font-size: 26px !important;
    margin-top: 10px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    top: 175px !important;
    width: 194px !important;
    font-weight: 100 !important;
}

#TextBox_jbeeb_9 span, #TextBox_jbeeb_13 span, #TextBox_jbeeb_17 span, #TextBox_jbeeb_21 span {

    padding: 0px 10px !important;
}

#Stage_jbeeb_3 {
    width: 995px !important;
    height: 240px !important;
    left: 50px !important;
}

.white {
    color: white !important;
}

.border-right, .border-left {
    position: absolute;
    border-bottom: 1px solid #CDC9C9;
    height: 1px;
    width: 140px;
    top: 60px;
}

.border-left {
    left: 10px;
}

.border-right {
    right: 10px;
}

.border-bottom {
    position: absolute;
    width: 96%;
    height: 1px;
    left: 2%;
    top: 100%;
}

.custom-background {
    background: url('../images/bg.jpg') repeat;
    -webkit-background-size: auto auto;
}

.big-photo-side img {
    opacity: 0.95;
}

.big-photo-side:hover img {
    opacity: 1;
}

.small-photo-side img {
    opacity: 0.95;
}

.small-photo-side:hover img {
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-width {
    text-align: center;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.padding10 {
    padding: 10px;
}

.paddingtop25 {
    padding-top: 25px;
}

.custom-image {
    float: left;
    width: 120px;
    max-height: 120px;
    height: auto;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
}

.paddingleft20 {
    padding-left: 20px !important;
}

.paddingright20 {
    padding-right: 20px !important;
}

.center {
    text-align: center;
}

.custom-border {
    border: 20px solid #C5C3C4;
    border-radius: 10px;
}

.relative {
    position: relative;
}

.custom-border-left {
    border-bottom: 4px solid #C0EE50;
    position: absolute;
    width: 140px;
    left: 10px;
    top: 50%;
}

.custom-border-right {
    border-bottom: 4px solid #C0EE50;
    position: absolute;
    width: 140px;
    right: 10px;
    top: 50%;
}

.paddingleft0 {
    padding-left: 0px;
}

.container {
    width: 1170px !important;
}

.width1310 {
    width: 1310px !important;
}

.big-video-item {
    margin-top: 10px;
    height: 305px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.background-soft-news {
    background: url('../images/newsbk.png');
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.home-video {
    padding: 10px 0px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.custom-up-line {

    width: 1px;
    height: 20px;
    margin-left: 48.5%;
}

.change-position {
    top: auto;
    bottom: 40px;

    width: 94%;
    left: 3%;
}

.up-line {

    position: absolute;
    bottom: 60px;
    width: 1px;
    height: 20px;
}

.up-line:nth-of-type(3) {
    left: 165px;
}

.up-line:nth-of-type(4) {
    left: 417px;
}

.up-line:nth-of-type(5) {
    left: 669px;
}

.up-line:nth-of-type(6) {
    left: 915px;
}

.custom-line {
    background: url(../images/border.png) no-repeat;
    width: 90%;
    margin-left: 15%;
    height: 20px;
    z-index: 0;
    font-size: 13px;
    color: #F57F11;
}

.width100 {
    width: 100%;
}

.marginleft0 {
    margin-left: 0px;
}

.green {
    color: #3A993F;
}