.c-box_root {
  padding-top: 30px;
  margin-bottom: 90px;
}

.c-title_module {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 45px 0;
}

#myMap {
  height: 750px;
}

.c-summary {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}

.selectAddress:hover {
  cursor: pointer;
  color: #BE202F !important;
}

.selectAddress:hover .title-address {
  color: #BE202F !important;
}

.btn-register-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  width: 160px;
  height: 44px;
  margin: auto;
  background: #BE202F;
  border-radius: 4px;
}

.c-box_store .c-col_map {
  padding-right: 30px;
}

.c-box_store .c-col_store {
  padding-left: 0;
}

.item1,
.item3,
.item4,
.item0 {
  max-height: 267px;
  overflow: hidden;
  position: relative;
}

.item1 img,
.item3 img,
.item4 img,
.item0 img {
  -webkit-transition: .3s;
  transition: .3s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.item1 .name-central,
.item3 .name-central,
.item4 .name-central,
.item0 .name-central {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.item1:hover,
.item3:hover,
.item4:hover,
.item0:hover {
  box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
}

.item1:hover img,
.item3:hover img,
.item4:hover img,
.item0:hover img {
  -webkit-transition: .3s;
  transition: .3s;
}

.item1:hover .name-central,
.item3:hover .name-central,
.item4:hover .name-central,
.item0:hover .name-central {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.item1:hover::after,
.item3:hover::after,
.item4:hover::after,
.item0:hover::after {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.item1::after,
.item3::after,
.item4::after,
.item0::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: brown;
  top: 0;
  left: 0;
  opacity: 0;
}

.item2 {
  max-height: 544px;
  overflow: hidden;
  position: relative;
}

.item2 img {
  -webkit-transition: .3s;
  transition: .3s;
}

.item2 .name-central {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.item2:hover {
  box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 24px -5px rgba(0, 0, 0, 0.75);
}

.item2:hover img {
  -webkit-transition: .3s;
  transition: .3s;
}

.item2:hover .name-central {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.item2:hover::after {
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.item2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: brown;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-box_selection {
  margin-bottom: 30px;
}

.c-box_selection h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.c-box_selection img {
  margin-right: 20px;
}

.c-box_selection select {
  background: transparent;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #E3DDBB;
}

.c-box_selection .select-aria .select2 {
  width: 100% !important;
}

.c-box_selection .select-aria .select2 .selection .select2-selection {
  background: none;
  border-radius: 0;
  outline: none;
  height: 50px;
  border: 2px solid #E3DDBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box_selection .select-aria .select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 50px;
  font-size: 16px;
  padding: 0 45px 0 18px;
  color: #000;
  width: 100%;
}

.c-box_selection .select-aria .select2 .selection .select2-selection .select2-selection__arrow {
  height: 50px;
  position: relative;
  top: 0;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-box_selection .select-aria .select2 .selection .select2-selection .select2-selection__arrow i {
  font-size: 20px;
  color: #000;
}

.select2-container {
  z-index: 1;
}

.select2-container .select2-dropdown {
  border: 2px solid #E3DDBB;
  border-radius: 0;
  background: #F6F3E4;
}

.select2-container .select2-dropdown .select2-search input {
  line-height: 50px;
  padding: 0 18px;
  outline: none;
  font-size: 16px;
  background: #F6F3E4;
  height: 50px;
  color: #000;
}

.select2-container .select2-dropdown .select2-results ::-webkit-scrollbar {
  display: none;
}

.select2-container .select2-dropdown .select2-results .select2-results__options {
  font-size: 16px;
  color: #000;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--disabled {
  display: none;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  text-transform: capitalize;
  padding: 0 18px;
  line-height: 50px;
  cursor: pointer;
}

.select2-container .select2-dropdown--below {
  border-top: none;
}

.select2-container .select2-dropdown--above {
  border-bottom: none;
}

.select2-container .select2-results__options {
  background: #ffffff;
}

.c-list_map {
  border-top: 1px solid #E3DDBB;
  padding-top: 25px;
}

.c-list_map ::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
  display: block;
}

.c-list_map ::-webkit-scrollbar-track {
  background: rgba(227, 221, 187, 0.4);
  border-radius: 8px;
}

.c-list_map ::-webkit-scrollbar-thumb {
  background: #E3DDBB;
  border-radius: 4px;
  cursor: pointer;
}

.c-list_map .list {
  height: 615px;
  overflow: auto;
  padding-right: 30px;
}

.c-list_map .list .item_map {
  border-top: 1px solid #E3DDBB;
  padding: 25px 0;
}

.c-list_map .list .item_map:first-child {
  border-top: none;
  padding-top: 0;
}

.c-list_map .list .content .title-address {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.c-list_map .list .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
}

.c-list_map .list .content p span {
  width: 16px;
  margin-right: 10px;
  margin-top: 6px;
}

.c-list_map .list .content p a {
  color: #212121;
}

@media (max-width: 960px) {
  .news-central-wrapper {
    width: 100%;
  }
  .central-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .central-box div {
    width: 47%;
  }
  .central-box img {
    width: 100%;
    height: 160px;
  }
  .c-box_store .c-col_map {
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .c-box_store .c-col_store {
    padding-left: 10px;
  }
  .banner {
    height: 260px !important;
  }
}

@media screen and (min-width: 1600px) {
  .banner {
    height: 900px !important;
  }
}
/*# sourceMappingURL=default.css.map */