@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900&subset=vietnamese");
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@font-face {
  font-family: "UTMNeo";
  src: url("../fonts/UTMNeoSansIntel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "UTMNeo" !important;
}

* {
  outline: none;
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container {
    width: 1110px;
    max-width: 1110px;
    padding: 0 24px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1110px;
    max-width: 1110px;
  }
}

a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

@keyframes Start {
  0% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes Preloader {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Play {
  0% {
    background-position: 0;
  }
  to {
    background-position: -360px;
  }
}
@keyframes rotate90 {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  to {
    transform: rotate(90deg);
    opacity: 1;
  }
}
@keyframes BorderBox {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes Bg-ZoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes Bg-ZoomOut {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  to {
    transform: perspective(400px) rotateX(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg) scale(1);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
}
@keyframes Leftpage {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes Rotate {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateZ(0);
  }
  to {
    opacity: 1;
    transform: rotate(1turn) translateZ(0);
  }
}
@keyframes scaleSmall {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes goHeight {
  0% {
    transform: scaleY(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes goWidth {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes aniHeight {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes aniWidth {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes moveLeft {
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveRight {
  to {
    transform: translateX(100%);
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes toLeft {
  0% {
    opacity: 0;
    left: -70vw;
  }
  to {
    opacity: 1;
    left: -30vw;
  }
}
@keyframes toRight {
  0% {
    opacity: 0;
    left: 30vw;
  }
  to {
    opacity: 1;
    left: 10vw;
  }
}
@keyframes toLarge {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes toHeight {
  0% {
    transform: scale(1.1);
    filter: blur(15px);
  }
  to {
    transform: none;
    filter: none;
  }
}
@keyframes gotoLeft {
  0% {
    opacity: 0;
    left: -100%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes DrawStroke {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes Revealer {
  0% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes goBg {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes FillCorlor {
  0% {
    fill: #fff;
  }
  to {
    fill: #ca930f;
  }
}
@keyframes WheelArrow {
  0% {
    transform: rotate(-45deg) translate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0;
  }
}
@keyframes Show100 {
  0% {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Move-Arrow {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(10px);
  }
  66.6% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(30px) scale(0.5);
  }
}
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

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

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

.zmdi-hc-ul > li {
  position: relative;
}

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

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: 0.15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: 0.15em;
}

.zmdi-hc-spin {
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  transform: scale(1, -1);
}

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

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

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

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

.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: "\f101";
}

.zmdi-airplane-off:before {
  content: "\f102";
}

.zmdi-airplane:before {
  content: "\f103";
}

.zmdi-album:before {
  content: "\f104";
}

.zmdi-archive:before {
  content: "\f105";
}

.zmdi-assignment-account:before {
  content: "\f106";
}

.zmdi-assignment-alert:before {
  content: "\f107";
}

.zmdi-assignment-check:before {
  content: "\f108";
}

.zmdi-assignment-o:before {
  content: "\f109";
}

.zmdi-assignment-return:before {
  content: "\f10a";
}

.zmdi-assignment-returned:before {
  content: "\f10b";
}

.zmdi-assignment:before {
  content: "\f10c";
}

.zmdi-attachment-alt:before {
  content: "\f10d";
}

.zmdi-attachment:before {
  content: "\f10e";
}

.zmdi-audio:before {
  content: "\f10f";
}

.zmdi-badge-check:before {
  content: "\f110";
}

.zmdi-balance-wallet:before {
  content: "\f111";
}

.zmdi-balance:before {
  content: "\f112";
}

.zmdi-battery-alert:before {
  content: "\f113";
}

.zmdi-battery-flash:before {
  content: "\f114";
}

.zmdi-battery-unknown:before {
  content: "\f115";
}

.zmdi-battery:before {
  content: "\f116";
}

.zmdi-bike:before {
  content: "\f117";
}

.zmdi-block-alt:before {
  content: "\f118";
}

.zmdi-block:before {
  content: "\f119";
}

.zmdi-boat:before {
  content: "\f11a";
}

.zmdi-book-image:before {
  content: "\f11b";
}

.zmdi-book:before {
  content: "\f11c";
}

.zmdi-bookmark-outline:before {
  content: "\f11d";
}

.zmdi-bookmark:before {
  content: "\f11e";
}

.zmdi-brush:before {
  content: "\f11f";
}

.zmdi-bug:before {
  content: "\f120";
}

.zmdi-bus:before {
  content: "\f121";
}

.zmdi-cake:before {
  content: "\f122";
}

.zmdi-car-taxi:before {
  content: "\f123";
}

.zmdi-car-wash:before {
  content: "\f124";
}

.zmdi-car:before {
  content: "\f125";
}

.zmdi-card-giftcard:before {
  content: "\f126";
}

.zmdi-card-membership:before {
  content: "\f127";
}

.zmdi-card-travel:before {
  content: "\f128";
}

.zmdi-card:before {
  content: "\f129";
}

.zmdi-case-check:before {
  content: "\f12a";
}

.zmdi-case-download:before {
  content: "\f12b";
}

.zmdi-case-play:before {
  content: "\f12c";
}

.zmdi-case:before {
  content: "\f12d";
}

.zmdi-cast-connected:before {
  content: "\f12e";
}

.zmdi-cast:before {
  content: "\f12f";
}

.zmdi-chart-donut:before {
  content: "\f130";
}

.zmdi-chart:before {
  content: "\f131";
}

.zmdi-city-alt:before {
  content: "\f132";
}

.zmdi-city:before {
  content: "\f133";
}

.zmdi-close-circle-o:before {
  content: "\f134";
}

.zmdi-close-circle:before {
  content: "\f135";
}

.zmdi-close:before {
  content: "\f136";
}

.zmdi-cocktail:before {
  content: "\f137";
}

.zmdi-code-setting:before {
  content: "\f138";
}

.zmdi-code-smartphone:before {
  content: "\f139";
}

.zmdi-code:before {
  content: "\f13a";
}

.zmdi-coffee:before {
  content: "\f13b";
}

.zmdi-collection-bookmark:before {
  content: "\f13c";
}

.zmdi-collection-case-play:before {
  content: "\f13d";
}

.zmdi-collection-folder-image:before {
  content: "\f13e";
}

.zmdi-collection-image-o:before {
  content: "\f13f";
}

.zmdi-collection-image:before {
  content: "\f140";
}

.zmdi-collection-item-1:before {
  content: "\f141";
}

.zmdi-collection-item-2:before {
  content: "\f142";
}

.zmdi-collection-item-3:before {
  content: "\f143";
}

.zmdi-collection-item-4:before {
  content: "\f144";
}

.zmdi-collection-item-5:before {
  content: "\f145";
}

.zmdi-collection-item-6:before {
  content: "\f146";
}

.zmdi-collection-item-7:before {
  content: "\f147";
}

.zmdi-collection-item-8:before {
  content: "\f148";
}

.zmdi-collection-item-9-plus:before {
  content: "\f149";
}

.zmdi-collection-item-9:before {
  content: "\f14a";
}

.zmdi-collection-item:before {
  content: "\f14b";
}

.zmdi-collection-music:before {
  content: "\f14c";
}

.zmdi-collection-pdf:before {
  content: "\f14d";
}

.zmdi-collection-plus:before {
  content: "\f14e";
}

.zmdi-collection-speaker:before {
  content: "\f14f";
}

.zmdi-collection-text:before {
  content: "\f150";
}

.zmdi-collection-video:before {
  content: "\f151";
}

.zmdi-compass:before {
  content: "\f152";
}

.zmdi-cutlery:before {
  content: "\f153";
}

.zmdi-delete:before {
  content: "\f154";
}

.zmdi-dialpad:before {
  content: "\f155";
}

.zmdi-dns:before {
  content: "\f156";
}

.zmdi-drink:before {
  content: "\f157";
}

.zmdi-edit:before {
  content: "\f158";
}

.zmdi-email-open:before {
  content: "\f159";
}

.zmdi-email:before {
  content: "\f15a";
}

.zmdi-eye-off:before {
  content: "\f15b";
}

.zmdi-eye:before {
  content: "\f15c";
}

.zmdi-eyedropper:before {
  content: "\f15d";
}

.zmdi-favorite-outline:before {
  content: "\f15e";
}

.zmdi-favorite:before {
  content: "\f15f";
}

.zmdi-filter-list:before {
  content: "\f160";
}

.zmdi-fire:before {
  content: "\f161";
}

.zmdi-flag:before {
  content: "\f162";
}

.zmdi-flare:before {
  content: "\f163";
}

.zmdi-flash-auto:before {
  content: "\f164";
}

.zmdi-flash-off:before {
  content: "\f165";
}

.zmdi-flash:before {
  content: "\f166";
}

.zmdi-flip:before {
  content: "\f167";
}

.zmdi-flower-alt:before {
  content: "\f168";
}

.zmdi-flower:before {
  content: "\f169";
}

.zmdi-font:before {
  content: "\f16a";
}

.zmdi-fullscreen-alt:before {
  content: "\f16b";
}

.zmdi-fullscreen-exit:before {
  content: "\f16c";
}

.zmdi-fullscreen:before {
  content: "\f16d";
}

.zmdi-functions:before {
  content: "\f16e";
}

.zmdi-gas-station:before {
  content: "\f16f";
}

.zmdi-gesture:before {
  content: "\f170";
}

.zmdi-globe-alt:before {
  content: "\f171";
}

.zmdi-globe-lock:before {
  content: "\f172";
}

.zmdi-globe:before {
  content: "\f173";
}

.zmdi-graduation-cap:before {
  content: "\f174";
}

.zmdi-home:before {
  content: "\f175";
}

.zmdi-hospital-alt:before {
  content: "\f176";
}

.zmdi-hospital:before {
  content: "\f177";
}

.zmdi-hotel:before {
  content: "\f178";
}

.zmdi-hourglass-alt:before {
  content: "\f179";
}

.zmdi-hourglass-outline:before {
  content: "\f17a";
}

.zmdi-hourglass:before {
  content: "\f17b";
}

.zmdi-http:before {
  content: "\f17c";
}

.zmdi-image-alt:before {
  content: "\f17d";
}

.zmdi-image-o:before {
  content: "\f17e";
}

.zmdi-image:before {
  content: "\f17f";
}

.zmdi-inbox:before {
  content: "\f180";
}

.zmdi-invert-colors-off:before {
  content: "\f181";
}

.zmdi-invert-colors:before {
  content: "\f182";
}

.zmdi-key:before {
  content: "\f183";
}

.zmdi-label-alt-outline:before {
  content: "\f184";
}

.zmdi-label-alt:before {
  content: "\f185";
}

.zmdi-label-heart:before {
  content: "\f186";
}

.zmdi-label:before {
  content: "\f187";
}

.zmdi-labels:before {
  content: "\f188";
}

.zmdi-lamp:before {
  content: "\f189";
}

.zmdi-landscape:before {
  content: "\f18a";
}

.zmdi-layers-off:before {
  content: "\f18b";
}

.zmdi-layers:before {
  content: "\f18c";
}

.zmdi-library:before {
  content: "\f18d";
}

.zmdi-link:before {
  content: "\f18e";
}

.zmdi-lock-open:before {
  content: "\f18f";
}

.zmdi-lock-outline:before {
  content: "\f190";
}

.zmdi-lock:before {
  content: "\f191";
}

.zmdi-mail-reply-all:before {
  content: "\f192";
}

.zmdi-mail-reply:before {
  content: "\f193";
}

.zmdi-mail-send:before {
  content: "\f194";
}

.zmdi-mall:before {
  content: "\f195";
}

.zmdi-map:before {
  content: "\f196";
}

.zmdi-menu:before {
  content: "\f197";
}

.zmdi-money-box:before {
  content: "\f198";
}

.zmdi-money-off:before {
  content: "\f199";
}

.zmdi-money:before {
  content: "\f19a";
}

.zmdi-more-vert:before {
  content: "\f19b";
}

.zmdi-more:before {
  content: "\f19c";
}

.zmdi-movie-alt:before {
  content: "\f19d";
}

.zmdi-movie:before {
  content: "\f19e";
}

.zmdi-nature-people:before {
  content: "\f19f";
}

.zmdi-nature:before {
  content: "\f1a0";
}

.zmdi-navigation:before {
  content: "\f1a1";
}

.zmdi-open-in-browser:before {
  content: "\f1a2";
}

.zmdi-open-in-new:before {
  content: "\f1a3";
}

.zmdi-palette:before {
  content: "\f1a4";
}

.zmdi-parking:before {
  content: "\f1a5";
}

.zmdi-pin-account:before {
  content: "\f1a6";
}

.zmdi-pin-assistant:before {
  content: "\f1a7";
}

.zmdi-pin-drop:before {
  content: "\f1a8";
}

.zmdi-pin-help:before {
  content: "\f1a9";
}

.zmdi-pin-off:before {
  content: "\f1aa";
}

.zmdi-pin:before {
  content: "\f1ab";
}

.zmdi-pizza:before {
  content: "\f1ac";
}

.zmdi-plaster:before {
  content: "\f1ad";
}

.zmdi-power-setting:before {
  content: "\f1ae";
}

.zmdi-power:before {
  content: "\f1af";
}

.zmdi-print:before {
  content: "\f1b0";
}

.zmdi-puzzle-piece:before {
  content: "\f1b1";
}

.zmdi-quote:before {
  content: "\f1b2";
}

.zmdi-railway:before {
  content: "\f1b3";
}

.zmdi-receipt:before {
  content: "\f1b4";
}

.zmdi-refresh-alt:before {
  content: "\f1b5";
}

.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}

.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}

.zmdi-refresh-sync:before {
  content: "\f1b8";
}

.zmdi-refresh:before {
  content: "\f1b9";
}

.zmdi-roller:before {
  content: "\f1ba";
}

.zmdi-ruler:before {
  content: "\f1bb";
}

.zmdi-scissors:before {
  content: "\f1bc";
}

.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}

.zmdi-screen-rotation:before {
  content: "\f1be";
}

.zmdi-search-for:before {
  content: "\f1bf";
}

.zmdi-search-in-file:before {
  content: "\f1c0";
}

.zmdi-search-in-page:before {
  content: "\f1c1";
}

.zmdi-search-replace:before {
  content: "\f1c2";
}

.zmdi-search:before {
  content: "\f1c3";
}

.zmdi-seat:before {
  content: "\f1c4";
}

.zmdi-settings-square:before {
  content: "\f1c5";
}

.zmdi-settings:before {
  content: "\f1c6";
}

.zmdi-shield-check:before {
  content: "\f1c7";
}

.zmdi-shield-security:before {
  content: "\f1c8";
}

.zmdi-shopping-basket:before {
  content: "\f1c9";
}

.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}

.zmdi-shopping-cart:before {
  content: "\f1cb";
}

.zmdi-sign-in:before {
  content: "\f1cc";
}

.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}

.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}

.zmdi-sort-asc:before {
  content: "\f1cf";
}

.zmdi-sort-desc:before {
  content: "\f1d0";
}

.zmdi-spellcheck:before {
  content: "\f1d1";
}

.zmdi-storage:before {
  content: "\f1d2";
}

.zmdi-store-24:before {
  content: "\f1d3";
}

.zmdi-store:before {
  content: "\f1d4";
}

.zmdi-subway:before {
  content: "\f1d5";
}

.zmdi-sun:before {
  content: "\f1d6";
}

.zmdi-tab-unselected:before {
  content: "\f1d7";
}

.zmdi-tab:before {
  content: "\f1d8";
}

.zmdi-tag-close:before {
  content: "\f1d9";
}

.zmdi-tag-more:before {
  content: "\f1da";
}

.zmdi-tag:before {
  content: "\f1db";
}

.zmdi-thumb-down:before {
  content: "\f1dc";
}

.zmdi-thumb-up-down:before {
  content: "\f1dd";
}

.zmdi-thumb-up:before {
  content: "\f1de";
}

.zmdi-ticket-star:before {
  content: "\f1df";
}

.zmdi-toll:before {
  content: "\f1e0";
}

.zmdi-toys:before {
  content: "\f1e1";
}

.zmdi-traffic:before {
  content: "\f1e2";
}

.zmdi-translate:before {
  content: "\f1e3";
}

.zmdi-triangle-down:before {
  content: "\f1e4";
}

.zmdi-triangle-up:before {
  content: "\f1e5";
}

.zmdi-truck:before {
  content: "\f1e6";
}

.zmdi-turning-sign:before {
  content: "\f1e7";
}

.zmdi-wallpaper:before {
  content: "\f1e8";
}

.zmdi-washing-machine:before {
  content: "\f1e9";
}

.zmdi-window-maximize:before {
  content: "\f1ea";
}

.zmdi-window-minimize:before {
  content: "\f1eb";
}

.zmdi-window-restore:before {
  content: "\f1ec";
}

.zmdi-wrench:before {
  content: "\f1ed";
}

.zmdi-zoom-in:before {
  content: "\f1ee";
}

.zmdi-zoom-out:before {
  content: "\f1ef";
}

.zmdi-alert-circle-o:before {
  content: "\f1f0";
}

.zmdi-alert-circle:before {
  content: "\f1f1";
}

.zmdi-alert-octagon:before {
  content: "\f1f2";
}

.zmdi-alert-polygon:before {
  content: "\f1f3";
}

.zmdi-alert-triangle:before {
  content: "\f1f4";
}

.zmdi-help-outline:before {
  content: "\f1f5";
}

.zmdi-help:before {
  content: "\f1f6";
}

.zmdi-info-outline:before {
  content: "\f1f7";
}

.zmdi-info:before {
  content: "\f1f8";
}

.zmdi-notifications-active:before {
  content: "\f1f9";
}

.zmdi-notifications-add:before {
  content: "\f1fa";
}

.zmdi-notifications-none:before {
  content: "\f1fb";
}

.zmdi-notifications-off:before {
  content: "\f1fc";
}

.zmdi-notifications-paused:before {
  content: "\f1fd";
}

.zmdi-notifications:before {
  content: "\f1fe";
}

.zmdi-account-add:before {
  content: "\f1ff";
}

.zmdi-account-box-mail:before {
  content: "\f200";
}

.zmdi-account-box-o:before {
  content: "\f201";
}

.zmdi-account-box-phone:before {
  content: "\f202";
}

.zmdi-account-box:before {
  content: "\f203";
}

.zmdi-account-calendar:before {
  content: "\f204";
}

.zmdi-account-circle:before {
  content: "\f205";
}

.zmdi-account-o:before {
  content: "\f206";
}

.zmdi-account:before {
  content: "\f207";
}

.zmdi-accounts-add:before {
  content: "\f208";
}

.zmdi-accounts-alt:before {
  content: "\f209";
}

.zmdi-accounts-list-alt:before {
  content: "\f20a";
}

.zmdi-accounts-list:before {
  content: "\f20b";
}

.zmdi-accounts-outline:before {
  content: "\f20c";
}

.zmdi-accounts:before {
  content: "\f20d";
}

.zmdi-face:before {
  content: "\f20e";
}

.zmdi-female:before {
  content: "\f20f";
}

.zmdi-male-alt:before {
  content: "\f210";
}

.zmdi-male-female:before {
  content: "\f211";
}

.zmdi-male:before {
  content: "\f212";
}

.zmdi-mood-bad:before {
  content: "\f213";
}

.zmdi-mood:before {
  content: "\f214";
}

.zmdi-run:before {
  content: "\f215";
}

.zmdi-walk:before {
  content: "\f216";
}

.zmdi-cloud-box:before {
  content: "\f217";
}

.zmdi-cloud-circle:before {
  content: "\f218";
}

.zmdi-cloud-done:before {
  content: "\f219";
}

.zmdi-cloud-download:before {
  content: "\f21a";
}

.zmdi-cloud-off:before {
  content: "\f21b";
}

.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}

.zmdi-cloud-outline:before {
  content: "\f21d";
}

.zmdi-cloud-upload:before {
  content: "\f21e";
}

.zmdi-cloud:before {
  content: "\f21f";
}

.zmdi-download:before {
  content: "\f220";
}

.zmdi-file-plus:before {
  content: "\f221";
}

.zmdi-file-text:before {
  content: "\f222";
}

.zmdi-file:before {
  content: "\f223";
}

.zmdi-folder-outline:before {
  content: "\f224";
}

.zmdi-folder-person:before {
  content: "\f225";
}

.zmdi-folder-star-alt:before {
  content: "\f226";
}

.zmdi-folder-star:before {
  content: "\f227";
}

.zmdi-folder:before {
  content: "\f228";
}

.zmdi-gif:before {
  content: "\f229";
}

.zmdi-upload:before {
  content: "\f22a";
}

.zmdi-border-all:before {
  content: "\f22b";
}

.zmdi-border-bottom:before {
  content: "\f22c";
}

.zmdi-border-clear:before {
  content: "\f22d";
}

.zmdi-border-color:before {
  content: "\f22e";
}

.zmdi-border-horizontal:before {
  content: "\f22f";
}

.zmdi-border-inner:before {
  content: "\f230";
}

.zmdi-border-left:before {
  content: "\f231";
}

.zmdi-border-outer:before {
  content: "\f232";
}

.zmdi-border-right:before {
  content: "\f233";
}

.zmdi-border-style:before {
  content: "\f234";
}

.zmdi-border-top:before {
  content: "\f235";
}

.zmdi-border-vertical:before {
  content: "\f236";
}

.zmdi-copy:before {
  content: "\f237";
}

.zmdi-crop:before {
  content: "\f238";
}

.zmdi-format-align-center:before {
  content: "\f239";
}

.zmdi-format-align-justify:before {
  content: "\f23a";
}

.zmdi-format-align-left:before {
  content: "\f23b";
}

.zmdi-format-align-right:before {
  content: "\f23c";
}

.zmdi-format-bold:before {
  content: "\f23d";
}

.zmdi-format-clear-all:before {
  content: "\f23e";
}

.zmdi-format-clear:before {
  content: "\f23f";
}

.zmdi-format-color-fill:before {
  content: "\f240";
}

.zmdi-format-color-reset:before {
  content: "\f241";
}

.zmdi-format-color-text:before {
  content: "\f242";
}

.zmdi-format-indent-decrease:before {
  content: "\f243";
}

.zmdi-format-indent-increase:before {
  content: "\f244";
}

.zmdi-format-italic:before {
  content: "\f245";
}

.zmdi-format-line-spacing:before {
  content: "\f246";
}

.zmdi-format-list-bulleted:before {
  content: "\f247";
}

.zmdi-format-list-numbered:before {
  content: "\f248";
}

.zmdi-format-ltr:before {
  content: "\f249";
}

.zmdi-format-rtl:before {
  content: "\f24a";
}

.zmdi-format-size:before {
  content: "\f24b";
}

.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}

.zmdi-format-strikethrough:before {
  content: "\f24d";
}

.zmdi-format-subject:before {
  content: "\f24e";
}

.zmdi-format-underlined:before {
  content: "\f24f";
}

.zmdi-format-valign-bottom:before {
  content: "\f250";
}

.zmdi-format-valign-center:before {
  content: "\f251";
}

.zmdi-format-valign-top:before {
  content: "\f252";
}

.zmdi-redo:before {
  content: "\f253";
}

.zmdi-select-all:before {
  content: "\f254";
}

.zmdi-space-bar:before {
  content: "\f255";
}

.zmdi-text-format:before {
  content: "\f256";
}

.zmdi-transform:before {
  content: "\f257";
}

.zmdi-undo:before {
  content: "\f258";
}

.zmdi-wrap-text:before {
  content: "\f259";
}

.zmdi-comment-alert:before {
  content: "\f25a";
}

.zmdi-comment-alt-text:before {
  content: "\f25b";
}

.zmdi-comment-alt:before {
  content: "\f25c";
}

.zmdi-comment-edit:before {
  content: "\f25d";
}

.zmdi-comment-image:before {
  content: "\f25e";
}

.zmdi-comment-list:before {
  content: "\f25f";
}

.zmdi-comment-more:before {
  content: "\f260";
}

.zmdi-comment-outline:before {
  content: "\f261";
}

.zmdi-comment-text-alt:before {
  content: "\f262";
}

.zmdi-comment-text:before {
  content: "\f263";
}

.zmdi-comment-video:before {
  content: "\f264";
}

.zmdi-comment:before {
  content: "\f265";
}

.zmdi-comments:before {
  content: "\f266";
}

.zmdi-check-all:before {
  content: "\f267";
}

.zmdi-check-circle-u:before {
  content: "\f268";
}

.zmdi-check-circle:before {
  content: "\f269";
}

.zmdi-check-square:before {
  content: "\f26a";
}

.zmdi-check:before {
  content: "\f26b";
}

.zmdi-circle-o:before {
  content: "\f26c";
}

.zmdi-circle:before {
  content: "\f26d";
}

.zmdi-dot-circle-alt:before {
  content: "\f26e";
}

.zmdi-dot-circle:before {
  content: "\f26f";
}

.zmdi-minus-circle-outline:before {
  content: "\f270";
}

.zmdi-minus-circle:before {
  content: "\f271";
}

.zmdi-minus-square:before {
  content: "\f272";
}

.zmdi-minus:before {
  content: "\f273";
}

.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}

.zmdi-plus-circle-o:before {
  content: "\f275";
}

.zmdi-plus-circle:before {
  content: "\f276";
}

.zmdi-plus-square:before {
  content: "\f277";
}

.zmdi-plus:before {
  content: "\f278";
}

.zmdi-square-o:before {
  content: "\f279";
}

.zmdi-star-circle:before {
  content: "\f27a";
}

.zmdi-star-half:before {
  content: "\f27b";
}

.zmdi-star-outline:before {
  content: "\f27c";
}

.zmdi-star:before {
  content: "\f27d";
}

.zmdi-bluetooth-connected:before {
  content: "\f27e";
}

.zmdi-bluetooth-off:before {
  content: "\f27f";
}

.zmdi-bluetooth-search:before {
  content: "\f280";
}

.zmdi-bluetooth-setting:before {
  content: "\f281";
}

.zmdi-bluetooth:before {
  content: "\f282";
}

.zmdi-camera-add:before {
  content: "\f283";
}

.zmdi-camera-alt:before {
  content: "\f284";
}

.zmdi-camera-bw:before {
  content: "\f285";
}

.zmdi-camera-front:before {
  content: "\f286";
}

.zmdi-camera-mic:before {
  content: "\f287";
}

.zmdi-camera-party-mode:before {
  content: "\f288";
}

.zmdi-camera-rear:before {
  content: "\f289";
}

.zmdi-camera-roll:before {
  content: "\f28a";
}

.zmdi-camera-switch:before {
  content: "\f28b";
}

.zmdi-camera:before {
  content: "\f28c";
}

.zmdi-card-alert:before {
  content: "\f28d";
}

.zmdi-card-off:before {
  content: "\f28e";
}

.zmdi-card-sd:before {
  content: "\f28f";
}

.zmdi-card-sim:before {
  content: "\f290";
}

.zmdi-desktop-mac:before {
  content: "\f291";
}

.zmdi-desktop-windows:before {
  content: "\f292";
}

.zmdi-device-hub:before {
  content: "\f293";
}

.zmdi-devices-off:before {
  content: "\f294";
}

.zmdi-devices:before {
  content: "\f295";
}

.zmdi-dock:before {
  content: "\f296";
}

.zmdi-floppy:before {
  content: "\f297";
}

.zmdi-gamepad:before {
  content: "\f298";
}

.zmdi-gps-dot:before {
  content: "\f299";
}

.zmdi-gps-off:before {
  content: "\f29a";
}

.zmdi-gps:before {
  content: "\f29b";
}

.zmdi-headset-mic:before {
  content: "\f29c";
}

.zmdi-headset:before {
  content: "\f29d";
}

.zmdi-input-antenna:before {
  content: "\f29e";
}

.zmdi-input-composite:before {
  content: "\f29f";
}

.zmdi-input-hdmi:before {
  content: "\f2a0";
}

.zmdi-input-power:before {
  content: "\f2a1";
}

.zmdi-input-svideo:before {
  content: "\f2a2";
}

.zmdi-keyboard-hide:before {
  content: "\f2a3";
}

.zmdi-keyboard:before {
  content: "\f2a4";
}

.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}

.zmdi-laptop-mac:before {
  content: "\f2a6";
}

.zmdi-laptop:before {
  content: "\f2a7";
}

.zmdi-mic-off:before {
  content: "\f2a8";
}

.zmdi-mic-outline:before {
  content: "\f2a9";
}

.zmdi-mic-setting:before {
  content: "\f2aa";
}

.zmdi-mic:before {
  content: "\f2ab";
}

.zmdi-mouse:before {
  content: "\f2ac";
}

.zmdi-network-alert:before {
  content: "\f2ad";
}

.zmdi-network-locked:before {
  content: "\f2ae";
}

.zmdi-network-off:before {
  content: "\f2af";
}

.zmdi-network-outline:before {
  content: "\f2b0";
}

.zmdi-network-setting:before {
  content: "\f2b1";
}

.zmdi-network:before {
  content: "\f2b2";
}

.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}

.zmdi-phone-end:before {
  content: "\f2b4";
}

.zmdi-phone-forwarded:before {
  content: "\f2b5";
}

.zmdi-phone-in-talk:before {
  content: "\f2b6";
}

.zmdi-phone-locked:before {
  content: "\f2b7";
}

.zmdi-phone-missed:before {
  content: "\f2b8";
}

.zmdi-phone-msg:before {
  content: "\f2b9";
}

.zmdi-phone-paused:before {
  content: "\f2ba";
}

.zmdi-phone-ring:before {
  content: "\f2bb";
}

.zmdi-phone-setting:before {
  content: "\f2bc";
}

.zmdi-phone-sip:before {
  content: "\f2bd";
}

.zmdi-phone:before {
  content: "\f2be";
}

.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}

.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}

.zmdi-portable-wifi:before {
  content: "\f2c1";
}

.zmdi-radio:before {
  content: "\f2c2";
}

.zmdi-reader:before {
  content: "\f2c3";
}

.zmdi-remote-control-alt:before {
  content: "\f2c4";
}

.zmdi-remote-control:before {
  content: "\f2c5";
}

.zmdi-router:before {
  content: "\f2c6";
}

.zmdi-scanner:before {
  content: "\f2c7";
}

.zmdi-smartphone-android:before {
  content: "\f2c8";
}

.zmdi-smartphone-download:before {
  content: "\f2c9";
}

.zmdi-smartphone-erase:before {
  content: "\f2ca";
}

.zmdi-smartphone-info:before {
  content: "\f2cb";
}

.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}

.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}

.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}

.zmdi-smartphone-lock:before {
  content: "\f2cf";
}

.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}

.zmdi-smartphone-ring:before {
  content: "\f2d1";
}

.zmdi-smartphone-setting:before {
  content: "\f2d2";
}

.zmdi-smartphone-setup:before {
  content: "\f2d3";
}

.zmdi-smartphone:before {
  content: "\f2d4";
}

.zmdi-speaker:before {
  content: "\f2d5";
}

.zmdi-tablet-android:before {
  content: "\f2d6";
}

.zmdi-tablet-mac:before {
  content: "\f2d7";
}

.zmdi-tablet:before {
  content: "\f2d8";
}

.zmdi-tv-alt-play:before {
  content: "\f2d9";
}

.zmdi-tv-list:before {
  content: "\f2da";
}

.zmdi-tv-play:before {
  content: "\f2db";
}

.zmdi-tv:before {
  content: "\f2dc";
}

.zmdi-usb:before {
  content: "\f2dd";
}

.zmdi-videocam-off:before {
  content: "\f2de";
}

.zmdi-videocam-switch:before {
  content: "\f2df";
}

.zmdi-videocam:before {
  content: "\f2e0";
}

.zmdi-watch:before {
  content: "\f2e1";
}

.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}

.zmdi-wifi-alt:before {
  content: "\f2e3";
}

.zmdi-wifi-info:before {
  content: "\f2e4";
}

.zmdi-wifi-lock:before {
  content: "\f2e5";
}

.zmdi-wifi-off:before {
  content: "\f2e6";
}

.zmdi-wifi-outline:before {
  content: "\f2e7";
}

.zmdi-wifi:before {
  content: "\f2e8";
}

.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}

