﻿
body {
    background: linear-gradient(to bottom,#ffb627,#FFFFFF);
}

a {
    color: #5f5f5f;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

    a:hover {
        text-decoration: none;
        color: #921618;
    }

h3 {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
}

h4 {
    font-size: 15px;
    line-height: 16px;
}

ul {
    list-style: none;
    padding-left: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

#content {
    background: #fff;
    padding: 5px;
}

.container {
    width: 100% !important;
    padding: 0;
    height: 100%;
    max-width: 1170px;
    min-width: 1000px;
}

.columns-container {
    width: 100%;
    float: left;
}

#ccr-header {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    max-width: 1170px;
    min-width: 1000px;
    background: #fff;
}

.watchword {
    float: left;
    width: 100%;
    position: relative;
    z-index: 70;
    height: 25px;
}

.welcome {
    height: 25px;
    width: 100%;
    color: red;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    margin-top: 5px;
    position: absolute;
    float: left;
    /* top: -30px; */
}

#ccr-nav-main {
    background: #921618 url(/images/nav-t_bg.jpg) repeat-x top;
    width: 100%;
    position: relative;
}

.container {
    width: 100% !important;
    padding: 0;
    height: 100%;
    max-width: 1170px;
    min-width: 1000px;
    position: relative;
}

@-webkit-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

@keyframes typing {
    0% {
        background-color: #fff;
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    25% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, .2)
    }

    75% {
        background-color: rgba(255, 255, 255, .4);
        box-shadow: 12px 0 0 0 rgba(255, 255, 255, .2), 24px 0 0 0 #fff
    }
}

.loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#ccr-nav-main li:first-child {
    border-left: none;
}

#ccr-nav-main li {
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(0,0,0,.1);
    float: left;
}

#ccr-nav-main li {
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(0,0,0,.1);
    float: left;
}

    #ccr-nav-main li a {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #ffdc54;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        display: inline-block;
        text-transform: uppercase;
    }

        #ccr-nav-main li a i {
            font-size: .8em;
            padding-left: 5px;
            line-height: 40px;
        }

#ccr-nav-main ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
}

    #ccr-nav-main ul.sub-menu li {
        position: relative;
        border-left: none;
        border-right: none;
    }

#ccr-nav-main li:last-child {
    border-right: none;
}

#ccr-nav-main ul.sub-menu li {
    position: relative;
    border-left: none;
    border-right: none;
}

    #ccr-nav-main ul.sub-menu li a {
        display: inline-block;
        width: 280px;
        background-color: #921618;
        min-height: 40px;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

#ccr-nav-main li a:hover {
    background-color: #51322e;
    height: 40px;
    color:#fff;
}

#ccr-nav-main li ul a i {
    float: right;
}

#ccr-nav-main ul.sub-menu ul.sub-menu-2, #ccr-nav-main ul.sub-menu ul.sub-menu-2 ul.sub-menu-3 {
    position: absolute;
    display: none;
    margin-left: 280px;
    top: 0;
    border-left: 1px solid #47cad4;
    z-index: 200;
}

