@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
/*font Pinsel*/
@font-face {
  font-family: Pinsel;
  src: url("fonts/SVN-XXII Grober Pinsel.woff2");
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Inter";
}

.wd1200 {
  margin: 0 auto;
}

.wd1000 {
  margin: 0 auto;
}

.nextpage {
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background: #B08F5D;
  display: inline-flex;
  margin: 20px 0;
  float: right;
}
.nextpage a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #552617;
}

.header {
  height: auto;
  width: auto;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  color: #552617;
  display: flex;
  align-content: center;
  align-items: center;
  width: auto;
}
.header .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header .logo img {
  width: 70px;
  height: 70px;
}
.header .logo span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-left: -30px;
  font-family: "Inter";
  color: #552617;
}
.header .navigator {
  width: 70%;
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 700;
  float: right;
}
.header .navigator a {
  text-decoration: none;
  padding: 0 15px 0 0;
  display: inline-flex;
  align-items: center;
}
.header .navigator .ico-email {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 70%;
  background: #B08F5D url(images/email.svg) no-repeat center center;
  border-radius: 50%;
  border: none;
}
.header .navigator .ico-tel {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 70%;
  background: #B08F5D url(images/tel.svg) no-repeat center center;
  border-radius: 50%;
  border: none;
}
.header .navigator .email {
  line-height: 22px;
  padding-left: 5px;
}
.header .navigator .tel {
  line-height: 22px;
  padding-left: 5px;
}
.header .navigator .title {
  color: #552617;
  font-style: normal;
  font-size: 0.7em;
  font-family: "Mulish";
}
.header .navigator .des {
  color: #7E7E7E;
  font-size: 0.9em;
  font-family: "Inter";
  font-weight: 400;
}

.navbar {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.navbar .menu {
  margin: 0;
  background: #B08F5D;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 39px;
}
.navbar .menu li:hover a {
  color: #552617;
}
.navbar .menu li.active a {
  color: #552617;
}
.navbar .menu li a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}

