.header {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    background: #fff;
}
    .logo-mb{display:none;}
    .category-page .header, .header.optop {
        background-color: #fff;
    }
.fancybox-bg {
    background: #232222;
}
.home .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 0px;
    z-index: 9;
    position: absolute;
    width: 100%;
}

.category-page .header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.category-page .nav-home, .home .nav-page {
    display: none;
}
.category-page .navbar-nav.nav-page{display:block !important;}
.nav-top-menu.nav-04 .logo a img {
    max-height: 50px;
    width: auto;
    /*padding: 3px 0;*/
}

#contact input, #contact select, #contact textarea, textarea {
    border-radius: 3px;
}#contact .boxSendHome h2 {
	display:none;
}
#contact .mb-3.bg-white h2 {
    font-size: 20px;
    text-align: center;
    line-height: normal;
}
#contact .bg-white {
    height: 540px;
    overflow:hidden;
}
#contact .mb-3.bg-white p:nth-of-type(3), #contact .mb-3.bg-white p:nth-of-type(4) {
    display: none;
}
.total-count{display:none;}
.nav-top-menu.nav-04 > .container {
    position: relative;
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #7c7a7a;
    font-size: 12px;
}

.entry-title {
    margin-top: 10px;
    font-weight: 500;
    line-height: 28px;
}

.entry-ci .entry-title {
    margin-top: 0;
    /*font-weight: 500;
    line-height: 22px;*/
}
.site-wrap .about {
  /*  background-image: url(/uploads/data/5211/files/adv/bg-product.jpg);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: repeat;
    background-position: bottom center;*/
  background-color:#eaeaea;
}
/*    .site-wrap .about .site-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        content: "";
        opacity: .85;
    }*/
.site-wrap .about .section-title{position:relative;}
.about .content .mis-vis h3 {
    font-size: 26px;
}

.mis-vis .mis {
    background-color: rgb(76, 192, 126);
}

.mis-vis .vis {
    background-color: rgb(53, 90, 151);
}

.mis-vis .core-values {
    background-color: rgb(58, 118, 191);
}

.mis-vis .mis, .mis-vis .vis, .mis-vis .core-values {
    color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 20px;
}

#form-search-opntop {
    right: 90px;
    top: 9px;
}

#contact_form_map {
    margin: 0;
}

#main-menu .dropdown-menu .block-container .link_container > a {
    line-height: 30px;
    display: block;
    color: #479819;
}

.btn-cart a {
    font-size: 0;
}

#shopping-cart-box-ontop:hover .cart-block {
    margin-top: -19px;
}

span.notify-right {
    display: none;
}

.video-home .nav-tabs {
    max-height: 150px;
    overflow: hidden;
}

    .video-home .nav-tabs:hover {
        overflow-y: scroll;
    }

    .video-home .nav-tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .video-home .nav-tabs::-webkit-scrollbar {
        width: 1px;
        background-color: #F5F5F5;
    }

    .video-home .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #0088cc;
    }

    .video-home .nav-tabs li {
        width: 100%;
    }

    .video-home .nav-tabs > li > a {
        border-radius: 0;
        margin-right: 0;
    }

    .video-home .nav-tabs > li.active > a, .video-home .nav-tabs > li.active > a:focus, .video-home .nav-tabs > li.active > a:hover {
        border: none;
        border-bottom: 1px solid #eaeaea;
        background-color: #f1f1f1;
    }

.header-top-right.slide-full {
    width: 100%;
    margin: 0;
    clear: both;
    position: relative;
    display: block;
    min-height: 600px;
    height: calc(100vh);
    background: #222;
}

    .header-top-right.slide-full .content-slide .item-slide:before {
        z-index: 1;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .header-top-right.slide-full .content-slide .item-slide:after {
        z-index: 1;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
    }

.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next {
    width: 80px;
    height: 81px;
    z-index: 10;
}

.header-top-right .homeslider .item-slide .content {
    position: absolute;
    max-width: 1360px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    width: 100%;
}

.header-top-right .content-slide .slider-thumb .scale-video {
    margin: 0 auto;
    display: block;
}

    .header-top-right .content-slide .slider-thumb .scale-video .video-bg {
        text-align: center;
        width: 100% !important;
        height: 100% !important;
    }

.site-block-wrap {
    min-height: 600px;
    height: calc(100vh);
    background: #222;
}

.site-blocks-cover.overlay-2 {
    position: relative;
}

[data-aos^=fade][data-aos^=fade] {
    transition-property: opacity,transform;
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate(0);
    }

.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .site-blocks-cover .row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
}

    .site-blocks-cover > .container {
        z-index: 2;
        position: relative;
    }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.site-blocks-cover .text-shadow {
    text-shadow: 0px 0px 0px #000;
}

.site-blocks-cover h1 {
    font-size: 3em;
    font-weight: 400;
    color: #fff;
    font-weight: 900;
}

.site-blocks-cover p {
    color: white;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 300;
}

.site-blocks-cover .text-shadow {
    text-shadow: 0px 0px 0px #000;
}

.site-blocks-cover.overlay:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.site-blocks-cover.overlay-2:after {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.site-block-wrap .owl-controls .owl-prev,
.site-block-wrap .owl-controls .owl-next {
    width: 80px;
    height: 81px;
    z-index: 10;
}

.site-block-wrap .owl-controls .owl-prev,
.site-block-wrap .owl-controls .owl-next {
    background: rgba(253, 253, 253, 0.078);
    text-indent: 0px !important;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    -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;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-block-wrap .owl-controls .owl-prev {
    left: 50%;
    background: rgba(253, 253, 253, 0.078) url(../files/images/icon/prev.png) no-repeat center center;
}

.site-block-wrap .owl-controls .owl-next {
    right: 50%;
    background: rgba(253, 253, 253, 0.078) url(../files/images/icon/next.png) no-repeat center center;
}

.site-block-wrap:hover .owl-controls .owl-next {
    right: 10px;
    opacity: 1;
    visibility: inherit;
}

.site-block-wrap:hover .owl-controls .owl-prev {
    left: 10px;
    opacity: 1;
    visibility: inherit;
}

.site-block-wrap .owl-controls .owl-prev:hover,
.site-block-wrap .owl-controls .owl-next:hover {
    opacity: 0.8;
}

.site-block-wrap .owl-controls .owl-prev i, .site-block-wrap .owl-controls .owl-next i {
    display: none;
}

.pl-5, .px-5 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.pb-3, .py-3 {
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}

.properties-page-wrapper .table-bordered, .properties-page-wrapper .table-bordered td {
    border: 0 none;
}

.content-header {
    display: block;
    margin-bottom: 0;
    position: relative;
    /*background: #f7f7f7;
    border: 1px solid #eaeaea;*/
}

    .content-header .content-header-left {
        width: auto;
        float: left;
    }

    .content-header .content-header-right {
        width: auto;
        float: right;
    }

    .content-header select {
        width: auto;
        height: 38px;
        padding-left: 10px;
        border: 1px solid #eaeaea;
        border-radius: 10px;
    }

.view-product-list .display-product-option {
    top: 5px;
}

.properties-page-wrapper table, .properties-page-wrapper td {
    margin: 0;
    padding: 0 !important;
}

.category-page #main-menu .navbar .navbar-nav > li:hover > a, .category-page #main-menu .navbar .navbar-nav > li.active > a {
    color: #333 !important;
}

#product .pb-left-column .product-image .product-full img {
    width: 100%;
}

.filter-brand {
    margin-top: 0;
    border: 1px solid #eaeaea;
}

    .filter-brand .layered_subtitle {
        padding-top: 3px;
        padding-left: 10px;
        display: inline-block;
        font-style: italic;
        color: #00a651;
        font-weight: 600;
    }

    /*.filter-brand .check-box-list {
        display: initial;
    }*/

    .filter-brand .check-box-list li {
        line-height: 24px;
        display: inline-block;
        margin: 0;
        padding: 8px 7px 5px 7px;
        /* padding-left: 15px; */
        color: #222;
        font-weight: 600;
    }
/*.header-top-right .homeslider .item-slide .content.fadeInDown, .header-top-right .homeslider .item-slide .content.fadeInLeft {
    color: #fff;
}

.header-top-right .homeslider .item-slide .content.fadeInRight, .header-top-right .homeslider .item-slide .content.fadeInUp {
    color: rgb(36, 102, 22);
}

    .header-top-right .homeslider .item-slide .content.fadeInRight .title, .header-top-right .homeslider .item-slide .content.fadeInUp .title {
        font-style: italic;
        font-size: 32px;
		text-shadow: 1px 2px 5px #3c3535;
    }

    .header-top-right .homeslider .item-slide .content.fadeInRight .desc, .header-top-right .homeslider .item-slide .content.fadeInUp .desc {
        font-size: 48px;
    line-height: 58px;
    text-shadow: 1px 2px 5px #3c3535;
    }*/
/*.header-top-right .homeslider .item-slide .content .slide-info-in {
        padding: 10px 0 20px 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    }*/
.header-top-right .homeslider .item-slide .content .slide-info-in {
    /*width: 55%;
    padding-top: 10%;*/
    width: 100%;
    margin-top: 18%;
    text-align: center;
}

/*.header-top-right .homeslider .item-slide .content.fadeInDown .slide-info-in {
    width: 100%;
    padding-top: 30%;
	text-align: center;
}*/

/*.header-top-right .homeslider .item-slide .content .slide-info-img {
    width: 45%;
    padding: 50px;
}

.header-top-right .homeslider .item-slide .content.fadeInDown .slide-info-in, .header-top-right .homeslider .item-slide .content.fadeInLeft .slide-info-in {
    float: left;
}

.header-top-right .homeslider .item-slide .content.fadeInRight .slide-info-img, .header-top-right .homeslider .item-slide .content.fadeInUp .slide-info-img {
    float: left;
}

.header-top-right .homeslider .item-slide .content.fadeInRight .slide-info-in, .header-top-right .homeslider .item-slide .content.fadeInUp .slide-info-in {
    float: right;
    padding-top: 30%;
}

.header-top-right .homeslider .item-slide .content.fadeInDown .slide-info-img, .header-top-right .homeslider .item-slide .content.fadeInLeft .slide-info-img {
    float: right;
}*/

.header-top-right .homeslider .item-slide .content .title {
    font-size: 40px;
    line-height: normal;
    /*text-transform: uppercase;*/
}

.header-top-right .homeslider .item-slide .content .desc {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1.4px;
}
/*.header-top-right .homeslider .item-slide .content.fadeInDown .desc {
    letter-spacing: 5.4px;
}*/
.header-top-right .homeslider .item-slide .content .sdide-button {
    height: 42px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0088cc;
    line-height: 40px;
    margin-top: 30px;
}

    .header-top-right .homeslider .item-slide .content .sdide-button:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }

.header-top-right .homeslider .bx-wrapper .bx-has-pager .bx-pager {
    display: none;
}
/*banner cac trang*/
.category-slider {
    position: relative;
    display: block;
}

    .category-slider .item-slider .slider-thumb {
        position: relative;
        height: 550px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .category-slider .item-slider .slider-thumb img {
            margin: 0 auto;
            display: none;
            width: 100%;
        }

    .category-slider .item-slider .content {
        position: absolute;
        max-width: 1170px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding-top: 10%;
        width: 100%;
    }

        .category-slider .item-slider .content .slide-info-in {
            padding: 10px 0 20px 0;
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        }

        .category-slider .item-slider .content .title {
            font-size: 26px;
            text-transform: uppercase;
            line-height: 40px;
            text-shadow: 0px 1px #404040;
        }

        .category-slider .item-slider .content .desc {
            font-size: 16px;
            line-height: 26px;
        }

        .category-slider .item-slider .content .banner-button {
            border: 1px solid #fff;
            display: inline-block;
            padding: 0 20px;
            color: #0088cc;
            line-height: 30px;
            margin-top: 10px;
        }

            .category-slider .item-slider .content .banner-button:hover {
                background: #d4441e;
                border-color: #eaeaea;
                color: #fff;
            }

                .category-slider .item-slider .content .banner-button:hover a {
                    color: #fff;
                }

.box-service-home {
    padding: 30px 0 20px 0;
    position: relative;
}

.box-about-home {
    padding: 40px 0 0 0;
    position: relative;
}

    .box-about-home .box-home {
        line-height: 32px;
        /*font-size: 16px;*/
        text-align: justify;
    }

.product-list li .content_price {
    font-size: 14px;
    color: #fe0002;
    text-align: center;
	display: none;
}

    .product-list li .content_price.content-link {
       /* display: inline-block;*/
	   display: block;
        font-size: 14px;
        padding-top: 5px;

		
    }
        .product-list li .content_price.content-link a.more-view {
            color: #fe0002;
        }
        .product-list li .content_price.content-link:hover a.more-view {
            color: #f5821f;
        }
            .section-featured-banner {
                background-color: #f1f7fc;
                padding: 30px 0;
            }

.lasttest-blog-lager {
    background-color: #f1f7fc;
    padding: 5px 0 30px 0;
}

    .lasttest-blog-lager .blog-list .blog-list-wapper .post-thumb img {
        width: 100%;
    }

    .lasttest-blog-lager .blog-list .blog-list-wapper .post-desc.pos-0 .post-title, .featured-banner .post-title {
        font-size: 22px;
        display: block;
        border-top: none;
    }

    .lasttest-blog-lager .blog-list .blog-list-wapper .post-desc .post-content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .lasttest-blog-lager .blog-list .blog-list-wapper .post-desc .post-title {
        font-size: 16px;
        padding: 18px 0;
        border-top: 1px solid #ccc;
    }

.featured-banner .post-thumb a img {
    width: 100%;
}

.featured-banner .post-desc .post-content {
    padding: 10px 0;
}

.featured-banner .post-desc {
    position: relative;
    padding-left: 50px;
}

.service3 {
    padding-bottom: 50px;
}

    .service3 .service-item .service-info {
        padding-top: 15px;
    }
.abouts .page-heading, .category-page .page-heading{
	display:none;
}
.about .blog-posts .post-item .entry-excerpt {
    text-align: justify;
    max-height: 52px;
    overflow: hidden;
}

.blog-posts .post-item .entry {
    background-color: #f9f9f9;
}

    .blog-posts .post-item .entry .entry-ci {
        padding: 10px 15px 0 0;
    }

.box-products .box-tabs li:last-child > a {
    padding-right: 10px;
}

.about .entry-ci .entry-title {
    font-size: 26px;
}
    .about .entry-ci .entry-title a{color:#333;}
    #left_column .block .block_content {
        padding: 15px 20px;
        border: 1px solid #d6bfbf;
    }

    #left_column .block .block_content.news, #left_column .block .block_content.product {
        margin-bottom: 30px;
    }

        #left_column .block .block_content.news:last-child, #left_column .block .block_content.product:last-child {
            margin-bottom: 0;
        }

.featured-banner .post-desc:before {
    content: "";
    left: 0;
    top: 2px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fe0002;
    border-radius: 3px;
}

.pro-album {
    padding: 30px 0 20px 0;
}

    .pro-album .product-list li .product-name {
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

#main-menu .dropdown-menu.container-fluid .block-container .group_header {
    position: relative;
    display: block;
}

    #main-menu .dropdown-menu.container-fluid .block-container .group_header ul.block {
        display: none;
    }

    #main-menu .dropdown-menu.container-fluid .block-container .group_header:hover ul.block {
        left: 100%;
        top: 0;
        display: block;
        position: absolute;
        background: #fff;
        min-width: 280px;
        padding: 10px 15px;
    }

    #main-menu .dropdown-menu.container-fluid .block-container .group_header > a:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 14px;
        vertical-align: 0;
        padding-left: 7px;
        float: right;
    }

.list-sale .sale-info .title-sale {
    margin-top: 5px;
}

.list-sale .sale-thumb {
    margin-right: -20px;
}

    .list-sale .sale-thumb .client-avarta img {
        margin-top: 5px;
    }

.list-sale .sale-info .color {
    color: #00a651;
}

.section-title-2.section-about h2 {
    margin-bottom: 10px;
}

.section-title-2.section-about {
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
}

    .section-title-2.section-about:after {
        margin: 0;
    }

.section-title-2.section-product h2 {
    margin-bottom: 10px;
}

.section-title-2.section-product {
    margin-bottom: -15px;
    margin-top: 30px;
}

.btn-cl {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 2px 20px;
    font-size: 16px;
    margin-top: 10px;
}

.btn-success {
    color: #fff;
    background-color: #fe0002;
    border-color: #ba1e1f;
    cursor: pointer;
}

.page-product-box .heading {
    margin-bottom: 10px;
}

.entry-detail .list-unstyled {
    padding: 20px 15px;
    background-color: #fff9f5;
}

    .entry-detail .list-unstyled li {
        line-height: 32px;
    }

.entry-detail .entry-photo {
    display: none;
}

.padding-bt {
    padding-bottom: 0;
}

.list-service .service3 .col-sm-3 {
    width: 20%;
}

.list-service .service3 .service-item .service-title a {
    color: #333;
}

.padding-bt .col-sm-4 {
    margin-bottom: 25px;
}

.padding-bt img {
    height: auto !important;
    width: 100% !important;
}

.box-products .box-product-content .box-product-adv .adv-desc {
    display: none;
}

.coment-form .input, .sky-form .input {
    border: none;
    margin-bottom: 15px;
    border: 1px solid #b3b3b3;
}

.form-send-contact .sky-form .input {
    border: none;
}

#contact input, #contact select, #contact textarea {
    border: 1px solid #b3b3b3;
}

.product-comments-block-tab .sky-form .input input, .product-comments-block-tab .sky-form input {
    height: 40px;
    border: 1px solid #fff;
}

#product .pb-right-column .info-orther {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.col-info-feature .title-feature-other .info-feature .feature-name {
    font-weight: 600;
    color: #f58727;
}

.col-info-feature .title-feature-other .info-feature .info-sub {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    padding-left: 15px;
    line-height: 32px;
    list-style: disc;
}

.related-posts .post-item {
    border: 1px solid #eaeaea;
}

.related-posts .entry-thumb img.img-thumbnail {
    border-radius: inherit;
    padding: 0;
    border: none;
}

.related-posts .entry-title, .related-posts .entry-meta-data, .other-system .related-posts .entry-ci p {
    padding-left: 10px;
    padding-right: 10px;
}

.other-system .related-posts .entry-thumb,
.other-system .related-posts .entry-meta-data {
    display: none;
}

.other-system .related-posts .entry-ci .entry-more {
    background: none;
}

.other-system .related-posts .post-item .entry-content {
    min-height: 150px;
}
/*.other-system .related-posts .entry-ci {
    text-align: center;
}*/
#right_column {
    margin-top: 30px;
}

    #right_column .left-module {
        margin-bottom: 30px;
        overflow: hidden;
    }

        #right_column .left-module .owl-dots {
            bottom: 5px;
        }

        #right_column .left-module:last-child {
            margin-bottom: 0;
        }

        #right_column .left-module img {
            margin: 0 auto;
        }

    #right_column .block {
        border: 1px solid #eaeaea;
    }

        #right_column .block .title_block {
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #eaeaea;
            padding-left: 28px;
            text-transform: uppercase;
            padding-top: 11px;
            padding-bottom: 12px;
        }

        #right_column .block .block_content {
            padding: 15px 20px;
        }

.box-about-home .box-home p {
    margin-bottom: 10px;
}

.content br {
    content: "";
    margin: 1em;
    display: block;
    font-size: 24%;
}

.blog-posts .post-item .entry-thumb {
    margin-right: -15px;
}
/*#user-info-opntop .dropdown.open > .dropdown-menu>li:last-child>a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}*/
.block-thongke {
    display: none;
}

.block .title_block {
    background-color: #f5821f;
    color: #fff;
}

    .block .title_block a {
        color: #fff;
    }

#user-info-opntop {
    width: auto;
}

.dropdown-2 {
    margin-top: 0;
}

    .dropdown-2 a {
        display: inline-block;
        float: left;
        margin: 0 2px;
    }

.row-cate-pro {
    padding: 40px 0;
    margin-top: 20px;
    background-color: #027ebe;
}

    .row-cate-pro .cate-pro li {
        text-align: center;
    }

        .row-cate-pro .cate-pro li a .cate-name {
            padding: 10px 0;
        }

        .row-cate-pro .cate-pro li .product-container .block-cate-name {
            padding-top: 25px;
        }
/**/
.option4 .product-list li .price-percent-reduction2 {
    right: -8px;
}

.option4 .blog-list .blog-list-wapper ul li .readmore a {
    color: #0088cc;
}

.option4 {
    background: #eaeaea;
}

    .option4 .product-list li .product-price {
        color: #0088cc;
    }

    .option4 a:hover {
        color: #0088cc;
    }

    .option4 .scroll_top:hover {
        background: #0088cc;
    }

    .option4 .nav-center .owl-controls .owl-prev,
    .option4 .nav-center .owl-controls .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;
    }

    .option4 .nav-center .owl-controls .owl-prev {
        left: -30px;
    }

    .option4 .nav-center .owl-controls .owl-next {
        right: -30px;
    }

    .option4 .nav-center.owl-loaded:hover .owl-next {
        right: 0;
        visibility: inherit;
        opacity: 1;
    }

    .option4 .nav-center.owl-loaded:hover .owl-prev {
        left: 0;
        visibility: inherit;
        opacity: 1;
    }

    .option4 .owl-controls .owl-prev:hover,
    .option4 .owl-controls .owl-next:hover {
        background: #0088cc;
        color: #fff;
    }

    .option4 .product-list li .add-to-cart:hover {
        background-color: #0088cc;
    }

    .option4 .product-list li .quick-view a:hover {
        background-color: #0088cc;
    }
    /*---------------
[2. Main header]
*/
    .option4 .group-button-header {
        margin-top: 10px;
        padding-left: 0;
    }

        .option4 .group-button-header .btn-cart,
        .option4 .group-button-header .btn-heart,
        .option4 .group-button-header .btn-compare,
        .option4 .group-button-header .btn-login {
            width: auto;
            float: right;
            text-indent: inherit;
            padding-left: 30px;
            padding-top: 19px;
        }

        .option4 .group-button-header .btn-heart {
            background: url("../images/heart-icon.png") no-repeat center left;
            font-size: 14px;
        }

        .option4 .group-button-header .btn-login {
            background: url("../images/user-icon.png") no-repeat center left;
            font-size: 14px;
            height: 39px;
            margin-right: 16px;
        }

        .option4 .group-button-header .btn-cart {
            background: url("../images/cart-icon4.png") no-repeat center left;
            font-size: 14px;
            margin-right: 0;
            padding-left: 25px;
            padding-top: 12px;
        }

            .option4 .group-button-header .btn-cart > a {
                font-size: 14px;
            }

            .option4 .group-button-header .btn-cart .notify-right {
                right: 22px;
                top: -8px;
            }

    .option4 span.notify-right {
        background: url('../images/notify-right-red.png') no-repeat;
    }


    .option4 .hot-deals-box {
        background: #fff;
        border: none;
    }

    .option4 .box-products .box-product-content .box-product-list .product-list li {
        border: none;
        background: #fff;
    }

    .option4 .box-products .box-product-head {
        border-color: #ccc;
    }

    .option4 .blog-list .page-heading span.page-heading-title {
        border-color: #0099cc;
    }

    .option4 .nav-top-menu {
        background: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .option4 .box-vertical-megamenus .title {
        height: 42px;
        line-height: 42px;
        background: #0088cc;
    }

        .option4 .box-vertical-megamenus .title .btn-open-mobile {
            line-height: 40px;
        }

    .option4 .main-menu .navbar {
        min-height: 40px;
    }

.nav-ontop #main-menu .navbar .navbar-nav > li > a {
    color: #000 !important;
}

    .nav-ontop #main-menu .navbar .navbar-nav > li > a.active {
        color: #37cfa2 !important;
    }

