﻿@charset "UTF-8";

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

.logo {
    float: left;
    position: relative;
    display: block;
    padding: 10px 0px;
}

    .logo img {
        width: 100%;
    }

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999999;
    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;
}

.fixed-header {
    opacity: 0.95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
    background-color: rgba(64,109,228,0.3);
    border-bottom: 1px solid #999;
}

ul.social-list {
    float: right;
}

    ul.social-list li {
        float: left;
    }

        ul.social-list li a {
            display: inline-block;
            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;
        }

            ul.social-list li a:hover {
                color: #fff;
            }

            ul.social-list li a .fa {
                color: #999;
            }

            ul.social-list li a.facebook:hover {
                background-color: #507CBE;
            }

            ul.social-list li a.twitter:hover {
                background-color: #63CDF1;
            }

            ul.social-list li a.google:hover {
                background-color: #F16261;
            }

            ul.social-list li a.dribbble:hover {
                background-color: #E46387;
            }

            ul.social-list li a.linkdin:hover {
                background-color: #90CADD;
            }

            ul.social-list li a.tumblr:hover {
                background-color: #4D7EA3;
            }

            ul.social-list li a.flickr:hover {
                background-color: #E474AF;
            }

            ul.social-list li a.instgram:hover {
                background-color: #4D4F54;
            }

            ul.social-list li a.vimeo:hover {
                background-color: #87D3E0;
            }

            ul.social-list li a.skype:hover {
                background-color: #36C4F3;
            }

            ul.social-list li a i {
                font-size: 1em;
                display: block;
                width: 34px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                border-left: 1px solid #ccc;
            }

        ul.social-list li:last-child a i {
            border-right: 1px solid #ccc;
        }

/* menu */

.navbar {
    border-radius: 0;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: rgba(255,255,255,1);
    z-index: 1;
    border-top: 0;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #406de4;
        border-radius: 0px;
        border: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #406de4;
        border-radius: 0px;
        border: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #444;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        background: none;
        overflow: hidden;
        transition: all 0.5s;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #406de4;
        }


    .navbar-default .navbar-nav > li:hover > a {
        color: #fff;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        opacity: 1;
        background-color: #406de4;
        border-radius: 0px;
    }

        .navbar-default .navbar-nav > li:hover > a:hover {
            background-color: #406de4;
        }

@media (max-width: 991px) {
    .navbar {
        border-radius: 0;
        margin-bottom: 0;
        background: #fff;
        z-index: 1000;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border: none;
        padding-bottom: 0;
        padding-top: 0;
        box-shadow: 1px 1px 5px #e7e7e7;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        padding: 14px 10px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none!important;
        }

    .navbar-nav {
        float: none!important;
        margin: 30px -15px 15px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in { /* NEW */
        display: block!important;
    }

    .navbar-right {
        float: none!important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .logo {
        float: left;
        position: relative;
        display: block;
        padding: 5px 15px;
        width: 200px;
    }

        .logo img {
            width: 100%;
        }

    .login-mobile {
        list-style: none;
        float: right;
        display: block;
    }

    .login {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
    }

    .search-nav {
        display: none;
    }

    .footer-right img {
        float: left;
        padding: 15px 0;
    }

    #main-slide .item img {
        height: 250px;
    }

    .navbar-right .search-nav {
        position: relative;
        display: block;
        width: 100px;
        float: right;
    }

        .navbar-right .search-nav input[type="text"] {
            height: 30px;
            font-size: 14px;
            display: inline-block;
            font-family: "Lato";
            font-weight: 100;
            border: none;
            outline: none;
            color: #555;
            padding: 3px;
            padding-right: 90px;
            width: 0px;
            position: absolute;
            top: 15px;
            right: 90px;
            background: none;
            z-index: 3;
            transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
            cursor: pointer;
        }


            .navbar-right .search-nav input[type="text"]:focus {
                width: 180px;
                z-index: 1;
                border: 1px solid rgba(0,0,0,0.08);
                background: rgba(64,109,228,0.2);
                cursor: text;
            }

        .navbar-right .search-nav input[type="submit"] {
            height: 30px;
            width: 30px;
            display: inline-block;
            color: red;
            float: right;
            background: url(../images/download.png) center no-repeat;
            text-indent: -10000px;
            border: 1px solid #ccc;
            border-radius: 1px;
            position: absolute;
            top: 15px;
            right: 90px;
            z-index: 2;
            cursor: pointer;
            opacity: 0.7;
            cursor: pointer;
            transition: opacity .4s ease;
        }

            .navbar-right .search-nav input[type="submit"]:hover {
                opacity: 0.8;
            }
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 30px;
    }

        .navbar-nav > li > a {
            padding: 10px;
        }

        .navbar-nav > li {
            margin-right: 0px;
        }

            .navbar-nav > li:hover {
                background: #406de4;
            }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-right {
        margin-right: -15px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .search-nav-mobile {
        display: none;
    }

    #main-slide .item img {
        height: 300px;
    }
}

.search-nav {
    position: relative;
    display: block;
    width: 300px;
}

    .search-nav input[type="text"] {
        height: 30px;
        font-size: 14px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        color: #555;
        padding: 3px;
        padding-right: 90px;
        width: 0px;
        position: absolute;
        top: 5px;
        right: 90px;
        background: none;
        z-index: 3;
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }


        .search-nav input[type="text"]:focus {
            width: 300px;
            z-index: 1;
            border: 1px solid rgba(0,0,0,0.08);
            background: rgba(64,109,228,0.2);
            cursor: text;
        }

    .search-nav input[type="submit"] {
        height: 30px;
        width: 30px;
        display: inline-block;
        color: red;
        float: right;
        background: url(../images/download.png) center no-repeat;
        text-indent: -10000px;
        border: 1px solid #ccc;
        border-radius: 1px;
        position: absolute;
        top: 5px;
        right: 90px;
        z-index: 2;
        cursor: pointer;
        opacity: 0.7;
        cursor: pointer;
        transition: opacity .4s ease;
    }

        .search-nav input[type="submit"]:hover {
            opacity: 0.8;
        }