.socialsPoster {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.socials {
  background: #fff;
  width: fit-content;
  display: block;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.socials .title {
  text-align: center;
  padding: 5px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 150%;
  color: #552617;
}
.socials .listIcons {
  justify-content: space-between;
  width: 60px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.socials .listIcons img {
  width: 100%;
}

.poster {
  position: relative;
}
.poster .posterDetail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.poster .posterContent {
  margin: 15px auto 0;
}
.poster .posterContent .title1 {
  color: #fff;
  font-family: "Mulish";
  font-size: 1em;
}
.poster .posterContent .title2 {
  color: #fff;
  font-family: "Pinsel";
  font-size: 1.5em;
  line-height: 150%;
}
.poster .posterContent .title3 {
  color: #fff;
  font-size: 1.2em;
  font-family: "Inter";
  line-height: 150%;
}
.poster .posterContent .action {
  display: inline-block;
  background: #B08F5D;
  padding: 10px 15px;
  margin-top: 10px;
  font-family: "Inter";
}
.poster .posterContent .action a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.poster_about .title1 {
  text-align: center;
  font-weight: 800;
  font-family: "Mulish";
}
.poster_about .title3 {
  font-family: "Mulish";
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 135.5%;
  text-transform: uppercase;
}

.productHome {
  padding: 15px 0 0 0;
}

.poster_home .posterDetail {
  display: block !important;
  padding: 15px;
}

.productItem {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
}
.productItem .avatar {
  padding-right: 25px;
}
.productItem .avatar img {
  width: 100%;
  height: auto;
}
.productItem .cat {
  background: #f4f4f4;
  padding: 8px 15px;
  display: inline-block;
  color: #552617;
  font-family: "Inter";
  font-size: 1em;
  line-height: 22px;
}
.productItem .title {
  font-family: "Mulish";
  font-size: 1.2em;
  color: #552617;
  font-weight: 800;
  line-height: 45px;
  padding: 10px 0;
}
.productItem .sapo {
  font-family: "Inter";
  font-size: 1em;
  color: #7E7E7E;
  line-height: 29px;
  font-style: normal;
  font-weight: 400;
}
.productItem .btn-action {
  display: block;
  clear: both;
  margin: 10px 0;
}
.productItem .btn-action a {
  text-decoration: none;
  background: #B08F5D;
  color: #fff;
  padding: 15px 25px;
  font-family: "Inter";
  display: inline-block;
}

.productList {
  background: #552617;
  padding: 15px 15px 30px 15px;
}
.productList h2 {
  color: #fff;
  font-family: "Mulish";
  text-align: center;
  font-size: 1.2em;
  padding: 15px 0;
}
.productList .mainItem {
  justify-content: space-between;
  padding: 0 10px;
}
.productList .item {
  width: calc(50% - 5px);
  padding: 0px;
  background: #B08F5D;
}
.productList .item a {
  text-decoration: none;
  text-align: left;
  color: #fff;
}
.productList .item .title {
  font-family: "Mulish";
  font-size: 1em;
  padding: 10px 10px 5px 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}
.productList .item .sapo {
  font-family: "Mulish";
  font-size: 0.9em;
  padding: 5px 10px 15px 10px;
  line-height: 150%;
}
.productList .item img {
  width: 100%;
}

.trainghiem {
  position: relative;
}
.trainghiem .background img {
  width: 100%;
}
.trainghiem .listNhanvat {
  position: absolute;
  background: #B08F5D;
  top: 30px;
  left: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 25px;
  padding: 20px 0;
}
.trainghiem .listNhanvat .maincard {
  margin: 0 auto;
}
.trainghiem .listNhanvat .cardInfo {
  width: 700px;
  margin: 0 auto;
}
.trainghiem .listNhanvat .cardInfo .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 150%;
  text-align: center;
  color: #552617;
  padding-bottom: 5px;
}
.trainghiem .listNhanvat .cardInfo .des {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 5px;
}
.trainghiem .listNhanvat .customers {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.trainghiem .listNhanvat .customers .info {
  float: left;
}
.trainghiem .listNhanvat .customers .info .navigator {
  background: #f4f4f4;
  padding: 10px 15px;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #552617;
  font-family: "Inter";
}
.trainghiem .listNhanvat .customers .info .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 150%;
  padding: 5px 0;
  text-align: center;
  color: #FFF;
}
.trainghiem .listNhanvat .customers .info .des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 150%;
  color: #FFF;
}
.trainghiem .listNhanvat .customers .avatar {
  margin: 0 auto;
}
.trainghiem .listNhanvat .customers .avatar img {
  border-radius: 50%;
  width: 100%;
}
.trainghiem .dotItem {
  clear: both;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.trainghiem .dotItem span {
  width: 8px;
  height: 8px;
  background: #FFF;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}
.trainghiem .dotItem .active {
  background: #552617;
}

.homecamnang {
  background: #F4F4F4;
  padding: 20px 10px;
}
.homecamnang .cardInfo {
  margin: 0 auto;
}
.homecamnang .cardInfo .title {
  text-align: center;
  font-family: "Mulish";
  color: #552617;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
}
.homecamnang .cardInfo .des {
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  color: #7E7E7E;
  line-height: 26px;
}
.homecamnang .listItem {
  justify-content: space-between;
  margin: 0 auto;
}
.homecamnang .listItem .item {
  width: calc(100% - 10px);
  background: #552617;
  margin: 10px 0;
  padding: 30px 10px;
}
.homecamnang .listItem .title {
  font-family: "Mulish";
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
}
.homecamnang .listItem .title a {
  color: #fff;
  text-decoration: none;
}
.homecamnang .listItem .des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #B08F5D;
  padding-bottom: 10px;
}
.homecamnang .listItem .readmore {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
}

.homenews {
  background: #B08F5D;
  padding: 50px 10px;
}
.homenews .iconnews {
  text-align: center;
  display: flex;
  background: #F4F4F4;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #552617;
  width: fit-content;
  margin: 0 auto;
  align-items: flex-end;
}
.homenews .iconnews span {
  padding-left: 5px;
}
.homenews .cardinfo {
  clear: both;
  text-align: center;
  color: #552617;
  font-style: normal;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 150%;
  font-family: "Mulish";
  padding-bottom: 30px;
  padding-top: 10px;
}
.homenews .listItem {
  margin: 0 auto;
}
.homenews .listItem .item {
  padding: 0;
  padding-bottom: 30px;
  text-align: center;
}
.homenews .listItem .item img {
  width: 100%;
}
.homenews .listItem .item .title {
  font-family: "Mulish";
  color: #552617;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 150%;
  padding-top: 10px;
}
.homenews .listItem .item .des {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.homenews .listItem .item .readmore {
  font-family: "Inter";
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 150%;
  color: #552617;
  padding-top: 10px;
  clear: both;
  display: block;
}
.homenews .listItem .item .readmore span {
  padding-left: 10px;
}

.cardabout {
  padding: 30px 10px;
}
.cardabout .row {
  margin: 0 auto;
  background: #fff;
}
.cardabout .wd1200 {
  justify-content: space-between;
}
.cardabout .info {
  text-align: center;
}
.cardabout .info .navigator {
  padding: 8px 16px 7px;
  display: inline-block;
  background: #F4F4F4;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 150%;
  color: #552617;
  margin: 0 auto;
}
.cardabout .info .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 150%;
  color: #552617;
  padding: 20px 0;
  text-align: center;
}
.cardabout .info .des {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  color: #424242;
  text-align: left;
}
.cardabout .avatar img {
  width: 100%;
}

.videoabout {
  position: relative;
  width: 100%;
  display: flex;
}
.videoabout .poster img {
  width: 100%;
}
.videoabout .socials {
  position: absolute;
  bottom: 70px;
  left: 0px;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.history {
  padding: 30px 0;
  background: #F4F4F4;
}

.cardhistory .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.1em;
  line-height: 150%;
  color: #552617;
}
.cardhistory .des {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  color: #424242;
  padding: 15px 0;
}
.cardhistory .note {
  background: url(images/Icon-tich.svg) no-repeat top left;
  background-size: auto;
  padding: 0px 0 10px 50px;
  margin-top: 10px;
}
.cardhistory .note-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 150%;
  color: #552617;
  padding-bottom: 5px;
}
.cardhistory .note-des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 150%;
  color: #7E7E7E;
}

