/* @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
/*---------------------------- General ------------------------*/
.clear {
  clear: both;
  width: 100%;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  position: relative;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: #f6f6f6;
}
button {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  word-wrap: break-word;
}
.datepicker {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999;
}
.myvideo .modal-content {
  background-color: transparent !important;
  border: none;
}
.error_txt{
  color: #CE9A4E;
  font-style: italic;
  font-size: 0.9rem;
}
.modal-backdrop.show {
  opacity: 1 !important;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,
.modal-open .mm-slideout {
  z-index: auto !important;
}
.body__main {
  min-height: 50vh;
}
.full__main {
  width: 100%;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1300px !important;
}
/*======================== header ========================*/
/*------------------------ logo ------------------------*/
#banner {
  background-color: #1b242d;
  position: relative;
}
.banner_container {
  padding: 0;
}
.banner_container .logo img {
  height: 101px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky .banner_container .logo img {
  height: 40px;
}
.banner_container .tools {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
.banner_container .tools a {
  color: #1e1e1f;
}
.banner_container .tools a:hover {
  color: #1e1e1f;
}
.banner_container .tools a i {
  font-size: 1.5rem;
}
.banner_container .tools .search {
  margin-right: 20px;
}
.banner_container .tools .cart {
  position: relative;
}
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
.bar {
  margin-right: 10px;
}
.bar a i {
  color: white;
}
/*------------------------ contact header ------------------------*/
.contact_header {
  width: 100%;
  display: inline-flex;
  color: #fff;
}
.contact_header .item {
  background-size: 25px;
  background-position: 0px 10px;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-right: 30px;
}
.contact_header .item.phone {
  background-image: url("../images/icons/phone.png");
}
.contact_header .item.email {
  background-image: url("../images/icons/email.png");
}
.contact_header .item.address {
  background-image: url("../images/icons/marker.png");
}
.contact_header .item .label {
  opacity: 0.8;
  font-size: 0.9rem;
}
.contact_header .item .value {
  font-weight: 500;
}
/*------------------------ menu top ------------------------*/
.menu_container {
  	background: #1b242d;
  	/*border-top: 1px solid #c79c5d;*/
  	border-top: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
}
.menu_container .box {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
}
.menu_container ul {
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
  width: calc(100% - 200px);
  display: inline-flex;
}
.menu_container ul li {
  position: relative;
}
.menu_container ul li a {
  line-height: 50px;
  margin: 0px 15px;
  color: #fff;
  position: relative;
  display: table;
  text-transform: uppercase;
  font-weight: 700;
}
.menu_container ul li a i {
  font-size: 80%;
}
.menu_container ul li a:hover,
.menu_container ul li a.actived {
  	/*color: #c79c5d;*/
  	background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.menu_container ul li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  width: 250px;
  background-color: #333;
  /* background-color: #fff; */
  z-index: 999;
  box-shadow: 0px 8px 20px rgb(156 21 33 / 20%);
  padding: 15px 10px;
}
.menu_container ul li:hover ul {
  display: block;
  padding: 0;
}
.menu_container ul li ul li {
  list-style: none;
  padding: 5px 0px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  position: relative;
  width: 100%;
}
.menu_container ul li ul li:last-child {
  border: none;
}
.menu_container ul li ul li a {
  font-weight: 400;
  line-height: 35px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: none;
  font-weight: 450;
  font-size: 13px;
}
.menu_container ul li:hover ul li a:after {
  display: none;
}
.menu_container ul li ul li a:hover {
  font-weight: 500;
  color: #f6e902;
}

.btn_regis_advise {
  /*background-color: #c79c5d;*/
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 50px;
  width: 200px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.btn_regis_advise:hover {
  /*color: #fff;*/
  /*background-color: #ce9a4e;*/
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
}

/* ===================box contact=================== */
.box-contact {
  background-image: url("../images/contact/bgForm.webp");
  background-size: cover;
  background-position: top left;
  color: #fff;
  padding: 6rem 0;
}
.box-contact.is_home {
  background-image: url("../images/contact/bg_form.png");
}
.box-contact .box-form {
  height: 480px;
  width: 100%;
  background-color: rgba(36, 36, 36, 0.8);
  display: flex;
}
.box-contact .box-form .box-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-contact .box-form .box-item:first-child::after {
  content: "";
  width: 1px;
  height: 250px;
  background-color: #c79c5d;
  position: absolute;
  right: 0;
}
.box-contact .box-form .item {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.box-contact .box-form .box-item:nth-child(2) .item {
  width: 400px;
}
.box-contact .box-form .item .title-box {
  font-weight: 600;
  font-size: 30px;
}
.box-contact .box-form .item .description {
  font-size: 14px;
  margin: 1rem 0 1.7rem 0;
}
.box-contact .box-form .item .btn-form .active {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;

  /*background-color: #c79c5d;*/
  color: #000;
  outline: none;
  cursor: pointer;
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
}
.box-contact .box-form .item .btn-form button:hover {
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  color: #000;
}
.box-contact .box-form .item .btn-form button {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  background-color: transparent;
  color: #c79c5d;
}
.box-contact .box-form .item .title-form {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.box-contact .box-form .item form select {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  outline: none;
  margin-bottom: 0.7rem;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  text-indent: 5px;
  font-weight: 300;
}
.box-contact .box-form .item form input {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  text-indent: 10px;
  font-size: 13px;
  font-weight: 300;
}
.box-contact .box-form .item form .container-input {
  display: flex;
}
.box-contact .box-form .item form .container-input input:first-child {
  width: 136px;
  margin-right: 0.5rem;
}
.box-contact .box-form .item form .container-input input:last-child {
  width: calc(100% - 136px);
}
.box-contact .box-form .item form textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  font-size: 13px;
  font-weight: 300;
}
.box-contact .box-form .item form button {
  width: 100%;
  background-color: #1b242d;
  border: 1px solid #1b242d;
  color: #cdac58;
  padding: 8px 10px;
  margin-top: 25px;
  margin-bottom: 1rem;
  outline: none;
  transition: all 0.5;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #15324E, #071828);
}
.box-contact .box-form .item form button:hover {
  background-color: #c79c5d;
  border: 1px solid #c79c5d;

  color: #fff;
  cursor: pointer;
}
.box-contact .box-form .item form .text-alert {
  font-style: italic;
  font-size: 13px;
}

/* ===================box contact footer=================== */
.box-contact-footer {
  color: #fff;
}
.box-contact-footer .box-form {
  width: 100%;
  display: flex;
}
.box-contact-footer .box-form .box-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-contact-footer .box-form .box-item:first-child::after {
  content: "";
  width: 1px;
  height: 250px;
  background-color: #c79c5d;
  position: absolute;
  right: 0;
}
.box-contact-footer .box-form .item {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.box-contact-footer .box-form .box-item:nth-child(2) .item {
  width: 400px;
}
.box-contact-footer .box-form .item .title-box {
  font-weight: 600;
  font-size: 30px;
}
.box-contact-footer .box-form .item .description {
  font-size: 14px;
  margin: 1rem 0 1.7rem 0;
}
.box-contact-footer .box-form .item .btn-form .active {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  color: #000;
  outline: none;
  cursor: pointer;
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
}
.box-contact-footer .box-form .item .btn-form button:hover {
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  color: #000;
}
.box-contact-footer .box-form .item .btn-form button {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  background-color: transparent;
  color: #c79c5d;
}
.box-contact-footer .box-form .item .title-form {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.box-contact-footer .box-form .item form input {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  text-indent: 10px;
  font-size: 13px;
}
.box-contact-footer .box-form .item form .container-input {
  display: flex;
}
.box-contact-footer .box-form .item form .container-input input:first-child {
  width: 136px;
  margin-right: 0.5rem;
}
.box-contact-footer .box-form .item form .container-input input:last-child {
  width: calc(100% - 136px);
}
.box-contact-footer .box-form .item form textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  font-size: 13px;
}
.box-contact-footer .box-form .item form button {
  width: 100%;
  background-color: #1b242d;
  border: 1px solid #1b242d;
  color: #cdac58;
  padding: 8px 10px;
  margin-bottom: 1rem;
  outline: none;
  transition: all 0.5;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #15324E, #071828);
}
.box-contact-footer .box-form .item form button:hover {
  background-color: #c79c5d;
  border: 1px solid #c79c5d;

  color: #fff;
  cursor: pointer;
}
.box-contact-footer .box-form .item form .text-alert {
  font-style: italic;
  font-size: 13px;
}
/* ===================box contact sidebar=================== */
.sidebar_project {
  color: #fff;
  position: sticky;
  top: 70px;
  z-index: 1;
  bottom: auto;
}
.box-contact-sidebar {
  margin-bottom: 20px;
}
.box-contact-sidebar .box-form {
  display: flex;
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  padding: 6px 10px;
  border-radius: 5px;
}
.box-contact-sidebar .box-form .box-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-contact-sidebar .box-form .box-item:first-child::after {
  content: "";
  width: 1px;
  height: 250px;
  background-color: #c79c5d;
  position: absolute;
  right: 0;
}
.box-contact-sidebar .box-form .item {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.box-contact-sidebar .box-form .box-item:nth-child(2) .item {
  width: 400px;
}
.box-contact-sidebar .box-form .item .title-box {
  font-weight: 600;
  font-size: 30px;
}
.box-contact-sidebar .box-form .item .description {
  font-size: 14px;
  margin: 1rem 0 1.7rem 0;
}
.box-contact-sidebar .box-form .item .btn-form .active {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  color: #000;
  outline: none;
  cursor: pointer;
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
}
.box-contact-sidebar .box-form .item .btn-form button:hover {
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  color: #000;
}
.box-contact-sidebar .box-form .item .btn-form button {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  background-color: transparent;
  color: #c79c5d;
}
.box-contact-sidebar .box-form .item .title-form {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 22px;
  text-transform: uppercase;
}
.box-contact-sidebar .box-form .item form input {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  text-indent: 10px;
  font-size: 13px;
}
.box-contact-sidebar .box-form .item form .container-input {
  display: flex;
}
.box-contact-sidebar .box-form .item form .container-input input:first-child {
  width: 136px;
  margin-right: 0.5rem;
}
.box-contact-sidebar .box-form .item form .container-input input:last-child {
  width: calc(100% - 136px);
}
.box-contact-sidebar .box-form .item form textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  font-size: 13px;
}
.box-contact-sidebar .box-form .item form button {
  width: 100%;
  background-color: #1b242d;
  border: 1px solid #1b242d;
  color: #cdac58;
  padding: 8px 10px;
  margin-bottom: 1rem;
  outline: none;
  transition: all 0.5;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #15324E, #071828);
}
.box-contact-sidebar .box-form .item form button:hover {
  background-color: #c79c5d;
  border: 1px solid #c79c5d;

  color: #fff;
  cursor: pointer;
}
.box-contact-sidebar .box-form .item form .text-alert {
  font-style: italic;
  font-size: 13px;
}
/* ===========footer========== */
footer {
  background-size: auto 100%;
  background-image: url(../images/background_3.webp);
  background-position: top left;
  color: #fff;
  background-color: #1d1d1f;
}
footer .footer-item {
  padding: 4rem 0;
}
footer {
  color: #ffffff;
  font-size: 14px;
}
footer .logo img {
  height: 75px;
  object-fit: cover;
}

footer .title-footer {
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
footer .mst {
  font-size: 16px;
}
footer .address {
  padding: 0;
  margin-left: 24px;
  margin-bottom: 5rem;
}
footer .address li {
  list-style: none;
  position: relative;
  margin-bottom: 0.5rem;
  color: #e2e2e2;
}

footer .address .address-icon::before {
  content: "";
  position: absolute;
  left: -25px;
  background-image: url("../images/contact/location.png");
  background-position: top left;
  background-size: cover;
  width: 20px;
  height: 20px;
}
footer .address .phoneFooter-icon::before {
  content: "";
  position: absolute;
  left: -25px;
  background-image: url("../images/contact/phone.png");
  background-position: top left;
  background-size: cover;
  width: 20px;
  height: 20px;
}
footer .address .mailFooter-icon::before {
  content: "";
  position: absolute;
  left: -25px;

  background-image: url("../images/contact/email.png");
  background-position: top left;
  background-size: cover;
  width: 20px;
  height: 20px;
}
footer .address .webFooter-icon::before {
  content: "";
  position: absolute;
  left: -25px;
  background-image: url("../images/contact/web.png");
  background-position: top left;
  background-size: cover;
  width: 20px;
  height: 20px;
}
footer .describe {
  display: flex;
  flex-direction: column;
}
footer .describe p {
  margin: 0 0 5px;
}

footer .describe .title-describe {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1rem;
}
footer .describe a {
  margin-bottom: 0.5rem;
  color: #e2e2e2;
}
footer .describe a:hover {
  opacity: 0.7;
}
footer .footer-item .right-footer {
  width: 320px;
  float: right;
}
footer .fanpage img {
  width: 100%;
  height: 131px;
  margin-top: 0.7rem;
}
footer .fanpage p {
  font-weight: 600;
  font-size: 18px;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
footer .gift {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
footer .gift p {
  font-weight: 600;
  font-size: 18px;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
footer .gift-des {
  color: #e2e2e2;
}
footer .contact-social {
  display: flex;
  justify-content: space-around;
  padding: 0;
}
footer .contact-social li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgb(177, 177, 177);
  box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
  -webkit-box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
  -moz-box-shadow: -1px 1px 6px -1px rgba(245, 221, 101, 0.75);
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
}
footer .contact-social li:hover {
  background-image: linear-gradient(to right, #AE7F41, #F1E075);
  cursor: pointer;
  color: #000;
}
footer .contact-social li a i {
  font-size: 24px;
  color: #fff;
}
footer .contact-social li:hover a i {
	color: #000;
}
footer .group-input {
  margin: 2rem 0;
  display: flex;
  /* justify-content: space-around; */
}
footer .group-input input {
  border: none;
  border-bottom: 1px solid #c79c5d;
  background-color: transparent;
  outline: none;
  padding: 8px 0;
  width: calc(100% - 75px);
  margin-right: 10px;
  color: #fff;
}
footer .group-input input:focus {
  color: #fff;
}
footer .group-input button {
  width: 75px;
  padding: 8px 0;
  outline: none;
  background-color: transparent;
  color: #cdac58;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #15324E, #071828);
}
footer .group-input button:hover {
  background-image: linear-gradient(to right, #071828, #15324E);
  cursor: pointer;
}
/*------------------------ video ------------------------*/
.myvideo .modal-content{
  position: relative;
}
.myvideo .close{
  position: absolute;
  top: 0px;
  right: 0px;
}
.myvideo .modal-body,.myvideo .modal-header {
  padding: 0px;
}

/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  /* text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #c79c5d;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px; */
  padding: 18px;
  background: #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 9999;
  color: #cdac58;
}
/* .go__top:hover {
  opacity: 0.9;
  background-color: #ffc107;
  color: #fff;
} */
.scroll-down-arrow {
  margin-top: 2px;
    position: absolute;
    left: 13px;
    top: 9px;
    /* -webkit-animation: bounce 1000ms ease infinite;
    -moz-animation: bounce 1000ms ease infinite;
    -o-animation: bounce 1000ms ease infinite;
    animation: bounce 1000ms ease infinite; */
    -webkit-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
    -moz-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
    -ms-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
    animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #cdac58;
    content: "";
}
.go__top:before {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 3px #cdac58, inset 0px 0px 3px #cdac58;
  padding: 2px;
  z-index: -1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  content: "";
  -webkit-animation: ring 1s alternate 0s infinite;
  -moz-animation: ring 1s alternate 0s infinite;
  -o-animation: ring 1s linear 0s infinite;
  animation: ring 1s linear 0s infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {top: 9px; opacity: 0.5}
  25% {top: 12px; opacity: 1}
  50% {opacity: 0.8}
}
@keyframes bounce {
  0%, 100% {top: 9px; opacity: 0.5}
  25% {top: 12px; opacity: 1}
  50% {opacity: 0.8}
}
@-webkit-keyframes ring {
  0%, 100% {-webkit-transform: scale(1,1); opacity:1}
  75% {-webkit-transform: scale(1.2,1.2); opacity:0.4}
}
@keyframes ring {
  0%, 100% {transform: scale(1,1); opacity:1}
  75% {transform: scale(1.2,1.2); opacity:0.4}
}
/* form-quaote */
.form-quaote {
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
}
.form-quaote .box-form {
  border: 1px solid #fff;
  height: 480px;
  width: 1200px;
  /* background-color: rgba(36, 36, 36, 0.8); */

  display: flex;
  position: relative;

  background-image: url(../images/contact/bgForm.png);
  background-size: cover;
  background-position: top left;
}
.form-quaote .box-form::before {
  content: "";
  background-color: rgba(36, 36, 36, 0.8);
  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;
}
.form-quaote .box-form .box-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form-quaote .box-form .item {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.form-quaote .box-form .box-item:first-child::after {
  content: "";
  width: 1px;
  height: 250px;
  background-color: #c79c5d;
  position: absolute;
  right: 0;
}
.form-quaote .box-form .box-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form-quaote .box-form .box-item:nth-child(2) .item {
  width: 400px;
}
.form-quaote .box-form .item .title-box {
  font-weight: 600;
  font-size: 30px;
}
.form-quaote .box-form .item .description {
  font-size: 14px;
  margin: 1rem 0 1.7rem 0;
  color: #e2e2e2;
}
.form-quaote .box-form .item .btn-form button {
  padding: 8px 20px;
  margin-right: 10px;
  border: 1px solid #c79c5d;
  background-color: transparent;
  color: #c79c5d;
  outline: none;
  cursor: pointer;
}
.form-quaote .box-form .item .btn-form .btn-support {
  border: 1px solid #c79c5d;
  background-color: #c79c5d;
  color: #fff;
}
.form-quaote .box-form .item .title-form {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.form-quaote .box-form .item form input {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-bottom: 0.7rem;
  text-indent: 10px;
  font-size: 13px;
}
.form-quaote .box-form .item form textarea {
  border-radius: 4px;
  padding: 2rem 0 2rem 10px;
  width: 100%;
  outline: none;
}
.form-quaote .box-form .item form .container-input {
  display: flex;
}
.form-quaote .box-form .item form .container-input input:first-child {
  width: 136px;
  margin-right: 0.5rem;
}
.form-quaote .box-form .item form .container-input input:last-child {
  width: calc(100% - 136px);
}
.form-quaote .box-form .item form button {
  width: 100%;
  background-color: #1b242d;
  border: 1px solid #1b242d;
  color: #c79c5d;
  padding: 8px 10px;
  margin-top: 25px;
  margin-bottom: 1rem;
  outline: none;
  transition: all 0.5;
  font-weight: 600;
}
.form-quaote .box-form .item form .text-alert {
  font-style: italic;
  font-size: 13px;
  color: #e2e2e2;
}
/* overlay */
.formParent-quaote {
  display: none;
}
.active-form {
  display: block;
}
.formParent-quaote .overlayForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7); /* mÃ u Ä‘en vá»›i Ä‘á»™ má» lÃ  50% */
  z-index: 110; /* Ä‘áº·t lá»›p trÃªn cÃ¹ng Ä‘á»ƒ che phá»§ */
}

.form-quaote .box-form .box-item .close {
  background-image: url("../images/formClose.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}
/*======================== waiting ========================*/
#waiting {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none;
}
#waiting .box {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  flex-direction: column;
}
/*-------------- breadrum --------------*/
.breadrum_section {
  background-color: #f5f5f5;
}
.breadrum_section ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li {
  display: inline-block;
  line-height: 30px;
  font-size: 0.9rem;
}
.breadrum_section ul li span {
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a {
  color: #333;
}
.breadrum_section ul li .fa-home {
  color: var(--blue-light);
}

/*-------------- paging --------------*/
.paging {
  display: table;
  margin: 1rem auto;
}
.paging ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li {
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging .sp_dots {
  transform: translateY(17px) !important;
}
.paging ul li a {
  color: #333;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: table;
  background-color: #ddd;
}
.paging ul li a.active,
.paging ul li a:hover {
  background-color: var(--blue-dark);
  color: #fff;
}
/* navbar in mobile */
.toggle-nav {
  font-size: 2rem;
  width: 25px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 46%;
  left: 10px;
  z-index: 999;
  border: none;
}
.toggle-nav::before {
  font-size: 2rem;
  content: "";
  position: absolute;
  top: 7px;
  width: 25px;
  height: 2px;
  background-color: white;
  left: 0px;
}
.toggle-nav::after {
  position: absolute;
  content: "";
  top: -7px;
  font-size: 2rem;
  width: 25px;
  height: 2px;
  background-color: white;
  left: 0px;
}
.nav-mobile .nav-mobile-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.nav-mobile .sublist {
  padding: 0px;
  margin: 0px;
}
.nav-mobile {
  position: fixed;
  min-width: 230px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  max-width: 300px;
  width: 40vw;
  padding: 20px;
  transform: translateX(-100%);
}
.nav-mobile.active {
  transform: translateX(0);
}
.nav-mobile .close-nav {
  width: 30px;
  height: 30px;
}
.nav-mobile .close-nav i {
  font-size: 2.2rem;
  color: #ea222f;
}
.nav-mobile .cat-item {
  position: relative;
  cursor: pointer;
}
.nav-mobile .nav-mobile-item .icon-plus-child,
.nav-mobile .nav-mobile-item .icon-plus {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
}
.nav-mobile .nav-mobile-item .cat-dropdown {
  display: none;
  margin-left: 20px;
}
.nav-mobile .nav-mobile-item a {
  padding: 8px 0;
  display: block;
  width: fit-content;
  color: #333;
  font-weight: 500;
}

/*-----------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #CE9A4E;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.package_contents img{
  max-width: 100%;
  height: auto !important;
}
/* sidebar */
.sidebar_project .box-left{
  margin-bottom: 2rem;
}
.sidebar_project .box-left h2 {
  margin-bottom: 30px !important;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
.sidebar_project .box-left h2:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 2.5px;
  background: linear-gradient(to left, #AE7F41, #F1E075);
  bottom: -8px;
}
.sidebar_project .box-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar_project .box-left>ul>li {
  width: 100%;
  border-bottom: 1px solid rgb(178 133 68 / 80%);
}
.sidebar_project .box-left>ul>li:last-child {
  border: none;
}
.sidebar_project .box-left ul li a {
  padding-left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 0;
}
.sidebar_project .box-left ul li a:hover {
  color: #cba958;
}
.sidebar_project .box .item {
  border-radius: 5px;
  border: 1px solid #c79c5d;
  overflow: hidden;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}
/* hover */
.sidebar_project .box .item:hover .img-hover {
  opacity: 1;
}
.sidebar_project .box .item .img-hover {
  height: 236px;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.7s;
}
/* end */

.sidebar_project .box .item .info {
  padding: 15px;
}
.sidebar_project .box .item .info h3{
	font-size: 1rem;
  margin: 0px 0 15px;
  font-weight: bold;
}
.sidebar_project .box .item .info a {
  color: #fff;
}
.sidebar_project .box .item .info a:hover {
  color: #c79c5d;
}
.sidebar_project .box .item .box_img {
  height: 236px;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
}
.sidebar_project .box .item .info h4 {
  font-size: 1rem;
  margin: 0px 0;
  font-weight: bold;
}
/* table */
@media screen and (max-width: 1024px) {
  #banner {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0px;
  }
  /* navbar in mobile */
  .toggle-nav {
    font-size: 2rem;
    /*float: right;*/
  }
  .toggle-nav img {
    height: 30px;
  }

  .nav-mobile .nav-mobile-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile .sublist {
    padding: 0px;
    margin: 0px;
  }
  .nav-mobile {
    position: fixed;
    min-width: 230px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    max-width: 300px;
    width: 40vw;
    padding: 20px;
    transform: translateX(-100%);
    background-color: #1b242d !important;
  }
  .nav-mobile.active {
    transform: translateX(0);
  }
  .nav-mobile .close-nav {
    width: 30px;
    height: 30px;
  }
  .nav-mobile .close-nav i {
    font-size: 2rem;
    color: #fff;
  }
  .nav-mobile .cat-item {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #c79c5d;
  }
  .nav-mobile .cat-item:last-child {
    border-bottom: none;
  }
  .nav-mobile .nav-mobile-item .icon-plus-child,
  .nav-mobile .nav-mobile-item .icon-plus {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
    color: #FFF;
  }
  .nav-mobile .nav-mobile-item .cat-dropdown {
    display: none;
    margin-left: 20px;
  }
  .nav-mobile .nav-mobile-item a {
    padding: 10px 0;
    display: block;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
  }
  .shadow-main {
    box-shadow: 0px 2px 11px 3px rgb(0 0 0 / 10%);
  }
  .menu_container .container {
    justify-content: space-between !important;
  }
  /*=============== slider ============*/
  .swiper-slider .swiper-slide {
    min-height: 300px;
  }
  .slider-container {
    width: 50%;
  }
  .slider_box .slider-sub-title {
    font-size: 55px;
  }
  /* ============header============== */
  /*.menu_container .container ul {
    display: none;
  }*/
  .menu_container {
    display: none !important;
  }
  /*=============== footer ============*/
  footer .footer_section .about-tb {
    display: flex;
  }
  footer .footer_section {
    padding: 3rem 0;
  }
  footer .footer_section .payment_method,
  footer .footer_section .socials {
    margin: 2rem 0 0;
  }
  footer .footer_section .about .des .dmca img {
    width: 60%;
  }
  /* ========= intro ========== */
  .intro .intro-box .intro-img {
    height: 150px;
  }
  .intro .intro-box .boxImg {
    background-position: top;
  }
  .intro .intro-box .boxImg-2 {
    background-position: top;
  }
  .intro .intro-box .boxImg-3 {
    background-position: top;
  }
  footer .title_item {
    margin-bottom: 20px !important;
  }
  .search_item {
    right: 10px;
  }
  footer .footer_section .menu .item ul li {
    align-items: baseline;
  }
  #banner .menu-toggle {
    display: block;
  }
  .btn-hover {
    display: none;
  }

  #banner .menu-toggle {
    position: absolute;
    right: 4%;
    top: 40%;
  }
  .body__main .slider_box {
    padding: 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* banner */
  #banner {
    height: 70px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .banner_container .logo img {
    height: 70px;
    border: 1px solid #c79c5d;
  }
  .body__main {
    margin-top: 9%;
  }
  .banner_container {
    position: relative;
    min-height: 70px;
  }
  .banner_container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner_container .logo a {
    display: block;
  }
  .banner_container .logo img {
    height: 85px;
    border: 1px solid #c79c5d;
    height: auto !important;
  }
  .banner-contact .des {
    flex-direction: column;
  }
  .banner-contact .imgHome {
    height: 270px;
  }
  /* box-contact  */
  .box-contact .box-form .item {
    width: 320px;
  }
  .box-contact .box-form .box-item:nth-child(2) .item {
    width: 320px;
  }
  .box-contact .box-form .item .btn-form {
    display: flex;
  }
  .box-contact .box-form .item .btn-form .btn-support {
    margin-right: 0;
  }
  .box-contact .box-form .item .btn-form button {
    padding: 8px 5px;
  }
  .box-contact .box-form .item form button {
    margin-top: 10px;
  }
  footer .address {
    margin-bottom: 3rem;
  }
  footer .footer-item .right-footer {
    display: flex;
    float: none;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .fanpage img {
    width: 320px;
  }
  footer .footer-item .right-footer .fanpage {
    width: 50%;
  }
  footer .footer-item .right-footer .gift-group {
    width: 50%;
  }
  footer .contact-social li {
    margin-right: 25px;
  }
  footer .gift {
    margin-top: 0;
  }
  footer .fanpage img {
    margin-top: 0;
  }
  /* form quaote */
  .form-quaote .box-form {
    width: 700px;
  }
  .form-quaote .box-form .item {
    width: 325px;
  }
  .form-quaote .box-form .box-item:nth-child(2) .item {
    width: 320px;
  }
  .form-quaote .box-form .item form textarea {
    padding: 2rem 21px 2rem 10px;
  }
  .form-quaote .box-form .item .btn-form {
    display: flex;
  }
  .form-quaote .box-form .item .btn-form button {
    padding: 8px 5px;
  }
  .form-quaote .box-form .item form .text-alert {
    font-size: 11px;
  }
  .form-quaote .box-form .box-item .close {
    top: 20px;
    right: -330px;
  }
}
@media screen and (min-width: 668px) and (max-width: 768px) {
  .banner_container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner_container {
    position: relative;
    min-height: 70px;
  }
}
@media screen and (min-width: 400px) and (max-width: 740px) {
  .banner_container .logo img {
    height: 70px;
    border: 1px solid #c79c5d;
    width: auto;
  }
}
/* mobile */
@media screen and (max-width: 668px) {
  body {
    font-size: 12px;
  }
  .full__main {
    overflow: hidden;
  }
  /* banner */
  #banner {
    height: 70px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .body__main {
    margin-top: 16%;
  }
  .banner_container {
    position: relative;
    min-height: 70px;
  }
  .banner_container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner_container .logo a {
    display: block;
  }
  .banner_container .logo img {
    height: 70px;
    border: 1px solid #c79c5d;
    width: auto;
  }
  /* box-contact */
  .box-contact {
    background-image: url("../images/about/box-img-4.png");
    background-size: cover;
    padding: 2rem 0;
  }
  .box-contact .box-form {
    flex-direction: column;
  }
  .box-contact .box-form {
    padding: 20px;
    height: 100%;
  }
  .box-contact .box-form .item .description {
    font-size: 12px;
  }
  .box-contact .box-form .box-item {
    width: 100%;
  }
  .box-contact .box-form .box-item:first-child::after {
    width: 100%;
    height: 1px;
    bottom: 0;
  }
  .box-contact .box-form .item .title-box {
    font-size: 18px;
  }
  .box-contact .box-form .item .btn-form {
    margin-bottom: 2rem;
    display: flex;
  }
  .box-contact .box-form .item .btn-form button {
    padding: 8px 10px;
    font-size: 11px;
    width: 50%;
  }
  .box-contact .box-form .item .btn-form .btn-support {
    margin-right: 0;
  }
  .box-contact .box-form .item .title-form {
    font-size: 16px;
    margin: 1rem 0;
  }
  .box-contact .box-form .item form select {
    padding: 7px 0;
  }
  .box-contact .box-form .item form input {
    padding: 7px 0;
  }
  .box-contact .box-form .item form button {
    margin: 1rem 0;
  }
  .box-contact .box-form .item form .text-alert {
    font-size: 12px;
  }
  /* footer */
  footer {
    background-size: 100%;
  }
  footer .footer-item {
    position: relative;
    padding: 2rem 0;
    font-size: 12px;
  }
  footer .logo img {
    width: 80px;
    height: 58px;
    object-fit: cover;
  }
  footer .title-footer {
    font-size: 16px;
  }
  footer .describe .title-describe {
    font-size: 12px;
  }
  footer .footer-item .right-footer {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column-reverse;
  }
  footer .address {
    margin-bottom: 2rem;
  }
  footer .contact-social {
    justify-content: unset;
    margin: 0;
  }
  footer .contact-social li {
    margin-right: 25px;
  }
  footer .gift p {
    font-size: 14px;
  }
  footer .fanpage p {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  footer .group-input {
    margin: 1rem 0;
  }
  /* footer .describe {
    position: absolute;
    bottom: -363px;
  }
  .gift-group {
    margin-bottom: 10rem;
  } */

  /* form quaote */
  .form-quaote .box-form {
    width: 345px;
    flex-direction: column;
    background-color: #1b242d;
    background-image: none;
    border: none;
    padding: 2rem 1rem;
    height: 100%;
  }
  .form-quaote .box-form::before {
    background-color: transparent;
  }
  .form-quaote .box-form .box-item {
    width: 100%;
  }
  .form-quaote .box-form .box-item:first-child {
    margin-bottom: 2rem;
  }
  .form-quaote .box-form .box-item:nth-child(2) .item {
    width: 100%;
  }
  .form-quaote .box-form .item .title-box {
    font-size: 20px;
  }
  .form-quaote .box-form .item .description {
    font-size: 12px;
    margin: 0.7rem 0;
  }
  .form-quaote .box-form .item .btn-form {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
  }
  .form-quaote .box-form .item .btn-form button {
    padding: 8px 16px;
    margin-right: 0;
  }
  .form-quaote .box-form .box-item:first-child::after {
    width: 315px;
    height: 1px;
    bottom: -25px;
  }
  .form-quaote .box-form .item .title-form {
    font-size: 16px;
  }
  .form-quaote .box-form .item .title-form {
    margin: 1rem 0;
  }
  .form-quaote .box-form .item form input {
    padding: 7px 0;
  }
  .form-quaote .box-form .item form textarea {
    padding: 10px 52px 2rem 10px;
    font-size: 12px;
  }
  .form-quaote .box-form .item form button {
    border: 1px solid #c79c5d;
    margin-top: 1rem;
    font-size: 12px;
  }
  .form-quaote .box-form .item form .text-alert {
    font-size: 10px;
  }
  .video_short iframe {
    height: 200px !important;
  }
  footer{
    background: #1F2830 !important;
  }
}
@media screen and (max-width: 612px) {
}