/*! master.css v1.0.0 |  9web.vn 

    Author: Cuongtv
    Date: T04/2015
    Description: Style for web developer with BOOTSTRAP css
    Url: http://9web.vn
*/

@import url(https://fonts.googleapis.com/css?family=Roboto|Lato:100,100italic,300,300italic,400italic,400,700,700italic,900,900italic|Montserrat:400,700);


/* =Typography
-----------------------------------------------------------------------------*/
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background: #fff;
}
/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
}

form {
    width: 100%;
    height: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #e3007b;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


    a::before, a::after, a span.icon, .hover-transition {
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -ms-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out;
    }

/*- style */
[class*="lined"] {
    display: table;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    color: #8E6747;
    text-transform: uppercase;
}

    [class*="lined"] span {
        display: table-cell;
        width: 100%;
        height: 100%;
        overflow: hidden;
        vertical-align: middle;
        padding: 0px;
    }

        [class*="lined"] span::before {
            background: #e3007b none repeat scroll 0% 0% !important;
            content: "";
            width: 100%;
            max-width: 30px;
            height: 3px;
            display: block;
            float: left;
            margin: 0px 0px 0px 20px;
            padding: 0px;
            vertical-align: middle;
            overflow: hidden;
        }

        [class*="lined"] span::after {
            background: #bf9f62 none repeat scroll 0% 0% !important;
            content: "";
            height: 1px;
            display: block;
            width: 100%;
            margin: 1px 0px 0px 20px;
        }

/* clear & clearfix */
.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0px;
    overflow: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
.clearfix {
    *zoom: 1;
}

/* =Header/Navigator style
-----------------------------------------------------------------------------*/
.topbar {
    background: #dfd1b6;
    padding: 5px 0;
}

    .topbar span {
        font-size: 13px;
        padding-right: 9px;
        color: rgb(98, 98, 98);
    }

        .topbar span.second:before {
            content: '|';
            margin: 0 9px 0 0;
        }

        .topbar span .fa {
            padding-right: 4px;
            color: #e3007b;
            font-size: 12px;
        }

        .topbar span a {
            color: rgb(98, 98, 98);
        }

    .topbar .social_top {
        position: relative;
    }

        .topbar .social_top ul {
            margin-bottom: 0;
        }

        .topbar .social_top li {
            display: inline;
            padding-left: 15px;
        }

            .topbar .social_top li .fa {
                font-size: 14px;
                color: #bf9f62;
            }


.head_text {
    position: relative;
}

    .head_text span {
        color: #1b1313;
    }
/* header infor */
.header__ {
    padding: 0;
    background: url(images/bgr_header_2.jpg) no-repeat center center;
    background-size: cover;
    background: transparent;
}

.header {
    position: relative;
}

    .header .logo {
        position: relative;
        padding: 15px 0;
        display: inline-block;
        text-align: center;
    }

        .header .logo img {
            height: 69px;
        }

    .header .header_info {
        margin-top: 20px;
        float: right;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-block;
        border-left: 1px solid #e4e4e4;
    }

        .header .header_info .head_icon {
            font-size: 15px;
            line-height: 15px;
            color: #006cb1;
        }

        .header .header_info .head_title {
            display: inline-block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: bold;
            color: #006cb1;
            text-align: right;
        }

        .header .header_info .head_text {
            font-size: 18px;
            line-height: 30px;
            color: #e3007b;
        }

/* nav */
.navbar {
    background: #fff;
    min-height: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
    border: none;
}

.navbar-nav {
    float: none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default {
    background-color: none;
    border-color: transparent;
}

.navbar .nav > li:first-child > a {
    padding-left: 0;
}

.navbar .nav > li > a {
    padding: 40px 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

    .navbar .nav > li > a:hover {
        color: #e3007b;
    }

        .navbar .nav > li > a:hover span.concert {
            border-bottom: solid 2px #e3007b;
            padding-bottom: 5px;
        }

    .navbar .nav > li > a.pull_btn {
        margin-bottom: 0;
        background: #e3007b;
        color: #fff;
        padding-left: 40px;
        padding-right: 40px;
        font-weight: normal;
    }

        .navbar .nav > li > a.pull_btn .fa {
            font-size: 14px;
            padding-right: 5px;
        }

/* =Banners
-----------------------------------------------------------------------------*/
#banner {
    position: relative;
    border-top: solid 5px #000;
}

.bx-wrapper, .bx-window, #bxslider {
    overflow: hidden !important;
}

.bx_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

    .bx_container::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.inner_page {
    position: relative;
    background-position: top;
    background-size: cover;
    background-color: #ffffff;
    background-image: url(/Uploads/bgr_sub.jpg);
}

    .inner_page .ovelay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .inner_page .title {
        font-weight: 400;
        letter-spacing: 0.1em;
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        padding: 50px 0 10px;
        margin-bottom: 40px;
        position: relative;
    }

        .inner_page .title::after {
            height: 2px;
            background-color: #fff;
            content: '';
            position: absolute;
            width: 25px;
            left: 0;
            top: 100%;
        }

    .inner_page .context {
        font-weight: 200;
        color: #1d1212;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 50px;
    }

/* =Content style
-----------------------------------------------------------------------------*/
/* =About 
-----------------------------------------------------------------------------*/
section#about {
    position: relative;
    background: #fff;
    padding: 30px 0;
}

.heading {
    position: relative;
}

.section_title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

    .section_title > strong {
        color: #e3007b;
    }

.divider {
    margin: 20px 0;
}

    .divider .line1, .divider .line2 {
        height: 1px;
        background-color: #e3007b;
        margin: 3px auto;
    }

    .divider .line1 {
        width: 50px;
    }

    .divider .line2 {
        width: 200px;
    }

#about .thumb {
    padding-top: 30px;
    position: relative;
}

#about .context {
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    background-color: #fff;
    padding: 50px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    width: 115%;
}

    #about .context .subtitle {
        color: #deaa86;
        letter-spacing: 6px;
        text-transform: uppercase;
    }

    #about .context .title {
        font-size: 32px;
    }

    #about .context .brief {
        line-height: 1.8em;
        font-size: 14px;
    }

    #about .context .button a {
        padding: 15px 30px;
        font-size: 13px;
        letter-spacing: 0.5px;
        border-color: #e3007b;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-radius: 0;
        text-transform: uppercase;
    }

/* Section About */
section#about {
    padding: 25px 0 25px;
    position: relative;
    background: #fff;
}

