.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    cursor: pointer;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
}
.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.ht-ratio--56::before {
    padding-bottom: calc(57% - 8px);
}
.s_video .s_thumb {
    cursor: pointer;
}
.s_video .s_thumb:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}
#myVideo .c-modal-box {
    max-width: 1000px;
}
#myVideo .c_close:hover {
    background-color: #f7913e;
}
#myVideo .c_close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    z-index: 1000;
}
#myVideo .c-modal-group {
    overflow: initial;
    background-color: #000;
    border-radius: 0;
}
#myVideo .c_body {
    padding: 0;
}

/* BEGIN s-slide-3 */
.s-slide-3 .b-nslide-ratio::before {
    padding-bottom: calc(37% + 0.88px);
}
/* END s-slide-3 */

/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    margin-bottom: 30px;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    float: left;
    width: 50px;
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>i {
    color: #3eb348;
    font-size: 45px;
}
.b-card-3 .b_content {
    float: left;
    width: calc(100% - 85px);
}
.b-card-3 .b_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #f48f23;
}

/* END b-card-3 */
.s-why-1 {
    background-color: rgb(248 254 245);
    padding: 40px 0 5px;
}

/* BEGIN s-tab-5 */
.s-tab-5 {
    background-color: rgb(124 236 50 / 5%);
    border-top: 1px solid rgb(236 50 55 / 10%);
}
.s-tab-5>.row {
    margin-right: 0;
}
.s-tab-5 .s_left {
    position: relative;
    z-index: 9;
    padding: 35px 32px;
    height: 100%;
    background-size: cover!important;
}
.s-tab-5 .s_left::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(62 179 72 / 90%);
    z-index: -1;
}
.s-tab-5 .s_left .s_title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.s-tab-5 .s_left .s_desc {
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
}
.s-tab-5 .s_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}
.s-tab-5 .s_menu>li:not(:last-child) a {
    margin-bottom: 15px;
}
.s-tab-5 .s_menu>li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    color: #e0edff;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.s-tab-5 .s_menu>li a i {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
.s-tab-5 .s_menu>li.is-active a {
    color: yellow;
}
.s-tab-5 .s_content>li {
    display: none;
}
.s-tab-5 .s_content>li:first-child {
    display: block;
}
.s-tab-5.s-tab--icon .s_menu li a {
    border-radius: 5px;
}
.s-tab-5 .s_content>li .item {
    margin: 0 10px;
    position: relative;
    width: calc((100% / 3) - 20px);
    float: left;
}
.s-tab-5 .slick-slider .item:nth-child(n+4) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-tab-5 .slick-slider .item.slick-slide:nth-child(n+4) {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.s-tab-5 .s_content .slick-list {
    margin-top: 30px;
}
.s-tab-5 .s_content .slick-arrow {
    top: -20px;
    background-color: transparent;
    box-shadow: none;
}
.s-tab-5 .s_content .slick-slider .slick-track, .s-tab-5 .s_content .slick-slider .slick-list {
    display: flex;
}
.s-tab-5 .s_content .slick-prev::before, .s-tab-5 .s_content .slick-next::before {
    font-size: 25px;
    color: #3eb348;
}
.s-tab-5 .s_content .slick-prev::before {
    content: "\f177";
}
.s-tab-5 .s_content .slick-next {
    left: 60px;
}
.s-tab-5 .s_content .slick-next::before {
    content: "\f178";
}
.s-tab-5 .s_content .b-sslide-default:hover .slick-arrow {
    background-color: transparent;
}
.s-img-1 {
    margin: 35px 0;
}
.s-img-1 .slick-slider .item {
    margin: 0 7px;
    position: relative;
    width: calc((100% / 5) - 14px);
    float: left;
}
.s-img-1 .slick-slider .item:nth-child(n+6) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-img-1 .slick-slider .item.slick-slide:nth-child(n+6) {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.s-img-1 .item .b_thumb {
    margin: 0.5px;
}
.s-img-1 .item .b_thumb.ht-ratio--130::before {
    padding-bottom: calc(130% - 1.5px);
}
.s-img-1 .slick-prev {
    left: 10px;
}
.s-img-1 .slick-next {
    right: 10px;
}
.s-tab-5 .b-card-47 {
    margin-top: 12px;
    margin-bottom: 0;
    height: 100%;
}
/* END s-tab-5 */
.s-section-1 .s-tab-5:nth-child(odd) .s_content {
    padding: 30px 25px 50px 0;
}
.s-section-1 .s-tab-5:nth-child(even) .s_content {
    padding: 30px 0 50px 25px;
}
.s-section-1 .s-tab-5:nth-child(even)>.row {
    flex-direction: row-reverse;
}

.s-section-2 {
    margin: 40px 0 20px;
}
.s-home-34 {
    background-color: rgb(248 254 245);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
.s-home-34 .s-list {
    padding: 40px 0 0;
}
.s-home-34 .s-list .b-card-2:not(:last-child) {
    margin-bottom: 25px;
}
.s-home-34 .s-list .b-card-2:last-child {
    margin-bottom: 0;
}
.s-home-34 .b-card-2 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 300;
}
.s-home-34 .b-card-2 .b_title::after {
    display: none;
}
.s-home-34 .b-card-2 .b_thumb {
    width: 180px;
}

.s-home-34 .s_left {
    display: block;
    position: relative;
    padding: 40px 30px 30px;
}
.s-home-34 .s_left::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to top,
        rgba(17, 85, 154, 0.05),
        rgba(238, 238, 238, 0.07));
}
.s-home-34 .s_left .c-headline-2 .c_name {
    font-size: 22px;
}
.s-home-34 .s_left .b_title {
    color: #3eb348;
    font-size: 22px;
    margin: 10px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.s-home-34 .s_left .b_title:hover {
    color: #3eb348;
}
.s-home-34 .s_left .b_thumb {
    margin: 0 1.16px;
}
.s-home-34 .s_left .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(75% - 2.58px);
}
.b-card-41 {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 0 0.9px 30px 0;
}
.b-card-41::before {
    content: '';
    display: block;
    padding-bottom: calc(75% - 1.38px);
}
.b-card-41>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.b-card-41>a img {
    width: auto;
    max-height: 100%;
    transition: all 0.5s;
}
.b-card-41:hover a img {
    transform: scale(1.1);
}
.s-panner-1 {
    margin: 40px 0 0;
}
.s-limage-2 .c-headline-8 {
    margin-top: 30px;
}
.s-limage-2 .s_video {
    background-color: rgb(236 50 55 / 3%);
    border: 2px solid rgb(236 50 55 / 3%);
    border-top: 5px double #3eb348;
    padding: 53px 30px 25px;
}
.s-limage-2 .s_video .ht-ratio--55 {
    margin-bottom: 30px;
}

