@font-face {
    font-family: 'FontAwesome';
    src: url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/sites/all/themes/giaodiennguoidung/css/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-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-pp: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-resistance: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: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";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/sites/all/themes/giaodiennguoidung/css/skins/square/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

.icheckbox_square-blue.hover {
    background-position: -24px 0;
}

.icheckbox_square-blue.checked {
    background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-blue {
    background-position: -120px 0;
}

.iradio_square-blue.hover {
    background-position: -144px 0;
}

.iradio_square-blue.checked {
    background-position: -168px 0;
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0;
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi),
(min-resolution:1.25dppx) {

    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(/sites/all/themes/giaodiennguoidung/css/skins/square/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slowest {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.delay-1000 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3000 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
    opacity: 0;
}

.lightSpeedInRight,
.lightSpeedInLeft {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }

    60% {
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }

    60% {
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInRight.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    60% {
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }

    60% {
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }

    60% {
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }

    60% {
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounceInUp.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    60% {
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    60% {
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounceInDown.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.fadeIn {
    opacity: 0;
}

.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.growIn {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
}

.growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake.go {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes shakeUp {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes shakeUp {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateY(10px);
    }
}

.shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

.fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
}

.fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}

.fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft.go {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft.go {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight.go {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight.go {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn.go {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }

    10% {
        -webkit-transform: skewX(-8deg);
    }

    20% {
        -webkit-transform: skewX(7deg);
    }

    30% {
        -webkit-transform: skewX(-6deg);
    }

    40% {
        -webkit-transform: skewX(5deg);
    }

    50% {
        -webkit-transform: skewX(-4deg);
    }

    60% {
        -webkit-transform: skewX(3deg);
    }

    70% {
        -webkit-transform: skewX(-2deg);
    }

    80% {
        -webkit-transform: skewX(1deg);
    }

    90% {
        -webkit-transform: skewX(0deg);
    }

    100% {
        -webkit-transform: skewX(0deg);
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }

    10% {
        transform: skewX(-8deg);
    }

    20% {
        transform: skewX(7deg);
    }

    30% {
        transform: skewX(-6deg);
    }

    40% {
        transform: skewX(5deg);
    }

    50% {
        transform: skewX(-4deg);
    }

    60% {
        transform: skewX(3deg);
    }

    70% {
        transform: skewX(-2deg);
    }

    80% {
        transform: skewX(1deg);
    }

    90% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
    }
}

.wiggle.go {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.swing.go {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.tada.go {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.wobble.go {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse.go {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedInRight {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedInRight.go {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(20%) skewX(-30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(20%) skewX(-30deg);
        opacity: 1;
    }

    80% {
        transform: translateX(0%) skewX(15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedInLeft.go {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

.flip.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.bounceOut.goAway {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp.goAway {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown.goAway {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.bounceOutLeft.goAway {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight.goAway {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut.goAway {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUp.goAway {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDown.goAway {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeft.goAway {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRight.goAway {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX.goAway {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutRight {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOutRight.goAway {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOutLeft.goAway {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut.goAway {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft.goAway {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft.goAway {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight.goAway {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut.goAway {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(/sites/all/themes/giaodiennguoidung/css/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(/sites/all/themes/giaodiennguoidung/css/AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 23px;
}

span.icon {
    background: url(/sites/all/themes/giaodiennguoidung/images/icon.png) no-repeat 0px 0px transparent;
}

.block-clear ul {
    margin: 0px;
    padding: 0px;
}

.block-clear ul li {
    list-style: none;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

.footer-top {
    background: #fe7911;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 80px;
}

.footer-top a {
    color: #ffffff;
}

.container {
    width: 1174px;
    margin: 0 auto;
}

.thuongdo-info {
    float: left;
    width: 365px;
    margin-right: 40px;
}

.thuongdo-info h5 {
    margin-bottom: 0px;
    color: white;
    font-weight: normal;
}

.thuongdo-info a.app {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.thuongdo-info a.ios span {
    float: left;
    width: 153px;
    height: 52px;
    background-position: -110px -186px;
}

.thuongdo-info a.android span {
    float: left;
    width: 153px;
    height: 52px;
    background-position: -110px -243px;
}

.menu-footer {
    float: left;
    width: 400px;
}

.menu-footer .item {
    float: left;
    width: 50%;
}

.menu-footer .item.last {
    float: right;
}

.menu-footer .item ul li.item {
    width: 100%;
}

.menu-footer h3,
.contact-info h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    margin-bottom: 25px;
    position: relative;
}

.menu-footer ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.contact-info {
    float: right;
    width: 278px;
}

.contact-info h3:before,
.menu-footer h3:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #ffa800;
    position: absolute;
    top: 28px;
}

.contact-info h5 {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.contact-info p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-info .item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #545454;
    padding-bottom: 20px;
}

.contact-info .item.center {
    padding-top: 20px;
}

.contact-info .item.last {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 20px;
}

.contact-info .item p a {
    color: #ffa800;
}

.contact-info .item p span {
    float: left;
    width: 80px;
}

.contact-info .info-detail p {
    margin-bottom: 5px;
}

.footer-bottom {
    background: #062648;
    color: #c9c9c9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright {
    float: left;
}

.giay-phep-bocongthuong {
    float: right;
}

.giay-phep-bocongthuong a {
    float: left;
    margin-right: 10px;
}

.giay-phep-bocongthuong a.bo-cong-thuong span.icon {
    float: left;
    width: 116px;
    height: 38px;
    background-position: -50px -78px;
}

.giay-phep-bocongthuong a.dmca span.icon {
    float: left;
    width: 116px;
    height: 38px;
    background-position: -169px -78px;
}

.social {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.social h5 {
    float: left;
    margin: 0px;
    margin-right: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
    font-size: 13px;
    margin-top: 4px;
}

.social a {
    float: left;
    margin-right: 10px;
    color: #fe7911;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 15px;
    text-align: center;
    border-radius: 3px;
}

.header-top {
    background: #fe7911;
    color: white;
    padding-top: 7px;
    border-bottom: 1px solid #c95d0b;
    padding-bottom: 7px;
}

.header-top-left {
    float: left;
}

ul.header-top-right {
    float: right;
}

ul.header-top-right li {
    display: inline-block;
    margin-left: 10px;
}

ul.header-top-right li a {
    color: white;
}

.header-top-left .exchange-current {
    float: left;
    margin-right: 10px;
    position: relative;
}

.header-top-left span b {
    color: #000;
}

.header-top-left span.exchange-current span.icon {
    float: left;
    width: 20px;
    height: 20px;
    background-position: -4px -28px;
    margin-right: 7px;
}

.header-top-left span.hotline span.icon {
    float: left;
    width: 20px;
    height: 20px;
    background-position: -4px -3px;
    margin-right: 7px;
}

.header-top-left .exchange-current:after {
    content: "/";
    margin-left: 10px;
}

.header-top-right span.icon {
    float: left;
    width: 20px;
    height: 20px;
    background-position: -4px -50px;
    margin-right: 0px;
}

ul.header-top-right li.dang-nhap {
    position: relative;
}

ul.header-top-right li.dang-nhap:after {
    content: "/";
    margin-left: 10px;
}

.header-center {
    background: #fe7911;
}

.header-center div.logo {
    float: left;
}

nav.main-menu {
    float: right;
    padding-top: 40px;
}

nav.main-menu ul li {
    display: inline-block;
    margin-left: 30px;
}

nav.main-menu ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

.header-bottom {
    padding-bottom: 5px;
    background: #114072;
    color: white;
    padding-top: 5px;
}

.header-bottom span.icon {
    float: left;
    width: 26px;
    height: 20px;
    background-position: -5px -73px;
    margin-right: 10px;
}

.header-bottom li {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-bottom li a {
    color: white;
}

.quy-trinh-block {
    background: #f5f5f5;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d8dc;
}

.quy-trinh-block ul {
    margin-top: 20px;
    background: url(/sites/all/themes/giaodiennguoidung/images/hr-qt-bg.jpg) repeat-x 0px 0px transparent;
    padding-top: 20px;
}

.quy-trinh-block ul li {
    float: left;
    border: 1px solid #ffffff;
    background: white;
    border-radius: 3px;
    margin-right: 17px;
    width: 159px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.quy-trinh-block ul li.last {
    margin-right: 0px;
}

.quy-trinh-block ul li:after {
    background: url(/sites/all/themes/giaodiennguoidung/images/li-after-right.jpg) no-repeat 0px 0px transparent;
    content: "";
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    width: 19px;
    height: 24px;
}

.quy-trinh-block ul li span {}

.quy-trinh-block ul li span span.icon {
    float: left;
    width: 38px;
    height: 41px;
    background-position: -71px -126px;
    margin-right: 10px;
}

.quy-trinh-block ul li b {
    text-transform: uppercase;
}

.quy-trinh-block ul li.item-2 span span.icon {
    background-position: -124px -125px;
    width: 62px;
}

.quy-trinh-block ul li.item-3 span span.icon {
    background-position: -201px -124px;
    width: 47px;
}

.quy-trinh-block ul li.item-4 span span.icon {
    background-position: -261px -122px;
    width: 43px;
}

.quy-trinh-block ul li.item-5 span span.icon {
    background-position: -311px -120px;
    width: 43px;
}

.quy-trinh-block ul li.item-6 span span.icon {
    background-position: -365px -120px;
    width: 53px;
}

.app-install-block {
    background: url(bg.jpg) no-repeat 0px 0px #e6eaee;
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    min-height: 450px;
}

.app-install-block .app-install-item {
    float: left;
    text-align: center;
    width: 50%;
}

.app-install-block .app-install-left img {
    max-width: 100%;
}

.app-install-block .app-install-right {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.app-install-block .app-install-right strong {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.app-install-block .app-install-right i {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.app-install-block .app-install-right a.addon {
    display: flex;
    background: #333333;
    border-radius: 39px;
    max-width: 220px;
	width: 220px;
	align-items: center;
}

.app-install-block .app-install-right a.addon span.icon {
    background-position: 0px -151px;
    width: 49px;
    height: 44px;
    display: inline-block;
    margin-top: 5px;
}

.app-install-block .app-install-right a.cococ span.icon {
    background-position: 0px -103px;
}

.app-install-block .app-install-right a.addon span.text {
    display: inline-block;
    max-width: 154px;
    color: white;
    line-height: 19px;
    position: relative;
    top: -7px;
    left: -9px;
    text-transform: uppercase;
    font-size: 11px;
}

.app-install-block .app-install-right strong.no-margin-bottom {
    margin-bottom: 0px;
    margin-top: 50px;
}

.app-install-block .app-install-right a.app {
    display: inline-block;
    margin-left: 20px;
}

.app-install-block .app-install-right a.app span.icon {
    display: inline-block;
    background-position: -47px -1px;
    width: 207px;
    height: 71px;
}

.app-install-block .app-install-right a.android span.icon {
    background-position: -256px -1px;
}

.service-list-block {
    padding-bottom: 20px;
    overflow: hidden;
}

.service-list-block .inner {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.service-list-block .inner h3,
.service-list-block .inner h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.service-list-block .inner span.icon {
    display: inherit;
    background-position: -232px -459px;
    width: 115px;
    height: 37px;
}

.service-list-block .inner i {
    display: inline-block;
    width: 100%;
}

.service-list-block ul {
    position: relative;
}

.service-list-block ul li {
    float: left;
    width: calc(48% - 30px);
    margin-right: 4%;
    background: white;
    box-shadow: #f1f4f2 0px 3px 16px 4px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
}

.service-list-block ul li h2,
.service-list-block ul li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #fe7911;
}

.service-list-block ul li h2 a,
.service-list-block ul li h3 a {
    color: #fe7911;
}

.service-list-block ul li:hover {
    background: #1e5895;
    color: white;
}

.service-list-block ul li:hover h2 a {
    color: #000;
}

.service-list-block ul li.last {
    margin-right: 0%;
}

.service-list-block .content {
    position: relative;
}

.service-list-block .content:before {
    content: "";
    background: url(/sites/all/themes/giaodiennguoidung/images/service-bg.png) no-repeat 0px 0px transparent;
    position: absolute;
    right: -85px;
    top: -132px;
    width: 332px;
    height: 327px;
}

.service-list-block ul li span.icon {
    float: left;
    background-position: -8px -298px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.service-list-block ul li.item-2 span.icon {
    background-position: -8px -400px;
}

.service-list-block ul li.item-3 span.icon {
    background-position: -8px -298px;
}

.service-list-block ul li.item-4 span.icon {
    background-position: -120px -395px;
}

.bang-gia-nhap-hang-block {
    background: url(benerfit.jpg) no-repeat 25% #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    background-size: 400px;
}

.bang-gia-nhap-hang-block .bg-left {
    float: left;
    width: 35%;
    text-align: right;
}

.bang-gia-nhap-hang-block .bg-left img {
    max-width: 90%;
    height: auto;
}

.bang-gia-nhap-hang-block .bg-right {
    float: left;
    width: 65%;
}

.bang-gia-nhap-hang-block .bg-right h3 {
    text-transform: uppercase;
    color: #fe7911;
    font-size: 23px;
    margin-bottom: 5px;
    margin-top: 40px;
}

.bang-gia-nhap-hang-block .bg-right i {}

.bang-gia-nhap-hang-block .bg-right ul {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.bang-gia-nhap-hang-block .bg-right ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.bang-gia-nhap-hang-block .bg-right ul a {
    color: #333;
    font-size: 14px;
    position: relative;
}

.bang-gia-nhap-hang-block .bg-right ul a span {
    background: #a4b3c4;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.bang-gia-nhap-hang-block .bg-right ul a i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fe7911;
    top: 4px;
    left: 4px;
    font-style: inherit;
    color: white;
}

.bang-gia-nhap-hang-block .bg-right a.more {
    background: #ff5b35;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    padding-top: 5px;
    border-radius: 3px;
    padding-bottom: 5px;
}

.cam-ket-dich-vu-block {
    background: url(/sites/all/themes/giaodiennguoidung/images/world-bg.png) no-repeat center -101px #fe7911;
    min-height: 400px;
}

.cam-ket-dich-vu-block .container .inner {
    background: url(service.png) no-repeat 0px bottom transparent;
    background-size: 600px;
    display: inline-block;
    width: 100%;
    min-height: 490px;
}

.cam-ket-dich-vu-block .container .content {
    float: right;
    width: 60%;
}

.cam-ket-dich-vu-block .ck-top {
    width: 100%;
    float: left;
    color: white;
    margin-top: 40px;
}

.cam-ket-dich-vu-block .ck-top h3 {
    text-transform: uppercase;
    color: #000;
    text-align: right;
    float: left;
    margin-right: 20px;
}

.cam-ket-dich-vu-block .ck-top span {
    color: white;
    font-size: 30px;
}

.cam-ket-dich-vu-block .ck-top .content {
    width: 80%;
    position: relative;
    overflow: hidden;
}

.cam-ket-dich-vu-block .ck-top .content:before {
    content: "";
    background: #807f7f;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
}

.cam-ket-dich-vu-block .ck-top .content ul {
    position: relative;
    z-index: 2;
    padding: 15px;
    padding-top: 0px;
}

.cam-ket-dich-vu-block .ck-top .content ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.cam-ket-dich-vu-block .ck-top .content ul li h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #000;
}

.cam-ket-dich-vu-block .ck-top .content ul li p {
    margin: 0px;
}

.doi-tac-block {
    background: url(/sites/all/themes/giaodiennguoidung/images/crupto.png) no-repeat center 0px #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.doi-tac-block h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.doi-tac-block a img {
    display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    background: white;
    margin-left: 10px;
}

.faq-testomonior-block {
    background: url(/sites/all/themes/giaodiennguoidung/images/bg-faq-repeat.png) repeat-x 0px 0px transparent;
    min-height: 370px;
    padding-bottom: 80px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}

.faq-testomonior-block:after {
    content: "";
    background: url(/sites/all/themes/giaodiennguoidung/images/faq-bg.png) no-repeat 0px bottom transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.noi-dung .faq-testomonior-block:after {
    display: none;
}

.faq-testomonior-block .item {
    float: left;
    width: 28%;
    margin-right: 2%;
    margin-top: 75px;
}

.faq-testomonior-block .item h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
    margin-bottom: 5px;
}

.faq-testomonior-block .faq-block {
    width: 63%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
}

.sale-left-block img,
.sale-right-block img {
    width: 100%;
    height: auto;
}

.faq-testomonior-block .container {
    position: relative;
    z-index: 10;
}

.sale-timecountdown-block {
    margin-top: 10px;
}

.sale-timecountdown-block b {
    color: #306aa6;
    font-size: 16px;
}

.sale-timecountdown-block .timecountdown-label {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fb7824;
    font-size: 18px;
    margin-top: 5px;
}

.faq-testomonior-block .item.faq-block h3 {
    color: #ff9800;
    font-weight: bold;
    line-height: 30px;
}

.faq-block ul {
    margin-top: 10px;
}

.faq-block ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.faq-block ul li .top {
    background: #f2f2f2;
    float: left;
    width: 100%;
    border-radius: 3px;
}

.faq-block ul li .top.active {
    background: #306aa6;
}

.faq-block ul li .top a {
    color: #333;
    float: left;
    width: 90%;
    padding: 5px;
    line-height: 20px;
}

.faq-block ul li .top.active a {
    color: white;
}

.faq-block ul li .top i {
    float: right;
    min-height: 51px;
    width: 35px;
    text-align: center;
    color: white;
    line-height: 48px;
    font-size: 20px;
    background: #7d7d7d;
}

.faq-block ul li .top.active i {
    background: #fe7911;
}

.faq-block ul li .anwer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.khao-sat-chat-luong-block {
    float: left;
    width: 100%;
}

.khao-sat-chat-luong-block ul {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 35px;
    z-index: 10;
    overflow: hidden;
}

.khao-sat-chat-luong-block ul li {
    color: white;
    float: left;
    width: calc(24% - 20px);
    margin-right: 1%;
    background: #c7166f;
    border-radius: 3px;
    padding: 10px;
    min-height: 50px;
}

.khao-sat-chat-luong-block ul li.last {}

.khao-sat-chat-luong-block ul li.item-2 {
    background: #6c16c7;
}

.khao-sat-chat-luong-block ul li.item-3 {
    background: #2a1bc8;
}

.khao-sat-chat-luong-block ul li.item-4 {
    background: #1b7dc8;
}

.khao-sat-chat-luong-block ul li span.number {
    float: left;
    width: 35%;
    text-align: center;
    line-height: 48px;
}

.khao-sat-chat-luong-block ul li span.text {
    float: left;
    width: 65%;
}

.khao-sat-chat-luong-block ul li span.number b {
    font-size: 25px;
}

.khao-sat-chat-luong-block ul li span.number em {
    font-style: normal;
}

.tin-moi-home .inner {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.tin-moi-home .inner h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.tin-moi-home .inner i {
    display: inline-block;
    width: 100%;
}

.tin-moi-home {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tin-moi-home .inner:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #333;
}

.tin-moi-home .content {
    width: 90%;
    margin: auto;
}

.tin-moi-home .content .item {
    width: 515px;
    float: left;
    padding-right: 0px;
    background: #fafafa;
    min-height: 190px;
    padding-left: 0px;
}

.tin-moi-home .content .item a.image {
    float: left;
    width: 40%;
    margin-right: 15px;
}

.tin-moi-home .content .item a.image img {
    width: 100%;
    height: 190px;
}

.tin-moi-home .content .item a.title {
    display: block;
    color: #306aa6;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.tin-moi-home .content .item .lead {
    margin-right: 10px;
}

.tin-moi-home .content .item span.post {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.tin-moi-home .content .item a.more {
    color: #fe7911;
}

.banner-slide img {
    width: 100%;
    height: auto;
}

h1.title-head-h1 {
    font-size: 13px;
    margin: 0px;
    line-height: 22px;
    position: absolute;
    top: -30px;
}

.menu-main {
    float: right;
    margin-top: 24px;
    width: auto;
}

.menu-main ul li {
    float: left;
    position: relative;
}

.menu-main ul li a {
    float: left;
    padding-left: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
}

.header-top-right .menu-main ul li a.parent {
    padding-left: 8px;
}

.header-top-right .menu-main ul li a.parent.active {
    color: rgb(24, 84, 147);
}

.menu-main ul li ul {
    position: absolute;
    left: 0px;
    top: 42px;
    background-color: #fe7911;
    width: 300px;
    z-index: 999;
    font-size: 15px;
    border-radius: 3px 3px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: visible;
    max-width: 0;
    max-height: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    -o-transition: -o-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
}

.menu-main ul li:hover ul {
    visibility: visible;
    max-width: 5000px;
    max-height: 5000px;
	color: #000000;
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    -ms-transform: perspective(600px) rotateX(0);
    -o-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-main ul li ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(198, 0, 0);
}

.menu-main ul li ul li a {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 87%;
    color: white;
    padding-left: 4%;
    padding-right: 0px;
    font-size: 15px;
}

.menu-main ul li ul li ul {
    display: none;
    left: 300px;
    top: 0px;
    opacity: 1;
    border-radius: 0px;
    background: black;
}

.menu-main ul li ul li ul li {
    border-bottom: 1px solid rgb(68, 66, 66);
}

.menu-main ul li ul li a {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 87%;
    color: white;
    padding-left: 4%;
    padding-right: 0px;
    font-size: 15px;
}

.tim-kiem-search-form {
    float: left;
    width: 450px;
    margin-top: 10px;
    margin-left: 10px;
}

form.tim-kiem-add-form {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 38px;
}

form.tim-kiem-add-form .search-text {
    float: left;
    background: white;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 38px;
}

.search-text span {
    float: left;
    background: #e5e5e5;
    height: 45px;
    line-height: 50px;
    display: block;
    border-right: 1px solid #e5e5e5;
}

.search-text img.active-seleted {
    max-width: 71px;
    background: #e5e5e5;
    padding-left: 10px;
    margin-right: 4px;
    cursor: pointer;
    margin-top: 8px;
    float: left;
}

.search-text span i {
    margin-right: 10px;
    margin-top: 18px;
}

.search-text ul.search-hover {
    float: left;
    width: 106px;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    cursor: pointer;
    background: #e5e5e5;
    margin-right: 10px;
    position: absolute;
    z-index: 100;
    border-radius: 38px 0px 0px 0px;
}

.search-text ul.search-hover li {
    float: left;
    width: 91%;
    list-style: none;
    margin: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
}

.search-text ul.search-hover li img {
    max-width: 71px;
}

form.tim-kiem-add-form .search-text .form-item {
    margin: 0px;
    float: left;
}

.search-text .form-item-category {
    display: none;
}

form.tim-kiem-add-form .search-text .form-item select {
    border: none;
    height: 32px;
    padding-left: 10px;
}

form.tim-kiem-add-form .search-text .form-item input.form-text {
    width: 305px;
    border: none;
    height: 45px;
    padding-right: 5px;
    background-image: none;
    padding-left: 10px;
    outline: none;
    float: left;
}

form.tim-kiem-add-form input.form-submit {
    border: none;
    color: white;
    height: 46px;
    text-transform: uppercase;
    cursor: pointer;
    background: url(/sites/all/themes/giaodiennguoidung/images/btn-search.png) no-repeat center 8px #ff5a21;
    width: 68px;
    text-indent: -999px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
    text-align: center;
    border-radius: 38px;
}

.tim-kiem-search-form b {
    color: #333;
    font-weight: normal;
    font-size: 11px;
}

.tim-kiem-search-form b a {
    color: #c00017;
}

.main .tim-kiem-search-form b a {
    color: #FFEB3B;
}

div.main {
    position: relative;
}

div.main .tim-kiem-search-form {
    position: absolute;
    z-index: 995;
    left: 30%;
    top: 5px;
    width: 530px;
}

div.main form.tim-kiem-add-form .search-text .form-item input.form-text {
    width: 400px;
}

div.main .tim-kiem-search-form b {
    color: white;
    text-align: center;
    display: inline-block;
    width: 100%;
}

body.page-user,
body.page-dang-ky,
body.page-forgot-password,
body.page-quen-mat-khau {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    background: url(/sites/all/themes/giaodiennguoidung/images/user-bg.png) no-repeat 0px 0px #155695;
    margin: 0px;
    padding: 0px;
    line-height: 23px;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body.page-user .container,
body.page-dang-ky .container,
body.page-forgot-password .container,
body.page-quen-mat-khau .container {
    width: 820px;
    margin: 0 auto;
    margin-top: 100px;
}

.left-user {
    float: left;
    width: 50%;
}

.left-user h2 {
    text-transform: uppercase;
    color: #ffe400;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.left-user ul {
    padding-left: 15px;
    padding-top: 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.left-user ul li {
    color: white;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.left-user ul li a {
    color: white;
}

a {
    text-decoration: none;
}

.left-user h2 strong {
    float: left;
    width: 100%;
}

.left-user h2:after {
    content: "";
    float: left;
    width: 50%;
    height: 2px;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-user h2:before {
    content: "";
    float: left;
    width: 10%;
    height: 2px;
    background: #ffe456;
    position: absolute;
    top: 40px;
}

.left-user .social {}

.left-user .social a {
    float: left;
    margin-right: 4px;
    background: none;
}

.left-user .social a span.icon {
    float: left;
    width: 60px;
    height: 60px;
    background-position: -269px -183px;
}

.block-both {
    float: left;
    width: 100%;
}

.left-user .social a.youtube span.icon {
    background-position: -329px -183px;
    width: 56px;
}

.left-user .social a.facebook span.icon {
    background-position: -384px -183px;
    width: 56px;
}

.left-user .social a.viber span.icon {
    background-position: -439px -183px;
    width: 56px;
}

.user-content {
    float: right;
    width: 50%;
}

.user-content .top {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.user-content .top h1 {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: normal;
    color: #ffe400;
    line-height: 27px;
}

.user-content .top h1:after {
    content: "|";
    float: right;
    position: relative;
    margin-left: 10px;
    font-weight: normal;
}

.user-content .top h2 {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: normal;
    color: white;
}

.user-content .top h2 a {
    color: white;
}

.user-content .top i {
    color: white;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

form.user-register-form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

form.user-register-form .form-item {
    width: 100%;
    margin-bottom: 20px;
    background: #d4dee7;
    float: left;
    border-radius: 2px;
}

form.user-register-form .form-item input {
    border: none;
    background: none;
    float: left;
    width: 85%;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 29px;
}

form.user-register-form .form-item.form-type-checkbox input {
    width: auto;
}

form.don-hang-dang-ky-form .form-item.form-type-checkbox label {
    width: auto;
    color: white;
}

form.don-hang-dang-ky-form .form-item.form-type-checkbox {
    background: none;
}

form.user-register-form .form-item i {
    width: 10%;
    float: right;
    text-align: center;
    line-height: 33px;
    color: #4478a8;
}

form.user-register-form .form-item select {
    width: 100%;
    background: none;
    height: 30px;
    border-radius: 2px;
}

form.user-register-form input.form-submit {
    width: 100%;
    background: #f5c533;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #ccc;
    height: 33px;
    color: #16497c;
    font-weight: bold;
}

form.user-register-form .form-item-check {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: white;
}

form.user-register-form .form-item-check input {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

form.user-login-form {
    float: left;
    width: 100%;
    margin-top: 5px;
}

form.user-login-form .form-item {
    float: left;
    margin-right: 20px;
    max-width: 220px;
    background: white;
    border-radius: 3px;
    margin-top: 0px;
}

form.user-login-form .form-item input {
    width: 78%;
    float: left;
    border: none;
    text-indent: 5px;
    border-radius: 5px;
    height: 30px;
}

form.user-login-form .form-item i {
    float: right;
    width: 20%;
    text-align: center;
    line-height: 30px;
}

form.user-login-form input.form-submit {
    background: #153c61;
    color: white;
    border: none;
    height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

form.user-login-form input.form-submit:hover {
    background: #000;
}

.page-user .left-user,
.page-dang-ky .left-user {
    width: 30%;
}

.page-user .user-content,
.page-dang-ky .user-content {
    width: 65%;
}

body.page-user .container,
body.page-dang-ky .container {
    width: 960px;
}

body.page-dang-ky .container {
    margin-top: 30px;
}

form.user-login-form a.forgot-password {
    display: inline-block;
    margin-left: 20px;
    color: #000;
}

form.user-login-form a.forgot-password:before {
    content: "|";
    margin-right: 20px;
}

input#edit-submit-google {
    display: none;
}

form.user-login-form .form-item-remember-me {
    background: no-repeat;
    max-width: none;
    float: left;
    color: white;
}

form.user-login-form .form-item-remember-me input {
    width: auto;
    float: left;
    height: 18px;
    margin-right: 5px;
}

.login-use-social {
    float: left;
    width: 95%;
}

.login-use-social div.btn-login {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.login-use-social div.btn-login.btn-google {
    margin-right: 0px;
}

.login-use-social div.btn-login i {
    font-size: 18px;
    padding: 4px 5px;
    height: 28px;
    line-height: 31px;
    color: white;
}

.login-use-social div.btn-login a {
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    color: white;
}

.login-use-social div.btn-facebook i {}

.login-use-social div.btn-google i {}

.hisella-messages {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-family: Arial;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    background: #31694e;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: -34px;
    left: -1px;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    transition: background .5s ease-out;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
}

#hisella-minimize:hover {
    background: #3b5998;
}

#hisella-facebook {
    opacity: 0;
}

.hisella-messages {
    bottom: -300px;
    left: 200px;
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.phone-online i {
    animation: ring 1s infinite;
    -webkit-animation: ring 1s infinite;
}

#popup .uk-modal-dialog {
    background: #0092d0;
    color: #ffffff;
    width: 700px;
}

#popup .uk-modal-dialog .uk-close {
    color: #fff;
    opacity: .8;
}

.popup-home .uk-modal-dialog {
    background: #ffffff !important;
    color: #333 !important;
    width: 700px;
}

.popup-home .uk-modal-dialog .uk-close {
    color: #333 !important;
    opacity: .8;
}

.popup-home img {
    max-width: 100%;
}

.td-thongbao-content {
    background: #f9f9f9;
    clear: both;
    padding-top: 15px;
}

.td-thongbao {
    border: 1px solid #0092d0;
}

.td-thongbao-top {
    border-bottom: 1px solid #0092d0;
    padding: 5px;
}

.td-slogan {
    color: #0092d0;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.td-thongbao-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0092d0;
    margin-bottom: 5px;
}

.td-thongbao-des {
    color: #0092d0;
    text-align: center;
    margin-bottom: 15px;
}

.td-kinhgui {
    color: #0092d0;
    padding: 5px;
}

.td-content-main {
    padding: 5px;
}

.color-thongbao {
    color: #0092d0;
}

body.istablet {
    float: left;
}

div.messages {
    float: left;
    width: 95%;
}

a {
    text-decoration: none;
    color: #333;
}

.block {
    float: left;
    width: 100%;
}

.block ul {
    margin: 0px;
    padding: 0px;
}

.block ul li {
    list-style: none;
}

.danh-muc-home {
    margin-top: 20px;
    margin-bottom: 20px;
}

.danh-muc-home ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.group-content {
    width: 920px;
    float: left;
}

h1.title-page {
    float: left;
    width: 100%;
    margin: 0px;
    color: #185493;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    font-weight: bold;
}

.view-dichvu .views-field-created {
    color: #888;
}

.category-image ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.category-image ul li img {
    border: 1px solid #e5e5e5;
}

.category-image ul li.last {
    margin-right: 0px;
}

.support-online {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.support-online h3 {
    color: #777777;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.support-online ul {
    background: #e2e2e2;
    float: left;
    width: 100%;
}

.support-online ul li {
    float: left;
    width: 92%;
    padding-top: 10px;
    margin-bottom: 3px;
    border-bottom: 1px dashed white;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 13px;
}

.support-online ul li img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    border-radius: 49px;
}

.support-online ul li div {
    float: left;
    width: 140px;
}

.support-online ul li span.phone {
    color: #e51d1d;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 4px;
    width: 100%;
}

.support-online ul li a.skype span {
    float: left;
    background: url(/sites/all/themes/giaodiennguoidung/images/skype.png) no-repeat 0px 0px transparent;
    width: 59px;
    height: 28px;
    margin-right: 10px;
}

.support-online ul li a.yahoo {
    margin-top: 5px;
    float: right;
}

.support-online ul li span.name {
    font-weight: bold;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.tai-khoan-giao-dich h3 {
    color: #777777;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.tai-khoan-giao-dich ul li {
    background-color: #52aa54;
    color: white;
    padding: 5%;
    width: 90%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.tai-khoan-giao-dich ul li.item-2 {
    background: #ed1c24;
}

.tai-khoan-giao-dich ul li.item-3 {
    background: #932937;
}

.tai-khoan-giao-dich ul li.item-4 {
    background: #53CCEE;
}

.baiviet-list-item ul li,
.dich-vu-item-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    list-style: none;
    margin-left: 0px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.dich-vu-item-list ul li.views-row-odd,
.baiviet-list-item ul li:nth-of-type(odd) {
    background: #f9f9f9;
}

.baiviet-list-item ul li a.image,
.dich-vu-item-list ul li img {
    float: left;
    margin-right: 20px;
    box-shadow: 1px 8px 15px #ccc;
    padding: 4px;
}

.baiviet-list-item ul li a.title,
.dich-vu-item-list ul li .views-field-title a {
    font-weight: bold;
    font-size: 18px;
}

.baiviet-list-item,
.dich-vu-item-list {
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.baiviet-list-item ul li a.xem-them {
    color: #f95c15;
    display: block;
}

.bai-viet-detail {
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
    display: inline-block;
}

.noi-dung .faq-testomonior-block .faq-block {
    width: 65%;
}

.noi-dung .sale-left-block {
    margin-right: 5%;
}

.bai-viet-detail .noi-dung .sale-block img {
    max-width: auto;
    width: 100%;
    box-shadow: none;
}

.noi-dung .sale-timecountdown-block b {
    font-size: 14px;
}

.noi-dung form.dang-ky-san-sale-add-form .form-item input,
.noi-dung form.dang-ky-san-sale-add-form .form-item textarea {
    width: 100%;
    min-width: auto;
}

.bai-viet-detail h1.title,
h1.title-page {
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: #195493;
    padding: 10px;
    color: white;
    box-sizing: border-box;
    margin-top: 5px;
    line-height: 32px;
    text-transform: uppercase;
}

.bai-viet-detail .lead {
    text-align: justify;
    line-height: 32px;
    font-size: 17px;
    color: #111;
    font-family: "Noto Serif";
}

.bai-viet-detail .noi-dung h2,
.bai-viet-detail .noi-dung h3,
.bai-viet-detail .noi-dung h4 {
    font-weight: bold;
}

.bai-viet-detail .noi-dung {
    text-align: justify;
    line-height: 32px;
    font-size: 17px;
    color: #111;
    font-family: "Noto Serif";
    display: inline-block;
    width: 100%;
}

.tin-lien-quan h3 {
    border-left: 6px solid #185493;
    padding-bottom: 6px;
    border-bottom: 1px solid gainsboro;
    padding-left: 11px;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
    border-bottom: 1px solid #f1f1f1;
}

.tin-lien-quan ul li {
    float: left;
    width: 183px;
    margin-right: 20px;
}

.tin-lien-quan ul li a.image img {
    width: 100%;
}

.dat-hang-online-form {
    background-color: white;
    float: left;
    width: 100%;
}

.dat-hang-online-form table {
    float: left;
    width: 100%;
}

.dat-hang-online-form table .grippie {
    display: none;
}

.dat-hang-online-form table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 12px;
}

.dat-hang-online-form table tr td .hinh-anh {
    text-align: center;
}

.dat-hang-online-form table tr td .hinh-anh .product-img {
    display: inline-block;
    width: 97px;
    height: 100px;
}

.dat-hang-online-form table tr td .hinh-anh .product-img a.img-upload,
.dat-hang-online-form table tr td .hinh-anh .product-img a.img-upload-update {
    display: inline-block;
    width: 48%;
    background: #3182c1;
    color: white;
    margin-top: 5px;
}

.dat-hang-online-form table tr td .hinh-anh .product-img a.open-modal-img {
    background: #67b720;
}

table.thong-tin-san-pham {}

.link-item input.form-text {
    width: 240px;
}

.so-luong input {
    width: 80px;
}

.mau-sac input.form-text {
    width: 100px;
}

.kich-thuoc input.form-text {
    width: 155px;
}

.ten-shop input.form-text {
    width: 120px;
}

.ghichu input.form-text {
    width: 120px;
}

.hidden {
    display: none;
}

table.thong-tin-san-pham thead th {
    border: none;
    background-color: #ccc;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.item-block {
    float: left;
    width: 100%;
}

.dat-hang-online-form tr td input.form-text {
    width: 100px;
    height: 25px;
    border: 1px solid #dbdfe6;
    border-top: 1px solid #abadb3;
    border-radius: 3px;
    text-indent: 5px;
}

.dat-hang-online-form tr td textarea {
    height: 33px;
    width: 210px;
}

form.don-hang-dang-ky-form {
    float: left;
    width: 100%;
}

form.don-hang-dang-ky-form .form-item {
    float: left;
    width: 95%;
    margin-bottom: 8px;
}

.dat-hang-online-form tr td input.form-text.price,
.dat-hang-online-form tr td input.form-text.thanh-tien {
    width: 75px;
}

form.don-hang-dang-ky-form .form-item label {
    float: left;
    width: 125px;
    font-weight: normal;
    margin-top: 5px;
}

form.don-hang-dang-ky-form .ngan-hang {
    float: left;
    width: 100%;
}

form.don-hang-dang-ky-form .ngan-hang .form-item-nganhang,
form.don-hang-dang-ky-form .ngan-hang .form-item-chinhanh {
    float: left;
    margin-right: 10px;
    width: auto;
}

form.don-hang-dang-ky-form input.form-submit {
    margin-left: 172px;
    margin-top: 5px;
    padding: 3px 20px;
    background: #f56f1f;
    border: none;
    width: 262px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

form.dat-hang-online-form table thead th {
    background: #185493 none repeat scroll 0 0;
    font-weight: normal;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}

form.dat-hang-online-form table tbody tr {
    background: none;
    border-bottom: 1px solid #f5f5f5;
}

form.dat-hang-online-form .info {
    float: left;
    width: 74%;
}

form.dat-hang-online-form .info .form-type-checkboxes .form-checkboxes {
    float: left;
}

form.dat-hang-online-form .info .form-type-checkboxes .form-checkboxes .form-item {
    display: inline-block;
    margin-right: 20px;
    width: auto;
}

form.dat-hang-online-form .info .form-type-checkboxes .form-checkboxes .form-item label {
    float: none;
}

form.dat-hang-online-form .info .form-item {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

form.dat-hang-online-form .info .form-item label {
    float: left;
    font-weight: normal;
    width: 115px;
    margin-top: 5px;
}

form.dat-hang-online-form .info .form-item-khai-thue-id input {
    margin-left: 120px;
}

form.dat-hang-online-form .info .form-item-khai-thue-id label {
    width: auto;
    float: none;
}

form.dat-hang-online-form .info .form-item input.form-text {
    height: 21px;
    width: 300px;
    border: 1px solid #ddd;
}

form.dat-hang-online-form .info .form-item textarea {
    width: 500px;
}

form.dat-hang-online-form .info .form-item .grippie {
    margin-left: 115px;
    width: 498px;
}

form.dat-hang-online-form .form-action input.form-submit {
    margin-left: 115px;
    padding: 5px 30px;
    text-transform: uppercase;
    width: 200px;
    margin-bottom: 50px;
    background-color: #179c1d;
    color: white;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid #f3f3f3;
    border-radius: 0px 0px 4px 4px;
}

form.dat-hang-online-form tr td .hinh-anh input.form-file {
    width: 160px;
}

form.dat-hang-online-form .form-action input.form-submit:hover {
    background-color: #fb5d14;
}

select.the-tich {
    width: 100px;
    height: 26px;
}

.dat-hang-online-form tr td input.qty {
    width: 50px;
}

form.don-hang-dang-ky-form .tinh-tp {
    float: right;
    width: 88.6%;
}

form.don-hang-dang-ky-form .tinh-tp .form-item {
    float: left;
    width: auto;
    margin-right: 10px;
}

form.don-hang-dang-ky-form .tinh-tp .form-item select {
    width: 250px;
    height: 29px;
    width: 110px;
}

form.don-hang-dang-ky-form .tinh-tp .form-item-quanhuyen select {
    width: 93px;
}

form.don-hang-dang-ky-form .form-item-chinhanh {
    float: left;
    margin-left: 130px;
}

.the-tich-item .form-item {
    float: left;
    margin-right: 5px;
}

.the-tich-item .form-type-textfield input.form-text {
    width: 50px;
}

form .the-tich-item {
    float: left;
    width: 170px;
}

form.thanh-vien-thay-doi-mat-khau-form {
    float: left;
    width: 100%;
}

form.thanh-vien-thay-doi-mat-khau-form .form-item {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

form.thanh-vien-thay-doi-mat-khau-form .form-item label {
    float: left;
    width: 173px;
    font-weight: normal;
    margin-top: 5px;
}

form.thanh-vien-thay-doi-mat-khau-form .form-item input.form-text {
    float: left;
    width: 245px;
    height: 25px;
}

form.thanh-vien-thay-doi-mat-khau-form input.form-submit {
    float: left;
    margin-left: 173px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-header ul:not(.tb-not-hover) {
    float: right;
}

.menu-header ul ul:not(.tb-not-hover) {
    display: none;
    position: absolute;
    left: 0px;
    width: 476px;
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    top: 20px;
    z-index: 100;
    padding-top: 15px;
}

.menu-header ul li:hover ul:not(.tb-not-hover) {
    display: block;
}

.menu-header ul li.dang-nhap span {
    float: left;
    width: 18px;
    height: 20px;
    margin-right: 7px;
    margin-top: 1px;
}

.menu-header ul li.dang-ky span {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -19px 1px;
    margin-right: 5px;
}

.menu-header ul ul:not(.tb-not-hover) li {
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    text-indent: 10px;
}

.menu-header ul ul:not(.tb-not-hover) li.last {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.menu-header ul:not(.tb-not-hover) li {
    float: left;
    margin-left: 18px;
    position: relative;
    padding: 5px 0;
}

.dat-hang-online-form tr td input.link-item {
    width: 105px;
}

.dat-hang-online-form tr td input.product-name {
    width: 115px;
}

form.thong-tin-ca-nhan-form {
    float: left;
    width: 100%;
}

form.thong-tin-ca-nhan-form .form-item label {
    float: left;
    width: 120px;
    font-weight: normal;
    margin-top: 3px;
}

form.thong-tin-ca-nhan-form .form-item input.form-text {
    height: 20px;
    width: 250px;
}

form.thong-tin-ca-nhan-form .tinh-tp {
    float: left;
    width: 100%;
}

form.thong-tin-ca-nhan-form .tinh-tp .form-item-tinhtp {
    float: left;
    margin-right: 10px;
}

form.thong-tin-ca-nhan-form .tinh-tp select {
    height: 26px;
}

form.thong-tin-ca-nhan-form .form-item-quanhuyen select {
    width: 109px;
}

form.thong-tin-ca-nhan-form .tinh-tp .form-item {
    margin-top: 0px;
    margin-bottom: 0px;
}

form.thong-tin-ca-nhan-form .ngan-hang {
    float: left;
    width: 100%;
}

form.thong-tin-ca-nhan-form .ngan-hang .form-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

form.thong-tin-ca-nhan-form .ngan-hang .form-item select {
    height: 26px;
}

form.thong-tin-ca-nhan-form input.form-submit {
    margin-left: 120px;
    background: #83c03e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

form.thong-tin-ca-nhan-form input.form-submit:hover {
    background: #fb5d14;
}

.quy-trinh-giao-nhan {
    margin-bottom: 25px;
    margin-top: 25px;
}

.quy-trinh-giao-nhan h3,
.quy-trinh-giao-nhan h2 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #0092d0;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
    padding-bottom: 8px;
}

.quy-trinh-giao-nhan ul {
    float: left;
    width: 100%;
}

.quy-trinh-giao-nhan ul li {
    float: left;
    width: 18%;
    margin-right: 2%;
    text-align: center;
}

.quy-trinh-giao-nhan ul li span.image {
    float: left;
    width: 100%;
}

.quy-trinh-giao-nhan ul li span.text {
    color: #0092d0;
    font-weight: bold;
    text-transform: uppercase;
}

.quy-trinh-giao-nhan ul li p {
    margin-top: 4px;
    margin-bottom: 0px;
}

.sanpham-tab-home {
    margin-bottom: 15px;
}

table.don-hang-cua-ban-item {
    float: left;
    width: 100%;
    background: white;
    margin-bottom: 15px;
}

table.don-hang-cua-ban-item tr td span.ghi-chu {
    line-height: 19px;
    min-height: 18px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 2px;
}

table.don-hang-cua-ban-item tr {
    background: white;
}

table.don-hang-cua-ban-item tr.even {
    background: #f5f5f5;
}

table.don-hang-cua-ban-item tr td {
    padding: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

table.don-hang-cua-ban-item tr td span.status {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

form.don-hang-da-dat-search-form {
    float: left;
    margin-top: 15px;
}

form.don-hang-da-dat-search-form .date-padding {
    padding: 0px;
}

form.don-hang-da-dat-search-form .date-padding label {
    display: none;
}

form.don-hang-da-dat-search-form .date-padding .description {
    display: none;
}

form.don-hang-da-dat-search-form .container-inline-date .form-item {
    margin-right: 0px;
}

form.don-hang-da-dat-search-form .container-inline-date {
    float: left;
    clear: none;
}

form.don-hang-da-dat-search-form input.form-text {
    width: 160px;
    height: 22px;
    text-indent: 5px;
}

form.don-hang-da-dat-search-form .form-item {
    float: left;
    margin: 0px;
    margin-bottom: 9px;
    margin-right: 10px;
}

form.don-hang-da-dat-search-form input.form-submit {
    background: #0092d0;
    color: white;
    text-transform: uppercase;
    border: none;
    padding-left: 10px;
    height: 27px;
    padding-right: 10px;
    cursor: pointer;
}

form.don-hang-da-dat-search-form a.search-form {
    background: #0092d0;
    color: white;
    text-transform: uppercase;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
}

form#don-hang-dat-search-form input.form-submit {
    display: none;
}

form.don-hang-da-dat-search-form input.form-submit:hover,
form.don-hang-da-dat-search-form a.search-form:hover {
    background: #14c383;
}

form.don-hang-da-dat-search-form .form-item select {
    height: 28px;
}

.don-hang-detail-item {
    float: left;
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.don-hang-detail-item tr.info {
    background: #e5e5e5;
}

.don-hang-detail-item tbody {
    border: none;
}

.don-hang-detail-item table {
    float: left;
    width: 100%;
}

.don-hang-detail-item tr td {
    border-bottom: 1px solid #e5e5e5;
    padding: 6px;
}

.don-hang-detail-item tr td label {
    float: left;
    width: 25%;
    font-weight: normal;
}

.don-hang-detail-item tr td .form-item {
    margin-top: 0px;
    margin-bottom: 0px;
}

.don-hang-detail-item tr td span {
    text-indent: 10px;
    float: left;
}

.don-hang-detail-item tr td span.status {
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

.don-hang-detail-item em {
    position: relative;
    top: -5px;
    font-style: inherit;
}

table.don-hang-cua-ban-item tr th,
table.product-view-detail tr th {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #E8EAE5;
    color: #333;
    text-indent: 10px;
}

table.product-view-detail tr th {
    background: #0092d0;
    color: white;
}

table.product-view-detail tbody tr {
    background: none;
}

table.product-view-detail tbody tr td .title {
    width: 290px;
    display: inline-block;
    text-align: center;
}

.left-gioi-thieu {
    float: left;
    width: 670px;
    text-align: justify;
    line-height: 25px;
}

.left-gioi-thieu ul li h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
}

.left-gioi-thieu ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: url(/sites/all/themes/giaodiennguoidung/images/mui-ten-li.png) no-repeat 0px 7px transparent;
    padding-left: 15px;
}

.quang-cao-gioi-thieu {
    float: right;
    margin-top: 30px;
}

.huong-dan-su-dung {
    margin-bottom: 0px;
    background: white;
    padding: 2%;
    width: 96%;
    padding-bottom: 0px;
}

.huong-dan-su-dung h3 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #0092d0;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
    padding-bottom: 8px;
}

.huong-dan-su-dung ul li {
    float: left;
    width: 349px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.huong-dan-su-dung ul li.last {
    margin-right: 0px;
}

.huong-dan-su-dung ul li span.bg-iframe {
    background: url(/sites/all/themes/giaodiennguoidung/images/huong-dan-bg.png) no-repeat 0px 0px transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    float: left;
    width: 349px;
    height: 187px;
    cursor: pointer;
}

.huong-dan-su-dung ul li span.title {
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 14px;
    background: url(/sites/all/themes/giaodiennguoidung/images/mui-ten-huong-dan.png) no-repeat 0px 4px transparent;
    padding-left: 15px;
}

.huong-dan-su-dung ul li.item-1 span.bg-iframe {
    background: url(/sites/all/themes/giaodiennguoidung/images/huong-dan-bg-02.png) no-repeat 0px 0px transparent;
}

.huong-dan-su-dung ul li.item-3 span.bg-iframe {
    background: url(/sites/all/themes/giaodiennguoidung/images/huong-dan-bg-03.png) no-repeat 0px 0px transparent;
}

.bai-viet-detail .noi-dung img {
    max-width: 830px !important;
    height: auto !important;
    padding: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.quy-dinh-dat-hang {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quy-dinh-dat-hang h3 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #6B6969;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
    padding-bottom: 8px;
    color: #0092d0;
}

.quy-dinh-dat-hang ul li {
    float: left;
    width: 240px;
    margin-right: 0px;
    padding: 10px;
    min-height: 290px;
    position: relative;
    padding-left: 15px;
    padding-right: 20px;
}

.quy-dinh-dat-hang ul li.last {
    margin-right: 0px;
}

.quy-dinh-dat-hang ul li a.title {
    display: block;
    margin-top: 0px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #0092d0;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 42px;
    float: left;
    width: 100%;
}

.quy-dinh-dat-hang ul li .mo-ta {
    text-align: justify;
    min-height: 170px;
    float: left;
    width: 100%;
}

.quy-dinh-dat-hang ul li a.more {
    display: block;
    float: left;
    margin-top: 10px;
    padding-bottom: 3px;
    border-radius: 21px;
    color: white;
    background: #0092d0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
}

.quy-dinh-dat-hang ul li .image-inner a {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.quy-dinh-dat-hang ul li .image-inner {
    float: left;
    width: 100%;
}

.quy-dinh-dat-hang ul li .image-inner img {
    border-radius: 87px;
}

.map-hinh-anh-cty {
    margin-top: 25px;
    padding-bottom: 30px;
}

.hinh-anh-cty {
    float: left;
    width: 580px;
    overflow: hidden;
    margin-right: 20px;
}

.map-hinh-anh-cty .ban-do {
    float: left;
    width: 500px;
    overflow: hidden;
}

.map-hinh-anh-cty .ban-do p {
    margin: 0px;
}

.danh-nhap-he-thong {
    width: 872px;
    margin: 0 auto;
    margin-top: 100px;
}

.user-left {
    float: left;
    width: 450px;
    margin-right: 20px;
}

.user-left .logo {
    width: 100%;
}

.danh-nhap-he-thong .login-user-form {
    float: left;
    width: 400px;
    margin-top: 80px;
}

.danh-nhap-he-thong .login-user-form .inner {
    float: left;
    width: 398px;
    background: #F9F9F9;
    border: #D8D8D8 solid;
    border-width: 1px 1px 0 1px;
    min-height: 280px;
}

.login-user-form h3 {
    font-size: 18px;
    font-family: "Arial";
    font-weight: 700;
    line-height: 20px;
    padding: 15px 0 25px 25px;
    color: #555;
    margin: 0px;
    padding-bottom: 0px;
}

.login-user-form form {
    padding-left: 25px;
    padding-right: 25px;
}

.login-user-form form .form-item {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-user-form form .form-item label {
    float: left;
    width: 115px;
    font-weight: normal;
    margin-top: 3px;
}

.login-user-form form .form-item input.form-text {
    font-family: Tahoma;
    width: 205px;
    height: 20px;
    line-height: 20px;
    background-color: #FFF;
    padding: 3px !important;
    border: solid 1px;
    border-color: #BBB;
}

.login-user-form form .form-item .description {
    display: none;
}

.login-user-form form input.form-submit {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    background: url(/sites/all/themes/giaodiennguoidung/images/login.png) no-repeat scroll 0px -56px;
    vertical-align: middle;
    width: 98px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    margin-left: 115px;
    float: left;
    margin-right: 16px;
}

.login-user-form-bottom {
    clear: both;
    background: url(/sites/all/themes/giaodiennguoidung/images/login.png) no-repeat scroll 0px -124px;
    width: 400px;
    height: 40px;
}

a.quen-mat-khau {
    margin-top: 6px;
    float: left;
    font-weight: 700;
    color: #06C;
}

.login-user-form form .form-item-remember-me {
    margin: 0px;
    margin-bottom: 5px;
}

.login-user-form .form-item-remember-me input {
    float: left;
    margin-top: 5px;
    margin-left: 115px;
}

.login-user-form .form-item-remember-me label {
    margin-top: 0px !important;
}

.login-user-form p {
    float: left;
    width: 100%;
    text-indent: 138px;
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
}

.login-user-form p span.text {
    float: left;
    margin-top: 2px;
}

.login-user-form a.dang-ky {
    font-weight: 600;
    line-height: 26px;
    color: #555;
    background: #FFF url(/sites/all/themes/giaodiennguoidung/images/login.png) no-repeat scroll -98px -56px;
    text-align: center;
    width: 80px;
    height: 26px;
    margin: 0 6px;
    float: left;
    text-indent: 0px;
}

.user-footer {
    font-size: 12px !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 30px;
    float: left;
    width: 100%;
}

.user-left-dang-ky h3 {
    font-size: 18px;
    font-family: "Arial";
    font-weight: 700;
    color: #555;
    line-height: 30px;
    margin-bottom: 6px;
    margin-top: 16px;
    float: left;
}

.user-left-dang-ky ol {
    width: 420px;
    margin-top: 20px;
    border-bottom: dashed 1px #E7E7E7;
    float: left;
}

.user-left-dang-ky ol li {
    font-family: "Arial";
    font-size: 14px;
    line-height: 48px;
    display: block;
    vertical-align: middle;
    width: 200px;
    height: 48px;
    float: left;
    padding: 0 0 12px 0;
    margin: 0 0 5px 10px;
    overflow: hidden;
}

.user-left-dang-ky ol li i {
    display: inline-block;
    background: url(/sites/all/themes/giaodiennguoidung/images/login.png) no-repeat scroll;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.user-left-dang-ky ol li.ico05 i {
    background-position: -304px -48px;
}

.user-left-dang-ky ol li.ico01 i {
    background-position: -256px 0;
}

.user-left-dang-ky ol li.ico03 i {
    background-position: -352px 0;
}

.user-left-dang-ky ol li.ico02 i {
    background-position: -304px 0;
}

.user-left-dang-ky ol li.ico06 i {
    background-position: -352px -48px;
}

.user-left-dang-ky ol li.ico04 i {
    background-position: -256px -48px;
}

.user-left-dang-ky h3.mt20 {
    margin-top: 0px;
}

.user-dang-ky-form form .form-item label {
    width: 130px;
}

.user-dang-ky-form form input.form-submit {
    margin-bottom: 20px;
    margin-left: 130px;
}

.user-left-dang-ky p {
    float: left;
    width: 100%;
    margin: 0px;
}

.user-left-dang-ky p span {
    float: left;
}

.user-left-dang-ky p a {
    float: left;
}

.user-left-dang-ky p a.dang-nhap {
    font-weight: 600;
    line-height: 26px;
    color: #555;
    background: #FFF url(/sites/all/themes/giaodiennguoidung/images/login.png) no-repeat scroll -98px -56px;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 26px;
    margin: 0 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.user-left-dang-ky p a.tim-mat-khau {
    font-weight: 700;
    color: #06C;
    vertical-align: middle;
    margin-left: 10px;
}

.dang-ky-thanh-vien-he-thong {
    margin-top: 50px;
}

.quang-cao-content-top {
    margin-bottom: 15px;
}

.quang-cao-left {
    margin-bottom: 20px;
}

.quang-cao-left img {
    width: 100%;
}

form.gui-yeu-cau-form {
    float: left;
    width: 100%;
}

form.gui-yeu-cau-form .form-item {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

form.gui-yeu-cau-form .form-item label {
    float: left;
    width: 125px;
    font-weight: normal;
    margin-top: 4px;
}

form.gui-yeu-cau-form .form-item select {
    height: 27px;
    width: 100%;
}

form.gui-yeu-cau-form .form-textarea-wrapper {
    float: left;
    width: 100%;
}

form.gui-yeu-cau-form .form-content {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

form.gui-yeu-cau-form .form-content .form-item {
    float: left;
    width: 31%;
    margin-right: 3%;
}

form.gui-yeu-cau-form .form-content .form-item.form-item-loai {
    margin-right: 0%;
}

form.gui-yeu-cau-form .form-content .form-item.form-item-noidung {
    width: 100%;
}

form.gui-yeu-cau-form .form-content .form-item input.form-text {
    width: 100%;
    text-indent: 5px;
    height: 21px;
}

form.gui-yeu-cau-form .form-content .form-item ::-webkit-input-placeholder {
    color: #333;
}

form.gui-yeu-cau-form #edit-file-upload-ajax-wrapper {
    float: left;
    width: 32%;
    margin-top: 4px;
}

form.gui-yeu-cau-form .form-content .form-type-managed-file {
    width: 100%;
    margin-right: 0px;
}

form.gui-yeu-cau-form .form-content .form-type-managed-file label {
    width: auto;
    margin-top: 0px;
    margin-right: 7px;
}

form.gui-yeu-cau-form .form-content .form-type-managed-file .form-managed-file {
    float: left;
    width: 205px;
    overflow: hidden;
}

form.gui-yeu-cau-form .form-content .form-type-managed-file .form-managed-file input.form-file {
    display: inline;
    width: 150px;
}

form.gui-yeu-cau-form .form-actions input.form-submit {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #0092d0;
    color: white;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    min-width: 200px;
    text-transform: uppercase;
}

form.gui-yeu-cau-form input.form-submit:hover {
    background: #fb5d14;
}

form.gui-yeu-cau-form h3 {
    background: #f9f9f9;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    color: #666;
    font-weight: normal;
    float: left;
    width: 100%;
}

.thong-tin-ca-nhan-left h3 {
    margin-top: 0px;
}

.thong-tin-ca-nhan-left ul {
    border-radius: 0px 0px 6px 6px;
}

form.lien-he-form {
    float: left;
    width: 100%;
}

form.lien-he-form .form-item {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
}

form.lien-he-form .form-item input.form-text {
    width: 300px;
    height: 25px;
    text-indent: 5px;
}

form.lien-he-form .form-textarea-wrapper {
    width: 500px;
}

form.lien-he-form input.form-submit {
    background: #83c03e;
    color: white;
    text-transform: uppercase;
    border: none;
    padding-left: 10px;
    height: 27px;
    padding-right: 10px;
    cursor: pointer;
}

form.lien-he-form input.form-submit:hover {
    background: #fb5d14;
}

.thong-bao-chi-tiet h1 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

#tinh-tp-wrapper .messages {
    display: none;
}

a.them-moi {
    float: left;
    color: white;
    background: #fb5d14;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 4px;
}

a.them-moi:hover {
    background: #fb5d14;
}

p.total {
    float: right;
    margin: 0px;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: bold;
}

form.dat-hang-online-form .form-action {
    float: left;
    width: 100%;
}

.group-content-right.group-content {
    width: 865px;
}

.jssorb01 {
    position: absolute;
    right: 50% !important;
}

.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
    position: absolute;
    width: 10px;
    height: 10px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.jssorb01 div {
    background-color: #fad181;
}

.jssorb01 .av {
    background-color: #fffffd;
    border: 3px solid #facb6f;
    top: -3px !important;
}

.jssorb01 .dn,
.jssorb01 .dn:hover {
    background-color: #ff9900;
}

span.jssora05l,
span.jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/sites/all/themes/giaodiennguoidung/images/a17.png) no-repeat -10px -40px transparent;
    overflow: hidden;
    top: 50% !important;
}

span.jssora05r {
    background-position: -70px -40px;
}

.banner-slide-item {
    width: 1349px !important;
}

.banner-slide-item .view a img {
    width: 100%;
}

.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/sites/all/themes/giaodiennguoidung/css/img/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

.dich-vu-lien-quan {
    background: #F90;
    width: 96%;
    padding: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
}

form.dat-hang-online-form .tong-tien-tam-tinh {
    float: right;
    margin-top: 10px;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #eee;
}

form.dat-hang-online-form .tong-tien-tam-tinh p {
    margin-bottom: 3px;
    margin-top: 0px;
}

form.dat-hang-online-form .tong-tien-tam-tinh p span b {
    color: #d93833;
}

form.dat-hang-online-form .tong-tien-tam-tinh p span {
    float: right;
    margin-left: 20px;
}

form.dat-hang-online-form .tong-tien-tam-tinh p i {
    margin-left: 4px;
    color: #005e91;
}

.dich-vu-lien-quan img {
    border: 2px solid #ffd08a;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
}

.dich-vu-lien-quan h3 {
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    color: white;
}

.dich-vu-lien-quan ul {
    float: left;
    width: 580px;
}

.dich-vu-lien-quan ul li {
    list-style: none;
    margin: 0px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 18px;
}

.dich-vu-lien-quan ul li a {
    color: white;
}

ul.menu-content {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #0092d0;
}

ul.menu-content li {
    list-style: none;
    margin: 0px;
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}

ul.menu-content li a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

ul.menu-content li a.active {
    background: #F1EFEE;
    border-radius: 5px 5px 0px 0px;
    color: #333;
}

.fly-item {
    position: fixed;
    top: 250px;
    background: #0092d0;
    left: 0px;
    width: 52px;
    border-radius: 0 5px 5px 0px;
}

.fly-item a.dat-hang {
    border-bottom: 1px solid white;
    color: white;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.fly-item a.gui-yeu-cau {
    color: white;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.content-bottom .category-image {
    margin-bottom: 10px;
}

.content-bottom .category-image ul li {
    width: 188px;
    margin-right: 20px;
}

.content-bottom .category-image ul li.last {
    margin-right: 0px;
}

.social-item .fb-like {
    float: left;
    margin-right: 5px;
}

.social-item #___plusone_0 {
    margin-top: 2px !important;
    float: left !important;
}

a.icon-delete {
    float: right;
}

a.icon-delete span.xoa {
    float: right;
    background: url(/sites/all/themes/giaodiennguoidung/images/delete.png) no-repeat 0px 0px transparent;
    width: 20px;
    height: 24px;
    margin-top: 3px;
}

.dat-hang-online-form tr td input.form-text.price {
    width: 70px;
}

form.dat-hang-online-form table tr td .thanh-tien {
    float: left;
}

form.dat-hang-online-form table tr td .thanh-tong-tien {
    float: left;
    width: 105px;
}

.dat-hang-online-form tr td .phi-ve-vn input {
    width: 70px;
}

form.dat-hang-online-form table tr td .thanh-tien .form-item {
    float: left;
}

h1.title-head-h1 {
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    position: absolute;
    top: -30px;
}

.ctools-modal-content {
    width: 720px;
}

.modal-header {
    background: none;
    position: relative;
}

.modal-header a.close {
    color: white;
    float: right;
    background: #09498a;
    border: 3px solid #eef9fd;
    border-radius: 18px;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    right: -13px;
    top: -16px;
}

.modal-header a.close i {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 4px;
}

.modal-header span.modal-title {
    display: none;
}

#modal-content {
    padding-top: 0px;
}

#modal-content {
    width: 699px !important;
    overflow: hidden;
}

#modal-content .messages.error {
    width: 399px !important;
}

.popup-login-regiter-form {
    float: left;
    width: 100%;
}

.popup-login-regiter-form ul.tab-login {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 90%;
    margin-bottom: 20px;
}

.popup-login-regiter-form ul.tab-login li {
    list-style: none;
    margin: 0px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.popup-login-regiter-form ul.tab-login li.active {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
    top: 1px;
    background: white;
}

.popup-login-regiter-form ul.tab-login li a {}

.popup-login-regiter-form .left-popup {
    float: left;
    width: 445px;
    padding-top: 35px;
}

.popup-login-regiter-form .left-popup .form-actions input.form-submit {
    width: 259px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border: none;
    float: right;
    margin-right: 10px;
    background: #fdd835;
}

.popup-login-regiter-form .left-popup label {
    font-weight: normal;
}

.popup-login-regiter-form .left-popup input.form-text {
    float: left;
    width: 245px;
    padding: 4px;
}

.popup-login-regiter-form .left-popup .form-item {
    float: right;
    width: 395px;
    margin-top: 0px;
}

.popup-login-regiter-form .left-popup .form-item label {
    width: 125px;
    margin-top: 4px;
}

.popup-login-regiter-form .left-popup .form-item-remember-me {
    width: 273px;
}

span.hr-light {
    float: left;
    border-left: 1px solid #e5e5e5;
    min-height: 458px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

span.hr-light em {
    position: absolute;
    top: 22%;
    left: -15px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-popup {
    float: right;
    width: 205px;
}

.right-popup h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 10px;
}

.right-popup ul {
    padding: 0px;
    margin: 0px;
    margin-top: 86px;
    margin-left: 15px;
}

.right-popup ul li {
    list-style: none;
    float: left;
    width: 92%;
    margin-bottom: 10px;
}

.right-popup ul li i {
    padding: 10px;
    background: rgb(0, 94, 145);
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 20px;
}

.right-popup ul li.facebook {
    border-top: 1px solid rgb(0, 94, 145);
    border-bottom: 1px solid rgb(0, 94, 145);
    border-right: 1px solid rgb(0, 94, 145);
}

.right-popup ul li.google {
    border-top: 1px solid #F44336;
    border-bottom: 1px solid #F44336;
    border-right: 1px solid #F44336;
}

.right-popup ul li.google i {
    background: #F44336;
}

.right-popup ul li.facebook span {
    color: rgb(0, 94, 145);
}

.right-popup ul li.google span {
    color: #F44336;
}

body.istablet .banner-slide-container {
    width: 100% !important;
}

.menu-header ul li i.fa-unlock-alt {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 16px;
}

.login-form-user-item form .form-item label {
    float: left;
}

.login-form-user-item form .form-item-remember-me label {
    float: none;
}

div.popup-mark {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    background-color: #333;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 3;
}

.login-form-user-item {
    position: absolute;
    left: 23%;
    z-index: 10;
    top: 10%;
}

.anchortext,
.anchortext a {
    color: #b2b2b3;
}

.info-header-nabar {
    float: left;
    width: 100%;
    text-align: center;
}

.tai-khoan-ngan-hang ul {
    background: white;
    float: left;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 3px;
}

.dat-hang-form {
    float: right;
}

.dat-hang-form a {
    background: #ffc51f;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 15px;
    border-radius: 24px;
    margin-top: 5px;
    text-transform: uppercase;
    float: left;
}

.dat-hang-form a:hover {
    background: #ffc51f;
}

.content-include-search .tim-kiem-full-item {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    margin-bottom: 20px;
}

a.xem-cac-ngan-hang-khac {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    color: #005e91;
    font-weight: bold;
}

a.xem-cac-ngan-hang-khac i {
    font-size: 18px;
}

.san-pham-item-image {
    position: relative;
}

.san-pham-item-image .image-hover {
    display: none;
    position: absolute;
    z-index: 100;
    left: 32px;
    top: 32px;
    float: left;
    width: 300px;
    height: 300px;
}

.san-pham-item-image:hover .image-hover {
    display: block;
}

.gop-y-khieu-nai {
    background: #0092d0;
    width: 95%;
    padding: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    border-bottom: 3px solid #327795;
    min-height: 146px;
}

.gop-y-khieu-nai h3 {
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid rgba(12, 105, 144, 0.8);
}

.gop-y-khieu-nai p b {
    color: #FFEB3B;
    font-size: 20px;
}

.gop-y-khieu-nai p a {
    color: aliceblue;
}

.front .gop-y-khieu-nai {
    min-height: 115px;
}

table.yeu-cau-hoi-list tr td em {
    position: relative;
    top: -4px;
    font-style: inherit;
}

form.dat-hang-online-form .form-item-list {
    float: left;
    width: 100%;
}

form.dat-hang-online-form .form-item-list .form-item {
    float: left;
    width: auto;
    margin-right: 5px;
}

form.dat-hang-online-form .form-item-list .form-item select {
    height: 27px;
    width: 159px;
    border: 1px solid #ddd;
}

.don-hang-cua-ban-item tbody tr td em {
    font-style: inherit;
    font-size: 13px;
    position: relative;
    top: -4px;
}

.don-hang-cua-ban-item tbody tr td .action {
    display: inline-block;
    text-align: left;
    min-width: 72px;
    text-indent: 6px;
}

a.huy-don {
    font-size: 15px;
}

a.huy-don i:hover {
    color: red;
}

a.back-to-back {
    position: absolute;
    top: -38px;
    right: 0px;
    font-size: 15px;
    color: #333;
}

a.back-to-back i {
    color: #456ca1;
}

.don-hang-detail-inner {
    margin-bottom: 50px;
}

.don-hang-detail-inner table.don-hang-cua-ban-item thead tr th {
    background: #0092d0;
    color: white;
}

.don-hang-detail-inner h3 {
    color: #333;
}

span.vi-dien-tu {
    display: inline-block;
    font-size: 17px;
    color: white;
}

span.vi-dien-tu em {
    font-style: inherit;
    position: relative;
    top: -4px;
}

span.vi-dien-tu.red b {
    display: inline-block;
    margin-top: 8px;
    font-size: 17px;
    color: white;
}

p.cap-do {
    margin: 0px;
    margin-top: 5px;
    color: #2ea300;
    font-size: 16px;
    margin-bottom: 5px;
}

.meter {
    height: 15px;
    position: relative;
    margin: 0px 0 10px 0;
    background: #ffffff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin-left: 20px;
    margin-right: 20px;
}

.red>span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.meter span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #5cb85c;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

span.cap-do-ti-le {
    font-size: 12px;
    color: white;
}

.thong-tin-cap-do {
    float: left;
    width: 100%;
    text-align: center;
}

.thong-tin-cap-do table {
    border: 1px solid #e5e5e5;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.thong-tin-cap-do table thead tr th {
    border: 0px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-weight: normal;
    padding: 6px;
    background: #63bde4;
    color: white;
}

.thong-tin-cap-do .inner {}

.thong-tin-cap-do table tbody tr td {
    border: 1px solid #e5e5e5;
}

.thong-tin-cap-do h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

form.don-hang-gio-hang-add-form table {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

form.don-hang-gio-hang-add-form table tr th {
    border: none;
    background: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
}

form.don-hang-gio-hang-add-form table tbody tr {
    background: none;
}

form.don-hang-gio-hang-add-form table tr td {
    padding: 5px;
    text-align: center;
}

.ten-san-pham a {
    color: #0092d0;
}

.ten-san-pham a.delete {
    display: block;
    color: #d93833;
    font-size: 15px;
}

form.don-hang-gio-hang-add-form .form-item input.form-text {
    width: 390px;
    height: 24px;
    text-indent: 5px;
}

form.don-hang-gio-hang-add-form .form-item input.form-text,
form.don-hang-gio-hang-add-form .form-item textarea,
form.don-hang-gio-hang-add-form select {
    border: 1px solid #ddd !important;
}

form.don-hang-gio-hang-add-form table tbody tr td .form-item input.form-text {
    width: 50px;
}

form.don-hang-gio-hang-add-form table tbody tr td textarea {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    text-indent: 5px;
}

form.don-hang-gio-hang-add-form table tbody tr td .thanh-tien {
    color: #665;
    font-size: 16px;
}

form.don-hang-gio-hang-add-form table tbody tr td .thanh-tien span.vnd-unit em,
.price span.vnd-unit em,
.tong-tien-tam-tinh p em {
    font-style: normal;
    color: #666;
    position: relative;
    top: -6px;
}

form.don-hang-gio-hang-add-form table tbody tr td .grippie {
    width: 198px;
    display: none;
}

form.don-hang-gio-hang-add-form .san-pham-item-image .image-hover {
    left: 81px;
    top: 74px;
}

form.don-hang-gio-hang-add-form .tong-tien-tam-tinh {
    float: right;
    margin-top: 10px;
    background: #f9f9f9;
    padding: 15px;
    min-height: 195px;
    width: 30%;
}

form.don-hang-gio-hang-add-form .tong-tien-tam-tinh p {
    margin-bottom: 3px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

form.don-hang-gio-hang-add-form .tong-tien-tam-tinh p span {
    float: right;
    margin-left: 20px;
}

form.don-hang-gio-hang-add-form .tong-tien-tam-tinh p span b {
    color: #d93833;
}

form.don-hang-gio-hang-add-form .tong-tien-tam-tinh p i {
    margin-left: 4px;
    color: #005e91;
}

form.don-hang-gio-hang-add-form .info {
    float: left;
    width: 680px;
}

form.don-hang-gio-hang-add-form .info .form-item label:not(.option) {
    float: left;
    width: 134px;
    font-weight: normal;
    margin-top: 3px;
}

form.don-hang-gio-hang-add-form .info .form-item input.form-text {
    width: 400px;
}

form.don-hang-gio-hang-add-form .info .form-item-list {
    float: left;
    width: 100%;
    margin-top: 12px;
}

form.don-hang-gio-hang-add-form .info .form-item-list .form-item {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}

form.don-hang-gio-hang-add-form .info .form-item-list .form-item select {
    height: 28px;
    border-top: 1px solid #acadb2;
    border-bottom: 1px solid #e2e9ef;
    border-left: 1px solid #e2e9ef;
    border-right: 1px solid #e2e9ef;
}

form.don-hang-gio-hang-add-form .info .form-textarea-wrapper {
    float: left;
}

form.don-hang-gio-hang-add-form .info textarea {
    border-top: 1px solid #acadb2;
    border-bottom: 1px solid #e2e9ef;
    border-left: 1px solid #e2e9ef;
    border-right: 1px solid #e2e9ef;
}

form.don-hang-gio-hang-add-form .info .form-actions {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

form.don-hang-gio-hang-add-form .info .form-actions input.form-submit {
    background: #0092d0;
    color: white;
    border: none;
    border-bottom: 3px solid #327795;
    min-width: 205px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 17px;
    cursor: pointer;
}

form.don-hang-gio-hang-add-form .info .form-actions input.form-submit:hover {
    background: #fb5d14;
}

.china-unit em {
    font-style: normal;
}

table.don-hang-cua-ban-item tr td div.center {
    margin-left: 2px;
}

table.don-hang-cua-ban-item tr td button {
    display: block;
    margin-top: 4px;
    background: #FFC107;
    color: white;
    border: none;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

table.don-hang-cua-ban-item tr td button:hover {
    background: #2ea300;
}

.inner-total-right {
    float: right;
}

.inner-total-right b {
    margin-left: 5px;
}

form.don-hang-gio-hang-add-form,
form.dat-hang-online-form {
    position: relative;
}

form.don-hang-gio-hang-add-form #loading,
form.dat-hang-online-form #loading {
    width: 100%;
    position: absolute;
    top: 54px;
    text-align: center;
    float: left;
    height: auto;
    display: table;
}

form.don-hang-gio-hang-add-form #loading img,
form.dat-hang-online-form #loading img {
    border-radius: 91px;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

form.don-hang-gio-hang-add-form #loading span,
form.dat-hang-online-form #loading span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: black;
    text-transform: uppercase;
}

form.don-hang-gio-hang-add-form #loading,
form.dat-hang-online-form #loading {
    display: none;
}

.loading-inner {
    min-height: 312px;
    float: left;
    height: auto;
    display: table;
    width: 100%;
}

form.don-hang-gio-hang-add-form .info .form-type-checkboxes {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

form.don-hang-gio-hang-add-form .info .form-type-checkboxes .form-checkboxes {
    float: left;
}

form.don-hang-gio-hang-add-form .info .form-type-checkboxes .form-checkboxes .form-item {
    display: inline-block;
    margin-right: 20px;
}

form.don-hang-gio-hang-add-form .info .form-type-checkboxes .form-checkboxes .form-item label {
    float: none;
}

.lich-su-giao-dich-page-item .message-alert {
    background: #e5e5e5;
    padding-top: 20px;
}

.lich-su-giao-dich-page-item .message-alert ul li {
    display: inline-block;
    width: 15%;
    text-align: center;
    padding-bottom: 20px;
}

.lich-su-giao-dich-page-item .message-alert ul li em {
    position: relative;
    font-style: inherit;
    top: -4px;
}

.lich-su-giao-dich-page-item .message-alert ul li.red b {
    color: red;
}

.lich-su-giao-dich-page-item .message-alert ul li.blue b {
    color: #2ea300;
}

.lich-su-giao-dich-page-item table {
    float: left;
    width: 100%;
}

.lich-su-giao-dich-page-item table tr th {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    background: #0092d0;
    color: white;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lich-su-giao-dich-page-item table tbody tr {
    background: none;
}

.lich-su-giao-dich-page-item table tbody tr td {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.lich-su-giao-dich-page-item table tbody tr td span.blue {
    color: #2ea300;
}

.lich-su-giao-dich-page-item table tbody tr td em {
    position: relative;
    top: -4px;
    font-style: inherit;
}

.lich-su-giao-dich-page-item table tbody tr td span {
    color: red;
}

.lich-su-giao-dich-page-item table tbody tr td .noi-dung {
    display: inline-block;
    width: 230px;
}

table.don-hang-cua-ban-item tr td button.dat-coc-full {
    background: #0092d0;
}

table.don-hang-cua-ban-item tr td button.dat-coc-full:hover {
    background: #2ea300;
}

.lich-su-giao-dich-page-item table tbody tr td a {
    color: #0092d0;
}

.lich-su-giao-dich-page-item .view-footer {
    float: left;
    width: 100%;
}

.lich-su-giao-dich-page-item .view-footer .item-list {
    float: right;
}

.lich-su-giao-dich-page-item .view-footer ul.pager {
    margin-top: 0px;
}

.lich-su-giao-dich-page-item .view-footer ul.pager li {
    padding: 0px;
    margin: 0px;
    margin-left: 7px;
}

.lich-su-giao-dich-page-item .view-footer ul.pager li a {
    background: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}

.lich-su-giao-dich-page-item .view-footer ul.pager li.pager-current {
    background: #185493;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.lich-su-giao-dich-page-item .view-footer a.export-excel {
    float: left;
    max-width: 140px;
    margin-top: 0px;
    width: auto;
    clear: none;
    font-size: 15px;
    color: green;
}

a.nap-them {
    color: rgb(0, 146, 208);
    text-decoration: underline;
}

p.cart-empty {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 19px;
    color: red;
    line-height: 27px;
}

p.cart-empty a {
    color: #0331ff;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac {
    float: left;
    width: 100%;
    margin-top: 0px;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac label {
    width: 165px;
    margin-top: 6px;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac .form-checkboxes {
    float: left;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac .form-checkboxes .form-item {
    width: auto;
    margin-right: 25px;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac .form-checkboxes label {
    width: auto;
    float: none;
}

form.gui-yeu-cau-form .form-item-yeu-cau-khac .form-checkboxes input {
    margin: 0px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

form.gui-yeu-cau-form .form-item-gia-tri-hang-hoa,
form.gui-yeu-cau-form .form-item-so-luong {
    display: none;
}

form.khach-hang-forgot-password-form {
    float: left;
    width: 100%;
}

form.khach-hang-forgot-password-form .form-item label {
    float: left;
    width: 165px;
    font-weight: normal;
    margin-top: 3px;
}

form.khach-hang-forgot-password-form .form-item input.form-text {
    width: 250px;
    height: 22px;
    text-indent: 5px;
}

form.khach-hang-forgot-password-form input.form-submit {
    margin-left: 164px;
    background: #0092d0;
    border: none;
    min-width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.kien-hang-list-item {
    float: left;
    width: 100%;
    position: relative;
}

.kien-hang-list-item a.shipping-address-request-cart,
.kien-hang-list-item a.shipping-address-request-cart-update {
    position: fixed;
    right: 0px;
    background: #0092d0;
    top: 50%;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.kien-hang-list-item .item {
    float: left;
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.kien-hang-list-item .item table {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.kien-hang-list-item .item .top {
    background: #f0f0f0;
    float: left;
    width: 98%;
    padding: 1%;
    color: #666;
}

.kien-hang-list-item .item .top strong {
    float: left;
    margin-right: 30px;
}

.kien-hang-list-item .item .top span.status {
    background: red;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 13px;
}

.kien-hang-list-item .item .top span.status.blue {
    background: #0aab2c;
}

.kien-hang-list-item .item table tr td {
    text-align: center;
    width: 17%;
    padding: 1%;
    border: 1px solid #efeded;
}

.kien-hang-list-item .item table tr td .price {
    font-size: 17px;
}

.kien-hang-list-item .item table tr td .price em {
    position: relative;
    top: -4px;
    font-style: inherit;
    font-size: 13px;
}

.kien-hang-list-item .item ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.kien-hang-list-item .item .uk-grid ul {
    display: block;
}

.product-detail-kien-hang {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.product-detail-kien-hang a {}

.kien-hang-list-item .item ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}

.kien-hang-list-item .item ul li img {
    float: left;
    margin-right: 20px;
}

.kien-hang-list-item .item ul li a {
    display: block;
    color: #0092d0;
}

.kien-hang-list-item .item ul li span.thuoc-tinh {
    display: block;
}

.menu-info-left p.cap-do img {
    width: auto;
    height: auto;
    border-radius: 0;
}

form.khach-hang-rut-tien-add-form {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

form.khach-hang-rut-tien-add-form .form-item {}

form.khach-hang-rut-tien-add-form .form-item label {
    display: inline-block;
    margin-right: 10px;
    width: 90px;
    font-weight: normal;
}

form.khach-hang-rut-tien-add-form .form-item input.form-text {
    width: 115px;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-right: 4px;
}

form.khach-hang-rut-tien-add-form .form-item .description {
    display: inline-block;
    font-size: 13px;
}

form.khach-hang-rut-tien-add-form .form-item .description em {
    font-style: inherit;
    position: relative;
    top: -4px;
}

form.khach-hang-rut-tien-add-form .form-item .description span {
    color: #55a809;
    font-weight: bold;
}

form.khach-hang-rut-tien-add-form input.form-submit {
    background: #55a809;
    border: none;
    padding: 7px;
    min-width: 106px;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.rut-tien-list table tr td {
    text-align: center;
}

.kien-hang-history-status table {
    margin-top: 10px;
    display: none;
}

.kien-hang-history-status table thead tr th {
    border: none;
    text-align: center;
    background: #e5e5e5;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}

.kien-hang-history-status table tr td {
    padding: 3px !important;
}

.page-pager-list ul.pager {
    float: right;
}

.page-pager-list ul.pager li {
    padding: 0px;
    margin: 0px;
}

.page-pager-list ul.pager li a,
.page-pager-list ul.pager li.pager-current {
    background: #f5f5f5;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.page-pager-list ul.pager li.pager-current,
.page-pager-list ul.pager li a:hover {
    background: #0092d0;
    color: white;
}

a.yeu-cau-ship {
    float: right;
    background: red;
    color: white;
    border-radius: 11px;
    min-width: 100px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

a.yeu-cau-ship.blue {
    background: #18cf15;
}

.ngan-hang-logo-item {
    float: left;
    width: 438px;
}

.ngan-hang-logo-item h5,
.hang-van-chuyen-logo-item h5 {
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
}

.ngan-hang-logo-item .content a,
.hang-van-chuyen-logo-item .content a {
    display: inline-block;
    width: 207px;
    height: 79px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.ngan-hang-hang-van-chuyen {
    margin-bottom: 20px;
}

.hang-van-chuyen-logo-item {
    float: right;
    width: 662px;
}

.hang-van-chuyen-logo-item .content a {}

.dia-chi-giao-dich {
    float: left;
    width: 420px;
    margin-right: 20px;
}

.dia-chi-giao-dich .item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.dia-chi-giao-dich .item strong i {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    color: #185493;
}

.footer-top .inner {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.hotline-inner span {
    color: red;
}

.hotline-inner {
    float: right;
}

.hotline-inner b {
    font-size: 17px;
    color: #d92929;
}

.hotline-inner p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.hotline-inner b.email {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.hotline-inner ul.social {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.hotline-inner ul.social li {
    list-style: none;
}

.hotline-inner ul.social li a {
    float: left;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 38px;
    text-align: center;
    line-height: 31px;
    margin-right: 5px;
}

.hotline-inner ul.social li.facebook a i {
    color: #185493;
}

.hotline-inner ul.social li.google a i {
    color: #f00;
}

.hotline-inner ul.social li.youtube a i {
    color: #f00;
}

.hotline-inner ul.social li.twitter a i {
    color: #185493;
}

.full-with .container {
    width: 98%;
    margin: 0 auto;
    padding-left: 1%;
    padding-right: 1%;
}

footer.footer-member .copyright {
    float: right;
    color: white;
    text-align: right;
}

.full-with .group-content {
    width: 80%;
    float: right;
    margin-right: 1%;
    padding-top: 10px;
    box-sizing: border-box;
    padding-right: 20px;
}

header.full-with ul.login {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-top: 23px;
}

header.full-with ul.login li {
    float: left;
    margin-left: 7px;
    padding-left: 7px;
    list-style: none;
    padding-bottom: 7px;
    position: relative;
}

header.full-with ul.login li a.logout {
    color: #185493;
}

.lich-su-giao-dich-page-item {
    margin-top: 10px;
}

header.full-with ul.login li a.logout span.avatar {
    float: left;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 31px;
    margin-right: 7px;
}

header.full-with ul.login li a.logout span.avatar img {
    border-radius: 31px;
}

header.full-with ul.login li a.logout b {
    float: left;
    margin-top: 4px;
}

.notify-sidebar {
    top: 0px !important;
}

.panel-notify ul li i {
    font-size: 22px;
    color: #999;
    font-weight: normal;
    margin-top: 4px;
}

header.full-with ul.login li div.logout-inner {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 202;
    padding: 0px;
    width: 207px;
    right: 15px;
    top: 34px;
}

header.full-with ul.login li div.logout-inner i {
    position: absolute;
    left: 28px;
    top: -10px;
    color: #e6e6e6;
}

header.full-with ul.login li div.logout-inner span {
    float: left;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 31px;
    margin-right: 7px;
    margin-left: 10px;
    text-indent: 0px;
}

header.full-with ul.login li div.logout-inner span img {
    border-radius: 31px;
}

header.full-with ul.login li div.logout-inner p {
    margin: 0px;
    border-top: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
    text-indent: 10px;
}

header.full-with ul.login li:hover div.logout-inner {
    display: block;
}

header.full-with ul.login li div.logout-inner p a {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

header.full-with ul.login li div.logout-inner p a b {
    text-indent: 5px;
    float: left;
    color: #185493;
}

header.full-with ul.login li div.logout-inner p.no-border {
    border: none;
}

header.full-with ul.login li div.logout-inner p.children a {
    line-height: 15px;
}

ul.step-action {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

ul.step-action li {
    list-style: none;
    float: left;
    padding-left: 10px;
    height: 31px;
    line-height: 32px;
    margin-right: 10px;
    padding-right: 10px;
}

ul.step-action li.last {
    background: none;
}

ul.step-action li b {
    float: left;
    margin-right: 10px;
}

ul.step-action li a span,
ul.step-action-kien-hang li a span {
    border-radius: 3px;
    padding: 0px;
    font-size: 12px;
    line-height: 14px;
}

ul.step-action li.active {
    color: white;
}

header.full-with ul.login li.cart-user a {
    position: relative;
}

header.full-with ul.login li.cart-user a span {
    position: absolute;
    background: #d70c0f;
    line-height: 15px;
    font-size: 11px;
    color: white;
    min-width: 22px;
    text-align: center;
    border-radius: 9px;
    right: -13px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: -12px;
}

.panel-notify {
    position: absolute;
    top: 63px;
    right: 92px;
    z-index: 99999;
    display: none;
    width: 426px;
    background: #fff;
    float: left;
    height: 580px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.64);
}

.panel-notify .notify-header {
    display: inline-block;
    width: 100%;
    float: left;
    background: #f6f8f8;
    border-bottom: 1px solid #bfbfbf;
    padding: 7px 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #032d3e;
    font-weight: bold;
    position: relative;
    z-index: 10;
    border-top: 1px solid #e3e5e5;
    border-bottom: 1px solid #e3e5e5;
}

.notify-header:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e3e5e5;
    border-width: 10px;
    margin-left: -10px;
    right: 9px;
    top: -20px;
    z-index: -1;
}

.notify-header:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f6f8f8;
    border-width: 9px;
    margin-left: -9px;
    right: 10px;
    top: -17px;
}

.panel-notify .notify-body {
    display: inline-block;
    width: 100%;
    float: left;
    background: transparent;
    position: relative;
}

.panel-notify .notify-body ul.notify-sidebar {
    height: 542px;
    -webkit-box-shadow: inset -2px 0px 5px 0px #dbdbdb;
    -moz-box-shadow: inset -2px 0px 5px 0px #dbdbdb;
    box-shadow: inset -2px 0px 5px 0px #dbdbdb;
    z-index: 9;
    width: 68px;
    display: inline-block;
    float: left;
    background: #f9f9f9;
    position: relative;
    border-right: 1px solid #dbdbdb;
    padding: 0px;
    margin: 0px;
}

.panel-notify .notify-body ul.notify-sidebar li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: none;
    height: auto;
    line-height: normal;
    border: 0px;
}

.panel-notify .notify-body ul.notify-sidebar li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 23px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.uk-badge-abs {
    position: absolute;
    top: 4px;
    right: 5px;
    text-align: center;
    z-index: 99;
}

.panel-notify .notify-body ul.notify-sidebar li a.active {
    background: #219ae8;
    cursor: pointer;
}

.panel-notify .notify-body ul.notify-sidebar li a.active i {
    color: white;
}

.search-text ul.search-hover {
    float: left;
    width: 106px;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    cursor: pointer;
    background: #e5e5e5;
    margin-right: 10px;
    position: absolute;
    z-index: 100;
}

.search-text .form-item-category {
    display: none;
}

.search-text ul.search-hover li {
    float: left;
    width: 91%;
    list-style: none;
    margin: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
}

.search-text ul.search-hover li:hover {
    background: white;
}

.search-text ul.search-hover li img {
    max-width: 71px;
}

.search-text img.active-seleted {
    max-width: 71px;
    background: #e5e5e5;
    padding-left: 10px;
    margin-right: 4px;
    cursor: pointer;
}

.search-text span {
    float: left;
    background: #e5e5e5;
    height: 45px;
    line-height: 50px;
    display: block;
    border-right: 1px solid #e5e5e5;
}

.search-text span i {
    margin-right: 10px;
}

.info-header-nabar span.avatar {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 30px;
}

.info-header-nabar span.avatar:hover img {
    background: black;
    opacity: 0.7;
}

.info-header-nabar span.avatar:hover em {
    position: absolute;
    top: 30px;
    text-align: center;
    color: white;
    width: 100%;
    font-weight: normal;
    left: 0px;
}

.info-header-nabar span.avatar input#myfile {
    height: 100px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

.footer-bottom-right {
    float: right;
    margin-top: 5px;
}

.footer-bottom-right a {
    float: left;
}

.footer-bottom-right a.dmca {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

.dat-hang-online-form table tr td .hinh-anh .product-img a.btn-upload {
    position: relative;
}

.dat-hang-online-form table tr td .hinh-anh .product-img a.btn-upload input {
    float: left;
    position: absolute;
    left: 0px;
    width: 46px;
    background: none;
    opacity: 0.0;
    cursor: pointer;
}

.olay-css {
    position: absolute;
    width: 100%;
    height: 100%;
}

.notify-content ul li {
    float: none;
    clear: both;
}

.notify-body {
    height: 100%;
}

.notify-body:after {
    content: "";
    clear: both;
    display: block;
}

.notify-body .notify-sidebar {
    width: 18% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.notify-body .notify-content {
    float: left;
    width: 82%;
    height: 100%;
    box-sizing: border-box;
}

.notify-body .notify-content ul {
    padding-left: 0px;
}

.notify-body .notify-content ul li {
    height: auto;
    border-top: 0px !important;
    float: none;
    padding: 10px;
    margin-left: 0px !important;
    border-bottom: 1px solid #dddfe2 !important;
    width: 100%;
    box-sizing: border-box;
    transition: background .5s ease-out;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    line-height: normal;
}

.notify-body .notify-content ul li em {
    font-style: inherit;
    position: relative;
    top: -4px;
}

.notify-body .notify-content ul li a {
    display: block;
    float: none;
}

.menu-header ul ul:not(.notify-sidebar) li:nth-child(2n) {
    background: #edf2fa;
}

.notify-body .notify-content ul li:hover {
    background: #185493 !important;
    color: #fff;
}

.notify-body .notify-content ul li:hover a {
    color: #ffffff;
}

form.don-hang-gio-hang-add-form .shop-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac {
    float: right;
    position: absolute;
    right: 15px;
    top: 6px;
    background: white;
    padding-right: 10px;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-type-radios label {
    display: inline-block;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-type-radios .form-radios {
    display: inline-block;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-type-radios .form-radios .form-item input {
    margin: 0px;
}

.pham-tram-phi-giao-dich {
    display: inline-block;
    width: 100%;
    background: red;
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item {
    display: inline;
    margin-left: 10px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong {
    float: right;
    width: 23%;
    background: #f9f9f9;
    padding: 1%;
    padding-top: 1%;
    padding-top: 1%;
}

form.don-hang-gio-hang-add-form .shop-item h3 {
    margin: 0px;
    background: #e5e5e5;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 13px;
}

form.don-hang-gio-hang-add-form .shop-item h3 input.shop-check-all {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

form.don-hang-gio-hang-add-form .shop-item table.data-item {
    width: 74%;
    margin-right: 3%;
}

form.don-hang-gio-hang-add-form .shop-item table.data-item thead th {
    background: none;
    border-right: 0px;
    border-left: 0px;
}

form.don-hang-gio-hang-add-form .shop-item table.data-item tr td {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

form.don-hang-gio-hang-add-form .shop-item table.data-item tr td a.delete {
    color: #f44336;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul {
    padding: 0px;
    margin: 0px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li {
    list-style: none;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span {
    float: left;
    width: 60%;
    position: relative;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul.final li b {
    text-align: right;
    width: 40%;
    float: right;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover.hiden {
    position: absolute;
    background: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    width: 160%;
    display: none;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover::before,
form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover::after {
    right: 100%;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover::before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 8px;
    margin-top: -8px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover::after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span:hover div.hover.hiden {
    display: block;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover p {}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span div.hover a {
    float: left;
    width: 100%;
    text-align: center;
    color: #005e91;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li span i {
    margin-left: 5px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong ul li em {
    position: relative;
    font-style: inherit;
    top: -4px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong .form-item input.form-text {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #acadb2;
}

form.don-hang-gio-hang-add-form .shop-item table tbody tr td .form-item input.form-text {
    border-radius: 4px;
    border: 1px solid #acadb2;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong .form-item label {
    font-weight: normal;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong .form-item textarea {
    border-radius: 4px;
}

form.don-hang-gio-hang-add-form .shop-item .shop-tong .form-item .grippie {
    display: none;
}

ul li.tong-tien-theo-shop b {
    color: #d93833;
    font-size: 16px;
}

form.don-hang-gio-hang-add-form .shop-item table tr td a.delete-shop {
    color: #174b84;
    font-size: 15px;
}

a.product-name {
    color: #185493;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item i {
    color: #8e8b8b;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item.blue i {
    color: #0a960e;
}

.san-pham-item-muilt-item {
    max-width: 310px;
}

.don-hang-detail-item .shop-item table.data-item thead tr th {
    border-bottom: 1px solid #e5e5e5;
}

.don-hang-detail-item form.don-hang-gio-hang-add-form .shop-item {
    background: white;
}

span.vi-dien-tu a {
    color: white;
}

a.shipping-address-request-cart b,
a.shipping-address-request-cart-update b {
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: #FFEB3B;
}

table.dia-chi-giao-hang-item {
    float: left;
    width: 100%;
    display: inline-table;
}

table.dia-chi-giao-hang-item tbody {
    border: none;
}

table.dia-chi-giao-hang-item tr.color {
    background: #f9f9f9;
}

table.dia-chi-giao-hang-item tr td {
    padding: 5px;
}

table.dia-chi-giao-hang-item tr.odd {
    background: none;
    border-bottom: 1px solid #f9f9f9;
}

table.dia-chi-giao-hang-item tr.odd td .action a {
    margin-left: 5px;
}

table.dia-chi-giao-hang-item thead th {
    border-bottom: 1px solid #f9f9f9;
    background: #185493;
    color: white;
    font-weight: normal;
    padding: 5px;
}

form.dia-chi-giao-hang-add-form {
    float: left;
    width: 100%;
}

form.dia-chi-giao-hang-add-form .form-item label {
    float: left;
    width: 190px;
    margin-top: 4px;
    font-weight: bold;
}

form.dia-chi-giao-hang-add-form .form-item input.form-text {
    width: 350px;
    height: 23px;
    border: 1px solid #ddd;
    text-indent: 5px;
}

form.dia-chi-giao-hang-add-form .form-item-birthday input.form-text {
    background: url(/sites/all/themes/giaodiennguoidung/images/birthday3.png) no-repeat left center;
    padding-left: 30px;
}

form.dia-chi-giao-hang-add-form .form-item select {
    height: 28px;
    width: 175px;
    border: 1px solid #ddd;
}

form.dia-chi-giao-hang-add-form input.form-submit {
    margin-left: 99px;
}

.img-responsive img {
    max-width: 100%;
    height: auto;
}

.tin-lien-quan img {
    box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.5);
}

#popup-yeu-cau-giao-hang .uk-modal-dialog {
    max-width: 780px;
}

#popup-yeu-cau-giao-hang .uk-modal-dialog button.uk-modal-close-default {
    position: absolute;
    right: 7px;
    top: 8px;
    background: none;
    border: none;
}

.dia-chi-giao-hang-inner h4 {
    float: left;
    width: 96%;
    background: #185493;
    padding: 2%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
}

.dia-chi-giao-hang-inner ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}

.dia-chi-giao-hang-inner ul li {
    list-style: none;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 5px;
    cursor: pointer;
    background: #e5e5e5;
    margin-bottom: 5px;
}

.dia-chi-giao-hang-inner ul li:hover,
.dia-chi-giao-hang-inner .don-vi-van-chuyen span:hover,
.hinh-thuc-thanh-toan span:hover,
.dia-chi-giao-hang-inner .selected,
.dia-chi-giao-hang-inner div span.selected {
    background: #0092d0;
    color: white;
}

.dia-chi-giao-hang-inner a.gui-yeu-cau,
.dia-chi-giao-hang-inner a.gui-yeu-cau-update {
    float: right;
    background: #FF9800;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 21px;
}

.dia-chi-giao-hang-inner {
    display: inline-block;
    width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
}

.dia-chi-giao-hang-inner .don-vi-van-chuyen {
    display: inline-block;
    width: 100%;
}

.dia-chi-giao-hang-inner .don-vi-van-chuyen span,
.hinh-thuc-thanh-toan span {
    display: inline;
    background: #e5e5e5;
    margin-right: 8px;
    padding: 5px;
    cursor: pointer;
}

.dia-chi-giao-hang-inner div.message-status-error {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.dia-chi-giao-hang-inner .message-status-success {
    text-align: center;
    font-size: 24px;
    color: #005e91;
}

.dia-chi-giao-hang-inner textarea {
    float: left;
    width: 98.7%;
    border: 1px solid #ccc;
    text-indent: 2px;
}

.menu-header li.cart-user span.cart-count {
    position: absolute;
    left: 11px;
    z-index: 10;
    background: red;
    color: white;
    font-size: 11px;
    top: 3px;
    text-align: center;
    display: flex;
    padding: 1px 3px;
    min-height: 13px;
    line-height: 13px;
    border-radius: 2px;
}

.menu-header li.cart-user i {
    font-size: 22px;
}

.node-type-thongbao .thong-bao-chi-tiet {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}

.node-type-thongbao .thong-bao-chi-tiet .uk-grid {
    padding-top: 42px;
}

.node-type-thongbao .thong-bao-chi-tiet .title-qc {
    background: #0F75BD;
    position: absolute;
    padding: 10px 15px 10px 20px;
    color: #fff;
    left: -20px;
    font-size: 25px;
    top: 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
}

.node-type-thongbao .thong-bao-chi-tiet h1 {
    color: #ED1B24;
    font-size: 24px;
    line-height: normal;
    padding-top: 10px;
}

.node-type-thongbao .thong-bao-chi-tiet .noi-dung {
    clear: both;
    padding: 5px;
}

.uk-badge-tb {
    background: #00a8e6;
    color: #fff;
    font-size: 15px;
}

.step-action li.active a {
    color: #333;
}

ul.step-action-kien-hang {
    padding-left: 0px;
}

ul.step-action-kien-hang li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    list-style-type: none;
}

ul.step-action-kien-hang li a {
    display: block;
    background: #f1f1f1;
    padding: 5px;
    margin-bottom: 5px;
}

ul.step-action-kien-hang li.active a {
    background: #185493;
    color: #fff;
}

.toggle-left {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 5px;
}

.toggle-left:hover {
    color: #ffffff;
}

h3 i.stt,
.data-item tr td i.stt {
    float: left;
    margin-right: 10px;
    font-style: normal;
    background: #0099fe;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 20px;
    line-height: 20px;
}

.data-item tr td i.stt {
    background: #3db660;
}

.data-item tr td .form-type-checkbox {
    text-align: left;
    margin-left: 4px;
}

.data-item tr td.product-check {
    vertical-align: middle;
}

.flip-down {
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 45px;
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    right: 0px;
    opacity: 0;
    transition: opacity .2s, visibility .2s, margin-top .2s;
    display: none;
}

.flip-down:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: inherit;
    background: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: -1;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
    left: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    -ms-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
}

.flip-down:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
}

.flip-down-content {
    width: 330px;
    padding: 20px;
}

.flip-login {
    color: #ffffff !important;
    float: none !important;
}

.flip-footer {
    background: #f6f6f6;
    padding: 5px 20px;
}

a.dang-ky-flip {
    float: none !important;
    color: #0898ff !important;
    font-weight: bold;
}

a.close-flip-down {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 14px;
    font-weight: normal;
}

a.close-flip-down i {
    font-size: 18px;
}

.page-node .main {
    background: #f5f5f5;
    border-bottom: 1px dotted #ddd;
}

.bai-viet-detail {
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 29px 0 #bbb;
}

.menu-info-left h3 a {
    color: #ffffff;
}

.ttcn-wrap-basic {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ttcn-wrap-title {
    background: #f5f5f5;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.ttcn-wrap-content {
    padding-left: 5px;
    padding-right: 5px;
}

.ttcn-wrap-basic:after {
    content: "";
    clear: both;
    display: block;
}

form.dia-chi-giao-hang-add-form input.form-submit {
    margin-left: 0px;
    background: #185493;
    padding-top: 3px;
    padding-bottom: 3px;
}

li.ds-donhang a {
    background: #f1f1f1;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding-left: 13px;
    padding-right: 13px;
}

.thong-tin-ca-nhan-form .container-inline-date .form-item-birthday-date label {
    display: none;
}

.thong-tin-ca-nhan-form .container-inline-date .date-padding {
    padding: 0px;
    margin-top: 5px;
}

.thong-tin-ca-nhan-form .form-item-address,
form.thong-tin-ca-nhan-form .tinh-tp .form-item-gioi-tinh {
    margin-bottom: 10px !important;
}

form.don-hang-gio-hang-add-form .info .form-item-list .form-item-city {
    clear: both;
}

#backtotop {
    background: url(/sites/all/themes/giaodiennguoidung/images/top_1.png) no-repeat center center;
    bottom: 45px;
    cursor: pointer;
    display: none;
    height: 59px;
    position: fixed;
    right: 5px;
    text-indent: -9999px;
    width: 70px;
    z-index: 16000002;
}

#backtotop:hover {
    opacity: 0.8;
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.bang-gia-item h2 {
    font-size: 22px;
}

.uk-table thead th {
    background: #f1f1f1;
}

.uk-table-condensed td {
    padding: 10px;
    font-size: 15px;
    border-right: 1px dotted gainsboro;
}

.capdo thead th {
    background: #0092d0;
    color: #ffffff;
}

.page-bang-gia-dich-vu .group-content,
.page-bang-gia-dich-vu .group-content,
.page-bang-gia-quang-chau .group-content {
    box-shadow: 0 1px 29px 0 #bbb;
    padding: 30px 35px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.page-bang-gia-dich-vu .uk-table thead th,
.page-bang-gia-ky-gui-hang .uk-table thead th,
table.table-phi-yeu-cau-them-item tr th {
    background: #185493 !important;
    color: #fff !important;
    font-family: arial;
    text-align: center;
    border: 1px solid #235c99;
}

.bang-gia-item {
    float: left;
    width: 100%;
}

.page-bang-gia-dich-vu h2,
.page-bang-gia-ky-gui-hang h2,
.page-bang-gia-quang-chau h2 {
    color: #185493;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
    clear: both;
}

#bang-gia-chi-phi th {
    min-width: 62px;
}

.td-accordion-title .fa:before {
    content: "\f056";
    font-family: Roboto, FontAwesome;
    font-size: 16px;
}

.collapsed .fa:before {
    content: "\f055";
    font-family: Roboto, FontAwesome;
    font-size: 16px;
}

.td-accordion-title i {
    color: #41b763;
    font-size: 18px;
    margin-top: 5px;
}

h3.td-accordion-title {
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

hr.hr-1 {
    margin: 0;
    border: 0;
    border-top: 1px solid #eee;
}

.td-underline {
    text-decoration: underline;
}

.td-accordion-content {
    background: #f9f9f9;
    padding: 5px;
}

.item-list .pager {
    margin-top: 8px;
}

.banner-faq {
    min-height: 240px;
    clear: both;
    background: url(/sites/all/themes/giaodiennguoidung/images/bannger_hotro_1.jpg) no-repeat;
    background-position: center top;
    position: relative;
}

.faq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
}

.page-cau-hoi-thuong-gap-td .title-page {
    display: none;
}

#td-faq {
    margin-bottom: 10px;
}

.kien-hang-list-item a.chon-tat-ca {
    float: right;
    margin-top: 18px;
}

.gia-tri-hop-tac img {
    margin: auto;
    display: block;
}

form.dat-hang-online-form .info .form-item .grippie {
    display: none;
}

form.dat-hang-online-form .info .form-item textarea {
    width: 450px;
    border: 1px solid #ddd;
}

.item-list .pager li {
    float: none;
}

.uk-text-primary a {
    color: #2d7091 !important;
}

#overlay_body {
    background: #000;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all .5s ease-out;
}

.hover-overlay {
    opacity: .5 !important;
    visibility: visible !important;
    transition: all .5s .1s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation: bounce 2s infinite;
    font-size: 15px;
}

.padding-right {
    margin-right: 5px;
}

.call-left {
    position: fixed;
    left: 0px;
    z-index: 999;
    bottom: 0px;
}

.call-left .wrapper-call .submit-box {
    background-color: #eb5256;
    width: 300px;
    color: #FFF;
    text-align: center;
    padding: 10px;
    display: none;
}

.call-left .wrapper-call .submit-box.form-submit-open {
    display: block;
}

.call-left .wrapper-call .submit-box .call-submit {
    margin-top: 5px;
    background-color: #FFF;
}

.call-submit .call-icon {
    background: url(/sites/all/themes/giaodiennguoidung/images/icon-form-call.png);
    height: 24px;
    width: 15px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

.call-submit input#call-info {
    width: 210px;
    height: 30px;
    background: #FFF;
    border: none;
    float: left;
    color: #000;
    font-size: 14px;
}

.call-left .wrapper-call .submit-box input#call-submit {
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    background: #36ace1;
    border: 0px;
    float: right;
    width: 55px;
    height: 30px;
    cursor: pointer;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.call-left .wrapper-call .submit-box .call-submit {
    margin-top: 5px;
    background-color: #FFF;
    cursor: pointer;
}

.call-left .wrapper-call .submit-box .call-close {
    background: url(/sites/all/themes/giaodiennguoidung/images/close-call.png);
    height: 20px;
    width: 20px;
    top: -15px;
    right: -15px;
    position: absolute;
    background-color: #FFF;
    cursor: pointer;
}

.baiviet-list-item .uk-button,
.view-dichvu .views-field-php .uk-button {
    background: #52aa54;
    color: #fff;
    transition: background .5s ease-out;
}

.baiviet-list-item .uk-button:hover,
.view-dichvu .views-field-php .uk-button:hover {
    background: #ff531a;
}

.front .phone-online {
    display: none;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.ghi-chu-red {
    background: red;
    color: #fff;
    vertical-align: middle;
}

.ghi-chu-red a {
    color: #fff;
}

.label-bs {
    font-family: Arial;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 3px;
}

.label-bs-success {
    background-color: #5cb85c;
}

.label-bs-warning {
    background-color: #f0ad4e;
}

.label-bs-danger {
    background-color: #d9534f;
}

.label-bs-primary {
    background-color: #337ab7;
}

.other-diachi label {
    float: left;
    min-width: 150px;
}

.addresscon {
    padding: 6px;
    background: url(/sites/all/themes/giaodiennguoidung/images/addonebgs.png) repeat;
    margin-top: 12px;
    margin-bottom: 12px;
}

.addresscon ul {
    padding: 20px 25px;
    background-color: #fff;
    margin: 0px;
}

.addresscon ul li {
    list-style-type: none;
    vertical-align: bottom;
    clear: both;
}

.addresscon ul li:after {
    clear: both;
    content: "";
    display: block;
}

.addresscon ul strong {
    display: block;
    min-width: 180px;
}

.flo {
    float: left;
}

.ttcn-wrap-title:after {
    clear: both;
    content: "";
    display: block;
}

.ttcn-wrap-title span {
    float: left;
    margin-right: 5px;
}

.ttcn-wrap-title .form-item-dongbo {
    float: right;
    margin: 0px;
}

.ttcn-wrap-title .form-item-dongbo label {
    width: auto !important;
    float: none !important;
    margin-top: 0px !important;
}

.other-diachi {
    clear: both;
}

.truso-china {
    background: #EAF8FF;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}

a.non-format {
    float: none !important;
    text-align: center;
    display: block;
    clear: both;
    padding: 5px;
    color: #185493 !important;
    font-weight: bold;
    background: #f6f8f8;
}

table {
    width: 100%;
    margin: 0 0 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
}

table.kien-hang-table-cong-no-item {
    float: right;
    width: 59%;
    margin-bottom: 50px;
}

table.kien-hang-table-cong-no-item td,
table.kien-hang-table-cong-no-item th {
    vertical-align: top;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
}

table.kien-hang-table-cong-no-item th {
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    color: #666;
    background: #eee;
}

table.kien-hang-table-cong-no-item tr.blue {
    background: #48cd3f;
    color: white;
}

table.kien-hang-table-cong-no-item tr.red {
    background: red;
    color: white;
}

table.kien-hang-table-cong-no-item tr:hover {
    color: #333;
}

.megarow div.views-megarow-content {
    border: 3px solid #0074bd;
}

div.views-megarow-content .megarow-content .megarow-throbber-wrapper {
    text-align: center;
}

div.views-megarow-content .megarow-header {
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 0px;
}

div.views-megarow-content .megarow-title {
    background: url(/images/icon-close.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    color: menutext;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.content-detail {
    padding: 5px;
}

.megarow-header a.close {
    float: right;
    color: #000;
    font-size: 16px;
    padding-right: 5px;
}

.btn-login {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
}

.btn-login::after {
    clear: both;
    content: "";
    display: block;
}

.btn-login i {
    border-right: 2px solid #2f477a;
    display: block;
    float: left;
    font-size: 22px;
    padding: 8px 10px;
    text-align: center;
    width: 18px;
}

.btn-login a {
    color: #fff;
    display: block;
    float: left;
    padding: 8px;
    text-align: center;
    width: 85%;
}

.btn-google {
    background: #DF4A32;
}

.btn-google i {
    border-right: 2px solid #B33B28;
}

.popup-login-register-pc .left-popup {
    float: none;
    width: 66.666%;
    padding-top: 0px;
}

.map-vn img {
    max-width: 100%;
}

.info-login {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 5px;
}

.popup-login-register-pc {
    padding-top: 35px;
}

.popup-login-register-pc h1 {
    font-size: 30px;
    padding-bottom: 5px;
}

.don-hang-user-search-form select {
    width: 200px;
}

.export-excel {
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    max-width: 50px;
    clear: both;
}

span.hailong {
    color: red;
    font-weight: bold;
    font-size: 19px;
}

.ky-gui-anchor {
    cursor: pointer;
}

span.hailong:after {
    content: "";
    clear: both;
    display: block;
}

.ghi-chu-kien-hang-khach-hang {
    border: 1px solid red;
    padding: 5px;
    min-width: 100px;
    border-radius: 10px;
    background: #f5f5f5;
}

.don-hang-detail-item a.kien-hang-detail-update-view {
    float: left;
    margin-right: 6px;
}

.don-hang-detail-item a.don-hang-chat i {
    margin-right: 5px;
}

.don-hang-close-item {
    display: inline-block;
    width: 100%;
}

.don-hang-close-item ul {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
}

.don-hang-close-item ul li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.don-hang-close-item ul li.last {
    margin-right: 0px;
    float: right;
}

.don-hang-close-item ul li a {
    background: #2196F3;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.don-hang-close-item ul li a:hover {
    background: #0f5892;
}

.don-hang-close-item ul li a.active {
    background: #119817;
}

.don-hang-close-item button.btn-submit {
    width: 100%;
    background: #FF9800;
    color: white;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.don-hang-close-item button.btn-submit:hover {
    background: #FFC107;
}

.don-hang-close-item ul li select {
    display: none;
}

.don-hang-close-item .status.message {
    text-align: center;
    text-transform: uppercase;
    line-height: 29px;
}

.don-hang-close-item .status.message.status-0 {
    color: red;
}

.don-hang-close-item .status.message.status-1 {
    color: green;
}

.don-hang-close-item .status.message b {
    color: black;
    font-size: 18px;
}

.don-hang-close-item .status.message b em {
    font-size: 13px;
    text-transform: none;
    font-style: normal;
    position: relative;
    top: -5px;
}

table.kien-hang-status-change-table-item thead tr th {
    border: none;
    background: #f0f0f0;
    font-weight: normal;
    padding: 6px;
}

table.kien-hang-status-change-table-item tbody {}

table.kien-hang-status-change-table-item tbody tr {
    background: none;
    border: none;
}

table.kien-hang-status-change-table-item tbody tr td {
    padding: 5px;
    border: 1px solid #ccc;
}

strong.nhan-hang {
    margin-left: 20px;
    color: #666;
}

.social-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.tag-cloud,
.bai-viet-left-item {
    margin-bottom: 20px;
}

.tag-cloud h3,
.bai-viet-left-item h3 {
    background: #185493;
    color: white;
    text-indent: 5px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    min-width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0px;
}

.bai-viet-left-item .content,
.tag-cloud .content {
    display: inline-block;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    box-shadow: 1px 1px 1px #ccc;
}

.bai-viet-left-item .content ul {
    padding-left: 0px;
    margin: 0px;
}

.bai-viet-left-item .content ul li {
    margin: 0px;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.bai-viet-left-item .content ul li a i {
    margin-right: 7px;
}

.bai-viet-left-item .content ul li a {
    font-size: 12px;
    font-family: "Noto Serif";
}

.bai-viet-left-item .content ul li ul li {
    margin-top: 5px;
    margin-left: 15px;
}

.bai-viet-left-item .content ul li a:hover {}

.tag-cloud .content a {
    background: #a6a6a6;
    color: #fff;
    padding: 2px 10px 4px;
    display: inline-block;
    margin: 0 0px 3px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
}

.tag-cloud .content a:hover {
    color: #a6a6a6;
    background: #1a1a1a;
}

.menu-footer-bar ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    min-height: 155px;
    margin-bottom: 20px;
}

.menu-footer-bar ul li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-footer-bar ul li a i {
    margin-right: 3px;
}

.menu-footer-bar ul li ul li {
    width: 98%;
    min-height: auto;
    margin-bottom: 0px;
}

.menu-footer-bar ul li ul li a {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    text-transform: none;
    font-weight: normal;
}

.menu-footer-bar {
    margin-top: 20px;
    background: white;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
    padding: 20px;
}

.header-top-top .cart-user .cart-list {
    display: none;
    position: absolute;
    left: 0px;
    width: 220px;
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    top: 100%;
    z-index: 100;
    padding-top: 15px;
    overflow: hidden;
}

.header-top-top .cart-user .cart-list ul {
    margin: 0;
    padding: 0;
}

.header-top-top .cart-user .cart-list .cart-list-header {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
}

.header-top-top .cart-user .cart-list ul li {
    display: block;
    margin: 0;
    padding: 5px 15px 10px;
    line-height: 30px;
    width: calc(100% - 30px);
    float: none;
}

.header-top-top .cart-user .cart-list.active {
    display: block;
}

.header-top-top .cart-user .cart-list .btn-go-to-cart {
    text-align: center;
    margin: 10px 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.header-top-top .cart-user .cart-list .btn-go-to-cart a {
    line-height: 30px;
    padding: 5px 20px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    float: none;
}

.header {
    position: relative;
}

.menu-one-page-bao-gia ul {
    background: #fff;
    padding: 15px;
    margin: 0;
    width: calc(100% - 30px);
    box-shadow: 0 1px 15px 0 #ccc;
}

.menu-one-page-bao-gia ul li {
    margin: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.menu-one-page-bao-gia ul li {
    max-width: 180px;
    margin-bottom: 10px;
}

.menu-one-page-bao-gia ul li a {
    font-size: 12px;
    font-family: "Noto Serif";
    text-transform: uppercase;
}

.menu-one-page-bao-gia ul li a:hover,
.menu-one-page-bao-gia ul li a.active {
    color: #d92929;
}

.menu-one-page-bao-gia ul li i {
    margin-right: 5px;
}

.menu-one-page-bao-gia>h3 {
    background: #185493;
    color: #fff;
    text-indent: 5px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    min-width: 120px;
    padding: 5px;
    text-align: center;
    margin-bottom: 0px;
}

.popup-login-regiter-form ul.tab-action {
    padding: 0px;
    padding-left: 0px;
}

.popup-login-regiter-form ul.tab-action li {
    list-style: none;
    display: inline-block;
    background: #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.popup-login-regiter-form ul.tab-action li.active {
    background: #185493;
    color: white;
}

.popup-login-regiter-form ul.tab-action li.active a {
    color: white;
}

.cart-list ul.tb-not-hover li span.image {
    float: left;
    margin-right: 10px;
}

.cart-list ul.tb-not-hover li span.image img {
    width: 40px;
    height: 40px;
}

.cart-list ul.tb-not-hover li {
    float: left !important;
    width: 85% !important;
    height: 40px;
}

.cart-list .list-item-cart {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
}

.cart-list ul.tb-not-hover li span.properity {
    line-height: 9px;
    font-size: 13px;
    display: block;
}

table.nha-cung-cap-user-list-table {
    border: none;
    margin: 0px;
    float: left;
    width: 100%;
}

table.nha-cung-cap-user-list-table thead tr th {
    border: none;
    background: #185493;
    color: white;
    font-weight: normal;
    padding: 7px;
}

table.nha-cung-cap-user-list-table tbody tr {
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    background: #f5f5f5;
}

table.nha-cung-cap-user-list-table tbody tr.odd {
    background: none;
}

table.nha-cung-cap-user-list-table tbody tr td {
    padding: 7px;
}

table.nha-cung-cap-user-list-table tbody tr td span.type {
    background: green;
    border-radius: 3px;
    font-size: 13px;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

table.nha-cung-cap-user-list-table tbody tr td span.address i {
    color: red;
    font-weight: bold;
}

table.nha-cung-cap-user-list-table tbody tr td em {
    position: relative;
    top: -4px;
    font-style: inherit;
}

table.nha-cung-cap-user-list-table tbody tr td .action {
    float: right;
    margin-right: 28px;
}

table.nha-cung-cap-user-list-table tbody tr td .action a.xem-chi-tiet {
    color: #185493;
}

table.nha-cung-cap-user-list-table tbody tr td .action a.edit {
    color: #f39a3f;
}

table.nha-cung-cap-user-list-table tbody tr td .action a.delete {
    color: red;
    font-weight: bold;
}

table.nha-cung-cap-user-list-table tbody tr td span.name a {
    margin-right: 5px;
    color: #b7b5b5;
}

table.nha-cung-cap-user-list-table tbody tr td span.name a:hover {
    color: #185493;
}

.nha-cung-cap-list-page ul.pager {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.nha-cung-cap-list-page ul.pager li {
    padding: 0px;
    margin: 0px;
}

.nha-cung-cap-list-page ul.pager li a {
    background: #d8d8d8;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nha-cung-cap-list-page ul.pager li.pager-current {
    background: #185493;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
}

form.nha-cung-cap-user-add-form table {
    border: none;
    margin: 0px;
    background: #f5f5f5;
}

form.nha-cung-cap-user-add-form table tbody {
    border: none;
}

form.nha-cung-cap-user-add-form table tbody tr.border-bg {
    background: #185493;
    color: white;
}

form.nha-cung-cap-user-add-form table tr td {
    padding: 6px;
}

form.nha-cung-cap-user-add-form table tr {
    background: none;
}

form.nha-cung-cap-user-add-form table tr td .form-item label {
    display: inline-block;
    width: 140px;
    font-weight: normal;
}

form.nha-cung-cap-user-add-form table tr td .form-item input.form-text {
    display: inline-block;
    width: 300px;
    height: 23px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 1px 1px #e8e3e3;
    text-indent: 5px;
}

form.nha-cung-cap-user-add-form input.form-submit {
    margin-top: 15px;
    margin-left: 152px;
    border-radius: 5px;
    min-width: 161px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #185493;
    box-shadow: 1px 0px 1px 1px #ccc;
    border: 1px solid #11467d;
    color: white;
    cursor: pointer;
}

form.nha-cung-cap-user-add-form table.table-item tr td .form-item {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form.nha-cung-cap-user-add-form table.table-item tr td .form-item select {
    width: 175px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

form.nha-cung-cap-user-add-form table.table-item tr td .form-item input.form-text {
    width: 175px;
}

table.phuong-thuc-lien-he tr.hidden {
    display: none;
}

form.nha-cung-cap-user-add-form a.add-new {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 10px;
}

form.nha-cung-cap-user-add-form table tbody tr.border-bg td span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: yellow;
    display: inline-block;
    text-align: center;
    color: #333;
}

form.nha-cung-cap-user-add-form table tbody tr.border-bg:hover {
    background: #185493;
}

table.nha-cung-cap-user-list-table tbody tr td .info span.name input {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    height: 23px;
    text-indent: 5px;
}

.nha-cung-cap-item-info table tr.border-access {
    background: #185493;
    color: white;
}

.nha-cung-cap-item-info table tr.border-access td span.stt {
    background: yellow;
    color: #333;
}

.nha-cung-cap-item-info table tr .form-item label {
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: bold;
    font-size: 10px;
}

.nha-cung-cap-item-info table tr .form-item {
    margin: 0px;
}

.nha-cung-cap-item-info table tr td,
.nha-cung-cap-item-info table tr th {
    vertical-align: top;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
}

.nha-cung-cap-item-info table tr th {
    text-shadow: #fff 0 1px 0;
    border-top-color: #ccc;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    color: #666;
    background: #eee;
}

.nha-cung-cap-item-info table tbody tr {
    background: none;
}

.nha-cung-cap-item-info table tbody tr span.status {
    color: white;
    padding: 1px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

table.table-phi-yeu-cau-them-item tbody,
table.table-phi-yeu-cau-them-item tr th {
    border: none;
}

table.table-phi-van-chuyen-qc-item tr th,
table.table-phi-yeu-cau-them-item tr th {
    border: 1px solid #2968ab;
    vertical-align: middle;
    text-align: center;
}

table.table-phi-van-chuyen-qc-item tr td {
    text-align: center;
}

table.table-phi-yeu-cau-them-item tbody tr {
    border-bottom: none;
}

.bao-lai-va-dat-don-hang-huy p {
    text-align: center;
    font-size: 15px;
    font-family: arial;
}

.bao-lai-va-dat-don-hang-huy b {
    color: red;
}

.bao-lai-va-dat-don-hang-huy button.btn-submit {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border: none;
    background: #FF9800;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
}

.bao-lai-va-dat-don-hang-huy button.btn-submit:hover {
    background: #FFC107;
}

.bao-lai-va-dat-don-hang-huy span.message {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.bao-lai-va-dat-don-hang-huy span.message.success {
    color: green;
}

.bao-lai-va-dat-don-hang-huy span.message.error {
    color: red;
}

table.nha-cung-cap-user-list-table thead tr th a {
    color: white;
}

table.phuong-thuc-dat-hang-table-list thead th {
    background: none;
    border: none;
}

table.phuong-thuc-dat-hang-table-list th.center {
    background: none;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    color: #185493;
}

table.phuong-thuc-dat-hang-table-list tbody {
    border-top: none;
}

table.phuong-thuc-dat-hang-table-list tbody tr td.center {
    text-align: center;
    color: green;
}

table.phuong-thuc-dat-hang-table-list {
    border: none;
}

table.phuong-thuc-dat-hang-table-list tr td a.dat-mac-dinh {
    display: inline-block;
    background: #FF9800;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px;
    border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.phuong-thuc-dat-hang-table-list tr td a.dat-mac-dinh.active {
    background: green;
}

.menu-info-left ul li.dat-hang-item {
    position: relative;
}

.menu-info-left ul li.dat-hang-item a.cat-dat-lai {
    background: none;
    padding: 0px;
    border: none;
    position: absolute;
    top: 9px;
    right: 0px;
    z-index: 10;
}

form.khach-hang-add-form tr td label {
    float: left;
    width: 30%;
    font-weight: normal;
}

form.khach-hang-add-form tr td input.form-text {
    float: right;
    width: 67%;
    border-radius: 5px;
    height: 27px;
    text-indent: 5px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

form.khach-hang-add-form tr td .chosen-container-single .chosen-single {
    height: 28px;
}

form.khach-hang-add-form tr td select {
    float: right;
    width: 67%;
    border-radius: 5px;
    height: 28px;
    text-indent: 5px;
    border: 1px solid #e5e5e5;
}

form.khach-hang-add-form tr td .form-item-list .content {
    float: right;
    width: 67%;
}

form.khach-hang-add-form tr td .form-item-list .content .form-item.form-item-tinh-id {
    float: left;
    width: 160px;
}

form.khach-hang-add-form tr td .form-item-list .content .form-item.form-item-tinh-id select {
    width: 100%;
}

form.khach-hang-add-form tr td .form-item-list .content .quan-huyen {
    float: right;
    width: 160px;
}

form.khach-hang-add-form tr td .form-item-list .content .quan-huyen select {
    width: 100%;
}

form.khach-hang-add-form tr td .form-item {
    margin: 0px;
}

form.khach-hang-add-form input.form-submit {
    margin-left: 16%;
    background: #FF9800;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 8px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

form.khach-hang-add-form tr td.border-none {
    background: #185493;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.dat-hang-theo-nha-cung-cap .content {
    float: left;
    width: 96%;
    background: #f5f5f5;
    padding: 2%;
    min-height: 200px;
}

form.nha-cung-cap-search-form {
    position: relative;
}

form.nha-cung-cap-search-form .form-item {
    background: white;
    padding: 3px;
    border-radius: 0px;
    float: left;
    margin: 0px;
    border: 1px solid #ccc;
    width: 67%;
    border-left: 0px;
}

form.nha-cung-cap-search-form .form-item i {
    color: #ccc;
}

form.nha-cung-cap-search-form input {
    width: 94%;
    border: none;
    height: 20px;
}

form.nha-cung-cap-search-form select {
    float: left;
    width: 30%;
    height: 31px;
    border: 1px solid #ccc;
}

form.nha-cung-cap-search-form .autocomplete-result {
    position: absolute;
    top: 31px;
    left: 0px;
    background: white;
    box-shadow: 1px 1px 1px #ccc;
    width: 100%;
    display: none;
}

form.nha-cung-cap-search-form .autocomplete-result.active {
    display: block;
}

form.nha-cung-cap-search-form .autocomplete-result ul {
    padding: 0px;
}

form.nha-cung-cap-search-form .autocomplete-result ul li {
    float: left;
    width: 100%;
    list-style: none;
}

form.nha-cung-cap-search-form .autocomplete-result ul li a {
    width: calc(100% - 20px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

form.nha-cung-cap-search-form .autocomplete-result ul li a:hover {
    background: #f5f5f5;
}

.dat-hang-theo-nha-cung-cap .result ul,
.dat-hang-theo-nha-cung-cap .result-choose ul {
    padding-left: 0px;
    padding-top: 10px;
    float: left;
    width: calc(99% - 3px);
    background: white;
}

.dat-hang-theo-nha-cung-cap .result ul li,
.dat-hang-theo-nha-cung-cap .result-choose ul li {
    list-style: none;
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.dat-hang-theo-nha-cung-cap .result ul li span.price,
.dat-hang-theo-nha-cung-cap .result-choose ul li span.price {
    color: red;
}

.dat-hang-theo-nha-cung-cap .result ul li img,
.dat-hang-theo-nha-cung-cap .result-choose ul li img {
    float: left;
    margin-right: 10px;
}

.dat-hang-theo-nha-cung-cap .result ul li a.title,
.dat-hang-theo-nha-cung-cap .result-choose ul li a.title {
    color: #185493;
}

.dat-hang-theo-nha-cung-cap .result ul li a.choose,
.dat-hang-theo-nha-cung-cap .result-choose ul li a.choose {
    float: left;
    margin-top: 17px;
}

.dat-hang-theo-nha-cung-cap .result ul li a.choose i,
.dat-hang-theo-nha-cung-cap .result-choose ul li a.choose i {
    margin-right: 7px;
}

.dat-hang-theo-nha-cung-cap .result-choose ul li a.choose i {
    color: red;
}

.dat-hang-theo-nha-cung-cap button.btn-submit {
    background: #185493;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 19px;
    cursor: pointer;
}

.dat-hang-theo-nha-cung-cap ul.product-list-item li img {
    float: left;
    margin-right: 10px;
}

form.don-hang-gio-hang-add-form .shop-item table tr td .title-inner {
    position: relative;
}

form.don-hang-gio-hang-add-form .shop-item table tr td .title-inner a.edit-title {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    right: 0px;
    color: #b9b8b8;
}

form.don-hang-gio-hang-add-form .shop-item table tr td .title-inner a.edit-title:hover {
    color: #185493;
}

table.khach-hang-table-list tr th {
    text-indent: 0px;
}

table.khach-hang-table-list tr td {
    padding-left: 8px;
    padding-right: 8px;
}

table.khach-hang-table-list tr td span.text-line i {
    margin-right: 5px;
}

table.khach-hang-table-list tr td span.email i {
    color: #FF9800;
}

table.khach-hang-table-list tr td span.phone i {
    color: red;
}

table.khach-hang-table-list tr td a {
    color: #07D;
}

table.khach-hang-view-detail tr td .form-item label {
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    color: #555;
    font-weight: normal;
    font-size: 13px;
    margin-top: 4px;
}

table.khach-hang-view-detail tr td .form-item span {
    float: left;
    width: 280px;
    border: 1px solid #e5e5e5;
    min-height: 24px;
    line-height: 23px;
    text-indent: 10px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-radius: 3px;
}

table.khach-hang-view-detail tr td .form-item {
    margin: 0px;
}

table.khach-hang-view-detail tr {
    border-bottom: 1px dashed #ccc;
}

table.khach-hang-view-detail tr td {
    padding: 8px;
}

table.don-hang-list-nhan-vien-table tbody tr.even {
    background: none;
}

table.don-hang-list-nhan-vien-table tbody tr {
    border-bottom: 1px dashed #ccc;
}

table.don-hang-list-nhan-vien-table tbody tr td span.status {
    background: #2ea300;
    text-indent: 0px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding-left: 4px;
    padding-right: 5px;
    border-radius: 3px;
    min-width: 87px;
    display: inherit;
}

.feedback-page-item {
    float: left;
    width: 100%;
}

.feedback-page-item .view-content ul {
    padding-left: 0px;
}

.feedback-page-item .view-content ul li {
    list-style: none;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 7px 0px #b3b3b3;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.feedback-page-item .feedback-top {
    display: inline-block;
    width: calc(100% - 20px);
    border-bottom: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #808080;
}

.feedback-page-item .feedback-content {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

.feedback-page-item .feedback-content-left {
    float: left;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    vertical-align: middle;
}

.feedback-page-item .feedback-content-left span.fullname {
    background: #edb867;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 41px;
    margin-top: 10px;
}

.feedback-page-item .feedback-content-right {
    float: right;
    width: 83%;
}

.feedback-page-item .feedback-content-right .content {
    padding-top: 5px;
    padding-bottom: 10px;
}

.feedback-page-item .feedback-content-right table {}

.feedback-page-item .feedback-content-right table tr td {
    border: 1px solid #d9edf7;
    text-align: center;
    padding: 5px;
}

.feedback-page-item .feedback-content-right table tr.even {
    background: #d9edf7;
}

.feedback-page-item .feedback-anwer {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
}

.feedback-page-item .feedback-anwer .feedback-anwer-left {
    width: 15%;
    margin-right: 2%;
    float: left;
    text-align: center;
}

.feedback-page-item .feedback-anwer .feedback-anwer-left span {
    background: #185493;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 41px;
    margin-top: 10px;
}

.tra-cuoc-item-page {
    float: left;
    width: 96%;
    margin-top: 20px;
    background: #185492;
    padding: 2%;
    margin-bottom: 20px;
    font-family: arial;
}

.tra-cuoc-item-page .diem-nhan-diem-tra select {
    float: left;
    width: 100%;
    height: 23px;
    text-indent: 7px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.tra-cuoc-item-page .diem-nhan-diem-tra .form-item {
    float: left;
    width: 100%;
    height: 23px;
    text-indent: 7px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: white;
    margin-top: 0px;
}

.tra-cuoc-item-page .diem-nhan-diem-tra .form-item label {
    float: left;
    font-weight: normal;
    padding-top: 1px;
    font-size: 13px;
}

.tra-cuoc-item-page .diem-nhan-diem-tra .form-item input {
    float: right;
    width: 65px;
    height: 23px;
    border-radius: 0px 10px 10px 0px;
    border: none;
    padding: 0px;
    font-size: 15px;
}

.tra-cuoc-item-page .trong-luong {
    margin-top: 15px;
}

.tra-cuoc-item-page .diem-nhan-diem-tra select {
    height: 27px;
}

.tra-cuoc-item-page .trong-luong div.form-item {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    height: 25px;
    text-align: center;
    background: white;
    margin-top: 0px;
}

.tra-cuoc-item-page .trong-luong div.form-item label {
    display: inline-block;
    font-weight: normal;
}

.tra-cuoc-item-page .trong-luong div.form-item input {
    margin-top: 0px;
    border: none;
    padding: 0px;
    height: 26px;
    text-align: center;
}

.tra-cuoc-item-page .result {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #185492;
}

.tra-cuoc-item-page .result table {
    border-radius: 10px;
    border: none;
}

.tra-cuoc-item-page .result table thead {}

.tra-cuoc-item-page .result table thead tr th {
    padding: 5px;
    font-weight: normal;
    border: none;
}

.tra-cuoc-item-page .result table tr td {
    padding: 5px;
}

.tra-cuoc-item-page .result table tr td.border-none {
    border: none;
}

.tra-cuoc-item-page span.message.success {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: white;
}

.tra-cuoc-item-page table tr td.result-item {
    color: green;
}

.lich-su-giao-dich-page-item table tbody tr td span.type {
    color: white;
    min-width: 73px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
}

a.xac-nhan-dat-hang {
    color: white;
    background: #ff0000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.xac-nhan-dat-hang-popup-item button {
    display: inline-block;
    width: 48%;
    margin-left: 4%;
    background: #FF9800;
    border: none;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    cursor: pointer;
}

.xac-nhan-dat-hang-popup-item button.dat-coc-full {
    margin-left: 0%;
    background: green;
}

.xac-nhan-dat-hang-popup-item button.center {
    width: 100%;
    margin-left: 0px;
    background: green;
}

.xac-nhan-dat-hang-popup-item {
    font-family: arial;
}

.xac-nhan-dat-hang-popup-item p b {
    color: red;
}

table.don-hang-cua-ban-item tr td a.order-code {
    color: #059;
    font-weight: bold;
}

table.don-hang-cua-ban-item tr td i.fa-calendar {
    color: #757474;
}

.popup-login-regiter-form .form-item select {
    float: left;
    width: 100%;
    height: 31px;
    border: 1px solid #ccc;
}

form#user-login input#edit-submit-google {
    display: none;
}

.dia-chi-giao-hang-item {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.dia-chi-giao-hang-inner .yeu-cau-giao-hang-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.dia-chi-giao-hang-inner .yeu-cau-giao-hang-bottom .item {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.dia-chi-giao-hang-inner .yeu-cau-giao-hang-bottom .nap-them-vi-dien-tu {
    margin-right: 0px;
}

.dia-chi-giao-hang-inner .yeu-cau-giao-hang-bottom .nap-them-vi-dien-tu input {
    width: 99%;
    height: 21px;
    text-indent: 5px;
}

.don-vi-van-chuyen table {
    float: left;
    width: 96%;
    margin-top: 5px;
    margin-left: 2%;
    margin-right: 2%;
}

.don-vi-van-chuyen table tr th {
    font-family: arial;
    border: none;
    padding: 5px;
}

.don-vi-van-chuyen table tr td {
    padding: 5px;
}

.don-vi-van-chuyen table tr.even {
    background: none;
}

.don-vi-van-chuyen span.full-item {
    width: 99%;
    display: inline-block;
    margin-bottom: 10px;
}

.don-vi-van-chuyen span {
    float: left;
    width: 98.7%;
    margin-bottom: 10px;
}

span.can-nap-them {
    font-weight: bold;
}

span.can-nap-them.blue {
    color: green;
}

span.can-nap-them.red {
    color: red;
}

.popup-message-success-order {
    position: relative;
    text-align: center;
    color: #333;
}

.popup-message-success-order a {
    color: #185493 !important;
}

.popup-message-success-order span.checked {
    background: #0ca212;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: white;
    position: relative;
    top: -40px;
    text-align: center;
}

.popup-message-success-order span.checked i {
    margin-top: 16px;
}

#jGrowl .jGrowl-notification.status {
    color: #bd0e0c !important;
    background-color: #fff !important;
    border: 1px solid #c9ccc9 !important;
    opacity: 1;
}

table.nap-tien-table tr td {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

table.nap-tien-table tr td p {
    margin: 0px;
}

table.nap-tien-table tr.thead td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.nap-tien-table {
    width: 580px;
    display: inline-block;
}

.bai-viet-detail .noi-dung table.nap-tien-table tr td img {
    max-width: 100px !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.22);
}

.uk-alert-danger {
    display: inline-block;
    width: 98%;
    margin-top: 0px;
}

.modal-small-200 .uk-modal-dialog {
    width: 300px;
}

form.don-hang-action-huy-form {
    display: inline-block;
    width: 100%;
}

form.don-hang-action-huy-form select.ly-do {
    width: 100%;
    margin-bottom: 10px;
    height: 25px;
}

form.don-hang-action-huy-form button.btn-submit {
    background: #FF9800;
    color: white;
    width: 100%;
    border: none;
    height: 26px;
    cursor: pointer;
}

form.don-hang-action-huy-form div.label {
    display: inline-block;
    float: left;
    width: 100%;
    color: red;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    padding: 0px;
    line-height: 20px;
}

table.kien-hang-kiem-hang-table-list tr td span.status {
    background: red;
}

table.kien-hang-kiem-hang-table-list tr td span.status.green {
    background: green;
}

table.kien-hang-kiem-hang-table-list tr td span.confirm {
    background: red;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    cursor: pointer;
}

table.kien-hang-kiem-hang-table-list tr td span.confirm.green {
    background: green;
}

table.kien-hang-kiem-hang-table-list tr td span.kho {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 4px;
    color: white;
    font-size: 13px;
}

form.kien-hang-kiem-hang-xac-nhan-chuyen {
    text-align: center;
}

form.kien-hang-kiem-hang-xac-nhan-chuyen button.btn {
    background: green;
    color: white;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 13px;
    cursor: pointer;
}

table.don-hang-ky-gui-table-list tr td,
table.don-hang-ky-gui-table-list tr th {
    text-indent: 0px;
    padding-left: 10px;
}

table.don-hang-ky-gui-table-list tr td span.status {}

table.don-hang-ky-gui-table-list tr td span.status.red {
    background: red;
}

table.don-hang-ky-gui-table-list tr td span.status.green {
    background: green;
}

table.don-hang-ky-gui-table-list tr td span.status.orange {
    background: orange;
}

.don-hang-ky-gui-table-list {}

.don-hang-ky-gui-table-list ul.pager {
    float: right;
}

.don-hang-ky-gui-table-list ul.pager li.pager-current {
    background: #185493;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
    color: white;
}

.don-hang-ky-gui-table-list ul.pager li {
    margin: 0px;
    padding: 0px;
}

.don-hang-ky-gui-table-list ul.pager li a {
    background: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
}

.don-hang-ky-gui-detail .dia-chi-giao-hang p {
    display: inline-block;
    padding: 10px;
    margin-top: 0px;
}

.not-padding .uk-modal-dialog {
    width: 780px;
}

.left {
    float: right;
    width: 250px;
    margin-right: 0px;
}

.breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    color: white;
    padding: 0px;
    background: #185493;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.breadcrumb a {
    color: white;
    float: left;
    margin-right: 10px;
}

.breadcrumb i {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.main .content-item {
    margin-top: 20px;
    display: inline-block;
}

body.dashboard-page,
body.page-tim-kiem-san-pham {
    background: #26518b;
    display: inline-block;
    width: 100%;
}

body.page-tim-kiem-san-pham .content-dashboard {
    width: 90%;
}

span.dashboard-icon {
    background: url(/sites/all/themes/giaodiennguoidung/images/dashboard.png) no-repeat 0px 0px transparent;
}

header.dashboard-header {
    background: url(/sites/all/themes/giaodiennguoidung/images/header-dashboard.png) no-repeat 0px 0px transparent;
    max-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

header.dashboard-header .logo {
    float: left;
}

header.dashboard-header .logo img {
    height: 65px;
    float: left;
}

.left-dashboard-bar {
    float: left;
    width: 10%;
    height: 100%;
    background: url(/sites/all/themes/giaodiennguoidung/images/dash-right-bg.png) no-repeat 0px 0px transparent;
}

.header-dashboard-right {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 86%;
}

.header-dashboard-right .new-block {
    float: left;
    margin-top: 5px;
}

.new-block span.icon {
    display: inline-block;
    width: 26px;
    height: 20px;
    background-position: -5px -73px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.new-block ul {
    display: inline-block;
    position: relative;
    top: 6px;
}

.new-block ul li {}

.new-block ul li a {
    color: white;
}

.dashboard-info {
    float: right;
    margin-left: 20px;
}

.dashboard-info div.so-du {
    background: #275188;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 17px;
    border: 1px solid #516e96;
}

.dashboard-info div.so-du b {
    color: #000;
}

.dashboard-info ul {
    display: inline-block;
}

.dashboard-info div.so-du span.dashboard-icon {
    float: right;
    width: 16px;
    height: 18px;
    background-position: -9px -215px;
    margin-left: 10px;
}

.dashboard-info .item {
    float: left;
    margin-left: 20px;
}

.dashboard-info .notify a sup {
    top: -16px;
}

.dashboard-info .cart a.top span.dashboard-icon {
    float: left;
    width: 23px;
    height: 32px;
    background-position: -288px -215px;
}

.dashboard-info .notify a.top i {
    color: white;
    font-size: 20px;
}

.dashboard-info .notify a.top {
    float: left;
    margin-top: 11px;
}

.dashboard-info .avatar a {
    background: white;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 0px;
}

.dashboard-info .avatar .children a {
    border-radius: 0px;
    height: auto;
}

.dashboard-info .avatar a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dashboard-info .avatar i {
    float: left;
    margin-top: 14px;
    color: white;
}

.right-dashboard-bar {
    float: right;
    width: 20%;
    text-align: center;
    height: 100%;
    background: url(/sites/all/themes/giaodiennguoidung/images/dash-left-bg.png) no-repeat 0px 0px transparent;
}

.content-dashboard {
    float: left;
    width: 70%;
    height: 100%;
    background: #f2f4fa;
    border-radius: 4px 4px 0px 0px;
}

.right-dashboard-bar .avatar {
    display: inline-block;
    width: 100%;
}

.right-dashboard-bar .avatar a {
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
}

.right-dashboard-bar h4 {
    color: white;
    font-size: 14px;
}

.right-dashboard-bar .process-level {
    color: white;
    background: #426697;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    border-radius: 3px;
    border: 1px solid #5d7798;
}

.right-dashboard-bar .process-level i {
    font-style: inherit;
    color: white;
}

.right-dashboard-bar .process-level i.yellow {
    color: #000;
}

.right-dashboard-bar span.level {
    display: inline-block;
    width: 100%;
}

.right-dashboard-bar p {
    color: white;
}

.right-dashboard-bar p span {
    color: #000;
}

.right-dashboard-bar p a {
    color: white;
}

.right-dashboard-bar p a.edit {
    background: #061e40;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #4c6992;
}

.right-dashboard-bar p a.edit:hover {
    background: #ffb400;
}

.right-dashboard-bar p.info-edit {
    margin-top: 30px;
    margin-bottom: 30px;
}

.right-dashboard-bar .lich-lam-viec {
    position: relative;
}

.right-dashboard-bar .lich-lam-viec span.dashboard-icon {
    display: inline-block;
    width: 165px;
    height: 112px;
    background-position: -11px -341px;
}

.right-dashboard-bar .lich-lam-viec b {
    background: #33aaab;
    width: 100px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 73px;
    border: 2px solid #e8ecf0;
    border-radius: 36px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
    padding-top: 3px;
    font-weight: normal;
    padding-bottom: 3px;
}

nav.menu-nav {}

nav.menu-nav ul {}

nav.menu-nav ul li.parent {
    display: inline-block;
    width: calc(100% - 20px);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #344979;
    padding-bottom: 10px;
    position: relative;
}

nav.menu-nav ul li.parent:hover {
    background: #3a639a;
}

nav.menu-nav ul li.parent a.one {
    display: inline-block;
    width: 100%;
    text-align: center;
}

nav.menu-nav ul li.parent a.one span {
    display: inline-block;
    width: 32px;
    height: 47px;
    background-position: -44px -208px;
}

nav.menu-nav ul li.last {
    padding-top: 10px;
}

nav.menu-nav ul li.parent a.item-2 span {
    background-position: -80px -208px;
}

nav.menu-nav ul li.parent a.item-3 span {
    background-position: -114px -208px;
}

nav.menu-nav ul li.parent a.item-4 span {
    background-position: -151px -208px;
}

nav.menu-nav ul li.parent a.item-5 span {
    background-position: -184px -208px;
}

nav.menu-nav ul li.parent a.item-6 span {
    background-position: -217px -208px;
}

nav.menu-nav ul li.parent a.item-7 span {
    background-position: -251px -223px;
    height: 33px;
}

nav.menu-nav ul li ul {
    display: none;
    top: 0px;
    position: absolute;
    left: 100%;
    width: 180px;
    background: #34598d;
    z-index: 999;
}

nav.menu-nav ul li:hover ul {
    display: block;
}

nav.menu-nav ul li ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #425d84;
}

nav.menu-nav ul li ul li a {
    color: white;
}

nav.menu-nav ul li ul li a:hover {
    color: #e0b030;
}

.addon-install a {
    float: right;
    text-align: right;
    color: white;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 11px;
}

.addon-install a b {
    font-size: 20px;
}

.addon-install {
    margin-top: 20px;
}

.addon-install span.dashboard-icon {
    display: inline-block;
    width: 118px;
    height: 60px;
    background-position: 0px -263px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.addon-install .hotline {
    text-align: right;
    color: white;
}

.addon-install .hotline span {
    margin-right: 10px;
}

.addon-install .hotline a {
    font-size: 20px;
    color: #000;
}

.addon-install a.install-now {
    background: #ffb400;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    border-radius: 2px;
}

.content-dashboard-top {
    height: 175px;
    background: url(/sites/all/themes/giaodiennguoidung/images/search-dash-bg.png) no-repeat 0px 0px transparent;
    display: table;
}

.content-dashboard-top-inner {
    display: table-cell;
    vertical-align: middle;
}

.content-dashboard-top .hotline {
    float: left;
    width: 25%;
    margin-right: 2%;
}

.content-dashboard-top .hotline span.dashboard-icon {
    float: right;
    background-position: -263px -392px;
    width: 101px;
    height: 81px;
}

.content-dashboard-top .hotline .inner {
    display: inline-block;
    text-align: right;
    width: 125px;
    margin-top: 15px;
}

.content-dashboard-top .hotline .inner span {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.content-dashboard-top .hotline .inner b {
    text-transform: uppercase;
    font-weight: bold;
    color: #c00017;
    font-size: 20px;
}

.content-dashboard-top .ti-gia {
    float: right;
    margin-right: 15px;
}

.content-dashboard-top .ti-gia span.dashboard-icon {
    float: left;
    background-position: -483px -134px;
    width: 95px;
    height: 73px;
    margin-right: 20px;
}

.content-dashboard-top .ti-gia span.text {
    display: inline-block;
    margin-top: 10px;
}

.content-dashboard-top .ti-gia span.text b {
    color: #c00017;
    font-size: 20px;
}

.content-dashboard-top .ti-gia span.text em {
    font-style: inherit;
}

.dashboard-block-page ul li {
    display: inline-block;
    width: 130px;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 40px;
}

.dashboard-block-page ul li a.image {
    background: white;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 17px;
    box-shadow: 1px 1px 6px 0px #f2f4fa;
    margin-bottom: 10px;
}

.dashboard-block-page ul li a.image:hover {
    background: url(/sites/all/themes/giaodiennguoidung/images/hover-li-dash-menu.png) no-repeat 0px 0px #264072;
}

.dashboard-block-page ul li a.title {
    display: inline-block;
    width: 100%;
    color: #333;
    text-transform: uppercase;
}

.content-page-center {
    display: inline-block;
    width: calc(100% - 30px);
    min-height: 530px;
    padding: 15px;
}

.dashboard-block-page {
    text-align: center;
    margin-top: 30px;
}

.dashboard-block-page ul li.last {
    margin-right: 0px;
}

.dashboard-block-page ul li a.image span.dashboard-icon {
    display: inline-block;
    width: 84px;
    height: 81px;
    background-position: -2px -2px;
}

.dashboard-block-page ul li a.image span.table {
    display: table;
    width: 100%;
    height: 130px;
}

.dashboard-block-page ul li a.image span.table span.cell {
    display: table-cell;
    vertical-align: middle;
}

.dashboard-block-page ul li a.tao-don-ky-gui span.dashboard-icon {
    background-position: -111px 0px;
    width: 90px;
    height: 83px;
}

.dashboard-block-page ul li a.quan-ly-don-hang span.dashboard-icon {
    background-position: -235px -2px;
    height: 85px;
}

.dashboard-block-page ul li a.quan-ly-kien-hang span.dashboard-icon {
    background-position: -340px 0px;
}

.dashboard-block-page ul li a.yeu-cau-giao-hang span.dashboard-icon {
    background-position: -464px 0px;
    width: 105px;
}

.dashboard-block-page ul li a.vi-dien-tu span.dashboard-icon {
    background-position: -585px 0px;
    width: 105px;
}

.dashboard-block-page ul li a.khieu-nai-don-hang span.dashboard-icon {
    background-position: 0px -109px;
}

.dashboard-block-page ul li a.quan-ly-nha-cung-cap span.dashboard-icon {
    background-position: -97px -109px;
    width: 99px;
}

.dashboard-block-page ul li a.thong-tin-ca-nhan span.dashboard-icon {
    background-position: -228px -109px;
    width: 99px;
}

.dashboard-block-page ul li a.cai-dat span.dashboard-icon {
    background-position: -343px -102px;
    width: 99px;
    height: 88px;
}

.tim-kiem-search-form {
    float: left;
    width: 450px;
    margin-top: 10px;
    margin-left: 10px;
}

form.tim-kiem-add-form {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 38px;
}

form.tim-kiem-add-form .search-text {
    float: left;
    background: white;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
}

.search-text span {
    float: left;
    background: #e5e5e5;
    height: 45px;
    line-height: 50px;
    display: block;
    border-right: 1px solid #e5e5e5;
}

.search-text img.active-seleted {
    max-width: 71px;
    background: #e5e5e5;
    padding-left: 10px;
    margin-right: 4px;
    cursor: pointer;
    margin-top: 8px;
    float: left;
}

.search-text span i {
    margin-right: 10px;
    margin-top: 18px;
}

.search-text ul.search-hover {
    float: left;
    width: 106px;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    cursor: pointer;
    background: #e5e5e5;
    margin-right: 10px;
    position: absolute;
    z-index: 100;
}

.search-text ul.search-hover li {
    float: left;
    width: 91%;
    list-style: none;
    margin: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
}

.search-text ul.search-hover li img {
    max-width: 71px;
}

form.tim-kiem-add-form .search-text .form-item {
    margin: 0px;
    float: left;
}

.search-text .form-item-category {
    display: none;
}

form.tim-kiem-add-form .search-text .form-item select {
    border: none;
    height: 32px;
    padding-left: 10px;
}

.tim-kiem-search-form b {
    color: #333;
    font-weight: normal;
    font-size: 11px;
}

.tim-kiem-search-form b a {
    color: #c00017;
}

.page-no-right .content-dashboard {
    width: 90%;
}

.page-no-right .tim-kiem-search-form {
    width: 550px;
}

.page-no-right .tim-kiem-search-form form.tim-kiem-add-form .search-text .form-item input.form-text {
    width: 415px;
}

.right-dashboard-bar .level {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2e5180;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-info .item a.top {
    position: relative;
    z-index: 999;
}

.dashboard-info .item a.top sup {
    background: red;
    color: white;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
}

.block-both {
    float: left;
    width: 100%;
}

.order-item .order-item-top {
    background: #6a7482;
    color: white;
}

.order-item-top-left {
    float: left;
    width: 75%;
}

.order-item-top-left-left {
    background: #576477;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-right: 20px;
}

.order-item-top-left-left span.kho {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    background: #909aa6;
    padding: 3px;
    border-radius: 2px;
}

.order-item-top-left-left span.order-code {
    margin-top: 4px;
    display: inline-block;
}

.order-item-top-left-left span.order-code a {
    color: #FFC107;
}

.order-item-top-right {
    float: right;
    margin-right: 20px;
    margin-top: 9px;
}

.order-item-top-right span.status {
    padding: 5px;
    border-radius: 3px;
}

.order-item-top-left span.post {
    margin-top: 10px;
    float: left;
}

.order-item-top-left span.so-kien {
    float: right;
    margin-top: 10px;
}

.order-item-top-left span.so-kien a {
    color: #FFC107;
}

.order-item-product-left {
    float: left;
    width: 75%;
}

.order-item-product-left .ncc-item {
    background: #ffffff;
}

.order-item-product-left .ncc-item .ncc-item-top {
    padding-top: 5px;
    padding-bottom: 5px;
}

.order-item-product-left .ncc-item .ncc-item-top span.stt {
    display: inline-block;
    min-width: 40px;
    text-align: center;
}

.order-item-product-left .ncc-item .ncc-item-top div.dich-vu-khac {
    float: right;
    margin-right: 10px;
}

.order-item-product-left .ncc-item .ncc-item-top span.name b {
    font-weight: normal;
    color: #1d4172;
}

.order-item-product-left .ncc-item .ncc-item-top div.dich-vu-khac span {
    margin-left: 10px;
}

.order-item-product-left .ncc-item .ncc-item-top div.dich-vu-khac span i.fa-toggle-on {
    color: #1e4476;
}

.ncc-product-list table {
    border: none;
}

.ncc-product-list table tr td {
    border: 1px solid #f4f6fa;
    padding: 5px;
}

.ncc-product-list table tr td a.image img {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 10px;
}

.ncc-product-list table tr td.center {
    text-align: center;
}

.ncc-product-list table tr td.center b {
    font-size: 15px;
}

.price-red {
    color: #e40000;
}

.ncc-product-list table tr td span.property {
    display: block;
    color: #908e8e;
}

.order-item-product-right {
    float: right;
    width: 24%;
}

.order-item-product-right ul {
    padding: 0px;
    margin: 0px;
}

.order-item-product-right ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.order-item-product-right ul li i {
    color: red;
}

.order-item-product-right ul li.phi-tam-tinh .hiden {
    display: none;
    background: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    width: 90%;
    display: none;
    position: absolute;
}

.order-item-product-right ul li.phi-tam-tinh:hover .hover {
    display: block;
}

.order-item-product-right ul li.phi-tam-tinh p span {
    float: left;
    width: 50%;
    position: relative;
}

.order-item-product-right ul li.phi-tam-tinh p b {
    color: #333;
    float: none;
    margin-right: 0px;
    font-weight: normal;
}

.order-item-product-right ul li b {
    float: right;
    margin-right: 20px;
}

.order-item-product-right ul li.blue {
    background: #f5f9ff;
}

.order-item-product-right .action {
    margin-top: 20px;
}

.order-item-product-right .action a {
    border: 1px solid #efefef;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #6b6a6a;
    font-size: 13px;
}

.order-item-product-right .action a i {
    text-align: left;
    text-indent: 10px;
    float: left;
    margin-top: 5px;
}

.order-item-product-right .action a:hover {
    background: #929ca7;
}

.order-item-product-right a.nap-them {
    background: red;
    color: white;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 20px);
    text-align: center;
}

.order-item-product-right a.xac-nhan-dat-hang {
    color: white;
    background: #4CAF50;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
    width: calc(100% - 20px);
    text-align: center;
}

.content-page-center ul.pager {}

.content-page-center ul.pager li {
    padding: 0px;
    margin: 0px;
    margin-left: 7px;
}

.content-page-center ul.pager li.pager-current {
    background: #185493;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.content-page-center ul.pager li a {
    background: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}

nav.menu-nav ul li.parent a.one strong {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}

form.quen-mat-khau-add-form {
    margin-top: 0px;
}

form.quen-mat-khau-add-form .form-item {
    margin-top: 0px;
}

ul.action-use-forgot-password {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

ul.action-use-forgot-password span {
    display: inline-block;
    margin-right: 10px;
    color: white;
}

ul.action-use-forgot-password li {
    display: inline-block;
    margin-right: 10px;
}

ul.action-use-forgot-password li a {
    color: white;
    background: #FF9800;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}

.dashboard-info ul li.gop-y {
    float: left;
    margin-left: 20px;
}

.dashboard-info ul li.gop-y a {
    font-size: 20px;
    margin-top: 9px;
    display: block;
    color: white;
}

.ghi-chu-cho-khach-hang {
    max-width: 245px;
    overflow: hidden;
}

form.dat-hang-online-form .yeu-cau-khac {
    background: #ccc;
    display: inline-block;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 10px;
}

form.dat-hang-online-form .yeu-cau-khac .form-type-radios label {
    font-family: arial;
}

form.dat-hang-online-form .yeu-cau-khac .form-type-radios .form-radios {
    width: auto;
    display: inline-block;
}

form.dat-hang-online-form .yeu-cau-khac .form-type-radios {
    margin-top: 0px;
    font-family: arial;
}

form.dat-hang-online-form .yeu-cau-khac .form-type-radios .form-radios .form-item {
    width: auto;
    margin-right: 20px;
}

form.dat-hang-online-form .yeu-cau-khac .form-type-radios .form-radios .form-item input {
    margin: 0px;
}

.yeu-cau-khac .van-chuyen {
    background: #cfeefc;
    margin-bottom: 10px;
    padding: 5px;
}

.yeu-cau-khac .van-chuyen .form-radios .form-item input {
    margin: 0px;
}

.pham-tram-phi-dat-hang {
    display: inline-block;
    width: 100%;
    background: red;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item label {
    display: inline-block;
    margin-right: 5px;
}

.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item i {
    margin-right: 5px;
}

.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item span {
    margin-right: 5px;
}

form.don-hang-gio-hang-add-form .shop-item .dich-vu-khac .form-item i.fa-check-square {
    color: green;
}

.my-modal-dashboard .uk-modal-dialog {
    width: 600px;
}

form.loai-van-chuyen-add-form h6 a {
    color: #c11;
    text-transform: uppercase;
    font-weight: bold;
}

form.loai-van-chuyen-add-form {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

form.loai-van-chuyen-add-form .form-item span input {
    position: relative;
    top: 2px;
}

form.loai-van-chuyen-add-form button.btn-submit {
    background: #0d9d12;
    color: white;
    border: none;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    cursor: pointer;
}

a.shop-dat-hang {
    width: 70%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    background: #67b720;
    text-transform: uppercase;
    border-radius: 4px;
}

a.shop-dat-hang:hover {
    background: #FF9800;
}

.not-padding .uk-modal-dialog {
    padding: 0px;
}

.not-padding .uk-modal-dialog a.uk-close {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 10;
}

.modal-order-create-order .modal-header {
    padding: 15px;
    background: #f4f8fb;
    border-bottom: 1px solid #e4e8eb;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-order-create-order .modal-header h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    line-height: 22px;
}

.main-order-shop-new {
    padding: 15px;
    display: inline-block;
    width: calc(100% - 30px);
}

.main-order-shop-new .order-shop-left {
    display: inline-block;
    width: 50%;
    min-height: 100px;
}

.main-order-shop-new .order-shop-product {
    display: inline-block;
    width: 48%;
    min-height: 100px;
    float: right;
}

.o-shop-dia-chi-nhan-hang h3 {
    background: #f5f5f5;
    font-size: 15px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.o-shop-dia-chi-nhan-hang {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.o-shop-dia-chi-nhan-hang .content {
    padding: 10px;
    padding-top: 0px;
}

.o-shop-dia-chi-nhan-hang .content select {
    width: 100%;
    padding: 5px;
}

.o-shop-dia-chi-nhan-hang .content span.item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.o-shop-dia-chi-nhan-hang .content span.item input {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -10px;
}

.o-shop-dia-chi-nhan-hang .content span.item span {
    display: inline-block;
}

.main-order-shop-new .order-shop-product table.views-table thead th {
    background: #f5f5f5;
    border: none;
    font-family: auto;
    padding: 5px;
}

.main-order-shop-new .order-shop-product table tr.row-last {
    background: #D9EDF7;
}

.main-order-shop-new .order-shop-product table tr.row-last.no {
    background: none;
}

.main-order-shop-new .order-shop-product table tr td {
    padding: 5px;
}

.main-order-shop-new .order-shop-product table tr.row-last td.right {
    text-align: right;
}

.main-order-shop-new .order-shop-product button.btn-submit {
    background: orange;
    border: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

form.address-shipping-add-form {
    padding: 10px;
    padding-top: 0px;
}

form.address-shipping-add-form .form-item {}

form.address-shipping-add-form .form-item label {}

form.address-shipping-add-form .form-item input {
    width: 99%;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    text-indent: 5px;
}

form.address-shipping-add-form .form-item .item {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
}

form.address-shipping-add-form .form-item .item select {
    width: 100%;
    height: 26px;
    border: 1px solid #e5e5e5;
}

form.address-shipping-add-form button {
    width: 100px;
    height: 26px;
    background: #03A9F4;
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.other-address-shipping {
    display: none;
}

.order-shop-product span.message {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: red;
    font-weight: bold;
}

.order-success-ncc {
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.order-success-ncc strong {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: green;
}

.bao-chi-noi-ve-chung-toi {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.bao-chi-noi-ve-chung-toi h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
}

.bao-chi-noi-ve-chung-toi .content a {
    margin-bottom: 20px;
}

.muc-luc-block {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccc;
    margin-bottom: 20px;
}

.muc-luc-block p.toc_title {
    text-transform: uppercase;
    font-weight: bold;
}

.muc-luc-block p.toc_title .toc_toggle {
    text-transform: none;
    font-weight: normal;
}

.muc-luc-block ul li a {
    color: #03A9F4;
}

.muc-luc-block ul li {}

.muc-luc-block ul li ul {
    padding-left: 15px;
}

form.don-hang-dang-ky-form .captcha {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.ttcn-wrap-content .form-radios input {
    margin-top: 0px;
}

h4.address-label em {}

ul.uu-dai-item li span.status {
    padding: 2px;
    margin-bottom: 5px;
    display: inline-block;
    color: white;
    border-radius: 2px;
    font-size: 12px;
}

ul.uu-dai-item li span.total {
    font-weight: bold;
    color: #2196F3;
}

ul.uu-dai-item li span.day-expire {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
    color: #999;
}

.xac-nhan-dat-hang-popup-item .uu-dai-dat-coc {
    background: #e5e5e5;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.xac-nhan-dat-hang-popup-item .uu-dai-dat-coc span {
    float: right;
    background: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.xac-nhan-dat-hang-popup-item .uu-dai-dat-coc b {
    color: green;
}

.xac-nhan-dat-hang-popup-item .uu-dai-dat-coc span.active {
    background: green;
    color: white;
}

table.kien-hang-cua-ban-item tr td span.khai-thue {
    font-size: 12px;
    background: #da314b;
    border-radius: 3px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

.noi-dung a {
    color: #0066cc;
}

.bai-viet-detail h1.title {
    text-transform: none;
}

.header-affix {
    position: fixed;
    z-index: 1000;
}

.header-affix .header-bottom {
    display: none;
}

.header-affix .header-center .logo a img {
    max-width: 100px;
	min-height:75px;
}

.header-affix .header-center .menu-main {
    margin-top: 16px;
}

form.dang-ky-san-sale-add-form {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #306aa6;
    padding: 20px;
    margin-top: 15px;
    color: white;
    border-radius: 10px;
}

.faq-testomonior-block form.dang-ky-san-sale-add-form h3 {
    color: white;
}

form.dang-ky-san-sale-add-form .form-item {}

form.dang-ky-san-sale-add-form .form-item input {
    min-width: 270px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

form.dang-ky-san-sale-add-form .form-item textarea {
    min-width: 270px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    min-height: 60px;
}

form.dang-ky-san-sale-add-form button {
    background: #fb7824;
    border: none;
    padding: 6px;
    color: white;
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.sale-block {
    display: inline-block;
    width: 100%;
}

.sale-left-block {
    float: left;
    width: 100%;
}

.sale-right-block {
    float: left;
    width: 40%;
    text-align: left;
}

.sale-right-block h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #306aa6;
    font-weight: bold;
}

.faq-block .sale-right-block ul li {
    margin-bottom: 0px;
}

.faq-block .sale-right-block ul li i {
    color: #306aa6;
}

.sale-countdown {
    display: inline-block;
    width: 100%;
}

.sale-countdown h5 {
    display: inline-block;
    width: auto;
    position: relative;
    text-align: right;
    margin-right: 10px;
    text-transform: uppercase;
    color: #306aa6;
    margin-top: 15px;
}

.sale-countdown h5 strong {}

.sale-countdown h5 span {}

.sale-timecountdown {
    display: inline-block;
    width: auto;
}

.sale-timecountdown span {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
}

.sale-timecountdown span b {
    font-size: 25px;
    color: #306aa6;
    margin-right: 2px;
}

.noi-dung .sale-timecountdown span {
    font-size: 12px;
    margin-right: 5px;
    padding: 4px;
}

.noi-dung .sale-timecountdown span b {
    font-size: 14px;
}

a.zalo-page {
    position: fixed;
    right: 20px;
    bottom: 118px;
    z-index: 999;
}

a.zalo-page img {
    width: 105px;
    height: auto;
}

.page-don-hang-kien-hang-update a.zalo-page {
    right: 0px;
    left: 10px;
    width: 105px;
}

.ket-qua-tim-kiem-san-pham-block .content-product {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul {
    padding: 0px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li {
    float: left;
    width: 215px;
    margin-right: 20px;
    list-style: none;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #d2cdcd;
    padding: 0px;
    position: relative;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li a.image {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li a.image img {
    width: 100%;
    height: 215px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li a.title {
    color: #07D;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.ket-qua-tim-kiem-san-pham-block .sort-result {
    display: inline-block;
    width: calc(100% - 20px);
    background: #e6e8f0;
    padding: 10px;
    margin-bottom: 20px;
}

.ket-qua-tim-kiem-san-pham-block .sort-result .item {
    display: inline-block;
    margin-right: 10px;
}

.ket-qua-tim-kiem-san-pham-block .sort-result .item input {
    height: 23px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 3px;
}

.ket-qua-tim-kiem-san-pham-block .sort-result .item select {
    height: 31px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 3px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom {
    display: inline-block;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-cate {
    margin-bottom: 10px;
    min-height: 47px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li span.delivery-fee {
    position: absolute;
    bottom: 0px;
    width: 114px;
    background: url(/sites/all/themes/giaodiennguoidung/images/free-ship-icon.png) no-repeat 0px 0px transparent;
    height: 19px;
    left: 0px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li span.delivery-fee img {
    width: auto;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li span.delivery-fee b {
    float: left;
    line-height: 20px;
    color: white;
    font-weight: normal;
    font-size: 10px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .p-item-bottom-left {
    float: left;
    width: 50%;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .p-item-bottom-right {
    float: right;
    width: 49%;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .p-item-bottom-right span {
    display: inherit;
    font-size: 11px;
    text-align: right;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .p-item-bottom-right span b {
    font-size: 12px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .price-promotion {
    color: #ff5000;
    font-size: 19px;
    display: inline-block;
    width: 100%;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .price-other b {
    color: #ff5000;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li .p-item-bottom .price-other span.price-sale,
.eco-product-view-detail-info .price-inner .promotion-price span.price,
.price-in-item span.price {
    text-decoration: line-through;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li a.view-more {
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
}

.ket-qua-tim-kiem-san-pham-block .content-product ul li a.buy-now {
    float: right;
    background: #f6ba2b;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    border-radius: 3px;
    color: white;
}

.ket-qua-tim-kiem-san-pham-block .pager {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ket-qua-tim-kiem-san-pham-block .pager a {
    background: #ccc;
    padding: 2px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 600;
    width: 20px;
    display: inline-block;
}

.ket-qua-tim-kiem-san-pham-block .pager a.page-current,
.ket-qua-tim-kiem-san-pham-block .pager a:hover {
    background: #449ef6;
    color: white;
}

.modal-eco-api-product-view-detail .uk-modal-dialog {
    width: 95%;
    border-radius: 10px;
}

.eco-product-view-detail-block {
    display: inline-block;
    width: 100%;
}

.eco-product-view-detail-image {
    float: left;
    width: 35%;
    margin-right: 2%;
}

.eco-product-view-detail-info {
    float: left;
    width: 40%;
    margin-right: 2%;
}

.eco-product-view-shop-block {
    float: right;
    width: 20%;
}

.eco-product-view-detail-info h1 {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #187fd7;
}

.eco-product-view-detail-info .price-inner {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.eco-product-view-detail-info .price-inner .price-in-item {
    float: left;
}

.eco-product-view-detail-info .price-inner .promotion-price {
    color: #f40;
    font-size: 24px;
    margin-right: 10px;
}

.eco-product-view-detail-info .price-inner .qty-alert {
    float: right;
}

.eco-product-view-content {
    display: inline-block;
    width: calc(100% - 30px);
    background: #f5f5f5;
    text-align: center;
    margin-top: 25px;
    padding: 15px;
}

.eco-product-view-content h5 {
    text-align: left;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}

.eco-product-view-detail-info .buy-now-action {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.eco-product-view-detail-info .buy-now-action a {
    background: #148cd8;
    padding: 7px;
    border-radius: 3px;
    font-weight: 600;
    color: white;
}

.eco-product-view-detail-info .buy-now-action a.add-to-cart {
    float: right;
    margin-left: 10px;
}

.eco-product-view-detail-info .buy-now-action a.buy-now {
    background: #f3a93b;
    min-width: 125px;
    text-align: center;
    float: right;
}

.eco-product-view-detail-info .property-block {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.eco-product-view-detail-info .property-block ul {
    padding: 0px;
}

.eco-product-view-detail-info .property-block ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.eco-product-view-detail-info .property-block ul li span.tb-property-type {
    float: left;
    text-align: right;
    width: 65px;
    margin-right: 10px;
}

.eco-product-view-detail-image .image-inner img {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 10px;
}

.eco-product-view-detail-image .tb-thumb-pictures {
    display: inline-block;
    width: 100%;
}

.eco-product-view-detail-image .tb-thumb-pictures a {
    float: left;
    width: 60px;
    margin-right: 11px;
}

.eco-product-view-detail-image .tb-thumb-pictures a img {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 60px;
    width: 100%;
}

.eco-product-view-detail-image .tb-thumb-pictures a.last {
    float: right;
    margin-right: 0px;
}

.eco-product-view-detail-info .qty-inner {
    display: inline-block;
    width: 100%;
}

.eco-product-view-detail-info .qty-inner label {
    margin-bottom: 10px;
    float: left;
    width: 65px;
    margin-right: 10px;
    font-weight: normal;
    text-align: right;
}

.eco-product-view-detail-info .qty-inner span {
    background: #e5e5e5;
    padding: 5px;
    float: left;
    min-width: 20px;
    text-align: center;
    cursor: pointer;
}

.eco-product-view-detail-info .qty-inner input {
    width: 65%;
    float: left;
    height: 29px;
    border: 1px solid #e5e5e5;
    text-indent: 5px;
    font-size: 17px;
}

.eco-product-view-detail-info .property-block ul li ol {
    margin-top: 0px;
    padding-left: 0px;
    overflow: hidden;
    display: block;
}

.eco-product-view-detail-info .property-block ul li ol li {
    margin-right: 5px;
    text-align: center;
    display: initial;
}

.eco-product-view-detail-info .property-block ul li ol li a.title {
    background: #e5e5e5;
    padding: 2px;
    width: auto;
    float: left;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.eco-product-view-detail-info .property-block ul li ol li a.image {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 5px;
}

.eco-product-view-detail-info .property-block ul li ol li a img {
    width: 80%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 3px;
    height: 80%;
}

.eco-product-view-detail-info .property-block ul li ol li a.active {
    background: #258be3;
    color: white;
    border-radius: 8px;
}

.ket-qua-tim-kiem-san-pham-block .search-result-total {
    float: right;
    margin-top: 25px;
}

.ket-qua-tim-kiem-san-pham-block .search-result-total b {
    color: red;
}

.qty-inner .quantity-balance {
    text-align: right;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.order-product-1688-detail-full,
.order-product-1688-detail-top-block {
    display: inline-block;
    width: 100%;
}

.order-product-1688-detail-top-image-block {
    float: left;
    width: 45%;
    margin-right: 2%;
}

.order-product-1688-detail-top-info-block {
    float: left;
    width: 52%;
}

.order-product-1688-detail-top-image-block .image-pri-first {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.order-product-1688-detail-top-image-block .image-pri-first video {
    width: 100%;
    height: auto;
}

.order-product-1688-detail-top-image-block ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}

.order-product-1688-detail-top-image-block ul li {
    float: left;
    width: 102px;
    height: 102px;
    margin-right: 10px;
    list-style: none;
}

.order-product-1688-detail-top-image-block ul li a {
    float: left;
    width: 102px;
    height: 102px;
}

.order-product-1688-detail-top-image-block ul li a img {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.order-product-1688-detail-top-info-block h1 {
    font-size: 21px;
}

.order-product-1688-detail-top-info-block ul.price-begin-block {
    display: inline-block;
    width: calc(100% - 20px);
    background: #f5f5f5;
    padding: 10px;
    border-radius: 2px;
    margin-top: 0px;
}

.order-product-1688-detail-top-info-block ul.price-begin-block li {
    display: inline-block;
    width: 20%;
    margin-right: 2%;
}

.order-product-1688-detail-top-info-block ul.price-begin-block li span {
    display: inline-block;
    width: 100%;
}

.order-product-1688-detail-top-info-block ul.price-begin-block li span.label {
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: normal;
}

.order-product-1688-detail-top-info-block ul.price-begin-block li span.price {
    color: #ff4000;
    font-weight: bold;
    font-size: 18px;
}

.order-product-1688-detail-top-info-block ul.price-begin-block li span.qty {}

.buy-action-block {
    display: inline-block;
    width: calc(100% - 30px);
    background: #fbf9f9;
    padding: 15px;
    border-radius: 3px;
}

.buy-action-block a {
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: bold;
}

.buy-action-block a.add-to-cart {
    background: #efbb27;
}

.buy-action-block a.buy-now {
    background: #078322;
    color: white;
}

.order-product-1688-detail-top-info-block .property-list-block {
    display: inline-block;
    width: 100%;
}

.order-product-1688-detail-top-info-block .property-list-block ul {
    padding: 0px;
    list-style: none;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li strong {
    float: left;
    text-align: right;
    width: 65px;
    margin-right: 10px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol {
    margin-top: 0px;
    padding-left: 0px;
    overflow: hidden;
    display: block;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li {
    margin-right: 5px;
    text-align: center;
    display: initial;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a {
    display: inline-block;
    margin-bottom: 5px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a.image,
.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a.no-image {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 3px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a.image img {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a img {}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    text-align: left;
    border-bottom: 1px dashed #d1c5c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other.no-allowed,
.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other.no-allowed span,
.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other.no-allowed input {
    cursor: not-allowed;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other span {}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other span.property-name {
    width: 20%;
    float: left;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other span.price {
    float: left;
    width: 15%;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other span.amount-on-sale {
    float: left;
    width: 30%;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other div.next-input-group {
    float: right;
    width: 29%;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other div.next-input-group span {
    width: 25px;
    background: #ccc;
    float: left;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    height: 25px;
    cursor: pointer;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li.item-other div.next-input-group input {
    float: left;
    border: 1px solid #e5e5e5;
    height: 19px;
    width: 100px;
    text-indent: 5px;
    padding: 2px;
}

.order-product-1688-detail-top-info-block .property-list-block ul li.parent ol li a.active {
    border: 1px solid #ef9c31;
}

.order-product-1688-detail-full .noi-dung-block strong {
    text-decoration: underline;
    text-transform: uppercase;
}

.order-product-1688-detail-full .noi-dung-block .nd-block {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}