.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0
}

body {
    background: #fff;
    font-family: 'Roboto',Helvetica,Arial,sans-serif
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea.form-control, select.form-control {
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ebebeb
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
        outline: none;
        box-shadow: none
    }

a:hover, a:focus {
    text-decoration: none
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

@media (max-width: 480px) {
    .row {
        margin-right: -5px;
        margin-left: -5px
    }
}

.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 {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .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 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.container {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .container {
        padding-left: 5px;
        padding-right: 5px
    }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.page-404 h1 {
    color: #333;
    font-size: 28px
}

.page-404 .land {
    color: #888
}

.page-404 .mt-5 .btn-success {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #0186d4;
    border-color: #0186d4;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase
}

    .page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
        color: #fff;
        background-color: #7eb007;
        border-color: #7eb007
    }

.page-login #login .title-head {
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #222;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400
}

@media (max-width: 480px) {
    .page-login #login .title-head {
        font-size: 18px
    }
}

.page-login #login .title-head:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: #0186d4;
    position: absolute
}

.page-login #login .btn-blues {
    background: transparent;
    color: #0186d4;
    text-transform: uppercase;
    position: relative;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    font-size: 13px;
    border: 1px solid;
    border-color: #0186d4;
    font-weight: 500;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

    .page-login #login .btn-blues:hover, .page-login #login .btn-blues:focus {
        color: #fff;
        background-color: #0186d4
    }

.page-login #login p.text-center {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

    .page-login #login p.text-center .btn-link-style {
        margin-top: 15px;
        font-weight: 700;
        color: #222;
        display: inline-block
    }

        .page-login #login p.text-center .btn-link-style:hover, .page-login #login p.text-center .btn-link-style:focus {
            color: #0186d4
        }

.page-login #login .text-login p {
    color: #222
}

    .page-login #login .text-login p a {
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        color: #777777
    }

        .page-login #login .text-login p a:hover, .page-login #login .text-login p a:focus {
            color: #0186d4
        }

.page-login #recover-password .title-head {
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #222;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400
}

@media (max-width: 480px) {
    .page-login #recover-password .title-head {
        font-size: 18px
    }
}

.page-login #recover-password .title-head:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: #0186d4;
    position: absolute
}

.page-login #recover-password .btn-blues {
    background: transparent;
    color: #0186d4;
    text-transform: uppercase;
    position: relative;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    font-size: 13px;
    border: 1px solid;
    border-color: #0186d4;
    font-weight: 500;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

    .page-login #recover-password .btn-blues:hover, .page-login #recover-password .btn-blues:focus {
        color: #fff;
        background-color: #0186d4
    }

.page-login #recover-password .action_bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px
}

.page-login #recover-password .text-login p {
    color: #222
}

    .page-login #recover-password .text-login p a {
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        color: #777777
    }

        .page-login #recover-password .text-login p a:hover, .page-login #recover-password .text-login p a:focus {
            color: #0186d4
        }

.account-page h2 {
    margin-top: 0;
    font-size: 16px
}

.contact-info-page li {
    display: table;
    margin-bottom: 7px
}

    .contact-info-page li i {
        display: table-cell;
        width: 20px;
        text-align: center
    }

    .contact-info-page li a {
        color: #000
    }

        .contact-info-page li a:hover, .contact-info-page li a:focus {
            color: #0186d4
        }

.account-page h1.title-head, .account-page h2.title-head, .page-contact h1.title-head, .page-contact h2.title-head, .related-product h1.title-head, .related-product h2.title-head {
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    margin-top: 10px
}

.btn-blues, #btnnewreview {
    background: #0186d4;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 0px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #fff;
}

    .btn-blues:before, #btnnewreview:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -30px;
        right: -8px;
        background: #333;
        -webkit-transform: skewX(45deg) scaleX(1);
        -ms-transform: skewX(45deg) scaleX(1);
        transform: skewX(45deg) scaleX(1);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition: all .4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s
    }

    .btn-blues:hover, #btnnewreview:hover {
        color: #fff
    }

        .btn-blues:hover:before, #btnnewreview:hover:before {
            -webkit-transform: skewX(0) scaleX(0);
            -ms-transform: skewX(0) scaleX(0);
            transform: skewX(0) scaleX(0)
        }

.required {
    font-size: 13px;
    color: red
}

.zoomLens {
    border: none !important
}

#btnnewreview {
    background: #0186d4 !important
}

.bizweb-product-reviews-form input, .bizweb-product-reviews-form input[type="text"], .bizweb-product-reviews-form input[type="email"], .bizweb-product-reviews-form textarea {
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 1px solid #ebebeb !important
}

    .bizweb-product-reviews-form input:focus, .bizweb-product-reviews-form input[type="text"]:focus, .bizweb-product-reviews-form input[type="email"]:focus, .bizweb-product-reviews-form textarea:focus {
        outline: none !important;
        box-shadow: none !important
    }

.bizweb-product-reviews-form .bpr-button-submit {
    background: #0186d4 !important;
    border-color: #0186d4 !important;
    min-width: 100px;
    text-transform: uppercase
}

.cart_desktop_page form {
    margin-bottom: 0
}

.cart-mobile {
    padding: 10px 0px 0px 0px
}

    .cart-mobile .header-cart {
        padding: 10px
    }

    .cart-mobile .title-cart {
        line-height: 10px
    }

        .cart-mobile .title-cart h3 {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0
        }

        .cart-mobile .title-cart a {
            margin-top: -30px !important
        }

    .cart-mobile .header-cart-content {
        margin-top: 0px;
        padding: 10px
    }

        .cart-mobile .header-cart-content .content-product-list {
            min-height: 110px
        }

            .cart-mobile .header-cart-content .content-product-list .item-product {
                min-height: 110px;
                border-bottom: solid 1px #f1f1f1;
                overflow: hidden;
                display: table;
                width: 100%;
                margin-bottom: 10px
            }

.item-product-cart-mobile {
    width: 100px;
    margin-right: 10px
}

    .item-product-cart-mobile img {
        max-width: 100px;
        margin-right: 10px
    }

.title-product-cart-mobile h3 {
    line-height: 1;
    margin: 0;
    font-weight: normal
}

.title-product-cart-mobile a {
    word-break: break-word;
    font-size: 14px;
    color: #363636
}

.title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    color: #898989
}

.title-product-cart-mobile span {
    color: #0186d4
}

.item-product-cart-mobile, .title-product-cart-mobile {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px
}

.select-item-qty-mobile {
    float: right;
    text-align: center;
    margin-top: 10px
}

    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
        border: solid thin #ddd;
        border-radius: 0
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 69px;
        height: 25px
    }

.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 1;
    height: 25px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid thin #ddd;
    width: 24px
}

.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 25px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid thin #ddd;
    width: 24px
}

.select-item-qty-mobile a {
    line-height: 3;
    color: #363636
}

.cart-mobile .header-cart-price {
    padding: 18px 0px;
    padding-bottom: 0
}

.cart-mobile .title-cart h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0
}

.cart-mobile .title-cart a {
    float: right;
    margin-top: -28px;
    color: #0186d4;
    font-size: 16px;
    line-height: 27px
}

.btn-proceed-checkout-mobile {
    width: 100%;
    line-height: 27px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #0186d4;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 10px;
    border-radius: 4px
}

.btn-proceed-continues-mobile {
    background-color: #fff !important;
    color: #0186d4 !important;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    border: 1px solid #0186d4;
    border-radius: 4px
}

.shopping-cart-item {
    background-color: transparent;
    padding: 15px 0;
    margin: 0
}

    .shopping-cart-item + .shopping-cart-item {
        border-top: 1px solid #e5e5e5
    }

    .shopping-cart-item .col-xs-3 {
        padding-left: 0
    }

        .shopping-cart-item .col-xs-3 p {
            margin: 0
        }

    .shopping-cart-item .col-right {
        padding-left: 0
    }

        .shopping-cart-item .col-right .box-info-product {
            width: 350px;
            padding-right: 10px;
            padding-left: 10px;
            float: left
        }

@media (max-width: 1024px) {
    .shopping-cart-item .col-right .box-info-product {
        width: 270px
    }
}

.shopping-cart-item .col-right .box-info-product .name {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 0
}

    .shopping-cart-item .col-right .box-info-product .name a {
        color: #242424;
        font-weight: 500
    }

        .shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
            color: #0186d4;
            text-decoration: none
        }

.shopping-cart-item .col-right .box-info-product .seller-by {
    font-size: 13px;
    margin-bottom: 12px
}

.shopping-cart-item .col-right .box-info-product .action {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
    margin-top: 0
}

    .shopping-cart-item .col-right .box-info-product .action .btn-link {
        border: 0;
        color: #0186d4;
        font-size: 13px;
        position: static;
        padding: 0;
        line-height: 1.1
    }

.shopping-cart-item .col-right .box-price {
    float: left;
    width: 110px;
    padding-right: 10px
}

    .shopping-cart-item .col-right .box-price .price {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 500;
        padding-top: 0;
        color: #0186d4
    }

.shopping-cart-item .col-right .quantity-block {
    width: 120px;
    float: right
}

    .shopping-cart-item .col-right .quantity-block .input-group-btn button {
        height: 28px
    }

        .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
            border-radius: 3px 0 0 3px;
            border: 1px solid #e5e5e5;
            border-right: 0;
            border-color: #e5e5e5;
            color: #999;
            line-height: 20px;
            padding: 3px 9px;
            margin: 0;
            width: 28px;
            background-color: #fff;
            float: right
        }

        .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
            border-radius: 0 3px 3px 0;
            border: 1px solid #e5e5e5;
            border-color: #e5e5e5;
            border-left: 0;
            color: #999;
            line-height: 20px;
            padding: 3px 9px;
            margin: 0;
            width: 28px;
            background-color: #fff;
            float: right
        }

        .shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
            outline: none;
            box-shadow: none;
            -webkit-appearance: none;
            -moz-appearance: none
        }

    .shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
        display: inline-block;
        height: 28px;
        padding: 0 5px;
        text-align: center;
        border-radius: 0;
        width: 35px;
        float: right;
        min-height: 28px;
        border: 1px solid #e5e5e5
    }

#right-affix .each-row {
    width: 100%;
    clear: both
}

    #right-affix .each-row .box-style {
        background-color: transparent;
        padding: 17px 0 21px 0
    }

        #right-affix .each-row .box-style.fee .list-info-price {
            margin: 0
        }

            #right-affix .each-row .box-style.fee .list-info-price span {
                font-weight: 500
            }

            #right-affix .each-row .box-style.fee .list-info-price strong {
                float: right;
                font-weight: 700
            }

        #right-affix .each-row .box-style.fee .total2 {
            font-weight: 500
        }

            #right-affix .each-row .box-style.fee .total2 .text-label {
                margin-top: 5px;
                display: inline-block
            }

            #right-affix .each-row .box-style.fee .total2 .amount {
                float: right
            }

                #right-affix .each-row .box-style.fee .total2 .amount p {
                    margin: 0;
                    text-align: right;
                    line-height: 1.1
                }

                    #right-affix .each-row .box-style.fee .total2 .amount p strong {
                        color: #0186d4;
                        font-size: 22px;
                        font-weight: 700
                    }

                    #right-affix .each-row .box-style.fee .total2 .amount p small {
                        font-weight: 500
                    }

        #right-affix .each-row .box-style + .box-style {
            border-top: 1px solid #f4f4f4
        }

#right-affix .btn-checkout {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    color: #fff;
    background-color: #0186d4;
    border-color: #0186d4;
    height: 40px
}

    #right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
        background-color: #6d9806;
        border-color: #6d9806
    }

#right-affix .btn-checkouts {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    color: #0186d4;
    background-color: #fff;
    border-color: #0186d4;
    height: 40px
}

    #right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
        outline: none;
        box-shadow: none;
        background-color: #fff;
        border-color: #6d9806;
        color: #6d9806
    }

.lbl-shopping-cart-gio-hang {
    margin-top: 20px
}

    .lbl-shopping-cart-gio-hang.lbl-shopping-cart {
        color: #333;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 12px
    }

        .lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
            font-size: 14px;
            text-transform: none;
            font-weight: 400
        }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #12cca7
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #0b816a
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #12cca7
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #0b816a;
    margin-top: 15px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover, .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #12cca7
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #12cca7
}

.shopping-cart .shopping-cart-table {
    margin-bottom: 10px
}

    .shopping-cart .shopping-cart-table table {
        margin-bottom: 0px !important
    }

        .shopping-cart .shopping-cart-table table tbody tr td {
            vertical-align: middle
        }

.shopping-cart .cart-image img {
    width: 150px
}

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666
}

    .shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover, .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
        color: #fff000 !important
    }

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important
}

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
        margin-top: 0px;
        font-size: 16px
    }

        .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
            color: #555
        }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
        font-size: 11px;
        color: #aaa
    }

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
        margin-top: 10px
    }

        .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
            font-size: 12px;
            color: #666666;
            text-transform: uppercase
        }

            .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
                font-size: 12px;
                text-transform: lowercase;
                margin-left: 14px
            }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
    color: #666666;
    text-decoration: underline
}

.shopping-cart .shopping-cart-table .table > thead > tr > th {
    text-align: center;
    padding: 16px;
    font-size: 15px
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0px;
    display: block
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px
}

.shopping-cart .estimate-ship-tax table thead tr > th {
    padding: 24px 10px 20px 10px
}

.shopping-cart .estimate-ship-tax table tbody tr > td {
    padding: 24px 10px !important
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: transparent
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 10px 15px;
    border: none
}

    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
        color: #555;
        margin-bottom: 7px
    }

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 10px 15px
}

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
        float: right !important;
        margin-bottom: 8px
    }

    .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
        display: block;
        font-weight: normal;
        color: #666666
    }

.shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: center
}

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
        display: block;
        font-size: 16px;
        color: #555;
        text-transform: uppercase
    }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
    font-size: 13px;
    font-weight: normal;
    color: #999
}

.contact-page .contact-form form label {
    font-weight: 700
}

    .shopping-cart .estimate-ship-tax table tbody tr td .form-group label span, .blog-page .blog-write-comment label span, .contact-page .contact-form form label span, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
        color: red
    }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px
}

    .shopping-cart-table table tbody tr td .quant-input .arrows {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

        .shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            text-align: center;
            width: 40px
        }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
                top: 5px
            }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
                top: -7px
            }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
                position: relative
            }

    .shopping-cart-table table tbody tr td .quant-input input {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #F2F2F2;
        box-sizing: border-box;
        font-size: 15px;
        height: 35px;
        left: 0;
        padding: 0 20px 0 18px;
        position: absolute;
        top: 0;
        width: 70px;
        z-index: 1
    }

.shopping-cart .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none
}

.shopping-cart .col-main .cart .cart-thead {
    background: #fbfbfb;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px
}

    .shopping-cart .col-main .cart .cart-thead div {
        float: left;
        padding: 10px 0px;
        color: #333;
        text-align: center;
        font-size: 13px
    }

.shopping-cart .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

    .shopping-cart .col-main .cart .cart-tbody .item-cart {
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        float: left
    }

        .shopping-cart .col-main .cart .cart-tbody .item-cart div {
            float: left;
            padding: 20px 10px 6px;
            line-height: 20px;
            vertical-align: top;
            height: 135px;
            overflow: hidden
        }

        .shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
            min-height: 75px;
            display: block;
            height: auto;
            width: 100%;
            padding: 0 20px
        }

.shopping-cart .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 98px;
    width: auto;
    display: inherit;
    margin: 0 auto
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10%
}

.shopping-cart .col-main .cart .variant-title {
    color: #686868
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6;
    color: #0186d4
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    margin-top: 15px;
    padding: 20px 0px 0px 0px
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 23px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none
}

.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: url(../images/bin.png);
    width: 22px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.shopping-cart .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px
}

.shopping-cart .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.shopping-cart .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

.shopping-cart .col-main .cart .btn-proceed-checkout {
    background: #0186d4;
    line-height: 20px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: none;
    text-transform: uppercase
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 231px;
    border-left: 1px solid #ebebeb
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px
}

.shopping-cart .col-main .cart span.totals_price.price {
    color: #0186d4;
    font-size: 16px
}

.shopping-cart .col-main .cart .btn.btn-white {
    margin-right: 10px
}

    .shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
        background-color: #0186d4;
        border-color: #0186d4
    }

.cart-empty img {
    max-width: 200px
}

.cart-empty .btn-cart-empty {
    margin-top: 20px;
    text-align: center
}

    .cart-empty .btn-cart-empty a {
        color: #fff;
        background: #0186d4;
        border-color: #0186d4;
        border-radius: 2px !important;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
        padding: 15px 30px;
        line-height: 1.1;
        height: auto
    }

        .cart-empty .btn-cart-empty a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            content: " ";
            width: 100%;
            height: 100%;
            background-color: #a2e209;
            border-radius: inherit;
            z-index: -1;
            -webkit-transform-origin: 0 100%;
            -moz-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transition: -webkit-transform .25s ease-in-out;
            -moz-transition: -moz-transform .25s ease-in-out;
            transition: transform .25s ease-in-out
        }

        .cart-empty .btn-cart-empty a:hover {
            color: #fff
        }

            .cart-empty .btn-cart-empty a:hover:after {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1)
            }

#order_details .thead-default {
    border-top: 1px solid #ddd
}

#order_details .order_details_name_products a {
    font-weight: 500
}

.contact .in-fo-page-content {
    margin-bottom: 10px
}

    .contact .in-fo-page-content h1 {
        color: #333;
        font-size: 16px;
        margin: 0;
        padding: 10px 0;
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase
    }

    .contact .in-fo-page-content .contact-info-page li {
        display: table;
        margin-bottom: 7px
    }

        .contact .in-fo-page-content .contact-info-page li i {
            display: table-cell;
            width: 20px;
            text-align: center
        }

        .contact .in-fo-page-content .contact-info-page li a {
            color: #000
        }

            .contact .in-fo-page-content .contact-info-page li a:hover, .contact .in-fo-page-content .contact-info-page li a:focus {
                color: #0186d4
            }

.contact #login h3 {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px
}

.bread-crumb {
    background: #0186d4;
    padding: 0px 0;
    position: relative;
    border-top: 1px solid #e6e6e6;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .bread-crumb:before {
        content: "";
        height: 100%;
        width: 100%;
        /* background-color: rgba(0,0,0,0.4); */
        position: absolute;
        display: none;
        left: 0;
        top: 0;
    }

    .bread-crumb .breadcrumb {
        background-color: transparent
    }

        .bread-crumb .breadcrumb li a {
            color: #fff;
            font-family: 'ROBOTOCONDENSED-REGULAR';
        }

            .bread-crumb .breadcrumb li a span {
                color: #fff;
                font-family: 'ROBOTOCONDENSED-REGULAR';
            }

                .bread-crumb .breadcrumb li a span .fa {
                    color: #fff
                }

        .bread-crumb .breadcrumb li span .fa {
            color: #fff;
            margin: 0 3px;
        }

    .bread-crumb .bread-h3 h2 {
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
        margin: 0;
        display: none;
        font-weight: 600;
        font-family: 'ROBOTOCONDENSED-BOLD';
    }

footer.footer {
    background-color: #efefef;
    float: left;
    width: 100%;
    /* border-top: 2px solid black; */
}

    footer.footer .top-footer .top-footer-bg {
        background-color: #222433;
        box-shadow: 0 0 25px rgba(0,0,0,0.1)
    }

        footer.footer .top-footer .top-footer-bg .top-footer-address {
            margin: 20px 0;
            padding: 0 15px;
            position: relative;
            display: block;
            text-align: center;
            color: #fff
        }

            footer.footer .top-footer .top-footer-bg .top-footer-address i {
                color: #fff;
                display: block;
                font-size: 30px;
                text-align: center;
                vertical-align: middle;
                margin-bottom: 10px
            }

            footer.footer .top-footer .top-footer-bg .top-footer-address .title {
                color: #fff;
                display: block;
                font-weight: 600;
                font-size: 17px
            }

            footer.footer .top-footer .top-footer-bg .top-footer-address a {
                color: #fff
            }

                footer.footer .top-footer .top-footer-bg .top-footer-address a:hover, footer.footer .top-footer .top-footer-bg .top-footer-address a:focus {
                    color: #fff;
                    text-decoration: none
                }

    footer.footer .site-footer {
        padding-top: 0;
        padding-bottom: 20px;
        color: #0186d4;
    }

        footer.footer .site-footer .footer-widget.has-click h3 {
            padding-bottom: 0;
            margin-bottom: 9px;
            margin-top: 7px;
            color: #e70404;
            text-transform: uppercase;
            font-size: 20px;
            font-family: 'ROBOTOCONDENSED-BOLD';
        }

        footer.footer .site-footer #mc-embedded-subscribe-form {
            margin-bottom: 0
        }

            footer.footer .site-footer #mc-embedded-subscribe-form input {
                border: medium none;
                color: #dbdbdb;
                font-size: 12px;
                height: 40px;
                padding-left: 15px;
                position: relative;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px
            }

            footer.footer .site-footer #mc-embedded-subscribe-form button {
                background: #0186d4;
                border: medium none;
                height: 40px;
                line-height: 38px;
                margin-top: 0;
                text-align: center;
                width: 40px;
                font-size: 22px;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                padding: 0;
                color: #fff
            }

    footer.footer .copyright {
        background-color: #131313;
        color: #d4d5d9;
    }

        footer.footer .copyright b {
            color: #0186d4
        }

        footer.footer .copyright a {
            color: #d4d5d9
        }

            footer.footer .copyright a:hover, footer.footer .copyright a:focus {
                color: #0186d4
            }

header.header {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    background: transparent;
}

    header.header .topbar {
        background-color: #222;
        padding: 7px 0;
        color: #fff
    }

@media (max-width: 767px) {
    header.header .topbar .top-left-info {
        text-align: center
    }

    .article-content iframe {
        max-width: 100% !important;
        height: auto !important
    }
}

header.header .topbar .top-left-info li {
    display: inline-block
}

    header.header .topbar .top-left-info li a {
        color: #fff;
        padding: 0 5px
    }

        header.header .topbar .top-left-info li a:hover {
            opacity: 0.9;
            color: #0186d4
        }

header.header .topbar .top-right-info {
    text-align: right
}

    header.header .topbar .top-right-info li {
        display: inline-block;
        float: right
    }

        header.header .topbar .top-right-info li + li {
            margin-right: 10px;
            padding-right: 10px
        }

        header.header .topbar .top-right-info li a {
            color: #fff;
            font-size: 13px
        }

            header.header .topbar .top-right-info li a:hover {
                opacity: 0.9;
                color: #0186d4
            }

        header.header .topbar .top-right-info li i {
            color: #0186d4;
            font-size: 13px
        }

        header.header .topbar .top-right-info li.cart-btn {
            position: relative
        }

            header.header .topbar .top-right-info li.cart-btn a {
                line-height: 1.1
            }

            header.header .topbar .top-right-info li.cart-btn i {
                font-size: 17px
            }

            header.header .topbar .top-right-info li.cart-btn .cart-value {
                position: relative;
                height: 22px;
                width: 22px;
                border-radius: 50%;
                line-height: 20px;
                text-align: center;
                background: #FF9800;
                font-size: 12px;
                right: 0;
                top: 0;
                color: #fff;
                border: 1px solid #fff;
                display: inline-block
            }

        header.header .topbar .top-right-info li.list-account {
            position: relative
        }

            header.header .topbar .top-right-info li.list-account i {
                font-size: 17px
            }

            header.header .topbar .top-right-info li.list-account > a {
                line-height: 1.1
            }

            header.header .topbar .top-right-info li.list-account:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: -22px;
                width: 100%;
                height: 25px;
                background: 0 0;
                display: none;
                z-index: 8
            }

            header.header .topbar .top-right-info li.list-account ul {
                position: absolute;
                top: 30px;
                min-width: 200px;
                border: none;
                background: #fff;
                margin: 0;
                padding: 10px;
                border-radius: 0 0 3px 3px;
                box-shadow: 0 6px 12px 0 rgba(0,0,0,0.18);
                z-index: 15;
                border-top: none;
                text-align: center;
                display: none
            }

                header.header .topbar .top-right-info li.list-account ul:before {
                    border: 9px solid transparent;
                    border-bottom: 9px solid #fff;
                    margin-left: -9px;
                    bottom: 100%;
                    left: 20%;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none
                }

                header.header .topbar .top-right-info li.list-account ul li {
                    display: block;
                    margin-left: 0;
                    padding-left: 0;
                    float: none
                }

                    header.header .topbar .top-right-info li.list-account ul li a {
                        color: #000;
                        padding: 7px 10px;
                        background-color: #f7f7f7;
                        display: block;
                        font-weight: 500;
                        border: none
                    }

                    header.header .topbar .top-right-info li.list-account ul li + li {
                        margin-top: 10px
                    }

                    header.header .topbar .top-right-info li.list-account ul li:hover a {
                        color: #fff;
                        background-color: #0186d4;
                        border-radius: 3px
                    }

            header.header .topbar .top-right-info li.list-account:hover .a-account {
                color: #fdcb00
            }

            header.header .topbar .top-right-info li.list-account:hover:before {
                display: block
            }

            header.header .topbar .top-right-info li.list-account:hover ul {
                display: block
            }

        header.header .topbar .top-right-info li.list-search {
            position: relative
        }

            header.header .topbar .top-right-info li.list-search .mobile-search i {
                font-size: 17px
            }

            header.header .topbar .top-right-info li.list-search .top-categories-search-main {
                position: absolute;
                top: 100%;
                right: 0;
                min-width: 290px;
                z-index: 9;
                display: none
            }

                header.header .topbar .top-right-info li.list-search .top-categories-search-main form {
                    margin-bottom: 0
                }

                    header.header .topbar .top-right-info li.list-search .top-categories-search-main form input {
                        border: 1px solid #0186d4;
                        outline: none;
                        box-shadow: none
                    }

                    header.header .topbar .top-right-info li.list-search .top-categories-search-main form button {
                        background-color: #0186d4;
                        color: #fff
                    }

