/* Minification failed. Returning unminified contents.
(6190,7): run-time error CSS1031: Expected selector, found '/'
(6190,7): run-time error CSS1025: Expected comma or open brace, found '/'
(6332,1): run-time error CSS1019: Unexpected token, found '}'
(6719,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-700'
(6721,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-14'
 */
@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(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    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-tint:before {
    content: "\f043";
}

.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-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;
}

    a:hover {
        color: #DF1F26;
    }

img {
    max-width: 100%;
    max-height: 100%;
}

input, textarea, select {
    font-family: Arial;
}

*, * focus {
    outline: none;
}

.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;
    text-align: center;
}

    .btn.btn-gray {
        color: #fff;
        border: 1px solid #666;
        background: #666;
    }

    .btn.btn-red {
        color: #fff;
        border: 1px solid #DF1F26;
        background: #DF1F26;
    }

    .btn:hover, .btn.btn-gray:hover {
        color: #fff;
        border: 1px solid #DF1F26;
        background: #DF1F26;
    }

    .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: 0;
    right: 0;
    background: #CA1A0F none repeat scroll 0 0;
    color: #FFF !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 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: 0;
    right: 0;
    background: #ca1a0f none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 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: 0;
    min-width: 0;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}

    .wrapper:after, .container:after, .clear:after, .row:after {
        content: "";
        display: block;
        clear: both;
    }

.row {
    margin-right: 0;
    margin-left: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-100 {
    width: 100%;
}

.pd-h15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pd-v15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.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;
    }

.cRed {
    color: red;
}

.cGreen {
    color: green;
}

.txt {
    border: 1px solid #ddd;
    color: #666;
    padding: 0 5px;
    line-height: 20px;
    min-height: 30px;
}

.site-container {
    overflow: hidden;
    position: relative;
}

.left-container {
    position: absolute;
    left: -270px;
    width: 270px;
    background-color: #fff;
    display: none;
}

    .left-container.showLeft {
        display: block;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
    }

.main-container.showLeft {
    overflow-x: hidden;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    position: relative;
}

    .main-container.showLeft:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
        opacity: .5;
    }

    .main-container.showLeft #toggleLeftContainer {
        z-index: 999999;
    }

        .main-container.showLeft #toggleLeftContainer i {
            color: #fff;
        }

            .main-container.showLeft #toggleLeftContainer i:before {
                content: "\f060";
                z-index: 9999;
                opacity: 10;
            }

#sideBar {
    margin: 0;
    padding: 0;
}

    #sideBar li {
        position: relative;
        display: block;
    }

        #sideBar li a {
            padding: 10px;
            border-bottom: 1px solid #f4f4f4;
            display: block;
            line-height: 20px;
            font-size: 13px;
        }

        #sideBar li i {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 10px;
            color: #ADADAD;
            cursor: pointer;
        }

        #sideBar li ul {
            display: none;
            background: #f9f9f9;
            padding: 0;
        }

    #sideBar li {
        position: relative;
        display: block;
    }

        #sideBar li.showsub i.fa-plus:before {
            content: "\f068";
        }

        #sideBar li.showsub ul {
            display: block;
        }

        #sideBar li ul li a {
            padding-left: 20px;
            font-size: 12px;
        }

.main-container {
    width: 100%;
    background-color: #fff;
    min-height: 100%;
    -webkit-transition: -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
}

.header-one {
    position: relative;
    background: #0f4256;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .4s linear !important;
    -moz-transition: all .4s linear !important;
    transition: all .4s linear !important;
}

#toggleLeftContainer {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
    color: white;
    font-size: 18pt;
    line-height: 32px;
    text-align: center;
    top: 9px;
    left: 10px;
    cursor: pointer;
}

.mobile-logo {
    height: 50px;
    width: 120px;
    margin: 0 auto;
}

    .mobile-logo .logo {
        margin: 0;
        text-align: center;
    }

        .mobile-logo .logo a {
            display: block;
            width: 120px;
            height: 50px;
            padding: 5px 0;
            font-size: 0;
        }

            .mobile-logo .logo a img {
                height: 100%;
                border-radius: 50%;
            }

.header-menu {
    width: 0;
    float: right;
}

#toggleTopMenu {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
    color: white;
    font-size: 18pt;
    line-height: 32px;
    text-align: center;
    top: 9px;
    right: 10px;
    cursor: pointer;
}

.col-cartmini {
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 9px;
    right: 60px;
    min-width: 0;
}

    .col-cartmini .toggleCart {
        width: 32px;
        height: 32px;
        padding: 0;
        text-align: center;
        border: 0;
        border-radius: 50%;
        display: block;
        line-height: 32px;
    }

        .col-cartmini .toggleCart i {
            line-height: 32px;
            font-size: 22px;
            color: white;
            padding-right: 5px;
        }

        .col-cartmini .toggleCart span {
            display: inline-block;
            background: #DF1F26;
            height: 18px;
            min-width: 16px;
            padding: 0 2px;
            line-height: 18px;
            color: #fff;
            border-radius: 50%;
            position: absolute;
            top: -6px;
            right: -6px;
            font-size: 11px;
        }

#ulTopMenu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 2px 2px 6px #000000;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    top: 45px;
    right: 10px;
    z-index: 101;
    width: 200px;
    margin: 0;
    padding: 0;
    float: right;
}

.header-menu > ul > li {
    float: none;
    padding: 0;
    display: block;
    position: relative;
}

    .header-menu > ul > li > a {
        line-height: 20px;
        border-bottom: 1px solid #eaeaea;
        padding: 7px 15px;
        display: block;
        cursor: pointer;
    }

    .header-menu > ul > li ul {
        position: static;
        background: #f9f9f9;
        padding: 0;
    }

        .header-menu > ul > li ul li {
            display: block;
        }

            .header-menu > ul > li ul li a {
                display: block;
                border-bottom: 1px solid #eaeaea;
                padding: 7px 15px;
                line-height: 20px;
            }

.header-three {
    border: 0;
    background: #fff;
    margin-top: 0;
    padding: 10px 0 0;
    height: auto;
}

.header-search {
    width: 100%;
    height: 40px;
    padding: 0;
    background: #fff;
}

