﻿body {
}
.header.-type-3 {
    border-bottom: #f1f1f1 solid thin
}

.btn-findcertificate {
    background: #df3b00
}
.grid {
    display: grid;
}
.header.-type-3
{
    padding:0
}
.header .header-menu .menu__nav a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.header__logo img {
    max-width: 220px;
}

.css-1mr91b4 {
    padding: 7px 20px;
    border-radius: 4px;
    background: #2f8f36;
}

.mVisualWrap {
    overflow: hidden;
    position: relative;
}

.mVisualStatus {
    position: absolute;
    z-index: 9;
    text-align: right;
    font-size: 0;
    line-height: 0;
}

    .mVisualStatus .line {
        display: inline-block;
        padding: 0 2%;
        box-sizing: border-box;
    }

        .mVisualStatus .line em {
            display: block;
            position: relative;
            width: 100%;
            height: 2px;
            font-size: 0;
            color: transparent;
            background: rgb(255 255 255 / 30%);
        }

        .mVisualStatus .line span {
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #fff;
            transition-duration: .2s;
            transition-timing-function: linear;
        }

        .mVisualStatus .line.start span {
            left: 0;
            right: auto;
            width: 100%;
            transition-duration: 3.9s;
        }

    .mVisualStatus .btn_ctrl {
        position: absolute;
        top: 0;
        width: 8px;
        height: 12px;
        margin-top: -5px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .mVisualStatus .btn_ctrl.pause {
            background-image: url('/fileUser/img/btn_pause_green.png');
        }

        .mVisualStatus .btn_ctrl.play {
            background-image: url('/fileUser/img/btn_play_green.png');
        }

.slick-prev:not(.slick-disabled):hover {
    transform: translateX(-5px);
}

.mainVisual .slick-prev {
    margin-left: 0;
}

.mainVisual .slick-arrow {
    top: 50%;
    z-index: 1
}

.mainVisual .slick-arrow {
    overflow: hidden;
    position: absolute;
    width: 15px;
    height: 28px;
    margin-top: -14px;
    z-index: 400;
    font-size: 0;
    background: url(/img/arr_slick_default.png) no-repeat left center;
    transition: transform .4s;
}

.mainVisual .slick-prev {
    left: 0;
    margin-left: -35px;
}

.mainVisual .slick-next {
    background-position: right center;
}

.mainVisual .slick-next {
    right: 0;
    margin-right: -35px;
}

.mainVisual .slick-next {
    margin-right: 0;
}

.mainVisual button {
    border: none
}

.mainVisual .slick-initialized .slick-slide {
    opacity: 1
}

.mainVisual .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1
}

.blind, .hide, legend {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.blockStatistical h4 {
    font-size: 16px;
    font-weight: 700;
    color: #df3b00
}

.blockStatistical p {
    line-height: 1.3
}

.blockStatistical img {
    max-height: 65px;
}

.sectionTitle h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: var(--color-dark-1);
    position: relative;
    display: inline;
}

    .sectionTitle h2 span {
        color: #00b14f
    }

.sectionTitle p {
    font-weight: 600;
    line-height: 1.5
}

.sectionTitle h2::before, .sectionTitle h2::after {
    bottom: -15px;
}

.sectionTitle h2::before {
    left: 0;
    margin-left: 90px;
}

.sectionTitle h2::before {
    background: #00b14f;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 15px;
}

.sectionTitle h2::after {
    content: "";
    background: #00b14f;
    bottom: -10px;
    height: 4px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 80px;
}

.sectionTitle h2::after {
    left: 0;
    margin-left: 0;
}

.box_form {
    border-radius: 25px;
    background-color: #da251c;
    box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -webkit-box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -moz-box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -webkit-appearance: none;
}

    .box_form .content_inner {
        padding: 40px;
    }

        .box_form .content_inner p {
            color: #ffff;
        }

.-form-quote {
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    border-bottom: #dbdbdb solid thin;
}

    .-form-quote:focus {
        outline: none;
    }