header.header .header-main {
    position: relative;
    background-color: #0186d4;
    float: left;
    width: 100%;
    z-index: 99999;
}

    header.header .header-main .navbar-brand {
        padding: 0px 0;
        display: inline-block;
        height: auto
    }

        header.header .header-main .navbar-brand img {
            /* max-height: 44px */
        }

    header.header .header-main .main-nav-right {
        text-align: right
    }

        header.header .header-main .main-nav-right li {
            padding: 0;
            float: right
        }

            header.header .header-main .main-nav-right li a {
                color: #424242;
                padding: 0px 15px;
                display: block;
                position: relative
            }

                header.header .header-main .main-nav-right li a:hover, header.header .header-main .main-nav-right li a:focus {
                    color: #575454;
                    text-decoration: none
                }

                header.header .header-main .main-nav-right li a i {
                    font-size: 20px
                }

                header.header .header-main .main-nav-right li a .cart-value {
                    border-radius: 50%;
                    font-size: 12px;
                    text-align: center;
                    font-weight: 500;
                    height: 18px;
                    right: 0px;
                    line-height: 17px;
                    min-width: 18px;
                    position: absolute;
                    top: -7px;
                    color: #fff;
                    background-color: #575454
                }

            header.header .header-main .main-nav-right li + li a {
                border-right: 1px solid rgba(0,0,0,0.1)
            }

            header.header .header-main .main-nav-right li.list-search {
                position: relative
            }

                header.header .header-main .main-nav-right li.list-search .mobile-search {
                    color: #fcff00;
                    padding: 0;
                    display: block;
                    position: relative;
                    border-radius: 50%;
                    height: 40px;
                    width: 40px;
                    text-align: center;
                    line-height: 52px;
                    margin-left: 5px;
                }

                    header.header .header-main .main-nav-right li.list-search .mobile-search:hover, header.header .header-main .main-nav-right li.list-search .mobile-search:focus {
                        color: #fcff00;
                        text-decoration: none;
                        border-color: #fcff00;
                        cursor: pointer;
                    }

                    header.header .header-main .main-nav-right li.list-search .mobile-search i {
                        font-size: 24px;
                    }

                header.header .header-main .main-nav-right li.list-search .top-categories-search-main {
                    position: absolute;
                    top: 100%;
                    right: 0;
                    min-width: 290px;
                    z-index: 9;
                    display: none
                }

                    header.header .header-main .main-nav-right li.list-search .top-categories-search-main form {
                        margin-bottom: 0
                    }

                        header.header .header-main .main-nav-right li.list-search .top-categories-search-main form input {
                            border: 1px solid #0186d4;
                            outline: none;
                            box-shadow: none
                        }

                        header.header .header-main .main-nav-right li.list-search .top-categories-search-main form button {
                            background-color: #0186d4;
                            color: #fff
                        }

                header.header .header-main .main-nav-right li.list-search:hover .mobile-search {
                    color: #fcff00;
                    text-decoration: none;
                    border-color: #fcff00;
                    cursor: pointer;
                }

                header.header .header-main .main-nav-right li.list-search:hover .top-categories-search-main {
                    display: block
                }

            header.header .header-main .main-nav-right li.header-contact button {
                border: none;
                outline: none;
                box-shadow: none;
                background-color: #0186d4;
                color: #fff;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                padding: 8px 20px;
                font-weight: 500;
                text-transform: uppercase;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s
            }

                header.header .header-main .main-nav-right li.header-contact button:hover, header.header .header-main .main-nav-right li.header-contact button:focus {
                    opacity: 0.9
                }

header.header nav {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

    header.header nav .mainmenu {
        box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
        height: auto;
        color: #fff;
        cursor: pointer;
        padding: 0 10px;
        margin-right: 2px
    }

        header.header nav .mainmenu span {
            display: block;
            position: relative;
            z-index: 11;
            padding: 12px 0;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px
        }

            header.header nav .mainmenu span i {
                font-size: 20px;
                position: relative;
                top: 2px
            }

        header.header nav .mainmenu .nav-cate {
            overflow: visible;
            clear: both;
            position: absolute;
            top: 49px;
            left: -1px;
            right: 0;
            z-index: 10;
            height: 0;
            display: none
        }

@media (min-width: 1025px) {
    header.header nav .mainmenu .nav-cate {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .25s ease,visibility .25s ease;
        transition: opacity .25s ease,visibility .25s ease;
        animation: menu-to-bottom .25s ease;
        -webkit-animation: menu-to-bottom .25s ease
    }
}

header.header nav .mainmenu .nav-cate ul {
    width: 100%;
    min-height: 364px;
    background: #fff;
    overflow: visible;
    border: 1px solid #0186d4;
    padding-bottom: 1px
}

@media (max-width: 1024px) {
    header.header nav .mainmenu .nav-cate ul {
        min-height: 300px;
        overflow-y: scroll
    }
}

header.header nav .mainmenu .nav-cate ul li {
    display: block;
    overflow: visible;
    padding: 10px 10px;
    cursor: pointer;
    clear: both;
    margin: 0 1px
}

    header.header nav .mainmenu .nav-cate ul li h3 {
        position: relative;
        display: block;
        color: #666;
        line-height: 20px;
        margin: 0;
        font-size: 14px;
        font-weight: 400
    }

        header.header nav .mainmenu .nav-cate ul li h3 a {
            display: block;
            font-size: 14px;
            color: #666
        }

            header.header nav .mainmenu .nav-cate ul li h3 a:hover, header.header nav .mainmenu .nav-cate ul li h3 a:focus {
                color: #666
            }

        header.header nav .mainmenu .nav-cate ul li h3 img {
            max-width: 22px;
            float: left;
            margin-right: 5px
        }

    header.header nav .mainmenu .nav-cate ul li + li {
        border-top: 1px solid #f4f4f4
    }

    header.header nav .mainmenu .nav-cate ul li:last-child h3 {
        border-bottom: none
    }

    header.header nav .mainmenu .nav-cate ul li.dropdown {
        position: static
    }

        header.header nav .mainmenu .nav-cate ul li.dropdown h3 a:before {
            content: '\f0da';
            font-family: FontAwesome;
            text-align: center;
            font-size: 14px;
            top: 50%;
            position: absolute;
            right: 0px;
            line-height: 100%;
            -webkit-transform: translatey(-50%);
            -moz-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            -o-transform: translatey(-50%);
            color: #999
        }

        header.header nav .mainmenu .nav-cate ul li.dropdown:hover h3 a:before {
            color: #666
        }

        header.header nav .mainmenu .nav-cate ul li.dropdown:hover .subcate {
            display: block
        }

    header.header nav .mainmenu .nav-cate ul li .subcate {
        display: none;
        cursor: default;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        min-height: 389px;
        background: #fff;
        padding: 0;
        border: 1px solid #0186d4;
        margin-left: -1px;
        width: 300%
    }

@media (max-width: 1024px) {
    header.header nav .mainmenu .nav-cate ul li .subcate {
        min-height: 300px
    }
}

header.header nav .mainmenu .nav-cate ul li .subcate aside {
    width: 200px;
    padding: 5px 10px;
    float: left;
    overflow: hidden;
    cursor: default
}

    header.header nav .mainmenu .nav-cate ul li .subcate aside a {
        line-height: 20px;
        display: block;
        text-transform: none;
        padding: 2px 0 !important
    }

        header.header nav .mainmenu .nav-cate ul li .subcate aside a:hover, header.header nav .mainmenu .nav-cate ul li .subcate aside a:focus {
            color: #0186d4
        }

    header.header nav .mainmenu .nav-cate ul li .subcate aside strong {
        border-bottom: solid 1px #ddd;
        display: block;
        height: 25px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 20px;
        color: #666
    }

        header.header nav .mainmenu .nav-cate ul li .subcate aside strong a {
            font-size: 12px;
            color: #0186d4;
            font-weight: bold;
            display: inline-block;
            line-height: 25px;
            text-transform: uppercase
        }

header.header nav .mainmenu .nav-cate ul li .subcate .img-menu {
    padding: 2px
}

header.header nav .mainmenu .nav-cate ul li .subcate .sub-flex .ul-first {
    border-left: none
}

header.header nav .mainmenu .nav-cate ul li:hover {
    background-color: #f4f4f4
}

    header.header nav .mainmenu .nav-cate ul li:hover h3 a {
        color: #0186d4
    }

header.header nav .mainmenu:hover .nav-cate {
    display: block
}

@media (min-width: 1025px) {
    header.header nav .mainmenu:hover .nav-cate {
        visibility: visible;
        opacity: 1;
        animation: menu-in-top .25s ease;
        -webkit-animation: menu-in-top .25s ease
    }
}

header.header nav .mainmenu.mainmenu-other .nav-cate {
    display: none
}

header.header nav .mainmenu.mainmenu-other:hover .nav-cate {
    display: block
}

header.header nav .nav-item > a {
    position: relative
}

    header.header nav .nav-item > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        width: 100%;
        height: 25px;
        background: 0 0;
        display: none;
        z-index: 8
    }

header.header nav .nav-item ul.dropdown-menu {
    padding: 0;
    border: none;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.15);
    min-width: 220px;
    font-weight: 500;
    top: 41px;
}

@media (min-width: 1025px) {
    header.header nav .nav-item ul.dropdown-menu {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

header.header nav .nav-item ul.dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #f7f7f7
}

    header.header nav .nav-item ul.dropdown-menu li:last-child {
        border-bottom: none
    }

    header.header nav .nav-item ul.dropdown-menu li a {
        font-family: 'ROBOTO-MEDIUM';
        padding: 10px 5px;
        position: relative;
        padding-right: 20px;
    }

        header.header nav .nav-item ul.dropdown-menu li a i {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%)
        }

        header.header nav .nav-item ul.dropdown-menu li a:hover, header.header nav .nav-item ul.dropdown-menu li a:focus {
            background-color: transparent;
            color: #fcff00;
        }

    header.header nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        top: 0
    }

header.header nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0
}

@media (min-width: 1025px) {
    header.header nav .nav-item:hover > .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.header nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

@media (min-width: 1025px) {
    header.header nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

header.header nav .nav-item:hover > a:before {
    display: block
}

header.header nav .mega-content {
    top: 60px
}

@media (max-width: 991px) {
    header.header .menu_mobile .ul_collections {
        width: 100%
    }

        header.header .menu_mobile .ul_collections li {
            position: relative;
            background: #fff;
            display: block;
            border-top: solid 1px #e4ebf0
        }

            header.header .menu_mobile .ul_collections li a {
                padding: 10px 15px;
                font-size: 14px;
                display: block;
                color: #434a6e;
                text-decoration: none
            }

            header.header .menu_mobile .ul_collections li .fa {
                position: absolute;
                right: 10px;
                width: 30px;
                top: 15px;
                text-align: center
            }

            header.header .menu_mobile .ul_collections li.current {
                background: #ebebeb
            }

            header.header .menu_mobile .ul_collections li .level0 .level1 {
                background: #f5f5f5
            }

                header.header .menu_mobile .ul_collections li .level0 .level1 a {
                    padding: 10px 15px 10px 35px;
                    position: relative;
                    line-height: 22px
                }

                    header.header .menu_mobile .ul_collections li .level0 .level1 a:before {
                        content: "";
                        top: 16px;
                        left: 20px;
                        position: absolute;
                        width: 9px;
                        height: 9px;
                        border: solid 2px #d7d7d7;
                        border-radius: 50%
                    }

                header.header .menu_mobile .ul_collections li .level0 .level1 .level2 li {
                    background: #f3f4f7
                }

                    header.header .menu_mobile .ul_collections li .level0 .level1 .level2 li a {
                        padding: 10px 15px 10px 45px;
                        position: relative;
                        line-height: 22px
                    }

                        header.header .menu_mobile .ul_collections li .level0 .level1 .level2 li a:before {
                            left: 30px
                        }
}

.aside-item {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 1px 1px #969595;
}

    .aside-item.collection-category .aside-title .title-head {
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: #0186d4
    }

        .aside-item.collection-category .aside-title .title-head a {
            color: #fff
        }

            .aside-item.collection-category .aside-title .title-head a:hover, .aside-item.collection-category .aside-title .title-head a:focus {
                color: #fff
            }

    .aside-item.collection-category .aside-hidden-mobile .filter-container .aside-item .aside-title .title-head {
        border: none;
        padding: 0;
        margin-bottom: 10px;
        background-color: transparent;
        font-size: 14px
    }

    .aside-item.collection-category .aside-content {
        padding: 10px;
        background: white;
    }

    .aside-item.collection-category .nav li a {
        font-size: 15px;
        padding-left: 5px;
        font-family: 'ROBOTOCONDENSED-REGULAR';
        padding-right: 25px;
        color: #333;
        white-space: normal;
    }

        .aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
            color: #0186d4;
            background-color: transparent;
        }

    .aside-item.collection-category .nav > li > a .fa {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        width: auto !important
    }

    .aside-item.collection-category .nav > li:last-child > a {
        border-bottom: none
    }

    .aside-item.collection-category .nav > li.nav-item .fa {
        top: 7px
    }

    .aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
        top: 5px
    }

    .aside-item .heading .title-head {
        margin: 0;
        font-family: 'ROBOTOCONDENSED-BOLD';
        text-transform: uppercase;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0;
        background-color: #0186d4;
        padding: 14px 10px;
    }

        .aside-item .heading .title-head i {
            font-size: 16px;
            margin-right: 4px;
        }

        .aside-item .heading .title-head a {
            color: #fff
        }

            .aside-item .heading .title-head a:hover, .aside-item .heading .title-head a:focus {
                color: #fff
            }

    .aside-item .list-blogs {
        border: 1px solid #e6e5e5;
        padding: 10px;
        background: #f0f0f0;
    }

        .aside-item .list-blogs .blog-item {
            margin-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px
        }

            .aside-item .list-blogs .blog-item:hover .blog-item-name {
                color: #0186d4
            }

        .aside-item .list-blogs .blog-item-name {
            margin: 0;
            font-size: 13px;
            font-weight: normal;
        }

            .aside-item .list-blogs .blog-item-name a {
                font-family: 'ROBOTOCONDENSED-REGULAR';
                color: #333;
            }

                .aside-item .list-blogs .blog-item-name a:hover, .aside-item .list-blogs .blog-item-name a:focus {
                    color: #0186d4
                }

        .aside-item .list-blogs .panel-box-media {
            display: block;
            float: left;
            width: 70px;
            margin-right: 10px
        }

        .aside-item .list-blogs .blogs-rights {
            padding-left: 80px
        }

        .aside-item .list-blogs .post-time {
            font-size: 11px;
            font-style: italic
        }

    .aside-item .aside-title .title-head {
        text-transform: uppercase;
        color: #333;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .aside-item .field-search {
        margin-bottom: 10px
    }

        .aside-item .field-search input {
            min-height: 30px;
            border: 1px solid #e5e5e5;
            border-radius: 0;
            padding: 0 7px
        }

        .aside-item .field-search button {
            height: 34px;
            line-height: 30px;
            padding: 0 10px;
            background-color: #0186d4;
            color: #fff
        }

