/*
Theme Name: DoVanBao
Theme URI: http://dovanbao.com/
Author: Do Van Bao
Author URI: http://dovanbao.com
Description: Thiet ke website
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://dovanbao.com
Text Domain: dvb
*/
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18E.ttf) format('truetype');
}
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  margin: -17px 0 0;
  filter: alpha(opacity=0);
  display: block;
  cursor: pointer;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
  border: 1px solid #fff;
  line-height: 31px;
  background: transparent;
  padding: 0px;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #231F20;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #181A1C;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  color: #00a584;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
  font: inherit;
  margin: 0;
}
form.search-form {
  position: relative;
}
form.search-form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background: #54b57e;
  color: #fff;
  padding: 12px;
  font-size: 15px;
  border-radius: 3px;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.img-404 img {
  margin: 15px auto;
  display: block;
}
.dvb-pagenavi {
  width: 100%;
  float: left;
  text-align: center;
}
.dvb-pagenavi ul.page-numbers {
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.dvb-pagenavi ul.page-numbers li {
  display: inline-block;
  color: #fff;
  margin: 0px 2px;
}
.dvb-pagenavi ul.page-numbers li a,
.dvb-pagenavi ul.page-numbers li span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid currentColor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
.dvb-pagenavi ul.page-numbers li span.current,
.dvb-pagenavi ul.page-numbers li:hover a {
  border-color: #0079c1;
  background-color: #0079c1;
  color: #fff;
}
.error404 .page-header {
  margin-top: 0px;
}
.error404 .page-header h1 {
  margin-top: 0px;
}
.no-results .page-header {
  margin-bottom: 10px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.page .entry-header .post-meta {
  border: 1px dotted #e0e0e0;
  border-left: 0;
  border-right: 0;
  margin: 5px 0;
  padding: 5px 0;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header ul,
.site-footer ul {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  list-style: none;
}
/**
 * Common Flex
 */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
img {
  height: inherit;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.logo h1,
.navbar-header h1,
.logo h2,
.navbar-header h2 {
  display: none;
}
.logo img,
.navbar-header img {
  max-height: 95px;
  padding: 12px 0px;
}
.top-header {
  background-color: #DD1A22;
}
.menu-top {
  display: inline-block;
}
.menu-top li {
  display: inline;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: 0;
}
.menu-top li a {
  color: #FFF;
}
.menu-top li a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu-top li:last-child {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}
.menu-top ul {
  margin: 0px;
  padding: 0px;
}
.search-header {
  position: relative;
}
.header-search {
  margin-top: 15px;
}
.search-header .search-form {
  width: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.search-header .cat-wrapper {
  width: 135px;
  float: left;
  position: relative;
  position: absolute;
}
.search-header .cat-wrapper select {
  border: 1px solid #dfdfdf;
  background: url(images/mixi-icon-listtimkiem.png) #f2f2f2 115px 18px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  width: 140px;
  padding: 0 5px 0 5px;
  line-height: 40px;
  height: 42px;
  font-size: 14px;
  color: #393939;
  padding-left: 10px;
}
.search-header input[type="text"] {
  width: 100%;
  border-left: none;
  line-height: 35px;
  margin-bottom: 0;
  height: 42px;
  padding-right: 40px;
  padding-left: 140px;
  outline: none;
  border: 1px solid #dfdfdf;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 13px;
  color: #a1a1a1;
  font-family: 'Roboto', sans-serif;
}
.search-header button {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  background: #fcb040;
  border: 1px solid #fcb040;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px;
  height: 42px;
  text-transform: none;
  margin-left: -4px;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-header button:before {
  padding-right: 3px;
}
.search-header button:hover {
  background: #FF9800;
}
.header-bottom {
  background-color: #f4f4f4;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.header-bottom-news .inner-box-news {
  background-color: #FFF;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 15px;
}
.header-bottom-news .title {
  height: 42px;
  background-color: #d30000;
  line-height: 42px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #FFF;
  -webkit-box-shadow: 5px 5px 10px #a0a0a0;
  box-shadow: 5px 5px 10px #a0a0a0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.header-bottom-news .title-icon {
  position: absolute;
  top: -2px;
  right: 10px;
}
.header-bottom-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.header-bottom-news ul li {
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0 10px 0;
}
.header-bottom-news ul li:last-child {
  border-bottom: none;
}
.header-bottom-news .title-post {
  text-align: left;
  font-size: 13px;
  color: #464646;
  line-height: 18px;
}
.home-slider .owl-carousel div {
  opacity: 0;
}
.home-slider:hover .owl-carousel div {
  opacity: 1;
}
.home-slider:hover .owl-carousel .owl-prev {
  left: 20px;
}
.home-slider:hover .owl-carousel .owl-next {
  right: 20px;
}
.home-slider .owl-carousel .owl-nav div:hover {
  background-color: #446084;
  border-color: #446084;
}
.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.section-banner {
  margin-top: -50px;
}
.menu_header > ul {
  display: inline-block;
}
.header-nav {
  text-align: right;
}
.drop-dl-mb {
  display: inline-block;
  position: relative;
  font-size: 14px;
  border-radius: 10px;
  background: #fff;
  padding: 0px 5px 0px 0px;
  line-height: 1;
}
.drop-dl > a {
  display: block;
}
.drop-dl > a a:hover,
.drop-dl > a a:focus {
  color: #DD1A22;
}
.drop-dl ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 3px 10px;
  background: #fff;
  z-index: 999;
  color: #fff;
  border: 1px solid #f2eff1;
  -webkit-box-shadow: 3px 4px 10px 0px rgb(74 42 6.2%);
  box-shadow: 3px 4px 10px 0px rgb(74 42 6.2%);
}
.drop-dl ul li {
  list-style-type: none;
  padding: 3px 0px;
}
.drop-dl ul li a:active,
.drop-dl ul li a:hover,
.drop-dl ul li a:focus {
  color: #181A1C;
}
ul.langua-mobile {
  display: none;
}
/*--------------------------------------------------------------
# search-form
--------------------------------------------------------------*/
.search-form input[type="search"] {
  width: 100%;
  padding: 5px 10px;
}
.search-form-buttonicon {
  position: relative;
}
.search-form-buttonicon button {
  display: block;
  float: left;
  color: #666;
  background: transparent;
  border: 0;
  overflow: hidden;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.search-form-buttontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-buttontext button {
  border-radius: 0px;
  border-left: 0px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
ul#navigation {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul#navigation > li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
ul#navigation > li > a {
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  padding: 5px 0px;
  color: #fff;
  line-height: 58px;
}
ul#navigation > li.current-menu-item > a,
ul#navigation > li.current_page_parent > a,
ul#navigation > li:hover > a {
  color: #F1807A;
  font-weight: 900;
}
.drop-dl {
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  background-image: url(assets/images/ic_dropdown.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.navbar-toggle {
  margin: 5px 0px 0px 0px;
  padding: 0;
  width: 32px;
  height: 26px;
  position: relative;
}
.navbar-toggle .icon-bars {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  display: block;
  background-color: transparent;
}
.navbar-toggle .icon-bars:before,
.navbar-toggle .icon-bars:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
}
.navbar-toggle .icon-bars:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.navbar-toggle .icon-bars:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle .icon-bar-3 {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bars {
  background: #000;
}
.navbar-toggle.collapsed .icon-bars:before {
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}
.navbar-toggle.collapsed .icon-bars:after {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
}
.dropdown-menu {
  display: block;
  min-width: 320px;
  top: 115px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  visibility: hidden;
  border: 0px;
  -webkit-box-shadow: 0 1px 2px 2px rgb(0 0 0%);
  box-shadow: 0 1px 2px 2px rgb(0 0 0%);
  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0%);
  box-shadow: 1px 1px 15px rgb(0 0 0%);
  border: 2px solid #ddd;
  padding: 5px;
  border-radius: 3px;
}
.site-header .dropdown-menu {
  padding: 5px;
}
.dropdown-menu > li {
  width: 100%;
  clear: both;
  padding: 0;
  border: none;
  background: #fff;
  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}
.dropdown-menu > li:first-child {
  border-top: 0px;
}
.dropdown-menu > li > a {
  color: #333;
  padding: 2px 10px;
  margin: 0;
  text-transform: none;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #F1807A;
  font-weight: 900;
}
nav#site-navigation ul.dropdown-menu li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
  border-bottom: 1px solid #484444;
  background: #111;
  border-top: 0px;
  border-radius: 0px;
}
nav#site-navigation ul.dropdown-menu li:hover {
  background: #292A32;
}
nav#site-navigation ul.dropdown-menu li:hover a {
  color: #fff;
}
nav#site-navigation ul.dropdown-menu li a {
  text-transform: capitalize;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0px 0px 0px #000;
  line-height: 30px;
  font-size: 13px;
  padding: 5px 20px;
  color: #b8b8b8;
  background: transparent;
}
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #F1807A;
  font-weight: 900;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown:hover .dropdown-menu .dropdown-menu {
  top: 0;
}
@media (max-width: 768px) {
  nav#site-navigation ul li {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
    text-align: left;
    background: #111;
  }
  nav#site-navigation ul li a {
    color: #fff;
  }
  .navbar-nav {
    margin: 0px;
  }
}
.top-menu-mb {
  display: none;
  padding: 10px 20px;
}
.top-menu-mb h1 {
  display: none;
}
.button_menu,
.over_wrap {
  display: none;
}
li > .toggle-caret {
  display: none;
}
@media (max-width: 991px) {
  .button_menu {
    float: right;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
    background-image: none;
    border: 0px;
    width: 40px;
    -ms-flex: 0 0 40px;
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    max-width: 40px;
  }
  .button_menu:focus,
  .button_menu:active {
    outline: none;
  }
  .button_menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: relative;
    top: 3px;
  }
  .button_menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .button_menu .icon-bar:nth-child(3) {
    position: absolute;
    margin: 4px 0 0 0;
  }
  .openMenu .over_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: block;
  }
  .openMenu .over_wrap span.close-menu {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px);
    opacity: 0.5;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px);
  }
  .openMenu .over_wrap span.close-menu:hover {
    opacity: 1;
  }
  .openMenu .menu_header {
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .openMenu .top-menu-mb {
    display: block;
  }
  .openMenu .button_menu .icon-bar:nth-child(2) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -3px;
    top: inherit;
  }
  .openMenu .button_menu .icon-bar:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -2px;
    top: inherit;
  }
  .openMenu .button_menu .icon-bar:nth-child(1),
  .openMenu .button_menu .icon-bar:nth-child(4) {
    visibility: hidden;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu_header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 250px;
    width: 95%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    left: -280px;
    padding: 0;
    z-index: 999999;
    text-align: left;
  }
  ul#navigation > li {
    border-top: 1px solid #ececec;
    width: 100%;
    float: left;
    display: block;
  }
  .menu_header ul#navigation > li > a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);
    line-height: 20px;
  }
  ul.dropdown-menu.toggle-submenu {
    display: none;
    position: relative;
    width: auto;
    top: inherit;
    opacity: 1;
    min-width: 100%;
    visibility: initial;
    border-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  ul.dropdown-menu.toggle-submenu li {
    background: transparent;
    border: 0px;
  }
  ul.dropdown-menu.toggle-submenu li:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu > li > a {
    color: inherit;
  }
  ul.dropdown-menu.toggle-submenu li:first-child {
    border-top: 0px;
  }
  .toggle-menu .toggle-menu-item-parent {
    position: relative;
  }
  .toggle-menu .toggle-caret {
    top: 5px;
    cursor: pointer;
    line-height: inherit;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    background: rgba(3, 5, 8, 0.33);
    line-height: 29px;
    font-weight: bold;
    text-align: center;
  }
  .toggle-menu .toggle-caret .fa {
    width: 20px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 24px;
  }
  .toggle-menu .active > .toggle-caret .fa:before {
    content: "\f106";
  }
  li > .toggle-caret {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    left: 0;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: inherit;
  }
}
span.caret {
  width: 7.35px;
  height: 3.68px;
  background: url(assets/images/ic_pulldown.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  right: -12px;
  top: 31px;
}
.dropdown-toggle::after {
  content: none;
}
ul#navigation > li.menu-item-has-children:before {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  z-index: -999;
  border-width: 11px;
  margin-left: -11px;
}
ul#navigation > li.menu-item-has-children:after {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
ul#navigation > li.menu-item-has-children:hover:after {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.section-area-spec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  padding-bottom: 135px;
  background: #F2F2F2;
  position: relative;
}
.area-specialition-item:not(:last-child) {
  margin-bottom: 20px;
}
.area-specialition-item {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0%), 0 0 40px rgb(0 0 0%) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgb(0 0 0%), 0 0 40px rgb(0 0 0%) inset;
  -webkit-box-shadow: 0 0 15px 5px rgba(54, 75, 100, 0.0006);
  box-shadow: 0 0 15px 5px rgba(54, 75, 100, 0.0006);
  padding: 20px;
}
.area-specialition-item:first-child {
  border-left: 8px solid #F79D71;
}
.area-specialition-item:nth-child(2) {
  border-left: 8px solid #F1807A;
}
.area-specialition-item:last-child {
  border-left: 8px solid #B51F59;
}
.name__area {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.area-specialition-item .ct__box {
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
}
.area-specialition-item .ct__box p {
  margin-bottom: 4.5px;
}
.our-services {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-services .box-service {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.inner-box {
  position: relative;
}
.section-service {
  background: #F2F2F2;
}
.box-service .name__service {
  position: absolute;
  bottom: 35px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.box-service .img__box {
  padding-bottom: 120%;
}
.img__box {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 100%;
}
.img__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-why-choose-use {
  padding: 80px 0px;
}
.title__section {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
}
.is-divider {
  height: 4px;
  display: block;
  background: url(assets/images/line.svg);
  margin: 20px auto 45px auto;
  width: 100%;
  max-width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-why:hover .img__box img,
.box-service:hover .img__box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.box-why .name__why {
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0px;
}
.box-why .ct__box {
  font-size: 14px;
  color: #231F20;
}
.section-client {
  background: #f2f1f2;
  padding: 80px 0px;
}
.list-statistics {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-statistic {
  -ms-flex: 0 0 270px;
  -webkit-box-flex: 0;
  flex: 0 0 270px;
  max-width: 270px;
  background: #fff;
  border-radius: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 35px 0px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.box-statistic:not(:last-child) {
  margin-right: 25px;
}
.statistics {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 2;
}
.box-statistic .icon-box {
  margin-bottom: 25px;
}
.box-statistic .icon-box img {
  width: 70px;
  height: 70px;
}
.box-statistic .text-box p:first-child {
  color: #B8245A;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.box-statistic .text-box p:last-child {
  margin-bottom: 0px;
  color: #606060;
  font-weight: 400;
}
.section-banner {
  position: relative;
  color: #fff;
}
.section-banner .wrap-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.section-banner .wrap-banner h3 {
  font-size: 45px;
  margin: 0px 0px 30px 0px;
  text-transform: uppercase;
}
.section-banner .wrap-banner p {
  font-size: 24px;
  line-height: 28.8px;
}
.banner-default {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 15.8%;
  min-height: 300px;
}
.banner-default img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner-default .wrap-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner-default .wrap-banner h1 {
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 65px;
  padding-bottom: 20px;
}
.banner-default .wrap-banner h1:after {
  position: absolute;
  content: "";
  background: url(assets/images/line.svg);
  left: 0;
  bottom: 0;
  width: 150px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-content.tpl-contact {
  background: #F2F2F2;
  margin: 0px;
  padding: 60px 0px;
}
.contact-form-wrap {
  background: #fff;
  margin-bottom: 80px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form-wrap .form-contact {
  padding: 50px 40px;
  -ms-flex: 0 0 68%;
  -webkit-box-flex: 0;
  flex: 0 0 68%;
  max-width: 68%;
}
.contact-form-wrap .address-contact {
  -ms-flex: 0 0 32%;
  -webkit-box-flex: 0;
  flex: 0 0 32%;
  max-width: 32%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 17px;
  padding-top: 50px;
  color: #fff;
}
.contact-form-wrap .contact_title {
  text-transform: uppercase;
  font-size: 28px;
  margin: 0px 0px 20px 0px;
}
.contact-form-wrap .contact_desc {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 50px;
}
.left-contact .form-group,
.right-contact .form-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.address-contact {
  background-size: cover;
  background-image: url(assets/images/bg_contact.jpg);
}
.address_title {
  font-size: 24px;
  line-height: 28.8px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.address_title:before {
  content: "";
  width: 120px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.address-contact a {
  color: #fff;
}
.item-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.item-service .img__service {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.item-service:not(:last-child) {
  margin-bottom: 40px;
}
.item-service:nth-child(2n) .img__service {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.item-service:nth-child(2n) .content__box {
  padding-right: 40px;
}
.item-service:nth-child(2n+1) .content__box {
  padding-left: 40px;
}
.name__service {
  text-transform: uppercase;
  font-size: 28px;
  margin: 25px 0px 30px 0px;
}
.tpl-about .entry-content h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
}
.top-ct-about {
  color: #4D4D4D;
}
.img-area-specialition {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-area-specialition img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.buzz {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.buzz:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.list-posts .post-item {
  margin-bottom: 20px;
}
.post-item .post-thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 52.8%;
}
.post-item .post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-item:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.post-meta {
  color: #989898;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0px;
}
.post-meta i {
  color: #989898;
  margin-right: 2px;
}
.post-meta a {
  color: #989898;
}
.post-meta a:hover {
  text-decoration: none;
  color: #2a5e64;
}
p.post-meta span.author,
p.post-meta span.date,
p.post-meta span.post-views,
p.post-meta span.post-cats {
  padding-right: 10px;
  display: inline-block;
}
.page-header {
  margin-top: 20px;
}
.post-item p:not(.post-meta) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.post-info {
  font-size: 14px;
  line-height: 20px;
}
.post-info .post-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin: 22px 0px 15px 0px;
}
.post-info .post-title a {
  color: inherit;
}
.post-info .post-summary {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}
.post-info a.detail {
  color: #B9265B;
  text-transform: uppercase;
}
.post-info a.detail img {
  margin-left: 15px;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.dvb-social-share {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  background: #f6f6f6;
  width: 100%;
  float: left;
}
.dvb-social-share span.share-text {
  display: block;
  float: left;
  padding: 0 9px;
  font-size: 14pt;
}
.dvb-social-share ul.dvb-share {
  float: right;
}
.dvb-social-share ul.dvb-share li {
  float: left;
}
.dvb-social-share ul.dvb-share li a {
  padding: 5px 9px;
  color: #FFF;
  margin: 0 6px 2px 0;
  display: inline-block;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dvb-social-share ul.dvb-share li a span {
  display: none;
}
ul.dvb-share li {
  overflow: hidden;
  position: relative;
}
ul.dvb-share li a.facebook {
  background: #39599f;
}
ul.dvb-share li a.google {
  background: #fa0101;
}
ul.dvb-share li a.twitter {
  background: #45b0e3;
}
ul.dvb-share li a.linkedin {
  background: #65b7d2;
}
ul.dvb-share li.pinterest {
  background: #E00707;
  padding: 2px 9px;
  color: #fff;
}
.share-pin-origin {
  position: absolute;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
.share-pin-origin span {
  width: 100%;
}
.share-pin-alt {
  position: relative;
  z-index: 1;
  display: none;
}
.dvb-share li:hover a.facebook,
.dvb-share li:hover a.google,
.dvb-share li:hover a.linkedin,
.dvb-share li:hover a.twitter {
  background: #444;
}
.dvb-share li.pinterest:hover {
  background: #444;
}
.related-post {
  width: 100%;
  float: left;
}
.related-title h2 {
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #183546;
  line-height: normal;
}
.related-title h2 span {
  display: table;
  padding: 0 0 5px 0;
  color: #183546;
  font-size: 22px;
  position: relative;
}
.form-contact .wpcf7-not-valid-tip,
.form-contact .wpcf7-validation-errors,
.content-area .wpcf7-validation-errors {
  display: none;
}
.form-contact input,
.form-contact textarea {
  color: #666;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  text-align: left;
  background-color: transparent;
  display: block;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form-contact textarea {
  height: 101px;
}
.form-contact .row {
  margin-bottom: 10px;
}
.form-contact input[type="submit"] {
  color: #edab21;
  font-size: 14px;
  text-transform: uppercase;
  background: url(assets/images/bg_submit.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11px 10px;
  border-radius: 17px;
  border: none;
  color: #fff;
  width: 160px;
  font-weight: 700;
  text-align: center;
}
.form-contact input[type="submit"]:hover,
.form-contact input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0%), 0 0 8px rgb(102 175 3.88333333%);
  box-shadow: inset 0 1px 1px rgb(0 0 0%), 0 0 8px rgb(102 175 3.88333333%);
}
.dvb-breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #282828;
  font-size: 12px;
}
.single-post .entry-header .post-meta {
  color: #898989;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  border: 1px dotted #e0e0e0;
  border-left: 0;
  border-right: 0;
}
.single-post h1 {
  font-size: 24px;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  width: 100%;
  float: left;
}
.site-content {
  margin: 60px 0px;
}
body.home .site-content {
  margin: 0px;
}
.page-template-template-core-value .content-area h3 {
  position: relative;
  font-size: 28px;
  margin-top: 60px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-template-template-core-value .content-area h3:after {
  position: absolute;
  content: "";
  background: url(assets/images/line.svg);
  left: 0;
  bottom: 0;
  width: 150px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: contain;
}
.item-service .name__service {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.item-service .name__service:after {
  position: absolute;
  content: "";
  background: url(assets/images/line.svg);
  left: 0;
  bottom: 0;
  width: 150px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: contain;
}
.tpl-about .entry-content h2 {
  position: relative;
  font-size: 28px;
  margin-top: 60px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.tpl-about .entry-content h2:after {
  position: absolute;
  content: "";
  background: url(assets/images/line.svg);
  left: 0;
  bottom: 0;
  width: 150px;
  height: 4px;
  background-repeat: no-repeat;
  background-size: contain;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget-area .widget {
  margin-bottom: 20px;
}
.widget-area .widget-title {
  height: 40px;
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  position: relative;
  background: #0079c1;
}
/*
* Common Widget
*/
.widget-area .widget_recent_entries li:not(:first-child) {
  border-top: 1px solid #ececec;
}
.widget-area .widget_recent_entries li {
  padding: 8px 0;
}
.widget-area .dvb-recent-post li {
  padding: 8px 0px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: 600;
}
.widget-area .dvb-recent-post li:last-child {
  border-bottom: 0px;
}
.widget-area .dvb-recent-post li img {
  width: 75px;
  float: left;
  margin-right: 10px;
}
/*
* Suport Online
*/
.supporter .support-dvb {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.supporter span {
  display: block;
  color: #333333;
  line-height: 25px;
}
#supporter-info {
  border: 1px solid #ccc;
  border-top: 0px;
  background: #fafafa;
}
.supporter span.mail-support {
  padding: 5px 10px;
  font-size: 14px;
}
.supporter span.phone-support i,
.supporter span.mail-support i {
  color: #d71e1e;
  padding-right: 5px;
}
.supporter span.phone-support a,
.supporter span.mail-support a {
  font-size: 27px;
  color: #d71e1e;
}
img.support-img {
  width: 100%;
}
.widget_media_image img {
  max-width: 100%;
}
.widget-area .widget_product_categories ul li,
.widget-area .widget_nav_menu ul li {
  list-style: none;
  padding: 7px 0px 7px 10px;
  position: relative;
}
.widget-area .widget_product_categories ul li a,
.widget-area .widget_nav_menu ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_nav_menu ul li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0a9";
  margin-right: 6px;
  color: #e0222a;
}
.widget-area .widget_product_categories ul,
.widget-area .widget_nav_menu ul {
  border: 1px solid #ccc;
}
.widget-area .widget_product_categories ul li:not(:first-child),
.widget-area .widget_nav_menu ul li:not(:first-child) {
  border-top: 1px solid #ececec;
}
.widget-area .widget_product_categories ul li:hover a,
.widget-area .widget_nav_menu ul li:hover a {
  color: #e0222a;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.fone {
  font-size: 22px;
  color: #f00;
  line-height: 40px;
  font-weight: bold;
  padding-left: 45px;
  margin: 0 0;
}
.fix_tel {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}
.fix_tel a {
  text-decoration: none;
  display: block;
}
.fix_tel .tel {
  background: #eee;
  width: 205px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background-size: 40px;
  border-radius: 28px;
  border: solid 1px #ccc;
}
.ring-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 80px;
  position: absolute;
  -webkit-transition: visibility 0.5s ease 0s;
  -o-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 80px;
  z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
  visibility: visible;
}
.ring-alo-phone.ring-alo-hover,
.ring-alo-phone:hover {
  opacity: 1;
}
.ring-alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 70px;
  left: 10px;
  opacity: 0.1;
  position: absolute;
  top: 12px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
  border-color: #baf5a7;
  opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}
.ring-alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: 33px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 33px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
  background-color: #f00;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
  background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
  background-color: #f00;
}
@-webkit-keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes ring-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.ring-alo-ph-img-circle a img {
  padding: 1px 0 0 1px;
  width: 30px;
  position: relative;
  top: -1px;
}
.fix1 {
  padding: 10px 0;
}
.title.desktop1 {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.tel a {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}
#topcontrol {
  z-index: 99;
  background: #1b68b3;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all, 0.7s, ease-in-out;
  -o-transition: all, 0.7s, ease-in-out;
  transition: all, 0.7s, ease-in-out;
  overflow: auto;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
#topcontrol:hover {
  background: #d81d4a;
}
.site-footer {
  background-color: #5e5d5e;
  color: #fff;
}
.footer-sidebar h4.title-company {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 5px;
  margin: 10px 0px;
}
.footer-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.footer-top {
  padding-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-center {
  padding-bottom: 35px;
}
.footer-sidebar {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-sidebar a {
  color: #fff;
}
.footer-bottom {
  background: #f49a71;
  background: -webkit-gradient(linear, left top, right top, from(#f49a71), to(#b21f59));
  background: -webkit-linear-gradient(left, #f49a71 0%, #b21f59 100%);
  background: -o-linear-gradient(left, #f49a71 0%, #b21f59 100%);
  background: linear-gradient(90deg, #f49a71 0%, #b21f59 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  padding: 12px 0px;
}
.footer-bottom .site-info {
  text-align: center;
}
.footer-sidebar ul.menu li {
  line-height: 30px;
}
.footer-sidebar ul.menu ul {
  display: none;
}
.footer-sidebar a:hover,
.footer-sidebar a:focus {
  text-decoration: underline;
}
.tit-contain {
  line-height: 26px;
}
.footer-sidebar:first-child .widget_media_image img {
  width: 220px;
}
.social_link {
  margin-top: 35px;
}
.social_link li {
  display: inline-block;
}
.social_link li img {
  width: 35px;
}
.social_link li:not(:last-child) {
  margin-right: 25px;
}
.address-list .info-item {
  margin: 0 0 12px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
}
.address-list .info-item .ic-img {
  min-width: 16px;
  margin-right: 8px;
}
.address-list .info-item.phone img,
.address-list .info-item.email img {
  width: 19px;
}
.address-list .info-item.address img {
  width: 15px;
}
.address-list .info-item img {
  margin-right: 10px;
  margin-top: 8px;
}
.footer-sidebar input,
.footer-sidebar textarea {
  border: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 17px;
}
.footer-sidebar textarea {
  height: 50px;
}
.footer-sidebar input[type="submit"] {
  color: #edab21;
  font-size: 14px;
  text-transform: uppercase;
  background: url(assets/images/bg_submit.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11px 10px;
  border-radius: 17px;
  border: none;
  color: #fff;
  width: 160px;
  font-weight: 700;
  text-align: center;
}
.footer-sidebar input[type="submit"]:hover,
.footer-sidebar input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0%), 0 0 8px rgb(102 175 3.88333333%);
  box-shadow: inset 0 1px 1px rgb(0 0 0%), 0 0 8px rgb(102 175 3.88333333%);
}
.footer-sidebar .wpcf7 .ajax-loader {
  display: block;
}
.footer-sidebar .wpcf7 form .wpcf7-response-output {
  margin: 0px;
}
.section-client .owl-carousel .owl-nav div {
  border-color: #F1807A;
  color: #F1807A;
  text-align: center;
  border: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.section-client .owl-carousel .owl-nav div.owl-next {
  right: -40px;
  background: url(assets/images/ic_next.svg);
  background-repeat: no-repeat;
}
.section-client .owl-carousel .owl-nav div.owl-prev {
  left: -30px;
  background: url(assets/images/ic_prev.svg);
  background-repeat: no-repeat;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
.banner_sp {
  display: none;
}
@media (min-width: 1200px) {
  body.home .container,
  .site-footer .container {
    width: 1100px;
  }
  .container {
    width: 1000px;
  }
  .list-posts.row {
    margin: 0px -25px;
  }
  .list-posts .post-item {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px 10px;
  }
  .row {
    margin: 0px -10px;
  }
  .container {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  .header-nav {
    padding: 5px 0px;
  }
  .post-info .post-meta {
    display: none;
  }
  .widget-area {
    width: 100%;
    float: left;
  }
  .statistics {
    position: relative;
    top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 0;
  }
  .box-statistic {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .section-area-spec {
    padding-top: 50px;
  }
  .section-banner .wrap-banner h3 {
    font-size: 36px;
    margin: 50px 0px 15px 0px;
    text-transform: uppercase;
  }
  .button_menu {
    margin-top: 10px;
  }
  .section-banner img {
    height: 100%;
    width: 100%;
  }
  .drop-dl-mb {
    display: none;
  }
  .menu_header > ul.langua-mobile {
    display: block;
  }
  ul.langua-mobile li {
    border-top: 1px solid #ececec;
    width: 100%;
    float: left;
    display: block;
  }
  ul.langua-mobile li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);
    line-height: 20px;
  }
  .drop-dl {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px 8px;
  }
  .row {
    margin: 0px -8px;
  }
  .container {
    padding: 0px 8px;
  }
  .area-specialition-item:first-child {
    margin-top: 20px;
  }
  .section-area-spec {
    padding-bottom: 75px;
  }
  .box-why .img__box {
    padding-bottom: 75%;
  }
  .footer-sidebar:not(:last-child) {
    margin-bottom: 20px;
  }
  .banner-default .wrap-banner h1 {
    margin-bottom: 25px;
    font-size: 35px;
    padding-bottom: 12px;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap .address-contact,
  .contact-form-wrap .form-contact {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form-wrap .address-contact {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .contact-form-wrap {
    margin-bottom: 25px;
  }
  .contact-form-wrap .form-contact {
    padding: 20px;
  }
  .contact-form-wrap .form-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-banner .wrap-banner h3 {
    font-weight: 500;
  }
  .section-banner .wrap-banner p {
    font-size: 18px;
    line-height: 22px;
  }
  .section-banner .wrap-banner p br {
    display: none;
  }
  .logo {
    text-align: center;
  }
  .logo a img {
    max-width: 200px;
  }
  .banner_sp {
    display: block;
  }
  .banner_pc {
    display: none;
  }
}
@media (max-width: 640px) {
  .list-statistics {
    display: block;
    text-align: center;
  }
  .statistics {
    margin-top: -200px;
  }
  .box-statistic {
    max-width: 275px;
    width: 275px;
    display: inline-block;
  }
  .box-statistic:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-statistic:not(:last-child) {
    margin-right: 0px;
  }
  .our-services .box-service {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-service .img__box {
    padding-bottom: 100%;
  }
  .item-service .img__service,
  .item-service .content__box {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-service:nth-child(2n) .img__service {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .item-service:nth-child(2n+1) .content__box {
    padding-left: 0px;
  }
  .item-service:nth-child(2n) .content__box {
    padding-right: 0px;
  }
  .box-why {
    margin-bottom: 20px;
  }
  .box-why .name__why {
    margin: 10px 0px;
  }
}
@media (max-width: 480px) {
  .list-post .post-thumb {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .list-post .post-info {
    width: 100%;
    float: left;
  }
}