.option4 #main-menu .navbar .navbar-nav > li > a {
    margin: 10px 0;
    padding: 0 10px;
    text-transform: uppercase;
    border: none;
}

.option4 #main-menu .navbar .navbar-nav > li:hover,
.option4 #main-menu .navbar .navbar-nav > li.active {
    background: transparent;
    color: #0088cc;
}

    .option4 #main-menu .navbar .navbar-nav > li:hover > a,
    .option4 #main-menu .navbar .navbar-nav > li.active > a {
        color: #0088cc;
        border: none;
    }

    .option4 #main-menu .navbar .navbar-nav > li:last-child > a,
    .option4 #main-menu .navbar .navbar-nav > li.active:last-child > a {
        border: none;
        padding-right: 0;
    }

.option4 #main-menu .navbar-nav > li:hover .dropdown-menu {
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
    opacity: 1;
    visibility: visible;
}

.option4 #main-menu li.dropdown:before {
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -5px;
}

.option4 #main-menu {
    margin: 0;
    margin-top: 12px;
}

.option4 .nav-ontop {
    height: 40px;
    background: #0088cc;
}

    .option4 .nav-ontop #box-vertical-megamenus .title {
        background: #0088cc;
        color: #fff;
        border: none;
    }

.option4 .box-vertical-megamenus .vertical-menu-content {
    border: 1px solid #eaeaea;
    padding-bottom: 32px;
}

.option4 .box-vertical-megamenus .vertical-menu-list {
    border: none;
}

    .option4 .box-vertical-megamenus .vertical-menu-list li {
        border: none;
        padding: 0 20px;
    }

        .option4 .box-vertical-megamenus .vertical-menu-list li:last-child > a {
            border: none;
        }

    .option4 .box-vertical-megamenus .vertical-menu-list > li > a {
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #eaeaea;
        line-height: 36px;
    }

.option4 .box-vertical-megamenus {
    top: -1px;
}

    .option4 .box-vertical-megamenus .vertical-menu-list > li:hover {
        background: #0088cc;
    }

        .option4 .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            border-color: transparent;
        }

    .option4 .box-vertical-megamenus .vertical-menu-list > li:hover {
        border-left: none;
    }

        .option4 .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            border-top: none;
        }

    .option4 .box-vertical-megamenus .all-category {
        margin-top: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

        .option4 .box-vertical-megamenus .all-category span:after {
            content: "\f101";
            font-size: 16px;
            font-weight: normal;
        }

.option4 .vertical-dropdown-menu .mega-group-header span {
    border-color: #0088cc;
}

.option4 .box-vertical-megamenus .all-category:hover span {
    background: #0088cc;
    border-color: #0088cc;
}

.option4 #main-menu .dropdown-menu .block-container .group_header > a {
    border-color: #0088cc;
}

.option4 .box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    right: 20px;
}

.option4 .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
    color: #0088cc;
}

.option4 .cart-block .cart-block-content .product-info .p-right .p-rice {
    color: #0088cc;
}

.option4 .cart-block .cart-block-content .cart-buttons a.btn-check-out {
    background: #0088cc;
}

.option4 .nav-ontop #box-vertical-megamenus {
    width: 60px;
}

.option4 .nav-ontop #main-menu .navbar .navbar-nav > li > a {
    color: #fff;
    border-right: none;
}

.option4 .nav-ontop #main-menu .navbar .navbar-nav > li:hover,
.option4 .nav-ontop #main-menu .navbar .navbar-nav > li.active {
    background: #31a5df;
    color: #0088cc;
}

    .option4 .nav-ontop #main-menu .navbar .navbar-nav > li:hover > a,
    .option4 .nav-ontop #main-menu .navbar .navbar-nav > li.active > a {
        color: #fff;
    }

.option4 #form-search-opntop {
    height: 40px;
}

    .option4 #form-search-opntop form {
        margin-top: 4px;
        color: #fff;
    }

    .option4 #form-search-opntop .btn-search:before {
        color: #fff;
    }

    .option4 #form-search-opntop:hover form {
        border: 1px solid #cacaca;
        background: #31a5df;
    }

.option4 .header {
    background: #fff;
}

.option4 .main-header {
    background: #fff;
    padding: 20px 0;
}

.option4 #home-slider {
    background: #fff;
}

.option4 .header-top-right .homeslider {
    width: 100%;
    padding: 10px 0 0 10px;
}

.option4 .header-top-right {
    border: none;
}

.content-shop .content-pro2 {
    font-size: 16px;
}

.row-blog {
    background: #fff;
    margin-top: 40px;
}

.formsearch-option4 {
    padding: 0;
    height: 40px;
}

    .formsearch-option4 > form {
        border-right: 1px solid #ccc;
        height: 40px;
    }

    .formsearch-option4 .form-category {
        border-right: 1px solid #ccc;
        height: 40px;
        min-width: 150px;
    }

    .formsearch-option4 .select2-container--default,
    .formsearch-option4 .select2-selection--single {
        border: none;
        height: 40px;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }

    .formsearch-option4 .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }

    .formsearch-option4 .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }

    .formsearch-option4 .form-category select {
        padding: 10px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('../images/dropdow.png') no-repeat right center;
        padding-right: 25px;
        color: #666;
    }

    .formsearch-option4 .input-serach {
        padding-left: 10px;
    }

    .formsearch-option4 .btn-search {
        width: 50px;
        height: 40px;
        border-left: 1px solid #ccc;
        color: #666;
    }

        .formsearch-option4 .btn-search .fa {
            line-height: inherit;
        }

.cate-pt .category-featured .show-brand {
    background-color: #fff;
}
/*.group-banner4 {
    background: #fff;
    padding: 40px 0;
}*/
.option4 .group-banner4 .list-banner {
    margin-left: -5px;
    margin-right: -5px;
}

    .option4 .group-banner4 .list-banner li {
        display: inline;
        float: left;
        padding: 0 5px;
    }

.option4 .header-top-right .homeslider .bx-controls-direction .bx-prev,
.option4 .header-top-right .homeslider .bx-controls-direction .bx-next {
    background: #0088cc;
}

.option4 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
    width: 10px;
    height: 10px;
}

    .option4 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
        width: 100%;
        height: 100%;
        float: left;
        background: transparent;
        margin: 0;
        padding: 0;
        text-align: center;
        text-indent: 0px;
        border-radius: 90%;
        color: #666;
        border: 1px solid #fff;
        padding-left: 1px;
        background: #fff;
        font-size: 0;
    }

        .option4 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a.active {
            background: #0088cc;
            border-color: #0088cc;
        }

.option4 .blog-list .page-heading {
    font-size: 18px;
}

.option4 #footer2 {
    margin-top: 0;
    padding-top: 40px;
    border: none;
}

    .option4 #footer2 .footer-top {
        border-top: 1px solid #eaeaea;
    }

.nav-top-menu .link-mainmenu {
    width: auto;
    display: inline-block;
    float: right;
    height: 40px;
}

    .nav-top-menu .link-mainmenu img {
        vertical-align: middle;
        display: inline-block;
    }

    .nav-top-menu .link-mainmenu .dropdown {
        padding: 0 10px;
        border-right: 1px solid #ccc;
    }

        .nav-top-menu .link-mainmenu .dropdown > a {
            line-height: 40px;
        }

            .nav-top-menu .link-mainmenu .dropdown > a:after {
                content: "\f107";
                font-family: "FontAwesome";
                font-size: 17px;
                vertical-align: 0;
                padding-left: 10px;
            }

            .nav-top-menu .link-mainmenu .dropdown > a > img {
                margin-top: -3px;
                margin-right: 5px;
            }

    .nav-top-menu .link-mainmenu .dropdown-menu {
        border-radius: 0;
        border: none;
        top: 100%;
        left: 0;
    }

        .nav-top-menu .link-mainmenu .dropdown-menu > li > a > img {
            margin-top: -2px;
            margin-right: 5px;
        }

.group-link-main-menu {
    padding-left: 0;
}

.breadcrumb {
    margin: 15px 0 25px 0;
}

.option4 .header-top-right .homeslider .bx-wrapper .bx-pager,
.option4 .bx-wrapper .bx-controls-auto {
    text-align: center;
}

.content h3, .content h4 {
    margin: 10px 0 15px 0;
    line-height: 24px;
}

.content-text .content {
    line-height: 24px;
}

.content-text .ngaycn {
    display: none;
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
    text-align: center;
}

.product-tab .tab-container .tab-panel a {
    color: #fe0002;
}

.product-tab .tab-container .tab-panel:hover a {
    color: #0088cc;
}

.content-text img, .product-tab .tab-container .tab-panel img {
    height: auto !important;
}

.content-text .pro-video .name-video a {
    color: #333;
}

.content-text .pro-video .name-video:hover a {
    color: #fe0002;
}
.block-video .products-block-right .product-name{
    height:85px;overflow:hidden;line-height:22px;
    padding-top:10px;
}
/** sortPagiBar **/
.navigation-pipe {
    margin: 0 6px;
}

.page-heading span.page-heading-title2 {
    text-transform: none;
    margin-top: 10px;
    font-weight: 500;
    line-height: 28px;
}

.page-heading {
    font-size: 32px;
    margin-bottom: 15px;
    border-bottom: 0;
    text-align: left;
}

    .page-heading.product {
        text-align: center;
    }