.search-box {
    background: #fff;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 40px 0 0;
}

    .search-box .search-box-input input {
        width: 100%;
        padding: 0 10px;
        height: 38px;
        border: 0;
    }

    .search-box .btn-search {
        border: 0;
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        background: #0f4256;
        color: #fff;
        text-align: center;
        font-size: 16px;
        top: -1px;
        right: -1px;
    }

        .search-box .btn-search i {
            line-height: 38px;
        }

.col-banner {
    width: 100%;
    padding: 10px 0 0 0;
}

    .col-banner ul {
        margin: 0;
        padding: 0;
    }

    .col-banner li {
        float: left;
        display: block;
    }

    .col-banner ul a {
        display: block;
        width: 100%;
    }

    .col-banner ul img {
        display: block;
        width: 100%;
    min-height: 200px;
    }

    .col-banner .banner-item-1 {
        width: 100%;
        padding: 0;
    }

    .col-banner .banner-item-3, .col-banner .banner-item-4 {
        width: 50%;
        padding-right: 0;
        margin-top: 0;
    }

.pro-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
}

    .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 .pro-img {
        display: block;
        height: 166px;
        position: relative;
    }

        .pro-item .pro-img img {
            max-width: 100%;
            max-height: 100%;
        }

.tragop {
    background: #ffb424;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 4px;
    line-height: 20px;
}

.pro-item .pro-name {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #666;
    margin-top: 5px;
}

    .pro-item .pro-name h3 {
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

.pro-star {
    color: #ECA330;
    line-height: 20px;
    padding-top: 6px;
}

    .pro-star i {
        padding: 0 2px;
        font-size: 11px;
    }

.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: 15px;
    border-radius: 3px;
    padding: 5px 10px;
}

.pro-item .pro-quantity {
    font-size: 11px;
    height: 20px;
    color: #999;
}

.pro-item .pro-sale-date {
    border: 1px solid #fff;
    background: #fff;
    color: #999;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    font-family: Open Sans;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 12px;
    height: 32px;
    margin-top: 5px;
}

    .pro-item .pro-sale-date strong {
        font-weight: inherit;
    }

    .pro-item .pro-sale-date span {
        font-weight: inherit;
        color: #df1f26;
    }

.block {
    margin-top: 30px;
}

.block-head {
    height: 40px;
    background: #EEEEEE;
    position: relative;
}

    .block-head .head-title {
        margin: 0;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        overflow: hidden;
        float: left;
        padding-right: 10px;
    }

    .block-head .head-more {
        float: right;
        text-transform: uppercase;
        color: #FF0000;
        font-weight: 600;
        line-height: 40px;
        padding-right: 15px;
    }

.products-hor {
    margin: 0;
    padding: 0;
}

    .products-hor li {
        float: left;
        width: 50%;
        display: block;
    }

        .products-hor li .pro-item {
            border-top: 0;
        }

        .products-hor li .pro-item {
            border-left: 0;
        }

        .products-hor li:nth-child(2n+1) .pro-item {
            border-left: 1px solid #ddd;
        }

#listLastView li:nth-child(5), #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: 30px;
}

    .home-banner-one a {
        display: block;
    }

.home-banner-two a {
    display: block;
    margin-top: 30px;
}

.home-banner-one img, .home-banner-two img {
    width: 100%;
}

.box-new-link {
    border: 1px solid #ddd;
    border-top: 0;
}

    .box-new-link ul {
        margin: 0;
        padding: 0;
    }

    .box-new-link li {
        display: block;
        padding: 10px 10px;
        border-bottom: 1px solid #eee;
    }

    .box-new-link ul li.tin a {
        font-size: 14px;
        float: left;
        width: calc(100% - 70px);
        line-height: 20px;
    }

        .box-new-link ul li.tin a i {
            display: block;
            font-size: 11px;
            color: #999;
            font-style: normal;
        }

    .box-new-link ul li.tin img {
        float: right;
        width: 60px;
        border: 1px solid #ddd;
    }

    .box-new-link li:after {
        content: "";
        display: block;
        clear: both;
    }

    .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;
        }

.chooseDisplay {
    background: #eaeaea;
    border-top: 1px solid #ccc;
    padding: 12px 0 10px;
    text-align: center;
}

    .chooseDisplay .chooseBtn {
        display: inline-block;
        margin: 0 10px;
        font-weight: 600;
        text-transform: uppercase;
        border: 0;
        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;
        }

#fb_messenger {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url('/Images/icon_messenger.svg');
    background-size: auto 28px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    z-index: 100;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 #000000;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

    #fb_messenger:hover {
        bottom: 30px;
    }

#footer {
    margin-top: 20px;
}

.navcat {
    padding-bottom: 10px;
}

    .navcat ul {
        margin: 0 -5px;
        padding: 0;
    }

        .navcat ul li {
            float: left;
            width: 25%;
            padding: 5px;
            display: block;
        }

        .navcat ul a {
            display: block;
            background: #f9f9f9;
            color: #444;
            border-radius: 4px;
            border: 1px solid #eee;
        }

        .navcat ul h3 {
            margin: 0;
            display: table;
            width: 100%;
            height: 52px;
        }

            .navcat ul h3 > span {
                display: table-row;
            }

                .navcat ul h3 > span span {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 18px;
                    padding: 8px 0;
                }

                .navcat ul h3 > span i {
                    display: block;
                    font-style: normal;
                    max-height: 36px;
                    overflow: hidden;
                }

.box-subscribe {
    background: #0f4256;
    padding: 10px;
}

.box-subscribe-input {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

    .box-subscribe-input .subscribe-input {
        width: 100%;
        position: relative;
        padding-right: 80px;
    }

    .box-subscribe-input input {
        height: 42px;
        width: 100%;
        border: none;
        border-radius: 4px 0 0 4px;
        padding: 0 20px;
    }

    .box-subscribe-input a {
        height: 42px;
        width: 80px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: #df1f26;
        line-height: 42px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0 4px 4px 0;
    }

    .box-subscribe-input .required {
        top: -22px;
        right: 80px;
    }

.footer-more {
    text-align: center;
    padding: 5px;
}

    .footer-more a {
        display: block;
        text-transform: uppercase;
        line-height: 20px;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 0;
        cursor: pointer;
    }

#footerHide {
    border-top: 1px solid #eee;
}

