.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.pd-5-1 {
    padding: 0px 5px 0px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**menu**/
div#wide-nav {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

div#wide-nav ul li a {
    display: block;
    height: 45px;
    padding: 0px 15px;
    line-height: 45px;
}

div#wide-nav ul li {
    margin: 0px !important;
}

input#s::placeholder {
    color: #fff;
}

input#s {
    border-radius: 5px !important;
    border-color: #0ea8e3;
    width: 250px;
    background: #0ea8e3;
    color: #fff;
}

.header.show-on-scroll, .stuck .header-main {
    height: 70px !important;
    display: none;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 i {
    color: #fff;
}

/**course**/
.course-section {
    margin-top: -300px;
}

article.about-we {
    margin-top: -300px;
}

.course-section .box-about {
    background: #ff9c00;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.course-section .box-about.color-2 {
    background-color: #79c600 !important;
}

.course-section .box-about.color-3 {
    background-color: #f063a5 !important;
}


.course-section .box-about .box-about-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    line-height: 90px;
    display: block;
    margin: auto;
    padding-top: 20px;
}

.course-section .box-about .box-about-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
}

.course-section .box-about .box-about-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.course-section .box-about .box-about-content {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

.course-section .box-about .box-about-content p {
    margin: 0px !important;
}

/**information**/
article.about-we {
    margin: 90px 0 80px 0;
}

.box-information {
    width: 100%;
    display: inline-block;
    padding-left: 80px;
}

.box-information h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
}

.box-information .box-list p i {
    color: #0ea8e3;
}

.box-information .box-list p {
    color: #333;
    margin-bottom: 15px !important;
    font-size: 15px;
}

.box-information .box-list {
    margin: 20px 0;
}

.box-regitsre {
    width: 200px;
    margin: 30px auto 0;
    display: block;
    background: #0ea8e3;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/**course**/
.home-title h2 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

.slider-course {
    margin-top: 50px;
}

.box-course-item {
    width: 100%;
    display: inline-block;
    border: 8px solid #39b4ff;
    border-radius: 5px;
    position: relative;
}

.box-course-header {
    position: relative;
    padding: 13px 20px 13px 45px;
    border-radius: 18px 18px 18px 0;
    color: #fff;
    background-color: #009ada;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    left: 0px;
    text-align: left;
    width: 95%;
    margin: 10px 0px 0 -25px;
}

.box-course-header:before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -65px;
    height: 70px;
    width: 56px;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 #009ada;
    left: 0px;
    z-index: -1;
}

.box-course-header:after {
    content: '';
    width: 17px;
    height: 25px;
    background: #0089ac;
    position: absolute;
    bottom: -25px;
    display: block;
    border-radius: 25px 0 0 25px;
    left: 0px;
}

.course-view:nth-child(2n) .box-course-item {
    border-color: #dd1212 !important;
}

.course-view:nth-child(3n) .box-course-item {
    border-color: #ffbb00 !important;
}

.course-view:nth-child(4n) .box-course-item {
    border-color: #c700e4 !important;
}

.box-course-item .box-course-teacher {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-top: 0px;
}

.box-course-item .teacher-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}

.box-course-item .teacher-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.box-course-item .teacher-name h4 {
    color: #000;
    font-size: 15px;
}

.box-course-item .teacher-name {
    width: calc(100% - 40px);
    float: left;
    padding-left: 10px;
    line-height: 40px;
    height: 40px;
}

.box-course-item .box-course-price {
    background: #39b4ff;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.box-course-item .box-course-item-content p {
    margin: 0px !important;
}

.box-course-item .box-course-item-content {
    padding: 15px;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.box-course-item .box-course-item-content .btn-register a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.box-course-item .box-course-item-content .btn-register {
    width: 150px;
    margin: 20px auto 5px;
    background: #39b4ff;
    padding: 5px;
    border-radius: 5px;
}

.course-view:nth-child(2n) .box-course-item .box-course-price, .course-view:nth-child(2n) .box-course-item .btn-register, .course-view:nth-child(2n) .box-course-item .box-course-header {
    background: #dd1212 !important;
}

.course-view:nth-child(3n) .box-course-item .box-course-price, .course-view:nth-child(3n) .box-course-item .btn-register, .course-view:nth-child(3n) .box-course-item .box-course-header {
    background: #ffbb00 !important;
}

.course-view:nth-child(4n) .box-course-item .box-course-price, .course-view:nth-child(4n) .box-course-item .btn-register, .course-view:nth-child(4n) .box-course-item .box-course-header {
    background: #c700e4 !important;
}

.course-view:nth-child(2n) .box-course-header:before {
    box-shadow: 0 -25px 0 0 #dd1212;
}

.course-view:nth-child(2n) .box-course-header:after {
    background: #be1818;
}

.course-view:nth-child(3n) .box-course-header:before {
    box-shadow: 0 -25px 0 0 #ffbb00;
}

.course-view:nth-child(3n) .box-course-header:after {
    background: #ddbc00;
}

.course-view:nth-child(4n) .box-course-header:before {
    box-shadow: 0 -25px 0 0 #9c00b7;
}

.course-view:nth-child(4n) .box-course-header:after {
    background: #9c00b7;
}

.course-section .bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0% 20% !important;
}