.zmdi-arrow-left:before {
  content: "\f2ea";
}

.zmdi-arrow-merge:before {
  content: "\f2eb";
}

.zmdi-arrow-missed:before {
  content: "\f2ec";
}

.zmdi-arrow-right-top:before {
  content: "\f2ed";
}

.zmdi-arrow-right:before {
  content: "\f2ee";
}

.zmdi-arrow-split:before {
  content: "\f2ef";
}

.zmdi-arrows:before {
  content: "\f2f0";
}

.zmdi-caret-down-circle:before {
  content: "\f2f1";
}

.zmdi-caret-down:before {
  content: "\f2f2";
}

.zmdi-caret-left-circle:before {
  content: "\f2f3";
}

.zmdi-caret-left:before {
  content: "\f2f4";
}

.zmdi-caret-right-circle:before {
  content: "\f2f5";
}

.zmdi-caret-right:before {
  content: "\f2f6";
}

.zmdi-caret-up-circle:before {
  content: "\f2f7";
}

.zmdi-caret-up:before {
  content: "\f2f8";
}

.zmdi-chevron-down:before {
  content: "\f2f9";
}

.zmdi-chevron-left:before {
  content: "\f2fa";
}

.zmdi-chevron-right:before {
  content: "\f2fb";
}

.zmdi-chevron-up:before {
  content: "\f2fc";
}

.zmdi-forward:before {
  content: "\f2fd";
}

.zmdi-long-arrow-down:before {
  content: "\f2fe";
}

.zmdi-long-arrow-left:before {
  content: "\f2ff";
}

.zmdi-long-arrow-return:before {
  content: "\f300";
}

.zmdi-long-arrow-right:before {
  content: "\f301";
}

.zmdi-long-arrow-tab:before {
  content: "\f302";
}

.zmdi-long-arrow-up:before {
  content: "\f303";
}

.zmdi-rotate-ccw:before {
  content: "\f304";
}

.zmdi-rotate-cw:before {
  content: "\f305";
}

.zmdi-rotate-left:before {
  content: "\f306";
}

.zmdi-rotate-right:before {
  content: "\f307";
}

.zmdi-square-down:before {
  content: "\f308";
}

.zmdi-square-right:before {
  content: "\f309";
}

.zmdi-swap-alt:before {
  content: "\f30a";
}

.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}

.zmdi-swap-vertical:before {
  content: "\f30c";
}

.zmdi-swap:before {
  content: "\f30d";
}

.zmdi-trending-down:before {
  content: "\f30e";
}

.zmdi-trending-flat:before {
  content: "\f30f";
}

.zmdi-trending-up:before {
  content: "\f310";
}

.zmdi-unfold-less:before {
  content: "\f311";
}

.zmdi-unfold-more:before {
  content: "\f312";
}

.zmdi-apps:before {
  content: "\f313";
}

.zmdi-grid-off:before {
  content: "\f314";
}

.zmdi-grid:before {
  content: "\f315";
}

.zmdi-view-agenda:before {
  content: "\f316";
}

.zmdi-view-array:before {
  content: "\f317";
}

.zmdi-view-carousel:before {
  content: "\f318";
}

.zmdi-view-column:before {
  content: "\f319";
}

.zmdi-view-comfy:before {
  content: "\f31a";
}

.zmdi-view-compact:before {
  content: "\f31b";
}

.zmdi-view-dashboard:before {
  content: "\f31c";
}

.zmdi-view-day:before {
  content: "\f31d";
}

.zmdi-view-headline:before {
  content: "\f31e";
}

.zmdi-view-list-alt:before {
  content: "\f31f";
}

.zmdi-view-list:before {
  content: "\f320";
}

.zmdi-view-module:before {
  content: "\f321";
}

.zmdi-view-quilt:before {
  content: "\f322";
}

.zmdi-view-stream:before {
  content: "\f323";
}

.zmdi-view-subtitles:before {
  content: "\f324";
}

.zmdi-view-toc:before {
  content: "\f325";
}

.zmdi-view-web:before {
  content: "\f326";
}

.zmdi-view-week:before {
  content: "\f327";
}

.zmdi-widgets:before {
  content: "\f328";
}

.zmdi-alarm-check:before {
  content: "\f329";
}

.zmdi-alarm-off:before {
  content: "\f32a";
}

.zmdi-alarm-plus:before {
  content: "\f32b";
}

.zmdi-alarm-snooze:before {
  content: "\f32c";
}

.zmdi-alarm:before {
  content: "\f32d";
}

.zmdi-calendar-alt:before {
  content: "\f32e";
}

.zmdi-calendar-check:before {
  content: "\f32f";
}

.zmdi-calendar-close:before {
  content: "\f330";
}

.zmdi-calendar-note:before {
  content: "\f331";
}

.zmdi-calendar:before {
  content: "\f332";
}

.zmdi-time-countdown:before {
  content: "\f333";
}

.zmdi-time-interval:before {
  content: "\f334";
}

.zmdi-time-restore-setting:before {
  content: "\f335";
}

.zmdi-time-restore:before {
  content: "\f336";
}

.zmdi-time:before {
  content: "\f337";
}

.zmdi-timer-off:before {
  content: "\f338";
}

.zmdi-timer:before {
  content: "\f339";
}

.zmdi-android-alt:before {
  content: "\f33a";
}

.zmdi-android:before {
  content: "\f33b";
}

.zmdi-apple:before {
  content: "\f33c";
}

.zmdi-behance:before {
  content: "\f33d";
}

.zmdi-codepen:before {
  content: "\f33e";
}

.zmdi-dribbble:before {
  content: "\f33f";
}

.zmdi-dropbox:before {
  content: "\f340";
}

.zmdi-evernote:before {
  content: "\f341";
}

.zmdi-facebook-box:before {
  content: "\f342";
}

.zmdi-facebook:before {
  content: "\f343";
}

.zmdi-github-box:before {
  content: "\f344";
}

.zmdi-github:before {
  content: "\f345";
}

.zmdi-google-drive:before {
  content: "\f346";
}

.zmdi-google-earth:before {
  content: "\f347";
}

.zmdi-google-glass:before {
  content: "\f348";
}

.zmdi-google-maps:before {
  content: "\f349";
}

.zmdi-google-pages:before {
  content: "\f34a";
}

.zmdi-google-play:before {
  content: "\f34b";
}

.zmdi-google-plus-box:before {
  content: "\f34c";
}

.zmdi-google-plus:before {
  content: "\f34d";
}

.zmdi-google:before {
  content: "\f34e";
}

.zmdi-instagram:before {
  content: "\f34f";
}

.zmdi-language-css3:before {
  content: "\f350";
}

.zmdi-language-html5:before {
  content: "\f351";
}

.zmdi-language-javascript:before {
  content: "\f352";
}

.zmdi-language-python-alt:before {
  content: "\f353";
}

.zmdi-language-python:before {
  content: "\f354";
}

.zmdi-lastfm:before {
  content: "\f355";
}

.zmdi-linkedin-box:before {
  content: "\f356";
}

.zmdi-paypal:before {
  content: "\f357";
}

.zmdi-pinterest-box:before {
  content: "\f358";
}

.zmdi-pocket:before {
  content: "\f359";
}

.zmdi-polymer:before {
  content: "\f35a";
}

.zmdi-share:before {
  content: "\f35b";
}

.zmdi-stackoverflow:before {
  content: "\f35c";
}

.zmdi-steam-square:before {
  content: "\f35d";
}

.zmdi-steam:before {
  content: "\f35e";
}

.zmdi-twitter-box:before {
  content: "\f35f";
}

.zmdi-twitter:before {
  content: "\f360";
}

.zmdi-vk:before {
  content: "\f361";
}

.zmdi-wikipedia:before {
  content: "\f362";
}

.zmdi-windows:before {
  content: "\f363";
}

.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}

.zmdi-aspect-ratio:before {
  content: "\f365";
}

.zmdi-blur-circular:before {
  content: "\f366";
}

