@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  width: 100%;
  background: #02337e;
  font-family: 'LXGW WenKai TC', cursive;
  font-weight: 700;
  color: #000;
}

/*body.el {
  letter-spacing: 1px;
}*/

.lxgw-wenkai-tc-regular {
  font-family: 'LXGW WenKai TC', cursive;
  font-weight: 600;
  font-style: normal;
}

.thetop {
  position: relative;
  top: -100px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 28px;
  padding: 0 20px;
  margin: 30px 0 0;
  line-height: 150%;
  font-weight: 600;
  color: #393185;
}

h1.hp {
  margin: 0 0 30px -15px;
}

h2 {
  font-size: 25px;
  line-height: 150%;
  color: #0056b9;
  padding-bottom: 15px;
}

/*h2.menu-cat {
  font-size: 30px;
  text-align: left;
  margin: 30px 0 0;
}

h2.menu-cat-2 {
  font-size: 30px;
  text-align: left;
  margin: 30px 0 0;
}*/

h2.policies {
  margin: 20px 0 10px;
}

h3 {
  font-size: 22px;
  padding: 0;
  line-height: 150%;
}

h4 {
  font-size: 18px;
  padding: 0;
  line-height: 150%;
  margin-top: -10px;
}

p {
  font-size: 20px;
  line-height: 170%;
  padding: 0 0 10px;
}

p.menu-cat {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-80 {
  padding-bottom: 80px;
}

.container-takeaway-menu {
  margin: 30px auto -40px;
}

@media screen and (max-width:536px) {
  .pad-0 {
    padding: 0;
  }
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-50 {
  height: 50px;
}

.spacer-bq {
  height: 40px;
}

.fa-red {
  color: #df2727;
}

hr.separator {
  height: 1px;
  color: #000;
  background: #000;
  margin: 20px auto;
  font-size: 0;
  border: 0;
}

hr.separator-2 {
  height: 1px;
  color: #ddd;
  background: #ddd;
  margin: 20px auto;
  font-size: 0;
  border: 0;
}

.address p {
  line-height: 120%;
}

.center {
  text-align: center;
}

.center > div {
  margin: 0 auto;
}

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

* .nmp {
  margin: 0;
  padding: 0;
}

.lsn {
  list-style: none;
}

ul.list {
  padding-left: 25px;
  font-size: 20px;
  margin-top: 15px;
}

ul.list li {
  padding: 8px 0;
  line-height: 150%;
}

ul.list-2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  list-style: none;
  margin: 0 0 20px 17px;
  padding: 0 0 0 20px;
}

ul.list-2 li {
  padding: 5px;
}

ul.list-2 li:before {
  color: #df2727;
  content: '\27A4';
  display: block;
  font-size: 25px;
  font-weight: 600;
  height: 0;
  left: -30px;
  line-height: 0;
  margin: 0 0 0 -5px;
  padding: 0;
  position: relative;
  top: 15px;
  width: 0;
  /*  width: 10px;
  border: 2px solid #0056b9;*/
}

a {
  text-decoration: none;
  color: #000;
  opacity: 1;
}

a:hover {
  opacity: 1;
}

a:focus {
  text-decoration: none;
  color: #000;
  opacity: 1;
  outline: none;
}

::selection {
  background: #156ec0;
  color: #fff;
}

::-moz-selection {
  background: #156ec0;
  color: #fff;
}

section {
  background: #fff;
}

.fixed-top {
  overflow: hidden;
  background: #02337e;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
  z-index: 10000;
}

button.styled {
  color: #fff;
  background: #df2727;
  padding: 7px 57px 8px 15px;
  border-radius: 4px;
  /* Do not edit below */
  border: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  cursor: pointer;
  font-family: 'LXGW WenKai TC', cursive;
  font-weight: 700;
}

button.styled:after {
  background: rgba(0,0,0,.2);
  padding: 11px;
  font-family: 'FontAwesome';
  content: '\f095'; /* \25bc \25be */
  transform: rotate(270deg);
  /* Do not edit below */
  position: absolute;
  right: 0;
  top: 0;
}

button.link {
  color: #fff;
  background: #df2727;
  padding: 7px 57px 8px 15px;
  border-radius: 4px;
  /* Do not edit below */
  border: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  cursor: pointer;
  font-family: 'LXGW WenKai TC', cursive;
  font-weight: 700;
}

button.link:after {
  background: rgba(0,0,0,.2);
  padding: 11px 11px 11px;
  font-family: 'FontAwesome';
  content: '\f360'; /* \25bc \25be */
  /* Do not edit below */
  position: absolute;
  right: 0;
  top: 0;
}

button.down {
  color: #fff;
  background: #df2727;
  padding: 7px 57px 8px 15px;
  border-radius: 4px;
  /* Do not edit below */
  border: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
  display: block;
  max-width: 100%;
  margin: -10px 0 20px;
  font-size: 22px;
  cursor: pointer;
  font-family: 'LXGW WenKai TC', cursive;
  font-weight: 700;
}

button.down:after {
  background: rgba(0,0,0,.2);
  padding: 11px 11px 11px;
  font-family: 'FontAwesome';
  content: '\f358'; /* \25bc \25be */
  /* Do not edit below */
  position: absolute;
  right: 0;
  top: 0;
}

#cat-1, #cat-2, #cat-3, #cat-4, #cat-5, #cat-6, #cat-7 {
  position: relative;
  top: -100px;
}

