@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helveticaneue.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('fonts/helveticaneuelight.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('fonts/helveticaneuebold.ttf') format('truetype');
}

body {
    font-family: Helvetica Neue, Arial, Verdana, Tahoma, sans-serif;
}

p {
    margin: 0 0 10px;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    outline: 0;
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

hr {
    margin-top: 0;
}

b, strong {
    font-family: "Helvetica Neue Bold";
}

.line {
    clear: both;
    height: 32px;
    width: 100%;
    margin: 0 auto;
}

.line_1 {
    background: #eeeeee;
    clear: both;
    height: 1px;
    width: 100%;
}

.no_pad {
    padding: 0;
}

.no_pad_left {
    padding-left: 0;
}

.no_pad_right {
    padding-right: 0;
}

.space_5 {
    width: 100%;
    height: 5px;
    clear: both;
}

.space_10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.space_20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space_30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space_40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space_60 {
    width: 100%;
    height: 60px;
    clear: both;
}

.space_70 {
    width: 100%;
    height: 70px;
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.border_left_2 {
    border-left: 2px solid #625e55;
}

.font_14 {
    font-size: 14px;
}

.font_13 {
    font-size: 13px;
}

.font_16 {
    font-size: 16px;
}

.white {
    color: #FFF;
}

.gray {
    color: #b7b7b7;
}

.red {
    color: #bb6060;
}

.mar_left_10 {
    margin-left: 10px;
}

#main-content {
    min-height: 400px;
}

#header {
    top : 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #FFF;
}

#header .logo {
    width: 210px;
    height: 55px;
}

#main_menu {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 65px;
    background: #FFF;
}

#main_menu .top-nav {
    background-color: #070841;
}

#main_menu .top-nav ul {
    float: right;
    list-style: none outside none;
    margin: 1em 0;
}

#main_menu .top-nav ul li {
    float: right;
    margin: 0 1em;
}

#main_menu .top-nav ul li a {
    color: #fff;
    text-decoration: none;
}

#main_menu .top-menu {
    background-color: #fff;
}

#main_menu .top-menu ul.level-1 {
    margin: 0;
    list-style: none outside none;
}

#main_menu .top-menu ul.level-1 li {
    float: left;
}

#main_menu .top-menu ul.level-1 li a.parent {
    float: left;
    color: #515151;
    font-size: 15px;
    font-family: "Helvetica Neue";
    height: 45px;
    width: 180px;
    /*padding: 1em 1.2em 0.9em 1.2em;*/
    padding: 11px 35px;
    text-transform: uppercase;
    text-decoration: none;
}

#main_menu .top-menu ul.level-1 li a.parent:hover {
    background-color: #515151;
    color: #FFF;
    font-family: "Helvetica Neue";
}

/*#main_menu .top-menu .active {*/
/*background-color: #515151;*/
/*}*/

#main_menu .top-menu ul.level-1 li ul li a.level-2, #main_menu .top-menu ul.level-1 li ul li a.level-2:hover {
    color: #ff6363;
    font-weight: 600;
    font-family: "Helvetica Neue Bold";
    padding: 0 0 10px 30px;
    text-transform: uppercase;
}

.menu_home, .sel a.menu_home {
    width: 40px;
    padding-left: 14px !important;
}

.menu_home .glyphicon {
    top: 2px;
}

#top_nav > ul li.sub_menu {
    background-color: #515151;
}

#top_nav > ul li.sub_menu .icon {
    margin-right: 10px;
    height: 33px;
    width: 33px;
}

#top_nav > ul li.sub_menu .item {
    margin-top: 15px;
    min-height: 300px;
}

#top_nav ul li:hover {

}

#top_nav h3 {
    font-size: 18px;
    line-height: 18px;
}

#top_nav > h3, #top_nav > h3 a {
    color: #000;
    text-transform: none !important;
}

#top_nav > ul > li > ul {
    width: 100%;
    min-width: 300px;
    padding: 0 15px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all .5s ease-out;
    z-index: 1000;
    /* display: block;
     visibility: visible;*/
    background-color: transparent;
    height: auto;
}

#top_nav > ul > li > ul.box_search_result {
    padding-bottom: 0;
    box-shadow: none;
}

#top_nav > ul > li > ul > li {
    width: 100%
}