.list-blog-page .box-heading {
    padding: 10px 0
}

    .list-blog-page .box-heading .title-head {
        font-weight: 500;
        margin: 0;
        font-size: 22px
    }

.list-blog-page .list-blogs .blog-color .blog-item {
    position: relative;
    background: #fff;
    transition: all .4s ease 0s;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.86);
    padding-bottom: 15px;
}

    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured {
        width: 263px;
        float: left;
        margin-right: 30px;
        position: relative;
    }

@media (max-width: 1024px) {
    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured {
        width: 350px;
        margin-right: 15px
    }
}

@media (max-width: 991px) {
    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured {
        width: 340px;
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        float: none
    }
}

.list-blog-page .list-blogs .blog-color .blog-item .blog-featured .content-thumb {
    position: relative;
    display: block;
    min-height: 100%;
    box-shadow: 0px 2px 2px 1px rgba(184, 184, 184, 0.86);
}

    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured .content-thumb:after {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.66);
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

.list-blog-page .list-blogs .blog-color .blog-item .blog-featured .tag-date {
    position: absolute;
    background-color: #e70404;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transform: translate(0, 0);
    left: 15px;
    left: 0;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 7px 5px;
    top: -1px;
    display: block;
    z-index: 1;
}

    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured .tag-date span {
        display: block
    }

    .list-blog-page .list-blogs .blog-color .blog-item .blog-featured .tag-date:before {
        border-top: 10px solid #e70404;
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
        top: auto;
        z-index: 9;
        bottom: -10px;
    }

.list-blog-page .list-blogs .blog-color .blog-item .wrap-entry {
    padding: 0px 30px;
    padding-left: 272px;
}

@media (max-width: 1024px) {
    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry {
        padding: 15px;
        padding-left: 370px
    }
}

@media (max-width: 991px) {
    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry {
        padding: 15px;
        padding-right: 10px;
        padding-left: 355px
    }
}

@media (max-width: 767px) {
    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry {
        padding: 10px;
        padding-right: 10px;
        padding-left: 10px
    }
}

.list-blog-page .list-blogs .blog-color .blog-item .wrap-entry h2 {
    margin: 0;
    line-height: 26px;
    font-family: 'ROBOTO-MEDIUM';
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry h2 a {
        -moz-transition-property: color;
        -o-transition-property: color;
        -webkit-transition-property: color;
        transition-property: color;
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        -webkit-transition-duration: .25s;
        transition-duration: .25s;
        color: #3a3f4c
    }

        .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry h2 a:hover, .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry h2 a:focus {
            color: #0186d4
        }

.list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-content {
    margin-top: 10px
}

    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-content p {
        color: #515666;
        font-family: 'ROBOTOCONDENSED-REGULAR';
    }

.list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .button {
    background: #e70404;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #fff;
}

    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -30px;
        right: -8px;
        background: #333;
        -webkit-transform: skewX(45deg) scaleX(1);
        -ms-transform: skewX(45deg) scaleX(1);
        transform: skewX(45deg) scaleX(1);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition: all .4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s
    }

    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .button:hover {
        color: #fff
    }

        .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .button:hover:before {
            -webkit-transform: skewX(0) scaleX(0);
            -ms-transform: skewX(0) scaleX(0);
            transform: skewX(0) scaleX(0)
        }

.list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .item-info {
    display: block;
    float: right;
    margin-top: 11px;
    color: #515666
}

    .list-blog-page .list-blogs .blog-color .blog-item .wrap-entry .entry-footer .item-info span {
        position: relative;
        line-height: 24px;
        padding-right: 16px;
        margin-right: 14px;
        float: left
    }

.list-blog-page .list-blogs .blog-color .blog-item:hover .blog-featured {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,0.12)
}

    .list-blog-page .list-blogs .blog-color .blog-item:hover .blog-featured .content-thumb:after {
        opacity: .4;
        filter: alpha(opacity=40)
    }

.article-wraper .article-main .title-head {
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    margin-top: 0
}

.article-wraper .article-main .postby {
    font-size: 12px;
    color: #b2b2b2;
    margin: 8px 0
}

.article-wraper .article-main .article-content iframe {
    max-width: 100%
}

.article-wraper .article-main .article-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    height: auto !important
}

.article-wraper .article-main .article-content .service-scroll-image img {
    -webkit-box-shadow: 0 0 22px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 22px 0 rgba(0,0,0,0.1);
    border-radius: 5px
}

.article-wraper .article-main .article-content h2 {
    font-size: 17px;
    font-weight: 700
}

.article-wraper .article-main .blog_related {
    margin-bottom: 15px;
    margin-top: 15px
}

@media (max-width: 480px) {
    .article-wraper .article-main .blog_related {
        padding: 10px
    }
}

.article-wraper .article-main .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .article-wraper .article-main .blog_related h2 {
        font-size: 16px
    }
}

.article-wraper .article-main .blog_related .blog_entry {
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .article-wraper .article-main .blog_related .blog_entry {
        margin-bottom: 7px
    }
}

.article-wraper .article-main .blog_related .blog_entry h3 {
    margin: 0;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 767px) {
    .article-wraper .article-main .blog_related .blog_entry h3 {
        margin-top: 0
    }
}

.article-wraper .article-main .blog_related .blog_entry h3 a {
    font-size: 14px;
    color: #222
}

    .article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
        color: #0186d4;
        text-decoration: none
    }

        .article-wraper .article-main .blog_related .blog_entry h3 a:hover i, .article-wraper .article-main .blog_related .blog_entry h3 a:focus i {
            color: #575454
        }

.article-wraper .article-main .blog_related .blog_entry .tempvideo {
    position: relative;
    height: 128px
}

@media (max-width: 1024px) {
    .article-wraper .article-main .blog_related .blog_entry .tempvideo {
        height: 103px
    }
}

@media (max-width: 991px) {
    .article-wraper .article-main .blog_related .blog_entry .tempvideo {
        height: 105px
    }
}

@media (max-width: 767px) {
    .article-wraper .article-main .blog_related .blog_entry .tempvideo {
        width: 100px;
        height: 70px;
        float: left;
        margin-right: 10px
    }
}

.article-wraper .article-main .blog_related .blog_entry .tempvideo img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 767px) {
    .article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
        background-color: #f8f8f8
    }
}

.article-wraper .article-main #RelatedProducts .feature_category_title .title-head {
    padding-bottom: 0
}

.article-wraper .article-main #RelatedProducts .products {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    overflow: hidden
}

    .article-wraper .article-main #RelatedProducts .products .product-box {
        border-bottom: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        padding: 3px;
        margin-bottom: 0
    }

.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden
}

.home-slider.owl-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: #0186d4;
    box-shadow: 0px 1px 1px 1px rgba(184, 184, 184, 0.86);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 31px;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    font-size: 20px;
    margin: 0;
    right: -50px;
}

    .home-slider.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.2 !important
    }

.home-slider.owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #0186d4;
    box-shadow: 0px 1px 1px 1px rgba(184, 184, 184, 0.86);
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 31px;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    font-size: 20px;
    margin: 0;
    left: -50px;
}

    .home-slider.owl-carousel .owl-nav .owl-prev.disabled {
        opacity: 0.2 !important
    }

.home-slider.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.home-slider.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.home-slider.owl-carousel .owl-dots {
    display: none !important
}

.about-us-page .section-about-1 {
    position: relative;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    width: 100%;
    z-index: 1;
    clear: both;
    padding-top: 100px;
    background-color: #f3f3f9
}

@media (max-width: 767px) {
    .about-us-page .section-about-1 {
        padding-top: 40px
    }
}

.about-us-page .section-about-1 .faq {
    z-index: 999;
    position: relative
}

    .about-us-page .section-about-1 .faq .title {
        font-size: 68px;
        text-transform: inherit;
        margin-bottom: 35px;
        text-align: right;
        line-height: 26px;
        font-weight: 600;
        color: #0186d4
    }

@media (max-width: 1024px) {
    .about-us-page .section-about-1 .faq .title {
        text-align: left
    }
}

@media (max-width: 767px) {
    .about-us-page .section-about-1 .faq .title {
        font-size: 55px
    }
}

.about-us-page .section-about-1 .faq .title .sub-title {
    font-size: 26px;
    width: 70px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width: 1024px) {
    .about-us-page .section-about-1 .faq .title .sub-title {
        width: 100%;
        text-align: left;
        display: block;
        margin-bottom: 15px
    }
}

.about-us-page .section-about-1 .faq .title .first-word {
    color: #114a82
}