.box-content {
    margin: 0;
}

    .box-content .link-to img {
        width: 100%;
        height: auto;
        padding: 5px;
        border: 1px solid #921618;
        margin: 0px;
        margin-top: -1px;
    }

    .box-content h3 {
        font-size: 12px;
        margin: 0;
        padding: 5px 10px;
        border-bottom: 1px solid #E7E8E6;
        color: #ffdc54;
        font-weight: bold;
        background: linear-gradient(to bottom, #921618 0%, #b61d20 50%, #b21c1f 51%, #921618 100%);
    }

.adsimg {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    height: auto;
}

.box-content h3 a {
    font-size: 12px;
    color: #ffdc54;
    text-transform: uppercase;
    font-weight: bold;
}
.box-content h3 a:hover {
   color:#fff;
}
.box-content .sub-menu-left {
    border: 1px solid #921618;
    border-top: none;
    margin-top: -1px;
    background: #fff;
}

    .box-content .sub-menu-left li {
        border-bottom: 1px dotted #ddd;
        padding: 3px 5px;
    }

.box-content ul li a {
    color: #921618;
}

    .box-content ul li a:hover {
        color: #1b4cb8;
    }

.form-search {
    width: auto;
    display: inline-block;
    float: right;
    position: relative;
    line-height: 35px;
    padding: 0 10px;
    top: 5px;
    right: -10px;
}

.result {
    margin-top: 30px;
}

.realtime-result {
    display: block;
    width: 500px;
    margin: 0 auto 0;
    box-shadow: 0 1px 3px 0 #7d7d7d;
    -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
    -moz-box-shadow: 0 1px 3px 0 #7d7d7d;
    background: #fff;
    position: absolute;
    z-index: 1001;
    right: 10px;
}

    .realtime-result li {
        float: left;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eaeaea;
        display: block;
        overflow: hidden;
        padding: 10px 10px;
    }

    .realtime-result h5 {
        color: #919191;
    }

    .realtime-result li:hover {
        background: #fcf7f7;
    }

    .realtime-result li a {
        float: left;
        position: relative;
    }

        .realtime-result li a:hover {
            background: none;
            color: red;
        }

        .realtime-result li a img {
            float: left;
            width: 15%;
            height: auto;
            margin: 0 6px 0 0;
        }

    .realtime-result li .content {
        display: block;
        width: 83%;
        overflow: hidden;
        float: left;
        position: absolute;
        margin-left: 75px;
    }

        .realtime-result li .content .product-name {
            width: 100%;
            font-weight: bold;
        }

    .realtime-result li :last-child {
        border-bottom: 0;
    }

.inputsearch {
    color: #5f5f5f;
    outline-style: none;
    border: none;
    border-left: 5px solid #ffdc54;
    padding: 0 10px;
    height: 30px;
    float: left;
    width: 228px;
    background: #fff;
}

.buttonsearch {
    color: #fff;
    background: url(/images/search.png) no-repeat #ffdc54;
    outline-style: none;
    width: 30px;
    height: 30px;
    border: none;
    float: left;
    margin-right: 5px;
}

    .buttonsearch:hover {
        background: url(/images/search.png) no-repeat #921618;
    }
/* left column */
.ccr-left-section {
    width: 23%;
    float: left;
    position: relative;
    padding: 5px 5px 0 0;
}

.title-bar {
    width: 100%;
    background-color: #007FDD;
}
/*end left column */
/*content column */
.ccr-content-section {
    padding: 0;
    margin-top: 5px;
    width: 52%;
    position: relative;
    float: left;
}

.ads-mid {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .ads-mid img {
        width: 100%;
        height: auto;
    }
/*end content column */
/*right column */
.ccr-right-section {
    width: 25%;
    float: left;
    position: relative;
    padding: 5px 0 0 5px;
}

.wrapper_video_playlist {
    z-index: 1;
    position: relative;
}

.wrapper_player {
    display: block;
    background-color: #000;
    overflow: hidden;
}

.container_video_playlist {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #921618;
}

.video_controls_playlist_wrapper {
    background-color: #b41c1f;
    position: relative;
}

.video_stop_play_control {
    position: relative;
    width: 65px;
    height: 65px;
    outline: 0 !important;
}

.sp-video-play {
    width: 42px;
    height: 42px;
    background-position: -20px -488px;
}

.sp-video-pause {
    width: 42px;
    height: 42px;
    background-position: -20px -612px;
}

.sp {
    background-image: url(../images/elements.png);
    background-repeat: no-repeat;
    display: block;
}

.video_control {
    position: relative;
    top: 12px;
    left: 11px;
    cursor: pointer;
}

.current_video_play_title_video {
}

.video_title_playing {
    top: 13px;
    left: 80px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
}

    .video_title_playing a {
        color: #fff;
    }

        .video_title_playing a:hover {
            color: #ffdc54;
        }

.current_video_play_time_video {
}

.video_time_playing {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #fff;
    line-height: 17px;
    padding-right: 1px;
}

.playlist_clickable {
}

.container_video_playlist::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.container_video_playlist::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
}

.container_video_playlist::-webkit-scrollbar-track {
    background-color: #383838;
}

.click_video {
    height: 60px;
    display: block;
    width: 100%;
    position: relative;
}

    .click_video:hover {
        background-color: #333;
        cursor: pointer;
    }

.click_video_video {
}

.video_currently_playing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 3px solid #4db2ec !important;
    width: 3px;
    height: inherit;
}

.video_thumb {
    position: relative;
    top: 10px;
    width: 72px;
    height: 40px;
    overflow: hidden;
    margin-left: 16px;
}

    .video_thumb img {
        position: relative;
        top: -6px;
    }

.video_title_and_time {
    position: absolute;
    top: 10px;
    margin: 0 30px 0 103px;
}

.video_title {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
}

.video_time {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #777;
    line-height: 13px;
}
/** tags **/
.tags {
    line-height: 26px;
}

    .tags span {
        padding: 0 5px;
    }

    .tags .level1 {
        font-size: 12px;
    }

    .tags .level2 {
        font-size: 16px;
    }

    .tags .level3 {
        font-size: 18px;
    }

    .tags .level4 {
        font-size: 20px;
    }

    .tags .level5 {
        font-size: 24px;
    }

.tags {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
}
/* end right column */
#ccr-footer {
    background: #921618 url(http://pgvn.vn/themes/templates/images/footer.jpg) repeat-x top;
    min-height: 40px;
    border-top: 7px solid #f9a524;
    margin-top: 10px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    min-width: 1000px;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none;
}

    .scroll_top:hover {
        background: #F36;
    }

    .scroll_top:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #fff;
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        display: block;
    }