#topNav ul > li > ul {
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown-inner-list {
    clear: both;
    padding: 12px 0 10px 30px;
}

.dropdown-inner-list li {
    float: none !important;
}

.sub_menu .dropdown-inner-list li a, .sub_menu .dropdown-inner-list li a:hover {
    color: #FFF;
    font-family: "Helvetica Neue Light";
    line-height: 25px;
    padding: 5px 0px !important;
    text-transform: none !important;
    width: 100%;
}

.dropdown-inner-list .arrow {
    margin-left: 10px;
}

#top_nav > ul > li > ul > div {
    background-color: #fff;
    display: table
}

#top_nav > ul > li > ul > div > div {
    display: table-cell
}

#top_nav > ul > li > ul > li > ul {
    width: auto;
}

#top_nav > ul > li > ul > li:hover {
}

#top_nav > ul > li:hover > ul {
    display: block;
    opacity: 0.9;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.avatar.mini {
    width: 25px;
    height: 25px;
}

/*#main_menu .top-menu ul.level-1 > li > a:hover, #main_menu .top-menu ul.level-1 > li > a.active {*/
#main_menu .top-menu ul.level-1 > li > a:hover {
    color: #FFF;
}

.boxmenu_hightlight {
    clear: both
}

.boxmenu_hightlight a {
    padding: 0 !important;
    width: 100%
}

.boxmenu_hightlight img {
    width: 100%;
}

.boxmenu_hightlight .top_caption .top_caption_tilte {
    width: 100% !important;
    font-weight: bold !important;
    font-size: 15px;
    margin-top: 5px;
}

ul.dropdown-inner-list.top_menu_listitem {
    margin-top: 15px;
}

.top_menu_listitem li {
    display: table
}

.top_menu_listitem li a {
    width: auto !important;
    max-width: 320px;
}

.top_menu_listitem li img {
    width: 95px;
    float: left;
    text-align: right;
    margin-right: 10px;
    height: 59px;
}

.br_top {
    width: 100%;
    font-size: 15px;
    background-color: #515151;
    padding: 0;
}

.br_top .breadcrumb {
    background-color: #515151;
    margin-bottom: 0;
    padding: 8px;
}

.br_top .breadcrumb .home_link {
    color: #ff6363;
    font-size: 15px;
    font-family: "Helvetica Neue Bold";
    /*padding: 0 0 10px 15px;*/
    text-transform: uppercase;
}

.br_top .breadcrumb .link {
    color: #FFF;
    font-size: 13px;
    font-family: "Helvetica Neue Light";
}

.br_top .breadcrumb img {
    margin: 0 15px;
}

.menu_left {
    float: left;
    width: 170px;
    clear: both;
    position: absolute;
    top: 250px;
}

.menu_left .panel-group {
    margin-bottom: 0;
}

.menu_left .panel-default {
    border-color: transparent;
}

.menu_left .panel-default > .panel-heading {
    background-color: #FFF;
}

.menu_left .panel-group .panel {
    border-radius: 0;
    border: none;
}

.menu_left .panel-group .panel + .panel {
    margin-top: 0;
}

.menu_left .first {
    background-color: #ba3c3f;
    border-top-right-radius: 4px;
    color: #FFF;
    font-size: 15px;
    font-family: Helvetica Neue;
    text-transform: uppercase;
    padding: 5px 20px;
}

.menu_left .panel-default .panel-heading {
    padding: 0;
    text-indent: 8px;
}

.menu_left .panel-body {
    background-color: #f4f4f4;
    padding: 0;
}

.menu_left .panel-heading .level-2 {
    border-bottom: 1px solid #eeeeee;
    height: 55px;
    padding: 10px 0;
}

.menu_left .panel-heading .pad_15_0 {
    padding: 15px 0;
}

.menu_left .panel-heading .level-2 a {
    color: #515151;
    font-family: Helvetica Neue;
    font-size: 13px;
    text-transform: uppercase;
}

.menu_left .panel-heading .level-2 span {
    padding: 0 10px;
}

