/* ===================================
   FONTS
====================================== */

@font-face {
  font-family: "AvertaStdRegular";
  src: url("../fonts/AvertaStd/AvertaStdRegular.eot");
  src: url("../fonts/AvertaStd/AvertaStdRegular.eot") format("embedded-opentype"), url("../fonts/AvertaStd/AvertaStdRegular.woff2") format("woff2"), url("../fonts/AvertaStd/AvertaStdRegular.woff") format("woff"), url("../fonts/AvertaStd/AvertaStdRegular.ttf") format("truetype"), url("../fonts/AvertaStd/AvertaStdRegular.svg#AvertaStdRegular") format("svg");
}

@font-face {
  font-family: "AvertaStdRegularItalic";
  src: url("../fonts/AvertaStd/AvertaStdRegularItalic.eot");
  src: url("../fonts/AvertaStd/AvertaStdRegularItalic.eot") format("embedded-opentype"), url("../fonts/AvertaStd/AvertaStdRegularItalic.woff2") format("woff2"), url("../fonts/AvertaStd/AvertaStdRegularItalic.woff") format("woff"), url("../fonts/AvertaStd/AvertaStdRegularItalic.ttf") format("truetype"), url("../fonts/AvertaStd/AvertaStdRegularItalic.svg#AvertaStdRegularItalic") format("svg");
}

@font-face {
  font-family: "AvertaStdBold";
  src: url("../fonts/AvertaStd/AvertaStdBold.eot");
  src: url("../fonts/AvertaStd/AvertaStdBold.eot") format("embedded-opentype"), url("../fonts/AvertaStd/AvertaStdBold.woff2") format("woff2"), url("../fonts/AvertaStd/AvertaStdBold.woff") format("woff"), url("../fonts/AvertaStd/AvertaStdBold.ttf") format("truetype"), url("../fonts/AvertaStd/AvertaStdBold.svg#AvertaStdBold") format("svg");
}

/* ===================================
   PLXS STYLE
====================================== */

.btn-payment {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 4px;
  background-color: #008848;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-payment:hover {
  color: #fff;
  background-color: #016b30;
}

.hidden-desktop {
  display: none;
}

.hidden-mobile {
  display: block;
}

@media (max-width: 992px) {
  .hidden-desktop {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}

/* ===================================
   PLXS CONTENT
====================================== */

.plxs-banner {
  margin-top: -130px;
  position: relative;
}

.plxs-banner li img {
  width: 100%;
}

@media (max-width: 992px) {
  .plxs-banner {
    margin-top: -100px;
  }
}

.plxs-form input, .plxs-form textarea, .plxs-form select {
  font-family: "AvertaStdRegular";
  font-size: 14px;
  padding: 32px 25px;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 0 0px 0;
  max-width: 100%;
  resize: none;
  box-shadow: none !important;
  color: #00994f !important;
  background: #f0f0f0;
  text-align: center;
  border-radius: 80px !important;
}




.plxs-form input[type="submit"] {
  width: auto;
}

.plxs-form input[type="button"], .plxs-form input[type="text"], .plxs-form input[type="email"], .plxs-form input[type="search"], .plxs-form input[type="password"], .plxs-form textarea, .plxs-form input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}

.plxs-form input:focus, .plxs-form textarea:focus {
  border-color: #00994f;
  outline: none;
}

.plxs-form input[type="button"]:focus, .plxs-form input:focus, .plxs-form textarea:focus, .plxs-form select:focus, .plxs-form .form-control:focus, .plxs-form .btn.focus, .plxs-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.plxs-form input[type="file"] {
  display: none;
}

.plxs-form input::-webkit-outer-spin-button, .plxs-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.plxs-form input[type="number"] {
  -moz-appearance: textfield;
}

.plxs-form select::-ms-expand {
  display: none;
}

.plxs-form ::selection {
  color: #000;
  background: #dbdbdb;
}

.plxs-form ::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

.plxs-form ::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  text-overflow: ellipsis;
}

.plxs-form ::-moz-placeholder {
  color: #8a8a8a;
  text-overflow: ellipsis;
  opacity: 1;
  font-size: 16px;
}

