@font-face {
    font-family: 'FontAwesome';
    src: url('/App_Themes/Default/fonts/fontawesome-webfont.eot');
    src: url('/App_Themes/Default/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/App_Themes/Default/fonts/fontawesome-webfont.ttf') format('truetype'), url('/App_Themes/Default/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #444444;
    cursor: pointer;
}

    a:hover {
        color: #DF1F26;
    }

img {
    max-width: 100%;
    max-height: 100%;
}

input, textarea, select {
    font-family: Open Sans;
}

*, * focus {
    outline: none;
}

.show-mobile, .hidden {
    display: none !important;
}

.btn {
    padding: 4px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
}

    .btn.btn-gray {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

    .btn.btn-red {
        color: #fff;
        border: 1px solid #ff4800;
        background: #ff4800;
    }

    .btn:hover, .btn.btn-gray:hover {
        color: #fff;
        border: 1px solid #ff4800;
        background: #ff4800;
    }

    .btn.btn-red:hover {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

.btn-face {
    background: #4372ce;
    border: 1px solid #4372ce;
    float: right;
    margin-left: 5px;
    padding: 4px 8px;
}

    .btn-face i {
        color: white;
    }

    .btn-face:hover {
        background: #4c6ef5;
        border: 1px solid #4c6ef5;
    }

#gSignInWrapper {
    float: right;
    margin-left: 5px;
}

#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

    #customBtn:hover {
        cursor: pointer;
    }

    #customBtn .iconGoogle {
        display: inline-block;
        vertical-align: middle;
        height: 27px;
        padding: 2px 2px;
    }

    #customBtn .buttonText {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
        padding-right: 42px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }

.required[style*="hidden"] {
    display: none;
}

.required {
    font-family: Arial;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #CA1A0F none repeat scroll 0% 0%;
    color: #FFF !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 10px;
}

    .required:after {
        /*content: "Ã¢â€“Â¼";*/
        color: #CA1A0F;
        position: absolute;
        top: 14px;
        right: 5px;
        font-size: 12px;
    }

.field-validation-error {
    font-family: Arial;
    position: absolute;
    top: 5px;
    right: 0px;
    background: #CA1A0F none repeat scroll 0% 0%;
    color: #FFF !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 10px;
}

    .field-validation-error:after {
        /* content: "Ã¢â€“Â¼";*/
        color: #CA1A0F;
        position: absolute;
        top: 14px;
        right: 5px;
        font-size: 12px;
    }

