
@font-face {
    font-family: "FontAwesome";
    src: url("./../../template/fonts/fontawesome-webfonte0a5.eot?v=4.3.0");
    src: url("./../../template/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("./../../template/fonts/fontawesome-webfonte0a5.woff2?v=4.3.0") format("woff2"),
        url("./../../template/fonts/fontawesome-webfonte0a5.woff?v=4.3.0") format("woff"), url("./../../template/fonts/fontawesome-webfonte0a5.ttf?v=4.3.0") format("truetype"),
        url("./../../template/fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root{
    --primary: #29a7d0;
}

.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;
    transform: translate(0, 0);
}

.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: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

.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-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

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

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

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

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

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

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

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

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

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

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

.fa-cloud-upload:before {
    content: "\f0ee";
}

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

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

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

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

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

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

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

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

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

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

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

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

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

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

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

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

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

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

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

.fa-ticket:before {
    content: "\f145";
}

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

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

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

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

.fa-external-link-square:before {
    content: "\f14c";
}

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

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

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

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

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

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

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

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

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

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

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

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

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

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

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

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

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

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

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

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

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

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

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

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

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

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-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-genderless:before,
.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-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-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";
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

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

.owl-height {
    -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 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
    color: #ccc;
    font-weight: 500;
    background: rgba(238, 238, 238, 0.59);
    padding: 5px 10px;
}

.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}

.banner-home .owl-prev,
.home-duan-done .owl-prev {
    left: 0px;
}

.banner-home .owl-next,
.home-duan-done .owl-next {
    right: 0px;
}

.owl-prev:hover,
.owl-next:hover {
    color: #333;
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px 3px;
    background: #f4e5bf;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #b97e00;
}

:not(td) {
    padding: 0;
    margin: 0;
}

body {
    /* font: 14px "Arial", sans-serif; */
    color: #333;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    /* font-family: sans-serif; */
}

a {
    text-decoration: none;
    color: #0356b1;
}

a:hover {
    text-decoration: none;
    color: #09f;
}

h1 {
    font-size: 20px;
    line-height: 32px;
}

h2 {
    font-size: 18px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 18px;
}

h4 {
    font-size: 15px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 27px;
}

h6 {
    font-size: 13px;
    line-height: 26px;
}

img,
button {
    border: none;
}

input[type="text"],
input[type="number"],
textarea,
select {
    outline: 0;
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 3px;
}

button {
    outline: 0;
    cursor: pointer;
}

table {
    border-spacing: 0;
}

table tr {
    vertical-align: middle;
}

ul,
ol {
    list-style-position: inside;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    outline: 0;
    padding: 3px;
}

div {
    box-sizing: border-box;
}

p {
    margin-bottom: 10px;
}

.success,
.notice,
.errors {
    padding: 0.6em 1em 0.6em 3.4em;
    font-weight: bold;
}

.success {
    border: 1px solid #c6d880;
    color: #264409;
    background: #e6efc2 url(./../img/success.png) no-repeat 10px center;
}

.notice {
    border: 1px solid #ffd324;
    color: #514721;
    background: #fff6bf url(./../img/note.png) no-repeat 10px center;
}

.errors {
    border: 1px solid #fbc2c4;
    color: #8a1f11;
    background: #fbe3e4 url(./../img/error.png) no-repeat 10px center;
}

.note {
    color: #ff2222;
    font-size: 11px;
}

.error {
    color: #ff2222;
    background-color: #ffffbb;
}

.clear {
    clear: both;
}

.panel {
    position: relative;
    margin-bottom: 20px;
}

.panel img {
    max-width: 100%;
    height: auto;
}

.panel .panel_content {
    padding: 10px;
    overflow: hidden;
}

.title_line {
    border-bottom: 1px solid #db2828;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}

.panel_header {
    text-align: left;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
}

.panel_header a {
    color: #333;
}

.top {
}

.top .title {
    line-height: 45px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
}

.hidden {
    overflow: hidden;
}

.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.transition {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.container {
    width: 1230px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

#main {
    background: #fff;
}

.row:before,
.row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

.list-item {
    clear: both;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.list-item .sidebar-sticky {
    position: relative;
}

.wrap-2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.wrap-2:nth-of-type(2n + 1) {
    clear: both;
}

.wrap-3 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.wrap-3:nth-of-type(3n + 1) {
    clear: both;
}

.wrap-4 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.wrap-4:nth-of-type(4n + 1) {
    clear: both;
}

.wrap-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.wrap-5:nth-of-type(5n + 1) {
    clear: both;
}

.cms_button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 5px 0;
    background: #eee;
    outline: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cms_button i {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cms_button * {
    line-height: 25px;
}

.cms_button:hover,
.cms_button:hover * {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.center {
    text-align: center;
}

.wp-pagenavi {
    text-align: left;
    list-style: none;
    margin: 10px 0;
    margin-left: -2px;
    clear: both;
}

.panel_body .wp-pagenavi span,
.panel_body .wp-pagenavi a {
    float: left;
    margin: 0 2px;
    border: 1px solid #eee;
    display: block;
    padding: 0 10px;
    line-height: 21px;
    font-size: 12px;
}

.panel_body .wp-pagenavi a:hover,
.panel_body .wp-pagenavi span.current {
    border-color: unset;
    color: #fff;
    text-decoration: none;
    background: var(--primary);
}

.pagination li {
    float: left;
    margin: 0 2px;
}

.pagination a {
    border: 1px solid #eee;
    display: block;
    padding: 0 10px;
    line-height: 21px;
    font-size: 12px;
}

.pagination a:hover,
.pagination .active a {
    color: #fff;
    text-decoration: none;
    background: var(--primary);
}

.pagination .disabled a {
    display: none;
}

#language {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    padding: 0;
    line-height: 40px;
    padding-right: 10px;
    box-sizing: border-box;
}

#language img {
    width: 30px;
    display: inline-block;
}

#header {
    background-color: var(--primary);
}

#header .container {
    position: relative;
}

#logo {
    padding: 10px 0;
    padding-right: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    text-align: center;
}