.menu_left .panel-body .level-3 {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.menu_left .panel-body .level-3 a {
    color: #616161;
    font-family: Helvetica Neue;
    font-size: 13px;
}

.menu_left .panel-body .level-3:hover {
    background: #515151;
    color: #FFF;
}

.menu_left .panel-body .level-3:hover > a {
    color: #FFF;
}

.menu_left .panel-body .level-3:hover > ul.has-sub {
    display: block;
}

.menu_left .level-3 .has-sub {
    display: none;
    background: #515151;
    left: 170px;
    z-index: 9;
    margin-top: -28px;
    opacity: 0.9;
    padding: 0;
    position: absolute;
    width: 170px;
}

.menu_left .level-3 .has-sub li {
    border: 1px solid #676767;
    padding: 7px 0;
}

.menu_left .level-3 .has-sub li a {
    color: #ff6363;
}

.menu_left .icon {
    filter: invert(70%);
}

/*end menu*/
.navbar-form .input-group > .input-group-btn > .btn {
    border-radius: 0;
}

.navbar-form .input-group > .form-control {
    border-radius: 0;
    border: 3px solid #ccc;
    float: right;
    width: 55%;
}

.navbar-form .btn-default {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.navbar-form .glyphicon {
    color: #FFF;
}

.partner {
    float: left;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
}

.partner .thumbnail {
    border-radius: 0;
    height: 116px;
    width: 170px;
    margin-bottom: 35px;
    padding: 0;
}

.partner .thumbnail img {
    height: 100%;
    width: 100%;
}

.title_section {
    font-size: 40px;
    font-family: "Helvetica Neue Bold";
    text-transform: uppercase;
    padding: 15px;
}

.txt_title_1 {
    color: #191919;
}

.txt_title_2 {
    color: #ba3b3f;
}

/*Slider*/
.owl-carousel .owl-item img {
    /*height: 540px;*/
}

/*End Slider*/
/*CSS social*/
.social {
    position: fixed;
    top: 320px;
    right: 0;
    z-index: 9;
}

.social .item {
    width: 41px;
    height: 48px;
    z-index: 10;
}

.social img {
    cursor: pointer;
    float: left;
}

#box_hot_line {
    display: none;
    background: url(../images/bg_hotline.png) no-repeat;
    width: 180px;
    height: 140px;
    right: 0;
    top: -125px;
    position: absolute;
    padding: 20px;
    text-align: center;
}

#box_hot_line .txt_hotline {
    color: #515151;
    font-family: "Helvetica Neue Bold";
    font-size: 18px;
}

#box_hot_line .hotline {
    color: #ba3c3f;
    font-family: "Helvetica Neue Bold";
    font-size: 24px;
}

.social:hover > #box_hot_line {
    display: block;
}

/*End social*/
/*CSS footer*/
#footer {
    background-color: #252525;
    color: #929292;
    font-weight: 600;
    height: 250px;
    width: 100%;
    padding: 25px 0;
}

#footer .icon {
    float: left;
    width: 30px;
}

#footer .icon .glyphicon {
    color: #FFF;
}

#footer .txt_info {
    float: left;
    line-height: 25px;
    width: 85%;
    text-align: justify;
}

#footer .item {
    /*padding: 0 70px;*/
}

/*End CSS footer*/
/*CSS Product*/
#slider_1 {
    margin-top: 90px;
}

.detail_page {
    background: url("../images/bg.png") repeat;
    min-height: 500px;
    margin-top: 90px;
}

.detail_page .container {
    width: 1024px;
}

.detail_top_info {
    font-family: "Helvetica Neue Light";
}

#detail_top_info h2 {
    color: #2b2b2b;
    font-family: "Helvetica Neue Bold";
}

.detail_top_info .item {
    /*padding: 15px 0;*/
}

.detail_top_info .item .title {
    margin-left: 5px;
}

.detail_top_info .note {
    font-family: "Helvetica Neue Bold";
    font-size: 16px;
    margin: 15px 0;
    padding: 3px 0;
    border-bottom: 1px solid #dddddd;
    color: #515151;
}

.detail_top_info .price {
    font-size: 16px;
}

.detail_top_info .price .price_des {
    color: #ff6363;
    font-family: "Helvetica Neue Bold";
}

.product_list {
    background-color: #FFF;
}

.product_list .title {
    background-color: #515151;
    color: #ff6363;
    font-family: "Helvetica Neue Bold";
    font-size: 15px;
    height: 40px;
    text-transform: uppercase;
    padding: 8px 30px;
    width: 100%;
}

.product_list .thumbnail {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    height: 200px;
}

.product_list .thumbnail img {
    max-height: 100%;
}

.product_list .txt_title {
    color: #545454;
    font-size: 15px;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.product_list .txt_price {
    color: #9e0000;
    font-size: 13px;
    text-indent: 15px;
    padding-bottom: 10px;
}

.product_list .title_cate {
    padding: 3px;
    text-indent: 25px;
    font-size: 15px;
}

.product_list .title_cate .name_cate {
    color: #404040;
    font-family: "Helvetica Neue Bold";
    font-size: 22px;
}

.product_list .title_cate .more_cate {
    color: #797979;
    font-family: "Helvetica Neue";
    font-size: 15px;
    border-left: 2px solid #c6c6c6;
    margin-left: 70px;
    padding: 0 5px;
}

.product_list .view_more {
    color: #797979;
    font-family: "Helvetica Neue";
    font-size: 15px;
    float: right;
    margin-right: 10px;
    padding: 0 5px;
}

.flexslider .slides img {
    height: 470px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.images_content img {
    max-width: 100%;
    height: auto;
}

#detailImg .flex-control-thumbs li {
    width: 68px;
}

#detailImg .flex-control-thumbs li img {
    height: 68px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*End CSS Product */
/*CSS Agency */
.agency {
    background-color: #FFF;
}

.agency .item {
    background-color: #f8f8f8;
    padding: 10px 25px 10px 25px;
}

.agency .item .thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.agency .item .txt_title {
    color: #515151;
    font-family: "Helvetica Neue Bold";
    font-size: 18px;
    padding-bottom: 10px;
}

.agency .item .txt_des {
    color: #919191;
    font-family: "Helvetica Neue";
    font-size: 16px;
}

/*End CSS Agency */
/*CSS Contact */
.contact {
    background-color: #e4555a;
    color: #fff;
    padding: 0 30px;
}

.contact .info {
    font-family: "Helvetica Neue";
    font-size: 17px;
    line-height: 30px;
}

.contact .form-group .form-control {
    border: none;
    border-radius: 0;
}

.contact .form-group .verifyCode {
    margin-top: 5px;
    width: 50%;
}

.contact .img_contact {
    position: relative;
    top: -1px;
    text-align: center;
    margin-right: 140px;
}

.contact .img_contact img {
    position: absolute;
}

.google_map {
    background-color: #FFF;
}

/*End CSS Contact */
/*CSS About*/
.about {
    background-color: #FFF;
    padding: 40px 20px;
    text-align: justify;
}

/*End CSS About*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) and (min-width: 1370px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1369px) and (min-width: 769px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #slider_1{
        margin-top: 60px
    }
    #header {
        background: url("../images/bg_header.png") repeat;
        height: 60px;
        width: 100%;
        padding: 5px 0;
    }

    #header .logo {
        margin-left: 20px;
        width: 110px;
        height: auto;
    }

    #header a.bt_menu_right {
        float: right;
    }

    /*CSS menu*/
    .mm-menu {
        background: #252525;
    }

    .mm-listview > li > a, .mm-listview > li > span {
        padding: 18px 10px 10px 20px;
    }

    #menu_left .navbar-form {
        margin-left: 20px;
        margin-bottom: 10px;
        padding: 0;
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #menu_left .navbar-form .input-group > .form-control {
        background: #9d9d9d;
        border: none;
        border-bottom: 1px solid #9d9d9d;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        float: left;
        height: 28px;
        width: 90%;
    }

    #menu_left .navbar-form .input-group > .input-group-btn {
        border: none;
        float: left;
    }

    #menu_left .navbar-form .btn-default {
        background-color: #9d9d9d;
        border: none;
        border-top: 1px solid #9d9d9d;
        border-right: 1px solid #9d9d9d;
        border-bottom: 1px solid #9d9d9d;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        height: 28px;
    }

    .mm-navbars-top {
        border-bottom-width: 0;
    }

    .mm-listview > li:not(.mm-divider):after {
        background: #544f4f;
        left: 0;
    }

    .mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
        /*height: 30px;*/
    }

    #menu_left .title_menu {
        font-family: "Helvetica Neue Bold";
        font-size: 15px;
        color: #ff6363;
        text-transform: uppercase;
    }

    #menu_left .level-1 span {
        font-family: "Helvetica Neue Bold";
        font-size: 15px;
        color: #d0d0d0;
        margin-left: 20px;
        text-transform: uppercase;
    }

    #menu_left .level-1 img {
        float: right;
        margin-right: 10px;
    }

    #menu_left .level-1 i.glyphicon {
        color: #d0d0d0;
        margin-right: 10px;
    }

    #menu_left .mar_top_8 {
        margin-top: 8px;
    }

    .mm-menu .mm-listview > li .mm-next:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: -260px;
        content: '';
        border-color: #d0d0d0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .mm-next:after {
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: none;
        border-left: none;
        height: 10px;
        width: 10px;
    }

    .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 8px;
    }

    .mm-navbar .mm-btn:first-child {
        left: auto;
        right: 15px;
    }

    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
        border-color: #d0d0d0;
    }

    .mm-prev:before {
        border-color: #d0d0d0;
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: none;
        border-left: none;
        right: 0;
        height: 10px;
        width: 10px;
    }

    #menu_left .level-2, #menu_left .level-3 {
        color: #f6f6f6;
        font-family: "Helvetica Neue";
        font-size: 16px;
        text-indent: 20px;
        padding: 15px 20px;
    }

    .mm-navbar {
        padding: 0 20px;
    }

    .mm-navbar .mm-title, .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        font-family: "Helvetica Neue Bold";
        font-size: 15px;
        color: #ff6363;
        text-transform: uppercase;
        text-align: left;
    }

    #menu_right .txt_hotline {
        color: #FFFFFF;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 10px 10px 25px;
    }

    #menu_right .hotline {
        color: #ff6363;
        font-size: 28px;
        padding: 5px 10px 20px 25px;
    }

    #menu_right .level-1 {
        padding-left: 25px;
    }

    #menu_right .level-1 span {
        color: #f6f6f6;
        font-size: 16px;
    }

    /*End CSS menu*/
    .social {
        display: none;
    }

    .title_section {
        font-size: 26px;
        padding: 15px 0;
    }

    .line img {
        width: 80%;
    }

    .partner {
        margin-bottom: 0;
        padding: 0;
    }

    .partner .thumbnail {
        width: 100%;
        height: 115px;
    }

    .partner .thumbnail > img, .partner .thumbnail a > img {
        width: 100%;
    }

    #footer {
        height: auto;
        padding: 30px;
    }

    #footer .item {
        padding: 15px 0;
    }

    #footer .txt_info {
        float: inherit;
        margin-left: 30px;
        width: auto;
    }

    /*CSS product*/
    .product_list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .flexslider {
        margin: 0 0 50px;
    }

    #detailImg .flex-viewport {
        width: 100%;
        height: 320px;
    }

    #detailImg .flex-control-thumbs {
        top: 320px;
        text-indent: 0;
    }

    .product_name {
        color: #2b2b2b;
        font-family: "Helvetica Neue Bold";
        font-size: 18px;
        text-indent: 5px;
    }

    #detail_top_info {
        padding: 0;
        text-align: justify;
    }

    .detail_top_info .price {
        font-size: 18px;
    }

    .product_list .title_cate {
        text-indent: 15px;
    }

    .product_list .list {
        float: left;
        width: 100%;
    }

    .product_list .title {
        color: #FFF;
        font-size: 18px;
    }

    .product_list .thumbnail {
        height: 150px;
    }

    .product_list .txt_title, .product_list .txt_price {
        text-indent: 5px;
    }

    #banner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .flexslider .slides img {
        max-height: 320px;
        max-width: 320px;
    }

    /*End CSS product*/
    /*CSS agency*/
    .agency .item {
        padding: 0;
    }

    .agency .item .txt_des {
        padding-bottom: 10px;
    }

    /*End CSS agency*/
    .contact {
        padding: 0;
        margin: 0 -15px;
    }

    .contact .img_contact {
        margin-right: 110px;
        top: -2px;
    }

    .contact .img_contact img {
        width: 40%;
    }

    .google_map {
        margin: 0 -15px;
    }

    .about {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 400px) {
    .mm-menu .mm-listview > li .mm-next:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: -215px;
        content: '';
        border-color: #d0d0d0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .mm-menu .mm-listview > li .mm-next:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: -185px;
        content: '';
        border-color: #d0d0d0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }
}