@charset "utf-8";
/* CSS Document */
/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
        3.1 Top Bar
        3.2 Header Content
        3.3 Logo
        3.4 Main Nav
        3.5 Hamburger
4. Menu
5. Section
6. Home
7. Features
8. Courses
9. Counter
10. Events
11. Team
12. News
13. Newsletter
14. Footer



******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #76777a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {

}

p::selection {

}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {

}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled {
    top: -40px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    background: #14bdee;
}

.header.scrolled .top_bar {

}

.top_bar_container {
    width: 100%;
    height: 100%;
}

.top_bar_content {
    width: 100%;
    height: 40px;
}

.top_bar_contact_list li {
    display: inline-block;
}

.question {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 0px;
}

.top_bar_contact_list li i,
.top_bar_contact_list li > div {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.top_bar_contact_list li > div {
    margin-left: 1px;
}

.top_bar_contact_list li:not(:last-child) {
    margin-right: 21px;
}

.top_bar_login {
    height: 100%;
}

.login_button {
    /*width: 140px;*/
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: larger;
    text-align: center;
}

.login_button a {
    display: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #F8F8F0;
}

.login_button a:hover {
    color: #feeebd;
    font-weight: bold;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
    width: 100%;
    background: #b6ffd8;

}

.header_container.scrolled {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 50px;
}

.header_content {
    height: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .header_content {
    height: 50px;
}

/*********************************
3.3 Logo
*********************************/
.logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.75;
    color: #384158;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.logo_text span {
    color: #14bdee;
}

.header.scrolled .logo {
    width: 40px;
    height: 40px;
}

.header.scrolled .logo_text {
    font-size: 1.2rem;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {
    margin-left: 0;
}

.main_nav,
.search_button,
.main_nav li {
    display: inline-block;
    position: relative;
}

.main_nav li:not(:last-child) {
    margin-right: 15px;
}

.main_nav li a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav li a:hover,
.main_nav li.active a {
    color: #14bdee;
}

.main_nav li.active::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #14bdee;
    content: '';
}

.main_nav li a i {
    padding: 5px;
    border-radius: 5px;
    background-color: #fba528;
    color: white;
}

.main_nav li a i:hover {
    background-color: #fb7227;
}

.search_button {
    margin-left: 46px;
    cursor: pointer;
}

.shopping_cart {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}

.container-register-course {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}

.search_button i,
.shopping_cart i {
    /*font-size: 18px;*/
    color: #28a745;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search_button:hover i,
.shopping_cart:hover i {
    color: #14bdee;
}

.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}

.header_search_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #14bdee;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header_search_container.active {
    bottom: -73px;
    opacity: 1;
}

.header_search_content {
    width: 100%;
    height: 73px;
}

.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
}

.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container {

}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger div {
    font-size: 18px;
    color: #28a745;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*.hamburger:hover i {*/
/*color: #14bdee;*/
/*}*/

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 70px;
    right: -400px;
    width: 50vw;
    min-height: 50vh;
    background: #f1f1f1;
    z-index: 110;
    padding-right: 40px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 40px;
    box-shadow: 1px 4px 5px #28a745;
}

.menu.active {
    right: 0;
}

.menu_close_container {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #fb8822;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}

.menu_close:hover div {
    background: #FF6347;
}

.menu_nav ul li {
    margin-bottom: 1px;
}

.menu_nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*text-transform: capitalize;*/
    color: green;
    font-weight: 700;
    /*letter-spacing: 0.1em;*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-bottom: 1px solid #d1f1a9;
}

.menu_nav ul li a:hover {
    color: #14bdee;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #28a745;
    font-size: large;
}

/*********************************
5. Section
*********************************/

.section_title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "Times New Roman";
}

.section_subtitle {
    color: #0069d9;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
}