body {
    line-height: 1.6;
    outline: none;
    font-size: 12px;
    font-family: Arial;
    color: #444444;
    background-color: #FFFFFF;
    margin: 0px;
    min-width: 1200px;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

    .wrapper:after, .container:after, .clear:after, .row:after {
        content: "";
        display: block;
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.cRed {
    color: red;
}

.cGreen {
    color: green;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.width-40 {
    width: 40%;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-100 {
    width: 100%;
}

.pd-r5 {
    padding-right: 5px;
}

.pd-l5 {
    padding-left: 5px;
}

.pd-l15 {
    padding-left: 15px;
}

.pd-h15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pd-v15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-one {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.header-text {
    width: 60%;
    float: left;
}

    .header-text ul {
        margin: 0px;
        padding: 0px;
    }

    .header-text li {
        float: left;
        line-height: 34px;
        padding-right: 20px;
        display: block;
    }

    .header-text i {
        color: #df1f26;
    }

.header-menu {
    width: 40%;
    float: right;
}

    .header-menu > ul {
        margin: 0px;
        padding: 0px;
        float: right;
    }

        .header-menu > ul > li {
            float: left;
            display: block;
            padding: 7px 0px;
            position: relative;
        }

            .header-menu > ul > li > a {
                line-height: 20px;
                padding: 0 15px;
                display: block;
                cursor: pointer;
                border-right: 1px solid #ddd;
            }

            .header-menu > ul > li:last-child > a {
                border-right: 0px;
            }

            .header-menu > ul > li ul {
                position: absolute;
                top: 34px;
                left: 0px;
                right: 0px;
                padding: 0px;
                min-width: 170px;
                z-index: 999;
                background-color: #fff;
                box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
                transition: 0.3s;
                -moz-transition: 0.3s;
                -webkit-transition: 0.3s;
                transform: scale(0);
                -moz-transform: scale(0);
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform-origin: top center;
                -moz-transform-origin: top center;
                -webkit-transform-origin: top center;
                -ms-transform-origin: top center;
            }

            .header-menu > ul > li:hover ul {
                transform: scale(1);
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
            }

            .header-menu > ul > li ul li {
                display: block;
            }

                .header-menu > ul > li ul li a {
                    display: block;
                    padding: 8px 10px 8px 15px;
                    line-height: 20px;
                }

                    .header-menu > ul > li ul li a:hover {
                        background: #df1f26;
                        color: #fff;
                    }

.header-true {
    background: #fff;
}

.col-logo {
    width: 23%;
}

    .col-logo .logo {
        margin: 0px;
        padding: 10px 0px 10px;
        text-align: center;
    }

        .col-logo .logo a {
            display: block;
            width: 100%;
            height: 70px;
            _background: url(/App_Themes/Default/Images/logo.jpg) no-repeat;
            _background-size: 100%;
            font-size: 0px;
        }

.col-nav {
    width: 57%;
}

.top-menu {
    margin: 0px;
    padding: 25px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

    .top-menu > li {
        float: left;
        display: block;
        position: relative;
    }

        .top-menu > li > a {
            display: block;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
            font-size: 14px;
            padding: 0px 15px;
        }

        .top-menu > li > i {
            position: absolute;
            top: 12px;
            right: 4px;
        }

        .top-menu > li:hover > i, .top-menu > li:hover > a {
            color: #df1f26;
        }

        .top-menu > li ul {
            position: absolute;
            top: 40px;
            left: 15px;
            right: 0px;
            padding: 5px 0px;
            min-width: 170px;
            z-index: 999;
            background-color: #fff;
            border-radius: 1px;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transform: scale(0);
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform-origin: top center;
            -moz-transform-origin: top center;
            -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
        }

        .top-menu > li:hover ul {
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        .top-menu > li ul li {
            display: block;
            padding: 5px 10px;
            line-height: 20px;
            font-size: 13px;
        }

.col-tragop {
    max-width: 20%;
    background: #fff;
    height: 40px;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 25px 0px;
    float: right;
}

    .col-tragop a {
        height: 32px;
        display: block;
        line-height: 32px;
        padding: 0px 10px;
        cursor: pointer;
        text-transform: uppercase;
        background: #DF1F26;
        color: #fff;
        font-weight: 600;
    }

.col-cartmini {
    min-width: 175px;
    background: #fff;
    padding: 2px 0px 0px;
    margin: 0px;
    position: relative;
}

.toggleCart {
    height: 32px;
    display: block;
    line-height: 32px;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
}

    .toggleCart i {
        color: #df1f26;
        font-size: 20px;
        padding-right: 5px;
    }

    .toggleCart span {
        text-transform: uppercase;
    }

.header-three {
    height: 51px;
}

.header-category {
    float: left;
    width: 23%;
    height: 51px;
    background: #444;
    position: relative;
}

.category-toggle {
    display: block;
    line-height: 51px;
    color: #fff;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
}

    .category-toggle:hover {
        color: #fff;
    }

    .category-toggle i {
        font-size: 14px;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
    }

    .category-toggle span {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }

.header-search {
    float: right;
    width: 77%;
    background: #333;
    padding: 5px 7px 5px 8px;
    height: 51px;
}

.search-box {
    background: #fff;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
    padding: 0px 39px 0px 140px;
}

    .search-box .search-box-ddl {
        position: absolute;
        width: 140px;
        border-right: 1px solid #ddd;
        height: 38px;
        top: 0px;
        left: 0px;
    }

        .search-box .search-box-ddl select {
            height: 38px;
            width: 100%;
            border: 0px;
            padding: 0px 10px;
            font-family: Open Sans;
            color: #666;
            font-size: 12px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .search-box .search-box-ddl:after {
            content: "\f0dd";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            border: 1px solid #E2E2E2;
            color: #999999;
            display: block;
            width: 13px;
            height: 13px;
            line-height: 8px;
            text-align: center;
            font-size: 11px;
            border-radius: 50%;
            position: absolute;
            top: 12px;
            right: -7px;
            background: #fff;
        }

    .search-box .search-box-input input {
        width: 100%;
        padding: 0px 40px;
        height: 38px;
        border: 0px;
    }

    .search-box .btn-search {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        background: #df1f26;
        color: #fff;
        text-align: center;
        font-size: 16px;
        top: -1px;
        right: -1px;
        border: 0px;
        cursor: pointer;
    }

        .search-box .btn-search i {
            line-height: 38px;
        }

.category-menu {
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0px 0px;
    top: 51px;
    background: #fff;
    z-index: 10;
}

    .category-menu.hover-show {
        display: none;
    }

.header-category:hover .category-menu.hover-show {
    display: block;
}

.category-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid#fff;
    position: absolute;
    top: -8px;
    left: 18px;
    z-index: 11;
}

.vertical-category-list {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.vertical-menu-item {
    display: block;
    border-top: 1px solid #dcdcdc;
}

    .vertical-menu-item > a {
        line-height: 36px;
        padding: 0 30px;
        display: block;
        position: relative;
    }

        .vertical-menu-item:hover > a, .vertical-menu-item > a:hover {
            background: #df1f26;
            color: #fff;
        }

        .vertical-menu-item > a h2 {
            font-size: 14px;
            font-weight: normal;
            margin: 0px;
        }

    .vertical-menu-item i.fa-th-large {
        position: absolute;
        top: 15px;
        left: 18px;
        font-size: 6px;
        color: #666;
    }

    .vertical-menu-item i.fa-angle-right {
        position: absolute;
        top: 11px;
        right: 18px;
        font-size: 12px;
        color: #666;
    }

    .vertical-menu-item:hover i {
        color: #fff;
    }

.vertical-menu-sub {
    display: none;
    position: absolute;
    left: 100%;
    width: 200%;
    top: 1px;
    min-height: calc(100% + 7px);
    padding: 0px 10px;
    margin-left: 1px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 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);
    z-index: 20;
}

    .vertical-menu-sub:after {
        content: "";
        display: block;
        clear: both;
    }

.vertical-menu-item:hover .vertical-menu-sub {
    display: block;
}

.vertical-menu-sub li {
    float: left;
    width: 50%;
    padding: 10px 20px;
    display: block;
}

.vertical-menu-sub a {
    display: block;
    line-height: 20px;
}

.vertical-menu-sub h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.block-mini-cart {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    width: 318px;
    position: absolute;
    right: 0px;
    top: 34px;
    z-index: 40;
    display: none;
}

.col-cartmini:hover .block-mini-cart {
    display: block;
}

.mini-cart-head {
    background-color: #666;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 25px;
}

.mini-cart-content {
    padding-bottom: 20px;
    max-height: 285px;
    overflow: auto;
    background-color: #F2F2F2;
}

.mini-cart-footer {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}

.mini-cart-content ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.mini-cart-content li {
    display: block;
    padding-top: 20px;
}

.mini-cart-content .mc-left {
    float: left;
    width: 72px;
}

.mini-cart-content .p-img {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
}

.mini-cart-content img {
    width: 100%;
}

.mini-cart-content .mc-right {
    float: left;
    width: 185px;
    margin-left: 15px;
    line-height: 20px;
}

.mini-cart-content .p-name {
    display: block;
    font-weight: 600;
}

.mini-cart-content span {
    display: block;
}

.mini-cart-content i {
    display: block;
    font-style: normal;
    color: #df1f26;
    font-weight: 600;
}

.mini-cart-footer .mc-left {
    float: left;
    width: 40%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.mini-cart-footer .mc-right {
    float: right;
    width: 60%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.mini-cart-footer .btn {
    margin-right: 5px;
}

.col-banner {
    float: right;
    width: 75%;
    padding-top: 12px;
}

    .col-banner ul {
        margin: 0px;
        padding: 0px;
    }

    .col-banner li {
        float: left;
        display: block;
    }

    .col-banner .banner-item-1 {
        width: 71.5%;
        padding-right: 10px;
    }

    .col-banner .banner-item-2 {
        width: 28.5%
    }

    .col-banner .banner-item-3 {
        margin-top: 10px;
        width: 35.75%;
        padding-right: 10px;
    }

    .col-banner .banner-item-4 {
        margin-top: 10px;
        width: 35.75%;
        padding-right: 10px;
    }

    .col-banner .banner-item-5 {
        width: 28.5%;
        margin-top: 10px;
    }

    .col-banner ul a {
        display: block;
        width: 100%;
    }

    .col-banner ul img {
        display: block;
        width: 100%;
    }

.box-home-left, .box-page-left {
    float: left;
    width: 23%;
}

.box-home-right, .box-page-right {
    float: right;
    width: 75%;
}

.block {
    margin-top: 20px;
}

.block-head, .block-head-add {
    height: 40px;
    background: #EEEEEE;
    position: relative;
}

    .block-head .head-title, .block-head-add .head-title {
        margin: 0px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        overflow: hidden;
        float: left;
        padding-right: 10px;
    }

        .block-head .head-title i, .block-head-add .head-title i {
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            background: #df1f26;
            color: #fff;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
        }

        .block-head .head-title a, .block-head-add .head-title a {
            color: #444444;
        }

    .block-head .head-more, .block-head-add .head-more {
        float: right;
        text-transform: uppercase;
        color: #FF0000;
        font-weight: 600;
        line-height: 40px;
        padding-right: 15px;
    }

.products-ver {
    padding: 0px;
    margin: 0px;
    border: 1px solid #ddd;
}

    .products-ver li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

        .products-ver li:last-child {
            border-bottom: 0px;
        }

.pro-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
}

.products-ver li .pro-item {
    border: 0px;
}

.loadProNews .products-ver li .pro-item {
    padding-bottom: 17px;
}

.pro-item:hover {
    box-shadow: inset 0px 0px 15px 0px #ddd;
}

.pro-item .sale-item {
    background: #FF7E00;
    color: #fff;
    display: block;
    width: 80px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 1;
}

.pro-item .new-item {
    background: #01B1E2;
    color: #fff;
    display: block;
    width: 80px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: -20px;
    z-index: 1;
}

.pro-item .pro-img {
    display: block;
    height: 166px;
    position: relative;
}

    .pro-item .pro-img img {
        max-width: 100%;
        max-height: 100%;
    }

.pro-item .pro-name {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #666;
    margin-top: 5px;
}

    .pro-item .pro-name:hover {
        color: #df1f26;
    }

    .pro-item .pro-name h3 {
        margin: 0px;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

.pro-star {
    color: #ECA330;
    line-height: 14px;
    padding-top: 5px;
}

    .pro-star i {
        padding: 0px 2px;
        font-size: 11px;
        line-height: inherit;
    }

.pro-item .pro-price {
    font-weight: 600;
    color: #df1f26;
    font-size: 15px;
    display: inline-block;
    padding-top: 5px;
    line-height: 20px;
    vertical-align: middle;
}

.pro-item .pro-price-old {
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    display: inline-block;
    padding-top: 5px;
    line-height: 20px;
    vertical-align: middle;
}

.pro-item .pro-buy {
    margin-top: 20px;
    border-radius: 3px;
    padding: 5px 10px;
}

.pro-item .pro-quantity {
    font-size: 11px;
    line-height: 14px;
    height: 20px;
    color: #999;
}

.pro-item .pro-sale-date {
    border: 1px solid #ddd;
    background: #fff;
    color: #999;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    font-family: Open Sans;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px 7px;
    font-size: 12px;
    height: 32px;
}

    .pro-item .pro-sale-date strong {
        font-weight: inherit;
    }

    .pro-item .pro-sale-date span {
        font-weight: inherit;
        color: #df1f26;
    }

.pro-item-min {
    background: #eee;
    position: relative;
    border-top: 1px solid #fff;
    padding-left: 40px;
    height: 41px;
}

    .pro-item-min .pro-number {
        position: absolute;
        display: block;
        width: 25px;
        height: 40px;
        background: #666;
        color: #fff;
        line-height: 40px;
        text-align: center;
        top: 0px;
        left: 0px;
    }

    .pro-item-min .pro-name {
        line-height: 40px;
        display: block;
        overflow: hidden;
        height: 40px;
        color: #666;
    }

        .pro-item-min .pro-name:hover {
            color: #df1f26;
        }

        .pro-item-min .pro-name h3 {
            margin: 0px;
            font-size: 13px;
            font-weight: 600;
        }

.products-hor {
    margin: 0px;
    padding: 0px;
}

    .products-hor li {
        float: left;
        width: 25%;
        display: block;
    }

.products-hor5 li {
    width: 20%;
}

.products-hor li .pro-item {
    border-left: 0px;
}

.products-hor li:nth-child(4n+1) .pro-item {
    border-left: 1px solid #ddd;
}

.products-hor5 li:nth-child(5n+1) .pro-item {
    border-left: 1px solid #ddd;
}

#listLastView {
    border-top: 1px solid #ddd;
}

    #listLastView .pro-item {
        border-top: 0px;
    }

    #listLastView li:nth-child(6), #listLastView li:nth-child(7), #listLastView li:nth-child(8), #listLastView li:nth-child(9), #listLastView li:nth-child(10) {
        display: none;
    }

    #listLastView.show_all li {
        display: block !important;
    }

.home-banner-one {
    margin-top: 20px;
}

    .home-banner-one a {
        display: block;
    }

    .home-banner-one img {
        width: 100%;
    }

.home-banner-two {
    margin-top: 30px;
}

    .home-banner-two .width-50 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-banner-two a {
        display: block;
    }

    .home-banner-two img {
        width: 100%;
    }

.category-hor {
    margin: 0px;
    padding: 0px;
}

    .category-hor li {
        float: left;
        width: 10%;
        display: block;
    }

    .category-hor a {
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #dddddd;
        display: block;
        height: 97px;
        text-align: center;
        padding-top: 20px;
        cursor: pointer;
        overflow: hidden;
        color: #666;
    }

    .category-hor li:first-child a {
        border-left: 1px solid #dddddd;
    }

    .category-hor a:hover {
        background: #f7f7f7;
        color: #df1f26;
    }

    .category-hor a.active {
        background: #EEE;
        color: #df1f26;
    }

    .category-hor img {
        height: 30px;
    }

    .category-hor .fa {
        color: #df1f26;
        display: block;
        line-height: 30px;
        font-size: 25px;
    }

    .category-hor span {
        display: block;
        padding-top: 8px;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
    }

#footer {
    margin-top: 30px;
}

.box-subscribe {
    background: #333;
    min-height: 82px;
    padding: 20px 0 0;
}

.box-subscribe-input {
    float: left;
    width: 62%;
}

    .box-subscribe-input .subscribe-input {
        float: right;
        width: 550px;
        position: relative;
        padding-right: 80px;
    }

    .box-subscribe-input input {
        height: 42px;
        width: 100%;
        border: none;
        border-radius: 4px 0px 0px 4px;
        border-bottom: 2px solid #ccc;
        padding: 0px 20px;
    }

    .box-subscribe-input .required {
        top: -22px;
        right: 80px;
    }

    .box-subscribe-input a {
        height: 42px;
        width: 80px;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        background: #df1f26;
        line-height: 42px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0px 4px 4px 0px;
    }

.box-subscribe-msg {
    display: block;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    border-radius: 4px;
}

.box-subscribe-title {
    float: right;
    width: 36%;
    color: #fff;
}

    .box-subscribe-title strong {
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }

    .box-subscribe-title span {
        display: block;
    }

.footer-top {
    background: #fff;
    padding: 21px 0 16px;
}

.block-footer-link {
    float: left;
    width: 20%;
    padding: 5px 0px 2px;
}

    .block-footer-link ul {
        margin: 0px;
        padding: 0px;
    }

    .block-footer-link li {
        display: block;
        padding-bottom: 9px;
        line-height: 20px;
    }

        .block-footer-link li.head {
            font-size: 14px;
            padding-bottom: 20px;
        }

    .block-footer-link i {
        padding-right: 5px;
    }

.footer-middle {
    background-color: #fff;
    /*border-top:1px solid #ccc;border-bottom:1px solid #ccc;*/
}

.box-service {
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    .box-service li {
        float: left;
        display: block;
        padding: 0px 15px;
        text-align: center;
        width: 20%;
    }

        .box-service li img {
            height: 42px;
        }

        .box-service li a {
            display: block;
            margin-top: 15px;
            color: #444444;
            font-weight: 600;
        }

.footer-bottom {
    background: #fff;
    padding: 15px 0px;
}

.block-tags {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .block-tags strong {
        color: #5D5D5D;
        font-weight: 700;
        display: block;
    }

.tags-list {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

    .tags-list li {
        float: left;
        margin-right: 5px;
        color: #ccc;
        display: block;
        line-height: 20px
    }

    .tags-list a {
        display: inline-block;
        padding-right: 5px;
    }

.block-coppyright {
    float: left;
    line-height: 32px;
    padding: 40px 0px;
}

.block-social {
    float: right;
}

.list-social {
    padding: 0px;
    margin: 0px;
}

    .list-social li {
        display: inline-block;
        padding-left: 5px;
        vertical-align: middle;
    }

    .list-social a {
        width: 32px;
        height: 32px;
        text-align: center;
        border: 1px solid #ccc;
        display: block;
        border-radius: 50%;
        font-size: 18px;
        background: #fff;
    }

    .list-social i {
        line-height: 32px;
    }

.left-container {
    display: none;
}

.block-breadcrumbs {
    border: 1px solid #ddd;
    height: 38px;
    overflow: hidden;
    margin-top: 20px;
    padding: 0px 10px;
}

.breadcrumbs-content {
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.ul-breadcrumbs {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 9999px;
    height: 38px;
}

    .ul-breadcrumbs li {
        float: left;
        height: 38px;
        padding-left: 10px;
        padding-right: 14px;
        display: block;
        position: relative;
    }

        .ul-breadcrumbs li.home {
            padding-left: 0px;
        }

            .ul-breadcrumbs li.home i {
                line-height: 38px;
            }

        .ul-breadcrumbs li a {
            display: block;
            line-height: 38px;
            text-transform: capitalize;
        }

        .ul-breadcrumbs li span {
            position: absolute;
            top: 0px;
            right: 0px;
            line-height: 38px;
        }

            .ul-breadcrumbs li span:after {
                font-family: fontawesome;
                content: "\F105";
                float: right;
                font-size: 12px;
                margin-left: 10px;
            }

        .ul-breadcrumbs li:last-child a {
            font-weight: 600;
            color: #DF1F26;
        }

        .ul-breadcrumbs li:last-child span {
            display: none;
        }

.page-title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0px 0px 0px;
    line-height: 26px;
}

.title-one {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    line-height: 26px;
    font-weight: bold;
}

    .title-one > h1 {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 10px;
    }

.title-border {
    text-transform: uppercase;
    font-size: 14px;
    font-family: inherit;
    border-bottom: medium double #f6f6f6;
    display: inline-block;
    padding-bottom: 2px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

.box-login {
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 210px;
    margin-top: 20px;
}

    .box-login p {
        margin: 0px;
        padding-bottom: 10px;
        position: relative;
        max-width: 90%;
    }

        .box-login p label {
            display: block;
            line-height: 20px;
        }

        .box-login p input[type="text"], .box-login p input[type="email"], .box-login p input[type="password"] {
            height: 30px;
            border: 1px solid #ddd;
            color: #666;
            width: 100%;
            padding: 0px 5px;
        }

        .box-login p .required, .box-login p .field-validation-error {
            top: -2px;
            left: auto;
            right: 0px;
        }

.box-login-action {
    border-top: 1px solid #e9e9e9;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
}

    .box-login-action .btn {
        border-radius: 0px;
    }

.box-captchar {
    position: relative;
}

    .box-captchar img {
        height: 30px;
        width: 110px;
        float: left;
    }

    .box-captchar input {
        width: 110px !important;
        margin-left: 10px;
        float: left;
    }

    .box-captchar .required {
        top: -22px !important;
    }

.products-ver-mini {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ddd;
}

    .products-ver-mini li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

.pro-item-mini {
    padding: 10px;
    min-height: 116px;
}

    .pro-item-mini:after {
        content: "";
        clear: both;
    }

    .pro-item-mini .pro-img {
        display: block;
        float: left;
        width: 110px;
        height: 74px;
        text-align: center;
        border: 1px solid #ddd;
        margin-top: 12px;
    }

        .pro-item-mini .pro-img img {
            height: 100%;
        }

    .pro-item-mini .pro-info {
        margin-left: 130px;
    }

    .pro-item-mini .pro-star {
        padding-top: 2px;
    }

        .pro-item-mini .pro-star i {
            padding-right: 4px;
            font-size: 11px;
        }

    .pro-item-mini .pro-name {
        display: block;
        max-height: 40px;
        overflow: hidden;
        margin-top: 4px;
    }

        .pro-item-mini .pro-name h3 {
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            margin: 0px;
        }

    .pro-item-mini .pro-price {
        font-weight: 600;
        color: #df1f26;
        font-size: 14px;
        display: inline-block;
        line-height: 20px;
    }

    .pro-item-mini .pro-price-old {
        font-weight: normal;
        color: #999;
        text-decoration: line-through;
        font-size: 12px;
        display: inline-block;
        line-height: 20px;
    }

.category-products {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

    .category-products .pro-item {
        border-top: 0px;
    }

.pagination {
    font-size: 12px;
    float: right;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

    .pagination li {
        float: left;
        display: block;
    }

        .pagination li a {
            position: relative;
            float: left;
            padding: 5px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #666;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-bottom: 5px;
        }

            .pagination li a:hover {
                background-color: #eee;
            }

        .pagination li.active a {
            cursor: default;
            background-color: #df1f26;
            border-color: #df1f26;
            color: #fff
        }

.sortPagiBar {
    border: 1px solid #ddd;
    margin-top: 20px;
    height: 44px;
}

.sortPagiBar-tabs {
    padding: 0px;
    margin: 0px;
    height: 42px;
}

    .sortPagiBar-tabs li {
        float: left;
        display: block;
        line-height: 42px;
    }

    .sortPagiBar-tabs span {
        display: block;
        border-right: 1px solid #ddd;
        font-size: 14px;
        padding: 0px 10px;
    }

    .sortPagiBar-tabs a {
        display: block;
        height: 42px;
        border-right: 1px solid #ddd;
        font-size: 13px;
        padding: 0px 15px;
        color: #7D7D7D;
        cursor: pointer;
    }

        .sortPagiBar-tabs a img {
            height: 20px;
            vertical-align: middle;
        }

        .sortPagiBar-tabs a:hover {
            background: #f9f9f9;
        }

    .sortPagiBar-tabs li a.active {
        background: #fff;
        height: 43px;
        color: #444444;
    }

.tree-category {
    border: 1px solid #ddd;
    border-top: 1px solid #df1f26;
}

.tree-title {
    text-transform: uppercase;
    padding: 15px 15px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.tree-category > ul {
    padding: 0px 0px;
    margin: 0px;
}

    .tree-category > ul > li {
        display: block;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

        .tree-category > ul > li:last-child {
            border-bottom: 0px;
        }

        .tree-category > ul > li > a {
            display: block;
            line-height: 20px;
            font-size: 14px;
            padding: 10px 15px;
        }

        .tree-category > ul > li.active > a {
            color: #DF1F26;
        }

        .tree-category > ul > li > i {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 5px;
            right: 0px;
            line-height: 30px;
            text-align: center;
            font-size: 15px;
            font-family: Courier;
            font-style: normal;
            cursor: pointer;
        }

            .tree-category > ul > li > i:before {
                content: "+";
            }

            .tree-category > ul > li > i:hover:before, .tree-category > ul > li.active > i:before {
                content: "-";
            }

    .tree-category > ul ul {
        margin: 0px;
        padding: 0px;
        display: none;
    }

    .tree-category > ul .active ul {
        display: block;
    }

    .tree-category > ul ul li {
        display: block;
        position: relative;
        padding-left: 30px;
    }

        .tree-category > ul ul li:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 20px;
            height: 4px;
            width: 4px;
            background: #444444;
            border-radius: 50%;
        }

    .tree-category > ul ul a {
        display: block;
        line-height: 20px;
        font-size: 12px;
        padding: 5px 15px 5px 5px;
    }

.block-proImg {
    position: relative;
    padding-left: 75px;
}

.proImg-big {
    border: 1px solid #fff;
    padding: 5px;
    background: #fff;
}

.proImg-big-thumb a {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
}

.proImg-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
}

    .proImg-list ul {
        margin: 0px;
        padding: 0px;
    }

    .proImg-list li {
        border: 1px solid #ddd;
        padding: 2px;
        display: block;
        width: 46px;
        height: 46px;
        margin-bottom: 5px;
        background: #fff;
    }

    .proImg-list a {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .proImg-list .proImg-video {
        opacity: 0.7;
    }

        .proImg-list .proImg-video:hover {
            opacity: 1;
        }

.bank-support {
    font-size: 14px;
    text-align: center;
}

.box-branch table {
    border-left: 1px solid #eee;
    width: 100%;
}

    .box-branch table td {
        padding: 5px;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        width: auto;
        background: #fff;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .box-branch table tr:nth-child(2n+1) td {
        background: #f9f9f9;
    }

.box-proInfo {
    padding-right: 30px;
}

.product-recap {
    border-bottom: 1px solid #ddd;
    line-height: 26px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-title-recap {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.variations-tableInfo {
    width: 100%;
    font-size: 14px;
}

    .variations-tableInfo .table-label {
        width: 110px;
        vertical-align: top;
        padding: 5px 0px;
        line-height: 20px;
    }

    .variations-tableInfo .ads-product {
        color: red;
        font-weight: 600;
    }

    .variations-tableInfo .table-value {
        vertical-align: top;
        padding: 5px 0px;
        line-height: 20px;
    }

        .variations-tableInfo .table-value .price_sale {
            color: Red;
            font-weight: 600;
            font-size: 16px;
        }

.voucher_code {
    float: left;
    background: #FF7E00;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 10px;
}

.voucher_time {
    display: block;
    color: #df1f26;
    font-weight: bold;
    line-height: 30px;
}

.voucher_slot {
    color: #4372ce;
    font-style: italic;
    line-height: 20px;
    display: block;
    font-size: 13px;
}

.js_countdown_sale {
    font-weight: 600;
    color: red;
}

.ngachngang {
    text-decoration: line-through;
}

.list-check-box {
    padding: 0px;
    margin: 0px;
}

    .list-check-box li {
        display: block;
        float: left;
        margin: 0px 10px 10px 0px;
    }

    .list-check-box a {
        width: 50px;
        height: 50px;
        border: 1px solid #eaeaea;
        padding: 1px;
        display: block;
        position: relative;
        opacity: 0.7;
    }

    .list-check-box.list-check-size a {
        width: auto;
        height: 24px;
        background: #777;
        color: #fff;
        padding: 0px 10px;
        border: 0px;
        line-height: 24px;
        font-weight: 600;
        text-align: center;
        min-width: 40px;
    }

    .list-check-box a.selected, .list-check-box a:hover {
        opacity: 1;
    }

        .list-check-box a.selected:before {
            content: "\f063";
            font-family: FontAwesome;
            position: absolute;
            font-size: 10px;
            top: -12px;
            left: 20px;
            line-height: 10px;
            color: #A1A1A1;
        }

.bundled-product {
    border-top: 1px solid #ddd;
}

.bundled-product-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
}

.bundled-product p {
    margin: 0px;
    padding: 0px 0px 10px 50px;
    position: relative;
    line-height: 20px;
}

    .bundled-product p img {
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        padding: 1px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .bundled-product p .price-more i {
        color: red;
        font-style: normal;
    }

.buy-cart-input {
    float: left;
    margin-right: 20px;
}

    .buy-cart-input .box-qty {
        height: 40px;
        border: 1px solid #999;
        width: 80px;
        position: relative;
    }

        .buy-cart-input .box-qty .quantity {
            width: 60px !important;
            border: 0px;
            padding: 0px;
            height: 38px;
            text-align: center;
            font-size: 18px;
            background: #fff;
        }

        .buy-cart-input .box-qty .qty-minus {
            background: #999;
            color: #fff;
            font-family: Courier;
            height: 20px;
            width: 20px;
            display: block;
            position: absolute;
            bottom: -1px;
            right: -1px;
            text-align: center;
            line-height: 20px;
            font-size: 16px;
        }

        .buy-cart-input .box-qty .qty-plus {
            background: #999;
            color: #fff;
            font-family: Courier;
            height: 20px;
            width: 20px;
            display: block;
            position: absolute;
            top: -1px;
            right: -1px;
            text-align: center;
            line-height: 20px;
            font-size: 16px;
        }

        .buy-cart-input .box-qty a:hover {
            background: #ADADAD;
        }

.buy-cart-button {
    float: left;
    margin-right: 20px;
}

    .buy-cart-button .btn {
        height: 40px;
        line-height: 30px;
        background: #DF1F26;
        border: 1px solid #DF1F26;
        color: #fff;
        width: 130px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }

        .buy-cart-button .btn:hover {
            background: #fff;
            border: 1px solid #ddd;
            color: #999
        }

.buy-cart-wishlist {
    float: left;
}

    .buy-cart-wishlist .btn {
        height: 40px;
        width: 40px;
        text-align: center;
    }

        .buy-cart-wishlist .btn i {
            line-height: 30px;
        }

.box-tags {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px;
}

    .box-tags a {
        margin: 0px 5px 5px 0px;
        background: #eee;
        padding: 2px 4px;
        border-radius: 4px;
        float: left;
        display: block;
        line-height: 20px;
    }

        .box-tags a:hover {
            background: #df1f26;
            color: #fff;
        }

.box-cat-link {
    border: 1px solid #ddd;
    border-top: 0px;
}

    .box-cat-link ul {
        padding: 0px;
        margin: 0px;
    }

    .box-cat-link li {
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

        .box-cat-link li:last-child {
            border-bottom: 0px;
        }

    .box-cat-link a {
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px;
    }

.head-tabs ul {
    margin: 0px;
    padding: 0px;
}

.head-tabs li {
    float: left;
    display: block;
}

    .head-tabs li a {
        display: block;
        line-height: 39px;
        padding: 0px 10px;
        cursor: pointer;
    }

    .head-tabs li.active a {
        background: #D0D0D0;
    }

.tab-container {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 20px;
}

    .tab-container .tab-panel {
        display: none;
    }

        .tab-container .tab-panel.active {
            display: block;
        }

        .tab-container .tab-panel table {
            width: 100%;
        }

.view-content {
    overflow-x: auto;
}

    .view-content div, .view-content img, .view-content table, .view-content p, .view-content iframe {
        max-width: 100%;
        line-height: 20px;
    }

    .view-content:after {
        content: "";
        display: block;
        clear: both;
    }

.comment-container {
    border: 1px solid #eee;
}

.comment-form {
    background: #f8f8f8;
    padding: 15px;
    padding-top: 0px;
}

    .comment-form .comment-reply-title {
        font-size: 24px;
    }

    .comment-form .col-sm-4, .comment-form .col-sm-8, .comment-form .col-btn {
        padding: 0px 15px;
        float: left;
    }

    .comment-form .col-sm-4 {
        width: 33.33333333%;
    }

    .comment-form .col-sm-8 {
        width: 66.66666667%;
    }

    .comment-form .col-btn {
        text-align: right;
        padding-top: 10px;
        width: 100%;
    }

        .comment-form .col-btn strong {
            color: red;
        }

.comment-form-input {
    position: relative;
    padding-top: 20px;
}

    .comment-form-input input[type="text"], .comment-form-input textarea {
        display: block;
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #eaeaea;
        height: 30px;
        font-size: 13px;
    }

    .comment-form-input textarea {
        height: 80px !important;
        width: 100% !important
    }

    .comment-form-input .required {
        top: -2px;
    }

.comment-list .comment-item.is--hiden {
    display: none;
}

.comment-list.load-more-cmt .comment-item.is--hiden {
    display: block;
}

.comment-item {
    line-height: 20px;
    padding: 10px 0px;
    position: relative;
}

    .comment-item .cmt-avatar {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 10px;
        left: 0px;
    }

        .comment-item .cmt-avatar i {
            width: 40px;
            height: 40px;
            background: #eee;
            border-radius: 2px;
            text-align: center;
            line-height: 40px;
            font-size: 22px;
        }

    .comment-item .cmt-head {
        padding-left: 50px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 14px;
    }

        .comment-item .cmt-head ul {
            margin: 0px;
            padding: 0px;
        }

        .comment-item .cmt-head li {
            float: left;
            font-size: 13px;
            display: block;
            line-height: 18px;
            padding-right: 10px;
            border-left: 1px solid #ddd;
            padding-left: 10px;
        }

            .comment-item .cmt-head li:first-child {
                border-left: 0px;
                padding-left: 0px;
            }

            .comment-item .cmt-head li strong {
                font-weight: 600;
            }

            .comment-item .cmt-head li a {
                color: #4372ce;
            }

            .comment-item .cmt-head li .cm_rating {
                float: right;
                margin-left: 8px;
                margin-top: -5px;
            }

                .comment-item .cmt-head li .cm_rating .box-vote a {
                    color: #ECA330;
                    font-size: 13px;
                    margin-right: -1px;
                }

    .comment-item .cmt-content {
        font-size: 14px;
        padding: 10px 0px;
    }

.comment-list .comment-item:last-child {
    border-bottom: 0px;
}

.comment-more {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

    .comment-more a {
        display: inline-block;
        padding: 5px 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        color: #4372ce;
    }

.reply-container {
    padding: 0px;
}

.comment-reply {
    position: relative;
    padding-top: 10px;
}

    .comment-reply::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #eee;
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .comment-reply .repy-list {
        padding: 10px 15px;
        background: #f9f9f9;
        border: 1px solid #eee;
    }

.block-highVote .products-hor li:nth-child(5) .pro-item, .block-topCategory .products-hor li:nth-child(5) .pro-item {
    border-left: 0px;
}

.heading-counter {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 30px;
}

    .heading-counter > h1 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

.msgFlash {
    color: #f15928;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: right;
}

.msg-green {
    background: #71b171;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.msg-red {
    background: #e6a4a4;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.cart_summary {
    border: 1px solid #eaeaea;
    width: 100%;
}

    .cart_summary th {
        background: #f7f7f7;
        padding: 5px 0px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }

    .cart_summary td {
        border-top: 1px solid #eaeaea;
        padding: 5px;
        vertical-align: top;
        font-size: 13px;
    }

    .cart_summary .cart_product {
        width: 65px;
    }

    .cart_summary .cart_description > h3 {
        margin: 0;
        font-size: 13px;
    }

    .cart_summary .price {
        width: 130px;
    }

    .cart_summary td.price {
        text-align: right;
        color: #df1f26;
        font-weight: 600;
    }

    .cart_summary .qty {
        text-align: center;
        width: 15%;
    }

    .cart_summary .action {
        width: 20px;
        text-align: center;
        padding: 8px 3px;
    }

    .cart_summary .cart_product img {
        width: 100%;
        height: auto;
    }

    .cart_summary td .product-name {
        margin: 0px;
        font-weight: 600;
    }

    .cart_summary td h3.product-name {
        font-size: 13px;
    }

.cart-qty {
    width: 80px;
    height: 30px;
    margin-top: 3px;
    display: inline-block;
}

    .cart-qty .cart-qty-input, .cart-qty select {
        border: 1px solid #eaeaea;
        height: 28px;
        width: 30px;
        float: left;
        border-right: none;
        border-left: none;
        text-align: center;
        background: #fff;
        padding: 0 3px;
    }

    .cart-qty .cart-qty-minus, .cart-qty .cart-qty-plus {
        width: 25px;
        height: 28px;
        border: 1px solid #eaeaea;
        float: left;
        font-family: Courier;
        line-height: 28px;
        color: #9E9E9E;
        display: block;
        text-align: center;
    }

.table-cart-footer {
    border-top: 0px;
    margin-top: 0px;
    font-weight: 600;
    text-align: right;
}

    .table-cart-footer tr:first-child td {
        border-top: 0px;
    }

.listBonus {
    padding: 0px;
    margin: 0px;
}

    .listBonus li {
        display: block;
        padding-left: 40px;
        position: relative;
        padding-top: 5px;
        font-size: 11px;
        line-height: 17px;
    }

        .listBonus li img {
            position: absolute;
            top: 10px;
            left: 0px;
            width: 30px;
        }

        .listBonus li .cart-delete {
            color: #4372ce;
        }

.list-color {
    margin: 0px;
    padding: 0px;
}

    .list-color li {
        float: left;
        display: block;
        padding: 0px 5px 5px 0px;
    }

    .list-color a {
        background: #d4d4d4;
        display: block;
        padding: 2px 5px;
        border-radius: 2px;
        font-size: 13px;
    }

        .list-color a:hover, .list-color .selected {
            background: #4597de;
            color: #fff;
        }

.cart_navigation {
    margin-top: 20px;
}

.payment-step-head {
    margin: 0px;
    padding: 0px;
    height: 33px;
}

    .payment-step-head li {
        display: block;
        line-height: 30px;
        width: 33.3333%;
        float: left;
        text-align: center;
        border-bottom: 3px solid #ccc;
        text-transform: uppercase;
        font-weight: 600;
    }

        .payment-step-head li.current-step {
            border-bottom: 3px solid #DF1F26;
        }

.box-border {
    border: 1px solid #eaeaea;
}

.btn-choose-address {
    color: #008EE0;
    font-size: 14px;
    line-height: 20px;
}

.font12 {
    font-size: 12px !important;
}

.bd15 {
    padding: 15px 0px;
}

.mg-t5 {
    margin-top: 5px !important;
}

.mg-t10 {
    margin-top: 10px !important;
}

.mg-t15 {
    margin-top: 15px !important;
}

.mg-t30 {
    margin-top: 30px !important;
}

.radio-thongtin {
    width: 100%;
    height: 30px;
}

    .radio-thongtin td {
        width: 50%;
    }

.buyer-info {
    margin: 0px;
    padding: 0px;
}

    .buyer-info li {
        display: block;
    }

        .buyer-info li > div {
            position: relative;
            padding-top: 5px;
        }

            .buyer-info li > div label {
                display: inline-block;
                line-height: 20px;
                font-size: 13px;
            }

.red {
    color: red;
}

.buyer-info li > div input, .buyer-info li > div select {
    height: 30px;
    border: 1px solid #eaeaea;
    color: #666;
    width: 100%;
    padding: 0px 5px;
}

    .buyer-info li > div input.disabled, .buyer-info li > div select.disabled {
        background: #ebebe4 !important;
        color: #ebebe4 !important;
    }

.buyer-info li > div .required {
    top: 7px;
    right: 15px;
}

.buyer-payment {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    padding-bottom: 7px;
}

    .buyer-payment li {
        display: block;
    }

.radio-showroom {
    font-weight: normal;
    color: #0090fd;
}

.subcaption {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 0px;
}

.radio-gender input, .radio-gender label {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
    margin-top: -2px;
}

.radio-ship {
    font-weight: bold;
}

    .radio-ship input, .radio-ship label {
        vertical-align: middle;
        margin-top: 0px;
    }

.radio-thanhtoan {
    width: 100%;
}

    .radio-thanhtoan td {
        /*padding: 5px 0px;*/
    }

        .radio-thanhtoan td input, .radio-thanhtoan td label {
            margin: 0px;
            vertical-align: middle;
            margin-right: 5px;
        }

.txt {
    border: 1px solid #eaeaea;
    color: #666;
    padding: 0px 5px;
    line-height: 20px;
    min-height: 30px;
}

.required-summary ul {
    margin: 0px;
    padding: 0px;
}

.required-summary li {
    display: block;
}

.box-vote {
    padding: 5px 0px;
}

    .box-vote a {
        font-size: 16px;
        color: #ECA330;
        margin-right: 5px;
    }

        .box-vote a:hover:before {
            content: "\f005";
            color: #DF1F26;
        }

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    margin: auto;
    z-index: 999;
}

.popup-content-customer {
    width: 900px;
    margin: 20px auto;
    background: #fff;
    height: calc(100% - 40px);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.popup-content-customer .modal-title a {
    font-size: 18px;
    font-weight: 600;
}

.popup-content-customer .modal-body {
    height: calc(100% - 70px);
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
}

    .popup-content-customer .modal-body .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

.block-address {
    margin-top: 0px;
    margin-bottom: 30px;
}

    .block-address .block-head .head-title {
        padding-left: 20px;
    }

        .block-address .block-head .head-title a {
            display: block;
            position: relative;
            line-height: 20px;
            padding: 10px 0px;
        }

    .block-address .block-inner {
        border: 1px solid #ddd;
        border-top: 0px;
        padding: 10px;
    }

.block-scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.box-new-link, .box-new-list, .box-new-detail, .box-brand-list {
    border: 1px solid #ddd;
    border-top: 0px;
}

    .box-new-link ul {
        margin: 0px;
        padding: 10px 0px 0 0;
    }

    .box-new-link li {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
    }

        .box-new-link li:last-child {
            border-bottom: 0px;
        }

        .box-new-link li:after {
            content: "";
            display: block;
            clear: both;
        }

    .box-new-list ul {
        margin: 0px;
        padding: 10px 20px;
    }

    .box-new-list li {
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

        .box-new-list li:last-child {
            border-bottom: 0px;
        }

        .box-new-list li:after {
            content: "";
            display: block;
            clear: both;
        }

    .box-new-list .img_ds {
        display: block;
        float: left;
        width: 15%;
    }

        .box-new-list .img_ds img {
            width: 100%;
        }

    .box-new-list .span_tieu_de_tin_ds {
        float: right;
        width: 85%;
        padding-left: 20px;
    }

        .box-new-list .span_tieu_de_tin_ds a {
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            line-height: 20px;
        }

        .box-new-list .span_tieu_de_tin_ds p {
            margin: 0px;
            line-height: 20px;
            color: #7D7D7D;
            font-size: 13px;
        }

    .box-new-link li.newMore {
        border-bottom: 0;
    }

        .box-new-link li.newMore a {
            color: #4372ce;
            display: block;
            text-align: center;
            font-size: 13px;
            padding: 5px 0;
        }

.box-new-detail {
    padding: 0px 20px 20px 20px;
}

.table-other-news td {
    vertical-align: top;
    padding: 5px 0px 5px 15px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}

    .table-other-news td:before {
        content: "»";
        padding-right: 5px;
        line-height: 16px;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0px;
    }

    .table-other-news td a, .table-other-news td i {
        display: inline-block;
        padding-right: 5px;
    }

.box-brand-list ul {
    margin: 0px;
    padding: 10px;
}

.box-brand-list li {
    float: left;
    width: 16.66666%;
    padding: 10px;
    display: block;
}

.box-brand-list .brand-item {
    border: 1px solid #ddd;
    padding: 10px;
}

.box-brand-list .brand-logo {
    display: block;
    height: 70px;
    text-align: center;
}

    .box-brand-list .brand-logo img {
        max-width: 100%;
        max-height: 70px;
    }

.box-brand-list .brand-name {
    text-align: center;
    border-top: 1px solid #ddd;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.contact-info {
    font-size: 14px;
    line-height: 20px;
}

    .contact-info > div {
        padding: 5px 0px 5px 20px;
        position: relative;
    }

        .contact-info > div > i {
            position: absolute;
            top: 8px;
            left: 0px;
        }

.formInput {
    position: relative;
    padding-bottom: 10px;
    width: 230px;
}

    .formInput .txt {
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .formInput.formMin {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        .formInput.formMin .required {
            right: 15px;
        }

.box-new-link ul li.tin a {
    font-size: 13px;
    float: left;
    width: calc(100% - 70px);
    line-height: 18px;
}

.box-new-link ul li.tin img {
    float: right;
    width: 60px;
    border: 1px solid #ddd;
}

.header-phone {
    text-align: left;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 2px;
}

.header-xuhuong {
    position: relative;
    display: none;
}

.header__brands {
    color: #93A2B2;
    width: 100%;
    padding-left: 23%;
}

.header__brands__list {
    font-size: 11px;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    margin-top: 5px;
    padding: 0px 23px;
    text-align: center;
}

    .header__brands__list li {
        display: inline-block;
        margin-right: 10px;
        font-weight: 600;
        font-size: 12px;
    }

        .header__brands__list li a {
            color: #ff4800;
        }

.box-lien-quan {
    padding-left: 75px;
}

    .box-lien-quan .title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .box-lien-quan ul {
        padding: 0px;
        margin: 0px;
    }

        .box-lien-quan ul li {
            display: block;
            padding: 5px 0px;
        }

            .box-lien-quan ul li a {
                display: block;
                color: #666;
            }

                .box-lien-quan ul li a:hover {
                    color: blue
                }

                .box-lien-quan ul li a h3 {
                    margin: 0px;
                    font-size: 13px;
                    font-weight: 600;
                    line-height: 20px;
                }

            .box-lien-quan ul li p {
                margin: 0px;
            }

                .box-lien-quan ul li p .pro-price {
                    font-weight: 600;
                    color: #df1f26;
                    font-size: 14px;
                    display: inline-block;
                    line-height: 20px;
                }

                .box-lien-quan ul li p .pro-price-old {
                    font-weight: normal;
                    color: #999;
                    text-decoration: line-through;
                    font-size: 12px;
                    display: inline-block;
                    line-height: 20px;
                }

.list-social a.dmca-badge {
    border: 0px;
    width: auto;
    border-radius: 0px;
}

.dtbm {
    margin: 0px;
}

    .dtbm a {
        height: 90px;
        width: auto;
        border: 0px;
    }

.bocongthuong {
    display: inline-block;
    padding: 0;
    width: 115px;
    vertical-align: middle;
    margin: 0px;
}

    .bocongthuong a {
        margin: 0px;
        width: 100%;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 3px;
        border: 1px solid #ccc;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0%,#e0e0e0 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e0e0e0));
        background: -webkit-linear-gradient(top,#fff 0%,#e0e0e0 100%);
        background: -o-linear-gradient(top,#fff 0%,#e0e0e0 100%);
        background: -ms-linear-gradient(top,#fff 0%,#e0e0e0 100%);
        background: linear-gradient(to bottom,#fff 0%,#e0e0e0 100%);
        text-align: center;
        height: 46px;
    }

    .bocongthuong span {
        display: block;
        font-size: 13px;
        color: #999;
        line-height: 17px;
    }

    .bocongthuong .maintext {
        text-transform: uppercase;
        color: #0121b2;
        font-size: 13px;
        font-weight: 700;
        margin-top: 4px;
    }

    .bocongthuong .normal {
        color: #000;
        font-size: 10px;
        font-weight: 600;
    }

.block-head ul.nav-tab.tab-category {
    margin: 0px;
    max-height: 39px;
    overflow: hidden;
    float: left;
    padding: 0;
    max-width: calc(100% - 224px);
}

    .block-head ul.nav-tab.tab-category li {
        margin: auto;
        padding: 10px 0;
        list-style: none;
        display: block;
        float: left;
        line-height: 20px;
        border-left: 1px solid #ddd;
    }

        .block-head ul.nav-tab.tab-category li a {
            padding: 0px 6px;
            font-size: 14px;
            text-transform: uppercase;
        }

.tragop {
    background: #ffb424;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 4px;
    line-height: 20px;
}

.buy-tragop {
    padding-left: 100px;
    padding-bottom: 10px;
}

.btn-tragop {
    background: #4597de;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
    border-radius: 1px;
    font-size: 14px;
}

    .btn-tragop:hover {
        background: #ddd;
        color: #fff;
    }

.block-tragop {
    padding: 20px 10px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

    .block-tragop .width-50 {
        width: 50%;
        padding: 0px 10px;
        float: left;
        line-height: 26px;
        position: relative;
    }

    .block-tragop > .width-50:before {
        content: "";
        border-left: 1px solid #eaeaea;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -1px;
    }

    .block-tragop > .width-50:first-child {
        border-right: 1px solid #eaeaea;
    }

        .block-tragop > .width-50:first-child:before {
            border-left: 0px;
        }

    .block-tragop .title {
        padding: 0px 10px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
    }

    .block-tragop .detail {
        padding: 20px 0px 0px;
        font-size: 14px;
    }

.tragop-hoso {
    margin-top: 30px;
}

.tragop-title {
    text-align: center;
}

    .tragop-title .title-step {
        display: inline-block;
        height: 40px;
        position: relative;
        padding: 0px 50px;
    }

        .tragop-title .title-step i {
            position: absolute;
            width: 40px;
            height: 40px;
            background: #1C80DE;
            border: 4px solid #E9E9E9;
            border-radius: 20px;
            color: #fff;
            text-align: center;
            font-style: normal;
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            top: 0px;
            left: 0px;
        }

        .tragop-title .title-step span {
            color: #1C80DE;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            height: 40px;
            line-height: 40px;
        }

        .tragop-title .title-step:after {
            content: "\f105";
            font-family: FontAwesome;
            color: #E9E9E9;
            position: absolute;
            top: 0px;
            right: 20px;
            display: block;
            height: 40px;
            line-height: 38px;
            font-size: 26px;
        }

        .tragop-title .title-step:last-child {
            padding-right: 0px;
        }

            .tragop-title .title-step:last-child:after {
                display: none;
            }

.tragop-step {
    margin-right: -40px;
    margin-left: -40px;
}

    .tragop-step .box-step {
        float: left;
        width: 33.3333%;
        padding: 30px 40px 0px;
        position: relative;
    }

        .tragop-step .box-step .box-step-content {
            -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            border-top: 1px solid #eaeaea;
            border-left: 1px solid #eaeaea;
            padding: 30px 15px 20px;
            border-radius: 4px;
            min-height: 420px;
        }

        .tragop-step .box-step:after {
            content: "\f105";
            font-family: FontAwesome;
            color: #E9E9E9;
            position: absolute;
            top: 50%;
            right: -20px;
            display: block;
            height: 40px;
            width: 40px;
            line-height: 38px;
            font-size: 30px;
            text-align: center;
            border: 1px solid #E9E9E9;
            border-radius: 20px;
        }

        .tragop-step .box-step.box-last:after {
            display: none;
        }

        .tragop-step .box-step .title {
            color: #1C80DE;
            font-size: 18px;
            font-weight: 600;
        }

        .tragop-step .box-step .detail table td {
            padding-top: 10px;
        }

            .tragop-step .box-step .detail table td label {
                padding-left: 10px;
                font-size: 14px;
            }

.tragop-ketqua {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 20px 10px;
    border-radius: 4px;
    margin-top: 30px;
}

    .tragop-ketqua table {
        width: 100%;
    }

    .tragop-ketqua td {
        padding: 5px 10px;
        font-weight: 600;
        font-size: 14px;
    }

.form-input-tg {
    width: 100%;
}

    .form-input-tg td {
        padding: 5px 5px;
        vertical-align: middle;
        position: relative;
    }

        .form-input-tg td .txt-tg {
            width: 100%;
            height: 30px;
            padding: 0 10px;
            border: 1px solid #eaeaea;
            max-width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .form-input-tg td .required, .form-input-tg td .field-validation-error {
            top: -18px;
        }

.block-tabsNews .block-head {
    display: none;
}

.block-tabsNews .block-head-tabsNews {
    background: #EEE;
    display: block;
}

    .block-tabsNews .block-head-tabsNews ul {
        position: relative;
        padding-left: 0px;
        margin: 0px;
    }

        .block-tabsNews .block-head-tabsNews ul:before {
            content: "\f1ea";
            width: 40px;
            height: 40px;
            display: none;
            position: absolute;
            top: 0px;
            left: 0px;
            background: #df1f26;
            color: #fff;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            font-family: FontAwesome;
        }

    .block-tabsNews .block-head-tabsNews li {
        display: block;
        float: left;
        line-height: 39px;
        border-right: 1px solid #ddd;
    }

        .block-tabsNews .block-head-tabsNews li.active {
            font-weight: 600;
        }

        .block-tabsNews .block-head-tabsNews li a {
            padding: 0px 10px;
            font-size: 14px;
            text-transform: uppercase;
        }

.product-title {
    border-bottom: 1px solid #ddd;
}

    .product-title .page-title {
        padding-bottom: 30px;
        float: left;
        max-width: calc(100% - 45px);
    }

    .product-title .product-tags {
        float: right;
        margin-top: 24px;
        padding-bottom: 20px;
    }

        .product-title .product-tags span, .product-title .product-tags a {
            color: #555;
            display: inline-block;
            padding: 0px 7px;
            font-size: 12px;
            font-weight: 600;
        }

        .product-title .product-tags a {
            color: #4a90e2;
        }

    .product-title .btn-edit {
        float: left;
        color: #df1f26;
        margin: 30px 0px 0px 15px;
        width: 26px;
        text-align: center;
        height: 26px;
    }

        .product-title .btn-edit:hover {
            background: #df1f26;
            color: #fff;
            border-radius: 4px;
        }

        .product-title .btn-edit .fa {
            font-size: 19px;
            line-height: 28px;
        }

.tags-title {
    border-bottom: 1px solid #ddd;
    padding: 30px 0px 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px;
}

    .tags-title i {
        font-style: normal;
        color: #DF1F26;
    }

.tagsList {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

    .tagsList ul {
        padding: 0px;
        margin: 0px;
    }

        .tagsList ul:after {
            content: "";
            display: block;
            clear: both;
        }

        .tagsList ul li {
            float: left;
            width: 25%;
            font-size: 13px;
            padding: 10px 5px 0px;
            display: block;
            line-height: 16px;
        }

            .tagsList ul li:nth-child(4n+1) {
                clear: both;
            }

            .tagsList ul li i {
                color: #999999;
                font-style: normal;
                padding-right: 15px;
            }

            .tagsList ul li span {
                color: #0066ff;
            }

            .tagsList ul li a:hover span {
                text-decoration: underline;
            }

.all-products .page-title .title-count {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.all-products .page-title .total-count {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    color: #555;
}

.all-products-list {
    padding-top: 20px;
}

    .all-products-list ul {
        padding: 0px;
        margin: 0px;
        border-top: 1px solid #ddd;
    }

    .all-products-list li {
        float: left;
        width: 20%;
        display: block;
    }

        .all-products-list li .pro-item {
            border-top: 0px;
            border-left: 0px;
        }

        .all-products-list li:nth-child(5n+1) .pro-item {
            border-left: 1px solid #ddd;
        }

.box-voucher-input {
    text-align: right;
    padding: 15px 0px 10px 0;
}

    .box-voucher-input label {
        font-weight: 600;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
    }

    .box-voucher-input .txt-voucher {
        vertical-align: middle;
        height: 30px;
        width: 130px;
        border: 1px solid #eaeaea;
        padding: 0px 5px;
    }

    .box-voucher-input .btn {
        vertical-align: middle;
    }

.pageBaoHanh {
    padding-top: 30px;
}

.choosemanufac {
    display: block;
    overflow: hidden;
    margin: 0px 0px 15px;
    border-top: 1px solid #ebebeb;
    background: #fff;
    background: -webkit-gradient(radial,50% 0,0,50% 0%,100,from(#f8f8f8),to(#fff));
    background: -webkit-radial-gradient(50% 0%,#f8f8f8,#fff);
    background: -moz-radial-gradient(50% 0%,#f8f8f8,#fff);
    background: -ms-radial-gradient(50% 0%,#f8f8f8,#fff);
}

    .choosemanufac .title {
        display: block;
        overflow: hidden;
        line-height: 1.3em;
        font-size: 30px;
        text-transform: capitalize;
        color: #4a4a4a;
        text-align: center;
        margin: 15px 0;
    }

    .choosemanufac .listRule {
        margin-left: -15px;
        margin-right: -15px;
    }

        .choosemanufac .listRule li {
            float: left;
            position: relative;
            width: calc(50% - 30px);
            height: 170px;
            line-height: 26px;
            margin: 15px 15px 0px;
            overflow: hidden;
            border: 1px solid #ebebeb;
            background: #f8f8f8;
            padding: 10px 15px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f5f5f5),to(#fff));
            background: -webkit-linear-gradient(top,#fff,#f5f5f5);
            background: -moz-linear-gradient(top,#fff,#f5f5f5);
            background: -ms-linear-gradient(top,#fff,#f5f5f5);
            background: -o-linear-gradient(top,#fff,#f5f5f5);
        }

    .choosemanufac .viewmoremanu {
        text-align: center;
        padding: 20px 0px;
    }

        .choosemanufac .viewmoremanu a {
            display: inline-block;
            overflow: hidden;
            padding: 10px 10px;
            margin: auto;
            border: 1px solid #4a90e2;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            font-size: 14px;
            color: #4a90e2;
            text-align: center;
            cursor: pointer;
            line-height: 20px;
        }

.chinhSach-manufac {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 26px;
}

.manufac-list .box-search {
    width: 400px;
    height: 40px;
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    padding-left: 38px;
    overflow: hidden;
}

    .manufac-list .box-search input {
        width: 100%;
        height: 38px;
        border: 0px;
    }

    .manufac-list .box-search i {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        color: #8c8c8c;
    }

.manufac-list .listManufac {
    padding: 20px 0px 0px;
    overflow: hidden;
    max-height: 200px;
}

    .manufac-list .listManufac.showAll {
        max-height: none;
    }

    .manufac-list .listManufac:after {
        content: "";
        display: block;
        clear: both;
    }

    .manufac-list .listManufac li {
        display: block;
        float: left;
        width: calc(16.6666% - 10px);
        margin: 0px 5px 10px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f5f5f5),to(#fff));
        background: -webkit-linear-gradient(top,#fff,#f5f5f5);
        background: -moz-linear-gradient(top,#fff,#f5f5f5);
        background: -ms-linear-gradient(top,#fff,#f5f5f5);
        background: -o-linear-gradient(top,#fff,#f5f5f5);
    }

        .manufac-list .listManufac li a {
            display: block;
        }

        .manufac-list .listManufac li .imgLogo {
            height: 50px;
            padding: 10px 5px;
            text-align: center;
        }

            .manufac-list .listManufac li .imgLogo img {
                max-width: 90%;
                max-height: 30px;
                width: auto;
                height: auto;
            }

        .manufac-list .listManufac li p {
            text-align: center;
            font-weight: 600;
            line-height: 24px;
            padding-bottom: 5px;
            font-size: 14px;
            margin: 0px;
        }

.manufacAddress {
    padding-bottom: 30px;
}

    .manufacAddress .title {
        display: block;
        overflow: hidden;
        line-height: 1.3em;
        font-size: 30px;
        text-transform: capitalize;
        color: #4a4a4a;
        text-align: center;
        margin: 15px 0;
    }

    .manufacAddress table {
        width: 100%;
    }

        .manufacAddress table tr:nth-child(2n) {
            background: #f2f1f1;
        }

        .manufacAddress table .facAdd-header {
            background: #f2f1f1;
            font-weight: 600;
        }

        .manufacAddress table tr td {
            padding: 10px 10px;
            font-size: 13px;
            line-height: 20px;
        }

        .manufacAddress table tr > td:nth-child(1) {
            width: 5%;
            text-align: center;
        }

        .manufacAddress table tr > td:nth-child(2) {
            width: 45%;
        }

        .manufacAddress table tr > td:nth-child(3) {
            width: 30%;
        }

        .manufacAddress table tr > td:nth-child(4) {
            width: 15%;
        }

        .manufacAddress table .facAdd-header select {
            width: 200px;
            max-width: 90%;
        }

.payment-review {
    padding-top: 30px;
}

.payment-thongtin {
    min-height: 220px;
    font-size: 14px;
    margin-bottom: 20px;
}

    .payment-thongtin .buyer-info li > div label {
        font-weight: 600;
        font-size: 14px;
    }

.payment-review .radio-thanhtoan {
    font-size: 14px;
    line-height: 20px;
}

.dkthanhtoan {
    border: 1px solid #ddd;
    padding: 5px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.chooseDisplay {
    background: #eaeaea;
    border-top: 1px solid #ccc;
    padding: 12px 0px 10px;
    text-align: center;
}

    .chooseDisplay .chooseBtn {
        display: inline-block;
        margin: 0px 10px;
        font-weight: 600;
        text-transform: uppercase;
        border: 0px;
        background: none;
        cursor: pointer;
        color: #444444;
    }

        .chooseDisplay .chooseBtn i {
            font-size: 18px;
            vertical-align: middle;
            line-height: 20px;
        }

        .chooseDisplay .chooseBtn span {
            line-height: 20px;
            vertical-align: middle;
            padding-left: 10px;
            font-size: 11px;
        }

.loading {
    background: url(/Images/load.gif) center center no-repeat;
    height: 50px;
}

.pageNews-left {
    width: 75%;
    float: left;
}

.pageNews-right {
    width: 23%;
    float: right;
}

.newsBanner {
    padding-top: 20px;
}

    .newsBanner .bannerLeft {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 57%;
    }

    .newsBanner .bannerRight {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 43%;
    }

    .newsBanner .bannerLeft li {
        height: 210px;
        font-size: 18px;
        line-height: 26px
    }

    .newsBanner .bannerRight li {
        height: 140px;
        font-size: 16px;
        line-height: 22px
    }

    .newsBanner li {
        display: block;
        overflow: hidden;
        position: relative;
        overflow: hidden;
    }

        .newsBanner li a {
            display: block;
        }

        .newsBanner li span {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 10px;
            font-weight: bold;
            background: rgba(0, 0, 0, 0.2);
        }

        .newsBanner li img {
            width: 100%;
            min-height: 100%;
            max-height: none;
        }

.cat__news.page__News__left {
    padding-right: 15px;
}

.newsList {
    padding-top: 7px;
}

    .newsList .title {
        height: 40px;
        overflow: hidden;
        position: relative;
        color: #212121;
        font-weight: 700;
        margin: 0 0 0.4em;
        line-height: 1.1;
        letter-spacing: -.04em;
        margin-bottom: 40px;
    }

    .newsList ul {
        padding: 0;
        margin: 0;
    }

        .newsList ul li {
            width: 100%;
            display: inline-block;
            margin-bottom: 30px;
            max-height: 257px;
            overflow: hidden;
            position: relative;
        }

    .newsList .newItem-img {
        width: 360px;
        height: auto;
        display: block;
        overflow: hidden;
        float: left;
        margin-right: 30px;
    }

        .newsList .newItem-img img {
            width: 100%;
            height: 100%;
        }

    .newsList .newItem-info {
        padding-top: 10px;
    }

        .newsList .newItem-info h3 {
            display: block;
            text-transform: inherit;
            overflow: hidden;
            font-size: 22px;
            margin: -14px 0 5px;
            line-height: 1.4;
            font-weight: 700;
        }

        .newsList .newItem-info .newItem-date {
            margin: 0px;
            font-size: 10px;
            color: #ccc;
        }

        .newsList .newItem-info .newItem-recap {
            margin: 0px;
            max-height: 60px;
            overflow: hidden;
            font-size: 13px;
            line-height: 1.6;
            margin-top: 1em;
            text-align: justify;
            color: #53585c;
        }

.jeg_readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 11px;
    margin-top: 15px;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .jeg_readmore:hover {
        color: #fff;
        background: #f15928;
        border-color: #f15928;
    }

.qcRight {
    padding-top: 20px;
}

    .qcRight a {
        display: block;
        border: 1px solid #ddd;
    }

    .qcRight img {
        width: 100%;
    }

.social-right {
    border: 1px solid #ddd;
}

    .social-right li {
        float: left;
        width: 33.3333%;
        text-align: center;
        padding: 15px 0px;
    }

    .social-right a {
        width: 44px;
        height: 44px;
        border-width: 2px;
        margin: 0px auto;
    }

    .social-right .fa {
        line-height: 40px;
        font-size: 20px;
    }

    .social-right li:nth-child(1) a {
        color: #3b5998;
        border-color: #3b5998;
    }

    .social-right li:nth-child(2) a {
        border: none;
    }

    .social-right li:nth-child(3) a {
        color: #cc181e;
        border-color: #cc181e;
    }

.block-tabsNews .block {
    margin-top: 20px;
}

.box-product-left {
    width: 75%;
    float: left;
}

.box-product-right {
    width: 23%;
    float: right;
}

#chatBox {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 20px;
    background: #fff;
    width: 270px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 25px rgba(0,0,0,.2)
}

#toggleCb {
    position: absolute;
    height: 34px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    top: 0px;
    right: 0px;
    text-align: right;
    cursor: pointer;
    padding-right: 10px;
}

    #toggleCb .fa {
        line-height: 34px;
    }

.cbTitle {
    background: #f15928;
    color: #fff;
    height: 34px;
    border-radius: 5px 5px 0px 0px;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
    padding: 0px 10px;
}

.cbDetail {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0s;
}

.cbContent {
    height: 300px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .cbContent ul {
        display: block;
        margin: 0px;
        padding: 15px;
    }

        .cbContent ul:after {
            content: "";
            display: block;
            clear: both;
        }

    .cbContent li {
        display: block;
        color: #294358;
        line-height: 18px;
        font-size: 13px;
        padding: 5px 10px;
        max-width: 95%;
        width: auto;
        margin-bottom: 5px;
        position: relative;
        clear: both;
        word-wrap: break-word;
    }

        .cbContent li a {
            text-decoration: underline;
            color: blue;
        }

    .cbContent .messadName {
        float: left;
        margin-bottom: 0px;
        padding: 0px;
        font-size: 12px;
        font-weight: bold;
        color: red;
    }

    .cbContent .messad {
        float: left;
        background: #e5f8ff;
    }

        .cbContent .messad:before {
            content: "\f0d9";
            font-family: FontAwesome;
            color: #e5f8ff;
            position: absolute;
            left: -15px;
            top: 5px;
            width: 15px;
            display: block;
            font-size: 20px;
            text-align: right;
            line-height: 18px;
        }

    .cbContent .messcus {
        float: right;
        background: #f5f5f5;
    }

        .cbContent .messcus:before {
            content: "\f0da";
            font-family: FontAwesome;
            color: #f5f5f5;
            position: absolute;
            right: -15px;
            top: 5px;
            width: 15px;
            display: block;
            font-size: 20px;
            text-align: left;
            line-height: 18px;
        }

.cbInput {
    border-top: 1px #ededed solid;
    position: relative;
    transition: all 0s;
    overflow: hidden;
}

.cbTxt {
    border: 0px;
    width: 100%;
    height: 60px;
    line-height: 18px;
    font-size: 13px;
    padding: 4px 25px 4px 10px;
    display: block;
}

.cBmin #toggleCb .fa:before {
    content: "\f096";
}

.cBmin .cbDetail, .cBmin .cbInput {
    height: 0px;
}

.inputInfo {
    padding: 10px 15px 15px;
    border-bottom: 1px #ededed solid;
    position: relative;
}

.inputInfo-title {
    line-height: 18px;
    font-size: 13px;
}

.inputInfo-txt {
    padding-top: 10px;
}

    .inputInfo-txt input, .inputInfo-txt textarea {
        width: 100%;
        border: 1px solid #ccc;
        padding: 5px 10px;
        font-size: 12px;
    }

.inputInfo-btn {
    text-align: left;
    padding-top: 15px;
}

    .inputInfo-btn a {
        color: #fff;
        border: 1px solid #df1f26;
        background: #f15928;
        text-transform: uppercase;
        font-size: 12px;
        display: inline-block;
        line-height: 20px;
        padding: 2px 10px;
        cursor: pointer;
    }

        .inputInfo-btn a:hover {
            color: #333;
        }

    .inputInfo-btn.editChat {
        position: absolute;
        right: 10px;
        top: -7px;
    }

#toggleCbMobile {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 37px;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #3e3e3e;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

    #toggleCbMobile .fa {
        line-height: 22px;
    }

.cBmin #toggleCbMobile {
    display: none;
}

#toggleNewsTab {
    display: none;
}

#contentProduct {
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

    #contentProduct.active {
        max-height: none;
        padding-bottom: 45px;
    }

.content-more {
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px;
    background: #fff;
    box-shadow: 0px -10px 10px 1px rgba(255, 255, 255, 0.9);
}

    .content-more a {
        display: block;
        padding: 5px 0px;
        font-size: 13px;
        cursor: pointer;
        color: #0090fd;
    }

.catNews > ul {
    padding: 30px 0px 0px;
    margin: 0px;
}

    .catNews > ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .catNews > ul > li {
        display: block;
        float: left;
        width: 50%;
        padding-right: 20px;
    }

        .catNews > ul > li:nth-child(2n+1) {
            clear: both;
        }

        .catNews > ul > li > a {
            color: #444;
            font-size: 15px;
        }

    .catNews > ul ul {
        padding: 0px 0px 10px 15px;
        margin: 0px;
    }

        .catNews > ul ul li {
            padding: 5px 0px;
            line-height: 20px;
        }

            .catNews > ul ul li a {
                color: #0090fd;
                font-size: 14px;
            }

                .catNews > ul ul li a:hover {
                    color: #DF1F26;
                }

.navnews .navnewsUl {
    margin: 0px;
    padding: 0px;
    background: #eee;
}

    .navnews .navnewsUl > li {
        display: block;
        height: 38px;
        border-bottom: 3px solid #eee;
        float: left;
        position: relative;
    }

        .navnews .navnewsUl > li:hover {
            border-bottom: 3px solid #df1f26;
        }

        .navnews .navnewsUl > li .fa {
            position: absolute;
            top: 0px;
            right: 5px;
            font-size: 10px;
            line-height: 34px;
        }

        .navnews .navnewsUl > li > a {
            display: block;
            line-height: 38px;
            padding: 0px 20px 0px 15px;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            color: #444;
        }

    .navnews .navnewsUl li ul {
        display: none;
        position: absolute;
        top: 38px;
        padding: 0px;
        margin: 0px;
        min-width: 100%;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        border-radius: 0px 0px 1px 1px;
        z-index: 10;
    }

    .navnews .navnewsUl li:hover ul {
        display: block;
    }

    .navnews .navnewsUl ul li {
        display: block;
    }

        .navnews .navnewsUl ul li:hover {
            background: #eee;
        }

        .navnews .navnewsUl ul li a {
            display: block;
            line-height: 18px;
            padding: 7px 15px;
            font-size: 13px;
        }

#popupGalary {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 1170px;
    min-height: 500px;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

    #popupGalary table {
        width: 100%;
        height: 100%;
    }

        #popupGalary table tr td {
            vertical-align: middle;
        }

.popupGalary {
    width: 1170px;
    height: 500px;
    margin: 0px auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 20px 30px;
}

    .popupGalary .galaryLeft {
        float: left;
        width: 204px;
    }

    .popupGalary .galaryRight {
        float: right;
        width: calc(100% - 204px);
        padding-left: 50px;
        height: 460px;
        text-align: center;
    }

    .popupGalary .title {
        color: #039;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .popupGalary .galaryList {
        padding: 5px;
        border: 1px solid #C9E1F4;
        margin: 0px;
        height: 380px;
    }

        .popupGalary .galaryList li {
            float: left;
            padding: 5px;
            display: block;
        }

        .popupGalary .galaryList a {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
            width: 54px;
            height: 54px;
            padding: 2px;
            cursor: pointer;
        }

            .popupGalary .galaryList a.active {
                border: 2px solid #E47911;
                padding: 0;
            }

    .popupGalary #imgGalary {
        height: 460px;
    }

    .popupGalary .galaryClose {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        font-size: 18px;
        padding: 3px;
    }

#popupVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 600px;
    min-height: 400px;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.45);
    z-index: 1000;
}

    #popupVideo table {
        width: 100%;
        height: 100%;
    }

        #popupVideo table tr td {
            vertical-align: middle;
        }

.popupVideo {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 20px;
}

    .popupVideo .videoClose {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        font-size: 18px;
        padding: 3px;
    }

    .popupVideo #iframeVideo {
        width: 100%;
        height: 350px;
    }

.vpopup-link {
    display: block;
    background: url(/Images/video.png) center center no-repeat;
    width: 260px;
    height: 150px;
    margin: 0px auto;
    border: 4px solid #f3f3f3;
    border-radius: 10px;
    padding-top: 115px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #696969;
}

    .vpopup-link:hover {
        box-shadow: 0px 0px 10px 0px #ccc;
    }

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 448px;
}

    .easyzoom img {
        vertical-align: bottom;
    }

    .easyzoom.is-loading img {
        cursor: progress;
    }

    .easyzoom.is-ready img {
        cursor: crosshair;
    }

    .easyzoom.is-error img {
        cursor: not-allowed;
    }

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.logo-footer img {
    border-radius: 50%;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 150%;
    height: 150%;
    margin-left: 55px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

    .easyzoom--adjacent .easyzoom-flyout img {
        max-width: none;
        max-height: none;
    }

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.ul-tgData {
    margin: 0px;
    padding: 0px;
}

    .ul-tgData li {
        display: block;
        padding: 2px 0px;
        float: left;
        width: 25%;
    }

    .ul-tgData input[type="radio"] {
        margin: 0px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .ul-tgData label {
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

.table-tgDoitac {
    width: 100%;
    border-spacing: 0px;
    font-size: 14px;
}

    .table-tgDoitac tr:nth-child(2n+1) {
        background: #f9f9f9;
    }

    .table-tgDoitac tr td {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        margin: 0px;
        padding: 10px 10px;
        vertical-align: top;
        width: 27%;
    }

    .table-tgDoitac tr:first-child td {
        vertical-align: middle;
        border-top: 1px solid #eaeaea;
        padding: 0px 10px;
        text-align: center;
    }

    .table-tgDoitac tr td:first-child {
        border-left: 1px solid #eaeaea;
        width: 19%;
        text-align: left;
    }

    .table-tgDoitac .title {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 0px;
        color: #333;
    }

.toggleDiv {
}

    .toggleDiv .toggleDiv-btn {
        color: #4a90e2;
    }

.toggleDiv-content {
    padding: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    font-size: 13px;
}

    .toggleDiv-content ul {
        margin: 0px;
        padding: 0px;
    }

    .toggleDiv-content li {
        display: block;
        padding: 2px 0px;
    }

#fb_messenger {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-image: url('/Images/icon_messenger.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    z-index: 10;
}

    #fb_messenger:hover {
        bottom: 30px;
    }

.margin-b-30 {
    margin-bottom: 30px;
}

.hotlinenew {
    padding-top: 19px;
    display: inline-block;
}

.callhotline {
    float: left;
    width: 73%;
}

.titlecall {
    padding: 6px 0;
    color: #fff;
    background: #f15928;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    width: 160px;
    border-radius: 15px;
    margin:0;
}

.inforCall tr {
    margin-top: 5px;
    display: inline-block;
}

    .inforCall tr:first-child {
        margin-top: 15px;
    }

.inforCall {
}

    .inforCall td {
        width: 100%;
        display: inline-block;
        padding-top: 5px;
    }


img.locapro {
    width: 23px;
    margin-bottom: -2px;
    margin-right: 3px;
}

img.callpro {
    width: 20px;
    /* margin-bottom: -6px;
    margin-right: 6px;*/
    top: calc((100% - 20px) /2);
    position: absolute;
}

.local_call {
    font-weight: 600;
}

.call {
    color: #0090fd;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 2px;
}

    .call a {
        color: #0090fd;
    }

    .call .sdt_call {
        float: right;
        width: calc(100% - 6px);
    }

.sharePro {
    float: right;
    width: 27%;
}

.postShare {
    text-align: right;
    height: 30px;
}

    .postShare a:hover {
        color: #444444;
    }

    .postShare img {
        width: 27px;
        margin-bottom: -10px;
    }

.allshare ul {
    margin: 0;
    padding: 0;
    float: right;
    width: 38px;
    text-align: center;
    border: 2px solid #e7e7e7;
}

.allshare li {
    padding: 3px 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
}

.allshare img {
    width: 23px;
}

    .allshare img.face {
        width: 19px;
    }

    .allshare img.titok, .allshare img.instagram {
        width: 18px;
    }

.overlay_Copy {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 1000;
    animation: overlayAnimate_1yeO8YmbZky-W9IOR92ieO .25s ease-in;
}

.content_Copy {
    position: fixed !important;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 40%);
    margin: auto;
    z-index: 1001;
    width: 480px;
}

.inner_Copy {
    position: relative;
    padding: 24px;
}

.close_copy {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

    .close_copy img {
        width: 25px;
    }

.header_copy {
    margin-bottom: 16px;
    margin-right: 8px;
}

    .header_copy span {
        color: #333;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }

.container_copy {
    display: flex;
    justify-content: center;
}

.image_pro_copy {
    width: 75px;
    min-width: 75px;
    align-self: flex-start;
}

.info_copy {
    margin-left: 15px;
}

    .info_copy .title_copy {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

.copyUrl_pro {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

    .copyUrl_pro .text_copy {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #9a9a9a;
        line-height: 10px;
    }

    .copyUrl_pro .btn_copy_pro {
        position: relative;
        height: 32px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.btn_copy_pro input {
    height: inherit;
    border-radius: 2px 0 0 2px;
    padding: 8px 12px;
    flex-grow: 1;
    border: 1px solid #cdcdcd;
    font-weight: 400;
    color: #333;
}

.btn_copy_pro a {
    height: inherit;
    padding: 5px 16px;
    background-color: #f15928;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
}

.copySuccess {
    width: calc(100% - 68px);
    height: 100%;
    background-color: hsla(0,0%,60.4%,.94);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#searchauto {
    position: relative;
    top: -44px;
    z-index: 9001;
    font-size: 16px;
}

.searchTemplates {
    position: absolute;
    width: 100%;
    border-width: 1px 0 0;
    border-top: 1px solid #171c25;
    left: 54%;
    -webkit-transform: translateX(-50%);
    z-index: 9001;
    display: -webkit-box;
    max-width: 1366px;
    min-width: 1004px;
    margin-left: auto;
    margin-right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    box-sizing: border-box;
}

.suggestionsCategories {
    border: 0;
    min-height: 450px;
    background: #fff;
    padding: 15px 25px;
    vertical-align: top;
    float: left;
    width: 40%;
    padding-right: 0;
}

    .suggestionsCategories .search-title {
        width: 100px;
        float: left;
    }

.suggestedItems {
    border-left: 5px solid #eee;
    transition: width .5s;
    min-height: 450px;
    background: #fff;
    padding: 15px 25px;
    vertical-align: top;
    position: relative;
    width: 50%;
    float: left;
}

.search-title {
    font-size: 14px;
    font-weight: 800;
    color: #404040;
    text-transform: uppercase;
    line-height: 30px;
}

.search-description {
    font-size: 14px;
    width: calc(100% - 100px);
    float: right;
    padding-left: 36px;
    list-style: none;
    margin: 0;
}

    .search-description li {
        height: 30px;
    }

        .search-description li a {
            color: #000;
            padding: 0px 5px;
            cursor: pointer;
            width: 100%;
            line-height: normal;
            display: inline-block;
        }

            .search-description li a:hover {
                background: #eee;
                position: relative;
            }

                .search-description li a:hover :after {
                    content: '';
                    margin-left: 5px;
                    border: 14px solid transparent;
                    border-left-color: #eee;
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 1;
                }

a.page-dess:hover :after {
    display: none;
}

.link-text {
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-image {
    position: relative;
    width: 50%;
    width: 50%;
    margin: 0 auto;
}

.item-shortDesc {
    line-height: 18px;
    overflow: hidden;
    height: 54px;
    margin-top: 5px;
}

.aheadOverlay {
    display: block;
    width: 100%;
    z-index: 9000;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
}

.possible-item {
    width: 33.33333333333333%;
    float: left;
    padding: 2%;
    position: relative;
    color: #000;
}

    .possible-item:hover {
        color: #000;
    }

        .possible-item:hover:after {
            background-color: rgba(0,0,0,0.04);
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: background-color .2s;
            pointer-events: none;
            border-radius: inherit;
        }

.see-all-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: inherit;
    font-size: 12px;
}

.see-all-item-matches {
    color: #707070;
    text-decoration: none;
    display: inline-block;
}

.possibleItemMatch-items {
    font-size: 13px;
    text-align: center;
}

.suggestions.clearfix, .articles {
    float: left;
    width: 100%;
}

.articles {
    margin-top: 15px;
}

.toc_white.no_bullets {
    border: 1px solid #ddd;
    padding: 5px 10px;
    /*width: 100%;*/
    max-width: 100%;
    display: table;
    font-size: 95%;
    margin-top: 13px;
}

.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#toc_container {
    margin-top: 13px;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #toc_container a {
        color: #289dcc;
        font-size: 13px;
    }

        #toc_container a:hover {
            color: #f39c12;
        }

.new__list__s2 {
    display: flex;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    margin: 0px;
    padding: 40px;
    list-style: none;
}

    .new__list__s2 > li:nth-child(1) {
        width: 410px;
    }

    .new__list__s2 > li:nth-child(2) {
        width: 270px;
    }

    .new__list__s2 > li:nth-child(3) {
        width: calc(100% - 680px);
    }

    .new__list__s2 .title {
        padding-bottom: 15px;
    }

.title .nameTitle {
    font-size: 16px;
    font-weight: bold;
}

.title .viewallNew {
    padding-left: 20px;
    color: #4d8dea;
}

.product__list__s2 > li {
    width: calc(100% / 3);
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
}

.listnewPromo {
    max-height: 315px;
    overflow: hidden;
}

.contentPromo {
    font-weight: bold;
    font-size: 14px;
}

    .contentPromo img {
        margin-bottom: 7px;
    }

.listNewHome {
    padding-right: 10px;
}

.imgnew {
    line-height: 0;
}

.contentNews .imgnew img {
    width: 100%;
    height: auto;
}

.contentNews .namenew {
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

.contentNews .timenew {
    padding-top: 15px;
    color: #bababa;
    font-size: 14px;
}

.contentRandom {
    padding-right: 10px;
}

    .contentRandom ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

    .contentRandom li {
        margin: 0;
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }

.imgRandom {
    float: left;
    width: 100px;
}

.nameRandom {
    float: right;
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-top: -5px;
}

    .nameRandom a {
        font-weight: bold;
    }

.timeRandom {
    padding-top: 5px;
    color: #bababa;
}

.twoRandom {
    margin: 0;
    padding: 15px 0 15px 15px;
}

.nametwoRandom {
    padding: 2px 0 6px 0;
    color: #4d8dea;
}

    .nametwoRandom a {
        color: #4d8dea;
    }

.nameRandom .namer {
    max-height: 40px;
    overflow: hidden;
}

.contentPromo .nivoSlider:First-child {
    height: 200px !important;
}

.contentPromo .slider-wrapper {
    width: 100%;
}

.contentPromo .nivo-controlNav {
    bottom: 5px !important;
}

.slider-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contentPromo .nivo-directionNav {
    display: none !important;
}

.contentPromo .nivoSlider a.nivo-imageLink img, .contentPromo .nivo-slice img, .contentPromo .nivo-box img {
    height: 200px !important;
}

.nivo-caption {
    position: absolute;
    top: 215px;
    z-index: 8;
    font-weight: bold;
    font-size: 14px;
}

#box-tuychon.product__tinhnang {
    position: relative;
    display: inline-block;
    padding: 0;
}

#box-tuychon .box-accessories {
    padding: 3px;
}

    #box-tuychon .box-accessories .list-accessories .item {
        width: calc(100% / 3);
    }

        #box-tuychon .box-accessories .list-accessories .item a div.detal .name, #box-tuychon .box-accessories .list-accessories .item a:hover div.detal .name {
            max-height: 61px;
        }

        #box-tuychon .box-accessories .list-accessories .item.product-key a div.detal .name, #box-tuychon .box-accessories .list-accessories .item.product-key a:hover div.detal .name {
            color: #0090fd;
        }

.xem-them-tag {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .xem-them-tag a {
        color: #0090fd;
    }