.footer-top {
    background: #fff;
    padding: 21px 0 16px;
}

.block-footer-link {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

    .block-footer-link:nth-child(2n+1), .box-service li:nth-child(3n+1) {
        clear: both;
    }

    .block-footer-link:nth-child(5), .block-footer-link:nth-child(6) {
        width: 100%;
    }

    .block-footer-link ul {
        margin: 0;
        padding: 0;
    }

    .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-bottom {
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.footer-info {
    padding: 0 10px;
    width: 100%;
}

.block-coppyright {
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}

.block-social {
    text-align: center;
}

.list-social {
    padding: 0;
    margin: 0;
}

    .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 a i {
            line-height: 32px;
        }

    .list-social li.li-dtbm {
        padding: 0;
        display: block;
    }

.dtbm {
    margin: 0;
}

    .dtbm a {
        height: 120px;
        width: auto;
        border: 0;
    }

.list-social li.li-bocongthuong {
    padding-left: 0;
}

.bocongthuong {
    display: inline-block;
    padding: 0;
    width: 115px;
    vertical-align: middle;
    margin: 0;
}

    .bocongthuong a {
        margin: 0;
        width: 100%;
        display: block;
        -moz-border-radius: 5px;
        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: 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;
    }

.list-social a.dmca-badge {
    border: 0;
    width: auto;
    border-radius: 0;
}

.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;
        width: 50%;
    }

    .box-branch table tr:nth-child(2n+1) td {
        background: #f9f9f9;
    }

.block-breadcrumbs {
    border: 1px solid #ddd;
    height: 38px;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 10px;
}

.breadcrumbs-content {
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.ul-breadcrumbs {
    margin: 0;
    padding: 0;
    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: 0;
        }

        .ul-breadcrumbs li a {
            display: block;
            line-height: 38px;
        }

        .ul-breadcrumbs li:last-child a {
            font-weight: 600;
            color: #DF1F26;
        }

        .ul-breadcrumbs li.home i {
            line-height: 38px;
        }

        .ul-breadcrumbs li span {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 38px;
        }

        .ul-breadcrumbs li:last-child span {
            display: none;
        }

        .ul-breadcrumbs li span:after {
            font-family: fontawesome;
            content: "\F105";
            float: right;
            font-size: 12px;
            margin-left: 10px;
        }

.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: 0 0;
    margin: 0;
}

    .tree-category > ul > li {
        display: block;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

        .tree-category > ul > li:last-child {
            border-bottom: 0;
        }

        .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;
            top: 0;
            right: 0;
            text-align: center;
            font-size: 15px;
            font-family: Courier;
            font-style: normal;
            cursor: pointer;
            background: #ccc;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

            .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: 0;
        padding: 0;
        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;
    }

.page-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px 0 0 0;
    line-height: 26px;
    padding: 0;
}

.sortPagiBar {
    border: 1px solid #ddd;
    margin-top: 10px;
    height: 44px;
}

.sortPagiBar-tabs {
    padding: 0;
    margin: 0;
    height: 42px;
}

    .sortPagiBar-tabs li {
        border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
        display: inline-block;
        line-height: 42px;
        height: 42px;
        margin-bottom: 2px;
    }

    .sortPagiBar-tabs span {
        display: block;
        border-right: 1px solid #ddd;
        font-size: 14px;
        padding: 0 10px;
    }

    .sortPagiBar-tabs a {
        display: block;
        height: 42px;
        border-right: 1px solid #ddd;
        font-size: 13px;
        padding: 0 15px;
        color: #7D7D7D;
        cursor: pointer;
    }

    .sortPagiBar-tabs li a.active {
        color: #fff;
        background: rgba(15, 66, 86, .85);
    }
