@import url("https://use.typekit.net/cqd7zrb.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body,
input,
button,
select,
textarea,
a {
  font: 400 14px;
  color: #222;
}

a {
  text-decoration: none !important;
}

html,
body,
#root {
  height: 100%;
}

ul,
ol {
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

td {
  vertical-align: middle;
}

.container {
  max-width: 1140px !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.modal-backdrop {
  background-color: #406865;
}

body {
  font-family: century-gothic, sans-serif;
  background: #58595b;
}

.title-sec span {
  font-size: 14px;
  letter-spacing: 3px;
}

.title-sec h3 {
  font-size: 32px;
  margin-bottom: 0;
}

.title-sec.light-title-sec span {
  color: #b4b4b3;
}

.title-sec.light-title-sec h3 {
  color: #fff;
}

.title-sec.light-title-sec h4 {
  color: #fff;
}

.title-sec.dark-title-sec span {
  color: #c2c2c2;
}

.title-sec.dark-title-sec h3 {
  color: #4d4b47;
}

.title-sec.dark-title-sec h4 {
  color: #dbdbdb;
}

.header .navbar .navbar-nav .nav-item .nav-link, .footer-body .navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  letter-spacing: 1px;
}

.header .dropdown-item.active, .dropdown-item:active {
  background-color: #406865 !important;
}

.header,
.footer-body {
  background: #414143;
}

.header .navbar,
.footer-body .navbar {
  padding: 0;
}

.header .navbar .navbar-brand,
.footer-body .navbar .navbar-brand {
  padding: 15px;
}

.header .navbar .navbar-brand img,
.footer-body .navbar .navbar-brand img {
  max-height: 72px;
}

.header .navbar .navbar-nav .nav-item .nav-link,
.footer-body .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 30px 15px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover,
.footer-body .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b4b4b3;
}

.header .navbar .navbar-nav .nav-search,
.footer-body .navbar .navbar-nav .nav-search {
  background: #fff;
}

.header .navbar .navbar-nav .nav-search .nav-link,
.footer-body .navbar .navbar-nav .nav-search .nav-link {
  color: #58595b;
  padding: 30px !important;
}

.header .navbar .nav-lang .nav-item .nav-link,
.footer-body .navbar .nav-lang .nav-item .nav-link {
  padding: 30px 14px !important;
}

@media screen and (max-width: 768px) {
  .nav-lang {
    flex-direction: row;
  }
}

.banner .swiper-button-prev, .banner .swiper-button-next {
  color: #b4b4b3;
}

.banner .swiper-pagination-bullet-active {
  background: #b4b4b3;
}

.banner .banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 60vh;
  width: 100%;
}

.banner .banner-text {
  width: 100%;
  height: 100%;
  padding: 50px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.banner .banner-text span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.banner .banner-text h3 {
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.boxes .box-item {
  padding: 0;
  height: 400px;
  overflow: hidden;
}

.boxes .box-item .box-text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(49, 70, 68, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(49, 70, 68, 0.7) 100%);
  text-decoration: none;
}

.boxes .box-item .box-text span {
  font-size: 32px;
  font-family: 'Playfair Display', serif;
}

.boxes .box-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.boxes .box-item:hover img {
  height: 110%;
}

.home-about {
  padding: 150px 0 100px;
  position: relative;
}

.home-about h3 {
  color: #fff;
  font-size: 32px;
}

.home-about p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  color: #b4b4b3;
}

.home-about .l-voq {
  position: absolute;
  bottom: -200px;
  left: -60px;
  font-size: 320px;
  color: #fff;
  opacity: .1;
  letter-spacing: 100px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-voq {
    font-size: 48px !important;
    bottom: -30px !important;
    left: 30px !important;
  }
}

.home-prd {
  background: #414143;
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 100px 0;
  text-align: center;
}

.home-prd .home-prd-cat {
  margin-top: 40px;
}

.home-prd .home-prd-cat a {
  font-size: 16px;
  margin: 0 10px;
  padding: 10px 5px;
  color: #b4b4b3;
}