.zmdi-blur-linear:before {
  content: "\f367";
}

.zmdi-blur-off:before {
  content: "\f368";
}

.zmdi-blur:before {
  content: "\f369";
}

.zmdi-brightness-2:before {
  content: "\f36a";
}

.zmdi-brightness-3:before {
  content: "\f36b";
}

.zmdi-brightness-4:before {
  content: "\f36c";
}

.zmdi-brightness-5:before {
  content: "\f36d";
}

.zmdi-brightness-6:before {
  content: "\f36e";
}

.zmdi-brightness-7:before {
  content: "\f36f";
}

.zmdi-brightness-auto:before {
  content: "\f370";
}

.zmdi-brightness-setting:before {
  content: "\f371";
}

.zmdi-broken-image:before {
  content: "\f372";
}

.zmdi-center-focus-strong:before {
  content: "\f373";
}

.zmdi-center-focus-weak:before {
  content: "\f374";
}

.zmdi-compare:before {
  content: "\f375";
}

.zmdi-crop-16-9:before {
  content: "\f376";
}

.zmdi-crop-3-2:before {
  content: "\f377";
}

.zmdi-crop-5-4:before {
  content: "\f378";
}

.zmdi-crop-7-5:before {
  content: "\f379";
}

.zmdi-crop-din:before {
  content: "\f37a";
}

.zmdi-crop-free:before {
  content: "\f37b";
}

.zmdi-crop-landscape:before {
  content: "\f37c";
}

.zmdi-crop-portrait:before {
  content: "\f37d";
}

.zmdi-crop-square:before {
  content: "\f37e";
}

.zmdi-exposure-alt:before {
  content: "\f37f";
}

.zmdi-exposure:before {
  content: "\f380";
}

.zmdi-filter-b-and-w:before {
  content: "\f381";
}

.zmdi-filter-center-focus:before {
  content: "\f382";
}

.zmdi-filter-frames:before {
  content: "\f383";
}

.zmdi-filter-tilt-shift:before {
  content: "\f384";
}

.zmdi-gradient:before {
  content: "\f385";
}

.zmdi-grain:before {
  content: "\f386";
}

.zmdi-graphic-eq:before {
  content: "\f387";
}

.zmdi-hdr-off:before {
  content: "\f388";
}

.zmdi-hdr-strong:before {
  content: "\f389";
}

.zmdi-hdr-weak:before {
  content: "\f38a";
}

.zmdi-hdr:before {
  content: "\f38b";
}

.zmdi-iridescent:before {
  content: "\f38c";
}

.zmdi-leak-off:before {
  content: "\f38d";
}

.zmdi-leak:before {
  content: "\f38e";
}

.zmdi-looks:before {
  content: "\f38f";
}

.zmdi-loupe:before {
  content: "\f390";
}

.zmdi-panorama-horizontal:before {
  content: "\f391";
}

.zmdi-panorama-vertical:before {
  content: "\f392";
}

.zmdi-panorama-wide-angle:before {
  content: "\f393";
}

.zmdi-photo-size-select-large:before {
  content: "\f394";
}

.zmdi-photo-size-select-small:before {
  content: "\f395";
}

.zmdi-picture-in-picture:before {
  content: "\f396";
}

.zmdi-slideshow:before {
  content: "\f397";
}

.zmdi-texture:before {
  content: "\f398";
}

.zmdi-tonality:before {
  content: "\f399";
}

.zmdi-vignette:before {
  content: "\f39a";
}

.zmdi-wb-auto:before {
  content: "\f39b";
}

.zmdi-eject-alt:before {
  content: "\f39c";
}

.zmdi-eject:before {
  content: "\f39d";
}

.zmdi-equalizer:before {
  content: "\f39e";
}

.zmdi-fast-forward:before {
  content: "\f39f";
}

.zmdi-fast-rewind:before {
  content: "\f3a0";
}

.zmdi-forward-10:before {
  content: "\f3a1";
}

.zmdi-forward-30:before {
  content: "\f3a2";
}

.zmdi-forward-5:before {
  content: "\f3a3";
}

.zmdi-hearing:before {
  content: "\f3a4";
}

.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}

.zmdi-pause-circle:before {
  content: "\f3a6";
}

.zmdi-pause:before {
  content: "\f3a7";
}

.zmdi-play-circle-outline:before {
  content: "\f3a8";
}

.zmdi-play-circle:before {
  content: "\f3a9";
}

.zmdi-play:before {
  content: "\f3aa";
}

.zmdi-playlist-audio:before {
  content: "\f3ab";
}

.zmdi-playlist-plus:before {
  content: "\f3ac";
}

.zmdi-repeat-one:before {
  content: "\f3ad";
}

.zmdi-repeat:before {
  content: "\f3ae";
}

.zmdi-replay-10:before {
  content: "\f3af";
}

.zmdi-replay-30:before {
  content: "\f3b0";
}

.zmdi-replay-5:before {
  content: "\f3b1";
}

.zmdi-replay:before {
  content: "\f3b2";
}

.zmdi-shuffle:before {
  content: "\f3b3";
}

.zmdi-skip-next:before {
  content: "\f3b4";
}

.zmdi-skip-previous:before {
  content: "\f3b5";
}

.zmdi-stop:before {
  content: "\f3b6";
}

.zmdi-surround-sound:before {
  content: "\f3b7";
}

.zmdi-tune:before {
  content: "\f3b8";
}

.zmdi-volume-down:before {
  content: "\f3b9";
}

.zmdi-volume-mute:before {
  content: "\f3ba";
}

.zmdi-volume-off:before {
  content: "\f3bb";
}

.zmdi-volume-up:before {
  content: "\f3bc";
}

.zmdi-n-1-square:before {
  content: "\f3bd";
}

.zmdi-n-2-square:before {
  content: "\f3be";
}

.zmdi-n-3-square:before {
  content: "\f3bf";
}

.zmdi-n-4-square:before {
  content: "\f3c0";
}

.zmdi-n-5-square:before {
  content: "\f3c1";
}

.zmdi-n-6-square:before {
  content: "\f3c2";
}

.zmdi-neg-1:before {
  content: "\f3c3";
}

.zmdi-neg-2:before {
  content: "\f3c4";
}

.zmdi-plus-1:before {
  content: "\f3c5";
}

.zmdi-plus-2:before {
  content: "\f3c6";
}

.zmdi-sec-10:before {
  content: "\f3c7";
}

.zmdi-sec-3:before {
  content: "\f3c8";
}

.zmdi-zero:before {
  content: "\f3c9";
}

.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}

.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}

.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}

.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}

.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}

.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}

.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}

.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}

.zmdi-airplay:before {
  content: "\f3d2";
}

.zmdi-closed-caption:before {
  content: "\f3d3";
}

.zmdi-confirmation-number:before {
  content: "\f3d4";
}

.zmdi-developer-board:before {
  content: "\f3d5";
}

.zmdi-disc-full:before {
  content: "\f3d6";
}

.zmdi-explicit:before {
  content: "\f3d7";
}

.zmdi-flight-land:before {
  content: "\f3d8";
}

.zmdi-flight-takeoff:before {
  content: "\f3d9";
}

.zmdi-flip-to-back:before {
  content: "\f3da";
}

.zmdi-flip-to-front:before {
  content: "\f3db";
}

.zmdi-group-work:before {
  content: "\f3dc";
}

.zmdi-hd:before {
  content: "\f3dd";
}

.zmdi-hq:before {
  content: "\f3de";
}

.zmdi-markunread-mailbox:before {
  content: "\f3df";
}

.zmdi-memory:before {
  content: "\f3e0";
}

.zmdi-nfc:before {
  content: "\f3e1";
}

.zmdi-play-for-work:before {
  content: "\f3e2";
}

.zmdi-power-input:before {
  content: "\f3e3";
}

.zmdi-present-to-all:before {
  content: "\f3e4";
}

.zmdi-satellite:before {
  content: "\f3e5";
}

.zmdi-tap-and-play:before {
  content: "\f3e6";
}

.zmdi-vibration:before {
  content: "\f3e7";
}

.zmdi-voicemail:before {
  content: "\f3e8";
}

.zmdi-group:before {
  content: "\f3e9";
}

.zmdi-rss:before {
  content: "\f3ea";
}

.zmdi-shape:before {
  content: "\f3eb";
}

.zmdi-spinner:before {
  content: "\f3ec";
}

.zmdi-ungroup:before {
  content: "\f3ed";
}

.zmdi-500px:before {
  content: "\f3ee";
}

.zmdi-8tracks:before {
  content: "\f3ef";
}

.zmdi-amazon:before {
  content: "\f3f0";
}

.zmdi-blogger:before {
  content: "\f3f1";
}

.zmdi-delicious:before {
  content: "\f3f2";
}

.zmdi-disqus:before {
  content: "\f3f3";
}

.zmdi-flattr:before {
  content: "\f3f4";
}

.zmdi-flickr:before {
  content: "\f3f5";
}

.zmdi-github-alt:before {
  content: "\f3f6";
}

.zmdi-google-old:before {
  content: "\f3f7";
}

.zmdi-linkedin:before {
  content: "\f3f8";
}

.zmdi-odnoklassniki:before {
  content: "\f3f9";
}

.zmdi-outlook:before {
  content: "\f3fa";
}

.zmdi-paypal-alt:before {
  content: "\f3fb";
}

.zmdi-pinterest:before {
  content: "\f3fc";
}

.zmdi-playstation:before {
  content: "\f3fd";
}

.zmdi-reddit:before {
  content: "\f3fe";
}

.zmdi-skype:before {
  content: "\f3ff";
}

.zmdi-slideshare:before {
  content: "\f400";
}

.zmdi-soundcloud:before {
  content: "\f401";
}

.zmdi-tumblr:before {
  content: "\f402";
}

.zmdi-twitch:before {
  content: "\f403";
}

.zmdi-vimeo:before {
  content: "\f404";
}

.zmdi-whatsapp:before {
  content: "\f405";
}

.zmdi-xbox:before {
  content: "\f406";
}

.zmdi-yahoo:before {
  content: "\f407";
}

.zmdi-youtube-play:before {
  content: "\f408";
}

.zmdi-youtube:before {
  content: "\f409";
}

.zmdi-3d-rotation:before {
  content: "\f101";
}

.zmdi-airplane-off:before {
  content: "\f102";
}

.zmdi-airplane:before {
  content: "\f103";
}

.zmdi-album:before {
  content: "\f104";
}

.zmdi-archive:before {
  content: "\f105";
}

.zmdi-assignment-account:before {
  content: "\f106";
}

.zmdi-assignment-alert:before {
  content: "\f107";
}

.zmdi-assignment-check:before {
  content: "\f108";
}

.zmdi-assignment-o:before {
  content: "\f109";
}

.zmdi-assignment-return:before {
  content: "\f10a";
}

.zmdi-assignment-returned:before {
  content: "\f10b";
}

.zmdi-assignment:before {
  content: "\f10c";
}

.zmdi-attachment-alt:before {
  content: "\f10d";
}

.zmdi-attachment:before {
  content: "\f10e";
}

.zmdi-audio:before {
  content: "\f10f";
}

.zmdi-badge-check:before {
  content: "\f110";
}

.zmdi-balance-wallet:before {
  content: "\f111";
}

.zmdi-balance:before {
  content: "\f112";
}

.zmdi-battery-alert:before {
  content: "\f113";
}

.zmdi-battery-flash:before {
  content: "\f114";
}

.zmdi-battery-unknown:before {
  content: "\f115";
}

.zmdi-battery:before {
  content: "\f116";
}

.zmdi-bike:before {
  content: "\f117";
}

.zmdi-block-alt:before {
  content: "\f118";
}

.zmdi-block:before {
  content: "\f119";
}

.zmdi-boat:before {
  content: "\f11a";
}

.zmdi-book-image:before {
  content: "\f11b";
}

.zmdi-book:before {
  content: "\f11c";
}

.zmdi-bookmark-outline:before {
  content: "\f11d";
}

.zmdi-bookmark:before {
  content: "\f11e";
}

.zmdi-brush:before {
  content: "\f11f";
}

.zmdi-bug:before {
  content: "\f120";
}

.zmdi-bus:before {
  content: "\f121";
}

.zmdi-cake:before {
  content: "\f122";
}

.zmdi-car-taxi:before {
  content: "\f123";
}

.zmdi-car-wash:before {
  content: "\f124";
}

.zmdi-car:before {
  content: "\f125";
}

.zmdi-card-giftcard:before {
  content: "\f126";
}

.zmdi-card-membership:before {
  content: "\f127";
}

.zmdi-card-travel:before {
  content: "\f128";
}

.zmdi-card:before {
  content: "\f129";
}

.zmdi-case-check:before {
  content: "\f12a";
}

.zmdi-case-download:before {
  content: "\f12b";
}

.zmdi-case-play:before {
  content: "\f12c";
}

.zmdi-case:before {
  content: "\f12d";
}

.zmdi-cast-connected:before {
  content: "\f12e";
}

.zmdi-cast:before {
  content: "\f12f";
}

.zmdi-chart-donut:before {
  content: "\f130";
}

.zmdi-chart:before {
  content: "\f131";
}

.zmdi-city-alt:before {
  content: "\f132";
}

.zmdi-city:before {
  content: "\f133";
}

.zmdi-close-circle-o:before {
  content: "\f134";
}

.zmdi-close-circle:before {
  content: "\f135";
}

.zmdi-close:before {
  content: "\f136";
}

.zmdi-cocktail:before {
  content: "\f137";
}

.zmdi-code-setting:before {
  content: "\f138";
}

.zmdi-code-smartphone:before {
  content: "\f139";
}

.zmdi-code:before {
  content: "\f13a";
}

.zmdi-coffee:before {
  content: "\f13b";
}

.zmdi-collection-bookmark:before {
  content: "\f13c";
}

.zmdi-collection-case-play:before {
  content: "\f13d";
}

.zmdi-collection-folder-image:before {
  content: "\f13e";
}

.zmdi-collection-image-o:before {
  content: "\f13f";
}

.zmdi-collection-image:before {
  content: "\f140";
}

.zmdi-collection-item-1:before {
  content: "\f141";
}

.zmdi-collection-item-2:before {
  content: "\f142";
}

.zmdi-collection-item-3:before {
  content: "\f143";
}

.zmdi-collection-item-4:before {
  content: "\f144";
}

.zmdi-collection-item-5:before {
  content: "\f145";
}

.zmdi-collection-item-6:before {
  content: "\f146";
}

.zmdi-collection-item-7:before {
  content: "\f147";
}

.zmdi-collection-item-8:before {
  content: "\f148";
}

.zmdi-collection-item-9-plus:before {
  content: "\f149";
}

.zmdi-collection-item-9:before {
  content: "\f14a";
}

.zmdi-collection-item:before {
  content: "\f14b";
}

.zmdi-collection-music:before {
  content: "\f14c";
}

.zmdi-collection-pdf:before {
  content: "\f14d";
}

.zmdi-collection-plus:before {
  content: "\f14e";
}

.zmdi-collection-speaker:before {
  content: "\f14f";
}

.zmdi-collection-text:before {
  content: "\f150";
}

.zmdi-collection-video:before {
  content: "\f151";
}

.zmdi-compass:before {
  content: "\f152";
}

.zmdi-cutlery:before {
  content: "\f153";
}

.zmdi-delete:before {
  content: "\f154";
}

.zmdi-dialpad:before {
  content: "\f155";
}

.zmdi-dns:before {
  content: "\f156";
}

.zmdi-drink:before {
  content: "\f157";
}

.zmdi-edit:before {
  content: "\f158";
}

.zmdi-email-open:before {
  content: "\f159";
}

.zmdi-email:before {
  content: "\f15a";
}

.zmdi-eye-off:before {
  content: "\f15b";
}

.zmdi-eye:before {
  content: "\f15c";
}

.zmdi-eyedropper:before {
  content: "\f15d";
}

.zmdi-favorite-outline:before {
  content: "\f15e";
}

.zmdi-favorite:before {
  content: "\f15f";
}

.zmdi-filter-list:before {
  content: "\f160";
}

.zmdi-fire:before {
  content: "\f161";
}

.zmdi-flag:before {
  content: "\f162";
}

.zmdi-flare:before {
  content: "\f163";
}

.zmdi-flash-auto:before {
  content: "\f164";
}

.zmdi-flash-off:before {
  content: "\f165";
}

.zmdi-flash:before {
  content: "\f166";
}

.zmdi-flip:before {
  content: "\f167";
}

.zmdi-flower-alt:before {
  content: "\f168";
}

.zmdi-flower:before {
  content: "\f169";
}

.zmdi-font:before {
  content: "\f16a";
}

.zmdi-fullscreen-alt:before {
  content: "\f16b";
}

.zmdi-fullscreen-exit:before {
  content: "\f16c";
}

.zmdi-fullscreen:before {
  content: "\f16d";
}

.zmdi-functions:before {
  content: "\f16e";
}

.zmdi-gas-station:before {
  content: "\f16f";
}

.zmdi-gesture:before {
  content: "\f170";
}

.zmdi-globe-alt:before {
  content: "\f171";
}

.zmdi-globe-lock:before {
  content: "\f172";
}

.zmdi-globe:before {
  content: "\f173";
}

.zmdi-graduation-cap:before {
  content: "\f174";
}

.zmdi-home:before {
  content: "\f175";
}

.zmdi-hospital-alt:before {
  content: "\f176";
}

.zmdi-hospital:before {
  content: "\f177";
}

.zmdi-hotel:before {
  content: "\f178";
}

.zmdi-hourglass-alt:before {
  content: "\f179";
}

.zmdi-hourglass-outline:before {
  content: "\f17a";
}

.zmdi-hourglass:before {
  content: "\f17b";
}

.zmdi-http:before {
  content: "\f17c";
}

.zmdi-image-alt:before {
  content: "\f17d";
}

.zmdi-image-o:before {
  content: "\f17e";
}

.zmdi-image:before {
  content: "\f17f";
}

.zmdi-inbox:before {
  content: "\f180";
}

.zmdi-invert-colors-off:before {
  content: "\f181";
}

.zmdi-invert-colors:before {
  content: "\f182";
}

.zmdi-key:before {
  content: "\f183";
}

.zmdi-label-alt-outline:before {
  content: "\f184";
}

.zmdi-label-alt:before {
  content: "\f185";
}

.zmdi-label-heart:before {
  content: "\f186";
}

.zmdi-label:before {
  content: "\f187";
}

.zmdi-labels:before {
  content: "\f188";
}

.zmdi-lamp:before {
  content: "\f189";
}

.zmdi-landscape:before {
  content: "\f18a";
}

.zmdi-layers-off:before {
  content: "\f18b";
}

.zmdi-layers:before {
  content: "\f18c";
}

.zmdi-library:before {
  content: "\f18d";
}

.zmdi-link:before {
  content: "\f18e";
}

.zmdi-lock-open:before {
  content: "\f18f";
}

.zmdi-lock-outline:before {
  content: "\f190";
}

.zmdi-lock:before {
  content: "\f191";
}

.zmdi-mail-reply-all:before {
  content: "\f192";
}

.zmdi-mail-reply:before {
  content: "\f193";
}

.zmdi-mail-send:before {
  content: "\f194";
}

.zmdi-mall:before {
  content: "\f195";
}

.zmdi-map:before {
  content: "\f196";
}

.zmdi-menu:before {
  content: "\f197";
}

.zmdi-money-box:before {
  content: "\f198";
}

.zmdi-money-off:before {
  content: "\f199";
}

.zmdi-money:before {
  content: "\f19a";
}

.zmdi-more-vert:before {
  content: "\f19b";
}

.zmdi-more:before {
  content: "\f19c";
}

.zmdi-movie-alt:before {
  content: "\f19d";
}

.zmdi-movie:before {
  content: "\f19e";
}

.zmdi-nature-people:before {
  content: "\f19f";
}

.zmdi-nature:before {
  content: "\f1a0";
}

.zmdi-navigation:before {
  content: "\f1a1";
}

.zmdi-open-in-browser:before {
  content: "\f1a2";
}

.zmdi-open-in-new:before {
  content: "\f1a3";
}

