/*=== Font Awesome 4.6.1=== */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
    src:
        url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #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-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: "SVN-Gill Sans";
    font-style: normal;
    font-weight: 300;
    src:
        url("../fonts/SVN-GillSansLight.eot?") format("eot"),
        url("../fonts/SVN-GillSansLight.woff") format("woff"),
        url("../fonts/SVN-GillSansLight.ttf") format("truetype"),
        url('../fonts/SVN-GillSansLight.svg#str-replace("SVN-Gill Sans", " ", "_")')
            format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gill Sans";
    font-style: normal;
    font-weight: 400;
    src:
        url("../fonts/SVN-GillSansBook.eot?") format("eot"),
        url("../fonts/SVN-GillSansBook.woff") format("woff"),
        url("../fonts/SVN-GillSansBook.ttf") format("truetype"),
        url('../fonts/SVN-GillSansBook.svg#str-replace("SVN-Gill Sans", " ", "_")')
            format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gill Sans";
    font-style: normal;
    font-weight: 500;
    src:
        url("../fonts/SVN-GillSansMedium.eot?") format("eot"),
        url("../fonts/SVN-GillSansMedium.woff") format("woff"),
        url("../fonts/SVN-GillSansMedium.ttf") format("truetype"),
        url('../fonts/SVN-GillSansMedium.svg#str-replace("SVN-Gill Sans", " ", "_")')
            format("svg");
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gill Sans";
    font-style: normal;
    font-weight: 700;
    src:
        url("../fonts/SVN-GillSansBold.eot?") format("eot"),
        url("../fonts/SVN-GillSansBold.woff") format("woff"),
        url("../fonts/GillSans/SVN-GillSansBold.ttf") format("truetype"),
        url('../fonts/GillSans/SVN-GillSansBold.svg#str-replace("SVN-Gill Sans", " ", "_")')
            format("svg");
    font-display: swap;
}
:root {
    --ff-rbt: "Roboto", "Arial";
    --ff-svn-gs: "SVN-Gill Sans", "Arial";
    --fw300: 300;
    --fw400: 400;
    --fw500: 500;
    --fw700: 700;
    --fw800: 800;
    --fw900: 900;
    --white: #fff;
    --black: #000;
    --red: #e10012;
    --red1: #ac1020;
    --red2: #7c000a;
    --red3: #6e1919;
    --green: #6ca84e;
    --yellow: #f3cd0f;
    --blue: #277bb1;
    --gray: #50535a;
    --gray1: #f3f3f3;
    --gray2: #d3d3d3;
    --gray2-opacity: #d3d3d333;
    --gray3: #6b6b6b;
    --gray4: #ececec;
    --gray5: #dedede;
    --gray6: #434343;
    --orange: #ff6900;
    --pink: #b43a4c;
    --silver: #c0c0c0;
    --bg-header: rgba(252, 251, 251, 0.85);
    --bg-line: #f3f3f3;
    --bg-red-gradient-left: linear-gradient(92.77deg, #9a272a 0%, #ea2b30 100%);
    --box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.6;
    --swiper-pagination-color: #e10012;
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-theme-color: #e10012;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --bs-table-border-color: #d3d3d380;
    --bs-border-width: 1px;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-size: 16px;
    font-family: var(--ff-svn-gs);
    font-weight: var(--fw400);
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ===== A ===== */
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #b70100;
}
.empty-message {
    color: #ff0000;
    font-weight: bold;
    font-style: italic;
    padding: 10px 0;
    text-align: center;
}
.cl-black {
    color: var(--black);
}
.money {
    font-weight: bold;
    color: #ff0000;
}
.money.large {
    font-size: 115%;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* ===== IMAGE ===== */
img {
    border: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
.img-verify-code {
    vertical-align: middle;
}
/* ===== IMAGE ===== */
.image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
.image-wrapper img {
    width: 100%;
}
.image-wrapper .style-news {
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    background-color: rgba(72, 56, 101, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7;
}
.image-wrapper:hover .style-news {
    opacity: 0.6;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}
.image-wrapper:hover .style-news.circle {
    border-radius: 50%;
}
.viewmore {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    line-height: 32px;
    margin-top: -16px;
}
/* ===== BACK TOP ===== */
#back-top {
    position: fixed;
    bottom: 65px;
    right: 10px;
    text-align: center;
    z-index: 9999;
    display: none;
    margin: 0;
}
#back-top a {
    background: #bb0d19;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#back-top a:hover {
    color: #ffd700;
}
#back-top .fa {
    display: block;
    padding-top: 3px;
}
/* ===== LIST GROUP ===== */
.list-group {
    list-style: none;
}
.list-group li {
    padding: 6px 0;
}
.list-group li .name {
    font-weight: normal;
}
.list-group li a {
    position: relative;
    color: #333;
    text-decoration: none;
}
.list-group li .arrow {
    padding-left: 15px;
}
.list-group li .arrow:before {
    display: block;
    content: "\f105";
    font-size: 130%;
    font-family: "FontAwesome";
    position: absolute;
    top: -4px;
    left: 0;
}
.page-heading {
    position: relative;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    color: #bb0d19;
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 3px solid #bb0d19;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}
/* ===== PAGE ===== */
.top,
.header,
.slideshow,
.pathpage,
.main,
.footer,
.copyright {
    display: block;
}
.top {
    position: relative;
    min-height: 29px;
    height: 29px;
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    display: none;
}
.header {
    position: relative;
    background: #e10012;
    border-bottom: none;
}
.footer {
    margin-top: 20px;
}
.footer,
.copyright {
    background: #e4e5e6 url(../images/bg-footer.png) repeat-x top;
}
.container {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
}
.full-container {
    width: 100%;
}
.top .container {
    padding-left: 0;
    padding-right: 0;
}
.pathpage {
    border-bottom: 1px solid #b7b7b7;
}
.pathpage .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .container {
    position: static;
}
/* ===== TOP BAR ===== */
.top .top-left {
    float: left;
    width: 30%;
}
.top .top-right {
    float: right;
    width: 70%;
    max-width: 650px;
}
.cart {
    float: right;
    position: relative;
    background: #f9f9f9;
    height: 29px;
    text-align: center;
    padding: 0 15px;
    border-left: 1px solid #eee;
}
.cart .title-cart {
    position: relative;
    display: block;
    color: #555;
    font-size: 85%;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
    line-height: 19px;
}
.cart .title-cart:hover {
    text-decoration: underline;
}
.hotline {
    position: relative;
    background: #bb0d19;
    text-align: center;
    padding: 5px 10px;
    margin-top: 15px;
    border: #fff solid 1px;
    margin-left: 10px;
    border-radius: 4px;
}
.hotline .icon {
    float: left;
    padding-top: 1px;
}
.hotline .icon em {
    color: #003045;
    width: 24px;
    height: 24px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.hotline .icon em:before {
    font-size: 125%;
    position: absolute;
    top: 4px;
    left: 6px;
}
.hotline p {
    color: #fff;
    font-weight: bold;
    padding: 0px 0 0px 24px;
}
.hotline p a {
    color: #fff;
    font-size: 17px;
    padding: 3px 10px;
    border: none;
}
.addon,
.language {
    float: left;
    position: relative;
    border-right: 1px solid #eee;
    height: 29px;
}
.addon {
    padding-top: 4px;
}
.language .en,
.language .vi {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin: 9px 10px;
}
.language .en {
    background: url(../images/icon_language.jpg) 0 0 no-repeat;
}
.language .vi {
    background: url(../images/icon_language.jpg) 0 -11px no-repeat;
}
.search-box {
    position: relative;
    display: table;
    border-collapse: separate;
    border-left: 1px solid #eee;
}
.search-box .btn-search {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    padding: 6px 6px 6px 10px;
    font-weight: normal;
    line-height: 1;
    color: #b7b7b7;
    text-align: center;
}
/* ===== LOGO ===== */
.logo {
    float: left;
}
.logo .img-logo {
    max-height: 60px;
    max-width: 100%;
}
/* ===== BREAD CRUMB ===== */
.breadcrumb {
    padding: 10px 0;
    list-style: none;
    background-color: transparent;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #777777;
}
.breadcrumb > .active {
    color: #bb0d19;
}
/* ===== FOOTER =====*/
.footer-content,
.copyright-content {
    position: relative;
}
.footer-content .footer-block {
    text-align: left;
    padding: 15px 0;
}
.footer-content .title-footer-block {
    color: #bb0d19;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 125%;
    font-weight: bold;
}
.footer-content .list-group li:hover a {
    padding-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* ===== CONTACT =====*/
.footer-content .contact {
    position: relative;
    padding-right: inherit;
}
.footer-content .contact .icon {
    float: left;
    margin-right: 10px;
}
.footer-content .contact .icon em {
    color: #003045;
    width: 30px;
    height: 30px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.footer-content .contact .icon em:before {
    position: absolute;
    top: 8px;
    left: 8px;
}
.footer-content .contact p {
    padding: 5px 0 15px 0;
}
.footer-content .contact .social {
    padding-top: 10px;
}
.footer-content .contact .social ul {
    float: left;
    width: 100%;
}
.footer-content .contact .social ul li {
    float: left;
}
/* ===== COPY RIGHT ===== */
.copyright-content .copy-right,
.copyright-content .designed {
    font-size: 85%;
    color: #777;
    padding: 10px 0;
}
.copyright-content .copy-right {
    text-align: left;
}
.copyright-content .designed {
    text-align: right;
}
.copyright-content .designed a {
    color: #777;
}
.copyright-content .designed a:hover {
    color: #bb0d19;
}
/* ===== BLOCK ===== */
.block {
    position: relative;
    margin-top: 20px;
}
.block:first-child {
    margin-top: 0;
}
.block.block-border-top {
    padding: 10px 0;
    border-top: 1px solid #b7b7b7;
    margin-top: 0;
}
.block .block-img {
    float: left;
    margin-right: 10px;
}
.block .block-img.block-img-border {
    border: 1px solid #bababa;
}
.block .block-img .img-default {
    width: 80px;
}
.block .block-img .img-cart {
    width: 40px;
}
.block .block-img .img-square {
    width: 60px;
    height: 60px;
}
.block .block-img .img-news {
    width: 80px;
}
.block .block-caption {
    overflow: hidden;
    zoom: 1;
}
.block .block-caption .block-title {
    font-weight: normal;
}
/* ===== ADVERT ===== */
.advert {
    position: relative;
    margin-top: 20px;
}
.advert:first-child {
    margin-top: 0;
}
.comment-facebook {
    background: #fff;
}
/* ===== ADVERT HONG ===== */
.adv-leftslider,
.adv-rightslider {
    display: block;
    z-index: 9999;
    position: fixed;
    bottom: 30px;
}
.adv-leftslider a,
.adv-rightslider a {
    display: block;
}
.adv-leftslider img,
.adv-rightslider img {
    max-width: 140px;
}
.adv-leftslider {
    left: 0px;
}
.adv-rightslider {
    right: 0px;
}
.adv-leftslider.none,
.adv-rightslider.none {
    display: none;
}
/* ===== GRID ===== */
.grid-sort {
    padding: 10px;
    border-bottom: 1px solid #b7b7b7;
}
.grid-sort .grid-left {
    float: left;
    margin-right: 10px;
}
.grid-sort .grid-right {
    float: right;
}
.grid-sort .grid-right > label {
}
.grid-sort .form-control {
    display: inline;
    width: auto;
}
.grid-sort .grid-view {
    display: inline-block;
    color: #777;
    width: 32px;
    height: 32px;
    border: 1px solid #ebebeb;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    padding: 8px;
}
.grid-sort .grid-view.selected {
    color: #bb0d19;
    cursor: not-allowed;
}
.grid-content .col_4 {
    margin-top: 20px;
}
.grid-bottom {
    padding: 10px;
}
/* ===== PAGING ===== */
.pagination {
    list-style: none;
    text-align: center;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    color: black;
    background-color: white;
    border: 1px solid #dddddd;
    margin-left: 5px;
    font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;

    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #fff;
    background-color: #bb0d19;
    border-color: #bb0d19;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #bb0d19;
    border-color: #bb0d19;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dbdbdb;
    cursor: not-allowed;
}
/* ===== TABS ===== */
.tabs {
    list-style: none;
    padding: 20px 0;
}
.tabs > li {
    position: relative;
    display: inline-block;
    margin: 0 30px 0 0;
}
.tabs > li:before {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: transparent;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tabs > li.active:before,
.tabs > li:hover:before,
.tabs > li:focus:before {
    width: 100%;
    background-color: #bb0d19;
}
.tabs > li > a {
    position: relative;
    display: block;
    color: #999;
    font-size: 125%;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
.tabs > li > a:hover,
.tabs > li > a:focus,
.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus {
    color: #bb0d19;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .tab-pane img,
.tab-content > .tab-pane iframe,
.tab-content > .tab-pane object,
.tab-content > .tab-pane embed {
    max-width: 100%;
}
.tab-content > .active {
    display: block;
}
/* ===== CART ===== */
.col-cart {
    position: relative;
    padding: 30px 15px 30px 0;
}
.col-order {
    padding: 30px 0 30px 15px;
}
.btn-cart-content {
    text-align: center;
}
.btn-cart-content .btn-default {
    width: 200px;
}
.message-cart {
    padding: 30px 0;
    font-size: 145%;
    font-weight: bold;
    text-align: center;
}

.col-car {
    margin-bottom: 15px;
}
/* ===== CONTACT US ===== */
.contact-us {
    margin-bottom: 20px;
}
.contact-us p {
    padding-bottom: 10px;
}
.contact-us .company-name {
    color: #bb0d19;
    position: relative;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 115%;
    font-weight: bold;
}
/* ===== CONTROL ===== */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
/* ===== BUTTON ===== */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.btn-default {
    color: #fff;
    background-color: #bb0d19;
    border-color: #bb0d19;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
}

.btn-google-plus,
.btn-facebook,
.btn-twitter,
.btn-linkedin {
    font-size: 70%;
    color: #777;
    background-color: #fff;
    border-color: #eee;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 4px;
}
.btn-google-plus:hover,
.btn-facebook:hover,
.btn-twitter:hover,
.btn-linkedin:hover {
    color: #fff;
}
.btn-google-plus:hover {
    background-color: #e04b34;
    border-color: #e04b34;
}
.btn-facebook:hover {
    background-color: #435f9f;
    border-color: #435f9f;
}
.btn-twitter:hover {
    background-color: #00aaf0;
    border-color: #00aaf0;
}
.btn-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}
/* ===== STARRR ===== */
.starrr {
    display: inline-block;
    margin-left: 5px;
}
.starrr a {
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    color: #ffd119;
    text-decoration: none;
}
.user-review {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 5px 0;
}
/* ===== RATING ===== */
.rating {
    margin-bottom: 6px;
}
.rating .rating-box {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.rating .rating-box .star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0.1rem;
    color: #dedddc;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rating .rating-box .star:before {
    content: "\f005";
}
.rating .rating-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}
.rating .rating-box span .star {
    color: #f0c808;
}
.rating .rating-value {
    color: #888;
}
/* ===== BUTTON CALL ===== */
.btn-call-now,
.btn-shopping-cart,
.btn-link-car {
    display: none;
}
@media screen and (max-width: 650px) {
    .btn-call-now,
    .btn-shopping-cart {
        display: block;
        height: 60px;
        position: fixed;
        width: 90px;
        bottom: -10px;
        border-top: 1px solid rgba(51, 187, 51, 1);
        background: #3498db;
        text-decoration: none;
        box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        z-index: 999999999;
    }
    .btn-call-now {
        right: 0;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
    }
    .btn-shopping-cart {
        left: 0;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }
    .btn-call-now em,
    .btn-shopping-cart em {
        position: relative;
        color: #fff;
        font-size: 45px;
    }
    .btn-call-now em:before {
        position: absolute;
        top: 5px;
        left: 30px;
    }
    .btn-shopping-cart .btn-shopping-cart-number {
        display: inline-block;
        color: #fff;
        text-indent: 40px;
    }
    .btn-shopping-cart em:before {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .btn-link-car {
        display: block;
        position: fixed;
        height: 40px;
        width: 50%;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        background: #2d96cd;
        text-decoration: none;
        z-index: 999999999;
        right: 0;
        bottom: 0;
        padding: 10px 10px;
    }
}
/* === TEXT SEARCH === */
.text-search {
    float: left;
    font-size: 85%;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 29px;
    padding: 2px 0;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
}
.text-search:focus {
    outline: 0;
}
/* === LABEL === */
.lbl-checkbox {
    cursor: pointer;
}
/* ===== TABLE ===== */
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border: none;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: middle;
}
table > thead > tr > th {
    vertical-align: middle;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table .alignright {
    text-align: right;
}
table .aligncenter {
    text-align: center;
}

table {
    border: none;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
}
.table-noborder {
    border: none;
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
    border: none;
}
/* ===== MENU TOP ===== */
ol,
ul {
    list-style: none;
}
/* -------------------------------- 
Main components 
-------------------------------- */
@media only screen and (max-width: 991px) {
    body {
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition:
            transform 0.5s ease-in-out,
            -webkit-transform 0.5s ease-in-out;
    }
    body.overflow-hidden {
        position: fixed;
        width: 100vw;
        overflow: hidden;
        -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
        transform: translateX(260px);
    }
    .cd-primary-nav {
        left: -260px !important;
        height: 100vh !important;
    }
    .cd-overlay {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    body.overflow-hidden .cd-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.overflow-hidden .cd-nav-toggle {
        margin-left: -10px;
    }
}
.cd-nav-toggle {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 9px 15px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #b70100;
    border-color: #020202;
    text-transform: uppercase;
    z-index: 9999;
}
.cd-nav-toggle:hover,
.cd-nav-toggle:focus,
.cd-nav-toggle:active {
    color: #fff;
    background-color: #b70100;
    border-color: #fff;
    outline: none;
}
@media only screen and (min-width: 992px) {
    .cd-nav-toggle {
        display: none;
    }
}
.cd-primary-nav,
.cd-primary-nav ul {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #121212;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
    display: block;
    padding: 0 15px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition:
        -webkit-transform 0.3s,
        opacity 0.3s;
    -moz-transition:
        -moz-transform 0.3s,
        opacity 0.3s;
    transition:
        transform 0.3s,
        opacity 0.3s;
    font-weight: 700;
}
.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.cd-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #ffd700;
}
.cd-primary-nav .cd-secondary-nav .sub-title-menu {
    font-weight: normal;
}
.cd-primary-nav .cd-secondary-nav .sub-title-menu.center {
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .cd-primary-nav {
        /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
    .cd-primary-nav a,
    .cd-primary-nav ul a {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .cd-primary-nav,
    .cd-primary-nav ul {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav {
        float: right;
        position: static;
        padding: 0;
        height: auto;
        width: auto;
        overflow: visible;
        background: transparent;
        z-index: 20;
    }
    .cd-primary-nav:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-primary-nav.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-primary-nav ul {
        position: relative;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 21;
    }
    .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-primary-nav > li {
        float: left;
    }
    .cd-primary-nav > li > a {
        /* main navigation buttons style */
        font-size: 16px;
        position: relative;
        display: inline-block;
        padding: 0 15px;
        background: transparent url(../images/menu-line.png) scroll right center
            no-repeat;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        overflow: visible;
        border-bottom: none;
        -webkit-transition:
            color 0.3s,
            box-shadow 0.3s;
        -moz-transition:
            color 0.3s,
            box-shadow 0.3s;
        transition:
            color 0.3s,
            box-shadow 0.3s;
    }
    .cd-primary-nav > li > a:hover {
        color: #fff;
        background-color: #ac1020;
    }
    .cd-primary-nav > li > a.selected {
        color: #fff;
        background-color: #ac1020;
    }
    .cd-primary-nav .go-back,
    .cd-primary-nav .see-all {
        display: none;
    }
    .cd-primary-nav .cd-secondary-nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px 60px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition:
            opacity 0.3s 0s,
            visibility 0s 0s;
        -moz-transition:
            opacity 0.3s 0s,
            visibility 0s 0s;
        transition:
            opacity 0.3s 0s,
            visibility 0s 0s;

        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-bottom: 1px solid #f1f1f1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border-bottom: 3px solid #bb0d19;
    }
    .cd-primary-nav .cd-secondary-nav:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-primary-nav li.is-fixed-width {
        position: relative;
    }
    .cd-primary-nav li.is-fixed-width .cd-secondary-nav {
        width: 240px;
        padding: 10px;
        top: 70px;
        left: -1px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border-top: none;
    }
    .cd-primary-nav li.is-fixed-width .cd-secondary-nav > li {
        width: 100%;
    }
    .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition:
            opacity 0.3s 0s,
            visibility 0s 0.3s;
        -moz-transition:
            opacity 0.3s 0s,
            visibility 0s 0.3s;
        transition:
            opacity 0.3s 0s,
            visibility 0s 0.3s;
    }
    .cd-primary-nav .cd-secondary-nav .see-all,
    .cd-primary-nav .cd-secondary-nav .go-back {
        visibility: hidden;
    }
    .cd-primary-nav .cd-secondary-nav > li {
        /* change the height according to your needs - you can even set height: auto */
        /* here you set the number of columns - use width percentage */
        width: 16.66667%;
        float: left;
        position: relative;
        height: 210px;
    }
    .cd-primary-nav .cd-secondary-nav > li:nth-child(4n + 2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none;
    }
    .cd-primary-nav .cd-secondary-nav > li > a {
        padding: 5px 8%;
        margin-bottom: 5px;
    }
    .cd-primary-nav .cd-secondary-nav > li > a .sub-title-menu {
        text-transform: uppercase;
        font-weight: normal;
    }
    .cd-primary-nav .cd-secondary-nav a {
        padding: 5px 15px;
        color: #555;
        border-bottom: none;
    }
    .cd-primary-nav .cd-secondary-nav a:hover {
        color: #bb0d19;
    }
    .cd-primary-nav .cd-secondary-nav .has-children {
        position: relative;
    }
    .cd-primary-nav .cd-secondary-nav .has-children > ul {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1000;
        display: none;
        min-width: 240px;
        margin-top: -6px;
        margin-left: -1px;
        background-color: #fff;
        padding: 10px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .cd-primary-nav .cd-secondary-nav .has-children:hover > ul {
        display: block;
    }
}

.has-children > a,
.go-back a {
    position: relative;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 992px) {
    .has-children > a::before,
    .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
        background: #c9cbc4;
    }
    .has-children > a:hover::before,
    .has-children > a:hover::after,
    .go-back a:hover::before,
    .go-back a:hover::after {
        background: #bb0d19;
    }
}

.has-children > a {
    padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
    padding-left: 40px;
}
.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

@media only screen and (min-width: 992px) {
    .has-children > a::before,
    .has-children > a::after {
        right: 8%;
    }
    .cd-primary-nav > .has-children > a {
        /* main navigation arrows on larger devices */
        padding-right: 35px !important;
    }
    .cd-primary-nav > .has-children > a::before,
    .cd-primary-nav > .has-children > a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #c9cbc4;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition:
            width 0.3s,
            -webkit-transform 0.3s;
        -moz-transition:
            width 0.3s,
            -moz-transform 0.3s;
        transition:
            width 0.3s,
            transform 0.3s;
    }
    .cd-primary-nav > .has-children > a::before {
        right: 23px;
    }
    .cd-primary-nav > .has-children > a::after {
        right: 18px;
    }
    .cd-primary-nav > .has-children > a.selected::before,
    .cd-primary-nav > .has-children > a.selected::after {
        width: 14px;
    }
    .cd-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cd-primary-nav .go-back a {
        padding-left: 12%;
    }
    .cd-primary-nav .go-back a::before,
    .cd-primary-nav .go-back a::after {
        left: 12%;
    }
}
/* ===== BOX ===== */
.box {
    background: #fff;
    margin-top: 20px;
}
.box .box-header {
    text-align: left;
    background: #f9f9f9;
    border-top: 2px solid #bb0d19;
}
.box .box-header.align-left {
    text-align: left;
}
.box .box-content {
    position: relative;
    margin-top: 20px;
}
.box .box-header .box-title {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 125%;
    padding: 8px 15px;
    display: inline-block;
    background: #bb0d19;
}
/*===== Box Left =====*/
.box-center {
    margin-bottom: 20px;
}
.box-center .box-center-title {
    color: #bb0d19;
    position: relative;
    text-transform: uppercase;
    font-size: 125%;
    font-weight: bold;
    padding: 8px 0;
    display: block;
    border-bottom: 2px solid #bb0d19;
}
.box-center .box-center-content {
    position: relative;
    margin-top: 20px;
}
.box-container {
    position: relative;
    margin-top: 20px;
}
.box-container img,
.box-container iframe,
.box-container object,
.box-container embed {
    max-width: 100%;
}
/* ===== PRODUCTS ===== */
.product {
    position: relative;
    text-align: center;
    background-color: #fff;
}
.product > img,
.product a > img {
    margin-right: auto;
    margin-left: auto;
}
.product .product-image {
    position: relative;
    overflow: hidden;
}
.product .product-icon {
    color: #fff;
    line-height: 17px;
    padding: 50px 0 0;
    position: absolute;
    text-transform: uppercase;
    top: -35px;
    width: 65px;
    z-index: 9;
    text-align: center;
}
.product .icon-new {
    background: #0094da;
    right: -35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.product .icon-sale {
    background: #b70100;
    left: -35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.product .caption {
    padding-top: 10px;
}
.product .caption .name {
    margin-bottom: 10px;
    font-size: 115%;
    font-weight: normal;
    max-height: 40px;
    overflow: hidden;
}
.product .caption .name a {
    text-transform: uppercase;
    text-decoration: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.product .caption .description {
    display: none;
}
.product .caption .content-price {
    margin-bottom: 10px;
}
.product .caption .content-price .price {
    font-size: 125%;
    color: #ee2d24;
    font-weight: bold;
    vertical-align: baseline;
}
.product .caption .content-price .old-price {
    color: #c7c7c7;
    text-decoration: line-through;
}
/* ===== PRODUCT LIST ===== */
.product-list .col_4 {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.product-list .product {
    text-align: left;
}
.product-list .product .product-image {
    float: left;
    width: 33.33%;
    margin-right: 20px;
}
.product-list .product .caption .name {
    font-weight: bold;
}
.product-list .product .caption .description {
    display: block;
    font-size: 85%;
    color: #777;
    margin-bottom: 10px;
}
.product-list .product .caption .description h2,
.product-list .product .caption .description h3,
.product-list .product .caption .description h4,
.product-list .product .caption .description h5,
.product-list .product .caption .description h6,
.product-list .product .caption .description p,
.product-list .product .caption .description li {
    margin-bottom: 6px;
}
.product-list .product .caption .description ul,
.product-list .product .caption .description ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-list .product .caption .description ul li {
    position: relative;
    list-style: none;
    vertical-align: middle;
    padding: 0;
}
/* ===== DETAIL PRODUCT ===== */
.primary-product {
    position: relative;
    padding: 30px 0;
}
.primary-product .image-block {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 2%;
    padding-bottom: 20px;
    cursor: pointer;
}
.primary-product .detail-block {
    position: relative;
    float: right;
    width: 58%;
}

.primary-product .detail-block .product-name {
    font-size: 145%;
    padding-bottom: 10px;
}
.primary-product .detail-block .product-rating {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}
.primary-product .detail-block .product-rating .rating {
    margin-right: auto;
}
.primary-product .detail-block .product-row {
    position: relative;
    padding-top: 3px;
    display: block;
}
.primary-product .detail-block .product-row label {
    display: inline-block;
    color: #777;
    text-align: right;
    width: 130px;
    padding-right: 10px;
}
.primary-product .detail-block .product-row span {
    display: inline-block;
}
.primary-product .detail-block .product-row.short-description {
    font-weight: bold;
    white-space: pre-line;
}
.primary-product .detail-block .product-price {
    font-size: 115%;
    color: #f00;
    font-weight: bold;
}
.primary-product .detail-block .old-product-price {
    color: #777;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: line-through;
}
.primary-product .detail-block .btn-default {
    margin-top: 10px;
    width: 250px;
}
.primary-product .detail-block .product-hotline {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-top: 10px;
}
.primary-product .detail-block .product-hotline p {
    font-size: 150%;
    color: #015697;
}
.primary-product .detail-block .product-hotline .phone {
    color: #ee2d24;
    font-weight: bold;
}
.info-product {
    position: relative;
    padding-bottom: 20px;
}
/* ===== SERVIVES =====*/
.service-list {
    position: relative;
    margin-top: 20px;
}
.service {
    background: #bb0d19;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
}
.service .service-image {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.service .service-caption {
    color: #fff;
    padding: 10px;
    height: 60px;
}
.service .service-title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .service-title a {
    color: #fff;
}
/* ===== NEWS ===== */
.first-news {
    display: block;
    background-color: #fff;
}
.first-news > img,
.first-news a > img {
    margin-right: auto;
    margin-left: auto;
}
.first-news .title {
    padding: 10px 0;
    text-align: center;
    font-size: 130%;
    font-weight: normal;
}
/* ===== NEWS LIST ===== */
.news-list {
    position: relative;
}
.news-list .news-item {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}
.news-list .news-item:first-child {
    border-top: none;
}
.news-list .news-item .news-item-img {
    width: 33.33%;
    margin: 0;
    border: 1px solid #e1e1e1;
}
.news-list .news-item .news-item-caption {
    padding-left: 15px;
}
.news-list .news-item .news-item-caption .news-item-title {
    display: block;
    font-size: 115%;
    padding-bottom: 10px;
}
.news-list .news-item .news-item-caption .news-item-description {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
}
/* ===== DETAIL NEWS ===== */
.news {
    position: relative;
    padding: 20px 0;
}
.news .news-title {
    position: relative;
    font-size: 145%;
    color: #bb0d19;
    padding: 15px 0;
    overflow: hidden;
}
.news .news-description {
    font-weight: bold;
    padding-top: 20px;
}
.news .news-content {
    position: relative;
    padding: 20px 0;
}
.news .news-content img,
.news .news-content iframe,
.news .news-content object,
.news .news-content embed {
    max-width: 100%;
}
/* ===== LAYOUT ===== */
/* ===== SECTIONS ===== */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/* ===== GROUPING ===== */
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* ===== GRID COLUMN SETUP ===== */
.col {
    display: block;
    float: left;
}
.col:first-child {
    margin-left: 0;
} /* all browsers except IE6 and lower */

.col_first_news {
    width: 38%;
}
.col_other_news {
    width: 60%;
    margin: 0 0 0 2%;
}

.col_adv_2 {
    width: 49.5%;
    padding-top: 1%;
    margin-right: 1%;
}
.col_adv_2:nth-child(2n) {
    margin-right: 0;
}
.col_adv_3 {
    width: 32.666%;
    padding-top: 1%;
    margin-right: 1%;
}
.col_adv_3:nth-child(3n) {
    margin-right: 0;
}

.col_12 {
    width: 100%;
}
.col_9 {
    width: 75%;
}
.col_8 {
    width: 66.66%;
}
.col_6 {
    width: 50%;
}
.col_5 {
    width: 40%;
}
.col_4 {
    width: 32%;
    margin-right: 2%;
}
.col_4:last-child {
    margin-right: 0;
}
.col_4_1 {
    width: 30%;
}
.col_3 {
    width: 25%;
}
.col_2 {
    width: 20%;
}
.col-left {
    width: 70%;
}
.col-right {
    width: 30%;
    padding-left: 20px;
}

/* ===== MEDIA ===== */
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}

/* ===== Desktop ===== */
@media (min-width: 992px) {
    .cart .title-cart .cart-small {
        display: none;
    }
    .footer-content .border-left {
        border-left: 1px solid #c4c6c8;
    }
    .footer-content .contact {
        padding-left: 15px;
    }
    .col-order {
        width: 33.33%;
        margin: 0;
    }
    .col-info-contact {
        width: 33.33%;
        margin: 0;
    }
    .col-send-contact {
        padding-left: 30px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    .col_3,
    .col_9 {
        width: 50%;
    }
    .logo {
        float: right;
        padding: 10px 0;
        text-align: center;
    }
    .cart .title-cart .cart-large,
    .addon {
        display: none;
    }
    .col-cart,
    .col-order {
        width: 100%;
        padding-right: 0;
    }
    .col-order {
        padding-left: 0;
        padding-top: 0;
    }
    .footer-block,
    .contact,
    .col-info-contact,
    .col-send-contact {
        width: 100%;
    }
    .primary-product .image-block {
        width: 100%;
        margin-right: 0;
    }
    .primary-product .detail-block {
        width: 100%;
    }
    .news-list {
        padding-left: 0;
    }
    .collapse-title:hover {
        cursor: pointer;
    }
    .collapse-title:after {
        display: block;
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 14px;
    }
    .collapse-title.active:after {
        content: "\f056";
    }
    .collapse-content.hidden {
        display: none;
    }
}
@media (max-width: 767px) {
    .col-left,
    .col-right {
        width: 100%;
    }
    .col-right {
        padding-left: 0;
    }
}
@media (min-width: 481px) {
    .block.block-border-top:first-child {
        padding-top: 0;
        border-top: none;
    }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
    .col_12,
    .col_9,
    .col_8,
    .col_6,
    .col_4,
    .col_3,
    .col_first_news,
    .col_other_news,
    .col_adv_2,
    .col_adv_3,
    .news-list .news-item .news-item-img {
        width: 100%;
    }
    .col_4,
    .col_adv_2,
    .col_adv_3 {
        margin-right: 0;
    }
    .search-box {
        display: none;
    }
    .col_other_news {
        margin: 0;
    }
    .copyright-content .copy-right,
    .copyright-content .designed {
        text-align: center;
        padding: 0;
    }
    .grid-sort .grid-left {
        display: none;
    }
    .news-list .news-item .news-caption {
        padding-left: 0;
    }
    .news-list .news-item .news-item-caption {
        padding-left: 0;
        padding-top: 15px;
    }
    .news-list .news-item .news-item-caption .news-item-description,
    .product-list .product .caption .description,
    .product-cart .block-img {
        display: none;
    }
    .primary-product .detail-block .btn-default {
        width: 100%;
    }
    .pagination .hidden-number {
        display: none;
    }
}
/*======================= NEW ===*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.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(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-sliderbanner .owl-carousel .owl-item img {
    max-height: 700px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    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.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*===== OWL THEME =====*/
.owl-theme {
    position: relative;
}
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    display: inline-block;
    position: absolute;
    top: 50%;
    zoom: 1;
    width: 24px;
    height: 52px;
    margin-top: -26px;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.05) !important;
}
.owl-carousel .owl-nav .owl-next {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.owl-carousel .owl-nav .owl-prev {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.owl-carousel .owl-nav [class*="owl-"]::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #111;
}
.owl-carousel .owl-nav .owl-prev::before {
    margin-left: 6px;
    border-left: 2px solid #111;
    transform: rotate(-45deg) skew(-20deg, -20deg);
}
.owl-carousel .owl-nav .owl-next::before {
    margin-left: 0px;
    border-right: 2px solid #111;
    transform: rotate(45deg) skew(20deg, 20deg);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-theme .owl-nav .owl-next {
    right: 0;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-dots {
    text-align: center;
    line-height: 1px;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none !important;
}
.owl-theme .owl-dots .owl-dot span {
    opacity: 0.6;
    width: 30px;
    height: 4px;
    margin: 0 4px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e53935;
}
@media (max-width: 575px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}
/*===== OWL BANNER =====*/
.owl-sliderbanner .owl-nav .owl-next,
.owl-sliderbanner .owl-nav .owl-prev {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    border-radius: 5px;
}
.owl-sliderbanner .owl-nav .owl-prev {
    left: 10px;
}
.owl-sliderbanner .owl-nav .owl-next {
    right: 10px;
}
.owl-sliderbanner .owl-nav .owl-prev::before {
    border-top-color: #fff;
    border-left-color: #fff;
    margin-left: 8px;
}
.owl-sliderbanner .owl-nav .owl-next::before {
    border-top-color: #fff;
    border-right-color: #fff;
    margin-left: 2px;
}
.owl-sliderbanner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}
.owl-sliderbanner .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
/* ===== OWL SLIDER PRODUCT ===== */
.owl-gallery-images {
    background: #fff;
    margin-bottom: 10px;
}
.owl-gallery-images .item a {
    display: block;
}
.owl-gallery-thumbs {
    padding: 0 30px;
}
.owl-gallery-thumbs .owl-item {
    filter: Alpha(Opacity=80); /*IE7 fix*/
    opacity: 0.8;
}
.owl-gallery-thumbs .selected,
.owl-gallery-thumbs .owl-item:hover {
    cursor: pointer;
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}
.owl-gallery-thumbs .owl-item .item {
    border: 1px solid #ddd;
    padding: 4px;
}
.owl-gallery-thumbs .selected .item {
    border-color: #003045;
}
.owl-gallery-thumbs .owl-item .item img {
}
.slider-item-header {
    display: none;
}
/*=== FANCYBOX ===*/
@charset "UTF-8";
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s,
        visibility 0s linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.25s,
        visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "�";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font:
        22px/30px Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top: 6px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
p.fancybox-share__links {
    margin-right: -10px;
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

.fancybox-close-small {
    position: absolute;
    right: 2px !important;
    top: 20px !important;
    width: 36px;
    height: 36px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 100;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    margin: -18px 0 0 0;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: none !important;
    outline: none !important;
}
.fancybox-close-small:hover,
.fancybox-close-small:focus {
    color: #fff !important;
    background-color: #eee !important;
    outline: none !important;
}
.fancybox-close-small:hover:before,
.fancybox-close-small:focus:before,
.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
    outline: none !important;
}
.fancybox-close-small:after,
.fancybox-close-small:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    height: 2px;
    width: 18px;
    border-radius: 0;
    color: #fff !important;
    background: #999 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-close-small:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*=== ROW COLUMN ===*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.form-group {
    margin-bottom: 10px;
}
.form-group .form-control {
    width: 100%;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
/*== CAPTCHA ==*/
.captcha {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 300px;
}
.captcha input {
    color: #0094da;
    font-weight: 500;
    height: 39px;
}
.captcha .captcha-img {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-width: 110px;
    height: 39px;
    background-color: #fff;
    margin: 0 5px;
}
.captcha .captcha-img img {
    max-width: 100%;
    border: none !important;
}
.captcha a {
    min-width: 44px;
    width: 44px;
    border: 0;
    outline: none !important;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/reload.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/*== TAGS */
.list-tags > span {
    display: inline-block;
    margin-right: 5px;
}
.list-tags a {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 10px;
    margin: 0 3px 5px 0;
    white-space: nowrap;
}
.list-tags a:hover,
.list-tags a:focus {
    background-color: #f1f1f1;
}
/*== EMPTY CART */
.empty-cart {
    text-align: center;
}
.empty-cart img {
    max-width: 100%;
}
.empty-cart p {
    margin-bottom: 20px;
}
.empty-cart .empty-cart-title {
    color: #e31d1a;
    font-size: 150%;
    font-weight: bold;
}
/* ===== ERROR ===== */
.error {
    text-align: center;
    padding: 2rem 0;
    background-color: #fff;
}
.error .error-title {
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 10px;
}
.error p {
    margin-bottom: 10px;
}
/*== SUCCESS CART */
.box-order {
    margin-bottom: 20px;
}
.box-order .box-order-title {
    font-size: 110%;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.box-order .order-date {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}
.box-order .order-title {
    color: #e31d1a;
    font-size: 150%;
    font-weight: bold;
    padding: 10px 0;
}
.box-order.thanks {
    text-align: center;
    margin-bottom: 40px;
}
.box-order.thanks img {
    max-width: 200px;
}
.box-order.thanks p {
    margin-bottom: 4px;
}
/* ===== CART BANK ===== */
.cart-note {
    color: #e31d1a;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
}
.cart-bank {
    display: none;
    position: relative;
    background: #f0f0f0;
    padding: 0 10px;
}
.cart-bank:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 48%;
    width: 0;
    height: 0;
    border-bottom: 6px solid #f0f0f0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.cart-bank p {
    margin-bottom: 6px;
}
.cart-bank p:last-child {
    margin-bottom: 0;
}
.cart-bank .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.cart-bank .media:last-child {
    border-bottom: none;
}
.cart-bank .media img {
    width: 100px;
    margin-right: 10px;
}
/*== CHANGE */
.product {
    width: 100%;
}
.col-product {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.product-list .col-product {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.owl-product .product {
    margin-top: 10px;
}
.box-product .row,
.box-product-list .row {
    margin-left: -5px;
    margin-right: -5px;
}
.box-product .col-product,
.box-product-list .col-product {
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
    .col-right {
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width: 481px) {
}
@media (max-width: 480px) {
}

.fast-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    background-color: #e10012;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.fast-access:hover,
.fast-access:focus {
    opacity: 0.9;
    color: #fff;
}
.fast-access .fast-access-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #ac1020;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fast-access .fast-access-icon .fa {
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 30px;
}

.fast-access .fast-access-icon .fa:before {
    position: absolute;
}
.fast-access .fast-access-icon .fa-usd {
    font-size: 36px;
}
.fast-access .fast-access-icon .fa-usd:before {
    top: 10px;
    left: 18px;
}
.fast-access .fast-access-icon .fa-calculator:before {
    top: 12px;
    left: 13px;
}
.fast-access .fast-access-icon .fa-car:before {
    top: 12px;
    left: 11px;
}
@media (min-width: 576px) {
    .fast-access {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fast-access .fast-access-icon {
        margin-right: 10px;
    }
    .fast-access .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .fast-access {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .fast-access .fast-access-icon {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .fast-access .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        padding: 6px;
    }
}

@-webkit-keyframes ani {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-moz-keyframes ani {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-ms-keyframes ani {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    100% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@-moz-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@-ms-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
.btn-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    font-weight: var(--fw500);
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--white);
    padding: 0;
    white-space: nowrap;
    font-weight: var(--fw700);
}

.btn-container > span {
    display: block;
    padding: 13px 24px 9px;
}

.btn-container__mas {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--black);
}

.btn-container__btn {
    color: var(--white);
    -webkit-mask: url("../img/urban-sprite.png");
    mask: url("../img/urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
    background-color: var(--black);
}

.btn-container:hover .btn-container__btn {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}

.btn-container.btn-border-white {
    border: 1px solid var(--white);
}

.btn-container--outline-light .btn-container__mas {
    color: var(--white);
}

.btn-container--outline-light:hover {
    border-color: var(--white);
}

.btn-container--light {
    border-color: var(--white);
    background-color: var(--white);
}

.btn-container--light .btn-container__mas {
    color: var(--black);
}

.btn-container--outline-gray {
    border-color: var(--gray2);
}

.btn-container--outline-gray .btn-container__mas {
    color: var(--black);
}

.btn-container--gray {
    border-color: var(--gray1);
    background-color: var(--gray1);
}

.btn-container--gray .btn-container__mas {
    color: var(--gray);
}

.btn-container.btn-full {
    width: 100%;
}

.btn-container.btn-full .btn-container__btn {
    width: 100%;
}

.btn-container.btn-rounded {
    border-radius: 40px;
}

.btn-container.btn-xl > span {
    padding: 9px 12px 4px;
}

.btn-container.btn-small > span {
    padding: 6px 12px 2px;
    font-size: 0.8rem;
}

.btn-container.active {
    background-color: var(--red);
}

.btn-container.active .btn-container__mas {
    color: var(--white);
}

.btn-container.active .btn-container__btn {
    opacity: 0;
}

.btn-container--active {
    background-color: var(--red);
}

.btn-container--active .btn-container__mas {
    color: var(--white);
}

.btn-container--active .btn-container__btn {
    opacity: 0;
}
.btn-container--gray {
    border-color: var(--gray1);
    background-color: var(--gray1);
}

.btn-container--gray .btn-container__mas {
    color: var(--gray);
}
span.btn-container__btn.btn1 {
    background-color: #e10011;
}
.category-car-name {
    font-size: 2rem;
    font-weight: var(--fw800);
    background: linear-gradient(135deg, #9a272a 0%, #ea2b30 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 110%;
    padding-right: 5px;
    padding-left: 5px;
}

.category-car-price {
    font-size: 18px;
    line-height: 2rem;
}
.category-car-price strong {
    font-size: 22px;
    color: var(--red);
}

.block-car__info {
    display: flex;
    gap: 3rem;
    color: var(--black);
    font-size: 1.3rem;
    margin-bottom: 15px;
    height: 50px;
}

.block-car__info span {
    display: block;
    font-size: 14px;
    opacity: 0.7;
}

.block-product-parameter__info {
    width: 47.2%;
    max-width: 502px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition-delay: 0.5s;
    -webkit-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.block-product-parameter__info.show {
    height: auto;
    overflow: visible;
    visibility: visible;
}

.block-product-parameter__info.active {
    opacity: 1;
}

.block-product-parameter .table {
    font-size: 1.125rem;
}

.block-product-parameter .table .cl-black {
    font-weight: var(--fw500);
    text-wrap: wrap;
}

.block-product-parameter .table tr > td:first-child {
    white-space: nowrap;
}

.block-product-parameter .table tr > td:last-child {
    white-space: wrap;
}

.block-product-parameter > .container {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.block-product-parameter__car {
    width: 52.7%;
    position: absolute;
    right: 5%;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-product-parameter__text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    background-size: contain;
    background-image: url("../img/bg_360_text.png");
}

.block-product-parameter__text:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.block-product-parameter__text::before {
    padding-top: 43.83%;
}

.block-product-parameter__text.mg5-lstd {
    background-image: url("../img/bg_360_text.png");
}

.block-product-parameter__text.mg5-lux {
    background-image: url("../img/bg_360_text_mg5_lux.svg");
}

.block-product-parameter__text.mgzs-com {
    background-image: url("../img/bg_360_text_mgzs_com.svg");
}

.block-product-parameter__text.mgzs-st {
    background-image: url("../img/bg_360_text_mgzs_st.svg");
}

.block-product-parameter__text.mgzs-lux {
    background-image: url("../img/bg_360_text_mgzs_lux.svg");
}

.block-product-parameter .box-color a {
    border-color: var(--gray2);
}
.category-car-image {
    height: 430px;
}
.category-car-image>img {
    width: 100%;
    height: auto;
}
.tt-product {
    font-style: italic;
    font-weight: var(--fw800);
    text-align: left;
    position: relative;
    padding: 10px 10px;
    display: block;
}

.tt-product__bg {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/bg_tt_product.svg");
    width: 100%;
}

.tt-product__bg:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.tt-product__bg::before {
    padding-top: 25%;
}

.tt-product span {
    display: block;
    position: relative;
}

.tt-product__car {
    font-size: 2.7rem;
    font-weight: var(--fw800);
    background: linear-gradient(135deg, #9a272a 0%, #ea2b30 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 110%;
    padding-right: 5px;
    padding-left: 5px;
}

.tt-product__price {
    font-size: 1.5rem;
    line-height: 2rem;
}

.tt-product__price strong {
    font-size: 2.3rem;
    color: var(--red);
}
.tp-product-details-additional-info {
    margin-bottom: 15px;
}

.block-product-feature {
    overflow: hidden;
    background: rgba(211, 211, 211, 0.3);
}

.block-product-feature__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.block-product-feature__wrap .content {
    padding: 1.25rem 0;
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
}

.block-product-feature__wrap .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.block-product-feature__wrap .content li {
    cursor: pointer;
    padding: 12px 16px 8px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    opacity: 0.7;
}

.block-product-feature__wrap .content li.active {
    opacity: 1;
    border-left-color: var(--red);
    background: linear-gradient(
        90deg,
        rgba(215, 32, 40, 0.12) 32.81%,
        rgba(215, 32, 40, 0) 100%
    );
}

.block-product-feature__wrap .img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-product-feature__wrap .img::before {
    padding-top: 53.1%;
}

.block-product-feature__wrap .img > div {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.block-product-feature__wrap .img > div.active {
    opacity: 1;
}

.block-product-feature .item-service::before {
    display: none;
}
.sp-24 {
    padding-top: 1.5rem;
}
.mt-3 {
    margin-top: 1rem !important;
}

.ff-rc {
    font-family: var(--ff-rc);
}

.fw400,
.dealer-list .dealer-item--detail {
    font-weight: var(--fw400);
}

.fw500,
.tab-items .tab-item {
    font-weight: var(--fw500);
}

.fw700,
.dealer-list .dealer-item--title {
    font-weight: var(--fw700);
}

.fw800 {
    font-weight: var(--fw800);
}

.fw900 {
    font-weight: var(--fw900);
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 0.875rem;
}

.fs15 {
    font-size: 0.9378rem;
}

.fs16,
.tab-items .tab-item {
    font-size: 1rem;
}

.fs18 {
    font-size: 1.125rem;
}

.fs20,
.dealer-list .dealer-item--title {
    font-size: 1.25rem;
}

.fs24 {
    font-size: 1.5rem;
}

.fs26 {
    font-size: 1.625rem;
}

.fs27 {
    font-size: 1.6875rem;
}

.fs28 {
    font-size: 1.75rem;
}

.fs32,
.block-dealer__filter .map-title {
    font-size: 2rem;
}

.fs36 {
    font-size: 2.25rem;
}

.fs40 {
    font-size: 2.5rem;
}

.fs44 {
    font-size: 2.75rem;
}

.fs45 {
    font-size: 2.8125rem;
}

.fs48 {
    font-size: 3rem;
}

.fs52 {
    font-size: 3.25rem;
}

.fs56 {
    font-size: 3.5rem;
}

.fs80 {
    font-size: 5rem;
}

.lh-normal {
    line-height: normal;
}
.lanban-section {
    background: #f6f6f6;
    border: #ccc solid 1px;
    padding: 15px;
}

.title {
    letter-spacing: 2px;
    font-size: 28px;
}

.info-box {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.info-header {
    background: #d71920;
    color: white;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.info-body {
    padding: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.info-total {
    background: #555;
    color: white;
    text-align: right;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.calc-btn {
    font-weight: 600;
    letter-spacing: 1px;
}

.section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.footer_top.small_pt,.section.small_pt {
    padding-top: 50px
}

.footer_top.small_pb,.section.small_pb {
    padding-bottom: 50px
}

.footer_top.pb_20,.pb_20,.section.pb_20 {
    padding-bottom: 20px
}

.footer_top.pb_70,.pb_70,.section.pb_70 {
    padding-bottom: 70px
}
.newsletter_text {
    padding-left: 80px;
    position: relative;
}
.newsletter_text:before {
    color: #fff;
    content: "";
    font-family: linearicons;
    font-size: 65px;
    left: 0;
    line-height: normal;
    opacity: .4;
    position: absolute;
}
.text_white * {
    color: #fff;
}
.newsletter_text p:last-child {
    margin: 0;
}
.newsletter_form2 form {
    position: relative;
}
.rounded_input .form-control,.rounded_input input {
    border-radius: 30px;
    padding: 10px 20px
}

.block-brit {
    padding: 2rem 0;
    position: relative
}

.block-brit::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(172, 16, 32, .7);
    backdrop-filter: blur(20px)
}

.block-brit .ic--brit-brand {
    opacity: .2;
    position: absolute;
    z-index: 1;
    bottom: -4rem;
    right: 0
}

.block-brit>video {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.block-brit .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: var(--white);
    gap: 1rem
}

.block-brit .fs48 {
    background: var(--gradient, linear-gradient(90deg, #fff 0%, #bebebe 6%, #797979 12.8%, #9e9e9e 19%, #c8c8c8 27%, #e6e6e6 34.3%, #f8f8f8 40.5%, #fff 45%, #f9f9f9 51.2%, #e9e9e9 59.3%, #cecece 68.3%, #a9a9a9 78%, #7a7a7a 88.2%, #797979 88.6%, #9e9e9e 90.8%, #c8c8c8 93.7%, #e6e6e6 96.2%, #f8f8f8 98.4%, #fff 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.block-feature {
    display: flex
}

.block-feature .item-service {
    height: 560px;
    text-align: center;
    padding: 2.5rem 3.5rem
}

.block-feature .item-service__content {
    padding: 0
}

.block-feature .item-service__hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 1s ease;
    -khtml-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

.block-feature .item-service:hover .item-service__hidden {
    max-height: 500px
}
.heading_s2 h2{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
#banner-wrapper{
    position: relative;
}
#banner-wrapper .wpb_text_column {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    margin: 0;
}
#banner-wrapper .wpb_text_column h1 {
    color: #fff;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.wpb_wrapper{
    text-align: center;
}

.item-news {
    position: relative
}

.item-news .img {
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block
}

.item-news .img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.item-news .img__content {
    position: relative;
    z-index: 2
}

.item-news .img__bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.item-news .img__bg span {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s ease;
    -khtml-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.item-news .img:hover .item-news .img__bg span {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.item-news .img:after {
    content: "";
    float: left;
    padding-top: 100%
}

.item-news .img:after {
    padding-top: 58.7%
}

.item-news .img::before {
    display: none
}

.item-news:hover .img__bg span {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.item-news .fs24,
.item-news .fs18 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.item-news .fs24 {
    min-height: 72px
}

.item-news__tag {
    flex-wrap: wrap;
    gap: 8px;
    display: none
}
.block-detail .container {
    max-width: 980px;
}
.block-detail__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.block-detail__content {
    font-size: 1.125rem;
}
.block-detail__content a {
    color: var(--red);
}
.block-detail {
    padding-top: 3rem;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

.block-feature {
    display: flex
}

.block-feature .item-service {
    height: 560px;
    text-align: center;
    padding: 2.5rem 3.5rem
}

.block-feature .item-service__content {
    padding: 0
}

.block-feature .item-service__hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 1s ease;
    -khtml-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

.block-feature .item-service:hover .item-service__hidden {
    max-height: 500px
}

.item-service {
    position: relative;
    height: 400px;
    display: flex;
    align-items: end
}

.item-service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.item-service__content {
    position: relative;
    z-index: 2
}

.item-service__bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.item-service__bg span {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s ease;
    -khtml-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.item-service:hover .item-service__bg span {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}


.item-service::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%)
}

.item-service__content {
    width: 100%;
    color: var(--white);
    position: relative;
    padding: 2.5rem 3.5rem
}

.item-service .stretched-link::after {
    z-index: 3
}

.ic--logo-brit {
    width: 160px;
    background-image: url("https://mgphutho.com/storage/general/logo-brit.png")
}

.ic--logo-brit::before {
    padding-top: 30%
}

.tt-section {
   font-size: 2.5rem;
    color: var(--red);
    line-height: 110%;
    font-weight: 500;
}
hr{
    border-top: 1px solid #f3f3f3;
    opacity: 1;
}
@media (max-width: 992px) {
    .block-detail h2.fs48 {
        font-size: 1.75rem;
    }
    .category-car-image {
        height: 100%;
    }
}
.product-list .category-car{
    border: #dddddd solid 1px;
    border-radius: 4px;
}
.product-list .category-car-image {
    width: 100%;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-list .category-car-image img{
    width: 100%;
    object-fit: cover;
}
.mySwiper .item-news {
    display: unset;
    flex-wrap: unset;
    align-items: unset;
}

.mySwiper .item-news .img {
    flex: unset;
    max-width: unset; 
}

.mySwiper .item-news__content {
    flex: unset;
    padding-left: unset;
}		
.background_bg {
    background-position: 50%;
    background-size: cover;
}
.popup_content {
    padding: 50px 10px; 
    text-align: center;
}
.call-phone {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 1000;
    left: -10px;
    bottom: -10px;
}
.call-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #27ac2c;
    opacity: .5;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.call-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(39, 172, 44, 0.6);
    opacity: .75 !important;
}
.call-img-circle {
    width: 40px;
    height: 40px;
    top: 38px;
    left: 38px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #27ac2c;
    background-size: 70%;
    z-index: 3;
}
.fb_zalo {
    position: fixed;
    left: 23px;
    bottom: 90px;
    z-index: 99;
}
.widget.widget_text ul, .widget.widget_text li {
    border-width: 0;
    padding: 0;
    margin: 0;
}
.widget .fb_zalo ul li {
    margin-bottom: 5px;
}
.widget .fb_zalo ul li img {
    width: 48px;
}

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

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

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

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

    50% {
        transform: scale(1.1)
    }

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

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


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

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

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

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

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

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

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

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

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

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

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

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

.appear-animation-visible {
    opacity: 1
}

.animated,.appear-animation {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.hidden{
    display: none !important;
}
.contact-form-style-1 {
    text-align: left;
}
.contact-form-style-1 #content{
    display:none !important;
}
.contact-form-style-1 #email{
    display: none !important;
}
.heading_s4 {
    font-size: 28px;
}
.popup-text p{
    font-size: 16px;
}
.porto-block img{
    width: 100%;
    height: 457px;
}

@media screen and (max-width: 768px) {
    .porto-block img {
        height: auto;
    }
}