@media only screen and (max-width: 700px) {
    .sortPagiBar {
        border: 1px solid #ddd;
        margin-top: 10px;
        height: 88px;
    }
}
.category-products {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.pagination {
    font-size: 12px;
    float: right;
    padding: 0 10px;    
    margin: 20px 0 0 0;
}

    .pagination li {
        float: left;
        display: block;
    }

        .pagination li a {
            position: relative;
            float: left;
            padding: 5px 12px;
            line-height: 1.42857143;
            color: #666;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-bottom: 5px;
            margin-left: 0;
            border-left: 0;
        }

        .pagination li:first-child a {
            border-left: 1px solid #ddd;
        }

        .pagination li.active a {
            cursor: default;
            background-color: #df1f26;
            border-color: #df1f26;
            color: #fff;
        }

.box-brand-list {
    border: 1px solid #ddd;
    border-top: 0;
}

    .box-brand-list ul {
        margin: 0;
        padding: 10px;
    }

    .box-brand-list li {
        float: left;
        width: 33.3333%;
        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 0 0 0;
        height: 31px;
        overflow: hidden;
    }

.pageBaoHanh {
    padding-top: 30px;
}

.choosemanufac {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
    border-top: 1px solid #ebebeb;
}

    .choosemanufac .title {
        display: block;
        overflow: hidden;
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        color: #4a4a4a;
        text-align: center;
        margin: 15px 0;
    }

.manufac-list .box-search {
    width: 400px;
    max-width: calc(100% - 20px);
    height: 40px;
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding-left: 38px;
    overflow: hidden;
}

    .manufac-list .box-search input {
        width: 100%;
        height: 38px;
        border: 0;
    }

    .manufac-list .box-search .fa {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        color: #8c8c8c;
    }

.manufac-list .listManufac {
    padding: 20px 0 0;
    overflow: hidden;
    max-height: 290px;
}

    .manufac-list .listManufac.showAll {
        max-height: none;
    }

    .manufac-list .listManufac li {
        display: block;
        float: left;
        width: calc(33.333% - 10px);
        margin: 0 5px 10px;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        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: -o-linear-gradient(top,#fff,#f5f5f5);
    }

        .manufac-list .listManufac li a {
            display: block;
            padding-bottom: 5px;
        }

        .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;
            font-size: 14px;
            margin: 0;
            height: 24px;
            overflow: hidden;
        }

.choosemanufac .viewmoremanu {
    text-align: center;
    padding: 20px 0;
}

    .choosemanufac .viewmoremanu a {
        display: inline-block;
        overflow: hidden;
        padding: 10px 10px;
        margin: auto;
        border: 1px solid #4a90e2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        color: #4a90e2;
        text-align: center;
        cursor: pointer;
        line-height: 20px;
    }

.manufacAddress {
    padding-bottom: 30px;
}

    .manufacAddress .title {
        display: block;
        line-height: 26px;
        font-size: 18px;
        text-transform: capitalize;
        color: #4a4a4a;
        text-align: center;
        padding-bottom: 15px;
    }

    .manufacAddress table {
        width: 100%;
    }

        .manufacAddress table .facAdd-header {
            background: #f2f1f1;
            font-weight: 600;
        }

        .manufacAddress table tr td {
            padding: 10px 10px;
            font-size: 13px;
            line-height: 20px;
        }

    .manufacAddress .facAdd-detail table tr {
        padding: 10px;
        display: block;
    }

    .manufacAddress table tr:nth-child(2n) {
        background: #f2f1f1;
    }

    .manufacAddress .facAdd-detail table tr > td {
        display: block;
        padding: 0;
        width: 100%;
    }

        .manufacAddress .facAdd-detail table tr > td:nth-child(1) {
            display: none;
        }

    .manufacAddress table .facAdd-header select {
        width: 100%;
        height: 32px;
        border: 0;
    }

.chinhSach-manufac {
    padding: 20px 0;
    font-size: 14px;
    line-height: 26px;
}

.newsList {
    padding-top: 30px;
}

    .newsList .title {
        height: 40px;
        background: #EEEEEE;
        position: relative;
        line-height: 40px;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .newsList ul {
        padding: 0;
        margin: 0 -10px;
    }

        .newsList ul li {
            float: left;
            width: 50%;
            padding: 20px 10px 0;
            display: block;
        }

            .newsList ul li:nth-child(2n+1) {
                clear: both;
            }

    .newsList .newItem-img {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .newsList .newItem-img img {
            width: 100%;
            height: 100%;
        }

    .newsList .newItem-info {
        padding-top: 10px;
    }

        .newsList .newItem-info h3 {
            display: block;
            margin: 0;
            line-height: 20px;
            font-size: 14px;
            text-transform: uppercase;
            height: 40px;
            overflow: hidden;
        }

        .newsList .newItem-info .newItem-date {
            margin: 0;
            font-size: 10px;
            color: #ccc;
        }

        .newsList .newItem-info .newItem-recap {
            margin: 0;
            font-size: 13px;
            line-height: 20px;
            height: 60px;
            overflow: hidden;
        }

.block-tabsNews .block-head-tabsNews {
    background: #EEE;
    position: relative;
}

    .block-tabsNews .block-head-tabsNews ul {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .block-tabsNews .block-head-tabsNews li {
        display: none;
        line-height: 40px;
        border-top: 1px solid #eaeaea !important;
    }

    .block-tabsNews .block-head-tabsNews.showAll li {
        display: block;
    }

    .block-tabsNews .block-head-tabsNews li.active {
        font-weight: 600;
        display: block;
    }

    .block-tabsNews .block-head-tabsNews li a {
        padding: 0 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

#toggleNewsTab {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    color: #8e8c8c;
}

    #toggleNewsTab .fa {
        font-size: 20px;
        line-height: 40px;
    }

.showAll #toggleNewsTab .fa:before {
    content: "\f077";
}

.box-new-detail {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}

.table-other-news td {
    vertical-align: top;
    padding: 5px 0 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: 0;
    }

    .table-other-news td a, .table-other-news td i {
        display: inline-block;
        padding-right: 5px;
    }

.product-title {
    border-bottom: 1px solid #ddd;
}

    .product-title .page-title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

.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 0;
        line-height: 20px;
    }

    .variations-tableInfo .table-value {
        vertical-align: top;
        padding: 5px 0;
        line-height: 20px;
    }

        .variations-tableInfo .table-value .price_sale {
            color: Red;
            font-weight: 600;
            font-size: 16px;
        }

.js_countdown_sale {
    font-weight: 600;
    color: red;
}

.voucher_code {
    float: left;
    background: #FF7E00;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 10px;
}

.voucher_time {
    float: right;
    color: #df1f26;
    font-weight: bold;
    line-height: 30px;
}

.voucher_slot {
    color: #4372ce;
    font-style: italic;
    line-height: 23px;
    display: block;
    padding-top: 4px;
}

.list-color {
    margin: 0;
    padding: 0;
}

    .list-color li {
        float: left;
        display: block;
        padding: 0 5px 5px 0;
    }

    .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;
        }

.ngachngang {
    text-decoration: line-through;
}

.box-vote {
    padding: 5px 0;
}

    .box-vote a {
        font-size: 16px;
        color: #eca330;
        margin-right: 5px;
    }

.bundled-product {
    border-top: 1px solid #ddd;
}

.bundled-product-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

.bundled-product p {
    margin: 0;
    padding: 0 0 10px 50px;
    position: relative;
    line-height: 20px;
}

    .bundled-product p img {
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        padding: 1px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .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: 0;
            padding: 0;
            height: 38px;
            text-align: center;
            font-size: 18px;
            background: #fff;
        }

        .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 .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-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-wishlist {
    float: left;
}

    .buy-cart-wishlist .btn {
        height: 40px;
        width: 40px;
        text-align: center;
    }

        .buy-cart-wishlist .btn i {
            line-height: 30px;
        }

.box-lien-quan .title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    background: #EEEEEE;
    position: relative;
    padding: 0 10px;
    line-height: 40px;
}

.box-lien-quan ul {
    padding: 0;
    margin: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .box-lien-quan ul li {
        display: block;
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

        .box-lien-quan ul li:nth-child(2n+1) {
            background: #f9f9f9;
        }

        .box-lien-quan ul li a {
            display: block;
            color: #555;
        }

            .box-lien-quan ul li a h3 {
                margin: 0;
                font-size: 13px;
                font-weight: 600;
                line-height: 20px;
            }

        .box-lien-quan ul li p {
            margin: 0;
        }

            .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;
            }

.block-product-content .tab-container {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 10px;
}

#contentProduct {
    position: relative;
    max-height: 550px;
    overflow: hidden;
}

    #contentProduct.active {
        max-height: none;
        padding-bottom: 45px;
    }

