/*
Theme Name: Anothemes
Theme URI: https://anothemes.com/
Author: Anothemes
Author URI: https://anothemes.com/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*  ################################################################
    CSS OVERVIEW    

    1. IMPORT FILES
    2. GENERAL
    3. ELEMENTS
    4. HEADER
    5. FOOTER
    ...

################################################################# */ 

/*==========================================================
    1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
/*@import url(libs/venobox/venobox.css);*/

/*==========================================================
    2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
/*p {
    margin-bottom: 1em;
}*/
img{
    border:none;
    max-width:100%; 
    height: auto;
}
li {
    list-style-type: none;
}
a{
    color:#373737;
    text-decoration:none;
}
a:hover{
    color: #DC8234;
}
a:focus{
    color: inherit;
    outline: none;
}
a, 
button, 
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #e31e1e;
    outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-color: #FCD998;
}
iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.hidden {
    display: none !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
    margin-bottom: 20px;
}
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
    list-style: none;
}
.single .entry-content ul,
.not-kc .entry-content ul {
    margin: 0 40px 20px;
}
.single .entry-content ul li,
.not-kc .entry-content ul li {
    font-size: 14px;
}
.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
    font-size: 16px;
    line-height: 36px;
}
.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}
.kc_text_block ul li:before,
.comment-content ul li:before {
    content:"\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding-bottom: 2px;
}
.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}
.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}
.screen-reader-text {
    display: none
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}
.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.bypostauthor {
    display: block;
}

/*==========================================================
    3. ELEMENTS
==========================================================*/
#wrapper {
    margin: auto;
}
.searchform{
    display: inline-block;
}
.searchform > div{
    position: relative;
    width: 250px;
}
.searchform > div:before{
    position: absolute;
    top: 5px;
    right: 8px;
    content:"\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}
.searchform label{
    display: none;
}
.searchform #s{
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}
.searchform #searchsubmit{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}
.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}
.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}
.thumbnail {
    border-radius: 0;
}

/*==========================================================
    4. HEADER
==========================================================*/
.site-header {
    position: relative;
    z-index: 10;
}
.mid-header {
    padding: 20px 0 0;
}
.right-header {
    text-align: right;
}
.main-menu {
    background: #212121;
}
.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.main-menu ul li a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    line-height: 40px;
    height: 40px;
}
.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #e31e1e;
    background: rgba(255, 255, 255, 0.02);
}
.menu-main {
    display: inline-block;
    vertical-align: middle;
}
.main-menu .searchform {
    float: right;
    margin-top: 3px;
}
.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}
.main-menu li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
}
.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}

/*==========================================================
    5. CONTENT
==========================================================*/
.site-main {
    min-height: 300px;
}
.breadcrumbs {
    margin-bottom: 30px;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    content:"\f101";
    font-family: FontAwesome;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.left-content .site-content {
    float: right;
}
.site-content {
    line-height: 24px;
}
.site-main .widget {
    margin-bottom: 15px;
}
.site-main .widget > ul {
    padding-left: 13px;
}
.site-main .widget-title {
    font-size: 16px;
}
.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_nav_menu .menu li {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
    border-bottom: none;
}
.widget .searchform {
    display: block;
}
.widget .searchform > div {
    width: auto;
}
.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-main .widget_blog_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_blog_widget ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.widget_blog_widget ul li:first-child {
    padding-top: 0;
}
.widget_blog_widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.widget_blog_widget .thumb {
    display: block;
    width: 70px;
    margin-right: 20px;
    float: left;
}
.widget_blog_widget li h4 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}
.widget_blog_widget li h4 a {
    color: #333;
}
.widget_blog_widget li h4 a:hover {
    color: #3c8545;
}
.widget_blog_widget li span {
    font-size: 12px;
    color: #999999;
}
article.post {
    margin-bottom: 30px;
}
.post-title {
    border-bottom-style: dashed;
}
.post-thumb {
    margin-bottom: 10px;
    border-radius: 0;
}
.post-thumb a {
    display: block;
}
.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.post-thumb a:hover img {
    opacity: 0.8;
}
.post-meta > * {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}
.post-meta > *:last-child {
    margin-right: 0;
}
.post-meta > * i {
    margin-right: 5px;
    font-size: 12px;
}
.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.site-404 h1 {
    margin-bottom: 50px;
}
.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}
.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
    6. PAGES