/* end menu */

/*-- Main slide --*/



#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #fff !important;
    margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    #main-slide .carousel-control.left span {
        padding: 15px;
    }

    #main-slide .carousel-control.right span {
        padding: 15px;
    }

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


#main-slide .slider-content h2 {
    font-size: 76px;
    font-weight: 100;
    text-transform: uppercase;
    color: #555;
}

    #main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
        color: #fff;
    }

#main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}

.slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

    .slider.btn.btn-default {
        margin-left: 4px;
        background: #ECECEC;
    }

        .slider.btn.btn-default:hover {
            background: #000;
            color: #fff;
        }

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
}

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}



.seve {
    margin-top: 50px;
}

    .seve img {
        width: 100%;
        border: 3px solid #0054A6;
    }

.news {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 50px;
}

.title-news {
    border-bottom: 1px solid #ccc;
    margin: 0 15px 20px 15px;
    padding: 12px 0;
}

    .title-news span {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid #F00;
        padding: 15px 0;
    }

.news .news-item {
    margin-bottom: 15px;
}

    .news .news-item img {
        width: 35%;
        margin-right: 5%;
        float: left;
    }

    .news .news-item .bao-text {
        width: 60%;
        float: left;
    }

.bao-text h3 {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}

.bao-text p {
    font-size: 14px;
}






.page-banner {
    padding: 20px 0;
    background: #406de4;
    border-bottom: 1px solid #eee;
}

    .page-banner h2 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 22px;
        margin: 0;
    }

    .page-banner p {
        font-weight: 300;
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }

ul.breadcrumbs {
    float: left;
    margin-top: 0px;
}

.no-subtitle ul.breadcrumbs {
    margin-top: 4px;
}

ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 3px;
    color: #fff;
    float: left;
}

    ul.breadcrumbs li:before {
        content: '/';
        margin: 0 15px 0 15px;
        color: #f8f8f8;
    }

    ul.breadcrumbs li:first-child {
        margin: 0;
    }

        ul.breadcrumbs li:first-child:before {
            content: '';
            margin: 0;
        }

    ul.breadcrumbs li a {
        color: #f5f5f5;
        font-weight: 500;
        text-transform: uppercase;
        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;
    }
/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-filter {
    margin-bottom: 30px;
}

    .portfolio-filter li {
        display: inline-block;
        margin-right: 2px;
    }

        .portfolio-filter li a {
            color: #666;
            display: inline-block;
            padding: 5px 14px;
            border: 1px solid #eee;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .portfolio-filter li a:hover {
                border-color: #ddd;
            }

            .portfolio-filter li a.selected, .portfolio-filter li a.selected:hover {
                color: #fff;
            }

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-4 {
    margin-left: 5px;
}

    .portfolio-4 .portfolio-item {
        width: 24.99%!important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 22px;
    }

.portfolio-item .portfolio-border {
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-border {
    box-shadow: 0 1px 3px #f8f8f8;
    -o-box-shadow: 0 1px 3px #f8f8f8;
    -moz-box-shadow: 0 1px 3px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px #f8f8f8;
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

    .portfolio-item .portfolio-thumb .thumb-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
    background: rgba(255,255,255,0.5);
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
    color: rgba(255,255,255,0);
    position: absolute;
    top: 42%;
    left: 50%;
    display: block;
    margin-left: -27px;
    margin-top: -19px;
    font-size: 3em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    top: 50%;
    color: #444;
}

.portfolio-item .portfolio-details {
    position: relative;
    padding: 9px 12px 6px 12px;
}

    .portfolio-item .portfolio-details .like-link {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -9px;
    }

        .portfolio-item .portfolio-details .like-link i, .portfolio-item .portfolio-details .like-link span {
            color: #666;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .portfolio-item .portfolio-details .like-link:hover i, .portfolio-item .portfolio-details .like-link:hover span {
            color: #F54B5C;
        }

        .portfolio-item .portfolio-details .like-link i {
            padding-right: 5px;
        }

    .portfolio-item .portfolio-details h4 {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .portfolio-item .portfolio-details a span {
        color: #666;
    }

    .portfolio-item .portfolio-details span:after {
        content: ", ";
        margin-right: 2px;
    }

    .portfolio-item .portfolio-details span:last-child:after {
        content: "";
    }


/*---- Isotope filtering ----*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }





/* Start Campaign Section
==================================================================
*/

.campaign {
    background: #f1f1f1;
    padding: 30px 0;
}

    .campaign img {
        max-width: 100%;
    }

.text-center {
    margin-bottom: 35px;
}

#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    #portfolio-list li {
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 50%;
        margin-left: -1px;
        margin-bottom: -4px;
        padding: 0;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        #portfolio-list li h3 {
            background: #fff;
            bottom: 0;
            font-size: 1.4em;
            font-weight: 300;
            left: 0;
            letter-spacing: 1px;
            margin: 0;
            padding: 20px;
            position: absolute;
            text-align: right;
            text-transform: none;
            width: 100%;
            transition: transform 0.2s ease 0s, color 0.2s ease 0s;
            -webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
            -moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
            -o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
            -ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
        }


@media only screen and (max-width : 550px) {

    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) and (min-width : 551px) {

    #portfolio-list li {
        width: 49.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 33.21%;
    }
}

