@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@400;500;600;700;800&family=Josefin+Sans:wght@300;400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");

.old-template {
  overflow-wrap: break-word;
}

.old-template button {
  outline: none;
}

.old-template .btn-common {
  justify-content: center;
  display: flex;
  align-items: center;
  background: #F3C520;
  color: white;
  transition: all .3s ease-in-out;
  height: 42px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
}

.old-template .btn-common i {
  margin-left: 10px;
  font-size: 16px;
}

.old-template .btn-common:hover {
  opacity: 0.9;
  color: white;
}

.thumnaisl-avatar a {
  position: relative;
  padding-top: 56%;
  display: block;
}

.thumnaisl-avatar a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.detail {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.detail img {
  height: 24px;
}

.detail p {
  font-weight: 300;
  margin-left: 8px;
  font-size: 16px;
  line-height: 28px;
}

.detail p a {
  color: #474647
}

.detail svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}

.body-namecard {
  font-family: 'Josefin Sans', sans-serif;
  color: #474647;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.body-content {
  display: inline-block;
  width: 100%;
  position: absolute;
  background-size: cover !important;
  height: 100%;
  top: 0;
}

.body-content::before {
  content: '';
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 200px;
  background: white;
  width: 100%;
}

.body-content .content {
  position: absolute;
  top: 70px;
  width: 100%;
}

.body-content .content .ava {
  text-align: center;
  margin: 0px 20px 20px 20px;
}

.body-content .content .ava .thumnaisl-avatar {
  width: 50%;
  margin: 0 auto;
}

.body-content .content .ava .thumnaisl-avatar a {
  padding-top: 100%;
}

.body-content .content .ava .thumnaisl-avatar a img {
  border-radius: 100%;
}