.section_subtitle blockquote {
    margin-top: 5px;
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************************
6. Home
*********************************/

.home {
    width: 100%;
}

.home_slider_container {
    width: 100%;
    height: 450px;
}

.home_slider {
    width: 100%;
    height: 100%;
}

.home_slider_background {
    position: absolute;
    top: 100px;
    left: 0;
    max-width: 100%;
    height: 300px;
    border: 1px solid rgba(199, 249, 179, 1);
}

.home_slider_content {
    position: absolute;
    bottom: 0;
    background: rgba(199, 249, 179, 1); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.home_slider_title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1;
    color: rgba(15, 51, 255, 0.99);
}

.home_slider_subtitle {
    font-family: "Times New Roman";
    font-size: 1.0rem;
    color: #191a44;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1.2;
}

.home_slider_subtitle p {
    font-family: "Times New Roman";
    font-size: 20px;
    color: #191a44;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1.2;
}

.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 35px;
}

.home_search_form div {
    width: calc(100% - 140px);
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
}

.feature_search {
    width: 100%;
    padding: 10px;
    background-color: #C7F9B3;
}

.feater_search_container {
    /*width: 832px;*/
    /*margin: 0 auto;*/
    margin-top: 0px;
    /*border-radius: 10px;*/
    box-shadow: 0px 1px 10px rgba(74, 93, 200, 0.7);
}

.feature_search_form div {
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
}

.feature_search_input {
    width: 100%;
    border: none;
    outline: none;
    height: calc(1.5em + .75rem + 2px);
    padding-left: 20px;
    border-right: solid 1px #e5e5e5;
    font-size: 15px !important;
    padding: 10px 0px 10px 10px;
}

.feature_search_input:focus {
    outline: none;
    box-shadow: none;
}

.feature_icon_search {
    padding-top: 7px;
    margin-left: -5px;
    margin-bottom: 1px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.home_search_input {
    width: 100%;
    border: none;
    outline: none;
    /*height: 25px;*/
    padding-left: 20px;
    box-shadow: 0px 1px 10px rgba(29, 200, 47, 0.6);
}

.home_search_input:not(:last-child) {
    border-right: solid 1px #e5e5e5;
}

.home_search_input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #28a745 !important;
}

.home_search_input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #28a745 !important;
}

.home_search_input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #28a745 !important;
}

.home_search_input::-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #28a745 !important;
}

::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #db5246 !important;
}

:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #db5246 !important;
}

::-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #db5246 !important;
}

.dropdown_item_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
}

.dropdown_item_select:focus {
    box-shadow: none;
}

.home_search_button {
    width: 120px;
    height: 46px;
    background: #14bdee;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    background: #b6b7bd;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_prev {
    left: 5px;
    background-color: transparent;
}

.home_slider_next {
    right: 5px;
    background-color: transparent;
}

.home_slider_nav i {
    line-height: 50px;
    color: #FFFFFF;
    font-size: 22px;
}

.home_slider_nav:hover {
    background: #14bdee;
}

@keyframes animation_tab {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: -26px;
    }
    50% {
        margin-top: -52px;
    }
    75% {
        margin-top: -78px;
    }
    100% {
        margin-top: 0;
    }
}

.tab-pane-container {
    height: 450px;
    animation-name: animation_tab;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
}

.tab-pane-container:hover {
    animation-play-state: paused;
}

.tab-pane-item {
    min-height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #c0e0c7;
}
.tab-pane-item:not(:first-child){
    border-top: none;
}

.tab-pane-item strong {
    font-weight: 500;
}

