@font-face
{
    font-family: Roboto Slab;
    src: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/robotoslab-regular.ttf);
}

@font-face
{
    font-family: Roboto Slab;
    font-weight: bold;
    src: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/robotoslab-bold.ttf);
}

body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #898989;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover, a:active, a:focus
{
    text-decoration: none;
}

p
{
    margin: 0;
    padding: 0;
}

img
{
    max-width: 100%;
}

.owl-theme .owl-page
{
    float: left;
    margin-right: 7px;
}

    .owl-theme .owl-page span
    {
        display: block;
        height: 10px;
        width: 10px;
        background-color: #fff;
    }

    .owl-theme .owl-page.active span
    {
        background-color: #dd2c18;
    }

.box-heading
{
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

    .box-heading h2
    {
        margin: 0;
        padding: 6px 0 12px;
        font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }

        .box-heading h2::before
        {
            content: "";
            position: absolute;
            bottom: 0;
            display: block;
            width: 80px;
            height: 3px;
            background-color: #dd2c18;
        }

    .box-heading .owl-buttons
    {
        position: absolute;
        top: 8px;
        right: 0;
    }

        .box-heading .owl-buttons a
        {
            float: left;
            height: 25px;
            width: 25px;
            margin-left: 4px;
            line-height: 25px;
            color: #838383;
            text-align: center;
            border: 1px solid #c3c3c3;
            transition: all ease .5s;
        }

            .box-heading .owl-buttons a:hover
            {
                background-color: #dd2c18;
                color: #fff;
            }

.breadcrumb
{
    margin: 0;
    margin-bottom: 35px;
    padding: 26px 0 12px;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
}

    .breadcrumb > li.active
    {
        color: #d63421;
    }

    .breadcrumb > li + li:before
    {
        padding: 0 2px;
    }

    .breadcrumb > li > a
    {
        color: #898989;
    }

        .breadcrumb > li > a:hover
        {
            color: #dd2c18;
        }

.page-heading
{
    background-size: cover;
    background-position: center center;
}

.nav-pagination
{
    overflow: hidden;
}

.pagination
{
    float: right;
    margin: 70px 0 0;
    padding: 0;
}

    .pagination > li > a, .pagination > li > span
    {
        position: relative;
        float: left;
        height: 43px;
        padding: 0 15px;
        line-height: 43px;
        text-decoration: none;
        color: #898989;
        background-color: #fff;
        border: 1px solid #ebebeb;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span
    {
        border-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span
    {
        border-radius: 0;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > a, .pagination > li.active > span
    {
        z-index: 2;
        color: #fff;
        background-color: #dd2c18;
        border-color: #dd2c18;
    }

.style-form-group
{
    margin-bottom: 30px;
}

    .style-form-group label
    {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        font-size: 12px;
        font-weight: 400;
        color: #898989;
    }

        .style-form-group label span
        {
            color: red;
        }

.style-form-text
{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    border: 1px solid #ebebeb;
}

.style-form-textarea
{
    width: 100%;
    padding: 15px;
    line-height: 45px;
    outline: none;
    border: 1px solid #ebebeb;
}

.style-form-submit
{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #c21921;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 30px;
}

    .style-form-submit:hover
    {
        color: #fff;
        background: #dd2c18;
    }

.style-form h2
{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d3d3d;
}

.style-form-error
{
    margin-bottom: 15px;
    padding: 15px;
}

    .style-form-error p
    {
        color: red;
        line-height: 22px;
    }

.style-form-success
{
    margin-bottom: 15px;
    padding: 15px 0;
}

    .style-form-success p
    {
        color: #dd2c18;
        line-height: 22px;
    }

.blog, .collection
{
    margin-bottom: 100px;
}

.address, .account, .order, .login
{
    padding-bottom: 100px;
}

.header-top
{
    z-index: 99999;
    height: auto;
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.header-hotline
{
    line-height: 32px;
    color: #dd2c18;
}

    .header-hotline p a
    {
        color: #dd2c18;
    }

    .header-hotline i
    {
        margin-right: 2px;
        font-size: 14px;
    }

.header-account
{
    float: right;
}

    .header-account ul li
    {
        float: left;
    }

        .header-account ul li a
        {
            margin-left: 10px;
            line-height: 32px;
            color: #fff;
        }

            .header-account ul li a:hover
            {
                color: #dd2c18;
            }

            .header-account ul li a::after
            {
                content: "|";
                margin-left: 10px;
            }

            .header-account ul li a i
            {
                margin-right: 5px;
            }

        .header-account ul li:last-child a::after
        {
            content: "";
        }

.logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-nav-main
{
    float: left;
    background: #fe3c36;
    position: relative;
}

    .header-nav-main > ul > li
    {
        float: left;
        position: relative;
    }

        .header-nav-main > ul > li > a
        {
            display: block;
            min-height: 32px;
            padding: 0 31px;
            font-size: 15px;
            line-height: 42px;
            text-transform: uppercase;
            color: white;
        }

        .header-nav-main > ul > li:hover > a
        {
            color: #dd2c18;
        }

        .header-nav-main > ul > li.active > a
        {
            color: white;
            background-color: transparent;
            border-radius: 3px;
        }

        .header-nav-main > ul > li.header-search > a, .header-nav-main > ul > li.header-cart > a
        {
            font-size: 14px;
            color: #dd2c18;
        }

        .header-nav-main > ul > li:hover .nav-main-sub
        {
            display: block;
        }

.nav-main-sub
{
    position: absolute;
    display: none;
    z-index: 999;
    top: 34px;
    left: 0;
    width: 200px;
    padding-top: 20px;
    /* -webkit-box-shadow: 0px 4px 5px 2px rgba(163,163,163,1); */
    -moz-box-shadow: 0px 4px 5px 2px rgba(163,163,163,1);
    /* box-shadow: 0px 4px 5px 2px rgba(163,163,163,1); */
}

    .nav-main-sub::before
    {
        content: "";
        position: absolute;
        top: 15px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }

    .nav-main-sub li
    {
        position: relative;
        background-color: #fff;
    }

        .nav-main-sub li a
        {
            display: block;
            padding: 0 10px;
            font-size: 14px;
            line-height: 40px;
            color: #555;
            border-bottom: 1px solid #e1e1e1;
        }

        .nav-main-sub li:hover > a
        {
            color: #dd2c18;
        }

    .nav-main-sub > li:hover .nav-main-sub2
    {
        display: block;
    }

.nav-main-sub2
{
    position: absolute;
    display: none;
    top: 0;
    right: -200px;
    width: 200px;
    padding-left: 5px;
    -webkit-box-shadow: 0px 4px 5px 2px rgba(163,163,163,1);
    -moz-box-shadow: 0px 4px 5px 2px rgba(163,163,163,1);
    box-shadow: 0px 4px 5px 2px rgba(163,163,163,1);
}

    .nav-main-sub2::before
    {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #fff;
    }

.nav-main-search
{
    right: 0;
    left: auto;
    width: 300px;
}

    .nav-main-search::before
    {
        right: 20px;
        left: auto;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #dd2c18;
    }

    .nav-main-search .search-form-submit
    {
        height: 45px;
    }

#owl-slider .owl-pagination
{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
}

#owl-slider .item img
{
    display: block;
    width: 100%;
    height: auto;
}

.feature
{
    padding: 34px 0 30px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 1px rgba(200,200,200,0.5);
}

.feature-item
{
    text-align: center;
}

    .feature-item img
    {
        margin: 0 auto;
    }

.feature_bg img
{
    padding-top: 20px;
}

.feature-item h2
{
    margin: 0;
    padding: 8px 0 10px;
    font-size: 22px;
    font-family: HelvenMedium;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
}

.feature-item p
{
    padding: 0 52px 20px;
    line-height: 20px;
    font-family: Helven;
    font-size: 14px;
    color: #333333;
}

.news-seminor
{
    padding: 0px 0px;
    margin-top: 40px;
}

.on-item
{ /*height:421px;overflow:hidden*/
}

.on-item-image
{
    display: block;
}

    .on-item-image img
    {
        width: 100%; /*height:290px*/
    }

.on-item-name:hover h3
{
    color: #dd2c18;
}

.on-item-name h3
{
    margin: 0;
    padding: 16.5px 0;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #292e42;
    transition: all ease .3s;
}

.on-item-info
{
    padding-bottom: 14px;
    font-style: italic;
}

    .on-item-info i
    {
        margin: 0 8px 0 1px;
        color: #dd2c18;
    }

.on-item-summary
{
    line-height: 18px;
    color: #878787;
    text-align: justify;
}
/*#owl-seminor{height:421px;overflow:hidden}*/
.os-item
{
    overflow: hidden;
    margin-bottom: 40px;
}

    .os-item:last-child
    {
        margin: 0;
    }

.os-item-image
{
    display: block;
    float: left;
    margin-right: 12px;
}

    .os-item-image img
    {
        width: 160px; /*height:114px*/
    }

.os-item-name:hover a
{
    color: #dd2c18;
}

.os-item-name a
{
    margin: 0;
    padding: 0 0 15px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #292e42;
    word-break: break-word;
    text-align: justify;
    transition: all ease .3s;
}

.school
{
    padding: 60px 0 50px;
    background-color: #fbf9f9;
}

.school-heading
{
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

    .school-heading h2
    {
        display: inline-block;
        margin: 0 0 20px;
        padding-bottom: 20px;
        font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #111;
        text-transform: uppercase;
        border-bottom: 1px solid #e1e1e1;
    }

        .school-heading h2::before
        {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            display: block;
            width: 17px;
            height: 21px;
            margin-left: -8.5px;
            background-image: url(flag.png);
        }

.school-item
{
    padding-bottom: 30px;
}

.school-item-thumbnail
{
    position: relative;
    padding: 2px;
    border: solid 1px #f4f2f2;
    text-align: center;
}

    .school-item-thumbnail img
    {
        max-width: 100%; /*max-height:200px*/
    }

    .school-item-thumbnail a
    {
        position: absolute;
        top: 40%;
        left: 50%;
        display: none;
        height: 35px;
        width: 103px;
        margin-left: -51.5px;
        margin-top: -17.5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 35px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        background-color: #dd2c18;
        transition: all ease .5s;
    }

    .school-item-thumbnail:hover a
    {
        display: block;
    }

    .school-item-thumbnail a:hover
    {
        background: #dd2c18;
    }

    .school-item-thumbnail:hover::before
    {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3);
    }

    .school-item-thumbnail:hover::after
    {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.3);
    }

    .school-item-thumbnail::before
    {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67,69,113,0.07);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .school-item-thumbnail::after
    {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(67,69,113,0.07);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.shool-item-name:hover h3
{
    color: #dd2c18;
}

.shool-item-name a
{
    margin: 0;
    padding: 20px 0 8px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #111;
    transition: all ease .3s;
    word-break: break-word;
}

.school-item-summary
{
    color: #636363;
}

.shool-item-summary
{
    font-size: 12px;
    font-weight: 18px;
    color: #878787;
    text-align: justify;
}

.school-item-buttons
{
    display: none;
}

.school-item-register
{
    display: inline-block;
    float: left;
    height: 35px;
    margin-right: 10px;
    padding: 0 15px;
    line-height: 35px;
    color: #fff;
    background-color: #252d43;
    text-transform: uppercase;
}

.school-item-view
{
    display: inline-block;
    float: left;
    height: 35px;
    padding: 0 25px;
    line-height: 35px;
    color: #fff;
    background-color: #dd2c18;
    text-transform: uppercase;
}

.school-item-buttons a:hover
{
    color: #fff;
}

.school-footer
{
    text-align: center;
}

    .school-footer a
    {
        display: inline-block;
        height: 53px;
        padding: 0 45px;
        font-size: 12px;
        font-weight: 700;
        line-height: 53px;
        color: #fff;
        text-transform: uppercase;
        background-color: #dd2c18;
    }

        .school-footer a:hover
        {
            background: #dd2c18;
        }

.testimonial-heading
{
    position: relative;
    margin-bottom: 53px;
}

    .testimonial-heading::before
    {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80px;
        height: 2px;
        margin-left: -40px;
        background-color: #fff;
    }

    .testimonial-heading h2
    {
        margin: 0;
        padding: 0 0 12px;
        font-size: 24px;
        font-family: HelvenBold;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

.testimonial-item
{
    margin-bottom: 90px;
}

.testimonial-item-body
{
    position: relative;
    text-align: center;
    padding: 35px 16px;
    margin-top: 13px;
    background-color: rgba(255,255,255,0.1);
}

    .testimonial-item-body::before
    {
        content: "";
        position: absolute;
        top: -10px;
        left: 44%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.1);
    }

    .testimonial-item-body p
    {
        font-size: 14px;
        line-height: 24px;
        font-family: Helven;
        color: #ebebeb;
    }

.testimonial-item-user
{
    /* font-family: HelvenBold; */
}

    .testimonial-item-user img
    {
        width: 214px;
        height: 210px;
        border-radius: 50%;
    }

    .testimonial-item-user h4
    {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0 8px;
        font-size: 18px;
        font-weight: 700;
        font-family: HelvenMedium;
        color: #ffb70b;
    }

    .testimonial-item-user p
    {
        font-size: 12px;
        font-style: italic;
        color: #ebebeb;
    }

#owl-testimonial .owl-pagination
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25.5px;
}

#owl-testimonial .item
{
    padding: 0 15px;
}

.cultural-photo-info
{
    padding: 50px 0;
}

.cultural ul li
{
    overflow: hidden;
}

    .cultural ul li:first-child
    {
        margin-bottom: 15px;
    }

    .cultural ul li a
    {
        display: block;
        padding: 3px 0;
        font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #363636;
    }

        .cultural ul li a:hover
        {
            color: #dd2c18;
        }

        .cultural ul li a::before
        {
            content: "-";
            margin-right: 5px;
        }

    .cultural ul li:first-child a::before
    {
        display: none;
    }

    .cultural ul li .cultural-item-image
    {
        float: left;
        margin-right: 15px;
        padding: 0;
    }
    /*.cultural ul li .cultural-item-image img{max-width:150px;max-height:140px}*/
    .cultural ul li .cultural-item-name
    {
        padding: 0;
    }

.cultural-item-name h3
{
    margin: 0;
    padding: 10px 0 6px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #363636;
}

.cultural-item-name:hover h3
{
    color: #dd2c18;
}

.cultural ul li .on-item-info
{
    padding-bottom: 5px;
}

.cultural-item-summary
{
    line-height: 20px;
    color: #464646;
}

.info-logo
{
    display: block;
    margin: 3px 0 28px;
}

.info-content
{
    line-height: 24px;
    color: #464646;
    text-align: justify;
}

.brand
{
    padding: 0px 0;
    background-color: #f4f4f4;
}

#owl-brand .item
{
    display: table;
    width: 100%;
    height: 92px;
    padding: 0 10px;
}

    #owl-brand .item a
    {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        opacity: .75;
    }

        #owl-brand .item a:hover
        {
            opacity: 1;
        }

#footer
{ /* padding-top:25px; */ /* background-color:#252d44 */
}

.footer-top
{
    padding-bottom: 40px;
}

.footer-box
{
    float: left;
}

.footer-heading
{
    margin: 0;
    padding: 68px 0 15px;
    border-bottom: 3px solid #ffb70b;
    font-family: HelvenBold;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box1
{
    width: 376px;
    padding-right: 0;
}

    .footer-box1 p
    {
        font-size: 14px;
        line-height: 28px;
        font-family: Helven;
        color: white;
    }

        .footer-box1 p:last-child
        {
            font-style: italic;
        }

.footer-contact-address
{
    padding-bottom: 20px;
}

    .footer-contact-address i
    {
        margin-right: 8px;
        color: #fff;
    }

.footer-box1 .footer-contact-phone
{
    font-weight: 700;
    color: #dd2c18;
}

.footer-contact-phone i
{
    margin-right: 8px;
}

.footer-box2
{
    width: 226px;
    padding: 0 20px;
}

.footer-box3
{
    width: 261px;
    padding-left: 45px;
}

.footer-box4
{
    width: 232px;
    margin-right: 87px;
}

.footer-box5
{
    width: 108px;
}

.footer-box-content ul li a
{
    font-family: Helven;
    display: block;
    padding-bottom: 21px;
    font-size: 14px;
    color: white;
}

.footer-box-content ul li:last-child a
{
    padding-bottom: 0;
}

.footer-box-content ul li a::before
{ /* content:"\f105"; */
    font-family: "FontAwesome";
    margin-right: 5px;
}

.footer-copyright
{
    padding: 8px 0;
    background: #333333;
}

    .footer-copyright p
    {
        padding-top: 7px;
        color: #fff;
    }

        .footer-copyright p > a
        {
            color: #fff;
        }

            .footer-copyright p > a:hover
            {
                color: #dd2c18;
            }

.nav-payments
{
    float: right;
}

    .nav-payments ul li
    {
        float: left;
    }

        .nav-payments ul li a
        {
            display: block;
            margin-left: 10px;
            font-size: 19px;
            color: #fff;
        }

.nav-bar-mobile
{
    display: none;
    overflow: hidden;
    background-color: #dd2c18;
    padding-top: 6px;
    padding-bottom: 6px;
}

.nav-mobile-btn a, .mobile-search-btn a
{
    font-size: 20px;
    color: #fff;
}

.nav-mobile-btn
{
    float: left;
}

@media screen and (min-width:1024px)
{
    .nav-mobile
    {
        display: none;
    }
}

.mobile-search-btn
{
    float: right;
}

.page-heading p, .page-heading h1
{
    margin: 0;
    padding: 83px 0;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #d63421;
    text-transform: uppercase;
    text-align: center;
}

.sidebar .box
{
    margin-bottom: 17px;
    padding: 15px 20px 7px;
    background-color: #fbf9f9;
}

.sidebar .box-heading
{
    margin-bottom: 10px;
}

.nav-sidebar > ul > li
{
    position: relative;
}

    .nav-sidebar > ul > li > a
    {
        display: block;
        min-height: 40px;
        line-height: 40px;
        color: #898989;
        border-bottom: 1px solid #ebebeb;
        padding: 0 15px;
    }

    .nav-sidebar > ul > li:last-child > a
    {
        border: none;
    }

    .nav-sidebar > ul > li.active > a
    {
        color: #dd2c18;
    }

    .nav-sidebar > ul > li:hover > a
    {
        color: #dd2c18;
    }

    .nav-sidebar > ul > li > a::before
    {
        content: "\f105";
        margin-right: 5px;
        font-family: "FontAwesome";
        position: absolute;
        left: 0;
    }

.nav-sidebar-products
{
    margin-top: 20px;
}

    .nav-sidebar-products ul li
    {
        overflow: hidden;
        margin-bottom: 20px;
    }

.sp-item-image
{
    display: block;
    float: left;
    margin-right: 13px;
}

    .sp-item-image img
    {
        max-width: 77px;
        max-height: 77px;
    }

.sp-item-name h3
{
    margin: 0;
    margin-top: -2px;
    padding: 0px 0 8px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #3d3d3d;
}

    .sp-item-name h3:hover
    {
        color: #dd2c18;
    }

.collection-toolbar
{
    margin-bottom: 30px;
}

.toolbar-sortby
{
    float: right;
}

    .toolbar-sortby label
    {
        font-size: 14px;
        color: #363636;
        margin-right: 15px;
    }

    .toolbar-sortby select
    {
        width: 145px;
        height: 30px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 40px;
        border: 1px solid #ebebeb;
        outline: none;
    }

.collection-products-list .row .col-lg-4
{
    width: 100%;
}

.collection-products-list .row .col-md-4
{
    width: 100%;
}

.collection-products-list .row .col-sm-4
{
    width: 100%;
}

.collection-products-list .school-item
{
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}

.collection-products-list .school-item-thumbnail
{
    float: left;
    margin-right: 30px;
    border: solid 1px #f4f2f2;
    background: #fbf9f9;
}

    .collection-products-list .school-item-thumbnail img
    {
        max-width: 240px;
        max-height: 240px;
    }

.collection-products-list .on-item-info
{
    display: none;
}

.collection-products-list .school-item-buttons
{
    overflow: hidden;
    display: inline-block;
    margin: 15px 0;
}

.collection-products-list .shool-item-name h3
{
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: justify;
    line-height: 20px;
}

.product .page-heading
{
    background-image: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/bg-product-heading.jpg);
}

.product-slide-images
{
    margin-left: -7.5px;
    margin-right: -7.5px;
}

#owl-product-images
{
    margin-top: 13px;
}

    #owl-product-images .item
    {
        padding: 0 7.5px;
    }

.product-name
{
    margin: 0;
    padding: 38px 0 11px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #242c42;
}

.product-summary
{
    padding: 0 0 25px;
    line-height: 18px;
    color: #7d7d7d;
}

.product-prices
{
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}

.product-price, .product-price-sale
{
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #3d3d3d;
    padding-bottom: 20px;
}

.product-price-sale
{
    text-decoration: line-through;
    font-weight: normal;
    font-style: italic;
}

    .product-price span, .product-price-sale span
    {
        color: #ed1c24;
    }

.product-variants
{
    overflow: hidden;
    padding: 15px 0;
}

    .product-variants .selector-wrapper
    {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        .product-variants .selector-wrapper label
        {
            display: block;
            width: 100%;
            font-weight: 700;
        }

        .product-variants .selector-wrapper select
        {
            height: 35px;
            padding: 0 10px;
            line-height: 35px;
            width: 200px;
            outline: none;
            border: 1px solid #ebebeb;
        }

.product-quantity
{
    width: 110px;
    margin-right: 10px;
    float: left;
}

    .product-quantity label
    {
        width: 100%;
        font-weight: 700;
    }

    .product-quantity input
    {
        height: 35px;
        margin-top: 1px;
        line-height: 35px;
        width: 100%;
        outline: none;
        border: 1px solid #ebebeb;
        text-align: center;
    }

.product-submit
{
    display: inline-block;
    height: 35px;
    margin-top: 23px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    background-color: #242c42;
    border: none;
}

    .product-submit:hover
    {
        color: #fff;
    }

.product-tabs
{
    margin-top: 60px;
    margin-bottom: 80px;
}

.product-tabs-title
{
    height: 55px;
    border-bottom: 1px solid #ebebeb;
}

    .product-tabs-title li
    {
        float: left;
        position: relative;
    }

        .product-tabs-title li a
        {
            display: block;
            height: 55px;
            padding: 0 85px;
            font-size: 14px;
            line-height: 55px;
            text-transform: uppercase;
        }

        .product-tabs-title li.active::before
        {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 999;
            display: block;
            height: 1px;
            width: 100%;
            background-color: #fff;
        }

        .product-tabs-title li.active a
        {
        }

.product-tabs-content
{
    border: 1px solid #ebebeb;
    border-top-color: transparent;
}

.tab-content
{
    padding: 10px;
}

    .tab-content.active
    {
        display: block;
    }

#thetags a
{
    display: inline-block;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background-color: #d63421;
}

.product-related-content
{
    margin-left: -15px;
    margin-right: -15px;
}

#owl-product-related .item
{
    padding: 0 7px;
}

.blog .page-heading
{
    background-image: url(../images/bg-product-heading.jpg);
}

.article-item
{
    margin-bottom: 30px;
}

    .article-item a:hover h3
    {
        color: #dd2c18;
    }

    .article-item h3
    {
        margin: 0;
        padding: 15px 0;
        font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #636363;
    }

        .article-item h3:first-letter
        {
            text-transform: capitalize;
        }

.article-item-info
{
    overflow: hidden;
    padding-bottom: 20px;
}

    .article-item-info ul li
    {
        float: left;
        margin-right: 15px;
        color: #b7b7b7;
    }

        .article-item-info ul li i
        {
            margin-right: 10px;
            color: #dd2c18;
        }

.article-item-image
{
    display: block;
    margin-bottom: 30px;
}

.blog .pagination
{
    margin-top: 40px;
}

.article
{
    margin-bottom: 63px;
}

    .article .page-heading
    {
        background-image: url(../images/bg-product-heading.jpg);
    }

.article-title
{
    margin: 0;
    padding: 0 0 15px;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #636363;
}

.article-info
{
    overflow: hidden;
    padding-bottom: 20px;
}

    .article-info ul li
    {
        float: left;
        margin-right: 15px;
        color: #b7b7b7;
    }

        .article-info ul li i
        {
            margin-right: 10px;
            color: #dd2c18;
        }

.article-body
{
    margin-bottom: 100px;
}

.article-comments h2
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #363533;
    text-transform: uppercase;
}

.comment-item
{
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
}

    .comment-item h4
    {
        margin: 0;
        padding: 0 0 15px;
        font-size: 14px;
        color: #363533;
    }

    .comment-item p
    {
        padding: 0 0 15px;
        color: #898989;
        text-align: justify;
        word-break: break-word;
    }

    .comment-item time
    {
        color: #898989;
        font-style: italic;
    }

    .comment-item img
    {
        float: left;
        height: 74px;
        width: 74px;
        margin: 0 30px 30px 0;
    }

.comment-paginate
{
    overflow: hidden;
}

    .comment-paginate .pagination
    {
        float: right;
        margin: 10px 0 0;
    }

.comment-add h2
{
    padding: 30px 0;
}

.comment-body
{
    height: 145px;
}

.comment-submit
{
    float: right;
}

.contact .page-heading
{
    background-image: url(../images/contacts11.jpg);
}

.contact-infomation-title, .contact-sent-title
{
    padding-bottom: 54px;
    border-bottom: 1px solid #ebebeb;
}

.ci-email, .ci-hotline
{
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ebebeb;
}

.ci-icon
{
    width: 33px;
    float: left;
    font-size: 24px;
    color: #dd2c18;
}

.ci-content
{
    float: left;
    width: 520px;
}

.ci-hotline .ci-content, .ci-email .ci-content
{
    width: auto;
}

    .ci-hotline .ci-content p, .ci-email .ci-content p
    {
        padding-top: 17px;
    }

.ci-content h3
{
    margin: 0;
    padding: 5px 0 0;
    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #242c42;
}

.ci-content p
{
    font-size: 14px;
    color: #878787;
}

.ci-content h4
{
    margin: 0;
    padding: 15px 0 5px;
    font-size: 14px;
    color: #242c42;
}

.ci-address
{
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.ci-social
{
    overflow: hidden;
    margin: 15px 0 30px;
}

    .ci-social ul
    {
        margin-top: 20px;
    }

        .ci-social ul li
        {
            float: left;
        }

            .ci-social ul li a
            {
                display: block;
                margin-right: 17px;
                font-size: 18px;
                color: #898989;
            }

.contact-form
{
    margin-top: 55px;
}

.contact-body
{
    height: 130px;
    padding: 15px;
}

.contact-submit
{
    float: right;
}

.contact-page
{
    margin-bottom: 50px;
}

#map
{
    height: 351px;
}

.cart
{
    margin-bottom: 110px;
}

    .cart .page-heading
    {
        background-image: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/bg-cart-heading.jpg);
    }

.table-cart .table
{
    margin-bottom: 35px;
}

.table-cart thead > tr > th
{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    border-bottom-width: 0px;
}

.table-cart table tr td
{
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

    .table-cart table tr td:nth-child(2)
    {
        font-size: 16px;
        color: #3d3d3d;
    }

    .table-cart table tr td:nth-child(3), .table-cart table tr td:nth-child(5)
    {
        font-size: 18px;
        font-weight: 700;
        color: #898989;
    }

    .table-cart table tr td:nth-child(6) a
    {
        font-size: 20px;
        color: #898989;
    }

.cart-quantity
{
    height: 40px;
    width: 50px;
    font-size: 18px;
    line-height: 45px;
    color: #898989;
    text-align: center;
    outline: none;
    border: 1px solid #c2c2c2;
}

.form-cart-continue, .form-cart-update
{
    margin-bottom: 20px;
    float: left;
    display: block;
    height: 35px;
    margin-left: 14px;
    padding: 0 23px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border: none;
    background-color: #dd2c18;
}

    .form-cart-continue:hover, .form-cart-update:hover
    {
        color: #dd2c18;
        background-color: #fff;
        border: solid 1px #dd2c18;
    }

.form-cart-button
{
    overflow: hidden;
}

.bg_cart
{
    background: #fbf9f9;
    overflow: hidden;
}

.table-total
{
    padding: 15px;
}

@media (max-width: 1199px)
{
    .cart
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .table-total
    {
        padding: 15px 0px;
    }

    .search-toolbar
    {
        margin-top: 15px;
    }
}

.table-total .table
{
    background: #fff;
}

.table-total tbody > tr
{
    border-bottom: solid 1px #ddd;
}

    .table-total tbody > tr > td
    {
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 200;
        text-align: left;
        color: #3d3d3d;
        border: 0px;
        font-family: 'Roboto',sans-serif;
    }

        .table-total tbody > tr > td.txt-right
        {
            text-align: right;
            color: #2c2c2c;
        }

    .table-total tbody > tr:last-child > td.txt-right
    {
        color: #dd2c18;
        text-align: right;
    }

    .table-total tbody > tr:last-child
    {
        border-bottom: 0px;
    }

    .table-total tbody > tr > td:nth-child(2)
    {
        color: #2c2c2c;
    }

    .table-total tbody > tr:last-child > td
    {
        padding: 15px 30px;
        font-size: 16px;
        color: #fff;
        color: #2c2c2c;
        font-weight: bold;
        text-align: left;
    }

.btn-checkout
{
    float: right;
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #dd2c18;
    text-transform: uppercase;
}

    .btn-checkout:hover
    {
        color: #fff;
        background-color: #878787;
    }

.search-toolbar
{
    overflow: hidden;
    margin-bottom: 30px;
}

.search-form-submit
{
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.account .page-heading
{
    background-image: url(bg-cart-heading.jpg);
}

.address .page-heading
{
    background-image: url(bg-cart-heading.jpg);
}

.address .style-form
{
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.address .style-form-group
{
    margin-bottom: 10px;
}

.address .style-form-submit
{
    padding: 0 20px;
    margin-right: 10px;
}

.order .page-heading
{
    background-image: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/bg-cart-heading.jpg);
}

.login .page-heading
{
    background-image: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/bg-contact-heading.jpg);
}

.login .style-form-submit
{
    padding: 0 20px;
    margin-right: 10px;
}

.header-top .form-search
{
    position: relative;
    float: right;
    width: 300px;
    margin: 3px 0;
}

.header-top .search-form-text
{
    background-color: transparent;
    height: 25px;
    line-height: 25px;
    border: none;
    text-align: right;
    padding-right: 30px;
}

    .header-top .search-form-text:focus
    {
        text-align: left;
    }

.header-top .search-form-submit
{
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
}

.testimonial
{
    margin-bottom: 50px;
    padding: 50px 0;
    background-image: url(../images/bg-testimonial.jpg);
    background-size: cover;
    background-position: center center;
}

.collection .page-heading
{
    background-image: url(//bizweb.dktcdn.net/100/062/789/themes/521260/assets/bg-collection-heading.jpg);
}

.feature_bg > span
{
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.toolbar-views a .fa
{
    transition: all ease .3s;
}

.toolbar-views a:hover .fa
{
    color: #dd2c18;
}

.toolbar-views a
{
    display: block;
    float: left;
    height: 40px;
    width: 20px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #afafaf;
}

    .toolbar-views a.active
    {
        color: #d63421 !important;
    }

.school-item-info
{
    line-height: 20px;
}

.school-item-info
{
    padding: 0 10px;
}

.logo h1
{
    margin: 0 auto;
    color: #dd2c18;
    line-height: inherit;
}

.os-item-name h3:first-letter
{
    text-transform: capitalize;
}

.social_tags
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.article_tags
{
    text-align: left;
}

.social_media
{
    text-align: right;
}

.article_tags, .social_media
{
    float: left;
    margin: 15px 0; /*padding-bottom: 15px;*/
    font-size: 14px;
    color: #333; /* border-bottom: 1px solid #ebebeb; */
}

.article_tags, .social_title
{
    line-height: 20px;
    padding-top: 3px;
    display: inline-block;
}

ul.tag_list, ul.social_share
{
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

    ul.tag_list li, ul.social_share li
    {
        float: left;
        text-align: center;
    }

        ul.social_share li a
        {
            font-size: 20px;
        }

        ul.tag_list li a, ul.social_share li a
        {
            color: #646464;
            padding: 0 10px;
            display: inline-block;
            position: relative;
            overflow: hidden;
            z-index: 9999;
        }

        ul.tag_list li a
        {
            border: #ddd 1px dashed;
            margin-right: 5px;
            display: block;
            transition: all ease .3s;
        }

        ul.tag_list li a, ul.social_share li a
        {
            color: #646464;
            padding: 0 10px;
            display: inline-block;
            position: relative;
            overflow: hidden;
            z-index: 9999;
        }

        ul.tag_list li:hover a
        {
            color: #dd2c18;
            border: #dd2c18 1px dashed;
            border-radius: 10px;
        }

.form-search
{
    position: relative;
}

.search_list
{
    padding: 15px;
}

.search_image
{
    float: left;
}

.search_timeline
{
    overflow: hidden;
}

@media screen and (max-width:320px)
{
    .cr
    {
        display: inline-block;
        line-height: 20px;
    }

    .cr2
    {
        display: none;
    }
}

.cr a
{
    color: #dd2c18;
}

.article-item h3 a
{
    color: #111;
    transition: all ease .3s;
}

    .article-item h3 a:hover
    {
        color: #dd2c18;
    }

.article-item-summary
{
    text-align: justify;
}

.blog_grid:nth-child(2n+1)
{
    clear: left;
}

@media screen and (max-width:767px)
{
    #article_showtime, #blog_showtime
    {
        display: flex;
        flex-flow: column;
    }

        #article_showtime > div:nth-child(1), #blog_showtime > div:nth-child(1)
        {
            order: 1;
        }

        #article_showtime > div:nth-child(2), #blog_showtime > div:nth-child(2)
        {
            order: 3;
        }

        #article_showtime > div:nth-child(3), #blog_showtime > div:nth-child(3)
        {
            order: 2;
        }
}

.article-body img
{
    max-width: 100% !important;
    height: auto !important;
}

.footer-contact-phone a
{
    color: #dd2c18;
}

.bg_g
{
    background: #ffb509;
    position: absolute;
    width: 30%;
    height: 47px;
    right: -30%;
}

.nav-main-sub li:hover > a
{
    color: black !important;
}

.nav-main-sub li:before
{
    display: none!important;
}

.bg_hri
{
    padding: 0;
}

    .bg_hri:before
    {
        /*content: "";*/
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0px;
        left: 0px;
        z-index: 0;
        border-bottom: 147px solid transparent;
        border-top: 0px solid transparent;
        border-left: 99px solid white;
    }
#products-hot .prdhot_img {
    height: 160px;
    overflow: hidden;
}