.text-purple-red {
    color: #da251c
}

.form-ref-btn {
    display: block;
    width: 100%;
    padding: 25px 15px;
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(77deg, red 17.91%, #da251c 90.76%);
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.button_style {
    color: #fff !important;
    min-width: 140px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    z-index: 9;
    border: 1px solid #fff;
    overflow: hidden;
}

.bolt-ani {
    color: #f2de10;
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.layout-pt-60 {
    padding-top: 60px
}

.section-slider-nav.-outline-dark-1 {
    border: 2px solid #b7b7b7;
}

    .section-slider-nav.-outline-dark-1:hover {
        background-color: #00b14f !important;
        border: 2px solid #00b14f;
        color: white !important;
    }

.footer h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#fff;
    text-transform:uppercase
}
.copy-right
{
    background: #035c03;
}
.footer p {
    line-height: 19px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}
.footer a:hover
{
    color:#ffd600
}

.footer img {
    margin-bottom: 10px;
    max-width: 200px;
}
.footer .image_resized img {
    margin-bottom: 10px;
    max-width:100%;
}

figure {
    margin: 0;
}

.link-button a {
    padding: 12px 55px;
    font-size: 16px;
    line-height: 18px;
    height: 60px;
    color: #fff;
    background-color: var(--color-purple-1);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    line-height: 1;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#_blockWhyChoosse h5 {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-top: 25px;
    line-height: 1;
    font-size: 24px;
}

._video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 29%), rgba(0, 0, 0, 0));
    z-index: 0;
}

.data_ {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.data-thumb ._imgthumb {
    min-height: 363px;
    max-height: 363px;
    object-fit: cover;
    width: 100%;
}

.teacher-detail ._avtar img, .teacher-detail-2 ._avtar img, .teacher-detail-3 ._avtar img {
    border-radius: 100%;
    object-fit: cover;
}

.teacher-detail ._avtar img {
    width: 30px;
    height: 30px;
}

.-icon-check {
    position: absolute;
    right: 10px;
    top: 11px;
}

.teacher-detail-2 ._avtar img {
    width: 75px;
    height: 75px;
}

.other p {
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    color: #333
}

.masthead__bg {
    background: linear-gradient(116deg, #df3b00 10.84%, #c33400 68.26%);
}

.masthead.-type-2 {
    padding: 50px 0;
}

.nav-tabs .nav-link {
    border-radius: 10px;
    border: #df3b00 solid 2px;
    font-weight: 600;
    color: #333;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #df3b00;
        color: #fff;
        border: #d03700 solid 2px;
    }

.nav-tabs {
    gap: 15px;
    border-bottom: none;
    justify-content: center;
}

#_blockGroupTraning .data__ {
    background: #efefef;
    border-bottom: 5px solid #00b14f;
    border-radius: 10px;
    height: 100%;
}

#_blockGroupTraning .title_:before {
    content: "";
    width: 5px;
    background: #00b14f;
}

#_blockGroupTraning .title_ {
    display: flex;
    position: relative;
    height: max-content;
    gap: 15px;
}

#_blockGroupTraning .data__ ul {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

    #_blockGroupTraning .data__ ul li {
        display: flex;
        gap: 10px;
        align-items: center
    }

        #_blockGroupTraning .data__ ul li img {
            width: 70px;
            border-radius: 4px;
            object-fit: cover;
            max-height: 50px;
            min-height: 50px;
            flex-shrink: 0;
        }

.coursesCard.-type-1 .coursesCard__image img {
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-height: 200px;
    max-height: 200px;
    object-fit: cover
}

#_blockPhotoGallery .list-img img, .blogCard.-type-1 .blogCard__image img {
    object-fit: cover;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
}

.categoryCard.-type-3:hover .categoryCard__title {
    color: #333;
}