#about .head, .head {
    margin: 0 0 15px;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    color: #006cb1;
    text-align: center;
    text-transform: uppercase;
}

    #about .head a, .head a {
        color: #006cb1;
    }

    .head::before {
        height: 2px;
        background-color: #006cb1;
        content: '';
        position: absolute;
        width: 40px;
        left: 48%;
        bottom: 0;
    }

#about .text {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

    #about .text p {
        margin: 0 0 25px;
    }

#about .button {
    margin: 13px 0 0;
    padding: 11px 31px 11px 33px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e3007b;
    transition: all 0.25s linear;
}

    #about .button:hover {
        background: #e3007b;
        color: #000;
    }

        #about .button:hover a {
            color: #000;
        }

        #about .button:hover .fa {
            color: #fff;
        }

    #about .button .fa {
        padding: 0 0 0 10px;
        color: #323031;
    }

    #about .button .fa {
        padding: 0 0 0 10px;
        color: #323031;
    }

#about .thumb {
    overflow: hidden;
    padding: 27px 0 0 97px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

#about_ .thumb::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 66px;
    top: 0;
    bottom: 54px;
    right: 64px;
    border: 3px solid #e1e1e4;
}

/* Section Service */
section#service {
    padding: 40px 0;
    position: relative;
    background: transparent url(images/bgr_services.jpg) no-repeat left bottom;
}

.box-icon .fa {
    display: block;
    font-size: 42px;
    color: #006cb1;
    text-align: center;
    position: absolute;
    cursor: default;
    font-weight: 400;
}

.box-icon .text {
    margin-left: 80px;
}

    .box-icon .text h3 {
        color: #e3007b;
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

        .box-icon .text h3 a {
            color: #006cb1;
        }

    .box-icon .text p {
        color: #555;
        font-size: 14px;
        line-height: 22px;
        min-height: 88px;
        text-align: justify;
    }

.box-icon.border {
    border: solid 1px rgba(255,255,255,.1);
    padding: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .box-icon.border.active,
    .box-icon.border:hover {
        background: rgba(255,255,255,.1);
        border-color: rgba(255,255,255,.0);
    }

    .box-icon.border a {
        text-decoration: none;
    }


/* =facility 
-----------------------------------------------------------------------------*/
#facility {
    width: 100%;
    padding: 60px 0;
    background: url(images/bgr_face.png) no-repeat center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    width: 100%;
    min-height: 360px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 80%;
    background-size: 140%;
}

.facilities::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1c1b21;
    opacity: 0.8;
}

.facilities {
    color: #fff;
    position: relative;
    text-align: center;
}

    .facilities .container {
        position: relative;
        z-index: 2;
    }

    .facilities h5 {
        color: #999;
        position: relative;
    }

    .facilities h2 {
        font-size: 90px;
        color: #e3007b;
    }

    .facilities .lead {
        font-size: 14px;
        font-weight: 300;
        padding: 0 20%;
        color: #999;
        line-height: 20px;
    }

    .facilities ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .facilities ul li {
            width: 33.3333%;
            float: left;
            margin: 4px 0;
            font-size: 17px;
        }

/* Section Blok */
section#blok {
    background: #efefef;
    padding: 30px 0 0;
}

    section#blok .container {
    }


.blok {
    position: relative;
}

    .blok .col-blok {
        border-bottom: solid 6px #e3007b;
        margin: 0 25px;
    }

    .blok .title {
        font-size: 20px;
        padding-bottom: 15px;
        padding-left: 30px;
        line-height: 26px;
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
    }

        .blok .title a:before {
            height: 26px;
            background: url(images/icon_vijas_2x.png) no-repeat scroll 0 0;
            content: '';
            position: absolute;
            width: 24px;
            left: 0;
            top: 0;
        }

        .blok .title a {
            color: #000;
            font-weight: bold;
            font-size: 16px;
        }

    .blok .brief {
        padding: 30px 0;
        color: #000;
        font-size: 14px;
    }