==========================================================*/
/* -- home-page --*/
.banner {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 175px;
}
.banner .conver {
    width: 200px;
    height: 200px;
    background: #DC8234;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
    position: absolute;
    top: 44px;
    right: 44px;
    text-align: center;
    padding: 55px 0 33px;
    border-radius: 50%;
}
.banner .conver p {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
.banner .conver strong {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    display: block;
    margin-top: 8px;
}
.banner .vertical {
    width: 60px;
    padding: 33px 10px;
    background: #0C6AAD;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: fixed;
    z-index: 1000;
    top: 285px;
    right: 110px;
    word-break: break-all;
}
.banner .vertical:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    border-radius: 35px;
    width: 70px;
    background: rgba(12, 106, 173, 0.15);
}
.banner .vertical:hover {
    background: #DC8234;
    color: #FFF;
}
.banner .vertical:hover:after {
    background: rgba(220, 130, 52, 0.15);
}
.banner.scroll .vertical {
    opacity: 0;
    visibility: hidden;
    transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    right: 0;
    top: 185px;
}
.banner.scroll .vertical.right-in {
    right: 15px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out 0s;
    -o-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
}
.banner .container {
    z-index: 1;
    position: relative;
}
.banner h2 {
    font-size: 60px;
    line-height: 90px;
    color: #DC8234;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
}
.banner .text-contact {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #0C6AAD;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
    margin: 35px 0 30px;
}
.banner .click-here {
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
}
.click-here {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    padding: 0 58px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #0C6AAD;
    border-radius: 30px;
    min-width: 360px;
    position: relative;
}
.click-here:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    z-index: -1;
    height: 70px;
    border-radius: 35px;
    width: calc(100% + 10px);
    background: rgba(12, 106, 173, 0.15);
}
.click-here:hover {
    background: #DC8234;
    color: #FFF;
}
.click-here:hover:after {
    background: rgba(220, 130, 52, 0.15);
}
.banner .click-here:after {
    height: 80px;
    border-radius: 40px;
}
.conversation {
    padding: 150px 0;
}
h2.title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #0C6AAD;
    margin-bottom: 50px;
}
.conversation .content {
    padding: 35px 0 35px 50px;
    background: #FFFFFF;
    border: 4px solid #DC8234;
    border-radius: 10px;
    position: relative;
}
.conversation .content .thumb {
    position: absolute;
    bottom: -4px;
    right: 25px;
}
.conversation .content ul li {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
}
.conversation .content ul li:before {
    content:"\f1db";
    font-size: 22px;
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #DC8234;
    font-weight: 400;
}
.why-us h2.title {
    margin-bottom: 60px;
}
.why-us .item {
    margin-bottom: 90px;
}
.why-us .item:first-child .btn-click {
    margin-top: 50px;
} 
.why-us .item h3 {
    padding-left: 182px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    margin-bottom: 25px;
}
.why-us .content-bg {
    height: 270px;
    background: rgba(12, 106, 173, 0.05);
}
.why-us .content-bg .container {
    position: relative;
}
.why-us .content-bg .number {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 150px;
    background: #D8E8F5;
    font-weight: bold;
    font-size: 60px;
    line-height: 150px;
    text-align: center;
    color: #0C6AAD;
    position: absolute;
    top: -75px;
    left: 15px;
}
.why-us .content-bg .thumb-teacher {
    position: absolute;
    right: 45px;
    top: -70px;
    width: 174px;
    z-index: -1;
}
.list-price .item-price {
    background: #FFFFFF;
    border: 1px solid #E7F0F7;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: -140px;
}
.list-price .item-price.item-first {
    margin-top: -150px;
}
.list-price .item-price .title-item {
    padding: 20px 0 17px;
    min-height: 100px;
    background: #323232;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.list-price .item-price.item-first .title-item {
    background: #0C6AAD;
    position: relative;
}
.list-price .item-price.item-first .title-item .icon-price {
    position: absolute;
    max-width: 60px;
    top: -19px;
    right: -19px;
}
.list-price .item-price .title-item h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.list-price .item-price .title-item .lessons-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.list-price .item-price .title-item .lessons-number span {
    color: #DC8234;
}
.list-price .item-price .content-item {
    padding: 35px 0 56px;
    text-align: center;
}
.list-price .item-price.item-first .content-item {
    padding: 55px 0 66px;
}
.list-price .item-price .content-item .price-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.list-price .item-price .content-item .note {
    font-size: 16px;
}
.list-price .item-price .content-item .price-content .price {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #DC8234;
    margin-right: 17px;
}
.list-price .item-price .content-item .price-content .currency {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}
.list-price .item-price .content-item .price-content .currency span {
    font-size: 16px;
    line-height: 18px;
}
.experienced-teachers {
    background: #fff;
    padding: 30px 20px;
    margin-top: -140px;
    display: flex;
    justify-content: space-between;
}
.experienced-teachers .item-exper {
    width: 33.3333%;
    margin-right: 40px;
}
.experienced-teachers .item-exper:last-child {
    margin-right: 0;
}
.experienced-teachers .item-exper .title-item {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 15px;
}
.experienced-teachers .item-exper p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}
.experienced-teachers .item-exper p:last-child {
    margin-bottom: 0;
}
.experienced-teachers .item-exper ul li {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
}
.btn-click {
    text-align: center;
    margin-top: 30px;
}
.teching-document {
    background: #fff;
    margin-top: -140px;
    display: flex;
    justify-content: space-between;
    padding: 50px; 
}
.teching-document .desc {
    max-width: 500px;
    margin-right: 60px;
}
.teching-document .desc p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px;
}
.teching-document .desc p:last-child {
    margin-bottom: 0;
}
.material-document {
    padding-bottom: 140px;
}
.list-document .item {
    padding: 20px 30px 30px;
    background: rgba(12, 106, 173, 0.05);
    border-radius: 5px;
    margin-bottom: 30px;
}
.list-document .item .lesson-lever {
    display: flex;
    align-items: center;
}
.lesson-lever .learner-thumb {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    position: relative;
    margin-bottom: -10px;
}
.lesson-lever .learner-thumb img {
    max-width: 101px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}