.zmdi-palette:before {
  content: "\f1a4";
}

.zmdi-parking:before {
  content: "\f1a5";
}

.zmdi-pin-account:before {
  content: "\f1a6";
}

.zmdi-pin-assistant:before {
  content: "\f1a7";
}

.zmdi-pin-drop:before {
  content: "\f1a8";
}

.zmdi-pin-help:before {
  content: "\f1a9";
}

.zmdi-pin-off:before {
  content: "\f1aa";
}

.zmdi-pin:before {
  content: "\f1ab";
}

.zmdi-pizza:before {
  content: "\f1ac";
}

.zmdi-plaster:before {
  content: "\f1ad";
}

.zmdi-power-setting:before {
  content: "\f1ae";
}

.zmdi-power:before {
  content: "\f1af";
}

.zmdi-print:before {
  content: "\f1b0";
}

.zmdi-puzzle-piece:before {
  content: "\f1b1";
}

.zmdi-quote:before {
  content: "\f1b2";
}

.zmdi-railway:before {
  content: "\f1b3";
}

.zmdi-receipt:before {
  content: "\f1b4";
}

.zmdi-refresh-alt:before {
  content: "\f1b5";
}

.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}

.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}

.zmdi-refresh-sync:before {
  content: "\f1b8";
}

.zmdi-refresh:before {
  content: "\f1b9";
}

.zmdi-roller:before {
  content: "\f1ba";
}

.zmdi-ruler:before {
  content: "\f1bb";
}

.zmdi-scissors:before {
  content: "\f1bc";
}

.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}

.zmdi-screen-rotation:before {
  content: "\f1be";
}

.zmdi-search-for:before {
  content: "\f1bf";
}

.zmdi-search-in-file:before {
  content: "\f1c0";
}

.zmdi-search-in-page:before {
  content: "\f1c1";
}

.zmdi-search-replace:before {
  content: "\f1c2";
}

.zmdi-search:before {
  content: "\f1c3";
}

.zmdi-seat:before {
  content: "\f1c4";
}

.zmdi-settings-square:before {
  content: "\f1c5";
}

.zmdi-settings:before {
  content: "\f1c6";
}

.zmdi-shield-check:before {
  content: "\f1c7";
}

.zmdi-shield-security:before {
  content: "\f1c8";
}

.zmdi-shopping-basket:before {
  content: "\f1c9";
}

.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}

.zmdi-shopping-cart:before {
  content: "\f1cb";
}

.zmdi-sign-in:before {
  content: "\f1cc";
}

.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}

.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}

.zmdi-sort-asc:before {
  content: "\f1cf";
}

.zmdi-sort-desc:before {
  content: "\f1d0";
}

.zmdi-spellcheck:before {
  content: "\f1d1";
}

.zmdi-storage:before {
  content: "\f1d2";
}

.zmdi-store-24:before {
  content: "\f1d3";
}

.zmdi-store:before {
  content: "\f1d4";
}

.zmdi-subway:before {
  content: "\f1d5";
}

.zmdi-sun:before {
  content: "\f1d6";
}

.zmdi-tab-unselected:before {
  content: "\f1d7";
}

.zmdi-tab:before {
  content: "\f1d8";
}

.zmdi-tag-close:before {
  content: "\f1d9";
}

.zmdi-tag-more:before {
  content: "\f1da";
}

.zmdi-tag:before {
  content: "\f1db";
}

.zmdi-thumb-down:before {
  content: "\f1dc";
}

.zmdi-thumb-up-down:before {
  content: "\f1dd";
}

.zmdi-thumb-up:before {
  content: "\f1de";
}

.zmdi-ticket-star:before {
  content: "\f1df";
}

.zmdi-toll:before {
  content: "\f1e0";
}

.zmdi-toys:before {
  content: "\f1e1";
}

.zmdi-traffic:before {
  content: "\f1e2";
}

.zmdi-translate:before {
  content: "\f1e3";
}

.zmdi-triangle-down:before {
  content: "\f1e4";
}

.zmdi-triangle-up:before {
  content: "\f1e5";
}

.zmdi-truck:before {
  content: "\f1e6";
}

.zmdi-turning-sign:before {
  content: "\f1e7";
}

.zmdi-wallpaper:before {
  content: "\f1e8";
}

.zmdi-washing-machine:before {
  content: "\f1e9";
}

.zmdi-window-maximize:before {
  content: "\f1ea";
}

.zmdi-window-minimize:before {
  content: "\f1eb";
}

.zmdi-window-restore:before {
  content: "\f1ec";
}

.zmdi-wrench:before {
  content: "\f1ed";
}

.zmdi-zoom-in:before {
  content: "\f1ee";
}

.zmdi-zoom-out:before {
  content: "\f1ef";
}

.zmdi-alert-circle-o:before {
  content: "\f1f0";
}

.zmdi-alert-circle:before {
  content: "\f1f1";
}

.zmdi-alert-octagon:before {
  content: "\f1f2";
}

.zmdi-alert-polygon:before {
  content: "\f1f3";
}

.zmdi-alert-triangle:before {
  content: "\f1f4";
}

.zmdi-help-outline:before {
  content: "\f1f5";
}

.zmdi-help:before {
  content: "\f1f6";
}

.zmdi-info-outline:before {
  content: "\f1f7";
}

.zmdi-info:before {
  content: "\f1f8";
}

.zmdi-notifications-active:before {
  content: "\f1f9";
}

.zmdi-notifications-add:before {
  content: "\f1fa";
}

.zmdi-notifications-none:before {
  content: "\f1fb";
}

.zmdi-notifications-off:before {
  content: "\f1fc";
}

.zmdi-notifications-paused:before {
  content: "\f1fd";
}

.zmdi-notifications:before {
  content: "\f1fe";
}

.zmdi-account-add:before {
  content: "\f1ff";
}

.zmdi-account-box-mail:before {
  content: "\f200";
}

.zmdi-account-box-o:before {
  content: "\f201";
}

.zmdi-account-box-phone:before {
  content: "\f202";
}

.zmdi-account-box:before {
  content: "\f203";
}

.zmdi-account-calendar:before {
  content: "\f204";
}

.zmdi-account-circle:before {
  content: "\f205";
}

.zmdi-account-o:before {
  content: "\f206";
}

.zmdi-account:before {
  content: "\f207";
}

.zmdi-accounts-add:before {
  content: "\f208";
}

.zmdi-accounts-alt:before {
  content: "\f209";
}

.zmdi-accounts-list-alt:before {
  content: "\f20a";
}

.zmdi-accounts-list:before {
  content: "\f20b";
}

.zmdi-accounts-outline:before {
  content: "\f20c";
}

.zmdi-accounts:before {
  content: "\f20d";
}

.zmdi-face:before {
  content: "\f20e";
}

.zmdi-female:before {
  content: "\f20f";
}

.zmdi-male-alt:before {
  content: "\f210";
}

.zmdi-male-female:before {
  content: "\f211";
}

.zmdi-male:before {
  content: "\f212";
}

.zmdi-mood-bad:before {
  content: "\f213";
}

.zmdi-mood:before {
  content: "\f214";
}

.zmdi-run:before {
  content: "\f215";
}

.zmdi-walk:before {
  content: "\f216";
}

.zmdi-cloud-box:before {
  content: "\f217";
}

.zmdi-cloud-circle:before {
  content: "\f218";
}

.zmdi-cloud-done:before {
  content: "\f219";
}

.zmdi-cloud-download:before {
  content: "\f21a";
}

.zmdi-cloud-off:before {
  content: "\f21b";
}

.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}

.zmdi-cloud-outline:before {
  content: "\f21d";
}

.zmdi-cloud-upload:before {
  content: "\f21e";
}

.zmdi-cloud:before {
  content: "\f21f";
}

.zmdi-download:before {
  content: "\f220";
}

.zmdi-file-plus:before {
  content: "\f221";
}

.zmdi-file-text:before {
  content: "\f222";
}

.zmdi-file:before {
  content: "\f223";
}

.zmdi-folder-outline:before {
  content: "\f224";
}

.zmdi-folder-person:before {
  content: "\f225";
}

.zmdi-folder-star-alt:before {
  content: "\f226";
}

.zmdi-folder-star:before {
  content: "\f227";
}

.zmdi-folder:before {
  content: "\f228";
}

.zmdi-gif:before {
  content: "\f229";
}

.zmdi-upload:before {
  content: "\f22a";
}

.zmdi-border-all:before {
  content: "\f22b";
}

.zmdi-border-bottom:before {
  content: "\f22c";
}

.zmdi-border-clear:before {
  content: "\f22d";
}

.zmdi-border-color:before {
  content: "\f22e";
}

.zmdi-border-horizontal:before {
  content: "\f22f";
}

.zmdi-border-inner:before {
  content: "\f230";
}

.zmdi-border-left:before {
  content: "\f231";
}

.zmdi-border-outer:before {
  content: "\f232";
}

.zmdi-border-right:before {
  content: "\f233";
}

.zmdi-border-style:before {
  content: "\f234";
}

.zmdi-border-top:before {
  content: "\f235";
}

.zmdi-border-vertical:before {
  content: "\f236";
}

.zmdi-copy:before {
  content: "\f237";
}

.zmdi-crop:before {
  content: "\f238";
}

.zmdi-format-align-center:before {
  content: "\f239";
}

.zmdi-format-align-justify:before {
  content: "\f23a";
}

.zmdi-format-align-left:before {
  content: "\f23b";
}

.zmdi-format-align-right:before {
  content: "\f23c";
}

.zmdi-format-bold:before {
  content: "\f23d";
}

.zmdi-format-clear-all:before {
  content: "\f23e";
}

.zmdi-format-clear:before {
  content: "\f23f";
}

.zmdi-format-color-fill:before {
  content: "\f240";
}

.zmdi-format-color-reset:before {
  content: "\f241";
}

.zmdi-format-color-text:before {
  content: "\f242";
}

.zmdi-format-indent-decrease:before {
  content: "\f243";
}

.zmdi-format-indent-increase:before {
  content: "\f244";
}

.zmdi-format-italic:before {
  content: "\f245";
}

.zmdi-format-line-spacing:before {
  content: "\f246";
}

.zmdi-format-list-bulleted:before {
  content: "\f247";
}

.zmdi-format-list-numbered:before {
  content: "\f248";
}

.zmdi-format-ltr:before {
  content: "\f249";
}

.zmdi-format-rtl:before {
  content: "\f24a";
}

.zmdi-format-size:before {
  content: "\f24b";
}

.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}

.zmdi-format-strikethrough:before {
  content: "\f24d";
}

.zmdi-format-subject:before {
  content: "\f24e";
}

.zmdi-format-underlined:before {
  content: "\f24f";
}

.zmdi-format-valign-bottom:before {
  content: "\f250";
}

.zmdi-format-valign-center:before {
  content: "\f251";
}

.zmdi-format-valign-top:before {
  content: "\f252";
}

.zmdi-redo:before {
  content: "\f253";
}

.zmdi-select-all:before {
  content: "\f254";
}

.zmdi-space-bar:before {
  content: "\f255";
}

.zmdi-text-format:before {
  content: "\f256";
}

.zmdi-transform:before {
  content: "\f257";
}

.zmdi-undo:before {
  content: "\f258";
}

.zmdi-wrap-text:before {
  content: "\f259";
}

.zmdi-comment-alert:before {
  content: "\f25a";
}

.zmdi-comment-alt-text:before {
  content: "\f25b";
}

.zmdi-comment-alt:before {
  content: "\f25c";
}

.zmdi-comment-edit:before {
  content: "\f25d";
}

.zmdi-comment-image:before {
  content: "\f25e";
}

.zmdi-comment-list:before {
  content: "\f25f";
}

.zmdi-comment-more:before {
  content: "\f260";
}

.zmdi-comment-outline:before {
  content: "\f261";
}

.zmdi-comment-text-alt:before {
  content: "\f262";
}

.zmdi-comment-text:before {
  content: "\f263";
}

.zmdi-comment-video:before {
  content: "\f264";
}

.zmdi-comment:before {
  content: "\f265";
}

.zmdi-comments:before {
  content: "\f266";
}

.zmdi-check-all:before {
  content: "\f267";
}

.zmdi-check-circle-u:before {
  content: "\f268";
}

.zmdi-check-circle:before {
  content: "\f269";
}

.zmdi-check-square:before {
  content: "\f26a";
}

.zmdi-check:before {
  content: "\f26b";
}

.zmdi-circle-o:before {
  content: "\f26c";
}

.zmdi-circle:before {
  content: "\f26d";
}

.zmdi-dot-circle-alt:before {
  content: "\f26e";
}

.zmdi-dot-circle:before {
  content: "\f26f";
}

.zmdi-minus-circle-outline:before {
  content: "\f270";
}

.zmdi-minus-circle:before {
  content: "\f271";
}

.zmdi-minus-square:before {
  content: "\f272";
}

.zmdi-minus:before {
  content: "\f273";
}

.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}

.zmdi-plus-circle-o:before {
  content: "\f275";
}

.zmdi-plus-circle:before {
  content: "\f276";
}

.zmdi-plus-square:before {
  content: "\f277";
}

.zmdi-plus:before {
  content: "\f278";
}

.zmdi-square-o:before {
  content: "\f279";
}

.zmdi-star-circle:before {
  content: "\f27a";
}

.zmdi-star-half:before {
  content: "\f27b";
}

.zmdi-star-outline:before {
  content: "\f27c";
}

.zmdi-star:before {
  content: "\f27d";
}

.zmdi-bluetooth-connected:before {
  content: "\f27e";
}

.zmdi-bluetooth-off:before {
  content: "\f27f";
}

.zmdi-bluetooth-search:before {
  content: "\f280";
}

.zmdi-bluetooth-setting:before {
  content: "\f281";
}

.zmdi-bluetooth:before {
  content: "\f282";
}

.zmdi-camera-add:before {
  content: "\f283";
}

.zmdi-camera-alt:before {
  content: "\f284";
}

.zmdi-camera-bw:before {
  content: "\f285";
}

.zmdi-camera-front:before {
  content: "\f286";
}

.zmdi-camera-mic:before {
  content: "\f287";
}

.zmdi-camera-party-mode:before {
  content: "\f288";
}

.zmdi-camera-rear:before {
  content: "\f289";
}

.zmdi-camera-roll:before {
  content: "\f28a";
}

.zmdi-camera-switch:before {
  content: "\f28b";
}

.zmdi-camera:before {
  content: "\f28c";
}

.zmdi-card-alert:before {
  content: "\f28d";
}

.zmdi-card-off:before {
  content: "\f28e";
}

.zmdi-card-sd:before {
  content: "\f28f";
}

.zmdi-card-sim:before {
  content: "\f290";
}

.zmdi-desktop-mac:before {
  content: "\f291";
}

.zmdi-desktop-windows:before {
  content: "\f292";
}

.zmdi-device-hub:before {
  content: "\f293";
}

.zmdi-devices-off:before {
  content: "\f294";
}

.zmdi-devices:before {
  content: "\f295";
}

.zmdi-dock:before {
  content: "\f296";
}

.zmdi-floppy:before {
  content: "\f297";
}

.zmdi-gamepad:before {
  content: "\f298";
}

.zmdi-gps-dot:before {
  content: "\f299";
}

.zmdi-gps-off:before {
  content: "\f29a";
}

.zmdi-gps:before {
  content: "\f29b";
}

.zmdi-headset-mic:before {
  content: "\f29c";
}

.zmdi-headset:before {
  content: "\f29d";
}

.zmdi-input-antenna:before {
  content: "\f29e";
}

.zmdi-input-composite:before {
  content: "\f29f";
}

.zmdi-input-hdmi:before {
  content: "\f2a0";
}

.zmdi-input-power:before {
  content: "\f2a1";
}

.zmdi-input-svideo:before {
  content: "\f2a2";
}

.zmdi-keyboard-hide:before {
  content: "\f2a3";
}

.zmdi-keyboard:before {
  content: "\f2a4";
}

.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}

.zmdi-laptop-mac:before {
  content: "\f2a6";
}

.zmdi-laptop:before {
  content: "\f2a7";
}

.zmdi-mic-off:before {
  content: "\f2a8";
}

.zmdi-mic-outline:before {
  content: "\f2a9";
}

.zmdi-mic-setting:before {
  content: "\f2aa";
}

.zmdi-mic:before {
  content: "\f2ab";
}

.zmdi-mouse:before {
  content: "\f2ac";
}

.zmdi-network-alert:before {
  content: "\f2ad";
}

.zmdi-network-locked:before {
  content: "\f2ae";
}

.zmdi-network-off:before {
  content: "\f2af";
}

.zmdi-network-outline:before {
  content: "\f2b0";
}

.zmdi-network-setting:before {
  content: "\f2b1";
}

.zmdi-network:before {
  content: "\f2b2";
}

.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}

.zmdi-phone-end:before {
  content: "\f2b4";
}

.zmdi-phone-forwarded:before {
  content: "\f2b5";
}

.zmdi-phone-in-talk:before {
  content: "\f2b6";
}

.zmdi-phone-locked:before {
  content: "\f2b7";
}

.zmdi-phone-missed:before {
  content: "\f2b8";
}

.zmdi-phone-msg:before {
  content: "\f2b9";
}

.zmdi-phone-paused:before {
  content: "\f2ba";
}

.zmdi-phone-ring:before {
  content: "\f2bb";
}

.zmdi-phone-setting:before {
  content: "\f2bc";
}

.zmdi-phone-sip:before {
  content: "\f2bd";
}

.zmdi-phone:before {
  content: "\f2be";
}

.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}

.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}

.zmdi-portable-wifi:before {
  content: "\f2c1";
}

.zmdi-radio:before {
  content: "\f2c2";
}

.zmdi-reader:before {
  content: "\f2c3";
}

.zmdi-remote-control-alt:before {
  content: "\f2c4";
}

.zmdi-remote-control:before {
  content: "\f2c5";
}

.zmdi-router:before {
  content: "\f2c6";
}

.zmdi-scanner:before {
  content: "\f2c7";
}

.zmdi-smartphone-android:before {
  content: "\f2c8";
}

.zmdi-smartphone-download:before {
  content: "\f2c9";
}

.zmdi-smartphone-erase:before {
  content: "\f2ca";
}

.zmdi-smartphone-info:before {
  content: "\f2cb";
}

.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}

.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}

.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}

.zmdi-smartphone-lock:before {
  content: "\f2cf";
}

.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}

.zmdi-smartphone-ring:before {
  content: "\f2d1";
}

.zmdi-smartphone-setting:before {
  content: "\f2d2";
}

.zmdi-smartphone-setup:before {
  content: "\f2d3";
}

.zmdi-smartphone:before {
  content: "\f2d4";
}

.zmdi-speaker:before {
  content: "\f2d5";
}

.zmdi-tablet-android:before {
  content: "\f2d6";
}

.zmdi-tablet-mac:before {
  content: "\f2d7";
}

.zmdi-tablet:before {
  content: "\f2d8";
}

.zmdi-tv-alt-play:before {
  content: "\f2d9";
}

.zmdi-tv-list:before {
  content: "\f2da";
}

.zmdi-tv-play:before {
  content: "\f2db";
}

.zmdi-tv:before {
  content: "\f2dc";
}

.zmdi-usb:before {
  content: "\f2dd";
}

.zmdi-videocam-off:before {
  content: "\f2de";
}

.zmdi-videocam-switch:before {
  content: "\f2df";
}

.zmdi-videocam:before {
  content: "\f2e0";
}

.zmdi-watch:before {
  content: "\f2e1";
}

.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}

.zmdi-wifi-alt:before {
  content: "\f2e3";
}

.zmdi-wifi-info:before {
  content: "\f2e4";
}

.zmdi-wifi-lock:before {
  content: "\f2e5";
}

.zmdi-wifi-off:before {
  content: "\f2e6";
}

.zmdi-wifi-outline:before {
  content: "\f2e7";
}

.zmdi-wifi:before {
  content: "\f2e8";
}

.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}

.zmdi-arrow-left:before {
  content: "\f2ea";
}