.content-more {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    background: #fff;
    box-shadow: 0 -10px 10px 1px #ffffff;
    box-shadow: 0 -10px 10px 1px rgba(255, 255, 255, 0.9);
}

    .content-more a {
        display: block;
        padding: 5px 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        color: #4372ce;
    }

.catNews > ul {
    padding: 30px 0 0;
    margin: 0;
}

    .catNews > ul > li {
        display: block;
    }

        .catNews > ul > li > a {
            color: #444;
            font-size: 15px;
        }

    .catNews > ul ul {
        padding: 0 0 10px 15px;
        margin: 0;
    }

        .catNews > ul ul li {
            padding: 5px 0;
            line-height: 20px;
        }

            .catNews > ul ul li a {
                color: #4372ce;
                font-size: 14px;
            }

.products-ver {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}

    .products-ver li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

        .products-ver li:last-child {
            border-bottom: 0;
        }

        .products-ver li .pro-item {
            border: 0;
            padding-bottom: 9px;
        }

.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: 0;
        left: 0;
    }

    .pro-item-min .pro-name {
        line-height: 40px;
        display: block;
        overflow: hidden;
        height: 40px;
        color: #666;
    }

        .pro-item-min .pro-name h3 {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
        }

.proImg-big {
    text-align: center;
}

.item-gallery {
    width: 100%;
    height: 70px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 20px;
}

    .item-gallery ul {
        padding: 0;
        margin: 0;
    }

    .item-gallery li {
        float: left;
        border: 1px solid #ccc;
        padding: 3px;
        margin-right: 2px;
        border-radius: 1px;
        display: block;
    }

    .item-gallery a {
        display: block;
        width: 50px;
    }

.box-login-action {
    border-top: 1px solid #e9e9e9;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
}

.box-login {
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    min-height: 210px;
    margin-top: 20px;
}

.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: 0 0 5px 0;
    line-height: 20px;
}

.box-login p {
    margin: 0;
    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: 0 5px;
    }

    .box-login p .required, .box-login p .field-validation-error {
        top: -2px;
        left: auto;
        right: 0;
    }

.mg-t30 {
    margin-top: 30px;
}

.container-user {
    padding: 30px 0;
}

.box-border {
    border: 1px solid #ddd;
}

.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: 0 0 5px 0;
    line-height: 20px;
}

.formInput {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

    .formInput .txt {
        display: block;
        width: 100%;
        margin-top: 5px;
    }

.container-user .btn {
    min-width: 150px;
}

.heading-counter {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.cart_summary {
    border: 1px solid #ddd;
    border-right: 0;
    width: 100%;
}

    .cart_summary th {
        background: #f7f7f7;
        padding: 10px 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .cart_summary td {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 10px;
        vertical-align: top;
        font-size: 13px;
        line-height: 20px;
    }

    .cart_summary .cart_product {
        width: 90px;
    }

    .cart_summary .product-name {
        font-weight: bold;
        line-height: 20px;
        margin: 0;
    }

.table-cart-footer {
    border-top: 0;
    margin-top: 0;
    font-weight: 600;
    text-align: right;
}

    .table-cart-footer tr:first-child td {
        border-top: 0;
    }

.cart_summary td .cart-delete {
    color: #4372ce;
    margin-left: 10px;
    text-decoration: underline;
}

.cart_summary .cartImg {
    padding-left: 70px;
    position: relative;
    min-height: 60px;
}

    .cart_summary .cartImg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
    }

.listBonus {
    padding: 0;
    margin: 0;
}

    .listBonus li {
        display: block;
        padding-left: 50px;
        position: relative;
        padding-top: 10px;
        font-size: 13px;
        line-height: 20px;
        min-height: 50px;
    }

        .listBonus li img {
            position: absolute;
            top: 10px;
            left: 0;
            width: 40px;
        }

        .listBonus li .cart-delete {
            color: #4372ce;
        }

.msg-red {
    background: #e6a4a4;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.msg-green {
    background: #71b171;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.cmb-row:after {
    content: "";
    display: block;
    clear: both;
}

.cmb-row label {
    float: left;
    width: 70px;
    padding: 3px 0;
}

.cmb-row .cmb-value {
    float: right;
    width: calc(100% - 70px);
    padding: 3px 0;
}

.cart-qty {
    width: 100px;
    height: 30px;
    display: inline-block;
}

    .cart-qty .cart-qty-minus, .cart-qty .cart-qty-plus {
        width: 26px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #eaeaea;
        float: left;
        color: #9e9e9e;
        display: block;
        text-align: center;
    }

    .cart-qty .cart-qty-input, .cart-qty select {
        border: 1px solid #eaeaea;
        height: 26px;
        width: 40px;
        line-height: 24px;
        float: left;
        border-right: none;
        border-left: none;
        text-align: center;
        background: #fff;
        padding: 0 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.box-voucher-input {
    text-align: right;
    padding: 10px 0;
}

    .box-voucher-input label {
        font-weight: 600;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        display: inline-block;
    }

    .box-voucher-input .txt-voucher {
        vertical-align: middle;
        height: 30px;
        width: 130px;
        border: 1px solid #ccc;
        padding: 0 5px;
    }

    .box-voucher-input .btn {
        vertical-align: middle;
    }

.cart_navigation {
    margin-top: 20px;
    padding: 0 10px;
}

.buy-tragop {
    padding-top: 10px;
    padding-left: 100px;
}

.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;
}

.payment-step-head {
    margin: 0;
    padding: 0;
    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;
        }

.buyer-info {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

    .buyer-info li {
        display: block;
    }

        .buyer-info li > div {
            position: relative;
            padding-top: 10px;
        }

            .buyer-info li > div label {
                display: inline-block;
                line-height: 20px;
                font-size: 13px;
            }

            .buyer-info li > div input, .buyer-info li > div select {
                height: 30px;
                border: 1px solid #ddd;
                color: #666;
                width: 100%;
                padding: 0 5px;
            }

                .buyer-info li > div input.disabled, .buyer-info li > div select.disabled {
                    background: #ebebe4 !important;
                    color: #ebebe4 !important;
                }

.red {
    color: red;
}

.radio-thongtin {
    width: 100%;
}

    .radio-thongtin td {
        width: 50%;
        padding: 10px 15px;
    }

    .radio-thongtin input, .radio-thongtin label {
        margin: 0;
        vertical-align: middle;
        margin-right: 10px;
    }

.buyer-payment {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    .buyer-payment li {
        display: block;
    }

.subcaption {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.radio-thanhtoan {
    width: 100%;
}

    .radio-thanhtoan td {
        padding: 5px 0;
    }

        .radio-thanhtoan td input, .radio-thanhtoan td label {
            margin: 0;
            vertical-align: middle;
            margin-right: 10px;
        }

#BillInfo {
    margin-right: -15px;
    margin-left: -15px;
}

.title-one {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    padding: 2px 0;
}

.payment-review {
    padding-top: 20px;
}

.payment-thongtin .buyer-info li > div label {
    font-weight: 600;
    font-size: 14px;
}

.payment-thongtin {
    font-size: 14px;
    margin-bottom: 20px;
}

.payment-review .radio-thanhtoan {
    font-size: 14px;
    line-height: 20px;
}

.dkthanhtoan {
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 10px;
}

.block-tragop {
    padding: 20px 0;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 100%;
}

    .block-tragop .title {
        padding: 0 10px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
    }

    .block-tragop .detail {
        padding: 10px 0 0;
        font-size: 14px;
    }

    .block-tragop .width-50 {
        width: 50%;
        padding: 0 10px;
        float: left;
        line-height: 26px;
        position: relative;
    }

.tragop-step {
    padding-top: 30px;
}

    .tragop-step .box-step {
        padding-bottom: 30px;
    }

    .tragop-step .box-step-content {
        padding: 20px 10px;
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        width: 100%;
    }

    .tragop-step .box-step .title {
        color: #1c80de;
        font-size: 16px;
        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 {
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 100%;
}

    .tragop-ketqua table {
        width: 100%;
    }

    .tragop-ketqua td {
        padding: 5px 0;
        font-weight: 600;
        font-size: 14px;
        vertical-align: top;
        line-height: 18px;
    }

    .tragop-ketqua tr td:first-child {
        width: 100px;
        padding-right: 10px;
        font-weight: normal;
    }

.form-input-tg {
    width: 100%;
}

    .form-input-tg td {
        padding: 5px 0;
        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;
        }

#chatBox {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 20px;
    background: #fff;
    width: 270px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 25px #000000;
    box-shadow: 0 2px 25px rgba(0,0,0,.2)
}

#toggleCb {
    position: absolute;
    height: 34px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    top: 0;
    right: 0;
    text-align: right;
    cursor: pointer;
    padding-right: 10px;
}

    #toggleCb .fa {
        line-height: 34px;
    }

.cbTitle {
    background: #0f4256;
    color: #fff;
    height: 34px;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 10px;
}

.cbDetail {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0;
}

.cbContent {
    height: 300px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .cbContent ul {
        display: block;
        margin: 0;
        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: 0;
        padding: 0;
        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 0;
    overflow: hidden;
}

.cbTxt {
    border: 0;
    width: 100%;
    height: 44px;
    line-height: 18px;
    font-size: 13px;
    padding: 4px 25px 4px 10px;
    display: block;
}

#chatBox.cBmin {
    width: 80px;
}

.cBmin #toggleCb:before {
    content: "Chat";
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    padding-right: 10px;
}

.cBmin #toggleCb .fa:before {
    content: "\f086";
}