.body-content .content .ava h1 {
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.body-content .content .ava h2 {
  font-size: 16px;
  color: #F3C520;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.body-content .content .ava p {
  font-size: 16px;
  color: white;
  line-height: 28px;
  font-weight: 300;
}

.body-content .content .contact {
  display: inline-block;
  position: relative;
  padding-right: 250px;
  color: #474647;
}

.body-content .content .contact .info-contact-right {
  position: absolute;
  right: 0;
  top: 0;
}

.body-content .content .contact .info-contact-right a {
  padding-top: inherit;
}

.body-content .content .contact .info-contact-right a img {
  width: 126px;
  position: inherit;
}



.body-content .content .contact-footer {
  margin-top: 20px;
  color: #474647;
  margin-bottom: 80px;
}

.body-content .content .contact-footer h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.body-content .content .contact-footer .info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.body-content .footer-card {
  background: url(../images/bg-white.png) no-repeat center top;
  padding: 70px 15px 65px 15px;
  background-size: cover !important;
  height: 100%;
  min-height: 400px;
}

.btn-common {
  color: #fff;
}

.btn-common svg {
  margin-left: 8px;
}

.btn-common svg path {
  stroke: white !important;
  font-size: 20px;
}


.content-ss11 {
  background: url(../images/bg-ss11.svg) no-repeat center top;
}

.content-ss11 .ava h2 {
  color: #F3C520 !important;
}

.content-ss11 .btn-common {
  background: #F3C520;
}

.content-ss11 svg path {
  stroke: #F3C520;
  font-size: 20px;
}

.content-ss11 svg rect {
  stroke: #F3C520;
}


.content-ss12 {
  background: url(../images/bg-ss12.svg) no-repeat center top;
}

.content-ss12 .ava h2 {
  color: #DFB027 !important;
}

.content-ss12 .btn-common {
  background: #DFB027;
}

.content-ss12 svg path {
  stroke: #DFB027;
  font-size: 20px;
}

.content-ss12 svg rect {
  stroke: #DFB027;
}

.content-ss13 {
  background: url(../images/bg-ss13.svg) no-repeat center top;
}

.content-ss13 .ava h2 {
  color: #FFCB02 !important;
}

.content-ss13 .btn-common {
  background: #FFCB02;
}

.content-ss13 svg path {
  stroke: #FFCB02;
  font-size: 20px;
}

.content-ss13 svg rect {
  stroke: #FFCB02;
}

.lang-card {
  display: inline-block;
}

.lang-card a {
  color: white;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 10px;
}

.lang-card a img {
  margin-right: 5px;
  height: 16px;
}

@media only screen and (min-width: 500px) {
  .btn-common {
    position: inherit;
  }

  .footer-card {
    padding: 90px 20px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .body-content .content .contact {
    padding-right: 150px;
    min-height: 85px;
  }

  .body-content .content .contact .info-contact-right a img {
    width: 75px;
  }
}

@media only screen and (max-width: 320px) {
  .body-content .content {
    position: initial;
  }

  .body-content .content .contact {
    padding-right: 290px;
    min-height: 85px;
  }

  .footer-card {
    padding: 20px !important;
    background: white !important;
  }

  .footer-card .contact {
    display: initial !important;
  }

  .body-content .content .contact-footer h3 {
    font-size: 14px;
  }

  .body-content .content .contact-footer .info-footer {
    display: inherit !important;
  }

  .ava {
    margin: 30px 20px 20px 20px !important;
  }

  .body-content::before {
    z-index: -1;
  }
}

@media only screen and (max-width: 280px) {
  .body-content .content .contact {
    padding-right: 250px;
  }

  .body-content .content .contact .info-contact-right a img {
    width: 60px;
  }
}



.btn-old-version.action-save-contact-2 {
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
}

.btn-old-version.action-save-contact-2 .btn-save-contact {
  position: initial;
  border-radius: 12px;
  width: 80%;
}

.btn-old-version.action-save-contact-2 .btn-save-contact:last-child {
  width: 20%;
  margin-left: 5px;
}

.btn-old-version .btn-save-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #F4C522;
  color: white;
  transition: all .3s ease-in-out;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
}

.btn-old-version .btn-save-contact img {
  margin-right: 5px;
}

.btn-old-version .btn-save-contact:nth-child(2) img {
  margin-right: 0;
  max-width: inherit;
}

.btn-old-version .btn-save-contact:hover {
  color: white;
}

.body-content .content .contact {
  padding-right: 200px;
  width: 100%;
}

.body-content .content .contact .info-contact-right a img {
  width: 85px;
}

@media only screen and (max-width: 767px) {
  .body-content .content .contact {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 320px) {
  .footer-card .contact {
    display: flex !important;
  }
}

.social-share {
  display: inline-block;
  text-align: center;
  color: #5c738d;
  font-size: 13px;
  margin: 14px 9px;
  width: 68px !important;
}

.social-share img {
  margin-bottom: 5px;
  height: 34px;
}

.title-copy-link {
  text-align: left;
  color: #5c738d;
  font-weight: 600;
  margin: 15px 0;
}

.copy-link {
  position: relative;
  margin-bottom: 15px;
}

.copy-link input {
  height: 45px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  color: #474647;
  font-size: 15px;
  border-radius: 20px;
  width: 100%;
}

.copy-link input::placeholder {
  color: #E6E6E6;
}

.copy-link img {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 24px;
}

.modal-dialog {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.modal-content {
  margin: auto 10px;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  max-width: 600px;
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #474647;
}

.modal-body {
  padding: 0;
  text-align: center;
}

.modal-header {
  border-bottom: 0;
  justify-content: center;
  padding-top: 0;
}

.modal-header .close {
  position: absolute;
  right: 0;
  bottom: -40px;
  opacity: 1;
  left: 0;
}

.modal-header .close i {
  font-size: 20px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
  background-color: #ffffff5e;
  padding: 10px;
  border-radius: 50%;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/*# sourceMappingURL=style.css.map */

.default-template img {
  max-width: 100%;
}