/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s all !important;
}
a:hover {
  color: #086a39;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "arial", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  color: #000000;
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}

.container {
  max-width: 1200px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 22px;
  }
}

.header-menu {
  background: #2d914d;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}
.header-menu a {
  color: #fff;
}
.header-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-menu ul {
    justify-content: space-between;
  }
}
.header-menu ul li {
  margin-right: 50px;
}
@media (max-width: 1023px) {
  .header-menu ul li {
    margin-right: 20px;
  }
}
.header-menu ul li:last-child {
  margin-right: 0;
}

.header-logo ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-logo ul li {
  margin-right: 5px;
}
.header-logo ul li:last-child {
  margin-right: 0;
}

.head-top-right .search-search {
  border: 1px solid #ddd;
  max-width: 400px;
  width: 100%;
  position: relative;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .head-top-right .search-search {
    display: none;
  }
}
.head-top-right .search-search select {
  border: 0;
  outline: none;
  width: 120px;
  height: 28px;
  border-right: 1px solid #ddd;
  padding: 0 0 0 4px;
}
.head-top-right .search-search .txt_field {
  width: 280px;
  padding: 0 8px;
  border: 0;
  outline: none;
}
.head-top-right .search-search button {
  position: absolute;
  display: flex;
  padding: 0;
  border: 0;
  cursor: pointer;
  top: 0;
  right: 8px;
  height: 100%;
  align-items: center;
  background: transparent;
  outline: none;
}
.head-top-right .search-search button img {
  width: 20px;
}

.header-logo {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .header-logo {
    display: none;
  }
}
.header-logo .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-logo .content-head .logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-logo .content-head .logo img {
    width: auto;
    max-height: 80px;
  }
}
.header-logo .hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #e31624;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .header-logo .hotline {
    display: none;
  }
}
.header-logo .hotline .icon {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .header-logo .hotline .icon {
    display: none;
  }
}
.header-logo .hotline a {
  color: #e31624;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header-logo .hotline a {
    font-size: 14px;
  }
}

.content-fter {
  padding: 40px 0;
  color: #fff;
  background: #2d914d;
}
@media (max-width: 767px) {
  .content-fter {
    padding: 24px 0 12px 0;
    font-size: 14px;
  }
}
.content-fter a {
  color: #fff;
}
.content-fter .logo {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-fter .logo {
    height: auto;
    margin-bottom: 10px;
  }
}
.content-fter .logo img {
  max-height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content-fter .logo img {
    height: 60px;
  }
}
.content-fter ul {
  list-style: none;
}

.left-fter {
  max-width: 410px;
}
@media (max-width: 767px) {
  .left-fter {
    max-width: 100%;
  }
}
.left-fter ul {
  word-break: break-word;
}
.left-fter ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.left-fter ul li:last-child {
  margin-bottom: 0;
}
.left-fter ul li .icon {
  flex: 0 0 21px;
  max-width: 21px;
  margin-right: 9px;
}

.fter-right {
  max-width: 460px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .fter-right {
    max-width: 100%;
    margin-top: 24px;
  }
}
.fter-right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.fter-right ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 10px;
}
.fter-right a {
  display: block;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .fter-right a {
    padding-left: 16px;
  }
}
.fter-right a:after {
  content: url("../images/arrow-fter.png");
  position: absolute;
  top: 0;
  left: 0;
}

.header-menu-mb {
  padding: 10px 0;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
}
@media (max-width: 767px) {
  .header-menu-mb {
    display: block !important;
  }
}
.header-menu-mb .logo {
  display: flex;
  align-items: center;
}
.header-menu-mb .logo img {
  max-height: 45px;
}
.header-menu-mb a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-bar svg {
  width: auto;
  height: 26px;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #2d914d;
  display: flex;
  align-items: center;
  padding: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s all !important;
}
.nav-menu.active {
  left: 0;
}
.nav-menu ul {
  list-style: none;
}
.nav-menu a {
  color: #fff;
}

.link-menu-mb ul li {
  margin-bottom: 12px;
}
.link-menu-mb ul li:last-child {
  margin-bottom: 0;
}

.bot-mb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.bot-mb a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bot-mb img {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 1px solid #fff;
}
.bot-mb ul {
  display: flex;
}
.bot-mb ul li {
  margin: 0 5px 0 0;
}
.bot-mb ul li:last-child {
  margin: 0;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}
.close-modal svg {
  width: auto;
  height: 26px;
}

@media (max-width: 767px) {
  main {
    padding-top: 65px;
  }
}

@media (max-width: 1023px) {
  .box-about .col-md-4, .box-about .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1023px) {
  .box-about .avarta {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .box-about .avarta {
    margin-bottom: 20px;
  }
  .box-about .avarta img {
    max-width: 200px;
  }
}

.txt-about ul {
  list-style: none;
}
.txt-about ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .txt-about ul li {
    align-items: flex-start;
  }
}
.txt-about ul li:last-child {
  margin-bottom: 0;
}
.txt-about ul li .numb {
  flex: 0 0 55px;
  margin-right: 12px;
  width: 100%;
  text-align: center;
}

