@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/awesome/fonts/fontawesome-webfont.svg?v=4.7.0#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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.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;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-leaf:before {
  content: "\f06c";
}

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

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

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

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

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

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

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

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

.fa-sign-out:before {
  content: "\f08b";
}

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

.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

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

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

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

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

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "SVN-Megante";
  src: url("../fonts/SVN-Megante/SVN-Megante.woff2") format("woff2"), url("../fonts/SVN-Megante/SVN-Megante.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Thin.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .knowledge__item .image, .col-xl-6, .knowledge__item .content, .letter-section .content, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .value-section .valute-item .image, .col-md-5, .letter-section .image, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5, .letter-section .image {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6, .value-section .valute-item .image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7, .letter-section .content {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6, .knowledge__item .content, .letter-section .content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7, .knowledge__item .image {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1, .letter-section .content {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(127.5, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block, .sanpham-subheader .category-link, .sanpham-subheader .category-name {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .shareholder-content-detail .navigator .item, .shareholder-content-detail .navigator, .shareholder-content-detail .back-link a, .cart-page-success .order-cart-item .left, .cart-page-success .order-cart-item, .cart-page-success .cart-order-info .item, .block-cart-voucher .cart-voucher, .incart-list-item .incart-item .new-cart-quantity, .incart-list-item .incart-item .price-box, .incart-list-item .incart-item .actions .del-item, .incart-list-item .incart-item .actions, .list-products, .block-filter .box-title .box-title-wrap, .menu-mb .menu-mb-header, .header-mb .header-mb-wrap, .sanpham-subheader .sanpham-category {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 1;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap, .shareholder-content-detail .navigator .item, .shareholder-content-detail .navigator, .shareholder-content-detail .back-link a, .list-products, .sanpham-subheader .sanpham-category {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .incart-list-item .incart-item .actions {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between, .menu-mb .menu-mb-header, .header-mb .header-mb-wrap {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, .cart-page-success .cart-order-info .item {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .shareholder-content-detail .navigator .item, .shareholder-content-detail .navigator, .shareholder-content-detail .back-link a, .cart-page-success .order-cart-item .left, .cart-page-success .order-cart-item, .block-cart-voucher .cart-voucher, .incart-list-item .incart-item .new-cart-quantity, .incart-list-item .incart-item .price-box, .incart-list-item .incart-item .actions .del-item, .incart-list-item .incart-item .actions, .block-filter .box-title .box-title-wrap, .menu-mb .menu-mb-header, .header-mb .header-mb-wrap {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .sanpham-subheader .category-link, .sanpham-subheader .category-name {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

li {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

body {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
body.menu-opened {
  overflow-y: hidden;
}
body.menu-opened #fb-root * {
  z-index: -1 !important;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.1s linear;
}

a:hover {
  color: #aa1f23;
}

.container {
  max-width: 1246px !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.btn-12 {
  border-radius: 12px;
}

.rounded-8 {
  border-radius: 8px;
}

/* .hover-title {
   padding-bottom: 0;
   background-size: 0 1px;
   background-repeat: no-repeat;
   background-position: left 100%;
   transition: all 0.7s;
   background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
   &:hover {
      background-size: 100% 1px;
   }
} */
.image-hover, .post-include .image, .mix-match .post .post-item .image {
  overflow: hidden;
}
.image-hover img, .post-include .image img, .mix-match .post .post-item .image img {
  transform: scale(1);
  transition: 0.5s all ease;
}
.image-hover:hover img, .post-include .image:hover img, .mix-match .post .post-item .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.title-section {
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "SVN-Megante";
  font-size: 24px;
  line-height: 40px;
  color: #aa1f23;
}
.title-section.fz-24 {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .title-section {
    font-size: 32px;
  }
}

.font-monsterat {
  font-family: "montserrat";
}

img.lazy:not(.loaded) {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.fancybox-slide {
  padding: 1rem;
}

.socials-fixed {
  position: fixed;
  right: 24px;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 99999;
}
.socials-fixed img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.socials-fixed .navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials-fixed .menuToggle {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) {
  .socials-fixed .menuToggle {
    width: 60px;
    height: 60px;
  }
}
.socials-fixed .menuToggle::before {
  content: "+";
  position: absolute;
  font-size: 40px;
  color: #aa1f23;
  transition: 1s;
}
.socials-fixed .menuToggle.active::before {
  transform: rotate(315deg);
}
.socials-fixed .menu {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 70px;
  z-index: -1;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  opacity: 0;
  visibility: hidden;
}
.socials-fixed .menuToggle.active ~ .menu {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  z-index: 1;
  transform: translateY(-80px);
  transition-delay: 0s, 0.5s, 0.5s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  top: -100%;
  opacity: 1;
  visibility: visible;
}
.socials-fixed .menu::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  left: calc(50% - 8px);
  bottom: 4px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.5s;
}
.socials-fixed .menuToggle.active ~ .menu::before {
  transition-delay: 0.5s;
  bottom: -6px;
}
.socials-fixed .menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.socials-fixed .menu ul li {
  list-style: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: calc(0s + var(--i));
}
.socials-fixed .menuToggle.active ~ .menu ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: calc(0.75s + var(--i));
}
.socials-fixed .menu ul li a {
  display: block;
  font-size: 2.2em;
}

img:not(.loaded) {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
  height: auto;
}

/*



  .coccoc-alo-ph-circle {
    width: 90px;
    height: 90px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    top: 0px;
    left: -20px;
  }

  .coccoc-alo-phone {
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 200000 !important;
    transition: visibility 0.5s;
    position: relative;
  }

  .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
  }

  .coccoc-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 15px;
    left: -5px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    opacity: 0.1;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
  }

  .coccoc-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 25px;
    left: 5px;
    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;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    opacity: 0.7;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    background-size: 30px;
  }

  .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
  }

  .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
  }

  .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
  .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #aa1f23;
    opacity: 0.5;
  }

  .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
  .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba($color: #aa1f23, $alpha: 0.5);
    opacity: 0.75 !important;
  }

  .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
  .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #aa1f23;
  }

  @-moz-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }

  @-webkit-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }

  @-o-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }

  @keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }

  @-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }

  @-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }

  @-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }

  @keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }

  @-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }

  @-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }

  @-o-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }

  @keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
*/
.gardient-color, .productdetail-top-wrap .top-info .price-box .discount span, .home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore span, .home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .block-filter .filter-options-wrap .item .dropdown.choosen .dropdown-toggle, .footer .footer-content .footer-gr .footer-item-bl .tuvan-form .submit-btn span, .sp-item .discount span {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
}

.color-theme {
  color: #aa1f23;
}

.color-black {
  color: #000000;
}

.color-606368 {
  color: #606368;
}

.font-weight-semibold {
  font-weight: 600;
}

.clip-text, .productdetail-top-wrap .top-info .price-box .discount span, .home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore span, .block-filter .filter-options-wrap .item .dropdown.choosen .dropdown-toggle, .footer .footer-content .footer-gr .footer-item-bl .tuvan-form .submit-btn span, .sp-item .discount span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.fit-img, .home-tintuc .tintuc-grid .tintuc-item .item-base img, .home-sanpham .sanpham-banner-w-link .banner-w-link-container .img img, .home-sanpham .sanpham-banner-nolink .banner-nolink-container .img img, .home-sanpham .sanpham-video .sp-video-container .video-thumb .img-base.loaded {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.format-title, .hot-products-block .section-title h4 {
  font-size: 25px;
  line-height: 40px;
  color: #aa1f23;
}

.flashsale-row-text, .flashsale-row-container .flashsale-row .flashsale-text p, .flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #3d4043;
}
@media (min-width: 1200px) {
  .flashsale-row-text, .flashsale-row-container .flashsale-row .flashsale-text p, .flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
  }
}

.master-wrapper {
  padding-top: 72px;
}
@media (min-width: 1200px) {
  .master-wrapper {
    padding-top: 120px;
  }
}

.title-w-deco {
  position: relative;
  display: flex;
}
.title-w-deco h4 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  color: #aa1f23;
  margin-bottom: 0;
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.title-w-deco h3 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #aa1f23;
  margin-bottom: 0;
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.title-w-deco .title-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/title-deco.png);
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: right;
  z-index: -1;
}

.custom-slide-button .custom-button-prev,
.custom-slide-button .custom-button-prev2,
.custom-slide-button .custom-button-next,
.custom-slide-button .custom-button-next2 {
  position: absolute;
  top: calc(50% - 24px);
  max-width: 48px;
  z-index: 1;
  margin-top: -24px;
  cursor: pointer;
}
.custom-slide-button .custom-button-prev img,
.custom-slide-button .custom-button-prev2 img,
.custom-slide-button .custom-button-next img,
.custom-slide-button .custom-button-next2 img {
  display: block;
}
.custom-slide-button .custom-button-prev.swiper-button-disabled,
.custom-slide-button .custom-button-prev2.swiper-button-disabled,
.custom-slide-button .custom-button-next.swiper-button-disabled,
.custom-slide-button .custom-button-next2.swiper-button-disabled {
  opacity: 0.5;
}