.lesson-lever .desc-lesson .lever-text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 7px;
}
.lesson-lever .desc-lesson .lever-content p {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #DC8234;
}
.list-document .content-lesson {
    display: flex;
    justify-content: space-between;
}
.content-lesson .proposed-documents {
    background: #FFFFFF;
    border: 2px solid #0C6AAD;
    border-radius: 5px;
    width: 340px;
    height: 155px;
    padding: 20px 15px 18px;
    margin-right: 45px;
    position: relative;
}
.content-lesson .proposed-documents:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    width: 31px;
    right: -40px;
    background: #0C6AAD; 
}
.content-lesson .proposed-documents:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    width: 31px;
    right: -40px;
    background: #0C6AAD;
    transform: rotate(90deg); 
}
.content-lesson .proposed-documents .title {
    display: flex;
    margin-bottom: 15px;
}
.proposed-documents .title .gift-box {
    margin-right: 5px;
}
.proposed-documents .title span {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #0C6AAD;
}
.proposed-documents .title .gift-box img {
    max-width: 50px;
    vertical-align: middle;
}
.proposed-documents .desc-list {
    font-size: 14px;
    line-height: 22px;
    color: #4E4E4E;
}
.content-lesson .document-content {
    padding: 12px 15px 11px;
    background: #FFFFFF;
    border: 2px solid #0C6AAD;
    box-sizing: border-box;
    border-radius: 5px;
    height: 155px;
    width: 725px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #4E4E4E;
}
.material-document .btn-click {
    margin-top: 50px;
}
.sign-conver {
	padding: 90px 0;
	background: rgba(12, 106, 173, 0.05);
}
.sign-conver .list-conver {
	display: flex;
	justify-content: space-between;
}
.list-conver .item {
	width: 25%;
	margin-right: 50px;
}
.list-conver .item:last-child {
	margin-right: 0;
}
.list-conver .item .thumb {
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #0C6AAD;
	position: relative;
	margin: 0 auto 25px;
}
.list-conver .item .thumb:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #0C6AAD;
}
.list-conver .item:last-child .thumb:after {
	display: none;
}
.list-conver .item .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.list-conver .item .info h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #DC8234;
	margin-bottom: 7px;
}
.list-conver .item .info .desc {
	font-size: 14px;
	line-height: 24px;
	color: #4E4E4E;
}
.sign-conver .btn-click {
	margin-top: 45px;
}
/*==========================================================
    7. FOOTER
==========================================================*/
.site-footer {
    background: #DC8234;;
    padding: 35px 0;
    height: 100px;
}
.site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright {
    font-size: 16px;
    color: #fff;
}