.copyright, .copyright a {
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 10px 0px;
}
/*Home slider*/
.top-new-view {
    width: 50%;
    float: right;
    margin-bottom: 40px;
}

    .top-new-view img {
        width: 100%;
        height: auto;
    }

.title-top-new {
    padding-left: 5px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

    .title-top-new span {
        width: 100%;
        text-align: center;
        float: left;
        background: #4db2ec;
        padding: 1px;
    }

.list-top-news {
    padding-left: 5px;
}

    .list-top-news li:not(:last-child) {
        border-bottom: 1px dotted #787878;
    }

    .list-top-news li {
        line-height: 19px !important;
        padding: 5px 0px;
    }

        .list-top-news li a {
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            color: #919191;
        }

            .list-top-news li a:hover {
                color: #4db2ec;
            }

.homeslider {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

    .homeslider img {
        width: 100%;
        height: auto;
    }

    .homeslider .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: none;
        border: 0;
        left: 0;
        background: #fff;
        max-height: 400px;
    }

#contenhomeslider li {
    max-height: 400px;
}

.homeslider .bx-controls-direction .bx-prev,
.homeslider .bx-controls-direction .bx-next {
    background: #921618;
    text-indent: 0px !important;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homeslider .bx-controls-direction .bx-prev {
    left: 50%;
}

.homeslider .bx-controls-direction .bx-next {
    right: 50%;
}

.homeslider:hover .bx-controls-direction .bx-next {
    right: 10px;
    opacity: 1;
    visibility: inherit;
}

.homeslider:hover .bx-controls-direction .bx-prev {
    left: 10px;
    opacity: 1;
    visibility: inherit;
}

.homeslider .bx-controls-direction .bx-prev:hover,
.homeslider .bx-controls-direction .bx-next:hover {
    opacity: 0.8;
}

.homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    display: block;
}

.homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    height: 45px;
}

    .homeslider .bx-wrapper .bx-pager .bx-pager-item {
        width: 20px;
        height: 20px;
        border-radius: 90%;
        margin-right: 5px;
        line-height: 20px;
    }

        .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
            width: 100%;
            height: 100%;
            float: left;
            background: rgba(146, 22, 24, 0.61);
            margin: 0;
            padding: 0;
            text-align: center;
            color: #fff;
            text-indent: 0px;
            border-radius: 90%;
            border: 1px solid #999;
            padding-left: 1px;
        }

    .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #921618;
        color: #fff;
        border: 1px solid #fff;
    }

#contenhomeslider {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
}

    #contenhomeslider:hover .owl-controls .owl-prev {
        left: 0;
        visibility: inherit;
        opacity: 1;
    }

    #contenhomeslider:hover .owl-controls .owl-next {
        right: 0;
        visibility: inherit;
        opacity: 1;
    }

    #contenhomeslider .owl-controls .owl-next {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #contenhomeslider .owl-controls .owl-prev {
        left: 50%;
    }

    #contenhomeslider .owl-controls .owl-next {
        right: 50%;
    }

    #contenhomeslider .owl-controls .owl-prev, #contenhomeslider .owl-controls .owl-next {
        background: #aaa;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        -moz-transition: all .45s ease;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        -ms-transition: all .45s ease;
        transition: all .45s ease;
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

        #contenhomeslider .owl-controls .owl-prev:hover, #contenhomeslider .owl-controls .owl-next:hover {
            background: #f36;
        }