.course-section {
    padding-bottom: 40px !important;
}

/**review**/
.box-review-content {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    color: #333;
    font-size: 16px;
}

.btn-register {
    width: 200px;
    margin: 30px auto 0;
    display: block;
    background: #0ea8e3;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.review-item {
    border: 1px solid #008bda !important;
    background: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.review-item .review-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding-left: 20px;
}

.review-item .review-content {
    color: #333;
    font-size: 14px;
}

.review-item:before {
    content: '\f10d';
    font-family: fontawesome;
    position: absolute;
    /* top: -12px; */
    color: #008bda;
}


/*8blog**/
.blog-post {
    width: 100%;
    border: 1px solid #fff;
    display: inline-block;
    height: 200px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.blog-post .blog-avatar {
    width: 190px;
    height: 180px;
    float: left;
}

.blog-post .blog-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post .blog-content {
    width: calc(100% - 190px);
    float: left;
    height: 180px;
    padding-left: 20px;
    position: relative;
}

.blog-post .blog-content h2 {
    font-size: 15px;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 23px;
}

.blog-post .blog-description p {
    color: #333;
    font-size: 14px;
}

.blog-post .blog-date {
    color: #333;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.blog-post .blog-btn {
    border: 1px solid #008bda;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: #008bda;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-post:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #008bda;
}

.blog-category {
    padding-bottom: 450px !important;
    margin-bottom: -400px;
}

/*8footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding-bottom: 100px;
    background: url(../images/banner-footer.png);
}

.bg-blue {
    margin-top: 50px;
    background: #14b5f3;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top p.company {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px !important;
}

footer#footer .footer-top p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
}

footer#footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

footer#footer .footer-social ul li {
    width: 30px;
    height: 30px;
    background: #3c5a99;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.5);
}

footer#footer .footer-social ul li a {
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
}

footer#footer .footer-social ul li:nth-child(2) {
    background: #33ccff;
}

footer#footer .footer-social ul li:nth-child(3) {
    background: #ff0000;
}

footer#footer .footer-social ul li:nth-child(4) {
    background: #007ab9;
}

footer#footer .footer-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

footer#footer .footer-menu ul li a {
    padding: 3px 0 !important;
    color: #fff;
    font-size: 15px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    padding: 0px !important;
}

footer#footer .input-text {
    border: 0px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    height: 35px !important;
    min-height: 35px !important;
    box-shadow: unset !important;
}

footer#footer .btn-footer {
    border-radius: 5px !important;
    width: 150px;
    margin: auto !important;
    display: block;
    background: transparent !important;
    box-shadow: unset !important;
    border: 2px solid #fff !important;
}

footer#footer .textarea-text {
    box-shadow: unset !important;
    border: 0px !important;
    height: 70px !important;
    min-height: 70px !important;
    border-radius: 5px !important;
}

/**category**/
section#breadcrumbs i {
    color: #fff;
    margin: 0px 5px;
}

section#breadcrumbs span, section#breadcrumbs a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

section#breadcrumbs {
    background: #14b5f3;
    padding: 8px 0;
    color: #fff;
}

section#page-category {
    margin-top: 30px;
}

/**widget**/
.product-box1 .product-item1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

.product-box1 .product-item1:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-box1 .product-item1 .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.product-box1 .product-item1 .product-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box1 .product-item1 .product-item-content h2 {
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
}

.product-box1 .product-item1 .product-item-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.product-box1 .product-item1 .product-item-content .post-meta {
    color: #3c454f;
    font-size: 12px;
}

.product-box1 .product-item1:hover h2 {
    color: #14b5f3;
}

.product-price span {
    font-size: 13px;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.home_title {
    border-bottom: 2px solid #14b5f3;
}

.home_title h2 img {
    width: 15px;
    margin-right: 5px;
}

.home_title h2 {
    color: #14b5f3;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

/*8single**/
.header-single-title h2 {
    padding-left: 10px;
    margin: 0px !important;
    border-left: 5px solid #14b5f3;
    color: #000;
    font-size: 25px;
}

.post-social {

    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.post-social ul li {
    width: 30px;
    height: 30px;
    background: #3c5a99;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.5);
}

.post-social ul li a {
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
}

.post-social ul li:nth-child(2) {
    background: #33ccff;
}

.post-social ul li:nth-child(3) {
    background: #ff0000;
}

.post-social ul li:nth-child(4) {
    background: #007ab9;
}

article.eny-content {
    border-top: 1px dashed #dddd;
    padding: 30px 0;
    color: #000;
    font-size: 16px;
}

#mobile {
    display: none;
}

/**post related**/
.related-title h2 {
    padding-left: 10px;
    margin: 0px !important;
    border-left: 5px solid #14b5f3;
    color: #000;
    font-size: 25px;
}

.article-page {
    margin: 20px 0;
    color: #000;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #eee;
    box-shadow: unset !important;
    border-radius: 3px;
    margin-top: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #14b5f3 !important;
    box-shadow: unset !important;
    border-radius: 3px !important;
    margin: 0px !important;
}

.header-lk a {
    padding: 8px 20px;
    margin-left: 10px;
    background: #0ea8e3;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.header-lk a.lk-phone {
    background-color: #79c600 !important;
}