.cBmin .cbTitle {
    font-size: 0;
}

.cBmin .cbDetail, .cBmin .cbInput {
    height: 0;
}

.inputInfo {
    padding: 10px 15px 15px;
    border-bottom: 1px #ededed solid;
}

.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: #df1f26;
        text-transform: uppercase;
        font-size: 12px;
        display: inline-block;
        line-height: 20px;
        padding: 2px 10px;
        cursor: pointer;
    }

#toggleCbMobile {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 21px;
    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;
}

.comment-container {
    border: 1px solid #eee;
}

.comment-form {
    background: #f8f8f8;
    padding: 15px;
    padding-top: 0;
}

    .comment-form .comment-reply-title {
        font-size: 24px;
    }

    .comment-form .col-sm-4, .comment-form .col-sm-8, .comment-form .col-btn {
        float: left;
        width: 100%;
        padding: 0;
    }

    .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 {
    max-height: 400px;
    overflow: hidden;
}

    .comment-list.load-more-cmt {
        max-height: none;
    }

.comment-item {
    border-bottom: 1px solid #EEEEEE;
    line-height: 20px;
    padding: 10px;
    position: relative;
}

    .comment-item .cmt-avatar {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 15px;
        left: 10px;
    }

        .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: 5px;
        padding-top: 10px;
    }

        .comment-item .cmt-head ul {
            margin: 0;
            padding: 0;
        }

        .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: 0;
                padding-left: 0;
            }

            .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 {
        line-height: 20px;
        padding-left: 50px;
        font-size: 13px;
        padding-bottom: 10px;
    }

.comment-list .comment-item:last-child {
    border-bottom: 0;
}

.comment-more {
    text-align: center;
    padding: 10px 0;
}

    .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-left: 50px;
}

.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 #f8f8f8;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .comment-reply .repy-list {
        background: #f8f8f8;
    }

.tags-title {
    border-bottom: 1px solid #ddd;
    padding: 30px 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

    .tags-title i {
        font-style: normal;
        color: #DF1F26;
    }

.tagsList {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .tagsList ul {
        padding: 0;
        margin: 0 -5px;
    }

        .tagsList ul:after {
            content: "";
            display: block;
            clear: both;
        }

        .tagsList ul li {
            float: left;
            width: 33.3333%;
            font-size: 13px;
            padding: 5px;
            display: block;
            line-height: 16px;
        }

            .tagsList ul li:nth-child(3n+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;
            }

#popupVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    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: 360px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 20px;
}

    .popupVideo .videoClose {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        font-size: 18px;
        padding: 3px;
    }

    .popupVideo #iframeVideo {
        width: 100%;
        height: 200px;
    }

