@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: inside;
}

body {
  font-family: "Montserrat", "arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* PART 1 - truoc chuyen canh Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - hieu ung khi chuyen canh Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

blockquote {
  background: #e7f7d6;
  font-style: italic;
  padding: 10px 10px 10px 20px;
  border-style: solid;
  border: 1px solid #7CBC3A;
  margin-bottom: 20px;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
  table {
    width: 100% !important;
  }
}
#wrapper {
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 52px;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0 15px;
  }
}

@-webkit-keyframes stickMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home #wrapper,
._page-template-page-contact #wrapper {
  padding-top: 0;
}
.home #header,
._page-template-page-contact #header {
  background: none;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
#header.fixed {
  position: fixed;
  z-index: 999;
  border-bottom: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  -webkit-animation: stickMoveDown 0.6s;
  animation: stickMoveDown 0.6s;
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
#header .container {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .container {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    margin: 0;
  }
}
#header .logo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    height: 30px;
  }
}
#header .hotline {
  background: #0ca14a;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #header .hotline {
    display: none;
  }
}
#header .hotline a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 700;
  text-decoration: none;
}
#header .hotline a i {
  margin-right: 5px;
}
#header .hotline:hover {
  background: #fff;
}
#header .hotline:hover a {
  color: #0ca14a;
  line-height: 36px;
  padding: 0 18px;
  border: 2px solid #0ca14a;
}

#header .container #gnav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #header .container #gnav {
    background: #fafafa;
    width: 100%;
    height: calc(100vh - 50px);
    display: none;
    overflow: scroll;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    z-index: 9998;
  }
}
#header .container #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container #gnav ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
}
#header .container #gnav ul li:hover > a {
  color: #7CBC3A;
}
#header .container #gnav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li a {
    display: block;
    padding: 5px 20px;
    color: #333;
    font-weight: normal;
  }
}
#header .container #gnav ul li a:hover {
  color: #7CBC3A;
}
#header .container #gnav ul li.menu-item-has-children {
  position: relative;
}
#header .container #gnav ul li.menu-item-has-children:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li.menu-item-has-children:after {
    display: none;
  }
}
#header .container #gnav ul li.menu-item-has-children > .js-toggle_switch {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li.menu-item-has-children > .js-toggle_switch {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 8px;
    top: 5px;
    right: 20px;
    /*transform: translateY(-50%);*/
    z-index: 9999;
  }
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li.menu-item-has-children > .js-toggle_switch span {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
  }
  #header .container #gnav ul li.menu-item-has-children > .js-toggle_switch span:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #header .container #gnav ul li.menu-item-has-children > .js-toggle_switch span:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #333;
    position: absolute;
    top: 0;
    left: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
#header .container #gnav ul li.menu-item-has-children > .js-toggle_switch.is-open span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header .container #gnav ul li.menu-item-has-children a {
  padding-right: 30px;
}
#header .container #gnav ul li ul {
  min-width: 340px;
  display: none;
  background: #fafafa;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*border-radius: 10px;*/
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li ul {
    position: static;
    display: none;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #f0f0f0;
    border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    padding: 0 20px;
  }
}
#header .container #gnav ul li ul li {
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
#header .container #gnav ul li ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li ul li:after {
    display: none;
  }
}
#header .container #gnav ul li ul li:last-child {
  border: none;
}
#header .container #gnav ul li ul li:hover:after {
  border-left: 4px solid #7CBC3A;
}
#header .container #gnav ul li ul li a {
  display: block;
  padding-left: 25px;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #header .container #gnav ul li ul li a {
    color: #333;
    position: relative;
  }
  #header .container #gnav ul li ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
}
#header .container #gnav ul li ul li a:hover {
  background: #fff;
  color: #7CBC3A;
}
#header .container #gnav ul li.btn a {
  background: #2A3794;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .container #gnav ul li.btn a:hover {
  opacity: 0.8;
}
#header .container #menu-sp {
  width: 35px;
  height: 30px;
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .container #menu-sp {
    display: block;
  }
}
#header .container #menu-sp span {
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container #menu-sp span:nth-child(1) {
  top: 7px;
}
#header .container #menu-sp span:nth-child(2) {
  top: 15px;
  right: 0;
  width: 25px;
}
#header .container #menu-sp span:nth-child(3) {
  top: 23px;
}
#header .container #menu-sp.is-open span {
  -webkit-transform: skewX(0);
          transform: skewX(0);
}
#header .container #menu-sp.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
#header .container #menu-sp.is-open span:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  /*display: none;*/
}
#header .container #menu-sp.is-open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box-shadow,
.widget {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .box-shadow,
  .widget {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
  }
}

.sub-visual {
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
.sub-visual > .container {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sub-visual > .container {
    min-height: 200px;
  }
}
.sub-visual > .container h1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .sub-visual > .container h1 {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sub-visual > .container #breadcrumbs {
  padding: 0px;
  border: 0;
}
.sub-visual > .container #breadcrumbs span {
  color: #fff;
}
.sub-visual > .container #breadcrumbs span a {
  color: #fff;
}