#logo img {
    /* float: left; */
    max-width: 100%;
    height: 75px;
    border-radius: 50%;
}

#menu_page_wrap {
    display: inline-block;
    vertical-align: middle;
}

#menu_page li {
    position: relative;
}

#menu_page ul {
    list-style: none;
}

#menu_page > ul > li {
    float: left;
    margin: 0 2px;
}

#menu_page li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 22px;
    padding-right: 2px;
}

#menu_page li svg {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
}

#menu_page > ul > li > a {
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 0 10px;
}

#menu_page > ul > li:hover > a {
    color: #fbff5f;
}

.box-menu.container {
    position: relative;
}

#menu_page .hotline {
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
}

#menu_fixed {
    position: fixed;
    right: 1px;
    top: 30%;
    z-index: 99999;
    list-style: none;
}

#menu_fixed li {
    position: relative;
    background: #ec1e2b;
    text-align: center;
}

#menu_fixed li:hover {
    background: #e20404;
}

#menu_fixed li:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#menu_fixed li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#menu_fixed li a {
    display: block;
    padding: 10px 5px;
}

#menu_fixed li .fix-des {
    position: absolute;
    right: 100%;
    top: 0;
    width: 180px;
    z-index: 99999;
    height: 45px;
    padding-right: 10px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#menu_fixed li:hover .fix-des {
    visibility: visible;
    opacity: 1;
}

#menu_fixed li .fix-des div {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 5px #eee;
}

#menu_fixed img {
    max-width: 23px;
    height: auto;
}

#menu_fixed li .fix-des div:after {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: 13px;
    right: -10px;
    background: transparent;
    border-left: 10px solid #e2e2e2;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#menu_fixed li .fix-des div p {
    display: block;
    text-align: center;
    line-height: 30px;
}

#cate_hori_wrap {
    background: #ec1e2b;
    position: relative;
}

#menu_cate_hori ul {
    list-style: none;
}

#menu_cate_hori > ul {
    display: flex;
    justify-content: space-between;
}

#menu_cate_hori > ul > li {
    position: relative;
}

#menu_cate_hori > ul > li a {
    text-transform: initial;
    color: #333;
    line-height: 22px;
    font-size: 14px;
    display: block;
}

#menu_cate_hori > ul > li > a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    z-index: 99999;
    position: relative;
}

#menu_cate_hori li:hover > a {
    color: #ec1e2b;
}

#menu_cate_hori > ul > li:hover > a {
    background: #fff;
}

#menu_cate_hori > ul > li.current-menu-item > a,
#menu_cate_hori > ul > li.current-menu-parent > a {
    background: #fff;
    color: #ec1e2b;
}

#menu_cate_hori > ul > li .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: max-content;
    left: 0;
    top: 100%;
    z-index: 9999;
    padding: 10px;
    padding-bottom: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
}

#menu_cate_hori > ul > li:hover > .sub-menu {
    display: block;
}

#menu_cate_hori > ul > li ul li {
    /* float: left;
    width: 16.66%; */
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(218, 218, 218);
}

#left-column {
    width: 23%;
    float: left;
}

#right-column {
    width: 77%;
    float: right;
    padding-left: 25px;
}

.product_item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.product_info {
    padding-right: 10px;
    width: 50%;
    float: left;
    margin-bottom: 1.5rem;
}

.product_image {
    overflow: hidden;
    width: 50%;
    float: right;
}

.product_item .product_image {
    overflow: hidden;
    width: 100%;
    float: unset;
}

.product_image img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.product_name {
    width: 100%;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_name_res {
    display: none;
}

.product_code {
    color: #ec1e2b;
    margin-bottom: 10px;
}

.product_highlight p,
.product_highlight ul li {
    margin-bottom: 5px;
    font-size: 13px;
    list-style: none;
}

.product_highlight p:before,
.product_highlight ul li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    background: url(./../img/icon_check.png) center no-repeat;
    background-size: 13px;
    margin-right: 2px;
}

.price {
    position: unset;
    left: 10px;
    bottom: 10px;
    margin-top: 1rem;
    text-align: center;
}

.price span {
    display: block;
}

.product_price {
    color: #c70404;
    margin-bottom: 5px;
    font-size: 15px;
}

.product_old_price {
    text-decoration: line-through;
    color: #757575;
    font-size: 13px;
}

.view-more {
    padding: 0 5px;
    border-radius: 20px;
    line-height: 26px;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.view-more:hover {
    color: #ff0000;
}

.view-more a {
    color: #ff0000;
}

#list-product-hot .product_item {
    margin-bottom: 20px;
}

.item-scroll {
    padding: 2px;
}

#menu_category {
    list-style: none;
}

#menu_category li {
    line-height: 35px;
    position: relative;
}

#menu_category a {
    padding: 0;
    font-size: 15px;
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

#menu_category li ul {
    display: none;
}

#menu_category li ul a {
    padding-left: 15px;
    color: #565656;
}

#menu_category li ul ul a {
    border: none;
    color: #7d7d7d;
    line-height: 30px;
    padding-left: 30px;
}

#menu_category li ul ul a i {
    font-size: 12px;
    padding-right: 5px;
}

#menu_category .child {
    background: #1a7fbf24 url(./../img/down-icon.png) no-repeat center;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 35px;
    height: 33px;
    cursor: pointer;
}

#support_online .account {
    padding: 10px;
}

#support_online .name {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #eee;
}

#support_online .phone {
    color: #a90000;
    font-size: 15px;
    line-height: 30px;
}

#support_online .sky {
    float: left;
    padding-right: 10px;
}

#adv_left img,
#adv_right img {
    margin-bottom: 5px;
    max-width: 100%;
}

.cart_panel {
    display: block;
    padding: 0 5px;
    height: 100%;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
}

.cart_panel a {
    display: block;
    color: #fff !important;
    padding-top: 3px;
}

.cart_panel img {
    display: inline-block;
    vertical-align: middle;
}

.cart_panel a span {
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #ec1e2b;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 1px;
    right: -8px;
}

