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

p {
  margin: 0 0 20px 0 !important;
}

a {
  text-decoration: none !important;
  color: #000000;
  transition: 0.3s all !important;
  line-height: 1.5;
}
a:hover {
  color: #bf333b;
}

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

body {
  background: #f8f5f5;
  color: #000000;
  font-size: 16px;
  line-height: 1.65 !important;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}
body h1, body h2, body h3 h4, body h5 h6 {
  line-height: 1.05 !important;
}

.container {
  max-width: 1680px !important;
  width: 100%;
  padding: 0 40px !important;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px !important;
  }
}

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;
}

.wpcf7-form-control-wrap {
    display: block;
}

.txt_field {
  border-radius: 16px;
  border: 2px solid #cccccc;
  height: 52px;
  outline: none;
  width: 100%;
}

.area_field {
  border-radius: 16px;
  border: 2px solid #cccccc;
  height: 100px;
  outline: none;
  width: 100%;
}

.btn_field {
  height: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
}

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

.title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 18px;
  }
}
.title h2 {
  color: #bf333b;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 24px;
  }
}
.title .line {
  width: 184px;
  height: 4px;
  background: #cccccc;
  margin: 10px auto 0 auto;
}
@media (max-width: 767px) {
  .title .line {
    height: 3px;
  }
}

.bg-red {
  background: #bf333b;
}

.text-red {
  color: #bf333b;
}

.text-uppercase {
  text-transform: uppercase;
}

.border-left {
  border-left: 1px solid;
}

.swiper-button {
  width: 28px;
  height: 28px;
  margin: 0;
  z-index: 2;
  top: calc(50% - 14px);
}
.swiper-button:after {
  display: none;
}
.swiper-button.swiper-button-prev {
  left: -40px;
}
.swiper-button.swiper-button-next {
  right: -40px;
}

.head-pc {
  background: url("../images/bg-header.jpg") no-repeat center;
  background-size: cover;
}

.head-search {
  font-size: 14px;
}
.head-search input {
  width: 230px;
  height: 38px;
  background: #fff;
  border-radius: 40px;
  border: 0;
  outline: none;
  padding: 0 16px;
}
@media (max-width: 1600px) {
  .head-search input {
    width: 180px;
  }
}
.head-search button {
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.h-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.h-menu ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 60px;
  color: #fff;
}
@media (max-width: 1600px) {
  .h-menu ul a {
    padding: 0 16px;
  }
}
@media (max-width: 1364px) {
  .h-menu ul a {
    font-size: 13.5px;
  }
}
@media (max-width: 1200px) {
  .h-menu ul a {
    font-size: 12px;
    padding: 0 9px;
  }
}
.h-menu ul a:hover {
  background: #bf333b;
}

.header-mobile .logo img {
  max-height: 80px;
}
@media (max-width: 767px) {
  .header-mobile .logo img {
    max-height: 48px;
  }
}
@media (max-width: 767px) {
  .header-mobile a svg {
    width: 30px;
    height: auto;
  }
}
.header-mobile .menu-mm-right {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.header-mobile .i-search {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.search-mb {
  display: none;
}
.search-mb input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  outline: none;
}

#menu {
  z-index: 1001;
  display: none;
}
#menu.mm-menu_opened {
  display: block;
}

footer {
  color: #f8f5f5;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 6px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li a {
  color: #f8f5f5;
}
footer .info ul li {
  display: flex;
}
footer .info ul li .icon {
  flex: 0 0 22px;
  max-width: 22px;
  position: relative;
  top: 2px;
}
footer .info ul li p {
  padding-left: 10px;
  margin-bottom: 0 !important;
}

.item-srv {
  background-image: linear-gradient(to right, #fff5af, #ffa9f9);
}
.item-srv:nth-child(2n) {
  background-image: linear-gradient(to right, #cdfed9, #94b9fe);
}

.item-blog h3 a {
  transition: unset !important;
}
@media (min-width: 768px) {
  .item-blog:hover {
    background: #bf333b;
    color: #fff;
  }
  .item-blog:hover h3 a {
    color: #fff;
  }
}

.box-video iframe {
  width: 100%;
  height: 100%;
}

.content-single img {
  display: inline;
}

.form-single {
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  display: block;
}

.form-single form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}

.form-single .wpcf7 {
    width: 100%;
}
.form-single ul {
  display: flex;
  justify-content: center;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .form-single ul {
    flex-wrap: wrap;
  }
}
.form-single ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 767px) {
  .form-single ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .form-single ul li:last-child {
    margin-bottom: 0;
  }
}
.form-single .left-form {
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .form-single .left-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-submit {
  flex: 0 0 180px;
  max-width: 180px;
}
.single-submit .btn_field {
  background: red;
  font-weight: bold;
  color: #fff;
  border: 1px solid #aaa;
  height: 52px;
  border-radius: 16px;
}

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

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    font-style: italic;
    margin-top: 8px;
}

.wpcf7-response-output {
    margin: 16px 0 0 0 !important;
    width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
    border: 0 !important;
    font-weight: 600;
}

@media (max-width: 1023px) {
  .form-single form {
      display: block;
  }

  .form-single .left-form {
      max-width: 100%;
  }

  .single-submit {
      max-width: 100%;
  }
}

.content-single img {
    max-width: 100%;
    height: auto !important;
}

.content-single h2, .content-single h3, .content-single h4, .content-single h5, .content-single h6 {
    margin-bottom: 16px;
}

.content-single ol, .content-single ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 18px;
}

.content-single table {
    width: 100%;
    margin-bottom: 20px;
}

.content-single table td {
    padding: 4px;
    border: 1px solid;
}

.link-fter ul li a:hover {
    color: #da9a00;
}

.h-menu ul li {
    position: relative;
}

.h-menu ul.sub-menu li {
    padding: 0;
}

.h-menu ul.sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 300px;
    display: block;
    background: #da9a00;
    z-index: 2;
    transition: .3s all !important;
    pointer-events: none;
    opacity: 0;
}

.h-menu ul.sub-menu li a {width: 100%;display: block;height: auto;padding: 10px 16px;}

.h-menu ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: unset;
}

.h-menu ul li.current-menu-item a, .h-menu ul li.current-menu-parent a {
    background: #bf333b;
    color: #fff;
}

.social-fixed ul {
    list-style: none;
    display: block;
}

.social-fixed ul li {
    margin-bottom: 16px;
    @media (max-width: 767px) {
      margin-bottom: 10px;
    }
    img {
      max-width: 60px;
      @media (max-width: 767px) {
        max-width: 46px;
      }
    }
}

.social-fixed ul li:last-child {
    margin: 0;
}

.social-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1010;
    @media (max-width: 767px) {
      bottom: 10px;
      right: 10px;
    }
}

footer ul li a.call-hotline {
    width: 60px;
    height: 60px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    @media (max-width: 767px) {
      width: 46px;
      height: 46px;
      padding: 8px;
    }
}

footer ul li a.call-hotline img {
    max-width: 100%;
    max-height: 100%;
    animation: shake_htline 1.2s infinite;
}

@keyframes shake_htline {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-15deg); }
  30%  { transform: rotate(10deg); }
  40%  { transform: rotate(-10deg); }
  50%  { transform: rotate(5deg); }
  60%  { transform: rotate(-5deg); }
  70%, 100% { transform: rotate(0deg); }
}