#main {
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .title {
    font-size: 20px;
    line-height: 30px;
  }
}
#main .title-other {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
#main .title-other:before {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  border-radius: 2px;
  background: #7CBC3A;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#main .content-full {
  width: 100%;
}
#main .content {
  width: calc(100% - 430px);
}
@media screen and (max-width: 1024px) {
  #main .content {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  #main .content {
    width: 100%;
  }
}
#main .sidebar {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  #main .sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #main .sidebar {
    width: 100%;
  }
}
#main .sidebar #menu-service {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main .sidebar #menu-service li {
  padding: 0;
  border-bottom: 2px dashed #d8d8d8;
}
#main .sidebar #menu-service li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main .sidebar #menu-service li a:hover {
  color: #7CBC3A;
}

.page-container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .page-container {
    margin: 0 15px 0;
  }
}

#breadcrumbs {
  /*max-width: 1144px;
  margin: 0 auto;*/
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
#breadcrumbs a {
  color: #333;
  text-decoration: none;
}
#breadcrumbs i {
  font-size: 8px;
}

.navigation {
  margin-bottom: 30px;
}
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation .nav-links .nav-previous a,
.navigation .nav-links .nav-next a {
  text-decoration: underline;
  color: #333;
}

.widget_search form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_search form > div input[type=text] {
  width: calc(100% - 80px);
  border: 1px solid #d8d8d8;
  border-right: 0;
  display: block;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  outline: none;
}
.widget_search form > div input[type=submit] {
  width: 80px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background: #7CBC3A;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_search form > div input[type=submit]:hover {
  background: #2A3794;
}

.widget {
  margin-bottom: 30px;
}
.widget .widget-title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.widget .widget-title:before {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  border-radius: 2px;
  background: #7CBC3A;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.widget .recent-posts {
  display: block;
  margin: 0;
  padding: 0;
}
.widget .recent-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ebebeb;
}
.widget .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget .recent-posts li .thumb {
  width: 100%;
  margin-right: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.widget .recent-posts li .thumb:hover {
  opacity: 0.8;
}
.widget .recent-posts li .desc {
  width: calc(100% - 120px);
}
.widget .recent-posts li .desc .tit {
  font-size: 16px;
  line-height: 20px;
}
.widget .recent-posts li .desc .tit a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .recent-posts li .desc .tit a:hover {
  color: #7CBC3A;
}
.widget .recent-posts li .desc p {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.widget .service-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget .service-posts li {
  list-style: none;
  padding: 0;
  background: #7CBC3A;
  border-bottom: 1px solid #fff;
}
.widget .service-posts li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .service-posts li a:hover {
  /*color: $subColor;*/
}
.widget .service-posts li a:hover span {
  background: #7CBC3A;
  color: #fff;
}
.widget .service-posts li a span {
  display: block;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  width: 40px;
  height: 40px;
  color: #7CBC3A;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
  background: #fff;
  /*border-radius: 20px;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .service-posts li a p {
  width: calc(100% - 40px);
  line-height: 20px;
  padding-left: 10px;
}

/**************************/
#footer {
  background: #444444;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .inner {
  padding: 70px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .inner .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer .inner .col:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#footer .inner .col .logo_bottom {
  margin-bottom: 10px;
}
#footer .inner .col .logo_bottom img {
  width: 250px;
}
#footer .inner .col h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#footer .inner .col ul.info {
  padding: 0;
  list-style: none;
}
#footer .inner .col ul.info li {
  margin-bottom: 10px;
}
#footer .inner .col ul.info li a {
  color: #fff;
  text-decoration: none;
}
#footer .inner .col .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer .inner .col .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .inner .col .sns li {
  list-style: none;
  margin: 0;
}
#footer .inner .col .sns li:first-child {
  margin-left: 0;
}
#footer .inner .col .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  /*border: 1px solid #333;*/
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .inner .col .sns li a i {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
#footer .inner .col .menu {
  margin: 0;
  padding: 0;
}
#footer .inner .col .menu li {
  margin-bottom: 10px;
}
#footer .inner .col .menu li:last-child {
  margin-bottom: 0;
}
#footer .inner .col .menu li a {
  color: #fff;
  text-decoration: none;
}
#footer .inner .col .menu li a:hover {
  text-decoration: underline;
}
#footer .copyright {
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 10px 0;
}
#footer .copyright a {
  text-decoration: none;
  color: #fff;
}
#footer .copyright a:hover {
  text-decoration: underline;
}

/* Button */
.btn-default a {
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  background: #7CBC3A;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #7CBC3A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-default a:hover {
  background: #fff;
  color: #7CBC3A;
  border: 1px solid #7CBC3A;
}
.btn-default.btn-small a {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}
.btn-default.btn-small a i {
  font-size: 12px;
}

