.row.row-gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.row-gutter-10 > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.row-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.row-gutter-20 > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.row.row-noGutter {
    margin-left: 0;
    margin-right: 0;
}

.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px;
}

    .row.row-noGutter-2 > [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.row.row-noGutter-75 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .row.row-noGutter-75 > [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.row.row-noGutter-12 {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 767px) {
    .row.row-noGutter-12 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.row.row-noGutter-12 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .row.row-noGutter-12 > [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1199px) {
    .row.row-noGutter-fix {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row.row-noGutter-fix > [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }
}

.title-h {
    font-size: 16px !important;
    text-transform: none;
    color: #000;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #e9edf5;
    height: 45px !important;
}

    .title-h:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 20%;
        height: 2px;
        background: #43aee1;
    }

    .title-h a {
        color: #000;
    }

.title_center_page {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

@media (max-width: 991px) {
    .title_center_page {
        text-align: center;
    }
}

.title_base_h {
    font-size: 30px !important;
    font-family: OpenSans-Regular, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-top: 0px;
}

.title_full {
    width: 100%;
    float: left;
    text-align: center;
}

    .title_full .title_page {
        font-weight: 700;
        font-size: 48px;
        line-height: 70px;
        font-family: OpenSans-Regular, sans-serif;
        color: #fff;
        margin: 0;
    }

@media (max-width: 480px) {
    .title_full .title_page {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

.title_full .title_page.large {
    font-size: 60px;
    line-height: 68px;
}

.breadcrumb_nobackground {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px !important;
}

    .breadcrumb_nobackground .bread-crumb {
        display: block;
        width: 100%;
        background: #fff;
        border-top: 1px dashed #f69c1d;
    }

        .breadcrumb_nobackground .bread-crumb .breadcrumb {
            margin: 0;
            font-size: 14px;
            padding: 15px 0;
            border-radius: 0;
            text-align: left;
        }

            .breadcrumb_nobackground .bread-crumb .breadcrumb li a span {
                color: #000;
            }

            .breadcrumb_nobackground .bread-crumb .breadcrumb li .mr_lr {
                color: #000;
            }

.bread-crumb {
    background: transparent;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .bread-crumb {
        margin-bottom: 0px;
    }
}

.bread-crumb .title-page {
    padding: 25px 0px 10px;
}

    .bread-crumb .title-page .title-head-page {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
    }

.breadcrumb {
    font-family: OpenSans-Regular, sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

    .breadcrumb li {
        display: inline;
    }

        .breadcrumb li > a {
            color: #fff;
        }

            .breadcrumb li > a > span {
                color: #fff;
            }

        .breadcrumb li .mr_lr {
            padding: 0px 3px;
            color: #fff;
        }

        .breadcrumb li span {
            display: inline;
            color: #fff;
        }

            .breadcrumb li span .fa {
                color: #fff;
                padding: 0px 5px;
            }

        .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
            color: #43aee1;
            font-weight: 400;
            text-decoration: none;
        }

            .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
                color: #43aee1;
            }

    .breadcrumb > li + li:before {
        display: none;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
}

.nav_pagi {
    margin: 20px 0px;
}

    .nav_pagi .pagination {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 999;
        padding: 0 0px;
        margin: 0;
    }

        .nav_pagi .pagination .page-link {
            float: left;
            margin: 0px;
            border-radius: 50%;
            width: 30px;
            background: transparent;
            text-align: center;
            height: 30px;
            font-size: 14px;
            padding: 0;
            line-height: 30px;
            color: #707070;
            border: none;
            text-decoration: none;
        }

@media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
}

.nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px;
}

.nav_pagi .pagination .page-link:hover {
    background-color: #43aee1;
    color: #fff;
}

.nav_pagi .pagination .page-item.disabled .page-link {
    border: 0;
    display: none;
}

.nav_pagi .pagination .page-item.active .page-link {
    background-color: #43aee1;
    border-color: #43aee1;
    color: #fff;
    display: block;
}

.contact_now {
    float: left;
    width: 100%;
    display: block;
    margin-top: 7px;
}

.header-block-item {
    float: left;
    height: 35px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-block-item {
        padding-right: 13px;
        font-size: 11px;
    }
}

.header-block-item:last-child {
    padding-right: 0px;
}

.header-block-item .icon {
    display: inline-block;
    width: 40px;
    float: left;
}

.header-block-item .info {
    width: calc(100% - 32px);
    -o-width: calc(100% - 32px);
    -moz-width: calc(100% - 32px);
    -webkit-width: calc(100% - 32px);
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 19px;
}

    .header-block-item .info p {
        margin: 0;
        line-height: normal;
        color: #8d90a6;
        font-size: 13px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .header-block-item .info p {
        font-size: 12px;
    }
}

.header-block-item .info p a {
    color: #43aee1;
    font-weight: bold;
}

    .header-block-item .info p a:hover {
        color: #000;
    }

.header-block-item .info p b {
    color: #43aee1;
}

.header {
    position: relative;
    z-index: 1000;
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    #menu-overlay {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none;
    }

        #menu-overlay.reveal {
            display: block;
        }
}

.wrap_top_bar {
    float: left;
    width: 100%;
    background: #323232;
}

.topbar {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 100%;
}

    .topbar .topbar_left {
        font-size: 15px;
        font-family: OpenSans-Regular, sans-serif;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left {
        font-size: 14px;
    }
}

.topbar .topbar_left ul {
    padding: 0px;
    margin: 0px;
}

.topbar .topbar_left .item {
    display: inline-block;
}

.topbar .topbar_left li {
    font-size: 15px;
    display: inline-block;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left li {
        font-size: 14px;
    }
}

.topbar .topbar_left li:hover .fas, .topbar .topbar_left li:hover .far, .topbar .topbar_left li:hover a {
    color: #43aee1;
}

.topbar .topbar_left li:first-child {
    margin-right: 12px;
}

@media (max-width: 767px) {
    .topbar .topbar_left li:first-child {
        margin-right: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }
}

.topbar .topbar_left li:nth-child(2) {
    margin-right: 0px;
}

.topbar .topbar_left li b {
    color: #000;
}

.topbar .topbar_left li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 767px) {
    .topbar .topbar_left li a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar .topbar_left li a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left li a {
        font-size: 13px;
    }
}

