/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../../fonts/frontend/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Play-Regular';
    src: url(../../fonts/frontend/Play-Regular.ttf) format('truetype');
}

html, body {
    font-size: 16px;
    background: #fff;
}

body {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
}

p {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

/*--Header-top-Starts--*/
/*--search--*/

img.logo-header {
    margin: 5px 0 5px 0;
    max-height: 200px;
    width: auto
}

.search-box {
    position: relative;
    margin-top: 1.8em;
}

.sb-search {
    position: absolute;
    right: 0%;
    width: 0%;
    min-width: 40px;
    height: 40px;
    top: 50% !important;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    z-index: 999;
    transform: translateY(-50%);
}

.sb-search-input {
    position: absolute;
    top: 4px;
    right: 0px;
    border: none;
    outline: none;
    background: rgba(247, 114, 51, 1.0);
    width: 96%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 5px 15px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.sb-search-input:-moz-placeholder {
    color: #ffffff;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}

.sb-icon-search, .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: url('../../img/frontend/search.png') no-repeat 13px 13px #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
    border-radius: 50%;
}

.sb-icon-search {
    background: url('../../img/frontend/search.png') no-repeat 13px 13px rgba(247, 114, 51, 1.0);
    z-index: 90;
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 75%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: url('../../img/frontend/search.png') no-repeat 13px 13px #fff;
    color: #fff;
    z-index: 11;
    border-radius: 50%;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*--search--*/
.head-right {
    text-align: right;
    position: relative;
}

.header-top {
    padding: 5px 0px;
    background: rgba(71, 71, 71, 1.0);
}

.head-middle {
    text-align: center;
}

.head-middle h1 a, .head-middle h2 a {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    font-family: 'Roboto-Regular';
}

.head-middle h1 {
    margin: 0;
}

.head-left ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}

.head-left ul li a span {
    background: url(../../img/frontend/social_3.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.head-left ul li a span:hover {
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.head-left ul li a span.fb {
    background-position: 0px 0px;
}

.head-left ul li a span.twit {
    background-position: -24px 0px;
}

.head-left ul li a span.pin {
    background-position: -48px 0px;
}

.head-left ul li a span.rss {
    background-position: -48px 0px;
}

.head-left {
    text-align: left;
}

/*--Header-top-end--*/
/*--navigation-start--*/
ul.navig {
    padding: 0;
}

ul.navig li span {
    color: #fff;
    margin: 0 15px;
    font-size: 16px;
}

ul.navig li {
    display: inline-block;
}

ul.navig li a {
    font-size: 1rem;
    color: rgba(247, 114, 51, 1.0);
    font-weight: 400;
    text-decoration: none;
    padding: 4px 5px;
    margin: 0 14px;
    display: inline-block;
}

ul.navig li.active > a, ul.navig li > a:hover {
    color: rgba(247, 114, 51, 1.0);
    border-bottom: 2px solid rgba(247, 114, 51, 1.0);
}

ul.navig li a:hover ul.navig li a:after {
    display: block;
}

@media (max-width: 768px) {
    /*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
    @font-face {
        font-family: 'Roboto-Regular';
        src: url(../../fonts/frontend/Roboto-Regular.ttf) format('truetype');
    }

    @font-face {
        font-family: 'Play-Regular';
        src: url(../../fonts/frontend/Play-Regular.ttf) format('truetype');
    }

    html, body {
        font-size: 16px;
        background: #fff;
    }

    body {
        font-size: 16px;
        font-family: 'Roboto-Regular';
    }

    body a {
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    p {
        margin: 0;
    }

    ul, label {
        margin: 0;
        padding: 0;
    }

    body a:hover {
        text-decoration: none;
    }

    /*--Header-top-Starts--*/
    /*--search--*/
    .search-box {
        position: relative;
        margin-top: 1.8em;
    }

    .sb-search {
        position: absolute;
        right: 0%;
        top: 10px;
        width: 0%;
        min-width: 40px;
        height: 40px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
        z-index: 999;
    }

    .sb-search-input {
        position: absolute;
        top: 4px;
        right: 0px;
        border: none;
        outline: none;
        background: rgba(247, 114, 51, 1.0);
        width: 96%;
        height: 35px;
        margin: 0;
        z-index: 10;
        padding: 5px 15px;
        font-size: 13px;
        color: #ffffff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .sb-search-input::-webkit-input-placeholder {
        color: #ffffff;
    }

    .sb-search-input:-moz-placeholder {
        color: #ffffff;
    }

    .sb-search-input::-moz-placeholder {
        color: #efb480;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #ffffff;
    }

    .sb-icon-search, .sb-search-submit {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 71px;
        text-align: center;
        cursor: pointer;
    }

    .sb-search-submit {
        background: url('../../img/frontend/search.png') no-repeat 13px 13px #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
        filter: alpha(opacity=0); /* IE 5-7 */
        color: transparent;
        border: none;
        outline: none;
        z-index: -1;
        -webkit-appearance: none;
        border-radius: 50%;
    }

    .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 13px 13px rgba(247, 114, 51, 1.0);
        z-index: 90;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    /* Open state */
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 75%;
    }

    .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 13px 13px #fff;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

    /*--search--*/
    .head-right {
        text-align: right;
        position: relative;
    }

    .header-top {
        padding: 5px 0px;
        background: rgba(71, 71, 71, 1.0);
    }

    .head-middle {
        text-align: center;
    }

    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.4rem;
        color: #fff;
        margin: 0;
        font-family: 'Roboto-Regular';
    }

    .head-middle h1 {
        margin: 0;
    }

    .head-left ul {
        margin: 8% 0 0 0;
    }

    .head-left ul li {
        list-style: none;
        display: inline-block;
        margin: 0 3px;
    }

    .head-left ul li a span {
        background: url(../../img/frontend/social.png) no-repeat;
        width: 16px;
        height: 16px;
        display: block;
    }

    .head-left ul li a span:hover {
        transform: rotatey(360deg);
        -webkit-transform: rotatey(360deg);
        -moz-transform: rotatey(360deg);
        -o-transform: rotatey(360deg);
        -ms-transform: rotatey(360deg);
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }

    .head-left ul li a span.fb {
        background-position: 0px 0px;
    }

    .head-left ul li a span.twit {
        background-position: -16px 0px;
    }

    .head-left ul li a span.pin {
        background-position: -32px 0px;
    }

    .head-left ul li a span.rss {
        background-position: -48px 0px;
    }

    .head-left {
        text-align: left;
    }

    /*--Header-top-end--*/
    /*--navigation-start--*/
    ul.navig {
        padding: 0;
    }

    ul.navig li span {
        color: #fff;
        margin: 0 15px;
        font-size: 16px;
    }

    ul.navig li {
        display: inline-block;
    }

    ul.navig li a {
        font-size: 1rem;
        color: rgba(247, 114, 51, 1.0);
        font-weight: 400;
        text-decoration: none;
        padding: 4px 5px;
        margin: 0 14px;
        display: inline-block;
    }

    ul.navig li.active > a, ul.navig li > a:hover {
        color: rgba(247, 114, 51, 1.0);
        border-bottom: 2px solid rgba(247, 114, 51, 1.0);
    }

    ul.navig li a:hover ul.navig li a:after {
        display: block;
    }

    @media (max-width: 768px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 64px;
            width: 100%
        }

        .head-middle h1 a, .head-middle h2 a {
            font-size: 1.1em;
        }
        .blog-one {
            margin-top: 2rem;
            width: 50%;
        }

        .product-image {
            height: 250px !important;
            display: block;
        }

        span.menu:before {
            content: url(../../img/frontend/nav-icon.png);
            cursor: pointer;
            height: 32px;
        }

        .header {
            padding: 10px 0px;
        }

        ul.navig li.plan:hover ul.sub-nav {
            display: none;
        }

        ul.navig {
            width: 11%;
            float: right;
            margin: 0;
        }

        ul.navig {
            display: none;
        }

        ul.navig li {
            font-size: 12px;
            display: inline-block;
            width: 100%;
            margin: 0;
        }

        ul.navig li a {
            width: 100%;
            font-weight: 600;
            display: block;
            color: rgba(64, 63, 69, 1);
            font-size: 1.25em;
            padding: 7px 20px;
        }

        span.menu {
            margin: 0px 0px 0 0;
        }

        ul.navig {
            margin: 0;
            z-index: 999;
            position: absolute;
            width: 96%;
            text-align: center;
            left: 2%;
            margin-top: 0%;
            background: rgba(255, 255, 255, 0.97);
        }

        .navigation {
            height: 60px;
            padding: 0px 0px 0em;
            margin-bottom: 0em;
        }
    }

    .navigation {
        padding: 1.5em 0px;
    }

    /*--navigation-end--*/
    /*--banner-start--*/
    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 600px;
        position: relative;
    }

    .banner2 {
        background: url(../../img/frontend/bnr-3.jpg) no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 600px;
    }

    .banner3 {
        background: url(../../img/frontend/bnr-2.jpg) no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 600px;
    }

    .banner4 {
        background: url(../../img/frontend/bnr-4.jpg) no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 600px;
    }

    .banner-text p {
        font-size: 1.3rem;
        color: #fff;
        margin: 0;
        font-weight: 700;
    }

    .banner-text h3 {
        color: #fff;
        font-size: 1rem;
        margin: 0;
        font-family: 'Roboto-Regular';
    }

    .banner-text {
        text-align: left;
        margin-top: 40%;
        background: rgba(247, 114, 51, 0.7);
        width: 55%;
        padding: 12px 0px 15px 25px;
    }


    .down {
        position: absolute;
        right: 10%;
        width: 15%;
        top: 92.5%;
    }

    .down h3 {
        font-family: 'Roboto-Regular';
        padding: 10px 20px;
        margin: 0;
        background: #f94877;
        color: #fff;
        font-size: 1.5em;
    }

    .down ul {
        padding: 0;
        margin: 0;
    }

    .down ul li {
        list-style: none;
    }

    .down ul li a {
        font-size: 15px;
        color: #fff;
        background: #0732a2;
        padding: 10px 20px;
        width: 100%;
    }

    /* Bounce To Right */
    .hvr-bounce-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f94877;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    /*--banner-end--*/
    /*--welcome-starts--*/
    .welcome {
        padding: 4em 0px;
    }

    .heading h3, .heading h2, .heading h1 {
        color: rgba(71, 71, 71, 1.0);
        font-size: 2em;
        margin: 0;
        font-family: 'Roboto-Regular';
    }

    .heading.section h3 {
        /*color: rgba(71, 71, 71, 1.0);*/
        font-size: 1.8rem;
        /*margin:0;*/
        /*font-family: 'Roboto-Regular';*/
    }

    .welcome-top {
        text-align: center;
    }

    .welcome-top p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
        margin: 10px auto 0;
        width: 65%;
    }

    .welcome-bottom {
        margin-top: 3%;
    }

    .welcome-left img {
        width: 100%;
        height: 250px;
        margin-bottom: 1rem;
    }

    .welcome-left {
        position: relative;
    }

    .welcome-btm {
        position: absolute;
        top: 79%;
        width: 93%;
        height: 3rem;
    }

    .welcome-left .welcome-btm a {
        padding: 14px 9px;
        background: rgba(247, 114, 51, 0.85);
        color: rgba(71, 71, 71, 1.0);
        display: block;
        height: 3rem;
        font-size: 14px;
    }

    .welcome-left .welcome-btm a:hover {
        background: rgba(247, 114, 51, 0.85);
        color: rgba(71, 71, 71, 1.0);
    }

    .welcome-left .welcome-btm  a span {
        background: url(../../img/frontend/arw.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
    }

    /*--welcome-end--*/
    /*--our-starts--*/
    .our-right img, .o-left img {
        width: 100%;
    }

    .our-left p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.6em;
        color: #999;
        width: 93%;
    }

    .our-left {
        margin-top: 6.5%;
    }

    .o-right p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.6em;
        color: #999;
    }

    .o-left, .o-right, .our-left, .our-right {
        padding: 0;
    }

    .o-right {
        padding: 7% 0 0 4%;
    }

    /*--our-end--*/
    /*--news-starts--*/
    .news {
        padding: 4em 0px;
    }

    .news-top {
        text-align: center;
    }

    .news-bottom {
        margin-top: 4%;
    }

    .news-top p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
        margin: 10px auto 0;
        width: 65%;
    }

    .news-left img {
        width: 100%;
        height: 250px;
        margin-bottom: 1rem;
    }

    .news-left {
        position: relative;
    }

    .mask {
        position: absolute;
        top: 0;
        right: 15px;
        background: rgba(247, 114, 51, 0.85);
        text-align: center;
        padding: 19% 10px;
        width: 45%;
        min-height: 260px;
    }

    .mask h4 {
        color: rgba(71, 71, 71, 1.0);
        font-size: 1.8em;
        font-weight: 600;
        margin: 0;
        font-family: 'Roboto-Regular';
    }

    .mask p {
        font-size: 15px;
        line-height: 1.6em;
        color: rgba(71, 71, 71, 1.0);
        margin-top: 10px;
        height: 4rem;
    }

    .mask a {
        font-size: 15px;
        line-height: 1.6em;
        color: rgba(71, 71, 71, 1.0);
        margin-top: 10px;
        height: 4rem;
    }

    /*--news-end--*/
    /*--product-starts--*/
    .product {
        padding-bottom: 6em;
    }

    .product-left ul {
        padding: 0;
        margin-top: 9%;
    }

    .product-left ul li {
        list-style-image: url(../../img/frontend/s-arw.png);
        margin: 0px 0px 30px 18px;
    }

    .product-left ul li a {
        font-size: 16px;
        color: #999;
    }

    .product-left ul li a:hover {
        color: #f94877;
    }

    .prdt {
        margin-top: 4%;
    }

    .prdt-left img {
        width: 100%;
    }

    .prdt-left p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
        margin-top: 10px;
    }

    .prdt-left h4 {
        color: rgba(247, 114, 51, 1.0);
        font-size: 22px;
        margin: 17px 0 0 0;
        font-family: 'Roboto-Regular';
    }

    /*--product-end--*/
    /*--footer-starts--*/
    .footer {
        padding: 5em 0px;
        background: rgba(71, 71, 71, 1.0);
    }

    .footer-left span {
        font-size: 2em;
        color: #fff;
        padding: 7px;
        border: 3px double #fff;
        vertical-align: middle;
        display: inline-block;
    }

    .footer-left p {
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        width: 65%;
        margin-left: 12px;
    }

    .footer-left p.company-name {
        margin-left: 0px;
    }

    .footer-left p a, .footer-right p a {
        color: #fff;
    }

    .footer-left p a:hover, .footer-right p a:hover {
        color: #0732a2;
    }

    .a-2 {
        margin-top: 12%;
    }

    .footer-right input[type="text"] {
        width: 100%;
        color: #fff;
        background: none;
        padding: 10px 10px;
        outline: none;
        border: 5px solid #fff;
        font-size: 13px;
    }

    .footer-right textarea {
        width: 100%;
        color: #fff;
        background: none;
        padding: 10px 10px;
        outline: none;
        border: 5px solid #fff;
        font-size: 13px;
    }

    .footer-right form input[type=submit] {
        color: #fff;
        padding: 7px 30px;
        font-size: 15px;
        cursor: pointer;
        border: 5px double #fff;
        margin: 15px 0 0 0px;
        outline: none;
        background: none;
    }

    .footer-right form input[type=submit]:hover {
        background: rgba(247, 114, 51, 0.8);
        border: 5px double rgb(202, 74, 11);
        color: #fff;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }

    .footer-right p {
        color: #fff;
        font-size: 16px;
        margin-top: 7%;
    }

    /*--footer-end--*/
    /*--breadcrumbs-starts--*/
    .breadcrumbs-main {
        border: 4px double #D6D6D6;
    }

    .breadcrumb {
        background: none;
        margin: 0;
    }

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb > .active {
        color: #C3C3C3;
    }

    .breadcrumb li a {
        color: rgba(247, 114, 51, 1.0);
    }

    .breadcrumb li a:hover {
        color: rgba(247, 114, 51, 1.0);
        text-decoration: none;
    }

    /*--breadcrumbs-end--*/
    /*--gallery-starts--*/
    .gallery {
        padding: 6em 0px;
        text-align: center;
    }

    .gallery-bottom {
        margin-top: 4%;
    }

    .gallery-left img, .g-left img {
        width: 100%;
    }

    .g-left:nth-child(4), .g-left:nth-child(5) {
        margin-top: 3.5%;
    }

    .gallery-one {
        margin: 2em 0 0 0;
    }

    .gallery-right {
        padding: 0;
    }

    .gallery-left {
        padding: 0 2px;
    }

    .g-3 {
        padding: 0 2px 0 0;
    }

    .g-4 {
        padding: 0 0 0 2px;
    }

    .g-2 {
        padding: 4px 0;
    }

    .g-5 {
        padding: 4px 0;
    }

    .g-6 {
        padding-top: 4px;
    }

    /*--gallery-end--*/
    /*--about-starts--*/
    .about {
        padding: 6em 0px;
    }

    .about-top {
        text-align: center;
    }

    .about-bottom {
        margin-top: 4%;
    }

    .about-left {
        text-align: center;
        margin-top: 15px;
    }

    .about-right h4, .about-right h1 {
        font-size: 19px;
        margin: 0;
        line-height: 1.5em;
        color: rgba(247, 114, 51, 1.0);
        font-family: 'Roboto-Regular';
    }

    .about-right p {
        font-size: 15px;
        color: #999;
        line-height: 1.8em;
        margin-top: 8px;
    }

    .about-left p:nth-child(3) {
        margin-top: 10px;
    }

    .features-top {
        text-align: center;
    }

    .f-left {
        width: 48%;
        float: left;
    }

    .f-right {
        width: 50%;
        float: right;
    }

    .f-left img {
        width: 100%;
    }

    .features-bottom {
        margin-top: 4%;
    }

    .f-right ul {
        padding: 0;
        margin: 0;
    }

    .f-right ul li {
        list-style-image: url(../../img/frontend/s-arw.png);
        margin: 0px 0px 16px 35px;
    }

    .f-right ul li a {
        font-size: 16px;
        color: #999;
    }

    .f-right ul li a:hover {
        color: #f94877;
    }

    .team {
        padding: 6em 0;
    }

    .team-top {
        text-align: center;
    }

    .team-bottom {
        margin-top: 4%;
    }

    .team-text {
        text-align: center;
    }

    .team-text h4 {
        color: #f94877;
        font-size: 22px;
        margin: 17px 0 0 0;
        font-family: 'Roboto-Regular';
    }

    .team-text p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
    }

    /* FIFTH EFFECTS */
    .fifth-effect img {
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .fifth-effect .mask1 {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        border: 35px solid rgba(0, 0, 0, 0.7);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
        -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
        -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
        -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
        transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    }

    .fifth-effect:hover .mask1 {
        border: 0px double rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
    }

    .fifth-effect:hover img {
        opacity: 1;
    }

    /* CSS3 STYLE GENERIC */
    .view {
        width: 255px;
        height: 255px;
        margin: 0 0px 20px 0px;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

    .view .mask1, .view .content {
        width: 255px;
        height: 255px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
        width: 100%;
    }

    .view a.info {
        background: url(../../img/frontend/link.png) center no-repeat;
        display: inline-block;
        text-decoration: none;
        padding: 0;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
    }

    /*--about-end--*/
    /*--blog-starts--*/
    .features-top p, .blog-top p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
        margin: 10px auto 0;
        width: 65%;
    }

    .blog-top {
        text-align: center;
    }

    .blog {
        padding: 2em 0px;
    }

    .blog-bottom {
        margin-top: 4%;
    }

    .blog-btm {
        padding: 1em 1em 1.8em 1em;
        border: 1px solid #BEBEBE;
    }

    .blog-btm p {
        font-size: 14px;
        color: #999;
        margin-top: 7px;
    }

    .blog-btm p a {
        color: #f94877;
    }

    .blog-btm p a:hover {
        color: #0732a2;
    }

    .blog-btm h4, .blog-btm h2 {
        color: rgba(71, 71, 71, 1.0);
        font-family: 'Roboto-Regular';
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
    }

    p.one {
        font-size: 14px;
        color: #999;
        line-height: 1.8em;
        margin-top: 10px;
        word-break: break-all;
    }

    .b-btn {
        margin-top: 10px;
    }

    .b-btn a {
        font-size: 13px;
        color: #fff;
        padding: 8px 15px;
        background: rgba(247, 114, 51, 1.0);
    }

    .b-btn a:hover {
        background: #0732a2;
    }

    .blog-one {
        margin-bottom: 2em;
    }

    .blog-one:nth-child(2) {
        margin-bottom: 0em;
    }

    /*--blog-end--*/
    /*--single-starts--*/
    .single {
        padding: 6em 0px;
    }

    .single-bottom h4 , .single-bottom h1{
        color: rgba(247, 114, 51, 1.0);
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0;
        font-weight: 600;
    }

    .single-bottom {
        margin-top: 15px;
    }

    p.sn {
        font-size: 14px;
        color: #999;
        margin-top: 7px;
    }

    .single-bottom p a {
        color: #f94877;
    }

    .single-bottom p a:hover {
        color: #0732a2;
    }

    .comments {
        margin-top: 3%;
    }

    h4.media-heading {
        font-size: 1.5em;
        color: rgba(247, 114, 51, 1.0);
        float: left;
        font-family: 'Roboto-Regular';
    }

    h5.reply {
        float: right;
        margin: 0;
    }

    h5.reply a {
        text-decoration: none;
        color: #0732a2;
        font-size: 1.2em;
        display: block;
    }

    h5.reply a:hover {
        color: #F94877;
    }

    .media-body p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
    }

    .media-left, .media > .pull-left {
        padding-right: 22px;
    }

    .media {
        margin-top: 25px;
    }

    .post {
        margin-top: 3%;
    }

    .post-top {
        margin-top: 1.5em;
    }

    .post-left h6 {
        font-size: 1rem;
        color: rgba(247, 114, 51, 1.0);
        margin: 15px 0 0 0;
        font-family: 'Roboto-Regular';
        line-height: 1.3rem;
    }

    .post-left p {
        font-size: 16px;
        color: #999;
        line-height: 1.8em;
        margin-top: 3px;
    }

    .rly {
        margin-top: 3%;
    }

    .rly-top {
        margin-top: 1.5em;
    }

    .rly-top input[type="text"]:nth-child(1) {
        margin-right: 10px
    }

    .rly-top input[type="text"] {
        width: 49.38%;
    }

    .rly-top input[type="text"], .rly-top textarea {
        padding: 0.5em 1em;
        border: 1px solid #BDBCBC;
        font-size: 15px;
        color: #808080;
        outline: none;
        font-weight: 400;
        font-family: 'Roboto-Regular';
    }

    .rly-top textarea {
        resize: none;
        min-height: 180px;
        margin: 1em 0em;
        width: 100%;
        font-family: 'Roboto-Regular';
    }

    .rly-top input[type="submit"] {
        color: #B1AFAF;
        padding: 7px 30px;
        font-size: 16px;
        cursor: pointer;
        font-weight: 400;
        margin-top: 10px;
        border: 3px double #BEBEBE;
        background: none;
        outline: none;
        font-family: 'Roboto-Regular';
    }

    .rly-top input[type="submit"]:hover {
        background: #0732a2;
        border: 3px double #44479A;
        color: #fff;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }

    /*--single-end--*/
    /*--contact-starts--*/
    .contact {
        padding: 6em 0px;
    }

    .contact-top {
        text-align: center;
    }

    .map {
        margin-top: 4%;
    }

    .map iframe {
        width: 100%;
        height: 350px;
    }

    .contact-left h2 {
        font-family: 'Roboto-Regular';
        margin: 0;
        font-size: 2em;
        color: rgba(247, 114, 51, 1);
    }

    .contact-bottom {
        margin-top: 4%;
    }

    .contact-left p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.6em;
        color: #999;
    }

    .c-left input[type="text"], .c-left textarea {
        width: 100%;
        margin-bottom: 10px;
        color: #999;
        background: none;
        padding: 10px 10px;
        outline: none;
        border: 1px solid #C7C5C5;
        font-size: 14px;
    }

    .c-left textarea {
        resize: none;
        height: 10.4em;
    }

    .contact-right {
        padding: 0;
    }

    .submit-btn {
        text-align: center;
    }

    .submit-btn input[type=submit] {
        color: #B1AFAF;
        padding: 7px 0px;
        font-size: 16px;
        cursor: pointer;
        font-weight: 400;
        margin-top: 10px;
        border: 3px double #BEBEBE;
        background: none;
        outline: none;
        width: 96%;
    }

    .submit-btn input[type=submit]:hover {
        background: rgba(247, 114, 51, 1);
        border: 3px double tomato;
        color: #fff;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }

    .add {
        margin-top: 11px;
    }

    .add h5 {
        color: #0732a2;
        font-size: 1.5em;
        margin: 0;
        font-family: 'Roboto-Regular';
    }

    address {
        margin: 7px 0 0 0;
        line-height: 1.6em;
    }

    /*--contact-end--*/
    /*--typo-start--*/
    .pages {
        padding: 6em 0px;
    }

    .headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
        padding: 2em 0;
    }

    h3.ghj {
        font-family: 'Roboto-Regular';
        font-size: 2em;
        color: rgba(247, 114, 51, 1.0);
        margin: 0 0 1em 0;
    }

    .pages-top {
        text-align: center;
    }

    .typo-bottom {
        margin-top: 4%;
    }

    .table tr th {
        width: 50%;
    }

    /*--typo-end--*/
    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 12px;
        right: 1%;
        overflow: hidden;
        z-index: 999;
        width: 64px;
        height: 64px;
        border: none;
        text-indent: 100%;
        background: url("../../img/frontend/top-arrow.png") no-repeat 0px 0px;
    }

    a#toTop {
        color: tomato;
    }

    /*--media-quaries-starts-here--*/
    @media (max-width: 1440px) {
        .banner1, .banner2, .banner3, .banner4 {
            min-height: 575px;
        }

        .banner-text {
            margin-top: 37%;
        }

        .down {
            right: 5%;
            top: 92%;
        }
    }

    @media (max-width: 1366px) {
        .o-right {
            padding: 7.5% 0 0 4%;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 5em 0px;
        }

        .header-top {
            padding: 5px 0px;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 540px;
        }

        .banner-text h3 {
            font-size: 1em;
        }

        .banner-text {
            margin-top: 35%;
        }

        .welcome, .news {
            padding: 5em 0px;
        }

        .product {
            padding-bottom: 5em;
        }

        .footer {
            padding: 4.5em 0px;
        }
    }

    @media (max-width: 1280px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 84px;
            width: auto
        }
        .sb-search {
            top: 13px;
        }

        .map {
            margin-top: 3%;
        }

        .map iframe {
            height: 300px;
        }

        .contact-left h2 {
            font-size: 1.8em;
        }

        .about-bottom {
            margin-top: 3%;
        }

        .features-bottom {
            margin-top: 3%;
        }

        .team-bottom {
            margin-top: 3%;
        }

        .down {
            right: 4%;
            top: 91.45%;
        }

        .heading h3, .heading h2, .heading h1 {
            font-size: 2.3em;
        }

        .o-right {
            padding: 7.5% 0 0 4%;
        }

        .news-bottom {
            margin-top: 3%;
        }

        .news-top p, .welcome-top p {
            margin: 5px auto 0;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 507px;
        }

        .banner-text {
            margin-top: 33%;
        }

        .footer {
            padding: 4em 0px;
        }

        .gallery-bottom {
            margin-top: 3%;
        }

        .typo-bottom {
            margin-top: 2%;
        }

        h3.ghj {
            font-size: 1.85em;
        }

        .blog-bottom {
            margin-top: 3%;
        }

        .blog-btm h4, .blog-btm h2 {
            font-size: 1.2rem;
        }

        .head-middle h1 a {
            font-size: 1.4em;
        }
    }

    @media (max-width: 1024px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 48px;
            width: auto
        }
        .img-related-blog-thumbnail {
            width: 100%;
            height: 100px !important;
        }

        .blog-one {
            margin-top: 2rem;
            margin-bottom: 0px;

        }

        .mask {
            min-height: 210px;
            height: 210px;
        }

        .welcome-left img {
            width: 100%;
            height: 200px;
            margin-bottom: 1rem;
        }

        .news-left img {
            width: 100%;
            height: 200px;
            margin-bottom: 1rem;
        }
        .banner {
            min-height: 300px;
        }
        .about-right h4 {
            font-size: 18px;
        }

        .add h5 {
            font-size: 1.4em;
        }

        address {
            font-size: 14px;
        }

        .head-middle h1 a {
            font-size: 1.4em;
        }

        .welcome-btm {
            width: 90.6%;
        }

        .blog-btm h4, .blog-btm h2 {
            font-size: 1.2rem;
        }

        .blog-btm p {
            font-size: 13px;
        }

        .blog-btm {
            padding: 11px 0em 1.5em 13px;
        }

        p.one {
            font-size: 15px;
            margin-top: 7px;
        }

        .b-btn a {
            font-size: 12px;
            padding: 6px 14px;
        }

        .b-btn {
            margin-top: 6px;
        }

        h3.ghj {
            font-size: 1.75em;
        }

        .typo-bottom {
            margin-top: 1%;
        }

        .headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
            padding: 1em 0;
        }

        .map {
            margin-top: 2.3%;
        }

        .map iframe {
            height: 255px;
        }

        .contact-left h2 {
            font-size: 1.65em;
        }

        .add p {
            font-size: 14px !important;
            margin-top: 2px !important;
        }

        .contact-left p {
            font-size: 15px;
            margin-top: 10px;
        }

        .features-top p, .blog-top p {
            font-size: 15px;
        }

        .f-right ul li a {
            font-size: 14px;
        }

        .f-right ul li {
            margin: 0px 0px 8px 20px;
        }

        .team-left {
            padding: 0 10px;
        }

        .view {
            width: 215px;
            height: 215px;
            margin: 0 0px 15px 0px;
        }

        .team-text p {
            line-height: 1.8em;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 4em 0px;
        }

        .view .mask1, .view .content {
            width: 215px;
            height: 215px;
        }

        .team-text h4 {
            font-size: 21px;
        }

        .header-top {
            padding: 5px 0px;
        }

        .head-left ul {
            margin: 7.5% 0 0 0;
        }

        .sb-search {
            top: 9px;
        }

        .sb-icon-search, .sb-search-submit {
            width: 37px;
            height: 37px;
        }

        .sb-icon-search {
            background: url('../../img/frontend/search.png') no-repeat 12px 12px #fff;
            width: 37px;
            height: 37px;
        }

        .sb-search-submit {
            background: url('../../img/frontend/search.png') no-repeat 12px 12px #fff;
        }

        .sb-search {
            min-width: 37px;
            height: 37px;
        }

        .sb-search-input {
            width: 99%;
            height: 30px;
        }

        ul.navig li a {
            font-size: 1.1em;
            padding: 2px 5px;
        }

        .banner-text h3 {
            font-size: 1rem;
        }

        .banner-text p {
            font-size: 1.3rem;
            font-weight: 700;    }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 410px;
        }

        .flex-direction-nav a {
            top: 50%;
        }

        .banner-text {
            margin-top: 30%;
        }

        .down h3 {
            padding: 8px 20px;
            font-size: 1.25em;
        }

        .down {
            right: 2%;
            top: 90.8%;
            width: 16%;
        }

        .down ul li a {
            font-size: 14px;
            padding: 7px 20px;
        }

        .flex-direction-nav a {
            top: 48%;
        }

        .welcome, .news {
            padding: 4em 0px;
        }

        .heading h3, .heading h2, .heading h1 {
            font-size: 2.2em;
        }

        .news-top p, .welcome-top p {
            margin: 3px auto 0;
            font-size: 15px;
        }

        .welcome-bottom {
            margin-top: 2%;
        }

        .welcome-left .welcome-btm  a {
            padding: 12px 12px;
        }

        .our-left p {
            font-size: 15px;
            margin-top: 4px;
        }

        .our-left {
            margin-top: 5.7%;
        }

        .o-right p {
            font-size: 15px;
            margin-top: 5px;
        }

        .o-right {
            padding: 6.9% 0 0 3%;
        }

        .mask h4 {
            font-size: 1.4rem;
        }

        .mask p {
            font-size: 12px;
            margin-top: 4px;
        }

        .mask {
            padding: 19.8% 4px;
            width: 45%;
        }

        .news-bottom {
            margin-top: 2%;
        }

        .product-left ul li a {
            font-size: 15px;
        }

        .product-left {
            padding: 0 5px;
        }

        .prdt-left h4 {
            font-size: 21px;
            margin: 13px 0 0 0;
        }

        .prdt-left p {
            font-size: 15px;
            margin-top: 5px;
        }

        .product {
            padding-bottom: 3em;
        }

        .footer {
            padding: 3.5em 0px;
        }

        .footer-left span {
            font-size: 1.6em;
            padding: 7px;
        }

        .footer-left p {
            font-size: 15px;
            width: 72%;
            margin-left: 6px;
        }

        .footer-right form input[type=submit] {
            padding: 5px 17px;
            font-size: 14px;
        }

        .footer-right input[type="text"] {
            width: 75%;
            padding: 8px 10px;
            font-size: 12px;
        }

        .footer-right p {
            font-size: 15px;
        }

        .single-bottom h4 {
            font-size: 1.3rem;
        }

        .media-body p {
            font-size: 15px;
        }

        .comments {
            margin-top: 2%;
        }

        h4.media-heading {
            font-size: 1.4em;
        }

        .post-left h6 {
            font-size: 1.3em;
            margin: 12px 0 0 0;
        }

        .post-left p {
            font-size: 15px;
        }

        .rly-top input[type="text"]:nth-child(1) {
            margin-right: 7px;
        }

        .media {
            margin-top: 18px;
        }
    }

    @media (max-width: 768px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 48px;
            width: auto
        }
        .head-middle h1 a, .head-middle h2 a {
            font-size: 1.4rem;
        }

        .img-related-blog-thumbnail {
            width: 100%;
            height: 100px !important;
        }

        .img-blog-thumbnail {
            width: 100%;
            height: 200px !important;
        }

        .banner {
            min-height: 300px;
        }
        .head-left, .head-middle, .head-right {
            width: 33.3%;
            float: left;
        }

        .header-top {
            padding: 5px 0px;
        }

        .head-middle h1 a {
            font-size: 1.1em;
        }

        .welcome-btm {
            width: 91.6%;
            top: 79.8%;
        }

        .single-bottom h4 {
            font-size: 1.3rem;
        }

        h4.media-heading {
            font-size: 1.2em;
        }

        .media-body p {
            font-size: 14px;
        }

        h5.reply a {
            font-size: 1.1em;
        }

        .post-left {
            width: 25%;
            float: left;
            padding: 0 5px;
        }

        .post-left h6 {
            font-size: 1.1em;
        }

        .post-left p {
            font-size: 14px;
        }

        .rly-top {
            margin-top: 1.2em;
        }

        .rly-top input[type="text"]:nth-child(1) {
            margin-right: 4px;
        }

        .rly-top textarea {
            min-height: 160px;
            margin: 10px 0em;
        }

        .rly-top input[type="text"], .rly-top textarea {
            font-size: 13px;
        }

        .rly-top input[type="submit"] {
            padding: 5px 27px;
            font-size: 15px;
            margin-top: 0px;
        }

        .blog-left {
            /*width: 33.3%;*/
            /*float: left;*/
            padding: 0 5px;
        }

        .blog-btm h4, .blog-btm h2 {
            font-size: 1.2rem;
        }

        .blog-btm {
            padding: 11px 0em 1.3em 7px;
        }

        .blog-btm p {
            font-size: 12px;
        }

        p.one {
            font-size: 14px;
            margin-top: 4px;
        }

        .b-btn a {
            font-size: 11px;
            padding: 6px 10px;
        }

        h3.ghj {
            font-size: 1.55em;
            margin: 0 0 13px 0;
        }

        .map iframe {
            height: 225px;
        }

        .contact-bottom {
            margin-top: 3%;
        }

        .contact-right {
            margin-top: 3%;
        }

        .col-md-3.gallery-left {
            width: 25%;
            float: left;
        }

        .col-md-6.gallery-left {
            width: 50%;
            float: left;
        }

        .g-3 {
            width: 50%;
            float: left;
        }

        .g-4 {
            width: 50%;
            float: left;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 3em 0px;
        }

        .about-right {
            margin-top: 3%;
            text-align: center;
        }

        .features-top p, .blog-top p {
            width: 82%;
        }

        .festure-left {
            margin-top: 4%;
        }

        .features-bottom {
            margin-top: 1%;
        }

        .f-left {
            width: 40%;
        }

        .f-right {
            width: 55%;
        }

        .f-right ul li {
            margin: 0px 0px 15px 20px;
        }

        .view {
            width: 160px;
            height: 160px;
            margin: 0 0px 10px 0px;
        }

        .fifth-effect .mask1 {
            border: 20px solid rgba(0, 0, 0, 0.7);
        }

        .team-left {
            padding: 0 10px;
            width: 25%;
            float: left;
        }

        .team-text h4 {
            font-size: 19px;
        }

        .view .mask1, .view .content {
            width: 160px;
            height: 160px;
        }

        .navigation {
            padding: 16px 0px;
        }

        ul.navig li a {
            padding: 12px 5px;
            margin: 0;
            border-bottom: 2px dotted #fff;
        }

        .banner-text p {
            font-size: 1.3rem;
            font-weight: 700;    }

        .banner-text h3 {
            font-size: 1rem;
        }

        .banner-text {
            width: 61%;
            padding: 10px 0px 10px 16px;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 305px;
        }

        .banner-text {
            margin-top: 28%;
        }

        .down h3 {
            padding: 6px 17px;
            font-size: 1.15em;
        }

        .down {
            right: 1.5%;
            top: 89.8%;
            width: 19%;
        }

        .down ul li a {
            font-size: 14px;
            padding: 3px 17px;
        }

        .heading h3, .heading h2, .heading h1 {
            font-size: 1.8em;
        }

        .welcome, .news {
            padding: 3em 0px;
        }

        .news-top p, .welcome-top p {
            width: 82%;
        }

        .welcome-left {
            width: 50%;
            float: left;
            padding: 0 10px;
            margin-bottom: 2rem;
        }

        .welcome-left .welcome-btm  a span {
            width: 17px;
            height: 17px;
            background-size: 100%;
        }

        .welcome-left .welcome-btm  a {
            padding: 7px 12px;
            font-size: 14px;
        }

        .o-left {
            width: 60%;
            float: left;
        }

        .o-right {
            padding: 4.6% 0 0 2%;
            width: 40%;
            float: right;
        }

        .our-left {
            width: 60%;
            float: left;
        }

        .our-right {
            width: 40%;
            float: right;
        }

        .our-left {
            margin-top: 2.5%;
        }

        .our-left p {
            font-size: 14px;
            margin-top: 6px;
        }

        .o-right p {
            font-size: 14px;
            margin-top: 6px;
        }

        .news-left {
            width: 50%;
            float: left;
            padding: 0 10px;
            margin-top: 2rem;
        }

        .mask h4 {
            font-size: 1.4em;
        }

        .mask p {
            font-size: 12px;
        }

        .mask {
            padding: 13.2% 4px;
            width: 48%;
            right: 9px;
        }

        .product-left ul {
            margin-top: 3%;
        }

        .product-left ul li {
            margin: 0px 0px 15px 18px;
        }

        .product-left ul li a {
            font-size: 14px;
        }

        .product-right {
            margin-top: 3.5%;
        }

        .prdt-left h4 {
            font-size: 20px;
        }

        .prdt-left p {
            font-size: 14px;
            margin-top: 3px;
        }

        .col-md-3.footer-left {
            width: 50%;
            float: left;
            margin-bottom: 3%;
        }

        .footer-right {
            width: 100%;
        }

        .footer-right input[type="text"] {
            width: 67%;
        }

        .footer-right p {
            font-size: 14px;
            margin-top: 3.5%;
        }

        .footer {
            padding: 3em 0px;
        }

        .prdt-left {
            width: 50%;
            float: left;
        }

        .prdt {
            margin-top: 2.5%;
        }

        .sb-search {
            top: 5px;
        }

        .head-left ul {
            margin: 8% 0 0 0;
        }

        .team-text p {
            font-size: 15px;
        }

        .label {
            font-size: 67%;
        }
    }

    @media (max-width: 640px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 48px;
            width: auto
        }
        .head-middle h1 a, .head-middle h2 a {
            font-size: 1.1em;
        }
        .img-blog-thumbnail {
            width: 100%;
            height: 200px !important;
        }
        .header-top {
            padding: 10px 0px;
        }

        p.sn {
            font-size: 13px;
        }

        .rly-top input[type="text"]:nth-child(1) {
            margin-right: 3px;
        }

        .head-middle h1 a {
            font-size: 1em;
        }

        .welcome-btm {
            width: 89.5%;
            top: 78%;
        }

        h3.ghj {
            font-size: 1.5em;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 2.5em 0px;
        }

        .features-top p, .blog-top p {
            font-size: 14px;
            line-height: 1.6em;
        }

        .contact-left h2 {
            font-size: 1.5em;
        }

        .about-left img {
            width: 100%;
        }

        .about-right h4 {
            font-size: 17px;
        }

        .about-right p {
            font-size: 14px;
            margin-top: 4px;
        }

        .team-text p {
            font-size: 14px;
        }

        .head-left ul {
            margin: 9% 0px 0 0;
        }

        .sb-icon-search {
            background: url('../../img/frontend/search.png') no-repeat 11px 11px #fff;
            width: 35px;
            height: 35px;
        }

        .sb-search-submit {
            background: url('../../img/frontend/search.png') no-repeat 11px 11px #fff;
        }

        .sb-search-input {
            width: 94%;
            height: 30px;
        }

        .sb-icon-search, .sb-search-submit {
            width: 35px;
            height: 35px;
        }

        .sb-search.sb-search-open, .no-js .sb-search {
            width: 95%;
        }

        .sb-search {
            top: 3px;
        }

        ul.navig li a {
            padding: 10px 5px;
        }

        .banner-text p {
            font-size: 1.3rem;
            font-weight: 700;
        }

        .banner-text h3 {
            font-size: 1em;
        }

        .banner-text {
            padding: 8px 0px 7px 12px;
            margin: 20% 0 0 2%;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 253px;
        }

        .welcome, .news {
            padding: 2.5em 0px;
        }

        .heading h3, .heading h2, .heading h1 {
            font-size: 1.6em;
        }

        .news-top p, .welcome-top p {
            font-size: 14px;
            line-height: 1.6em;
        }

        .welcome-left .welcome-btm  a {
            padding: 6px 10px;
            font-size: 16px;
        }

        .welcome-left .welcome-btm  a span {
            width: 16px;
            height: 16px;
        }

        .our-left {
            margin-top: 1.2%;
        }

        .our-left p {
            font-size: 13px;
            margin-top: 4px;
        }

        .o-right p {
            font-size: 13px;
            margin-top: 4px;
        }

        .o-right {
            padding: 4% 0 0 4%;
            width: 40%;
        }

        .navigation {
            padding: 13px 0px;
        }

        .navigation {
            height: 56px;
        }

        .mask h4 {
            font-size: 1.4em;
        }

        .mask p {
            font-size: 12px;
        }

        .prdt-left h4 {
            font-size: 19px;
            margin: 10px 0 0 0;
        }

        .product {
            padding-bottom: 2.5em;
        }

        .prdt-left {
            padding: 0 7px;
        }

        .footer-left span {
            font-size: 1.3em;
        }

        .footer-left p {
            font-size: 14px;
        }

        .footer {
            padding: 2.5em 0px;
        }

        .down h3 {
            padding: 6px 13px;
            font-size: 1em;
        }

        .down {
            right: 1%;
            top: 88.3%;
            width: 20%;
        }

        .down ul li a {
            font-size: 12px;
            padding: 3px 14px;
        }

        .g-5 {
            padding: 3px 0;
        }

        .label {
            font-size: 56%;
        }
    }

    @media (max-width: 480px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 100px;
            width: auto
        }
        .owl-carousel .owl-item img.logo {
            width: 30% !important;
        }
        .head-middle h1 a, .head-middle h2 a {
            font-size: 1.1rem;
        }
        .img-blog-thumbnail {
            width: 100%;
            height: 200px !important;
        }

        .product-image {
            height: 200px !important;
            display: block;
        }

        .blog-description {
            min-height: 1rem !important;
        }
        .blog-title {
            min-height: 1rem !important;
        }
        .sb-search {
            min-width: 32px;
            height: 32px;
        }

        p.sn {
            font-size: 12px;
        }

        .head-middle h1 a {
            font-size: 1.4rem;
        }

        .welcome-btm {
            width: 93%;
            top: 78%;
        }

        .single-bottom h4 {
            font-size: 19px;
        }

        .media-left, .media > .pull-left {
            padding-right: 15px;
        }

        .img-responsive {
            width: 100%;
        }

        .post-left {
            width: 50%;
            margin-bottom: 15px;
        }

        .post-left:nth-child(3), .post-left:nth-child(4) {
            margin-bottom: 0;
        }

        .rly-top input[type="text"]:nth-child(1) {
            margin-right: 1px;
        }

        .rly-top input[type="text"], .rly-top textarea {
            font-size: 12px;
        }

        .rly-top textarea {
            min-height: 140px;
            margin: 7px 0em;
        }

        .rly-top input[type="submit"] {
            padding: 4px 21px;
            font-size: 14px;
        }

        .blog-left {
            width: 100%;
            padding: 0 10px;
        }

        .breadcrumb {
            padding: 4px 15px;
            font-size: 13px;
        }

        .blog-one, .blog-left {
            width: 100%;
            margin-bottom: 1.5em;
        }

        h3.ghj {
            font-size: 1.3em;
            margin: 0 0 10px 0;
        }

        .alert {
            padding: 12px;
            font-size: 15px;
        }

        .well {
            font-size: 15px;
        }

        .map iframe {
            height: 185px;
        }

        .contact-left h2 {
            font-size: 1.4em;
        }

        .contact-left p {
            font-size: 14px;
            margin-top: 5px;
        }

        .c-left input[type="text"], .c-left textarea {
            margin-bottom: 8px;
            padding: 7px 10px;
            font-size: 13px;
        }

        .about-right {
            padding: 0;
        }

        .about-right h4 {
            font-size: 16px;
        }

        .submit-btn input[type=submit] {
            padding: 5px 0px;
            font-size: 14px;
            margin-top: 0px;
            width: 93%;
        }

        .f-left {
            width: 46%;
        }

        .f-right ul li {
            margin: 0px 0px 7px 21px;
        }

        .team-left {
            width: 50%;
            margin-top: 12px;
        }

        .view {
            width: 197px;
            height: 197px;
        }

        .view .mask1, .view .content {
            width: 197px;
            height: 197px;
        }

        .team-text h4 {
            font-size: 18px;
        }

        .features-top p, .blog-top p {
            width: 100%;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 2em 0px;
        }

        .f-right {
            width: 52%;
        }

        .sb-icon-search, .sb-search-submit {
            width: 32px;
            height: 32px;
        }

        .head-left ul li {
            margin: 0 1px;
        }

        .sb-icon-search {
            background: url('../../img/frontend/search.png') no-repeat 9px 10px #fff;
        }

        .sb-search-submit {
            background: url('../../img/frontend/search.png') no-repeat 9px 10px #fff;
        }

        .sb-search.sb-search-open, .no-js .sb-search {
            width: 105%;
        }

        .sb-search-input {
            width: 95%;
            height: 25px;
            padding: 5px 10px;
            font-size: 11px;
        }

        ul.navig li a {
            padding: 8px 5px;
        }

        .banner-text h3 {
            font-size: 1em;
        }

        .banner-text p {
            font-size: 14px;
            font-weight: 700;
        }

        .banner-text {
            padding: 4px 0px 4px 6px;
            margin: 20% 0 0 2.5%;
            width: 72%;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 187px;
        }

        .sb-search {
            top: 4px;
        }

        .down h3 {
            padding: 3px 10px;
            font-size: 15px;
        }

        .down {
            right: 1%;
            top: 88%;
            width: 23.5%;
        }

        .heading h3, .heading h2, .heading h1 {
            font-size: 1.45em;
        }

        .news-top p, .welcome-top p {
            width: 100%;
        }

        .welcome-left {
            width: 100%;
            padding: 0 5px;
            margin-bottom: 2rem;
        }

        .welcome-left .welcome-btm  a span {
            width: 14px;
            height: 14px;
        }

        .welcome-left .welcome-btm  a {
            padding: 4px 10px;
            font-size: 16px;
        }

        .our-left {
            margin-top: 0;
        }

        .our-left {
            width: 100%;
            float: none;
        }

        .our-right {
            width: 100%;
            float: none;
            margin-top: 3.5%;
        }

        .welcome, .news {
            padding: 2em 0px;
        }

        .news-left {
            width: 100%;
            float: none;
            padding: 0 10px;
            text-align: center;
            margin-top: 4.5%;
        }

        .mask {
            padding: 16.3% 4px;
            width: 33%;
            right: 0%;
        }

        .product-left ul li {
            margin: 0px 0px 11px 18px;
        }

        .prdt-left {
            padding: 0 4px;
        }

        .prdt-left h4 {
            font-size: 17px;
            margin: 8px 0 0 0;
        }

        .product {
            padding-bottom: 2em;
        }

        .col-md-3.footer-left, .footer-right {
            padding: 0;
        }

        .footer-right input[type="text"] {
            padding: 6px 10px;
        }

        .footer-right form input[type=submit] {
            padding: 4px 17px;
            font-size: 13px;
        }

        .footer-right p {
            font-size: 13px;
        }

        .footer-left p {
            font-size: 13px;
            margin-left: 4px;
        }

        .news-bottom {
            margin-top: 0%;
        }

        .news-left img {
            width: 100%;
        }

        .mask h4 {
            font-size: 1.6em;
        }

        .o-left {
            width: 100%;
            float: none;
        }

        .o-right {
            padding: 4% 0 3% 0%;
            width: 100%;
        }

        h1.head {
            font-size: 28px;
        }

        h2.head {
            font-size: 26px;
        }

        .label {
            font-size: 39%;
        }
    }

    @media (max-width: 384px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 100px;
            width: auto
        }
        .owl-carousel .owl-item img.logo {
            width: 30% !important;
        }
        .head-middle h1 a, .head-middle h2 a {
            font-size: 1rem;
        }
        .img-blog-thumbnail {
            width: 100%;
            height: 200px !important;
        }
        .head-left ul li {
            margin: 0 0px;
        }
    }

    @media (max-width: 320px) {
        img.logo-header {
            margin: 5px 0 5px 0;
            max-height: 32px;
            width: auto
        }
        .owl-carousel .owl-item img.logo {
            width: 30% !important;
        }
        .head-middle h1 a, .head-middle h2 a {
            font-size: 1.1rem;
        }
        .img-blog-thumbnail {
            width: 100%;
            height: 150px !important;
        }

        .img-blog-thumbnail {
            width: 100%;
            height: 150px;
        }

        .blog-description {
            min-height: 1rem !important;
        }
        .blog-title {
            min-height: 1rem !important;
        }
        .head-left, .head-middle, .head-right {
            padding: 0;
        }

        .head-left ul li a span {
            width: 14px;
            height: 14px;
            background-size: 400%;
        }

        .head-left ul li a span.twit {
            background-position: -14px 0px;
        }

        .head-left ul li a span.pin {
            background-position: -28px 0px;
        }

        .head-left ul li a span.rss {
            background-position: -42px 0px;
        }

        .head-left ul li {
            margin: 0 0px;
        }

        .sb-icon-search, .sb-search-submit {
            width: 28px;
            height: 28px;
        }

        .sb-search {
            min-width: 28px;
            height: 28px;
        }

        .sb-icon-search {
            background: url('../../img/frontend/search.png') no-repeat 7px 7px #fff;
        }

        .sb-search-submit {
            background: url('../../img/frontend/search.png') no-repeat 7px 7px #fff;
        }

        .sb-search-input {
            height: 22px;
            font-size: 9px;
            top: 4.5px;
        }

        ul.navig li a {
            padding: 4px 5px;
            font-size: 12px;
        }

        .banner-text p {
            font-size: 11px;
            font-weight: 700;
        }

        .banner-text h3 {
            font-size: 10px;
        }

        .banner-text {
            padding: 2px 0px 2px 4px;
            margin: 20% 0 0 2.5%;
            width: 90%;
        }

        .navigation {
            height: 47px;
            padding: 8px 0px;
        }

        .banner1, .banner2, .banner3, .banner4 {
            min-height: 150px;
        }

        .down {
            display: none;
        }

        .welcome, .news {
            padding: 1.5em 0px;
        }

        .news-top p, .welcome-top p {
            font-size: 13px;
        }

        .welcome-left {
            width: 100%;
            float: none;
            margin-top: 13px;
        }

        .welcome-left .welcome-btm  a {
            padding: 9px 10px;
            font-size: 12px;
        }

        .product {
            padding-bottom: 1.5em;
        }

        .col-md-3.footer-left {
            width: 100%;
            float: none;
            margin-bottom: 6%;
        }

        .a-2 {
            margin-top: 6%;
        }

        .footer-right input[type="text"] {
            width: 90%;
        }

        .footer-right form input[type=submit] {
            margin: 10px 0 0 0px;
        }

        .welcome-left .welcome-btm  a span {
            width: 15px;
            height: 15px;
        }

        .news-left img {
            width: 100%;
        }

        .footer {
            padding: 1.5em 0px;
        }

        .prdt-left p {
            font-size: 13px;
        }

        .mask {
            padding: 20.9% 4px;
            width: 45%;
            right: 3.7%;
        }

        .product-left ul li a {
            font-size: 13px;
        }

        .product-left ul li {
            margin: 0px 0px 11px 13px;
        }

        .footer-left p {
            width: 62%;
        }

        #toTop {
            width: 30px;
            height: 22px;
            background-size: 100%;
        }

        .prdt-left {
            padding: 0 0px;
            width: 100%;
            margin-top: 5%;
        }

        .product-right {
            margin-top: 5.5%;
        }

        .about, .team, .gallery, .blog, .contact, .pages, .single {
            padding: 1.5em 0px;
        }

        .about-left {
            width: 100%;
        }

        .about-right h4 {
            font-size: 15px;
        }

        .about-right p {
            font-size: 13px;
        }

        .f-left {
            width: 100%;
        }

        .f-right {
            width: 100%;
            margin-top: 6%;
        }

        .team-left {
            width: 100%;
            padding: 0 15px;
        }

        .view {
            width: 243px;
            height: 243px;
        }

        .view .mask1, .view .content {
            width: 243px;
            height: 243px;
        }

        .team-text p {
            font-size: 13px;
        }

        .team-text h4 {
            font-size: 17px;
        }

        .f-right ul li a {
            font-size: 13px;
        }

        .col-md-3.gallery-left, .col-md-6.gallery-left {
            width: 100%;
            float: none;
        }

        .map {
            margin-top: 3.3%;
        }

        .map iframe {
            height: 150px;
        }

        .contact-left, .c-left {
            padding: 0;
        }

        .contact-right {
            margin-top: 5%;
        }

        .contact-bottom {
            margin-top: 4%;
        }

        .contact-left p {
            font-size: 13px;
            margin-top: 4px;
        }

        .contact-left h2 {
            font-size: 1.2em;
        }

        .headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
            padding: 6px 0;
        }

        h1.head {
            font-size: 22px;
        }

        h2.head {
            font-size: 19px;
        }

        h3.head {
            font-size: 16px;
        }

        h4.head {
            font-size: 14px;
        }

        .label {
            font-size: 23%;
        }

        .alert {
            padding: 12px;
            font-size: 14px;
        }

        .well {
            font-size: 14px;
        }

        h3.ghj {
            font-size: 1.15em;
        }

        .pagination-lg > li > a, .pagination-lg > li > span {
            padding: 8px 13px;
            font-size: 11px;
        }

        .blog-left {
            padding: 0 0px;
        }

        p.one {
            font-size: 13px;
        }

        .single-bottom h4 {
            font-size: 17px;
        }

        .media-left, .media > .pull-left {
            padding-right: 11px;
        }

        h4.media-heading {
            font-size: 1.1em;
        }

        .media-body p {
            font-size: 13px;
        }

        h5.reply a {
            font-size: 1em;
        }

        .post-left h6 {
            font-size: 1em;
            margin: 8px 0 0 0;
        }

        .post-left p {
            font-size: 13px;
        }

        .rly-top {
            margin-top: 13px;
        }

        .rly-top input[type="text"]:nth-child(1), .rly-top input[type="text"] {
            margin: 0 0 5px 0;
        }

        .rly-top input[type="text"] {
            width: 100%;
        }

        .rly-top textarea {
            min-height: 120px;
            margin: 0px 0em 7px 0;
        }

        .rly-top input[type="submit"] {
            padding: 3px 18px;
            font-size: 13px;
        }

        .head-left, .head-middle, .head-right {
            width: 30%;
            float: left;
        }

        .head-middle {
            width: 40%;
            float: left;
        }

        .head-right {
            width: 30%;
            float: left;
        }

        .head-left ul {
            margin: 2.5% 0px 0 0;
        }

        .sb-search {
            top: 9px;
        }

        .welcome-btm {
            width: 96.5%;
            top: 82.5%;
        }

        .head-middle h1 a {
            font-size: 1.4rem;
        }

        .head-left ul {
            margin: 18.5% 0px 0 0;
        }

        .add h5 {
            font-size: 1.1em;
        }

        .add {
            margin-top: 7px;
        }

        .add p {
            font-size: 13px !important;
            margin-top: 5px !important;
            line-height: 1.6em;
        }

        .c-left input[type="text"], .c-left textarea {
            font-size: 12px;
        }

        .submit-btn input[type=submit] {
            width: 100%;
        }
    }

    /*--media-quaries-end-here--*/
    /* My CSS */

    /* Custom OWL Nav */
    .carousel-wrap {
        width: 1000px;
        margin: auto;
        position: relative;
    }

    .owl-carousel .owl-nav {
        overflow: hidden;
        height: 0px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #2caae1;
    }


    .owl-carousel .item {
        text-align: center;
    }

    .owl-carousel .nav-btn {
        height: 47px;
        position: absolute;
        width: 26px;
        cursor: pointer;
        top: 100px !important;
    }

    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.2;
    }

    .owl-carousel .prev-slide {
        background: url(../../img/frontend/nav-icon.png) no-repeat scroll 0 0;
        left: -33px;
    }

    .owl-carousel .next-slide {
        background: url(../../img/frontend/nav-icon.png) no-repeat scroll -24px 0px;
        right: -33px;
    }

    .owl-carousel .prev-slide:hover {
        background-position: 0px -53px;
    }

    .owl-carousel .next-slide:hover {
        background-position: -24px -53px;
    }

    span.img-text {
        text-decoration: none;
        outline: none;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        cursor: pointer;
        width: 100%;
        font-size: 23px;
        display: block;
        text-transform: capitalize;
    }

    span.img-text:hover {
        color: #2caae1;
    }

    /* Blog */
    .img-blog-thumbnail {
        width: 100%;
        height: 180px;
    }

    .img-related-blog-thumbnail {
        width: 100%;
        height: 150px;
    }

    /* Paginate */
    .pagination {
        display: inline-block;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

    .pagination a.active {
        background-color: rgba(247, 114, 51, 1.0);
        color: white;
        border: 1px solid rgba(247, 114, 51, 1.0);
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }

    /* Menu */
    .section2_left1.menu ul {
        padding-left: 0px;
        list-style: none;
    }

    .section2_left1.menu ul li.active {
        background: rgba(250, 159, 117, 1.0);
    }

    .section2_left1.menu ul li {
        border: 1px solid #ffffff;
        padding: 10px 10px 10px 25px;
        background: #eeeeee;
    }

    .section2_left1 ul li.active .muiten {
        color: #ffffff !important;
        background: rgba(250, 159, 117, 1.0) url(../../img/frontend/arrows1.png) no-repeat right 6px top 3px;
    }

    .section2_left1.menu ul li .muiten {
        padding-right: 25px;
        display: block;
        color: rgba(247, 114, 51, 1.0);
    }

    section2_left1.menu ul li a {
        color: rgba(247, 114, 51, 1.0);
    }

    /* Products */
    .product-item {
        border: 1px solid gray;
        padding: 1rem;
    }

    .product-item p.content {
        font-size: 14px;
        color: #999;
        line-height: 1.8em;
        margin-top: 10px;
        display: block;
        word-break: break-all;
    }

    .product-image {
        width: 100%;
        height: 150px;
        display: block;
    }

    .product-title {
        text-transform: uppercase;
        color: lightsalmon;
        font-size: 1rem;
        line-height: 1.3;
    }

    a.product-redirect {
        color: lightsalmon;
        font-size: 14px;
        line-height: 1.8em;
    }

    .img-blog-thumbnail-mini {
        height: 150px;
        width: 200px;
        display: block;
    }

    .single-youtube-channel {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    /* My CSS */
    .warpper {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }

    .tab {
        cursor: pointer;
        padding: 10px 20px;
        margin: 0px 2px;
        background: #BEBEBE;
        display: inline-block;
        color: #fff;
        /* border-radius:3px 3px 0px 0px; */
        /* box-shadow: 0 0.5rem 0.8rem #00000080; */
    }

    .panels {
        background: #fffffff6;
        /* box-shadow: 0 2rem 2rem #00000080; */
        min-height: 200px;
        width: 100%;
        /* max-width:500px; */
        /* border-radius:3px; */
        overflow: hidden;
        padding: 20px;
    }

    .panel {
        display: none;
        animation: fadein .8s;
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .panel-title {
        font-size: 1.5em;
        font-weight: bold
    }

    .radio {
        display: none;
    }

    #one:checked ~ .panels #one-panel,
    #two:checked ~ .panels #two-panel,
    #three:checked ~ .panels #three-panel,
    #four:checked ~ .panels #four-panel {
        display: block
    }

    #one:checked ~ .tabs #one-tab,
    #two:checked ~ .tabs #two-tab,
    #three:checked ~ .tabs #three-tab,
    #four:checked ~ .tabs #four-tab {
        background: #fffffff6;
        color: #000;
        border-bottom: 3px solid #000;
    }

    .them1 {
        background-color: #f8f8f8;
        margin: 0px;
        padding: 10px;
        border-left: 2px solid tomato;
    }

    .them1 a {
        font-size: 16px;
        color: tomato;
        font-weight: bold;
        text-decoration: none;
    }

    .taituychon .kdmbac .muoi {
        width: auto;
        display: inline-block;
        text-decoration: none;
        color: #333333;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .taituychon .kdmbac {
        border-bottom: 1px solid lavender;
        margin-bottom: 1px;
    }

    /* Navbar Dropdown */
    /* #region MENU */
    .menu {
        position: relative;
    }

    .menu-top-content > ul {
        display: flex;
        position: relative;
        margin: 0;
        justify-content: center;
    }

    .menu-top-content > ul > li.menu-item {
        list-style: none;
        text-decoration: none !important;
        position: relative;
        /* padding: 10px 25px; */
    }

    .menu-top-content > ul > li.menu-item:first-child {
        /*background: url(../../img/frontend/icon-home.png) no-repeat left center;*/
        padding-left: 20px;
    }

    .menu-top-content > ul > li.menu-item > .menu-link {
        cursor: pointer;
        /* text-align: center; */
        color: rgba(247, 114, 51, 1);
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        display: block;
        font-weight: bold;
    }

    .menu-top-content > ul > li.menu-item.active > .menu-link, .menu-top-content > ul > li.menu-item > .menu-link:hover {
        color: rgba(247, 114, 51, 1);
    }

    .menu-top-content > ul > .menu-item > .menu-mega-sub {
        display: block;
        opacity: 0;
        position: absolute;
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s;
        visibility: hidden;
        z-index: 100;
        background: #fff;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 3px 5px #aeaeae;
        min-width: 250px;
        max-width: 500px;
        top: 40px;
        left: 0px;
    }

    .menu-top-content > ul > .menu-item:hover > .menu-mega-sub {
        opacity: 1;
        transform: rotateX(0);
        visibility: visible;
    }

    .menu-top-content .sub-menu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .menu-top-content .sub-menu > li {
        /* border-bottom: 1px solid #e5e5e5; */
        padding: 5px 5px 10px 5px;
        list-style: none;
        position: relative;
        width: 100%;
    }

    .menu-top-content .sub-menu > li:hover {
        background: #fff;
    }

    .menu-top-content .sub-menu > li a {
        color: rgba(247, 114, 51, 0.7);
    }

    .menu-top-content .sub-menu > li:hover > a {
        color: rgba(247, 114, 51, 1);
    }

    .menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item > .menu-mega-sub {
        display: block;
        opacity: 0;
        position: absolute;
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s;
        visibility: hidden;
        z-index: 100;
        background: #fff;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 3px 5px #aeaeae;
        min-width: 210px;
        top: 0;
        left: 100%;
    }

    .menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item:hover > .menu-mega-sub {
        opacity: 1;
        transform: rotateX(0);
        visibility: visible;
    }

    /* #endregion MENU*/


    /* #region MEAN MENU*/
    /* hide the link until viewport size is reached */
    a.meanmenu-reveal {
        display: none;
    }

    .mean-container .mean-bar {
        background: none;
        padding: 5px 0;
        position: absolute;
        width: 100%;
        z-index: 1000;
        left: 0;
        top: 5px;
    }

    .mean-container a.meanmenu-reveal {
        border: 2px solid rgba(247, 114, 51, 1);
        border-radius: 5px;
        color: tomato;
        cursor: pointer;
        display: block;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        position: absolute;
        right: 0 !important;
        margin-right: 2rem;
        left: unset !important;
        text-decoration: none;
        top: 0px;
        width: 30px;
    }

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: rgba(247, 114, 51, 0.85);
        height: 3px;
        margin-top: 5px;
    }

    .mean-container .mean-nav {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-top: 0;
        position: absolute;
        top: 35px;
        width: 100%;
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

    .mean-container .mean-nav ul li {
        background: #FFF none repeat scroll 0 0;
        float: left;
        position: relative;
        width: 100%;
        margin: 0 !important;
    }

    .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 100%;
        padding: 0 5%;
        margin: 0 1rem;
        text-align: left;
        color: rgba(247, 114, 51, 0.85);
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase;
        line-height: 42px;
    }


    .mean-container .mean-nav ul li li a {
        width: 80%;
        padding: 0 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0.75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
    }

    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 0 15%;
    }

    .mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 0 20%;
    }

    .mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 0 25%;
    }

    .mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, 0.1);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 1px;
        width: 25px;
        line-height: 18px;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.1);
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mean-container .mean-bar, .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mean-remove {
        display: none !important;
    }

    /* #endregion MEANMENU*/

    img.logo-footer {
        max-height: 125px;
        width: auto;
        margin-bottom: 1em;
    }

    /**
* My CSS
 */
    .img-single-blog {
        display: block;
        width: 100%;
        height: auto
    }

    .fz-80 {
        font-size: 90% !important;
    }

    .blog-content img {
        max-width: 100%;
    }

    /* FOOTER */
    .company-logo {
        min-width: 32px;
        min-height: 32px;
        max-width: 500px;
        max-height: 500px;
    }

    /* Ph창n trang */
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: rgba(247, 114, 51, 1.0);
        border-color: rgba(247, 114, 51, 1.0);
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: rgba(247, 114, 51, 1.0);
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: rgba(247, 114, 51, 1.0);
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: rgba(247, 114, 51, 1.0);
        background-color: #eee;
        border-color: #ddd;
    }

    .blog-title {
        min-height: 3rem;
    }

    .blog-description {
        min-height: 6rem;
    }

    .img-preview {
        height: 300px;
        width: 100% ;
    }

    .partner {
        padding: 4em 0px;
    }

    /* Blog*/
    .blog-content h1 {
        font-size: 1.4rem;
    }

    .blog-content h2 {
        font-size: 1.3rem;
    }

    .blog-content h3 {
        font-size: 1.2rem;
    }

    .blog-content h4 {
        font-size: 1.1rem;
    }

    img.img-blog-border {
        border: 1px solid #BEBEBE;
    }

    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.1em;
    }
    .blog-one {
        margin-top: 2rem;
        width: 50%;
    }

    .product-image {
        height: 250px !important;
        display: block;
    }

    span.menu:before {
        content: url(../../img/frontend/nav-icon.png);
        cursor: pointer;
        height: 32px;
    }

    .header {
        padding: 10px 0px;
    }

    ul.navig li.plan:hover ul.sub-nav {
        display: none;
    }

    ul.navig {
        width: 11%;
        float: right;
        margin: 0;
    }

    ul.navig {
        display: none;
    }

    ul.navig li {
        font-size: 12px;
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    ul.navig li a {
        width: 100%;
        font-weight: 600;
        display: block;
        color: rgba(64, 63, 69, 1);
        font-size: 1.25em;
        padding: 7px 20px;
    }

    span.menu {
        margin: 0px 0px 0 0;
    }

    ul.navig {
        margin: 0;
        z-index: 999;
        position: absolute;
        width: 96%;
        text-align: center;
        left: 2%;
        margin-top: 0%;
        background: rgba(255, 255, 255, 0.97);
    }

    .navigation {
        height: 60px;
        padding: 0px 0px 0em;
        margin-bottom: 0em;
    }
}