/* Section Blok  2*/
.col-blok .wrapper-hover {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: left;
    position: relative;
}

    .col-blok .wrapper-hover .line-1 {
        -moz-transition: background 0.05s ease, width 0.05s ease-out;
        -o-transition: background 0.05s ease, width 0.05s ease-out;
        -webkit-transition: background 0.05s ease, width 0.05s ease-out;
        transition: background 0.05s ease, width 0.05s ease-out;
        width: 100%;
        left: 0;
        top: 0;
    }

        .col-blok .wrapper-hover .line-1 i {
            left: 0;
            top: 0;
            -moz-transition: width 0.05s ease-out 0.15s;
            -o-transition: width 0.05s ease-out 0.15s;
            -webkit-transition: width 0.05s ease-out;
            -webkit-transition-delay: 0.15s;
            transition: width 0.05s ease-out 0.15s;
        }

    .col-blok .wrapper-hover .line-2 {
        -moz-transition: background 0.05s ease, height 0.05s ease-out 0.05s;
        -o-transition: background 0.05s ease, height 0.05s ease-out 0.05s;
        -webkit-transition: background 0.05s ease, height 0.05s ease-out;
        -webkit-transition-delay: 0s, 0.05s;
        transition: background 0.05s ease, height 0.05s ease-out 0.05s;
        height: 100%;
        top: 0;
        right: 0;
    }

        .col-blok .wrapper-hover .line-2 i {
            top: 0;
            left: 0;
            -moz-transition: height 0.05s ease-out 0.1s;
            -o-transition: height 0.05s ease-out 0.1s;
            -webkit-transition: height 0.05s ease-out;
            -webkit-transition-delay: 0.1s;
            transition: height 0.05s ease-out 0.1s;
        }

    .col-blok .wrapper-hover .line-3 {
        -moz-transition: background 0.05s ease, width 0.05s ease-out 0.1s;
        -o-transition: background 0.05s ease, width 0.05s ease-out 0.1s;
        -webkit-transition: background 0.05s ease, width 0.05s ease-out;
        -webkit-transition-delay: 0s, 0.1s;
        transition: background 0.05s ease, width 0.05s ease-out 0.1s;
        width: 100%;
        right: 0;
        bottom: 0;
    }

        .col-blok .wrapper-hover .line-3 i {
            right: 0;
            top: 0;
            -moz-transition: width 0.05s ease-out 0.05s;
            -o-transition: width 0.05s ease-out 0.05s;
            -webkit-transition: width 0.05s ease-out;
            -webkit-transition-delay: 0.05s;
            transition: width 0.05s ease-out 0.05s;
        }

    .col-blok .wrapper-hover .line-4 {
        -moz-transition: background 0.05s ease, height 0.05s ease-out 0.15s;
        -o-transition: background 0.05s ease, height 0.05s ease-out 0.15s;
        -webkit-transition: background 0.05s ease, height 0.05s ease-out;
        -webkit-transition-delay: 0s, 0.15s;
        transition: background 0.05s ease, height 0.05s ease-out 0.15s;
        height: 100%;
        bottom: 0;
        left: 0;
    }

        .col-blok .wrapper-hover .line-4 i {
            bottom: 0;
            left: 0;
            -moz-transition: height 0.05s ease-out 0s;
            -o-transition: height 0.05s ease-out 0s;
            -webkit-transition: height 0.05s ease-out;
            -webkit-transition-delay: 0s;
            transition: height 0.05s ease-out 0s;
        }

    .col-blok .wrapper-hover:hover .line-1 i {
        -moz-transition: width 0.05s ease-out;
        -o-transition: width 0.05s ease-out;
        -webkit-transition: width 0.05s ease-out;
        transition: width 0.05s ease-out;
    }

    .col-blok .wrapper-hover:hover .line-2 i {
        -moz-transition: height 0.05s ease-out 0.05s;
        -o-transition: height 0.05s ease-out 0.05s;
        -webkit-transition: height 0.05s ease-out;
        -webkit-transition-delay: 0.05s;
        transition: height 0.05s ease-out 0.05s;
    }

    .col-blok .wrapper-hover:hover .line-3 i {
        -moz-transition: width 0.05s ease-out 0.1s;
        -o-transition: width 0.05s ease-out 0.1s;
        -webkit-transition: width 0.05s ease-out;
        -webkit-transition-delay: 0.1s;
        transition: width 0.05s ease-out 0.1s;
    }

    .col-blok .wrapper-hover:hover .line-4 i {
        -moz-transition: height 0.05s ease-out 0.15s;
        -o-transition: height 0.05s ease-out 0.15s;
        -webkit-transition: height 0.05s ease-out;
        -webkit-transition-delay: 0.15s;
        transition: height 0.05s ease-out 0.15s;
    }

    .col-blok .wrapper-hover:hover .line-1 i, .col-blok .wrapper-hover:hover .line-2 i, .col-blok .wrapper-hover:hover .line-3 i, .col-blok .wrapper-hover:hover .line-4 i {
        width: 100%;
        height: 100%;
    }

.line-2, .line-4 {
    width: 3px;
    height: 0;
    background: transparent;
    position: absolute;
}

    .line-2 i, .line-4 i {
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        background: #e3007b;
    }

.line-1, .line-3 {
    height: 3px;
    width: 0;
    background: transparent;
    position: absolute;
}

    .line-1 i, .line-3 i {
        display: block;
        position: absolute;
        height: 100%;
        width: 0;
        background: #e3007b;
    }




.heading_sub {
    position: relative;
    text-align: center;
}

    .heading_sub span:after {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        background: #b89e78;
        background: #aaa;
        margin: 0 auto;
    }

    .heading_sub span {
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        line-height: 30px;
        color: #aaa;
        letter-spacing: 2px;
        display: block;
    }

    .heading_sub .heading_title_h3 {
        font-size: 28px;
        line-height: 32px;
        color: #e3007b;
        text-transform: uppercase;
    }

    .heading_sub .head_brief {
        font-size: 14px;
        line-height: 22px;
        color: #cec7ad;
        padding: 15px 0 30px;
    }

.section_title__ {
    font-size: 26px;
    padding-bottom: 15px;
    color: #006cb1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    position: relative;
}

/*--- #products  ---*/
#overlays {
    position: relative;
    padding-top: 120px;
    padding-bottom: 205px;
    background-image: url(images/bgr_overlay.png) !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #overlays .ovelay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

#products {
    position: relative;
}

    #products .container {
        padding: 50px;
        margin-top: -155px;
        background-color: #fff;
    }

.product {
    position: relative;
    padding: 0 25px 15px;
    margin-bottom: 25px;
    transition: -webkit-transform .22s cubic-bezier(.25, .46, .45, .94);
    transition: transform .22s cubic-bezier(.25, .46, .45, .94);
    transition: transform .22s cubic-bezier(.25, .46, .45, .94), -webkit-transform .22s cubic-bezier(.25, .46, .45, .94);
}

    .product:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        box-shadow: 12px 21px 36px 0 rgba(0,0,0,.15);
        background-color: transparent;
        transition: all .22s cubic-bezier(.25, .46, .45, .94);
    }

    .product:hover {
        -webkit-transform: translate3d(0, -15px, 1px);
        transform: translate3d(0, -15px, 1px);
    }

        .product:hover:before {
            opacity: 0.8;
        }


    .product h4 {
        font-size: 22px;
        color: #b89e78;
        color: #e3007b;
        margin-bottom: 30px;
        position: relative;
        min-height: 52px;
    }

        .product h4 a {
            color: #000;
        }

        .product h4:before {
            height: 2px;
            background-color: #b89e78;
            background-color: #e3007b;
            content: '';
            position: absolute;
            width: 40px;
            left: 0;
            bottom: -10px;
        }

    .product .title:before {
        height: 2px;
        background-color: #61ba90;
        content: '';
        position: absolute;
        width: 40px;
        left: 0;
        bottom: -10px;
    }

    .product .title {
        font-size: 18px;
        color: #61ba90;
        margin-bottom: 30px;
        position: relative;
    }

        .product .title a {
            color: #61ba90;
        }

            .product .title a:hover {
                color: #ff6a00;
            }

    .product p {
        font-size: 14px;
        color: #2b2b2b;
    }

        .product p.code {
            font-size: 14px;
            color: #e3007b;
        }

    .product .button {
        margin: 15px 0 0;
        padding: 4px 15px;
        color: #e3007b;
        border: solid 1px #e3007b;
        display: inline-block;
    }



.field_info {
    position: relative;
    margin-left: 0;
    padding-left: 15px;
    font-family: Verdana;
}


    .field_info li.field_content {
        font-size: 14px;
        color: #2f358f;
        list-style: none;
        padding-top: 10px;
    }

ul.field_info li span {
    font-weight: 500;
    font-size: 15px;
    color: #222;
    font-style: italic;
}