.topbar_right {
    font-size: 15px;
    font-family: 'Helvetica Neue';
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right.top-cart-contain {
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .topbar_right {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .topbar_right {
        position: absolute;
        right: 15px;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .topbar_right .list-inline {
        float: right !important;
        display: inline-block;
    }
}

.topbar_right .ul-account {
    padding: 0px;
    padding-top: 15px;
    margin: 0px;
}

    .topbar_right .ul-account .login_content {
        height: 50px;
        float: left;
        position: relative;
    }

@media (max-width: 767px) {
    .topbar_right .ul-account .login_content {
        float: none;
    }
}

.topbar_right .ul-account .login_content:hover ul {
    display: block;
}

.topbar_right .ul-account .login_content a img {
    width: 35px;
    height: 35px;
    margin-right: 25px;
}

.topbar_right .ul-account .login_content a .gavatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #43aee1;
}

.topbar_right .ul-account .login_content ul {
    position: absolute;
    top: 45px;
    right: -50px;
    min-width: 186px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0;
    padding: 8px 10px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.18);
    z-index: 999;
    border-radius: 3px;
    display: none;
}

@media (max-width: 374px) {
    .topbar_right .ul-account .login_content ul {
        right: 30px;
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    .topbar_right .ul-account .login_content ul {
        right: 50px;
    }
}

@media (min-width: 425px) and (max-width: 543px) {
    .topbar_right .ul-account .login_content ul {
        right: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right .ul-account .login_content ul {
        right: -50px;
    }
}

.topbar_right .ul-account .login_content ul:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: 100%;
    right: 82px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.topbar_right .ul-account .login_content ul li {
    float: none;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    margin-left: 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
}

    .topbar_right .ul-account .login_content ul li:nth-child(1) {
        background: #43aee1;
        margin-bottom: 10px;
        border: 1px solid transparent;
    }

        .topbar_right .ul-account .login_content ul li:nth-child(1) a {
            color: #fff;
        }

        .topbar_right .ul-account .login_content ul li:nth-child(1):hover {
            border: 1px solid #43aee1;
            background: #fff;
        }

            .topbar_right .ul-account .login_content ul li:nth-child(1):hover a {
                color: #43aee1;
            }

    .topbar_right .ul-account .login_content ul li:nth-child(2) {
        background: #7b8395;
        border: 1px solid transparent;
    }

        .topbar_right .ul-account .login_content ul li:nth-child(2) a {
            color: #fff;
        }

        .topbar_right .ul-account .login_content ul li:nth-child(2):hover {
            border: 1px solid #7b8395;
            background: #fff;
        }

            .topbar_right .ul-account .login_content ul li:nth-child(2):hover a {
                color: #7b8395;
            }

    .topbar_right .ul-account .login_content ul li a {
        font-size: 13px;
        font-weight: 700;
        display: block;
        color: #000;
        margin: 0;
    }

.topbar_right li {
    font-size: 15px;
    margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right li {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar_right li {
        font-size: 13px;
    }
}

.topbar_right .top-cart-contain {
    padding: 0 15px 0 50px;
}

@media (max-width: 767px) {
    .topbar_right .top-cart-contain {
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right .top-cart-contain {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar_right .top-cart-contain {
        padding: 0 0 0 15px;
    }
}

.topbar_right .top-cart-contain .cart_header:hover .img_hover_cart {
    color: #000;
}

.topbar_right .top-cart-contain .cart_header:hover .content_cart_header .bg_cart {
    color: #000;
}

.topbar_right .top-cart-contain .cart_header:hover .content_cart_header span {
    color: #000;
}

.topbar_right .top-cart-contain .img_hover_cart {
    width: 20px;
    display: inline-block;
    float: left;
    color: #43aee1;
}

    .topbar_right .top-cart-contain .img_hover_cart .icon_hotline {
        float: left;
        position: relative;
        padding-bottom: 2px;
    }

    .topbar_right .top-cart-contain .img_hover_cart .count_item {
        position: absolute;
        right: -11px;
        top: -10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background: #43aee1;
        border-radius: 50%;
        font-family: OpenSans-Regular, sans-serif;
    }

@media (max-width: 991px) {
    .topbar_right .top-cart-contain .img_hover_cart .count_item {
        top: 24px;
    }
}

.header_searchs {
    margin: 0;
    margin-top: 8px;
    width: 100%;
    float: left;
}

    .header_searchs .search-bar {
        margin-bottom: 10px;
        position: relative;
        display: table;
        border-collapse: separate;
    }

        .header_searchs .search-bar .collection-selector {
            position: absolute;
            display: inline-block;
            min-width: 70px;
            z-index: 999;
            left: 0;
            text-align: right;
        }

            .header_searchs .search-bar .collection-selector .search_text {
                height: 42px;
                text-align: right;
                line-height: 42px;
                cursor: pointer;
                padding: 0px 50px 0px 20px;
                width: 100%;
                font-size: 14px;
                border-right: 1px solid #ebebeb;
                color: #7b8395;
            }

@media (max-width: 480px) {
    .header_searchs .search-bar .collection-selector .search_text {
        padding: 0 25px 0 15px;
        font-size: 13px;
    }
}

.header_searchs .search-bar .collection-selector .search_text:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 20px;
    right: 12px;
    color: #7b8395;
    margin-top: -1px;
    opacity: 1;
}

.header_searchs .search-bar .collection-selector .list_search {
    display: none;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 200px;
    width: auto;
    z-index: 3;
    font-weight: 400 !important;
    font-family: OpenSans-Regular, sans-serif;
    border-radius: 0;
    left: 2px;
    margin-top: 1px;
    margin-left: -2px;
    font-size: 13px;
    padding: 4px 0;
}

    .header_searchs .search-bar .collection-selector .list_search .search_item {
        text-align: left;
        display: block;
        padding-left: 24px;
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        filter: none;
        height: auto;
        min-height: 24px;
        line-height: 30px;
        padding: 0 20px;
        cursor: pointer;
    }

.header_searchs .search-bar .collection-selector .liner_search {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 8px 0px;
}

.header_searchs .search-bar .collection-selector .list_search .search_item.active, .header_searchs .search-bar .collection-selector .list_search .search_item:hover {
    background-color: #43aee1;
    color: #fff !important;
}

.header_searchs .search-bar .input-group-field {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    max-width: 100%;
    display: block;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

    .header_searchs .search-bar .input-group-field::-webkit-input-placeholder {
        color: #fff;
    }

    .header_searchs .search-bar .input-group-field::-moz-placeholder {
        color: #fff;
    }

    .header_searchs .search-bar .input-group-field:-ms-input-placeholder {
        color: #fff;
    }

.header_searchs .search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    z-index: 0;
}

    .header_searchs .search-bar .input-group-btn .icon-fallback-text {
        background: #43aee1;
        color: #fff;
        font-size: 16px;
        padding: 0 20px 0 20px;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
    }

.header_searchs .header-tag {
    font-size: 12px;
    font-family: OpenSans-Regular, sans-serif;
}

    .header_searchs .header-tag a {
        color: #acacac;
    }

@media (max-width: 991px) {
    .header-main .nav-mobile-button {
        top: 56px;
        width: 40px;
        left: 15px;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 1000;
    }

        .header-main .nav-mobile-button .fas {
            font-size: 30px;
        }
}

.header-main .media_item .media-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.header-main .media_item .media-body span {
    font-size: 13px;
    text-transform: none;
    color: #707070;
}

.header-main .media_item ion-icon {
    font-size: 42px;
}

    .header-main .media_item ion-icon.icon_1 {
        color: #43aee1;
    }

    .header-main .media_item ion-icon.icon_2 {
        color: #f69c1d;
    }

.menu_search_mobi {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

    .menu_search_mobi .search_button_mobile {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        z-index: 9999;
        top: -65px;
    }

        .menu_search_mobi .search_button_mobile .icon-fallback-text {
            float: right;
            display: inline-block;
            width: 40px;
            height: 20px;
            line-height: 20px;
            background: transparent;
            text-align: center;
            margin: 0 auto;
            align-items: center;
            justify-content: center;
            display: flex;
        }

            .menu_search_mobi .search_button_mobile .icon-fallback-text .fas {
                font-size: 18px;
            }

    .menu_search_mobi .nav-mobile-button {
        top: 56%;
        position: absolute;
        display: inline-block;
        float: left;
        height: 30px;
        width: unset;
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'Helvetica Neue';
        color: #000;
    }

        .menu_search_mobi .nav-mobile-button .fas {
            font-size: 18px;
            padding-right: 10px;
        }

    .menu_search_mobi .search_mobile .icon-fallback-text {
        float: right;
        display: inline-block;
        width: 43px;
        height: 43px;
        line-height: 43px;
        background: #fff;
        border: 1px dashed #d7d7d7;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .menu_search_mobi .search_mobile .icon-fallback-text .fas {
            font-size: 15px;
        }

@media (max-width: 991px) {
    .searchboxlager .searchfromtop {
        z-index: 3;
        display: none;
        border-radius: 0px;
        z-index: 999999;
        position: absolute;
        top: 100%;
        right: 0px;
        width: 100%;
        float: right !important;
        margin-right: 0px;
        margin-left: 0px;
    }

        .searchboxlager .searchfromtop form {
            margin-bottom: 0px;
        }

            .searchboxlager .searchfromtop form input {
                border: none;
                border-top: 1px solid #ebebeb;
                border-bottom: 1px solid #ebebeb;
                border-radius: 0px;
                padding: 0px 20px;
                margin-bottom: 0px;
                box-shadow: none;
                height: 45px;
                line-height: 45px;
            }

                .searchboxlager .searchfromtop form input:focus {
                    outline: none;
                    box-shadow: none;
                }

                .searchboxlager .searchfromtop form input::-webkit-input-placeholder {
                    color: #000;
                }

                .searchboxlager .searchfromtop form input::-moz-placeholder {
                    color: #000;
                }

                .searchboxlager .searchfromtop form input:-ms-input-placeholder {
                    color: #000;
                }
}

.mid-header {
    float: left;
    width: 100%;
    height: 155px;
}

@media (max-width: 991px) {
    .mid-header {
        padding: 0;
        height: 110px;
    }
}

.mid-header .content_header {
    position: relative;
}

    .mid-header .content_header .product-mini-lists .item_small {
        border-bottom: none;
    }

        .mid-header .content_header .product-mini-lists .item_small .product-mini-item {
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mid-header .content_header .product-mini-lists .item_small .product-info {
            margin-top: 15px;
        }

            .mid-header .content_header .product-mini-lists .item_small .product-info h3 {
                font-size: 14px !important;
            }

            .mid-header .content_header .product-mini-lists .item_small .product-info .price-box {
                margin: 3px 0 0 0;
            }

    .mid-header .content_header .header-left {
        float: left;
    }

@media (max-width: 991px) {
    .mid-header .content_header .header-left {
        position: absolute;
        top: -10px;
        right: 0px;
        padding-top: 0px;
    }
}

.mid-header .content_header .header-left .header-block-item {
    float: left;
    height: 45px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-header .content_header .header-left .header-block-item {
        padding-right: 22px;
        font-size: 11px;
    }
}

.mid-header .content_header .header-left .header-block-item:last-child {
    padding-right: 0px;
}

.mid-header .content_header .header-left .header-block-item .ion_1 {
    color: #43aee1;
}

.mid-header .content_header .header-left .header-block-item .ion_2 {
    color: #f69c1d;
}

.mid-header .content_header .header-left .header-block-item ion-icon {
    font-size: 46px;
    float: left;
    display: inline-block;
}

.mid-header .content_header .header-left .header-block-item .info {
    width: calc(100% - 32px);
    -o-width: calc(100% - 32px);
    -moz-width: calc(100% - 32px);
    -webkit-width: calc(100% - 32px);
    display: inline-block;
    float: left;
    margin-left: 15px;
    line-height: 25px;
}

    .mid-header .content_header .header-left .header-block-item .info strong {
        font-size: 15px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .mid-header .content_header .header-left .header-block-item .info a {
        font-size: 15px;
        font-weight: bold;
    }

    .mid-header .content_header .header-left .header-block-item .info p {
        margin: 0;
        line-height: normal;
        color: #8d90a6;
    }

        .mid-header .content_header .header-left .header-block-item .info p a {
            color: #43aee1;
            font-weight: bold;
        }

            .mid-header .content_header .header-left .header-block-item .info p a:hover {
                color: #000;
            }

        .mid-header .content_header .header-left .header-block-item .info p b {
            color: #43aee1;
        }

.mid-header .content_header .header-right {
    position: relative;
    float: right;
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right {
        float: left;
        width: 100%;
    }
}

.mid-header .content_header .header-right .hotline_dathang {
    width: 165px;
    float: left;
    padding: 15px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-header .content_header .header-right .hotline_dathang {
        width: 151px;
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .hotline_dathang {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.mid-header .content_header .header-right .hotline_dathang .content_hotline {
    line-height: 17px;
    margin-top: 4px;
    padding-left: 40px;
}

    .mid-header .content_header .header-right .hotline_dathang .content_hotline a {
        color: #fff;
        font-weight: bold;
        display: block;
    }

        .mid-header .content_header .header-right .hotline_dathang .content_hotline a:hover {
            color: #ffba00;
        }

    .mid-header .content_header .header-right .hotline_dathang .content_hotline span {
        color: #ffdada;
        font-size: 12px;
    }

.mid-header .header_search_ .input-group-field {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    border-right: none;
    padding: 0 0 0 20px;
}

.mid-header .header_search_ .icon-fallback-text {
    background: transparent;
    border: 1px solid #ddd;
    border-left: none;
}

    .mid-header .header_search_ .icon-fallback-text .fa-search {
        font-size: 17px;
    }

.deal_style {
    padding: 0px;
}

.wrap_time {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .wrap_time .time {
        color: #43aee1;
        font-size: 20px;
    }

        .wrap_time .time div {
            width: 66px;
            height: 66px;
            z-index: 199;
            background: #bee3f5;
            border-radius: 50%;
            text-align: center;
            line-height: 66px;
            font-size: 21px;
            color: #fff;
            display: inline-block;
            float: left;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time div {
        width: 59px;
        height: 59px;
        line-height: 59px;
        font-size: 20px;
    }
}

.wrap_time .time span {
    background: #43aee1;
    display: inline-block;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    margin: 4px;
    line-height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time span {
        width: 50px;
        height: 50px;
        line-height: 34px;
    }
}

.wrap_time .time span p {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time span p {
        font-size: 11px;
    }
}

.logo {
    display: inline-block;
    margin-top: 0px;
    justify-content: left !important;
}

header nav .nav {
    position: relative;
}

header nav .nav-item {
    float: left;
    position: relative;
    margin-right: 20px;
}

    header nav .nav-item.has-mega {
        position: static !important;
    }

    header nav .nav-item > a {
        line-height: 32px;
        color: #333;
    }

        header nav .nav-item > a:hover {
            color: #43aee1;
        }

    header nav .nav-item > .fa {
        color: #333;
        right: 0;
        top: 33px;
    }

    header nav .nav-item .nav-item-lv2 {
        padding: 0 10px;
    }

    header nav .nav-item .nav-item-lv3 {
        padding: 0 10px;
    }

    header nav .nav-item:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
        z-index: 9999;
    }

    header nav .nav-item:hover > .mega-content {
        display: block;
    }

    header nav .nav-item li.dropdown-submenu {
        position: relative;
    }

        header nav .nav-item li.dropdown-submenu .dropdown-menu {
            left: 100%;
            top: 0;
        }

        header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
            display: block;
            right: 100%;
            border-radius: 0;
        }

.wrap_main {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-top: 1px dashed #f69c1d;
}

    .wrap_main .contact_now {
        font-size: 14px;
        padding: 0 20px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_main .contact_now {
        font-size: 13px;
    }
}

.col-mega {
    float: left;
    height: 0px;
}

.menu_mega {
    position: relative;
}

    .menu_mega .title_menu {
        padding: 0px 20px;
        position: relative;
        height: 55px;
        line-height: 55px;
        background: #ffba00;
        color: #fff;
    }

        .menu_mega .title_menu .title_ {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            text-transform: none;
            line-height: 55px;
            display: block;
            padding-left: 30px;
        }

@media (max-width: 1199px) {
    .menu_mega .title_menu .title_ {
        font-size: 15px;
    }
}

.menu_mega .title_menu .nav_button {
    position: absolute;
    left: 20px;
    top: 0;
}

    .menu_mega .title_menu .nav_button span {
        font-size: 18px;
        float: right;
    }

.menu_mega:hover .list_menu_header {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.home_icon_mn .a-img {
    line-height: 52px;
}

.bg-header-nav .header-nav > ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0;
}

    .bg-header-nav .header-nav > ul.item_big > li.nav-item {
        font-weight: 400;
        display: inline-block;
        float: none;
        position: relative;
        margin-right: 0px;
        margin-left: 1px;
    }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item:first-child a {
            padding-left: 0px;
        }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
            display: block;
            text-align: left;
            padding: 0px 15px;
            font-size: 15px;
            font-weight: bold;
            height: 60px;
            line-height: 60px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

            .bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
                margin-left: 10px;
            }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
            color: #43aee1;
        }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
            overflow: visible;
            max-height: 3000px;
            max-width: 3000px;
            opacity: 1;
            -webkit-transform: perspective(600px) rotateX(0deg);
            -moz-transform: perspective(600px) rotateX(0deg);
            -ms-transform: perspective(600px) rotateX(0deg);
            -o-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
            -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
            -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
            transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
            border-bottom: none;
            overflow: hidden;
            display: block;
            max-height: 0px;
            max-width: 0px;
            opacity: 0;
            -webkit-transform: perspective(600px) rotateX(-90deg);
            -moz-transform: perspective(600px) rotateX(-90deg);
            -ms-transform: perspective(600px) rotateX(-90deg);
            -o-transform: perspective(600px) rotateX(-90deg);
            transform: perspective(600px) rotateX(-90deg);
            -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
            -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
            transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
            position: absolute;
            top: 99%;
            left: 0px;
            width: 200px;
            padding: 0;
            background-color: #fff;
            box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
            -webkit-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
        }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
            float: none;
            padding: 0 20px;
        }

            .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
                border-bottom: 0;
            }

            .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
                display: block;
                position: absolute;
                width: 200px;
                padding: 0;
                background-color: #fff;
                z-index: 99;
                box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
            }

            .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                display: block;
                padding: 12px 10px 12px 0px;
                color: #000;
                position: relative;
                border-bottom: solid 1px #f4f4f4;
                text-align: left;
            }

                .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
                    color: #43aee1;
                }

                .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
                    position: absolute;
                    right: -10px;
                    padding: 0px 10px;
                    top: 0;
                    line-height: 49px;
                }

            .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
                display: none;
                left: 200px;
                top: 0px;
            }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
            color: #43aee1;
        }

    .bg-header-nav .header-nav > ul.item_big > li.active > a {
        color: #43aee1;
    }