.pagination_bar {
  margin: 10px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination_bar .page-numbers {
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination_bar .page-numbers:hover, .pagination_bar .page-numbers.current {
  background: #7CBC3A;
  padding: 5px 20px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #7CBC3A;
}

.date-post {
  font-size: 14px;
  margin-bottom: 20px;
}

.post-thumbnail {
  margin-bottom: 20px;
}

#gotop {
  width: 40px;
  height: 40px;
  background: #7CBC3A;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media screen and (max-width: 415px) {
  #gotop {
    right: 20px;
    bottom: 20px;
  }
}
#gotop:hover {
  cursor: pointer;
}
#gotop.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.updating {
  display: block;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  color: #f00;
}

.hotline {
  position: fixed;
  visibility: visible;
  background-color: #0b52d0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 11;
  left: 15px;
  bottom: 80px;
  display: block;
}

.hotline a {
  display: block;
  padding: 15px;
}

.hotline img {
  width: 20px;
  height: 20px;
}

.call {
  position: fixed;
  visibility: visible;
  background-color: transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: 10px;
  bottom: 0;
  display: block;
}

.call .call-circle {
  width: 80px;
  height: 80px;
  top: 1px;
  left: 1px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ef4636;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.call .call-circle-fill {
  width: 60px;
  height: 60px;
  top: 11px;
  left: 11px;
  position: absolute;
  background-color: rgba(239, 70, 54, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.call .call-img-circle {
  background-color: #ef4636;
  width: 40px;
  height: 40px;
  top: 21px;
  left: 21px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call .call-img-circle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call .call-img-circle a img {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/*.call_zalo {
	position: fixed;
	bottom: 50%;
	right: 15px;
	z-index: 99;
	transform: translateY(-60px);
	@include max-screen(415px) { 
		bottom: 50px;
		right: 5px;
	}
	img {
		width: 40px;
	}
}*/
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zalo {
  position: fixed;
  visibility: visible;
  background-color: #0b52d0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 11;
  left: 15px;
  bottom: 20px;
  display: block;
}
.zalo a:hover {
  opacity: 0.8;
}
.zalo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .wp-caption {
    width: 100% !important;
  }
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
}

.js-show {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s ease 0.25s;
  transition: all 0.3s ease 0.25s;
}
.js-show.delay-2s {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
@media screen and (max-width: 415px) {
  .js-show.delay-2s {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.js-show.delay-4s {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
@media screen and (max-width: 415px) {
  .js-show.delay-4s {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.js-show.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main-visual {
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
#main-visual .container {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  #main-visual .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 70px;
  }
}
#main-visual .container .desc {
  max-width: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main-visual .container .desc {
    width: 100%;
    max-width: unset;
    text-align: justify;
  }
}
#main-visual .container .desc h1 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main-visual .container .desc h1 {
    font-size: 20px;
  }
}
#main-visual .container .desc h1 strong {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #main-visual .container .desc h1 strong {
    font-size: 24px;
  }
}
#main-visual .container .desc ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}
#main-visual .container .desc ul li {
  margin-bottom: 5px;
  padding-left: 26px;
  background: url(../img/ico-check-2.svg) left 2px no-repeat;
  background-size: 20px auto;
}
#main-visual .container .desc .txt {
  margin-bottom: 20px;
}
#main-visual .container .desc .btn {
  display: inline;
}
#main-visual .container .desc .btn a {
  background: #00b09b; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#96c93d), to(#00b09b));
  background: linear-gradient(to right, #96c93d, #00b09b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  padding: 0 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-visual .container .desc .btn a:hover {
  color: #fff;
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
#main-visual .container .photo {
  width: 50%;
  text-align: right;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 768px) {
  #main-visual .container .photo {
    width: 100%;
  }
}
#main-visual .container .photo img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
#main-visual .container .form {
  width: 400px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #main-visual .container .form {
    width: 100%;
    max-width: 400px;
    display: none;
  }
}
#main-visual .container .form .tit {
  font-weight: bold;
  margin-bottom: 20px;
}
#main-visual .container .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-visual .container .form form input[type=text],
#main-visual .container .form form input[type=tel] {
  background-color: #fff;
  color: #333;
  font-family: inherit;
  width: 100%;
  height: 40px;
  display: block;
  border: 0;
  border-radius: 3px;
  padding-left: 15px;
  outline: none;
}
#main-visual .container .form form input[type=text].error,
#main-visual .container .form form input[type=tel].error {
  border: 1px solid #f00;
}
#main-visual .container .form form select {
  font-family: inherit;
  height: 40px;
  border: 0;
  background-color: #fff;
  padding-left: 15px;
  border-radius: 3px;
  color: #333;
}
#main-visual .container .form form select.error {
  border: 1px solid #f00;
}
#main-visual .container .form form textarea {
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  height: 100px;
  display: block;
  border: 0;
  padding: 10px 10px 10px 15px;
  outline: none;
}
#main-visual .container .form form textarea.error {
  border: 1px solid #f00;
}
#main-visual .container .form form input[type=submit] {
  font-family: inherit;
  display: inline-block;
  margin: 0 auto;
  background: #ef6537;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 25px;
  padding: 0 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-visual .container .form form input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