.blog-list .blog-list-wapper ul li .post-desc .post-meta {
    color: #919191;
    font-size: 13px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-title {
    padding: 5px 0px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0e5";
    padding-right: 5px;
    padding-left: 10px;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f073";
    padding-right: 5px;
}

.box-slider {
    bottom: 0;
    top: auto;
    right: 0;
    background: rgba(0,0,0,0.48);
    color: #fff;
    padding: 2px 5px 5px;
    position: absolute;
    width: 100%;
}

    .box-slider h2 {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }

        .box-slider h2 a {
            color: #fff;
        }

    .box-slider p {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        margin-top: 0px;
    }

.fa {
    line-height: inherit;
}

.blog-list {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .blog-list .page-heading {
        text-transform: uppercase;
    }

    .blog-list .blog-list-wapper {
        margin-top: 5px;
    }

        .blog-list .blog-list-wapper .owl-controls .owl-prev {
            left: inherit;
            right: 26px;
            top: -20px;
        }

.blog-notification {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .blog-notification > li {
        float: left;
        width: 100%;
        padding: 10px 0px;
        border-bottom: 1px dotted #ddd;
    }

        .blog-notification > li article .blog-title {
            padding-bottom: 10px;
        }

        .blog-notification > li article .blog-summary {
            text-align: justify;
        }

        .blog-notification > li article .blog-title a {
            color: #007FDD;
            padding-bottom: 5px;
        }

            .blog-notification > li article .blog-title a:hover {
                color: #1b4cb8;
            }

.list-related {
    float: left;
    width: 100%;
}

    .list-related > li h4 a {
        line-height: 22px;
        color: #007FDD;
    }

        .list-related > li h4 a:hover {
            color: #1b4cb8;
        }

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
    background: #f36;
    color: #fff;
}
/*[9. Owl carousel]
*/
.owl-controls {
}

    .owl-controls .owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-next {
        position: absolute;
        right: 0;
        top: -20px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        background: #921618;
        width: 24px;
        height: 24px;
        color: #ccc;
        text-align: center;
        line-height: 24px;
    }

        .owl-controls .owl-prev:hover,
        .owl-controls .owl-next:hover {
            background: #921618;
            color: #fff;
        }

        .owl-controls .owl-prev .fa,
        .owl-controls .owl-next .fa {
            font-weight: bold;
        }

.page-heading {
    border-bottom: 1px solid #921618;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
}

    .page-heading span.page-heading-title {
        border-bottom: 2px solid #921618;
        position: absolute;
        bottom: -1px;
        padding: 0 10px;
        text-transform: uppercase;
        font-size: 14px;
    }

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
}

    .image-hover2 a:after {
        overflow: hidden;
        position: absolute;
        top: 0;
        content: "";
        z-index: 100;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1;
    }

    .image-hover2 a:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        position: absolute;
        top: 45%;
        left: 50%;
        z-index: 2;
        color: #fff;
        ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .image-hover2 a:hover:after {
        visibility: visible;
        opacity: 0.8;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .image-hover2 a:hover:before {
        opacity: 1;
    }
/*box new content*/
.box-new-content {
    float: left;
    width: 100%;
    position: relative;
}

    .box-new-content .list-content {
        margin-left: -5px;
        margin-right: -5px;
    }

    .box-new-content .box-new-adv {
        width: 226px;
        float: left;
    }

.next-prev-wrap-mid {
    float: left;
    width: 100%;
    padding: 0px 10px 10px;
}

.prev-page-mid, .next-page-mid {
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #b7b7b7;
}

.post-top {
    float: left;
    width: 50%;
    padding: 5px;
}

    .post-top .post-thumb {
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        min-height: 200px;
        max-height: 200px;
        width: 100%;
        margin-bottom: 10px;
    }

    .post-top .post-thumb1 {
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        min-height: 130px;
        max-height: 130px;
        width: 100%;
        margin-bottom: 10px;
    }

    .post-top .post-thumb a img {
        width: 100%;
        height: auto;
    }

    .post-top .post-summary {
        font-size: 13px;
        color: #777;
        font-family: 'Open Sans',arial,sans-serif;
        margin-top: 9px;
        margin-bottom: 10px;
    }

.post-list {
    display: block;
    min-height: 1px;
    float: left;
    width: 50%;
    padding: 5px 5px;
}

    .post-list .post-item {
        padding-bottom: 20px;
        position: relative;
    }

        .post-list .post-item .post-thumb {
            position: absolute;
            left: 0;
            top: 0;
        }

            .post-list .post-item .post-thumb a img {
                width: 90px;
                height: auto;
            }

        .post-list .post-item .item-details {
            margin-left: 100px;
            min-height: 60px;
        }

    .post-list .post-summary {
        font-size: 13px;
    }

.title_news {
    color: #919191;
    font-size: 14px;
}

    .title_news i {
        padding-left: 15px;
    }
/****/
/** box-news-1 1**/
.box-news-1 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .box-news-1 .box-new-head {
        border-bottom: 2px solid #f9a524;
        width: 100%;
        float: left;
        height: 32px;
    }

        .box-news-1 .box-new-head .box-title {
            text-transform: uppercase;
            font-size: 14px;
            background: #f9a524;
            padding: 7px 10px;
            color: #fff;
            float: left;
            height: 30px;
        }

    .box-news-1 .box-tabs {
        float: right;
        margin: 0px;
    }

        .box-news-1 .box-tabs li {
            display: inline;
            height: 30px;
            float: left;
        }

            .box-news-1 .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url('../images/kak3.png') no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
            }

                .box-news-1 .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 12px;
                    color: #0088cc;
                    position: absolute;
                    bottom: -13px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-news-1 .box-tabs li > a:before {
                    content: '';
                    height: 2px;
                    background: #0088cc;
                    position: absolute;
                    bottom: -2px;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1);
                }

            .box-news-1 .box-tabs li:last-child > a {
                background: none;
            }

                .box-news-1 .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-news-1 .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-news-1 .box-tabs li > a:hover:before,
            .box-news-1 .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-news-1 .box-tabs li > a:hover,
            .box-news-1 .box-tabs li.active > a {
                color: #08c;
            }

                .box-news-1 .box-tabs li > a:hover:after,
                .box-news-1 .box-tabs li.active > a:after {
                    display: block;
                }

    .box-news-1 .box-new-content .loading-box {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 51, 102, 0.42);
        display: none;
    }

        .box-news-1 .box-new-content .loading-box .loader {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-animation: typing 1s linear infinite alternate;
            -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
            margin: 10vh auto;
            position: relative;
            left: -12px;
        }