.bg-header-nav .header-nav ul li ul a.text2line:hover {
    color: #43aee1 !important;
    background: transparent !important;
}

.bg-header-nav .header-nav li li {
    position: relative;
}

#nav-mobile {
    z-index: 999;
}

.header-nav ul .nav-item.has-mega {
    position: static;
    height: 50px;
    margin-left: 1px;
}

.header-nav ul .nav-item:hover > .mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.header-nav ul .nav-item .a-img span.menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    background: #43aee1;
    display: inline;
    padding: 4px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px;
}

    .header-nav ul .nav-item .a-img span.menu-label:after {
        border-color: #43aee1 transparent transparent transparent;
        border-width: 6px 7px 0 6px;
        right: 12px;
        top: 90%;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transitio: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 0;
        z-index: 100;
    }

.header-nav .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 30px 20px 25px 15px;
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 99;
    width: 1140px;
    border: none;
    text-align: left;
}

@media (max-width: 1199px) {
    .header-nav .mega-content {
        left: 15px;
        width: 940px;
    }
}

.header-nav .mega-content .level1.parent h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: OpenSans-Regular, sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}

    .header-nav .mega-content .level1.parent h2 a {
        text-transform: uppercase;
    }

.header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 20px;
}

    .header-nav .mega-content .level1.parent ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 14px;
        color: #8d90a6;
    }

    .header-nav .mega-content .level1.parent ul.level1 li + li {
        padding-top: 8px;
    }

.header-nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px;
}

    .header-nav .mega-content .level1.item > a {
        color: #43aee1;
    }

        .header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
            color: #2197d0;
            text-decoration: none;
        }

    .header-nav .mega-content .level1.item h2 {
        font-size: 14px;
        font-weight: bold;
        font-family: OpenSans-Regular, sans-serif;
        margin-top: 0;
        color: #43aee1;
    }

        .header-nav .mega-content .level1.item h2 a {
            text-transform: none;
            color: #43aee1;
            font-family: 'Helvetical',sans-serif;
            font-size: 15px;
        }

            .header-nav .mega-content .level1.item h2 a:hover {
                color: #000;
            }

    .header-nav .mega-content .level1.item ul.level1 {
        margin-bottom: 30px;
        padding-left: 0px;
    }

        .header-nav .mega-content .level1.item ul.level1 li a {
            font-weight: normal !important;
            text-transform: none !important;
            color: #000;
        }

            .header-nav .mega-content .level1.item ul.level1 li a:hover, .header-nav .mega-content .level1.item ul.level1 li a:focus {
                text-decoration: none;
                color: #43aee1;
            }

.header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nav .mega-content.mega_img {
    background-image: url("//bizweb.dktcdn.net/100/345/493/themes/844618/assets/banner_menu_1.png?1608129981503");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 400px;
}

.address_content {
    line-height: 50px;
    height: 50px;
    float: left;
    width: 100%;
    text-align: right;
}

    .address_content a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

        .address_content a:hover {
            color: #43aee1;
        }

        .address_content a .icon_htch {
            padding-right: 5px;
        }

.footer {
    border-top: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .mid-footer {
        margin-bottom: 0px;
    }
}

.mid-footer .title-menu2 {
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 10px;
    color: #000;
}