.about-us-page .section-about-1 .faq .faq-group .panel-group {
    border: 1px solid #e5e5f8;
    background: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.12);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.12);
    position: relative;
    z-index: 999
}

    .about-us-page .section-about-1 .faq .faq-group .panel-group .panel {
        display: block;
        background: 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

        .about-us-page .section-about-1 .faq .faq-group .panel-group .panel .panel-heading {
            margin-bottom: 2px;
            display: block;
            position: relative;
            padding: 0;
            background: 0;
            border: none;
            border-radius: 0
        }

            .about-us-page .section-about-1 .faq .faq-group .panel-group .panel .panel-heading .panel-title {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 16px;
                color: inherit
            }

                .about-us-page .section-about-1 .faq .faq-group .panel-group .panel .panel-heading .panel-title a {
                    color: #114a82;
                    font-size: 14px;
                    font-family: Poppins,sans-serif;
                    font-weight: 500;
                    letter-spacing: 1px;
                    margin: 0;
                    padding: 14px 30px 14px 20px;
                    cursor: pointer;
                    position: relative;
                    background: #ededf7;
                    display: block;
                    transition: all .4s ease 0s
                }

        .about-us-page .section-about-1 .faq .faq-group .panel-group .panel + .panel {
            margin-top: 0
        }

        .about-us-page .section-about-1 .faq .faq-group .panel-group .panel:last-child .panel-heading {
            margin-bottom: 0
        }

    .about-us-page .section-about-1 .faq .faq-group .panel-group .panel-body {
        padding: 30px 20px;
        border: none !important;
        background: 0 0
    }

.about-us-page .section-about-1 .faq-img-wrap {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 991px) {
    .about-us-page .section-about-1 .faq-img-wrap {
        position: relative;
        right: 0;
        width: 100%;
        padding-top: 40px
    }
}

.about-us-page .section-about-1 .faq-img-wrap .faq-img {
    position: relative;
    z-index: 2
}

.about-us-page .section-about-1:after {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 58%;
    border-top: 166px solid transparent;
    border-right: 950px solid rgba(17,74,130,0.85);
    content: " ";
    bottom: 0
}

.about-us-page .section-about-2 {
    position: relative;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    width: 100%;
    z-index: 1;
    clear: both;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f3f3f9
}

@media (max-width: 767px) {
    .about-us-page .section-about-2 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.about-us-page .section-about-2 .section-title {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .about-us-page .section-about-2 .section-title {
        margin-bottom: 30px
    }
}

.about-us-page .section-about-2 .section-title .wrap-title {
    display: inline-block;
    position: relative
}

    .about-us-page .section-about-2 .section-title .wrap-title .title {
        color: #114a82;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        position: relative;
        font-size: 36px;
        margin-bottom: 0
    }

        .about-us-page .section-about-2 .section-title .wrap-title .title .first-word {
            color: #0186d4
        }

    .about-us-page .section-about-2 .section-title .wrap-title .sub-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

.about-us-page .section-about-2 .service-item {
    display: block;
    position: relative
}

@media (max-width: 991px) {
    .about-us-page .section-about-2 .service-item {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .about-us-page .section-about-2 .service-item {
        text-align: center
    }
}

.about-us-page .section-about-2 .service-item .service-title {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #515666
}

.about-us-page .section-about-2 .service-item .service-icon img {
    max-width: 120px
}

@media (max-width: 767px) {
    .about-us-page .section-about-2 .service-item .service-icon img {
        max-width: 80px
    }
}

.about-us-page .section-about-2 .service-item p {
    color: #515666
}

.about-us-page .section-about-3 {
    padding: 60px 0 90px;
    min-height: 450px;
    background: #fff;
    overflow: hidden;
    position: relative;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
    width: 100%;
    z-index: 1;
    clear: both
}

    .about-us-page .section-about-3:before {
        left: calc(16% + 130px);
        width: calc(84% - 130px);
        background-color: #fff;
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        display: block
    }

@media (max-width: 767px) {
    .about-us-page .section-about-3:before {
        display: none
    }
}

.about-us-page .section-about-3:after {
    width: 16%;
    background-color: rgba(17,74,130,0.85);
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    display: block
}

@media (max-width: 767px) {
    .about-us-page .section-about-3:after {
        display: none
    }
}

@media (max-width: 991px) {
    .about-us-page .section-about-3 {
        padding: 60px 0 60px;
        min-height: 430px
    }
}

@media (max-width: 767px) {
    .about-us-page .section-about-3 {
        padding: 50px 0 30px;
        min-height: unset
    }
}

.about-us-page .section-about-3 .pl-30 {
    padding-left: 300px
}

@media (max-width: 767px) {
    .about-us-page .section-about-3 .pl-30 {
        padding-left: 10px
    }
}

.about-us-page .section-about-3 .pl-30 .progress-header {
    margin-bottom: 45px
}

@media (max-width: 991px) {
    .about-us-page .section-about-3 .pl-30 .progress-header {
        margin-bottom: 15px
    }
}

.about-us-page .section-about-3 .pl-30 .progress-header .title {
    font-size: 32px;
    margin-bottom: 22px;
    color: #114a82;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 0
}

.about-us-page .section-about-3 .pl-30 .progress-header p {
    margin-bottom: 10px;
    color: #515666
}

.about-us-page .section-about-3 .pl-30 .progress-content .mb-2 {
    margin-bottom: 20px
}

    .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar {
        position: relative;
        width: 100%
    }

        .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar:last-child {
            margin-bottom: 0
        }

        .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar .progress-title {
            display: block;
            font-size: 14px;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 10px;
            color: #515666
        }

        .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar .progresswrap {
            height: 8px
        }

            .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar .progresswrap .progressbar-back-text {
                position: absolute;
                font-size: 0;
                text-indent: -9999px;
                background-color: #fff;
                border: 1px solid #e5e5f8;
                -webkit-box-shadow: inset 1px 2px 8px -2px rgba(0,0,0,0.12);
                box-shadow: inset 1px 2px 8px -2px rgba(0,0,0,0.12);
                height: 8px;
                width: 100%;
                -webkit-border-radius: 8px;
                border-radius: 8px
            }

            .about-us-page .section-about-3 .pl-30 .progress-content .mb-2 .block-progressbar .progresswrap .progressbar {
                width: 0;
                display: block;
                position: absolute;
                height: 8px;
                background-color: #0186d4;
                -webkit-transition: width 1s linear;
                -o-transition: width 1s linear;
                transition: width 1s linear;
                -webkit-border-radius: 8px;
                border-radius: 8px
            }

.about-us-page .section-about-3 .pl-30 img {
    max-width: 310px;
    height: auto;
    position: absolute;
    bottom: -91px;
    left: -50px;
    z-index: 2
}

@media (max-width: 991px) {
    .about-us-page .section-about-3 .pl-30 img {
        max-width: 250px
    }
}

@media (max-width: 767px) {
    .about-us-page .section-about-3 .pl-30 img {
        display: none
    }
}

.about-us-page .section-about-3 .skew:before {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    border-top: 462px solid transparent;
    border-right: 130px solid #fff;
    left: 16%
}

@media (max-width: 767px) {
    .about-us-page .section-about-3 .skew:before {
        display: none
    }
}

.about-us-page .section-about-3 .skew:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    left: 16%;
    border-bottom: 488px solid transparent;
    border-left: 130px solid rgba(17,74,130,0.85)
}

@media (max-width: 767px) {
    .about-us-page .section-about-3 .skew:after {
        display: none
    }
}

.products-view-grid .sunhouse-item {
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background-color: #fff
}

    .products-view-grid .sunhouse-item .ant-image {
        position: relative;
        border: 1px solid #efefef;
    }

        .products-view-grid .sunhouse-item .ant-image .button-effect {
            position: absolute;
            text-align: left;
            bottom: 6px;
            right: 10px;
            z-index: 3;
            background: transparent;
            padding: 3px 5px;
            border-radius: 20px 0 0 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .products-view-grid .sunhouse-item .ant-image .button-effect .btn {
                display: inline-block;
                color: #333;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0;
                border-radius: 50%;
                width: 31px;
                height: 31px;
                line-height: 31px;
                background: #fff;
                z-index: 99;
                text-align: center;
                border: 1px solid transparent
            }

                .products-view-grid .sunhouse-item .ant-image .button-effect .btn + .btn {
                    margin-left: 7px
                }

                .products-view-grid .sunhouse-item .ant-image .button-effect .btn:hover, .products-view-grid .sunhouse-item .ant-image .button-effect .btn:focus {
                    color: #fff;
                    background-color: #0186d4
                }

    .products-view-grid .sunhouse-item .wrapper-image {
        position: relative;
        display: block;
        transition: all 0.2s ease
    }

        .products-view-grid .sunhouse-item .wrapper-image .layout-2 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0;
            transition: all 0.5s ease
        }

    .products-view-grid .sunhouse-item .note {
        font-size: 13px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 2px;
        color: #fff;
        border: none;
        background-color: #e54242;
        display: inline-block;
        z-index: 2;
        position: absolute;
        right: 15px;
        top: 15px
    }

        .products-view-grid .sunhouse-item .note .text {
            color: #fff;
            margin: 0
        }

        .products-view-grid .sunhouse-item .note.for-sale2 {
            right: auto;
            left: 15px;
            background-color: #ffb900
        }

            .products-view-grid .sunhouse-item .note.for-sale2.VIP {
                background-color: #1cc7d0
            }

    .products-view-grid .sunhouse-item .wrapper-content {
        border: 1px solid #e6e6e6;
        float: left;
        text-align: left;
        width: 100%;
        border-top: 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .products-view-grid .sunhouse-item .wrapper-content .info-house {
            border-bottom: 1px solid #efefef;
            line-height: 1;
            padding: 15px 15px 5px;
            color: #5e6d77;
            min-height: 51px
        }

@media (max-width: 1024px) {
    .products-view-grid .sunhouse-item .wrapper-content .info-house {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%);
        -ms-scroll-chaining: chained;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 0
    }
}

.products-view-grid .sunhouse-item .wrapper-content .info-house .navhome {
    display: block;
    overflow: hidden;
    background: #fff
}

@media (max-width: 1024px) {
    .products-view-grid .sunhouse-item .wrapper-content .info-house .navhome {
        width: 400px
    }
}

.products-view-grid .sunhouse-item .wrapper-content .info-house .info {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

    .products-view-grid .sunhouse-item .wrapper-content .info-house .info:last-child {
        margin-right: 0
    }

    .products-view-grid .sunhouse-item .wrapper-content .info-house .info img {
        max-width: 20px;
        float: left
    }

    .products-view-grid .sunhouse-item .wrapper-content .info-house .info p {
        margin: 0;
        padding-left: 5px;
        font-size: 14px;
        display: inline-block;
        line-height: 20px
    }

.products-view-grid .sunhouse-item .about-house {
    padding: 15px
}

    .products-view-grid .sunhouse-item .about-house .title {
        color: #34495e;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .products-view-grid .sunhouse-item .about-house .title a {
            color: #34495e
        }

            .products-view-grid .sunhouse-item .about-house .title a:hover, .products-view-grid .sunhouse-item .about-house .title a:focus {
                color: #0186d4
            }

    .products-view-grid .sunhouse-item .about-house .text {
        margin-bottom: 0;
        height: 48px;
        overflow: hidden
    }

.products-view-grid .sunhouse-item .more-info-house {
    border-top: 1px solid #efefef;
    padding: 15px;
    display: table;
    width: 100%
}

    .products-view-grid .sunhouse-item .more-info-house .place-house {
        display: table-cell;
        vertical-align: middle;
        max-width: 200px
    }

        .products-view-grid .sunhouse-item .more-info-house .place-house .place-houses {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 1px
        }

        .products-view-grid .sunhouse-item .more-info-house .place-house i {
            margin-bottom: 0;
            padding-right: 7px;
            color: #8b979e;
            transition: all 0.2s ease
        }

        .products-view-grid .sunhouse-item .more-info-house .place-house a {
            color: #8b979e;
            margin-bottom: 0;
            transition: all 0.2s ease
        }

    .products-view-grid .sunhouse-item .more-info-house .price {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        font-size: 16px;
        color: #0186d4;
        font-weight: 600;
        min-width: 120px
    }

.products-view-grid .sunhouse-item:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.1)
}

    .products-view-grid .sunhouse-item:hover .wrapper-image .layout-2 {
        opacity: 1
    }

    .products-view-grid .sunhouse-item:hover .wrapper-image .layout-1 {
        opacity: 0
    }

    .products-view-grid .sunhouse-item:hover .ant-image .button-effect .btn {
        border-color: #0186d4;
        -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15)
    }

.category-products .products-view-grid .sunhouse-item .wrapper-image {
    position: relative;
    height: 194px;
}

@media (max-width: 1024px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 229px
    }
}

@media (max-width: 991px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 269px
    }
}

@media (max-width: 767px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 263px
    }
}

@media (max-width: 668px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 237px
    }
}

@media (max-width: 569px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 199px
    }
}

@media (max-width: 480px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 305px
    }
}

@media (max-width: 376px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 276px
    }
}

@media (max-width: 321px) {
    .category-products .products-view-grid .sunhouse-item .wrapper-image {
        height: 206px;
        overflow: hidden;
    }
}

.category-products .products-view-grid .sunhouse-item .wrapper-image img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.search-main form input {
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

.search-main form button {
    color: #fff;
    background-color: #0186d4;
    border-radius: 3px
}

    .search-main form button:hover, .search-main form button:focus {
        color: #fff;
        background-color: #6d9806
    }

.search-main .products-view-grid .sunhouse-item .wrapper-image {
    position: relative;
    height: 280px
}

@media (max-width: 1024px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 229px
    }
}

@media (max-width: 991px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 261px
    }
}

@media (max-width: 767px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 267px
    }
}

@media (max-width: 668px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 241px
    }
}

@media (max-width: 569px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 203px
    }
}

@media (max-width: 480px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 306px
    }
}

@media (max-width: 376px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 269px
    }
}

@media (max-width: 321px) {
    .search-main .products-view-grid .sunhouse-item .wrapper-image {
        height: 227px
    }
}

.search-main .products-view-grid .sunhouse-item .wrapper-image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width: 567px) and (max-width: 776px) {
    .search-main .col-xs-6:nth-child(2n+1) {
        padding-right: 5px
    }

    .search-main .col-xs-6:nth-child(2n+2) {
        padding-left: 5px
    }
}

.sortPagiBar {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0
}

    .sortPagiBar.tour-sortby {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 10px;
        border-bottom: none;
        box-shadow: 0 0 25px rgba(0,0,0,0.1)
    }

        .sortPagiBar.tour-sortby .aside-item {
            position: relative;
            margin-bottom: 10px;
            margin-top: 10px
        }

            .sortPagiBar.tour-sortby .aside-item .aside-title {
                border: 1px solid #ebebeb;
                padding: 5px 15px;
                border-radius: 3px
            }

                .sortPagiBar.tour-sortby .aside-item .aside-title:hover, .sortPagiBar.tour-sortby .aside-item .aside-title:focus {
                    border-color: #c1f740
                }

                .sortPagiBar.tour-sortby .aside-item .aside-title h2 {
                    margin: 0 2px;
                    display: block;
                    font-size: 14px;
                    color: #333;
                    font-weight: normal;
                    position: relative
                }

                    .sortPagiBar.tour-sortby .aside-item .aside-title h2:before {
                        position: absolute;
                        content: '\f107';
                        font-family: FontAwesome;
                        right: 0;
                        top: 0px
                    }

                    .sortPagiBar.tour-sortby .aside-item .aside-title h2 span {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: block;
                        padding-right: 10px
                    }

            .sortPagiBar.tour-sortby .aside-item .aside-content {
                padding: 7px;
                min-width: 100%;
                display: none;
                position: absolute;
                background: #fff;
                z-index: 9;
                border: 1px solid #ebebeb;
                padding-bottom: 1px;
                border-top: none;
                border-radius: 3px
            }

                .sortPagiBar.tour-sortby .aside-item .aside-content ul {
                    max-height: 185px
                }

                .sortPagiBar.tour-sortby .aside-item .aside-content.active {
                    display: block
                }

                .sortPagiBar.tour-sortby .aside-item .aside-content .filter-item--check-box .fa-star {
                    margin-right: 1px;
                    color: #FFC107;
                    font-size: 16px
                }

        .sortPagiBar.tour-sortby #sort-by .aside-title h2 {
            margin: 0 2px;
            display: block;
            border-bottom: 3px solid #fff;
            font-size: 14px;
            color: #0186d4;
            font-weight: 600;
            text-align: center
        }

        .sortPagiBar.tour-sortby .ant-land-filter {
            margin: 0;
            text-transform: uppercase;
            font-size: 14px;
            color: #0186d4;
            font-weight: 600;
            padding: 6px 0
        }

@media (max-width: 991px) {
    .sortPagiBar.tour-sortby .col-md-3 {
        margin-bottom: 10px
    }
}

.details-product #sync1 {
    overflow-x: hidden
}

    .details-product #sync1.owl-carousel .owl-nav .owl-prev, .details-product #sync1.owl-carousel .owl-nav .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden
    }

    .details-product #sync1.owl-carousel .owl-nav .owl-next {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        right: -50px
    }

        .details-product #sync1.owl-carousel .owl-nav .owl-next.disabled {
            opacity: 0.2 !important
        }

    .details-product #sync1.owl-carousel .owl-nav .owl-prev {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        left: -50px
    }

        .details-product #sync1.owl-carousel .owl-nav .owl-prev.disabled {
            opacity: 0.2 !important
        }

    .details-product #sync1.owl-carousel:hover .owl-nav .owl-prev {
        left: 0;
        opacity: 1;
        visibility: inherit
    }

    .details-product #sync1.owl-carousel:hover .owl-nav .owl-next {
        right: 0;
        opacity: 1;
        visibility: inherit
    }

    .details-product #sync1.owl-carousel .owl-dots {
        display: none
    }

.details-product #sync2 {
    overflow-x: hidden
}

    .details-product #sync2.owl-carousel .owl-item .item {
        border: 1px solid #e5e5e5;
        padding: 2px;
        position: relative;
        height: 80px;
        margin: 1px
    }

@media (max-width: 1024px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 68px
    }
}

@media (max-width: 991px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 81px
    }
}

@media (max-width: 767px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 130px
    }
}