header {
  padding: 0;
  margin: 85px 0 0;
  width: 100%;
  border-bottom: 2px solid #fff;
}

.nav-container {
  width: 100%;
  background: #df2727;
}

.nav-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 20px 10px;
}

.nav-mobile .nav-btn {
  display: block;
}

.nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  font-size: 30px;
  font-weight: 700;
  color: #555;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.showing {
  max-height: 37rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 .75rem;
}

.nav-menu li a {
  display: block;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.nav-toggle {
  display: block;
  background: transparent;
  width: 45px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background: #fff;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.nav-toggle span.mrg {
  margin-top: 5px;
}

.nav-toggle.open span:first-child {
  -webkit-transform: rotate(45deg) translate(6.2px,6.2px);
  transform: rotate(45deg) translate(6.2px,6.2px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  -webkit-transform: rotate(-45deg) translate(6.2px,-6.2px);
  transform: rotate(-45deg) translate(6.2px,-6.2px);
}

.nav-menu .dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav-menu .dropdown ul.show {
  max-height: 20rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav-menu .dropdown li a {
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.nav-menu li a:hover {
  color: #ffe804;
}

.nav-menu .dropdown > a:after {
  content: '\f107';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 22px;
  padding-left: 5px;
  color: #7e7e7e;
}

.nav-menu .active.dropdown > a:after {
  content: '\f106';
}

.nav-menu .dropdown .dropdown > a:after {
  content: '\f107';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 22px;
  padding-left: 5px;
  color: #7e7e7e;
}

.nav-menu .dropdown .active.dropdown > a:after {
  content: '\f106';
}

.menu-toggle {
  max-height: 0;
  overflow: hidden;
}

.menu-toggle, .menu-toggle.active {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.menu-toggle.active {
  max-height: 100vh;
}

.resize-animation-stopper * {
  -webkit-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
  animation: none!important;
}

@media screen and (min-width:900px) {
  .menu-toggle {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    max-height: 100vh;
    overflow: visible;
  }

  .nav-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 20px 10px;
  }

  .nav-container, .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-mobile .nav-btn {
    display: none;
  }

  .nav-logo img {
    width: 100%;
    max-width: 350px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
  }

  .nav-menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 1rem;
  }

  .nav-menu li a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
  }

  .nav-menu li a:hover {
    color: #ffe804;
  }

  .nav-menu .dropdown {
    position: relative;
  }

  .nav-menu .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .nav-menu .dropdown:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0 1rem;
  }

  .nav-menu .dropdown ul li {
    padding: .7rem;
    background: #1076c9;
    position: relative;
  }

  .nav-menu .dropdown ul li:hover {
    background: #3493e0;
  }

  .nav-menu .dropdown ul li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
  }

  .nav-menu .dropdown ul li a:hover {
    display: block;
    color: #c7e0f5;
  }

  .nav-menu .dropdown > a:after {
    content: '\f107';
  }

  .nav-menu .dropdown:hover > a:after, .nav-menu .dropdown > a:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: .875rem;
    padding-left: 5px;
    color: #7c7c7c;
  }

  .nav-menu .dropdown:hover > a:after {
    content: '\f106';
  }

  .nav-menu .dropdown .dropdown > a:after {
    content: '\f105';
  }

  .nav-menu .dropdown .dropdown:hover > a:after, .nav-menu .dropdown .dropdown > a:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: .875rem;
    padding-left: 10px;
    color: #fff;
  }

  .nav-menu .dropdown .dropdown:hover > a:after {
    content: '\f104';
  }

  .nav-menu .dropdown .dropdown:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  .nav-menu .dropdown .dropdown ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.language {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  padding: 5px 0 7px;
  background: #02337e;
}

a.lang {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

a.lang:hover {
  opacity: .65;
}

a.lang:focus {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  outline: none;
}

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

.logo-width {
  width: 350px;
}

@media only screen and (max-width: 450px) {
  .logo-width {
    width: 250px;
  }
}

@media only screen and (max-width: 350px) {
  .logo-width {
    width: 200px;
  }
}

.container-fx-1000 {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  overflow-x: hidden;
}

.container-fw {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
}

/*.row {
  padding: 0 15px;
  margin: 0;
}*/

.row {
  padding: 0;
  margin: 0;
}

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

.row-2 {
  padding: 0;
  margin: 0;
}

.row-2::after {
  content: '';
  clear: both;
  display: table;
}

[class*='col-'] {
  padding: 0;
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
  float: none;
  padding: 0 20px;
  text-align: left;
}

.col-2 {
  width: 50%;
  float: left;
  padding: 0 20px;
  text-align: left;
}

.col-2-l {
  width: 50%;
  float: left;
  padding: 0 20px;
  text-align: left;
}

.col-2-r {
  width: 50%;
  float: right;
  padding: 0 20px;
  text-align: right;
}

@media only screen and (max-width: 641px) {
  .col-2, .col-2-l, .col-2-r {
    width: 100%;
    float: none;
    padding: 0 20px;
    text-align: left;
  }
}

/*  */
.container-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

h2.menu-cat {
  font-size: 30px;
  text-align: left;
  margin: 30px 0 0;
}

h2.menu-cat-2 {
  font-size: 30px;
  text-align: left;
  margin: 30px 0 0;
}

.container-cards h3 {
  font-size: 23px;
}

.card {
  background-color: #df2727;
  color: #fff;
  width: 40rem;   /*width: 20rem;*/
  margin: 1rem;
  padding: 2rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

.card-r3 {
  background-color: #df2727;
  color: #fff;
  width: 30rem;
  margin: 1rem;
  padding: 2rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 1550px) {
  .container-cards h3 {
    font-size: 21px;
  }

  .card {
    background-color: #df2727;
    color: #fff;
    width: 30rem;
    margin: 1rem;
    padding: 2rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  }
}

/*.container-cards h3 {
  font-size: 23px;
}*/

.container-cards p {
  font-size: 20px;
  font-family: 'LXGW WenKai TC', cursive;
}

.container-cards img {
  margin: 20px  0 15px;
  border: 1px solid #fff;
}

/*.card {
  background-color: #df2727;
  color: #fff;
  width: 30rem;
  margin: 1rem;
  padding: 2rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}*/

.card-content {
  flex: 1;
}

.card-btn {
  border: none;
  outline: none;
  color: #fff;
  background-color: #b21f1f;
  /*margin-top: 2rem;*/
  margin-top: 1rem;
  padding: .8rem 1.6rem;
  border-radius: .5rem;
  font-size: 20px;
  font-weight: 600;
  font-family: 'LXGW WenKai TC', cursive;
}

.card-content-drinks {
  flex: 1;
  max-width: 350px;
  margin: 0 auto;
}

.card-btn-drinks {
  border: none;
  outline: none;
  color: #fff;
  background-color: #b21f1f;
  /*margin-top: 2rem;*/
  margin-top: 1rem;
  padding: .8rem ;
  border-radius: .5rem;
  font-size: 20px;
  font-weight: 600;
  font-family: 'LXGW WenKai TC', cursive;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.container-header {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1325px;
  background: #fff;
  margin: 0 auto;
  padding: 7px 15px 0;
}

.scrolling-container-with-price {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1325px;
  background: #fff;
  margin: 0 auto;
  padding: 7px 5px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .scrolling-container-with-price {
    margin: 0 -5px;
  }
}

.card-hs-drinks {
  display: inline-block;
  margin: 0 2px 5px;
  background: #df2727;
  border-radius: 8px !important;
  padding-bottom: 2px;
}

/* Image width */

.card-hs-drinks img {
  width: 350px;
  padding: 0 20px 3px;
}

.card-hs-drinks h3 {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

@media only screen and (max-width: 600px) {
  .scrolling-container-with-price {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    padding: 7px 5px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
  }
}

.card-price {
  background: #df2727;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  position: relative;
  top: -3px;
}

.horizontal-scroller-title {
  margin: 30px 0 10px;
}

@media only screen and (max-width: 750px) {
  .horizontal-scroller-title {
    margin: 30px 0 10px -5px;
  }
}

::-webkit-scrollbar {
  height: 12px;
  width: 10px;
  border-radius: 5px;
  backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-webkit-scrollbar:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

::-webkit-scrollbar:focus {
  outline: none !important;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb:vertical {
  background: #8b8b8b;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #0078d4;
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

::-webkit-scrollbar-thumb:hover:horizontal {
  background: #00a741;
}

::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #f5f5f5 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(240deg, #f5f5f5 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(0deg, #f5f5f5 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #8b8b8b;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #f5f5f5 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(60deg, #f5f5f5 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(180deg, #f5f5f5 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #8b8b8b;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #02337e 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(150deg, #02337e 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(270deg, #02337e 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
  cursor: pointer;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #02337e 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(330deg, #02337e 40%, rgba(0, 0, 0, 0) 41%),
  linear-gradient(90deg, #02337e 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
  cursor: pointer;
}

@media (pointer: coarse) {
  ::-webkit-scrollbar-button {
    display: none;
  }
}

.card-vv {
  background-color: #f9f9f9;
  color: #fff;
  width: 30rem;
  margin: 1rem;
  padding: 0 0 5px;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

.card-content-vv {
  flex: 1;
  padding: 3rem 3rem 1rem;
}

.card-content-vv {
  flex: 1;
  padding: 3rem 3rem 1rem;
}

.card-btn-vv {
  border: none;
  outline: none;
  color: #000;
  background-color: #f9f9f9;
  /*margin-top: 2rem;*/
  margin-top: 1rem;
  padding: .8rem 1.6rem;
  border-radius: .5rem;
  font-size: 20px;
  font-weight: 600;
  font-family: 'LXGW WenKai TC', cursive;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 460px) {
  .card-vv {
    background-color: #fff;
  }

  .card-content-vv {
    padding: 0;
  }

  .card-btn-vv {
    background-color: #fff;
    margin: 1rem 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*  */

.bq {
  background: #f1f3f4;
  border-left: 3px solid #df2727;
  border-radius: .5rem;
  padding: 25px 25px 15px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
}

.scroll {
  position: absolute;
  right: 10px;
  bottom: 7px;
  background: transparent;
  padding: 0;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.scroll:hover {
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.scroll:hover .fas {
  padding-top: -10px;
}

.scroll .fas {
  margin: 0;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

.up-button-style {
  font-size: 40px;
  color: #fff ;
  background: #02337e;
  outline: none;
  border: none;
  border-radius: 50% 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #02337e;
}

@media (max-width: 641px) {
  .scroll {
    right: 5px;
  }
}

.map-container {
  overflow: hidden;
  max-width: 1200px;
  margin: 5px auto 10px;
  border-radius: 5px;
}

.google-maps {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
  border: none !important;
  outline: none !important;
}

@media (max-width: 768px) {
  .google-maps {
    padding-bottom: 75%;
  }
}

@media (max-width: 536px) {
  .google-maps {
    padding-bottom: 100%;
  }
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer {
  background: #02337e;
  color: #fff;
  line-height: 170%;
  padding-bottom: 25px;
}

@media (max-width: 810px) {
  .footer {
    padding-bottom: 45px;
    width: 100%;
  }
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto 0;
  padding-top: 25px;
}

.footer a, .footer .link-color a {
  color: rgba(255,255,255,1);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer a:hover, .footer .link-color a:hover {
  color: rgba(46,130,253,1);
}

.footer a:focus, .footer .link-color a:focus {
  color: rgba(255,255,255,1);
  outline: none;
}

.footer li {
  list-style: none;
  padding: 5px 20px;
}

video {
  cursor: pointer;
  border-radius: 5px !important;
}

@media (max-width: 460px) {
  video {
    cursor: pointer;
    border-radius: 5px 5px 0 0 !important;
  }
}

.br4 {
  border-radius: 5px !important;
}