@media (min-width: 768px) {
    .mid-footer .title-menu2 {
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .mid-footer .title-menu2.icon_title_last {
        margin-bottom: 8px;
    }
}

.mid-footer .title-menu2 a {
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
}

    .mid-footer .title-menu2 a i.fa {
        display: none;
    }

    .mid-footer .title-menu2 a:hover {
        color: #43aee1;
    }

@media (max-width: 767px) {
    .mid-footer .title-menu2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .mid-footer .title-menu2 a {
            padding: 20px 0px;
            display: block;
            cursor: pointer;
        }

            .mid-footer .title-menu2 a i.fa {
                display: block;
                position: absolute;
                right: -10px;
                width: 30px;
                top: 15px;
                text-align: center;
                height: 30px;
                line-height: 30px;
            }

                .mid-footer .title-menu2 a i.fa:before {
                    content: "\f068";
                }

            .mid-footer .title-menu2 a.collapsed i.fa:before {
                content: "\f067";
            }
}

.mid-footer .contact_mail input {
    width: 170px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 0;
    display: inline-block;
    background: #ebebeb;
    padding: 0 20px 0 15px;
    min-height: 34px;
    border: none;
}

    .mid-footer .contact_mail input::-webkit-input-placeholder {
        color: #000;
    }

    .mid-footer .contact_mail input::-moz-placeholder {
        color: #000;
    }

    .mid-footer .contact_mail input:-ms-input-placeholder {
        color: #000;
    }

@media (max-width: 991px) {
    .mid-footer .contact_mail input {
        width: calc(100% - 93px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-footer .contact_mail input {
        width: calc(100% - 77px);
        padding: 0 8px 0 8px;
        font-size: 13px;
    }
}

.mid-footer .contact_mail .btn {
    margin-top: -3px;
    line-height: 34px;
    height: 34px;
    border-radius: 3px;
    padding: 0 17px;
    text-transform: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-footer .contact_mail .btn {
        font-size: 13px;
        padding: 0 9px;
    }
}

.mid-footer .pay_footer li {
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mid-footer .pay_footer li {
        margin-right: 7px;
    }
}

.mid-footer .pay_footer li a {
    display: inline-block;
}

.mid-footer .social_footer {
    float: left;
    width: 100%;
}

    .mid-footer .social_footer .follow_option {
        float: left;
        width: 100%;
        margin-top: 8px;
        padding: 0;
    }

        .mid-footer .social_footer .follow_option li {
            float: left;
            margin-right: 10px;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-footer .social_footer .follow_option li {
        margin-right: 7px;
    }
}

.mid-footer .social_footer .follow_option li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid #d7d7d7;
}

    .mid-footer .social_footer .follow_option li a .fas, .mid-footer .social_footer .follow_option li a .fab {
        color: #000;
        font-size: 14px;
    }

    .mid-footer .social_footer .follow_option li a:hover {
        background: #43aee1;
        border: 1px solid transparent;
    }

        .mid-footer .social_footer .follow_option li a:hover .fas, .mid-footer .social_footer .follow_option li a:hover .fab {
            color: #fff;
        }

.mid-footer .mail_footer {
    float: left;
    width: 100%;
}

.hotline_footer {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .hotline_footer ul {
        padding: 0px;
    }

        .hotline_footer ul li {
            float: left;
            display: inline-block;
            color: #000;
            font-size: 14px;
            font-weight: 400;
        }

@media (max-width: 376px) {
    .hotline_footer ul li {
        float: none;
    }
}

@media (max-width: 376px) {
    .hotline_footer ul li.line_ft {
        display: none;
    }
}

.hotline_footer ul li:nth-child(2), .hotline_footer ul li:nth-child(4) {
    padding: 0 10px;
}

.hotline_footer ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

    .hotline_footer ul li a:hover {
        color: #43aee1;
    }

footer.footer .bct {
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    footer.footer .bct {
        margin-bottom: 15px;
    }
}

footer.footer .bct ul li {
    display: inline-block;
}

    footer.footer .bct ul li:nth-child(1) {
        margin-right: 10px;
    }

footer.footer .widget-db {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    footer.footer .widget-db {
        display: block;
    }
}

footer.footer .widget-db .item {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

@media (max-width: 1199px) {
    footer.footer .widget-db .item {
        width: 100%;
        float: none;
        display: block;
    }
}

footer.footer .widget-db .item:first-child:before {
    content: "-";
    position: absolute;
    top: -7px;
    right: -13px;
    color: #959595;
}

@media (max-width: 1199px) {
    footer.footer .widget-db .item:first-child:before {
        content: unset;
    }
}

footer.footer .widget-ft {
    padding-bottom: 40px;
}

    footer.footer .widget-ft.first {
        border-left: none;
        padding-left: 0;
    }

    footer.footer .widget-ft.last {
        float: left;
        width: 100%;
        padding-bottom: 61px;
    }

@media (max-width: 1199px) {
    footer.footer .widget-ft {
        padding-left: 0px;
        padding-bottom: 0px;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    footer.footer .widget-ft {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-left: 0;
    }

        footer.footer .widget-ft.last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }

        footer.footer .widget-ft.last {
            padding-bottom: 0px;
            border-bottom: none;
        }
}

footer.footer .widget-ft .title-db {
    padding-bottom: 0px;
}

footer.footer .widget-ft .title-menu4 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
}

    footer.footer .widget-ft .title-menu4 a {
        color: #000;
    }

    footer.footer .widget-ft .title-menu4.icon_none_first {
        margin-top: 20px;
    }

@media (max-width: 767px) {
    footer.footer .widget-ft .title-menu4.icon_none_first {
        margin-top: 0px;
    }
}

footer.footer .site-footer {
    float: left;
    width: 100%;
    position: relative;
}

    footer.footer .site-footer .top-footer {
        text-align: center;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .site-footer .top-footer .col-sm-6:nth-child(3) {
        clear: left;
    }
}

footer.footer .site-footer .top-footer .logo_footer {
    margin-top: 70px;
}

footer.footer .site-footer .top-footer .widget-ft-top .title-menu-top {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Quicksand",sans-serif;
}

footer.footer .bg-footer-bottom {
    background: #111321;
}

footer.footer .copyright {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding: 5px 0px;
    background: #17171a;
}

@media (max-width: 991px) {
    footer.footer .copyright {
        margin-top: 25px;
    }
}

footer.footer .copyright span.wsp {
    color: #959595;
}

    footer.footer .copyright span.wsp .mobile {
        opacity: 1;
    }

        footer.footer .copyright span.wsp .mobile b {
            color: #43aee1;
            font-weight: 400;
        }

footer.footer .copyright a {
    font-weight: 400;
    color: #fff;
    opacity: 1;
    z-index: 999;
}

    footer.footer .copyright a:hover {
        color: #43aee1 !important;
        opacity: 1;
    }

footer.footer .copyright .ul_menu_fot {
    float: right;
}

    footer.footer .copyright .ul_menu_fot li {
        float: left;
        font-size: 13px;
        margin: 0px 7px;
    }

        footer.footer .copyright .ul_menu_fot li:last-child {
            margin: 0 0 0 10px;
        }

        footer.footer .copyright .ul_menu_fot li a {
            text-decoration: none;
            color: #acacac;
        }

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .footer-inner .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    footer.footer .copyright .inner .row.tablet {
        display: flex;
        flex-flow: row;
    }

        footer.footer .copyright .inner .row.tablet #copyright {
            order: 1;
        }

        footer.footer .copyright .inner .row.tablet #menu_fot {
            order: 2;
        }
}

@media (max-width: 991px) {
    footer.footer .copyright .inner .fot_copyright {
        text-align: center !important;
    }

    footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }

        footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot li {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 767px) {
    footer.footer .copyright .inner .wsp {
        overflow: hidden;
        padding: 15px 0px;
        display: block;
    }

    footer.footer .copyright .inner .mobile {
        display: block;
        width: 100%;
        text-align: center !important;
        line-height: 24px;
    }

    footer.footer footer .site-footer h4 {
        margin: 0;
        padding: 15px 0 0px;
        font-size: 17px;
        cursor: pointer;
        margin-bottom: 15px;
        border-top: solid 1px #2d3753;
    }

    footer.footer footer .footer-inner .col-xs-12:nth-child(2) {
        margin-top: 20px;
    }

    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important;
    }
}

footer.footer .logo {
    padding-bottom: 15px;
}

    footer.footer .logo a img {
        width: auto;
        max-height: 80px;
    }

@media (max-width: 1199px) {
    footer.footer .logo a {
        font-size: 62px;
    }

        footer.footer .logo a img {
            max-height: 60px;
        }
}

@media (max-width: 767px) {
    footer.footer .logo {
        text-align: left;
        padding: 0px;
    }

        footer.footer .logo a {
            font-size: 60px;
            line-height: 60px;
        }

            footer.footer .logo a img {
                width: auto;
                max-height: 60px;
            }
}

@media (max-width: 480px) {
    footer.footer .logo {
        text-align: center;
    }
}

footer.footer ul.contact {
    margin-bottom: 30px;
    padding: 0px;
}

@media (max-width: 991px) {
    footer.footer ul.contact {
        margin-bottom: 10px;
    }
}

footer.footer ul.contact.contact_x {
    margin-bottom: 10px;
}

    footer.footer ul.contact.contact_x .sdt {
        display: inline-block;
    }

    footer.footer ul.contact.contact_x .line {
        display: inline-block;
        padding: 0 3px;
        color: #959595;
    }

    footer.footer ul.contact.contact_x li {
        color: #959595;
    }

        footer.footer ul.contact.contact_x li b {
            color: #959595;
        }

        footer.footer ul.contact.contact_x li a {
            color: #959595;
        }

            footer.footer ul.contact.contact_x li a:hover {
                color: #43aee1;
            }

footer.footer ul.contact li {
    font-size: 14px;
    position: relative;
    color: #959595;
    margin-bottom: 0px !important;
    line-height: 20px;
}

    footer.footer ul.contact li:nth-child(1) {
        margin-bottom: 0px;
    }

@media (max-width: 1199px) and (min-width: 992px) {
    footer.footer ul.contact li:nth-child(1) {
        margin-bottom: 0px;
    }
}

footer.footer ul.contact li i.fa {
    float: left;
    position: relative;
    top: 0px;
    border-radius: 3px;
    width: 28px;
    text-align: center;
    height: 28px;
    display: block;
    margin-right: 5px;
    margin-top: -2px;
    padding-left: 2px;
    line-height: 28px;
    color: #43aee1;
    background-repeat: no-repeat;
}

footer.footer ul.contact li .txt_content_child {
    display: inherit;
}

footer.footer ul.contact li a {
    color: #000;
}

    footer.footer ul.contact li a:hover {
        color: #fff;
    }

footer.footer ul.contact li.sdt a {
    margin-right: 0px;
}

@media (min-width: 1200px) {
    footer.footer ul.contact li.sdt a:after {
        content: "-";
        margin-left: 5px;
    }
}

footer.footer ul.contact li.sdt a:last-child {
    margin-right: 0px;
}

    footer.footer ul.contact li.sdt a:last-child:after {
        display: none;
    }

@media (max-width: 1199px) {
    footer.footer ul.contact li.sdt .email_style {
        display: block;
    }
}

footer.footer .title-menu-first {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #fff;
}

footer.footer .title-menu {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 30px;
    color: #000;
    position: relative;
}

    footer.footer .title-menu:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #f69c1d;
        top: 47px;
        right: 0;
    }

    footer.footer .title-menu.title_mail {
        padding-top: 15px;
    }

        footer.footer .title-menu.title_mail:before {
            content: unset;
        }

    footer.footer .title-menu a {
        padding-right: 12px;
        background: #fff;
        cursor: default;
        font-size: 14px;
        font-family: "Quicksand",sans-serif;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        position: relative;
    }

@media (max-width: 374px) {
    footer.footer .title-menu a {
        font-size: 13px;
    }
}

footer.footer .title-menu a i.fa {
    display: none;
}

footer.footer .title-menu a:hover {
    color: #000;
}

@media (max-width: 767px) {
    footer.footer .title-menu {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px !important;
    }

        footer.footer .title-menu a {
            padding: 15px 20px 15px 0;
            line-height: 22px;
            display: block;
            cursor: pointer;
        }

            footer.footer .title-menu a i.fa {
                display: block;
                position: absolute;
                right: 0px;
                width: 25px;
                top: 17px;
                text-align: center;
                height: 25px;
                line-height: 25px;
                border-radius: 3px;
                padding-left: 1px;
                background: #f69c1d;
                font-size: 13px;
                border-radius: 50%;
            }

                footer.footer .title-menu a i.fa:before {
                    content: "\f068";
                    color: #fff;
                }

            footer.footer .title-menu a.collapsed i.fa:before {
                content: "\f067";
            }
}

footer.footer .img_project_footer .item_tab_cl {
    padding-left: 0px;
}

    footer.footer .img_project_footer .item_tab_cl .blog-thumbnail {
        cursor: pointer;
    }