.zmdi-arrow-merge:before {
  content: "\f2eb";
}

.zmdi-arrow-missed:before {
  content: "\f2ec";
}

.zmdi-arrow-right-top:before {
  content: "\f2ed";
}

.zmdi-arrow-right:before {
  content: "\f2ee";
}

.zmdi-arrow-split:before {
  content: "\f2ef";
}

.zmdi-arrows:before {
  content: "\f2f0";
}

.zmdi-caret-down-circle:before {
  content: "\f2f1";
}

.zmdi-caret-down:before {
  content: "\f2f2";
}

.zmdi-caret-left-circle:before {
  content: "\f2f3";
}

.zmdi-caret-left:before {
  content: "\f2f4";
}

.zmdi-caret-right-circle:before {
  content: "\f2f5";
}

.zmdi-caret-right:before {
  content: "\f2f6";
}

.zmdi-caret-up-circle:before {
  content: "\f2f7";
}

.zmdi-caret-up:before {
  content: "\f2f8";
}

.zmdi-chevron-down:before {
  content: "\f2f9";
}

.zmdi-chevron-left:before {
  content: "\f2fa";
}

.zmdi-chevron-right:before {
  content: "\f2fb";
}

.zmdi-chevron-up:before {
  content: "\f2fc";
}

.zmdi-forward:before {
  content: "\f2fd";
}

.zmdi-long-arrow-down:before {
  content: "\f2fe";
}

.zmdi-long-arrow-left:before {
  content: "\f2ff";
}

.zmdi-long-arrow-return:before {
  content: "\f300";
}

.zmdi-long-arrow-right:before {
  content: "\f301";
}

.zmdi-long-arrow-tab:before {
  content: "\f302";
}

.zmdi-long-arrow-up:before {
  content: "\f303";
}

.zmdi-rotate-ccw:before {
  content: "\f304";
}

.zmdi-rotate-cw:before {
  content: "\f305";
}

.zmdi-rotate-left:before {
  content: "\f306";
}

.zmdi-rotate-right:before {
  content: "\f307";
}

.zmdi-square-down:before {
  content: "\f308";
}

.zmdi-square-right:before {
  content: "\f309";
}

.zmdi-swap-alt:before {
  content: "\f30a";
}

.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}

.zmdi-swap-vertical:before {
  content: "\f30c";
}

.zmdi-swap:before {
  content: "\f30d";
}

.zmdi-trending-down:before {
  content: "\f30e";
}

.zmdi-trending-flat:before {
  content: "\f30f";
}

.zmdi-trending-up:before {
  content: "\f310";
}

.zmdi-unfold-less:before {
  content: "\f311";
}

.zmdi-unfold-more:before {
  content: "\f312";
}

.zmdi-apps:before {
  content: "\f313";
}

.zmdi-grid-off:before {
  content: "\f314";
}

.zmdi-grid:before {
  content: "\f315";
}

.zmdi-view-agenda:before {
  content: "\f316";
}

.zmdi-view-array:before {
  content: "\f317";
}

.zmdi-view-carousel:before {
  content: "\f318";
}

.zmdi-view-column:before {
  content: "\f319";
}

.zmdi-view-comfy:before {
  content: "\f31a";
}

.zmdi-view-compact:before {
  content: "\f31b";
}

.zmdi-view-dashboard:before {
  content: "\f31c";
}

.zmdi-view-day:before {
  content: "\f31d";
}

.zmdi-view-headline:before {
  content: "\f31e";
}

.zmdi-view-list-alt:before {
  content: "\f31f";
}

.zmdi-view-list:before {
  content: "\f320";
}

.zmdi-view-module:before {
  content: "\f321";
}

.zmdi-view-quilt:before {
  content: "\f322";
}

.zmdi-view-stream:before {
  content: "\f323";
}

.zmdi-view-subtitles:before {
  content: "\f324";
}

.zmdi-view-toc:before {
  content: "\f325";
}

.zmdi-view-web:before {
  content: "\f326";
}

.zmdi-view-week:before {
  content: "\f327";
}

.zmdi-widgets:before {
  content: "\f328";
}

.zmdi-alarm-check:before {
  content: "\f329";
}

.zmdi-alarm-off:before {
  content: "\f32a";
}

.zmdi-alarm-plus:before {
  content: "\f32b";
}

.zmdi-alarm-snooze:before {
  content: "\f32c";
}

.zmdi-alarm:before {
  content: "\f32d";
}

.zmdi-calendar-alt:before {
  content: "\f32e";
}

.zmdi-calendar-check:before {
  content: "\f32f";
}

.zmdi-calendar-close:before {
  content: "\f330";
}

.zmdi-calendar-note:before {
  content: "\f331";
}

.zmdi-calendar:before {
  content: "\f332";
}

.zmdi-time-countdown:before {
  content: "\f333";
}

.zmdi-time-interval:before {
  content: "\f334";
}

.zmdi-time-restore-setting:before {
  content: "\f335";
}

.zmdi-time-restore:before {
  content: "\f336";
}

.zmdi-time:before {
  content: "\f337";
}

.zmdi-timer-off:before {
  content: "\f338";
}

.zmdi-timer:before {
  content: "\f339";
}

.zmdi-android-alt:before {
  content: "\f33a";
}

.zmdi-android:before {
  content: "\f33b";
}

.zmdi-apple:before {
  content: "\f33c";
}

.zmdi-behance:before {
  content: "\f33d";
}

.zmdi-codepen:before {
  content: "\f33e";
}

.zmdi-dribbble:before {
  content: "\f33f";
}

.zmdi-dropbox:before {
  content: "\f340";
}

.zmdi-evernote:before {
  content: "\f341";
}

.zmdi-facebook-box:before {
  content: "\f342";
}

.zmdi-facebook:before {
  content: "\f343";
}

.zmdi-github-box:before {
  content: "\f344";
}

.zmdi-github:before {
  content: "\f345";
}

.zmdi-google-drive:before {
  content: "\f346";
}

.zmdi-google-earth:before {
  content: "\f347";
}

.zmdi-google-glass:before {
  content: "\f348";
}

.zmdi-google-maps:before {
  content: "\f349";
}

.zmdi-google-pages:before {
  content: "\f34a";
}

.zmdi-google-play:before {
  content: "\f34b";
}

.zmdi-google-plus-box:before {
  content: "\f34c";
}

.zmdi-google-plus:before {
  content: "\f34d";
}

.zmdi-google:before {
  content: "\f34e";
}

.zmdi-instagram:before {
  content: "\f34f";
}

.zmdi-language-css3:before {
  content: "\f350";
}

.zmdi-language-html5:before {
  content: "\f351";
}

.zmdi-language-javascript:before {
  content: "\f352";
}

.zmdi-language-python-alt:before {
  content: "\f353";
}

.zmdi-language-python:before {
  content: "\f354";
}

.zmdi-lastfm:before {
  content: "\f355";
}

.zmdi-linkedin-box:before {
  content: "\f356";
}

.zmdi-paypal:before {
  content: "\f357";
}

.zmdi-pinterest-box:before {
  content: "\f358";
}

.zmdi-pocket:before {
  content: "\f359";
}

.zmdi-polymer:before {
  content: "\f35a";
}

.zmdi-share:before {
  content: "\f35b";
}

.zmdi-stackoverflow:before {
  content: "\f35c";
}

.zmdi-steam-square:before {
  content: "\f35d";
}

.zmdi-steam:before {
  content: "\f35e";
}

.zmdi-twitter-box:before {
  content: "\f35f";
}

.zmdi-twitter:before {
  content: "\f360";
}

.zmdi-vk:before {
  content: "\f361";
}

.zmdi-wikipedia:before {
  content: "\f362";
}

.zmdi-windows:before {
  content: "\f363";
}

.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}

.zmdi-aspect-ratio:before {
  content: "\f365";
}

.zmdi-blur-circular:before {
  content: "\f366";
}

.zmdi-blur-linear:before {
  content: "\f367";
}

.zmdi-blur-off:before {
  content: "\f368";
}

.zmdi-blur:before {
  content: "\f369";
}

.zmdi-brightness-2:before {
  content: "\f36a";
}

.zmdi-brightness-3:before {
  content: "\f36b";
}

.zmdi-brightness-4:before {
  content: "\f36c";
}

.zmdi-brightness-5:before {
  content: "\f36d";
}

.zmdi-brightness-6:before {
  content: "\f36e";
}

.zmdi-brightness-7:before {
  content: "\f36f";
}

.zmdi-brightness-auto:before {
  content: "\f370";
}

.zmdi-brightness-setting:before {
  content: "\f371";
}

.zmdi-broken-image:before {
  content: "\f372";
}

.zmdi-center-focus-strong:before {
  content: "\f373";
}

.zmdi-center-focus-weak:before {
  content: "\f374";
}

.zmdi-compare:before {
  content: "\f375";
}

.zmdi-crop-16-9:before {
  content: "\f376";
}

.zmdi-crop-3-2:before {
  content: "\f377";
}

.zmdi-crop-5-4:before {
  content: "\f378";
}

.zmdi-crop-7-5:before {
  content: "\f379";
}

.zmdi-crop-din:before {
  content: "\f37a";
}

.zmdi-crop-free:before {
  content: "\f37b";
}

.zmdi-crop-landscape:before {
  content: "\f37c";
}

.zmdi-crop-portrait:before {
  content: "\f37d";
}

.zmdi-crop-square:before {
  content: "\f37e";
}

.zmdi-exposure-alt:before {
  content: "\f37f";
}

.zmdi-exposure:before {
  content: "\f380";
}

.zmdi-filter-b-and-w:before {
  content: "\f381";
}

.zmdi-filter-center-focus:before {
  content: "\f382";
}

.zmdi-filter-frames:before {
  content: "\f383";
}

.zmdi-filter-tilt-shift:before {
  content: "\f384";
}

.zmdi-gradient:before {
  content: "\f385";
}

.zmdi-grain:before {
  content: "\f386";
}

.zmdi-graphic-eq:before {
  content: "\f387";
}

.zmdi-hdr-off:before {
  content: "\f388";
}

.zmdi-hdr-strong:before {
  content: "\f389";
}

.zmdi-hdr-weak:before {
  content: "\f38a";
}

.zmdi-hdr:before {
  content: "\f38b";
}

.zmdi-iridescent:before {
  content: "\f38c";
}

.zmdi-leak-off:before {
  content: "\f38d";
}

.zmdi-leak:before {
  content: "\f38e";
}

.zmdi-looks:before {
  content: "\f38f";
}

.zmdi-loupe:before {
  content: "\f390";
}

.zmdi-panorama-horizontal:before {
  content: "\f391";
}

.zmdi-panorama-vertical:before {
  content: "\f392";
}

.zmdi-panorama-wide-angle:before {
  content: "\f393";
}

.zmdi-photo-size-select-large:before {
  content: "\f394";
}

.zmdi-photo-size-select-small:before {
  content: "\f395";
}

.zmdi-picture-in-picture:before {
  content: "\f396";
}

.zmdi-slideshow:before {
  content: "\f397";
}

.zmdi-texture:before {
  content: "\f398";
}

.zmdi-tonality:before {
  content: "\f399";
}

.zmdi-vignette:before {
  content: "\f39a";
}

.zmdi-wb-auto:before {
  content: "\f39b";
}

.zmdi-eject-alt:before {
  content: "\f39c";
}

.zmdi-eject:before {
  content: "\f39d";
}

.zmdi-equalizer:before {
  content: "\f39e";
}

.zmdi-fast-forward:before {
  content: "\f39f";
}

.zmdi-fast-rewind:before {
  content: "\f3a0";
}

.zmdi-forward-10:before {
  content: "\f3a1";
}

.zmdi-forward-30:before {
  content: "\f3a2";
}

.zmdi-forward-5:before {
  content: "\f3a3";
}

.zmdi-hearing:before {
  content: "\f3a4";
}

.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}

.zmdi-pause-circle:before {
  content: "\f3a6";
}

.zmdi-pause:before {
  content: "\f3a7";
}

.zmdi-play-circle-outline:before {
  content: "\f3a8";
}

.zmdi-play-circle:before {
  content: "\f3a9";
}

.zmdi-play:before {
  content: "\f3aa";
}

.zmdi-playlist-audio:before {
  content: "\f3ab";
}

.zmdi-playlist-plus:before {
  content: "\f3ac";
}

.zmdi-repeat-one:before {
  content: "\f3ad";
}

.zmdi-repeat:before {
  content: "\f3ae";
}

.zmdi-replay-10:before {
  content: "\f3af";
}

.zmdi-replay-30:before {
  content: "\f3b0";
}

.zmdi-replay-5:before {
  content: "\f3b1";
}

.zmdi-replay:before {
  content: "\f3b2";
}

.zmdi-shuffle:before {
  content: "\f3b3";
}

.zmdi-skip-next:before {
  content: "\f3b4";
}

.zmdi-skip-previous:before {
  content: "\f3b5";
}

.zmdi-stop:before {
  content: "\f3b6";
}

.zmdi-surround-sound:before {
  content: "\f3b7";
}

.zmdi-tune:before {
  content: "\f3b8";
}

.zmdi-volume-down:before {
  content: "\f3b9";
}

.zmdi-volume-mute:before {
  content: "\f3ba";
}

.zmdi-volume-off:before {
  content: "\f3bb";
}

.zmdi-volume-up:before {
  content: "\f3bc";
}

.zmdi-n-1-square:before {
  content: "\f3bd";
}

.zmdi-n-2-square:before {
  content: "\f3be";
}

.zmdi-n-3-square:before {
  content: "\f3bf";
}

.zmdi-n-4-square:before {
  content: "\f3c0";
}

.zmdi-n-5-square:before {
  content: "\f3c1";
}

.zmdi-n-6-square:before {
  content: "\f3c2";
}

.zmdi-neg-1:before {
  content: "\f3c3";
}

.zmdi-neg-2:before {
  content: "\f3c4";
}

.zmdi-plus-1:before {
  content: "\f3c5";
}

.zmdi-plus-2:before {
  content: "\f3c6";
}

.zmdi-sec-10:before {
  content: "\f3c7";
}

.zmdi-sec-3:before {
  content: "\f3c8";
}

.zmdi-zero:before {
  content: "\f3c9";
}

.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}

.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}

.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}

.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}

.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}

.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}

.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}

.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}

.zmdi-airplay:before {
  content: "\f3d2";
}

.zmdi-closed-caption:before {
  content: "\f3d3";
}

.zmdi-confirmation-number:before {
  content: "\f3d4";
}

.zmdi-developer-board:before {
  content: "\f3d5";
}

.zmdi-disc-full:before {
  content: "\f3d6";
}

.zmdi-explicit:before {
  content: "\f3d7";
}

.zmdi-flight-land:before {
  content: "\f3d8";
}

.zmdi-flight-takeoff:before {
  content: "\f3d9";
}

.zmdi-flip-to-back:before {
  content: "\f3da";
}

.zmdi-flip-to-front:before {
  content: "\f3db";
}

.zmdi-group-work:before {
  content: "\f3dc";
}

.zmdi-hd:before {
  content: "\f3dd";
}

.zmdi-hq:before {
  content: "\f3de";
}

.zmdi-markunread-mailbox:before {
  content: "\f3df";
}

.zmdi-memory:before {
  content: "\f3e0";
}

.zmdi-nfc:before {
  content: "\f3e1";
}

.zmdi-play-for-work:before {
  content: "\f3e2";
}

.zmdi-power-input:before {
  content: "\f3e3";
}

.zmdi-present-to-all:before {
  content: "\f3e4";
}

.zmdi-satellite:before {
  content: "\f3e5";
}

.zmdi-tap-and-play:before {
  content: "\f3e6";
}

.zmdi-vibration:before {
  content: "\f3e7";
}

.zmdi-voicemail:before {
  content: "\f3e8";
}

.zmdi-group:before {
  content: "\f3e9";
}

.zmdi-rss:before {
  content: "\f3ea";
}

.zmdi-shape:before {
  content: "\f3eb";
}

.zmdi-spinner:before {
  content: "\f3ec";
}

.zmdi-ungroup:before {
  content: "\f3ed";
}

.zmdi-500px:before {
  content: "\f3ee";
}

.zmdi-8tracks:before {
  content: "\f3ef";
}

.zmdi-amazon:before {
  content: "\f3f0";
}

.zmdi-blogger:before {
  content: "\f3f1";
}

.zmdi-delicious:before {
  content: "\f3f2";
}

.zmdi-disqus:before {
  content: "\f3f3";
}

.zmdi-flattr:before {
  content: "\f3f4";
}

.zmdi-flickr:before {
  content: "\f3f5";
}

.zmdi-github-alt:before {
  content: "\f3f6";
}

.zmdi-google-old:before {
  content: "\f3f7";
}

.zmdi-linkedin:before {
  content: "\f3f8";
}

.zmdi-odnoklassniki:before {
  content: "\f3f9";
}

.zmdi-outlook:before {
  content: "\f3fa";
}

.zmdi-paypal-alt:before {
  content: "\f3fb";
}

.zmdi-pinterest:before {
  content: "\f3fc";
}

.zmdi-playstation:before {
  content: "\f3fd";
}

.zmdi-reddit:before {
  content: "\f3fe";
}

.zmdi-skype:before {
  content: "\f3ff";
}

.zmdi-slideshare:before {
  content: "\f400";
}

.zmdi-soundcloud:before {
  content: "\f401";
}

.zmdi-tumblr:before {
  content: "\f402";
}

.zmdi-twitch:before {
  content: "\f403";
}

.zmdi-vimeo:before {
  content: "\f404";
}

.zmdi-whatsapp:before {
  content: "\f405";
}

.zmdi-xbox:before {
  content: "\f406";
}

.zmdi-yahoo:before {
  content: "\f407";
}

.zmdi-youtube-play:before {
  content: "\f408";
}

.zmdi-youtube:before {
  content: "\f409";
}

.zmdi-import-export:before {
  content: "\f30c";
}

.zmdi-swap-vertical-:before {
  content: "\f30c";
}

.zmdi-airplanemode-inactive:before {
  content: "\f102";
}

.zmdi-airplanemode-active:before {
  content: "\f103";
}

.zmdi-rate-review:before {
  content: "\f103";
}

.zmdi-comment-sign:before {
  content: "\f25a";
}

.zmdi-network-warning:before {
  content: "\f2ad";
}

.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}

.zmdi-file-add:before {
  content: "\f221";
}

.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}

.zmdi-collection-add:before {
  content: "\f14e";
}

.zmdi-format-playlist-add:before {
  content: "\f3ac";
}

.zmdi-format-queue-music:before {
  content: "\f3ab";
}

.zmdi-plus-box:before {
  content: "\f277";
}

.zmdi-tag-backspace:before {
  content: "\f1d9";
}

.zmdi-alarm-add:before {
  content: "\f32b";
}

.zmdi-battery-charging:before {
  content: "\f114";
}

.zmdi-daydream-setting:before {
  content: "\f217";
}

.zmdi-more-horiz:before {
  content: "\f19c";
}

.zmdi-book-photo:before {
  content: "\f11b";
}

.zmdi-incandescent:before {
  content: "\f189";
}

.zmdi-wb-iridescent:before {
  content: "\f38c";
}

.zmdi-calendar-remove:before {
  content: "\f330";
}

.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}

.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}

.zmdi-crop-original:before {
  content: "\f17e";
}

.zmdi-power-off:before {
  content: "\f1af";
}

.zmdi-power-off-setting:before {
  content: "\f1ae";
}

.zmdi-leak-remove:before {
  content: "\f38d";
}

.zmdi-star-border:before {
  content: "\f27c";
}

.zmdi-brightness-low:before {
  content: "\f36d";
}

.zmdi-brightness-medium:before {
  content: "\f36e";
}

.zmdi-brightness-high:before {
  content: "\f36f";
}

.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}

.zmdi-live-tv:before {
  content: "\f2d9";
}

.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}

.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}

.zmdi-arrow-back:before {
  content: "\f2ea";
}

.zmdi-arrow-forward:before {
  content: "\f2ee";
}