.pagibar {
    width: auto;
    text-align: center;
    margin-top: 15px;
}

    .pagibar .pagination {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

        .pagibar .pagination a:hover {
            background: #a21d21;
            color: #fff;
        }

        .pagibar .pagination .active a {
            background: #4ca246;
            color: #fff;
        }

        .pagibar .pagination > li:first-child > a,
        .pagibar .pagination > li:first-child > span {
            margin-left: 0px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .pagibar .pagination > li > a,
        .pagibar .pagination > li > span {
            position: relative;
            float: left;
            padding: 8px 15px;
            margin-left: -1px;
            line-height: 1.42857;
            color: #999;
            text-decoration: none;
            background-color: #fafafa;
            border: 1px solid #eaeaea;
        }

        .pagibar .pagination > li:last-child > a,
        .pagibar .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

#product-detail blockquote, .content-text blockquote {
    background: #f9f9f9;
    border-left: 2px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
    font-size: 14px;
}

    #product-detail blockquote:before, .content-text blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 3em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    #product-detail blockquote p, .content-text blockquote p {
        display: inline;
    }

#product-detail ol, .content-text ol, .content-text.about ol {
    list-style-type: decimal;
    padding-left: 26px;
    display: block;
}

.content-text ul, #product-detail ul, .content-text.about ul {
    list-style-type: disc;
    padding-left: 26px;
    display: block;
}


#product-detail a, .content-text a {
    color: #00a651;
}

    #product-detail a:hover, .content-text a:hover {
        color: #ff6633;
    }

.content-text.about ul.blog-posts {
    list-style-type: none;
    padding: 0;
}
/*--------------
[8.1 album]
*/
.content-text .cate-alb .item-alb, .content-text .cate-sub-alb .item-alb {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin-bottom: 20px;
}
    .content-text .cate-sub-alb .item-alb .alb-thumb a{display:block;}
    .content-text .cate-alb .alb-info, .content-text .cate-sub-alb .alb-info {
        padding-top: 15px;
        text-align: center;
        padding-bottom: 15px;
    }

.content-text .alb-info .alb-title {
    min-height: 78px;
    line-height: 26px;
}

    .content-text .alb-info .alb-title:hover a {
        color: #fe0002;
    }

.content-text .cate-sub-alb .alb-info a {
    color: #333;
}

.content-text .cate-alb .alb-price, .content-text .cate-sub-alb .alb-price {
    display: none;
}

.content-text .cate-alb .alb-info .alb-extra-link, .content-text .cate-sub-alb .alb-info .alb-extra-link {
    margin-top: 15px;
}

    .content-text .cate-alb .alb-info .alb-extra-link a, .content-text .cate-sub-alb .alb-info .alb-extra-link a {
        border: 1px solid #eaeaea;
        padding: 10px 12px;
        background: #eee;
    }

        .content-text .cate-alb .alb-info .alb-extra-link a:hover, .content-text .cate-sub-alb .alb-info .alb-extra-link a:hover {
            background: #fe0002;
            color: #fff;
        }

.list-photo .item {
    float: left;
    position: relative;
    line-height: 1em;
}

.list-photo .grid-sizer {
    width: 33.33334%;
}

.list-photo .item {
    width: 33.33334%;
    border: solid 3px #fff;
}

.list-photo .image {
    max-width: 100%;
    margin: 0;
    display: block;
}

    .list-photo .image:after {
        clear: both;
    }

.list-photo .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

    .list-photo .overlay .title-sort {
        text-align: center;
    }

        .list-photo .overlay .title-sort span {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 102, 51, 0.5);
            display: block;
            margin: 0 auto;
            line-height: 40px;
            border-radius: 50%;
        }

    .list-photo .overlay .description .title {
        text-align: center;
        font-size: 20px;
    }

    .list-photo .overlay .description {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.80);
        width: 100%;
        margin: 0;
    }

        .list-photo .overlay .description h3 {
            margin: 20px;
        }

.list-photo .item:hover .overlay {
    display: block;
}

.item-alb .alb-thumb .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
}

.cate-sub-alb .item-alb .alb-thumb .product-label {
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ffc000;
    height: 22px;
}

.partner-choise {
    margin-top: 20px;
}

.list-partner .item-partner {
    border: 1px solid #eaeaea;
}

    .list-partner .item-partner .partner-icon img {
        margin: 0 auto;
        display: block;
    }

#product .product-name {
    text-align: center;
    font-size: 36px;
}

#product .pb-right-column .form-option {
    width: auto;
    display: inline-block;
}

#product .pb-right-column .form-action {
    padding-left: 15px;
    width: auto;
    display: inline-block;
}

#product .pb-right-column .form-cart-option {
    position: relative;
    display: none;
}

#product .pb-right-column .adprobook2 {
    height: 35px;
    width: auto;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #d2d2d2;
    border-radius: 20px;
}

#product .pb-right-column .form-option .attributes .input-group {
    border: none;
}

    #product .pb-right-column .form-option .attributes .input-group .input-group-btn .btn-success {
        margin: 0;
        max-width: inherit;
    }

#product .pb-right-column .product-desc.nd1, .content-pro2 {
    overflow: hidden;
}

.product-desc.nd1 ul {
    list-style-type: disc;
    padding-left: 26px;
    display: block;
}

.product-desc.nd1 ol {
    list-style-type: decimal;
    padding-left: 26px;
    display: block;
}

.show-more::before, .show-more2::before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
}

.show-more .readmore, .show-more2 .readmore {
    color: #0090c9;
}

    .show-more .readmore:after, .show-more2 .readmore:after {
        content: '';
        width: 0;
        right: 0;
        border-top: 6px solid #288ad6;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

.show-more, .show-more2 {
    text-align: center;
    margin-bottom: 20px;
}

#myListViewed li .product-container .product-star, #myTableWish li .product-container .product-star {
    width: auto;
    float: none;
    text-align: center;
    display: block;
}

#myListViewed li .product-container .product-name, #myTableWish li .product-container .product-name {
    width: 100%;
}

.heart {
    font-size: 36px;
}

    .heart.like {
        color: #00a651;
    }

    .heart.liked {
        color: #fe0002;
    }

.delete_cartorder {
    position: absolute;
    top: -7px;
    right: 5px;
}

#myTableCart .pointer td:first-child {
    position: relative;
}

#myTableCart .pointer td a.delete_cartorder {
    top: 20px;
}

.cartlist-number, .wishlist-number, .viewdlist-number {
    border-radius: 50%;
    padding: 3px 5px;
    color: #eee;
    font-size: 13px;
    top: -10px;
    right: -10px;
    position: absolute;
    height: 20px;
    width: 20px;
    line-height: normal;
}

.cartlist-number {
    background: #f7180d;
}

.wishlist-number {
    background: #00a651;
}

.viewdlist-number {
    background: #0088cc;
}

i.fa-heart {
    color: #f36;
}

.layered-content .check-box-list {
    overflow: hidden;
    padding: 0;
    border: none;
}

.check-box-list tr td {
    line-height: 32px;
    list-style: none;
    width: 50%;
    display: inline-block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 26px;
    vertical-align: top;
    font-size: 13px;
}

    .check-box-list label:hover {
        color: #ff6633;
    }

.check-box-list input[type="checkbox"] {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

    .check-box-list input[type="checkbox"]:checked + label {
        color: #ff6633;
    }

    .check-box-list input[type="checkbox"]:checked {
        color: #ff6633;
    }

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}

.product-comments-block-tab .btn-comment {
    background-color: #08c;
    color: #fff;
    text-transform: uppercase;
}


/*blockquote ul {
    list-style-type: disc;
    padding-left: 16px;
    display: block;
}

blockquote ol {
    list-style-type: decimal;
    padding-left: 16px;
    display: block;
}*/
/*Videos*/
.content-text .pro-video .thum-video {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: block;
}

.content-text .pro-video .name-video {
    padding: 15px 7px 0 7px;
    height: 85px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.group-brand .item-product {
    border: 1px solid #eaeaea;
    position: relative;
}

.group-brand .product-list li .product-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    /*opacity: 0;*/
    background: #ffffff8a;
}

.group-brand .product-list li:hover .item-product .product-info {
    opacity: 1;
    background: #51c3ff;
}

.group-brand .item-product .product-info .pro-name {
    overflow: hidden;
    padding-top: 5px;
}
/*Sales left*/
#left_column .block .block_content.product-onsale .right-block {
    text-align: center;
}

.saleon .block_content .testimonials .client-post {
    text-align: center;
}

.saleon .block_content .testimonial {
    text-align: center;
}

    .saleon .block_content .testimonial .tel {
        font-size: 18px;
        padding-top: 10px;
    }

.saleon .block_content .testimonials .sale-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    text-align: center;
}

    .saleon .block_content .testimonials .sale-info .sale-phone {
        text-align: center;
        font-size: 24px;
        color: #ff6633;
    }

.saleon .block_content .testimonial .tel {
    font-size: 24px;
    color: #ff6633;
}

.saleon .block_content .testimonial .sale-phone a {
    color: #f00;
}

.saleon .block_content .testimonial .sale-email {
    font-size: 14px;
    color: #ff6633;
}

.social-work {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 10px;
}

    .social-work a {
        display: inline-block;
        color: #fff;
        width: 20px;
        height: 20px;
        background: #415a99;
        text-align: center;
        line-height: 20px;
        margin-left: 5px;
    }

    .social-work > a.instagram {
        background: #5b7fa6;
    }

    .social-work > a.linkedin {
        background: #cb222a;
    }

    .social-work > a.twitter {
        background: #00caff;
    }

    .social-work > a:hover {
        opacity: 0.8;
    }
/*sale all*/
/*Videos*/
.ion-clock:before, .ion-eye:before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-clock:before {
    content: "\f073";
}

.ion-eye:before {
    content: "\f06e";
}

.sear-form input {
    border: 1px solid #eaeaea;
    padding: 0 10px;
    height: 35px;
}

.content-text .pro-video .thum-video {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: block;
}

.content-text .pro-video .name-video {
    padding-top: 15px;
    height: 85px;
    overflow: hidden;
    text-align: center;
}

.section-band-logo .list-band9 .owl-controls .owl-prev, .section-band-logo .list-band9 .owl-controls .owl-next {
    background: rgba(234, 234, 234, 0.19);
}

.section-band-logo .list-band9:hover .owl-controls .owl-prev, .section-band-logo .list-band9:hover .owl-controls .owl-next {
    background: rgba(57, 175, 129, 0.7);
}

.section-band-logo .list-band9:hover .owl-controls .owl-next {
    border-radius: 8px 0 0 8px;
}

.section-band-logo .list-band9:hover .owl-controls .owl-prev {
    border-radius: 0 8px 8px 0;
}

.row-cate-pro .cate-pro .owl-controls .owl-prev, .row-cate-pro .cate-pro .owl-controls .owl-next {
    background: rgba(234, 234, 234, 0.19);
}

.row-cate-pro .cate-pro:hover .owl-controls .owl-prev, .row-cate-pro .cate-pro:hover .owl-controls .owl-next {
    background: rgba(57, 175, 129, 0.7);
}

.row-cate-pro .cate-pro:hover .owl-controls .owl-next {
    border-radius: 8px 0 0 8px;
}

.row-cate-pro .cate-pro:hover .owl-controls .owl-prev {
    border-radius: 0 8px 8px 0;
}

.group-banner4 .list-banner .owl-controls .owl-prev, .group-banner4 .list-banner .owl-controls .owl-next {
    background: rgba(234, 234, 234, 0.19);
}