.tab-pane-item p {
    text-align: justify;
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.tab-pane-item img {
    width: 100px;
    height: 70px;
    margin-right: 7px;
    margin-top: 3px;
    float: left;
}

.tab-pane-item-detail .card-title {
    margin-top: -3px;
    margin-bottom: 5px;
}

.tab-pane-item .card-title {
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0px;
    color: #0a0a0a;
}

.tab-pane-item-detail .description {
    padding-top: 5px;
}

.tab-pane-item-detail .description > * {
    font-size: 0.9rem;
}

.tab-pane-item .description strong {
    font-weight: normal !important;
}

.tab-pane-item:hover .card-title {
    color: #0722a6;
}

.course-detail .teacher-name {
    padding-top: 5px;
}

.course-detail .teacher-name p {
    font-style: italic !important;
    text-align: justify !important;
    color: #0b2e13 !important;
    font-size: 1.0rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
    font-family: Arial !important;
}

.tab-pane-item .meta-course div {
    color: red;
    text-align: center;
    font-style: italic;
}

.tab-pane-item .meta-course img {
    width: 15px;
    height: auto;
    margin-right: 2px;
}

/*********************************
7. Features
*********************************/

.features {
    width: 100%;
    background: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 10px;
}

.feature > .feature_title:hover {
    color: #047c2a;
}

.owl-theme .owl-nav {
    display: none;
}

.feature {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #d1f5bd;
    box-shadow: 1px 1px 10px #f3f6bc;
}

.feature:hover {
    box-shadow: 0px 5px 40px rgba(200, 200, 47, 0.85);

}
.feature_col{
    cursor: pointer;
}

.feature_icon img {
    border-radius: 50%;
    height: 80px;
    width: 80px !important;
}

.feature_title {
    font-family: Arial;
    position: relative;
    font-size: 1.2rem;
    padding-left: 5px;
}


/*********************************
8. Courses
*********************************/

.courses {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

.courses_row {
    margin-top: 10px;
    padding-bottom: 10px;
}

.course {
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.4);
}

.btn-register {
    position: absolute;
    right: 0;
    top:-30px;
}
.btn-register a{
    padding: 2px;
    background-color: #f1cd62;
}

.course_image {
    width: 100%;
    height: 150px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

.course_image img {
    width: 100%;
    height: 100%;
}

.course_body {
    padding: 10px;
    height: 150px;
    overflow: hidden;
}

.course_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1rem;
    color: #005cbf;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.course_title a:hover {
    color: #14bdee;
}

.course_teacher {
    font-size: 0.8rem;
    font-weight: 400;
    color: #db5246;
    margin-top: 6px;
}

.course_text, .course_text p {
    margin-top: 5px;
    color: #1b1e21;
    font-size: 1.0rem;
    text-align: justify;
    line-height: 1.4;
}

.course_footer {
    padding-left: 15px;
    padding-right: 15px;
}

.course_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px;
}

.course_info {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #005cbf;
}

.course_info:first-child {
    margin-right: 18px;
}

.course_info i {
    color: #ffc80a;
}

.course_price {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 900;
    color: #FF6347;
}

.course_price span {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #b5b8be;
    margin-right: 10px;
}

.courses_button {
}

.courses_button:hover {
    color: #e87348;
}

.courses_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #FFFFFF;
}

/*********************************
9. Counter
*********************************/

.counter {
    width: 100%;
    background: #FFFFFF;
    z-index: 2;
}

.counter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.counter_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.counter_title {
    font-family: 'Roboto Slab', serif;
    color: #28a745;
    font-weight: 700;
}

.counter_text {
    margin-top: 19px;
    margin-left: 5px;
}

.counter_text h4 {
    margin-bottom: 10px;
    color: #28a745;
    font-size: 18px;
    font-style: italic;
}

.counter_text p {
    color: #28a745;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.milestones {
    margin-top: 39px;
}

.milestone {
    text-align: center;
}

.milestone:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 0;
    right: -45px;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);

}

.milestone_counter {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.75;
    color: #14bdee;
}

.milestone_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 14px;
}

.counter_form {
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(200, 34, 47, 0.15);
}

.counter_form_content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.counter_form_title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    color: #FF6347;
    text-transform: uppercase;
    line-height: 0.75;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
}

.counter_input {
    width: 100%;
    height: 46px;
    border: solid 1px #28a745;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
    color: #28a745;
    font-weight: 700;
    font-size: 16px;
}

.counter_input:not(:last-child) {
    margin-bottom: 10px;
}

.counter_text_input {
    height: 90px;
    padding-top: 10px;
}

