:root {
    --main-color: #72aa43;
    --color-hover: #ee3523;
}

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

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

@font-face {
    src: url('../fonts/quickspand/Quicksand-Bold.ttf');
    font-family: "Quicksand-Bold";
}

@font-face {
    src: url('../fonts/quickspand/Quicksand-Light.ttf');
    font-family: "Quicksand-Light";
}

@font-face {
    src: url('../fonts/quickspand/Quicksand-Medium.ttf');
    font-family: "Quicksand-Medium";
}

@font-face {
    src: url('../fonts/quickspand/Quicksand-Regular.ttf');
    font-family: "Quicksand-Regular";
}

@font-face {
    src: url('../fonts/quickspand/Quicksand-SemiBold.ttf');
    font-family: "Quicksand-SemiBold";
}

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

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

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

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

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

.pd-15 {
    padding: 0px 15px 15px 15px !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
}

body {
    font-family: "Quicksand-Regular" !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand-SemiBold" !important;
}

/**top**/
.headerTop span.line {
    padding: 0px 10px;
}

.headerTop span a {
    color: #fff !important;
    font-family: "Quicksand-Regular" !important;
    font-size: 14px;
}

/**menu**/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li {
    margin: 0px !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: #000;
    text-transform: unset !important;
    font-size: 15px;
    padding: 0px 15px;
    font-family: "Quicksand-Regular" !important;
    font-weight: 700;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:hover {
    color: var(--primary-color) !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li.current-menu-item a {
    color: var(--primary-color) !important;
}

div#masthead {
    background: #fff !important;
}

li.header-search.header-search-lightbox.has-icon a i {
    color: #000;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    background: var(--primary-color);
    padding: 40px 0 30px 0;
    font-family: "Quicksand-Regular" !important;
}

footer#footer p, footer#footer a {
    font-family: "Quicksand-Regular" !important;
    color: #fff;
    font-size: 15px;
}

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

footer#footer .footer-top > .footer-title {
    border-bottom: 3px solid var(--main-color) !important;
    margin-bottom: 18px;
}

footer#footer .footer-top > .footer-title h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0px !important;
    text-transform: uppercase;
    padding-bottom: 10px !important;
}

.footer-line {
    background: var(--main-color);
    height: 20px;
}

footer#footer p:not(:last-child) {
    margin-bottom: 10px !important;
}

footer#footer p.company-name {
    font-size: 16px;
    font-weight: 700;
}

/**about**/
.bk-about {
    width: 100%;
    display: inline-block;
}

.bk-about .bk-about-body p {
    line-height: 25px;
}

.bk-about .bk-about-body p:not(:last-child) {
    margin-bottom: 10px;
}

.bk-about .bk-about-body {
    text-align: center;
    font-size: 16px;
}

.bk-about .bk-about-link a {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s ease-in-out;
}

.bk-about .bk-about-link a:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.bk-about .bk-about-link {
    text-align: center;
}

/**home-title**/
.home-title h3 {
    font-size: 28px;
    text-transform: capitalize;
    color: var(--primary-color);
    margin: 0px !important;
}

.home-title h3 img {
    width: 30px;
}

.home-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.home-title p {
    width: 900px;
    margin: 10px auto 0 !important;
    font-size: 15px;
}

.text-white {
    color: #fff !important;
}