footer.footer .name_company {
    font-size: 14px;
    color: #43aee1;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 320px) {
    footer.footer .name_company {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    footer.footer .collapse {
        display: block;
    }
}

footer.footer .list-menu {
    line-height: 35px;
    padding: 0px;
}

    footer.footer .list-menu.list-menu-time {
        line-height: normal;
    }

    footer.footer .list-menu.hotline_ul {
        font-weight: bold;
        font-size: 16px;
        color: #43aee1;
    }

        footer.footer .list-menu.hotline_ul a {
            font-size: 16px;
            color: #43aee1;
        }

    footer.footer .list-menu .li_menu {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 32px;
    }

        footer.footer .list-menu .li_menu a:hover {
            color: #43aee1;
        }

        footer.footer .list-menu .li_menu.li_menu_xxx {
            position: relative;
            margin-left: 50px;
            margin-top: 0px !important;
            color: #fff;
        }

            footer.footer .list-menu .li_menu.li_menu_xxx:hover {
                margin-left: 50px !important;
            }

            footer.footer .list-menu .li_menu.li_menu_xxx:before {
                content: "";
                background-image: url("//bizweb.dktcdn.net/100/345/493/themes/844618/assets/phone_footer.png?1608129981503");
                background-repeat: no-repeat;
                width: 40px;
                height: 40px;
                position: absolute;
                left: -50px;
                top: 6px;
            }

            footer.footer .list-menu .li_menu.li_menu_xxx .timexx {
                display: block;
                float: left;
                width: 100%;
            }

            footer.footer .list-menu .li_menu.li_menu_xxx a {
                font-size: 24px;
                color: #fff;
                font-weight: bold;
                display: block;
                opacity: 1 !important;
            }

            footer.footer .list-menu .li_menu.li_menu_xxx .hour_ {
                font-size: 11px;
                opacity: .7;
            }

    footer.footer .list-menu .social_ {
        margin-bottom: 0px;
        font-size: 15px;
        color: #83858e;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        footer.footer .list-menu .social_:hover {
            color: #fff;
        }

        footer.footer .list-menu .social_ .ico_ {
            float: left;
            position: relative;
            top: 2px;
            width: 20px;
            height: 30px;
            display: block;
            margin-top: 0px;
            padding-left: 0px;
            line-height: 35px;
        }

        footer.footer .list-menu .social_ a {
            font-size: 14px;
            color: #acacac;
            margin-left: 5px;
        }

            footer.footer .list-menu .social_ a:hover {
                color: #fff;
            }

footer.footer .bottom-ft {
    padding: 20px 0px;
}

@media (max-width: 767px) {
    footer.footer .bottom-ft {
        border-top: none;
    }
}

footer.footer .bottom-ft .info-website {
    margin: 0;
    color: #83858e;
    font-size: 14px;
}

@media (max-width: 767px) {
    footer.footer .bottom-ft .info-website {
        text-align: center;
    }
}

footer.footer .bottom-ft .info-website a {
    color: #fff;
}

    footer.footer .bottom-ft .info-website a:hover {
        color: #43aee1;
    }

footer.footer .bottom-ft .info-website b {
    font-weight: normal;
    color: #fff;
}

footer.footer .bottom-ft .list-menu-bft {
    float: right;
}

    footer.footer .bottom-ft .list-menu-bft li {
        float: left;
    }

        footer.footer .bottom-ft .list-menu-bft li a {
            padding: 0px 10px;
            font-weight: normal;
        }

.backtop {
    position: fixed;
    top: auto !important;
    color: #fff;
    border-radius: 50%;
    background: #c6cddb;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 58px;
    height: 58px;
    z-index: 199;
    background-color: #bee3f5;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
}

    .backtop .border_btt {
        display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 4px;
        line-height: 50px;
        background: #43aee1;
    }

    .backtop:hover {
        background: #43aee1;
        color: #43aee1;
    }

        .backtop:hover .border_btt {
            background-color: #bee3f5;
        }

        .backtop:hover .fas {
            color: #43aee1;
        }

    .backtop .fas {
        font-size: 16px;
        color: #fff;
    }

    .backtop.show {
        opacity: 1 !important;
    }

@media (min-width: 1441px) {
    .backtop {
        right: 15%;
        bottom: 20px;
    }

    .phone_backtotop {
        bottom: 20px !important;
        left: 15%;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .backtop {
        right: 15px;
        bottom: 30px;
    }

    .phone_backtotop {
        left: 15px;
        bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .backtop {
        right: 25px;
        bottom: 40px;
    }

    .phone_backtotop {
        left: 25px;
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .backtop {
        right: 5%;
        bottom: 20px;
    }

    .phone_backtotop {
        left: 5%;
        bottom: 20px;
    }
}

.content_all h1 {
    margin: 0px;
    font-family: "Quicksand",sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.content_all .dmsp .aside-content {
    padding-top: 15px !important;
}

@media (min-width: 768px) {
    .blog-main .col-sm-6:nth-child(2n+1), .blog-main .col-md-6:nth-child(2n+1), .blog-main .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

.blog-main .myblog:nth-child(1) .blog_item {
    padding-top: 0px;
}

.blog-main .myblog .content_blog {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .blog-main .myblog .content_blog {
        padding-top: 30px;
    }
}

.blog-main .myblog .blog_item {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

    .blog-main .myblog .blog_item .left_item {
        width: 370px;
        height: auto;
        display: block;
        float: left;
    }

@media (max-width: 767px) {
    .blog-main .myblog .blog_item .left_item {
        width: 100%;
    }
}

.blog-main .myblog .blog_item .left_item .image-blog-left a img {
    height: 270px;
    width: 100%;
}

@media (max-width: 767px) {
    .blog-main .myblog .blog_item .left_item .image-blog-left a img {
        height: auto;
    }
}

.blog-main .myblog .blog_item .right_item {
    width: calc(100% - 370px);
    -webkit-width: calc(100% - 370px);
    -moz-width: calc(100% - 370px);
    -o-width: calc(100% - 370px);
    -os-width: calc(100% - 370px);
    display: block;
    float: left;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .blog-main .myblog .blog_item .right_item {
        width: 100%;
        padding-left: 0px;
    }
}

.left-content {
    margin-top: -5px;
}

    .left-content .aside-item {
        margin-bottom: 25px;
    }

        .left-content .aside-item.blog-aside-article {
            margin-bottom: 20px;
            margin-top: 45px;
        }

        .left-content .aside-item .aside-content {
            padding-bottom: 20px;
        }

            .left-content .aside-item .aside-content.aside-content-article {
                padding-bottom: 10px !important;
            }

    .left-content .content_tags {
        float: left;
        width: 100%;
        border-bottom: none !important;
    }

        .left-content .content_tags .tag_blog {
            background: #fff;
            border: 1px solid #ebebeb;
            border-radius: 3px;
            padding: 5px 15px;
            margin: 5px 10px 5px 0px;
            float: left;
            color: #707070;
            word-break: break-word;
        }

            .left-content .content_tags .tag_blog:hover {
                border: 1px solid transparent;
                background: #43aee1;
                color: #fff;
            }

@media (max-width: 1199px) {
    .blog-item-info {
        margin-top: 15px;
    }
}

.blog-item-name {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0px;
}

    .blog-item-name a {
        color: #333;
    }

        .blog-item-name a:hover {
            color: #43aee1;
        }

    .blog-item-name .fa {
        position: absolute;
        left: 0;
        top: 9px;
        font-size: .78571em;
        color: #43aee1;
    }

.border_bot_blog {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 18px;
}

.post-time {
    color: #bbbdc9;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
}

    .post-time .fa {
        margin-left: 10px;
    }

@media (max-width: 374px) {
    .post-time .fa {
        margin-left: 0px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .post-time .fa {
        margin-left: 7px;
    }
}

.blog-item-summary {
    font-size: 14px;
    margin-bottom: 20px;
    color: #707070;
    line-height: 22px;
}

.blog-item-thumbnail {
    position: relative;
}

.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
}

    .blog-list .loop-blog:last-child {
        border: none;
    }

    .blog-list .loop-blog .thumb-left {
        width: 90px;
        max-width: 90px;
        height: auto;
        display: block;
        float: left;
    }

    .blog-list .loop-blog .blog-item-summary {
        margin-bottom: 0;
    }

    .blog-list .loop-blog .name-right {
        display: block;
        float: left;
        width: calc(100% - 110px);
        margin-left: 20px;
    }

        .blog-list .loop-blog .name-right h3 {
            position: relative;
            font-size: 14px;
            font-family: OpenSans-Regular, sans-serif;
            font-weight: 600;
            line-height: 1.4;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .blog-list .loop-blog .name-right h3 a {
                color: #363636;
            }

            .blog-list .loop-blog .name-right h3:hover a {
                text-decoration: none;
                color: #43aee1;
            }

    .blog-list .loop-blog .date {
        margin: 7px 0 10px;
        font-weight: 400;
        color: #acacac;
        font-size: 13px;
    }

.blog-list .more_blog a {
    line-height: 3;
    font-size: 1.07143em;
    color: #898989;
    display: block;
}

    .blog-list .more_blog a:hover {
        text-decoration: none;
        color: #43aee1;
    }

.left-content .aside-title {
    margin-top: 0px;
}

.left-content .title-head-1 {
    margin: 0px;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: block;
    background-image: url("//bizweb.dktcdn.net/100/345/493/themes/844618/assets/bg_titlehead.png?1608129981503");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3px 0;
    background-position: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-content .title-head-1 {
        font-size: 15px !important;
    }
}

@media (max-width: 1199px) {
    .left-content .title-head-1 {
        background-image: url("//bizweb.dktcdn.net/100/345/493/themes/844618/assets/bg_header-mobile.png?1608129981503");
        width: 100%;
        margin: 0;
        padding: 3px 20px !important;
        background-repeat: unset;
        background-position: unset;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .left-content .title-head-1:before {
        content: "";
        position: absolute;
        top: 48px;
        left: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #43aee1 transparent transparent;
    }

    .left-content .title-head-1:after {
        content: "";
        position: absolute;
        bottom: -15px !important;
        right: 0px !important;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #43aee1 transparent transparent transparent;
    }
}

.left-content .title-head-1 span {
    display: block;
    padding: 0;
}

.left-content .title-head {
    margin: 0px;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
    font-family: OpenSans-Regular, sans-serif;
    position: relative;
    display: block;
}

    .left-content .title-head span {
        display: block;
        padding: 0px 0;
    }

.left-content .aside-blog {
    margin-top: 15px;
}

    .left-content .aside-blog .nav-item {
        position: relative;
        clear: left;
        font-size: 1em;
        padding: 5px 0px 5px 0px;
    }

        .left-content .aside-blog .nav-item:last-child {
            border-bottom: none;
        }

        .left-content .aside-blog .nav-item a {
            font-size: 1em;
            font-weight: bold;
        }

        .left-content .aside-blog .nav-item .fa {
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
        }

            .left-content .aside-blog .nav-item .fa.fa-caret-right {
                right: auto;
                left: 0;
                top: 16px;
                text-align: left;
            }

        .left-content .aside-blog .nav-item .dropdown-menu {
            width: 100%;
            border: 0;
            padding-left: 15px;
        }

        .left-content .aside-blog .nav-item.active {
            border-bottom: none;
        }

            .left-content .aside-blog .nav-item.active > a {
                color: #43aee1;
            }

            .left-content .aside-blog .nav-item.active > .fa {
                color: #43aee1;
            }

            .left-content .aside-blog .nav-item.active > .dropdown-menu {
                display: block;
            }

        .left-content .aside-blog .nav-item:hover > a {
            color: #43aee1;
            background-color: transparent;
        }

.article-main .article-details .date {
    margin: 15px 0 10px;
}

.article-main .rte {
    color: #707070;
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .article-main .rte iframe {
        display: block;
        float: left;
        width: 100%;
    }
}

.article-main .article-image {
    margin-bottom: 30px;
    text-align: center;
}

    .article-main .article-image a {
        margin: 0 auto;
    }

.article-main .article-title {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 30px;
    font-family: OpenSans-Regular, sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 36px;
    float: left;
    width: 100%;
}

.article-main .post-time {
    margin-bottom: 0px;
}

.article-main .article-content {
    font-size: 1.14286em;
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

.tag-share {
    clear: left;
    padding: 20px 0;
    border-bottom: 1px solid #EAEBF3;
    line-height: 30px;
}

    .tag-share .social-media {
        color: #7b7b7b;
    }

        .tag-share .social-media a {
            margin-left: 5px;
            width: 24px;
            height: 24px;
            border: 1px solid #b1b1b1;
            display: inline-block;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            color: #b1b1b1;
            font-size: 12px;
        }

            .tag-share .social-media a:hover {
                color: #43aee1;
                border-color: #43aee1;
            }

.tag_article {
    color: #000;
    padding-left: 0px;
    font-size: 14px;
}

    .tag_article .icon_tag {
        color: #7b8395;
        margin-right: 5px;
    }

    .tag_article .fa {
        transform: translateY(1px);
    }

    .tag_article a {
        color: #7b8395;
    }

        .tag_article a:hover {
            color: #43aee1;
        }

@media (max-width: 767px) {
    .tag-share > div {
        text-align: left !important;
        padding-left: 0px;
    }

    .tag-share .social-sharing {
        float: left !important;
        margin-top: 5px;
    }
}

.title-form-coment {
    font-size: 24px;
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #474a62;
}

.article-main form {
    display: block;
    float: left;
    width: 100%;
    padding-top: 0px;
    margin-top: 10px;
}

#article-comments {
    margin-top: 30px;
}

    #article-comments .article-comment {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EAEBF3;
    }

        #article-comments .article-comment:last-child {
            padding-bottom: 30px;
        }

    #article-comments .article-comment-user-image {
        margin: 0;
        float: left;
        width: 100px;
        margin-right: 12px;
    }

    #article-comments .article-comment-user-comment {
        padding-left: 110px;
        word-break: break-word;
        font-size: 1em;
    }

    #article-comments .user-name-comment {
        margin: 0;
        color: #43aee1;
        font-size: 1em;
        line-height: 1;
    }

    #article-comments .article-comment-date-bull {
        padding: 5px 0;
        display: block;
        color: #acacac;
    }

.social-media {
    font-size: 1em;
}

    .social-media .list-inline li {
        margin-right: 20px;
    }

.section-news-2 {
    margin-bottom: 20px;
}

.block-recent {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

    .block-recent ul li {
        line-height: 24px;
        padding: 7px 0;
        padding-left: 15px;
        position: relative;
    }

        .block-recent ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            top: 16px;
            left: 0px;
            background: #43aee1;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .block-recent ul li span.date_style {
            font-size: 13px;
            font-weight: 400;
            margin-left: 5px;
            color: #acacac;
        }

        .block-recent ul li a {
            color: #000;
            font-weight: 600;
        }

            .block-recent ul li a .fa {
                display: inline-block;
                margin-right: 5px;
            }

            .block-recent ul li a:hover {
                color: #43aee1;
            }

.sidebar .aside-item.sidebar-category .nav-item .fa {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1199px) {
    .sidebar .aside-item.sidebar-category .nav-item .fa {
        right: 0px;
    }
}

.aside-item.sidebar-category .nav-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
    border-bottom: none;
}

    .aside-item.sidebar-category .nav-item a {
        font-size: 14px;
        font-family: OpenSans-Regular, sans-serif;
        font-weight: 400;
        padding-right: 15px;
        padding-left: 0;
        padding-top: 0;
    }

        .aside-item.sidebar-category .nav-item a .count_x {
            color: #acacac;
        }

    .aside-item.sidebar-category .nav-item .count_blog {
        color: #acacac;
    }

    .aside-item.sidebar-category .nav-item .fa {
        position: absolute;
        right: -13px;
        top: 10px;
    }

    .aside-item.sidebar-category .nav-item .dropdown-menu {
        width: 100%;
        border: 0;
        padding-left: 15px;
        box-shadow: none;
    }

    .aside-item.sidebar-category .nav-item.active > a {
        color: #43aee1;
    }

    .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
        display: block;
    }

.sidebar-category .aside-content {
    margin-top: 0;
}

    .sidebar-category .aside-content .nav-category .navbar-pills {
        padding: 0;
        z-index: 999;
        background-color: #fff;
    }

    .sidebar-category .aside-content .nav-item {
        position: relative;
        clear: left;
        font-size: 1em;
        padding: 0;
    }

        .sidebar-category .aside-content .nav-item.lv2 {
            padding: 0px;
        }

            .sidebar-category .aside-content .nav-item.lv2 a {
                padding-left: 15px !important;
                padding-right: 30px;
            }

            .sidebar-category .aside-content .nav-item.lv2 .fas {
                right: 0px;
            }

        .sidebar-category .aside-content .nav-item.lv3 {
            padding: 0px;
        }

            .sidebar-category .aside-content .nav-item.lv3 a {
                padding-left: 30px !important;
            }

        .sidebar-category .aside-content .nav-item.lv4 {
            padding: 0;
        }

            .sidebar-category .aside-content .nav-item.lv4 a {
                padding-left: 45px !important;
            }

        .sidebar-category .aside-content .nav-item:last-child {
            border-bottom: none;
        }

        .sidebar-category .aside-content .nav-item a {
            font-size: 14px;
            font-family: OpenSans-Regular, sans-serif !important;
            color: #000;
            font-weight: 400;
            line-height: 1.7;
            padding: 5px 20px 2px 0px;
        }

        .sidebar-category .aside-content .nav-item .fas {
            cursor: pointer;
            width: 30px;
            height: 30px;
            margin-top: 0px;
            line-height: 28px;
            cursor: pointer;
            text-align: center;
            top: 0px;
            right: 0px;
            position: absolute;
        }

            .sidebar-category .aside-content .nav-item .fas.fa-caret-right {
                right: auto;
                left: 0;
                top: 16px;
                text-align: left;
            }

        .sidebar-category .aside-content .nav-item .dropdown-menu {
            width: 100%;
            border: 0;
            padding-left: 0px;
            box-shadow: none;
            margin-top: 0px;
            padding: 0px;
            position: static;
        }

        .sidebar-category .aside-content .nav-item.active > a {
            color: #43aee1;
        }

        .sidebar-category .aside-content .nav-item.active > .fas {
            color: #43aee1;
            width: 30px;
            height: 30px;
            margin-top: 0px;
            line-height: 28px;
            cursor: pointer;
            text-align: center;
        }

        .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
            display: block;
        }

        .sidebar-category .aside-content .nav-item:hover > a {
            color: #43aee1;
            background-color: transparent;
        }

        .sidebar-category .aside-content .nav-item ul > li:before {
            top: 17px;
            left: 15px;
        }

        .sidebar-category .aside-content .nav-item ul > li.lv3:before {
            left: 30px;
        }

        .sidebar-category .aside-content .nav-item ul > li.lv4:before {
            left: 30px;
        }