@media (min-width: 768px) {
    .portfolio-4column #portfolio-list li {
        width: 24.8%;
    }
}

@media (min-width: 768px) {
    .full-width-portfolio #portfolio-list li {
        width: 24.85%;
    }
}

@media (min-width: 768px) {
    .portfolio-2column #portfolio-list li {
        width: 49.9%;
    }
}

#portfolio-list li .header {
    display: none;
    margin: 2% 2% 0%;
    padding: 4% 0;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
    color: #fff;
}

@media (min-width: 992px) {
    #portfolio-list li .header {
        display: block;
    }
}

#portfolio-list li .body {
    display: none;
    font-size: 1em;
    color: #fff;
}

@media (min-width: 992px) {
    #portfolio-list li .body {
        display: block;
    }
}

#portfolio-list li img {
    width: 100%;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

#portfolio-list li .portfolio-item-content {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #050F1E;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#portfolio-list li .more {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    display: inline-block;
    content: "i";
    font-size: 50px;
    font-style: normal;
    font-weight: 100;
    line-height: 76px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#portfolio-list li:hover h3 {
    color: #FFFFFF;
    transform: translate3d(0px, 70px, 0px);
    -webkit-transform: translate3d(0px, 70px, 0px);
    -moz-transform: translate3d(0px, 70px, 0px);
    -o-transform: translate3d(0px, 70px, 0px);
    -ms-transform: translate3d(0px, 70px, 0px);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
}

#portfolio-list li:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
}

#portfolio-list li:hover .portfolio-item-content {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

#portfolio-list li:hover .more {
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -o-opacity: .75;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 992px) {
    #portfolio-list li:hover .more {
        top: 60%;
        margin-top: 0;
    }
}

#portfolio-list li:hover .more:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    color: #556270;
    border-color: #fff;
    background: #fff;
}




/*------------------------------------------*/
/*		  07 - Single Project Styles
/*------------------------------------------*/


.project {
    padding-top: 30px;
    padding-bottom: 30px;
}

.project-page {
    margin-bottom: 50px;
}

.project-slider {
    position: relative;
}

    .project-slider img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .project-slider .thumb-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        background-color: rgba(0,0,0,0);
        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;
    }

    .project-slider:hover .thumb-overlay {
        background: rgba(255,255,255,0.5);
    }

    .project-slider .thumb-overlay i {
        font-size: 3em;
        color: rgba(0,0,0,0);
        position: absolute;
        left: 50%;
        top: 42%;
        margin-left: -27px;
        margin-top: -19px;
        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;
    }

    .project-slider:hover .thumb-overlay i {
        top: 50%;
        color: #444;
    }

.project-content h4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

    .project-content h4 span {
        padding-bottom: 8px;
        border-bottom: 1px solid;
    }

.project-content p, .project-content ul {
    margin-bottom: 30px;
}

    .project-content ul li {
        margin-bottom: 5px;
    }


.latest h4.title {


    border-bottom: 2px solid #406de4;

   
    margin: 10px 0 20px 0px;
    padding: 5px 0;
}

    .latest h4.title span {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500; 
        color:#fff;
        padding-left:10px!important;
        padding-right:10px!important;
        background:#406de4;
        border-bottom: 2px solid #406de4;
        padding-top: 8px;
         padding-bottom: 3px;
    }

.projects-carousel {
    width: 100% !important;
}

    .projects-carousel .item {
        margin-right: 15px;
        margin-bottom: 0;
    }

.full-width-recent-projects .projects-carousel {
    width: 100% !important;
}

    .full-width-recent-projects .projects-carousel .item {
        margin: 0;
    }

.full-width-recent-projects .portfolio-item .portfolio-border {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    opacity: 0.65;
    z-index: 9994;
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
    top: 25%;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    color: #fff;
    top: 45%;
}

.full-width-recent-projects .portfolio-item .portfolio-details {
    position: absolute;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    z-index: 9995;
    padding: 0 20px;
    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;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
    bottom: 10px;
    opacity: 1;
}

    .full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
        color: rgba(255,255,255,.9);
    }

.full-width-recent-projects .portfolio-item .portfolio-details a span {
    color: rgba(255,255,255,.8);
}

.full-width-recent-projects .portfolio-item .portfolio-details .like-link i, .full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
    color: #fff;
}




.right-sidebar ul {
    padding: 0;
    margin: 0;
}

/*------------------------------------------*/
/*			   08 - Blog Styles
/*------------------------------------------*/

.blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

    .blog-post .post-head {
        overflow: hidden;
        position: relative;
        margin-bottom: 16px;
    }

        .blog-post .post-head .thumb-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            background-color: rgba(0,0,0,0);
            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;
        }

        .blog-post .post-head:hover .thumb-overlay {
            background-color: rgba(255,255,255,0.4);
        }

        .blog-post .post-head .thumb-overlay i {
            font-size: 3em;
            color: rgba(0,0,0,0);
            position: absolute;
            left: 50%;
            top: 42%;
            margin-left: -27px;
            margin-top: -19px;
            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;
        }

        .blog-post .post-head:hover .thumb-overlay i {
            color: #444;
            top: 50%;
        }

        .blog-post .post-head img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
        }

    .blog-post .post-content {
        padding-left: 54px;
        position: relative;
    }

    .blog-post .post-type {
        position: absolute;
        left: 0;
        top: 5px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-color: #444;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

        .blog-post .post-type i {
            font-size: 1.2em;
            color: #fff;
        }

    .blog-post.quote-post .post-type {
        top: 0;
    }

.post-content h2 {
    margin-bottom: 4px;
}

    .post-content h2 a {
        color: #444;
        font-weight: 500;
        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;
    }

.blog-post.quote-post .qoute-box {
    background: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 20px 25px;
    color: #fff;
    margin-bottom: 10px;
}

    .blog-post.quote-post .qoute-box a {
        color: #999;
    }

    .blog-post.quote-post .qoute-box h2 {
        font-family: 'Lora', serif;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
        font-weight: 400;
        color: #fff;
        margin-bottom: 10px;
    }

    .blog-post.quote-post .qoute-box .qoute-author {
        margin-left: 5px;
    }

        .blog-post.quote-post .qoute-box .qoute-author:before, .blog-post.quote-post .qoute-box .qoute-author:after {
            content: " - ";
        }

.blog-post .post-slider {
    position: relative;
}

ul.post-meta {
    margin-bottom: 10px;
}

    ul.post-meta li {
        display: inline-block;
    }

        ul.post-meta li:after {
            content: "-";
            margin: 0 8px 0 8px;
        }

        ul.post-meta li:last-child:after {
            content: "";
            margin: 0;
        }

        ul.post-meta li, ul.post-meta li a {
            color: #666;
            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;
        }

.post-content p {
    margin-bottom: 15px;
}

/*Pagination*/
#pagination span, #pagination a {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    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;
}

    #pagination span.current {
        color: #fff;
    }

    #pagination a:hover {
        border-color: #ddd;
    }

#pagination .all-pages, #pagination .next-page {
    width: auto;
    padding: 0 14px;
}






/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page, .blog-post-page {
    padding-top: 5px;
}

    .blog-post-page .blog-post {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .blog-post-page ul.post-meta {
        margin-bottom: 12px;
    }

.post-content h2 {
    font-weight: 500;
}

.post-bottom {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.post-tags-list {
    float: right;
    padding-top: 6px;
}

    .post-tags-list a {
        display: inline-block;
        color: #666;
        font-size: 12px;
        padding: 2px 8px;
        background: #eee;
        margin-bottom: 4px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        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;
    }

        .post-tags-list a:hover {
            color: #fff;
        }

.post-share {
    float: left;
}

    .post-share span {
        margin-right: 4px;
        font-size: 13px;
        color: #666;
    }

    .post-share a {
        display: inline-block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        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;
    }

        .post-share a.facebook {
            background-color: #507CBE;
        }

            .post-share a.facebook:hover {
                background-color: #3E68A8;
            }

        .post-share a.twitter {
            background-color: #63CDF1;
        }

            .post-share a.twitter:hover {
                background-color: #36BFED;
            }

        .post-share a.gplus {
            background-color: #F16261;
        }

            .post-share a.gplus:hover {
                background-color: #EF4545;
            }

        .post-share a.linkedin {
            background-color: #90CADD;
        }

            .post-share a.linkedin:hover {
                background-color: #72BBD3;
            }

        .post-share a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            display: block;
            color: #fff;
            font-size: 1em;
        }

.blog-post .author-info {
    display: block;
    margin-bottom: 10px;
}

    .blog-post .author-info .author-image {
        float: left;
    }

        .blog-post .author-info .author-image img {
            width: 70px;
            height: 70px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border: 4px solid #eee;
        }

    .blog-post .author-info .author-bio {
        padding-left: 85px;
    }

    .blog-post .author-info h4 {
        margin-bottom: 4px;
        font-weight: 500;
    }

    .blog-post .author-info p:last-child {
        margin: 0;
    }

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px 0;
}

#comments .comments-title {
    font-weight: 500;
    margin-bottom: 20px;
}

#comments .comments-list li .comment-box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

#comments .comments-list li ul {
    padding-left: 80px;
}

#comments .avatar {
    float: left;
}

    #comments .avatar img {
        width: 60px;
        height: 60px;
        padding: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #e8e8e8;
    }

#comments .comment-content {
    padding-left: 72px;
}

    #comments .comment-content .comment-meta {
        margin-bottom: 5px;
    }

.comment-content .comment-meta span:after {
    content: "-";
    margin: 0 5px;
    font-weight: 100;
    color: #666;
}

.comment-content .comment-meta span:last-child:after {
    content: "";
    margin: 0;
}

.comment-content .comment-meta .comment-by {
    font-weight: 600;
    color: #444;
}

.comment-content .comment-meta .comment-date {
    color: #666;
}

#respond .respond-title {
    font-weight: 500;
    margin-bottom: 15px;
}






/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/

.sidebar {
    margin-bottom: 30px;
}

    .sidebar a {
        color: #666;
    }

    .sidebar .widget {
        overflow: hidden;
        margin-bottom: 50px;
    }

        .sidebar .widget ul {
            margin: 0;
        }

.widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: left;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-right: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    background-color: #406de4;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    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;
}

    .widget-search .search-btn:hover {
        background-color: #444;
    }

.sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

    .sidebar .widget h4 .head-line {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 2px;
        background-color: #ddd;
        margin: 0;
    }

.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    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;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}

.widget-categories ul li a:hover {
    padding-left: 8px;
}

.sidebar .widget-popular-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

    .sidebar .widget-popular-posts li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.sidebar .widget-popular-posts .widget-thumb {
    float: left;
    margin-right: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .sidebar .widget-popular-posts .widget-thumb img {
        width: 65px;
        height: 65px;
        opacity: 1;
        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;
    }

    .sidebar .widget-popular-posts .widget-thumb:hover img {
        opacity: 0.7;
    }

.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: justify;
}

.sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    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;
}

    .sidebar .tagcloud a:hover {
        color: #fff;
    }







/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer {
    background: #f2f2f2;
    border-top: 1px solid #e8e7e2;
    padding-top: 60px;
    color: #787878;
}

    footer p {
        color: #787878;
    }

    footer a {
        color: #787878;
    }

        footer a:hover {
            color: #406de4;
            text-decoration: none;
        }