/**bk-specialize**/
.bk-specialize {
    width: 100%;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.bk-specialize .bk-specialize-box .bk-specialize-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.bk-specialize .bk-specialize-box .bk-specialize-thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.bk-specialize .bk-specialize-box .bk-specialize-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
    -o-transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.bk-specialize .bk-specialize-box .bk-specialize-title h3 {
    font-size: 18px;
    color: var(--primary-color);
    font-family: "Quicksand-SemiBold" !important;
}

.bk-specialize .bk-specialize-box .bk-specialize-title h3:hover {
    color: var(--color-hover);
}

.wd-300.bk-specialize-box {
    width: 349px;
}

.bk-specialize .bk-specialize-box .bk-specialize-title h3 img {
    width: 20px;
    margin-right: 5px;
}

.bk-specialize .bk-specialize-box .bk-specialize-title {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

.wd-300.fl-1 {
    float: right;
}

.wd-300.fl-2 {
    float: left;
}

/**number**/
.bk-number-item {
    width: 100%;
    display: block;
    text-align: center;
}

.bk-number-item .bk-number-head {
    color: #fff;
    font-size: 25px;
    font-family: "Quicksand-Bold";
}

.bk-number-item .bk-number-text {
    font-size: 15px;
    color: #fff;
}

/**team**/
.bk-team-item {
    width: 100%;
    display: block;
}

.bk-team-item .bk-team-content {
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
}

.bk-team-item .bk-team-thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    border: 1px solid var(--primary-color);
}

.bk-team-item .bk-team-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.bk-team-item .bk-team-content p {
    margin-bottom: 0px !important;
    font-size: 15px;
}

.bk-team-item .bk-team-content h3 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.owl-nav button i {
    font-size: 30px;
    color: #9b9b9b;
}

.owl-nav button {
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-next {
    right: -50px;
}

button.owl-prev {
    left: -30px;
}

.owl-dots button.active {
    background: #000 !important;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #9b9b9b !important;
    border-radius: 50%;
    margin: 0px 5px;
}

/**student**/
.bk-student-item {
    width: 100%;
    display: block;
}

.bk-student-item .bk-student-thumbnail {
    width: 130px;
    height: 130px;
    margin: auto;
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.bk-student-item .bk-student-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.bk-student-item .bk-student-content p {
    font-size: 15px;
    margin: 0px !important;
}

.bk-student-item .bk-student-content p:not(:last-child) {
    margin-bottom: 10px !important;
}

.bk-student-item .bk-student-content {
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
    color: #fff;
}

.slide-student .owl-dots {
    display: none !important;
}

.bk-student-content h3 {
    color: #fff;
    margin-bottom: 4px !important;
    text-transform: capitalize;
    font-size: 18px;
}

/**contact**/
article.bk-contact {
    width: 900px;
    margin: auto;
}

.bg-review {
    background: #fff;
}

.formRegister .home-title p {
    width: 100%;
}

.formRegister {
    width: 100%;
    padding: 20px 50px;
}

.formRegister input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
}

.formRegister select {
    box-shadow: unset !important;
    background-color: #f2f2f2 !important;
    border-radius: 5px !important;
    border: 1px solid #f2f2f2;
}

.formRegister textarea {
    box-shadow: unset !important;
    border-radius: 5px !important;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
    min-height: 70px !important;
}

.formRegister span.hotline {
    color: var(--main-color);
    font-weight: 700 !important;
    margin-top: 10px;
}

button.wpcf7-submit.btnContact {
    margin: 0px !important;
    float: right;
    border-radius: 5px !important;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-left {
    height: 100%;
}

.contact-left img {
    width: 100%;
    height: 100%;
}

/**post**/
.post-item {
    width: 100%;
    display: block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item .post-content p {
    color: #333;
    font-size: 15px;
}

.post-item .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.post-item h4:hover {
    color: var(--color-hover) !important;
}

.post-item .postPlay i {
    font-size: 25px;
    color: #fff;
}

.post-item .postPlay {
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: 1px dashed #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    top: -100%;
}

.post-item:hover .postPlay {
    transition: 0.3s ease-in-out;
    top: 50%;
}

/**Category**/
section#category-page {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.cat-title > h3 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--primary-color);
}

.cat-title {
    border-bottom: 2px solid var(--primary-color);
}

.cat-body {
    width: 100%;
    display: block;
    margin: 20px 0;
}

section#breadcrumbs {
    width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
}

section#breadcrumbs span, section#breadcrumbs a {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

/**widget**/
.widget-post-title {
    background: #898486;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 8px 0;
}

span.widget-title {
    background: #898486;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 13px 0;
    width: 100%;
    display: block;
}

span.widget-title span {
    margin: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.widget-post-title h3 {
    margin: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.widget-post-body {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: var(--primary-color);
}

.wd-post-item {
    width: 100%;
    display: inline-block;
}

.wd-post-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}

.wd-post-item .wd-post-item-thumbnail {
    width: 90px;
    float: left;
    height: 70px;
}

.wd-post-item .wd-post-item-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.wd-post-item .wd-post-item-content {
    width: calc(100% - 90px);
    float: left;
    padding-left: 10px;
}

.wd-post-item .wd-post-item-content h4 {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.is-divider.small {
    display: none !important;
}

.widgetForm .formRegister {
    padding: 15px !important;
    border: 1px solid #898486;
    border-radius: 0 0 5px 5px;
}

.widgetForm .formRegister .home-title {
    display: none !important;
}

.widgetForm .formRegister .col.medium-6.noPadding:nth-child(1) {
    display: none !important;
}

.widgetForm .formRegister .col.medium-6.noPadding {
    width: 100% !important;
    max-width: 100%;
    flex-basis: 100%;
}

.widgetForm .formRegister button.wpcf7-submit.btnContact {
    display: inherit;
    margin: auto !important;
    float: none;
}

/**single**/
header#single-header {
    margin-bottom: 20px;
}

header#single-header h1 {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--primary-color);
}

.post-related {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.backUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    border: 2px solid #fff;
}

form.searchform {
    padding: 15px;
    border: 1px solid #898486;
    border-radius: 0 0 5px 5px;
}

input#s {
    box-shadow: unset !important;
    border: 1px solid #898486;
    border-radius: 5px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border-radius: 5px !important;
    margin-left: 5px !important;
    box-shadow: unset !important;
}

.position {
    position: relative;
}

.bk-gt {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% !important;
    padding: 45px 90px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 586px;
    z-index: 999;
}

.imgPosition .box-image {
    position: absolute;
    right: 0px;
    top: 0px;
}

.bk-wo-box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}