.vpopup-link {
    display: block;
    background: url(/Images/video.png) center center no-repeat;
    width: 260px;
    height: 150px;
    margin: 0 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: 0 0 10px 0 #ccc;
    }

.ul-tgData {
    margin: 0;
    padding: 0;
}

    .ul-tgData li {
        display: block;
        padding: 2px 0;
        float: left;
        width: 25%;
    }

    .ul-tgData input[type="radio"] {
        margin: 0;
        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: 0;
    font-size: 12px;
}

    .table-tgDoitac tr:nth-child(2n+1) {
        background: #f9f9f9;
    }

    .table-tgDoitac tr td {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        padding: 10px 5px;
        vertical-align: middle;
        width: 33.33333%;
        line-height: 22px;
    }

    .table-tgDoitac tr:first-child td {
        vertical-align: middle;
        border-top: 1px solid #eaeaea;
    }

    .table-tgDoitac tr td:last-child {
        border-right: 0;
    }

    .table-tgDoitac .title {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        padding: 8px 0;
        color: #333;
    }

    .table-tgDoitac .txt {
        width: 100%;
    }

.toggleDiv .toggleDiv-btn {
    color: #4a90e2;
}

.toggleDiv-content {
    padding: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    font-size: 13px;
}

    .toggleDiv-content ul {
        margin: 0;
        padding: 0;
    }

    .toggleDiv-content li {
        display: block;
        padding: 2px 0;
    }

.block-head {
    height: 40px;
    background: #EEEEEE;
    position: relative;
}

.block-address {
    margin-top: 0;
    margin-bottom: 30px;
}

    .block-address .block-inner {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 10px;
    }

.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;
    }

.container__directory .navcat ul li h5 {
    text-align: center;
    height: 30px;
}

.container__directory .navcat ul li img {
    transform: scale(.9);
    transition: all .5s linear;
}

.container__directory .navcat ul li:hover img {
    transform: scale(1);
}

.fix__header-mobile {
    transition: all .8s linear;
    display: block;
    height: 51px;
}

@media (min-width: 768px) {
    a.scrollToTop {
        position: fixed;
        z-index: 999;
        bottom: 5%;
        left: 10px;
    }

    .scrollToTop img {
        height: 30px !important;
    }

    .container__slide-mobile .col-banner {
        position: relative;
    }
}

@media (max-width: 768px) {
    /*-------------------------change css mobile---------------------------*/
    /*header*/
    .fixed__mobile {
        padding: 7px 0 5px 0;
        height: 52px;
    }
    /*slider mobile*/
    .container__slide-mobile .swiper-containered {
        position: relative;
        top: 0
    }

    /*.container__slide-mobile .col-banner.clear {
        height: 200px;
    }*/

    /*.container__slide-mobile .swiper-slide img {
        height: 200px;
        /*object-fit: cover;*/
    }*/

    .container__directory {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        margin: 20px 0 0 0;
        background: white;
        box-shadow: 0 0 0.3125rem #cdcdcd;
        z-index: 100;
        border-radius: 10px;
        max-width: 768px;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

        .container__directory .navcat ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-items: flex-start;
        }

            .container__directory .navcat ul li img {
                width: 100%;
                object-fit: contain;
            }

            .container__directory .navcat ul li h5 span {
                font-size: 0.9rem;
                text-align: center;
                color: #666;
            }

            .container__directory .navcat ul li {
                float: left;
                width: 25%;
            }

    .block-product-content .tab-container
    #contentProduct img {
        height: auto !important;
    }

    /*fix header mobile*/
    .fix__header-mobile {
        transition: all .5s ease-out;
        z-index: 999;
    }

    .fixed__mobile {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }

        .fixed__mobile .logo {
            height: 250px;
        }

    .swiper-container-mobile {
        padding: 20px 0;
    }


    @keyframes two {
        0% {
            transform: rotateY(0);
        }

        100% {
            transform: rotateY(-50deg);
        }
    }

    a.scrollToTop {
        position: fixed;
        z-index: 999;
        bottom: 5%;
        left: 10px;
    }

        a.scrollToTop img {
            width: 35px;
            color: red;
            height: 35px;
        }

    .swiper-container-mobile .swiper-slide {
        margin-bottom: 10px;
    }
    /*not change*/
    .header-three {
        padding: 10px 10px 0;
    }

    .navcat ul {
        margin: 0;
        padding: 0 5px;
    }

    .block-breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }

    .manufacAddress, .chinhSach-manufac, .box-new-detail, .table-other-news {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsList ul {
        margin: 0;
    }

    .product-title, .page-title {
        margin-left: 10px;
        margin-right: 10px;
    }

        .product-title .page-title {
            font-size: 13px;
            line-height: 20px;
            padding: 0 0 10px;
        }

    .category-note {
        margin-left: 10px;
        margin-right: 10px;
    }

    .box-proInfo, .catNews, .block-proImg, .container-user, .container-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block-product-content .tab-container, .products-ver, .box-new-link {
        border-right: 0;
        border-left: 0;
    }
}
/*@media (min-width: 600px) and (max-width: 768px) {
    .container__directory .swiper-container-mobile .swiper-slide h5 {
        margin: 0;
        padding: 0;
        position: relative;
        top: -10px;
    }
}*/

@media (max-width: 600px) {
    /*.container__slide-mobile .col-banner.clear {
        height: 150px;
    }*/

    .swiper-slide a h5 {
        z-index: 100;
        opacity: 100;
        height: 20px !important;
    }
        .container__directory .navcat ul li {
        width: 33.3%;
    }
    .swiper-container-mobile .swiper-slide {
        width: 10% !important;
    }
            .swiper-container-mobile .swiper-slide a {
            height: 135px;
        }
}

