﻿/*!
 * style.css
 * Version - 1.0
 * Website: BicCMS2018
 * Author: Ghida
 * Copyright (c) 2017 Bicweb.Vn
 */

/* #region GLOBAL*/
.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

html, body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
}

h1, h2, h3, h4, h5, h6 {
    color: unset;
    display: unset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: unset;
    font-weight: unset;
    margin: 0;
    padding: 0;
}

a {
    color: #2a2a2a;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #238ada;
        outline: none;
        -webkit-transition: all 100ms ease 0s;
        -moz-transition: all 100ms ease 0s;
        -o-transition: all 100ms ease 0s;
        transition: all 100ms ease 0s;
    }

ul {
    padding: 0;
    margin: 0;
}

.fw {
    float: left;
    width: 100%;
}

* {
    outline: none;
}
/* #region Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}
/* #endregion Bootstrap Clearfix*/

/* #endregion GLOBAL*/

/* #region MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: none;
    float: right;
    margin-top: 0px;
    max-width: 480px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: -40px;
    width: 35px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 5px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: #014EA2;
            float: left;
            position: relative;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 0 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}
/* #endregion MEANMENU*/

/* #region HEADER */
@font-face {
    font-family: UTM Aurora;
    src: url(fonts/UTM-Aurora.ttf);
}

@font-face {
    font-family: UTM BanqueR;
    src: url(fonts/UTM-BanqueR.ttf);
}

/* support online */
.support-online {
    width: 250px;
    min-height: 222px;
    position: fixed;
    top: 240px;
    right: -2px;
    z-index: 1000;
    margin-right: -257px;
    background: #fff;
    padding-bottom: 5px;
}

.collslape {
    width: 44px;
    height: 100%;
    position: absolute;
    opacity: .9;
    left: -44px;
    top: 0;
    cursor: pointer;
    background: #108E46;
    border-radius: 7px 0 0 7px;
}

    .collslape span {
        background: url(images/icon-support.png) no-repeat center;
        padding: 13px;
        position: absolute;
        bottom: 15px;
        left: 9px;
    }

.collslape-text {
    transform: rotate(270deg);
    width: 200px;
    text-transform: uppercase;
    position: absolute;
    top: 43%;
    left: -175%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 35px;
}

.support_title {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    background: #108E46;
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    padding-left: 9px;
    font-weight: 700;
    text-align: center;
    border-radius: 0 7px 0 0;
    margin-left: -1px;
    margin-right: -1px;
}

.item-support {
    margin: 4px 0 2px 0;
    margin-left: 5px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
    padding-left: 50px;
}

    .item-support .title {
        font-weight: bold;
        color: #108E46;
    }

/* header */
.banner.banner-home {
    overflow: hidden;
}

.header-home .banner-cover {
    display: none;
}

.header-content {
    background: rgba(0,0,0,0) url(images/bg-header.png) no-repeat scroll 0 0;
    background-size: cover;
    color: white;
    position: relative;
}

    .header-content .container {
        display: flex;
    }

.logo {
    float: left;
    margin: 7px 0;
}

.slogan {
    text-align: center;
    margin: auto;
    margin-left: 30px;
}

.slogan-1 {
    font-family: UTM Aurora;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: -4px;
}

.slogan-2 {
    font-family: UTM BanqueR;
    font-size: 15.5px;
    text-transform: uppercase;
}

.header-right {
    float: right;
    margin-top: 25px;
}

.box-search {
    position: relative;
    width: 258px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
}

    .box-search .input-text {
        border: medium none;
        font-style: italic;
        padding: 9px 54px 9px 35px;
        width: 100%;
        color: black;
        font-size: 13px;
        background: url(icon/icon-search.png) no-repeat center left;
    }

        .box-search .input-text::placeholder {
            color: #b6b6b6;
        }

    .box-search .search-button {
        background: #f2bb22 no-repeat scroll center center;
        border: medium none;
        height: 100%;
        position: absolute;
        right: 0;
        /*text-indent: -9999px;*/
        top: 0;
        width: 54px;
    }

.language {
    overflow: hidden;
    margin-bottom: 13px;
    position: relative;
}

    .language a {
        float: right;
        color: white;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    }

        .language a.vi {
            background: url(icon/icon-flag-vi.png) no-repeat right center;
            padding-right: 30px;
        }

        .language a.en {
            background: url(icon/icon-flag-en.png) no-repeat right center;
            padding-right: 30px;
        }
/*Menu*/
nav.main-menu {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-primary {
    display: flex;
}

.RadMenu {
    margin: auto;
}

    .RadMenu .rmHorizontal .rmItem {
        padding: 12px;
    }

        .RadMenu .rmHorizontal .rmItem:after {
            content: "";
            height: 25%;
            background: rgba(0,0,0,0.1);
            position: absolute;
            left: 0;
            top: 50%;
            width: 2px;
            transform: translate(0,-65%);
        }

        .RadMenu .rmHorizontal .rmItem.rmFirst:after {
            content: none;
        }

        .RadMenu .rmHorizontal .rmItem .rmLink.expanded {
            color: #238ada;
        }

    .RadMenu .rmVertical .rmItem .rmText {
        background: #fff;
        padding: 7px 28px;
        background: #fff;
        text-transform: capitalize;
        border-bottom: 1px solid #e5e5e5;
    }

/* #endregion HEADER*/

/* #region BANNER*/

/* #endregion BANNER*/

/* #region HOME */
/* banner */
.banner-home .owl-dots {
    position: absolute;
    bottom: 20px;
    font-size: 0;
    margin: 0 auto;
    height: 14px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 99;
    margin-left: 31px;
}

.banner-home .owl-dot {
    display: inline-block;
    height: 15px;
    margin: -4px 10px 0 0;
    width: 15px;
    background: #abc8d9;
    border-radius: 50%;
}

    .banner-home .owl-dot.active {
        background: url(images/icon-dot-active.png);
        width: 20px;
        height: 18px;
    }

/* MenuAboutHome */
.MenuAboutHome {
    margin-top: 35px;
    margin-bottom: 25px;
}

    .MenuAboutHome .menuSlide ul {
        display: flex;
        flex-wrap: wrap;
    }

    .MenuAboutHome .menuSlide li {
        list-style: none;
        display: inline-block;
        margin: auto;
    }
    /*.MenuAboutHome .menuSlide li:hover figure {
            background: #025c8e;
        }*/
    .MenuAboutHome .menuSlide figure {
        width: 148px;
        border-radius: 50%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        transition: all 300ms ease 0ms;
        position: relative;
        background: #f6f6f6;
        transition: all 0.2s linear;
    }

        .MenuAboutHome .menuSlide figure:hover {
            background: #025c8e;
        }
            /*.MenuAboutHome .menuSlide figure::after {
                background: #f6f6f6;      
                position: absolute;
                top: 0;
                left: 0;
                box-sizing: border-box;
                height: 100%;
                width: 100%;
                content: '';
                z-index: -1;
                border-radius: 50%;
                background-clip: padding-box;
                transition: all 0.4s linear;
            }
            .MenuAboutHome .menuSlide figure:hover::after {
                transform: rotateY(180deg);
                background: #025c8e;
                opacity: 0;
            }*/
            .MenuAboutHome .menuSlide figure:hover img {
                filter: brightness(0) invert(1);
            }

            .MenuAboutHome .menuSlide figure:hover .mah-title {
                color: white;
            }

        .MenuAboutHome .menuSlide figure a {
            text-align: center;
        }

        .MenuAboutHome .menuSlide figure .mah-title {
            margin-top: 10px;
            font-size: 13.28px;
            text-transform: uppercase;
        }
/* article home */
.home-widget-title {
    margin-right: 55px;
}

.article-home {
    margin-bottom: 30px;
    position: relative;
}

.h-items.swiper-container {
    position: unset;
}

    .h-items.swiper-container .swiper-button-next, .h-items.swiper-container .swiper-button-prev {
        background-image: url(images/icon-prev.png);
        top: 21px;
        right: 0;
        width: 21px;
        height: 21px;
        background-size: unset;
        transform: rotate(180deg);
    }

    .h-items.swiper-container .swiper-button-prev {
        right: 23px;
        left: auto;
        transform: none;
    }

.widget-title {
    background: url(images/line.png) repeat-x center;
    overflow: hidden;
    margin-bottom: 15px;
    /*margin-right: 55px;*/
}

    .widget-title .text {
        font-size: 20px;
        font-weight: bold;
        color: #025c8e;
        border-left: 4px solid;
        padding: 0 10px;
        background: #fff;
    }

.h-desc.arhome-desc {
    font-size: 11.66px;
    text-align: justify;
}

.h-item.arhome-item {
    margin: 0;
}

.h-title.arhome-title {
    font-size: 13.45px;
    margin-bottom: 10px;
}

    .h-title.arhome-title a {
        color: #000;
    }

.h-date.arhome-date {
    font-size: 11px;
}
/* action home */
.action-home {
    position: relative;
}

.h-item.achome-item figure {
    width: 100%;
}

.h-date.achome-date {
    margin: 0;
    font-size: 14.33px;
    margin-bottom: 10px;
}

.h-title.achome-title.arhome-title {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 15px;
    height: 54px;
    overflow: hidden;
}
/* event home */

.evhome-item {
}

.evhome-widget-title {
    margin-bottom: 30px;
}

.event-home .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    margin-left: 5px;
}

.event-home .bx-wrapper .bx-next, .event-home .bx-wrapper .bx-prev {
    background: url(images/icon-prev.png);
    top: -37px;
    width: 21px;
    height: 21px;
    right: 0;
    left: auto;
    transform: rotate(180deg);
    overflow: hidden;
}

.event-home .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    opacity: .35;
}

.event-home .bx-wrapper .bx-next:hover, .event-home .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.event-home .bx-wrapper .bx-prev {
    right: 23px;
    transform: none;
}

.evhome-items .item-box {
    display: flex;
}

.evhome-content {
    height: 62px;
    overflow: hidden;
}

.h-title.evhome-title {
    font-size: 13px;
    clear: both;
    margin-bottom: 6px;
}

    .h-title.evhome-title a {
        color: #111;
    }

.evhome-desc {
    font-size: 13px;
    color: #5f5f5f;
    clear: both;
}

.evhome-date {
    width: 100px;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 13px;
}

    .evhome-date span {
        display: inline-block;
        width: 100%;
        clear: both;
        padding: 5.5px 0;
        *display: inline;
        zoom: 1;
        text-align: center;
    }

        .evhome-date span.evhome-thu {
            background: #108E46;
            color: #fff;
        }

        .evhome-date span.evhome-ngay {
            background: #dedede;
            color: #000;
        }
/* #endregion HOME*/

/* #region ARTICLE */
.page-content {
    margin-top: 35px;
}

.banner-cover img {
    width: 100%;
}
/* NavigatePath */
.h-navigate {
    background: url(images/line.png) repeat-x 0 11px;
    overflow: hidden;
    margin-bottom: 10px;
}

.nav_path {
    overflow: hidden;
    float: left;
    background: #fff;
    padding-right: 10px;
}

    .nav_path ol {
        float: left;
        padding: 0;
        display: flex;
        align-items: baseline;
    }

        .nav_path ol li {
            list-style: none;
            font-size: 16px;
        }

            .nav_path ol li a {
                color: #296b97;
                display: block;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 150px;
            }

                .nav_path ol li a.arr.firt {
                    font-size: 20px;
                    font-weight: bold;
                    color: #025c8e;
                    border-left: 4px solid;
                    padding-left: 10px;
                    max-width: 300px;
                }

    .nav_path li i.fa {
        color: #d9d9d9;
    }
/* Article Listing */
.main-content {
    float: left;
    width: 75.2%;
    margin-bottom: 30px;
}

.h-container {
    width: 100%;
}

.h-item {
    margin-bottom: 25px;
}

    .h-item figure {
        width: 177px;
    }

        .h-item figure img {
            object-fit: cover;
            border: 1px solid #ccc;
            padding: 2px;
            width: 100%;
        }

.h-title {
    margin-bottom: 15px;
    font-weight: bold;
}

    .h-title a {
        color: #025c8e;
    }

        .h-title a:hover {
            color: #238ada;
        }

.h-content {
    display: flex;
}

    .h-content figure {
        flex-shrink: 0;
        margin-right: 15px;
    }

.h-desc {
    color: #2a2a2a;
    line-height: 1.5;
}

.h-date {
    margin-top: 5px;
    font-size: 12px;
    color: #bcbcbc;
    overflow: hidden;
}

.date {
    float: left;
}
/* Arrticle Hot */
.news-hot {
    margin-bottom: 15px;
}

.line {
    background: url(images/line.png);
    height: 9px;
    margin-bottom: 30px;
}

.h-item.item-hot {
    overflow: hidden;
    margin-bottom: 0;
}

.h-title.title-hot {
    font-size: 13px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

    .h-title.title-hot a {
        color: #000000;
    }

        .h-title.title-hot a:hover {
            color: #238ada;
        }

.h-date.date-hot {
    font-size: 11px;
}

/* Article Detail */
.h-title.detail-title {
    font-size: 16px;
    color: #025c8e;
}

.h-desc.detail-desc {
    color: #636363;
}

.meta {
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 25px;
    margin-bottom: 35px;
}

.detail-date {
    font-size: 11px;
    color: #9b9b9b;
    float: left;
    margin: 7px;
}

span.date-detail {
    background: url(images/icon-detaildate.png) no-repeat center left;
    padding: 0 20px;
}

span.count-detail {
    background: url(images/icon-detailcount.png)no-repeat center left;
    padding: 0 20px;
}

.share {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

.DivbtLike {
    display: flex;
}

.btgg {
    display: flex;
    margin-left: 30px;
}

.widget-title.related-title .text {
    font-size: 18px;
    border: none;
    padding: 0;
    padding-right: 10px;
}

/* event listing */
.ev-item.evhome-item {
    margin-bottom: 30px;
}

.ev-date.evhome-date {
    width: 150px;
    font-size: 15px;
}

    .ev-date.evhome-date span {
        padding: 10px 0;
    }
/* divpage */
.divPage {
}

.pager.paged a.num.select {
    color: #025c8e;
    font-weight: bold;
    text-decoration: underline;
}

.pager.paged a.num {
    color: #848484;
    vertical-align: middle;
    padding: 0 10px;
}
/* #endregion ARTICLE*/

/* #region PRODUCT */

/* #endregion PRODUCT*/

/* #region SIDEBAR */
.sidebar {
    width: 21.9%;
    float: right;
}
/* event sidebar */
.event-sidebar {
    margin-bottom: 25px;
}

.evhome-items.evsb-items {
    margin-top: 25px;
}

.evhome-item.evsb-item {
    margin-bottom: 10px;
}

.evhome-date.evsb-date {
    width: 80px;
    font-size: 10.79px;
}

.evhome-title.evsb-title {
    font-size: 12px;
    font-weight: normal;
}

.evhome-date.evsb-date {
    margin-right: 13px;
}

.h-title.evhome-title.evsb-title {
    height: 51px;
    overflow: hidden;
}

/* adv sidebar */
.advSidebar {
    margin-bottom: 25px;
}

.adv-item {
    margin-bottom: 10px;
}

    .adv-item img {
        width: auto;
        margin: auto;
        display: block;
    }

/* #endregion SIDEBAR*/

/* #region CONTACT */
/* register */
.faq-form {
    width: 85%;
    margin-top: 25px;
}

.faq-desc .title-desc {
    font-size: 13px;
}

.form-group {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .form-group label {
        float: left;
        padding: 7px 0 7px 15px;
        font-size: 13px;
        background: url(images/icon-register.png) no-repeat center left;
    }

        .form-group label span {
            color: #ee1c25;
        }

    .form-group .input-text input, .form-group select {
        width: 80%;
        float: right;
        height: 36px;
        border: 0;
        border-top: 1px solid #cbcbcb;
        border-radius: 5px;
        padding-left: 20px;
        background: #f5f5f5;
        font-size: 13px;
    }

    .form-group.text-center {
        margin-top: 30px;
        margin-bottom: 50px;
        margin-left: -24px;
    }

.btn.btn-primary {
    font-weight: bold;
    font-size: 13px;
    margin-right: 5px;
    background: linear-gradient(rgba(2, 92, 142, 0.8) 50%, rgb(2, 92, 142) 50%);
    border: 0;
    border-radius: 0;
    padding: 9px 18px;
    text-transform: uppercase;
}

.btn.btn-cancel {
    background: linear-gradient(rgba(242, 187, 34, 0.8) 50%, rgb(242, 187, 34) 50%);
    border: none;
    border-radius: 0;
}

.widget-title.desc-title {
    background: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .widget-title.desc-title .text {
        font-size: 17px;
        color: #222222;
        border-left: 3px solid;
        clear: both;
    }

.desc-detail ul {
    counter-reset: my-badass-counter;
    color: #222222;
    font-weight: bold;
    line-height: 1.8;
}

.desc-detail li {
    list-style: none;
}

    .desc-detail li:before {
        content: counter(my-badass-counter) " - ";
        counter-increment: my-badass-counter;
    }

span.txt-right {
    font-weight: normal;
    color: #656565;
}

/* contact */
.contactInfo {
    background: url(images/map-contact.png) no-repeat center;
    text-align: center;
    line-height: 1.8;
    color: #222222;
    background-size: cover;
}

.contact-logo {
    margin-top: 30px;
}

    .contact-logo img {
        border-radius: 50%;
    }

.contact-title.widget-title {
    background: none;
    margin-top: 20px;
}

    .contact-title.widget-title .text {
        background: none;
        border: none;
    }

.contact-title-2.widget-title {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .contact-title-2.widget-title::after {
        position: absolute;
        content: '';
        width: 5%;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #025c8e;
    }

.contactForm {
    width: 60%;
    margin: auto;
}

.form-group.contact-form input {
    width: 100%;
}

.form-group.ct-content textarea {
    height: 100px;
    border: 0;
    border-top: 1px solid #cbcbcb;
    border-radius: 5px;
    padding-left: 20px;
    background: #f5f5f5;
}

.form-group.btn-contact {
    margin-bottom: 50px;
}

.btn.btn-primary.btn-ct {
    padding: 5px 28px;
}

.map {
    height: 300px;
}
/* #endregion CONTACT*/

/* #region FOOTER */

/* footer-ads */
.footer-ads {
    border-top: 1px solid #f2f2f2;
    margin-top: 35px;
}

.ads-item {
    display: flex;
    height: 100px;
}

    .ads-item a {
        margin: auto;
    }

    .ads-item img {
        filter: grayscale(100%);
        opacity: 0.8;
    }

    .ads-item:hover img {
        filter: grayscale(0);
        opacity: 1;
    }

.footer-ads .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
}
/*.ads-item img {
    margin: auto;
}*/
/* footer-cmtsv */
.footer-cmtsv {
    background: #025c8e;
}

    .footer-cmtsv a:hover {
        color: #238ada;
    }

.fc-title {
    background: url(images/bg-cmtsv.png) no-repeat center;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

    .fc-title a {
        color: white;
    }

.cmtsv-home-item {
    overflow: hidden;
    margin: 20px 0;
}

    .cmtsv-home-item .item-box {
        display: flex;
    }

    .cmtsv-home-item figure {
        width: 142px;
        flex-shrink: 0;
    }

        .cmtsv-home-item figure img {
            object-fit: cover;
        }

.cmtsv-content {
    background: #f2bb22;
    border-radius: 6px;
    max-width: 322px;
    text-align: left;
    padding: 15px;
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    color: white;
}

    .cmtsv-content a {
        color: white;
    }

        .cmtsv-content a:hover {
            color: #238ada;
        }

    .cmtsv-content::before {
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 22px solid transparent;
        border-right: 25px solid #f2bb22;
        left: 0;
        position: absolute;
        top: 20px;
        transform: translate(-100%,0);
    }

.cmtsv-desc {
    margin-bottom: 10px;
}
/*.cmtsv-home .owl-nav {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }*/
.cmtsv-home .owl-next {
    background: url(images/icon-next-cmtsv.png) no-repeat center;
    width: 36px;
    height: 16px;
    text-indent: -9999px;
    float: left;
    margin-left: 150px;
    position: absolute;
    top: -30px;
    left: 50%;
}

.cmtsv-home .owl-prev {
    background: url(images/icon-next-cmtsv.png) no-repeat center;
    width: 36px;
    height: 16px;
    font-size: 0;
    transform: rotate(180deg);
    float: left;
    margin-right: 150px;
    position: absolute;
    top: -30px;
    right: 50%;
}
/* footer-info */
.footer-info {
    background: #383838;
}

    .footer-info a:hover {
        color: #238ada;
    }

    .footer-info .container {
        display: flex;
        flex-wrap: wrap;
    }

.fi-item {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fi-title {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #f2f2f2;
}

    .fi-title a {
        color: #f2f2f2;
    }

.fi-content {
    font-size: 12px;
    color: #919191;
    line-height: 1.6;
}

.fi-info {
    width: 255px;
    margin-left: 0;
}

.fi-dt {
}

.fi-dt-content li {
    list-style: none;
}

.fi-dt-content a {
    color: #919191;
}

.fi-menu {
    /*margin-right: 80px;*/
}

    .fi-menu .fi-title {
        margin: 0;
    }

    .fi-menu li {
        list-style: none;
        margin-bottom: 10px;
    }

        .fi-menu li.left {
            display: none;
        }

        .fi-menu li:last-child {
            margin-bottom: 0;
        }

.fi-dky {
    width: 260px;
    margin-right: 0;
}

.dky-content {
    border-left: 4px solid #f2bb22;
    padding-left: 14px;
}

.dky-email {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
}

    .dky-email input[type="text"] {
        background: url(images/icon-email.png) no-repeat 95% center #272727;
        border: none;
        border-radius: 5px;
        height: 38px;
        padding-left: 13px;
        font-style: italic;
        color: #777777;
        width: 260px;
        float: left;
        clear: both;
    }

    .dky-email input[type="submit"] {
        border-width: 0px;
        position: absolute;
        right: 0;
        top: 9px;
        width: 35px;
        opacity: 0;
    }
/* footer-copy */
.footer-copy {
    background: #025c8e;
    color: white;
}

    .footer-copy a {
        color: white;
    }

        .footer-copy a:hover {
            color: #238ada;
        }

.footer-copy-content .social {
	float: right;
	margin-right: 50px;
}

.copyright-content {
    /*display: flex;*/
    margin: auto;
    font-size: 12px;
    margin-left: 100px;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.copyright {
    display: inline-block;
}

.design {
    display: inline-block;
}

.copy-dky {
    font-size: 13px;
    padding: 10px 25px 10px 55px;
    text-transform: uppercase;
    background: #108e46 url(images/icon-dky.png) no-repeat left 15px center;
    position: fixed;
    right: 0;
    bottom: 0;
    font-weight: bold;
    z-index: 999;
    opacity: 0.9;
}

.social {
    margin-top: 5px;
}

.share-link {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.face-social {
    background: url(images/f-social.png) no-repeat scroll 0 0;
}

.youtube-social {
    background: url(images/f-social.png) no-repeat scroll -41px 0;
}

.twitter-social {
    background: url(images/f-social.png) no-repeat scroll -82px 0;
}
#histats_counter {
	bottom: 30px;
	right: 50px;
	position: fixed;
}
/* back-to-top */
#back-to-top span {
    background: #25d276;
    border-radius: 50%;
    bottom: 40px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 35px;
    z-index: 999;
}

    #back-to-top span:hover {
        background: rgb(31, 32, 77) none repeat scroll 0 0;
    }

/*.hotline-admissions*/
.hotline-admissions {
    background: #108e46;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

    .hotline-admissions:before {
        content: "\f095";
        font-family: FontAwesome;
        font-size: 26px;
        background: #fff;
        color: #108e46;
        border-radius: 50%;
        text-align: center;
        padding: 0px 8px;
        position: absolute;
        left: 5px;
        top: 10px;
    }

    .hotline-admissions .title {
        text-transform: uppercase;
        background: #35a063;
        padding: 8px 10px 0 46px;
    }

    .hotline-admissions span {
        display: block;
        font-weight: bold;
        font-size: 18px;
        padding-left: 61px;
    }

/* #endregion FOOTER*/

/* #region OTHER */

/* #endregion OTHER*/
