﻿@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);

body {
    font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

.no_margin {
    margin-left: -15px;
    margin-right: -15px;
}

.no_rgtmr {
    margin-right: -15px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pos_rel {
    position: relative;
}

.btn {
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #fff;
        background-color: #032c39;
        border-color: #fff;
    }

    .btn i {
        margin-right: 10px;
    }

.navbar-default {
    background: #094455;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 35px;
}

    .navbar-default .navbar-nav > li {
        line-height: 35px;
        color: #fff;
    }

        .navbar-default .navbar-nav > li i {
            margin-right: 5px;
        }

        .navbar-default .navbar-nav > li:first-child a {
            padding-left: 0;
        }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            padding: 0 10px;
            line-height: 35px;
            display: inline-block;
        }

            .navbar-default .navbar-nav > li > a sup {
                background: #ff6600;
                padding: 0 3px;
                font-size: 11px;
                margin-left: 3px;
            }

                .navbar-default .navbar-nav > li > a sup:empty {
                    display: none;
                }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus {
                /*text-decoration:underline;*/
                color: #fff;
            }

#maincontent {
    background: #032d39;
    box-shadow: 0 0 15px #666;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.main_menu {
    margin-top: 50px;
}

    .main_menu a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

        .main_menu a:hover,
        .main_menu a.active,
        .main_menu a:focus {
            background: none !important;
            color: #04c7ff;
        }

.user_name {
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 45px;
    right: 15px;
    font-weight: 300;
}

.main {
    margin-top: 50px;
    min-height: auto;
}