.navigation {
    padding: 1.5em 0px;
}

/*--navigation-end--*/
/*--banner-start--*/
.banner {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
    position: relative;
}

.banner2 {
    background: url(../../img/frontend/bnr-3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
}

.banner3 {
    background: url(../../img/frontend/bnr-2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
}

.banner4 {
    background: url(../../img/frontend/bnr-4.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
}

.banner-text p {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.banner-text h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-family: 'Roboto-Regular';
}

.banner-text {
    text-align: left;
    margin-top: 40%;
    background: rgba(247, 114, 51, 0.7);
    width: 55%;
    padding: 12px 0px 15px 25px;
}


.down {
    position: absolute;
    right: 10%;
    width: 15%;
    top: 92.5%;
}

.down h3 {
    font-family: 'Roboto-Regular';
    padding: 10px 20px;
    margin: 0;
    background: #f94877;
    color: #fff;
    font-size: 1.5em;
}

.down ul {
    padding: 0;
    margin: 0;
}

.down ul li {
    list-style: none;
}

.down ul li a {
    font-size: 15px;
    color: #fff;
    background: #0732a2;
    padding: 10px 20px;
    width: 100%;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f94877;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*--banner-end--*/
/*--welcome-starts--*/
.welcome {
    padding: 4em 0px;
}

.heading h3, .heading h2, .heading h1 {
    color: rgba(71, 71, 71, 1.0);
    font-size: 2em;
    margin: 1rem;
    font-family: 'Roboto-Regular';
}

.heading.section h3 {
    /*color: rgba(71, 71, 71, 1.0);*/
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    /*margin:0;*/
    /*font-family: 'Roboto-Regular';*/
}

.heading.section h3:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:100%;
    margin: 10px auto;
    width:5%;
    height:6px;
    background:#00a7d0;

}

.welcome-top {
    text-align: center;
}

.welcome-top p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin: 10px auto 0;
    width: 65%;
}

.welcome-bottom {
    margin-top: 3%;
}

.welcome-left img {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}

.welcome-left {
    position: relative;
}

.welcome-btm {
    position: absolute;
    top: 79%;
    width: 93%;
    height: 3rem;
}

.welcome-left .welcome-btm a {
    padding: 14px 9px;
    background: rgba(247, 114, 51, 0.85);
    color: rgba(71, 71, 71, 1.0);
    display: block;
    height: 3rem;
    font-size: 16px;
}

.welcome-left .welcome-btm a:hover {
    background: rgba(247, 114, 51, 0.85);
    color: rgba(71, 71, 71, 1.0);
}

.welcome-left .welcome-btm  a span {
    background: url(../../img/frontend/arw.png) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
}

/*--welcome-end--*/
/*--our-starts--*/
.our-right img, .o-left img {
    width: 100%;
}

.our-left p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6em;
    color: #999;
    width: 93%;
}

.our-left {
    margin-top: 6.5%;
}

.o-right p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6em;
    color: #999;
}

