/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@import url("https://fonts.googleapis.com/css?family=Lato");

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Lato;
}

/*---------------------------------------------*/
a {
  font-family: Lato;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}

textarea::-webkit-input-placeholder {
  color: #cccccc;
}
textarea:-moz-placeholder {
  color: #cccccc;
}
textarea::-moz-placeholder {
  color: #cccccc;
}
textarea:-ms-input-placeholder {
  color: #cccccc;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: calc(100% - 640px);
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 640px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  padding: 20px 20px 30px 40px;
  position: relative;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}

/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px dashed;
  margin-bottom: 9px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 45px;
}

.label-input100 {
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  padding-left: 2px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 22px;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #df254e;
  background: -webkit-linear-gradient(45deg, #884747, #e0c04d);
  background: -o-linear-gradient(45deg, #884747, #e0c04d);
  background: -moz-linear-gradient(45deg, #884747, #e0c04d);
  background: linear-gradient(45deg, #884747, #e0c04d);
}

/*---------------------------------------------*/
input.input100 {
  height: 50px;
}

textarea.input100 {
  min-height: 140px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(
    -135deg,
    #884747,
    #e0c04d,
    #884747,
    #e0c04d
  );
  background: -o-linear-gradient(-135deg, #884747, #e0c04d, #884747, #e0c04d);
  background: -moz-linear-gradient(-135deg, #884747, #e0c04d, #884747, #e0c04d);
  background: linear-gradient(-135deg, #884747, #e0c04d, #884747, #e0c04d);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}

/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-size: 16px;
  color: #fff;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  height: 50px;
  border-radius: 25px;
  background-color: #39b54a;
  padding: 0 20px;

  top: 50%;
  left: calc((100% - 640px) / 2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-more i {
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .wrap-contact100 {
    width: 440px;
  }

  .contact100-map {
    width: calc(100% - 440px);
  }

  .contact100-more {
    left: calc((100% - 440px) / 2);
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    width: 100%;
  }

  .contact100-map {
    display: none;
  }

  .contact100-more {
    position: absolute;
    background-color: transparent;
    color: #39b54a;
    bottom: 0px;
    top: auto;
    left: 50%;
    z-index: 10;
  }
}

/*start ------------- for radio button styles*/

ul li {
  display: block;
  position: relative;
  float: left;
  /* width: 100%;*/
  height: 100px;
}

ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 10px 25px 65px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label {
  color: #7e4240;
}

ul li .check {
  display: block;
  position: absolute;
  border: 5px solid;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul li:hover .check {
  border: 5px solid #7e4240;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 5px solid #d5ae3a;
}

input[type="radio"]:checked ~ .check::before {
  background: #d5ae3a;
}

input[type="radio"]:checked ~ label {
  color: #d5ae3a;
}
.type {
  float: left;
}
/*-------------- end style radio button */

/*Don gia */
.dongia {
  padding: 9px;
  background: #e7cc5c;
  border-radius: 10px;
}
/* End don gia   */

/*div thanh tien*/
#divThanhTien {
  display: none;
}
/* End div thanh tien */
/* hóa đơn */
table#tblInvoice {
  width: 100%;
  border: 2px solid #333;
  color: #333;
  font-family: serif;
}
tbody tr,
tfoot tr {
  border-bottom: 1px dotted #333;
}
tbody tr:last-child,
tfoot tr:last-child {
  border-bottom-style: solid;
}
table#tblInvoice h4 i.fa {
  font-size: 38px;
  padding-right: 7px;
}

table#tblInvoice h4 small {
  padding-left: 10px;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-gray {
  background-color: #ddd;
}
th,
td {
  padding: 3px 7px;
}

table#tblInvoice tr th:nth-child(2),
table#tblInvoice tr td:nth-child(2) {
  text-align: center;
}
table#tblInvoice tr td:nth-child(3),
table#tblInvoice tr td:nth-child(4),
table#tblInvoice tr th:nth-child(3),
table#tblInvoice tr th:nth-child(4) {
  text-align: right;
}
/* table#tblInvoice tr td:nth-child(1),
table#tblInvoice tr td:nth-child(4) {
  width: 35%;
}
table#tblInvoice tr td:nth-child(2) {
  width: 15%;
} */
.text-right,
table#tblInvoice tr.text-right td,
table#tblInvoice tr.text-right th {
  text-align: right;
}
.text-left,
table#tblInvoice tr .text-left th,
table#tblInvoice tr .text-left td {
  text-align: left;
}

.text-bold {
  font-weight: bold !important;
}
.fs-20px {
  font-size: 20px !important;
}
.readNumber {
  display: inline-block;
  text-transform: lowercase;
}
.readNumber:first-letter {
  text-transform: uppercase;
}
.bg-gold {
  background-color: #d5ae3a;
}
.text-gold {
  color: #d5ae3a;
}
.modal-full {
  max-width: 70vw;
}

/* ====================| CSS responsive |================= */
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media screen and (max-width: 1399.98px) {
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {
  .modal-full {
    max-width: 80vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
  table#tblInvoice h4 {
    font-size: 22px;
  }
  table#tblInvoice h4 i.fa {
    font-size: 36px;
    padding-right: 5px;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
  .modal-full {
    max-width: 95vw;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media screen and (min-width: 576px) and (max-width: 890px) {
  .modal-full {
    max-width: 98vw;
  }
  table#tblInvoice h4 {
    font-size: 20px;
  }
  table#tblInvoice h4 i.fa {
    font-size: 30px;
    padding-right: 5px;
  }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
}
/* fix to xx-small devices */
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 328px) {
}
/* ==================| end CSS responsive |=============== */