.cardtimeline {
  background: url(images/dot.png) repeat-y 7px center;
}
.cardtimeline .timeline {
  background: url(images/icon-dot.png) no-repeat 0px calc(50% - 7px);
  padding: 30px;
  position: relative;
}
.cardtimeline .timeline .des {
  border: 1px solid rgba(28, 39, 82, 0.2);
  padding: 20px;
  background: #fff;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  color: #7E7E7E;
  border-left: none;
}
.cardtimeline .timeline .des::after {
  display: inline-block;
  content: " ";
  height: 15px;
  background: #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: -1px;
  width: 5px;
  border-right: 1px solid #fff;
}
.cardtimeline .timeline .des::before {
  display: inline-block;
  content: " ";
  height: 100%;
  background: url(images/left-arrow.png) no-repeat 0 center;
  width: 10px;
  position: absolute;
  top: 0px;
  left: -10px;
  border-right: 1px solid rgba(28, 39, 82, 0.2);
}
.cardtimeline .timeline .sticknote {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 5px 15px;
  background: #552617;
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 150%;
  text-align: center;
  font-family: "Mulish";
  color: #B08F5D;
}

.mainproduct .cardabout .row {
  background: none !important;
}
.mainproduct .cardabout .title {
  color: #fff;
}
.mainproduct .cardabout .des {
  color: #fff;
}
.mainproduct .productInfo {
  padding: 30px 15px 20px 15px;
  width: 1000px;
  margin: 0 auto;
}
.mainproduct .productInfo .titleProduct {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.mainproduct .productInfo .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.mainproduct .productInfo .des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  text-align: center;
  padding-top: 10px;
  color: #FFFFFF;
}
.mainproduct .section1 {
  background: #B08F5D;
  position: relative;
}
.mainproduct .section1 .socials {
  position: absolute;
  top: 45%;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mainproduct .section2 {
  background: #fff;
}
.mainproduct .btn-action {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mainproduct .btn-action a {
  font-family: "Inter";
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 150%;
  color: #FFFFFF;
  background: #552617;
  padding: 10px 15px;
  margin: 15px 0;
}

.carduse {
  background: #E1E1E1;
  padding: 30px 15px;
  margin: 30px auto;
}
.carduse .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #552617;
}
.carduse .des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #552617;
  padding: 10px 0;
}
.carduse .des p {
  margin: 10px 0;
}
.carduse .row {
  justify-content: space-between;
  align-content: space-around;
}
.carduse img {
  width: 100%;
  display: block;
  clear: both;
  margin: 10px 0;
}

