.elementor-29 .elementor-element.elementor-element-5b7b7b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-f6ef702 iframe{height:600px;}.elementor-29 .elementor-element.elementor-element-1e78bde{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:90px 90px;--row-gap:90px;--column-gap:90px;--margin-top:65px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-d012b34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 20px;--row-gap:10px;--column-gap:20px;--flex-wrap:wrap;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-29 .elementor-element.elementor-element-f6ef702 iframe{height:500px;}.elementor-29 .elementor-element.elementor-element-1e78bde{--gap:0px 60px;--row-gap:0px;--column-gap:60px;--margin-top:45px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}}@media(max-width:1200px){.elementor-29 .elementor-element.elementor-element-f6ef702 iframe{height:402px;}.elementor-29 .elementor-element.elementor-element-1e78bde{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:1024px){.elementor-29 .elementor-element.elementor-element-1e78bde{--gap:60px 0px;--row-gap:60px;--column-gap:0px;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-1e78bde{--margin-top:40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-29 .elementor-element.elementor-element-1e78bde{--content-width:1200px;}}@media(max-width:1366px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:46%;}}@media(max-width:1200px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-6598ce0 */.css-contactus-wrap {
  max-width: 700px;
  margin: auto;
  padding: 100px 20px;
  font-family: Arial, sans-serif;
  color: #111;
}

/* TOP */
.css-contactus-top {
  text-align: center;
  margin-bottom: 60px;
}

.css-contactus-top h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 500;
}

.css-contactus-top p {
  color: #666;
  line-height: 1.7;
}

/* BLOCK */
.css-contactus-block {
  border-top: 1px solid #eee;
}

.css-contactus-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.css-contactus-row span {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
}

.css-contactus-row div {
  font-size: 15px;
  text-align: right;
  max-width: 60%;
}

.css-contactus-row a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

/* NOTE */
.css-contactus-note {
  margin: 40px 0;
  font-size: 13px;
  color: #777;
  text-align: center;
}

/* FORM */
.css-contactus-formsection {
  margin-top: 60px;
}

.css-contactus-formsection h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

/* FORM RESET KHÁC HOÀN TOÀN */
.css-contactus-formsection .em-row {
  display: block;
}

.css-contactus-formsection input,
.css-contactus-formsection textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 14px;
}

.css-contactus-formsection input:focus,
.css-contactus-formsection textarea:focus {
  border-color: #000;
  outline: none;
}

/* BUTTON dạng outline */
.css-contactus-formsection input[type="submit"] {
  background: transparent;
  border: 1px solid #000;
  padding: 12px;
  cursor: pointer;
  transition: 0.2s;
  color: #000
}

.css-contactus-formsection input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

/* FOOT */
.css-contactus-foot {
  margin-top: 60px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* MOBILE */
@media (max-width: 600px) {
  .css-contactus-row {
    flex-direction: column;
    gap: 5px;
  }

  .css-contactus-row div {
    text-align: left;
    max-width: 100%;
  }
}/* End custom CSS */