.group-banner4 .list-banner:hover .owl-controls .owl-prev, .group-banner4 .list-banner:hover .owl-controls .owl-next {
    background: rgba(57, 175, 129, 0.7);
}

.group-banner4 .list-banner:hover .owl-controls .owl-next {
    border-radius: 8px 0 0 8px;
}

.group-banner4 .list-banner:hover .owl-controls .owl-prev {
    border-radius: 0 8px 8px 0;
}

.group-banner4 .list-banner .list-item {
    text-align: center;
}

    .group-banner4 .list-banner .list-item .info {
        padding-top: 20px;
        color: #fff;
    }

.page-contact {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -10px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
}

    .page-contact p {
        margin: 0 0 10px;
    }

.form-send-contact .sky-form .input input, .form-send-contact .sky-form input {
    height: 40px;
    background-color: #f7f7f7;
}

.form-send-contact .sky-form .icon-append, .form-send-contact .sky-form .icon-prepend {
    top: 5px;
    line-height: 30px;
}

.goi-home {
    text-transform: uppercase;
    position: relative;
    text-align: right;
}

.btn-info.btn-cal {
    background-color: #000;
    border-color: #f10554;
    min-width: 150px;
    line-height: 26px;
    font-size: 14px;
    color: #fbff00;
    border-radius: inherit;
    margin-top: 40px;
}

.saleon-product .btn-info.btn-cal {
    width: 100%;
    background-color: #f58727;
    border-color: #b50030;
    margin: 0 15px;
    margin-top: 10px;
}

.saleon-product .testimonials .sale-info {
    position: relative;
    line-height: 36px;
}

.saleon-product .testimonials {
    padding-top: 15px;
    display: inline-block;
    margin-right: -30px;
}

    .saleon-product .testimonials .client-mane {
        text-align: left;
        text-transform: inherit;
        border-bottom: 1px solid #efefef;
        font-weight: 400;
        font-family: "Oswald", sans-serif;
    }

    .saleon-product .testimonials .client-post a {
        color: #f00;
        font-size: 18px;
    }

    .saleon-product .testimonials .client-zalo .zalo i {
        float: right;
    }

.client-zalo .zalo i {
    width: 25px;
    height: 25px;
    background: #ffffff url(../files/Images/icon/zalo.png);
    background-size: cover;
    font-size: 0;
    border-radius: 50%;
    margin-top: 6px;
}

.network-tags {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

    .network-tags span {
        float: left;
        padding-right: 10px;
    }

    .network-tags .wg-list-tabs li {
        display: inline-block;
        padding: 0 7px;
        background-color: #f1f1f1;
        margin: 0 2px;
    }

        .network-tags .wg-list-tabs li:hover {
            background-color: #00a360;
        }

            .network-tags .wg-list-tabs li:hover a {
                color: #fff;
            }

/*Product News*/
.product-detail-wrapper {
    padding: 30px 0;
}

.product-detail-main {
    margin-bottom: 40px;
}

.product-image__button {
    position: -webkit-sticky;
    position: sticky;
    bottom: 50%;
    z-index: 10;
    display: none;
}

.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-gallery__thumbs-container {
    width: 15%;
    margin-right: 10px;
}



.product-gallery__thumb {
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #f7f7f8;
    width: 100%;
}

    .product-gallery__thumb.active, .product-gallery__thumb.active:hover {
        border-color: #808284;
    }

    .product-gallery__thumb a {
        background-color: #f3f3f3;
        display: block;
    }

    .product-gallery__thumb img {
        cursor: pointer;
        background-color: #f7f7f8;
        width: 100%;
    }

    .product-gallery__thumb.active img {
        opacity: .9;
        width: 100%;
    }

.product-image-detail {
    width: 85%;
    padding-left: 10px;
    position: relative;
    margin-right: -10px;
}

    .product-image-detail.box__full {
        width: 100%;
        padding-left: 0;
    }

    .product-image-detail ul {
        margin: 0;
    }

.product-gallery-item {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
}

    .product-gallery-item .product-image-feature {
        width: 100%;
    }

.icon-pr-fix {
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-zoom {
    width: 30px;
    height: 30px;
    overflow: visible;
    cursor: pointer;
    top: auto;
    bottom: 48px;
    right: 0;
    left: 0;
    margin: auto;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.product-zoom, .gallery-index {
    position: absolute;
    z-index: 6;
}

.product-gallery__thumb_video .video-play {
    position: relative;
    text-align: center;
}

    .product-gallery__thumb_video .video-play .box-video i {
        position: absolute;
        font-size: 60px;
        color: #f00;
        left: 50%;
        top: 40%;
        height: 60px;
        line-height: 60px;
    }

@media (min-width: 992px) {
    .product-gallery__thumbs {
        box-sizing: border-box;
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
        padding-bottom: 1px;
    }

    .product-content-desc {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
    }
}

@media (max-width: 991px) {
    .product-image-detail {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
        border: 1px solid #eaeaea;
    }

        .product-image-detail li.product-gallery-item {
            margin-bottom: 0;
        }

    .box-product-carousel .owl-controls .owl-prev, .box-product-carousel .owl-controls .owl-next {
        background: #f58727a6;
        width: 40px;
        height: 40px;
        color: #fff;
        line-height: 40px;
    }

    .box-product-carousel .owl-controls .owl-prev {
        border-radius: 0 10px 10px 0;
    }

    .box-product-carousel .owl-controls .owl-next {
        border-radius: 10px 0 0 10px;
    }

        .box-product-carousel .owl-controls .owl-prev .fa, .box-product-carousel .owl-controls .owl-next .fa {
            font-weight: normal;
            font-size: 30px;
        }
}
/** MAIN HEADER ON TOP**/
.main-header-ontop {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    min-height: 50px;
}

    .main-header-ontop .main-header {
        padding: 10px 0;
    }

        .main-header-ontop .main-header .logo img {
            width: 80%;
            height: auto;
        }

.title-system-sub.nav-tab2 {
    margin-bottom: 15px;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    position: relative;
}

    .title-system-sub.nav-tab2 > li:last-child {
        margin-right: 0;
    }

    .title-system-sub.nav-tab2 > li {
        height: 40px;
        line-height: 40px;
        float: left;
        display: inline;
        background: #f58727;
        border: 0;
        border-bottom: 2px solid #a09da2;
        color: #333333;
        text-transform: uppercase;
        text-align: center;
        width: 33.3333%;
    }

        .title-system-sub.nav-tab2 > li:hover > a, .title-system-sub.nav-tab2 > li.active > a {
            background: #fff;
            color: #f58727;
            border-bottom: 2px solid #f58727;
            border-radius: inherit;
            font-weight: 600;
            width: 100%;
        }

        .title-system-sub.nav-tab2 > li > a {
            color: #fff;
            padding: 0 15px;
            height: 40px;
            display: block;
        }

.tab-system.tab-container {
    margin-top: -1px;
    z-index: 1;
}

    .tab-system.tab-container p {
        margin: 0 0 10px;
    }

    .tab-system.tab-container .tab-panel {
        line-height: 24px;
    }

    .tab-system.tab-container .tab-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .tab-system.tab-container .active {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        -vendor-animation-duration: 0.3s;
        -vendor-animation-delay: 1s;
        -vendor-animation-iteration-count: infinite;
        display: block;
    }

.tabx {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

    .tabx .thumb-img {
        display: none;
    }
    /*.tabx .tabs-info-all {
        padding: 10px;
    }*/
    .tabx .tabs-info-all .tabs-info {
        height: 56px;
        overflow: hidden;
        line-height: 26px;
        color: #f58727;
    }

    .tabx .tabs-info-all .tabs-info-2 {
        height: 175px;
        overflow: hidden;
    }

        .tabx .tabs-info-all .tabs-info-2 a.account-link {
            position: absolute;
            bottom: 5px;
            color: #37cfa2;
        }

            .tabx .tabs-info-all .tabs-info-2 a.account-link i {
                padding-right: 10px;
            }
/*.social-link{text-align:right;}*/
.footer-top #address-box {
    text-align: center;
}

    .footer-top #address-box h2 {
        font-size: 26px;
    }

    .footer-top #address-box h3 {
        font-size: 20px;
    }

    .footer-top #address-box h2, .footer-top #address-box h3 {
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .footer-top #address-box p {
        line-height: 28px;
    }

#address-box a {
    color: #f58727;
}

#address-box a:hover {
    color: #71bf44;
}

.float-contact .chat-face, .float-contact .chat-zalo {
    display: inline-block !important;
    margin-top: 0 !important;
    border-radius: 50%;
}

    .float-contact .chat-face:hover, .float-contact .chat-zalo:hover, .float-contact .chat-zalo + .chat-zalo:hover {
        bottom: 10px;
    }

.float-contact .chat-hotline {
    display: inline-block !important;
    font-size: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 2px !important;
    background: #a21d21 !important;
    padding-top: 12px !important;
    padding-bottom: 3px !important;
    position: relative;
    letter-spacing: 0.5px;
}

    .float-contact .chat-hotline i {
        padding: 0 !important;
        font-size: 30px !important;
        margin-top: -6px;
        width: 24px;
        text-align: left;
        margin-right: 5px;
    }

    .float-contact .chat-hotline .text-call {
        display: block;
        position: absolute;
        font-size: 10px;
        top: 0;
        font-family: arial;
        padding-left: 30px;
        margin-top: 2px;
    }

.float-contact {
    bottom: 15px !important;
    /*right: 5px;
    left: inherit !important;*/
    z-index: 3 !important;
    text-align: right;
    line-height: normal;
}
.fprIlH{display:none !important;}
.other-alb .blog-posts .item-post-masonry {
    width: 50%;
    float: left;
}

.other-alb .section-title {
    position: relative;
    display: block;
}

.other-alb .blog-posts {
    display: inline-block;
    width: 100%;
}
/*Chat face*/
.ff_cfacebook {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
    width: 265px;
    height: auto;
    box-shadow: 2px 2px 2px 4px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    .ff_cfacebook .fchat {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

        .ff_cfacebook .fchat .fb-page {
            margin-top: -130px;
            float: left;
        }

    .ff_cfacebook a.chat_fb {
        float: left;
        padding: 0 15px;
        width: 300px;
        color: #fff;
        text-decoration: none;
        height: 36px;
        line-height: 40px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: 0 0;
        background-color: #3a5795;
        border: 0;
        border-bottom: 1px solid #133783;
        z-index: 9999999;
        margin-right: 12px;
        font-size: 16px;
    }

        .ff_cfacebook a.chat_fb:hover {
            color: yellow;
            text-decoration: none;
        }

.sale-footer {
    background: #01c177;
    color: #ffffff;
    padding: 4px 15px 4px 4px;
    bottom: 10px;
    position: fixed;
    left: 10px;
    border-radius: 20px;
    z-index: 99999;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}

    .sale-footer .sales-hotline a {
        color: #fff;
    }

.sales-hotline i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #fe0002;
    text-align: center;
    border-radius: 50%;
}

.quick-alo-phone .quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    height: 200px;
    width: 82px;
    height: 64px;
    right: 150px;
    bottom: 60%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

    .quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
        border-color: #00A1FF;
        opacity: 0.5;
    }

.quick-alo-ph-circle {
    position: fixed;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    border: 2px solid #00A1FF;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: .75 !important;
}

