﻿body {
}
.header.-type-3
{
    border-bottom:#f1f1f1 solid thin
}
.btn-findcertificate
{
    background:#00b14f
}
.grid
{
    display:grid;
}
.header .header-menu .menu__nav a {
    font-weight: 600;
}
.header__logo img
{
    max-width:220px;
}
.css-1mr91b4 {
    padding: 7px 10px;
    border-radius: 4px;
}
.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: 25px;
    font-weight: 700;
    color: #df3b00
}
    .blockStatistical p
    {
        line-height:1.3
    }
.blockStatistical img {
    width:90px;
}
.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: red;
    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:red
}
.form-ref-btn {
    display: block;
    width: 100%;
    padding: 25px 15px;
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(77deg, red 17.91%, #f10e1d 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
}
.footer p {
    line-height: 19px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}
.footer img {
    margin-bottom: 20px;
    max-width: 200px;
}
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:red;
}
.coursesCard.-type-3:hover .coursesCard__icon {
    background-color: red !important;
}

@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%
    }
}
@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 (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;
    }
}