@media (max-width: 668px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 89px
    }
}

@media (max-width: 569px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 74px
    }
}

@media (max-width: 480px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 97px
    }
}

@media (max-width: 376px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 46px
    }
}

@media (max-width: 321px) {
    .details-product #sync2.owl-carousel .owl-item .item {
        height: 40px
    }
}

.details-product #sync2.owl-carousel .owl-item .item img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.details-product #sync2.owl-carousel .owl-item.current .item, .details-product #sync2.owl-carousel .owl-item:hover .item {
    position: relative
}

    .details-product #sync2.owl-carousel .owl-item.current .item:before, .details-product #sync2.owl-carousel .owl-item:hover .item:before {
        content: "";
        background-color: rgba(0,0,0,0.35);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }

@media (max-width: 991px) {
    .details-product .details-pro {
        margin-top: 15px
    }
}

.details-product .details-pro h1.title-head {
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0;
    text-transform: uppercase;
}

.details-product .details-pro .journey {
    color: #434a6e;
    font-size: 14px
}

    .details-product .details-pro .journey span {
        font-weight: 600
    }

.details-product .details-pro .ct_course_list {
    padding: 4px 0
}

    .details-product .details-pro .ct_course_list li {
        display: table
    }

        .details-product .details-pro .ct_course_list li .ulimg {
            width: 25px;
            display: table-cell
        }

        .details-product .details-pro .ct_course_list li img {
            max-width: 18px
        }

.details-product .details-pro .product-summary .rte p {
    margin-bottom: 5px
}

.details-product .details-pro .product-summary .rte img {
    display: none
}

.details-product .details-pro .call-me-back {
    margin-top: 30px
}

@media (max-width: 480px) {
    .details-product .details-pro .call-me-back {
        margin-top: 10px
    }
}

.details-product .details-pro .call-me-back ul li a, .details-product .details-pro .call-me-back ul li button {
    padding-right: 15px;
    height: 45px;
    line-height: 45px;
    background-color: #0186d4;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .details-product .details-pro .call-me-back ul li a, .details-product .details-pro .call-me-back ul li button {
        text-align: left
    }
}

.details-product .details-pro .call-me-back ul li a i, .details-product .details-pro .call-me-back ul li button i {
    width: 45px;
    font-size: 20px;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(0,0,0,0.2);
    height: 100%;
    line-height: 45px;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative
}

    .details-product .details-pro .call-me-back ul li a i:after, .details-product .details-pro .call-me-back ul li button i:after {
        content: '';
        position: absolute;
        display: block;
        right: -10px;
        border-top: 45px solid rgba(0,0,0,0.2);
        top: 0px;
        transition: all .2s ease-in-out;
        border-right: 10px solid #0186d4
    }

.details-product .details-pro .call-me-back ul li a.btn-callmeback, .details-product .details-pro .call-me-back ul li button.btn-callmeback {
    background-color: #ff891e
}

    .details-product .details-pro .call-me-back ul li a.btn-callmeback i:after, .details-product .details-pro .call-me-back ul li button.btn-callmeback i:after {
        border-right: 10px solid #ff891e
    }

@media (max-width: 480px) {
    .details-product .details-pro .call-me-back ul li a.btn-callmeback, .details-product .details-pro .call-me-back ul li button.btn-callmeback {
        margin-top: 10px
    }
}

.details-product .details-pro .call-me-back ul li a:hover, .details-product .details-pro .call-me-back ul li button:hover {
    opacity: 0.8;
    cursor: pointer
}

.details-product .details-pro .call-me-back ul li button {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0
}

.details-product .details-pro .price-box .special-price {
    display: inline-block;
    float: left
}

    .details-product .details-pro .price-box .special-price .product-price {
        display: inline-block;
        overflow: hidden;
        font-size: 24px;
        color: #0186d4;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: 600
    }

.details-product .details-pro .price-box .old-price {
    display: inline-block;
    float: left
}

    .details-product .details-pro .price-box .old-price .product-price-old {
        font-size: 18px;
        color: #bbb
    }

.details-product .tour-policy .tour-policy-content {
    background-color: #fff4de;
    border: 1px dashed #f6a623;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px
}

    .details-product .tour-policy .tour-policy-content .product-promotions-list-title {
        margin-top: 0;
        font-size: 15px;
        color: #e52025
    }

    .details-product .tour-policy .tour-policy-content .product-promotions-list-content {
        max-height: 237px;
        overflow-y: scroll
    }

        .details-product .tour-policy .tour-policy-content .product-promotions-list-content::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
            border-radius: 5px;
            background-color: #fff
        }

        .details-product .tour-policy .tour-policy-content .product-promotions-list-content::-webkit-scrollbar {
            width: 5px;
            background-color: #fff
        }

        .details-product .tour-policy .tour-policy-content .product-promotions-list-content::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
            background-color: #e5e5e5
        }

        .details-product .tour-policy .tour-policy-content .product-promotions-list-content p {
            margin-bottom: 5px
        }

.details-product .tour-tab-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5
}

.details-product .product-tab img {
    max-width: 100% !important;
    height: auto !important
}

@media (max-width: 991px) {
    .details-product .similar-product {
        margin-bottom: 25px
    }
}

.details-product .similar-product .right-bestsell {
    margin-top: 21px
}

@media (max-width: 991px) {
    .details-product .similar-product .right-bestsell {
        margin-top: 15px
    }
}

.details-product .similar-product .right-bestsell h2 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px
}

    .details-product .similar-product .right-bestsell h2:after {
        content: "";
        width: 100px;
        border-top: 2px solid #0186d4;
        height: 3px;
        position: absolute;
        top: 30px;
        left: 0px;
        z-index: 999
    }

.details-product .similar-product .right-bestsell .list-bestsell {
    border: 1px solid #e5e5e5
}

    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
        border-bottom: 1px solid #e9e9e9
    }

        .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
            border-bottom: none
        }

@media (min-width: 565px) and (max-width: 991px) {
    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
        border-bottom: 1px solid #e9e9e9
    }
}

.details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container {
    padding: 5px
}

    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image {
        width: 80px;
        margin-right: 10px;
        float: left
    }

    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta {
        padding-left: 90px
    }

        .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 {
            margin-top: 0px;
            font-size: 14px;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 400
        }

            .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a {
                color: #333
            }

                .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:hover, .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:focus {
                    color: #0186d4;
                    text-decoration: none
                }

        .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .price {
            color: #0186d4;
            font-weight: 600;
            font-size: 14px
        }

        .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .regular-price {
            margin-left: 7px;
            color: #bbb;
            text-decoration: line-through;
            font-size: 12px
        }

.details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item:hover .thumbnail-container .product-meta h3 a {
    color: #0186d4
}

@media (max-width: 991px) {
    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
        width: 50%;
        float: left
    }
}

@media (max-width: 480px) {
    .details-product .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
        width: 100%;
        float: none
    }
}

.details-product .product-tab .tabs-title {
    border-bottom: 1px solid #e6e6e6
}

    .details-product .product-tab .tabs-title .tab-link {
        margin-right: 0;
        padding: 0 20px;
        background: transparent;
        border-radius: 4px 4px 0 0
    }

@media (max-width: 480px) {
    .details-product .product-tab .tabs-title .tab-link {
        width: 100%;
        border-radius: 0;
        margin-top: 2px
    }
}

.details-product .product-tab .tabs-title .tab-link h3 {
    color: #a8acb3;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
    margin: 0
}

    .details-product .product-tab .tabs-title .tab-link h3:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        bottom: -3px;
        left: 0;
        height: 0;
        background: #0186d4;
        z-index: 5;
        -webkit-transition: all, 0.5s;
        -khtml-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
    }

.details-product .product-tab .tabs-title .tab-link.current, .details-product .product-tab .tabs-title .tab-link:hover {
    background-color: transparent
}

    .details-product .product-tab .tabs-title .tab-link.current h3, .details-product .product-tab .tabs-title .tab-link:hover h3 {
        color: #0186d4
    }

        .details-product .product-tab .tabs-title .tab-link.current h3:before, .details-product .product-tab .tabs-title .tab-link:hover h3:before {
            right: 0
        }

.details-product .product-tab .product-well {
    min-height: 20px;
    padding: 0;
    padding-bottom: 35px;
    background-color: #fff;
    position: relative;
    margin-bottom: 18px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0
}

    .details-product .product-tab .product-well iframe {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .details-product .product-tab .product-well .ba-text-fpt {
        height: 350px;
        overflow: hidden;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s
    }

    .details-product .product-tab .product-well.expanded .ba-text-fpt {
        height: auto;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s
    }

    .details-product .product-tab .product-well.expanded .less-text {
        display: block
    }

    .details-product .product-tab .product-well.expanded .more-text {
        display: none
    }

    .details-product .product-tab .product-well.expanded .show-more::before {
        display: none
    }

    .details-product .product-tab .product-well .show-more {
        position: relative
    }

        .details-product .product-tab .product-well .show-more .btn--view-more {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 120px;
            margin-left: -60px;
            margin-top: 0px;
            text-align: center;
            background-color: transparent;
            color: #0a5bff;
            font-weight: normal;
            outline: none;
            box-shadow: none
        }

            .details-product .product-tab .product-well .show-more .btn--view-more:hover, .details-product .product-tab .product-well .show-more .btn--view-more:focus {
                color: #0186d4;
                border-color: #0186d4;
                outline: none;
                box-shadow: none
            }

        .details-product .product-tab .product-well .show-more::before {
            display: block;
            content: "";
            height: 120px;
            position: absolute;
            top: -120px;
            width: 100%;
            left: 0;
            background: rgba(255,255,255,0.6);
            background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.33) 33%, rgba(255,255,255,0.8) 83%, #fff)
        }

    .details-product .product-tab .product-well .less-text {
        display: none
    }

.details-product .form-product .swatch {
    margin: 10px 0
}

    .details-product .form-product .swatch .header {
        display: block;
        float: none
    }

.details-product .form-product form {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .details-product .form-product form {
        margin-bottom: 0
    }
}

.details-product .form-product .form-group {
    width: calc(100% - 160px);
    display: inline-block;
    float: left;
    margin-right: 10px
}

@media (max-width: 991px) {
    .details-product .form-product .form-group {
        width: 100%
    }
}

.details-product .form-product .form-group .custom-btn-number {
    width: 150px;
    float: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    background-color: transparent
}

@media (max-width: 480px) {
    .details-product .form-product .form-group .custom-btn-number {
        margin-bottom: 10px
    }
}

.details-product .form-product .form-group .custom-btn-number input {
    margin: 0px;
    display: block;
    float: left;
    height: 50px;
    border: solid 1px #ebebeb;
    border-right: none;
    border-left: none;
    width: 55px;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    outline: none
}

.details-product .form-product .form-group .custom-btn-number button {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 40px;
    height: 50px;
    background: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px
}

    .details-product .form-product .form-group .custom-btn-number button.btn-minus {
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .details-product .form-product .form-group .custom-btn-number button.btn-plus {
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .details-product .form-product .form-group .custom-btn-number button:hover, .details-product .form-product .form-group .custom-btn-number button:focus {
        background-color: #0186d4;
        border-color: #0186d4;
        color: #fff
    }

.details-product .form-product .form-group .btn-mua {
    float: left;
    width: calc(100% - 150px)
}

    .details-product .form-product .form-group .btn-mua button {
        background: #0186d4;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        padding: 10px;
        color: #fff;
        height: auto;
        line-height: inherit;
        width: 100%;
        border-radius: 2px;
        height: 50px;
        border: 2px solid #0186d4
    }

        .details-product .form-product .form-group .btn-mua button span {
            display: block;
            width: 100%;
            text-align: center
        }

            .details-product .form-product .form-group .btn-mua button span.txt-main {
                font-size: 16px;
                font-weight: 500;
                line-height: 1.1;
                text-transform: uppercase
            }

        .details-product .form-product .form-group .btn-mua button:hover, .details-product .form-product .form-group .btn-mua button:focus {
            color: #0186d4;
            background-color: #fff
        }

@media (max-width: 480px) {
    .details-product .form-product .form-group .btn-mua button {
        width: 100%
    }
}

.details-product .form-product .form-group .btn-mua.btnsold {
    width: 100%
}

.details-product .form-product .box-variant .selector-wrapper select {
    height: 40px
}

.details-product .product-image-block .large-image .button_wh_40 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background-color: #f5f5f5;
    border-radius: 50%
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev, .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px
}

    .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.2 !important
    }

.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    left: -50px
}

    .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev.disabled {
        opacity: 0.2 !important
    }

.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.details-product .product-image-block #gallery_01.owl-carousel .owl-dots {
    display: none
}

.details-product .product-image-block #gallery_01.owl-carousel .item {
    border: 1px solid #e5e5e5;
    padding: 2px;
    position: relative;
    height: 97px;
    margin: 1px
}

@media (max-width: 1024px) {
    .details-product .product-image-block #gallery_01.owl-carousel .item {
        height: 68px
    }
}

@media (max-width: 991px) {
    .details-product .product-image-block #gallery_01.owl-carousel .item {
        height: 81px
    }
}

@media (max-width: 767px) {
    .details-product .product-image-block #gallery_01.owl-carousel .item {
        height: 130px
    }
}

@media (max-width: 480px) {
    .details-product .product-image-block #gallery_01.owl-carousel .item {
        height: 97px
    }
}

.details-product .product-image-block #gallery_01.owl-carousel .item img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.callmeback-form .modal-header {
    background-color: #0186d4
}

    .callmeback-form .modal-header .modal-title {
        padding-left: 0;
        min-height: 1px;
        text-align: center;
        color: #fff
    }

    .callmeback-form .modal-header button {
        position: absolute;
        right: 10px;
        z-index: 99
    }