.quick-alo-ph-circle-fill {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 30px;
    left: 30px;
    background-color: rgba(0, 161, 255, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00A1FF;
}

.quick-alo-ph-img-circle {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 50px;
    background: #00A1FF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #ff0101;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
#product .pb-right-column .form-share{border-top:none;}
#product .pb-right-column .product-price-group {
    display: none;
}
/** REPONSIVE **/
/*----------------
[4. Styles for devices(>1200px)]
*/
/*@media (min-width: 1401px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .container {
        width: 1260px;
    }
}*/
.contact {
    position: absolute;
    top: 5px;
    right: 10px;
}

.ftco-media-1 > .ftco-media-1-inner {
    position: relative;
}

    .ftco-media-1 > .ftco-media-1-inner:after {
        position: absolute;
        content: "";
        right: 0px;
        bottom: 0px;
        top: 20px;
        background: #f58727;
        width: 100%;
        z-index: -1;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
    }
    .ftco-media-1 > .ftco-media-1-inner .d-inline-block .img-fluid {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
		border: 1px solid #e0e0e0;
    }
    .ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
        right: -20px;
        bottom: -20px;
        opacity: 1;
        visibility: visible;
    }

.ftco-media-1 .ftco-media-details, .ftco-media-1 .ftco-media-details {
    padding-right: 25px;
}

.ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
    position: relative;
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}

.ftco-media-1 .ftco-media-details {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.ftco-media-1 strong {
    font-weight: normal !important;
}

.ftco-media-1 h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    line-height: 28px;
    padding-top:10px;
    /*height: 65px;*/
}

    .product-home .site-section .btn.btn-primary {
        position: relative;
    }
.product-home .ftco-media-1 .ftco-media-details {
    text-align: center;
}
.ftco-media-1:hover h3 a, .ftco-media-1:focus h3 a {
    color: #fff;
}

.ftco-media-1 p {
    margin-bottom: 0;
}

.ftco-media-1:hover p, .ftco-media-1:hover strong, .ftco-media-1:focus p, .ftco-media-1:focus strong {
    color: #939393;
}

.ftco-media-1 .product-extra-link {
    text-align: center;
}

    .ftco-media-1 .product-extra-link a {
        position: relative;
        width: 120px;
        padding: 5px 20px;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        display: block;
        margin: 0 auto;
    }

    .ftco-media-1 .product-extra-link:hover a {
        background-color: #f58727;
        border: 1px solid #f58727 !important;
        color: #fff;
    }

.ftco-media-1:hover .product-extra-link a {
    border: 1px solid #666;
}

.font-size-regular {
    line-height: 26px;
    min-height: 58px;
    overflow:hidden;
}

.section-title {
    color: #f58220;
    font-size: 40px;
    /*font-weight: 900;*/
}

    .section-title a {
        color: #f58220
    }