.gold-table {
  position: relative;
}
.gold-table .unit {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: right;
}
.gold-table .gold-table-content {
  background: #ffffff;
  border: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate !important;
  border-spacing: 0;
}
.gold-table .gold-table-content thead {
  background-color: #aa1f23;
  color: #d0b46c;
}
.gold-table .gold-table-content thead tr,
.gold-table .gold-table-content thead th {
  color: #d0b46c;
  font-weight: 700;
}
.gold-table .gold-table-content td,
.gold-table .gold-table-content th {
  padding: 10px 16px;
  border: 1px solid #000000;
  border-bottom: 0;
}
.gold-table .gold-table-content th {
  border-right: 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.gold-table .gold-table-content th:not(:first-child) {
  text-align: center;
}
.gold-table .gold-table-content th:last-child {
  border-right: 1px solid #000000;
}
@media (min-width: 1200px) {
  .gold-table .gold-table-content th {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.gold-table .gold-table-content td {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.gold-table .gold-table-content td:first-child {
  font-weight: 600;
  line-height: 28px;
}
.gold-table .gold-table-content td.price {
  text-align: center;
}
.gold-table .gold-table-content td.price img {
  margin-left: 5px;
}
.gold-table .gold-table-content td.price-up {
  color: #219653;
}
.gold-table .gold-table-content td.price-down {
  color: #aa1f23;
}
@media (min-width: 1200px) {
  .gold-table .gold-table-content td {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.gold-table .gold-table-content tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.gold-table .gold-table-content tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.gold-table .gold-table-content tr:last-child td {
  border-bottom: 1px solid #000000;
}
.gold-table .gold-table-content tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.gold-table .gold-table-content tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.gold-table .gold-table-content tr td {
  border-right: 0;
}
.gold-table .gold-table-content tr td:last-child {
  border-right: 1px solid #000000;
}
@media (max-width: 768px) {
  .gold-table .gold-table-content td,
  .gold-table .gold-table-content th {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .gold-table .gold-table-content td:first-child {
    line-height: 20px;
  }
  .gold-table .gold-table-content td.price {
    white-space: nowrap;
  }
}

.gold-table-footer {
  display: flex;
  justify-content: space-between;
}
.gold-table-footer .gold-page-detail-link {
  margin-left: 10px;
}
.gold-table-footer .gold-page-detail-link a {
  color: #aa1f23;
  display: flex;
  align-items: center;
}
.gold-table-footer .gold-page-detail-link a img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.sp-item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sp-item:hover {
  border: 1px solid #aa1f23;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.sp-item:hover .sp-item-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.sp-item .sp-item-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 3px;
}
.sp-item .sp-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.sp-item .sp-item-img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sp-item .sp-item-img img {
  transform: scale(1);
}
.sp-item .sp-item-body {
  position: relative;
  text-align: center;
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sp-item .sp-item-body a {
  display: block;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.sp-item .sp-item-body a:hover {
  color: #aa1f23;
}
.sp-item .sp-item-body p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #aa1f23;
  margin-bottom: 0;
}
.sp-item .sp-item-body .price {
  margin-top: auto;
}
.sp-item .sp-item-body .old-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  /* identical to box height, or 83% */
  display: block;
  margin-top: 6px;
  text-align: center;
  text-decoration-line: line-through;
  color: #333333;
}
.sp-item .discount {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: unset;
  left: unset;
  background: #aa1f23;
  border-radius: 4px;
  padding: 4px 16px;
  z-index: 10;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.sp-item .discount .txt {
  font-weight: 500;
}
.sp-item .discount .value {
  font-weight: 700;
}
.sp-item.sp-item-border {
  border-color: #f2f2f2;
}
.sp-item.sp-item-border:hover {
  border: 1px solid #aa1f23;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.sp-item:hover .sp-item-body a {
  color: #aa1f23;
}
@media (max-width: 1200px) {
  .sp-item .sp-item-body a {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3333333333;
    margin-bottom: 8px;
  }
  .sp-item .sp-item-body p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .sp-item .sp-item-body {
    padding: 8px;
  }
  .sp-item .sp-item-body a {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3333333333;
    margin-bottom: 8px;
  }
  .sp-item .sp-item-body p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
  }
}

.sp-title {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
.sp-title span {
  color: #aa1f23;
}

.pt-header {
  padding-top: 100px;
}
@media screen and (min-width: 1200px) {
  .pt-header {
    padding-top: 120px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .header {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.header--inner {
  padding: 13px 0 12px;
  justify-content: space-between;
}
.header--inner .header-gr .nav-link {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #000000;
}
.header--inner .header-gr .nav-link .icon-hot {
  position: relative;
  top: -2px;
}
.header--inner .header-gr .nav-link .icon-hot img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  max-width: 12px;
  margin-right: 0;
  margin-left: 4px;
}
.header--inner .header-gr .nav-link img {
  max-width: 16px;
  filter: brightness(0);
  display: block;
  margin-right: 8px;
}
.header--inner .header-gr .nav-link.link-no-ic {
  text-transform: uppercase;
}
.header--inner .header-gr .nav-link.active, .header--inner .header-gr .nav-link:hover {
  color: #aa1f23;
}
.header--inner .header-gr .nav-link.active img, .header--inner .header-gr .nav-link:hover img {
  filter: brightness(1);
}
.header--inner .header-gr .header-search {
  position: relative;
  max-width: 228px;
}
.header--inner .header-gr .header-search img {
  position: absolute;
  top: 13px;
  left: 15px;
  max-width: 16px;
  pointer-events: none;
}
.header--inner .header-gr .header-search input {
  width: 100%;
  padding: 9px 20px 9px 40px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.header--inner .header-gr .header-search input:focus {
  outline: none;
}
.header--inner .header-gr .header-gr-top {
  margin-bottom: 36px;
  gap: 24px;
}
.header--inner .header-gr .header-gr-bot {
  gap: 40px;
}
.header--inner .header-gr.left-gr {
  margin-top: 11px;
}
.header--inner .header-gr.right-gr .header-gr-top {
  margin-bottom: 26px;
}
.header--inner .header-logo {
  position: relative;
  max-width: 108px;
}
.header--inner .header-logo a {
  display: block;
}
.header--inner .header-logo img {
  max-width: 108px;
  max-height: 94px;
}
.header--inner .cart-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  background: #aa1f23;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.header--inner .user-box img {
  filter: none !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.header--inner .has-submenu::after {
  content: "";
  height: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  display: none;
}
.header--inner .has-submenu:hover::after {
  display: block;
}
.header--inner .has-submenu:hover .sanpham-subheader {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
}

.sanpham-subheader {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 30px;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.2s ease;
}
.sanpham-subheader .sanpham-category {
  padding: 20px 0;
  margin: 0 -17px;
}
.sanpham-subheader .sanpham-category .sanpham-category-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 17px;
}
.sanpham-subheader .category-name {
  font-family: "SVN-Megante";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
.sanpham-subheader .category-link {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
  color: #222222;
}
.sanpham-subheader .category-link .icon-hot {
  position: relative;
  top: -3px;
}
.sanpham-subheader .category-link:hover, .sanpham-subheader .category-link.active {
  color: #aa1f23;
}

.header-pc {
  display: none;
}
@media (min-width: 1200px) {
  .header-pc {
    display: block;
  }
}

.header-mb {
  display: block;
}
@media (min-width: 1200px) {
  .header-mb {
    display: none;
  }
}
.header-mb .header-mb-wrap {
  padding: 10px 0;
}
.header-mb .mb-ham {
  display: inline-block;
  width: 21px;
  height: 16px;
}
.header-mb .mb-ham span {
  float: left;
  width: 21px;
  height: 2px;
  background: #aa1f23;
}
.header-mb .mb-ham span:not(:last-child) {
  margin-bottom: 5px;
}
.header-mb .mb-ham span:nth-child(2) {
  width: 14px;
}
.header-mb .mb-logo {
  width: 60px;
  height: 52px;
  margin-left: 21px;
}
.header-mb .mb-header-right {
  display: flex;
  align-items: center;
}
.header-mb .mb-header-right a {
  display: flex;
  align-items: center;
}
.header-mb .mb-header-right a:not(:first-child) {
  margin-left: 16px;
}
.header-mb .mb-cart {
  position: relative;
}
.header-mb .mb-cart .cart-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  background: #aa1f23;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
}
.header-mb .mb-cart img {
  filter: brightness(0);
}
.header-mb .user-box img {
  filter: none !important;
}

.menu-mb .menu-mb-overlay {
  background: #000000;
  opacity: 0.25;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
}
.menu-mb .menu-mb-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 20rem;
  max-width: 80vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1099;
  overflow: hidden;
  background: #fafafa;
  transform: translate(-100%);
  transition: all 0.5s ease-in-out;
}
.menu-mb .menu-mb-header {
  padding: 8px 24px;
  position: relative;
  position: sticky;
  top: 0;
  height: 52px;
  z-index: 501;
  background: #fafafa;
}
.menu-mb .menu-mb-header .txt {
  display: inline-block;
  margin-left: 8px;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.menu-mb .menu-mb-body {
  padding: 16px 16px 0;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-mb .menu-mb-body .menu-mb-section {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-mb .menu-mb-body .menu-mb-section li {
  display: block;
  line-height: 1;
  margin: 0;
}
.menu-mb .menu-mb-body .menu-mb-section li:not(:last-child) a {
  border-bottom: 1px solid #e0e0e0;
}
.menu-mb .menu-mb-body .menu-mb-section li a {
  display: inline-block;
  width: 100%;
  position: relative;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.menu-mb .menu-mb-body .menu-mb-section li.has-sub a {
  padding-right: 32px;
  position: relative;
}
.menu-mb .menu-mb-body .menu-mb-section .menu-subs {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  max-width: none;
  min-width: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  padding-top: 4rem;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transform: translateX(0%);
  z-index: 500;
  background: #fafafa;
}
.menu-mb .menu-mb-body .menu-mb-section .menu-subs.active {
  display: block;
}
.menu-mb .menu-mb-body .menu-mb-section .mega-subs-title {
  display: flex;
  align-items: center;
}
.menu-mb .menu-mb-body .menu-mb-section .mega-subs-title i {
  margin-right: 8px;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item ul li {
  display: block;
  line-height: 1;
  margin: 0;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item ul li a {
  padding-right: 0;
  color: #4f4f4f;
  text-transform: capitalize;
  line-height: 22px;
  border: none;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item ul li a .icon-hot {
  position: relative;
  top: -4px;
}
.menu-mb .menu-mb-body .menu-mb-section .list-item .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  border: none;
}
.menu-mb .menu-mb-body .icon-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  color: #828282;
}
.menu-mb .menu-mb-body .icon-left img {
  transform: rotate(-180deg);
}
.menu-mb.active .menu-mb-wrap {
  transform: translate(0%);
}
.menu-mb.active .menu-mb-overlay {
  display: block;
}

.search-mobile {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  transform: translateX(100%);
  transition: 0.5s all;
  opacity: 1;
  visibility: hidden;
}
.search-mobile .search-mobile-wrap {
  display: flex;
  align-items: center;
  padding: 16px;
}
.search-mobile .close-search-mb {
  margin: 0 8px;
}
.search-mobile .close-search-mb img {
  transform: rotate(-180deg);
}
.search-mobile .input-wrap {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
}
.search-mobile .input-wrap input {
  flex: 1;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 8px;
}
.search-mobile .input-wrap button {
  border: 0;
  outline: 0;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.search-mobile.active {
  transform: translateX(0);
  visibility: visible;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
button,
.form-control,
input,
textarea {
  outline: 0;
}
button:focus,
.form-control:focus,
input:focus,
textarea:focus {
  box-shadow: unset;
  border-color: initial;
}

#modalResigter {
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  height: 100%;
  width: 100%;
  max-width: 603px;
  z-index: 9;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
#modalResigter.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#modalResigter .closed {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  #modalResigter .closed {
    top: 25px;
    right: 25px;
  }
}
#modalResigter .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 342px;
  margin: 0 auto;
  padding: 3rem 0;
}
#modalResigter .wrapper h2 {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 8px;
}
#modalResigter .wrapper .not-yet-acc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #808b96;
  margin-bottom: 24px;
}
#modalResigter .wrapper .not-yet-acc a {
  color: #aa1f23;
  font-weight: 600;
}
#modalResigter .wrapper .form-control {
  padding: 10px 0px 10px 12px;
  background: #f2f2f2;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  min-height: 40px;
}
#modalResigter .wrapper .form-control::-moz-placeholder {
  color: #828282;
}
#modalResigter .wrapper .form-control::placeholder {
  color: #828282;
}
#modalResigter .wrapper .forgot {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #aa1f23;
}
#modalResigter .wrapper .btn-login {
  border: 0;
  padding: 10px 16px;
  min-height: 42px;
  background: #aa1f23;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
  outline: 0;
}
#modalResigter .wrapper .or {
  position: relative;
  text-align: center;
}
#modalResigter .wrapper .or::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #eaecee;
}
#modalResigter .wrapper .or span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #aeb6bf;
  background: #fff;
  padding: 0px 10px;
  position: relative;
  z-index: 2;
}
#modalResigter .wrapper .soicals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 24px 0;
}
#modalResigter .wrapper .soicals a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  min-height: 40px;
  border: 1px solid #eaecee;
  border-radius: 8px;
}
#modalResigter .wrapper .faq {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  display: grid;
  gap: 9px;
}
#modalResigter .wrapper .faq .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modalResigter .wrapper .faq strong {
  color: #aa1f23;
  font-weight: 600;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1041;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  background: #ffffff;
}
.footer .footer-content {
  position: relative;
  padding: 60px 0 70px;
  border-top: 2px solid #F4F4F4;
  justify-content: space-between;
}
.footer .footer-content .footer-gr {
  flex: 1;
  max-width: 100%;
}
.footer .footer-content .footer-gr.gr-left {
  max-width: 280px;
}
.footer .footer-content .footer-gr.gr-right {
  max-width: 864px;
}
.footer .footer-content .footer-gr .footer-info {
  position: relative;
}
.footer .footer-content .footer-gr .footer-info .footer-logo {
  max-width: 154px;
  margin: 0 auto 20px;
  display: block;
}
.footer .footer-content .footer-gr .footer-info .footer-logo img {
  display: block;
}
.footer .footer-content .footer-gr .footer-info h4 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.footer .footer-content .footer-gr .footer-info ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-content .footer-gr .footer-info ul li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #000000;
}
.footer .footer-content .footer-gr .footer-info ul li span {
  font-weight: 700;
}
.footer .footer-content .footer-gr .footer-row {
  margin-bottom: 28px;
  justify-content: space-between;
}
.footer .footer-content .footer-gr .footer-item-bl {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.footer .footer-content .footer-gr .footer-item-bl .bl-title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
.footer .footer-content .footer-gr .footer-item-bl .bl-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #000000;
}
.footer .footer-content .footer-gr .footer-item-bl .bl-title.title-low {
  text-transform: none;
}
.footer .footer-content .footer-gr .footer-item-bl ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-content .footer-gr .footer-item-bl ul li {
  margin-bottom: 24px;
}
.footer .footer-content .footer-gr .footer-item-bl ul li .footer-link {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.footer .footer-content .footer-gr .footer-item-bl ul li .footer-link:hover {
  text-decoration: none;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form {
  position: relative;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form input,
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form textarea {
  background: #F5F5F5;
  border: 1px solid #aa1f23;
  border-radius: 8px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 16px;
  width: 100%;
  margin-bottom: 12px;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form input:focus,
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form textarea:focus {
  outline: none;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form textarea {
  resize: none;
  height: 74px;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form .submit-btn {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 7px;
  background: #aa1f23;
  border-radius: 4px;
  border: 0;
  outline: none;
  display: block;
  width: 100%;
}
.footer .footer-content .footer-gr .footer-item-bl .tuvan-form .submit-btn span {
  display: block;
}
.footer .footer-content .footer-gr .footer-item-bl .chungnhan-gr {
  position: relative;
}
.footer .footer-content .footer-gr .footer-item-bl .chungnhan-gr img {
  display: block;
}
.footer .footer-content .footer-gr .footer-item-bl .payment-gr {
  position: relative;
  gap: 11px;
}
.footer .footer-content .footer-gr .footer-item-bl .payment-gr img {
  display: block;
  max-width: 51px;
}
.footer .footer-content .footer-gr .footer-item-bl .social-gr {
  position: relative;
  gap: 8px;
}
.footer .footer-content .footer-gr .footer-item-bl .social-gr img {
  display: block;
  max-width: 29px;
}
.footer .footer-content .footer-gr .footer-item-bl:nth-child(1) {
  max-width: 137px;
}
.footer .footer-content .footer-gr .footer-item-bl:nth-child(2) {
  max-width: 237px;
}
.footer .footer-content .footer-gr .footer-item-bl:nth-child(3) {
  max-width: 280px;
}
.footer .footer-credit {
  padding: 18px 0;
  border-top: 1px solid #AA1F23;
}
.footer .footer-credit h5 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .footer .footer-content {
    padding: 40px 0;
  }
  .footer .footer-content .footer-gr.gr-right {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .footer .footer-content {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .footer .footer-content .footer-gr .footer-info ul li {
    margin-bottom: 10px;
  }
  .footer .footer-content .footer-gr .footer-item-bl ul li {
    margin-bottom: 10px;
  }
  .footer .footer-content .footer-gr.gr-right {
    padding: 0;
  }
  .footer .footer-content .footer-gr.gr-left {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C5C5C5;
  }
  .footer .footer-content .footer-gr.gr-right, .footer .footer-content .footer-gr.gr-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-content .footer-gr .footer-row {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C5C5C5;
  }
  .footer .footer-content .footer-gr .footer-row.row-bot {
    border: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-content {
    padding: 25px 0 0;
  }
  .footer .footer-content .footer-gr .footer-item-bl {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-content .footer-gr .footer-item-bl:nth-child(1), .footer .footer-content .footer-gr .footer-item-bl:nth-child(2), .footer .footer-content .footer-gr .footer-item-bl:nth-child(3) {
    max-width: 100%;
  }
  .footer .footer-content .footer-gr .footer-item-bl ul li {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
  }
  .footer .footer-content .footer-gr .footer-item-bl .bl-title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .footer .footer-content .footer-gr .footer-item-bl .chungnhan-gr img {
    display: inline;
  }
  .footer .footer-content .footer-gr.gr-right {
    padding: 0;
  }
  .footer .footer-content .footer-gr.gr-left {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C5C5C5;
  }
  .footer .footer-content .footer-gr.gr-right, .footer .footer-content .footer-gr.gr-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-content .footer-gr .footer-row {
    flex-wrap: wrap;
  }
  .footer .footer-content .footer-gr .footer-row.row-top .footer-item-bl:nth-child(3) {
    display: none;
  }
  .footer .footer-content .footer-gr .footer-row.row-bot .footer-item-bl:nth-child(1) {
    order: 3;
  }
  .footer .footer-content .footer-gr .footer-row.row-bot .footer-item-bl:nth-child(3) {
    order: -1;
  }
}
@media (max-width: 414px) {
  .footer .footer-content .footer-gr .footer-item-bl .bl-title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .footer .footer-content .footer-gr .footer-item-bl ul li .footer-link {
    font-size: 12px;
  }
}

.floating-social {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 999;
  animation: 3s ease 0s normal forwards 1 fadeindelay;
}
.floating-social .icon-main {
  width: 54px;
  height: 54px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.floating-social .icon-main img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 0;
}
.floating-social .list-socials {
  position: absolute;
  min-height: 150px;
  transition: 0.3s all ease;
  display: flex;
  flex-flow: row wrap;
}
.floating-social .list-socials .item {
  flex: 0 0 100%;
  height: 54px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .floating-social {
    bottom: 10%;
  }
  .floating-social .icon-main {
    width: 40px;
    height: 40px;
  }
  .floating-social .list-socials .item {
    height: 40px;
  }
}

@keyframes fadeindelay {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block-filter .box-title h3 {
  margin: 0;
}
.block-filter .box-title .title {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3333333333;
  color: #000000;
}
.block-filter .box-title .title .icon {
  position: relative;
  top: -4px;
}
.block-filter .box-title .remove-filter a {
  display: inline-block;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #4f4f4f;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 2px 16px 2px 5px;
}
.block-filter .box-title .remove-filter .icon {
  position: relative;
  top: -3px;
}
.block-filter .box-content {
  padding: 33px 0 16px 0;
}
.block-filter .filter-options-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.block-filter .filter-options-wrap .item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 6px;
  margin-bottom: 16px;
}
.block-filter .filter-options-wrap .item .dropdown {
  border: 1px solid #000000;
  border-radius: 5px;
}
.block-filter .filter-options-wrap .item .dropdown-menu {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  top: 100% !important;
  transform: unset !important;
  max-height: 40vh;
  overflow-y: auto;
}
.block-filter .filter-options-wrap .item .dropdown a {
  display: flex;
  align-items: center;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5384615385;
  padding: 8px 11px;
  color: #333333;
}
.block-filter .filter-options-wrap .item .dropdown span.txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.block-filter .filter-options-wrap .item .dropdown .dropdown-item {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6153846154;
  padding: 3px 11px;
  width: 100%;
  white-space: normal;
}
.block-filter .filter-options-wrap .item .dropdown .dropdown-item:hover,
.block-filter .filter-options-wrap .item .dropdown .dropdown-item:focus,
.block-filter .filter-options-wrap .item .dropdown .dropdown-item.active {
  color: #aa1f23;
  background: none;
}
.block-filter .filter-options-wrap .item .dropdown.choosen {
  background: #aa1f23;
  border-color: transparent;
}
.block-filter .filter-options-wrap .item .dropdown.choosen .dropdown-toggle {
  color: #d0b46c;
  font-weight: 600;
}
.block-filter .filter-options-wrap .item .dropdown.choosen .dropdown-toggle::after {
  filter: none;
}
.block-filter .filter-options-wrap .item .dropdown-toggle::after {
  margin-left: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  filter: brightness(0%);
  background: url("../images/product/ic-arrow-down-color.png");
}
@media (max-width: 1200px) {
  .block-filter .filter-options-wrap .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .block-filter .filter-options-wrap .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 576px) {
  .block-filter .filter-options-wrap .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#price-range .medium-counter--item {
  display: block;
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #000000;
}
#price-range .medium-counter .text {
  display: block;
  width: 100%;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #696969;
  margin: 5px 0;
}
#price-range .medium-counter input:focus {
  outline: unset;
}
#price-range .medium-counter input::-webkit-outer-spin-button, #price-range .medium-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#price-range .medium-counter input[type=number] {
  -moz-appearance: textfield;
}
#price-range .before-amount {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #000000;
}
#price-range .ui-slider-horizontal {
  height: 4px;
}
#price-range .ui-widget-header {
  background: #d9d9d9;
  border: unset;
}
#price-range .ui-state-default,
#price-range .ui-widget-content .ui-state-default {
  border: unset;
  background: #8b8b8b;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: -3px;
}

.paging-block {
  display: block;
  margin-top: 48px;
}
.paging-block .paging-block-wrap {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.paging-block .paging-block-wrap .page-item {
  margin: 0 8px 8px;
}
.paging-block .paging-block-wrap .page-item.active .page-link, .paging-block .paging-block-wrap .page-item:hover .page-link {
  background: #aa1f23;
  color: #ffffff;
}
.paging-block .paging-block-wrap .page-item.active .page-link svg path, .paging-block .paging-block-wrap .page-item:hover .page-link svg path {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .paging-block .paging-block-wrap .page-item {
    margin: 0 4px 8px;
  }
}
.paging-block .paging-block-wrap .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #aa1f23;
  padding: 0;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 0;
}
.paging-block .paging-block-wrap .page-link.page-control {
  background: #F2F2F2;
}
.paging-block .paging-block-wrap .paging-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.home-banner {
  position: relative;
}
.home-banner .banner-slider .custom-slide-button {
  z-index: 1;
}
.home-banner .banner-slider .custom-slide-button .custom-button-prev {
  left: 33px;
}
.home-banner .banner-slider .custom-slide-button .custom-button-next {
  right: 33px;
}
@media (max-width: 768px) {
  .home-banner .banner-slider .custom-slide-button .custom-button-prev {
    left: 15px;
  }
  .home-banner .banner-slider .custom-slide-button .custom-button-next {
    right: 15px;
  }
  .home-banner .banner-slider .custom-slide-button .custom-button-prev,
  .home-banner .banner-slider .custom-slide-button .custom-button-next {
    top: calc(50% - 20px);
    max-width: 40px;
    margin-top: 0;
  }
}
.home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.2;
}
.home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 47px;
  height: 12px;
  border-radius: 50px;
  opacity: 1;
}
.home-banner .banner-slider .swiper-slide img {
  width: 100%;
}