.counter_options {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input::input-placeholder,
.counter_text_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_form_button {
    width: 100%;
    height: 46px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #FF6347;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.counter_form_button:hover {
    box-shadow: 0px 5px 40px rgba(100, 200, 200, 0.45);
}

/*********************************
10. Events
*********************************/

.events {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 70px;
    background: #FFFFFF;
}

.events_row {
    margin-top: 47px;
}

.event_left {
    padding-right: 20px;
}

.event_mid {
    padding-left: 10px;
    padding-right: 10px;
}

.event_right {
    padding-left: 20px;
}

.event_image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.event_image img {
    max-width: 100%;
}

.event_body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.event_date {
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}

.event_date > div {
    width: 60px;
    height: 60px;
}

.event_day {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #14bdee;
    font-weight: 700;
    line-height: 0.75;
}

.event_month {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #14bdee;
    font-weight: 400;
    line-height: 0.75;
    margin-top: 9px;
}

.event:hover .event_date > div {
    background: #14bdee;
}

.event:hover .event_day,
.event:hover .event_month {
    color: #FFFFFF;
}

.event_content {
    padding-left: 20px;
}

.event_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.event_title a:hover {
    color: #14bdee;
}

.event_info_container {
    margin-top: 11px;
}

.event_info {
    display: inline-block;
    color: #b5b8be;
    font-size: 14px;
}

.event_info:not(:last-child) {
    margin-right: 17px;
}

.event_info span {
    margin-left: 4px;
}

.event_text {
    margin-top: 12px;
}

/*********************************
11. Team
*********************************/
.team {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.team_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_row {
    margin-top: 20px;
}

.team_col {
    margin-bottom: 20px;
}

.team_item {
    width: 100%;
    display: flex;
    align-items: center;
    background: #d8ffcc;
    border-radius: 6px;
    border: 1px solid #bbedba;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team_image {
    width: 140px;
    height: 140px;

}

.team_image img {
    width: 100%;
    height: 100%;
}

.team_body {
    width: 100%;
}

.team_item:hover {
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}

.team_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 1.0rem;
    font-weight: 700;
    color: #29a329;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team_title a:hover {
    color: #14bdee;
}

.team_subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #1c7430;
    margin-top: 6px;
}

.social_list {
    margin-top: 16px;
}

.social_list ul li {
    display: inline-block;
}

.social_list ul li:not(:last-child) {
    margin-right: 10px;
}

.social_list ul li a i {
    font-size: 18px;
    color: #76777a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social_list img {
    width: 19px!important;
    height: auto;
    border-radius: 49%;
    content: url("../images/zalo_icon_1.png");
}

.social_list ul li:hover a img {
    content: url("../images/zalo_icon.png");
}

.social_list ul li:hover a i {
    color: #14bdee;
}

.team_col .team_item {
    padding-left: 6px;
    padding-right: 6px;
}

.team_col:first-child .team_item {
    padding-left: 0;
    padding-right: 6px;
}

.team_col:nth-child(4n) .team_item {
    padding-left: 6px;
    padding-right: 0;
}

/*********************************
12. News
*********************************/

.news {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFFFFF;
}

.news_row {
    margin-top: 20px;
}

.news_post_large_container {
    /*padding-right: 15px;*/
}

.news_post_large {
    width: 100%;
}

.news_post_image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.news_post_image img {
    width: 100%;
}

.news_post_large_title {
    margin-top: 23px;
}

.news_post_large_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    line-height: 1.4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news_post_large_title a:hover {
    color: #14bdee;
}

.news_post_meta {
    margin-top: 11px;
}

.news_post_meta ul li {
    display: inline-block;
    position: relative;
}

.news_post_meta ul li:not(:last-of-type)::after {
    display: inline-block;
    position: relative;
    content: '|';
    margin-left: 14px;
    margin-right: 11px;
}

.news_post_meta ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news_post_meta ul li a:hover {
    color: #14bdee;
}

.news_post_text {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 16px;
    color: #1b1e21;
}

.news_post_link {
    margin-top: 19px;
}

.news_post_link a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #384158;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news_post_link a:hover {
    color: #14bdee;
}

.news_posts_small {
    margin-top: -6px;
}

.news_post_small:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: solid 1px #e5e5e5;
}

.news_post_small:not(:first-child) {
    padding-top: 7px;
}

.news_post_small_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.news_post_small_title a:hover {
    color: #14bdee;
}

/*********************************
13. Newsletter
*********************************/

.newsletter {
    width: 100%;
}

.newsletter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5ba25b;
}

.newsletter_container {
    width: 100%;
    height: 120px;
}

.newsletter_title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.newsletter_subtitle {
    font-size: 1.0rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 6px;
}

.newsletter_form_container {
    width: 450px;
    padding-left: 20px;
}

.newsletter_form {
    display: block;
    position: relative;
    width: 100%;
}