/*.how-it-works .second-step .text-dark a, .justify-content-center .section-title.text-black a {
    color: #fff;
}*/

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-3, .my-3 {
    margin-top: 0;
    margin-bottom: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.bg-light {
    background: #f8f9fa;
}

.bg-light-gradient {
    background: linear-gradient(180deg, #f8f9fa 15%, #fff 55%);
}

.site-section {
    padding: 2.5em 0;
}

    .site-section.site-about {
        padding-bottom: 1em;
        text-align:justify;
    }

    .site-section.site-service {
        padding-top: 1em;
    }
        .site-section.site-service .align-items-stretch .overlay-image img {
            padding: 5px;
            border: 1px solid #eaeaea;
            border-top-left-radius: 50px;
            border-bottom-right-radius: 50px;
        }
.site-service-about{margin-bottom:10px;}
.site-service-about .ser-ab {
    display: block;
}
    .site-service-about .ser-ab .ser-name {
        font-size: 15px;
        white-space: nowrap;
    }
    .site-service-about .ser-ab .overlay-image, .site-service-about .ser-ab .ser-name {
        text-align: left;
    }
        .site-service-about .ser-ab .overlay-image{padding-right:10px;}
    .site-service-about .ser-ab .ser-name:before {
        content: '';
        background-color: #f58727;
        width: 10px;
        height: 10px;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        border-radius: 10px;
    }
    .ser-btn{
        padding-top:5px;
    }
    .p-5 {
        padding: 3rem !important;
    }

.bg-white {
    background-color: #fff !important;
}

.boxSendHome .form-control {
    height: 43px;
    border-radius: 4px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.boxSendHome .text-black {
    color: #000 !important;
}

.boxSendHome label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

textarea.form-control {
    height: auto;
}

.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:active, .form-control:focus {
    border-color: #37cfa2;
}

.site-section p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.product-home .site-section p, .product-home .ftco-media-1 strong {
    display: none;
}
.led {
    font-size: 1.25em;
    font-weight: 300;
    line-height: normal;
}

.site-about ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

    .site-about ul li:before {
        left: 0;
        font-size: 20px;
        top: -.3rem;
        font-family: "icomoon";
        content: "\e5ca";
        position: absolute;
        color: #8bc34a;
    }

.site-about .img-fluid {
    width: 100%;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.boxSendHome .btn {
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 30px;
}

    .boxSendHome .btn:hover, .boxSendHome .btn:active, .boxSendHome .btn:focus {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .boxSendHome .btn.btn-primary, .site-section .btn.btn-primary {
        background: #f58727;
        border-color: #fff;
        color: #fff;
        padding: 10px 40px;
    }

.site-block-wrap .btn.btn-primary {
    background: #f58220;
    border-color: #f58220;
    color: #fff;
}

    .boxSendHome .btn.btn-primary:hover, .site-section .btn.btn-primary:hover, .site-block-wrap .btn.btn-primary:hover {
        background: #343a40;
        color: #fff;
        border-color: #343a40;
    }

.site-whyus .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.site-whyus .unit-4 .unit-4-icon {
    position: relative;
    max-width: 100px;
    vertical-align: middle;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.site-whyus .align-items-stretch .d-flex .why-content {
    height: 75px;
    overflow: hidden;
}

.site-whyus .align-items-stretch .d-flex .more a {
    color: #00a651;
}

.site-whyus .unit-4 .unit-4-icon span {
    font-size: inherit;
}

.site-whyus .unit-4 h3 {
    font-size: 20px;
    color: #000;
    line-height:normal;
}
.site-whyus .why-con{
    padding-bottom:25px;
}
.team-member {
    background: #f0f0f0;
}

    .team-member figure {
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
		border-top-left-radius: 20px;
    }

        .team-member figure img {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            z-index: 1;
            width: 100%;
        }

    .team-member .social {
        position: absolute;
        margin: 0;
        padding: 0;
        left: 0;
        bottom: 0;
        padding: 10px;
        -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
        transform: translateY(101%);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background: #42a72b;
        z-index: 2;
        width: 100%;
        text-align: center;
    }

        .team-member .social li {
            list-style: none;
            display: inline;
        }

            .team-member .social li a {
                display: inline-block;
                padding: 7px 5px 2px 5px;
                color: #fff;
                font-size: 24px;
                font-weight: 300;
                line-height: normal;
            }

    .team-member h3 {
        color: #fff;
        margin: 0;
        bottom: 0;
        font-size: 1.4em;
    }

    .team-member .position {
        color: #999;
    }

    .team-member:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .team-member:hover .social {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .team-member .bg-primary {
        background-color: #d2073d !important;
        text-align: center;
    }

    .team-member .bg-tel-mail p {
        font-size: 16px;
        line-height: normal;
        font-weight: 300;
    }

        .team-member .bg-tel-mail p a {
            color: #fff;
            line-height: 1;
        }

            .team-member .bg-tel-mail p a span {
                padding-right: 10px;
                width: 25px;
                display: inline-block;
            }

    .team-member .box-tel {
        padding-top: 15px;
    }

.p-3 {
    padding: 1rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.how-it-works.bg-primary {
    background-color: #71bf44 !important;
}
    .how-it-works.bg-primary .section-title a, .how-it-works .text-center .second-step .text-dark a {
        color: #fff;
    }
.how-it-works .text-center {
    margin-bottom: 15px;
}
.how-it-works .text-center > .second-step {
    position: relative;
    z-index: 1;
}
.how-it-works .text-center > .second-step img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 8px;
}
.how-it-works .text-center .second-step .text-dark {
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}
    .how-it-works .text-center .second-step:hover .text-dark a{
        color:#fff;
    }
    .how-it-works .text-center .second-step:after {
        position: absolute;
        content: "";
        right: 0px;
        bottom: 0px;
        top: 20px;
        background: #f58727;
        width: 100%;
        z-index: -1;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
    }
.how-it-works .text-center:hover > .second-step:after, .how-it-works .text-center:focus > .second-step:after {
    right: -20px;
    bottom: -20px;
    opacity: 1;
    visibility: visible;
}
.how-it-works .text-center:hover .text-dark, .how-it-works .text-center:focus .text-dark {
    position: relative;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
    .how-it-works .text-center .text-dark {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        padding-right: 20px;
    }
.ftco-system-1 {
    padding: 10px;
    background-color: #f3f3f3;
}

    .ftco-system-1 .ftco-system-vcard {
        min-height: 50px;
    }

        .ftco-system-1 .ftco-system-vcard img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            float: left;
        }

        .ftco-system-1 .ftco-system-vcard h3 {
            font-size: 1.2em;
            display: block;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 26px;
        }

        .ftco-system-1 .ftco-system-vcard span a {
            color: #37cfa2;
        }

.mr-3, .mx-3 {
    margin-right: 1em !important;
}

.blog-list-sidebar li .post-info h5.entry_title {
    text-transform: inherit !important;
    line-height: 20px;
    font-family: inherit;
}
.page-title {
    position: relative;
    padding: 180px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    .page-title h2, .page-title h1 {
        position: relative;
        display: block;
        font-size: 36px;
        color: #ffffff;
        line-height: 50px;
        font-weight: 500;
        margin-bottom: 15px;
    }
.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ff8a00;
    font-weight: 500;
    text-transform: capitalize;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
}
    .page-title .bread-crumb li a {
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .page-title .bread-crumb li:before {
        position: absolute;
        right: -2px;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        content: "-";
    }
    .page-title .bread-crumb li:last-child:before {
        display: none;
    }
/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section {
    position: relative;
    padding: 60px 0 0;
}

    .projects-section .inner-container {
        position: relative;
    }

.project-block {
    position: relative;
}

    .project-block .image-box {
        position: relative;
    }

        .project-block .image-box .image {
            position: relative;
            margin-bottom: 15px;
        }

            .project-block .image-box .image img {
                display: block;
                width: 100%;
                height: auto;
            }

    .project-block .overlay-box {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

        .project-block .overlay-box h4 {
            position: absolute;
            right: 30px;
            top: 30px;
            text-align: right;
            opacity: 0;
            font-size: 18px;
            line-height: 24px;
            color: #ffffff;
            font-weight: 400;
            text-transform: uppercase;
            -webkit-transform: scale(0,0);
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

            .project-block .overlay-box h4 a {
                color: #ffffff;
            }

    .project-block .image-box:hover .overlay-box h4 {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .project-block .overlay-box:before {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 0%;
        width: 0%;
        opacity: 0;
        overflow: hidden;
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.80);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .project-block .image-box:hover .overlay-box:before {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border-radius: 0%;
    }

    .project-block .overlay-box .btn-box {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        opacity: 0;
        margin-top: -15px;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .project-block .overlay-box .btn-box a {
            position: relative;
            display: inline-block;
            font-size: 24px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 400;
            margin: 0 6px;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

            .project-block .overlay-box .btn-box a:hover {
                color: #ff8a00;
            }

    .project-block .image-box:hover .overlay-box .btn-box {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -ms-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .project-block .overlay-box .tag {
        position: absolute;
        left: 30px;
        bottom: 30px;
        text-align: right;
        opacity: 0;
        /*/*font-size: 14px;*/ */ line-height: 24px;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .project-block .image-box:hover .overlay-box .tag {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

.projects-carousel {
    position: relative;
}

    .projects-carousel .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: -70px;
        max-width: 1170px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .projects-carousel .owl-nav, .projects-carousel .owl-dots {
        display: none !important;
    }
    .projects-carousel .owl-next,
    .projects-carousel .owl-prev {
        position: relative;
        display: inline-block;
        padding-left: 25px;
        /*/*font-size: 14px;*/
        color: #bbbbbb;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 30px;
        padding-top: 6px;
        background-color: #ffffff;
        z-index: 9;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .projects-carousel .owl-next:hover,
        .projects-carousel .owl-prev:hover {
            color: #ff8a00;
        }

        .projects-carousel .owl-next:before,
        .projects-carousel .owl-prev:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 40px;
            width: 60px;
            border: 2px solid #bbbbbb;
            border-radius: 10px 0 0 10px;
            border-right: 0;
            content: "";
            z-index: -1;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .projects-carousel .owl-next:hover:before,
        .projects-carousel .owl-prev:hover:before {
            border-color: #ff8a00;
        }

        .projects-carousel .owl-next:before {
            left: auto;
            right: -25px;
            border: 2px solid #bbbbbb;
            border-left: 0;
            border-radius: 0 10px 10px 0;
        }

        .projects-carousel .owl-next span {
            margin-left: 5px;
        }

        .projects-carousel .owl-prev span {
            margin-right: 5px;
        }
/*=== Projects Section Alternate ===*/

.projects-section.alternate {
    position: relative;
    padding: 30px 0;
}
    .projects-section.alternate .entry-detail{
        padding-bottom:30px;
    }
    .mixitup-gallery .filters {
        margin-bottom: 50px;
        text-align: center;
    }

    .mixitup-gallery .filters .filter-tabs {
        position: relative;
        display: inline-block;
    }

        .mixitup-gallery .filters .filter-tabs li {
            border-bottom: 2px solid #777777;
        }

        .mixitup-gallery .filters .filter-tabs .owl-item {
            padding-bottom: 2px;
        }

    .mixitup-gallery .filters li {
        position: relative;
        /*float: left;*/
        font-size: 16px;
        line-height: 30px;
        color: #777777;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        padding: 0 5px 10px;
        margin-right: 30px;
        margin-bottom: -2px;
        border-bottom: 2px solid transparent;
        /*font-family: "Rubik", sans-serif;*/
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .mixitup-gallery .filters li:last-child {
            margin-right: 0;
        }

        .mixitup-gallery .filters li.active,
        .mixitup-gallery .filters li:hover {
            border-bottom: 2px solid #ff8a00;
            color: #cb7246;
        }

.project-block.mix {
    display: none;
    margin-bottom: 30px;
}

.projects-section.alternate .styled-pagination {
    margin-top: 50px;
}
/*** 

====================================================================
	Product Detail
====================================================================

***/
.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
}
.project-details-section {
    position: relative;
    padding: 100px 0 60px;
}

.project-detail .upper-box {
    position: relative;
}

.project-detail .project-tabs {
    position: relative;
    display: flex;
}

    .project-detail .project-tabs .tab-btns {
        position: relative;
        float: left;
        margin-right: 30px;
        width: 245px;
        max-height: 666px;
        /* overflow: hidden; */
        overflow-y: auto;
    }
    /* width */
    .project-detail .project-tabs ::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .project-detail .project-tabs ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 5px;
    }

    /* Handle */
    .project-detail .project-tabs ::-webkit-scrollbar-thumb {
        background: #ff8a00;
        border-radius: 5px;
    }

        /* Handle on hover */
        .project-detail .project-tabs ::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

    .project-detail .project-tabs .tab-btn {
        position: relative;
        display: block;
        cursor: pointer;
        margin-bottom: 24px;
    }
        .project-detail .project-tabs .tab-btn:last-child{margin-bottom:0;}
        .project-detail .project-tabs .tab-btn img {
            display: block;
            width: 100%;
            height: auto;
        }

.project-detail .tabs-content {
    position: relative;
    float: right;
}
.project-tabs .tab {
    display: none;
}

    .project-tabs .tab.active-tab {
        display: block;
    }
    .project-detail .tabs-content .image {
        position: relative;
    }

        .project-detail .tabs-content .image img {
            display: block;
            width: 100%;
            height: auto;
        }

.project-detail .lower-content {
    position: relative;
    padding-top: 50px;
}

    .project-detail .lower-content .content-column {
        position: relative;
    }

    .project-detail .lower-content h2 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 1.2em;
        color: #ca7145;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .project-detail .lower-content h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 1.2em;
        color: #ca7145;
        font-weight: 500;
        margin-bottom: 27px;
    }

    .project-detail .lower-content h4 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 1.2em;
        color: #ca7145;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .project-detail .lower-content p {
        position: relative;
        display: block;
        /*/*font-size: 14px;*/ */ line-height: 28px;
        color: #666666;
        font-weight: 400;
        margin-bottom: 30px;
    }

.project-detail .list-style-one {
    position: relative;
    margin-bottom: 30px;
}

    .project-detail .list-style-one:after {
        display: table;
        clear: both;
        content: "";
    }

.project-detail .info-column {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .info-list {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .project-detail .info-list li {
        position: relative;
        /*/*font-size: 14px;*/ */ line-height: 28px;
        color: #666666;
        font-weight: 400;
    }

        .project-detail .info-list li strong {
            position: relative;
            float: left;
            color: #ca7145;
            font-weight: 700;
            width: 180px;
        }
/*=== Latest News ===*/

.latest-news .post {
    position: relative;
    padding-left: 110px;
    margin-bottom: 20px;
    min-height: 90px;
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .latest-news .post-thumb img {
        position: relative;
        display: block;
        width: 100%;
    }

.latest-news .post h3 {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ca7145;
    font-weight: 600;
    margin-bottom: 0;
}

    .latest-news .post h3 a {
        color: #ca7145;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.latest-news .post:hover h3 a {
    color: #ff8a00;
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
}
@media (min-width: 1201px) {
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }

    .large-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

        .large-gutters > [class*="col-"] {
            padding-right: 15px;
            padding-left: 15px;
        }
    .product-home .site-section .large-gutters {
        /*display: flex;*/
        display:block;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
/*----------------
[5. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
    .box-about-home .box-home {
        line-height: 26px;
        font-size: 16px;
    }

    .video-home .nav-tabs {
        max-height: 250px;
    }
}
/*--------------------
[6. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
    .video-home .nav-tabs {
        max-height: inherit;
        overflow: inherit;
    }

    .option4 #main-menu {
        padding: 0 15px;
    }

    .formsearch-option4 .form-category {
        display: none;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px;
    }

    .option4 .header-top-right .homeslider {
        padding: 0;
    }

    .option4 .group-button-header .btn-cart {
        float: left;
    }

    #main-menu .navbar .navbar-nav > li > a {
        padding: 0 3px;
        border: none;
        font-size: 12px;
    }
}
/*--------------------
[7. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) {
    .option4 #main-menu {
        float: left;
        width: 100%;
        margin-top: 25px;
        padding-right: 15px;
    }

        .option4 #main-menu .navbar-header {
            background: #0088cc;
        }

        .option4 #main-menu li.dropdown > a:after {
            top: 0;
        }

    .option4 .nav-top-menu {
        border: none;
    }

    .option4 #box-vertical-megamenus {
        width: 100%;
    }

    .formsearch-option4 {
        width: 100%;
        float: left;
        margin-top: 25px;
        padding: 0 15px;
    }

        .formsearch-option4 .form-category {
            display: none;
        }

        .formsearch-option4 > form {
            border: 1px solid #ccc;
        }

    .group-link-main-menu {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .formsearch-option4 .btn-search {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .formsearch-option4 .form-group {
        margin: 0;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px 10px;
        width: 100%;
    }

    .nav-top-menu .link-mainmenu .dropdown {
        border: 1px solid #ccc;
        margin-left: -1px;
    }

    .option4 #box-vertical-megamenus .box-vertical-megamenus {
        right: 15px;
    }

    .option4 .group-button-header .btn-cart {
        display: none;
    }

    .option4 .group-banner4 {
        padding: 20px 0;
    }

        .option4 .group-banner4 .list-banner {
            margin: 0;
            overflow: hidden;
        }

            .option4 .group-banner4 .list-banner li {
                padding: 0;
                margin-top: 5px;
            }

    .option4 .header-top-right .homeslider {
        padding: 0;
        margin-top: 25px;
    }
}
/*--------------------
[8. Styles for devices(<=480px)]
*/
@media (max-width: 767.98px) {
    .ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
        right: 0;
    }

    .ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
    }

    .how-it-works .text-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .logo-des {
        display: none;
    }
    .logo-mb{display:block;}
    .product-home .large-gutters .mb-5 {
        width: 50%;
        float: left;
    }
    .product-home .ftco-media-1 h3 {
        font-size: 15px;
        margin-left: 0;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 700;
    }
    .section-title {
        font-size: 30px;
        font-weight: 700;
    }
    .site-whyus .unit-4 .unit-4-icon {
        max-width: 60px;
    }
    #main-menu .navbar-collapse.in {
        margin-top: 20px;
    }
    .ftco-media-1 > .ftco-media-1-inner::after {
        border-top-left-radius: 50px;
    }
    .footer-top #address-box strong{line-height:normal;}
    .giuseart-nav li .button{
        border:none !important;
    }
    .site-blocks-cover .row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width:100%;
    }
    .designed {
        display: block;
        line-height: 30px;
    }

    .header-top-right .homeslider .item-slide .content {
        padding-top: 5px;
        /*background-color: rgba(0, 0, 0, 0.50);*/
        padding-bottom: 5px;
    }

        .header-top-right .homeslider .item-slide .content .slide-info-img {
            padding: 0;
            width: 100%;
            display: none;
        }

        .header-top-right .homeslider .item-slide .content .slide-info-in {
            width: 100%;
            margin-top: 0;
        }

        .header-top-right .homeslider .item-slide .content.fadeInRight .slide-info-in, .header-top-right .homeslider .item-slide .content.fadeInDown .slide-info-in, .header-top-right .homeslider .item-slide .content.fadeInLeft .slide-info-in, .header-top-right .homeslider .item-slide .content.fadeInUp .slide-info-in {
            padding-top: 0; /*padding-right: 15px;*/
        }

        /*.header-top-right .homeslider .item-slide .content.fadeInRight .title {
            font-size: 22px;
			line-height: normal;
        }*/

        .header-top-right .homeslider .item-slide .content.fadeInRight .desc {
            font-size: 16px;
            line-height: normal;
        }

        .header-top-right .homeslider .item-slide .content.fadeInUp .desc {
            font-size: 40px;
            line-height: normal;
        }

        .header-top-right .homeslider .item-slide .content.fadeInDown .title {
            /*display: none;*/
            /*font-size: 18px;*/
            line-height: 32px;
            padding-top: 30px;
        }

        .header-top-right .homeslider .item-slide .content .sdide-button {
            display: none;
        }

        .header-top-right .homeslider .item-slide .content.fadeInDown .desc {
            /*font-size: 14px;
            text-transform: initial;
            line-height:22px;*/
            letter-spacing: 0.035em;
            font-size: 14px;
        }

        .header-top-right .homeslider .item-slide .content.fadeInLeft .title {
            font-size: 20px;
        }

        .header-top-right .homeslider .item-slide .content.fadeInLeft .desc {
            line-height: 22px;
            text-transform: inherit;
        }

    .entry-ci .entry-title {
        margin-top: 10px;
    }

    .blog-posts .post-item .entry-meta-data {
        font-size: 12px;
    }

    #main-menu {
        margin-left: 0;
    }

    .content-text img {
        max-width: 100%;
        height: auto !important;
    }

    #user-info-opntop {
        right: 15px;
        top: 6px;
    }

    #main-menu .dropdown-menu.container-fluid .block-container .group_header:hover ul.block {
        left: 0;
        top: inherit;
        display: block;
        position: relative;
        background: #fff;
        min-width: inherit;
        padding: 0;
    }

    #main-menu .dropdown-menu.container-fluid .block-container .group_header > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 14px;
        vertical-align: 0;
        padding-left: 7px;
        float: right;
    }

    #main-menu .navbar-header .navbar-toggle .hamburger {
        opacity: 1;
        z-index: 1;
        width: 35px;
        height: auto;
        background: transparent;
        cursor: pointer;
        transition: .3s all ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        #main-menu .navbar-header .navbar-toggle .hamburger .line {
            width: 100%;
            height: 3.5px;
            background-color: #f5821f;
            display: block;
            margin: 3px auto;
            border-radius: 2px;
            transition: .3s ease-in-out all;
        }

            #main-menu .navbar-header .navbar-toggle .hamburger .line:nth-child(1) {
                width: 100%;
                margin-right: 0;
            }

            #main-menu .navbar-header .navbar-toggle .hamburger .line:nth-child(3) {
                width: 100%;
                margin-right: 0;
            }

    #main-menu .navbar-header .navbar-toggle.active .hamburger .line:nth-child(1), #main-menu .navbar-header .navbar-toggle.active .hamburger .line:nth-child(3), #main-menu .navbar-header .navbar-toggle.active .hamburger .line:nth-child(5) {
        display: none;
    }

    #main-menu .navbar-header .navbar-toggle.active .hamburger .line:nth-child(2) {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px);
        transition-delay: 0.03s;
        margin: 0 auto;
        margin-top: 6px;
    }

    #main-menu .navbar-header .navbar-toggle.active .hamburger .line:nth-child(4) {
        margin: 0 auto;
        transition-delay: 0.03s;
        -webkit-transform: rotate(45deg) translate(-5px, -5px);
        transform: rotate(45deg) translate(-5px, -5px);
        margin-top: 10px;
    }

    #main-menu .navbar-header {
        background: none;
        display: block;
        margin-left: 0;
    }

        #main-menu .navbar-header .fa {
            font-size: 26px;
        }

        #main-menu .navbar-header .navbar-brand {
            display: none;
        }

    .header .nav-top-menu.nav-04 .logo {
        z-index: 999;
        width: 100%;
        text-align: center;
    }

    .box-center-home img {
        max-width: 100%;
        height: auto !important;
    }

    .box-products .box-tabs {
        padding-left: 10px;
        padding-right: 10px;
    }

        .box-products .box-tabs li > a {
            max-width: inherit;
            background: none;
        }
    /*.box-products .box-tabs>li{text-align:center;}*/
    .list-service .service3 .col-sm-3 {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .ftco-media-1 .ftco-media-details, .ftco-media-1 .ftco-media-details {
        padding-right: 0;
    }
    .featured-banner .no-pad {
        margin-top: 20px;
    }

    .footer3 .widget-container ul {
        text-align: center;
    }

    .footer3 .widget-container:last-child {
        margin-bottom: 10px;
    }

    .footer3 .widget-container li a:first-child {
        padding-left: 10px;
    }

    .footer3 .widget-container .social-link, .footer3 .footer-coppyright {
        text-align: center;
    }

    .footer3 .footer-coppyright {
        padding-bottom: 95px;
    }

        .footer3 .footer-coppyright .payment-logo {
            float: none;
            margin-top: 15px;
        }

    .btn-success {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        max-width: 50%;
    }

    .video-home .nav-tabs {
        max-height: inherit;
        overflow: inherit;
    }

        .video-home .nav-tabs:hover {
            overflow-y: inherit;
        }

    .home #home-slider .header-top-right {
        margin-top: 15px;
    }

    #main-menu .nav {
        float: none;
        margin: 0 auto;
    }

    #main-menu .navbar .navbar-nav > li > a {
        margin: 5px 0;
    }

        #main-menu .navbar .navbar-nav > li > a span {
            display: block;
        }

    #main-menu .navbar-collapse {
        margin-left: 0;
    }

    #form-search-opntop {
        right: inherit;
        top: 18px;
        left: 15px;
    }

        #form-search-opntop .input-serach {
            display: inline-block;
            margin-bottom: 0;
        }

            #form-search-opntop .input-serach input {
                width: 300px;
            }
        #form-search-opntop:hover .input-serach input {
            width: 300px;
        }

        #form-search-opntop .form-inline {
            background-color: #eaeaea;
            border-radius: 20px;
        }

    #main-menu .navbar-header .navbar-toggle {
        margin-right: 0;
        margin-top: 16px;
    }

    .sales-hotline i.hidden-xs {
        display: inline-block !important;
    }

    .nav-top-menu.nav-04 .logo a img {
        max-height: 70px;
    }

    .product-list.list .product-container {
        max-height: inherit;
    }

    .product-list.list .right-block .product-name {
        font-size: 16px;
    }

    .category-slider .item-slider .content {
        padding-top: 0;
    }

        .category-slider .item-slider .content .desc {
            display: none;
        }

        .category-slider .item-slider .content .title {
            margin-bottom: 0;
        }

    .blog-posts .post-item .entry-thumb {
        margin-right: 0;
    }

    .scroll-top {
        bottom: 100px;
    }

    .product-list li .add-to-cart {
        bottom: 0;
    }

    #product .pb-right-column .form-option .attributes .attribute-label {
        width: auto;
    }

    .product-tab .nav-tab > li {
        width: 50%;
    }

    .filter-brand .check-box-list li {
        width: 50%;
        padding: 3px 7px;
        float: left;
        white-space: nowrap;
    }

    .check-box-list label {
        font-size: 12px;
        font-weight: 400;
    }

    .other-alb .blog-posts .post-item .entry-more a {
        display: block;
    }

    .other-alb {
        display: block;
        clear: both;
        position: relative;
    }

    .list-photo .grid-sizer, .list-photo .item {
        width: 50%;
    }

    .title-system-sub.nav-tab2 > li {
        height: auto;
        line-height: 24px;
    }

        .title-system-sub.nav-tab2 > li > a {
            height: auto;
        }
    .projects-carousel .owl-nav {
        left: initial;
        right: 25px;
        top: -45px;
    }

    .mixitup-gallery .projects-carousel .owl-nav {
        left: 0;
        right: 0;
        top: -75px;
    }

    .project-detail .project-tabs {
        display: block;
    }

        .project-detail .project-tabs .tab-btns {
            max-height: inherit;
            margin-bottom: 10px;
            margin-right: 0;
        }

        .project-detail .project-tabs .tab-btn {
            margin-bottom: 0;
            border: 1px solid #ccc;
        }
    .project-block.mix{width:100%;}
    .project-block .image-box .overlay-box:before {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border-radius: 0%;
        background-color: rgb(0 0 0 / 43%);
    }
    .project-block .image-box .overlay-box h4 {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }
    .project-block .image-box .overlay-box .btn-box {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -ms-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .project-block .image-box .overlay-box .tag {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }
    .sidebar-page-container {
        padding: 10px 0 20px;
    }
    #main-menu .nav li .dropdown-menu li{padding:6px 10px;}
    #main-menu .nav li .dropdown-menu li:first-child {
        padding: 6px 3px;
    }
    #main-menu .nav li {
        padding: 5px 0;
    }
    #main-menu .navbar .navbar-nav > li > a {
        padding: 5px;
    }
    .ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
        margin-right: 25px;
    }
    #contact .bg-white {
        height: auto;
        overflow: hidden;
    }
}