.box-wo-text {
    width: 85%;
    float: left;
    padding: 20px;
    font-weight: 700;
}

.box-wo-number {
    background: #52873a !important;
    width: calc(100% - 85%);
    float: left;
    height: 90px;
    display: block;
    border-radius: 0px 9px 9px 0;
    text-align: center;
    line-height: 90px;
    font-family: "Quicksand-Bold";
    color: #fff;
    font-size: 45px;
    position: relative;
}

.box-wo-number:before {
    content: "";
    border-style: solid;
    border-top: 45px solid transparent;
    border-right: 45px solid #52873a;
    border-bottom: 45px solid transparent;
    position: absolute;
    top: 0px;
    left: -48px;
}

.box-wo-number.fl-right {
    float: left !important;
    -webkit-border-radius: 9px 0 0 9px !important;
    -moz-border-radius: 9px 0 0 9px !important;
    border-radius: 9px 0 0 9px !important;
}

.box-wo-number.fl-right:before {
    content: "";
    border-style: solid;
    border-top: 45px solid transparent;
    border-left: 45px solid #52873a !important;
    border-bottom: 45px solid transparent;
    border-right: unset !important;
    position: absolute;
    top: 0px;
    left: 81px;
}

.box-wo-text.fl-left {
    float: right;
    padding-left: 100px;
}

.formContact {
    width: 600px;
    margin: auto;
}

.formContact input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2;
}

.formContact textarea {
    box-shadow: unset !important;
    border-radius: 5px !important;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    min-height: 130px !important;
}

.formContact .btnContactSend {
    margin: auto !important;
    display: inherit;
    border-radius: 5px !important;
    color: #fff;
    background: var(--primary-color) !important;
    font-size: 15px;
    text-transform: capitalize;
}