.home-prd .home-prd-cat a.active {
  color: #fff;
  border-bottom: 3px solid #b4b4b3;
}

.home-prd .container {
  color: #fff;
}

.home-prd .prd-swiper {
  padding-bottom: 40px;
  margin-top: 40px;
}

.home-prd .prd-swiper a {
  padding: 20px 0;
  background: #fff;
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

.home-prd .prd-swiper a img {
  height: 215px;
  object-fit: contain;
}

.home-prd .prd-swiper a:hover .prd-swiper-item-title {
  bottom: 0;
}

.home-prd .prd-swiper a .prd-swiper-item-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  bottom: -50px;
  height: 50px;
  width: 100%;
  background: rgba(64, 104, 101, 0.8);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.home-prd .prd-swiper a .prd-swiper-item-title span {
  font-size: 14px;
  color: #fff;
}

.home-prd .swiper-scrollbar {
  width: 100% !important;
  left: 0 !important;
  background: #406865;
}

.home-prd .swiper-scrollbar .swiper-scrollbar-drag {
  background: #b4b4b3;
  border-radius: 0 !important;
}

.home-prd-cards .home-prd-cards-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-prd-cards .home-prd-cards-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.home-prd-cards .home-prd-cards-item:nth-child(odd) a::before {
  right: 0;
  left: unset !important;
}

.home-prd-cards .home-prd-cards-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 130px;
}

.home-prd-cards .home-prd-cards-item .text .text-sec {
  padding: 20px 0;
}

.home-prd-cards .home-prd-cards-item .text .text-sec p {
  font-size: 12px;
  color: #b4b4b3;
}

.home-prd-cards .home-prd-cards-item .text .text-sec a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.home-prd-cards .home-prd-cards-item .text .text-sec a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 30px;
  height: 3px;
  background: #b4b4b3;
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.home-prd-cards .home-prd-cards-item .text .text-sec a:hover::before {
  width: 100%;
}

.home-prd-cards .home-prd-cards-item .image {
  padding: 0;
}

.home-prd-cards .home-prd-cards-item .image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home-prd-cards .home-prd-cards-item:nth-child(odd) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: left;
  }
  .home-prd-cards .home-prd-cards-item:nth-child(odd) a::before {
    right: 0 !important;
    left: 0 !important;
  }
  .home-prd-cards .home-prd-cards-item .text {
    padding: 50px;
  }
}

.home-cert {
  background: #b4b4b3;
  padding: 50px;
  padding-bottom: 0;
}

.home-cert .home-cert-text span {
  font-size: 60px;
  color: #fff;
  letter-spacing: 10px;
  opacity: .4;
}

.home-cert .home-cert-text h3 {
  font-size: 32px;
  font-weight: bolder;
  color: #fff;
}

.home-cert .home-cert-text p {
  font-size: 24px;
  color: #fff;
}

.home-news {
  padding: 100px 0;
  background: #fff;
}

.home-news .home-news-item {
  margin-bottom: 20px;
}

.home-news .home-news-item .date {
  border: 1px solid #b4b4b3;
  border-radius: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 100px;
  overflow: hidden;
  color: #b4b4b3;
}

.home-news .home-news-item .news-body h3 {
  font-size: 24px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #414143;
  font-weight: lighter;
}

.home-news .home-news-item .news-body p {
  font-size: 14px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #b4b4b3;
}

.home-news .home-news-item:hover .date {
  border: 1px solid #414143;
  color: #414143;
}

.home-news .home-news-item .date img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.home-news .home-news-item:hover .date img {
  top: 100%;
}

.home-news .news-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #414143;
  position: relative;
}

.home-news .news-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 30px;
  height: 3px;
  background: #b4b4b3;
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.home-news .news-btn:hover::before {
  width: 100%;
}

.footer .footer-top .footer-top-item {
  padding: 20px;
  margin: 20px;
}

.footer .footer-top .footer-top-item img {
  margin-right: 20px;
  height: 40px;
}

.footer .footer-top .footer-top-item span {
  font-size: 14px;
  color: #b4b4b3;
}