@media (max-width: 480px) {
    /*#product .pb-right-column span:first-child {
        display: none;
    }*/
    .header-top-right .homeslider .item-slide .content.fadeInDown .desc {
        display: none;
    }

    .heart {
        font-size: 30px;
    }

    #product .pb-right-column .form-action {
        padding-left: 5px;
    }

    #product .pb-right-column .btn-add-cart
    #product .pb-right-column .adprobook2 {
        padding-left: 0;
        padding-right: 10px;
    }

    #form-search-opntop .input-serach input {
        width: 200px;
        line-height:22px;
    }
    #form-search-opntop:hover .input-serach input {
        width: 200px;
    }
    .option4 #main-menu {
        float: left;
        width: 100%;
        margin-top: 25px;
        padding-right: 15px;
    }

        .option4 #main-menu .navbar-header {
            background: #0088cc;
        }

        .option4 #main-menu li.dropdown > a:after {
            top: 0;
        }

    .option4 .nav-top-menu {
        border: none;
    }

    .option4 #box-vertical-megamenus {
        width: 100%;
    }

    .formsearch-option4 {
        width: 100%;
        float: left;
        margin-top: 25px;
        padding: 0 15px;
    }

        .formsearch-option4 .form-category {
            display: none;
        }

        .formsearch-option4 > form {
            border: 1px solid #ccc;
        }

    .group-link-main-menu {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .formsearch-option4 .btn-search {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .formsearch-option4 .form-group {
        margin: 0;
    }

    .formsearch-option4 .input-serach input {
        padding: 10px 10px;
        width: 100%;
    }

    .nav-top-menu .link-mainmenu .dropdown {
        border: 1px solid #ccc;
        margin-left: -1px;
    }

    .option4 #box-vertical-megamenus .box-vertical-megamenus {
        right: 15px;
    }

    .option4 .group-button-header .btn-cart {
        display: none;
    }

    .option4 .group-banner4 {
        padding: 20px 0;
    }

        .option4 .group-banner4 .list-banner {
            margin: 0;
            overflow: hidden;
        }

            .option4 .group-banner4 .list-banner li {
                padding: 0;
                margin-top: 5px;
            }

    .option4 .header-top-right .homeslider {
        padding: 0;
        margin-top: 25px;
    }

    .btn-success {
        margin: 15px 0;
        display: block;
    }

    .blog-posts .post-item .entry-thumb {
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .list-service .service3 .col-sm-3 {
        width: 100%;
    }

    #form-search-opntop .input-serach input {
        width: 180px;
    }
}