.bizweb-product-reviews-badge {
    margin: 0;
}

    .bizweb-product-reviews-badge > div {
        padding: 0px !important;
    }

        .bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
            display: block;
        }

.btn.btn-link {
    color: #333;
    padding-left: 0;
}

    .btn.btn-link:hover {
        color: #43aee1;
    }

@media (max-width: 1199px) {
    .banner-right a img {
        width: 100%;
    }
}

.dmsp .aside-content {
    border-top: none;
    padding-bottom: 0px !important;
    padding-top: 0px;
}

    .dmsp .aside-content .navbar-pills .lv1:first-child a {
        border-top: none;
    }

    .dmsp .aside-content .navbar-pills .lv1 a {
        padding: 5px 20px 5px 0px;
    }

    .dmsp .aside-content .navbar-pills .lv1 .fas {
        top: 3px;
        right: -12px;
    }

    .dmsp .aside-content .navbar-pills .lv1 ul .lv2 a {
        padding-left: 15px !important;
    }

    .dmsp .aside-content .navbar-pills .lv1 ul .lv2 ul .lv3 a {
        padding-left: 30px !important;
    }

    .dmsp .aside-content .navbar-pills .lv1 ul .lv2 ul .lv3 ul .lv4 a {
        padding-left: 45px !important;
    }

.aside-item {
    margin-bottom: 20px;
}

    .aside-item .aside-title {
        position: relative;
    }

        .aside-item .aside-title.aside_title_dmsp h2 {
            margin-top: 25px;
        }

        .aside-item .aside-title h2 {
            height: 40px;
            width: 100%;
            font-size: 24px;
            font-family: OpenSans-Regular, sans-serif;
            line-height: 40px;
            margin: 0;
            text-transform: none;
            font-weight: 700;
            display: inline-block;
            padding: 0px;
            position: relative;
        }

            .aside-item .aside-title h2.title-head-tag {
                font-size: 20px;
                font-weight: 400;
                font-family: OpenSans-Regular, sans-serif;
                color: #707070;
            }

    .aside-item .aside-content {
        padding-bottom: 15px;
    }

    .aside-item .list-tags span.tag-item {
        line-height: 30px;
        border: 1px solid #ebebeb;
        height: 30px;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-right: 5px;
        color: #898989;
        border-radius: 0px;
    }

        .aside-item .list-tags span.tag-item:hover {
            color: #fff;
            background: #43aee1;
            border-color: #43aee1;
        }

            .aside-item .list-tags span.tag-item:hover a {
                color: #fff;
            }

.at-style-responsive .at-share-btn {
    border-radius: 3px !important;
}

.google_plusone_iframe_widget {
    width: auto !important;
}

div#isp_search_result_page_container .btn-search {
    display: none;
}

button.btn.btn-default.btn-search {
    display: none;
}