#main-visual .container .form form label.error {
  display: none !important;
}
#main-visual .container .form .multi-select-container {
  display: inline-block;
  position: relative;
}
#main-visual .container .form .multi-select-menu {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
  float: left;
  min-width: 100%;
  background: #fff;
  padding: 15px;
  display: none;
  max-height: 200px;
  overflow: auto;
}
#main-visual .container .form .multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}
#main-visual .container .form .multi-select-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 13px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  cursor: default;
}
#main-visual .container .form .multi-select-button:after {
  float: right;
  margin-top: 17px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}
#main-visual .container .form .multi-select-container--open .multi-select-menu {
  display: block;
}
#main-visual .container .form .multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
#main-visual .container .form .multi-select-menuitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main-visual .container .form .multi-select-menuitem {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
.list li {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../img/home/ico-check.svg) 0 6px no-repeat;
  background-size: 18px auto;
}
.list li:last-child {
  margin-bottom: 0;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
@media screen and (max-width: 1170px) {
  #about {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .inner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #about .inner {
    width: 100%;
    padding: 0 10px 30px 10px;
  }
}
#about .inner .desc {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  #about .inner .desc {
    max-width: unset;
  }
}
#about .inner .desc h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .inner .desc h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about .inner .desc h2 strong {
    font-size: 24px;
  }
}
#about .inner .desc p {
  text-align: justify;
  margin-bottom: 10px;
}
#about .inner .desc p:last-child {
  margin-bottom: 0;
}
#about .inner .desc ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .inner .desc ul li {
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(../img/ico-check.svg) left 2px no-repeat;
  background-size: 20px auto;
}
#about .thumb {
  width: 50%;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1440px) {
  #about .thumb {
    /*margin-left: 40px;*/
  }
}
@media screen and (max-width: 768px) {
  #about .thumb {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#about .thumb img {
  width: 100%;
  /*height: 70%;*/
  max-width: 550px;
}

#training .container {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #training .container {
    padding: 30px 0;
  }
}
#training .container h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #training .container h2 {
    font-size: 24px;
  }
}
#training .container h2::after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  border-radius: 3px;
  background-color: #7CBC3A;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#training .container .lead-txt {
  text-align: center;
  margin-bottom: 30px;
}
#training .container .training-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
#training .container .training-list li {
  width: calc((100% - 90px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2A3794;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 0 10px 0;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 768px) {
  #training .container .training-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #training .container .training-list li {
    width: 100%;
  }
}
#training .container .training-list li:hover {
  background-color: #EEF6FE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#training .container .training-list li:hover .thumb {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 5px solid #EEF6FE;
}
#training .container .training-list li:hover h3 a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #2A3794;
}
#training .container .training-list li .thumb {
  margin-bottom: 10px;
  border: 5px solid #2A3794;
}
#training .container .training-list li .thumb img {
  width: 100%;
  height: auto;
}
#training .container .training-list li h3 {
  font-size: 18px;
  text-align: center;
}
#training .container .training-list li h3 a {
  color: #fff;
  text-decoration: none;
}

#testimonial .container {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #testimonial .container {
    padding: 30px 0;
  }
}
#testimonial .container h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #testimonial .container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#testimonial .container .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#testimonial .container .testimonial .testimonial-box {
  width: calc((100% - 30px) / 2);
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}
#testimonial .container .testimonial .testimonial-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#testimonial .container .testimonial .testimonial-box .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile .name-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile .name-user strong {
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
#testimonial .container .testimonial .testimonial-box .box-top .profile .name-user span {
  color: #979797;
  font-size: 0.8rem;
}
#testimonial .container .testimonial .testimonial-box .box-top .reviews {
  color: #f9d71c;
}
#testimonial .container .testimonial .testimonial-box .client-comment p {
  font-size: 0.9rem;
  color: #4b4b4b;
}