.s-home-5 {
    margin-top: 20px;
    overflow-x: hidden;
}
.s-home-5 .slick-list {
    margin: 0 -10px;
}
.s-home-5 .slick-slider .items {
    margin: 0 10px;
    position: relative;
    width: calc((100% / 5) - 20px);
    float: left;
}
.s-home-5 .slick-slider .items:nth-child(n+6) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-home-5 .slick-slider .items.slick-slide:nth-child(n+6) {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.s-home-5 .item img {
    max-height: 100%;
    transition: all 0.5s;
}
.s-home-5 .item:hover img {
    transform: scale(1.1);
}
.s-home-5 .item h3 {
    text-align: center;
    background-color: rgb(254 247 247);
    border-bottom: 2px solid rgb(245 237 237);
    padding: 13px 0;
    color: #3eb348;
    transition: all 0.3s;
}
.s-home-5 .item:hover h3 {
    color: #3eb348
}

.b-card-47 .b_content {
    text-align: center;
    padding: 20px 25px 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .s-limage-2 .s_video {
        padding: 30px 30px 10px;
    }
    .s-home-5 {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .s-section-1 .s-tab-5 .s_content {
        padding: 20px 10px !important;
    }
}
@media (max-width: 575px) {
    .s-tab-5 .s_left .s_title {
        font-size: 23px;
    }
    .b-card-47 .b_content {
        padding: 5px;
    }
    .b-card-47 .b_title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .s-img-1 {
        margin: 45px 0;
    }
    .b-card-3 {
        margin: 0 30px 40px;
    }
}