.right-item {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

#search_panel {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 1rem 1rem 0;
}

.search-box {
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.search-box:hover {
    background: rgba(255, 255, 255, 0.76);
}

.search-box > i {
    display: block;
    line-height: 30px;
    font-size: 20px;
    color: #c8122f;
}

#search_panel form {
    display: block;
    z-index: 9999;
    position: relative;
}

#search_panel button {
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    padding: 0 12px;
    cursor: pointer;
    background: #ec1e2b;
    color: #ffff;
}

#search_panel input[type="text"] {
    padding: 5px;
    width: 100%;
    text-indent: 10px;
    outline: 0;
    height: 30px;
    border-radius: 0;
    box-sizing: border-box;
}

/* #footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 10px;
    background: #FFF;
} */

#license a {
    color: #fff;
}

.nnews-item {
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #eee;
}

.nnews-item:last-child {
    border: 0;
}

.nnews-item img {
}

.nnews-title {
    font-weight: normal;
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 18px;
}

.nnews-img {
    float: left;
    border: 1px solid #eee;
    width: 26%;
    margin-right: 5px;
    padding: 1px;
}

.nnews-img img {
    float: left;
}

.news-item .ing {
    margin-bottom: 10px;
}

.news-title {
    color: #fab524;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 2em;
}

.nnews-date {
    display: inline-block;
    font-size: 11px;
    color: #909090;
}

.agency-content {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.form-box {
    width: 50%;
    float: left;
}

.form-box .form-input {
    position: relative;
}

.form-box .row {
    padding: 5px;
}

.form-box .form-input .icon-append {
    left: 5px;
    position: absolute;
    top: 8px;
}

.form-box .form-input input[type="text"] {
    display: inline-block;
    font-size: 13px;
    height: 30px;
    padding: 0 0 0 30px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
}

.form-box .form-input textarea {
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 30px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
}

.error-cls {
    border-color: #fab524 !important;
    box-shadow: 0 0 3px #fab524;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    /* position: absolute;
    top: 0;
    left: 0;
    max-width: none */
    width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.theme-default .nivoSlider {
    width: 100%;
    height: 40%;
    position: relative;
    background: #fff url(./../img/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
}

.theme-default .nivoSlider img {
    /* position: absolute;
    top: 0;
    left: 0;
    display: none */
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(./../img/nivoslider/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(./../img/nivoslider/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: 0;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.theme-default {
    position: relative;
}

.page-name {
    font-size: 1.75rem;
    font-family: "Fira Sans Extra Condensed";
    text-transform: uppercase;
    color: #ffffff;
    font-weight: lighter;
    margin-bottom: 10px;
}

/* .breadcumbs-box {
    margin-bottom: 20px;
} */

.breadcrumbs {
    padding: 10px 0px;
    margin: auto;
    box-sizing: border-box;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 21px;
    margin: 2px 0;
}

.breadcrumbs a {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    line-height: 14px;
    color: #333;
    display: inline-block;
}

.breadcrumbs a:hover {
    color: #ec1e2b;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 2px 0 2px;
    color: #333;
    font-size: 12px;
}

.breadcrumbs ul li:first-child span {
    margin-right: 5px;
}

.cate-scroll-item {
    padding: 5px;
    text-align: center;
}

.cate-scroll-item img {
    float: left;
    border: 1px solid #eee;
    padding: 1px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.cate-scroll-name {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    background: var(--primary);
    padding: 5px;
    z-index: 999999999;
    cursor: pointer;
}

.item-scroll .item-scroll-img {
    max-width: 24px;
}

.item-scroll span {
    display: block;
    color: #fff;
    font-size: 11px;
}

.breadcrumbs a {
    padding: 2px 5px;
}

.title_line {
    border-bottom: 1px solid #eeeeee;
}

.wrap-34 {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.brief ul li {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    position: relative;
    line-height: 18px;
    padding: 0 0 0 25px;
}

.brief ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #32b53e;
}

.brief p {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    position: relative;
    line-height: 18px;
    padding: 0 0 0 25px;
}

.brief p:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #32b53e;
}

.tablesp td {
    padding: 5px 10px;
}

.dongtieude {
    font-weight: bold;
    color: white;
    background: #1d8ecd;
}

.tablesp {
    border-color: #1d8ecd !important;
}

.lienketsanpham {
    padding-left: 20px;
}

.lienketsanpham p {
    background: url(Data/Sites/1/media/icon/sprites.html) 1px -546px no-repeat;
    padding-left: 18px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #footer {
    border-top: 3px solid #ec1e2b;
    background: #fff;
} */

.footer-content {
    padding: 30px 10px;
}

.chanwebsite {
    color: #d2d2d2;
}

.main-footer {
    color: black;
}

.main-footer .footer-column .widget-title {
    position: relative;
    margin-bottom: 35px;
}

.widget-title:before {
    position: relative;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.widget-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: normal;
    padding-top: 10px;
}

.main-footer .contact-widget {
    border-top: 2px solid #f7c02d;
    position: relative;
    padding: 25px 40px;
    background-color: #ffffff;
}

.main-footer .footer-widget {
    margin-bottom: 25px;
}

.contact-widget .single-contact-widget .icon-box {
    width: 60px;
}

.contact-widget .single-contact-widget .text-box {
    padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}

.contact-widget .single-contact-widget .text-box h3 + span {
    margin-top: 9px;
}

.contact-widget .single-contact-widget .text-box span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: "Roboto";
}

.contact-widget .single-contact-widget + .single-contact-widget {
    border-top: 1px solid #f6f6f6;
    padding-top: 14px;
    margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box i {
    color: #f7c02d;
    font-size: 30px;
    display: block;
    line-height: 1em;
    position: relative;
    top: 7px;
}

.machinery-icon-telephone:before {
    content: "\e90e";
}

.widget-title ul {
    padding-left: 24px;
}

.widget-title ul li {
    list-style: decimal-leading-zero;
    padding: 2px 5px;
}

.widget-title ul li a {
    color: #d2d2d2;
}

.widget-title ul li a:hover {
    color: #f7c02d;
}

.logo-ft {
    margin-bottom: 10px;
}

.pline {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
}

.pbanklist img {
    width: 100%;
    height: auto;
}

.hotline-res {
    font-weight: bold;
}

.divft-group {
    background: url(./../../upload/image/icon-group.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-facebook {
    background: url(./../../upload/image/icon-facebook.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-youtube {
    background: url(./../../upload/image/icon-youtube.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-hotline {
    background: url(./../../upload/image/icon-hotline.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

iframe#subiziframe12230948092348092384 {
    z-index: 9 !important;
}

.sb-toggle-left.navbar-left {
    cursor: pointer;
    margin: 0px 0 0px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    width: 40px;
    z-index: 999999;
    overflow: hidden;
    left: 0;
    position: fixed;
    top: 5px;
    background: transparent;
    height: 40px;
    padding: 12px 5px;
    box-sizing: border-box;
}

.sb-toggle-left.navbar-left .slicknav_menutxt {
    color: #fff;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

.sb-toggle-left.navbar-left .slicknav_icon {
    display: block;
    float: none;
    font-weight: bold;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-family: "MenuFont";
    font-size: 14px;
}

.sb-toggle-left.navbar-left .slicknav_icon-bar {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 0 auto 4px;
    width: 30px;
}

.sb-toggle-left.navbar-left .slicknav_icon-bar:last-child {
    margin-bottom: 0;
}

#sb-site,
.sb-site-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 7px #333;
    -webkit-transform: translate(0px);
}

.sb-left {
    left: 0;
}

.sb-right {
    right: 0;
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute;
}

.sb-slidebar.sb-active {
    display: block;
}

.new-space {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: #0000004d;
}

.sb-style-overlay {
    z-index: 9999;
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch;
}

.sb-slidebar {
    width: 30%;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

.wrap-lg-4 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.wrap-lg-75 {
    width: 100%;
}

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}

.sb-hide {
    display: none;
}

.sb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sb-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(128, 128, 128, 0.15);
}

.sb-menu li.call a,
.sb-menu li.map a {
    padding-left: 25px;
}

.sb-menu li.menu-item-has-children li > a {
    background: none repeat scroll 0 0 #f1f1f161;
    cursor: default;
    padding-left: 15px;
    outline: none;
    color: #333;
}

.sb-menu li.menu-item-has-children li li a {
    padding-left: 25px;
    background: #f1f1f1a1;
}

.sb-menu li.menu-item-has-children li li li a {
    padding-left: 35px;
}

.sb-menu li.menu-item-has-children > a:hover {
    background: none repeat scroll 0 0 #3ec2f3;
    border-left: medium none;
}

.sb-menu > li:first-child {
    border-top: none;
}

.sb-menu > li:last-child {
    border-bottom: none;
}

.sb-menu li a {
    width: 100%;
    display: block;
    padding: 0.5em 0.5em;
    color: #333;
    box-sizing: border-box;
    font-family: "MenuFont";
    font-size: 16px;
}

.sb-menu li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
}

.sb-left .sb-menu li a {
    border-left: 3px solid transparent;
}

.sb-left .sb-menu li.current-menu-item > a,
.sb-left .sb-menu li > a:hover {
    border-left: 2px solid var(--primary);
}

.sb-right .sb-menu li a {
    border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover,
.sb-right .sb-menu li.current-menu-item a {
    border-right: 3px solid;
}

.sb-menu li .sb-open-right,
.sb-menu li small {
    display: inline-block;
    padding: 14px;
}

.sb-menu li img {
    margin: 14px;
}

.sb-menu li ul {
    display: none;
    margin-left: 0;
    list-style: none;
}

.sb-menu li {
    position: relative;
}

.sb-menu a {
    cursor: pointer;
}

.sb-menu li > i {
    position: absolute;
    font-size: 16px;
    top: 0;
    color: #333;
    right: 0;
    background: #f3f3f3;
    width: 40px;
    height: 34px;
    line-height: 36px;
    text-align: center;
}

.hidden_large {
    display: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.circle {
    width: 24px;
    height: 24px;
    position: relative;
}

.circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    background: white;
    border-radius: 100%;
}

.circle:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border: 1px solid #f3f3f3;
    border-radius: 100%;
    animation: pulse 2s infinite;
}

.iconp {
    display: inline-block;
    color: white;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wave {
    animation: zoomIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}

.wave-sm {
    animation-delay: 0.3s;
}

.wave-md {
    animation-delay: 0.45s;
}

.wave-lg {
    animation-delay: 0.6s;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    50% {
        opacity: 1;
    }
}

.product_detail {
    width: 75%;
    float: left;
    padding-right: 20px;
}

.breadcrumbs a {
    padding: 2px 5px;
}

.title_line {
    border-bottom: 1px solid #eeeeee;
}

.wrap-34 {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.brief ul li {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    position: relative;
    line-height: 1.7em;
    padding: 0 0 0 25px;
}

.brief ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #32b53e;
}

.tablesp td {
    padding: 5px 10px;
}

.dongtieude {
    font-weight: bold;
    color: white;
    background: #1d8ecd;
}

.tablesp {
    border-color: #1d8ecd !important;
}

.lienketsanpham {
    padding-left: 20px;
}

.lienketsanpham p {
    background: url(Data/Sites/1/media/icon/sprites.html) 1px -546px no-repeat;
    padding-left: 18px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #footer {
    border-top: 0px solid #ec1e2b;
    background: #212945;
} */

.footer-content a {
    color: #d2d2d2;
}

.footer-content a:hover {
    color: #f4ff5c;
}

.footer-content {
    padding: 30px 10px;
    color: #d2d2d2;
}

.chanwebsite {
    color: #d2d2d2;
}

.main-footer {
    color: black;
}

.main-footer .footer-column .widget-title {
    position: relative;
    margin-bottom: 35px;
}

.widget-title:before {
    position: relative;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.widget-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: normal;
    padding-top: 10px;
}

.main-footer .contact-widget {
    border-top: 2px solid #f7c02d;
    position: relative;
    padding: 25px 40px;
    background-color: #ffffff;
}

.main-footer .footer-widget {
    margin-bottom: 25px;
}

.contact-widget .single-contact-widget .icon-box {
    width: 60px;
}

.contact-widget .single-contact-widget .text-box {
    padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}

.contact-widget .single-contact-widget .text-box h3 + span {
    margin-top: 9px;
}

.contact-widget .single-contact-widget .text-box span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: "Roboto";
}

.contact-widget .single-contact-widget + .single-contact-widget {
    border-top: 1px solid #f6f6f6;
    padding-top: 14px;
    margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box i {
    color: #f7c02d;
    font-size: 30px;
    display: block;
    line-height: 1em;
    position: relative;
    top: 7px;
}

.machinery-icon-telephone:before {
    content: "\e90e";
}

.widget-title ul {
    padding-left: 24px;
}

.widget-title ul li {
    list-style: decimal-leading-zero;
    padding: 2px 5px;
}

.widget-title ul li a {
    color: #d2d2d2;
}

.widget-title ul li a:hover {
    color: #f7c02d;
}

.logo-ft {
    margin-bottom: 10px;
}

.pline {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
}

.pbanklist img {
    width: 100%;
    height: auto;
}

.hotline-res {
    font-weight: bold;
}

.divft-group {
    background: url(./../../upload/image/icon-group.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-facebook {
    background: url(./../../upload/image/icon-facebook.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-youtube {
    background: url(./../../upload/image/icon-youtube.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-hotline {
    background: url(./../../upload/image/icon-hotline.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.divft-email {
    background: url(./../../upload/image/icon-email.jpg) center left no-repeat;
    height: 30px;
    padding-left: 34px;
    padding-top: 6px;
}

.note-price {
    display: none;
}

/* 
#main {
    box-shadow: #86939d 0px 8px 10px 8px inset;
} */

/* #main {
    border-style: solid;
    border-color: #86939d;
    border-width: 10px;
} */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.footer-maps iframe {
    width: 100%;
    height: 275px;
}

.cate-child-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.cate-child-box {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    list-style: none;
}

.cate-child-box li {
    display: inline-block;
    margin: 2px;
}

.cate-child-box li .cate-child-detail {
    padding: 5px 15px;
    border: 1px solid #eee;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.cate-child-box li:hover .cate-child-detail,
.cate-child-box li.active .cate-child-detail {
    color: #fff;
    background: var(--primary);
}

.cate-content {
    padding-top: 20px;
}

.color-bg {
    position: sticky;
    top: 5%;
    z-index: 2;
}

.menu_mega {
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
}

.menu_mega .title_menu {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 15px 10px;
    /* border-bottom: 1px dotted #e1e1e1; */
    background: #ec1e2b;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
}

.menu_mega .title_menu svg {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.menu_mega .title_menu svg path {
    color: #fff;
}

.menu_mega .nav-cate ul {
    width: 100%;
    overflow: visible;
    border-top: none;
}

.menu_mega .nav-cate ul li.dropdown {
    position: relative;
}

.menu_mega .nav-cate ul li {
    display: block;
    overflow: visible;
    cursor: pointer;
    background: #f0f0f0;
}

.menu_mega .nav-cate ul li.active {
    background: var(--primary);
}

/* .menu_mega .nav-cate ul li.active>a {
    color: var(--primary);
} */

.menu_mega .nav-cate ul li a {
    position: relative;
    display: block;
    color: #000;
    padding: 9px 15px 9px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    font-size: 16px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.menu_mega .nav-cate ul li a.nd-categories-main-sub {
    padding-left: 2rem;
    text-transform: unset;
}

.menu_mega .nav-cate ul li i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 12px;
    transition: transform 0.3s ease;
}

.menu_mega .nav-cate ul li i.rotate-down {
    transform: rotate(90deg);
}

.menu_mega .nav-cate ul li .subcate {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    /* transition: height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); */
    background: #f0f0f0;
}

.menu_mega .nav-cate ul li:hover {
    background: var(--primary);
}

.menu_mega .nav-cate ul li:hover .subcate {
    height: auto;
    opacity: 1;
}

.menu_mega .nav-cate ul li:hover .subcate,
.menu_mega .nav-cate ul li .subcate.active {
    height: auto;
    /* hoặc giá trị cố định tùy thuộc vào nội dung */
    opacity: 1;
}

.menu_mega .nav-cate ul li .subcate aside:nth-child(3n + 1) {
    clear: left;
}

.menu_mega .nav-cate ul li .subcate aside {
    width: 31.3333%;
    padding: 5px;
    float: left;
    overflow: hidden;
    cursor: default;
    margin: 1rem 0;
    position: relative;
}

.menu_mega .nav-cate ul li .subcate aside:hover::before {
    border-bottom: 1px solid #000000;
}

.menu_mega .nav-cate ul li .subcate aside::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    border-bottom: 1px solid #c8c8c8;
    cursor: pointer;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub {
    font-weight: 500;
    padding-top: 0;
    color: #000;
    font-size: 18px;
}

#main {
    background: #f9f9f9;
}

.left-columns {
    float: left;
    width: 75%;
    background: #fff;
    padding: 20px;
}

.right-columns {
    float: right;
    width: 25%;
    padding-left: 20px;
}

.right-box {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.news_list .panel_header {
    color: #fff;
    background: #0294df;
    padding: 8px;
    text-align: center;
}

.news-date {
    line-height: 20px;
    margin-bottom: 5px;
    color: #8d8d8d;
    font-style: italic;
}

.news_list .panel_body {
    border: 2px solid #0294df;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.news_list li a {
    background-position: 5px;
    padding: 5px 18px;
    display: block;
    border-bottom: 1px dashed #eee;
}

.news_list li:last-child a {
    border: none;
}

.news_item {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d8d8d8;
}

.news_item .news_name {
    font-size: 18px;
    margin-bottom: 5px;
}

.news_item .news_info {
}

#news_title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}

#news_description {
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.news_image {
    float: left;
    width: 25%;
    padding-right: 5px;
    box-sizing: border-box;
}

.news_image img {
    border: 1px solid #eee;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}

.news_name {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: var(--primary);
    margin-bottom: 5px;
}

#news_share {
    margin: 10px 0;
}

#news_other {
    margin-top: 20px;
}

#news_other .header {
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 18px;
}

#list_news_other {
    padding: 0px;
    list-style: none;
}

#list_news_other li * {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}

#news_orther .header {
}

#news_content {
    margin-bottom: 20px;
}

.page-child {
    padding: 10px;
}

.page-child {
    padding: 10px;
}

.list-tab {
    margin-bottom: 10px;
    text-align: center;
}

.list-tab li {
    display: inline-block;
    line-height: 25px;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    border: 1px solid #5193fd;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #5193fd;
    margin-bottom: 5px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.list-tab li:hover,
.list-tab li.active {
    background: #fff;
    color: #5193fd;
}

.tab-detail {
    display: none;
}

.tab-detail.active {
    display: block;
}

.left-contact {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.right-contact {
    float: left;
    width: 50%;
}

#contact_content {
    margin-bottom: 30px;
}

#tbl_contact th {
    text-align: right;
    font-weight: normal;
}

#tbl_contact td {
    text-align: left;
}

#tbl_contact input[type="text"] {
    width: 300px;
}

#tbl_contact textarea {
    width: 300px;
    height: 150px;
}

#frm-contact .inline {
    display: block;
    padding-right: 10px;
    line-height: 29px;
    text-align: right;
}

#tbl_contact td,
#tbl_contact input,
#tbl_contact textarea {
    padding: 4px;
}

#frm-contact .row {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#frm-contact .row,
#frm-contact .row * {
    box-sizing: border-box;
}

#frm-contact .row .large-3 {
    width: 25%;
}

#frm-contact .row .large-9 {
    width: 75%;
}

#frm-contact .row .columns {
    float: left;
    position: relative;
}

#frm-contact .row p {
    margin-bottom: 0;
    position: relative;
}

#frm-contact .wpcf7-form-control-wrap {
    position: unset;
}

#frm-contact br {
    display: none;
}

.columns input[type="text"],
.columns input[type="tel"],
.columns input[type="email"],
.columns textarea {
    display: inline-block;
    font-size: 13px;
    height: 30px;
    padding: 0 0 0 25px;
    width: 100%;
    outline: 0;
}

.columns textarea {
    height: 100px;
    padding: 0;
}

.form-input {
    position: relative;
}

.form-input .icon-append {
    left: 5px;
    position: absolute;
    top: 8px;
}

button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
}

.left-contact input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    border: 0;
}

.parameter {
    margin-bottom: 20px;
}

.product_parameter {
    margin-bottom: 30px;
}

.seller-box {
    width: 25%;
    float: left;
    position: sticky;
    top: 5%;
}

#product_img {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

#product_info {
    float: left;
    width: 55%;
    box-sizing: border-box;
    padding-left: 30px;
}

.product_title {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #000;
}

.note-price {
    padding-top: 15px;
    font-size: 14px;
    font-style: italic;
}

.note-price span {
    color: #ff0000;
}

.line {
    height: 1px;
    background: #eee;
    margin: 10px 0;
    margin-bottom: 20px;
}

.code span {
    font-weight: bold;
    color: #ec1e2b;
}

.bth-order {
    text-align: center;
    background: #ec1e2b;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bth-order a {
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.bth-order a:hover {
    color: #ff0;
}

#product_info p {
    margin-bottom: 10px;
}

#product_name {
    color: #767676;
    font-size: 2.571em;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
}

#product_info .price strong,
#product_info .code strong,
#product_info .des strong {
    color: #000;
    padding-right: 5px;
}

#product_content {
    margin-top: 20px;
    line-height: 22px;
}

#product_content li {
    margin-bottom: 10px;
}

#product_content ul li{
    list-style: disc;
}

#product_content ol li{
    list-style: decimal;
}

#price {
    padding: 0px 0px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    overflow: hidden;
}

#product_price {
    font-size: 18px;
    color: #c70404;
    font-weight: bold;
    display: block;
}

#product_old_price {
    font-size: 14px;
    text-decoration: line-through;
    color: #5e5e5e;
}

.current-seller {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ececec;
    font-size: 16px;
}

.current-seller .name .text {
    color: var(--primary);
}

.current-seller .bestseller-info,
.current-seller .name,
.current-seller .warranty-info {
    margin: 0 0 8px;
}

.current-seller .bestseller-info .pro-icon,
.current-seller .name .pro-icon,
.current-seller .warranty-info .pro-icon {
    margin-top: 6px;
    margin-right: 8px;
    background-repeat: no-repeat;
    float: left;
}

.pro-icon.icon-store {
    background-image: url(../img/sprite.png);
    background-position: -62px -226px;
    width: 24px;
    height: 24px;
}

.pro-icon.icon-warranty {
    background-image: url(../img/sprite.png);
    background-position: -20px -294px;
    width: 20px;
    height: 20px;
}

.pro-icon.icon-delivery {
    background-image: url(../img/2h_circle.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.pro-icon.icon-return {
    background-image: url(../img/sprite.png);
    background-position: -302px -5px;
    width: 20px;
    height: 20px;
}

.product-cmt {
    margin-top: 30px;
}

.product_wrap {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #eee;
}

.product_wrap .product_name {
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.header_text {
    line-height: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
}

.additional {
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin: 12px 0;
}

.additional .item .pro-icon,
.additional .item img {
    float: left;
}

.additional .item p {
    margin-left: 30px;
}

.pro-icon.icon-phone {
    background-image: url(../img/sprite.png);
    background-position: -60px -294px;
    width: 20px;
    height: 20px;
}

.pro-icon.icon-email {
    background-image: url(../img/sprite.png);
    background-position: -40px -294px;
    width: 20px;
    height: 20px;
}

.additional .item {
    margin-bottom: 10px;
}

.register-to-sell {
    font-size: 13px;
    padding: 10px 0;
    position: relative;
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

.register-to-sell a {
    line-height: 15px;
    border-radius: 4px;
    border: 1px solid var(--primary);
    padding: 3px 10px;
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
}

.register-to-sell p {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    margin-bottom: 0;
}

.forte-item {
    margin-bottom: 10px;
}

.btn-wrap {
    display: inline-block;
    vertical-align: middle;
}

.btn-wrap .btn-plus,
.btn-wrap .btn-min {
    border: 1px solid #eee;
    float: left;
    width: 30px;
    height: 40px;
    box-sizing: border-box;
    background: #f9f9f9;
    font-size: 20px;
}

.btn-wrap input[type="text"] {
    height: 40px;
    float: left;
    width: 30px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
}

#cart_btn {
    float: left;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    background: #f3b338;
    margin-left: 5px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

#cart_btn i {
    font-size: 20px;
    padding-right: 5px;
}

.box-order {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-bottom: 20px;
}

.forte {
    margin-bottom: 10px;
}

.red {
    color: #ff0000;
}

.cart-table {
    width: 100%;
}

.cart-table thead {
    background: var(--primary);
    color: #fff;
}

.cart-table td {
    padding: 5px 10px;
    vertical-align: middle;
}

.cart-table th {
    padding: 10px;
    font-weight: normal;
}

.cart-table tbody tr {
    background: #fdfdfd;
}

.cart-table tbody tr:nth-of-type(2n + 1) {
    background: #fbfbfb;
}

#tbl_info th,
#tbl_info td {
    padding: 3px;
}

#tbl_info th {
    vertical-align: top;
    text-align: left;
}

input[type="text"],
textarea {
    padding: 4px;
}

.payment-content {
    padding: 10px;
    margin-bottom: 20px;
}

.row .large-3 {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.row .large-9 {
    width: 100%;
    box-sizing: border-box;
}

.row .columns {
    float: left;
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
}

.row::after {
    clear: both;
    content: " ";
    display: table;
}

.columns input[type="text"],
.columns input[type="tel"],
.columns input[type="email"],
.columns textarea,
.columns select {
    display: inline-block;
    font-size: 13px;
    height: 30px;
    padding: 0 0 0 25px;
    width: 100%;
    box-sizing: border-box;
}

input[type="number"] {
    width: 50px;
    height: 30px;
    box-sizing: border-box;
}

.columns textarea {
    height: 100px;
    padding: 3px;
}

.form-input {
    position: relative;
}

.form-input .icon-append {
    left: 5px;
    position: absolute;
    top: 8px;
}

.payment-box {
    display: none;
}

.payment-box.active {
    display: block;
}

#product_parameter table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

#product_parameter th,
#product_parameter td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    padding: 0.5rem;
}

#product_parameter th {
    background-color: #f2f2f2;
}