.o-left, .o-right, .our-left, .our-right {
    padding: 0;
}

.o-right {
    padding: 7% 0 0 4%;
}

/*--our-end--*/
/*--news-starts--*/
.news {
    padding: 4em 0px;
}

.news-top {
    text-align: center;
}

.news-bottom {
    margin-top: 4%;
}

.news-top p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin: 10px auto 0;
    width: 65%;
}

.news-left img {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}

.news-left {
    position: relative;
}

.mask {
    position: absolute;
    top: 0;
    right: 15px;
    background: rgba(247, 114, 51, 0.85);
    text-align: center;
    padding: 19% 10px;
    width: 45%;
    min-height: 260px;
}

.mask h4 {
    color: rgba(71, 71, 71, 1.0);
    font-size: 1.8em;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto-Regular';
}

.mask p {
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(71, 71, 71, 1.0);
    margin-top: 10px;
    height: 4rem;
}

.mask a {
    font-size: 16px;
    line-height: 1.6em;
    color: rgba(71, 71, 71, 1.0);
    margin-top: 10px;
    height: 4rem;
}

/*--news-end--*/
/*--product-starts--*/
.product {
    padding-bottom: 6em;
}

.product-left ul {
    padding: 0;
    margin-top: 9%;
}

.product-left ul li {
    list-style-image: url(../../img/frontend/s-arw.png);
    margin: 0px 0px 30px 18px;
}