.plxs-form :-ms-input-placeholder {
  color: #8a8a8a;
  text-overflow: ellipsis;
  opacity: 1;
  font-size: 16px;
}


.inputEmail input{

  color: #00994f !important;
  background: #fdfbfb !important;
  text-align: center;
  border-radius: 80px !important;
}

.inputEmail .form-control{
  border: 1px solid #e7e5e5;
}

.plxs-form .inputEmail ::-webkit-input-placeholder {
  color: #acabab !important;
}

.plxs-form .inputEmail ::-moz-placeholder {
  color: #acabab !important;

}

.plxs-form .inputEmail :-ms-input-placeholder {
  color: #acabab !important;

}


.plxs-form .input-error, .plxs-form .textarea-error, .plxs-form .select-error {
  border: 1px solid #ed1c24 !important;
}

.plxs-form .error-text {
  font-family: "AvertaStdRegular";
  font-size: 12px;
  color: #ed1c24;
  margin-top: -20px;
}

.plxs-form .form-group {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .plxs-form input, .plxs-form textarea, .plxs-form select {
    font-size: 14px;
    padding: 23px 20px;
  }
  .plxs-form .form-group {
    margin-bottom: 25px;
  }
}

#plxs-content {
  margin-top: 20px;
  margin-bottom: 30px;
}

#plxs-content .plsx-welcome {
  font-family: "AvertaStdRegular";
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
}

#plxs-content .plsx-luuy {
  font-family: "AvertaStdRegularItalic";
  font-size: 12px;
  margin-bottom: 20px;
}

#plxs-content .plsx-chuy {
  font-family: "AvertaStdRegularItalic";
font-size: 12px;
  margin-bottom: 30px;
}

#plxs-content .plsx-chuy .chu-y-title{
  font-family: "AvertaStdBold";
}

#plxs-content .plsx-chuy span{
 color: red;
 padding-left: 0 !important;
}

#plxs-content .plsx-chuy p{
  margin-bottom: 10px;

}

#plxs-content .plsx-chuy a{
  color: #008848 !important;
}



#plxs-content .form-group {
  position: relative;

}





#plxs-content .palceholder{
  position: absolute;
  top: 20px;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
   color: #B1B1B1;
   display: none;
 }
 @media (max-width: 992px) {
  #plxs-content .palceholder{

    top: 10px;

   }
 }
 #plxs-content .palceholder label{
  font-family: "AvertaStdRegular";
font-size: 16px;
text-align: center;
  color: #837e7e;
  font-weight: normal;
 }
 #plxs-content .palceholder .star{
   color: red;
   padding-left: 5px;
 }
#plxs-content .plsx-btn {
  font-family: "AvertaStdBold";
  display: inline-block;
  padding: 18px 20px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  border: none;
  font-size: 24px;
  outline: none;
  border-radius: 80px;
  background-color: #00994f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#plxs-content .plsx-btn:hover {
  color: #fff;
  background-color: #016b30;
}

@media (max-width: 992px) {
  #plxs-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #plxs-content .plsx-welcome {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #plxs-content .plsx-luuy {
    margin-bottom: 30px;
  }
  #plxs-content .plsx-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}

#plsx-modal {
  /* modal  */
}

.plsx-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 380px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1000002;
  text-align: center;
  display: none;
}

.plsx-popup .dangky-top {
  text-align: right;
  overflow: hidden;
}

.plsx-popup .dangky-close {
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-close.png);
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}

.plsx-popup .dangky-body {
  text-align: center;
  padding: 0 20px 20px 20px;
}

.plsx-popup .dangky-status-icon {
  margin: 0 auto;
}