#product_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

#product_content th,
#product_content td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    padding: 0.5rem;
}

#product_content th {
    background-color: #f2f2f2;
}

.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden;
    /* border-radius: 10px; */
}

.thumb-img .thumb-5x3 {
    padding-bottom: 60%;
}

.thumb-img .thumb-5x2 {
    padding-bottom: 40%;
}

.thumb-img .thumb-1x1 {
    padding-bottom: 100%;
}


.thumb-img .thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-img .thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* CSS Document */

marquee {
    /* margin-top: 5px; */
    width: 100%;
}

.runtext-container {
    background-repeat: repeat-x;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    /* margin: 0 60px 0 30px;
    padding: 0 3px 0 3px; */
}

.main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display: inline;
    float: left;
}

.runtext-container .holder .text-container {
    display: inline;
    margin: 0 2rem;
}

.runtext-container .holder span {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

.aligncenter img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alignleft img {
    display: block;
    float: left;
    margin-right: 15px;
}

.alignright img {
    margin-left: 15px;
    display: block;
    float: right;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.box-undersidebar {
    margin-top: 1rem;
}

.box-undersidebar .box-undersidebar-items img {
    width: 50px;
}

.box-undersidebar .box-undersidebar-items i {
    font-size: 50px;
}

.box-undersidebar .box-undersidebar-items {
    display: flex;
    align-items: center;
    /* width: 100%; */
    padding: 0.5rem 1rem;
    background: #f0f0f0;
}

.box-undersidebar .box-undersidebar-items .items-text {
    font-size: 19px;
    margin-left: 1rem;
}

.box-undersidebar .box-undersidebar-items.box-lienhe-sidebar {
    margin-top: 1rem;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ec1e2b;
    color: #ffffff;
}

.box-undersidebar .box-undersidebar-items.box-lienhe-sidebar:hover {
    background-color: #ffffff;
    color: #ec1e2b;
}

.box-undersidebar .box-undersidebar-items.box-lienhe-sidebar .items-text,
.box-undersidebar .box-undersidebar-items.box-zalo-sidebar .items-text {
    font-size: 16px;
}

.box-undersidebar .box-undersidebar-items.box-zalo-sidebar {
    margin-top: 1rem;
    border-radius: 10px;
    cursor: pointer;
    background-color: #d6d6d6;
    color: #3e7fec;
}

.box-undersidebar .box-undersidebar-items.box-zalo-sidebar:hover {
    background-color: #3e7fec;
    color: #d6d6d6;
}

/* #footer p {
    font-size: 16px;
} */

img {
    max-width: 100%;
}

/* .banner-home img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
} */

.homepage-product {
    padding: 25px 0;
}

.homepage-product .panel-head {
    margin: 0 0 15px 0;
}

.heading-2 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.heading-2 > * {
    color: #333;
}

.homepage-product .panel-body {
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.homepage-product .panel-body .product .thumb .image {
    height: 194px;
}

.img-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-product .panel-body .product .info {
    padding: 10px 0;
    text-align: center;
}

.homepage-product .panel-body .product .info .title {
    font-weight: 500;
    margin: 0 0 8px 0;
    font-size: 13.5px;
    /* height: 20px; */
    /* overflow: hidden; */
}

.homepage-product .panel-body .product .info .title > * {
    color: #000;
    font-size: 18px;
}

.wrap-price .new-price {
    color: red;
    margin-right: 10px;
    font-size: 15px;
}

.wrap-price > * {
    font-weight: 500;
}

.homepage-product .panel-body .product .info .buynow {
    text-align: center;
    margin: 10px 0 0 0;
}

.homepage-product .panel-body .product .info .buynow > * {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.homepage-banner {
    padding: 0 0 1.5rem;
    /* margin-bottom: 25px; */
}

.banner {
    display: block;
}

.banner img,
.banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-general {
    padding: 0 0 25px 0;
}

.heading-3 {
    border-bottom: 1px solid #c8c8c8;
    /* margin-bottom: 1rem; */
}

.heading-3 > * {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #333;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

.heading-3 > *:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: #ec1e2b;
}

.home-news .featured,
.home-news .featured .title {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.home-news .featured .title {
    margin-top: 5px;
}

.home-news .featured .thumb {
    margin-bottom: 10px;
}

.img-shine:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-news article .title a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}

.home-news .featured .meta {
    margin: 0 0 5px 0;
    color: #999;
    font-weight: 400;
}

.home-news .featured .description {
    height: 88px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-weight: 400;
}

.home-news .list-article li:not(:last-child) {
    margin-bottom: 15px;
}

.home-news .list-article .article .thumb {
    float: left;
    width: 105px;
}

.home-news .list-article .article .image {
    height: 75px;
}

.home-news .list-article .article .info {
    float: right;
    width: -webkit-calc(100% - 105px);
    width: -ms-calc(100% - 105px);
    width: -o-calc(100% - 105px);
    width: -moz-calc(100% - 105px);
    width: calc(100% - 105px);
    padding-left: 10px;
}

.home-news .list-article .article .title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.home-news .list-article .article .meta {
    font-size: 13px;
    color: #999;
    line-height: 22px;
}

.home-news .list-article li + li {
    padding-top: 15px;
    border-top: 1px dotted #d1d1d1;
}

.img-flash,
.img-shine {
    position: relative;
    overflow: hidden;
}

.img-circle:before,
.img-shine:before {
    content: "";
    display: block;
}

.grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.grid:after,
.grid:before {
    content: "";
    display: block;
    overflow: hidden;
}

.grid-medium {
    margin-left: -25px;
}

.grid-medium > * {
    padding-left: 25px;
}

.img-flash:hover > * {
    opacity: 1;
    -webkit-animation: imgFlash 1.5s;
    -o-animation: imgFlash 1.5s;
    animation: imgFlash 1.5s;
}

@-webkit-keyframes imgFlash {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes imgFlash {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imgFlash {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.img-shine:hover:before {
    -webkit-animation: imgShine 0.75s ease-in-out;
    -o-animation: imgShine 0.75s ease-in-out;
    animation: imgShine 0.75s ease-in-out;
}

@-webkit-keyframes imgShine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes imgShine {
    100% {
        left: 125%;
    }
}

.grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}

.grid:after {
    clear: both;
}

.list {
    padding: 0;
    list-style: none;
}

.grid > * > :last-child {
    margin-bottom: 0;
}

.list > li:after,
.list > li:before {
    content: "";
    display: table;
}

.clearfix:before {
    content: "";
    display: table-cell;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.list > li:after {
    clear: both;
}

[class*="width"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.home-duan-done .title-duan {
    text-align: center;
    margin-top: 0.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.home-duan-done .title-duan a {
    color: #333;
    font-size: 16px;
}

.home-duan-done .title-duan::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #ec1e2b;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-duan-done {
    padding: 2rem 0;
}

section .title-section {
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.box-loadmore {
    padding: 1rem 0 0;
    text-align: center;
}

.box-loadmore a {
    display: inline-block;
    padding: 12px 24px;
    background: #ec1e2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px 0;
}

.select-items {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.select-items-img {
    padding: 1rem;
    background: #0ba883;
    border-radius: 50%;
    margin-right: 1rem;
}

.select-items-img i {
    font-size: 32px;
    color: #fff;
}

.select-items-text h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.select-items-text p {
    font-size: 14px;
    line-height: 16px;
}

section {
    padding: 1rem 0;
}

.slide-item.bg_doitac {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 100%;
    display: block !important;
    margin: 20px;
    padding: 1.5rem 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slide-item.bg_doitac img {
    height: auto;
    max-width: 100%;
    margin: auto;
    width: 75%;
}

.owl-nav.disabled {
    display: none;
}

.p-0 {
    padding: 0;
}

.form-contact {
    padding: 4rem;
}

.box-form-contact {
    background: var(--primary);
    color: #ffffff;
}

.box-form-contact p {
    font-size: 15px;
    margin-bottom: 1rem;
}

.select-items img {
    width: 75px;
    margin-right: 1rem;
}

.form-contact .form-group {
    margin-bottom: 10px;
}

.form-contact label {
    display: block;
    margin-bottom: 5px;
}

.form-contact input,
.form-contact textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
}

.form-contact button[type="submit"] {
    display: inline-block;
    padding: 12px 24px;
    background: #ec1e2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px 0;
}

* {
    box-sizing: border-box;
}

.footer {
    padding: 30px 0;
    display: block;
}

section.panel-body {
    padding: 1rem 0;
}

.map-view iframe {
    width: 100%;
    height: 150px;
}

.fb-page.fb_iframe_widget {
    overflow: hidden;
}

.wrap-info p {
    font-size: 16px;
}

.fotorama__nav__shaft {
    display: flex;
    justify-content: space-between;
}

.fotorama__thumb-border {
    display: none;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    margin: 0;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb {
    border: 2px solid var(--primary);
}

button:hover,
.box-loadmore a:hover,
.homepage-product .panel-body .product .info .buynow a:hover {
    opacity: 0.8;
}

.text_menu_page {
    text-align: center;
    width: 50%;
}


.text_menu_page img {
    width: 75%;
}


article.about-us iframe {
    max-width: 100%;
    height: 350px;
}