.footer .footer-body {
  background: #414143;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.footer .footer-body .copyright {
  font-size: 14px;
  color: #b4b4b3;
}

.footer .footer-body .footer-subs {
  position: relative;
}

.footer .footer-body .footer-subs label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b4b4b3;
}

.footer .footer-body .footer-subs .form-control {
  background: transparent !important;
  border: none;
  border-bottom: 5px solid #fff;
  border-radius: 0;
  padding: 1.4em 0;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .footer-body .footer-subs .form-control::-webkit-input-placeholder {
  color: #fff;
}

.footer .footer-body .footer-subs .form-control:-ms-input-placeholder {
  color: #fff;
}

.footer .footer-body .footer-subs .form-control::-ms-input-placeholder {
  color: #fff;
}

.footer .footer-body .footer-subs .form-control::placeholder {
  color: #fff;
}

.footer .footer-body .footer-subs .btn-subs {
  position: absolute;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 10%;
  color: #fff;
}

.footer .footer-body .footer-subs .btn-subs i {
  font-size: 18px;
}

.footer .footer-body .footer-menu h3 {
  font-size: 16px;
  color: #fff;
  height: 2.4em;
}

.footer .footer-body .footer-menu ul {
  list-style: none;
  padding-left: 0;
}

.footer .footer-body .footer-menu ul li {
  padding-left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
/* 
.footer .footer-body .footer-menu ul li:hover {
  padding-left: 5px;
} */

.footer .footer-body .footer-menu ul li:hover a {
  color: #fff;
}

.footer .footer-body .footer-menu ul li a {
  font-size: 12px;
  color: #b4b4b3;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header-social a {
  font-size: 14px;
  padding: 10px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header-social a i {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header-social a:nth-last-child(1) {
  margin-right: 0;
}

.header-social a:hover {
  background: #fff;
}

.header-social a:hover .fa-facebook {
  color: #3b5998;
}

.header-social a:hover .fa-twitter {
  color: #1DA1F2;
}

.header-social a:hover .fa-instagram {
  color: #c13584;
}

.header-social a:hover .fa-youtube {
  color: #FF0000;
}

.footer .footer-body .footer-social a {
  font-size: 18px;
  color: #406865;
  width: 50px;
  height: 50px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 15px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
}



.footer .footer-bottom {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.footer .footer-bottom a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-bottom a img {
  height: 30px;
  margin-right: 15px;
}

.footer .footer-bottom a span {
  font-size: 12px;
  color: #b4b4b3;
}

.master-inner {
  background: #58595b;
}

.master-inner .breadcrumb {
  background: transparent;
  margin: 20px 0;
}

.master-inner .breadcrumb li {
  font-size: 12px;
  color: #b4b4b3 !important;
  text-transform: uppercase;
}

.master-inner .breadcrumb li a {
  color: #fff !important;
}

.master-inner .breadcrumb li i {
  color: #fff !important;
}

.master-inner .master-content {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
}

.master-inner .master-content.master-content-prd {
  background: #414143 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-text p {
  color: #b4b4b3;
}

    .master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item {
        position: relative;
        border: 3px solid #406865;
        border-radius: 5px;
        padding: 10px 10px 10px 45px;
        overflow: hidden;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: default;
    }

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-design-collection {
  border: 3px solid #4a6b74 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-design-collection::before {
  background: #4a6b74 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-luxury-collection {
  border: 3px solid #093742 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-luxury-collection::before {
  background: #093742 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-line-collection {
  border: 3px solid #8ea396 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item-line-collection::before {
  background: #8ea396 !important;
}

.home-prd #k_1001 .prd-swiper a .prd-swiper-item-title {
  background: #093742 !important;
}

.home-prd #k_1002 .prd-swiper a .prd-swiper-item-title {
  background: #4a6b74 !important;
}

.home-prd #k_1003 .prd-swiper a .prd-swiper-item-title {
  background: #8ea396 !important;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: -50px;
  top: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #406865;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item:hover::before {
  left: -45px;
  top: -45px;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item span {
  color: #fff;
  display: block;
  font-size: 12px;
}

.master-inner .master-content.master-content-prd .prd-detail-opt .prd-detail-opt-item i {
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  color: #d4cbb8;
}

.master-inner .master-content.master-content-prd .prd-detail-img-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}

.master-inner .master-content.master-content-prd .prd-detail-img-cont .prd-detail-img-opt {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 10px;
  height: 100%;
  width: 90px;
  font-size: 14px;
  color: #406865;
  display: flex;
  align-items: center;
}

.master-inner .master-content.master-content-prd .prd-detail-img-cont::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 100%;
  background: #fff;
}

.master-inner .master-content.master-content-prd .prd-detail-img-cont img {
  max-height: 600px;
  margin-left: auto;
}

.master-inner .master-content .about-us-left span {
  font-size: 32px;
  color: #d2d2d2;
}

.master-inner .master-content .about-us-left h3 {
  font-size: 42px;
  letter-spacing: 10px;
}

.master-inner .master-content .about-us-left h4 {
  font-size: 30px;
  color: #6a6a6a;
  margin-top: 20px;
}

.master-inner .master-content p,
.master-inner .master-content li {
  font-size: 14px;
  color: #58595b;
}

.master-inner .master-content p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-left span {
  max-width: 100%;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-left span:nth-child(1) {
  text-align: left;
  font-size: 42px;
  color: #b4b4b3;
  /* line-height: 32px; */
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-left span:nth-child(2) {
  font-size: 46px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-left span:nth-child(3) {
  font-size: 48px;
  color: #5d817d;
  text-align: right;
  line-height: 62px;
  font-weight: bolder;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right {
  position: relative;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 100%;
  background: #fff;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item {
  border-right: 1px solid #ddd;
  padding: 100px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item:nth-last-child(1) {
  border-right: 0;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item img {
  max-height: 200px;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item h3 {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  transition: .3s ease;
}

.master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item:hover h3 {
  color: #406865;
}

.master-inner .master-content.prd-module-cont {
  background: #ebebeb;
}

.master-inner .master-content.prd-module-cont .prd-module-item {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.master-inner .master-content.prd-module-cont .prd-module-item img {
  height: 150px;
  object-fit: contain;
}

.master-inner .master-content.prd-module-cont .prd-module-item h3 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 15px 0;
  color: #414143;
  height: 3.5em;
}

.master-inner .master-content.prd-module-cont .prd-module-item .id-btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #b4b4b3;
  padding: 10px;
  text-align: center;
  border: 0.5px solid #b4b4b3;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.master-inner .master-content.prd-module-cont .prd-module-item:hover .id-btn {
  background: #b4b4b3;
  color: #fff;
}

.master-inner .master-content.master-content-prd-cat {
  background: #58595b;
}

.master-inner .master-content.master-content-prd-cat p {
  color: #b4b4b3;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .master-inner .master-content.master-content-prd-cat p {
    text-align: center !important;
    margin-top: 20px;
  }
}

.master-inner .master-content.master-content-prd-cat .master-content-prd-item {
  margin: 20px 40px;
}

.master-inner .master-content.master-content-prd-cat .master-content-prd-item img {
  height: 40px;
  margin-right: 10px;
}

.master-inner .master-content.master-content-prd-cat .master-content-prd-item span {
  font-size: 18px;
  color: #fff;
}

.master-inner .master-content .contact-cont .contact-item img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.master-inner .master-content .contact-cont .contact-item span {
  font-size: 14px;
  text-transform: uppercase;
  color: #414143;
}

.master-inner .master-content .contact-form .form-row .form-control {
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin: 5px 0;
  padding: 2em 1em;
}

.master-inner .master-content .contact-form .form-row .form-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #414143;
  position: relative;
  height: 20px;
}

.master-inner .master-content .contact-form .form-row .form-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 30px;
  height: 3px;
  background: #b4b4b3;
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.master-inner .master-content .contact-form .form-row .form-btn:hover::before {
  width: 100%;
}

.prd-cat-cont .prd-cat-item {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.prd-cat-cont .prd-cat-item .prd-cat-bg {
  position: absolute;
  width: 1400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: 0;
  left: 0;
}

.prd-cat-cont .prd-cat-item .prd-cat-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #414143;
}

.prd-cat-cont .prd-cat-item:hover .prd-cat-bg {
  top: 0;
}

.prd-cat-cont .prd-cat-item:hover .prd-cat-item-text * {
  color: #fff !important;
}

.prd-cat-cont .prd-cat-item:hover .prd-cat-item-btn {
  background: #fff;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-text {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-text h4 {
  font-size: 24px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #d6d6d6;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-text span {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-text h3 {
  font-size: 36px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-btn {
  z-index: 2;
  position: relative;
  width: 65px;
  height: 65px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #b4b4b3;
  border-radius: 100px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.prd-cat-cont .prd-cat-item .prd-cat-item-btn i {
  color: #414143;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.prd-list-cont {
  padding-bottom: 50px;
}

.prd-list-cont .prd-list-item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.prd-list-cont .prd-list-item:nth-child(1), .prd-list-cont .prd-list-item:nth-child(2), .prd-list-cont .prd-list-item:nth-child(3), .prd-list-cont .prd-list-item:nth-child(4) {
  border-top: 1px solid #ddd;
}

.prd-list-cont .prd-list-item:nth-child(4n-3):before {
  content: '';
  position: absolute;
  left: -100%;
  top: -1px;
  width: 100%;
  heighT: 1px;
  background-color: #ddd;
}

.prd-list-cont .prd-list-item:nth-child(4n-3):after {
  content: '';
  position: absolute;
  left: -100%;
  bottom: -1px;
  width: 100%;
  heighT: 1px;
  background-color: #ddd;
}

.prd-list-cont .prd-list-item:nth-child(4n+4):before {
  content: '';
  position: absolute;
  right: -100%;
  top: -1px;
  width: 100%;
  heighT: 1px;
  background-color: #ddd;
}

.prd-list-cont .prd-list-item:nth-child(4n+4):after {
  content: '';
  position: absolute;
  right: -100%;
  bottom: -1px;
  width: 100%;
  heighT: 1px;
  background-color: #ddd;
}

.prd-list-cont .prd-list-item:nth-child(4n) {
  border-right: 0;
}

.prd-list-cont .prd-list-item img {
  height: 250px;
  margin-bottom: 20px;
  object-fit: contain;
}

.prd-list-cont .prd-list-item h3 {
  color: #58595b;
  font-size: 24px;
  text-align: center;
  min-height: 2.4em;
}

@media screen and (max-width: 768px) {
  .prd-list-cont .prd-list-item {
    border: 1px solid #ddd !important;
  }
  .prd-list-cont .prd-list-item::before, .prd-list-cont .prd-list-item::after {
    display: none !important;
  }
}

.modal .modal-content {
  border: none !important;
  border-radius: 0 !important;
}

.modal .modal-content .modal-body {
  padding: 0;
  position: relative;
}

.modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3333;
  font-size: 32px;
  opacity: 1;
}

.modal .modal-content .modal-body .close i {
  color: #333;
}

.modal .modal-content .modal-body .modal-form select {
  background: #343a40 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 20px;
  border: 0.5px solid #406865;
  color: #d4cbb8;
  font-size: 14px;
  padding: 1em 0.75rem;
  heighT: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.modal .modal-content .modal-body .modal-form .modal-form-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #b4b4b3;
}

.modal .modal-content .modal-body .img-fluid {
  max-height: 500px;
}

.custom-radios {
  display: inline-block;
  padding-bottom: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-writing-mode: lr;
      -ms-writing-mode: lr;
          writing-mode: lr;
}

.custom-radios.custom-radios-modal {
  padding-bottom: 20px;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  -webkit-writing-mode: unset !important;
      -ms-writing-mode: unset !important;
          writing-mode: unset !important;
}

.custom-radios div {
  display: inline-block;
  margin: 0 10px;
}

.custom-radios input[type="radio"] {
  display: none;
}

.custom-radios input[type="radio"] + label {
  color: #b4b4b3;
  font-size: 10px;
}

.custom-radios input[type="radio"] + label span {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.custom-radios input[type="radio"]:checked + label span {
  border: 5px solid #fff;
}

.badge-voq {
  color: #fff;
  background-color: #406865;
}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.Modal-overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-top: 10%;
  z-index: 99999;
}
.Modal-box {
  width: 87%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.Modal-box > .video-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.Modal-box > .video-container > iframe, .Modal-box > .video-container > object, .Modal-box > .video-container > embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 860px;
}
.Modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 50px;
  z-index: 100000;
  color: #fff;
}
.Modal-cancel-overflow {
  overflow: hidden;
}

.news-cont .card {
  background-image: linear-gradient(0deg, #d4cbb8 0%, #406865 100%);
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
    border-radius: 0 !important;
}
.news-cont .card img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.news-cont .card a {
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}
.news-cont .card a:hover {
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-cont .card-image {
  height: 100% !important;
    width: 100% !important;
  object-fit: cover;
  transform: translate(0, 0);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-cont .card-meta {
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-cont .card-meta:before {
  content: '';
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-cont .card-text {
  color: #fff;
  background-color: rgba(17, 17, 17, .65);
  position: absolute;
  padding: 20px;
  z-index: 10;
  height: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-end;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-cont .card-title {
  margin: 8px 0;
  font-weight: 300;
  font-size: 1.275em;
  display: block;
  width: 100%;
}
.news-cont .card a:hover .card-text {
  background-color: rgba(17, 17, 17, .86);
}
.news-cont .card a:hover .card-meta:before {
  transform: translate(0, 0);
  opacity: 1;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-cont .card a:hover .card-image {
  transform: scale(1.05);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.notification--reminder{
	padding: 50px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
  transform: translateY(80px);
  animation: notification--in linear 500ms;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification--in linear 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: notification--in linear 500ms;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: notification--in linear 500ms;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: notification--in linear 500ms;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes notification--in{
  0% {
    transform:  translate(0px,80px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes notification--in{
  0% {
    -moz-transform:  translate(0px,80px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes notification--in {
  0% {
    -webkit-transform:  translate(0px,80px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes notification--in {
  0% {
    -o-transform:  translate(0px,80px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes notification--in {
  0% {
    -ms-transform:  translate(0px,80px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.move--down{

}
.notification--reminder h3{
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.notification--reminder h3 a{
	text-decoration: none;
  margin-left: 15px;
  background: #406865;
  border: 1px solid #406865;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.notification--reminder h3 a:hover{
  border: 1px solid #406865;
  color: #406865;
  background: #fff;
}
.notification--wrapper{
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  top: 0;
  left: 0;
}
@media (max-width: 767px){
	.notification--reminder h3{
    font-size: 14px;
  }
  .notification--reminder{
    padding: 30px;
  }
  .notification--reminder h3 a{
    display: inline-block!important;
    margin-top: 15px;
    margin-left: 0px;
  }
}

.bg-success {
  background-color: #406865 !important;
}

.bg-warning {
  background-color: #ffe13f !important;
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .banner .banner-text h3 {
    font-size: 28px !important;
    text-align: center;
  }

  .home-prd .home-prd-cat li {
    margin-bottom: 30px !important;
  }

  .p-mobile-0 {
    padding: 0 !important;
  }

  .master-inner .master-content .prd-detail-mid .prd-detail-mid-right .prd-detail-mid-item {
    border: none !important;
  }
}


.acc-branch .card-header {
  padding: 0;
}

.btn-sales-point {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #414143;
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
  padding: 20px;
  transition: .3s ease;
  border-radius: 0;
}

.img-bank-card {
  height: 17px;
  margin: 0 5px 5px;
}

.acc-branch .card-body ul li span {
font-size: 14px !important;
}

/* actual dropdown animation */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  border-radius: 0 !important;
}

.dropdown.show .dropdown-menu {
  max-height: 200px;
  opacity: 1;
}