.newsletter_input {
    font-size: 1.0rem;
    width: calc(100% - 136px);
    height: 40px;
    background: ghostwhite;
    border: none;
    outline: none;
    padding-left: 20px;
    color: #051c9b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.newsletter_input::-webkit-input-placeholder {
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #1e1bdb !important;
}

.newsletter_input:-moz-placeholder {
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #1e1bdb !important;
}

.newsletter_input::-moz-placeholder {
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #1e1bdb !important;
}

.newsletter_input:-ms-input-placeholder {
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #1e1bdb !important;
}

.newsletter_input::input-placeholder {
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #1e1bdb !important;
}

.newsletter_button {
    width: 136px;
    height: 40px;
    background: #ffa34b;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.0rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/*********************************
14. Footer
*********************************/

.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #1e2434;
    padding-top: 20px;
}

.footer_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
}

.footer_content {
    padding-bottom: 20px;
}

.footer_logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.75;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_logo_text span {
    color: #14bdee;
}

.footer_title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
}

.footer_about_text {
    margin-top: 15px;
}

.footer_about_text p {
    color: #FFFFFF;
}

.footer_section > iframe {
    height: 200px;
}

.footer_social {
    margin-top: 15px;
}

.footer_social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #8cb067;
    border-radius: 50%;
    font-size: x-large;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_social ul li:not(:last-child) {
    margin-right: 6px;
}

.footer_social ul li a {
    display: block;
    position: relative;
    text-align: center;
}

.footer_social ul li a i {
    color: #FFFFFF;
    padding-top: 7px;
}

.footer_social ul li:hover {
    background: #14bdee;
}

.footer_contact_info {
    margin-top: 15px;
}

.footer_contact_info ul li {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
}

.footer_contact_info ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer_links {
    padding-left: 40px;
}

.footer_links_container ul {
    /*-webkit-columns: 2;*/
    /*-moz-columns: 2;*/
}

.footer_links_container {
    margin-top: 33px;
}

.footer_links_container ul li a {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_links_container ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer_links_container ul li a:hover {
    color: #14bdee;
}
.map-giasu{
    margin-top: -10px;
    height: 100%;
}
.footer_mobile {
    display: inline-block;
    float: right;
}

.footer_mobile_content {
    padding-top: 35px;
}

.footer_image:not(:last-child) {
    margin-bottom: 10px;
}

.copyright {
    height: 54px;
    border-top: solid 1px #f7f7fa;
}

.cr_list li {
    display: inline-block;
}

.copyright div {
    font-size: 14px;
    color: white;
}

.cr_text a {
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cr_text a:hover {
    color: #14bdee;
}

.cr_list li:not(:last-child) {
    margin-right: 50px;
}

.cr_list li a {
    font-size: 14px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cr_list li a:hover {
    color: #14bdee;
}

.home_course {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}

.message {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #ffc0ae;
    color: #1c7430;
    border-radius: 0;
}

.django-ckeditor-widget {
    width: 100%;
}

/*contact social*/
.contact-social {
    display: block;
    position: fixed;
    z-index: 1001;
    bottom: 55%;
    right: 0;
}

.contact-social > div {
    height: 50px;
}

.contact-social div > a {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
    background-color: #26acdc;
    border-radius: 5px;
    margin-bottom: 1px;
    width: 50px;
}

.contact-social div > a > img {
    width: 35px;
    border-radius: 50%;
}

.contact-social div > a:hover {
    background-color: #fb8822;
}

.contact-social-mobi {
    display: none;
    position: fixed;
    z-index: 1001;
    bottom: -2px;
    width: 100%;
    background-color: #feeebd;
}

.contact-social-mobi > div {
    height: 46px;
}

.contact-social-mobi div > a {
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 600;
    background-color: #19ad36;
}

.contact-social-mobi div > a:not(:last-child) {
    margin-right: 1px;
}

.contact-social-mobi div > a > img {
    width: 30px;
    border-radius: 50%;
}

.contact-social-mobi div > a:hover {
    background-color: #fb8822;
}

.modal-title i {
    color: #FF6400;
}

.register-course {
    color: #1c00cf;
    font-weight: 600;
}