.footer-widget {
    margin-bottom: 45px;
}

    .footer-widget h4 {
        color: #2c2c2c;
        text-transform: uppercase;
        padding-bottom: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .footer-widget h4 .head-line {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 50px;
            height: 3px;
            background-color: #406de4;
            margin: 0;
        }

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

    .social-widget ul.social-icons li a i {
        font-size: 1.4em;
        width: 36px;
        height: 36px;
        color: #787878;
        line-height: 36px;
        text-align: center;
        display: block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        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;
    }

    .social-widget ul.social-icons li a:hover {
        text-decoration: none;
    }

    .social-widget ul.social-icons li a.facebook:hover i {
        background-color: #507CBE;
    }

    .social-widget ul.social-icons li a.twitter:hover i {
        background-color: #63CDF1;
    }

    .social-widget ul.social-icons li a.google:hover i {
        background-color: #F16261;
    }

    .social-widget ul.social-icons li a.dribbble:hover i {
        background-color: #E46387;
    }

    .social-widget ul.social-icons li a.linkdin:hover i {
        background-color: #90CADD;
    }

    .social-widget ul.social-icons li a.tumblr:hover i {
        background-color: #4D7EA3;
    }

    .social-widget ul.social-icons li a.flickr:hover i {
        background-color: #E474AF;
    }

    .social-widget ul.social-icons li a.instgram:hover i {
        background-color: #4D4F54;
    }

    .social-widget ul.social-icons li a.vimeo:hover i {
        background-color: #87D3E0;
    }

    .social-widget ul.social-icons li a.skype:hover i {
        background-color: #36C4F3;
    }

.contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
}

    .contact-widget span {
        font-weight: 700;
    }

    .contact-widget ul li {
        margin-bottom: 12px;
    }

        .contact-widget ul li p a {
            color: #bbb;
            font-weight: 300;
        }

    .contact-widget p {
        padding-bottom: 20px;
    }

.twitter-widget a:hover {
    color: #406de4;
    text-decoration: none;
}

.twitter-widget ul {
    list-style: inside url(../images/icon-list.jpg);
}

    .twitter-widget ul li {
        margin-bottom: 20px;
    }

        .twitter-widget ul li p {
            display: inline;
        }

        .twitter-widget ul li span {
            color: #666;
        }

.flickr-widget ul {
    overflow: hidden;
}

    .flickr-widget ul li {
        float: left;
        margin-left: 8px;
        margin-bottom: 8px;
    }

        .flickr-widget ul li:nth-child(3n+1) {
            margin-left: 0;
        }

        .flickr-widget ul li a {
            display: inline-block;
            width: 80px;
            opacity: 0.6;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border: 4px solid #787878;
            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;
        }

            .flickr-widget ul li a img {
                width: 100%;
                height: 65px;
            }

            .flickr-widget ul li a:hover {
                opacity: 1;
            }

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .mail-subscribe-widget form input[type="text"] {
        outline: none;
        color: #666;
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        background: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        outline: none;
    }

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid #ccc;
}

    .copyright-section p {
        font-size: 11px;
        text-transform: uppercase;
    }

ul.footer-nav {
    float: right;
}

    ul.footer-nav li {
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

        ul.footer-nav li:first-child {
            margin-left: 0;
        }

        ul.footer-nav li a {
            display: inline-block;
            text-transform: uppercase;
            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;
        }

            ul.footer-nav li a:hover {
                color: #fff;
            }

.back-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1000;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 30px;
        color: #fff;
        font-size: 24px;
        border: 1px solid #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
        background-color: #406de4;
        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;
    }

.bg-right {
    background: #f2f2f2;
    margin-top: -15px;
    position: relative;
    z-index: 1000;
}

.foot-bot > div {
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
}

.foot-bot .p-one {
    text-align: left;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin: 0;
    line-height: 12px;
    padding: 0;
}

.foot-bot .bold-fot {
    font-weight: 700;
}

.foot-bot .p-two {
    text-align: right;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin: 0;
    line-height: 12px;
    padding: 0;
}

    .foot-bot .p-two .fa, .foot-bot .p-one .fa {
        font-weight: 700;
        padding-right: 5px;
        font-size: 11px;
    }

.foot-bot .an-di {
    display: none;
}

@media (max-width: 768px) {
    .foot-bot .p-two {
        display: none;
    }

    .foot-bot .an-di {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }
}
/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/


/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-lightbox-overlay.nivo-lightbox-open {
        visibility: visible;
        opacity: 1;
    }

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.nivo-lightbox-nav {
    display: none;
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image {
    text-align: center;
}

    .nivo-lightbox-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

    .nivo-lightbox-error p {
        display: table-cell;
        vertical-align: middle;
    }

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    /* fadeScale */
    .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    /* slideLeft / slideRight / slideUp / slideDown */
    .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
    .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
    .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
    .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
        -webkit-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    .nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
    .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
    .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../images/lightbox/loading.gif) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    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;
}

    .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
        opacity: 1;
        background-color: rgba(0,0,0,0.5);
    }

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/lightbox/prev.png);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/lightbox/next.png);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../images/lightbox/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

    .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
        opacity: 1;
    }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {

    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(../images/lightbox/loading@2x.gif);
        background-size: 32px 32px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../images/lightbox/prev@2x.png);
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../images/lightbox/next@2x.png);
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../images/lightbox/close@2x.png);
        background-size: 16px 16px;
    }
}







/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls {
    text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    *display: inline; /*IE7 life-saver */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60); /*IE7 fix*/
    opacity: 0.6;
    margin-top: -30px;
    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;
}

.touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff;
}


.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -60px;
    right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #f2f2f2;
}

    .touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
        color: #666;
    }

.touch-carousel.navigation-3 {
    padding-top: 45px;
}

    .touch-carousel.navigation-3.clients-carousel {
        padding-top: 25px;
    }

    .touch-carousel.navigation-3 .owl-controls .owl-buttons {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

        .touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
            width: 28px;
            height: 28px;
            line-height: 28px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
        right: 9px;
    }

.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    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;
    border: 1px solid #ccc;
}

    .touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
        font-size: 1.2em;
        color: #ccc;
        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;
    }

    .testimonials-carousel .owl-controls .owl-buttons div i {
        color: #fff;
    }

touch-slider .owl-controls.clickable .owl-buttons div:hover {
    background-color: #406de4;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #406de4;
}

    .touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
        color: #fff;
    }

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/* Styling Pagination*/

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 16px;
        height: 16px;
        margin: 2px 4px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #444;
        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;
    }

.touch-slider:hover .owl-controls .owl-page span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #0A95D8;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #444;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

#progressBar {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../images/icons/ajaxloader.gif) no-repeat center center;
}









/******* Style Switcher *******/
.switcher-box {
    width: 212px;
    position: fixed;
    left: -212px;
    top: 160px;
    text-align: center;
    z-index: 99999999999;
    background-color: #fff;
    border-radius: 0 0 2px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    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;
}

    .switcher-box h4 {
        display: block;
        height: 40px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background-color: #333;
        margin-bottom: 10px;
    }

    .switcher-box span {
        display: block;
        padding: 5px 20px;
        text-align: left;
    }

    .switcher-box .colors-list {
        padding: 0 18px 0 18px;
        margin-bottom: 8px;
        line-height: 20px;
    }

        .switcher-box .colors-list li {
            display: inline-block;
            margin-right: 2px;
        }

            .switcher-box .colors-list li a {
                display: block;
                width: 24px;
                height: 18px;
                cursor: pointer;
            }

                .switcher-box .colors-list li a.blue {
                    background-color: #0a9fd8;
                }

                .switcher-box .colors-list li a.cyan {
                    background-color: #27bebe;
                }

                .switcher-box .colors-list li a.jade {
                    background-color: #0bb586;
                }

                .switcher-box .colors-list li a.red {
                    background-color: #ee3733;
                }

                .switcher-box .colors-list li a.peach {
                    background-color: #f49237;
                }

                .switcher-box .colors-list li a.sky-blue {
                    background-color: #38cbcb;
                }

                .switcher-box .colors-list li a.yellow {
                    background-color: #f8ba01;
                }

                .switcher-box .colors-list li a.green {
                    background-color: #94c523;
                }

                .switcher-box .colors-list li a.orange {
                    background-color: #f36510;
                }

                .switcher-box .colors-list li a.pink {
                    background-color: #f1505b;
                }

                .switcher-box .colors-list li a.purple {
                    background-color: #6a3da3;
                }

                .switcher-box .colors-list li a.beige {
                    background-color: #fdb655;
                }

    .switcher-box .layout-style, .switcher-box .topbar-style {
        width: 172px;
        padding: 6px 9px;
        outline: none;
        display: block;
        background: #fff;
        border-radius: 3px;
        padding: 4px 6px;
        color: #666;
        cursor: pointer;
        border-radius: 2px;
        font-size: 12px;
        margin: 0 0 12px 20px;
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
        box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
    }

    .switcher-box .bg-list {
        padding: 0 18px 0 18px;
        margin-bottom: 18px;
    }

        .switcher-box .bg-list li {
            display: inline-block;
            margin-right: 2px;
        }

            .switcher-box .bg-list li a {
                display: block;
                width: 20px;
                height: 20px;
            }

                .switcher-box .bg-list li a.bg1 {
                    background: url(../images/patterns/1.png) repeat;
                }

                .switcher-box .bg-list li a.bg2 {
                    background: url(../images/patterns/2.png) repeat;
                }

                .switcher-box .bg-list li a.bg3 {
                    background: url(../images/patterns/3.png) repeat;
                }

                .switcher-box .bg-list li a.bg4 {
                    background: url(../images/patterns/4.png) repeat;
                }

                .switcher-box .bg-list li a.bg5 {
                    background: url(../images/patterns/5.png) repeat;
                }

                .switcher-box .bg-list li a.bg6 {
                    background: url(../images/patterns/6.png) repeat;
                }

                .switcher-box .bg-list li a.bg7 {
                    background: url(../images/patterns/7.png) repeat;
                }

                .switcher-box .bg-list li a.bg8 {
                    background: url(../images/patterns/8.png) repeat;
                }

                .switcher-box .bg-list li a.bg9 {
                    background: url(../images/patterns/9.png) repeat;
                }

                .switcher-box .bg-list li a.bg10 {
                    background: url(../images/patterns/10.png) repeat;
                }

                .switcher-box .bg-list li a.bg11 {
                    background: url(../images/patterns/11.png) repeat;
                }

                .switcher-box .bg-list li a.bg12 {
                    background: url(../images/patterns/12.png) repeat;
                }

                .switcher-box .bg-list li a.bg13 {
                    background: url(../images/patterns/13.png) repeat;
                }

                .switcher-box .bg-list li a.bg14 {
                    background: url(../images/patterns/14.png) repeat;
                }

    .switcher-box .open-switcher {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        border-radius: 0 2px 2px 0;
        background: #444 center no-repeat;
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
    }

        .switcher-box .open-switcher:hover {
            background: url(../images/icons/switcher.png) #444 center no-repeat;
            -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
            box-shadow: 0 0 4px rgba(0,0,0,0.2);
            color: #fff;
        }

        .switcher-box .open-switcher i {
            text-align: center;
            padding-top: 7px;
        }