.callmeback-form .modal-body .cta-name-pro {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px
}

.callmeback-form .modal-body .col-md-7 {
    padding-left: 0
}

@media (max-width: 767px) {
    .callmeback-form .modal-body .col-md-7 {
        padding-left: 10px;
        margin-top: 15px
    }
}

.callmeback-form .modal-body .col-md-7 form {
    margin-bottom: 0
}

.callmeback-form .modal-body .col-md-7 input {
    border-radius: 5px
}

    .callmeback-form .modal-body .col-md-7 input:focus {
        outline: none;
        box-shadow: none
    }

.callmeback-form .modal-body .col-md-7 .bizweb-challenge__message {
    display: none
}

.callmeback-form .modal-body .input-group input {
    border-radius: 0;
    margin-bottom: 0
}

.callmeback-form .modal-body .input-group .input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0;
    background-color: #f7f7f7
}

.product-tours-details .ui-datepicker-header {
    position: relative
}

.product-tours-details .ui-datepicker table tr td a.ui-state-active, .product-tours-details .ui-datepicker table tr td a:hover, .product-tours-details .ui-datepicker table tr td.tourmaster-highlight a, .product-tours-details .ui-datepicker table tr td.tourmaster-highlight span {
    background: #6d9806;
    color: #fff
}

.product-tours-details .ui-datepicker select {
    color: #485da1
}

.product-tours-details .ui-datepicker {
    background-color: #f5f5f5
}

.product-tours-details .ui-datepicker {
    border-color: #ebebeb
}

    .product-tours-details .ui-datepicker table tr th {
        color: #808080
    }

    .product-tours-details .ui-datepicker table tr td a, .product-tours-details .ui-datepicker-prev, .product-tours-details .ui-datepicker-next {
        background-color: #ffffff
    }

    .product-tours-details .ui-datepicker table tr td a, .product-tours-details .ui-datepicker-prev, .product-tours-details .ui-datepicker-next {
        color: #5b5b5b
    }

        .product-tours-details .ui-datepicker table tr td a.ui-state-disable {
            color: #c0c0c0
        }

        .product-tours-details .ui-datepicker-prev.ui-state-disabled, .product-tours-details .ui-datepicker-next.ui-state-disabled, .product-tours-details .ui-datepicker table tr td {
            color: #c0c0c0
        }

.product-tours-details .ui-datepicker-prev, .product-tours-details .ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

    .product-tours-details .ui-datepicker-prev span, .product-tours-details .ui-datepicker-next span {
        display: none
    }

.product-tours-details .ui-datepicker-next {
    right: 0px
}

.product-tours-details .ui-datepicker-prev:after {
    content: "\f104";
    font-family: fontAwesome
}

.product-tours-details .ui-datepicker-next:after {
    content: "\f105";
    font-family: fontAwesome
}

.product-tours-details .ui-datepicker {
    width: 272px;
    border-width: 2px;
    border-style: solid;
    padding: 8px;
    display: none
}

    .product-tours-details .ui-datepicker .ui-datepicker-title {
        padding-left: 38px;
        padding-right: 38px
    }

    .product-tours-details .ui-datepicker .ui-datepicker-month, .product-tours-details .ui-datepicker .ui-datepicker-year, .product-tours-details .ui-datepicker-year {
        width: 48%;
        margin: 0px 1%;
        border: none;
        height: 36px;
        padding: 0px 8px;
        font-weight: 500;
        color: #0186d4;
        background: #fff;
        float: left;
        background-image: url(../images/ico-select.png) !important;
        background-repeat: no-repeat;
        background-position: right 10px center
    }

    .product-tours-details .ui-datepicker table {
        border-collapse: separate;
        border-spacing: 0px;
        margin-bottom: 10px
    }

        .product-tours-details .ui-datepicker table tr {
            background: transparent;
            color: #949494;
            padding: 0
        }

            .product-tours-details .ui-datepicker table tr th {
                color: #808080;
                background: transparent;
                font-size: 13px;
                padding: 16px 0px 10px;
                text-align: center;
                font-weight: normal;
                border: none
            }

        .product-tours-details .ui-datepicker table td {
            padding: 0px 0px 5px;
            line-height: 1;
            text-align: center;
            color: #c0c0c0;
            border: none
        }

            .product-tours-details .ui-datepicker table td a, .product-tours-details .ui-datepicker table td .ui-state-default {
                color: #5b5b5b;
                background-color: #ffffff;
                width: 32px;
                height: 32px;
                font-size: 13px;
                line-height: 32px;
                text-align: center;
                display: inline-block;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%
            }

            .product-tours-details .ui-datepicker table td.ui-state-disabled .ui-state-default {
                background-color: #e9e9e9
            }

            .product-tours-details .ui-datepicker table td.ui-datepicker-today a {
                color: #fff;
                background-color: #0186d4 !important
            }

            .product-tours-details .ui-datepicker table td a:hover, .product-tours-details .ui-datepicker table td a:focus {
                color: #fff;
                background-color: #0186d4 !important
            }

.related-product h2.title-head {
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    margin-top: 10px
}

.related-product .home-title h2 {
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #222;
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 9px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 500;
}

@media (max-width: 480px) {
    .related-product .home-title h2 {
        font-size: 25px
    }
}

.related-product .home-title h2 a {
    color: #222;
    text-transform: uppercase;
}

    .related-product .home-title h2 a:hover, .related-product .home-title h2 a:focus {
        color: #0186d4
    }

.related-product .home-title h2:after {
    left: 0;
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: #0186d4;
    position: absolute;
    right: 0;
    margin: 0 auto
}

.related-product .section-tour-owl {
    overflow-x: hidden
}

    .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev, .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden
    }

    .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        right: -50px
    }

        .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next.disabled {
            opacity: 0.2 !important
        }

    .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        left: -50px
    }

        .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev.disabled {
            opacity: 0.2 !important
        }

    .related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-prev {
        left: 0;
        opacity: 1;
        visibility: inherit
    }

    .related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-next {
        right: 0;
        opacity: 1;
        visibility: inherit
    }

    .related-product .section-tour-owl.owl-carousel .owl-dots {
        display: none !important
    }

.related-product .sunhouse-item .ant-image .wrapper-image {
    position: relative;
    height: 282px
}

@media (max-width: 1024px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 232px
    }
}

@media (max-width: 991px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 271px
    }
}

@media (max-width: 767px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 265px
    }
}

@media (max-width: 668px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 239px
    }
}

@media (max-width: 569px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 201px
    }
}

@media (max-width: 480px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 305px
    }
}

@media (max-width: 376px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 276px
    }
}

@media (max-width: 321px) {
    .related-product .sunhouse-item .ant-image .wrapper-image {
        height: 234px
    }
}

.related-product .sunhouse-item .ant-image .wrapper-image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#btnnewreview {
    background: #0186d4 !important
}

.bizweb-product-reviews-form input, .bizweb-product-reviews-form input[type="text"], .bizweb-product-reviews-form input[type="email"], .bizweb-product-reviews-form textarea {
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 1px solid #ebebeb !important
}

    .bizweb-product-reviews-form input:focus, .bizweb-product-reviews-form input[type="text"]:focus, .bizweb-product-reviews-form input[type="email"]:focus, .bizweb-product-reviews-form textarea:focus {
        outline: none !important;
        box-shadow: none !important
    }

.bizweb-product-reviews-form .bpr-button-submit {
    background: #0186d4 !important;
    border-color: #0186d4 !important;
    min-width: 100px;
    text-transform: uppercase
}

#bizweb-product-reviews .title-bl {
    display: none !important
}

.section_search {
    background-color: #0186d4;
    padding-bottom: 30px;
    background-image: url(../images/bg_2.png);
    background-repeat: no-repeat;
    background-position: center
}

    .section_search h2 {
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px
    }

    .section_search .search-tab .tabs-title {
        text-align: center
    }

@media (max-width: 480px) {
    .section_search .search-tab .tabs-title {
        text-align: center
    }
}

.section_search .search-tab .tabs-title .tab-link {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px dashed #0186d4
}

@media (max-width: 480px) {
    .section_search .search-tab .tabs-title .tab-link {
        padding: 15px 8px
    }
}

.section_search .search-tab .tabs-title .tab-link h3 {
    margin: 0;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 5px
}

@media (max-width: 480px) {
    .section_search .search-tab .tabs-title .tab-link h3 {
        font-size: 14px
    }
}

.section_search .search-tab .tabs-title .tab-link.current h3, .section_search .search-tab .tabs-title .tab-link:hover h3 {
    color: #0186d4
}

.section_search .search-tab .tab-content form {
    margin-bottom: 0
}

    .section_search .search-tab .tab-content form select {
        text-transform: capitalize;
        background-image: url(../images/ico-selects.png) !important;
        background-repeat: no-repeat;
        background-position: right 10px center;
        border: none;
        border-radius: 0;
        margin: 7px 0
    }

    .section_search .search-tab .tab-content form button {
        margin: 7px 0;
        width: 100%;
        color: #fff;
        background-color: #0186d4;
        border: 1px solid #fff;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 500
    }

        .section_search .search-tab .tab-content form button:hover, .section_search .search-tab .tab-content form button:focus {
            color: #fff;
            background-color: #7eb007;
            border: 1px solid #fff
        }

.section_search.active {
    background-color: #1cc7d0
}

    .section_search.active .search-tab .tabs-title {
        text-align: center
    }

@media (max-width: 480px) {
    .section_search.active .search-tab .tabs-title {
        text-align: center
    }
}

.section_search.active .search-tab .tabs-title .tab-link {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px dashed #1cc7d0
}

@media (max-width: 480px) {
    .section_search.active .search-tab .tabs-title .tab-link {
        padding: 15px 8px
    }
}

.section_search.active .search-tab .tabs-title .tab-link h3 {
    margin: 0;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 5px
}

@media (max-width: 480px) {
    .section_search.active .search-tab .tabs-title .tab-link h3 {
        font-size: 14px
    }
}

.section_search.active .search-tab .tabs-title .tab-link.current h3, .section_search.active .search-tab .tabs-title .tab-link:hover h3 {
    color: #1cc7d0
}

.section_search.active .search-tab .tab-content form button {
    background-color: #1cc7d0
}

    .section_search.active .search-tab .tab-content form button:hover, .section_search.active .search-tab .tab-content form button:focus {
        background-color: #19b1ba
    }

.section_real_news {
    padding: 40px 0;
    background: #f7f7f7
}

    .section_real_news .real-title {
        position: relative;
        padding-left: 25px;
        margin-bottom: 30px
    }

        .section_real_news .real-title:before {
            top: 0;
            left: 0;
            bottom: 0;
            width: 10px;
            content: '';
            border-radius: 1px;
            position: absolute;
            background-color: #0186d4
        }

        .section_real_news .real-title h3 {
            font-size: 18px;
            color: #111;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0
        }

        .section_real_news .real-title h2 {
            font-size: 36px;
            color: #0186d4;
            text-transform: uppercase;
            margin: 0;
            font-weight: 600;
            letter-spacing: 3px;
            line-height: 1.1
        }

    .section_real_news .products-view-grid .sunhouse-item .ant-image {
        position: relative
    }

        .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
            height: 280px;
            position: relative
        }

@media (max-width: 1024px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 229px
    }
}

@media (max-width: 991px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 268px
    }
}

@media (max-width: 767px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 263px
    }
}

@media (max-width: 668px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 237px
    }
}

@media (max-width: 569px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 200px
    }
}

@media (max-width: 480px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 305px
    }
}

@media (max-width: 376px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 276px
    }
}

@media (max-width: 321px) {
    .section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image {
        height: 235px
    }
}

.section_real_news .products-view-grid .sunhouse-item .ant-image .wrapper-image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section_about {
    background-color: #fff;
    padding: 60px 0
}

    .section_about .welcome-title {
        padding-bottom: 17px
    }

        .section_about .welcome-title h2 {
            color: #333;
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 0px;
            margin-top: 0
        }

            .section_about .welcome-title h2 span {
                color: #0186d4
            }

        .section_about .welcome-title h4 {
            color: #000;
            font-size: 22px;
            text-transform: uppercase;
            margin: 0
        }

    .section_about .welcome-content p {
        color: #666;
        margin-bottom: 0
    }

    .section_about .welcome-services {
        padding-top: 34px
    }

        .section_about .welcome-services .w-single-services {
            margin-bottom: 31px
        }

            .section_about .welcome-services .w-single-services .services-img {
                float: left;
                margin-right: 10px;
                width: 32px
            }

                .section_about .welcome-services .w-single-services .services-img img {
                    max-width: 32px
                }

            .section_about .welcome-services .w-single-services .services-desc {
                padding-left: 42px
            }

                .section_about .welcome-services .w-single-services .services-desc h6 {
                    margin-top: 0;
                    color: #555;
                    font-weight: 600;
                    margin-bottom: 5px
                }

                .section_about .welcome-services .w-single-services .services-desc p {
                    color: #666;
                    margin: 0
                }

        .section_about .welcome-services .more {
            margin-top: 5px;
            margin-bottom: 20px
        }

            .section_about .welcome-services .more a {
                display: inline-block;
                padding: 7px 20px;
                border: 1px solid #0186d4;
                color: #0186d4;
                text-transform: uppercase
            }

                .section_about .welcome-services .more a:hover, .section_about .welcome-services .more a:focus {
                    color: #fff;
                    background-color: #0186d4
                }

    .section_about .image-video .popup-youtube {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        color: #0186d4;
        font-size: 30px;
        height: 70px;
        left: 50%;
        line-height: 70px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70px;
        z-index: 9
    }

    .section_about .image-video .iq-waves {
        height: 352px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 352px;
        z-index: 2
    }