/** box-news 2**/
.box-news-2 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .box-news-2 .box-new-head {
        border-bottom: 2px solid #4caf50;
        width: 100%;
        float: left;
        height: 32px;
        background: #4caf50;
    }

        .box-news-2 .box-new-head .box-title {
            text-transform: uppercase;
            font-size: 15px;
            background: #4caf50;
            padding: 7px 10px;
            color: #fff;
            height: 30px;
            float: left;
        }

    .box-news-2 .box-tabs {
        float: right;
        height: 30px;
        padding-right: 5px;
    }

        .box-news-2 .box-tabs li {
            display: inline;
            height: 30px;
            float: left;
        }

            .box-news-2 .box-tabs li > a {
                position: relative;
                padding: 0px 5px;
                display: block;
                line-height: normal;
                background: url('../images/kak3.png') no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                color: #fff;
            }

                .box-news-2 .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 12px;
                    color: #ff7500;
                    position: absolute;
                    bottom: -13px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-news-2 .box-tabs li > a:before {
                    content: '';
                    height: 2px;
                    background: #ff7500;
                    position: absolute;
                    bottom: -2px;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1);
                }

            .box-news-2 .box-tabs li:last-child > a {
                background: none;
            }

                .box-news-2 .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-news-2 .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-news-2 .box-tabs li > a:hover:before,
            .box-news-2 .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-news-2 .box-tabs li > a:hover,
            .box-news-2 .box-tabs li.active > a {
                color: #ff7500;
            }

                .box-news-2 .box-tabs li > a:hover:after,
                .box-news-2 .box-tabs li.active > a:after {
                    display: block;
                }

    .box-news-2 .box-new-content .loading-box {
        z-index: 10;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        bottom: 10px;
        background: rgba(76, 175, 80, 0.48);
        display: none;
    }

        .box-news-2 .box-new-content .loading-box .loader {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-animation: typing 1s linear infinite alternate;
            -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
            margin: 10vh auto;
            position: relative;
            left: -12px;
        }
/** .box-news-3**/
.box-news-3 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .box-news-3 .box-new-head {
        border-bottom: 2px solid #4db2ec;
        width: 100%;
        float: left;
        height: 32px;
    }

        .box-news-3 .box-new-head .box-title {
            text-transform: uppercase;
            font-size: 14px;
            background: #4db2ec;
            padding: 7px 10px;
            color: #fff;
            float: left;
            height: 30px;
        }

    .box-news-3 .box-tabs {
        float: right;
        margin: 0px;
    }

        .box-news-3 .box-tabs li {
            display: inline;
            height: 30px;
            float: left;
        }

            .box-news-3 .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url(../images/kak3.png) no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
            }

                .box-news-3 .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 13px;
                    color: #921618;
                    position: absolute;
                    bottom: -13px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-news-3 .box-tabs li > a:before {
                    content: '';
                    height: 2px;
                    background: #921618;
                    position: absolute;
                    bottom: -2px;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1);
                }

            .box-news-3 .box-tabs li:last-child > a {
                background: none;
            }

                .box-news-3 .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-news-3 .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-news-3 .box-tabs li > a:hover:before,
            .box-news-3 .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-news-3 .box-tabs li > a:hover,
            .box-news-3 .box-tabs li.active > a {
                color: #921618;
            }

                .box-news-3 .box-tabs li > a:hover:after,
                .box-news-3 .box-tabs li.active > a:after {
                    display: block;
                }

    .box-news-3 .box-new-content .loading-box {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(77, 178, 236, 0.41);
        display: none;
    }

        .box-news-3 .box-new-content .loading-box .loader {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-animation: typing 1s linear infinite alternate;
            -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
            margin: 10vh auto;
            position: relative;
            left: -12px;
        }