.coursesCard.-type-3:hover .coursesCard__icon {
    background-color: red !important;
}
.header-menu-top, .bg-da251c {
    background-color: #da251c;
}
.header .header-menu .menu__nav > li.active > a {
    color: #ffd600;
    background-color: rgba(255, 255, 255, 0.15);
}
.header .header-menu .menu__nav > li {
    border-right: 1px solid #ffffff5c;
}
.header .header-menu .menu__nav > li:last-child {
    border-right: none;
}
.header__container:after {
    content: '';
    background: #4baf52;
    height: 100%;
    width: 40%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
}
.categoryCard.-type-3 {
    padding: 20px;
    border-bottom: 3px solid #e7e7e7;
    background: #f8f8f8;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .categoryCard.-type-3:hover {
        background: #ffba00;
        border-bottom: 3px solid #d29a03;
    }
.carousel-testimonials.owl-carousel .owl-item img {
    width: 100px;
}
.box-list-data .owl-nav .owl-prev, .box-list-data .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
}

    .box-list-data .owl-nav .owl-prev:hover i, .box-list-data .owl-nav .owl-next:hover i {
        background: #00b14f;
        border: 2px solid #00b14f;
        color: #fff
    }

    .box-list-data .owl-nav .owl-prev i, .box-list-data .owl-nav .owl-next i {
        font-size: 24px;
        width: 50px;
        border-radius: 100%;
        height: 50px !important;
        background-color: #fff;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        border: 2px solid #b7b7b7;
    }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00b14f !important;
}
.owl-dots {
    display: flex;
    justify-content: center;
}
.box-list-data .owl-nav .owl-next {
    right: -35px;
}

.box-list-data .owl-nav .owl-prev {
    left: -35px;
}
.footer {
    background: #017800;
    border-top: 5px solid #f2d428;
}
embed, iframe, object {
    max-width: 100%;
}
@media (max-width: 767px) {
    .md\:flex-direction-col {
        flex-direction: column;
    }

    .box_form .content_inner {
        padding: 0px;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .w-50, .box_form .w-50 {
        width: 100% !important;
    }

    .col-lg-3.col-md-6 {
        width: 50%
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .header__container:after {
        display: none
    }
    .md\:d-none
    {
        display:none
    }
    .md\:text-dark-1 {
        color:#333 !important
    }
    .css-1mr91b4 {
        padding: 0;
        background:transparent
    }
    .mobile-menu {
        position: absolute;
        top: 27px;
        right: 70px;
    }
    .image_resized
    {
        width:50% !important;
    }
}
@media (min-width: 1200px) {
    .header .header-menu .menu__nav > li {
        padding: 0;
    }
    .header .header-menu .menu__nav a {
        padding: 12px 15px;
    }
    .header .header-menu .menu__nav > li:hover > a {
        color: #ffd600
    }
}
@media (max-width: 1024px) {
    .content_inner h3, .box_form .heading {
        font-size: 20px !important;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1366px) {
    .mVisualStatus {
        bottom: 15px;
        width: 20%;
        left: 15px;
    }
}
@media (min-width: 1600px) {
    .mVisualStatus {
        left: 43.5%;
        bottom: 4%;
        width: 120px;
    }

        .mVisualStatus .btn_ctrl {
            right: calc(100% + 8px);
        }

        .mVisualStatus .line:before,
        .mVisualStatus .line:after {
            width: calc(100% - 10px);
        }

    .mainCon .slick-prev {
        left: 0;
        margin-left: -43px;
    }

    .mainCon .slick-arrow {
        width: 22px;
        height: 42px;
        margin-top: -21px;
        background-image: url(/fileUser/img/arr_slick_default.png);
    }

    .mainCon .slick-next {
        right: 0;
        margin-right: -43px;
    }

    .mainVisual .slick-prev {
        left: 8%;
    }

    .mainVisual .slick-next {
        right: 8%;
    }

    .my_account i.profile {
        width: 38px;
        height: 38px;
        margin-right: 28px;
    }

    .my_account.logout .des {
        line-height: 38px;
        margin: 0;
    }

    .my_account .btn_wrap {
        float: right
    }

    .my_account .contents {
        padding: 15px 0;
    }
}