div#isp_search_result_page_container form {
    margin-bottom: 0;
}

body .bizweb-product-reviews-form fieldset {
    border: none;
}

    body .bizweb-product-reviews-form fieldset .bpr-button-submit {
        color: #fff;
        background-color: #43aee1;
        border-color: transparent;
        border: 1px solid transparent;
    }

        body .bizweb-product-reviews-form fieldset .bpr-button-submit:hover {
            background-color: #fff;
            border: 1px solid #43aee1;
            color: #43aee1;
        }

body .bizweb-product-reviews-badge div {
    display: none;
}

    body .bizweb-product-reviews-badge div > p {
        padding: 0 3px !important;
    }

    body .bizweb-product-reviews-badge div.bizweb-product-reviews-star {
        display: block;
    }

body .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
    font-size: 13px;
}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #ccc;
}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #f9c909;
}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-half-png:before {
    content: "\f005";
    color: #f9c909;
}

body .bizweb-product-reviews-badge {
    margin: 0;
}

.bizweb-product-reviews-badge div {
    padding: 0px !important;
}

.fancybox-close {
    background-color: transparent !important;
}

@media (max-width: 543px) {
    .page-login span.intr {
        font-size: 13px !important;
    }

    .address .page_address .adr_title .title-head a {
        width: 100%;
        margin: 15px 0;
    }
}

.title_head.title_order h1 {
    font-size: 30px !important;
}

@media (max-width: 375px) {
    .title_head.title_order h1 {
        font-size: 27px !important;
    }
}

.title_head .title_center_page {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    margin: 0;
}

#pagelogin {
    margin-top: 5px;
}

.page-login {
    padding-bottom: 40px;
}

    .page-login span.intr {
        font-size: 15px;
        line-height: 23px;
        color: #636363;
        text-align: center;
        display: block;
    }

    .page-login .form-signup {
        margin-top: 35px;
    }

        .page-login .form-signup .form-group {
            margin-bottom: 0px;
        }

            .page-login .form-signup .form-group label {
                margin-top: 0px;
            }

            .page-login .form-signup .form-group input {
                height: 50px;
                padding: 0 20px;
                color: #636363;
                border-radius: 3px !important;
                border-color: #ebebeb;
                box-shadow: none;
                margin-bottom: 10px !important;
            }

                .page-login .form-signup .form-group input::-webkit-input-placeholder {
                    color: #000 !important;
                }

                .page-login .form-signup .form-group input::-moz-placeholder {
                    color: #000 !important;
                }

                .page-login .form-signup .form-group input:-ms-input-placeholder {
                    color: #000 !important;
                }

            .page-login .form-signup .form-group textarea {
                box-shadow: none;
                border-color: #eaebf3;
                border-radius: 3px !important;
                min-height: 100px;
            }

                .page-login .form-signup .form-group textarea::-webkit-input-placeholder {
                    color: #000 !important;
                }

                .page-login .form-signup .form-group textarea::-moz-placeholder {
                    color: #000 !important;
                }

                .page-login .form-signup .form-group textarea:-ms-input-placeholder {
                    color: #000 !important;
                }

        .page-login .form-signup .btn-lienhe {
            font-size: 14px;
            font-weight: 400;
            text-transform: none;
        }

        .page-login .form-signup .text-upper {
            width: 150px;
            height: 45px;
            font-size: 12px;
            font-weight: bold;
        }

        .page-login .form-signup .accept_submit {
            margin-left: 20px;
            margin-top: 10px;
        }

            .page-login .form-signup .accept_submit span {
                font-size: 15px;
                color: #111111;
            }

        .page-login .form-signup .button-50 {
            font-size: 16px;
            line-height: 50px;
            width: 50%;
        }

        .page-login .form-signup .have_ac {
            font-size: 15px;
            color: #111111;
            margin-left: 15px;
        }

            .page-login .form-signup .have_ac a {
                color: #43aee1;
                text-decoration: underline;
            }

.login-width-social #social_login_widget #social_login {
    margin: 0 auto 50px;
}

.have_ac {
    color: #707070;
}

@media (max-width: 991px) {
    .have_ac {
        text-align: center;
        width: 100%;
        float: left;
    }
}

.have_ac a {
    color: #707070;
}

.recv-text {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0px 20px 0;
}

    .recv-text a {
        text-decoration: none;
        cursor: pointer;
        color: #707070;
    }

        .recv-text a:hover {
            color: #43aee1;
        }