.cardhelp .cardname {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 150%;
  color: #552617;
  padding: 20px 0;
}
.cardhelp .maincard {
  flex-direction: row;
  align-items: flex-start;
  padding: 26px 20px;
  background: #B08F5D;
  border-left: 25px solid #552617;
}
.cardhelp .des {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 1em;
  line-height: 149.02%;
  color: #FFFFFF;
  padding: 15px 0;
}
.cardhelp .des span {
  font-weight: 300;
}

.cardluuy {
  padding: 20px 15px;
}
.cardluuy .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 150%;
  color: #552617;
}
.cardluuy ul {
  margin: 15px 0px;
}
.cardluuy ul li {
  margin: 15px 20px;
  list-style: disc;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 144.52%;
  color: #7E7E7E;
}

.cardthanhphan .navigator {
  display: block;
  width: fit-content;
  align-items: flex-start;
  padding: 8px 16px 7px;
  background: #FFFFFF;
  margin: 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 150%;
  color: #552617;
}
.cardthanhphan .subject {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 150%;
  text-align: center;
  color: #552617;
  padding: 10px 0;
}
.cardthanhphan .dessubject {
  font: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  padding-bottom: 15px;
}
.cardthanhphan .title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 150%;
  color: #FFF;
  padding: 10px 0 0 0;
}
.cardthanhphan .des {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 0 20px 0;
}
.cardthanhphan img {
  width: 100%;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
.cardthanhphan ul {
  margin: 10px 20px;
}
.cardthanhphan ul li {
  float: left;
  color: #fff;
  list-style: disc;
  padding: 10px 40px 10px 5px;
  min-width: 45%;
}
.cardthanhphan ul li:nth-child(5) {
  clear: both;
}

.mainlienhe {
  padding: 30px 0;
}
.mainlienhe .cardLabel {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #552617;
  flex-direction: column;
  /* align-items: flex-start; */
  padding: 9px 16px 7px;
  width: fit-content;
  margin: 0 auto;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
  justify-content: center;
}
.mainlienhe .cardLabel::before {
  width: 30px;
  display: inline-block;
  background: url(images/create-outline.svg) no-repeat center center;
  content: " ";
  height: 25px;
  line-height: 26px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.mainlienhe .cardTitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 1.5em;
  padding: 20px 0;
  text-align: center;
  color: #552617;
}

.carddetail {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
  text-align: center;
  padding: 0 10px;
  color: #7E7E7E;
  text-align: center;
}

.cardAdress {
  margin: 20px 0;
  padding: 30px 15px;
  background: #552617;
}
.cardAdress .label {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  padding: 10px 0 5px 0;
  color: #B08F5D;
}
.cardAdress .des {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 0 20px 0;
  line-height: 150%;
  color: #FFFFFF;
}
.cardAdress a {
  text-decoration: none;
  color: inherit;
}

.cardMap {
  padding: 30px 0;
  margin: 0 auto;
}

.cardQuestion {
  display: none;
}
.cardQuestion form input {
  width: 100%;
}

.lienhesocials {
  position: relative;
  top: -50px;
  z-index: 3;
}

.footer {
  background: #552617;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.footer::after {
  display: block !important;
  clear: both;
  height: 1px;
  width: 100%;
  content: " ";
}
.footer .logo {
  width: auto;
}
.footer .socialDes {
  color: #fff;
  font-size: 0.9em;
  font-family: "Inter";
  padding: 20px 0;
}
.footer .icons {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.footer .icons a {
  padding-right: 15px;
  display: inline-block;
}
.footer .contactInfo {
  width: auto;
}
.footer .info {
  color: #fff;
  font-family: "Inter";
  font-size: 0.9em;
  line-height: 150%;
  padding: 10px 15px;
  text-align: left;
}
.footer .info a {
  color: #fff;
  text-decoration: none;
}
.footer .navigator {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.footer .navigator a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}
.footer .navigator .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  margin-bottom: -15px;
  margin-right: 10px;
}
.footer .navigator .email {
  background: #B08F5D url(images/email.svg) no-repeat center center;
}
.footer .navigator .email-text {
  color: #fff;
  padding-bottom: 10px;
}
.footer .navigator .tel-text {
  color: #fff;
  padding-bottom: 10px;
}
.footer .navigator .tel {
  background: #B08F5D url(images/tel.svg) no-repeat center center;
}