@media (max-width: 480px) {
    .container__directory {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }
            .container__directory .navcat ul li img {
            height: 150px;
        }
        .container__directory .navcat ul {
            padding: 0;
        }
                    .container__directory .navcat ul li {
                float: left;
                width: 50%;
            }
    .container__directory .navcat ul li h5 {
        height: 20px;
        padding: 9px;
        margin: 5px 0 10px 0;
    }
          .container__directory .navcat ul li h5 span {
            font-size: 0.8rem;
        }

    /*.container__slide-mobile .swiper-containered,
    .container__slide-mobile .swiper-containered li,
    .container__slide-mobile .swiper-containered li a {
        height: 130px;
    }*/

      
    .scrollToTop img {
        height: 30px !important;
    }

    /*/*.container__slide-mobile .col-banner.clear ul {
        height: 110px;
    }*/

    .swiper-container-mobile .swiper-slide {
        width: 16% !important;
        margin-bottom: 0;
    }


    /*.container__slide-mobile .col-banner.clear {
        height: 130px;
    }*/

    .nopd-mobi {
        padding-left: 0;
        padding-right: 0;
    }

    .block-mobi {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .products-hor li .pro-item {
        height: 326px;
    }


    .products-hor li:nth-child(2n+1) .pro-item {
        border-left: 0;
    }

    .products-hor li:nth-child(2n) .pro-item {
        border-right: 0;
    }

    .pro-item .pro-box-price {
        min-height: 40px;
    }

    .pro-item .pro-price, .pro-item .pro-price-old {
        display: block;
        padding-top: 0;
    }

    .pro-item .pro-buy {
        margin-top: 5px;
    }

    .navcat ul li {
        width: 33.3333%;
    }

    .sortPagiBar {
        border-right: 0;
        border-left: 0;
    }

    .sortPagiBar-tabs li:first-child, .sortPagiBar-tabs li:nth-child(6) {
        display: none;
    }

    .sortPagiBar-tabs li {
        width: 25%;
    }

    .sortPagiBar-tabs a {
        padding: 0;
        text-align: center;
    }

    .sortPagiBar-tabs li:nth-child(5) a {
        border-right: 0;
    }

    .box-brand-list {
        border: 0;
    }

        .box-brand-list ul {
            padding: 10px 5px;
        }

        .box-brand-list li, .tagsList ul li {
            width: 50%;
        }

            .tagsList ul li:nth-child(3n+1) {
                clear: none;
            }

            .tagsList ul li:nth-child(2n+1) {
                clear: both;
            }

    .manufac-list .listManufac {
        padding: 20px 5px 0;
    }

        .manufac-list .listManufac li {
            width: calc(50% - 10px);
        }

    .buyer-info li .width-50 {
        width: 100%;
    }

    .radio-thongtin td {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }

    .block-tragop .width-50 {
        width: 100%;
    }

    .block-tragop .detail {
        padding-bottom: 20px;
    }

        .block-tragop .detail .width-50:first-child {
            padding-bottom: 10px;
            text-align: center;
        }

    .tree-category, .comment-container, .cart_summary td, .cart_summary, .heading-counter, .box-border {
        border-left: 0;
        border-right: 0;
    }

    .container-cart {
        padding-left: 0;
        padding-right: 0;
    }

    .pd-h15 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-title .page-title {
        margin-left: 0;
        margin-right: 0;
    }

    .box-voucher-input {
        text-align: left;
        padding: 5px;
    }

    .title-one {
        padding-top: 20px;
        font-weight: 600;
        padding-left: 10px;
    }

    .no-pdt {
        padding-top: 0 !important;
    }
    /***********Test order option number appear or disappear class************/
    .appear_order {
        top: 0 !important;
        transform: translate(-50%,100%) !important;
    }

        .appear_order input {
            width: 50% !important;
        }

        .appear_order .appear_error_empty {
            left: 40%;
            padding: 4px 5px !important;
            line-height: 13px !important;
            width: 60%;
        }
}

@media (max-width: 768px) {
    #boxLogin .container-mobile {
        width: 100% !important;
    }
    #boxLogin .block {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 450px) {
    .container__directory .navcat ul li h5 span {
        font-size: 0.8rem;
        position: relative;
        top: -15px;
        height: 25px;
        padding: 5px 0;
        padding: 0 5px;
    }
}

@media (max-width: 320px) {
    .container__directory {
        width: auto !important;
        margin: 0 auto;
    }

        .container__directory .navcat ul li h5 span {
            top: -10px;
        }

    .navcat ul h3 > span span, .sortPagiBar-tabs a {
        font-size: 12px;
    }

    .box-brand-list .brand-item {
        padding: 5px;
    }

    .box-brand-list .brand-logo {
        height: 50px;
    }

        .box-brand-list .brand-logo img {
            max-height: 50px;
        }

    .box-brand-list .brand-name {
        height: 26px;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
    }

    .choosemanufac .title {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
    }

    .cart_summary .cart_product {
        width: 90px;
    }

    .cart_navigation .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
    }

    .block-tragop {
        padding-left: 0;
        padding-right: 0;
    }

    .tagsList ul li {
        width: 100%;
    }

    .products-hor li {
        width: 100%;
    }
}
/***********Test order option number appear or disappear class************/
.hidden_order {
    display: none !important;
}

.appear_order {
    position: relative !important;
    left: 50%;
    top: 50%;
    transform: translate(-100%,50%);
}

.appear_error_empty {
    position: relative;
    width: 100%;
    display: block;
    left: 100%;
    height: 32px;
    line-height: 14px;
    top: -70px;
    font-size: 13px;
    border-radius: 10px;
    color: white;
    background: red;
    padding: 5px;
}

    .appear_error_empty::after {
        position: absolute;
        content: "SDT không được bỏ trống và gồm có 10 chữ số";
        border-radius: 10px;
        color: white;
    }

    .appear_error_empty::before {
        position: absolute;
        content: "";
        left: -5px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 50px solid red;
        transform: rotate(220deg);
    }

/*style css box sale*/
span.my-sale-item {
    background: #ff7e00;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 80%;
    transform: translate(-50%, 0%);
    z-index: 1;
    font-weight: var(--font-weight-700);
    color: white;
    font-size: var(--font-size-14);
}
/*form payment*/
#boxLogin .container-mobile{
    width:50%;
}

@media only screen and (max-width: 700px) {
    .view-content h2 span span span strong{

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.view-content>h2>span>span>span{

    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;

}
.view-content>h2>span>span>span>img:after {
  content: "\a ";
    white-space: pre;
  }
}