.plsx-popup .dangky-status-title {
  font-family: "AvertaStdBold";
  font-size: 25px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.plsx-popup .dangky-status-content {
  font-family: "AvertaStdRegular";
  font-size: 12px;
  color: #000000;
}

.plxs-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mmenu-active .plxs-overlay {
  opacity: 1;
  visibility: visible;
}

.mmenu-active .plsx-popup {
  display: block;
}

.otp-content h2 {
  width: 100%;
  text-align: center;
  font-family: "AvertaStdBold";
  font-size: 30px;
  margin-bottom: 30px;
}

.otp-content .otp-form input {
  padding: 2px auto !important;
  font-size: 45px;
  border-radius: 10px !important;
}

.otp-content .otp-status-icon {
  margin: 0 auto 30px auto;
  text-align: center;
}

.otp-content .m-2 {
  margin: .5rem;
}

.otp-content .plsx-luuy {
  margin-top: 15px;
}

.otp-content .plsx-luuy a {
  color: #00994f;
}

.otp {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .otp-content .otp-form input {
    padding: 0 !important;
    font-size: 15px;
  }
}

/* modal  */

.plsx-vay-tien-mat {
  font-family: "AvertaStdRegular" !important;
  font-size: 16px !important;
}

.plsx-vay-tien-mat h2 {
  font-family: "AvertaStdBold" !important;
  font-size: 18px !important;
}

.plsx-vay-tien-mat h5 {
  font-family: "AvertaStdRegular" !important;
  font-size: 16px !important;
}

.plsx-vay-tien-mat li {
  font-family: "AvertaStdRegular" !important;
  font-size: 16px !important;
}

.plsx-vay-tien-mat .item {
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: 0 !important;
  overflow: unset;
}

.plsx-vay-tien-mat .footer-ld{
  background: none;
  padding-top: 20px;
  margin-bottom: 20px;
}

.plsx-vay-tien-mat .thumb-group{
  overflow: hidden !important;
  width: auto !important;
  text-align: left !important;
  position: static !important;
}

.plsx-vay-tien-mat .thumb-group p{
  font-size: 16px;
}

.plsx-vay-tien-mat .footer-ld .thumb-group .ft-hotline span {
  font-size: 16px;
  font-weight: normal;
  }

  .plsx-vay-tien-mat  .footer-ld .thumb-group a.btn-icon-hotline{
    font-family: "AvertaStdBold" !important;
    font-weight: normal !important;
  }
  .plsx-vay-tien-mat  .footer-ld .thumb-group .address svg {

    width: 25px !important;
  }

  @media (max-width: 1440px) {
    .plsx-vay-tien-mat .footer-ld .thumb-group .address svg {
      width: 40px !important;
    }
  }
  @media (max-width: 1024px) {
    .plsx-vay-tien-mat .footer-ld .thumb-group .address svg {
      width: 70px !important;
    }
  }
@media (max-width: 992px) {
  .plsx-vay-tien-mat {
    font-size: 14px !important;
  }
  .plsx-vay-tien-mat .item{
    overflow: hidden;
    width: auto !important;
  }
  .plsx-vay-tien-mat h2 {
    font-size: 18px !important;
  }
  .plsx-vay-tien-mat h5 {
    font-size: 14px !important;
  }
  .plsx-vay-tien-mat li {
    font-size: 14px !important;
  }
  .plsx-vay-tien-mat .item {
    margin: 0 auto !important;
    padding-left: auto;
  }
  .plsx-vay-tien-mat .footer-ld{

    margin-bottom: 0px;
  }

  .plsx-vay-tien-mat .thumb-group p{
    font-size: 14px;
  }

  .plsx-vay-tien-mat .footer-ld .thumb-group .ft-hotline span {
    font-size: 14px;
    font-weight: normal;
    }

    .plsx-vay-tien-mat  .footer-ld .thumb-group a.btn-icon-hotline{
    font-size: 16px;
    }

  .plsx-vay-tien-mat .footer-ld .thumb-group p.address{
    text-align: center;
  }
}

.plxs-form .checkbox-area p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 12px;
}

.plxs-form .checkbox-area p span{
	color: #000 !important;
  font-size: 12px !important;
}

.plxs-form .checkbox-area p a{
	display: inline;
	color: green;
}

.plxs-form .checkbox-area input {
	margin-right: 8px;
	width: fit-content;
}

.plxs-form .checkbox-area .error-label {
	font-size: 12px;
	color: red;
	display: none;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100% !important;
}

.checkbox-container a {
  color: green
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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