/*- .view-btn*/

.view-btn {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    letter-spacing: 2px;
    color: #20242a;
    font-size: 1.2rem;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

    .view-btn span:before {
        position: absolute;
        top: 2px;
        left: -1px;
        margin-left: -12px;
        width: 12px;
        height: 12px;
        border: 2px solid #e3007b;
        content: "";
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        transform: rotate(45deg);
        transform-origin: center;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .view-btn span:hover:before {
        -webkit-transition: opacity .5s linear .2s;
        transition: opacity .5s linear .2s;
        opacity: 1;
    }

    .view-btn:before {
        position: absolute;
        left: -8px;
        height: 16px;
        width: 2px;
        top: 0;
        background: #e3007b;
        content: "";
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .view-btn:hover:before,
    .view-btn:hover:after {
        animation: rotate 0.5s 1 ease-in;
        -moz-animation: rotate 0.5s 1 ease-in;
        -webkit-animation: rotate 0.5s 1 ease-in;
        -webkit-transition: opacity .5s linear .2s;
        transition: opacity .5s linear .2s;
        opacity: 0;
    }

    .view-btn:after {
        position: absolute;
        left: -15px;
        top: 7px;
        width: 16px;
        height: 2px;
        background: #e3007b;
        content: "";
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        opacity: 1;
    }

    .view-btn:hover {
        color: #e3007b;
    }


.section_title__::before {
    height: 2px;
    background-color: #006cb1;
    content: '';
    position: absolute;
    width: 40px;
    left: 48%;
    bottom: 3px;
}

section#items {
    background: #fff;
    position: relative;
}

.pulldown-widget {
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 1;
}

    .pulldown-widget .fa {
        color: #006cb1;
    }

    .pulldown-widget .pulldown-container {
        position: relative;
        margin-left: -50px;
    }

.pulldown-container .pulldown-widget-circle {
    background: #fff;
    border-radius: 50px;
    padding: 50px;
    z-index: 2;
}

.pulldown-container .pulldown-widget-arrow {
    color: #006cb1;
    font-size: 1.5em;
    text-align: center;
    margin-top: -85px;
    cursor: pointer;
    z-index: 2;
}

#prj {
    padding-top: 60px;
}

.prj {
    margin: 0 0 30px;
    position: relative;
    transition: all linear .3s;
}

    .prj .prj_title {
        font-size: 16px;
        line-height: 18px;
        min-height: 42px;
    }

        .prj .prj_title a:hover {
            color: #006cb1;
        }


.slides {
    list-style: none;
}

    .slides li {
        margin-bottom: 5px;
    }
/* project style */
.project-box {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

    .project-box .project-post {
        width: calc((100%-60px)/3);
        padding: 0px 15px;
        margin-top: 20px;
    }

        .project-box .project-post img {
            width: 100%;
        }

        .project-box .project-post .inner {
            position: relative;
            overflow: hidden;
            height: 280px;
            background-size: cover;
            background-position: center center;
        }

        .project-box .project-post .hover-box {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0px;
            padding: 20px 25px;
            background: rgba(247,248,250,0.6);
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            opacity: 0;
        }

            .project-box .project-post .hover-box:before {
                content: '';
                position: absolute;
                left: 10px;
                top: 10px;
                right: 10px;
                bottom: 10px;
                border: solid 1px #006cb1;
            }

            .project-box .project-post .hover-box .icon {
                background: #006cb1;
                width: 52px;
                height: 52px;
                display: inline-block;
                border-radius: 8px;
                padding: 13px;
                -ms-transform: rotate(45deg); /* IE 9 */
                -webkit-transform: rotate(45deg); /* Safari */
                transform: rotate(45deg);
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -26px;
                margin-top: -26px;
            }

                .project-box .project-post .hover-box .icon i {
                    color: #fff;
                    -ms-transform: rotate(45deg); /* IE 9 */
                    -webkit-transform: rotate(45deg); /* Safari */
                    transform: rotate(45deg);
                    font-size: 24px;
                }

        .project-box .project-post:hover .hover-box {
            opacity: 1;
        }

        .project-box .project-post .project-title {
            color: #222222;
            font-size: 18px;
            font-weight: 400;
            font-size: 16px;
            margin: 25px 0px 10px;
            text-align: center;
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            min-height: 34px;
        }

        .project-box .project-post:hover .project-title {
            color: #006cb1;
        }
/* Section Media*/
section#media {
    padding: 30px 0;
    position: relative;
    background: #f4f5f9;
}

/* Section Client*/
section#client {
    padding: 20px 0 5px;
    position: relative;
    background: #eee;
}