#solution {
  background: #EEF6FE;
}
#solution .container {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #solution .container {
    padding: 30px 0;
  }
}
#solution .container h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #solution .container h2 {
    font-size: 24px;
  }
}
#solution .container h2::after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  border-radius: 3px;
  background-color: #7CBC3A;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#solution .container .lead-txt {
  text-align: center;
  margin-bottom: 30px;
}
#solution .container .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  #solution .container .solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#solution .container .solution:last-child {
  border: 0;
}
#solution .container .solution:nth-child(even) .thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #solution .container .solution:nth-child(even) .thumb {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#solution .container .solution:nth-child(even) .desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  #solution .container .solution:nth-child(even) .desc {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
#solution .container .solution .thumb {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #solution .container .solution .thumb {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
}
#solution .container .solution .thumb img {
  width: 100%;
  max-width: 450px;
  border: 4px solid #7CBC3A;
}
@media screen and (max-width: 768px) {
  #solution .container .solution .thumb img {
    margin: 0 auto;
  }
}
#solution .container .solution .desc {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #solution .container .solution .desc {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#solution .container .solution .desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #solution .container .solution .desc h3 {
    font-size: 20px;
  }
}
#solution .container .solution .desc p {
  text-align: justify;
  margin-bottom: 10px;
}
#solution .container .solution .desc ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px 0;
  padding: 0;
}
#solution .container .solution .desc ul li {
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(../img/ico-check.svg) left 2px no-repeat;
  background-size: 20px auto;
}
#solution .container .solution .desc .btn a.hover-effect {
  position: relative;
  color: #fff;
  display: inline-block;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #7CBC3A;
  text-decoration: none;
  background: #00b09b; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#96c93d), to(#00b09b));
  background: linear-gradient(to right, #96c93d, #00b09b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-transition: background-color 0.25s linear, color 0.25s linear;
  transition: background-color 0.25s linear, color 0.25s linear;
  overflow: clip;
}
#solution .container .solution .desc .btn a.hover-effect span {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#solution .container .solution .desc .btn a.hover-effect span:last-child {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#solution .container .solution .desc .btn a.hover-effect span i {
  font-size: 14px;
}
#solution .container .solution .desc .btn a.hover-effect:hover {
  text-decoration: none;
  color: #fff;
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
#solution .container .solution .desc .btn a.hover-effect:hover span:first-child {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
#solution .container .solution .desc .btn a.hover-effect:hover span:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.ctn-form {
  background: url(../img/bg_form.png) center bottom no-repeat;
  background-size: cover;
  padding: 80px 0 50px;
  position: relative;
}
.ctn-form::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/wave4.svg) top center no-repeat;
}
.ctn-form::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_form_2.png) top left no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.ctn-form .container {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ctn-form .container {
    padding: 0px 15px 40px;
  }
}
.ctn-form .container h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ctn-form .container h2 {
    font-size: 30px;
  }
}
.ctn-form .container h2::after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  border-radius: 3px;
  background-color: #7CBC3A;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ctn-form .container .lead-txt {
  text-align: center;
  max-width: 830px;
  margin: 0 auto 30px;
}
.ctn-form .inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ctn-form .inner {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .ctn-form .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 20px 20px;
  }
}
.ctn-form .inner .desc {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .ctn-form .inner .desc {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.ctn-form .inner .desc h3 {
  margin-bottom: 10px;
}
.ctn-form .inner .desc .txt {
  font-size: 16px;
  max-width: 400px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .ctn-form .inner .desc .txt {
    max-width: unset;
  }
}
.ctn-form .inner .form-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.ctn-form .inner .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctn-form .inner .form-wrap form .error-message {
  font-size: 14px;
}
.ctn-form .inner .form-wrap .form-group {
  width: calc(50% - 8px);
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .ctn-form .inner .form-wrap .form-group {
    width: 100%;
  }
}
.ctn-form .inner .form-wrap .form-group-full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.ctn-form .inner .form-wrap .form-group-full p {
  width: 100%;
}
.ctn-form .inner .form-wrap p {
  margin: 0;
}
.ctn-form .inner .form-wrap input[type=text],
.ctn-form .inner .form-wrap input[type=tel] {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
}
.ctn-form .inner .form-wrap input[type=text]::-webkit-input-placeholder, .ctn-form .inner .form-wrap input[type=tel]::-webkit-input-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]::-moz-placeholder, .ctn-form .inner .form-wrap input[type=tel]::-moz-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]:-ms-input-placeholder, .ctn-form .inner .form-wrap input[type=tel]:-ms-input-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]::-ms-input-placeholder, .ctn-form .inner .form-wrap input[type=tel]::-ms-input-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]::placeholder,
.ctn-form .inner .form-wrap input[type=tel]::placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]:-moz-placeholder,
.ctn-form .inner .form-wrap input[type=tel]:-moz-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]::-ms-input-placeholder,
.ctn-form .inner .form-wrap input[type=tel]::-ms-input-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap input[type=text]:-ms-input-placeholder,
.ctn-form .inner .form-wrap input[type=tel]:-ms-input-placeholder {
  color: #333333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  font-family: inherit;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  outline: none;
  appearance: none; /* Ẩn mũi tên mặc định */
  -webkit-appearance: none; /* Ẩn mũi tên trên Safari */
  -moz-appearance: none; /* Ẩn mũi tên trên Firefox */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%23333%22 d%3D%22M0 0L2 2L4 0z%22/%3E%3C/svg%3E"); /* Icon mũi tên hướng xuống */
  background-repeat: no-repeat;
  background-position: right 15px top 23px;
  background-size: 10px;
  outline: none; /* Xóa đường viền khi focus */
}
.ctn-form .inner .form-wrap select::-webkit-input-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select::-moz-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select:-ms-input-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select::-ms-input-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select::placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select:-moz-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select::-ms-input-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap select:-ms-input-placeholder {
  color: #333;
  font-family: inherit;
}
.ctn-form .inner .form-wrap .radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #c141b2;
  border-radius: 5px;
  padding: 10px;
}
.ctn-form .inner .form-wrap .radio input[type=radio] {
  margin: 0;
}
.ctn-form .inner .form-wrap button[type=submit],
.ctn-form .inner .form-wrap input[type=submit] {
  background-color: #333333;
  border-radius: 30px;
  border: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 40px;
  display: block;
  margin: 0 auto;
  font-family: inherit;
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
@media screen and (max-width: 430px) {
  .ctn-form .inner .form-wrap button[type=submit],
  .ctn-form .inner .form-wrap input[type=submit] {
    width: 100%;
  }
}
.ctn-form .inner .form-wrap button[type=submit]:hover,
.ctn-form .inner .form-wrap input[type=submit]:hover {
  cursor: pointer;
}

.acf-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.acf-video-wrapper * {
  margin: 0;
  padding: 0;
}
.acf-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.page-register {
  width: 100%;
  background: url(../img/bg_form.png) center center no-repeat;
  background-size: cover;
  /* padding: 100px 0; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  position: relative;
}
.page-register .container {
  height: 100vh;
}
.page-register .reg-form {
  max-width: 500px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.7);
}
.page-register .reg-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.page-register .reg-form ul {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.page-register .reg-form ul li {
  text-align: left;
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 1.8;
}
.page-register .reg-form ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #0b52d0;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-register .reg-form ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #0b52d0;
  position: absolute;
  left: 3px;
  top: 10px;
}

.post-content {
  margin-bottom: 30px;
}
.post-content *:has(img) {
  border-radius: 5px;
  overflow: hidden;
}
.post-content *:has(img) img {
  border-radius: 5px;
}
.post-content p {
  margin-bottom: 15px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content a {
  color: #7CBC3A;
  text-decoration: none;
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.post-list .item {
  width: calc((100% - 60px) / 3);
  background-color: #EEF6FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-list .item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .post-list .item {
    width: 100%;
  }
}
.post-list .item .thumb {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.post-list .item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-list .item .thumb img:hover {
  opacity: 0.8;
}
.post-list .item .desc {
  padding: 15px;
}
.post-list .item .desc .tit {
  font-size: 20px;
  line-height: 30px;
}
.post-list .item .desc .tit a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-list .item .desc .tit a:hover {
  color: #7CBC3A;
}
.post-list .item .desc .date {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}
.service-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service-list {
    gap: 30px;
  }
}
.service-list .item {
  width: calc((100% - 80px) / 3);
  text-align: center;
  -webkit-box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
          box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
@media screen and (max-width: 768px) {
  .service-list .item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .service-list .item {
    width: 100%;
  }
}
.service-list .item .thumb {
  border-radius: 5px;
  overflow: hidden;
}
.service-list .item .thumb img {
  width: 100%;
  height: auto;
}
.service-list .item h2 a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
}
.service-list .item h2 a:hover {
  color: #2A3794;
}
.service-list .item:hover h2 a {
  color: #2A3794;
}

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .project-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.project-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
          box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.project-list .item .desc {
  padding: 20px;
}
.project-list .item .desc h3 {
  margin-bottom: 10px;
}
.project-list .item .desc h3 a {
  color: #333;
  font-size: 20px;
  text-decoration: none;
}
.project-list .item .desc .excerpt {
  text-align: justify;
  margin-bottom: 10px;
}
.project-list .item .desc .btn-default {
  text-align: right;
}

.related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.related-post .item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .related-post .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 414px) {
  .related-post .item {
    width: 100%;
  }
}
.related-post .item .thumb {
  overflow: hidden;
}
.related-post .item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.related-post .item .thumb:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.related-post .item h3 {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px;
}
.related-post .item h3 a {
  color: #333;
  text-decoration: none;
}
.related-post .item .desc {
  padding: 0 15px 20px;
  border-bottom: 1px solid #ebebeb;
}
.related-post .item .date {
  font-size: 14px;
  padding: 5px 0;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.ez-toc-title-container {
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  background: #7CBC3A;
}

@-webkit-keyframes shine {
  100% {
    left: 135%;
  }
}
@keyframes shine {
  100% {
    left: 135%;
  }
}
.contact-page {
  width: 100%;
  padding-bottom: 40px;
}
.contact-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact-page .inner .contact-info {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-page .inner .contact-info {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.contact-page .inner .contact-info p {
  margin-bottom: 15px;
}
.contact-page .inner .contact-info p:last-child {
  margin-bottom: 0;
}
.contact-page .inner .contact-form {
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  .contact-page .inner .contact-form {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.contact-page .inner .contact-form h1 {
  font-size: 24px;
  text-align: center;
  color: #2A3794;
  margin-bottom: 10px;
}
.contact-page .map-wrap {
  width: 100%;
  border: 4px solid #ebebeb;
  padding: 0;
}

.page-404 .face {
  width: 300px;
  height: 300px;
  border: 4px solid #383A41;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .page-404 .face {
    margin-top: 40px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-404 .face .band {
  width: 350px;
  height: 27px;
  border: 4px solid #383A41;
  border-radius: 5px;
  margin-left: -25px;
  margin-top: 50px;
  position: relative;
}
.page-404 .face .band .red {
  height: 33.3333333333%;
  width: 100%;
  background-color: #EB6D6D;
}
.page-404 .face .band .white {
  height: 33.3333333333%;
  width: 100%;
  background-color: #FFFFFF;
}
.page-404 .face .band .blue {
  height: 33.3333333333%;
  width: 100%;
  background-color: #5E7FDC;
}
.page-404 .face .band:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 999;
}
.page-404 .face .band:after {
  content: "";
  display: inline-block;
  height: 27px;
  width: 30px;
  background-color: rgba(56, 58, 65, 0.3);
  position: absolute;
  z-index: 999;
  right: 0;
  margin-top: -27px;
}
.page-404 .face .eyes {
  width: 128px;
  margin: 0 auto;
  margin-top: 40px;
}
.page-404 .face .eyes:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  border: 7px solid #383A41;
  margin-right: 20px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 0;
}
.page-404 .face .eyes:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  border: 7px solid #383A41;
  margin-left: 20px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 0;
}
.page-404 .face .dimples {
  width: 180px;
  margin: 0 auto;
  margin-top: 15px;
}
.page-404 .face .dimples:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 80px;
  border-radius: 50%;
  background-color: rgba(235, 109, 109, 0.4);
}
.page-404 .face .dimples:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 80px;
  border-radius: 50%;
  background-color: rgba(235, 109, 109, 0.4);
}
.page-404 .face .mouth {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background-color: #383A41;
  margin: 0 auto;
  margin-top: 25px;
}
.page-404 h1 {
  font-weight: bold;
  color: #7CBC3A;
  text-align: center;
  font-size: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .page-404 h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}
.page-404 .btn {
  padding: 20px;
  background-color: #7CBC3A;
  color: white;
  text-transform: uppercase;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 480px) {
  .page-404 .btn {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    width: 200px;
  }
}
.page-404 .btn:hover {
  background-color: #2A3794;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.comments-area {
  font-size: 14px;
}
.comments-area .comments-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list ul.children {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.comments-area .comment-wrap {
  border-bottom: 1px solid #f4f5f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comments-area .comment-wrap a {
  text-decoration: none;
  color: #333;
}
.comments-area .comment-wrap .comment-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.comments-area .comment-wrap .comment-body {
  width: calc(100% - 80px);
  position: relative;
}
.comments-area .comment-wrap .comment-body .comment-author,
.comments-area .comment-wrap .comment-body .comment-author a {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-weight: 700;
}
.comments-area .comment-wrap .comment-body .comment-date {
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.comments-area .comment-wrap .comment-body .comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  background: #f4f5f7;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.comments-area .comment-wrap .comment-body .comment-reply:hover {
  background: #7CBC3A;
}
.comments-area .comment-wrap .comment-body .comment-reply:hover a {
  color: #fff;
}
.comments-area .comment-respond .logged-in-as a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.comments-area .comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}
.comments-area .comment-respond .comment-form-comment {
  width: 100%;
  margin-bottom: 10px;
}
.comments-area .comment-respond .comment-form-comment label {
  font-weight: 500;
}
.comments-area .comment-respond .comment-notes {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email,
.comments-area .comment-respond .comment-form-url {
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email,
  .comments-area .comment-respond .comment-form-url {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
  font-weight: 500;
}
.comments-area .comment-respond .cancel-comment-reply-link {
  color: #333;
  padding-left: 20px;
}
.comments-area .comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments-area .comment-respond .comment-form .comment-form-url {
  width: 100%;
}
.comments-area .comment-respond .comment-form input[type=submit] {
  border-radius: 3px;
}
.comments-area .comment-respond .comment-form .error {
  color: #f00;
  font-size: 12px;
}

.depth-2 .comment-wrap {
  padding-left: 20px;
}

.depth-3 .comment-wrap {
  padding-left: 40px;
}

.depth-4 .comment-wrap {
  padding-left: 60px;
}

.depth-5 .comment-wrap {
  padding-left: 80px;
}

.depth-6 .comment-wrap {
  padding-left: 100px;
}

.depth-7 .comment-wrap {
  padding-left: 120px;
}

.depth-8 .comment-wrap {
  padding-left: 140px;
}

.depth-9 .comment-wrap {
  padding-left: 160px;
}

.depth-10 .comment-wrap {
  padding-left: 180px;
}

.about-service {
  /*background: #edf5ff;*/
}
.about-service .container {
  padding: 50px 0;
}
.about-service .container h2 {
  text-align: center;
  color: #333;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.about-service .container h2:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #2A3794;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-service .container .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-service .container .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-service .container .service-list .item {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*      &:before {
          content: '';
          z-index: 1;
          height: 150px;
          width: 255px;
          background-image: -webkit-linear-gradient(120deg,#0841c6,#05c6fb);
          background-image: -moz-linear-gradient(120deg,#0841c6,#05c6fb);
          background-image: -ms-linear-gradient(120deg,#0841c6,#05c6fb);
          background-image: -o-linear-gradient(120deg,#0841c6,#05c6fb);
          background-image: linear-gradient(120deg,#0841c6,#05c6fb);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0841c6',endColorStr='#05c6fb');
          position: absolute;
          border-radius: 38px;
          top: -55px;
          left: -62px;
          transform: rotate(-44deg);
          transition: all 300ms linear 0ms;
          opacity: .1;
        }*/
}
.about-service .container .service-list .item:hover {
  /*transform: translateY(-20px);*/
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
}
.about-service .container .service-list .item:hover .thumb {
  /*background: $mainColor;*/
  /*-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;*/
}
.about-service .container .service-list .item:hover .thumb img {
  /* -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
   animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}
@media screen and (max-width: 768px) {
  .about-service .container .service-list .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about-service .container .service-list .item:last-child {
    margin-bottom: 0;
  }
}
.about-service .container .service-list .item .thumb {
  width: 100px;
  height: 100px;
  padding: 25px;
  background: #7CBC3A;
  border-radius: 50%;
  /*-webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.about-service .container .service-list .item .thumb img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .about-service .container .service-list .item .thumb img {
    max-width: 300px;
  }
}
.about-service .container .service-list .item .box-desc {
  padding: 15px 0;
}
.about-service .container .service-list .item .box-desc h3 {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.about-service .container .service-list .item .box-desc h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.about-service .container .service-list .item .box-desc h3 a:hover {
  color: #2A3794;
}
.about-service .container .service-list .item .btn-default {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .about-service .container .service-list .item .btn-default {
    text-align: center;
  }
}

.about-point {
  background: #edf5ff;
}
.about-point .container {
  padding: 50px 0 0;
}
.about-point .container h2 {
  text-align: center;
  color: #333;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.about-point .container h2:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #2A3794;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-point .container .point-list {
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-point .container .point-list li {
  width: calc((100% - 40px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 50px 15px 15px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .about-point .container .point-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 414px) {
  .about-point .container .point-list li {
    width: 100%;
  }
}
.about-point .container .point-list li .num {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #7CBC3A;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  /*&:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: $subColor repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 0;
  }*/
}
.about-point .container .point-list li h3 {
  color: #7CBC3A;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-contact {
  margin-bottom: 50px;
}
.about-contact .container h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #7CBC3A;
  padding: 10px;
}
.about-contact .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 414px) {
  .about-contact .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-contact .container .inner .box-l,
.about-contact .container .inner .box-r {
  width: 33.3333333333%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 414px) {
  .about-contact .container .inner .box-l,
  .about-contact .container .inner .box-r {
    width: 100%;
  }
}
.about-contact .container .inner .box-l h3,
.about-contact .container .inner .box-r h3 {
  color: #7CBC3A;
  font-size: 24px;
  margin-bottom: 10px;
}
.about-contact .container .inner .box-l .address,
.about-contact .container .inner .box-r .address {
  margin-bottom: 20px;
  text-align: center;
}
.about-contact .container .inner .box-l {
  border-right: 1px solid #ebebeb;
}
@media screen and (max-width: 414px) {
  .about-contact .container .inner .box-l {
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
}

.shake-vertical {
  -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
.vibrate-1 {
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.form-group {
  margin-bottom: 10px;
}

form input[type=text],
form input[type=email],
form input[type=tel] {
  background-color: #fff;
  color: #333;
  font-family: inherit;
  width: 100%;
  height: 40px;
  display: block;
  border: 0;
  padding-left: 15px;
  outline: none;
  border: 1px solid #d8d8d8;
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder {
  color: #333;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder {
  color: #333;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder {
  color: #333;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder {
  color: #333;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder {
  color: #333;
}
form input[type=text].error,
form input[type=email].error,
form input[type=tel].error {
  border: 1px solid #f00;
}
form select {
  width: 100%;
  font-family: inherit;
  height: 40px;
  border: 0;
  background-color: #fff;
  padding-left: 15px;
  color: #333;
}
form select.error {
  border: 1px solid #f00;
}
form textarea {
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  height: 100px;
  display: block;
  border: 0;
  padding: 10px 10px 10px 15px;
  outline: none;
  border: 1px solid #d8d8d8;
}
form textarea::-webkit-input-placeholder {
  color: #333;
}
form textarea::-moz-placeholder {
  color: #333;
}
form textarea:-ms-input-placeholder {
  color: #333;
}
form textarea::-ms-input-placeholder {
  color: #333;
}
form textarea::placeholder {
  color: #333;
}
form textarea.error {
  border: 1px solid #f00;
}
form input[type=submit] {
  background-color: #333333;
  border-radius: 30px;
  border: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 40px;
  display: block;
  margin: 0 auto;
  font-family: inherit;
  background-color: #da223e;
  background-image: linear-gradient(43deg, #da223e 0%, #c141b2 46%, #283794 100%);
}
@media screen and (max-width: 430px) {
  form input[type=submit] {
    width: 100%;
  }
}
form input[type=submit]:hover {
  cursor: pointer;
}
form label.error {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  margin-bottom: 0px;
  position: relative;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 3px;
  opacity: 0.8;
  color: #f00;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 14px;
}

.multi-select-container {
  width: 100%;
}