.sorting {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

    .sorting h2 {
        font-size: 14px;
        color: #555555;
        margin: 0;
        padding: 0;
        padding-bottom: 05px;
        border-bottom: 1px solid #ccc;
        font-weight: 400;
        cursor: pointer;
    }

        .sorting h2 span {
            cursor: pointer;
            color: #999;
            font-size: 20px;
        }

            .sorting h2 span.ic_open {
                transition: all 200ms linear 0ms;
                transform: rotate(0deg);
            }

            .sorting h2 span.ic_close {
                transform: rotate(-180deg);
                transition: all 200ms linear 0ms;
            }

    .sorting ul li {
        margin-bottom: 5px;
    }

        .sorting ul li label {
            font-size: 13px;
            color: #666;
            font-weight: 300;
            border: 1px solid transparent;
            display: block;
            padding: 2px 5px;
            cursor: pointer;
        }

            .sorting ul li label:hover {
                border: 1px solid #ccc;
            }

.filters input {
    display: none;
}

.filters .icon {
    border: 1px solid #ccc;
    color: #666;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

    .filters .icon .fa {
        visibility: hidden;
        float: left;
        font-size: 12px;
        font-weight: 100;
    }

.filters input:checked + .icon .fa {
    visibility: visible;
}

.filters .sh-ic {
    width: 16px;
    height: 26px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.pro-slim {
    border: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

    .pro-slim:hover {
        border: 1px solid #032d39;
    }

    .pro-slim .pro-img img {
        width: 100%;
        height: 204px;
        display: table;
        margin: 0 auto;
    }

    .pro-slim .pro-img .fav {
        position: absolute;
        background: url(../img/fav.png) no-repeat;
        height: 34px;
        width: 34px;
        top: 8px;
        right: 8px;
    }

        .pro-slim .pro-img .fav:hover,
        .pro-slim .pro-img .fav.active {
            position: absolute;
            background: url(../img/fav.png) no-repeat left -34px;
        }

    .pro-slim .pro-img span.off {
        width: 52px;
        height: 21px;
        line-height: 21px;
        background: #07914e;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        right: 8px;
        text-align: center;
    }

    .pro-slim .pro_in {
        padding: 6px;
    }

        .pro-slim .pro_in span.stk_in {
            display: block;
            font-size: 15px;
            font-weight: 400;
            color: #094455;
        }

        .pro-slim .pro_in span.stk_no a {
            display: block;
            font-size: 12px;
            font-weight: 300;
            color: #666;
        }

        .pro-slim .pro_in span.stk_st {
            font-size: 20px;
            text-decoration: line-through;
            color: #ccc;
        }

        .pro-slim .pro_in span.stk_nr {
            font-size: 20px;
            color: #032d39;
            padding-left: 15px;
        }

        .pro-slim .pro_in .view a {
            color: #999;
            display: block;
            border: 1px solid #ccc;
            padding: 5px 6px;
            font-size: 14px;
        }

            .pro-slim .pro_in .view a:hover {
                color: #032d39;
                border: 1px solid #032d39;
            }

.pagination {
    margin: 0;
}

#footer {
    background: #1a1a1a;
    position: relative;
    margin-top: 140px;
}

#footer_bg {
    background: #f5f5f5;
    margin-top: -80px;
    padding: 30px;
}

.ft_txt {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}

.bt_links li i {
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#footer_bg .bt_links {
    padding-left: 150px;
}

.bt_links li a {
    padding-left: 10px;
    font-size: 14px;
    color: #032c39;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bt_links li:hover a {
    padding-left: 15px;
    color: #5bbfde;
}

.contact .details {
    line-height: normal;
}

    .bt_links li:hover i, .contact .details:hover a, .wechat .details:hover a, .mail .details:hover a {
        color: #5bbfde;
    }

.cnt_links li {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.cnt_links .icon {
    background-repeat: no-repeat;
    background-size: 15px;
    float: left;
    height: 15px;
    width: 15px;
    color: #032c39;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px;
}

.cnt_links .address .icon {
    background-image: url(../../img/map.svg);
}

.cnt_links .mail .icon {
    background-image: url(../../img/gmail.svg);
}

.cnt_links .wechat .icon {
    background-image: url(../../img/wechat.svg);
}

.cnt_links .contact .icon {
    background-image: url(../../img/whatsapp.svg);
}

.cnt_links .details, .cnt_links .details a {
        width: 90%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: inline-block;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client-images .owl-dots {
    position: absolute;
    bottom: -40px;
    text-align: center;
    left: 0;
    right: 0;
}

.client-images .owl-dot.active span {
    background-color: #5bbfde;
}

.client-images .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #032c39;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50px;
}

.contact .details, .wechat .details {
    line-height: normal;
}

.cnt_links .details .title {
    font-size: 15px;
    color: #032c39;
    font-weight: 600;
}

.social_block li {
    display: inline-block;
}

    .social_block li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        margin: 0 2px;
        display: inline-block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .social_block li.facebook a {
        background-color: #3b5999;
    }

    .social_block li.instagram a {
        background-color: #e4405f;
    }

    .social_block li.pinterest a {
        background-color: #bd081c;
    }
  .social_block li.youtube a {
        background-color: #cd201f;
    }
    .social_block li a, .social_block li a i {
        color: #fff;
        font-size: 18px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .social_block li:hover a {
        -webkit-box-shadow: 0 48px 0 inset;
        -moz-box-shadow: 0 48px 0 inset;
        box-shadow: 0 48px 0 inset #032c39;
    }

    .social_block li:hover i {
        color: #fff;
    }

.content {
    overflow: auto;
    position: relative;
    width: 740px;
    max-width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.content_chat {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.copy {
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
}

    .copy a {
        color: #fff;
    }

.login {
    display: none;
}

.logo {
    width: 165px;
    transition: all 0.4s ease;
}

.testimonial .item img {
    margin: 0 auto;
}

.testimonial .item {
    border: 1px solid #f5f5f5;
    padding: 30px 0;
}

.header {
    top: 35px;
    transition: all 0.4s ease;
}

.testimonial .item {
    margin-top: 30px;
}

.header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

    .header.sticky .logo {
        width: 120px;
    }

    .header.sticky .main_menu {
        margin-top: 10px;
    }

.mid_app h3 {
    font-size: 16px;
    font-weight: 400;
    color: #032d39;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mid_app img {
    border: 1px solid #ccc;
    width: 100%;
}

.mid_app p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #666;
    margin: 30px 0;
}

.mid_app a {
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
}

.parallax {
    background: url(../../img/parallax1.png) no-repeat center;
    background-size: cover;
    min-height: 599px;
    padding: 65px 0;
}

    .parallax h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 500;
        background: url(../img/diam.png) no-repeat center bottom;
        padding-bottom: 15px;
    }

    .parallax .services {
        margin-bottom: 45px;
    }

        .parallax .services .circle {
            min-height: 120px;
            float: left;
        }

            .parallax .services .circle i {
                width: 66px;
                height: 66px;
                background: #fff;
                text-align: center;
                border-radius: 40px;
                font-size: 35px;
                line-height: 66px;
                color: #094455;
                transition: all 0.4s ease;
                float: left;
                margin-right: 30px;
            }

        .parallax .services:hover .circle i {
            background: #094455;
            color: #fff;
        }

        .parallax .services:hover:before {
            background: #fff;
        }

        .parallax .services h6 a {
            font-size: 18px;
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 15px;
            display: block;
            letter-spacing: 3px;
        }

        .parallax .services p {
            font-size: 13px;
            color: #fff;
            font-weight: 400;
            letter-spacing: 0.5px;
            overflow: hidden;
        }

.view_more {
    background: #094455;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

    .view_more:hover {
        background: #fff;
        color: #094455;
    }

.box-heading {
    width: 100%;
    margin-bottom: 20px;
    display: table;
}

    .box-heading h4 {
        font-size: 24px;
        color: #032d39;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        float: left;
        padding: 0 20px 30px 0;
    }

    .box-heading .tmheading-border {
        float: left;
        height: 16px;
        position: relative;
        width: auto;
    }

        .box-heading .tmheading-border:before {
            background: #f4c400;
            border: 5px solid white;
            bottom: -5px;
            content: " ";
            height: 13px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 36px;
            z-index: 1;
        }

        .box-heading .tmheading-border:after {
            background: #666666 none repeat scroll 0 0;
            bottom: 1px;
            content: " ";
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 130px;
        }

.blog-image {
    position: relative;
}

    .blog-image img {
        max-width: 100%;
    }

.date-time {
    background: #f4c400 none repeat scroll 0 0;
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: medium none;
    border-top: medium none;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

    .date-time .date-value {
        color: black;
        float: left;
        font-size: 20px;
        font-weight: 500;
        line-height: 16px;
        margin-top: 9px;
        text-align: center;
        width: 100%;
    }

    .date-time .month {
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        position: relative;
        text-align: center;
        color: #1a1a1a;
    }

.blog-right h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    line-height: 20px;
}

.blog-right .blog-desc {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.blog-right .view-blog a {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.view-all a {
    background: #094455;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    margin-bottom: 40px;
}

.view-all:hover a {
    background: #fff;
    color: #094455;
    border: 1px solid #094455;
}

.social-sign-in a {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}

    .social-sign-in .facebook-sign-in:hover {
        background-color: #153470;
    }

.social-sign-in .google-sign-in {
    background-color: #ea4335;
}

    .social-sign-in .google-sign-in:hover {
        background-color: #c52c20;
    }

.log_form label {
    font-weight: 300;
    font-size: 13px;
}

.log_form .checkbox {
    margin-top: 0;
}

.fgt_pass {
    font-weight: 300;
    font-size: 13px;
}

.in_form label {
    font-weight: 300;
    font-size: 13px;
}

.in_form .form-group {
    margin-right: 15px;
    margin-bottom: 10px;
}

.tbl_txt {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .tbl_txt th {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background: #115f75;
    }

    .tbl_txt td {
        font-size: 12px;
        font-weight: 300;
        color: #555;
    }

        .tbl_txt td a i {
            margin-left: 10px;
            color: #555;
            font-size: 15px;
        }

            .tbl_txt td a i:hover {
                color: #337ab7;
            }

        .tbl_txt td.s_open {
            color: #2ea879;
        }

        .tbl_txt td.s_pending {
            color: #e3940a;
        }

        .tbl_txt td.s_close {
            color: #e40808;
        }

.inq_no {
    background: #2ea879;
    color: #fff;
    padding: 0 3px;
    font-size: 12px;
}

    .inq_no:empty {
        display: none;
    }

.pagination.pagination-sm li.active a {
    background: #115f75;
    color: #fff;
}

.contact-title h4 {
    margin-bottom: 30px;
    color: #333;
}

.contact-info {
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

    .contact-info .address,
    .contact-info .phone-no {
        margin-bottom: 10px;
    }

    .contact-info .contact-i {
        display: inline-block;
        height: 30px;
        width: 30px;
        text-align: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        color: #fff;
        margin-right: 16px;
        float: left;
        background-color: #094455;
    }

        .contact-info .contact-i i {
            padding-top: 8px;
            font-size: 14px;
        }

    .contact-info .contact-span {
        display: block;
        font-size: 14px;
        overflow: hidden;
        font-weight: 500;
        color: #333333;
    }

.contact-title h6 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.load_more {
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
    background-color: #032d39;
    color: #fff;
}


/*.load_more:hover{background-color:#fcfafa;}*/

.abt_nav li {
    text-align: right;
    font-weight: 100;
    margin-bottom: 30px;
    font-size: 25px;
    text-transform: uppercase;
}

.abt_txt h4 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    color: #032d39;
}

.abt_txt h5 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    color: #032d39;
}

.abt_txt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #666;
}

.bg {
    background: url(../img/bto.png) no-repeat center;
    background-size: cover;
}
.about-slider.owl-loaded.owl-drag img {
       width: 250px;
    height: 250px;
    margin: 0 auto;
}
.about-slider {
    margin-top: 50px;
}
.vi_success {
    width: 96%;
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 0 15px 15px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.blog li {
    border-bottom: 1px solid #ccc;
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

    .blog li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.blog h4 {
    color: #094455;
    font-weight: 400;
}

.blog .date {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.hr_new {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.blog p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #666;
}

.pro_info span {
    font-size: 13px;
    font-weight: 300;
    margin-right: 1px;
}

.pro_tbt {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
}

    .pro_tbt th {
        font-weight: 500;
    }

.viv_price {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

    .viv_price li {
        float: left;
        padding: 0 25px;
    }

    .viv_price h5 {
        margin-bottom: 5px;
    }

.br_btm {
    border-bottom: 1px solid #ccc;
}

.viv_price span:first-child {
    font-weight: 400;
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #07427A;
}

.viv_price span:nth-child(even) {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding-bottom: 5px;
}

.certificate {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 15px;
    background: #0d4f62;
    font-weight: 400;
    border: 1px solid #0f5e74;
}

    .certificate i {
        margin-right: 10px;
    }

.sorting ul.flt_lft li {
    float: left;
}

.md_sorting {
    border-bottom: none;
    margin-bottom: 10px;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.chat h3 {
    font-weight: 400;
    color: #333;
}

.chat li {
    margin-top: 40px;
}

    .chat li .image {
        float: left;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        overflow: hidden;
        background: #094455;
        padding: 5px;
        margin-top: -25px;
        border: 5px solid #fff;
    }


    /*.chat li.left .message {border-right: 3px solid #aaa;}*/

    .chat li .message {
        background: #eee;
        margin-right: 20px;
        padding: 10px;
        margin-left: 20px;
        border-bottom: 2px solid #ccc;
    }

    .chat li.left .message {
        padding-left: 40px;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.chat li .message .caret {
    position: absolute;
    left: -7px;
    top: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #eee;
    border-left: 0;
}

.chat li .message .name {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.chat li .message p {
    color: #444;
    font-size: 12px;
}

.chat li .message .time {
    color: #555;
    font-size: 11px;
}

.chat li.right .image {
    float: right;
    background: #17700b;
}

.chat li.right .message {
    background: #85b74f;
    margin-left: 20px;
    border-bottom: 2px solid #517926;
}

    .chat li.right .message .caret {
        left: auto;
        right: -7px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #d1e5f8;
        border-right: 0;
    }

.chat li.right .name {
    color: #2e4b10 !important;
}

.chat li.right .message p {
    color: #2e4b10 !important;
}

.chat li.right .message .time {
    color: #2e4b10 !important;
}

.send_chat textarea {
    width: 97%;
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.send_chat input[type="button"] {
    background: #0d4f62;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
}

.cancel_chat {
    background: #0d4f62;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 0px;
    float: right;
}

.news_img img {
    width: 350px;
    height: 220px;
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0 #ccc;
}

.news h3 {
    color: #032d39;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gallery h5 {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

.gallery img {
    padding: 3px;
    border: 1px solid #ccc;
}

.test_img img {
    border-radius: 70px;
}

.indicators2 li {
    border: 1px solid #032d39;
}

    .indicators2 li.active {
        background: #032d39;
    }

.indicators2 {
    bottom: -40px;
}

img {
    max-width: 100%;
}

.banner,
.testimonial,
.our-services {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.navbar {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.navbar-toggle {
    margin-top: 10px;
}

.services-info {
    display: block;
    overflow: hidden;
}

.testimonial .item i {
    margin: 0 10px;
}

.our-diamond {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 60px 0;
}

.powerd {
    float: right;
}

.copyright {
    float: left;
}

.diamond-head {
    margin-bottom: 30px;
}

.fancybox-outer {
    overflow: hidden !important;
}

.play-icon {
    display: inline-block;
    width: 100%;
    margin-left: 15px;
}

    .play-icon a {
        display: inline-block !important;
        font-size: 25px;
        margin: 0;
        padding: 0 20px 0 0 !important;
        width: auto;
    }

.gia {
    margin-left: 35px;
}

.stoktable h3 {
    font-size: 13px;
    padding: 10px 5px;
    display: inline-block;
    float: left;
}

.stoktable {
    border: 1px solid #ddd;
    margin: 10px auto 30px auto;
    display: inline-block;
}

.backcolor {
    background-color: #f9f9f9;
}

.backcolor2 {
    background-color: #fff;
}

.stoktable a {
    font-size: 13px;
    color: #333;
    font-weight: 300;
    padding: 10px 5px;
    display: inline-block;
    float: right;
}

.stoktable h2 {
    font-size: 13px;
    padding: 10px 5px;
    display: inline-block;
    float: left;
}

@media screen and (max-width:1199px) {
    .nav > li > a {
        padding: 10px;
    }
}

@media screen and (max-width:1024px) {
    .nav.main_menu a {
        padding: 15px 8px;
    }

    .main_menu {
        margin-top: 30px;
    }

    .logo {
        width: 132px;
    }

    .viv_price li {
        float: left;
        padding: 0 6px;
    }

    .certificate {
        margin-right: 10px;
    }

    .pro_tbt th {
        font-size: 11px;
    }

    .pro_info span {
        font-size: 12px;
    }

    .gia {
        margin-left: 16px;
    }
}

@media screen and (max-width:1023px) {
    .login {
        display: block;
        padding: 9px 10px;
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: 8px;
    }

        .login a {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
        }
}

@media screen and (max-width:991px) {
    #footer_bg {
        width: 100%;
        display: table;
        margin: -80px auto 0 auto;
        padding: 30px 15px;
    }

        #footer_bg .theme-logo {
            display: none;
        }

    .footer {
        margin: 20px 0;
    }

    #footer_bg .bt_links {
        padding-left: 100px;
    }
}

@media screen and (max-width:768px) {
    .viv_price li:first-child {
        display: block;
        float: none;
    }

    .ft_txt p.text-right {
        text-align: center;
    }

    .ft_txt .cnt_links.pull-right {
        float: none !important;
        margin-bottom: 15px;
    }

    .ft_txt .cnt_links li {
        text-align: center;
        float: none;
        margin: 5px 0;
    }

    .login {
        display: block;
        padding: 9px 10px;
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: 8px;
    }

        .login a {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
        }
     #footer_bg .bt_links {
    padding-left: 0;
}
    .header.sticky {
        display: none !important;
    }

    .custom {
        width: 50%;
        display: inline-block;
    }
}

@media screen and (max-width:640px) {
    .parallax .services .circle {
        min-height: auto;
        margin-bottom: 15px;
    }

    .parallax .services h6 a {
        margin-bottom: 10px;
    }

    .parallax .services {
        margin-bottom: 25px;
    }

    .copyright,
    .powerd {
        float: none;
        width: 100%;
        text-align: center;
    }

    .testimonial .item i {
        font-size: 15px;
    }



    #footer_bg {
        width: 100%;
    }

    .color {
        font-size: 12px !important;
    }

    .img-found {
        display: table;
        margin: 0 auto;
    }

    .pro-slim .pro-img img {
        height: auto;
    }

    .pro-slim .pro_in {
        text-align: center;
    }

    .parallax .services .circle i {
        width: 40px;
        height: 40px;
        font-size: 22px;
           line-height: 40px;
    }
}
 @media screen and (max-width:560px){
    #footer .col-xs-8,#footer .col-xs-4 {
        width: 100%;
    }
    #footer .col-xs-4{
            margin-top: 10px;
    padding-top: 20px;
        border-top: 1px solid #e4e4e4;
    }
 }
@media screen and (max-width:480px) {
    .head {
        font-size: 24px;
    }

    .testimonial .col-xs-4.col-md-2 {
        width: 50%;
    }

    .main {
        margin-top: 20px;
        min-height: auto;
    }

    .parallax {
        padding: 40px 0;
    }

    .abt_txt h4 {
        font-size: 24px;
    }

    .news h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .stock-table {
        display: inline-block;
        width: auto;
        overflow: hidden;
    }

    .chat h3 {
        font-size: 15px;
    }

    .pro-slim .pro_in span.stk_in {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .releted-blog {
        height: 420px;
    }

    .view {
        margin-bottom: 8px;
    }

    .abt_txt h5 {
        margin: 20px 0;
    }

    .log_form {
        margin-bottom: 10px;
    }

    .gia {
        margin: 0;
    }

    .gia-table {
        display: table;
        margin: 0 auto;
    }

    .stoktable h3 {
        font-size: 12px;
        padding: 10px 5px;
        display: inline-block;
        float: left;
    }

    .stoktable a {
        font-size: 10px;
        color: #333;
        font-weight: 400;
        padding: 10px 5px;
        display: inline-block;
        float: right;
    }

    .stoktable h2 {
        font-size: 12px;
        padding: 10px 5px;
        display: inline-block;
        float: left;
    }
}

@media screen and (max-width:480px) {
    .testimonial .col-xs-4.col-md-2 {
        width: 100%;
    }
    #footer{
            margin-top: 110px;
    }
    .parallax .mt50{
        margin-top: 20px;
    }
}