.product-left ul li a {
    font-size: 16px;
    color: #999;
}

.product-left ul li a:hover {
    color: #f94877;
}

.prdt {
    margin-top: 4%;
}

.prdt-left img {
    width: 100%;
}

.prdt-left p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin-top: 10px;
}

.prdt-left h4 {
    color: rgba(247, 114, 51, 1.0);
    font-size: 22px;
    margin: 17px 0 0 0;
    font-family: 'Roboto-Regular';
}

/*--product-end--*/
/*--footer-starts--*/
.footer {
    padding: 5em 0px;
    background: rgba(71, 71, 71, 1.0);
}

.footer-left span {
    font-size: 2em;
    color: #fff;
    padding: 7px;
    border: 3px double #fff;
    vertical-align: middle;
    display: inline-block;
}

.footer-left p {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 65%;
    margin-left: 12px;
}

.footer-left p.company-name {
    margin-left: 0px;
}

.footer-left p a, .footer-right p a {
    color: #fff;
}

.footer-left p a:hover, .footer-right p a:hover {
    color: #0732a2;
}

.a-2 {
    margin-top: 12%;
}

.footer-right input[type="text"] {
    width: 100%;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 5px solid #fff;
    font-size: 13px;
}

.footer-right textarea {
    width: 100%;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 5px solid #fff;
    font-size: 13px;
}