/** .box-news-4**/
.box-news-4 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .box-news-4 .box-new-head {
        border-bottom: 2px solid #ff7500;
        width: 100%;
        float: left;
        height: 32px;
    }

        .box-news-4 .box-new-head .box-title {
            text-transform: uppercase;
            font-size: 14px;
            background: #ff7500;
            padding: 7px 10px;
            color: #fff;
            float: left;
            height: 30px;
        }

            .box-news-1 .box-new-head .box-title a, .box-news-2 .box-new-head .box-title a, .box-news-3 .box-new-head .box-title a, .box-news-4 .box-new-head .box-title a {
                color: #fff;
            }

                .box-news-1 .box-new-head .box-title a:hover, .box-news-2 .box-new-head .box-title a:hover, .box-news-3 .box-new-head .box-title a:hover, .box-news-4 .box-new-head .box-title a:hover {
                    color: #000;
                }

    .box-news-4 .box-tabs {
        float: right;
    }

        .box-news-4 .box-tabs li {
            display: inline;
            height: 30px;
            float: left;
        }

            .box-news-4 .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url('../images/kak3.png') no-repeat center right;
                float: left;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
            }

                .box-news-4 .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 13px;
                    color: #4caf50;
                    position: absolute;
                    bottom: -13px;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-news-4 .box-tabs li > a:before {
                    content: '';
                    height: 2px;
                    background: #4caf50;
                    position: absolute;
                    bottom: -2px;
                    left: 10px;
                    right: 10px;
                    transform: scale(0, 1);
                }

            .box-news-4 .box-tabs li:last-child > a {
                background: none;
            }

                .box-news-4 .box-tabs li:last-child > a:before {
                    right: 0;
                }

            .box-news-4 .box-tabs li:last-child > a {
                border-right: none;
                padding-right: 0;
            }

            .box-news-4 .box-tabs li > a:hover:before,
            .box-news-4 .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-news-4 .box-tabs li > a:hover,
            .box-news-4 .box-tabs li.active > a {
                color: #4caf50;
            }

                .box-news-4 .box-tabs li > a:hover:after,
                .box-news-4 .box-tabs li.active > a:after {
                    display: block;
                }

    .box-news-4 .box-new-content .loading-box {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 117, 0, 0.38);
        display: none;
    }

        .box-news-4 .box-new-content .loading-box .loader {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-animation: typing 1s linear infinite alternate;
            -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
            margin: 10vh auto;
            position: relative;
            left: -12px;
        }

.right-box {
    width: 100%;
}

    .right-box .nav-tabs {
        height: 30px;
        background: linear-gradient(to bottom, #921618 0%, #b61d20 50%, #b21c1f 51%, #921618 100%);
    }

    .right-box .tab-content {
        border-left: 1px solid #aa1b1d;
        border-right: 1px solid #921618;
        padding: 3px 5px;
    }

        .right-box .tab-content li {
            border-bottom: 1px dotted #ddd;
            padding: 5px 0px;
            text-align: justify;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
        }

        .right-box .tab-content .btn {
            border-radius: 0px;
            margin-top: 5px;
        }

    .right-box .nav-tabs li a {
        padding: 3px;
        text-decoration: none;
        border-radius: 0px;
        color: #ffdc54;
        font: bold 12px Arial, Helvetica, sans-serif;
        line-height: 22px;
        text-transform: uppercase;
    }

    .right-box .nav-tabs > li.active > a, .right-box .nav-tabs > li.active > a:hover, .right-box .nav-tabs > li.active > a:focus {
        color: #921618;
        cursor: default;
        background-color: #fff;
    }

.right-list li a {
    color: #921618;
}

    .right-list li a:hover {
        color: #921618;
    }

.nav-tabs li a:active, .nav-tabs li a:focus {
    color: #6db3f2;
}

.image-active {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.ccr-right-section:after {
    border-left: 1px solid #ccc
}
/*Category News*/
.view-blog-list {
    position: relative;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.breadcrumb {
    margin-bottom: 0px;
    background: #921618;
    border-radius: 0px;
    float: left;
    width: 100%;
}

    .breadcrumb .navigation-pipe:before {
        content: "\f105";
        font-size: 14px;
        display: inline-block;
        text-align: right;
        width: 6px;
        color: #fff;
        font-family: "FontAwesome";
        padding: 0 10px;
    }

    .breadcrumb .home {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

.display-blog-option {
    width: 63px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 8px;
}

.grid {
}

.blog-list.grid li {
    width: 33.33333333%;
    float: left;
    padding: 5px;
    position: relative;
}

.blog-list.grid .blog-title {
    padding: 5px 0px;
    max-height: 55px;
    min-height: 55px;
    overflow: hidden;
    text-align: justify;
    font-weight: 600;
    font-size: 14px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
}

.blog-list.grid .entry-meta-data {
    float: left;
    margin-top: 5px;
    width: 100%;
}

    .blog-list.grid .entry-meta-data span {
        margin-right: 5px;
        font-size: 13px;
    }

    .blog-list.grid .entry-meta-data .fa {
        line-height: inherit;
        font-size: 13px;
    }

.display-blog-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/grid-view-bg.png) 0 0 #666;
    border: 0;
    float: left;
}

.blog-list.list {
    padding: 0px 5px;
}

    .blog-list.list li .blog-container {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
    }

        .blog-list.list li .blog-container iframe {
            height: 400px;
            margin-top: 10px;
        }

        .blog-list.list li .blog-container audio {
            width: 100%;
            margin-top: 10px;
        }

.blog-list li .blog-container .left-block {
    position: relative;
    min-height: 130px;
    max-height: 130px;
    overflow: hidden;
}

.blog-list.list .left-block {
    width: 29%;
    float: left;
    position: inherit;
}

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
}

.blog-list.list .right-block {
    width: 71%;
    float: left;
    line-height: 20px;
    padding: 0 15px;
}

.blog-list.list li {
    width: 100%;
    margin-top: -1px;
}

.blog-list.list .right-block .blog-title {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 5px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-align: justify;
    font-weight: 600;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
}

.blog-list.list .info-orther {
    display: block;
}

.display-blog-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/list-view-bg.png) 0 0 #666;
    border: 0;
    float: right;
}

.display-blog-option li.selected span, .display-blog-option li:hover span {
    background-color: #f36;
    background-position: 0 -30px;
}

.image-hover2 a {
    position: relative;
    display: table;
    width: 100%;
}

.blog-list.grid .info-orther {
    display: none;
}

.sortPagiBar {
    width: 100%;
    float: left;
}

    .sortPagiBar .sort-product .sort-product-icon {
        display: inline-block;
        width: 38px;
        text-align: center;
        float: right;
        height: 29px;
        background: #fafafa;
        padding-top: 5px;
    }

    .sortPagiBar .bottom-pagination {
        width: auto;
        float: right;
        margin-left: 23px;
    }

    .sortPagiBar .sort-product, .sortPagiBar .show-product-item {
        float: right;
        border: 1px solid #eaeaea;
        height: 31px;
        margin-left: 23px;
    }

    .sortPagiBar select {
        background: transparent;
        padding: 0 10px;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/dropdown.png) no-repeat right center #fafafa;
        padding-right: 20px;
        display: inline-block;
        font-size: 13px;
        border: none;
    }

    .sortPagiBar .bottom-pagination .pagination > li > a, .sortPagiBar .bottom-pagination .pagination > li > span {
        position: relative;
        float: left;
        padding: 5px 12px;
        margin-left: -1px;
        line-height: 1.42857;
        color: #999;
        text-decoration: none;
        background-color: #fafafa;
        border: 1px solid #eaeaea;
    }

.entry-detail {
    margin-top: 0;
    margin-bottom: 40px;
}

    .entry-detail .entry-meta-data span {
        margin-right: 10px;
    }

    .entry-detail .entry-meta-data .fa {
        line-height: inherit;
    }

.content-text {
    padding: 20px 0;
    text-align: justify;
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #666;
    float: left;
    width: 100%;
}

#product .pb-right-column .product-desc, #product .pb-right-column .form-option, #product .pb-right-column .form-action, .form-share {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    float: left;
    width: 100%;
}

    .form-share .date {
        float: left;
        margin-right: 25px;
    }

#___plusone_0 {
    float: left !important;
}

.page-heading .write-comment {
    float: right;
}

.comment-list {
    margin-top: 5px;
    width: 100%;
    float: left;
}

    .comment-list .comment-meta .author a {
        font-weight: bold;
    }

.view_more_coment {
    width: 100%;
    float: left;
    height: 1px;
    margin: 10px 0;
    text-align: center;
    background-color: #eaeaea;
    margin: 20px 0px 20px 0px;
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.comment-list ul {
    padding-left: 0;
}

    .comment-list ul li ul {
        padding-left: 50px;
        overflow: hidden;
        padding-top: 15px;
    }

.comment-list .avartar {
    width: 50px;
    border: 1px solid #eaeaea;
    padding: 4px;
    float: left;
    text-align: center;
}

.comment-list .comment-body {
    margin-left: 60px;
    min-height: 50px;
}

.comment-list .comment-meta {
    color: #ccc;
}

    .comment-list .comment-meta .reply {
        font-weight: bold;
        float: right;
    }

.view_more_comment {
    font-weight: bold;
    float: right;
    width: 100%;
    text-align: right;
}

.block-quickview {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    float: left;
}

.coment-form label {
    margin-top: 10px;
    margin-bottom: 2px;
}

.coment-form input, .coment-form textarea {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.input {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    height: 34px;
}

.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #921618;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.width50 {
    width: 50%;
    float: left;
}

.width100 {
    width: 100%;
    float: left;
}

.width33 {
    width: 33.33333333%;
    float: left;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../images/btn-close.png);
}
/*[ 3.3 toast]
 */
.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a,
    .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=40);
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999;
        -moz-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

    #toast-container > :hover {
        -webkit-box-shadow: 0 0 12px #000;
        -moz-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer
    }

    #toast-container > .toast {
        background-image: none !important
    }

        #toast-container > .toast:before {
            position: fixed;
            font-family: FontAwesome;
            font-size: 24px;
            line-height: 18px;
            float: left;
            color: #fff;
            padding-right: .5em;
            margin: auto .5em auto -1.5em
        }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto
    }

.toast {
    background-color: #030303
}

.toast-white {
    background-color: #fff !important
}

.toast-snow {
    background-color: #fbfbfb !important
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important
}

.toast-seashell {
    background-color: #f3f3f3 !important
}

.toast-ivory {
    background-color: #eee !important
}

.toast-platinum {
    background-color: #e5e5e5 !important
}

.toast-lightgray {
    background-color: #d0d0d0 !important
}

.toast-gray {
    background-color: #ccc !important
}

.toast-darkgray {
    background-color: #999 !important
}

.toast-silver {
    background-color: #777 !important
}

.toast-sonic-silver {
    background-color: #737373 !important
}

.toast-storm-cloud {
    background-color: #666 !important
}

.toast-lightcarbon {
    background-color: #555 !important
}

.toast-carbon {
    background-color: #444 !important
}

.toast-slate-gray {
    background-color: #333 !important
}

.toast-darkcarbon {
    background-color: #262626 !important
}

.toast-blue {
    background-color: #5db2ff !important
}

.toast-info {
    background-color: #57b5e3 !important
}

.toast-sky {
    background-color: #11a9cc !important
}

.toast-primary {
    background-color: #4374e0 !important
}

.toast-blueberry {
    background-color: #6f85bf !important
}

.toast-palegreen {
    background-color: #a0d468 !important
}

.toast-success {
    background-color: #53a93f !important
}

.toast-green {
    background-color: #8cc474 !important
}

.toast-lightyellow {
    background-color: #f6d52e !important
}

.toast-yellow {
    background-color: #ffce55 !important
}

.toast-warning {
    background-color: #f4b400 !important
}

.toast-gold {
    background-color: #f9b256 !important
}

.toast-orange {
    background-color: #fb6e52 !important
}

.toast-lightred {
    background-color: #e46f61 !important
}

.toast-darkorange {
    background-color: #ed4e2a !important
}

.toast-red {
    background-color: #df5138 !important
}

.toast-danger {
    background-color: #d73d32 !important
}

.toast-pink {
    background-color: #e75b8d !important
}

.toast-darkpink {
    background-color: #cc324b !important
}

.toast-magenta {
    background-color: #bc5679 !important
}

.toast-purple {
    background-color: #7e3794 !important
}

.toast-maroon {
    background-color: #981b48 !important
}

span.notify {
    width: 32px;
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    z-index: 1;
}

span.notify-left {
    background: url('../images/notify.png') no-repeat;
    right: 25px;
    top: -8px;
}

span.notify-right {
    background: url('../images/notify-right.png') no-repeat;
    right: 0px;
    top: -7px;
}

#contact {
    margin-top: 20px;
}

    #contact .page-subheading {
        padding-left: 20px;
        border: 0;
        margin: 14px 0 10px;
        text-transform: uppercase;
        font-size: 18px;
        color: #666;
    }

.box-border {
    padding: 20px;
    overflow: hidden;
}

.clearfix:before {
    content: "";
    display: table;
}

.condition-search {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .condition-search .form-category {
        background: #f6f6f6;
        height: 42px;
        width: 100%;
        float: left;
        margin-bottom: 0;
        text-align: center;
    }

.form-category .btn {
    background: none;
    font-weight: bold;
    padding: 10px 12px;
}

.condition-search .form-category:hover .cate_list_search {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.cate_list_search {
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50,50,50,0.2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50,50,50,0.2);
    box-shadow: 0 4px 7px 0 rgba(50,50,50,0.2);
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    display: block;
    visibility: hidden;
}

.condition-search .input-serach {
    height: 41px;
    border: 1px solid #ccc;
    border-right: 0;
}

    .condition-search .input-serach input {
        border: 0;
        padding-left: 0;
        width: 100%;
        float: left;
        height: 39px;
        display: inline-flex;
        padding: 6px 12px;
    }

.condition-search .btn-search:hover {
    opacity: .8;
}

.condition-search .btn-search {
    width: 41px;
    height: 41px;
    background: #958457 url(../images/search.png) no-repeat center center;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 47px;
    right: 0;
}

.loading-box {
    display: none;
    z-index: 10;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #60abf0;
}

    .loading-box .loader {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-animation: typing 1s linear infinite alternate;
        -moz-animation: Typing 1s linear infinite alternate;
        animation: typing 1s linear infinite alternate;
        margin: 10vh auto;
        position: relative;
        left: -12px;
    }