.flashsale-row-container {
  position: relative;
}
.flashsale-row-container .flashsale-row {
  position: relative;
  padding: 15px 0 13px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
  flex-wrap: wrap;
}
.flashsale-row-container .flashsale-row .flashsale-item {
  margin-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.flashsale-row-container .flashsale-row .flashsale-item:not(:first-child) {
  margin-right: 0;
}
.flashsale-row-container .flashsale-row .flashsale-item:last-child {
  margin-right: 0;
}
.flashsale-row-container .flashsale-row .flashsale-item:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.flashsale-row-container .flashsale-row .flash-sale .flash-img {
  display: block;
  max-width: 98px;
  margin-right: 10px;
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter {
  position: relative;
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title {
  margin-right: 9px;
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title img {
  display: block;
  margin-right: 3px;
  max-width: 13px;
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title p {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-title {
    display: none;
  }
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-text {
  position: relative;
  gap: 6px;
}
.flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-text span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  width: 24px;
  background: #3d4043;
  border-radius: 2px;
  padding: 4px;
  color: #ffffff;
}
.flashsale-row-container .flashsale-row .flashsale-text p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.flashsale-row-container .flashsale-row .flashsale-text p span {
  color: #aa1f23;
}
.flashsale-row-container .flashsale-row .flashsale-text.highlight-b p span {
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 576px) {
  .flashsale-row-container .flashsale-row .flashsale-item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin-bottom: 15px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:not(:first-child) {
    margin-right: 20px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flashsale-row-container .flashsale-row {
    padding: 26px 0 23px;
    flex-wrap: nowrap;
  }
  .flashsale-row-container .flashsale-row .flashsale-item {
    margin-right: 26px;
    flex: 0 0 auto;
    max-width: unset;
    margin-bottom: 0;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:first-child {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 0;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:not(:first-child) {
    margin-right: 20px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .flashsale-row-container .flashsale-row .flashsale-item {
    margin-right: 36px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:not(:first-child) {
    margin-right: 30px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:last-child {
    margin-right: 0;
  }
  .flashsale-row-container .flashsale-row .flash-sale .flash-img {
    max-width: 158px;
  }
  .flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-text {
    gap: 6px;
  }
  .flashsale-row-container .flashsale-row .flash-sale .sale-counter .counter-text span {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    width: 30px;
    padding: 4px;
  }
}
@media (min-width: 1440px) {
  .flashsale-row-container .flashsale-row .flashsale-item {
    margin-right: 60px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:not(:first-child) {
    margin-right: 56px;
  }
  .flashsale-row-container .flashsale-row .flashsale-item:last-child {
    margin-right: 0;
  }
}

.home-chart {
  position: relative;
  margin-bottom: 50px;
}
.home-chart .chart-container-row {
  gap: 8px;
  flex-wrap: wrap;
}
.home-chart .chart-container-row .container-l {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.home-chart .chart-container-row .container-r {
  flex: 0 0 100%;
  max-width: 100%;
}
.home-chart .chart-container-row .chart-container .chart-title {
  margin-bottom: 13px;
}
.home-chart .chart-container-row .chart-container .chart-title h4 {
  padding-right: 12px;
}
.home-chart .chart-container-row .chart-container .chart-title .title-deco {
  position: relative;
  flex: 1;
  height: auto;
}
.home-chart .chart-container-row .chart-container .chart-body {
  background: #ffffff;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 22px;
}
.home-chart .chart-container-row .chart-container .chart-body .js-chart-top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 15px;
}
.home-chart .chart-container-row .chart-container .chart-body .js-chart-top form {
  display: flex;
  align-items: center;
  flex: 1;
}
.home-chart .chart-container-row .chart-container .chart-body .js-chart-top form p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
  margin-right: 16px;
  white-space: nowrap;
}
.home-chart .chart-container-row .chart-container .chart-body .js-chart-top form select {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding: 8px;
  flex: 1;
  max-width: 185px;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note {
  flex: 0 0 90px;
  max-width: 90px;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note {
  display: flex;
  align-items: center;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note span {
  display: block;
  width: 41px;
  height: 3px;
  margin-right: 12px;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note.note-buy span {
  background: #aa1f23;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note.note-buy p {
  color: #aa1f23;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note.note-sell span {
  background: #219653;
}
.home-chart .chart-container-row .chart-container .chart-body .chart-note .note.note-sell p {
  color: #219653;
}
.home-chart .chart-container-row .chart-container .chart-footer .chart-footer--other {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.home-chart .chart-container-row .chart-container .chart-footer .chart-footer--other .---links {
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: #AA1F23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  font-family: SVN-Megante;
  gap: 5px;
}
.home-chart .chart-container-row .chart-container .chart-footer .chart-footer--other .---links img {
  max-width: 24px;
}
.home-chart .chart-container-row .chart-container .chart-footer .note {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.home-chart .chart-container-row .chart-container .chart-footer form {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.home-chart .chart-container-row .chart-container .chart-footer form p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
}
.home-chart .chart-container-row .chart-container .chart-footer form .custom-radio input {
  display: none;
}
.home-chart .chart-container-row .chart-container .chart-footer form .custom-radio input:checked ~ .custom-label::after {
  background: #aa1f23;
}
.home-chart .chart-container-row .chart-container .chart-footer form .custom-radio label {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  color: #000000;
}
.home-chart .chart-container-row .chart-container .chart-footer form .custom-radio label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
}
.home-chart .chart-container-row .chart-container .chart-footer form .custom-radio label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.home-chart .chart-container-row .chart-container.container-r .chart-title h4 {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .home-chart .chart-container-row {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .home-chart .chart-container-row .container-l {
    flex: 0 0 59.3%;
    max-width: 59.3%;
    margin-bottom: 0;
  }
  .home-chart .chart-container-row .container-r {
    flex: 0 0 40.7%;
    max-width: 40.7%;
  }
}
@media (max-width: 991px) {
  .home-chart .chart-container-row .chart-container .chart-footer form {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-chart .chart-container-row .chart-container .chart-footer form p {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-chart .chart-container-row .chart-container .chart-footer form .custom-control-inline {
    margin-right: 5px;
  }
  .home-chart .chart-container-row .chart-container .chart-footer form .custom-radio label {
    font-size: 11px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .home-chart .gold-table-footer {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
  .home-chart .chart-container-row .chart-container .chart-body {
    padding: 0;
    border: 0;
  }
}

.home-section {
  margin-bottom: 60px;
}
.home-section .section-title {
  position: relative;
  justify-content: center;
  margin-bottom: 48px;
}
.home-section .section-title h4 {
  font-size: 25px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media screen and (max-width: 1600px) {
  .home-section .section-title h4 {
    font-size: 24px;
    line-height: normal;
  }
}
@media screen and (max-width: 1400px) {
  .home-section .section-title h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .home-section .section-title h4 {
    font-size: 18px;
  }
}

.home-category {
  position: relative;
  margin-bottom: 50px;
}
.home-category .category-list {
  display: grid !important;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  overflow-x: scroll;
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 10px;
}
.home-category .category-list .categogy-item {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  width: 180px;
  transition: 0.3s all ease-in-out;
}
.home-category .category-list .categogy-item a {
  display: block;
  text-align: center;
}
.home-category .category-list .categogy-item a:hover {
  text-decoration: none;
}
.home-category .category-list .categogy-item .cate-img {
  display: block;
  margin: 0 auto;
  height: 111px;
  width: 100%;
  margin-bottom: 10px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.home-category .category-list .categogy-item .cate-text {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-category .category-list .categogy-item:hover {
  border: 1px solid #aa1f23;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.home-category .category-list .categogy-item:hover .cate-img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.home-category .category-list .categogy-item:hover .cate-text {
  color: #aa1f23;
}
@media (min-width: 768px) {
  .home-category .category-list {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .home-category .category-list .categogy-item {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .home-category .category-list {
    gap: 33px;
  }
  .home-category .category-list .categogy-item {
    flex: 0 0 calc(16.6666666667% - 27.5px);
    max-width: calc(16.6666666667% - 27.5px);
    padding: 15px;
  }
}

.home-sanpham {
  position: relative;
}
.home-sanpham .section-title {
  margin-bottom: 35px;
}
.home-sanpham .sanpham-tabs {
  justify-content: center;
  gap: 15px;
  margin-bottom: 70px;
  border: none;
}
.home-sanpham .sanpham-tabs .nav-link {
  position: relative;
  display: block;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.home-sanpham .sanpham-tabs .nav-link .link-bg {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 24px;
  background: #d0b46c;
  background-position: center;
  background-repeat: no-repeat;
}
.home-sanpham .sanpham-tabs .nav-link .link-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 8px 24px;
  border-radius: 24px;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.home-sanpham .sanpham-tabs .nav-link:hover {
  text-decoration: none;
}
.home-sanpham .sanpham-tabs .nav-link.active .link-bg {
  background: linear-gradient(90deg, rgb(208, 180, 108) 0%, rgb(255, 233, 175) 50%, rgb(208, 180, 108) 100%);
  background-size: 100% 100%;
}
.home-sanpham .sanpham-slider {
  position: relative;
  margin-bottom: 60px;
}
.home-sanpham .sanpham-slider .sanpham-slide {
  padding: 10px 0;
}
.home-sanpham .sanpham-slider .sanpham-slide .sp-item {
  height: 100%;
}
.home-sanpham .sanpham-slider .swiper-slide {
  height: auto;
}
.home-sanpham .sanpham-slider .custom-button-prev {
  left: 0;
}
.home-sanpham .sanpham-slider .custom-button-next {
  right: 0;
}
@media (min-width: 1366px) {
  .home-sanpham .sanpham-slider .custom-button-prev {
    left: -40px;
  }
  .home-sanpham .sanpham-slider .custom-button-next {
    right: -40px;
  }
}
@media (min-width: 1440px) {
  .home-sanpham .sanpham-slider .custom-button-prev {
    left: -90px;
  }
  .home-sanpham .sanpham-slider .custom-button-next {
    right: -90px;
  }
}
.home-sanpham .sanpham-bl {
  position: relative;
  margin-bottom: 60px;
}
.home-sanpham .sanpham-video {
  position: relative;
}
.home-sanpham .sanpham-video .sp-video-container {
  position: relative;
  margin-bottom: 15px;
}
.home-sanpham .sanpham-video .sp-video-container .video-thumb {
  width: 100%;
  height: 765px;
}
.home-sanpham .sanpham-video .sp-video-container .video-thumb .img-base.loaded {
  display: block;
}
.home-sanpham .sanpham-video .sp-video-container .video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: 85px;
  height: 85px;
}
.home-sanpham .sanpham-video .sp-video-container .video-thumb .play-btn img {
  display: block;
}
.home-sanpham .sanpham-video .sp-video-container video {
  width: 100%;
  height: auto;
  max-height: 765px;
}
.home-sanpham .sanpham-video .sp-video-content a {
  display: inline-flex;
  align-items: center;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.home-sanpham .sanpham-video .sp-video-content a img {
  display: block;
  max-width: 24px;
  margin-left: 4px;
  margin-top: 2px;
  filter: brightness(0);
}
.home-sanpham .sanpham-video .sp-video-content a:hover {
  text-decoration: none;
}
.home-sanpham .sanpham-banner-nolink .banner-nolink-container {
  position: relative;
  margin-bottom: 30px;
}
.home-sanpham .sanpham-banner-nolink .banner-nolink-container .img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .img {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name {
  position: absolute;
  top: 55%;
  left: 72px;
  transform: translateY(-50%);
  background: url(../images/common/banner-name1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 242px;
  padding: 0 48px;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner {
  max-width: 321px;
  text-align: center;
  margin-top: -35px;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner h4 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 9px;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #e2b94e;
  margin-bottom: 17px;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore {
  display: inline-flex;
  min-width: 176px;
  justify-content: center;
  padding: 8px 0;
  border-radius: 30px;
  background: #aa1f23;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore span {
  display: block;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore img {
  display: block;
  margin-left: 3px;
  max-width: 24px;
}
.home-sanpham .sanpham-banner-w-link .banner-w-link-container .banner-w-link-name .banner-name--inner .viewmore:hover {
  text-decoration: none;
}
.home-sanpham .sanpham-banner-w-link.side-banner .side-banner-wrapper {
  gap: 26px;
}
.home-sanpham .sanpham-banner-w-link.side-banner .img {
  height: 100% !important;
}
.home-sanpham .sanpham-banner-w-link.side-banner .side-wrapper {
  flex: 0 0 calc(50% - 13px);
  max-width: calc(50% - 13px);
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name {
  top: 70px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  background: url(../images/common/banner-name2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 215px;
  max-width: 448px;
  width: 100%;
  padding: 21px 40px;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner {
  margin-top: 0;
  max-width: 100%;
  text-align: left;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner h4 {
  text-align: center;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner p {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 29px;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner p span {
  display: block;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner p span:first-child {
  text-align: left;
}
.home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-name .banner-name--inner p span:last-child {
  text-align: right;
}
.home-sanpham .sanpham-banner-w-link.side-banner .side-sp-gr {
  flex-wrap: wrap;
  gap: 26px;
}
.home-sanpham .sanpham-banner-w-link.side-banner .side-sp-gr .sp-item {
  flex: 0 0 calc(50% - 13px);
  max-width: calc(50% - 13px);
}
@media (max-width: 1200px) {
  .home-sanpham .sanpham-banner-w-link.side-banner .side-sp-gr {
    gap: 10px;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .side-sp-gr .sp-item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 8px;
  }
}
@media (max-width: 992px) {
  .home-sanpham .sanpham-banner-w-link.side-banner .side-banner-wrapper {
    gap: 10px;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .side-wrapper {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .home-sanpham .sanpham-banner-w-link.side-banner .banner-w-link-container {
    height: 349px;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .img {
    height: 349px !important;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .img img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .side-banner-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }
  .home-sanpham .sanpham-banner-w-link.side-banner .side-wrapper {
    flex: 0 0 calc(100% - 5px);
    max-width: calc(100% - 5px);
  }
}
@media (max-width: 1200px) {
  .home-sanpham .list-products .sp-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .home-sanpham .list-products {
    gap: 15px;
  }
  .home-sanpham .list-products .sp-item {
    flex: 0 0 calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
  }
}
@media (max-width: 768px) {
  .home-sanpham .list-products .sp-item {
    flex: 0 0 calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
  }
}
@media (max-width: 576px) {
  .home-sanpham .list-products .sp-item {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}

.home-visao {
  position: relative;
  margin-bottom: 70px;
}
.home-visao .visao-container {
  gap: 32px;
}
.home-visao .visao-container .visao-item {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
}
.home-visao .visao-container .visao-item .visao-img {
  max-width: 120px;
  margin: 0 auto 16px;
}
.home-visao .visao-container .visao-item .visao-img img {
  display: block;
}
.home-visao .visao-container .visao-item .visao-content {
  text-align: center;
}
.home-visao .visao-container .visao-item .visao-content h5 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #aa1f23;
  margin-bottom: 16px;
}
.home-visao .visao-container .visao-item .visao-content p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #4f4f4f;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .home-visao .visao-container {
    gap: 20px;
  }
  .home-visao .visao-container .visao-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .home-visao .visao-container {
    gap: 15px;
    flex-wrap: wrap;
  }
  .home-visao .visao-container .visao-item {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
  .home-visao .visao-container .visao-item .visao-img {
    max-width: 90px;
  }
  .home-visao .visao-container .visao-item .visao-content h5 {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4545454545;
  }
  .home-visao .visao-container .visao-item .visao-content p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
  }
}
@media (max-width: 576px) {
  .home-visao .visao-container {
    gap: 15px;
    flex-wrap: wrap;
  }
  .home-visao .visao-container .visao-item {
    flex: 0 0 calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
}

.home-cuahang {
  position: relative;
  margin-bottom: 90px;
}
.home-cuahang .home-cuahang--container {
  position: relative;
  padding: 60px 0 40px;
  background: url(../images/home/cuahang-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 21px;
  overflow: hidden;
}
.home-cuahang .deco-item {
  position: absolute;
  background: url(../images/common/shop-deco-item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-cuahang .deco-item.item1 {
  width: 298px;
  height: 298px;
  top: 45px;
  left: -103px;
}
.home-cuahang .deco-item.item2 {
  width: 182px;
  height: 182px;
  bottom: 64px;
  left: 102px;
}
.home-cuahang .deco-item.item3 {
  width: 203px;
  height: 203px;
  top: -101px;
  right: 200px;
}
.home-cuahang .deco-item.item4 {
  width: 298px;
  height: 298px;
  bottom: 67px;
  right: -107px;
}
.home-cuahang .cuahang-wrapper {
  position: relative;
}
.home-cuahang .cuahang-wrapper .cuahang-head {
  margin-bottom: 48px;
}
.home-cuahang .cuahang-wrapper .cuahang-head .head-logo {
  max-width: 125px;
  margin: 0 auto 42px;
  display: block;
}
.home-cuahang .cuahang-wrapper .cuahang-head h4 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 0;
}
.home-cuahang .cuahang-wrapper .cuahang-slider {
  position: relative;
  margin-bottom: 50px;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-container {
  display: none;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-container.swiper-container-initialized {
  display: block;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8);
  width: 100%;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item {
  position: relative;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img::before {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 9px;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img-overlay p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-info {
  margin-top: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-info h4 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  color: #aa1f23;
  margin-bottom: 5px;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-info p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 0;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide.swiper-slide-active .cuahang-img-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide.swiper-slide-active .cuahang-info {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (min-width: 768px) {
  .home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide {
    width: 33.333%;
  }
}
.home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev {
  left: 0;
}
.home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next {
  right: 0;
}
.home-cuahang .cuahang-wrapper .viewmore-cta {
  text-align: center;
}
.home-cuahang .cuahang-wrapper .viewmore-cta a {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #aa1f23;
}
.home-cuahang .cuahang-wrapper .viewmore-cta a:hover {
  text-decoration: none;
}
.home-cuahang .cuahang-wrapper .viewmore-cta a img {
  display: block;
  max-width: 24px;
  margin-left: 12px;
}
@media (min-width: 1366px) {
  .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev {
    left: -40px;
  }
  .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next {
    right: -40px;
  }
}
@media (min-width: 1440px) {
  .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev {
    left: -60px;
  }
  .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next {
    right: -60px;
  }
}
.home-cuahang .cuahang-online-gr {
  justify-content: space-between;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item {
  flex: 0 0 281px;
  max-width: 281px;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item h5 {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body {
  position: relative;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #aa1f23;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele img {
  display: block;
  max-width: 44px;
  margin-right: 16px;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aa1f23;
  border-radius: 8px;
  padding: 11px 30px;
  height: 46px;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link img {
  display: block;
  margin-right: 8px;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link:hover {
  text-decoration: none;
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link.link-offline img {
  max-width: 16px;
  filter: brightness(10);
}
.home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link.link-online img {
  max-width: 29px;
}
@media (max-width: 992px) {
  .home-cuahang .cuahang-online-gr {
    margin: 0 -15px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item h5 {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2857142857;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele img {
    max-width: 44px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link {
    padding: 11px 15px;
    height: 38px;
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 14px;
    line-height: 1.375;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .link img {
    display: block;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .home-cuahang .cuahang-online-gr {
    flex-wrap: wrap;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .home-cuahang .cuahang-online-gr {
    flex-wrap: wrap;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .home-cuahang .cuahang-online-gr .cuahang-online-item .online-item-body .item-tele {
    justify-content: center;
  }
}

.home-hanhtrinh .hanhtrinh-wrapper {
  background: url(../images/home/hanhtrinh-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 60px;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-logo {
  max-width: 120px;
  margin: 0 auto 25px;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title {
  align-items: center;
  gap: 11px;
  justify-content: center;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title p {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: -0.005em;
  color: #d0b46c;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title p:last-of-type {
  order: 2;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title img {
  order: 1;
  display: block;
  max-width: 172px;
}
.home-hanhtrinh .hanhtrinh-wrapper .line {
  width: 400px;
  height: 2px;
  margin: 28px auto;
  background: linear-gradient(270deg, rgba(208, 180, 108, 0) 0%, #d0b46c 52.75%, rgba(208, 180, 108, 0) 100%);
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.005em;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0;
}
.home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p span {
  font-weight: 700;
  font-style: normal;
  color: #d0b46c;
}
@media (max-width: 1200px) {
  .home-hanhtrinh .hanhtrinh-wrapper {
    padding: 60px 40px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .line {
    margin: 18px auto;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .home-hanhtrinh .hanhtrinh-wrapper {
    padding: 60px 30px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-hanhtrinh .hanhtrinh-wrapper .line {
    max-width: 60vw;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title p {
    font-size: 25px;
    line-height: 1.2121212121;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title img {
    max-width: 132px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .home-hanhtrinh .hanhtrinh-wrapper {
    padding: 30px 15px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-logo {
    max-width: 90px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title p {
    font-size: 18px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title img {
    max-width: 112px;
  }
}
@media (max-width: 480px) {
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title p {
    font-size: 14px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-title img {
    max-width: 82px;
  }
  .home-hanhtrinh .hanhtrinh-wrapper .hanhtrinh-body p {
    font-size: 13px;
  }
}

.home-tintuc {
  position: relative;
}
.home-tintuc .tintuc-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, calc(33.3333333333% - 22.6666666667px));
  grid-template-rows: 283px 283px;
}
.home-tintuc .tintuc-grid .tintuc-item {
  position: relative;
}
.home-tintuc .tintuc-grid .tintuc-item:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.home-tintuc .tintuc-grid .tintuc-item.item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-tintuc .tintuc-grid .tintuc-item.item-title h4 {
  text-align: center;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  color: #aa1f23;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-tintuc .tintuc-grid .tintuc-item.item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../images/common/title-deco.png);
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: left;
}
.home-tintuc .tintuc-grid .tintuc-item.item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../images/common/title-deco.png);
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: left;
}
.home-tintuc .tintuc-grid .tintuc-item .item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, #ffffff 50.52%, rgba(255, 255, 255, 0.62) 100%);
}
.home-tintuc .tintuc-grid .tintuc-item .item-overlay p {
  margin-bottom: 0;
  text-align: center;
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
.home-tintuc .tintuc-grid .tintuc-item .item-base {
  height: 100%;
}
@media (max-width: 1200px) {
  .home-tintuc .tintuc-grid {
    gap: 20px;
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
  }
}
@media (max-width: 992px) {
  .home-tintuc .tintuc-grid {
    grid-template-rows: 243px 243px;
  }
  .home-tintuc .tintuc-grid .tintuc-item.item-title h4 {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
  }
  .home-tintuc .tintuc-grid .tintuc-item .item-overlay {
    padding: 8px;
  }
  .home-tintuc .tintuc-grid .tintuc-item .item-overlay p {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4545454545;
  }
}
@media (max-width: 768px) {
  .home-tintuc .tintuc-grid {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-template-rows: 193px 193px 193px;
  }
  .home-tintuc .tintuc-grid .tintuc-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .home-tintuc .tintuc-grid .tintuc-item .item-overlay {
    padding: 8px;
  }
  .home-tintuc .tintuc-grid .tintuc-item .item-overlay p {
    font-family: "SVN-Megante";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4545454545;
  }
}

.homeud-all {
  width: 100%;
  padding: 250px 0 1px;
  margin: 0;
  position: relative;
}
.homeud-all .container {
  position: relative;
  z-index: 5;
}
.homeud-all .--banner {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.homeud-all .--banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .homeud-all {
    padding: 225px 0 1px;
  }
}
@media screen and (max-width: 1400px) {
  .homeud-all {
    padding: 210px 0 1px;
  }
}
@media screen and (max-width: 1200px) {
  .homeud-all {
    padding: 0 0 1px;
  }
  .homeud-all .--banner {
    position: unset;
    margin-bottom: 30px;
  }
}

.box--items {
  margin-bottom: 40px;
}
.box--items .section-title {
  margin-bottom: 16px;
  justify-content: left;
}
.box--items .section-title h4 {
  text-align: left;
  padding-left: 0;
}
.box--items.box--items---first .section-title {
  color: #D0B46C;
  font-family: SVN-Megante;
  text-transform: uppercase;
}

.box---list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .box---list {
    gap: 10px;
  }
}

.productupdate-items {
  padding: 12px 12px 125px;
  border-radius: 8px;
  border: 1px solid #F6F0E2;
  background: #FFF;
  width: calc(20% - 21.6px);
  position: relative;
}
.productupdate-items .btn--pos {
  position: absolute;
  bottom: 18px;
  width: 100%;
  padding: 0 12px;
  height: -moz-max-content;
  height: max-content;
  left: 0;
}
.productupdate-items .productupdate--topimg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}
.productupdate-items .productupdate--topimg span {
  border-radius: 8px;
  overflow: hidden;
}
.productupdate-items .productupdate--topimg img {
  max-width: 100%;
}
.productupdate-items .img {
  display: block;
  width: 100%;
  padding-top: 75.76%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.productupdate-items .img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.productupdate-items .productupdate--body {
  width: 100%;
}
.productupdate-items .productupdate--body .title {
  color: #333;
  text-align: center;
  font-family: SVN-Megante;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productupdate-items .productupdate--body .title a {
  color: inherit;
}
.productupdate-items .productupdate--body .productupdate--price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.productupdate-items .productupdate--body .productupdate--price .price-discount {
  color: #AA1F23;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.productupdate-items .productupdate--body .productupdate--price .price-aut {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: line-through;
}
.productupdate-items .productupdate--body .dropdown {
  width: 100%;
  margin-bottom: 14px;
}
.productupdate-items .productupdate--body .dropdown .btn {
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  width: 100%;
  padding: 10px 26px 10px 14px;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.productupdate-items .productupdate--body .dropdown .btn::after {
  border: 0;
  width: 12px;
  height: 8px;
  background: transparent url("../images/ic-drop2.png") no-repeat center center;
  vertical-align: 0;
  position: absolute;
  bottom: 0;
  right: 11px;
  top: 0;
  margin: auto;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: #F8F8F8;
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 14px 10px;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--other {
  padding-right: 2px !important;
  max-height: 488px;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown--button {
  width: 100%;
  display: flex;
  padding-top: 12px;
  gap: 4px;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown--button > * {
  border-radius: 2.581px;
  border: 0.645px solid #AA1F23;
  background: #FFF;
  padding: 7px;
  color: #AA1F23;
  font-family: Montserrat;
  font-size: 11.495px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown--button > *:first-child {
  width: 54%;
  flex-shrink: 0;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown--button > *:last-child {
  border: 0.645px solid #606368;
  color: #606368;
  flex: 1;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items {
  width: 100%;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .title {
  color: #333;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 10px;
  text-align: left;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown {
  width: 100%;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio label {
  width: 100%;
  padding: 11px 5px 11px 15px;
  display: flex;
  gap: 10px;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio label span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #828282;
  position: relative;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio label span::after {
  content: "";
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  position: absolute;
  display: none;
  top: 5px;
  left: 4px;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio input:checked ~ label span {
  border: 1px solid #AA1F23;
  background: #AA1F23;
}
.productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio input:checked ~ label span::after {
  display: block;
}
.productupdate-items .productupdate--body .btn--buy {
  border-radius: 4px;
  background: #AA1F23;
  color: #D0B46C;
  display: inline-block;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media screen and (max-width: 1200px) {
  .productupdate-items {
    width: calc(25% - 20.25px);
    padding: 12px 12px 120px;
  }
  .productupdate-items .productupdate--body .productupdate--price .price-discount {
    font-size: 18px;
  }
  .productupdate-items .productupdate--body .productupdate--price .price-aut {
    font-size: 14px;
  }
  .productupdate-items .productupdate--body .dropdown .btn {
    font-size: 14px;
  }
  .productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--other {
    max-height: 360px;
  }
  .productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .title {
    font-size: 14px;
  }
  .productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio label {
    font-size: 14px;
  }
  .productupdate-items .productupdate--body .btn--buy {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .productupdate-items {
    width: calc(33% - 18px);
  }
}
@media screen and (max-width: 767px) {
  .productupdate-items {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .productupdate-items .productupdate--body .title {
    font-size: 13px;
  }
  .productupdate-items .productupdate--body .productupdate--price .price-discount {
    font-size: 15px;
  }
  .productupdate-items .productupdate--body .productupdate--price .price-aut {
    font-size: 13px;
  }
  .productupdate-items .productupdate--body .dropdown .btn {
    font-size: 13px;
  }
  .productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .title {
    font-size: 13px;
  }
  .productupdate-items .productupdate--body .dropdown .dropdown-menu .dropdown-menu--list .dropdown-menu--items .select--dropdown .select--dropdown--radio label {
    padding: 8px 0;
  }
}

.customer-page .customer-banner {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .customer-page .customer-banner {
    padding: 125px 0;
  }
}
@media screen and (min-width: 1680px) {
  .customer-page .customer-banner {
    padding: 246px 0 274px;
  }
}
.customer-page .customer-banner h1 {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5555555556;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .customer-page .customer-banner h1 {
    font-size: 45px;
  }
}
.customer-page .gold {
  padding: 56px 0;
}
@media screen and (min-width: 1200px) {
  .customer-page .gold {
    padding-bottom: 96px;
  }
}
.customer-page .product-gift {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .customer-page .product-gift {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .customer-page .product-gift {
    padding-bottom: 125px;
  }
}
.customer-page .product-gift .wrapper {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .customer-page .product-gift .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .wrapper {
    grid-template-columns: 1fr 57.2%;
    grid-gap: 63px;
  }
}
.customer-page .product-gift .form-control {
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-size: 14px;
  min-height: 46px;
  font-family: "SVN-Megante";
}
.customer-page .product-gift .form-control::-moz-placeholder {
  color: #8c8c8c;
}
.customer-page .product-gift .form-control::placeholder {
  color: #8c8c8c;
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .form-control {
    font-size: 15px;
  }
}
.customer-page .product-gift .btn-submit {
  text-align: center;
  background: #aa1f23;
  border-radius: 4px;
  padding: 9px;
  outline: 0;
}
.customer-page .product-gift .btn-submit span {
  font-family: "SVN-Megante";
  font-size: 16px;
  line-height: 22px;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.customer-page .product-gift .left h2 {
  font-weight: 400;
  font-family: "SVN-Megante";
  font-size: 17px;
  line-height: 1.4;
  color: #262626;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .left h2 {
    font-size: 24px;
  }
}
.customer-page .product-gift .left p {
  font-size: 15px;
  line-height: 1.4;
  color: #595959;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .left p {
    margin-bottom: 66px;
  }
}
.customer-page .product-gift .right {
  border-radius: 8px;
  position: relative;
  padding: 40px 1rem;
  overflow: hidden;
  font-size: 14px;
  font-family: "SVN-Megante";
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .right {
    padding: 51px;
  }
}
.customer-page .product-gift .right * {
  position: relative;
  z-index: 2;
  color: #fff;
}
.customer-page .product-gift .right::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.customer-page .product-gift .right .address {
  display: grid;
  gap: 38px 0;
}
.customer-page .product-gift .right .address-item {
  display: flex;
  gap: 12px;
}
.customer-page .product-gift .right .address-item .icon {
  flex-shrink: 0;
}
.customer-page .product-gift .right .address-item .txt {
  font-size: 18px;
}
.customer-page .product-gift .right .address-item .txt span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .customer-page .product-gift .right .address-item .txt {
    font-size: 25px;
  }
  .customer-page .product-gift .right .address-item .txt span {
    font-size: 20px;
    line-height: 32px;
  }
}
.customer-page .slogan {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .customer-page .slogan {
    padding: 84px;
  }
}
.customer-page .slogan .desc {
  color: #fff;
  font-style: italic;
  line-height: 1.9047619048;
  font-weight: 500;
  letter-spacing: -0.005em;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .customer-page .slogan .desc {
    font-size: 21px;
  }
}
.customer-page .slogan .desc span {
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #d0b46c;
  font-style: normal;
}
.customer-page .home-visao {
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .customer-page .home-visao {
    padding: 91px 0 103px;
  }
}
.customer-page .home-cuahang {
  padding: 0;
}
.customer-page .home-cuahang .home-cuahang--container {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .customer-page .home-cuahang .home-cuahang--container {
    padding: 107px 0 74px;
  }
}
.customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev,
.customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev2 {
  left: 15px;
}
@media screen and (min-width: 1200px) {
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev,
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev2 {
    left: 10%;
  }
}
@media screen and (min-width: 1680px) {
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev,
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-prev2 {
    left: 11%;
  }
}
.customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next,
.customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next2 {
  right: 15px;
}
@media screen and (min-width: 1200px) {
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next,
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next2 {
    right: 10%;
  }
}
@media screen and (min-width: 1680px) {
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next,
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .custom-slide-button .custom-button-next2 {
    right: 11%;
  }
}
.customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide {
  transform: unset;
}
@media screen and (min-width: 1200px) {
  .customer-page .home-cuahang .cuahang-wrapper .cuahang-slider .swiper-slide .cuahang-item .cuahang-img::before {
    padding-bottom: 71%;
  }
}
.customer-page .policy-section {
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .customer-page .policy-section {
    padding: 77px 0 106px;
  }
}
.customer-page .policy-section .title-section {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .customer-page .policy-section .title-section {
    margin-bottom: 41px;
  }
}
.customer-page .policy-section .list {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .customer-page .policy-section .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .customer-page .policy-section .list {
    grid-gap: 35px;
  }
}
.customer-page .policy-section .list .item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 36px 1rem 26px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .customer-page .policy-section .list .item {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.customer-page .policy-section .list .item h4 {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8181818182;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .customer-page .policy-section .list .item h4 {
    font-size: 22px;
  }
}
.customer-page .policy-section .list .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5555555556;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .customer-page .policy-section .list .item .desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .customer-page .home-chart .title-section {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
.customer-page .home-chart .chart-container-row .chart-container .chart-body {
  padding: 0;
  border: 0;
}
.customer-page .home-chart .chart-container-row .chart-container .chart-note {
  gap: 30px;
  margin-top: 36px;
  flex: 0 0 100%;
  max-width: 100%;
}

.partners {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .partners {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .partners {
    padding-bottom: 143px;
  }
}
.partners .swiper-wrapper {
  padding: 10px 0;
}
.partners [class*=swiper-button-] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #d0b46c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1680px) {
  .partners [class*=swiper-button-] {
    width: 48px;
    height: 48px;
  }
}
.partners [class*=swiper-button-]::after {
  color: #d0b46c;
  font-size: 16px;
}
@media screen and (min-width: 1300px) {
  .partners [class*=swiper-button-].swiper-button-prev {
    left: -50px;
  }
}
@media screen and (min-width: 1680px) {
  .partners [class*=swiper-button-].swiper-button-prev {
    left: -70px;
  }
}
@media screen and (min-width: 1300px) {
  .partners [class*=swiper-button-].swiper-button-next {
    right: -50px;
  }
}
@media screen and (min-width: 1680px) {
  .partners [class*=swiper-button-].swiper-button-next {
    right: -70px;
  }
}
.partners .swiper {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
.partners .partner-item {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding-bottom: 122px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .partner-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.productlist-page {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .productlist-page {
    padding: 32px 0;
  }
}
.productlist-page .box-title .box-title-wrap {
  flex-wrap: wrap;
}
.productlist-page .box-title .box-title-wrap .title {
  margin-right: 24px;
}

.banner-product-list {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .banner-product-list {
    margin-bottom: 40px;
  }
}

.hot-products-block {
  margin-bottom: 60px;
}
.hot-products-block .section-title {
  margin-bottom: 33px;
}
.hot-products-block .section-title h4 {
  text-transform: uppercase;
}

.list-products {
  gap: 20px;
}
.list-products.cols-6 .sp-item {
  flex: 0 0 calc(16.6666666667% - 16.6666666667px);
  max-width: calc(16.6666666667% - 16.6666666667px);
  margin-bottom: 0;
}
.list-products.cols-6 .sp-item .sp-item-body {
  padding: 20px 10px 10px;
}
.list-products.cols-6 .sp-item .sp-item-body a {
  font-family: "SVN-Megante";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4666666667;
  margin-bottom: 0;
}
.list-products.cols-6 .sp-item .sp-item-body p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
}
.list-products.cols-6 .sp-item .sp-item-body .old-price {
  display: block;
  margin-top: 0;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height, or 125% */
  text-align: center;
  text-decoration-line: line-through;
  color: #333333;
}
.list-products.cols-6 .sp-item .sp-item-img::before {
  padding-bottom: 81%;
}
@media (max-width: 1200px) {
  .list-products.cols-6 .sp-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .list-products.cols-6 {
    gap: 15px;
  }
  .list-products.cols-6 .sp-item {
    flex: 0 0 calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
  }
}
@media (max-width: 768px) {
  .list-products.cols-6 .sp-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 576px) {
  .list-products.cols-6 .sp-item {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.list-products .sp-item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.list-products .sp-item .sp-item-img {
  padding-top: 0;
}
.list-products .sp-item .sp-item-img img {
  top: 0;
}
@media (max-width: 1200px) {
  .list-products .sp-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 992px) {
  .list-products {
    gap: 15px;
  }
  .list-products .sp-item {
    flex: 0 0 calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
  }
}
@media (max-width: 768px) {
  .list-products .sp-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 576px) {
  .list-products .sp-item {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}

.productresult-page {
  margin-top: 40px;
}
.productresult-page .result-page-title .title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.34375;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.productresult-page .result-box-title {
  display: block;
  margin-bottom: 40px;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1666666667;
}
@media (max-width: 992px) {
  .productresult-page .result-page-title .title {
    font-family: "SVN-Megante";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.34375;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .productresult-page .result-page-title .title {
    font-family: "SVN-Megante";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.34375;
  }
  .productresult-page .result-box-title {
    margin-bottom: 20px;
    font-family: "SVN-Megante";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1666666667;
  }
}

.news-result {
  display: block;
  margin-top: 80px;
}
.news-result .box-content {
  max-width: 768px;
}
.news-result .result-news-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}
.news-result .result-news-item .img {
  float: left;
  width: 240px;
}
.news-result .result-news-item .info {
  display: block;
  margin-left: 264px;
  width: calc(100% - 264px);
}
.news-result .result-news-item .info .name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.news-result .result-news-item .info .name a {
  color: #000000;
}
.news-result .result-news-item .info .name a:hover {
  color: #aa1f23;
}
.news-result .result-news-item .info time {
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #8c8c8c;
  margin: 0 0 8px 0;
}
.news-result .result-news-item .info .desc {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #595959;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.news-result .result-news-item .info .desc p {
  display: inline;
}
@media (max-width: 768px) {
  .news-result {
    margin-top: 40px;
  }
  .news-result .result-news-item {
    margin-bottom: 25px;
  }
  .news-result .result-news-item .img {
    float: left;
    width: 140px;
  }
  .news-result .result-news-item .info {
    display: block;
    margin-left: 154px;
    width: calc(100% - 154px);
  }
  .news-result .result-news-item .info .name {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
  }
  .news-result .result-news-item .info time {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .news-result .result-news-item .info .desc {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media (max-width: 576px) {
  .news-result .result-news-item .img {
    float: left;
    width: 100px;
  }
  .news-result .result-news-item .info {
    display: block;
    margin-left: 110px;
    width: calc(100% - 110px);
  }
  .news-result .result-news-item .info .name {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
  }
  .news-result .result-news-item .info time {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7142857143;
  }
  .news-result .result-news-item .info .desc {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7142857143;
  }
}

.productdetail-main .accordion-group {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  margin-bottom: 32px;
}
.productdetail-main .accordion-group .accordion-heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3333333333;
  color: #000000;
  text-transform: uppercase;
}
.productdetail-main .accordion-group .accordion-heading a.collapsed .icon .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  background-color: #4a4a4a;
}
.productdetail-main .accordion-group .accordion-heading a.collapsed .icon .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
.productdetail-main .accordion-group .accordion-heading .icon {
  display: inline-block;
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  border: 1px solid #000000;
  margin-left: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border-radius: 50%;
}
.productdetail-main .accordion-group .accordion-heading .icon .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
  background-color: #000000;
  position: absolute;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -6.5px;
  top: 50%;
  margin-top: -1.5px;
}
.productdetail-main .accordion-group .accordion-heading .icon .horizontal {
  position: absolute;
  background-color: #000000;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -6.5px;
  top: 50%;
  margin-top: -1.5px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.productdetail-main .accordion-group .accordion-body {
  border-top: 0;
}
.productdetail-main .accordion-group .accordion-body .accordion-inner {
  border-top: 1px solid #bdbdbd;
  padding: 24px;
}
.productdetail-main .accordion-group .nd-content * {
  font-family: "Montserrat" !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .productdetail-main .accordion-group {
    margin-bottom: 22px;
  }
  .productdetail-main .accordion-group .accordion-heading a {
    padding: 12px;
    font-family: "SVN-Megante";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .productdetail-main .accordion-group .accordion-heading .icon {
    flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
    border: 1px solid #000000;
    margin-left: 10px;
    border-radius: 50%;
  }
  .productdetail-main .accordion-group .accordion-heading .icon .vertical {
    width: 10px;
    height: 2px;
    margin-left: -5.5px;
  }
  .productdetail-main .accordion-group .accordion-heading .icon .horizontal {
    width: 10px;
    height: 2px;
    margin-left: -5.5px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .productdetail-main .accordion-group {
    margin-bottom: 14px;
  }
  .productdetail-main .accordion-group .accordion-heading a {
    padding: 10px;
    font-family: "SVN-Megante";
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
  }
}
.productdetail-main .tskt-table {
  position: relative;
  max-width: 722px;
}
.productdetail-main .tskt-table .tskt-table-content {
  background: #ffffff;
  border: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate !important;
  border-spacing: 0;
}
.productdetail-main .tskt-table .tskt-table-content td {
  padding: 10px 16px;
  border: 1px solid #828282;
  border-bottom: 0;
}
.productdetail-main .tskt-table .tskt-table-content td {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .productdetail-main .tskt-table .tskt-table-content td {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.productdetail-main .tskt-table .tskt-table-content tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.productdetail-main .tskt-table .tskt-table-content tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.productdetail-main .tskt-table .tskt-table-content tr:last-child td {
  border-bottom: 1px solid #828282;
}
.productdetail-main .tskt-table .tskt-table-content tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.productdetail-main .tskt-table .tskt-table-content tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.productdetail-main .tskt-table .tskt-table-content tr td {
  border-right: 0;
}
.productdetail-main .tskt-table .tskt-table-content tr td:last-child {
  border-right: 1px solid #828282;
  text-align: center;
  font-weight: 600;
}
.productdetail-main .tskt-table .tskt-table-content tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

.accessory-list * {
  font-family: "Montserrat" !important;
}
.accessory-list .list-img {
  display: flex;
  gap: 22px;
  margin-bottom: 22px;
}
.accessory-list .list-txt ul,
.accessory-list .list-txt ul li {
  list-style: disc;
}

.productdetail-top-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}
.productdetail-top-wrap .gallery {
  flex: 0 0 640px;
  max-width: 640px;
}
.productdetail-top-wrap .top-info {
  flex: 0 0 545px;
  max-width: 545px;
  margin-left: 31px;
}
.productdetail-top-wrap .top-info h1.name {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.productdetail-top-wrap .top-info .price-box {
  position: relative;
  padding-bottom: 24px;
}
.productdetail-top-wrap .top-info .price-box .price-normal {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #aa1f23;
  margin-bottom: 8px;
}
.productdetail-top-wrap .top-info .price-box .price-old {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
  text-decoration: line-through;
}
.productdetail-top-wrap .top-info .price-box .discount {
  display: inline-block;
  background: #aa1f23;
  border-radius: 4px;
  padding: 4px 16px;
  margin-left: 16px;
  z-index: 10;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.productdetail-top-wrap .top-info .price-box .discount .txt {
  font-weight: 500;
}
.productdetail-top-wrap .top-info .price-box .discount .value {
  font-weight: 700;
}
.productdetail-top-wrap .top-info .product-summary {
  border-top: 1px solid #e0e0e0;
  padding: 24px 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.productdetail-top-wrap .top-info .product-config {
  display: inline-block;
  width: 100%;
}
.productdetail-top-wrap .top-info .product-config .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.productdetail-top-wrap .top-info .product-config .box-title .value {
  margin-left: auto;
  color: #aa1f23;
  text-decoration: underline;
}
.productdetail-top-wrap .top-info .product-config .config-list {
  float: left;
  width: 100%;
}
.productdetail-top-wrap .top-info .product-config .config-list .config-item {
  float: left;
  padding: 6px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #000000;
}
.productdetail-top-wrap .top-info .product-config .config-list .config-item:hover, .productdetail-top-wrap .top-info .product-config .config-list .config-item.active {
  border-color: #aa1f23;
  color: #ffffff;
  background: #aa1f23;
}
.productdetail-top-wrap .top-info .product-config .config-list .config-item.disabled {
  border: 1px solid #f2f2f2;
  color: #bdbdbd;
  pointer-events: none;
  cursor: not-allowed;
}
.productdetail-top-wrap .top-info .special-offers {
  border: 1px solid #aa1f23;
  border-radius: 8px;
  background: #f2f2f2;
  padding: 16px;
  margin-bottom: 24px;
}
.productdetail-top-wrap .top-info .special-offers * {
  font-family: "Montserrat" !important;
}
.productdetail-top-wrap .top-info .special-offers .title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 8px;
}
.productdetail-top-wrap .top-info .special-offers .special-offer-item .item {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  position: relative;
  padding-left: 30px;
}
.productdetail-top-wrap .top-info .special-offers .special-offer-item .item:not(:last-child) {
  margin-bottom: 8px;
}
.productdetail-top-wrap .top-info .special-offers .special-offer-item .item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 10px;
}
.productdetail-top-wrap .top-info .product-actions .actions-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.productdetail-top-wrap .top-info .product-actions .actions-wrap a {
  white-space: nowrap;
}
.productdetail-top-wrap .top-info .product-actions .action-btn {
  border: 1px solid #aa1f23;
  border-radius: 4px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333333333;
  flex: 1;
  color: #aa1f23;
  padding: 11px;
}
.productdetail-top-wrap .top-info .product-actions .action-btn.add-to-cart {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #aa1f23;
}
.productdetail-top-wrap .top-info .product-actions .action-btn.add-to-cart .icon {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
}
.productdetail-top-wrap .top-info .product-actions .action-btn.add-now {
  background: #aa1f23;
  color: #d0b46c;
}
.productdetail-top-wrap .gallery .gallery-wrap {
  display: flex;
  gap: 16px;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery {
  flex: 0 0 calc(18% - 8px);
  max-width: calc(18% - 8px);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  max-height: 520px;
  overflow: hidden;
  padding: 8px;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .img {
  padding-bottom: calc(100% - 2px);
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-slide-thumb-active .img {
  border: 1px solid #aa1f23;
  border-radius: 4px;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-slide-thumb-active .img::after {
  content: "";
  background: linear-gradient(0deg, rgba(170, 31, 35, 0.1), rgba(170, 31, 35, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-next,
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-prev {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  margin: 0;
  width: calc(100% - 20px);
  height: 24px;
  border-radius: 4px;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-next {
  bottom: 8px;
  top: unset;
}
.productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-prev {
  top: 8px;
}
.productdetail-top-wrap .gallery .gallery-wrap .main-gallery {
  flex: 0 0 calc(82% - 8px);
  max-width: calc(82% - 8px);
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  max-height: 520px;
  overflow: hidden;
}
.productdetail-top-wrap .gallery .gallery-wrap .main-gallery .img {
  padding-bottom: 100%;
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.productdetail-top-wrap .gallery .gallery-wrap .main-gallery .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  overflow: hidden;
}
.productdetail-top-wrap .gallery .gallery-wrap .main-gallery .big-swiper-button-next,
.productdetail-top-wrap .gallery .gallery-wrap .main-gallery .big-swiper-button-prev {
  display: none;
}
.productdetail-top-wrap .gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.productdetail-top-wrap .gallery .swiper-button-next:after,
.productdetail-top-wrap .gallery .swiper-button-prev:after {
  display: none;
}
.productdetail-top-wrap .social-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .productdetail-top-wrap .social-share {
    justify-content: flex-start;
    margin-top: 40px;
  }
}
.productdetail-top-wrap .social-share span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.productdetail-top-wrap .social-share a:not(:last-child) {
  border-right: 1px solid #bdbdbd;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .productdetail-top-wrap .top-info {
    margin-left: 20px;
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .productdetail-top-wrap .gallery {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery {
    max-height: 400px;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .main-gallery {
    max-height: 400px;
  }
  .productdetail-top-wrap .top-info {
    margin-left: 20px;
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .productdetail-top-wrap .gallery {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .productdetail-top-wrap .gallery .gallery-wrap {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    order: 2;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-next,
  .productdetail-top-wrap .gallery .gallery-wrap .thumb-gallery .swiper-button-prev {
    display: none;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .main-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .productdetail-top-wrap .gallery .gallery-wrap .main-gallery .big-swiper-button-next,
  .productdetail-top-wrap .gallery .gallery-wrap .main-gallery .big-swiper-button-prev {
    display: block;
  }
  .productdetail-top-wrap .top-info {
    margin-left: 20px;
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .productdetail-top-wrap .top-info {
    margin-left: 0;
  }
}

.productdetail-page .home-section .section-title h4 {
  text-transform: none;
  font-weight: 600;
}
.productdetail-page .view-bst {
  margin-top: 80px;
  margin-bottom: 20px;
}

.view-bst {
  display: inline-block;
  background: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  padding: 8px 16px;
  color: #d0b46c;
}
.view-bst:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .view-bst {
    min-width: 275px;
  }
}

.block-review {
  margin: 30px 0 90px 0;
}
.block-review .box-stars {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.block-review .rating-comment {
  margin-left: 6px;
}
.block-review .rating-comment .rating-input {
  float: right;
  width: 24px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 -24px;
  opacity: 0;
}
.block-review .rating-comment .rating-input:checked ~ .rating-star {
  background-position: -1px -30px;
}
.block-review .rating-comment .rating-star {
  position: relative;
  float: right;
  display: block;
  background: url("../images/star_rating.png") -1px -3px;
  width: 24px;
  height: 22px;
  margin: 0px;
  cursor: pointer;
}
.block-review .btn-submit {
  display: inline-block;
  background: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  padding: 6px 16px;
  color: #d0b46c;
}
.block-review .btn-submit:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .block-review .btn-submit {
    min-width: 175px;
  }
}
.block-review .upload-img {
  margin-right: auto;
}
.block-review .comment-note {
  margin-top: 26px;
  margin-bottom: 26px;
  position: relative;
}
.block-review .comment-note label {
  position: absolute;
  top: 11px;
  left: 11px;
}
.block-review .comment-note textarea {
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 11px;
  color: #4f4f4f;
}
.block-review .comment-note textarea::-moz-placeholder {
  opacity: 1;
}
.block-review .comment-note textarea::placeholder {
  opacity: 1;
}
.block-review .comment-note textarea:focus-visible ~ .lalll {
  color: red;
}
.block-review .actions {
  padding: 14px 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #4f4f4f;
}
.block-review .actions a {
  color: #4f4f4f;
}
.block-review .comment-list {
  border-top: 1px solid #c4c4c4;
}
.block-review .comment-list .item {
  margin: 30px 0;
}
.block-review .comment-list .item .ava {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.block-review .comment-list .item .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.block-review .comment-list .item .rating {
  display: inline-block;
  width: 116px;
  height: 18px;
  position: relative;
}
.block-review .comment-list .item .rating i {
  background: url("../images/rating-star.png") no-repeat 0 -20px;
  width: 116px;
  height: 18px;
  display: inline-block;
}
.block-review .comment-list .item .rating i.rating-active {
  background: url("../images/rating-star.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.block-review .comment-list .item .user-info {
  font-size: 18px;
  line-height: 24px;
}
.block-review .comment-list .item .user-info .name {
  margin-right: 10px;
}
.block-review .comment-list .item .user-info .created {
  font-size: 14px;
  color: #828282;
}
.block-review .comment-list .item .comment-user {
  display: flex;
  align-items: center;
}
.block-review .comment-list .item .comment-user .ava {
  margin-right: 25px;
}
.block-review .comment-list .item .comment-user .rating {
  margin-bottom: 6px;
}
.block-review .comment-list .item .comment-content {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.block-review .comment-list .item .list-img {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.block-review .comment-list .item .list-img a {
  flex: 0 0 123px;
  max-width: 123px;
  height: 121px;
}
.block-review .comment-list .item .list-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-review .view-more-comment {
  display: inline-block;
  background: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  padding: 6px 16px;
  color: #d0b46c;
}
.block-review .view-more-comment:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .block-review .view-more-comment {
    min-width: 223px;
  }
}

.img-uploaded {
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 4px;
}
.img-uploaded img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.img-uploaded .img-actions {
  position: absolute;
  top: 0;
  text-align: center;
}
.img-uploaded .img-actions.action-del {
  right: 0;
  left: auto;
}
.img-uploaded .img-actions img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.img-uploaded .img-actions:hover img {
  transform: scale(0.9);
}
.img-uploaded.img-uploaded-small {
  width: 100px;
  height: 100px;
}
.img-uploaded.img-uploaded-blank {
  background: #f9f9fb;
  border: 1px solid #eaeaec;
  order: 1;
}

.vertify-page {
  padding: 100px 0 60px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .vertify-page {
    padding: 276px 0 148px;
  }
}
.vertify-page h2 {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  color: #aa1f23;
  margin-bottom: 8px;
}
.vertify-page p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #808b96;
}
.vertify-page .form-control {
  min-height: 40px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  background: #f2f2f2;
  border: 0;
}
.vertify-page .form-control::-moz-placeholder {
  color: #828282;
}
.vertify-page .form-control::placeholder {
  color: #828282;
}
.vertify-page .btn-section {
  min-height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #aa1f23;
  border-radius: 8px;
  color: #ffffff;
}
.vertify-page .retrieve {
  margin: 0 auto;
}
.vertify-page .retrieve .form {
  max-width: 342px;
  margin: 0 auto;
}
.vertify-page .retrieve p {
  max-width: 404px;
  margin: 0 auto;
}
.vertify-page .otp {
  max-width: 342px;
  margin: 0 auto;
}
.vertify-page .otp .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.vertify-page .otp .form-group span {
  height: 40px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
}
.vertify-page .otp .not-yet {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
}
.vertify-page .otp .not-yet a {
  font-weight: 600;
  color: #aa1f23;
}

.supports {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 43px;
}
.supports h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: "SVN-Megante";
  margin-bottom: 1rem;
  color: #000000;
}
.supports strong {
  font-weight: 600;
  color: #aa1f23;
}
.supports ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.supports ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.supports ul li .icon {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.supports ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.gold-title {
  line-height: 32px;
  margin-bottom: 1rem;
  color: #aa1f23;
  text-align: center;
}
@media (max-width: 768px) {
  .supports ul li {
    align-items: flex-start;
  }
}

.news-details {
  padding-bottom: 60px;
  margin-top: 36px;
}
@media screen and (min-width: 1200px) {
  .news-details {
    padding-bottom: 90px;
  }
}
.news-details .date-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.news-details .share-socials {
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 32px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
.news-details .share-socials span {
  margin-right: 1rem;
}
.news-details .share-socials a {
  display: inline-block;
}
.news-details .share-socials a:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #bdbdbd;
}
@media screen and (min-width: 1200px) {
  .news-details .share-socials {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.news-details .categories-right .post {
  grid-gap: 30px;
}

.wrapper-content-detail {
  word-break: break-word;
}
.wrapper-content-detail ul {
  padding-left: 20px;
}
.wrapper-content-detail ul li {
  list-style: initial;
  margin-bottom: 8px;
}
.wrapper-content-detail img {
  height: auto;
}

.box-address {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-top: 32px;
}
.box-address h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.box-address ul {
  padding-left: 20px;
}
.box-address ul li {
  list-style: initial;
  margin-bottom: 8px;
}

.sections-product-online {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .sections-product-online {
    padding: 64px 0 94px;
  }
}
.sections-product-online .list-products {
  gap: unset;
  display: block !important;
}
.sections-product-online .list-products .sp-item.sp-item-border {
  flex: 0 0 100%;
  max-width: 100%;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-img::before {
  padding-bottom: 180px;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-img .img-fluid {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-body {
  padding: 10px 13px;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-body .name {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-body .name:hover {
  color: #aa1f23;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-body .price {
  font-size: 14px;
  line-height: 28px;
}
.sections-product-online .list-products .sp-item.sp-item-border .sp-item-body .price del {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.sections-product-online .list-products .swiper-pagination {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  bottom: 0;
  position: static;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .sections-product-online .list-products .swiper-pagination {
    height: 8px;
  }
}
.sections-product-online .list-products .swiper-pagination-progressbar-fill {
  background: #dadce0;
  border-radius: 10px;
}
.sections-product-online .list-products .sp-item {
  height: 100%;
}

.promotion-page .home-category {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .promotion-page .home-category {
    padding-bottom: 79px;
  }
}
.promotion-page .home-category .desc {
  font-weight: 400;
  font-size: 16;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 34px;
}
@media screen and (min-width: 1024px) {
  .promotion-page .home-category .desc {
    font-size: 18px;
  }
}
.promotion-page .home-category .category-list {
  padding: 0;
  grid-gap: 10px;
  display: grid !important;
  grid-template-rows: unset;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: unset;
  overflow: unset;
}
@media screen and (min-width: 768px) {
  .promotion-page .home-category .category-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
  }
}
.promotion-page .home-category .category-list .categogy-item {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.promotion-store {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .promotion-store {
    background-position: 79px;
  }
}
.promotion-store .swiper-slide {
  height: auto;
}
.promotion-store .swiper-slide a {
  display: inline-block;
  width: 100%;
  padding-bottom: 48.06%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.promotion-store .swiper-slide a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.promotion-store .head {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .promotion-store .head {
    margin-bottom: 40px;
  }
}
.promotion-store .swiper-pagination {
  position: static;
  justify-content: center;
  margin-top: 25px;
}
.promotion-store .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border: 2px solid transparent;
  border-radius: 50%;
}
.promotion-store .swiper-pagination-bullet-active {
  border: 2px solid #d9d9d9;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .promotion-store .swiper-pagination {
    margin-top: 48px;
  }
}
.promotion-store [class*=swiper-button] {
  transform: translateY(-50%);
}
.promotion-store [class*=swiper-button]::after {
  font-size: 25px;
  color: #333333;
}
@media screen and (min-width: 1280px) {
  .promotion-store [class*=swiper-button].swiper-button-prev {
    left: -30px;
  }
  .promotion-store [class*=swiper-button].swiper-button-next {
    right: -30px;
  }
}

.promotion-other {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .promotion-other {
    padding-bottom: 107px;
  }
}
.promotion-other .list {
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 576px) {
  .promotion-other .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 1024px) {
  .promotion-other .list {
    grid-gap: 32px;
  }
}
.promotion-other .item:hover .image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.promotion-other .item .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 216px;
}
.promotion-other .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.promotion-other .item .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #aa1f23;
  font-family: "SVN-Megante";
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .promotion-other .item .name {
    margin-top: 23px;
  }
}

.news-related .title-w-deco {
  justify-content: center;
}
.news-related .btn-more {
  display: inline-block;
  background: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  max-width: 275px;
  width: 100%;
  padding: 9px;
}
.news-related .btn-more span {
  display: block;
  font-family: "SVN-Megante";
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.news-related .btn-more:hover {
  background: #fff;
}
.news-related .btn-more:hover span {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  color: #aa1f23;
}

.introduce-page .introduce-video {
  position: relative;
}
.introduce-page .introduce-video .img {
  max-height: calc(100vh - 120px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1680px) {
  .introduce-page .introduce-video .img {
    max-height: 736px;
  }
}
.introduce-page .introduce-video .bg-video-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
.introduce-page .introduce-video .bg-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introduce-page .introduce-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-section {
  padding-top: 52px;
}
.about-section .slogan {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .about-section .slogan {
    margin-bottom: 42px;
  }
}
.about-section .slogan .desc {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.about-section .about-title {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #aa1f23;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .about-section .about-title {
    font-size: 30px;
  }
}
.about-section .about-title span {
  margin-bottom: 15px;
  display: block;
  color: #000;
}

.bg-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.letter-section {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .letter-section {
    padding-top: 109px;
    padding-bottom: 124px;
  }
}
.letter-section .letter {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .letter-section .letter {
    flex-direction: row;
    align-items: center;
    gap: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.letter-section .image {
  max-height: 490px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .letter-section .image {
    height: 490px;
  }
}
.letter-section .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: inherit;
  border-radius: 5px;
}
.letter-section .content {
  font-family: "SVN-Megante";
}
.letter-section .content h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #aa1f23;
  margin-bottom: 25px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .letter-section .content h3 {
    padding-bottom: 32px;
    margin-bottom: 48px;
  }
}
.letter-section .content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #aa1f23;
  width: 120px;
  height: 2px;
}
@media screen and (min-width: 1024px) {
  .letter-section .content h3::after {
    width: 184px;
    height: 4px;
  }
}
.letter-section .content .desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #aa1f23;
  margin-bottom: 1rem;
  position: relative;
}
.letter-section .content .desc span:first-child {
  position: absolute;
  top: -18px;
  left: -18px;
}
@media screen and (min-width: 1024px) {
  .letter-section .content .desc {
    font-size: 20px;
  }
}
.letter-section .content .postion {
  font-size: 14px;
  color: #333333;
  font-family: "Montserrat";
}
.letter-section .content .postion span {
  display: block;
  color: #000;
  font-weight: 400;
  font-family: "SVN-Megante";
  font-size: 16px;
}

.value-section {
  padding: 50px 0;
  margin-bottom: 44px;
}
.value-section .title-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .value-section {
    padding-top: 108px;
    padding-bottom: 76px;
  }
  .value-section .title-section {
    margin-bottom: 60px;
  }
}
.value-section .values {
  display: grid;
  grid-gap: 32px;
}
.value-section .valute-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .value-section .valute-item {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    gap: unset;
    align-items: center;
  }
  .value-section .valute-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .value-section .valute-item:nth-of-type(odd) .content {
    margin-right: auto;
  }
}
.value-section .valute-item .image .img {
  position: relative;
  padding-bottom: 62.6%;
}
@media screen and (min-width: 768px) {
  .value-section .valute-item .image .img {
    padding-bottom: 392px;
  }
}
.value-section .valute-item .image .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.value-section .valute-item .content {
  max-width: 521px;
}
@media screen and (min-width: 768px) {
  .value-section .valute-item .content {
    flex: 0 0 calc(41.6666666667% + 30px);
    max-width: calc(41.6666666667% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
  }
}
.value-section .valute-item .content .title {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-transform: uppercase;
  font-family: "SVN-Megante";
  color: #000000;
  display: flex;
  align-items: center;
  gap: 13px;
}
.value-section .valute-item .content .desc {
  font-size: 18px;
  line-height: 1.8333333333;
}
.value-section .valute-item .content p {
  margin-bottom: 8px;
}
.value-section .valute-item .content ul {
  padding-left: 0;
  list-style: initial;
  list-style-position: inside;
}
.value-section .valute-item .content ul li {
  list-style: inherit;
}

.histories .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.histories .title-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .histories .title-section {
    margin-bottom: 60px;
  }
}
.histories .history-year {
  font-size: 30px;
  line-height: 32px;
  font-family: "SVN-Megante";
  color: #aa1f23;
  text-align: center;
}
.histories .history-year [class*=swiper-button] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #aa1f23;
  transform: translateY(16px);
}
@media screen and (min-width: 1440px) {
  .histories .history-year [class*=swiper-button] {
    width: 48px;
    height: 48px;
    transform: translateY(11px);
  }
}
.histories .history-year [class*=swiper-button].swiper-button-prev {
  left: -15px;
}
.histories .history-year [class*=swiper-button].swiper-button-next {
  right: -15px;
}
.histories .history-year [class*=swiper-button]::after {
  color: #ffffff;
  font-size: 17px;
}
.histories .history-year .item {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 42px;
}
.histories .history-year .item::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background: #d5d5d5;
  height: 2px;
  width: 100%;
}
.histories .history-year .item::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 22px;
  height: 22px;
  background: #aa1f23;
}
.histories .history-achievement .swiper,
.histories .history-achievement .swiper-wrapper {
  border-radius: 16px;
}
.histories .history-achievement .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1200px) {
  .histories .history-achievement {
    padding-bottom: 80px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.histories .history-achievement .item {
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.histories .history-achievement .item .image {
  padding-bottom: 174px;
  position: relative;
  z-index: 2;
}
.histories .history-achievement .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.histories .history-achievement .item .content {
  position: relative;
  z-index: 2;
  padding: 12px;
  background: #fff;
}
.histories .history-achievement .item .content::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 53px;
  background: #aa1f23;
}
.histories .history-achievement .item .content .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.65;
  color: #0f0f10;
}
@media screen and (min-width: 1200px) {
  .histories .history-achievement .item .content .name {
    font-size: 20px;
  }
}
.histories .history-achievement .item .content .desc {
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .histories .history-achievement .item .content .desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .histories .swiper-slide {
    width: 300px;
  }
}

.story {
  margin-bottom: 50px;
}
@media screen and (min-width: 1680px) {
  .story {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1680px) {
  .story .title-section {
    margin-bottom: 2rem;
  }
}
.story__list {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 576px) {
  .story__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .story__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 240px 240px;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .story__list {
    grid-template-rows: repeat(2, 287px);
  }
}
@media screen and (min-width: 1680px) {
  .story__list {
    grid-template-rows: repeat(2, 302px);
    grid-gap: 40px 33px;
  }
}
.story__item.post-include {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.story__item.post-include h3 {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1680px) {
  .story__item.post-include h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
.story__item.post-include .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .story__item.post-include .image {
    height: calc(100% - 82px);
  }
  .story__item.post-include:first-of-type {
    grid-row: 1/3;
    position: relative;
  }
  .story__item.post-include:first-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 8px;
  }
  .story__item.post-include:first-of-type .image {
    height: 100%;
  }
  .story__item.post-include:first-of-type h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 2;
  }
  .story__item.post-include:first-of-type h3 a {
    color: #fff;
  }
}
@media screen and (min-width: 1680px) {
  .story__item.post-include .image {
    height: 206px;
  }
}

.news-site {
  padding: 37px 0 60px;
}
@media screen and (min-width: 1200px) {
  .news-site {
    padding-bottom: 90px;
  }
}

.articles {
  margin-bottom: 30px;
  font-family: "Montserrat";
}
.articles .article-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.articles .article-item .link-item {
  position: absolute;
  inset: 0;
  z-index: 9;
}
.articles .article-item:hover .image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.articles .article-item:hover span {
  color: #aa1f23;
}
.articles .article-item .image {
  position: relative;
  padding-bottom: 62.25%;
  height: 100%;
}
.articles .article-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all ease;
  transform: scale(1);
}
.articles .article-item h3 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
}
.articles .article-item h3 span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in-out;
}
.articles .article-main {
  display: grid;
  grid-gap: 25px;
}
@media screen and (min-width: 576px) {
  .articles .article-main {
    grid-gap: 25px 1rem;
    grid-template-rows: 400px 267px;
    grid-template-columns: repeat(4, 1fr);
  }
  .articles .article-item:nth-of-type(1) {
    grid-column: 1/5;
  }
  .articles .article-item:nth-of-type(2) {
    grid-column: 1/3;
  }
  .articles .article-item:nth-of-type(3) {
    grid-column: 3/5;
  }
  .articles .article-item .image {
    position: static;
    padding-bottom: unset;
  }
  .articles .article-item .image img {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .articles {
    margin-bottom: 50px;
  }
  .articles .article-main {
    grid-gap: 1rem;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 200px 200px;
  }
  .articles .article-main .article-item:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .articles .article-main .article-item:nth-of-type(1) h3 {
    font-size: 23px;
    line-height: 36px;
  }
  .articles .article-main .article-item:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .articles .article-main .article-item:nth-of-type(3) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 992px) {
  .articles .article-main {
    grid-template-columns: 1fr 1fr 354px;
  }
}
@media screen and (min-width: 1200px) {
  .articles .article-main {
    grid-template-columns: 1fr 1fr 322px;
    grid-gap: 20px;
  }
  .articles .article-main .article-item:first-child h3 {
    font-size: 28px;
    line-height: 36px;
    padding: 32px;
  }
  .articles .article-main .article-item:not(:first-child) h3 {
    padding: 93px 12px 12px 12px;
  }
}
@media screen and (min-width: 1680px) {
  .articles .article-main {
    grid-template-rows: 267px 267px;
    grid-gap: 32px;
  }
}

.font-mega {
  font-family: "SVN-Megante";
}

.categories-right {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .categories-right {
    margin-top: 0;
  }
}
.categories-right .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000000;
  font-family: "SVN-Megante";
}
@media screen and (min-width: 1200px) {
  .categories-right .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.categories-right ul {
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .categories-right ul {
    margin-bottom: 55px;
  }
}
.categories-right ul li {
  margin-bottom: 8px;
}
.categories-right ul li a {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
.categories-right ul li a:hover {
  color: #aa1f23;
}
@media screen and (min-width: 992px) {
  .categories-right ul li a {
    font-size: 18px;
  }
}
.categories-right .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.handbook-wedding {
  font-family: "Montserrat";
  margin-bottom: 50px;
}
@media screen and (min-width: 1680px) {
  .handbook-wedding {
    margin-bottom: 88px;
  }
}
.handbook-wedding .list {
  display: grid;
  grid-gap: 30px;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .handbook-wedding .list {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .handbook-wedding .list {
    grid-template-columns: 1.47fr 1fr 1fr;
    grid-gap: 32px;
  }
}
@media screen and (min-width: 1680px) {
  .handbook-wedding .list {
    align-items: flex-start;
  }
}
.handbook-wedding .item .link-item {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 9;
}
.handbook-wedding .item:hover .image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.handbook-wedding .item:hover h3 span {
  color: #aa1f23;
}
.handbook-wedding .item .image {
  padding-bottom: 104%;
  z-index: 2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.handbook-wedding .item .image a {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1680px) {
  .handbook-wedding .item .image {
    padding-bottom: 500px;
  }
}
.handbook-wedding .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.handbook-wedding .item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 115px 1rem 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #aa1f23;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .handbook-wedding .item .name {
    font-size: 20px;
  }
}
.handbook-wedding .item .name span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1680px) {
  .handbook-wedding .item:nth-of-type(1) .image {
    padding-bottom: 500px;
  }
}
.handbook-wedding .item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  height: 88%;
  width: 88%;
  background: #aa1f23;
  border-radius: 8px;
}
.handbook-wedding .item:nth-of-type(1) .name {
  background: linear-gradient(to bottom, rgba(208, 180, 108, 0) 2.19%, #ffe9af 51.28%, #d0b46c 96.9%);
  padding-top: 82px;
}

@media screen and (min-width: 1200px) {
  .jewelry-articles .title-section {
    margin-bottom: 32px;
  }
}
.jewelry-articles .articles-list {
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 576px) {
  .jewelry-articles .articles-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
}
.jewelry-articles .article-item {
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.jewelry-articles .article-item:hover .content .name {
  color: #aa1f23;
}
@media screen and (min-width: 576px) {
  .jewelry-articles .article-item:nth-of-type(even) .image {
    order: 2;
  }
}
.jewelry-articles .article-item .image {
  position: relative;
  height: 217px;
  padding: unset;
}
.jewelry-articles .article-item .image img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jewelry-articles .article-item .content {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media screen and (min-width: 576px) {
  .jewelry-articles .article-item .content {
    padding: 1rem;
    min-height: 217px;
  }
}
@media screen and (min-width: 1200px) {
  .jewelry-articles .article-item .content {
    padding: 24px;
  }
}
.jewelry-articles .article-item .content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.jewelry-articles .article-item .content .name:hover {
  color: #aa1f23;
}
@media screen and (min-width: 1200px) {
  .jewelry-articles .article-item .content .name {
    font-size: 18px;
  }
}

.mix-match .title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #aa1f23;
}
@media screen and (min-width: 768px) {
  .mix-match .title {
    font-size: 32px;
  }
}
.mix-match .post {
  display: grid;
  grid-gap: 25px;
  margin-bottom: 40px;
}
.mix-match .post .post-item .image {
  position: relative;
  height: 206px;
  border-radius: 8px;
}
.mix-match .post .post-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mix-match .post .post-item h3 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.mix-match .post .post-item h3 a {
  color: #333333;
}
.mix-match .post .post-item h3:hover a {
  color: #aa1f23;
}
@media screen and (min-width: 576px) {
  .mix-match .post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .mix-match .post {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 32px;
  }
}
@media screen and (min-width: 992px) {
  .mix-match .post .post-item h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .mix-match .post {
    margin-bottom: 80px;
  }
}

.post-include .image {
  position: relative;
  height: 206px;
  border-radius: 8px;
}
.post-include .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-include h3 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.post-include h3 a {
  color: #333333;
}
.post-include h3:hover a {
  color: #aa1f23;
}
@media screen and (min-width: 992px) {
  .post-include h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}

.knowledge {
  margin-bottom: 50px;
}
@media screen and (min-width: 1680px) {
  .knowledge {
    margin-bottom: 88px;
  }
}
.knowledge__list {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .knowledge__list {
    grid-gap: 0;
  }
}
.knowledge__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .knowledge__item:nth-of-type(odd) .content .title {
    max-width: 380px;
  }
}
.knowledge__item:nth-of-type(even) .image {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .knowledge__item:nth-of-type(even) .image {
    flex: 0 0 calc(50% + 57px);
    max-width: calc(50% + 57px);
    right: unset;
    left: 0;
  }
}
.knowledge__item:nth-of-type(even) .content {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .knowledge__item:nth-of-type(even) .content {
    margin-left: auto;
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
  .knowledge__item:nth-of-type(even) .content .title {
    max-width: 76%;
    margin-left: auto;
  }
}
.knowledge__item .image {
  position: relative;
  padding-bottom: 310px;
}
.knowledge__item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .knowledge__item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    flex: 0 0 calc(58.3333333333% - 39px);
    max-width: calc(58.3333333333% - 39px);
  }
}
.knowledge__item .content {
  background: #f1f1f1;
  padding: 2rem 1rem;
}
.knowledge__item .content .title .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 1200px) {
  .knowledge__item .content .title .name {
    font-size: 20px;
  }
}
.knowledge__item .content .title .link {
  font-size: 15px;
  color: #aa1f23;
}
@media screen and (min-width: 1200px) {
  .knowledge__item .content .title .link {
    font-size: 18px;
  }
}
.knowledge__item .content .title:hover .name {
  color: #aa1f23;
}
@media screen and (min-width: 768px) {
  .knowledge__item .content {
    min-height: 379px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .knowledge__item .content {
    flex: 0 0 calc(50% + 3px);
    max-width: calc(50% + 3px);
  }
}
@media screen and (min-width: 768px) {
  .knowledge__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .knowledge__item {
    display: flex;
  }
}

.cart-page {
  padding: 35px 0;
}
@media (min-width: 1200px) {
  .cart-page {
    padding: 35px 0 95px;
  }
}
.cart-page-container {
  max-width: 800px;
  margin: 0 auto;
}
.cart-page-container-full {
  max-width: 100%;
}

.block-cart-title {
  position: relative;
}
.block-cart-title .btn-action {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.block-cart-title .btn-action:hover {
  color: #fd7e14;
}
.block-cart-title .btn-action span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .block-cart-title .btn-action {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.block-cart-title .title {
  display: block;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #aa1f23;
  text-align: center;
}

.incart-list-item .incart-item .incart-item-wrap {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
}
.incart-list-item .incart-item .incart-item-wrap a {
  color: #000000;
}
.incart-list-item .incart-item .incart-item-wrap .img {
  float: left;
  background: #fff;
  border-radius: 8px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.incart-list-item .incart-item .incart-item-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.incart-list-item .incart-item .incart-item-wrap .info {
  display: block;
  width: calc(100% - 136px);
  margin-left: 136px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.incart-list-item .incart-item .actions .del-item .txt {
  margin-left: 8px;
}
.incart-list-item .incart-item .product-name {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  margin: 0 0 8px 0;
  color: #aa1f23;
}
.incart-list-item .incart-item .price-box .product-price {
  margin-right: 10px;
}
.incart-list-item .incart-item .price-box .product-price .value {
  font-size: 18px;
  font-weight: 600;
}
.incart-list-item .incart-item .price-box .cart-qty {
  margin-left: auto;
}
.incart-list-item .incart-item .new-cart-quantity {
  width: 121px;
  height: 36px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
.incart-list-item .incart-item .new-cart-quantity input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 1;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0 5px;
  text-align: center;
  background: transparent;
}
.incart-list-item .incart-item .new-cart-quantity .minor,
.incart-list-item .incart-item .new-cart-quantity .add {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.incart-list-item .incart-item .new-cart-quantity .minor.disallowed,
.incart-list-item .incart-item .new-cart-quantity .add.disallowed {
  opacity: 0.5;
}
.incart-list-item .incart-item .product-config {
  display: inline-block;
  width: 100%;
}
.incart-list-item .incart-item .product-config .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.incart-list-item .incart-item .product-config .box-title .value {
  margin-left: auto;
  color: #aa1f23;
  text-decoration: underline;
}
.incart-list-item .incart-item .product-config .config-list {
  float: left;
  width: 100%;
}
.incart-list-item .incart-item .product-config .config-list .config-item {
  float: left;
  padding: 6px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #000000;
}
.incart-list-item .incart-item .product-config .config-list .config-item:hover, .incart-list-item .incart-item .product-config .config-list .config-item.active {
  border-color: #aa1f23;
  color: #ffffff;
  background: #aa1f23;
}
.incart-list-item .incart-item .product-config .config-list .config-item.disabled {
  border: 1px solid #f2f2f2;
  color: #bdbdbd;
  pointer-events: none;
  cursor: not-allowed;
}
.incart-list-item .incart-item .special-offers {
  border: 1px solid #aa1f23;
  border-radius: 8px;
  background: #f2f2f2;
  padding: 16px;
  margin-bottom: 24px;
}
.incart-list-item .incart-item .special-offers * {
  font-family: "Montserrat" !important;
}
.incart-list-item .incart-item .special-offers .title {
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 8px;
}
.incart-list-item .incart-item .special-offers .special-offer-item .item {
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.incart-list-item .incart-item .special-offers .special-offer-item .item:not(:last-child) {
  margin-bottom: 8px;
}
.incart-list-item .incart-item .special-offers .special-offer-item .item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 10px;
}
@media (max-width: 768px) {
  .incart-list-item .incart-item .incart-item-wrap .info {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
  }
  .incart-list-item .incart-item .incart-item-wrap .img {
    margin-bottom: 32px;
  }
  .incart-list-item .incart-item .price-box .cart-qty {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
  .incart-list-item .incart-item .new-cart-quantity {
    width: 95px;
    height: 28px;
  }
  .incart-list-item .incart-item .new-cart-quantity .minor,
  .incart-list-item .incart-item .new-cart-quantity .add {
    width: 28px;
    height: 28px;
  }
  .incart-list-item .incart-item .special-offers .special-offer-item .item {
    padding-left: 10px;
  }
  .incart-list-item .incart-item .special-offers .special-offer-item .item::before {
    left: 0px;
  }
  .incart-list-item .incart-item .product-config .config-list {
    margin-bottom: 8px;
  }
  .incart-list-item .incart-item .product-config .config-list .config-item {
    padding: 2px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .incart-list-item .incart-item .incart-item-wrap .info {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }
  .incart-list-item .incart-item .incart-item-wrap .img {
    margin-bottom: 0;
  }
}

.block-cart-actions {
  margin: 30px 0;
}
.block-cart-actions .cart-total-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.block-cart-actions .cart-total-price .big-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #aa1f23;
}
.block-cart-actions .block-cart-actions-wrap {
  display: flex;
  gap: 34px;
}
.block-cart-actions .block-cart-actions-wrap .btn-theme {
  flex: 0 0 calc(50% - 17px);
  max-width: calc(50% - 17px);
  text-align: center;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333333333;
  flex: 1;
  color: #aa1f23;
  padding: 12px;
}
.block-cart-actions .block-cart-actions-wrap .btn-theme.add-now {
  background: #aa1f23;
  color: #d0b46c;
}
.block-cart-actions .block-cart-actions-wrap .btn-theme.add-now .txt {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 768px) {
  .block-cart-actions .block-cart-actions-wrap {
    gap: 20px;
  }
  .block-cart-actions .block-cart-actions-wrap .btn-theme {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 576px) {
  .block-cart-actions .block-cart-actions-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
  .block-cart-actions .block-cart-actions-wrap .btn-theme {
    flex: 0 0 100%;
    max-width: 100%;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3333333333;
  }
}

.block-cart-voucher {
  margin-bottom: 24px;
}
.block-cart-voucher .title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  color: #aa1f23;
  text-align: left;
  margin-bottom: 24px;
}
.block-cart-voucher .cart-voucher {
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
}
.block-cart-voucher .cart-voucher input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 14px 16px;
  height: 48px;
  box-shadow: none;
}
.block-cart-voucher .cart-voucher .btn-theme {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7777777778;
  flex: 1;
  outline: none;
  padding: 7px 47px;
  background: #d9d9d9;
  white-space: nowrap;
}
.block-cart-voucher .cart-voucher .btn-theme .txt {
  color: #1d1d1d;
}
.block-cart-voucher .error {
  display: block;
  margin-top: 8px;
  color: #aa1f23;
  font-style: italic;
}
.block-cart-voucher .voucher-code-applied {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  margin-bottom: 14px;
}
.block-cart-voucher .voucher-code-applied .txt {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #aa1f23;
  margin-right: 14px;
  word-break: break-all;
}
.block-cart-voucher .voucher-code-applied .ic-close {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  margin-left: auto;
}

.block-cart-total {
  border-top: 1px solid #bdbdbd;
  padding-top: 24px;
}
.block-cart-total .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.block-cart-total .item .name {
  color: #3d4043;
}
.block-cart-total .item .value {
  font-size: 16px;
  color: #000000;
}
.block-cart-total .price .value {
  font-weight: 600 !important;
  font-size: 20px;
  color: #aa1f23;
}
.block-cart-total .cart-total {
  border-top: 1px dashed #e0e0e0;
  padding-top: 8px;
}
.block-cart-total .cart-total .name {
  font-weight: 700;
  font-size: 16px;
  color: #aa1f23;
}
.block-cart-total .cart-total .value {
  font-weight: 600;
  font-size: 20px;
  color: #aa1f23;
}

.customer-card {
  padding: 24px 16px;
  background: #f5f5f5;
  border-radius: 12px;
}
.customer-card .customer-card-info:not(:last-child) {
  margin-bottom: 24px;
}
.customer-card .customer-card-info .title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #aa1f23;
  display: block;
  margin-bottom: 16px;
}
.customer-card .customer-card-info .row {
  margin: 0 -8px;
}
.customer-card .customer-card-info .row [class*=col-] {
  padding: 0 8px;
}
.customer-card .customer-card-info .form-group {
  margin-bottom: 16px;
}
.customer-card .customer-card-info .form-group select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: none;
  color: #8c8c8c;
  padding: 13px 15px;
  font-size: 14px;
  height: 48px;
}
.customer-card .customer-card-info .form-group input[type=text] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: none;
  color: #8c8c8c;
  padding: 13px 15px;
  font-size: 14px;
  height: 48px;
}
.customer-card .customer-card-info .form-group input[type=text]:not(:-moz-placeholder) {
  color: #000000;
}
.customer-card .customer-card-info .form-group input[type=text]:not(:placeholder-shown) {
  color: #000000;
}
.customer-card .payment-tabs {
  display: flex;
  align-items: center;
  background: #e0e0e0;
  border-radius: 12px;
  padding: 4px;
}
.customer-card .payment-tabs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 8px 16px;
  font-size: 14px;
  color: #606368;
}
.customer-card .payment-tabs .item .name {
  font-weight: 600;
  font-size: 16px;
}
.customer-card .payment-tabs .item.active {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #000000;
}
.customer-card .payment-tabs-content {
  padding-top: 16px;
}
.customer-card .shipping-note {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

.submit-cart {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .submit-cart {
    margin-top: 32px;
  }
}
.submit-cart.last-step .btn-theme {
  display: inline-block;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #fff;
}
.submit-cart .btn-theme {
  display: inline-block;
  text-align: center;
  background: #aa1f23;
  color: #d0b46c;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3333333333;
  padding: 12px;
}
.submit-cart .btn-theme .txt {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
@media (min-width: 768px) {
  .submit-cart .btn-theme {
    min-width: 300px;
  }
}

.custom-radio {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.custom-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio input:checked ~ .custom-radio-label::before {
  content: "";
  color: #fff;
  border-color: #1890ff;
  background-color: #1890ff;
  border-radius: 2px;
}
.custom-radio input:checked ~ .custom-radio-label::after {
  content: "";
  background-image: url("../images/common/ic-checked-white.png");
}
.custom-radio .custom-radio-label {
  position: relative;
}
.custom-radio .custom-radio-label::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-radio .custom-radio-label::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-radio label {
  margin-bottom: 0;
  padding-left: 25px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox input:checked ~ .custom-checkbox-label::before {
  content: "";
  color: #fff;
  border-color: #1890ff;
  background-color: #1890ff;
  border-radius: 2px;
}
.custom-checkbox input:checked ~ .custom-checkbox-label::after {
  content: "";
  background-image: url("../images/common/ic-checked-white.png");
}
.custom-checkbox .custom-checkbox-label {
  position: relative;
}
.custom-checkbox .custom-checkbox-label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-checkbox .custom-checkbox-label::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox label {
  margin-bottom: 0;
  padding-left: 25px;
}

.cart-page-success {
  max-width: 642px;
  margin: 0 auto;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
}
.cart-page-success .wellcome-txt {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.cart-page-success .wellcome-txt .img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
.cart-page-success .wellcome-txt .content {
  flex: 1;
  margin-left: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
}
.cart-page-success .wellcome-txt .content .bigtxt {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 8px;
}
.cart-page-success .cart-order-info .title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #aa1f23;
  margin-bottom: 24px;
}
.cart-page-success .cart-order-info .item:not(:last-child) {
  margin-bottom: 18px;
}
.cart-page-success .cart-order-info .item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cart-page-success .cart-order-info .item .value {
  margin-left: 8px;
  color: #828282;
}
.cart-page-success .cart-order {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .cart-page-success .cart-order {
    padding: 24px;
  }
}
.cart-page-success .order-cart-item:not(:last-child) {
  margin-bottom: 16px;
}
.cart-page-success .order-cart-item .left .info {
  max-width: 230px;
  margin: 0 30px;
}
.cart-page-success .order-cart-item .right {
  flex: 1;
  text-align: right;
}
.cart-page-success .order-cart-item .left .img {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.cart-page-success .order-cart-item .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cart-page-success .order-cart-item .left .name {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #aa1f23;
  margin-bottom: 8px;
}
.cart-page-success .order-cart-item .left .config {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #606368;
}
.cart-page-success .order-cart-item .right .price {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #aa1f23;
  margin-bottom: 8px;
}
.cart-page-success .order-cart-item .right .qty {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
}
.cart-page-success .block-cart-total {
  border: 0;
  padding-top: 0;
}
.cart-page-success .block-cart-total .item .name {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
}
.cart-page-success .block-cart-total .item .name {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
}
.cart-page-success .block-cart-total .price .value {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
.cart-page-success .block-cart-total .cart-total .name,
.cart-page-success .block-cart-total .cart-total .value {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .cart-page-success .order-cart-item {
    flex-wrap: wrap;
  }
  .cart-page-success .order-cart-item .right,
  .cart-page-success .order-cart-item .left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-page-success .order-cart-item .left {
    align-items: flex-start !important;
    margin-bottom: 15px;
  }
  .cart-page-success .order-cart-item .left .info {
    flex: 1;
    max-width: 100%;
    margin-right: 0;
    margin-left: 30px;
    text-align: right;
  }
}
@media (max-width: 576px) {
  .cart-page-success .order-cart-item .left {
    flex-wrap: wrap;
  }
  .cart-page-success .order-cart-item .left .info {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
  .cart-page-success .order-cart-item .right {
    text-align: left;
  }
}

.cart-order-note:not(:last-child) {
  margin-bottom: 24px;
}
.cart-order-note .title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 16px;
}
.cart-order-note .info {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 8px;
}
.cart-order-note .info .name {
  margin-right: 24px;
  white-space: nowrap;
}
.cart-order-note .info .value {
  margin-left: auto;
}

.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.payment-list .payment-item {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-height: 72px;
}
.payment-list .payment-item .wrap {
  padding: 12px 16px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.payment-list .payment-item .wrap .name {
  text-align: center;
}
.payment-list .payment-item .wrap .desc {
  margin-top: 8px;
}
.payment-list .payment-item.active {
  border: 1px solid #aa1f23;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.payment-type-content {
  display: none;
  margin-top: 32px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #4f4f4f;
}
.payment-type-content.active {
  display: block;
}
.payment-type-content .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  margin-bottom: 8px;
}
.payment-type-content .list-bank-info .item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
.payment-type-content .list-bank-info .item .img {
  float: left;
  width: 48px;
  height: 48px;
}
.payment-type-content .list-bank-info .item .info {
  display: block;
  margin-left: 72px;
  width: calc(100% - 72px);
}
.payment-type-content .list-bank-info .item .info .name {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #aa1f23;
  margin-bottom: 8px;
}

.ship-type-tab {
  display: none;
}
.ship-type-tab.active {
  display: block;
}

#vat-form p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  margin: 10px 0;
}
#vat-form label {
  font-size: 12px;
  line-height: 20px;
  color: #1d1d1d;
}
#vat-form input {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 6px 15px;
  height: 37px;
}

#installment-list .btn-theme {
  display: inline-block;
  text-align: center;
  background: #aa1f23;
  color: #d0b46c;
  border: 1px solid #aa1f23;
  border-radius: 4px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3333333333;
  padding: 12px;
}
#installment-list .btn-theme .txt {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
#installment-list .installment-desc li {
  position: relative;
  font-size: 15px;
  line-height: 1.375;
  padding-left: 15px;
  margin-bottom: 4px;
}
#installment-list .installment-desc li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
  top: 7px;
  left: 0;
}
#installment-list .installment-step {
  padding: 12px 0;
}
#installment-list .installment-step-title {
  background: rgba(170, 31, 35, 0.2);
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #aa1f23;
  margin-bottom: 8px;
}
#installment-list .installment-step-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#installment-list .installment-step-bank-list label {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
}
#installment-list .installment-step-bank-list label .item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}
#installment-list .installment-step-bank-list label .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 8px;
}
#installment-list .installment-step-bank-list label input {
  display: none;
}
#installment-list .installment-step-bank-list label input:checked ~ .item {
  border: 1px solid #aa1f23;
}
#installment-list .installment-step-bank-list label input:checked ~ .item::after {
  content: "";
  background: url("../images/ic-checked.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 16px;
  background-size: cover;
}
#installment-list .installment-step input[type=radio] {
  display: none;
}
#installment-list .installment-step input[type=radio]:checked ~ label {
  background: #aa1f23;
}
#installment-list .installment-step input[type=radio]:checked ~ label span {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#installment-list .installment-step-button {
  margin-bottom: 0;
  cursor: pointer;
}
#installment-list .installment-step-button span {
  color: #828282;
  padding: 6px 20px;
  display: inline-flex;
  font-weight: 600;
  background: #e0e0e0;
  border-radius: 4px;
}
#installment-list .table__credit {
  display: table;
  table-layout: auto;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
#installment-list .table__credit .table-main-line {
  display: table-row;
  padding: 0;
  list-style: none;
}
#installment-list .table__credit .table-main-line:nth-child(2n+1) {
  background: #f9f9f9;
}
#installment-list .table__credit .table-main-line li {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  padding: 12px 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#installment-list .table__credit .table-main-line li:first-child {
  width: 157px;
  text-align: left;
}
@media (max-width: 768px) {
  #installment-list .mb-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #installment-list .table__credit .table-main-line li {
    min-width: 160px;
  }
}

.orders-page {
  padding: 156px 0 50px;
}
.orders-page .look-up-order h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #aa1f23;
  font-family: "SVN-Megante";
}
.orders-page .look-up-order .form-control {
  padding: 10px 8px;
  min-height: 48px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
.orders-page .look-up-order .form-control::-moz-placeholder {
  color: #8c8c8c;
}
.orders-page .look-up-order .form-control::placeholder {
  color: #8c8c8c;
}
.orders-page .look-up-order .btn-continue {
  padding: 12px 50px;
  display: inline-flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: #aa1f23;
  border-radius: 4px;
}
.orders-page .look-up-order .btn-continue span {
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.orders-page .account-management {
  margin: 0 auto 70px;
}
.orders-page .account-management .title-section {
  margin-bottom: 37px;
}
.orders-page .account-management .nav {
  justify-content: center;
  margin-bottom: 24px;
  gap: 1rem;
}
.orders-page .account-management .nav-link {
  border: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4f4f4f;
  padding: 8px;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 1024px) {
  .orders-page .account-management .nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .orders-page .account-management .nav-link {
    padding: 10px 35px;
  }
}
.orders-page .account-management .nav-link.active {
  border-bottom: 2px solid #aa1f23;
  font-weight: 600;
  color: #aa1f23;
}
.orders-page .account-management .tab-content h4 {
  margin-bottom: 1rem;
}
.orders-page .account-management .tab-content .form-control {
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 14px 16px;
  min-height: 48px;
}
.orders-page .account-management .tab-content .form-control::-moz-placeholder {
  color: #333333;
}
.orders-page .account-management .tab-content .form-control::placeholder {
  color: #333333;
}
.orders-page .account-management .tab-content .form-group-address {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .orders-page .account-management .tab-content .form-group-address {
    grid-template-columns: repeat(2, 1fr);
  }
}
.orders-page .account-management .tab-content .btn-update {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #aa1f23;
}
.orders-page .account-management .tab-content .bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.orders-page .account-management .tab-content .bottom a {
  color: #000000;
}
.orders-page .account-management .tab-content .bottom a:hover {
  color: #aa1f23;
}

#profile {
  max-width: 592px;
  margin: 0 auto;
}
#profile h4 {
  color: #aa1f23;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

#listOrder .name-user {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3333333333;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  #listOrder .name-user {
    font-size: 18px;
  }
}
#listOrder .title-section {
  margin-bottom: 36px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1024px) {
  #listOrder .title-section {
    font-size: 24px;
  }
}
#listOrder .table-orders {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.375;
}
@media screen and (min-width: 1024px) {
  #listOrder .table-orders {
    font-size: 16px;
  }
}
#listOrder .table-orders th {
  color: #606368;
  font-weight: normal;
}
#listOrder .table-orders th,
#listOrder .table-orders td {
  padding: 16px 10px;
  white-space: nowrap;
}
#listOrder .table-orders .code,
#listOrder .table-orders .view-link,
#listOrder .table-orders .price {
  color: #aa1f23;
}
#listOrder .table-orders .product {
  display: flex;
  gap: 8px;
  width: 300px;
  white-space: initial;
}
#listOrder .table-orders .product .image {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
}
#listOrder .table-orders .product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#listOrder .table-orders .product .content {
  margin-top: 8px;
}
#listOrder .table-orders .product .content .name {
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}
#listOrder .table-orders .view-product {
  font-weight: 600;
  color: #aa1f23;
}
#listOrder .table-orders .status-done {
  color: #27ae60;
}
#listOrder .table-orders .status-processing {
  color: #2f80ed;
}
#listOrder .table-orders .status-cancle {
  color: #eb5757;
}

.status-done {
  color: #27ae60;
}

.status-processing {
  color: #2f80ed;
}

.status-cancle {
  color: #eb5757;
}

.details-order {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  max-width: 100%;
  margin: 0 auto;
}
.details-order .head,
.details-order .total,
.details-order .wrapper,
.details-order .info {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .details-order .head,
  .details-order .total,
  .details-order .wrapper,
  .details-order .info {
    padding: 32px;
  }
}
.details-order .head:not(.info),
.details-order .total:not(.info),
.details-order .wrapper:not(.info),
.details-order .info:not(.info) {
  border-bottom: 1px solid #e0e0e0;
}
.details-order .head {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.details-order .head h3 {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #aa1f23;
}
.details-order .head .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
}
.details-order .head .date span {
  color: #333333;
}
.details-order .head .status {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.details-order .wrapper .item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.details-order .wrapper .item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .details-order .wrapper .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.details-order .wrapper .item .image {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .details-order .wrapper .item .image {
    width: 120px;
    height: 120px;
  }
}
.details-order .wrapper .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.details-order .wrapper .item .content .txt {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3333333333;
  color: #aa1f23;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .details-order .wrapper .item .content .txt {
    font-size: 18px;
  }
}
.details-order .wrapper .item .content .size {
  font-size: 14px;
  line-height: 1.375;
  color: #606368;
}
@media screen and (min-width: 1024px) {
  .details-order .wrapper .item .content .size {
    font-size: 16px;
  }
}
.details-order .wrapper .item .content .price strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  color: #aa1f23;
}
.details-order .wrapper .item .content .price .sl {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
}
.details-order .total strong {
  font-weight: 600;
}
.details-order .total-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.details-order .total-item.tamtinh strong {
  color: #aa1f23;
}
.details-order .total-item.total-money {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px dashed #e0e0e0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #aa1f23;
}
@media screen and (min-width: 1024px) {
  .details-order .total-item {
    font-size: 16px;
  }
}
.details-order .info {
  margin-top: 32px;
}
.details-order .info h3 {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 1rem;
}
.details-order .info .content {
  display: grid;
  gap: 1rem;
}
.details-order .info .content > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3d4043;
}
.details-order .info .content > div > span:first-child {
  min-width: 90px;
}
@media (min-width: 992px) {
  .details-order {
    max-width: 696px;
    margin-left: 30px;
  }
}

.details-order-status .title {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  margin-bottom: 24px;
  color: #aa1f23;
}
.details-order-status ul {
  position: relative;
}
.details-order-status ul::before {
  content: "";
  width: 1px;
  background: #d9d9d9;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 10px;
}
.details-order-status .status-order-item {
  margin-bottom: 27px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */
  color: #828282;
  padding-left: 20px;
  position: relative;
}
.details-order-status .status-order-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.details-order-status .status-order-item .success {
  color: rgb(0, 156, 53);
}
.details-order-status .status-order-item .error {
  color: #eb5757;
}
@media (max-width: 992px) {
  .details-order-status .title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .details-order-status .status-order-item {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.btn-back-link {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3333333333;
  color: #ffffff;
  display: inline-block;
  padding: 16px;
  background: #aa1f23;
  border-radius: 4px;
  margin: 40px 0;
}
.btn-back-link:hover {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .btn-back-link {
    font-size: 18px;
    min-width: 336px;
  }
}

.appointment-page {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .appointment-page {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .appointment-page {
    padding: 80px 0 130px;
  }
}

.title-appointment {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #aa1f23;
}

.form-appointment {
  max-width: 385px;
  margin: 0 auto;
}
.form-appointment .title-form {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #aa1f23;
}
.form-appointment input,
.form-appointment textarea,
.form-appointment select {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%;
  background: #f5f5f5 !important;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .form-appointment input,
  .form-appointment textarea,
  .form-appointment select {
    margin-bottom: 24px;
  }
}
.form-appointment input:focus,
.form-appointment textarea:focus,
.form-appointment select:focus {
  outline: unset;
}
.form-appointment label {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.form-appointment label::before {
  content: "";
  position: absolute;
  background-image: url(../images/ic-event-calendar.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  transform: translateY(calc(50% - 24px));
  right: 8px;
  pointer-events: none;
}
.form-appointment button.submit {
  display: block;
  width: 100%;
  background: #aa1f23;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  outline: unset;
  border: 1px solid #aa1f23;
  transition: all 0.1s linear;
}
.form-appointment button.submit span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  background: linear-gradient(to right, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.1s linear;
}
.form-appointment button.submit:hover {
  background: white;
  transition: all 0.1s linear;
}
.form-appointment button.submit:hover span {
  color: #aa1f23;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  transition: all 0.1s linear;
}

.form-error-message {
  display: block;
  color: red;
  font-size: 16px;
}

.box-elementor-support .elementor-background {
  background-image: url(../images/bg-red-cloudy.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.box-elementor-support .elementor-flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  gap: 15px;
}
.box-elementor-support .elementor-flex > * {
  flex: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .box-elementor-support .elementor-flex {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .box-elementor-support .elementor-flex {
    flex-flow: row wrap;
    gap: 10px;
  }
  .box-elementor-support .elementor-flex > * {
    flex: 1;
    width: auto;
  }
}
.box-elementor-support .elementor-padding {
  padding: 15px;
}
@media (min-width: 768px) {
  .box-elementor-support .elementor-padding {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .box-elementor-support .elementor-padding {
    padding: 45px 100px;
  }
}
.box-elementor-support .elementor-title {
  margin-right: auto;
}
.box-elementor-support .elementor-title .title {
  display: block;
  font-family: "SVN-Megante";
  font-weight: 400;
  line-height: 1.3;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
}
@media (min-width: 768px) {
  .box-elementor-support .elementor-title .title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .box-elementor-support .elementor-title .title {
    font-size: 32px;
  }
}
.box-elementor-support .elementor-title .sub {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .box-elementor-support .elementor-title .sub {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .box-elementor-support .elementor-button {
    margin-left: auto;
  }
}
.box-elementor-support .elementor-button .btn {
  display: inline-block;
  font-family: "SVN-Megante";
  font-weight: 400;
  color: #aa1f23;
  background: linear-gradient(to right, #d0b46c 0%, #ffe9af 100%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: unset;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%;
  transition: all 0.2s linear;
  font-size: 16px;
  padding: 10px;
}
@media (min-width: 768px) {
  .box-elementor-support .elementor-button .btn {
    max-width: 296px;
    font-size: 18px;
    padding: 14.5px;
  }
}
.box-elementor-support .elementor-button .btn:hover {
  background: linear-gradient(to left, #d0b46c 0%, #ffe9af 100%);
  transition: all 0.2s linear;
}
.box-elementor-support .elementor-button .notice {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 14px;
}
.box-elementor-support .elementor-button .notice b {
  display: block;
}
@media (min-width: 992px) {
  .box-elementor-support .elementor-button .notice {
    font-size: 16px;
  }
  .box-elementor-support .elementor-button .notice b {
    display: inline;
  }
}

.box-elementor-blog {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .box-elementor-blog {
    margin: 60px 0;
  }
}
@media (min-width: 1200px) {
  .box-elementor-blog {
    margin: 95px 0;
  }
}
.box-elementor-blog .box-title {
  display: block;
  background-image: url(../images/hoavan-repeat.svg);
  background-repeat: repeat-x;
  background-size: auto;
  background-position-y: center;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .box-elementor-blog .box-title {
    margin-bottom: 30px;
  }
}
.box-elementor-blog .box-title .title {
  display: inline-block;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.6;
  color: #aa1f23;
  background-color: white;
  padding: 8px 24px;
}

.article-vertical-base .image {
  position: relative;
  width: 100%;
  padding-bottom: 53%;
  overflow: hidden;
  margin-bottom: 16px;
}
.article-vertical-base .image img,
.article-vertical-base .image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-vertical-base .image img {
  transition: all 0.3s linear;
}
.article-vertical-base .image:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.article-vertical-base .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "SVN-Megante";
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  transition: all 0.1s linear;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .article-vertical-base .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.article-vertical-base .title:hover {
  color: #aa1f23;
  transition: all 0.1s linear;
}
.article-vertical-base .btn {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #747170;
  padding: 0;
}
.article-vertical-base .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}
.article-vertical-base .btn:hover {
  color: #aa1f23;
}
.article-vertical-base .btn:hover img {
  filter: invert(20%) sepia(100%) saturate(2328%) hue-rotate(343deg) brightness(71%) contrast(96%);
}

.btn-bg-red {
  display: inline-block;
  background: #aa1f23;
  border: 1px solid #aa1f23;
  border-radius: 4px;
}
.btn-bg-red:hover {
  background: white;
}

.btn-text-golden-gradient {
  display: inline-block;
}
.btn-text-golden-gradient span {
  display: inline-block;
  font-family: "SVN-Megante";
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn-text-golden-gradient:hover span {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  color: #aa1f23;
}

.btn-w-275 {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}

.box-elementor-chart .home-chart .chart-container-row .chart-container .chart-entry {
  background: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
  margin-bottom: unset;
}
.box-elementor-chart .gold-table .gold-table-content {
  margin-bottom: 16px;
}
.box-elementor-chart .gold-table .gold-table-content td,
.box-elementor-chart .gold-table .gold-table-content th {
  padding: 31px 16px;
  border: 1px solid #bdbdbd;
  border-bottom: 0;
}
.box-elementor-chart .gold-table .gold-table-content tr:last-child td {
  border-bottom: 1px solid #bdbdbd;
}
@media (min-width: 1200px) {
  .box-elementor-chart .gold-table .gold-table-content td,
  .box-elementor-chart .gold-table .gold-table-content th {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .box-elementor-chart .gold-table .unit {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .box-elementor-chart .home-chart .chart-container-row .chart-container .chart-footer .note {
    font-size: 20px;
  }
}
.box-elementor-chart .home-chart .chart-container-row .chart-container .chart-body .chart-note {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex: 100%;
  max-width: 100%;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .box-elementor-chart .home-chart .chart-container-row .chart-container .chart-body .chart-note {
    margin-top: 36px;
  }
}
.box-elementor-chart .block-title {
  display: block;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .box-elementor-chart .block-title {
    margin-bottom: 36px;
  }
}
.box-elementor-chart .block-title .title {
  display: inline-block;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #aa1f23;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .box-elementor-chart .custom-control-inline {
    margin-right: 10px;
  }
  .box-elementor-chart .home-chart .chart-container-row .chart-container .chart-footer form {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .box-elementor-chart .home-chart .chart-container-row .chart-container .chart-body .js-chart-top form p {
    flex: 100%;
    margin-right: 5px;
  }
}

.shareholder-relation--page {
  padding: 36px 0;
}
@media (min-width: 1200px) {
  .shareholder-relation--page {
    padding: 36px 0 95px;
  }
}
.shareholder-relation--title {
  display: inline-block;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 0;
}
.shareholder-relation--tabs .category-link {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .shareholder-relation--tabs .category-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .shareholder-relation--tabs .category-link {
    flex-wrap: wrap;
    margin-bottom: 40px;
    white-space: normal;
    overflow-x: visible;
  }
}
.shareholder-relation--tabs .category-link a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #828282;
  padding-bottom: 0px;
  border-bottom: 2px solid transparent;
  transition: border 0.1s linear;
}
@media (min-width: 1200px) {
  .shareholder-relation--tabs .category-link a {
    padding-bottom: 8px;
  }
}
.shareholder-relation--tabs .category-link a::before {
  content: attr(title);
  display: block;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.shareholder-relation--tabs .category-link a:hover, .shareholder-relation--tabs .category-link a.active {
  font-weight: 600;
  color: #aa1f23;
  border-bottom: 2px solid currentColor;
  transition: border 0.1s linear;
}

.link-article-item {
  position: sticky;
  top: 130px;
  padding: 0;
  margin: 0;
}
.link-article-item li:not(:last-child) {
  margin-bottom: 12px;
}
.link-article-item a {
  display: block;
  border: 1px solid #aa1f23;
  background: white;
  border-radius: 8px;
  padding: 8px;
}
@media (min-width: 768px) {
  .link-article-item a {
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .link-article-item a {
    padding: 16px 24px;
  }
}
.link-article-item a span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
}
@media (max-width: 767px) {
  .link-article-item a span {
    font-size: 15px;
  }
}
.link-article-item a:hover, .link-article-item a.active {
  background: #aa1f23;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.link-article-item a:hover span, .link-article-item a.active span {
  font-weight: 600;
  background: linear-gradient(90deg, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.link-article-content .item {
  display: block;
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px;
}
.link-article-content .item:hover {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.link-article-content .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #262626;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .link-article-content .item .title {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.link-article-content .item .title:hover {
  color: #aa1f23;
}
.link-article-content .item .date {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
}
@media (max-width: 767px) {
  .link-article-content .item .date {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .link-article-content .item {
    padding: 12px 24px;
  }
}
@media (min-width: 992px) {
  .link-article-content .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.shareholder-content-detail .back-link a {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
}
.shareholder-content-detail .back-link a img {
  margin-right: 8px;
}
.shareholder-content-detail .info {
  padding: 17px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
}
.shareholder-content-detail .info .title {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3333333333;
  color: #aa1f23;
  margin: 0 0 4px 0;
}
.shareholder-content-detail .info .desc {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #595959;
}
.shareholder-content-detail .nd-content {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
}
.shareholder-content-detail .nd-content a {
  color: #aa1f23;
  text-decoration: underline;
}
.shareholder-content-detail .nd-content img {
  max-width: 100%;
  height: auto;
}
.shareholder-content-detail .nd-content table {
  width: 100%;
  max-width: 100%;
}
.shareholder-content-detail .navigator {
  padding-top: 30px;
}
.shareholder-content-detail .navigator .item {
  margin-right: 16px;
  margin-bottom: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #aa1f23;
}
.shareholder-content-detail .navigator .item img {
  margin-right: 8px;
}
.shareholder-content-detail .navigator .item:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}
.shareholder-content-detail .navigator .item:nth-child(2) img {
  margin-right: 0;
  margin-left: 8px;
}
.market-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.market-page {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .market-page {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .market-page {
    padding: 50px 0 15px;
  }
}

.market-wrapper {
  position: relative;
}
.market-wrapper > * {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .market-wrapper > * {
    margin-bottom: 0;
  }
}

.market-title {
  display: inline-block;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #aa1f23;
}

.market-address {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-right: auto;
  max-width: 100%;
  max-height: 400px;
  padding: 8px;
}
.market-address ul {
  max-width: 100%;
  max-height: 360px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .market-address ul {
    max-height: 100%;
  }
}
.market-address ul::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 30px;
}
.market-address ul::-webkit-scrollbar {
  width: 6px;
  background-color: #ebebeb;
  border-radius: 30px;
}
.market-address ul::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
  border-radius: 30px;
}
.market-address ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1535px) {
  .market-address ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.market-address ul a {
  display: block;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 8px;
}
@media (min-width: 1536px) {
  .market-address ul a {
    padding: 8px;
  }
}
.market-address ul a span {
  display: block;
  line-height: 1.4;
  color: #333333;
  font-size: 14px;
}
@media (min-width: 1536px) {
  .market-address ul a span {
    font-size: 16px;
  }
}
.market-address ul a span:first-child {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.market-address ul a span:last-child {
  font-weight: 400;
}
.market-address ul a:hover, .market-address ul a.active {
  background: #fff;
  border: 1px solid #aa1f23;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.market-address ul a:hover span:first-child, .market-address ul a.active span:first-child {
  color: #aa1f23;
}
@media (min-width: 768px) {
  .market-address {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
  }
}
@media (min-width: 992px) {
  .market-address {
    left: 30px;
    max-width: 300px;
    max-height: 350px;
    padding: 12px;
  }
}
@media (min-width: 1536px) {
  .market-address {
    max-width: 365px;
    max-height: 605px;
    padding: 5px 17px 5px;
  }
}

.market-this-address {
  width: 100%;
  padding: 16px;
  max-width: 100%;
}
.market-this-address ul {
  padding: 0;
  margin: 0;
}
.market-this-address ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.market-this-address ul > li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .market-this-address ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 1536px) {
  .market-this-address ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.market-this-address ul > li .icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.market-this-address ul > li .icon img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1366px) {
  .market-this-address ul > li .icon {
    width: 32px;
    height: 32px;
  }
}
.market-this-address ul > li .info {
  flex: 1;
}
.market-this-address ul > li .info .title {
  display: block;
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  font-size: 15px;
  margin-bottom: 4px;
}
@media (min-width: 1440px) {
  .market-this-address ul > li .info .title {
    font-size: 18px;
  }
}
.market-this-address ul > li .info .adress {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .market-this-address ul > li .info .adress {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .market-this-address {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .market-this-address {
    max-width: 300px;
    right: 30px;
  }
}
@media (min-width: 1536px) {
  .market-this-address {
    padding: 8px;
    max-width: 350px;
  }
}

.market-maps .map {
  min-height: 350px !important;
}
.market-maps .map iframe {
  height: 350px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .market-maps .map iframe {
    height: 500px !important;
  }
}
@media (min-width: 1536px) {
  .market-maps .map iframe {
    height: 715px !important;
  }
}
@media (min-width: 768px) {
  .market-maps .map {
    min-height: 500px !important;
  }
}
@media (min-width: 1536px) {
  .market-maps .map {
    min-height: 715px !important;
  }
}

.market-maps .map,
.market-this-address ul {
  display: none;
}
.market-maps .map.active,
.market-this-address ul.active {
  display: block;
}

.contact-page {
  padding: 36px 0;
}
@media (min-width: 1200px) {
  .contact-page {
    padding: 36px 0 145px;
  }
}
.contact-page .title-page {
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #aa1f23;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .contact-page .title-page {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .box-form-contact {
    padding-right: 30px;
  }
}
.box-form-contact .box-title .title {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 16px;
}
.box-form-contact .box-title .sub {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #595959;
  margin-bottom: 24px;
}
.box-form-contact #form-contact input,
.box-form-contact #form-contact textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.box-form-contact #form-contact button.submit {
  display: block;
  width: 100%;
  background: #aa1f23;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  outline: unset;
  border: 1px solid #aa1f23;
  transition: all 0.1s linear;
}
.box-form-contact #form-contact button.submit span {
  display: inline-block;
  font-family: "SVN-Megante";
  font-weight: 400;
  font-size: 16px;
  background: linear-gradient(to right, #d0b46c 0%, #ffe9af 51.56%, #d0b46c 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.1s linear;
}
.box-form-contact #form-contact button.submit:hover {
  background: white;
  transition: all 0.1s linear;
}
.box-form-contact #form-contact button.submit:hover span {
  color: #aa1f23;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  transition: all 0.1s linear;
}

.box-list-contact {
  position: relative;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.box-list-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}
.box-list-contact ul {
  position: relative;
  margin: 0;
  padding: 15px;
}
@media (min-width: 576px) {
  .box-list-contact ul {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .box-list-contact ul {
    padding: 140px 50px;
  }
}
.box-list-contact ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-list-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .box-list-contact ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.box-list-contact ul li .icon {
  margin-right: 10px;
}
.box-list-contact ul li .icon img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .box-list-contact ul li .icon img {
    width: 32px;
    height: 32px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.box-list-contact ul li .info {
  flex: 1;
}
.box-list-contact ul li .info .title {
  font-family: "SVN-Megante";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .box-list-contact ul li .info .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.box-list-contact ul li .info .sub {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .box-list-contact ul li .info .sub {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */