@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-size: 15px;
  background: white;
  font-family: 'Inter';
  color: black;
}

a {
  text-decoration: none;
}

article {
  font-size: 16px;
  margin-bottom: 30px;
}

article .addthis_inline_share_toolbox {
  margin-top: 20px;
}

article .title {
  font-size: 32px;
  font-family: 'Inter';
  margin: 0;
}

article .header {
  margin-bottom: 25px;
}

article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

.meta {
  margin: 5px 0;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

.meta a {
  color: #666;
}

.meta span {
  margin-right: 10px;
}

.breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #363636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #363636;
  font-size: 15px;
}

.breadcrumb ul li a {
  color: #363636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}

.breadcrumb ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 5px;
}

.breadcrumb ul li a:hover {
  color: #0f1f36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_mobile {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 22px;
  cursor: pointer;
}

.menu_mobile:hover {
  color: #0f1f36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-mobile {
  background: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}

#menu-mobile .form_search {
  margin-top: 30px;
  border: 1px solid #0f1f36;
  border-radius: 5px;
}

#menu-mobile .form_search .input-group-prepend {
  background: #0f1f36;
}

#menu-mobile .form_search .input-group-prepend button {
  background: #0f1f36;
  border: 0;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#menu-mobile .nav_mobile {
  padding: 20px 15px;
}

#menu-mobile .nav_mobile h2 {
  color: #333;
  font-family: 'Inter';
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}

#menu-mobile .nav_mobile h2 img {
  max-height: 50px;
}

#menu-mobile .nav_mobile h2 i {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  color: #0f1f36;
}

#menu-mobile .nav_mobile .search-mb {
  border: 1px solid #e9e9e9;
  padding: 20px 0;
  border-right: none;
  border-left: none;
}

#menu-mobile .nav_mobile .search-mb form {
  position: relative;
}

#menu-mobile .nav_mobile .search-mb form .search {
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 7px 10px;
}

#menu-mobile .nav_mobile .search-mb form .submit {
  position: absolute;
  top: 1px;
  right: 0;
  background: #0f1f36;
  padding: 12px 10px;
  border: none;
  color: white;
}

#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}

#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}

#menu-mobile .nav_mobile ul li a {
  color: black;
  padding: 10px 0;
  display: inline-block;
}

#menu-mobile .nav_mobile ul li a:hover {
  opacity: 0.8;
}

#menu-mobile .nav_mobile ul li .sub {
  padding: 0;
  max-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

#menu-mobile .nav_mobile ul li .sub li:first-child {
  border-top: 1px solid #e9e9e9;
}

#menu-mobile .nav_mobile ul li .sub li a {
  padding-left: 20px;
  display: inline-block;
}

#menu-mobile .nav_mobile ul li .sub .sub {
  max-height: 0;
  overflow: hidden;
}

#menu-mobile .nav_mobile ul li .sub .sub a {
  padding-left: 40px;
}

#menu-mobile .nav_mobile ul .active a {
  font-family: 'Inter';
}

#menu-mobile .nav_mobile .user-nav-mb {
  padding-bottom: 30px;
}

#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}

#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: #0f1f36;
}

#menu-mobile .nav_mobile .user-nav-mb span a {
  color: black;
}

#menu-mobile .accordion {
  color: #0f1f36;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}

#menu-mobile .accordion:after {
  content: "\f067";
  font-family: fontAwesome;
  color: #0f1f36;
  font-weight: bold;
  margin-left: 5px;
}

#menu-mobile .accordion.active:after {
  content: "\f068";
  font-family: FontAwesome;
}

header {
  background: #000000;
  padding: 5px 0;
}

header .logo {
  text-align: center;
  display: block;
}

header .logo img {
  display: inline-block;
  height: 90px;
  display: inline-block;
}

header .row {
  margin: 0 -10px;
}

header .row [class*="col-"] {
  padding: 0 10px;
}

header .tool {
  float: right;
}

header .search_hd {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  margin-top: 16px;
  float: right;
}

header .search_hd .icon {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  color: white;
}

header .search_hd .form-search {
  position: absolute;
  right: -4px;
  top: 100%;
  width: 300px;
  z-index: 1000;
  background: rgba(167, 141, 97, 0.9);
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.3);
          box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.3);
  margin: 0;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

header .search_hd .form-search .input-group {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

header .search_hd .form-search .input-group:before {
  content: "";
  width: 0;
  height: 0px;
  border-left: 5px solid transparent;
  border-bottom: 9px solid rgba(167, 141, 97, 0.9);
  border-right: 5px solid transparent;
  right: -5px;
  z-index: 999;
  position: absolute;
  top: -29px;
}

header .search_hd .form-search input {
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  padding: 5px 0;
  color: white;
  background: none;
}

header .search_hd .form-search input::-webkit-input-placeholder {
  color: #fff;
}

header .search_hd .form-search input:-ms-input-placeholder {
  color: #fff;
}

header .search_hd .form-search input::-ms-input-placeholder {
  color: #fff;
}

header .search_hd .form-search input::placeholder {
  color: #fff;
}

header .search_hd .form-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .search_hd .form-search i {
  position: absolute;
  right: 0;
  top: 50%;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
  cursor: pointer;
  z-index: 9999;
}

header ul {
  text-align: center;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header ul .fa.fa-caret-down {
  float: right;
  display: none;
  padding-left: 5px;
  margin-top: 3px;
  line-height: 18px;
}

header ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
}

header ul li:last-child a {
  padding-right: 0;
}

header ul li a {
  position: relative;
  text-decoration: none;
  padding: 30px  15px;
  display: block;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header ul li a i {
  margin-left: 5px;
  line-height: 22px;
}

header ul li:hover a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}

header ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header ul li .sub-menu {
  position: absolute;
  padding: 0;
  width: 200px;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: white;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(128, 128, 128, 0.3);
          box-shadow: 0px 5px 11px 0px rgba(128, 128, 128, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header ul li .sub-menu li {
  list-style: none;
  padding: 0px !important;
  position: relative;
  margin: 0;
  display: block;
  border: 0px !important;
}

header ul li .sub-menu li a {
  font-size: 14px;
  height: auto;
  display: block;
  width: 100%;
  line-height: 30px;
  text-transform: none;
  margin: 0;
  color: black;
  padding: 5px 10px !important;
}

.slider {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f8f8f8;
}

.slider .row {
  margin: 0px;
}

.slider .row [class*="col-"] {
  padding: 0px;
}

.slider .owl-nav {
  margin: 0;
}

.slider .menu_slider {
  padding: 15px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

.slider ul {
  padding: 0;
  margin: 0;
}

.slider ul li {
  list-style: none;
}

.slider ul li a {
  color: black;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

.slider .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.slider .owl-theme .item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #a78d61;
  border-radius: 50%;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a78d61;
  border-radius: 50%;
}

.slider:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0f1f36 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #a78d61;
  background-color: white !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}

.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0f1f36 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #a78d61;
  border-radius: 5px !important;
  background-color: white !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 2px !important;
}

.home_product {
  padding: 50px 0;
  padding-bottom: 0;
}

.home_product .title {
  margin-bottom: 40px;
}

.home_product .title h2 {
  text-align: center;
  color: #8f856b;
  font-weight: bold;
  font-size: 40px;
}

.home_product .title .line {
  display: block !important;
  width: 100%;
  height: 25px;
  background: url(../images/line.png) center center no-repeat;
  opacity: 1;
  background-size: 150px;
}

.home_product .row {
  margin: 0 -10px;
}

.home_product .row .col {
  padding: 0 10px;
}

.home_product .item {
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-radius: 5px;
  color: black;
  position: relative;
  display: block;
}

.home_product .item img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home_product .item h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  text-transform: uppercase;
}

.news_widget {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-widget-header {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Inter';
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-widget-header a {
  font-size: 18px;
  color: #0f1f36;
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-chart {
  margin-bottom: 30px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-sjc {
  margin-bottom: 30px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-xauusd {
  margin-bottom: 30px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-exchange {
  margin-bottom: 30px;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

#gia-vang-viet-nam .GiaVangVietNam-Shared-Widget-copyright {
  display: none;
}

.thietke {
  padding: 50px 0;
}

.thietke h2 {
  font-weight: bold;
  color: #8f856b;
  margin: 30px 0;
  text-align: center;
}

.thietke p {
  font-size: 16px;
  text-align: center;
}

.combo {
  padding: 25px;
  margin-bottom: 40px;
}

.combo .items {
  background-color: #2d2b26;
  padding: 40px;
}

.combo .title {
  border: 0;
  margin-bottom: 40px;
}

.combo .title h2 {
  color: #8f856b;
}

.combo .more {
  color: black;
  border-color: black;
}

.combo .item {
  background-color: transparent;
  border-radius: 0;
}

.combo .item .thumb {
  height: 230px;
}

.combo .item .thumb img {
  border: 0;
  border-radius: 0;
}

.combo .item .content {
  background-color: transparent;
}

.combo .item .content h3 {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: white;
}

.combo .item .content h3 a {
  color: white;
}

.combo .item .content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: left;
  line-height: 22px;
}

.combo .item .content h4 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
}

.combo .item .content h4 a {
  color: black;
}

.gallery {
  margin-bottom: 40px;
}

.gallery .title {
  border: 0;
  margin-bottom: 40px;
}

.gallery .title h2 {
  color: #8f856b;
  font-size: 40px;
}

.gallery .more {
  color: black;
  border-color: black;
}

.gallery .item {
  background-color: transparent;
  border-radius: 0;
}

.gallery .item .thumb {
  height: 300px;
}

.gallery .item .thumb img {
  border: 0;
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .item .content {
  background-color: transparent;
  padding: 10px 0;
}

.gallery .item .content h3 {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}

.gallery .item .content h3 a {
  color: #333333;
}

.gallery .item .content p {
  color: white;
  font-size: 14px;
}

.gallery .item .content h4 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.gallery .item .content h4 a {
  color: black;
}

.gallery .item .content p {
  color: black;
}

.kols .item .thumb {
  border: 3px solid #a78d61;
  border-radius: 5px;
}

.kols .item .thumb img {
  border-radius: 5px;
}

.kols .item .content h4 {
  font-size: 17px;
  text-transform: none;
  font-weight: bold;
}

.kols .item .content h4 a {
  display: inline-block;
}

.phong {
  padding: 30px 0;
  background-color: #f4f4f4;
}

.phong .title {
  margin-bottom: 40px;
  border: solid 1px #efefef;
}

.phong .title h2 {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 0px solid #ebebeb;
  margin-bottom: 0px;
  background: #a78d61;
  padding: 0 15px;
  line-height: 40px;
  color: white;
}

.phong .title h2::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #a78d61;
  position: absolute;
  left: 0px;
  top: -8px;
}

.phong .title h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #990000;
  position: absolute;
  top: -8px;
  right: -7px;
}

.phong h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.phong img {
  border-radius: 100%;
}

.khuyenmai .item1 {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

.khuyenmai .item1 .thumb {
  overflow: hidden;
  text-align: center;
  display: block;
}

.khuyenmai .item1 .thumb img {
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.khuyenmai .item1 .content {
  padding: 10px 20px;
}

.khuyenmai .item1 .content .date {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  font-style: italic;
}

.khuyenmai .item1 .content .date i {
  color: #a78d61;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  font-size: 18px;
  top: 0px;
  left: 0;
}

.khuyenmai .item1 .content h3 {
  font-size: 17px;
  line-height: 24px;
  margin: 10px 0;
  font-family: 'Inter';
  height: 50px;
  overflow: hidden;
}

.khuyenmai .item1 .content h3 a {
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.khuyenmai .item1 .content h3 a:hover {
  color: #a78d61;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.khuyenmai .item1 .content p {
  font-size: 16px;
  color: #707070;
}

.khuyenmai .item1 .content .cta a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  font-family: 'Inter';
  text-align: center;
  padding: 10px;
  width: 100%;
}

.news_home {
  padding: 30px 0;
}

.news_home .title {
  margin-bottom: 30px;
}

.news_home .title h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Inter';
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  color: #0f1f36;
  font-size: 23px;
}

.news_home .item {
  border-radius: 5px;
  margin-bottom: 30px;
}

.news_home .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: 100%;
  height: 150px;
}

.news_home .item h3 {
  margin: 15px 0;
  font-size: 17px;
  font-family: 'Inter';
  font-weight: bold;
  line-height: 24px;
}

.news_home .item h3 a {
  color: black;
  display: block;
  overflow: hidden;
}

.news_home .item p {
  font-size: 15px;
  margin-top: 10px;
}

.ft_home {
  background: #f8f8f8;
}

.ft {
  background: white;
}

.before_ft {
  padding: 50px 0;
  background: url(../images/map.png);
  background-attachment: fixed;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-color: red;
  background-size: cover;
  position: relative;
}

.before_ft:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  content: "";
  z-index: 0;
}

.before_ft .container {
  position: relative;
}

.before_ft .content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.before_ft p {
  font-size: 18px;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.before_ft p a {
  font-family: 'Inter';
  border: 2px solid #a78d61;
  border-radius: 5px;
  color: black;
  font-size: 13px;
  display: inline-block;
  padding: 10px 30px;
}

.before_ft hr {
  max-width: 400px;
  margin: 50px auto;
}

.before_ft h2 {
  text-transform: uppercase;
  font-family: 'Inter';
  font-weight: 900;
}

footer {
  background-color: #2d2b26;
  padding: 30px 0;
  padding-bottom: 0;
}

footer a {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.7);
}

footer h3 {
  position: relative;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
  color: #8f856b;
  font-family: 'Inter';
  font-weight: 500;
}

footer p {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
}

footer p strong {
  font-family: 'Inter';
}

footer .textwidget {
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.7);
}

footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

footer ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.copy_right {
  padding: 10px 0px;
  background: #2d2b26;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copy_right p {
  margin: 0;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.7);
}

.copy_right p a {
  color: rgba(255, 255, 255, 0.7);
}

.phantrang {
  margin: 20px 0;
  text-align: center;
}

.phantrang ul {
  margin: 0;
  padding: 0;
}

.phantrang ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.phantrang ul li a {
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  color: black;
}

.phantrang ul li span {
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  background: #0f1f36;
  color: white;
}

.hotline_affix {
  position: fixed;
  left: 2%;
  bottom: 5%;
  z-index: 99999;
}

.hotline_affix a {
  background: #dc9928;
  padding: 8px 15px;
  color: white;
  font-weight: 600;
  border-radius: 7px;
  color: #fff;
}

.hotline_affix a:visited {
  color: #fff;
}

.hotline_affix a i {
  font-size: 20px;
  padding-right: 3px;
}

.page-404 {
  background: #f7f7f7;
}

.contact {
  padding: 50px 0;
}

.contact form input, .contact form textarea {
  margin: 10px 0;
  padding: 15px;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  height: auto;
}

.contact form select {
  padding: 15px;
  margin: 10px 0;
  height: auto;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.contact form button {
  margin: 10px 0;
  padding: 10px 20px;
  background: #0f1f36;
  border: 0;
}

.contact h3 {
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-left: 3px solid #a78d61;
  padding-left: 10px;
}

.contact .social {
  padding: 0;
  margin: 10px 0;
}

.contact .social li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.contact .social li:before {
  content: '';
}

.contact .social li a {
  background-color: #0f1f36;
  color: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.contact .info {
  margin: 0;
  padding: 0;
}

.contact .info li {
  list-style: none;
  position: relative;
  padding-left: 50px;
}

.contact .info li i {
  font-size: 30px;
  color: #0f1f36;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
}

.contact .info li a {
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .info li a::before {
  content: '\f101';
  font-family: 'Fontawesome';
  font-weight: 600;
  padding-right: 5px;
}

.contact .info li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 10px;
}

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.bando h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 35px;
  font-size: 32px;
  font-family: 'Inter';
}

.bando .flags {
  position: absolute;
  height: 77px;
  width: 68px;
}

.bando .flags img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.bando .flags:hover {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}

.bando .america-flag {
  top: 50%;
  left: 23.75%;
}

.bando .canada-flag {
  top: 23%;
  left: 23.75%;
}

.bando .germany-flag {
  top: 27%;
  left: 46.55%;
}

.bando .korea-flag {
  top: 32%;
  left: 72.68%;
}

.bando .japan-flag {
  top: 52%;
  left: 75.15%;
}

.bando .singapore-flag {
  top: 52%;
  left: 69.3%;
}

.bando .australia-flag {
  top: 78.5%;
  left: 73.5%;
}

/* responsive */
/* 1199 991 767 480 414 375 360 320 max-width */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0;
  }
  header .logo {
    display: block;
    text-align: center;
  }
  header .logo img {
    display: inline-block;
    height: 60px;
    margin: 7px 0;
  }
  header form {
    margin-top: 0;
    margin-bottom: 15px;
  }
  header form button {
    display: none;
  }
  header .open-nav {
    top: 20px;
    position: absolute;
  }
  header .open-nav i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
  }
  header .cart_mobile {
    margin-top: 20px;
    float: right;
    color: black;
  }
  header .cart_mobile a {
    color: black;
  }
  .home_product {
    padding: 20px 0;
  }
  .home_product .title {
    margin-bottom: 40px;
  }
  .home_product .row {
    margin: 0 -5px;
  }
  .home_product .row [class*="col-"] {
    padding: 0 5px;
  }
  .home_product ul {
    display: block;
  }
  .home_product ul li {
    display: inline-block;
  }
  .home_product .item {
    margin-bottom: 10px;
  }
  .home_product .item .content h3 {
    margin: 0;
    font-size: 15px;
  }
  .combo .title {
    margin-bottom: 40px;
  }
  .combo .title h2 {
    font-size: 28px;
  }
  .combo .container {
    padding: 0;
  }
  .combo .container .item .content {
    padding: 0;
  }
  .combo .container .item .content h3 {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 10px;
  }
  .news_home .title nav {
    margin-top: 20px;
    position: static;
    text-align: center;
  }
  .news_home .title nav a {
    margin-left: 0;
    margin-right: 10px;
    padding: 10px !important;
  }
  #daily .container {
    padding: 0;
  }
  #daily .daily {
    padding: 20px;
  }
  #daily .daily .daily2 {
    padding: 50px 0;
  }
  #daily .daily h2 {
    font-size: 30px;
  }
  #daily .daily p {
    font-size: 18px;
  }
  #daily .daily ul {
    margin-top: 30px;
  }
  #daily .daily ul li {
    margin: 5px 0;
    width: 100%;
  }
  .before_ft {
    text-align: center;
  }
  .before_ft ul {
    margin-bottom: 20px;
  }
  .before_ft img {
    display: inline-block;
    text-align: center !important;
    float: none;
  }
  footer .lg_footer {
    margin-bottom: 20px;
  }
  .related .content .item img {
    height: auto !important;
  }
}

.hot {
  margin-bottom: 20px;
  webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
}

.hot h2 {
  background: #0f1f36;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-family: 'Inter';
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.hot ul {
  padding: 10px 20px;
  background: white;
  margin: 0;
  margin-bottom: 20px;
}

.hot ul li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.hot ul li a {
  color: #333;
}

.hot ul li ul {
  padding: 0px;
  padding-left: 10px;
  margin: 0;
}

.hot ul li ul li {
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}

.hot ul li ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: 'FontAwesome';
  content: '\f105 ';
}

.hot .list {
  padding: 10px 15px;
  background: white;
}

.hot .list .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.hot .list .item a {
  display: block;
  overflow: hidden;
}

.hot .list .item h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.hot .list .item h3 a {
  color: #333;
}

.hot .list .item h3 a:hover {
  color: #a78d61;
}

.hot .list .item .price bdi {
  font-family: 'Inter';
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.hot .list .item .price ins {
  font-family: 'Inter';
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.hot .list .item .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.hot .list .item .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.hot .list .item .row {
  margin: 0 -5px !important;
}

.hot .list .item .row [class*="col-"] {
  padding: 0 5px !important;
}

.cate_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.cate_title h1 {
  font-size: 25px;
  font-family: 'Inter';
  margin-bottom: 10px;
  border-left: 3px solid #a78d61;
  padding-left: 10px;
}

/*news*/
.news .item {
  margin-bottom: 15px;
}

.news .item .thumb {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.news .item .thumb img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .item .thumb h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(10, 101, 59, 0.7);
  margin: 0;
  font-size: 15px;
  font-family: 'Inter';
  line-height: 22px;
}

.news .item .thumb h3 a {
  color: white;
  display: block;
  height: 45px;
  overflow: hidden;
}

/*Sidebar*/
.sidebar .hot {
  margin-bottom: 20px;
}

.sidebar .hot h2 {
  background: #0f1f36;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  padding: 15px 20px;
  font-family: 'Inter';
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.sidebar .hot .list {
  padding: 15px;
  background: white;
}

.sidebar .hot .list .item {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.sidebar .hot .list .item h3 {
  font-size: 15px;
}

.sidebar .hot .list .item h3 a {
  color: #333;
}

.sidebar .hot .list .item h3 a:hover {
  color: #a78d61;
}

.sidebar .hot .list .item .price bdi {
  font-family: 'Inter';
  color: black;
  text-decoration: none;
}

.sidebar .hot .list .item .price del {
  font-size: 14px;
}

.sidebar .hot .list .item .row {
  margin: 0 -5px;
}

.sidebar .hot .list .item .row [class*="col-"] {
  padding: 0 5px;
}

.related {
  margin-bottom: 20px;
}

.related .row {
  margin: 0 -10px;
}

.related [class*="col-"] {
  padding: 0 10px;
}

.related h2 {
  font-size: 20px;
  margin-top: 0;
  position: relative;
  line-height: 30px;
  font-family: 'Inter';
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid #a78d61;
  padding-left: 10px;
}

.related .content .item {
  margin-bottom: 20px;
}

.related .content .item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
}

.related .content h4 {
  font-size: 16px;
  font-weight: 600;
}

.related .content h4 a {
  color: black;
}

.product .category .cate_title h1 {
  font-size: 18px;
  font-family: 'Inter';
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  border-left: 3px solid #a78d61;
  padding-left: 10px;
}

.product .category .cate_number {
  margin-bottom: 30px;
}

.product .category .cate_number .pro_main button {
  cursor: pointer;
  border: 1px #0f1f36 solid;
  color: #0f1f36;
  border: 0px;
  padding: 5px 7px 5px 0px;
}

.product .category .cate_number .pro_main button i {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 3px;
}

.product .category .cate_number .pro_main .active {
  background: none;
  color: #0f1f36;
}

.product .category .cate_number .sapxep {
  float: right;
}

.product .category .cate_number .sapxep label {
  display: inline;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
}

.product .category .cate_number .sapxep form {
  display: inline;
}

.product .category .cate_number .sapxep form select {
  width: 240px;
  border-radius: 0px;
  border: 0px;
  margin-left: 10px;
  font-size: 16px;
  height: 32px;
  padding-left: 5px;
}

.product .category .cate_product .row {
  margin: 0 -5px;
}

.product .category .cate_product .row [class*="col-"] {
  padding: 0 5px;
}

.product .category .cate_product .item {
  margin-bottom: 20px;
}

.product .category .cate_product .item .thumb {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}

.product .category .cate_product .item .thumb img {
  height: 240px;
  width: auto;
  text-align: center;
  display: inline-block;
}

.product .category .cate_product .item .pro_title {
  text-align: center;
}

.product .category .cate_product .item .pro_title h3 {
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
}

.product .category .cate_product .item .pro_title h3 a {
  color: #363636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product .category .cate_product .item .pro_title h3 a:hover {
  color: #0f1f36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product .category .cate_product .item .pro_title .price bdi {
  color: black;
  display: inline-block;
  margin-right: 10px;
  font-family: 'Inter';
}

.product .category .cate_product .item .pro_title .price del {
  text-decoration: line-through;
  color: #666;
  line-height: 12px;
}

.product .category .list {
  padding: 30px;
}

.product .category .list .list_width {
  width: 100%;
}

.product .category .list .pro_form {
  display: none;
}

.product .category .list .pro_form_list .bt_cart {
  float: left;
  background: #0f1f36 !important;
  color: white !important;
  min-width: 120px;
  border: 0px;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.product .category .list .pro_form_list .bt_link {
  float: left;
  min-width: 120px;
  background: #0f1f36;
  color: #0f1f36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0px;
  text-shadow: none;
  border-radius: 50px;
  transition: all 0.3s;
}

.product .category .list .pro_form_list .bt_link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  background: #0f1f36;
}

.product .category .list .pro_thumb {
  width: 33.33%;
  float: left;
}

.product .category .list .pro_thumb img {
  width: 100%;
}

.product .category .list .pro_text {
  text-align: left;
  display: table-cell;
  padding-left: 15px;
  width: 66%;
}

.product .category .list .pro_text h3 {
  padding: 0 !important;
}

.product .category .list .pro_text h3 a {
  font-size: 24px !important;
  line-height: 20px !important;
}

.product .category .list .pro_text p {
  font-size: 14px;
  line-height: 24px;
  color: #636363;
  margin: 15px 0px;
  margin-bottom: 30px;
}

.test_carou img {
  width: 100%;
}

.test_carou #sync1 .item_icon .fa-quote-left {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 35px;
}

.test_carou #sync1 h3 {
  font-family: 'Inter';
  color: #434343;
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: capitalize;
}

.test_carou #sync1 h3 span {
  color: #a78d61;
}

.test_carou #sync1 p {
  color: #999999;
  width: 52%;
  margin: 0 auto 20px;
}

.test_carou #sync1 .item {
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

.test_carou #sync2 {
  margin: 0;
}

.test_carou #sync2 .current .text_thub {
  border: 3px solid #a78d61 !important;
  display: inline-block;
}

.test_carou #sync2 .item {
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
}

.test_carou #sync2 .item .text_thub {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  display: inline-block;
  height: 70px;
  text-align: center;
  border: 3px solid #d7d7d7;
}

.test_carou #sync2 .item .text_thub img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.test_carou #sync2 .owl-nav {
  display: none;
}

.test_carou .owl-dots {
  display: none;
}

.test_carou .owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.test_carou .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.test_carou #sync1.owl-theme {
  position: relative;
}

.test_carou #sync1.owl-theme .owl-next,
.test_carou #sync1.owl-theme .owl-prev {
  margin-top: -20px;
  position: absolute;
  color: #FF7F24;
  background: none !important;
  top: 50%;
  width: 20px;
  height: 33px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.test_carou #sync1.owl-theme .owl-prev {
  left: 10px;
}

.test_carou #sync1.owl-theme .owl-next {
  right: 10px;
}

.info h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Inter';
}

.info ul {
  margin: 0;
  padding: 0;
}

.info ul li {
  list-style: none;
  margin: 5px;
}

.info .heading {
  font-family: 'Inter';
  color: #0f1f36;
  font-size: 16px;
  margin: 15px 0;
}

.info .price {
  text-align: left;
}

.info .qty {
  width: 100px;
  float: left;
  margin-right: 20px;
  padding: 7px;
}

.info .btn {
  background: #0f1f36;
  color: white;
  display: block;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 20px;
  border-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
  padding: 10px 0;
  background-color: #f5f6fa;
  color: #666;
  font-family: 'Inter';
  font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
  font-family: 'Inter';
  font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb i {
  margin: 0 5px;
  display: inline-block;
}

.woocommerce #ecommerce .row {
  margin: 0 -10px;
}

.woocommerce #ecommerce .row [class*="col-"] {
  padding: 0 10px;
}

.woocommerce span.onsale {
  top: 15px;
  left: auto;
  right: 15px;
  border-radius: 5px;
  padding: 0px 5px;
  height: auto;
  font-size: 10px;
  min-height: auto;
  line-height: 20px;
  background: #0f1f36;
}

.woocommerce .product_item {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce .product_item:hover {
  border: 1px solid #0f1f36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce .product_item .thumb {
  overflow: hidden;
  text-align: center;
  display: block;
}

.woocommerce .product_item .thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  text-align: center;
  display: inline-block;
}

.woocommerce .product_item .title {
  text-align: center;
  padding: 10px;
}

.woocommerce .product_item .title h3 {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Inter';
  overflow: hidden;
}

.woocommerce .product_item .title h3 a {
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce .product_item .title h3 a:hover {
  color: #a78d61;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce .product_item .title .price {
  margin-bottom: 10px;
}

.woocommerce .product_item .title .price bdi {
  font-family: 'Inter';
  color: #a78d61;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .product_item .title .price ins {
  font-family: 'Inter';
  color: #a78d61;
  text-decoration: none;
  font-size: 14px;
}

.woocommerce .product_item .title .price del {
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.woocommerce .product_item .title .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.woocommerce .product_item .title .btn-success {
  border: 0;
  background: #a78d61;
  color: white;
  font-size: 13px;
}

.woocommerce .product_item .title .btn-info {
  border: 1px solid #a78d61;
  background: white;
  color: #a78d61;
  margin-right: 10px;
  font-size: 13px;
}

.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px;
}

.woocommerce .woocommerce-result-count {
  margin: 10px 0;
}

.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}

.woocommerce .woocommerce-pagination .page-numbers {
  border: 0;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #a78d61;
}

.woocommerce .woocommerce-pagination .page-numbers li span.current {
  width: 100%;
  height: 100%;
  background: #a78d61;
  color: white;
  display: block;
  padding-top: 10px;
  font-family: 'Inter';
}

.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #333;
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 10px;
}

.woocommerce .checkout h3 {
  margin-top: 10px;
  text-transform: uppercase;
}

.woocommerce .checkout p {
  margin: 0;
}

.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-family: 'Inter';
}

.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .checkout .woocommerce-input-wrapper input {
  width: 100%;
  padding: 8px;
}

.woocommerce .checkout .woocommerce-input-wrapper textarea {
  padding: 10px;
}

.woocommerce .lSSlideOuter {
  margin-bottom: 20px;
}

.woocommerce .lSSlideOuter #imageGallery {
  margin-bottom: 5px;
}

.woocommerce .lSSlideOuter #imageGallery img {
  max-width: 100% !important;
}

.woocommerce .image {
  margin-bottom: 20px;
}

.woocommerce .summary h1 {
  font-size: 25px;
  font-family: 'Inter';
  color: #0f1f36;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.woocommerce .summary .product_meta {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

.woocommerce .summary .woocommerce-product-details__short-description {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 0;
  border-radius: 5px;
}

.woocommerce .summary .woocommerce-product-details__short-description ul {
  margin: 0px 0;
  padding-left: 20px;
}

.woocommerce .summary .woocommerce-product-details__short-description ul li {
  margin: 5px 0;
}

.woocommerce .summary .price {
  margin-bottom: 10px;
}

.woocommerce .summary .price bdi {
  font-family: 'Inter';
  color: #a78d61;
  text-decoration: none;
  font-size: 25px;
}

.woocommerce .summary .price ins {
  font-family: 'Inter';
  color: #a78d61;
  text-decoration: none;
  font-size: 25px;
}

.woocommerce .summary .price del {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.woocommerce .summary .price del bdi {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.woocommerce .summary .quantity input {
  padding: 7px 10px;
  width: 80px;
  font-family: 'Inter';
}

.woocommerce .summary form.cart {
  margin-top: 20px;
}

.woocommerce .summary .single_add_to_cart_button {
  padding: 12px 20px;
  background: #a78d61 !important;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase;
}

.woocommerce .mota {
  padding: 20px 0;
}

.woocommerce .mota .title {
  font-size: 25px;
  font-family: 'Inter';
}

.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-family: 'Inter';
}

.woocommerce .woocommerce-tabs {
  margin-top: 20px;
}

.woocommerce table.shop_table {
  display: table;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #0f1f36;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #a78d61;
}

.woocommerce form label {
  display: block;
  margin: 10px 0;
  font-family: 'Inter';
}

.woocommerce form input {
  width: 100%;
  padding: 10px;
}

.woocommerce form .comment-form-cookies-consent input {
  width: auto;
}

.woocommerce form .comment-form-cookies-consent label {
  display: inline-block;
}

.woocommerce form .form-submit input {
  width: auto;
  background: #0f1f36 !important;
  color: white !important;
  border: 0 !important;
  padding: 10px 20px !important;
}

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: 10px;
  bottom: -20px;
  -webkit-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}

.phone_center .alo-phone.alo-show {
  visibility: visible;
}

.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}

.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}

.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}

.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #e89803;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: #e89803;
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 020px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 40px;
}

.phone_center .alo-ph-text {
  background-color: #e89803;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: .875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}

.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}

.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #e89803;
}

.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}

.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #e89803;
}

.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}

.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}

.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}

.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}

.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}

.phone_center .panel-title i {
  margin-right: 10px;
}

.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}

@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.partner {
  padding: 20px 0;
}

.partner h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.partner h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 2px;
  width: 50px;
  background: #0f1f36;
}

.partner .item {
  padding: 10px;
  border: 1px solid #eaeaea;
}

.partner .item img {
  height: 80px;
}

.partner .owl-nav {
  margin: 0;
}

.partner .owl-dots {
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.partner .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #a78d61;
  border-radius: 50%;
}

.partner .owl-theme .owl-dots .owl-dot.active span,
.partner .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a78d61;
  border-radius: 50%;
}

.partner:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.partner:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.partner .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a78d61 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #a78d61;
  background-color: transparent !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.partner .owl-prev:hover {
  background-color: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.partner .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a78d61 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #a78d61;
  border-radius: 50% !important;
  background-color: transparent !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.partner .owl-next:hover {
  background-color: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image.attachment-medium {
  margin: 15px 0;
}

.main_page {
  background: #f8f8f8;
}

.main_page article {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}
/*# sourceMappingURL=style.css.map */