.iframe {
    border: none;
}































.services-2 {
    position: relative;
    text-align: center;
    margin: 0px 0px 30px 0px;
}


.services-2-icon {
    display: inline-block;
    width: 100%;
    display: table;
}

    .services-2-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0px auto;
        position: relative;
        display: inline-block;
        margin-right: 15px;
        border-radius: 50%;
        float: left;
        text-align: center;
        font-size: 26px;
        background: #E93735;
        color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }



.services-2:hover .services-2-icon i {
    display: block;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.services-2-text {
    margin-left: 75px;
    overflow: hidden;
}

.services-2-icon h4 {
    font-family: 'Open Sans', sans-serif;
    color: #404449;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0px 0px 0px;
    text-align: left;
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
}

.services-2 p {
    color: #ACB2B8;
    margin: 0px 0px 0px 0px;
    text-align: left;
}



/* progress bar */

.skill p {
    margin-bottom: 7px;
}

.progress {
    overflow: visible;
    height: 18px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.progress-bar-span {
    opacity: 1;
    position: absolute;
    top: -5px;
    background: #ACB2B8;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 0px;
    right: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.skill:hover .progress-bar-span {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}









/* Counter */

.counter-item {
    position: relative;
    text-align: center;
}

    .counter-item h5 {
        text-align: center;
        margin-bottom: 0px;
        color: #fff;
        text-transform: uppercase;
    }

    .counter-item i {
        font-size: 40px;
    }


.timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
}







.parallax {
    width: 100%;
    padding: 0;
    margin: 0;
    background-position: 50% 30%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.parallax-text-container-1 .parallax-text-item {
    padding: 120px 0px;
    text-align: center;
}


.parallax-mobile {
    background-position: 50% 0px !important;
    background-attachment: scroll !important;
}










.services-3 {
    position: relative;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.services-3-icon {
    display: inline-block;
    width: 100%;
    display: table;
}

    .services-3-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0px auto;
        position: relative;
        display: inline-block;
        margin-left: 15px;
        border-radius: 50%;
        float: left;
        text-align: center;
        font-size: 26px;
        color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.services-3:hover .services-3-icon i {
    display: block;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.services-3-text {
    margin-right: 75px;
    overflow: hidden;
}

.services-3-icon h4 {
    font-family: 'Raleway', sans-serif;
    color: #404449;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    text-align: right;
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
}

.services-3 p {
    color: #ACB2B8;
    margin: 0px 0px 0px 0px;
    text-align: right;
}



.purchase {
    background: url(../images/parallax/bg-01.jpg) no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}




/*end danh m?c index*/
.news-cate {
    margin: 15px 0;
    padding: 0;
}

.title-main {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    background: #26282A;
    line-height: 16px;
    overflow: hidden;
}

    .title-main > span {
        padding: 10px 15px;
        background: #eb1c15;
        color: #fff;
        position: relative;
        z-index: 0;
    }

        .title-main > span:after {
            display: block;
            position: absolute;
            background: inherit;
            width: 50px;
            height: 50px;
            right: -10px;
            top: -10px;
            z-index: -1;
            content: '';
            transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            -webkit-transform: rotate(15deg);
            -o-transform: rotate(15deg);
            -moz-transform: rotate(15deg);
        }

.news-cate-to {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

    .news-cate-to img {
        width: 45%;
        margin-right: 5%;
        float: left;
    }

    .news-cate-to .caption {
        width: 50%;
        float: left;
    }

        .news-cate-to .caption h1 {
            margin-top: 0;
            font-size: 14px;
            font-weight: 700;
            text-align: justify;
        }

.post-info {
    padding-bottom: 10px;
}

    .post-info .post_date {
        margin-right: 5%;
    }

.post_date {
    background: url(../images/post-date-icon.png) 0 1px no-repeat;
    padding-left: 15px;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    color: #666;
}

.comments_count {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(../images/comments-icon.png) 0 2px no-repeat;
    color: #666;
    text-decoration: none;
}

.news-cate .media {
    width: 48%;
    padding: 20px 0;
    margin-top: 0;
    float: left;
}

    .news-cate .media:nth-child(2n+1) {
        margin-right: 4%;
    }

    .news-cate .media:nth-child(1) {
        border-bottom: 1px solid #ccc;
    }

.news-cate .media-left img {
    width: 80px;
    height: 70px;
}

.news-cate .media-heading {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
}

.bo {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.ads {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
    background: #eb1c15;
}

.bao-ct {
    padding: 4px 10px 4px 0;
}

    .bao-ct:hover {
        background: #eb1c15;
        text-decoration: none;
        color: #fff;
    }

.btn-ct {
    font-size: 14px;
    padding: 5px 10px;
    background: #eb1c15;
    margin-right: 5px;
    color: #fff;
}
/*end danh m?c index*/



.list-news {
    padding: 0 0 15px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

    .list-news img {
        width: 40%;
        float: left;
        margin-right: 5%;
        margin-bottom: 20px;
    }

    .list-news .caption {
        width: 55%;
        float: left;
    }

        .list-news .caption h1 {
            font-size: 18px;
            margin-top: 0;
        }

        .list-news .caption p .bao-ct {
            margin-top: 30px;
        }

@media (max-width: 768px) {

    .list-news img {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .list-news .caption {
        width: 100%;
        float: left;
    }
}



.chitiet-tin {
    padding: 0;
    margin-bottom: 50px;
}

    .chitiet-tin h1 {
        margin-top: 0px;
        font-size: 16px;
        font-weight: 700;
        color: #1a90bc;
        text-align: justify;
    }

    .chitiet-tin p {
        margin-top:;
        font-size: 14px;
        line-height: 25px;
    }

    .chitiet-tin ul {
        padding: 0;
        list-style: inside;
    }

        .chitiet-tin ul li {
            width: 100%;
        }

    .chitiet-tin > img {
        width: 100%;
        margin-top: 15px;
    }

    .chitiet-tin .minh-hoa {
        background: #ededed;
        padding: 5px 10px;
        font-size: 12px;
    }

    .chitiet-tin .nghieng {
        font-style: italic;
    }

.cung-loai {
    padding: 0;
    border-bottom: 1px solid #ededed;
}

    .cung-loai .media {
        width: 48%;
        padding: 15px 0;
        margin-top: 0;
        float: left;
    }

        .cung-loai .media:nth-child(2n+1) {
            margin-right: 4%;
        }

        .cung-loai .media:nth-child(1) {
            border-bottom: 1px solid #ccc;
        }

    .cung-loai .media-left img {
        width: 120px;
     
    }

    .cung-loai .media-heading {
        margin-top: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

.title-tr {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.more {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}







/*************** Latest News ***************/

.latest-posts-classic .post-row {
    margin-bottom: 20px;
    margin-right: 15px;
}

    .latest-posts-classic .post-row .thumbnail img {
        width: 100%;
        height: 120px;
    }

    .latest-posts-classic .post-row .thumbnail .caption h1 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0;
    }

@media (max-width: 600px) {
    .latest-posts-classic .post-row .thumbnail img {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 400px) {
    .latest-posts-classic .post-row {
        margin-bottom: 20px;
        margin-right: 0;
    }

        .latest-posts-classic .post-row .thumbnail img {
            width: 100%;
            height: 250px;
        }
}


.box-news {
    margin-bottom: 30px;
}

.box-news-one {
    padding: 0;
}

    .box-news-one .tin-noibat {
        width: 45%;
        float: left;
        padding-right: 5%;
        margin-right: 5%;
        background: url(../images/b-l-news.png) right center no-repeat;
    }

        .box-news-one .tin-noibat img {
            width: 100%;
            height: 200px;
        }

        .box-news-one .tin-noibat .caption h1 {
            font-size: 14px;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            width: 100%;
            max-height: 60px;
            -webkit-line-clamp: 3;
            -moz-line-clamp: 3;
            -ms-line-clamp: 3;
            -o-line-clamp: 3;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical;
            -o-box-orient: vertical;
        }

    .box-news-one .tin-thuong {
        width: 50%;
        float: left;
    }

        .box-news-one .tin-thuong .media {
            border-bottom: 1px solid #eee;
            width: 100%;
            padding-bottom: 15px;
        }

        .box-news-one .tin-thuong .media-object {
            width: 80px;
            height: 60px;
        }

        .box-news-one .tin-thuong .media-object {
            width: 100px;
            height: 80px;
        }

        .box-news-one .tin-thuong .media-heading {
            font-size: 14px;
            font-weight: 500;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            width: 100%;
            height: 42px;
            line-height: 21px;
            -webkit-line-clamp: 2;
            -moz-line-clamp: 2;
            -ms-line-clamp: 2;
            -o-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -ms-box-orient: vertical;
            -o-box-orient: vertical;
            text-align: justify;
        }

.text-line-h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%; /* fallback */
    height: 63px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: justify;
}

@media (max-width: 600px) {
    .box-news-one .tin-noibat {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 15px 0;
        background: url(../images/b-l-news-n.png) bottom center no-repeat;
    }

    .box-news-one .tin-thuong {
        width: 100%;
        float: left;
    }
}

.right-home {
    padding: 0;
    margin-bottom: 30px;
}

.hinh-anh {
    overflow: hidden;
}

    .hinh-anh li {
        float: left;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .hinh-anh li {
        display: inline-block;
        width: 30%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border: 4px solid #787878;
        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;
    }

        .hinh-anh li a img {
            width: 100%;
            height: 80px;
        }

        .hinh-anh li a:hover {
            opacity: 1;
        }

.right-home .portfolio-thumb img {
    width: 100%;
    min-height: 250px;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

@media (min-width: 992px) {
    .hinh-anh li:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .hinh-anh li {
        float: left;
        margin-left: 2%;
        margin-bottom: 2%;
    }

        .hinh-anh li:nth-child(6n+1) {
            margin-left: 0;
        }

    .hinh-anh li {
        display: inline-block;
        width: 15%;
        opacity: 0.6;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border: 4px solid #787878;
        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;
    }
}

@media (max-width: 599px) {
    .hinh-anh li:nth-child(3n+1) {
        margin-left: 0;
    }
}

.text-chay {
    position: relative;
}

    .text-chay:after {
        content: '';
        position: absolute;
        left: 95px;
        top: 0px;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #f00;
        z-index: 100;
    }

    .text-chay h1 {
        position: absolute;
        left: 15px;
        top: -20px;
        z-index: 1000;
        padding: 10px;
        background: #f00;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        height: 34px;
        width: 80px;
        text-transform: uppercase;
    }

.dropdown-menu li.divider:last-child {
    display: none;
}

.newsSummary {
    font-weight: 600;
    text-align: justify;
}

.sameCategoryTitle {
    min-height: 50px;
    overflow: hidden;
    max-height: 50px;
}

.chitiet-tin img {
    max-width: 800px;
    max-height: 228px;
}

.latest-posts-classic .post-row .thumbnail .caption h2 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #333;
}

    .latest-posts-classic .post-row .thumbnail .caption h2 a {
        color: #333;
    }