.zmdi-arrow-in:before {
  content: "\f2e9";
}

.zmdi-arrow-out:before {
  content: "\f2ed";
}

.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}

.zmdi-adb:before {
  content: "\f33a";
}

.zmdi-network-wifi:before {
  content: "\f2e8";
}

.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}

.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}

.zmdi-network-wifi-off:before {
  content: "\f2e6";
}

.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}

.zmdi-network-wifi-info:before {
  content: "\f2e4";
}

.zmdi-layers-clear:before {
  content: "\f18b";
}

.zmdi-colorize:before {
  content: "\f15d";
}

.zmdi-format-paint:before {
  content: "\f1ba";
}

.zmdi-format-quote:before {
  content: "\f1b2";
}

.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}

.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}

.zmdi-folder-shared:before {
  content: "\f225";
}

.zmdi-folder-special:before {
  content: "\f226";
}

.zmdi-comment-dots:before {
  content: "\f260";
}

.zmdi-reorder:before {
  content: "\f31e";
}

.zmdi-dehaze:before {
  content: "\f197";
}

.zmdi-sort:before {
  content: "\f1ce";
}

.zmdi-pages:before {
  content: "\f34a";
}

.zmdi-stack-overflow:before {
  content: "\f35c";
}

.zmdi-calendar-account:before {
  content: "\f204";
}

.zmdi-paste:before {
  content: "\f109";
}

.zmdi-cut:before {
  content: "\f1bc";
}

.zmdi-save:before {
  content: "\f297";
}

.zmdi-smartphone-code:before {
  content: "\f139";
}

.zmdi-directions-bike:before {
  content: "\f117";
}

.zmdi-directions-boat:before {
  content: "\f11a";
}

.zmdi-directions-bus:before {
  content: "\f121";
}

.zmdi-directions-car:before {
  content: "\f125";
}

.zmdi-directions-railway:before {
  content: "\f1b3";
}

.zmdi-directions-run:before {
  content: "\f215";
}

.zmdi-directions-subway:before {
  content: "\f1d5";
}

.zmdi-directions-walk:before {
  content: "\f216";
}

.zmdi-local-hotel:before {
  content: "\f178";
}

.zmdi-local-activity:before {
  content: "\f1df";
}

.zmdi-local-play:before {
  content: "\f1df";
}

.zmdi-local-airport:before {
  content: "\f103";
}

.zmdi-local-atm:before {
  content: "\f198";
}

.zmdi-local-bar:before {
  content: "\f137";
}

.zmdi-local-cafe:before {
  content: "\f13b";
}

.zmdi-local-car-wash:before {
  content: "\f124";
}

.zmdi-local-convenience-store:before {
  content: "\f1d3";
}

.zmdi-local-dining:before {
  content: "\f153";
}

.zmdi-local-drink:before {
  content: "\f157";
}

.zmdi-local-florist:before {
  content: "\f168";
}

.zmdi-local-gas-station:before {
  content: "\f16f";
}

.zmdi-local-grocery-store:before {
  content: "\f1cb";
}

.zmdi-local-hospital:before {
  content: "\f177";
}

.zmdi-local-laundry-service:before {
  content: "\f1e9";
}

.zmdi-local-library:before {
  content: "\f18d";
}

.zmdi-local-mall:before {
  content: "\f195";
}

.zmdi-local-movies:before {
  content: "\f19d";
}

.zmdi-local-offer:before {
  content: "\f187";
}

.zmdi-local-parking:before {
  content: "\f1a5";
}

.zmdi-local-parking:before {
  content: "\f1a5";
}

.zmdi-local-pharmacy:before {
  content: "\f176";
}

.zmdi-local-phone:before {
  content: "\f2be";
}

.zmdi-local-pizza:before {
  content: "\f1ac";
}

.zmdi-local-post-office:before {
  content: "\f15a";
}

.zmdi-local-printshop:before {
  content: "\f1b0";
}

.zmdi-local-see:before {
  content: "\f28c";
}

.zmdi-local-shipping:before {
  content: "\f1e6";
}

.zmdi-local-store:before {
  content: "\f1d4";
}

.zmdi-local-taxi:before {
  content: "\f123";
}

.zmdi-local-wc:before {
  content: "\f211";
}

.zmdi-my-location:before {
  content: "\f299";
}

.zmdi-directions:before {
  content: "\f1e7";
}

.owl-carousel .owl-nav {
  pointer-events: none;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  transition: all 0.3s;
  pointer-events: auto;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cb1e33;
  border-radius: 50%;
  background-position: center center;
  background-size: 50% auto;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  background-color: #cb1e33;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  background-image: url("../images/arrow_left_1.png");
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  background-image: url("../images/arrow_right_1.png");
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  pointer-events: none;
  z-index: 2;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 8px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0.3rem;
  display: inline-block;
  opacity: 0.8;
  pointer-events: auto;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #000;
}

.choose-btn {
  position: relative;
  padding-left: 28px !important;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
          user-select: none;
  line-height: 20px;
}
.choose-btn .lb-chk {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.choose-btn .lb-chk input[type=checkbox] ~ .checkmark,
.choose-btn .lb-chk input[type=radio] ~ .checkmark {
  border-radius: 3px;
}
.choose-btn .lb-chk input[type=checkbox]:checked ~ .checkmark,
.choose-btn .lb-chk input[type=radio]:checked ~ .checkmark {
  background-color: #006F98;
  border-color: #B1B1B1 !important;
}
.choose-btn .lb-chk input[type=checkbox] ~ .checkmark:after,
.choose-btn .lb-chk input[type=radio] ~ .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.choose-btn .lb-chk input[type=checkbox]:checked ~ .checkmark:after,
.choose-btn .lb-chk input[type=radio]:checked ~ .checkmark:after {
  transform: rotate(45deg);
  opacity: 1;
  visibility: visible;
}
.choose-btn .lb-chk input[type=checkbox],
.choose-btn .lb-chk input[type=radio] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
.choose-btn .lb-chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #B1B1B1;
  transition: all 0.2s linear;
}
.choose-btn .lb-chk .txt {
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
}

.mybtn {
  text-transform: uppercase;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #cb1e33;
  color: #fff;
  text-decoration: none !important;
  border: none;
  border: 1px solid #cb1e33;
  display: inline-block;
  transition: all 0.3s;
  font-weight: normal;
  outline: none !important;
}
.mybtn + .mybtn {
  margin-left: 12px;
}
.isMobile .mybtn {
  font-size: 14px;
}
.mybtn_grey {
  background-color: #d5d5d5;
  color: #000;
  border-color: #d5d5d5;
}
.mybtn_white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.mybtn:hover {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #444;
}

.myradio {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
}
.myradio + .myradio {
  margin-left: 28px;
}
.isPhone .myradio + .myradio {
  margin-left: 0;
  display: block;
}
.myradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.myradio .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.myradio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px -2/2;
  left: 4px -2/2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0B5BA4;
}
.myradio input:checked ~ .checkmark {
  border-color: #0B5BA4;
}
.myradio input:checked ~ .checkmark::after {
  display: block;
}

/**
<div class="form-group">
  <label class="myradio">
    <input type="radio" name="Title" value="Mr" id="rdo1" checked>
    <span class="checkmark"></span>
    <span class="rdotext1">Mr</span>
  </label>

  <label class="myradio">
    <input type="radio" name="Title" value="Ms">
    <span class="checkmark"></span>
    <span class="rdotext1">Ms</span>
  </label>
</div>
**/
.myradio2 {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
}
.myradio2 + .myradio {
  margin-left: 28px;
}
.isPhone .myradio2 + .myradio {
  margin-left: 0;
  display: block;
}
.myradio2 .rdotext {
  border: 1px solid #ddd;
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.myradio2 .rdocolor {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  display: inline-block;
}
.myradio2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.myradio2 input:checked ~ .rdotext {
  border: 1px solid #cb1e33;
  padding: 1px;
}

.myradio4 {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
}
.myradio4 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.myradio4 .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.myradio4 .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px -2/2;
  top: 2px;
  width: 9px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-50deg);
  border-color: #0B5BA4;
}
.myradio4 input:checked ~ .checkmark {
  border-color: #0B5BA4;
}
.myradio4 input:checked ~ .checkmark::after {
  display: block;
}
.myradio4 .rdotext1 {
  font-size: 13px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0;
  letter-spacing: 1px;
}
.breadcrumb a {
  color: #a9a9a9;
}

.pagination {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 3em;
}
.pagination li {
  display: inline-block;
  color: #666;
  font-size: 1.5em;
  height: 33px;
  cursor: pointer;
}
.pagination li a {
  color: #999;
  border-radius: 0 !important;
  border: none;
  background: none;
  line-height: 33px;
}
.pagination li a i {
  font-size: 1.4em;
  line-height: 34px;
}
.pagination li a:focus, .pagination li a:hover {
  background: none !important;
}
.pagination li.active a, .pagination li:hover a {
  color: #000 !important;
  background: none !important;
}

.button_scroll2top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("../images/top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42% auto;
}
.isMobile .button_scroll2top {
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}

.gallery-2 {
  padding: 0 60px;
}

.gallery-3 {
  padding: 0 60px;
}