.footer-right form input[type=submit] {
    color: #fff;
    padding: 7px 30px;
    font-size: 15px;
    cursor: pointer;
    border: 5px double #fff;
    margin: 15px 0 0 0px;
    outline: none;
    background: none;
}

.footer-right form input[type=submit]:hover {
    background: rgba(247, 114, 51, 0.8);
    border: 5px double rgb(202, 74, 11);
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.footer-right p {
    color: #fff;
    font-size: 16px;
    margin-top: 7%;
}

/*--footer-end--*/
/*--breadcrumbs-starts--*/
.breadcrumbs-main {
    border: 4px double #D6D6D6;
}

.breadcrumb {
    background: none;
    margin: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > .active {
    color: #C3C3C3;
}

.breadcrumb li a {
    color: rgba(247, 114, 51, 1.0);
}

.breadcrumb li a:hover {
    color: rgba(247, 114, 51, 1.0);
    text-decoration: none;
}

/*--breadcrumbs-end--*/
/*--gallery-starts--*/
.gallery {
    padding: 6em 0px;
    text-align: center;
}

.gallery-bottom {
    margin-top: 4%;
}

.gallery-left img, .g-left img {
    width: 100%;
}

.g-left:nth-child(4), .g-left:nth-child(5) {
    margin-top: 3.5%;
}

.gallery-one {
    margin: 2em 0 0 0;
}

.gallery-right {
    padding: 0;
}

.gallery-left {
    padding: 0 2px;
}

.g-3 {
    padding: 0 2px 0 0;
}

.g-4 {
    padding: 0 0 0 2px;
}

.g-2 {
    padding: 4px 0;
}

.g-5 {
    padding: 4px 0;
}

.g-6 {
    padding-top: 4px;
}

/*--gallery-end--*/
/*--about-starts--*/
.about {
    padding: 6em 0px;
}

.about-top {
    text-align: center;
}

.about-bottom {
    margin-top: 4%;
}

.about-left {
    text-align: center;
    margin-top: 15px;
}

.about-right h4, .about-right h1 {
    font-size: 19px;
    margin: 0;
    line-height: 1.5em;
    color: rgba(247, 114, 51, 1.0);
    font-family: 'Roboto-Regular';
}

.about-right p {
    font-size: 15px;
    color: #999;
    line-height: 1.8em;
    margin-top: 8px;
}

.about-left p:nth-child(3) {
    margin-top: 10px;
}

.features-top {
    text-align: center;
}

.f-left {
    width: 48%;
    float: left;
}

.f-right {
    width: 50%;
    float: right;
}

.f-left img {
    width: 100%;
}

.features-bottom {
    margin-top: 4%;
}

.f-right ul {
    padding: 0;
    margin: 0;
}

.f-right ul li {
    list-style-image: url(../../img/frontend/s-arw.png);
    margin: 0px 0px 16px 35px;
}

.f-right ul li a {
    font-size: 16px;
    color: #999;
}

.f-right ul li a:hover {
    color: #f94877;
}

.team {
    padding: 6em 0;
}

.team-top {
    text-align: center;
}

.team-bottom {
    margin-top: 4%;
}

.team-text {
    text-align: center;
}

.team-text h4 {
    color: #f94877;
    font-size: 22px;
    margin: 17px 0 0 0;
    font-family: 'Roboto-Regular';
}

.team-text p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
}

/* FIFTH EFFECTS */
.fifth-effect img {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.fifth-effect .mask1 {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    border: 35px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.fifth-effect:hover .mask1 {
    border: 0px double rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.fifth-effect:hover img {
    opacity: 1;
}

/* CSS3 STYLE GENERIC */
.view {
    width: 255px;
    height: 255px;
    margin: 0 0px 20px 0px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask1, .view .content {
    width: 255px;
    height: 255px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view a.info {
    background: url(../../img/frontend/link.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

/*--about-end--*/
/*--blog-starts--*/
.features-top p, .blog-top p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin: 10px auto 0;
    width: 65%;
}

.blog-top {
    text-align: center;
}

.blog {
    padding: 2em 0px;
}

.blog-bottom {
    margin-top: 4%;
}

.blog-btm {
    padding: 1em 1em 1.8em 1em;
    border: 1px solid #BEBEBE;
}

.blog-btm p {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}

.blog-btm p a {
    color: #f94877;
}

.blog-btm p a:hover {
    color: #0732a2;
}

.blog-btm h4, .blog-btm h2 {
    color: rgba(71, 71, 71, 1.0);
    font-family: 'Roboto-Regular';
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

p.one {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin-top: 10px;
    text-align: justify;
}

.b-btn {
    margin-top: 10px;
}

.b-btn a {
    font-size: 13px;
    color: #fff;
    padding: 8px 15px;
    background: rgba(247, 114, 51, 1.0);
}

.b-btn a:hover {
    background: #0732a2;
}

.blog-one {
    margin-bottom: 2em;
	padding-right: 0px;
}

.blog-one:nth-child(2) {
    margin-bottom: 0em;
}

/*--blog-end--*/
/*--single-starts--*/
.single {
    padding: 6em 0px;
}

.single-bottom h4 , .single-bottom h1{
    color: rgba(247, 114, 51, 1.0);
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0;
    font-weight: 600;
}

.single-bottom {
    margin-top: 15px;
}

p.sn {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}

.single-bottom p a {
    color: #f94877;
}

.single-bottom p a:hover {
    color: #0732a2;
}

.comments {
    margin-top: 3%;
}

h4.media-heading {
    font-size: 1.5em;
    color: rgba(247, 114, 51, 1.0);
    float: left;
    font-family: 'Roboto-Regular';
}

h5.reply {
    float: right;
    margin: 0;
}

h5.reply a {
    text-decoration: none;
    color: #0732a2;
    font-size: 1.2em;
    display: block;
}

h5.reply a:hover {
    color: #F94877;
}

.media-body p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
}

.media-left, .media > .pull-left {
    padding-right: 22px;
}

.media {
    margin-top: 25px;
}

.post {
    margin-top: 3%;
}

.post-top {
    margin-top: 1.5em;
}

.post-left h6 {
    font-size: 1rem;
    color: rgba(247, 114, 51, 1.0);
    margin: 15px 0 0 0;
    font-family: 'Roboto-Regular';
    line-height: 1.3rem;
}

.post-left p {
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
    margin-top: 3px;
}

.rly {
    margin-top: 3%;
}

.rly-top {
    margin-top: 1.5em;
}

.rly-top input[type="text"]:nth-child(1) {
    margin-right: 10px
}

.rly-top input[type="text"] {
    width: 49.38%;
}

.rly-top input[type="text"], .rly-top textarea {
    padding: 0.5em 1em;
    border: 1px solid #BDBCBC;
    font-size: 15px;
    color: #808080;
    outline: none;
    font-weight: 400;
    font-family: 'Roboto-Regular';
}

.rly-top textarea {
    resize: none;
    min-height: 180px;
    margin: 1em 0em;
    width: 100%;
    font-family: 'Roboto-Regular';
}

.rly-top input[type="submit"] {
    color: #B1AFAF;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    border: 3px double #BEBEBE;
    background: none;
    outline: none;
    font-family: 'Roboto-Regular';
}

.rly-top input[type="submit"]:hover {
    background: #0732a2;
    border: 3px double #44479A;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

/*--single-end--*/
/*--contact-starts--*/
.contact {
    padding: 6em 0px;
}

.contact-top {
    text-align: center;
}

.map {
    margin-top: 4%;
}

.map iframe {
    width: 100%;
    height: 350px;
}

.contact-left h2 {
    font-family: 'Roboto-Regular';
    margin: 0;
    font-size: 2em;
    color: rgba(247, 114, 51, 1);
}

.contact-bottom {
    margin-top: 4%;
}

.contact-left p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.6em;
    color: #999;
}

.c-left input[type="text"], .c-left textarea {
    width: 100%;
    margin-bottom: 10px;
    color: #999;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #C7C5C5;
    font-size: 14px;
}

.c-left textarea {
    resize: none;
    height: 10.4em;
}

.contact-right {
    padding: 0;
}

.submit-btn {
    text-align: center;
}

.submit-btn input[type=submit] {
    color: #B1AFAF;
    padding: 7px 0px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    border: 3px double #BEBEBE;
    background: none;
    outline: none;
    width: 96%;
}

.submit-btn input[type=submit]:hover {
    background: rgba(247, 114, 51, 1);
    border: 3px double tomato;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.add {
    margin-top: 11px;
}

.add h5 {
    color: #0732a2;
    font-size: 1.5em;
    margin: 0;
    font-family: 'Roboto-Regular';
}

address {
    margin: 7px 0 0 0;
    line-height: 1.6em;
}

/*--contact-end--*/
/*--typo-start--*/
.pages {
    padding: 6em 0px;
}

.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 2em 0;
}

h3.ghj {
    font-family: 'Roboto-Regular';
    font-size: 2em;
    color: rgba(247, 114, 51, 1.0);
    margin: 0 0 1em 0;
}

.pages-top {
    text-align: center;
}

.typo-bottom {
    margin-top: 4%;
}

.table tr th {
    width: 50%;
}

/*--typo-end--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 50%;
    right: 50px;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../../img/frontend/top-arrow.png") no-repeat 0px 0px;
}

a#toTop {
    color: tomato;
}

/*--media-quaries-starts-here--*/
@media (max-width: 1440px) {
    .banner1, .banner2, .banner3, .banner4 {
        min-height: 575px;
    }

    .banner-text {
        margin-top: 37%;
    }

    .down {
        right: 5%;
        top: 92%;
    }
}

@media (max-width: 1366px) {
    .o-right {
        padding: 7.5% 0 0 4%;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 5em 0px;
    }

    .header-top {
        padding: 5px 0px;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 540px;
    }

    .banner-text h3 {
        font-size: 1em;
    }

    .banner-text {
        margin-top: 35%;
    }

    .welcome, .news {
        padding: 5em 0px;
    }

    .product {
        padding-bottom: 5em;
    }

    .footer {
        padding: 4.5em 0px;
    }
}

@media (max-width: 1280px) {
    .sb-search {
        top: 13px;
    }

    .map {
        margin-top: 3%;
    }

    .map iframe {
        height: 300px;
    }

    .contact-left h2 {
        font-size: 1.8em;
    }

    .about-bottom {
        margin-top: 3%;
    }

    .features-bottom {
        margin-top: 3%;
    }

    .team-bottom {
        margin-top: 3%;
    }

    .down {
        right: 4%;
        top: 91.45%;
    }

    .heading h3, .heading h2, .heading h1 {
        font-size: 2.3em;
    }

    .o-right {
        padding: 7.5% 0 0 4%;
    }

    .news-bottom {
        margin-top: 3%;
    }

    .news-top p, .welcome-top p {
        margin: 5px auto 0;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 507px;
    }

    .banner-text {
        margin-top: 33%;
    }

    .footer {
        padding: 4em 0px;
    }

    .gallery-bottom {
        margin-top: 3%;
    }

    .typo-bottom {
        margin-top: 2%;
    }

    h3.ghj {
        font-size: 1.85em;
    }

    .blog-bottom {
        margin-top: 3%;
    }

    .blog-btm h4, .blog-btm h2 {
        font-size: 1.2rem;
    }

    .head-middle h1 a {
        font-size: 1.4em;
    }
}

@media (max-width: 1024px) {
    .img-related-blog-thumbnail {
        width: 100%;
        height: 100px !important;
    }

    .blog-one {
        margin-top: 2rem;
        margin-bottom: 0px;

    }

    .mask {
        min-height: 210px;
        height: 210px;
    }

    .welcome-left img {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }

    .news-left img {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }
    .banner {
        min-height: 300px;
    }
    .about-right h4 {
        font-size: 18px;
    }

    .add h5 {
        font-size: 1.4em;
    }

    address {
        font-size: 14px;
    }

    .head-middle h1 a {
        font-size: 1.4em;
    }

    .welcome-btm {
        width: 90.6%;
    }

    .blog-btm h4, .blog-btm h2 {
        font-size: 1.2rem;
    }

    .blog-btm p {
        font-size: 13px;
    }

    .blog-btm {
        padding: 11px 0em 1.5em 13px;
    }

    p.one {
        font-size: 15px;
        margin-top: 7px;
    }

    .b-btn a {
        font-size: 12px;
        padding: 6px 14px;
    }

    .b-btn {
        margin-top: 6px;
    }

    h3.ghj {
        font-size: 1.75em;
    }

    .typo-bottom {
        margin-top: 1%;
    }

    .headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
        padding: 1em 0;
    }

    .map {
        margin-top: 2.3%;
    }

    .map iframe {
        height: 255px;
    }

    .contact-left h2 {
        font-size: 1.65em;
    }

    .add p {
        font-size: 14px !important;
        margin-top: 2px !important;
    }

    .contact-left p {
        font-size: 15px;
        margin-top: 10px;
    }

    .features-top p, .blog-top p {
        font-size: 15px;
    }

    .f-right ul li a {
        font-size: 14px;
    }

    .f-right ul li {
        margin: 0px 0px 8px 20px;
    }

    .team-left {
        padding: 0 10px;
    }

    .view {
        width: 215px;
        height: 215px;
        margin: 0 0px 15px 0px;
    }

    .team-text p {
        line-height: 1.8em;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 4em 0px;
    }

    .view .mask1, .view .content {
        width: 215px;
        height: 215px;
    }

    .team-text h4 {
        font-size: 21px;
    }

    .header-top {
        padding: 5px 0px;
    }

    .head-left ul {
        margin: 7.5% 0 0 0;
    }

    .sb-search {
        top: 9px;
    }

    .sb-icon-search, .sb-search-submit {
        width: 37px;
        height: 37px;
    }

    .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 12px 12px #fff;
        width: 37px;
        height: 37px;
    }

    .sb-search-submit {
        background: url('../../img/frontend/search.png') no-repeat 12px 12px #fff;
    }

    .sb-search {
        min-width: 37px;
        height: 37px;
    }

    .sb-search-input {
        width: 99%;
        height: 30px;
    }

    ul.navig li a {
        font-size: 1.1em;
        padding: 2px 5px;
    }

    .banner-text h3 {
        font-size: 1rem;
    }

    .banner-text p {
        font-size: 1.3rem;
        font-weight: 700;    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 410px;
    }

    .flex-direction-nav a {
        top: 50%;
    }

    .banner-text {
        margin-top: 30%;
    }

    .down h3 {
        padding: 8px 20px;
        font-size: 1.25em;
    }

    .down {
        right: 2%;
        top: 90.8%;
        width: 16%;
    }

    .down ul li a {
        font-size: 14px;
        padding: 7px 20px;
    }

    .flex-direction-nav a {
        top: 48%;
    }

    .welcome, .news {
        padding: 4em 0px;
    }

    .heading h3, .heading h2, .heading h1 {
        font-size: 2.2em;
    }

    .news-top p, .welcome-top p {
        margin: 3px auto 0;
        font-size: 15px;
    }

    .welcome-bottom {
        margin-top: 2%;
    }

    .welcome-left .welcome-btm  a {
        padding: 12px 12px;
    }

    .our-left p {
        font-size: 15px;
        margin-top: 4px;
    }

    .our-left {
        margin-top: 5.7%;
    }

    .o-right p {
        font-size: 15px;
        margin-top: 5px;
    }

    .o-right {
        padding: 6.9% 0 0 3%;
    }

    .mask h4 {
        font-size: 1.4rem;
    }

    .mask p {
        font-size: 12px;
        margin-top: 4px;
    }

    .mask {
        padding: 19.8% 4px;
        width: 45%;
    }

    .news-bottom {
        margin-top: 2%;
    }

    .product-left ul li a {
        font-size: 15px;
    }

    .product-left {
        padding: 0 5px;
    }

    .prdt-left h4 {
        font-size: 21px;
        margin: 13px 0 0 0;
    }

    .prdt-left p {
        font-size: 15px;
        margin-top: 5px;
    }

    .product {
        padding-bottom: 3em;
    }

    .footer {
        padding: 3.5em 0px;
    }

    .footer-left span {
        font-size: 1.6em;
        padding: 7px;
    }

    .footer-left p {
        font-size: 15px;
        width: 72%;
        margin-left: 6px;
    }

    .footer-right form input[type=submit] {
        padding: 5px 17px;
        font-size: 14px;
    }

    .footer-right input[type="text"] {
        width: 75%;
        padding: 8px 10px;
        font-size: 12px;
    }

    .footer-right p {
        font-size: 15px;
    }

    .single-bottom h4 {
        font-size: 1.3rem;
    }

    .media-body p {
        font-size: 15px;
    }

    .comments {
        margin-top: 2%;
    }

    h4.media-heading {
        font-size: 1.4em;
    }

    .post-left h6 {
        font-size: 1.3em;
        margin: 12px 0 0 0;
    }

    .post-left p {
        font-size: 15px;
    }

    .rly-top input[type="text"]:nth-child(1) {
        margin-right: 7px;
    }

    .media {
        margin-top: 18px;
    }
}

@media (max-width: 768px) {
    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.4rem;
    }
	
	div.youtube iframe {
		width: 100%;
	}

    .img-related-blog-thumbnail {
        width: 100%;
        height: 100px !important;
    }

    .img-blog-thumbnail {
        width: 100%;
        height: 200px !important;
    }

    .banner {
        min-height: 300px;
    }
    .head-left, .head-middle, .head-right {
        width: 33.3%;
        float: left;
    }

    .header-top {
        padding: 5px 0px;
    }

    .head-middle h1 a {
        font-size: 1.1em;
    }

    .welcome-btm {
        width: 91.6%;
        top: 79.8%;
    }

    .single-bottom h4 {
        font-size: 1.3rem;
    }

    h4.media-heading {
        font-size: 1.2em;
    }

    .media-body p {
        font-size: 14px;
    }

    h5.reply a {
        font-size: 1.1em;
    }

    .post-left {
        width: 25%;
        float: left;
        padding: 0 5px;
    }

    .post-left h6 {
        font-size: 1.1em;
    }

    .post-left p {
        font-size: 14px;
    }

    .rly-top {
        margin-top: 1.2em;
    }

    .rly-top input[type="text"]:nth-child(1) {
        margin-right: 4px;
    }

    .rly-top textarea {
        min-height: 160px;
        margin: 10px 0em;
    }

    .rly-top input[type="text"], .rly-top textarea {
        font-size: 13px;
    }

    .rly-top input[type="submit"] {
        padding: 5px 27px;
        font-size: 15px;
        margin-top: 0px;
    }

    .blog-left {
        /*width: 33.3%;*/
        /*float: left;*/
        padding: 0 5px;
    }

    .blog-btm h4, .blog-btm h2 {
        font-size: 1.2rem;
    }

    .blog-btm {
        padding: 11px 0em 1.3em 7px;
    }

    .blog-btm p {
        font-size: 12px;
    }

    p.one {
        font-size: 14px;
        margin-top: 4px;
    }

    .b-btn a {
        font-size: 11px;
        padding: 6px 10px;
    }

    h3.ghj {
        font-size: 1.55em;
        margin: 0 0 13px 0;
    }

    .map iframe {
        height: 225px;
    }

    .contact-bottom {
        margin-top: 3%;
    }

    .contact-right {
        margin-top: 3%;
    }

    .col-md-3.gallery-left {
        width: 25%;
        float: left;
    }

    .col-md-6.gallery-left {
        width: 50%;
        float: left;
    }

    .g-3 {
        width: 50%;
        float: left;
    }

    .g-4 {
        width: 50%;
        float: left;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 3em 0px;
    }

    .about-right {
        margin-top: 3%;
        text-align: center;
    }

    .features-top p, .blog-top p {
        width: 82%;
    }

    .festure-left {
        margin-top: 4%;
    }

    .features-bottom {
        margin-top: 1%;
    }

    .f-left {
        width: 40%;
    }

    .f-right {
        width: 55%;
    }

    .f-right ul li {
        margin: 0px 0px 15px 20px;
    }

    .view {
        width: 160px;
        height: 160px;
        margin: 0 0px 10px 0px;
    }

    .fifth-effect .mask1 {
        border: 20px solid rgba(0, 0, 0, 0.7);
    }

    .team-left {
        padding: 0 10px;
        width: 25%;
        float: left;
    }

    .team-text h4 {
        font-size: 19px;
    }

    .view .mask1, .view .content {
        width: 160px;
        height: 160px;
    }

    .navigation {
        padding: 16px 0px;
    }

    ul.navig li a {
        padding: 12px 5px;
        margin: 0;
        border-bottom: 2px dotted #fff;
    }

    .banner-text p {
        font-size: 1.3rem;
        font-weight: 700;    }

    .banner-text h3 {
        font-size: 1rem;
    }

    .banner-text {
        width: 61%;
        padding: 10px 0px 10px 16px;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 305px;
    }

    .banner-text {
        margin-top: 28%;
    }

    .down h3 {
        padding: 6px 17px;
        font-size: 1.15em;
    }

    .down {
        right: 1.5%;
        top: 89.8%;
        width: 19%;
    }

    .down ul li a {
        font-size: 14px;
        padding: 3px 17px;
    }

    .heading h3, .heading h2, .heading h1 {
        font-size: 1.8em;
    }

    .welcome, .news {
        padding: 3em 0px;
    }

    .news-top p, .welcome-top p {
        width: 82%;
    }

    .welcome-left {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-bottom: 2rem;
    }

    .welcome-left .welcome-btm  a span {
        width: 17px;
        height: 17px;
        background-size: 100%;
    }

    .welcome-left .welcome-btm  a {
        padding: 7px 12px;
        font-size: 14px;
    }

    .o-left {
        width: 60%;
        float: left;
    }

    .o-right {
        padding: 4.6% 0 0 2%;
        width: 40%;
        float: right;
    }

    .our-left {
        width: 60%;
        float: left;
    }

    .our-right {
        width: 40%;
        float: right;
    }

    .our-left {
        margin-top: 2.5%;
    }

    .our-left p {
        font-size: 14px;
        margin-top: 6px;
    }

    .o-right p {
        font-size: 14px;
        margin-top: 6px;
    }

    .news-left {
        width: 50%;
        float: left;
        padding: 0 10px;
        margin-top: 2rem;
    }

    .mask h4 {
        font-size: 1.4em;
    }

    .mask p {
        font-size: 12px;
    }

    .mask {
        padding: 13.2% 4px;
        width: 48%;
        right: 9px;
    }

    .product-left ul {
        margin-top: 3%;
    }

    .product-left ul li {
        margin: 0px 0px 15px 18px;
    }

    .product-left ul li a {
        font-size: 14px;
    }

    .product-right {
        margin-top: 3.5%;
    }

    .prdt-left h4 {
        font-size: 20px;
    }

    .prdt-left p {
        font-size: 14px;
        margin-top: 3px;
    }

    .col-md-3.footer-left {
        width: 50%;
        float: left;
        margin-bottom: 3%;
    }

    .footer-right {
        width: 100%;
    }

    .footer-right input[type="text"] {
        width: 67%;
    }

    .footer-right p {
        font-size: 14px;
        margin-top: 3.5%;
    }

    .footer {
        padding: 3em 0px;
    }

    .prdt-left {
        width: 50%;
        float: left;
    }

    .prdt {
        margin-top: 2.5%;
    }

    .sb-search {
        top: 5px;
    }

    .head-left ul {
        margin: 8% 0 0 0;
    }

    .team-text p {
        font-size: 15px;
    }

    .label {
        font-size: 67%;
    }
}

@media (max-width: 640px) {
    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.1em;
    }
    .img-blog-thumbnail {
        width: 100%;
        height: 200px !important;
    }
    .header-top {
        padding: 10px 0px;
    }

    p.sn {
        font-size: 13px;
    }

    .rly-top input[type="text"]:nth-child(1) {
        margin-right: 3px;
    }

    .head-middle h1 a {
        font-size: 1em;
    }

    .welcome-btm {
        width: 89.5%;
        top: 78%;
    }

    h3.ghj {
        font-size: 1.5em;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 2.5em 0px;
    }

    .features-top p, .blog-top p {
        font-size: 14px;
        line-height: 1.6em;
    }

    .contact-left h2 {
        font-size: 1.5em;
    }

    .about-left img {
        width: 100%;
    }

    .about-right h4 {
        font-size: 17px;
    }

    .about-right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .team-text p {
        font-size: 14px;
    }

    .head-left ul {
        margin: 9% 0px 0 0;
    }

    .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 11px 11px #fff;
        width: 35px;
        height: 35px;
    }

    .sb-search-submit {
        background: url('../../img/frontend/search.png') no-repeat 11px 11px #fff;
    }

    .sb-search-input {
        width: 94%;
        height: 30px;
    }

    .sb-icon-search, .sb-search-submit {
        width: 35px;
        height: 35px;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 95%;
    }

    .sb-search {
        top: 3px;
    }

    ul.navig li a {
        padding: 10px 5px;
    }

    .banner-text p {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .banner-text h3 {
        font-size: 1em;
    }

    .banner-text {
        padding: 8px 0px 7px 12px;
        margin: 20% 0 0 2%;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 253px;
    }

    .welcome, .news {
        padding: 2.5em 0px;
    }

    .heading h3, .heading h2, .heading h1 {
        font-size: 1.6em;
    }

    .news-top p, .welcome-top p {
        font-size: 14px;
        line-height: 1.6em;
    }

    .welcome-left .welcome-btm  a {
        padding: 6px 10px;
        font-size: 16px;
    }

    .welcome-left .welcome-btm  a span {
        width: 16px;
        height: 16px;
    }

    .our-left {
        margin-top: 1.2%;
    }

    .our-left p {
        font-size: 13px;
        margin-top: 4px;
    }

    .o-right p {
        font-size: 13px;
        margin-top: 4px;
    }

    .o-right {
        padding: 4% 0 0 4%;
        width: 40%;
    }

    .navigation {
        padding: 13px 0px;
    }

    .navigation {
        height: 56px;
    }

    .mask h4 {
        font-size: 1.4em;
    }

    .mask p {
        font-size: 12px;
    }

    .prdt-left h4 {
        font-size: 19px;
        margin: 10px 0 0 0;
    }

    .product {
        padding-bottom: 2.5em;
    }

    .prdt-left {
        padding: 0 7px;
    }

    .footer-left span {
        font-size: 1.3em;
    }

    .footer-left p {
        font-size: 14px;
    }

    .footer {
        padding: 2.5em 0px;
    }

    .down h3 {
        padding: 6px 13px;
        font-size: 1em;
    }

    .down {
        right: 1%;
        top: 88.3%;
        width: 20%;
    }

    .down ul li a {
        font-size: 12px;
        padding: 3px 14px;
    }

    .g-5 {
        padding: 3px 0;
    }

    .label {
        font-size: 56%;
    }
}

@media (max-width: 480px) {
    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.1rem;
    }
    .img-blog-thumbnail {
        width: 100%;
        height: 200px !important;
    }

    .product-image {
        height: 200px !important;
        display: block;
    }

    .blog-description {
        min-height: 1rem !important;
    }
    .blog-title {
        min-height: 1rem !important;
    }
    .sb-search {
        min-width: 32px;
        height: 32px;
    }

    p.sn {
        font-size: 12px;
    }

    .head-middle h1 a {
        font-size: 1.4rem;
    }

    .welcome-btm {
        width: 93%;
        top: 78%;
    }

    .single-bottom h4 {
        font-size: 19px;
    }

    .media-left, .media > .pull-left {
        padding-right: 15px;
    }

    .img-responsive {
        width: 100%;
    }

    .post-left {
        width: 50%;
        margin-bottom: 15px;
    }

    .post-left:nth-child(3), .post-left:nth-child(4) {
        margin-bottom: 0;
    }

    .rly-top input[type="text"]:nth-child(1) {
        margin-right: 1px;
    }

    .rly-top input[type="text"], .rly-top textarea {
        font-size: 12px;
    }

    .rly-top textarea {
        min-height: 140px;
        margin: 7px 0em;
    }

    .rly-top input[type="submit"] {
        padding: 4px 21px;
        font-size: 14px;
    }

    .blog-left {
        width: 100%;
        padding: 0 10px;
    }

    .breadcrumb {
        padding: 4px 15px;
        font-size: 13px;
    }

    .blog-one, .blog-left {
        width: 100%;
        margin-bottom: 1.5em;
    }

    h3.ghj {
        font-size: 1.3em;
        margin: 0 0 10px 0;
    }

    .alert {
        padding: 12px;
        font-size: 15px;
    }

    .well {
        font-size: 15px;
    }

    .map iframe {
        height: 185px;
    }

    .contact-left h2 {
        font-size: 1.4em;
    }

    .contact-left p {
        font-size: 14px;
        margin-top: 5px;
    }

    .c-left input[type="text"], .c-left textarea {
        margin-bottom: 8px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .about-right {
        padding: 0;
    }

    .about-right h4 {
        font-size: 16px;
    }

    .submit-btn input[type=submit] {
        padding: 5px 0px;
        font-size: 14px;
        margin-top: 0px;
        width: 93%;
    }

    .f-left {
        width: 46%;
    }

    .f-right ul li {
        margin: 0px 0px 7px 21px;
    }

    .team-left {
        width: 50%;
        margin-top: 12px;
    }

    .view {
        width: 197px;
        height: 197px;
    }

    .view .mask1, .view .content {
        width: 197px;
        height: 197px;
    }

    .team-text h4 {
        font-size: 18px;
    }

    .features-top p, .blog-top p {
        width: 100%;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 2em 0px;
    }

    .f-right {
        width: 52%;
    }

    .sb-icon-search, .sb-search-submit {
        width: 32px;
        height: 32px;
    }

    .head-left ul li {
        margin: 0 1px;
    }

    .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 9px 10px #fff;
    }

    .sb-search-submit {
        background: url('../../img/frontend/search.png') no-repeat 9px 10px #fff;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 105%;
    }

    .sb-search-input {
        width: 95%;
        height: 25px;
        padding: 5px 10px;
        font-size: 11px;
    }

    ul.navig li a {
        padding: 8px 5px;
    }

    .banner-text h3 {
        font-size: 1em;
    }

    .banner-text p {
        font-size: 14px;
        font-weight: 700;
    }

    .banner-text {
        padding: 4px 0px 4px 6px;
        margin: 20% 0 0 2.5%;
        width: 72%;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 187px;
    }

    .sb-search {
        top: 4px;
    }

    .down h3 {
        padding: 3px 10px;
        font-size: 15px;
    }

    .down {
        right: 1%;
        top: 88%;
        width: 23.5%;
    }

    .heading h3, .heading h2, .heading h1 {
        font-size: 1.45em;
    }

    .news-top p, .welcome-top p {
        width: 100%;
    }

    .welcome-left {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 2rem;
    }

    .welcome-left .welcome-btm  a span {
        width: 14px;
        height: 14px;
    }

    .welcome-left .welcome-btm  a {
        padding: 4px 10px;
        font-size: 16px;
    }

    .our-left {
        margin-top: 0;
    }

    .our-left {
        width: 100%;
        float: none;
    }

    .our-right {
        width: 100%;
        float: none;
        margin-top: 3.5%;
    }

    .welcome, .news {
        padding: 2em 0px;
    }

    .news-left {
        width: 100%;
        float: none;
        padding: 0 10px;
        text-align: center;
        margin-top: 4.5%;
    }

    .mask {
        padding: 16.3% 4px;
        width: 33%;
        right: 0%;
    }

    .product-left ul li {
        margin: 0px 0px 11px 18px;
    }

    .prdt-left {
        padding: 0 4px;
    }

    .prdt-left h4 {
        font-size: 17px;
        margin: 8px 0 0 0;
    }

    .product {
        padding-bottom: 2em;
    }

    .col-md-3.footer-left, .footer-right {
        padding: 0;
    }

    .footer-right input[type="text"] {
        padding: 6px 10px;
    }

    .footer-right form input[type=submit] {
        padding: 4px 17px;
        font-size: 13px;
    }

    .footer-right p {
        font-size: 13px;
    }

    .footer-left p {
        font-size: 13px;
        margin-left: 4px;
    }

    .news-bottom {
        margin-top: 0%;
    }

    .news-left img {
        width: 100%;
    }

    .mask h4 {
        font-size: 1.6em;
    }

    .o-left {
        width: 100%;
        float: none;
    }

    .o-right {
        padding: 4% 0 3% 0%;
        width: 100%;
    }

    h1.head {
        font-size: 28px;
    }

    h2.head {
        font-size: 26px;
    }

    .label {
        font-size: 39%;
    }
}

@media (max-width: 384px) {
    .head-middle h1 a, .head-middle h2 a {
        font-size: 1rem;
    }
    .img-blog-thumbnail {
        width: 100%;
        height: 200px !important;
    }
    .head-left ul li {
        margin: 0 0px;
    }
}

@media (max-width: 320px) {
    .head-middle h1 a, .head-middle h2 a {
        font-size: 1.1rem;
    }
    .img-blog-thumbnail {
        width: 100%;
        height: 150px !important;
    }

    .img-blog-thumbnail {
        width: 100%;
        height: 150px;
    }

    .blog-description {
        min-height: 1rem !important;
    }
    .blog-title {
        min-height: 1rem !important;
    }
    .head-left, .head-middle, .head-right {
        padding: 0;
    }

    .head-left ul li a span {
        width: 14px;
        height: 14px;
        background-size: 400%;
    }

    .head-left ul li a span.twit {
        background-position: -14px 0px;
    }

    .head-left ul li a span.pin {
        background-position: -28px 0px;
    }

    .head-left ul li a span.rss {
        background-position: -42px 0px;
    }

    .head-left ul li {
        margin: 0 0px;
    }

    .sb-icon-search, .sb-search-submit {
        width: 28px;
        height: 28px;
    }

    .sb-search {
        min-width: 28px;
        height: 28px;
    }

    .sb-icon-search {
        background: url('../../img/frontend/search.png') no-repeat 7px 7px #fff;
    }

    .sb-search-submit {
        background: url('../../img/frontend/search.png') no-repeat 7px 7px #fff;
    }

    .sb-search-input {
        height: 22px;
        font-size: 9px;
        top: 4.5px;
    }

    ul.navig li a {
        padding: 4px 5px;
        font-size: 12px;
    }

    .banner-text p {
        font-size: 11px;
        font-weight: 700;
    }

    .banner-text h3 {
        font-size: 10px;
    }

    .banner-text {
        padding: 2px 0px 2px 4px;
        margin: 20% 0 0 2.5%;
        width: 90%;
    }

    .navigation {
        height: 47px;
        padding: 8px 0px;
    }

    .banner1, .banner2, .banner3, .banner4 {
        min-height: 150px;
    }

    .down {
        display: none;
    }

    .welcome, .news {
        padding: 1.5em 0px;
    }

    .news-top p, .welcome-top p {
        font-size: 13px;
    }

    .welcome-left {
        width: 100%;
        float: none;
        margin-top: 13px;
    }

    .welcome-left .welcome-btm  a {
        padding: 9px 10px;
        font-size: 12px;
    }

    .product {
        padding-bottom: 1.5em;
    }

    .col-md-3.footer-left {
        width: 100%;
        float: none;
        margin-bottom: 6%;
    }

    .a-2 {
        margin-top: 6%;
    }

    .footer-right input[type="text"] {
        width: 90%;
    }

    .footer-right form input[type=submit] {
        margin: 10px 0 0 0px;
    }

    .welcome-left .welcome-btm  a span {
        width: 15px;
        height: 15px;
    }

    .news-left img {
        width: 100%;
    }

    .footer {
        padding: 1.5em 0px;
    }

    .prdt-left p {
        font-size: 13px;
    }

    .mask {
        padding: 20.9% 4px;
        width: 45%;
        right: 3.7%;
    }

    .product-left ul li a {
        font-size: 13px;
    }

    .product-left ul li {
        margin: 0px 0px 11px 13px;
    }

    .footer-left p {
        width: 62%;
    }

    #toTop {
        width: 30px;
        height: 22px;
        background-size: 100%;
    }

    .prdt-left {
        padding: 0 0px;
        width: 100%;
        margin-top: 5%;
    }

    .product-right {
        margin-top: 5.5%;
    }

    .about, .team, .gallery, .blog, .contact, .pages, .single {
        padding: 1.5em 0px;
    }

    .about-left {
        width: 100%;
    }

    .about-right h4 {
        font-size: 15px;
    }

    .about-right p {
        font-size: 13px;
    }

    .f-left {
        width: 100%;
    }

    .f-right {
        width: 100%;
        margin-top: 6%;
    }

    .team-left {
        width: 100%;
        padding: 0 15px;
    }

    .view {
        width: 243px;
        height: 243px;
    }

    .view .mask1, .view .content {
        width: 243px;
        height: 243px;
    }

    .team-text p {
        font-size: 13px;
    }

    .team-text h4 {
        font-size: 17px;
    }

    .f-right ul li a {
        font-size: 13px;
    }

    .col-md-3.gallery-left, .col-md-6.gallery-left {
        width: 100%;
        float: none;
    }

    .map {
        margin-top: 3.3%;
    }

    .map iframe {
        height: 150px;
    }

    .contact-left, .c-left {
        padding: 0;
    }

    .contact-right {
        margin-top: 5%;
    }

    .contact-bottom {
        margin-top: 4%;
    }

    .contact-left p {
        font-size: 13px;
        margin-top: 4px;
    }

    .contact-left h2 {
        font-size: 1.2em;
    }

    .headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
        padding: 6px 0;
    }

    h1.head {
        font-size: 22px;
    }

    h2.head {
        font-size: 19px;
    }

    h3.head {
        font-size: 16px;
    }

    h4.head {
        font-size: 14px;
    }

    .label {
        font-size: 23%;
    }

    .alert {
        padding: 12px;
        font-size: 14px;
    }

    .well {
        font-size: 14px;
    }

    h3.ghj {
        font-size: 1.15em;
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 8px 13px;
        font-size: 11px;
    }

    .blog-left {
        padding: 0 0px;
    }

    p.one {
        font-size: 13px;
    }

    .single-bottom h4 {
        font-size: 17px;
    }

    .media-left, .media > .pull-left {
        padding-right: 11px;
    }

    h4.media-heading {
        font-size: 1.1em;
    }

    .media-body p {
        font-size: 13px;
    }

    h5.reply a {
        font-size: 1em;
    }

    .post-left h6 {
        font-size: 1em;
        margin: 8px 0 0 0;
    }

    .post-left p {
        font-size: 13px;
    }

    .rly-top {
        margin-top: 13px;
    }

    .rly-top input[type="text"]:nth-child(1), .rly-top input[type="text"] {
        margin: 0 0 5px 0;
    }

    .rly-top input[type="text"] {
        width: 100%;
    }

    .rly-top textarea {
        min-height: 120px;
        margin: 0px 0em 7px 0;
    }

    .rly-top input[type="submit"] {
        padding: 3px 18px;
        font-size: 13px;
    }

    .head-left, .head-middle, .head-right {
        width: 30%;
        float: left;
    }

    .head-middle {
        width: 40%;
        float: left;
    }

    .head-right {
        width: 30%;
        float: left;
    }

    .head-left ul {
        margin: 2.5% 0px 0 0;
    }

    .sb-search {
        top: 9px;
    }

    .welcome-btm {
        width: 96.5%;
        top: 82.5%;
    }

    .head-middle h1 a {
        font-size: 1.4rem;
    }

    .head-left ul {
        margin: 18.5% 0px 0 0;
    }

    .add h5 {
        font-size: 1.1em;
    }

    .add {
        margin-top: 7px;
    }

    .add p {
        font-size: 13px !important;
        margin-top: 5px !important;
        line-height: 1.6em;
    }

    .c-left input[type="text"], .c-left textarea {
        font-size: 12px;
    }

    .submit-btn input[type=submit] {
        width: 100%;
    }
}

/*--media-quaries-end-here--*/
/* My CSS */

/* Custom OWL Nav */
.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../../img/frontend/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(../../img/frontend/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

/* Blog */
.img-blog-thumbnail {
    width: 100%;
    height: 180px;
}

.img-related-blog-thumbnail {
    width: 100%;
    height: 150px;
}

/* Paginate */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: rgba(247, 114, 51, 1.0);
    color: white;
    border: 1px solid rgba(247, 114, 51, 1.0);
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* Menu */
.section2_left1.menu ul {
    padding-left: 0px;
    list-style: none;
}

.section2_left1.menu ul li.active {
    background: rgba(250, 159, 117, 1.0);
}

.section2_left1.menu ul li {
    border: 1px solid #ffffff;
    padding: 10px 10px 10px 25px;
    background: #eeeeee;
}

.section2_left1 ul li.active .muiten {
    color: #ffffff !important;
    background: rgba(250, 159, 117, 1.0) url(../../img/frontend/arrows1.png) no-repeat right 6px top 3px;
}

.section2_left1.menu ul li .muiten {
    padding-right: 25px;
    display: block;
    color: rgba(247, 114, 51, 1.0);
}

section2_left1.menu ul li a {
    color: rgba(247, 114, 51, 1.0);
}

/* Products */
.product-item {
    border: 1px solid gray;
    padding: 1rem;
}

.product-item p.content {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    text-align: justify;;
}

.product-image {
    width: 100%;
    height: 150px;
    display: block;
}

.product-title {
    text-transform: uppercase;
    color: lightsalmon;
    font-size: 1rem;
    line-height: 1.3;
}

a.product-redirect {
    color: lightsalmon;
    font-size: 14px;
    line-height: 1.8em;
}

.img-blog-thumbnail-mini {
    height: 150px;
    width: 200px;
    display: block;
}

.single-youtube-channel {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* My CSS */
.warpper {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #BEBEBE;
    display: inline-block;
    color: #fff;
    /* border-radius:3px 3px 0px 0px; */
    /* box-shadow: 0 0.5rem 0.8rem #00000080; */
}

.panels {
    background: #fffffff6;
    /* box-shadow: 0 2rem 2rem #00000080; */
    min-height: 200px;
    width: 100%;
    /* max-width:500px; */
    /* border-radius:3px; */
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
    box-shadow: none;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel {
    display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab {
    background: #fffffff6;
    color: #000;
    border-bottom: 3px solid #000;
}

.them1 {
    background-color: #f8f8f8;
    margin: 0px;
    padding: 10px;
    border-left: 2px solid tomato;
}

.them1 a {
    font-size: 16px;
    color: tomato;
    font-weight: bold;
    text-decoration: none;
}

.taituychon .kdmbac .muoi {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.taituychon .kdmbac {
    border-bottom: 1px solid lavender;
    margin-bottom: 1px;
}

/* Navbar Dropdown */
/* #region MENU */
.menu {
    position: relative;
}

.menu-top-content > ul {
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
}

.menu-top-content > ul > li.menu-item {
    list-style: none;
    text-decoration: none !important;
    position: relative;
    /* padding: 10px 25px; */
}

.menu-top-content > ul > li.menu-item:first-child {
    /*background: url(../../img/frontend/icon-home.png) no-repeat left center;*/
    padding-left: 20px;
}

.menu-top-content > ul > li.menu-item > .menu-link {
    cursor: pointer;
    /* text-align: center; */
    color: rgba(247, 114, 51, 1);
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-weight: bold;
}

.menu-top-content > ul > li.menu-item.active > .menu-link, .menu-top-content > ul > li.menu-item > .menu-link:hover {
    color: rgba(247, 114, 51, 1);
}

.menu-top-content > ul > .menu-item > .menu-mega-sub {
    display: block;
    opacity: 0;
    position: absolute;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 100;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px #aeaeae;
    min-width: 250px;
    max-width: 500px;
    top: 40px;
    left: 0px;
}

.menu-top-content > ul > .menu-item:hover > .menu-mega-sub {
    opacity: 1;
    transform: rotateX(0);
    visibility: visible;
}

.menu-top-content .sub-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.menu-top-content .sub-menu > li {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 5px 5px 10px 5px;
    list-style: none;
    position: relative;
    width: 100%;
}

.menu-top-content .sub-menu > li:hover {
    background: #fff;
}

.menu-top-content .sub-menu > li a {
    color: rgba(247, 114, 51, 0.7);
}

.menu-top-content .sub-menu > li:hover > a {
    color: rgba(247, 114, 51, 1);
}

.menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item > .menu-mega-sub {
    display: block;
    opacity: 0;
    position: absolute;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 100;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px #aeaeae;
    min-width: 210px;
    top: 0;
    left: 100%;
}

.menu-top-content > ul > .menu-item > .menu-mega-sub ul > .menu-item:hover > .menu-mega-sub {
    opacity: 1;
    transform: rotateX(0);
    visibility: visible;
}

/* #endregion MENU*/


/* #region MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    background: none;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 5px;
}

.mean-container a.meanmenu-reveal {
    border: 2px solid rgba(247, 114, 51, 1);
    border-radius: 5px;
    color: tomato;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    position: absolute;
    right: 0 !important;
    margin-right: 2rem;
    left: unset !important;
    text-decoration: none;
    top: 0px;
    width: 30px;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: rgba(247, 114, 51, 0.85);
    height: 3px;
    margin-top: 5px;
}

.mean-container .mean-nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0;
    position: absolute;
    top: 35px;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    background: #FFF none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 !important;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5%;
    margin: 0 1rem;
    text-align: left;
    color: rgba(247, 114, 51, 0.85);
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
}


.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 0 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 0 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 0 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 0 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 25px;
    line-height: 18px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

/* #endregion MEANMENU*/

img.logo-footer {
    max-height: 125px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1em;
}

/**
* My CSS
 */
.img-single-blog {
    display: block;
    width: 100%;
    height: auto
}

.fz-80 {
    font-size: 90% !important;
}

.blog-content img {
    max-width: 100%;
}

/* FOOTER */
.company-logo {
    min-width: 32px;
    min-height: 32px;
    max-width: 500px;
    max-height: 500px;
}

/* Ph창n trang */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(247, 114, 51, 1.0);
    border-color: rgba(247, 114, 51, 1.0);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgba(247, 114, 51, 1.0);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: rgba(247, 114, 51, 1.0);
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: rgba(247, 114, 51, 1.0);
    background-color: #eee;
    border-color: #ddd;
}

.blog-title {
    min-height: 3rem;
}

.blog-description {
    min-height: 6rem;
}

.img-preview {
    height: 300px;
    width: 100% ;
}

.partner {
    padding: 4em 0px;
}

/* Blog*/
.blog-content h1 {
    font-size: 1.4rem;
}

.blog-content h2 {
    font-size: 1.3rem;
}

.blog-content h3 {
    font-size: 1.2rem;
}

.blog-content h4 {
    font-size: 1.1rem;
}

img.img-blog-border {
    border: 1px solid #BEBEBE;
}

.owl-carousel .owl-item img.logo {
    width: 70%;
}

.head-main {
    display: flex;
    align-items: center;
}

.head-left a i.fa, .head-left a i.fab, .head-left a i.fas, .head-left a i.far {
    color: rgba(255,255,255,0.8);
    font-size: 1.2rem;
}

.head-left a:hover i.fa, .head-left a:hover i.fab, .head-left a:hover i.fas, .head-left a:hover i.far {
    color: #cccccc;
    font-size: 1.2rem;
}