@media (max-width: 480px) {
    .section_about .image-video .iq-waves {
        height: 250px;
        width: 250px
    }
}

.section_about .image-video .iq-waves .waves {
    -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
    animation: 3s ease-in-out 0s normal none infinite running waves;
    background: #0186d4 none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    height: 352px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 352px
}

@media (max-width: 480px) {
    .section_about .image-video .iq-waves .waves {
        height: 250px;
        width: 250px
    }
}

.section_about .image-video .iq-waves .waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.section_about .image-video .iq-waves .waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.section_about .image-video .iq-waves .waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.section_real_city {
    padding: 60px 0
}

    .section_real_city .real-title {
        position: relative;
        padding-left: 25px;
        margin-bottom: 30px
    }

        .section_real_city .real-title:before {
            top: 0;
            left: 0;
            bottom: 0;
            width: 10px;
            content: '';
            border-radius: 1px;
            position: absolute;
            background-color: #0186d4
        }

        .section_real_city .real-title h3 {
            font-size: 18px;
            color: #111;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0
        }

        .section_real_city .real-title h2 {
            font-size: 36px;
            color: #0186d4;
            text-transform: uppercase;
            margin: 0;
            font-weight: 600;
            letter-spacing: 3px;
            line-height: 1.1
        }

    .section_real_city .ant-property-thumbnail {
        position: relative;
        border-radius: 4px;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 360px;
        margin-bottom: 20px
    }

@media (max-width: 480px) {
    .section_real_city .ant-property-thumbnail {
        height: 250px;
        margin-bottom: 10px
    }
}

.section_real_city .ant-property-thumbnail img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.section_real_city .ant-property-thumbnail .ant-property-overlay {
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden
}

    .section_real_city .ant-property-thumbnail .ant-property-overlay::before {
        position: absolute;
        display: block;
        width: 100%;
        height: 22%;
        bottom: 0;
        left: 0;
        content: '';
        background: rgba(0,0,0,0.1);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.9)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.9) 100%);
        opacity: .95;
        text-align: center;
        box-sizing: border-box;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content {
        position: absolute;
        width: 100%;
        left: 0;
        top: auto;
        bottom: 20px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

        .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content .ant-property-title {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.25;
            color: #fff;
            margin: 0;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content .ant-property-title a {
                color: #fff
            }

                .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content .ant-property-title a:hover, .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content .ant-property-title a:focus {
                    color: #0186d4;
                    text-decoration: none
                }

        .section_real_city .ant-property-thumbnail .ant-property-overlay .ant-property-content .ant-property-total {
            color: #fff;
            font-size: 14px;
            margin-top: 5px;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            opacity: 0
        }

.section_real_city .ant-property-thumbnail:hover img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

.section_real_city .ant-property-thumbnail:hover .ant-property-overlay .ant-property-content .ant-property-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.section_real_city .ant-property-thumbnail:hover .ant-property-overlay .ant-property-content .ant-property-total {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.section-news {
    padding: 60px 0;
    padding-bottom: 40px;
    background-color: #f8f8f8
}

    .section-news .real-title {
        position: relative;
        padding-left: 25px;
        margin-bottom: 30px
    }

        .section-news .real-title:before {
            top: 0;
            left: 0;
            bottom: 0;
            width: 10px;
            content: '';
            border-radius: 1px;
            position: absolute;
            background-color: #0186d4
        }

        .section-news .real-title h3 {
            font-size: 18px;
            color: #111;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0
        }

        .section-news .real-title h2 {
            font-size: 36px;
            color: #0186d4;
            text-transform: uppercase;
            margin: 0;
            font-weight: 600;
            letter-spacing: 3px;
            line-height: 1.1
        }

@media (max-width: 480px) {
    .section-news .real-title h2 {
        letter-spacing: 1px
    }
}

.section-news .section-news-owl .item .blog-item {
    background-color: #fff;
    padding: 8px;
    border-radius: 2px
}

    .section-news .section-news-owl .item .blog-item .blog-item-name {
        font-weight: 500;
        min-height: 44px
    }

        .section-news .section-news-owl .item .blog-item .blog-item-name a {
            color: #333
        }

            .section-news .section-news-owl .item .blog-item .blog-item-name a:hover, .section-news .section-news-owl .item .blog-item .blog-item-name a:focus {
                color: #0186d4
            }

    .section-news .section-news-owl .item .blog-item .blog-item-summary {
        margin: 10px 0;
        color: #777
    }

    .section-news .section-news-owl .item .blog-item .blog-date {
        border-top: 1px solid #e5e5e5;
        color: #9b9b9b;
        font-size: 12px;
        padding-top: 7px
    }

        .section-news .section-news-owl .item .blog-item .blog-date i {
            color: #0186d4
        }

        .section-news .section-news-owl .item .blog-item .blog-date .post-time {
            float: left
        }

        .section-news .section-news-owl .item .blog-item .blog-date .post-author {
            float: right
        }

    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        position: relative;
        height: 238px
    }

@media (max-width: 1024px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 193px
    }
}

@media (max-width: 991px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 227px
    }
}

@media (max-width: 767px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 222px
    }
}

@media (max-width: 668px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 199px
    }
}

@media (max-width: 569px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 166px
    }
}

@media (max-width: 480px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 258px
    }
}

@media (max-width: 376px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 233px
    }
}

@media (max-width: 321px) {
    .section-news .section-news-owl .item .blog-item .blog-item-thumbnail {
        height: 196px
    }
}

.section-news .section-news-owl .item .blog-item .blog-item-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section-news .section-news-owl.owl-carousel {
    overflow-x: hidden
}

    .section-news .section-news-owl.owl-carousel .owl-nav .owl-prev, .section-news .section-news-owl.owl-carousel .owl-nav .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden
    }

    .section-news .section-news-owl.owl-carousel .owl-nav .owl-next {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        right: -50px
    }

        .section-news .section-news-owl.owl-carousel .owl-nav .owl-next.disabled {
            opacity: 0.2 !important
        }

    .section-news .section-news-owl.owl-carousel .owl-nav .owl-prev {
        height: 51px;
        width: 32px;
        border: 1px solid #f1f5f6;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 51px;
        top: 50%;
        transform: translate(0, -50%);
        color: #878fa0;
        font-size: 20px;
        margin: 0;
        left: -50px
    }

        .section-news .section-news-owl.owl-carousel .owl-nav .owl-prev.disabled {
            opacity: 0.2 !important
        }

    .section-news .section-news-owl.owl-carousel:hover .owl-nav .owl-prev {
        left: 0;
        opacity: 1;
        visibility: inherit
    }

    .section-news .section-news-owl.owl-carousel:hover .owl-nav .owl-next {
        right: 0;
        opacity: 1;
        visibility: inherit
    }

    .section-news .section-news-owl.owl-carousel .owl-dots {
        display: none !important
    }

#modal_appontment_form_at_about .modal-header {
    background-color: #0186d4
}

    #modal_appontment_form_at_about .modal-header .modal-title {
        padding-left: 0;
        min-height: 1px;
        text-align: center;
        color: #fff
    }

    #modal_appontment_form_at_about .modal-header button {
        position: absolute;
        right: 10px;
        z-index: 99
    }

#modal_appontment_form_at_about .modal-body .cta-name-pro {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px
}

#modal_appontment_form_at_about .modal-body input {
    border-radius: 5px
}

    #modal_appontment_form_at_about .modal-body input:focus {
        outline: none;
        box-shadow: none
    }

#modal_appontment_form_at_about .modal-body .bizweb-challenge__message {
    display: none
}

#modal_appontment_form_at_about .modal-body form {
    margin-bottom: 0
}

    #modal_appontment_form_at_about .modal-body form button {
        width: 100%
    }

        #modal_appontment_form_at_about .modal-body form button:hover, #modal_appontment_form_at_about .modal-body form button:focus {
            color: #0186d4;
            border: 1px solid #0186d4;
            background-color: #fff
        }

.ant-more a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    min-width: 165px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 6px 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 6px 10px;
    color: #fff;
    background-color: #0186d4;
    border-color: #0186d4;
    border-radius: 3px
}

    .ant-more a:hover, .ant-more a:focus {
        color: #fff;
        background-color: #82b507;
        border-color: #82b507
    }

@media (min-width: 1025px) {
    .my-account .dashboard .recent-orders .thead-default {
        border-top: 1px solid #e1e1e1
    }
}

@media (max-width: 991px) {
    .select-item-qty-mobile > div {
        width: 74px
    }

    .cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        width: 25px !important;
        padding: 1px 0
    }

    .select-item-qty-mobile .txt_center input {
        border-left: none;
        border-right: none;
        left: 25px
    }

    #open-filters {
        color: #fff;
        background: #0186d4;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 4px 10px;
        cursor: pointer;
        z-index: 99;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

        #open-filters.open {
            right: 280px
        }

            #open-filters.open i:before {
                content: "\f00d"
            }

    .ant-sidebar {
        position: fixed;
        width: 280px;
        background: #fff;
        top: 0 !important;
        bottom: 0;
        right: 0;
        padding: 5px;
        border-left: solid 1px #eaeaea;
        overflow: auto;
        z-index: 100000;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        height: 100%
    }

        .ant-sidebar.open {
            visibility: visible;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }

    .col-100-h {
        clear: both;
        height: 45px
    }

        .col-100-h:before {
            display: table;
            content: " "
        }

        .col-100-h:after {
            content: "";
            display: table;
            clear: both
        }

        .col-100-h #trigger-mobile {
            width: 35px;
            float: left;
            margin: 0;
            padding: 0;
            display: block;
            text-align: left;
            margin-top: 13px;
            margin-right: 5px;
            margin-bottom: 8px
        }

            .col-100-h #trigger-mobile .icon-bar {
                background-color: #0186d4;
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px
            }

                .col-100-h #trigger-mobile .icon-bar.icon-bar {
                    margin-top: 4px
                }

        .col-100-h .mobile-contact {
            position: absolute;
            right: 10px;
            top: 4px
        }

            .col-100-h .mobile-contact button {
                border: 1px solid #0186d4;
                background-color: #0186d4;
                outline: none;
                box-shadow: none;
                color: #fff;
                height: 40px;
                line-height: 40px;
                text-align: center;
                text-transform: uppercase;
                font-weight: 500;
                padding: 0 7px
            }

        .col-100-h .logo-wrapper {
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            max-width: 150px;
            top: 0;
            text-align: center
        }

            .col-100-h .logo-wrapper img {
                max-width: 145px !important;
                position: relative
            }
}

@media (max-width: 480px) {
    .s480-f {
        display: block;
        font-size: 0;
        clear: both
    }

    .bizweb-product-reviews-form {
        min-width: 230px !important
    }

    .col-100 {
        width: 100%
    }
}

.progress {
    height: 6px !important
}

    .progress .progress-bar-success {
        height: 6px !important
    }

.ant-description iframe {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 30px;
    top: auto !important
}

    .support-online a {
        position: relative;
        margin: 20px 10px;
        text-align: left;
        width: 40px;
        height: 40px
    }

    .support-online i {
        width: 40px;
        height: 40px;
        background: #0186d4;
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        position: relative;
        z-index: 999
    }

    .support-online a {
        display: block
    }

        .support-online a span {
            border-radius: 2px;
            text-align: center;
            background: #0186d4;
            padding: 9px;
            display: none;
            width: 210px;
            margin-left: 10px;
            position: absolute;
            color: #ffffff;
            z-index: 999;
            top: 0px;
            left: 40px;
            transition: all 0.2s ease-in-out 0s;
            -moz-animation: headerAnimation 0.7s 1;
            -webkit-animation: headerAnimation 0.7s 1;
            -o-animation: headerAnimation 0.7s 1;
            animation: headerAnimation 0.7s 1
        }

        .support-online a:hover span {
            display: block
        }

        .support-online a span::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #0186d4 transparent transparent;
            position: absolute;
            left: -10px;
            top: 10px
        }

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(144,201,8,0.5);
    opacity: .75;
    right: -10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    border-color: #a2e209;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.hinge {
        animation-duration: 2s
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s
    }

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.grecaptcha-badge {
    display: none !important
}

.banner-logo {
    float: left;
    width: 100%;
}

    .banner-logo img {
        width: 100%;
    }

.home-icon {
}

    .home-icon i {
        font-size: 24px;
    }

.list-menu {
    color: white;
    padding-top: 1px;
}

.list-menu {
    color: white;
    padding-top: 1px;
}

.ul-footer-contact li {
    color: #999;
    margin-top: 11px;
    font-family: 'RobotoCondensed-Light';
    font-size: 16px;
    padding-left: 0 !important;
}

    .ul-footer-contact li span {
        color: black;
        font-family: 'ROBOTO-MEDIUM';
        font-size: 15px;
    }

    .ul-footer-contact li a {
        color: black;
        font-family: 'ROBOTO-MEDIUM';
        font-size: 15px;
        padding-left: 0;
    }

.ul-footer-contact i {
    color: black;
    /* margin-right: 6px; */
}

.follow_option {
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-top: 3px;
}

    .follow_option li {
        display: inline-block;
        float: left;
    }

        .follow_option li a {
            height: 40px;
            width: 40px;
            text-align: center;
            border: 1px solid #e70404;
            line-height: 40px;
            color: red;
            display: block;
            margin-right: 9px;
            border-radius: 50%;
        }

            .follow_option li a .fa {
                color: #e70404;
                font-size: 16px;
                line-height: 40px;
            }

            .follow_option li a:hover {
                color: #e5322d;
            }


.nav-item-lv2:hover {
    background: #0186d4;
}