/* heading/title style */
.heading {
    padding-bottom: 30px;
    position: relative;
}

    .heading .title {
        color: #006cb1;
        font-size: 20px;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
        margin: 0;
    }

        .heading .title span {
            color: #006cb1;
        }

    .heading span.decor::before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #006cb1;
        border-radius: 50%;
        content: "";
    }

    .heading span.decor {
        background: #006cb1 none repeat scroll 0 0;
        height: 2px;
        width: 78px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

.sub_head {
    margin: 0 0 15px;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    color: #e3007b;
    text-align: center;
    text-transform: uppercase;
}

    .sub_head a {
        color: #e3007b;
    }

/* block */
.block {
    position: relative;
}

    /* articles */
    .block article {
        margin-bottom: 5px;
        text-align: left;
    }

    .block time, time {
        font-size: 11px;
        color: #999;
        font-weight: 300;
        margin: 5px 0 10px;
        display: block;
        text-align: left;
        font-style: italic;
    }

    .block .title {
        margin: 15px 0 5px;
        padding: 0;
        text-align: left;
    }

        .block .title a {
            font-size: 18px;
            line-height: 20px;
            color: #000;
            font-weight: 500;
        }

            .block .title a:hover {
                color: #e3007b;
            }

    .block .title_v2 {
        margin: 0 0 5px;
        padding: 0;
        text-align: left;
    }

        .block .title_v2 a {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

            .block .title_v2 a:hover {
                color: #006cb1;
            }

    .block .brief {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        padding: 20px 0 5px;
    }

    .block img {
        position: relative;
    }

    .block p {
        padding: 0;
        font-weight: 400;
        text-align: justify;
        color: #555;
    }

        .block p.more {
            text-align: right;
            font-style: italic;
        }

            .block p.more .fa {
                padding-left: 5px;
            }

/* articles */
.col_ads {
    padding: 15px 25px;
    margin: 0 0 25px;
    text-align: center;
    border: 1px solid #e3007b;
}

.col_title {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #323031;
    margin: 0 0 15px;
    padding: 15px 0 5px;
    text-transform: uppercase;
}

    .col_title a {
        color: #323031;
    }

    .col_title:after {
        height: 2px;
        background-color: #323031;
        content: '';
        position: absolute;
        width: 6%;
        left: 46%;
        bottom: 3px;
    }

.col_ads a.button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #f7ac36;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 45px;
}

/* =Post style
-----------------------------------------------------------------------------*/
.post {
    position: relative;
}

    .post .post_title, .post_title {
        position: relative;
        padding-bottom: 5px;
        text-align: left;
        margin: 0;
        margin-bottom: 20px;
        color: #000;
        line-height: 32px;
        font-size: 26px;
    }

        .post .post_title a, .post_title a {
            color: #e3007b;
        }

    .post .post_title__:after, .post_title__:after {
        height: 2px;
        background-color: #006cb1;
        content: '';
        position: absolute;
        width: 30px;
        left: 0%;
        top: 100%;
    }

    .post .sub_title, .sub_title {
        position: relative;
        padding-bottom: 10px;
        text-align: left;
        margin: 0;
        margin-bottom: 10px;
        color: #006cb1;
        font-size: 20px;
    }

        .post .sub_title a, .sub_title a {
            color: #006cb1;
        }

        .post .sub_title:after, .sub_title:after {
            height: 2px;
            background-color: #006cb1;
            content: '';
            position: absolute;
            width: 20px;
            left: 0%;
            top: 100%;
        }

    .post cufon {
        height: 20px !important;
    }

    .post .post_content {
        color: #555;
        text-align: justify;
        font-size: 15px;
        line-height: 24px;
        margin: 1.2em 0;
    }

        .post .post_content h2, .post .post_content h3, .post .post_content h4 {
            font-size: 15px;
        }

        .post .post_content p {
            color: #3a3a3a;
            text-align: justify;
            font-size: 15px;
            line-height: 24px;
            padding: 3px 0;
            margin: 0 0 10px;
        }

        .post .post_content b span {
            font-weight: bold;
            font-size: 15px;
            line-height: 24px;
        }

        .post .post_content span {
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
        }

        .post .post_content div, .post .post_contentdiv font, .post .post_content p, .post .post_content font, .post .post_content p font, .post .post_content span, .post .post_content i {
            font-size: 14px;
            line-height: 24px;
        }

        .post .post_content ul {
            margin: 0 0 1em;
            padding: 0;
            color: #58595b;
        }

        .post .post_content li {
            margin: 0;
            background: transparent;
            padding: 0 0 0.3em 0em;
            list-style-position: inside;
        }

            .post .post_content li .fa {
                font-size: 12px;
                font-weight: 300;
                padding-right: 5px;
            }

        .post .post_content p.notification {
            font-weight: 400 !important;
            color: #006cb1;
            font-size: 16px !important;
            margin: 0 0 20px;
        }

        .post .post_content table {
            margin: 0 0 1.5em 0 !important;
        }

    .post img {
        max-width: 100% !important;
        height: auto !important;
    }

    .post .post_content table td {
        padding: 5px;
        border: solid 1px #aeaeae;
    }

.post_date {
    display: block !important;
    color: #999;
    font-size: .7em;
    font-style: italic;
    margin: .9em 0;
}

.addthis {
    display: block;
}


.inner_title {
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    color: #006cb1;
    font-size: 22px;
}

.post_extension {
    margin: 30px 0;
}

.payment_infor {
    border: solid 1px #eaeaea;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* relative posts */
.post_relative {
    position: relative;
    margin: 3em 0 .65em;
}

    .post_relative .relative_title {
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 25px;
        padding-bottom: 10px;
        position: relative;
        color: #006cb1;
    }

        .post_relative .relative_title a {
            color: #e3007b;
        }

        .post_relative .relative_title:after {
            height: 3px;
            background-color: #e3007b;
            content: '';
            position: absolute;
            width: 30px;
            left: 0%;
            top: 100%;
        }

    .post_relative ul {
        list-style: none;
        margin: 0 0 20px;
        padding: 0;
    }

        .post_relative ul li {
            background: transparent url(images/icon/icon-nav.gif) no-repeat scroll 0 9px;
            padding: 0 0 .6em;
        }

            .post_relative ul li a {
                color: #58595b;
                padding-left: 1em;
                font-size: 15px;
                text-decoration: none;
            }

            .post_relative ul li:hover {
                background: transparent url(images/icon/icon-nav.gif) no-repeat scroll 0 9px;
            }

            .post_relative ul li a:hover {
                color: #619B2A;
            }

.relative_list {
    position: relative;
    border: #eaeaec solid 1px;
    margin: 25px 0 0;
    padding: 20px 5px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .relative_list article {
        margin: 0 0 15px;
        position: relative;
    }

    .relative_list .rl_img {
        display: block;
        margin-bottom: 20px;
        min-height: 96px;
    }

    .relative_list .rl_title {
        display: block;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
        padding-bottom: 0;
        color: #58595b;
    }

    .relative_list time {
        font-size: 11px;
        font-style: italic;
        color: #999;
    }

.rl_img .featurette-image.img-responsive.center-block {
    min-height: 136px;
}

.relative_list .rl_title {
    min-height: 48px;
}

/*  faq list style*/
dl.nav-lst {
    list-style: none outside none;
    margin: 0 0 0 .8em;
    padding: 0;
}

    dl.nav-lst dt b {
        background: none repeat scroll 0 0 #fff;
        color: #363a3d;
        display: block;
        padding: 3px 2px;
    }

    dl.nav-lst dt, dl.nav-lst dd {
        display: block;
        list-style: none outside none;
        margin: 0;
        padding: 0 0 .8em;
        font-style: italic;
        font-size: .9em;
    }

.incr-faqs {
    font-weight: bold;
    font-size: 13px;
    color: #26292e;
    background: transparent;
    padding: .2em .3em;
    margin: 0 .3em 0 0;
}
/*  tag Option */
.tagContent {
    margin: 1.2em 0 0;
    position: relative;
    text-align: left;
    display: block !important;
}

.tag {
    height: 23px;
    position: absolute;
    vertical-align: middle;
    width: 40px;
}

.tagContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .tagContent ul li {
        padding: 0;
        margin: 0;
        display: inline;
    }

        .tagContent ul li a {
        }

.tag-pos {
    background-color: #fafafa;
    margin-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.tag-text {
    color: #666;
    font-weight: normal;
    margin: 0 0 0 50px;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: justify;
}

    .tag-text a {
        color: #666;
        font-family: 'Roboto Condensed', sans-serif, Myriad Pro, Arial;
        font-size: 12px;
        text-decoration: none;
    }

.view-tag {
    position: relative;
    margin: 0 0 30px;
}

.folder-top-tag {
    background: url(images/icon/folder-top.gif) repeat-x scroll center top #FFFFFF;
    border-left: 1px solid #E3E3E4;
    margin-bottom: 0;
    padding: 10px 10px 5px;
}

.link-title {
    color: #666;
    font: bold 13px 'Roboto Condensed', sans-serif, Myriad Pro, Arial;
    text-decoration: none;
}
/* option view */
.option {
    margin: 25px 0 0;
    padding-bottom: 15px;
    text-align: right;
    font-size: 11px;
    display: block;
}

    .option a:hover, .option a:visited {
        text-decoration: none;
        color: #666;
    }

.a-option {
    color: #666;
    text-decoration: none;
    font-size: 1.1em;
}

.icon-view {
    background: transparent url(images/icon/view.gif) no-repeat scroll 4px 50%;
}

.icon-home {
    background: transparent url(images/icon/home.gif) no-repeat scroll 4px 50%;
}

.icon-back {
    background: transparent url(images/icon/back.gif) no-repeat scroll 4px 50%;
}

.icon-top {
    background: transparent url(images/icon/top.gif) no-repeat scroll 4px 50%;
}

.span-option {
    text-decoration: none;
    border: 0 solid #DDDDDD;
    margin: 0;
    padding: 3px 3px 3px 20px;
    color: #666;
}

/* nav item style */
.pagenav {
    clear: both;
    position: relative;
    text-align: right;
    margin: 1.5em 0 0;
    padding: .5em 0;
    font-size: 14px;
    color: #727272;
}

    .pagenav img {
        vertical-align: bottom;
    }

    .pagenav a {
        color: #e11f22;
        font: normal 13px/22px 'Roboto Condensed', sans-serif, Tahoma;
        padding: 4px 2px 4px;
    }

        .pagenav a:hover {
        }

    .pagenav a, .pagenav .number, .pagenav .page-numbers {
        text-decoration: none;
        text-align: center;
        float: none;
    }

    .pagenav b {
        color: #feffff;
        background: #ed1c24;
        padding: .1em .5em;
        font: normal 12px/22px 'Roboto Condensed', sans-serif, Tahoma;
    }

    .pagenav span {
        padding: 0px 3px;
    }

.clr-padd {
    padding: 0 !important;
}

    .clr-padd a {
        padding: 0 !important;
        background: none !important;
        width: 22px !important;
    }

/* =Mod style
-----------------------------------------------------------------------------*/
.mod {
    margin: 0 0 25px;
}

    .mod.bg_gray {
        background: #f2f2f2;
        padding: 25px 0;
    }

    .mod .mod_title_v3 {
        position: relative;
        font-size: 22px;
        padding: 0 0 10px;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: #e3007b;
    }

        .mod .mod_title_v3:before {
            height: 2px;
            background-color: #e3007b;
            content: '';
            position: absolute;
            width: 40px;
            left: 0;
            bottom: 3px;
        }

    .mod article {
        position: relative;
    }

    .mod .art_img {
        position: relative;
        margin-bottom: 15px;
    }

        .mod .art_img img:hover {
            margin-bottom: 15px;
            transition: 1.5s,cubic-bezier(.455,.03,.515,.955);
            transition-properties: transform;
        }

    .mod .art_title {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0 0 5px;
    }

        .mod .art_title a {
            color: #35383d;
        }

    .mod .art_title_v2 {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        margin: 0 0 5px;
    }

        .mod .art_title_v2 a {
            color: #555;
        }

    .mod .art_brief {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #58595b;
    }

    .mod time {
        display: block;
        font-style: italic;
        font-size: 11px;
        color: #5b5b5b;
        margin: 0;
    }

    .mod ul.mod_lst li {
        margin: 0 0 20px;
    }

    .mod .mod_anchor {
        text-transform: uppercase;
        color: #aeaeae;
        margin: 0 0 6px;
    }


    .mod .mod_title {
        position: relative;
        font-size: 38px;
        padding: 0;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: #000;
        line-height: 32px;
    }

        .mod .mod_title span {
            color: #e3007b;
        }

.caree {
    position: relative;
    margin: 30px 0;
}

.mod .mod_title_v4 {
    position: relative;
    font-size: 20px;
    padding: 10px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #fff;
    background: #0397d6;
}

.mod_r {
    position: relative;
    background: #dfd1b6;
    padding: 10px 15px;
}


    .mod_r .r_title {
        position: relative;
        font-size: 18px;
        padding: 10px 0;
        margin: 0;
        text-align: left;
        color: #fafafa;
        text-transform: uppercase;
    }

        .mod_r .r_title:before {
            height: 2px;
            background-color: #fafafa;
            content: '';
            position: absolute;
            width: 40px;
            left: 0;
            bottom: 3px;
        }

        .mod_r .r_title a {
            color: #fafafa;
        }


    .mod_r ul {
        margin: 10px 0 0;
        padding: 0;
        list-style-position: inside;
        color: #304446;
    }

.item_list_v2 li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eaeaea;
}

.item_list_v2 a.item_title {
    display: block;
    font-size: 18px;
    color: #006cb1;
    padding: 0;
    line-height: 24px;
}

.item_list_v2 p {
    font-size: 14px;
    margin: 0;
    color: #7a7a7a;
    line-height: 24px;
}

    .item_list_v2 p.more {
        text-align: right;
        font-style: italic;
    }

        .item_list_v2 p.more a {
            display: block;
            font-size: 12px;
            color: #006cb1;
            padding: 6px 0;
            font-style: italic;
        }


.mod .art_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #e3007b;
    background: rgba(255,255,255,0);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 3px 35px 3px 35px;
    margin: 0px;
    display: inline-block;
}

    .mod .art_btn:hover {
        background-color: #b89e78;
        color: #fff;
        -webkit-transition: color .4s ease-out,background-color .4s ease-out;
        transition: color .4s ease-out,background-color .4s ease-out;
    }

.caree {
    position: relative;
    margin: 30px 0;
}


/*--.box-view --*/
.box-view::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: 12px 21px 36px 0 rgba(0,0,0,.15);
    background-color: transparent;
    transition: all .22s cubic-bezier(.25, .46, .45, .94);
}

.box-view {
    position: relative;
    padding: 0 25px 15px;
    margin-bottom: 25px;
    transition: -webkit-transform .22s cubic-bezier(.25, .46, .45, .94);
    transition: transform .22s cubic-bezier(.25, .46, .45, .94);
    transition: transform .22s cubic-bezier(.25, .46, .45, .94), -webkit-transform .22s cubic-bezier(.25, .46, .45, .94);
}

    .box-view .title {
        position: relative;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.5px;
        color: #35383d;
        margin: 0 0 15px;
        padding: 15px 0 5px;
        text-align: center;
        text-transform: uppercase;
    }

        .box-view .title a {
            color: #35383d;
        }

    .box-view:hover::before {
        opacity: 0.8;
    }

    .box-view:hover {
        -webkit-transform: translate3d(0, -15px, 1px);
        transform: translate3d(0, -15px, 1px);
    }




/* =Widget
-----------------------------------------------------------------------------*/
.widget {
    position: relative;
    padding: 15px 15px 10px;
    margin-bottom: 15px;
    border-radius: 0 0 9px 9px;
}

    .widget .widget_title {
        position: relative;
        font-size: 18px;
        padding: 0 0 10px 0;
        margin: 0 0 20px;
        text-align: left;
        color: #232a34;
        text-transform: uppercase;
    }

        .widget .widget_title.right {
            text-align: right;
            color: #e3007b;
        }

        .widget .widget_title:after {
            height: 2px;
            background-color: #e3007b;
            content: '';
            position: absolute;
            width: 25px;
            left: 0%;
            bottom: 3px;
        }

        .widget .widget_title.right:after {
            left: 89%;
            bottom: 3px;
        }

    .widget .widget_title_v2 {
        margin: 0;
        padding: 5px 10px 4px 15px;
        text-align: left;
        background: #006cb1 url(images/icon_nails_2.png) no-repeat scroll left bottom;
        background: #b89e78;
        display: inline-block;
        line-height: 22px;
        font-size: 15px;
        width: 100%;
        color: #fff;
    }

        .widget .widget_title_v2 a {
            font-size: 15px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 500;
        }

        .widget .widget_title_v2 .fa {
            font-size: 13px;
        }

    .widget.support_v2 {
        background: #fff url(images/support.png) no-repeat scroll left bottom;
        text-align: right;
        border: solid 1px #b89e78;
        color: #58595b;
    }

    .widget.widget_tab {
        position: relative;
        padding: 0;
        margin-bottom: 15px;
        border-radius: 0 0 9px 9px;
    }

        .widget.widget_tab .widget_title {
            position: relative;
            font-size: 16px;
            padding: 0 15px;
            margin: 0;
            text-align: left;
            text-transform: uppercase;
            background: #71bf44;
            color: #58595b;
            line-height: 36px;
        }

            .widget.widget_tab .widget_title:after {
                display: none;
            }

        .widget.widget_tab ul {
            padding: 0 15px;
        }

            .widget.widget_tab ul li {
                border-bottom: dashed 1px #aeaeae;
                padding-bottom: 5px;
                margin-bottom: 5px;
            }

                .widget.widget_tab ul li:last-child {
                    border-bottom: none;
                }

            .widget.widget_tab ul a {
                font-size: 14px;
                color: #58595b;
            }

            .widget.widget_tab ul time {
                font-size: 12px;
                color: #888;
                font-style: italic;
            }

    .widget.widget_tab_v2 {
        position: relative;
        padding: 0;
        margin-bottom: 15px;
    }

        .widget.widget_tab_v2 ul {
            padding: 10px 15px 10px;
            background: #fff;
            border: solid 1px #b89e78;
        }

            .widget.widget_tab_v2 ul li {
                border-bottom: solid 1px #a4a4a4;
                padding-bottom: 5px;
                margin-bottom: 5px;
            }

                .widget.widget_tab_v2 ul li:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }

            .widget.widget_tab_v2 ul a {
                font-size: 14px;
                color: #58595b;
            }

            .widget.widget_tab_v2 ul time {
                font-size: 12px;
                color: #006cb1;
                font-style: italic;
            }

            .widget.widget_tab_v2 ul .fa {
                font-size: 12px;
                padding-right: 5px;
            }

    /* =widget tab v3 -- */
    .widget .widget_title_v3 {
        margin: 0;
        padding: 5px 10px 4px 15px;
        text-align: left;
        background: #e3007b;
        display: inline-block;
        line-height: 22px;
        font-size: 15px;
        width: 100%;
        color: #fff;
    }

        .widget .widget_title_v3 a {
            font-size: 15px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 500;
        }

        .widget .widget_title_v3 .fa {
            font-size: 13px;
        }

    .widget.widget_tab_v3 {
        position: relative;
        padding: 0;
        margin-bottom: 15px;
    }

        .widget.widget_tab_v3 ul {
            padding: 10px 15px 10px;
            background: #fff;
            border: solid 1px #e3007b;
        }

            .widget.widget_tab_v3 ul li {
                border-bottom: dashed 1px #a4a4a4;
                padding-bottom: 5px;
                margin-bottom: 5px;
            }

                .widget.widget_tab_v3 ul li:last-child {
                    border-bottom: dashed 0 #a4a4a4;
                }

            .widget.widget_tab_v3 ul a {
                font-size: 14px;
                color: #58595b;
            }

            .widget.widget_tab_v3 ul time {
                font-size: 12px;
                color: #006cb1;
                font-style: italic;
            }

            .widget.widget_tab_v3 ul .fa {
                font-size: 12px;
                padding-right: 5px;
            }