.form-group input::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.form-group .err {
  font-weight: normal;
  position: absolute;
  color: #cb1e33;
  font-style: italic;
  font-size: 0.8em;
  margin: 0;
}
.form-group .form-control {
  font-size: 13px;
  border-radius: 0 !important;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
  background-color: #fff;
  border: none;
  border: 1px solid #eee;
  box-shadow: none;
}
.form-group .form-control.full {
  width: 100%;
}
.form-group textarea.form-control {
  resize: none;
  overflow-y: auto;
  height: 112px;
  padding-top: 10px;
}
.isMobile .form-group textarea.form-control {
  -webkit-overflow-scrolling: touch;
}
.form-group select {
  color: #8b8b8b;
  padding-left: 11px !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/bg_select_img.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.form-group select option {
  padding: 0;
  margin: 0;
}

.tool_sort_pro {
  margin-bottom: 4em;
}
.tool_sort_pro .form-control {
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
.isMobile .tool_sort_pro .row {
  display: grid;
  grid-template-columns: 1fr 300px;
}
.isMobile .tool_sort_pro .row::after, .isMobile .tool_sort_pro .row::before {
  display: none;
}
.isMobile .tool_sort_pro .row .cols1,
.isMobile .tool_sort_pro .row .cols2 {
  width: auto;
}
.isPhone .tool_sort_pro .row {
  grid-template-columns: 1fr;
}
.tool_sort_pro .cols1__search {
  position: relative;
  margin-bottom: 2em;
}
.tool_sort_pro .cols1__search .form-control {
  width: 100%;
  box-shadow: none;
  font-size: 13px;
}
.tool_sort_pro .cols1__search .btn_search {
  border: none;
  background-color: transparent;
  text-decoration: none;
  position: absolute;
  top: 0;
  padding: 8px 10px;
  right: 0;
}
.tool_sort_pro .cols1__search .btn_search i {
  font-size: 1.5em;
  color: #666;
}
.tool_sort_pro .cols2 {
  text-align: right;
}
.tool_sort_pro .cols2 .txt {
  margin-right: 8px;
}
.tool_sort_pro .cols2 .form-control {
  width: auto;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  border-radius: 0;
}
.isPhone .tool_sort_pro .cols2 {
  text-align: left;
  margin-top: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.isPhone .tool_sort_pro .cols2 .form-group {
  margin-bottom: 0;
}
.isPhone .tool_sort_pro .cols2 .form-control {
  width: 100%;
}
.tool_sort_pro .filter_text_selected .txt {
  display: inline-block;
  background-color: #f6f6f6;
  font-size: 0.9em;
  padding: 4px 8px;
  margin-right: 4px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 1em;
  top: 1px;
}
.tool_sort_pro .filter_text_selected .txt .del_txt {
  cursor: pointer;
  width: 24px;
  margin-left: 12px;
  font-size: 1.2em;
  color: #666;
  text-align: center;
  display: inline-block;
}
.tool_sort_pro .filter_text_selected .del_all_txt {
  margin-bottom: 1em;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.8em;
  padding: 4px 0;
  margin-left: 8px;
  display: none;
  text-decoration: underline;
}
.tool_sort_pro .filter_text_selected .txt + .del_all_txt {
  display: inline-block;
}
.isPhone .tool_sort_pro .filter_text_selected {
  display: block;
}

.filter_tool {
  --pd-left-tool-filter: 0.5em;
}
.filter_tool .btn_gr,
.filter_tool .open_filter_tool {
  display: none;
}
.isMobile .filter_tool {
  --pd-left-tool-filter: 1.5em;
}
.isMobile .filter_tool .filter_tool__inner {
  visibility: hidden;
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  left: -120vw;
  overflow: auto;
  background-color: #fff;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}
.isMobile .filter_tool .open_filter_tool {
  visibility: visible;
  display: block;
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 10px 5px;
  font-size: 0.9em;
  cursor: pointer;
}
.isMobile .filter_tool .open_filter_tool span {
  display: block;
  text-align: center;
}
.isMobile .filter_tool .open_filter_tool span i {
  font-size: 1.2em;
}
.isMobile .filter_tool.active .filter_tool__inner {
  visibility: visible;
  left: 0;
  z-index: 7;
}
.isMobile .filter_tool.active .open_filter_tool {
  visibility: hidden;
}
.isMobile .filter_tool.active .btn_gr {
  visibility: visible;
}
.isMobile .filter_tool .btn_gr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.isMobile .filter_tool .btn_gr .mybtn + .mybtn {
  margin-left: 0;
}
.isMobile .filter_tool .btn_gr .mybtn {
  border: none;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  transition: 0s;
}
.isMobile .filter_tool .btn_gr .mybtn:first-child {
  background-color: #666;
}
.filter_tool .filter_tool__item + .filter_tool__item {
  margin-top: 3em;
}
.isPhone .filter_tool .filter_tool__item + .filter_tool__item {
  margin-top: 1em;
}
.filter_tool .group_chk__tool {
  padding: 0.5em var(--pd-left-tool-filter);
}
.filter_tool .group_chk__tool__item {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #eee;
}
.filter_tool .group_chk__tool__item .item_chk {
  margin-bottom: 0;
}
.filter_tool .group_chk__tool__item:last-child {
  border-bottom: none;
}
.filter_tool .accordion_tool {
  padding: 0.5em 0 0.5em var(--pd-left-tool-filter);
}
.filter_tool .accordion_tool .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.filter_tool .accordion_tool .panel:last-child .panel-body {
  border-top: 1px solid #eee !important;
}
.filter_tool .accordion_tool .panel:last-child .accordion_tool__title {
  border-bottom: none !important;
}
.filter_tool .accordion_tool__title {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  border-bottom: 1px solid #eee !important;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
.filter_tool .accordion_tool__title.active a::after, .filter_tool .accordion_tool__title.ui-accordion-header-active a::after {
  content: "-" !important;
}
.filter_tool .accordion_tool__title a {
  text-decoration: none;
  line-height: 20px;
}
.filter_tool .accordion_tool__title a::after {
  content: "+";
  position: absolute;
  right: 0.8rem;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 0;
  color: #777;
  z-index: 0;
  top: 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.filter_tool .accordion_tool__title a[aria-expanded=true]::after {
  content: "-";
}
.filter_tool .accordion_tool__header {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.filter_tool .accordion_tool__header a {
  display: block;
}
.filter_tool .accordion_tool__chk {
  top: -1px;
}
.filter_tool .accordion_tool__chk .item_chk label {
  text-transform: uppercase;
}
.filter_tool .accordion_tool__body .panel-body {
  border: none !important;
  padding: 1.6em 1em 0;
}
.filter_tool .accordion_tool__body .item_chk {
  margin-bottom: 1.4em;
}
.filter_tool__title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #f6f6f6;
  padding: 1em;
}
.filter_tool .sukien_lich {
  background-color: #F5F5F5;
  padding: 8px;
}

.panel-group.panel-group-style2 .panel {
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.panel-group.panel-group-style2 .panel + .panel {
  margin-top: 1px;
}
.panel-group.panel-group-style2 .panel-heading {
  position: relative;
  background-color: #000;
  padding: 0;
  border-radius: 0;
}
.panel-group.panel-group-style2 .panel-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
}
.panel-group.panel-group-style2 .panel-title:after {
  height: 100%;
  width: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
.panel-group.panel-group-style2 .panel-title[aria-expanded=false]:after {
  content: "+";
}
.panel-group.panel-group-style2 .panel-title[aria-expanded=true]:after {
  content: "-";
}
.panel-group.panel-group-style2 .panel-body {
  border: none;
  border-top: 0 !important;
  padding: 0;
}

.motasanpham .nav-tabs {
  border-bottom: none;
  border-bottom: 1px solid #ccc;
}
.motasanpham .nav-tabs li {
  float: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.motasanpham .nav-tabs li + li {
  margin-left: 6px;
}
.motasanpham .nav-tabs li a {
  border: 0 !important;
  background-color: #fff;
  color: #333;
  margin: 0;
  border-radius: 0;
  margin-bottom: 1px;
}
.motasanpham .nav-tabs li.active {
  border-bottom-color: #cb1e33;
}
.motasanpham .nav-tabs li.active a {
  color: #cb1e33;
}

.menufix {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  background-color: #FAF9F1;
  width: 30%;
  height: 100%;
  z-index: 10;
}
.isMobile .menufix {
  width: 100%;
}
.menufix.show {
  transform: none;
}
.menufix.show .btnClose .contain span {
  animation: rotate90;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1 !important;
}
.menufix.show .logo-menu {
  animation-name: toLarge;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.menufix.show .list_menu .menus ul li {
  animation-name: goLeft !important;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.menufix .x-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.menufix .x-close .btnClose {
  position: absolute;
  right: -20px;
  top: 20px;
  z-index: 3;
  cursor: pointer;
}
.isPhone .menufix .x-close .btnClose {
  right: -22px;
  top: 10px;
}
.menufix .x-close .btnClose .contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menufix .x-close .btnClose .contain img {
  width: 40%;
  background-color: #E66019;
}
.isPhone .menufix .x-close .btnClose .contain img {
  width: 40%;
}
.menufix .x-close .btnClose .contain span {
  padding-left: 20px;
  color: #E66019;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.menufix .x-close .content {
  display: grid;
  grid-template-columns: 1fr;
}
.isMobile .menufix .x-close .content {
  grid-template-columns: 1fr;
  height: 100%;
}
.menufix .x-close .content .logo-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.isMobile .menufix .x-close .content .logo-menu {
  height: auto;
}
.menufix .x-close .content .logo-menu .img_1 {
  width: 40%;
}
.menufix .x-close .content .logo-menu .img_2, .menufix .x-close .content .logo-menu .img_3 {
  margin-top: 20px;
}
.menufix .x-close .content .list_menu {
  padding-right: 15%;
  padding-top: 10%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.isMobile .menufix .x-close .content .list_menu {
  height: auto;
  padding-right: 0px;
  padding-top: 0px;
}
.menufix .x-close .content .list_menu .menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menufix .x-close .content .list_menu .menus ul li {
  text-align: left;
  margin-bottom: 3vh;
  padding-left: 20%;
  animation-name: fadeOut;
  animation-duration: 0.5s;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
}
.isMobile .menufix .x-close .content .list_menu .menus ul li {
  text-align: center;
  margin-bottom: 2vh;
  padding-left: 0;
}
.menufix .x-close .content .list_menu .menus ul li a {
  color: #E66019;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
  text-decoration: none;
  font-size: 20px;
}
.isPhone .menufix .x-close .content .list_menu .menus ul li a {
  font-size: 20px;
}
.menufix .x-close .content .list_menu .menus ul li a:hover {
  opacity: 1;
  color: #E66019;
}
.menufix .x-close .content .list_menu .social {
  text-align: left;
  padding-left: 20%;
}
.isMobile .menufix .x-close .content .list_menu .social {
  text-align: center;
  padding-left: 0;
}
.menufix .x-close .content .list_menu .social ul {
  list-style: none;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.menufix .x-close .content .list_menu .social ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin: 0 5px;
}
.menufix .x-close .content .list_menu .social ul li:last-child {
  margin-right: 0px;
}
.menufix .x-close .content .list_menu .social ul li a {
  color: #E66019;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  border: 1px solid #E66019;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}
.menufix .x-close .content .list_menu .social ul li a span {
  text-align: center;
}
.menufix .x-close .content .list_menu .social ul li a .zaloimg {
  width: 70%;
}
.menufix .x-close .content .list_menu .social ul li a i {
  font-size: 18px;
}

.menufix_v2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  background: url("../../assets/images/pattern.jpg") repeat center center transparent;
  width: 65%;
  height: 100%;
  z-index: 10;
}
.isMobile .menufix_v2 {
  width: 100%;
}
.menufix_v2.show {
  transform: none;
}
.menufix_v2.show .btnClose_v2 .contain span {
  animation: rotate90;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1 !important;
}
.menufix_v2.show .title_xuhuong {
  animation-name: goRight !important;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.menufix_v2.show .list_xuhuong {
  animation-name: fadeIn !important;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.menufix_v2.show .logo-menu {
  animation: toLarge;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.menufix_v2 .x-close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.menufix_v2 .x-close .btnClose_v2 {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 5;
}
.isPhone .menufix_v2 .x-close .btnClose_v2 {
  left: -25px;
  top: 4px;
}
.menufix_v2 .x-close .btnClose_v2 .contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menufix_v2 .x-close .btnClose_v2 .contain img {
  width: 60%;
}
.isPhone .menufix_v2 .x-close .btnClose_v2 .contain img {
  width: 40%;
}
.menufix_v2 .x-close .btnClose_v2 .contain span {
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.menufix_v2 .x-close .content {
  padding-top: 30px;
}
.menufix_v2 .x-close .content .logo-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.menufix_v2 .x-close .content .logo-menu .img_1 {
  width: 23%;
}
.menufix_v2 .x-close .content .logo-menu .img_2, .menufix_v2 .x-close .content .logo-menu .img_3 {
  margin-top: 15px;
}
.menufix_v2 .x-close .content .title_xuhuong {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  animation-name: fadeOut;
  animation-duration: 1.5s;
  transition: all 1s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
}
.menufix_v2 .x-close .content .title_xuhuong h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.menufix_v2 .x-close .content .list_xuhuong {
  padding: 0 50px;
  overflow-y: scroll;
  height: 510px;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.isMobile .menufix_v2 .x-close .content .list_xuhuong {
  height: 70vh;
  padding: 0 15px;
  overflow-y: scroll;
}
.menufix_v2 .x-close .content .list_xuhuong::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.menufix_v2 .x-close .content .list_xuhuong::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.menufix_v2 .x-close .content .list_xuhuong::-webkit-scrollbar-thumb {
  background-color: #edce9f;
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  height: auto;
}
.isPhone .menufix_v2 .x-close .content .list_xuhuong .grid-show {
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh {
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.3);
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh:hover img {
  transform: scale(1.3);
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh .img {
  overflow: hidden;
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh .img img {
  transition: all 0.8s ease-in-out;
  width: 100%;
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh .hashtag {
  padding-top: 15px;
}
.menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh .hashtag a {
  text-decoration: none;
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: normal;
}
.isPhone .menufix_v2 .x-close .content .list_xuhuong .grid-show .item_xh .hashtag a {
  font-size: 18px;
}

.p-header {
  height: auto;
  position: fixed;
  transition: all 0.5s ease-in-out;
  top: 0;
  width: 100%;
  padding: 8px 10px 0px;
  z-index: 9;
  background-color: #FAF9F1;
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid #E66019;
}
.p-header.is-sticky {
  z-index: 6;
}
.p-header.is-sticky .menu_v1 {
  align-items: flex-start;
}
.p-header.is-sticky .hot-lang {
  display: none !important;
}
.p-header.is-sticky .menu-middle .main-menu {
  padding-top: 15px !important;
}
.p-header.is-sticky .menu-right .language .flag {
  display: none !important;
}
.isMobile .p-header {
  position: relative;
  width: 100%;
  background-color: #FAF9F1;
  height: 65px;
  padding: 8px 10px;
}
.p-header .menu_v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
}
.isMobile .p-header .menu_v1 {
  width: 40%;
}
.p-header .menu_v1 a {
  text-decoration: none;
  text-align: center;
}
.isMobile .p-header .menu_v1 a {
  text-align: left;
  height: 100%;
}
.p-header .menu_v1 .img_1 {
  width: 50%;
  transition: all 0.3s ease-in-out;
}
.isMobile .p-header .menu_v1 .img_1 {
  width: auto;
  height: 100%;
}
.p-header .menu_v1 .btn_collect {
  cursor: pointer;
}
.p-header .menu_v1 .btn_collect img {
  width: 60%;
}
.isMobile .p-header .menu_v1 .btn_collect img {
  width: 50%;
}
.p-header .menu_v1 .hotline {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.isMobile .p-header .menu_v1 .hotline {
  display: none;
}
.p-header .menu_v1 .hotline img {
  width: 20%;
}
.p-header .menu_v1 .hotline span {
  margin-left: 10px;
  color: #ffcc33;
}
.p-header .menu-middle {
  width: 100%;
  padding-right: 20px;
}
.p-header .menu-middle .hot-lang {
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s ease-in-out;
}
.isMobile .p-header .menu-middle .hot-lang {
  display: none;
}
.p-header .menu-middle .hot-lang .hotline a {
  text-decoration: none;
  font-size: 16px;
  color: #06AAA9;
}
.p-header .menu-middle .hot-lang .hotline a span {
  font-size: 18px;
  font-weight: 700;
}
.p-header .menu-middle .navigation {
  display: flex;
  flex-direction: row;
}
.isMobile .p-header .menu-middle .navigation {
  display: none;
}
.p-header .menu-middle .navigation .main-menu {
  width: 100%;
  padding-top: 15px;
  transition: all 0.4s ease-in-out;
}
.p-header .menu-middle .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
.p-header .menu-middle .navigation ul li {
  position: relative;
}
.p-header .menu-middle .navigation ul li:last-child() {
  margin: 0;
}
.p-header .menu-middle .navigation ul li a {
  text-decoration: none;
  color: #E66019;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto";
}
.p-header .menu-middle .navigation ul li:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.p-header .menu-middle .navigation ul li::before {
  position: absolute;
  bottom: -2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  content: "";
  background-color: #E66019;
  transition: all 0.4s ease-in-out;
}
.p-header .menu-right {
  width: 5%;
}
.p-header .menu-right .language .flag {
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.4s ease-in-out;
}
.isMobile .p-header .menu-right .language .flag {
  display: none;
}
.p-header .menu-right .language .flag a img {
  width: 25px;
}
.p-header .logo {
  width: 200px;
  position: absolute;
  top: 18px;
  left: 44%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.isTablet .p-header .logo {
  left: 37%;
}
.isPhone .p-header .logo {
  top: 22px;
  left: 25%;
}
.isPhone .p-header .logo .img_1 {
  width: 55%;
}
.p-header .logo a {
  text-align: center;
}
.p-header .logo .img_1 {
  width: 80%;
}
.p-header .menu_v2 {
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.isMobile .p-header .menu_v2 {
  right: 10px;
}
.p-header .menu_v2 .lang {
  margin-right: 10px;
}
.p-header .menu_v2 .lang a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.isMobile .p-header .menu_v2 .lang a {
  font-size: 15px;
}
.p-header .menu_v2 .btn_menu {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.p-header .menu_v2 .btn_menu img {
  width: 70%;
}
.isMobile .p-header .menu_v2 .btn_menu img {
  width: 100%;
}
.isMobile .p-header #navbar {
  max-height: calc(100vh - 50px);
  position: relative;
}
.isTablet .p-header #navbar {
  height: 0 !important;
  overflow-y: hidden !important;
  transition: all 0.3s ease-in-out;
}
.isTablet .p-header #navbar.in {
  height: auto !important;
  overflow-y: auto !important;
  transition: all 0.3s ease-in-out;
}
.isTablet .p-header #navbar .dropdown.open > .dropdown-menu {
  background: #F1F1F1;
  display: block;
  height: auto !important;
}
.isTablet .p-header #navbar .navbar-nav {
  float: none;
}
.isTablet .p-header #navbar .navbar-nav li {
  float: none;
}
.p-header nav.navbar {
  border-radius: 0;
  min-height: inherit;
  margin: 0;
  background-color: #f3f3f3;
  transition: all 0.3s;
  border: none;
}
.p-header nav.navbar .login-mobile {
  display: none;
}
.isMobile .p-header nav.navbar .login-mobile {
  display: block;
}
.isMobile .p-header nav.navbar .navbar-header {
  float: none;
}
.p-header nav.navbar h2,
.p-header nav.navbar h3,
.p-header nav.navbar h4,
.p-header nav.navbar h5 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.p-header nav.navbar h2 a,
.p-header nav.navbar h3 a,
.p-header nav.navbar h4 a,
.p-header nav.navbar h5 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.p-header nav.navbar h2 {
  padding: var(--pd-top) 0;
}
.isMobile .p-header nav.navbar h2 {
  padding: 0;
}
.p-header nav.navbar h2 a {
  color: #000;
  text-transform: uppercase;
  padding: 19px 16px;
}
.isMobile .p-header nav.navbar h2 a {
  padding: 12px 16px;
}
.p-header nav.navbar h2 a:hover {
  transition: 0.5s all;
  color: #2c7e00;
}
.p-header nav.navbar li.active h2 a {
  color: #2c7e00;
}
.p-header nav.navbar h3 {
  position: relative;
  margin-bottom: 1px;
}
.p-header nav.navbar h3 .icon_drop_2 {
  position: absolute;
  right: 5%;
  top: 0;
  padding: 10px 16px;
  color: #fff;
}
.isDesktop .p-header nav.navbar h3 .icon_drop_2 {
  color: #333;
  pointer-events: none;
}
.p-header nav.navbar h3 .icon_drop_2 i {
  font-size: 16px;
}
.p-header nav.navbar h3 a {
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.p-header nav.navbar h3 a:hover {
  background-color: #59A020;
  color: #FFFFFF;
}
.isMobile .p-header nav.navbar h3 a {
  background: none;
  color: #000;
  padding: 10px 24px;
}
.p-header nav.navbar h4 {
  padding-left: 1px;
  margin-bottom: 1px;
}
.p-header nav.navbar h4 a {
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.p-header nav.navbar h4 a:hover {
  color: #cb1e33;
  background-color: #fff;
}
.isMobile .p-header nav.navbar h4 a {
  color: #fff;
  background: none;
  padding: 10px 24px;
}
.p-header .parent {
  position: relative;
}
.p-header .parent .icon_drop {
  height: 35px;
  width: 8px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 0;
  pointer-events: none;
}
.p-header .parent .icon_drop i {
  font-size: 22px;
  color: #000;
  line-height: 35px;
}
.isMobile .p-header .parent .icon_drop {
  display: inline-block;
  pointer-events: auto;
  width: 35px;
  right: 6px;
  top: 3px;
}
.isDesktop .p-header .parent:hover > ul {
  display: block;
}
.p-header .dropdown > .dropdown-menu {
  padding: 0;
  min-width: 180px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  background: #F1F1F1;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
}
.isMobile .p-header .dropdown > .dropdown-menu {
  position: relative;
  background: none;
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  padding: 0 8px 0px;
}
.isMobile .p-header .dropdown > .dropdown-menu li {
  border-bottom: 1px solid #dfdfdf;
}
.isMobile .p-header .dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}
.isPhone .p-header .navbar-header {
  display: flex;
  align-items: center;
}
.isDesktop .p-header .dropdown-submenu:hover {
  background-color: #F1F1F1;
}
.p-header .dropdown-submenu > .dropdown-menu {
  box-shadow: none;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
  min-width: 180px;
  border-radius: 0;
  border: none;
  margin: 0;
  background: none;
  top: 0;
  left: 100%;
}
.isMobile .p-header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 0;
  position: relative;
  background: none;
  width: 100%;
  background: none;
  padding: 0 16px;
  border: none;
  margin: 0;
  padding-bottom: 12px;
}
.p-header .i-image-phone {
  display: none;
}
@media (max-width: 625px) {
  .p-header .i-image-phone {
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    max-height: 33px;
  }
}
.isPhone .p-header .i-image-phone {
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  max-height: 33px;
}
.p-header .title-mobile {
  display: none;
}
.isPhone .p-header .title-mobile {
  display: block;
  margin-left: auto;
  margin-right: 30px;
  text-decoration: none;
}
.isPhone .p-header .title-mobile h3 {
  color: #59A020;
}
.p-header .navbar-toggle {
  height: 34px;
  margin-top: 6px;
  margin-right: 0;
}
.isMobile .p-header .navbar-toggle {
  display: block;
  transition: all 0.3s ease-in-out;
}
.p-header .navbar-toggle .icon-bar {
  transition: all 0.3s ease-in-out;
}
.p-header .navbar-toggle[aria-expanded=true] .icon-bar {
  transition: all 0.3s ease-in-out;
}
.p-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.p-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 7px;
  transition: all 0.3s ease-in-out;
}
.p-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -8px;
  transition: all 0.3s ease-in-out;
}
.p-header .navbar-toggle .icon-bar {
  background-color: #000;
}
.p-header .navbar-right {
  margin-right: 0;
}
.p-header .sticky_header.fade-out {
  opacity: 0 !important;
}

.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  max-height: 65px;
  z-index: 2;
}

.p-footer {
  background-color: #893509;
  z-index: 1;
  padding: 15px 30px;
  height: auto;
  text-align: center;
  position: relative;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.p-footer.page_child {
  opacity: 1;
  position: relative;
  background-color: #02131d;
  padding: 30px;
}
.isMobile .p-footer {
  opacity: 1;
  position: relative;
  flex-direction: column-reverse;
  justify-content: center;
}
.p-footer .row {
  position: relative;
  padding: 10px 30px;
}
.p-footer .cols1, .p-footer .cols2 {
  position: relative;
  height: auto;
  display: block;
  z-index: 10;
}
.p-footer .cols1 {
  float: left;
  text-transform: uppercase;
}
.isMobile .p-footer .cols1 {
  margin-top: 20px;
}
.p-footer .cols1 .copyright {
  height: auto;
}
.p-footer .cols1 .copyright span {
  color: #fff;
  font-size: 13px;
}
.p-footer .cols2 {
  float: right;
}
.p-footer .cols2 .social ul {
  list-style: none;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.p-footer .cols2 .social ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin: 0 5px;
}
.p-footer .cols2 .social ul li:last-child {
  margin-right: 0px;
}
.p-footer .cols2 .social ul li a {
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  transition: all 0.4s ease-in-out;
}
.p-footer .cols2 .social ul li a:hover {
  border-color: #cc9966;
}
.p-footer .cols2 .social ul li a:hover i {
  color: #cc9966;
}
.p-footer .cols2 .social ul li a span {
  text-align: center;
}
.p-footer .cols2 .social ul li a .zaloimg {
  width: 70%;
}
.p-footer .cols2 .social ul li a i {
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.p-footer .links p {
  color: #fff;
  text-align: justify;
}
.isPhone .p-footer .links p {
  text-align: left;
}
.p-footer .links a {
  color: #fff;
  transition: 0.5s all;
  font-size: 12px;
}
.isPhone .p-footer .links a {
  font-size: 10px;
}
.p-footer .links a:hover {
  color: #d8cd00;
}
.p-footer .links .social a:before {
  content: "\f26d";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  margin-right: 5px;
  color: #fff;
  transition: 0.5s all;
}
.p-footer .links .social a:hover:before {
  color: #d8cd00;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.isPhone .mapouter {
  width: 100% !important;
  height: 220px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 240px;
  width: 100%;
}
.isPhone .gmap_canvas {
  width: 100% !important;
}

.gm-style .gm-style-iw-c {
  background-color: #116BA6;
  border-radius: 0 !important;
}
.isPhone .gm-style .gm-style-iw-c {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
}
.gm-ui-hover-effect img {
  display: none !important;
}
.gm-ui-hover-effect:after {
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  content: "\f136";
  color: #fff !important;
  font-size: 20px;
}

.gm-style .gm-style-iw-t::after {
  border-top: 11px solid #116BA6 !important;
}

body {
  position: relative;
}
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.ovh {
  overflow: hidden !important;
}
.ovh::before {
  display: block;
  opacity: 1;
  visibility: visible;
}

.section {
  --pd-top: 90px;
  padding-top: var(--pd-top);
  padding-bottom: var(--pd-top);
}
.isMobile .section {
  --pd-top: 20px;
}
.isPhone .section {
  --pd-top: 40px;
}
.section__inner {
  position: relative !important;
}
.section__tt {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.section__tt.normal {
  text-transform: none;
}
.isMobile .section__tt {
  font-size: 20px;
  margin-bottom: 24px;
}
.isPhone .section__tt {
  font-size: 16px;
}

.gallery-home .item img {
  width: 100%;
}
.gallery-home .item__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gallery-home .item__txt_1, .gallery-home .item__txt_2,
.gallery-home .item__txt .btn_gr {
  visibility: hidden;
}
.gallery-home .item__txt_1.vis, .gallery-home .item__txt_2.vis,
.gallery-home .item__txt .btn_gr.vis {
  visibility: visible !important;
}
.gallery-home .item__txt_1 {
  font-size: 50px;
  font-weight: 700;
}
.isMobile .gallery-home .item__txt_1 {
  font-size: 30px;
}
.isPhone .gallery-home .item__txt_1 {
  font-size: 16px;
}
.gallery-home .item__txt_2 {
  font-size: 34px;
}
.isMobile .gallery-home .item__txt_2 {
  font-size: 24px;
}
.isPhone .gallery-home .item__txt_2 {
  font-size: 12px;
}
.gallery-home .item__txt .btn_gr {
  margin-top: 24px;
}
.isPhone .gallery-home .item__txt .btn_gr {
  margin-top: 12px;
}
.gallery-home .item__txt .mybtn {
  border-color: #fff;
  color: #fff;
  background: none;
  padding: 0.5em 2em;
}
.gallery-home .item__txt .mybtn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.isMobile .gallery-home .item__txt .mybtn {
  font-size: 16px;
}
.isPhone .gallery-home .item__txt .mybtn {
  font-size: 12px;
}
.gallery-home .owl-nav {
  visibility: hidden;
  transition: all 0.5s;
}
.isMobile .gallery-home .owl-nav {
  display: none;
}
.gallery-home .owl-nav .owl-prev {
  left: 2%;
}
.gallery-home .owl-nav .owl-next {
  right: 2%;
}
.gallery-home:hover .owl-nav {
  visibility: visible;
}

a {
  border: none;
  text-decoration: none;
  outline: 0;
}
a:focus {
  border: none;
  text-decoration: none;
  outline: 0;
}

.non-overflow {
  overflow: auto;
}

.bg-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.bg-title .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bg-title .breadcrumb a {
  text-decoration: none !important;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.bg-title .breadcrumb a:hover {
  color: #E66019;
}
.bg-title .breadcrumb p {
  margin: 0;
  margin-left: 5px;
}
.bg-title a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bg-title a img {
  height: 24px;
}
.bg-title h3 {
  text-transform: uppercase;
  color: #E66019;
  font-size: 24px;
}
.isMobile .bg-title h3 {
  font-size: 20px;
  margin-top: 0px;
}
.bg-title .line {
  transition: all 0.5s ease-in-out;
  width: 150px;
  height: 2px;
  opacity: 0;
  background-color: #E66019;
}

.slick-prev {
  background-image: url(../../assets/images/previous.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 64px;
  height: 64px;
  top: 50%;
  left: -64px;
}
.slick-prev::before {
  content: "";
}

.slick-next {
  background-image: url(../../assets/images/next.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 64px;
  height: 64px;
  top: 50%;
  right: -64px;
}
.slick-next::before {
  content: "";
}

.isMobile .swiper-wrapper {
  display: block;
  height: auto;
  transform: none !important;
}

.swiper-pagination {
  right: 0 !important;
  left: 40px;
  top: 38% !important;
  width: fit-content;
  opacity: 0;
}
.isMobile .swiper-pagination {
  display: none;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  margin-bottom: 30px !important;
  color: #fff;
  position: relative;
  background: none !important;
  font-size: 16px;
  border-radius: 0;
  width: 25px;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 3px;
  width: 4px;
  height: 31px;
  background-color: #fff;
}

.section__tt {
  border: none;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
}
.section__tt h3 {
  text-transform: uppercase;
}

#wrapper {
  transition: all 0.4s ease-in-out;
}
#wrapper.startpage {
  opacity: 1;
}
#wrapper.startpage .p-header {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage .p-footer {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage .swiper-pagination {
  animation-name: goRight;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #collections .bg-title h3 {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #collections .bg-title .line {
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #collections .list-collect .item:nth-child(odd) {
  animation-name: goRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #collections .list-collect .item:nth-child(even) {
  animation-name: goLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #detail_collect .bg-title h3 {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #detail_collect .bg-title .line {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #detail_collect .list-collect .item:nth-child(odd) {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #detail_collect .list-collect .item:nth-child(even) {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #lienhe .address ul li {
  animation: goLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #events .bg-title h3 {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #events .bg-title .line {
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #events .list-events .item:nth-child(odd) {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#wrapper.startpage #events .list-events .item:nth-child(even) {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.loadingpage {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  background-color: #FAF9F1;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.loadingpage.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.loadingpage.active .logo {
  animation-name: toLarge;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.loadingpage.active .slogan {
  animation-name: goRight;
  animation-duration: 1.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.loadingpage .lang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.loadingpage .lang a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.loadingpage .lang a.active {
  color: #cc9966;
}
.loadingpage .lang span {
  color: #fff;
  margin: 0 10px;
}
.loadingpage .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  margin-top: 240px;
  margin-bottom: 80px;
  opacity: 0;
}
@media (max-width: 600px) {
  .loadingpage .logo {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .loadingpage .logo .img_1 {
    width: 70%;
  }
}
.loadingpage .logo .img_2, .loadingpage .logo .img_3 {
  margin-top: 15px;
}
.loadingpage .slogan {
  text-align: center;
  opacity: 0;
}
.loadingpage .slogan h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 48px;
  background: #E66019;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E66019;
}
.isPhone .loadingpage .slogan h3 {
  font-size: 24px;
}

.bg-title {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
}
.isMobile .bg-title {
  margin-left: 10px;
}
.bg-title a {
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.bg-title h3 {
  padding-bottom: 6px;
  transition: all 0.5s ease-in-out;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #06AAA9;
}
.isMobile .bg-title h3 {
  opacity: 1;
}
.bg-title .line {
  transition: all 0.5s ease-in-out;
  width: 150px;
  height: 2px;
  opacity: 0;
  background-color: #E66019;
}
.isMobile .bg-title .line {
  opacity: 1;
}

.section {
  background-color: #fff;
  position: relative;
}
.isMobile .section {
  height: auto;
  padding-bottom: 40px;
}
.section_1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.isMobile .section_1 {
  height: auto;
  padding-bottom: 0px;
}
.section_1 .slick-dots {
  bottom: 27vh;
}
.isMobile .section_1 .slick-dots {
  bottom: 0;
}
.section_1 .slick-dots li {
  margin: 0px 24px;
}
.section_1 .slick-dots li.slick-active button {
  border-color: #cc9966 !important;
}
.section_1 .slick-dots li button {
  width: 51px;
  height: 7px;
  padding: 0px;
  border: 1px solid #fff;
}
.section_1 .slick-dots li button::before {
  content: "";
}
.section_1 .item {
  position: relative;
}
.isMobile .section_1 .item {
  height: 234px;
}
.section_1 .item.showbanner .tt_banner {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
.section_1 .item .tt_banner {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  z-index: 1;
  opacity: 0;
}
.isMobile .section_1 .item .tt_banner {
  bottom: 40px;
  font-size: 16px;
  text-align: center;
  padding: 0 30px;
}
.section_1 .item .tt_banner ._quote {
  position: relative;
  width: 50px;
  height: 50px;
}
.isMobile .section_1 .item .tt_banner ._quote {
  display: none;
}
.section_1 .item .tt_banner ._quote img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.section_1 .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.section_1 .item img {
  width: 100%;
}
.isMobile .section_1 .item img {
  height: 234px;
}
.section_2 {
  position: relative;
  --pd-top: 30px;
}
.isMobile .section_2 {
  height: auto;
  padding-bottom: 0 !important;
}
.section_2 .list-news .danhsach .item-arch:nth-child(odd) {
  animation: goLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.section_2 .list-news .danhsach .item-arch:nth-child(even) {
  animation: goRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.section_2 .bg-title h3 {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.section_2 .bg-title .line {
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.section_2 .list-news {
  margin-bottom: 20px;
}
.isMobile .section_2 .list-news {
  height: auto;
}
.section_2 .list-news .danhsach {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.isPhone .section_2 .list-news .danhsach {
  grid-template-columns: 1fr;
}
.section_2 .list-news .danhsach .item-arch {
  opacity: 0;
}
.isMobile .section_2 .list-news .danhsach .item-arch {
  opacity: 1;
}
.section_2 .duantb {
  background-color: #FAF9F1;
  padding: 30px 0;
}
.section_3 {
  --pd-top: 0 !important;
  margin-bottom: 60px;
}
.section_3 .brands .item_brand:nth-child(odd) {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.section_3 .brands .item_brand:nth-child(even) {
  animation: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@media (min-width: 1366px) {
  .section_3 .container {
    width: 1030px;
    max-width: 1030px;
  }
}
.section_3 .list-brand .section_brands {
  margin-top: 30px;
}
.isMobile .section_3 .list-brand .section_brands {
  padding: 20px;
  padding-bottom: 0px;
  border: none;
}
.section_3 .list-brand .section_brands .brands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
.isMobile .section_3 .list-brand .section_brands .brands {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.section_3 .list-brand .section_brands .brands .item_brand {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  border: 1px solid #06AAA9;
  height: 100px;
}
.isMobile .section_3 .list-brand .section_brands .brands .item_brand {
  opacity: 1;
}
.section_3 .list-brand .section_brands .brands .item_brand:hover img {
  transform: scale(0.9);
}
.section_3 .list-brand .section_brands .brands .item_brand a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_3 .list-brand .section_brands .brands .item_brand a img {
  width: 70%;
  transition: all 0.4s ease-in-out;
}
.isMobile .section_3 .list-brand .section_brands .brands .item_brand a img {
  width: 90%;
}
.section_4 {
  position: relative;
  background: url(/Content/assets/images/bg-f.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.section_4 .address ul li {
  animation: goLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.section_4 .section_footer {
  margin-top: 60px;
}
.isMobile .section_4 .section_footer {
  margin-top: 0;
}
.section_4 .section_footer .box_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.isMobile .section_4 .section_footer .box_footer {
  grid-template-columns: 1fr;
}
.section_4 .section_footer .box_footer .info {
  font-family: Roboto;
  font-size: 15px;
  color: #06AAA9;
}
.section_4 .section_footer .box_footer .info .logo-f {
  margin-bottom: 40px;
}
.isPhone .section_4 .section_footer .box_footer .info .logo-f {
  text-align: center;
}
.section_4 .section_footer .box_footer .info .logo-f img {
  max-width: 200px;
}
.section_4 .section_footer .box_footer .info .t-com {
  color: #E66019;
  font-weight: 700;
  letter-spacing: 3px;
}
.isPhone .section_4 .section_footer .box_footer .info .t-com {
  text-align: center;
}
.section_4 .section_footer .box_footer .info .t-add {
  letter-spacing: 0.3px;
}
.isPhone .section_4 .section_footer .box_footer .info .t-add {
  text-align: center;
}
.section_4 .section_footer .box_footer .info .t-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.isPhone .section_4 .section_footer .box_footer .info .t-info {
  display: block;
  text-align: center;
}
.section_4 .section_footer .box_footer .map {
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.container_config {
  padding: 0 20vh;
}
.isMobile .container_config {
  padding: 0;
}

.arrow-down {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  right: 0;
  width: 56px;
  height: 50px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
.isMobile .arrow-down {
  display: none;
}
.arrow-down img {
  width: 50%;
}

.item-home {
  position: relative;
  display: block;
  padding: 7px;
  transition: all 0.5s ease-in-out;
}
.isMobile .item-home {
  padding: 5px 10px;
}
.item-home:hover .img_main {
  border: 3px solid #E66019;
}
.item-home a {
  text-decoration: none;
}
.item-home a .contain-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.item-home a .contain-bg .img_main {
  padding: 65% 0 0;
  transition: all 0.5s ease-in-out;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  border: 3px solid #06AAA9;
  border-radius: 8px;
}
.item-home a .contain-bg .img_main img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.item-home a .contain-bg .item_desc {
  padding: 7px 0 10px 7px;
  font-family: "Roboto";
}
.item-home a .contain-bg .item_desc table {
  width: 100%;
}
.item-home a .contain-bg .item_desc table td {
  color: #E66019;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
.item-home a .contain-bg .item_desc table td:nth-child(1) {
  width: 90px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .item-home a .contain-bg .item_desc table td {
    font-size: 12px;
  }
  .item-home a .contain-bg .item_desc table td:nth-child(1) {
    width: 80px;
  }
}
.item-home a .txt-dialog {
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.item-home a .txt-dialog:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.item-home a .txt-dialog:after {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #ddd;
  transition: all 0.4s ease-in-out;
}
.item-home a .txt-dialog h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  width: 90%;
  color: #fff;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.isPhone .item-home a .txt-dialog h3 {
  font-size: 4vw;
}

.item-arch {
  height: auto;
  transition: all 0.5s ease-in-out;
}
.item-arch:hover img {
  transform: scale(1.1);
}
.item-arch:hover .label {
  background-color: #cc9966 !important;
}
.item-arch:hover .label_btn {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.item-arch .img {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.isPhone .item-arch .img {
  height: 50vh;
}
.isTablet .item-arch .img {
  height: auto;
}
.item-arch .img img {
  transition: all 0.7s ease-in-out;
}
.item-arch .img a {
  text-decoration: none;
}
.item-arch .img .label {
  background-color: rgba(3, 26, 43, 0.8);
  position: absolute;
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0 20px 20px;
  transition: all 0.5s ease-in-out;
}
.item-arch .img .label_title {
  width: 100%;
  position: relative;
}
.item-arch .img .label_title h3 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 22px;
}
.item-arch .img .label_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  transform: translateX(53px);
  opacity: 0;
}
.item-arch .img .label_btn a {
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item_horizon .image {
    max-width: 200px;
    min-width: 200px;
  }
}
@media all and (max-width: 600px) {
  .item_horizon .image {
    max-width: 140px;
    min-width: 140px;
  }
}
.page_bst .section_bst {
  padding-bottom: 40px;
}
.isMobile .page_bst .section_bst {
  padding-bottom: 30px;
}
.page_bst .section_bst .banner {
  height: 40vh;
  overflow: hidden;
  position: relative;
  background-image: url("../../assets/images/bg5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.isMobile .page_bst .section_bst .banner {
  height: 20vh;
}
.page_bst .section_bst .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.page_bst .section_bst .list-collect {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.isPhone .page_bst .section_bst .list-collect {
  grid-template-columns: 1fr;
}
.page_bst .section_bst .list-collect .item {
  position: relative;
  display: block;
  padding: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.page_bst .section_bst .list-collect .item:hover {
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.3);
}
.page_bst .section_bst .list-collect .item:hover .img_main {
  transform: scale(1.1);
}
.page_bst .section_bst .list-collect .item:hover .txt-dialog {
  background-color: #FDBA2B;
}
.page_bst .section_bst .list-collect .item a {
  text-decoration: none;
}
.page_bst .section_bst .list-collect .item a .contain-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page_bst .section_bst .list-collect .item a .contain-bg .img_main {
  padding: 65% 0 0;
  transition: all 0.5s ease-in-out;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
.page_bst .section_bst .list-collect .item a .contain-bg .img_main img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.page_bst .section_bst .list-collect .item a .txt-dialog {
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_bst .section_bst .list-collect .item a .txt-dialog:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page_bst .section_bst .list-collect .item a .txt-dialog:after {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #ddd;
}
.page_bst .section_bst .list-collect .item a .txt-dialog h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  width: 90%;
  color: #fff;
  height: auto;
}
.isPhone .page_bst .section_bst .list-collect .item a .txt-dialog h3 {
  font-size: 4vw;
}

.page_events .section_events {
  padding-bottom: 40px;
}
.isMobile .page_events .section_events {
  padding-bottom: 30px;
}
.page_events .section_events .banner {
  height: 40vh;
  overflow: hidden;
  position: relative;
  background-image: url("../../assets/images/bg5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.isMobile .page_events .section_events .banner {
  height: 20vh;
}
.page_events .section_events .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.page_events .section_events .list-events {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.isPhone .page_events .section_events .list-events {
  grid-template-columns: 1fr;
}
.page_events .section_events .list-events .item {
  position: relative;
  display: block;
  padding: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.page_events .section_events .list-events .item:hover {
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.3);
}
.page_events .section_events .list-events .item:hover .contain-bg img {
  transform: scale(1.2);
}
.page_events .section_events .list-events .item a {
  text-decoration: none;
}
.page_events .section_events .list-events .item a .contain-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page_events .section_events .list-events .item a .contain-bg img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.page_events .section_events .list-events .item a .txt-dialog {
  padding-top: 15px;
}
.page_events .section_events .list-events .item a .txt-dialog span {
  color: #fff;
  font-size: 13px;
}
.page_events .section_events .list-events .item a .txt-dialog h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
  line-height: 1.5;
  color: #FDBA2B;
  height: auto;
}
.isPhone .page_events .section_events .list-events .item a .txt-dialog h3 {
  font-size: 14px;
}

.page_ctevents .section_events {
  padding-top: 12vh;
  padding-bottom: 40px;
}
.isMobile .page_ctevents .section_events {
  padding-top: 3vh;
  padding-bottom: 30px;
}
.isMobile .page_ctevents .section_events .bg-title h3 {
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.page_ctevents .section_events .content .intro {
  background-color: rgba(197, 136, 60, 0.2);
  padding: 20px 40px;
}
.page_ctevents .section_events .content p {
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  margin: 20px 0;
}
.page_ctevents .section_events .content .img {
  margin: 0 4vw;
  border-radius: 15px;
  overflow: hidden;
}
.page_ctevents .section_events .content .img img {
  width: 100%;
}
.isMobile .page_ctevents .section_events .content .img img {
  height: auto;
}

.page_chitiet .section_bst {
  padding-top: 12vh;
  padding-bottom: 40px;
}
.isMobile .page_chitiet .section_bst {
  padding-top: 3vh;
  padding-bottom: 30px;
}
.page_chitiet .section_bst p {
  color: #fff;
}
.page_chitiet .section_bst .list-collect .item {
  position: relative;
  display: block;
  padding: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.page_chitiet .section_bst .list-collect .item:hover {
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.3);
}
.page_chitiet .section_bst .list-collect .item a {
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.page_chitiet .section_bst .list-collect .item a img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.page_chitiet .section_bst .another {
  margin-top: 30px;
}
.page_chitiet .section_bst .another .bg-title {
  margin-bottom: 10px;
}
.page_chitiet .section_bst .another .list_another .item {
  position: relative;
  display: block;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.page_chitiet .section_bst .another .list_another .item:hover .img_main {
  transform: scale(1.1);
}
.page_chitiet .section_bst .another .list_another .item:hover .txt-dialog {
  background-color: #06AAA9;
}
.page_chitiet .section_bst .another .list_another .item a {
  text-decoration: none;
}
.page_chitiet .section_bst .another .list_another .item a .contain-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page_chitiet .section_bst .another .list_another .item a .contain-bg .img_main {
  padding: 65% 0 0;
  transition: all 0.5s ease-in-out;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
.page_chitiet .section_bst .another .list_another .item a .contain-bg .img_main img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.page_chitiet .section_bst .another .list_another .item a .txt-dialog {
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_chitiet .section_bst .another .list_another .item a .txt-dialog:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page_chitiet .section_bst .another .list_another .item a .txt-dialog:after {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #ddd;
}
.page_chitiet .section_bst .another .list_another .item a .txt-dialog h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  width: 90%;
  color: #fff;
  height: auto;
}
.isPhone .page_chitiet .section_bst .another .list_another .item a .txt-dialog h3 {
  font-size: 4vw;
}

.page_lienhe .section_bst {
  padding-bottom: 40px;
}
.isMobile .page_lienhe .section_bst {
  padding-bottom: 30px;
}
.page_lienhe .section_bst .banner {
  height: 50vh;
  overflow: hidden;
  position: relative;
  background-image: url("../../assets/images/bg5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isMobile .page_lienhe .section_bst .banner {
  height: 20vh;
}
.page_lienhe .section_bst .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.page_lienhe .section_bst .banner .bg-title {
  position: absolute;
  z-index: 2;
  margin: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.page_lienhe .section_bst .banner .bg-title h3 {
  color: #fff;
}
.page_lienhe .section_bst .banner img {
  width: 100%;
}
.page_lienhe .section_bst .map {
  margin-bottom: 20px;
}
.page_lienhe .section_bst .address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.isMobile .page_lienhe .section_bst .address {
  width: 100%;
}
.isMobile .page_lienhe .section_bst .address ul {
  width: 100%;
}
.page_lienhe .section_bst .address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.isPhone .page_lienhe .section_bst .address ul {
  padding: 0;
}
.page_lienhe .section_bst .address ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.isMobile .page_lienhe .section_bst .address ul li {
  opacity: 1;
}
.isPhone .page_lienhe .section_bst .address ul li {
  margin-bottom: 15px;
}
.isPhone .page_lienhe .section_bst .address ul li:last-child {
  margin-bottom: 0px;
}
.page_lienhe .section_bst .address ul li h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.isMobile .page_lienhe .section_bst .address ul li h3 {
  font-size: 24px;
  text-align: center;
}
.page_lienhe .section_bst .address ul li h3.main {
  color: #FDBA2B;
  font-size: 30px;
  margin-bottom: 20px;
}
.page_lienhe .section_bst .address ul li img {
  width: 10%;
}
.page_lienhe .section_bst .address ul li p {
  margin: 0;
  color: #c7c7c7;
  font-size: 15px;
  padding-left: 14px;
  transition: all 0.4s ease-in-out;
}
.page_lienhe .section_bst .address ul li a {
  text-decoration: none;
  color: #c7c7c7;
  font-size: 16px;
  padding-left: 14px;
  transition: all 0.4s ease-in-out;
}
.page_lienhe .section_bst .address ul li a:hover {
  color: #FDBA2B;
}
.page_lienhe .section_bst .form_lienhe .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_lienhe .section_bst .form_lienhe .form .bg-title {
  margin-bottom: 0;
}
.page_lienhe .section_bst .form_lienhe .form .values {
  padding: 30px 40px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #44301f, #031a2b);
  border-radius: 30px;
}
.isMobile .page_lienhe .section_bst .form_lienhe .form .values {
  max-width: 100%;
}
.page_lienhe .section_bst .form_lienhe .form .values .form-group {
  width: 500px;
  margin-bottom: 15px;
}
.isMobile .page_lienhe .section_bst .form_lienhe .form .values .form-group {
  max-width: 100%;
}
.page_lienhe .section_bst .form_lienhe .form .values .form-group label {
  color: #fff;
}
.page_lienhe .section_bst .form_lienhe .form .values .form-group .form-control {
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  border: none;
  width: 100%;
  height: 50px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px dotted #fff;
  background-color: transparent;
}
.page_lienhe .section_bst .form_lienhe .form .values .btn {
  text-align: center;
  margin-top: 20px;
}
.page_lienhe .section_bst .form_lienhe .form .values .btn .btnSubmit {
  padding: 10px 30px;
  font-weight: bold;
  text-decoration: none;
  background: #FDBA2B;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.only-show-mobile {
  display: none;
}
.isMobile .only-show-mobile {
  display: initial;
}

.isMobile .hide-on-mobile {
  display: none;
}