.box-privilege {
  background: url("../images/bg-privilege.png") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 24px 0 40px 0;
}
@media (max-width: 1023px) {
  .box-privilege .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .box-privilege .avarta {
    text-align: center;
    margin-bottom: 24px;
  }
}

.txt-priv {
  font-weight: bold;
}
.txt-priv ul {
  list-style: none;
}
.txt-priv ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.txt-priv ul li:after {
  content: "";
  width: calc(100% - 45px);
  height: 1px;
  border-bottom: 1px dashed #fdce69;
  position: absolute;
  bottom: 0;
  right: 0;
}
.txt-priv ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.txt-priv ul li:last-child:after {
  display: none;
}
.txt-priv ul li .icon {
  flex: 0 0 35px;
  max-width: 35px;
  margin-right: 10px;
}
.txt-priv h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.item-specialty {
  display: flex;
  align-items: center;
  background: #eeeeee;
  position: relative;
  height: 100%;
  padding: 20px;
}
.item-specialty h3 {
  font-size: 16px;
  font-weight: bold;
}
.item-specialty .icon {
  flex: 0 0 60px;
  max-width: 60px;
  margin-right: 16px;
}
.item-specialty a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  z-index: 2;
}

.box-specialty .col-md-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .box-specialty .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .list-blog .col-md-4 {
    margin-bottom: 20px;
  }
  .list-blog .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.item-blog {
  position: relative;
}
@media (max-width: 767px) {
  .item-blog {
    display: flex;
  }
}
.item-blog .avarta {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-blog .avarta {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.item-blog h3 a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.item-blog .desc {
  margin: 16px 0;
}
@media (max-width: 767px) {
  .item-blog .desc {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-blog .view-more {
    display: none;
  }
}
.item-blog .view-more a {
  color: #e82a2a;
}

.content-member {
  padding: 44px 0;
  background: #a9d2b6;
}
@media (max-width: 767px) {
  .content-member .container {
    padding: 0;
  }
}

.item-member {
  height: 100%;
  background: url("../images/bg-member.png") #84ba95 no-repeat center;
  background-size: cover;
  background-position: top;
  padding: 12px 12px 20px 12px;
  overflow: hidden;
  border-radius: 12px;
}
.item-member .btn-regis {
  position: relative;
  margin-top: -30px;
}
.item-member .info {
  padding: 16px 0 0 0;
}
.item-member .info h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .content-machine .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
  }
  .content-machine .col-md-6:last-child {
    margin-bottom: 0;
  }
}
.content-machine .col-md-6:first-child {
  flex: 0 0 45%;
  max-width: 45%;
}
.content-machine .col-md-6:last-child {
  flex: 0 0 55%;
  max-width: 55%;
}

.txt-machine p {
  margin-bottom: 20px;
}
.txt-machine p:last-child {
  margin-bottom: 0;
}

.box-progress .row {
  margin: 0 -2px;
}
.box-progress .row > div {
  padding: 0 2px;
}
@media (max-width: 1023px) {
  .box-progress .row > div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .box-progress .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.item-progress {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .item-progress {
    font-size: 14px;
  }
  .item-progress br {
    display: none;
  }
}
.item-progress .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 56% 24px 20px 24px;
}
.item-progress .info p {
  margin-bottom: 6px;
}
.item-progress .info p:last-child {
  margin-bottom: 0;
}

.box-banner-qc {
  padding: 40px 0;
  background: url("../images/bg-qc.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .box-banner-qc {
    padding: 24px 0;
  }
}

.box-register {
  padding: 40px 0;
  background: #e9e9e9;
}
@media (max-width: 767px) {
  .box-register {
    padding: 32px 0;
  }
}

.content-register {
  max-width: 1100px;
  padding: 3% 0;
  margin: 20px auto 0 auto;
}
@media (max-width: 767px) {
  .content-register {
    text-align: center;
    padding: 0;
  }
}
.content-register .avarta {
  position: relative;
  left: -20%;
  transform: scale(1.3);
}
@media (max-width: 767px) {
  .content-register .avarta {
    left: 0;
    transform: scale(1);
    padding: 24px 0;
  }
}
.content-register .hotline-regis {
  font-weight: bold;
  font-size: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .content-register .hotline-regis {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-register .hotline-regis {
    font-size: 24px;
    justify-content: center;
    margin-bottom: 12px;
  }
}
.content-register .hotline-regis .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .content-register .hotline-regis .icon {
    margin-right: 12px;
    flex: 0 0 32px;
    max-width: 32px;
  }
}

.plcae-time {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.form-regis {
  max-width: 830px;
  margin: 0 auto;
}
.form-regis .txt_field {
  width: 100%;
  height: 55px;
  padding: 0 32px;
  border-radius: 60px;
  outline: none;
  border: 0;
  background: #a9d2b6;
}

.item-feedback {
  display: flex;
}
@media (max-width: 767px) {
  .item-feedback {
    display: block;
  }
}
.item-feedback .avarta {
  flex: 0 0 93px;
  max-width: 93px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .item-feedback .avarta {
    max-width: 90px;
    margin: 0 auto 20px auto;
  }
}
.item-feedback .info {
  position: relative;
  padding-left: 55px;
}
.item-feedback .info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.item-feedback .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .box-gallery .container {
    padding: 0;
  }
}

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