@media (max-width: 991px) {
    .form-signup .button-50 {
        width: 100% !important;
    }

    .form-signup .have_ac {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

.embedContent .embedHeader {
    display: none !important;
}

.info-contact .title-head {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.info-contact .widget-menu {
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .info-contact .widget-menu .ico-left {
        float: left;
        position: relative;
        top: 0px;
        border-radius: 3px;
        width: 28px;
        text-align: left;
        height: 28px;
        display: block;
        margin-top: -2px;
        padding-left: 2px;
        line-height: 28px;
        color: #fff;
        color: #51b935;
    }

    .info-contact .widget-menu .txt-content-add {
        display: inherit;
        padding-left: 0px;
    }

@media (max-width: 543px) {
    .info-contact .widget-menu .txt-content-add {
        padding-left: 29px;
    }
}

.info-contact .widget-menu .bold-color {
    font-weight: bold;
    color: #636363;
}

.info-contact .widget-menu li {
    position: relative;
    color: #83858e;
    margin-bottom: 5px;
}

    .info-contact .widget-menu li:nth-child(1) .fa {
        margin-left: 3px;
    }

    .info-contact .widget-menu li:nth-child(2) .fa {
        margin-left: 4px;
    }

    .info-contact .widget-menu li a {
        color: #83858e;
    }

    .info-contact .widget-menu li:hover > a {
        text-decoration: none;
    }

.info-contact .border-contact-page {
    padding: 2px 0px;
    border: dashed 1px #ebebeb;
    display: block;
}

.info-contact .descripti {
    font-size: 14px;
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    border-bottom: solid 1px #ebebeb;
    color: #3d454e;
}

.info-contact .logo {
    font-size: 20px;
}

.page_cotact .logo {
    text-align: left !important;
    padding-top: 5px;
}

.page_cotact .title-head-contact {
    margin: 0px;
    padding: 0px 0px 15px;
    font-size: 20px;
    color: #041721;
    line-height: 37px;
    text-align: left;
}

.page_cotact .form-signup {
    margin: 0px;
}

.contact li.li_footer_h {
    padding-left: 35px;
    font-size: 14px;
    position: relative;
    color: #363636;
    opacity: 1;
    margin-bottom: 10px !important;
    padding-bottom: 15px;
    line-height: 20px;
}

    .contact li.li_footer_h:last-child {
        padding-bottom: 0px;
    }

    .contact li.li_footer_h .fas, .contact li.li_footer_h .far {
        float: left;
        position: relative;
        top: -4px;
        border-radius: 50%;
        text-align: center;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 10px;
        padding-left: 0px;
        line-height: 30px;
        color: #43aee1;
        font-size: 14px;
        background: #fff;
        border: 1px solid #43aee1;
    }

    .contact li.li_footer_h a {
        color: #363636;
    }

        .contact li.li_footer_h a:hover {
            color: #43aee1;
        }

    .contact li.li_footer_h .icon_base {
        position: absolute;
        left: 0;
        top: 1px;
        height: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 20px;
    }

        .contact li.li_footer_h .icon_base .fa {
            color: #7b8395;
        }

.page-right .title-head-contact {
    margin: 0px;
    text-transform: uppercase;
    padding: 20px 0px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #041721;
    line-height: 37px;
    text-align: left;
}

.group_contact .form-group {
    padding: 0px 15px;
    margin-bottom: 15px;
    color: #000;
}

    .group_contact .form-group .form-control {
        font-size: 14px;
        color: #000;
        height: 40px;
        padding: 0px 20px;
        margin-bottom: 30px !important;
    }

        .group_contact .form-group .form-control::-webkit-input-placeholder {
            color: #c6cddb !important;
        }

        .group_contact .form-group .form-control::-moz-placeholder {
            color: #c6cddb !important;
        }

        .group_contact .form-group .form-control:-ms-input-placeholder {
            color: #c6cddb !important;
        }

@media (max-width: 767px) {
    .group_contact .form-group .form-control {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .group_contact .form-group .form-control {
        margin-bottom: 20px !important;
    }
}

.group_contact .form-group .content-area {
    min-height: 130px;
    padding: 20px;
}

.group_contact .form-group input, .group_contact .form-group textarea {
    border-color: #ebebeb;
}

    .group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
        border-color: #ebebeb;
    }

    .group_contact .form-group input::placeholder {
        font-size: 15px;
        color: #111111;
    }

    .group_contact .form-group textarea::placeholder {
        font-size: 15px;
        color: #111111;
    }

.group_contact .form-group .btn-50-full {
    position: absolute;
    right: 15px;
    bottom: 0px;
    box-shadow: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #43aee1;
    border: solid 1px #43aee1;
}

    .group_contact .form-group .btn-50-full:hover {
        border-color: #43aee1;
        background: #fff;
        color: #43aee1;
    }

.page_contact .select_maps .mid-footers .follow_option {
    margin-top: 15px;
}

    .page_contact .select_maps .mid-footers .follow_option li a {
        border: 2px solid #c6cddb;
    }

        .page_contact .select_maps .mid-footers .follow_option li a .fa, .page_contact .select_maps .mid-footers .follow_option li a .fas {
            color: #c6cddb;
        }

        .page_contact .select_maps .mid-footers .follow_option li a:hover {
            border: 2px solid #7b8395;
        }

            .page_contact .select_maps .mid-footers .follow_option li a:hover .fa {
                color: #7b8395;
            }

.page_contact .select_maps .hotline_contact li:nth-child(1) {
    margin-bottom: 5px;
}

.page_contact .select_maps .list-menu {
    color: #8d90a6;
}

    .page_contact .select_maps .list-menu a {
        color: #8d90a6;
    }

        .page_contact .select_maps .list-menu a:hover {
            color: #43aee1;
        }

.page_contact .select_maps .fa {
    color: #43aee1;
    margin-right: 15px;
}

.page_contact .select_maps .widget-db .item li {
    margin-bottom: 10px;
}

.page_contact .select_maps .widget-db .item:nth-child(1) .contact_x li .fa:before {
    content: "\f015";
}

.search-main .alert-success h1 {
    margin: 0;
    padding: 15px;
    font-size: 14px;
}

.search-main .products-view-grid {
    border-top: none;
    display: block;
    float: left;
    width: 100%;
}

.search-main h1 {
    font-size: 2em;
}

.search-main .title_search {
    font-family: OpenSans-Regular, sans-serif;
    text-transform: none;
    font-size: 20px;
    margin-top: 0px;
}

.search-main .form_search_h {
    float: left;
    line-height: 2.1;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 0px;
    min-height: 45px;
}

@media (max-width: 767px) {
    .search-main .form_search_h {
        width: calc(100% - 110px);
        border-right: 0px;
    }
}

@media (min-width: 768px) {
    .search-main .form_search_h {
        width: 300px;
    }
}

.search-main .btn_search_h {
    min-height: 45px;
    background: #1ecca9;
    font-weight: bold;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .search-main .btn_search_h {
        width: 110px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

@media (min-width: 768px) {
    .search-main .btn_search_h {
        border-radius: 0;
        margin-left: -1px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        min-height: 45px;
        background: #1ecca9;
        font-weight: bold;
    }

        .search-main .btn_search_h:hover {
            border: 1px solid #1ecca9;
            color: #1ecca9;
            background: #fff;
        }
}

@media (max-width: 375px) {
    .search-main .cls_search .product-col .product-box {
        height: 270px;
    }
}

.wrap_contact {
    background: #f4574c;
    overflow: hidden;
    padding: 20px 0px;
}

    .wrap_contact .icon_widget {
        display: inline-block;
        float: left;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #f8948d;
        border: solid 3px #f67970;
        line-height: 40px;
        text-align: center;
    }

        .wrap_contact .icon_widget .fa {
            font-size: 16px;
            color: #fff;
        }

    .wrap_contact .contact_info {
        display: block;
        padding-left: 50px;
        margin-left: 25px;
    }

        .wrap_contact .contact_info span, .wrap_contact .contact_info a {
            font-family: OpenSans-Regular, sans-serif;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            text-decoration: none;
        }

            .wrap_contact .contact_info span.lh, .wrap_contact .contact_info a.lh {
                line-height: 45px;
            }

        .wrap_contact .contact_info a {
            width: 100%;
            float: left;
        }

.info-contact .title-head {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.info-contact .widget-menu {
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .info-contact .widget-menu .ico-left {
        display: block;
        float: left;
        width: 25px;
        text-align: center;
    }

    .info-contact .widget-menu p, .info-contact .widget-menu .rc {
        display: block;
        float: left;
        width: calc(100% - 35px);
        margin-left: 5px;
    }

    .info-contact .widget-menu li {
        margin-bottom: 5px;
    }

        .info-contact .widget-menu li:hover > a {
            text-decoration: none;
        }

.info-contact .border-contact-page {
    padding: 2px 0px;
    border: dashed 1px #ebebeb;
    display: block;
}

.info-contact .descripti {
    font-size: 14px;
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    border-bottom: solid 1px #ebebeb;
    color: #3d454e;
}

.info-contact .logo {
    font-size: 20px;
}

.sec_footer .widget-db {
    margin-top: 15px;
}

    .sec_footer .widget-db .item .title_bold {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-transform: none;
    }

    .sec_footer .widget-db .item .contact_x li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
        color: #898989;
    }

        .sec_footer .widget-db .item .contact_x li a {
            color: #898989;
        }

        .sec_footer .widget-db .item .contact_x li .fa {
            position: absolute;
            left: 0;
            float: left;
            top: 0px;
            border-radius: 3px;
            width: 20px;
            text-align: left;
            height: 30px;
            display: block;
            margin-right: 5px;
            margin-top: -2px;
            padding-left: 0px;
            line-height: 28px;
            color: #43aee1;
            background-repeat: no-repeat;
        }

        .sec_footer .widget-db .item .contact_x li .txt_content_child {
            color: #898989;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .right_contact {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .right_contact {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .right_contact {
        width: 42% !important;
    }
}

.section_maps #contact_map {
    border: none;
}

.page_contact .contact .li_footer_h {
    padding-left: 0px !important;
}

@media (max-width: 991px) {
    .page_contact .mid_fot_h {
        margin-top: 30px;
    }
}

.page_cotact {
    font-family: OpenSans-Regular, sans-serif;
}

    .page_cotact .title-head-contact-2 {
        font-size: 15px;
        color: #7b8395;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page_cotact .title-head-contact {
        color: #000;
        font-size: 18px !important;
        font-family: OpenSans-Regular, sans-serif;
        font-weight: 700;
        text-transform: none;
        position: relative;
        display: block;
        margin: 0;
        padding-bottom: 10px;
    }

        .page_cotact .title-head-contact span {
            display: block;
            padding: 10px 0;
            border-top: 1px solid #ebebeb;
            margin-top: 40px;
            padding-top: 25px;
            padding-bottom: 0px;
        }

    .page_cotact p {
        color: #8d90a6;
    }

    .page_cotact .title_db {
        font-size: 18px !important;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        position: relative;
        display: block;
        margin: 0;
        padding-bottom: 0px;
    }

        .page_cotact .title_db span {
            display: block;
            padding: 10px 0;
        }

    .page_cotact .sum_contact {
        color: #898989;
    }

    .page_cotact .form-signup {
        margin: 0px;
    }

.page-login .title-head-contact:before {
    width: 25%;
}

.item_contact .body_contact {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: inline-flex;
}

    .item_contact .body_contact .icon_widget {
        background: #f2f2f2;
        height: 30px;
        width: 30px;
        float: left;
        margin: 0 15px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .item_contact .body_contact .icon_widget .fa {
            font-size: 14px;
            color: #43aee1;
        }

    .item_contact .body_contact .contact_info {
        float: left;
        width: calc(100% - 45px);
        align-items: center;
        display: flex;
        flex-flow: row;
    }

        .item_contact .body_contact .contact_info span, .item_contact .body_contact .contact_info a {
            font-family: OpenSans-Regular, sans-serif;
            font-size: 14px;
            line-height: 24px;
            color: #000;
            text-decoration: none;
        }

        .item_contact .body_contact .contact_info a {
            width: 100%;
            float: left;
        }

.group_contact .form-group {
    padding: 0px 15px;
    margin-bottom: 15px;
    color: #000;
}

    .group_contact .form-group .form-control {
        border-radius: 0px !important;
        font-size: 14px;
        color: #000;
        height: 40px;
        padding: 0px 15px;
    }

        .group_contact .form-group .form-control::-webkit-input-placeholder {
            color: #acacac;
        }

        .group_contact .form-group .form-control::-moz-placeholder {
            color: #acacac;
        }

        .group_contact .form-group .form-control:-ms-input-placeholder {
            color: #acacac;
        }

    .group_contact .form-group .content-area {
        min-height: 130px;
        padding: 10px 15px;
        border-radius: 3px !important;
        resize: none;
    }

    .group_contact .form-group input, .group_contact .form-group textarea {
        border-color: #ebebeb;
    }

        .group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
            border-color: #ebebeb;
        }

    .group_contact .form-group .btn-50-full {
        font-family: OpenSans-Regular, sans-serif;
        position: absolute;
        right: 15px;
        bottom: 0px;
        box-shadow: none;
        padding: 8px 20px;
        font-size: 14px;
        color: #fff;
        background: #43aee1;
        border: solid 1px #43aee1;
    }

        .group_contact .form-group .btn-50-full:hover {
            border-color: #43aee1;
            background: #fff;
            color: #43aee1;
        }

.thank_text {
    color: #43aee1;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bizweb-product-reviews {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .bizweb-product-reviews-form {
        min-width: 250px !important;
    }
}

.myblog.myarticle .image-blog-left {
    padding-top: 0px;
}

    .myblog.myarticle .image-blog-left .content_left {
        position: unset;
        top: 0;
        left: 0;
    }

    .myblog.myarticle .image-blog-left .content_right {
        width: calc(100% - 80px);
        display: inline-block;
        float: right;
    }

.myblog .image-blog-left {
    position: relative;
}

    .myblog .image-blog-left .content_left {
        float: left;
        height: 60px;
        background: #43aee1;
        text-align: center;
        width: 60px;
        padding: 12px 5px 8px 5px;
        display: inline-block;
        border-radius: 0;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

        .myblog .image-blog-left .content_left .top_content {
            display: block;
            font-weight: 700;
            font-size: 21px;
            line-height: 15px;
            color: #fff;
        }

        .myblog .image-blog-left .content_left .bot_content {
            font-size: 9px;
            font-weight: bold;
            color: #fff;
        }

.myblog .content_blog {
    width: 100%;
    float: left;
    padding-top: 30px;
}

    .myblog .content_blog .content_right {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .myblog .content_blog .content_right h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            font-family: OpenSans-Regular, sans-serif;
            padding-bottom: 5px;
            padding-top: 5px;
            color: #363636;
        }

        .myblog .content_blog .content_right .time_post {
            font-family: 'Helvetica Neue';
            font-size: 14px;
            font-weight: 400;
            color: #707070;
            width: 100%;
            float: left;
            padding-top: 0px;
        }

            .myblog .content_blog .content_right .time_post .fas {
                color: #43aee1;
                padding-right: 5px;
                font-size: 13px;
            }

    .myblog .content_blog .summary_item_blog {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        .myblog .content_blog .summary_item_blog p {
            margin: 0;
            margin-top: 12px;
            border-top: 1px solid #ebebeb;
            padding-top: 15px;
            font-size: 14px;
            font-family: OpenSans-Regular, sans-serif;
        }

    .myblog .content_blog .continus_btn {
        font-weight: bold;
        color: #43aee1;
    }

        .myblog .content_blog .continus_btn:hover {
            color: #000;
        }

@media (max-width: 767px) {
    .google-map .map {
        height: 300px !important;
    }
}

.page-404 {
    margin: 30px 0px 70px 0;
}

    .page-404 .text404 {
        font-size: 352px;
        text-align: center;
        font-weight: 400;
        color: #43aee1;
        line-height: 300px;
    }

@media (max-width: 767px) {
    .page-404 .text404 {
        font-size: 150px;
        line-height: normal;
    }
}

.page-404 h1 {
    font-size: 15px;
    color: #707070;
    font-family: OpenSans-Regular, sans-serif;
}

    .page-404 h1 a {
        color: #43aee1;
    }

        .page-404 h1 a:hover {
            color: #000;
        }

.checkbox .c-checkbox input {
    height: unset;
    width: unset;
    top: 5px;
    opacity: 1 !important;
}

.google-map iframe {
    width: 100%;
    height: 530px;
    border: 0;
}

.google-map {
    width: 100%;
}

    .google-map .map {
        width: 100%;
        height: 450px;
        background: #dedede;
    }
.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;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}