.widget_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #006cb1;
    background: rgba(255,255,255,0);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #1674D1;
    padding: 3px 35px 3px 35px;
    margin: 0px;
    display: inline-block;
}

    .widget_btn:hover {
        background-color: #006cb1;
        color: #fff;
        -webkit-transition: color .4s ease-out,background-color .4s ease-out;
        transition: color .4s ease-out,background-color .4s ease-out;
    }

/* =breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb {
    padding: 0 0 5px;
    margin: 20px 0 25px;
    list-style: none;
    background-color: transparent;
    border-bottom: solid #eee 1px;
    font-size: 12px;
}

    .breadcrumb .fa {
        color: #ab8e58;
    }
/* =Forms
-----------------------------------------------------------------------------*/
.frm-contact {
    position: relative;
    text-align: left;
    font-size: 1em;
    padding: 0;
    margin: 0 0 30px;
}

    .frm-contact p {
        color: #6d6e72;
        font: normal 1em/1.2em 'Roboto Condensed', sans-serif, Myriad Pro, Arial;
        text-decoration: none;
        padding: 0 0 .5em;
    }

        .frm-contact p.showing_form {
            padding: 10px 0 0;
            margin: 0 0 15px;
            color: #333;
            font-size: 14px;
        }

    .frm-contact ul {
        text-align: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .frm-contact ul li {
            margin: 0 0 .3em;
        }

    .frm-contact .label {
        font: normal 13px/20px 'Roboto Condensed', sans-serif, Myriad Pro, Arial;
        background: none;
        text-align: left;
        padding: 0 0 .2em;
        text-transform: none;
        display: block;
        color: #474747;
    }

    .frm-contact input, .frm-contact area {
        font: normal 13px/20px 'Roboto Condensed', sans-serif, Myriad Pro, Arial;
        text-transform: none;
        color: #474747;
    }

    .frm-contact .input-large {
        width: 100%;
        height: 30px;
        border: solid 1px #ddd;
        background: transparent;
    }

    .frm-contact .area-xlarge {
        height: 144px;
        border: solid 1px #ddd;
        background: transparent;
        width: 100%;
    }

    .frm-contact h3 {
        font-size: 18px;
        color: #006cb1;
        font-weight: 600;
        margin: 0 0 20px;
        padding: 0;
    }

    .frm-contact .fa {
        font-size: 12px;
        padding-right: 5px;
    }

.bgr-button {
    color: #fff !important;
    background: #006cb1;
    float: left;
    text-decoration: none;
    text-align: center;
    width: 75px;
    margin-right: .8em;
    padding: 0 12px;
    height: 24px;
    border: none !important;
}
/* =Footer style
-----------------------------------------------------------------------------*/
footer {
    padding-top: 35px;
    border-top: 5px solid #e3007b;
    /*background: #006cb1 url(images/bgr_footer.png) no-repeat scroll center center / contain;*/
    background: #fff;
    color: #000;
    width: 100%;
    font-weight: 400;
}

    footer a {
        color: #000;
    }

    footer .foo_title {
        font-size: 18px;
        margin-bottom: 20px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    footer ul {
        margin-top: 15px;
        list-style: none;
        padding-left: 0;
    }

    footer li {
        font-size: 14px;
        padding-bottom: 9px;
        color: #000;
    }

        footer li a {
            color: #000;
        }

        footer li .fa {
            padding-right: 3px;
        }

    footer .copyright {
        background: #E5E5E5;
        color: #555;
        padding: 15px 0;
        margin-top: 30px;
        font-size: 13px;
    }


.ads_social {
    display: block;
    position: relative;
    margin-top: 15%;
}

    .ads_social a {
        width: 41px;
        height: 41px;
        border: 1px solid #aaa;
        display: inline-block;
        border-radius: 100%;
        margin: .5rem .5rem 0 0;
        opacity: .5;
        transition: .3s opacity ease-in-out;
        text-align: center;
    }

    .ads_social .fa {
        font-size: 20px;
        padding-top: 10px;
    }

/* =Media Queries Bootstrap 3 - Mobi first
-----------------------------------------------------------------------------*/
/* Extra Small Devices, Phones */
@media (max-width:767px) {

    .header .logo {
        display: block;
        text-align: center;
    }

        .header .logo img.img-responsive {
            display: inline;
        }

    .topbar .fright {
        float: none;
        text-align: center;
    }

    .topbar span {
        font-size: 12px;
        padding-right: 2px;
    }

    .navbar-brand {
        height: auto;
    }


    .navbar-toggle {
        margin-top: 25px;
    }

    .header .logo {
        padding-left: 20px;
    }

        .header .logo img {
            height: 54px;
        }


    .navbar .nav > li > a {
        padding: 5px 20px 15px;
        text-transform: uppercase;
        font-size: 15px;
        color: #006cb1;
        font-weight: 500;
    }

    .navbar .nav > li:first-child > a {
        padding-left: 20px;
    }

    .box-icon .text {
        margin-left: 0px;
    }

    .header .header_info {
        padding-left: 15px;
        padding-right: 0;
        border-left: none;
    }

        .header .header_info:first-child {
            float: left;
        }

        .header .header_info:last-child {
            float: right;
        }

    .ads_social {
        margin-top: 5%;
    }

    footer .foo_title {
        margin-top: 20px;
    }
}

/* Small Devices, Tablets */
@media (min-width:768px) {

    .header .logo img {
        height: 58px;
    }

    .navbar .nav > li > a {
        padding: 30px 8px;
        text-transform: uppercase;
        font-size: 13px;
    }
}

/* Medium Devices, Desktops */
@media (min-width:992px) {
}

/* Large Devices, Wide Screens */
@media (min-width:1200px) {
    .header .logo img {
        height: 96px;
    }

    .navbar .nav > li > a {
        padding: 50px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .navbar .nav > li::after {
        position: absolute;
        content: "";
        height: 15px;
        border-left: 1px solid #bf9f62;
        border-right: 1px solid #ab8e58;
        top: 54px;
        right: -1px;
    }

    .navbar .nav > li:last-child:after {
        position: absolute;
        content: "";
        height: 15px;
        border-left: 1px solid #F5F5F5;
        border-right: none;
        top: 44px;
        right: -1px;
    }

    .box-icon .text {
        margin-left: 80px;
    }

    footer .foo_title {
        margin-top: 0px;
    }
}


/* =Webkit keyframes
-----------------------------------------------------------------------------*/
@-webkit-keyframes line-before {
    0% {
        width: 10px;
    }

    49% {
        width: 100%;
    }

    50% {
        width: 0;
    }

    100% {
        width: 15px;
    }
}

@keyframes line-before {
    0% {
        width: 10px;
    }

    49% {
        width: 100%;
    }

    50% {
        width: 0;
    }

    100% {
        width: 15px;
    }
}

@-webkit-keyframes line-after {
    0% {
        display: block;
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes line-after {
    0% {
        display: block;
        width: 100%;
    }

    100% {
        width: 0;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
