/*
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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc9.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: 'Roboto', sans-serif;
  font-size: 14pt;
  line-height: 1.6;
  font-weight: 400;
}
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 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;
  text-align: center;
  width: auto;
  padding: 2px 15px 2px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(191, 191, 191, 0.5);
  -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 {
  background-color: #edab21;
  color: #ffffff;
}
.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%;
  height: auto;
}
.site-header ul,
.site-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/**
 * Common Flex
 */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul {
  padding-left: 20px;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.logo h1,
.navbar-header h1,
.logo h2,
.navbar-header h2 {
  display: none;
}
.top-header {
  background-color: #2a3373;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-top {
  display: inline-block;
  font-size: 14px;
}
.menu-top li {
  display: inline;
  padding-right: 12px;
  margin-right: 12px;
  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 {
  margin: 0px;
  padding: 0px;
}
.menu-top li i {
  color: #edab21;
  margin-right: 8px;
}
.search-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-header ul {
  margin: 0px;
  padding: 0px;
}
.search-header ul li {
  display: inline-block;
}
.search-header ul a {
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  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;
  color: #fff;
  background: #35465c;
}
.search-header ul a.social__facebok {
  background: #3b5998;
}
.search-header ul a.social__youtube {
  background: #cd201f;
}
.search-header ul a.social__twitter {
  background: #1da1f2;
}
.search-header ul a.social__flickr {
  background-color: #0063dc;
}
/*--------------------------------------------------------------
# header-cart
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# search-form
--------------------------------------------------------------*/
.search-form input[type="search"] {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #2a3373;
  background: #fff;
  font-size: 15px;
}
.search-form-buttonicon {
  position: relative;
}
.search-form-buttonicon button {
  display: block;
  float: left;
  background: #2a3373;
  border: 0;
  overflow: hidden;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
}
.search-form-buttonicon button:hover,
.search-form-buttonicon button:focus,
.search-form-buttonicon button:active {
  color: #fff;
  outline: none;
}
.search-form-buttontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-buttontext button {
  border-radius: 0px;
  border-left: 0px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.home .header-nav {
  margin-bottom: 0px;
}
.header-nav {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-nav.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.header-nav.fixed-menu img {
  max-height: 75px;
}
.header-nav.fixed-menu .header-search li.has-dropdown,
.header-nav.fixed-menu ul#navigation > li > a {
  height: 75px;
}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul#navigation {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul#navigation > li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
ul#navigation > li > a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #02465D;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul#navigation > li > a:hover {
  color: #d40736;
}
ul#navigation > li > a:before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #d40736;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul#navigation > li.current-menu-item > a:before,
ul#navigation > li:hover > a:before {
  right: 0;
}
.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: 240px;
  top: 115px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 0px;
  -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;
}
.dropdown-menu a:active,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: #fff;
}
.dropdown-menu > li {
  width: 100%;
  clear: both;
  padding: 0;
  border: none;
  -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;
  border-bottom: 1px solid #ececec;
}
.dropdown-menu > li:last-child {
  border-top: 0px;
}
.dropdown-menu > li > a {
  padding: 12px 10px;
  margin: 0;
  text-transform: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #d40736;
}
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 .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;
}
#top-menu ul {
  display: none;
}
.header-logo .align-items-center .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.logo.logo-mb {
  display: none;
  position: relative;
  text-align: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
}
#sub-mobmenu {
  display: none;
  background: #02465D;
  color: #fff;
  padding: 15px;
}
#sub-mobmenu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
#sub-mobmenu li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2C6679;
}
#sub-mobmenu ul {
  display: none;
}
.drop-dl-mb {
  display: none;
}
@media (max-width: 991px) {
  .button_menu {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0 6px;
    background-color: #2a3373;
    border: 1px solid #2a3373;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-image: none;
    border-radius: 50px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button_menu:hover,
  .button_menu:focus {
    outline: none;
  }
  .button_menu .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .button_menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .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 {
    left: 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: 100%;
    width: 320px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F2F2F2;
    -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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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: -100%;
    padding: 0;
    z-index: 999999;
  }
  ul#navigation {
    background: #F2F2F2;
    width: 100%;
  }
  ul#navigation > li {
    border-top: 1px solid #ececec;
    width: 100%;
    float: left;
    display: block;
  }
  .menu_header ul#navigation > li > a {
    display: block;
    padding: 15px 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2a3373;
    height: inherit;
    text-transform: inherit;
  }
  .dropdown-toggle::after {
    display: none;
  }
  ul#navigation > li > a:before {
    content: none;
  }
  .header-nav.fixed-menu {
    position: static;
  }
  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;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px );
    width: -webkit-calc( 100% + 30px );
    width: -moz-calc( 100% + 30px );
  }
  ul.dropdown-menu.toggle-submenu ul {
    margin-left: 0px;
    margin-right: 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;
    padding: 12px 15px;
  }
  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;
    right: 15px;
    cursor: pointer;
    line-height: inherit;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 7px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    background: transparent;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
  }
  .toggle-menu .toggle-caret .fa {
    width: 20px;
    text-align: center;
    line-height: 29px;
    color: #BDBDBD;
    font-size: 24px;
  }
  .toggle-menu .active > .toggle-caret .fa:before {
    content: "\f106";
  }
  li > .toggle-caret {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    left: 0;
  }
  ul#navigation > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 0px;
    position: relative;
  }
  ul#navigation > li > a {
    border-top: 1px solid #ececec;
  }
  ul#navigation > li:first-child > a {
    border-top: 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;
  }
  .header-logo .align-items-center > .logo {
    display: none;
  }
  #sub-mobmenu {
    display: block;
  }
  .drop-dl-mb {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.main-banner {
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 70px 0px 70px 0px;
  position: relative;
}
.main-banner h3,
.main-banner h2 {
  color: #ffffff;
  font-size: 33px;
  text-transform: uppercase;
}
.second__title {
  margin-top: 50px;
}
.box-search input.form-control,
.box-search select.form-control {
  padding: 9px 0px 9px 10px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: inherit;
  margin: 0 auto;
}
.apply-filters__button {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #d40736;
  padding: 6px 5px 5px 5px;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.main-project {
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
}
.tt-section {
  font-size: 33px;
  text-transform: uppercase;
  color: #2a3373;
  text-align: center;
  font-weight: bold;
}
.desc-section {
  text-align: center;
}
.list-box-projects {
  margin-top: 30px;
}
.box-project {
  margin-bottom: 30px;
}
.box-project .inner-box {
  -webkit-box-shadow: 1px 1px 6px 0px #000000;
  box-shadow: 1px 1px 6px 0px #000000;
  height: 100%;
}
.box-project .box-img img {
  width: 100%;
}
.box-desc {
  position: relative;
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.box-desc .note {
  background-color: #eb0b00;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin: 0px 25px 0px 25px;
  padding: 5px 15px 5px 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4em;
  top: -25%;
  left: 0;
  right: 0;
}
.box-desc p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3em;
}
.box-project .project-name {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #2a3373;
  font-weight: bold;
  text-align: center;
}
.box-project .project-name a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.is-divider {
  height: 4px;
  display: block;
  background-color: #d40736;
  margin: 1em auto;
  width: 100%;
  max-width: 70px;
}
.main-news {
  background-color: #eeeeee;
  position: relative;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 50px 0px 40px 0px;
}
.box-new .first-post {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 2px solid #818a91;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0%);
  box-shadow: 0 0 10px 0 rgb(0 0 0%);
}
.box-new .first-post:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
}
.group-news {
  margin-top: 30px;
}
.first-post .post-thumb {
  position: relative;
}
.first-post .post-thumb .post-cate {
  position: absolute;
  top: 20px;
  background: #d40736;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  left: 20px;
  border-radius: 999px;
  text-transform: uppercase;
}
.first-post .post-thumb .post-cate a {
  color: #fff;
}
.first-post .post-thumb > a:before {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35), transparent 75%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0, transparent 75%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35), transparent 75%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.first-post .post-info .post-title {
  font-size: 17.65px;
  line-height: 1.3em;
  letter-spacing: -0.3px;
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
}
.first-post .post-info .post-title a {
  color: #54595f;
}
.first-post .post-info .post-meta {
  border-top: 1px solid #eaeaea;
  line-height: 1.3em;
  font-size: 12px;
  padding: 10px 10px;
  color: #666666;
}
.first-post .post-info .post-meta a {
  color: inherit;
}
.other-posts .other-item .post-thumb {
  -ms-flex: 0 0 34%;
  -webkit-box-flex: 0;
  flex: 0 0 34%;
  max-width: 34%;
  float: left;
  margin-right: 15px;
}
.other-item {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dddddd;
  margin-bottom: 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: background, border, -webkit-box-shadow;
  transition-property: background, border, -webkit-box-shadow;
  -o-transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow;
  transition-property: background, border, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 15px;
}
.other-item .post-title {
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 5px 0px;
}
.main-project-sale {
  position: relative;
  padding: 55px 0px 45px 0px;
}
.item-project-open .post-title {
  padding: 15px 15px 15px 15px;
  background-color: #d40736;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin: 0px;
}
.item-project-open .post-title a {
  color: inherit;
}
.item-project-open .post-desc {
  background: #102454;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-project-open .post-desc:after {
  display: block;
  clear: both;
  content: "";
}
.item-project-open .post-desc > div {
  width: 50%;
  float: left;
  text-align: center;
  padding: 8px;
}
.item-project-open .post-desc .time {
  position: relative;
}
.item-project-open .post-desc .time:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 1px;
  background: #fff;
}
.item-project-open .post-desc .time span {
  display: block;
  color: #fff;
}
.item-project-open .post-desc .time span:first-child {
  color: #edab21;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.4em;
  text-align: center;
  font-weight: 600;
}
.item-project-open .post-desc .address {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4em;
}
.list-project-open .owl-nav > div {
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: -22.5px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  color: #edab21;
  background: #2a3373;
  border-radius: 0px;
  border: 0;
}
.list-project-open .owl-nav .owl-prev {
  left: -22.5px;
}
.list-project-open .owl-nav .owl-next {
  right: -22.5px;
}
.main-partner {
  padding: 50px 0px;
}
.group-partner {
  margin-top: 30px;
}
.owl-partner .item {
  height: 95px;
  border-radius: 2px;
  border: 1px solid #edab21;
  padding: 2px 2px 2px 2px;
  padding: 10px 12px;
}
.owl-partner .item .partner-logo {
  background: no-repeat 50%;
  -webkit-background-size: cover;
  background-size: contain;
  height: 100%;
  position: relative;
}
.owl-partner.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 2px;
}
.list-project-open {
  margin-top: 30px;
}
.home .site-content {
  margin-top: 0px;
}
.box-project .box-img img {
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-new .first-post .post-thumb img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-new .other-item img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-project-open .owl-carousel .owl-item img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-project-open .more-info {
  padding: 13px 0px 0px 0px;
  text-align: center;
}
.item-project-open .more-info a {
  font-size: 14px;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 5px 15px 5px;
  width: 45%;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.item-project-open .more-info a.view_detail {
  background-color: #102454;
  margin-right: 5px;
}
.item-project-open .more-info a.call_modal {
  background-color: #d40736;
  margin-left: 5px;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.wrap-heading {
  z-index: 2;
  position: relative;
}
.wrap-heading .is-divider {
  height: 3px;
  background-color: #d40736;
  max-width: 90px;
}
.wrap-heading .page-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
}
.list-post .post-item {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.list-post .post-item:last-child {
  margin-bottom: 0px;
}
.post-item h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 5px;
  color: #454343;
}
.post-item .post-thumb img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-item .post-thumb img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.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: 15px;
  display: inline-block;
}
.page-header {
  margin-top: 20px;
}
.post-item p:not(.post-meta) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list-posts .post-thumb {
  margin-bottom: 20px;
}
.list-posts .post-info .post-title {
  color: #0a325a;
  margin: 0px 0px 5px 0px;
  font-size: 18px;
}
.list-posts .post-info .post-title a {
  color: inherit;
}
.list-posts .post-info .post-excerpt {
  color: #333333;
  font-size: 15px;
  margin: 0;
  line-height: 1.5em;
}
.list-posts {
  margin: 50px 0px;
}
.list-posts .post-item {
  margin-bottom: 40px;
}
.list-posts .post-item .meta-date {
  position: relative;
}
.list-posts .post-item .meta-date:before {
  content: "-";
}
.banner-default {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 16% 0% 4% 0%;
  position: relative;
}
.banner-default .bg-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.pr-item .pr-inner {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.pr-item .pr-thumb img {
  margin: auto;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.pr-item .pr-info {
  min-height: 80px;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
}
.pr-item .pr-info .pr-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #2a3373;
  font-weight: 600;
}
.pr-item .pr-info .pr-title a {
  color: inherit;
}
.pr-item .pr-info .pr-meta {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}
.pr-item .pr-info .pr-meta i {
  color: #2a3373;
  margin-left: 3px;
}
.pr-item {
  margin-bottom: 30px;
}
.pr-item:nth-child(3n) {
  clear: right;
}
.pr-item:nth-child(3n+1) {
  clear: left;
}
.owl-item .pr-item .pr-info {
  min-height: 100px;
}
.site-content {
  margin: 50px 0px;
}
.investor-thumb {
  height: 100px;
  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;
}
.investor-thumb img {
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.load_more {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  color: #fff;
  background-color: #2A3373;
  border-color: #2A3373;
  margin-bottom: 25px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 5px 20px;
  margin-top: 10px;
  cursor: pointer;
}
.load_more[disabled="disabled"] {
  background: #ccc;
}
.load_more[disabled="disabled"] div {
  display: none;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# 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 #ececec;
  -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: 120px;
}
.form-contact .row {
  margin-bottom: 10px;
}
.form-contact input[type="submit"] {
  width: auto;
  background: #777;
  border: 0px;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 30px;
}
.form-contact input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.dvb-breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #282828;
  font-size: 12px;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  width: 100%;
  float: left;
}
.wrap-heading .entry-header {
  color: #fff;
}
.wrap-heading .entry-header .entry-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
}
.wrap-heading .post-meta,
.wrap-heading .post-meta i,
.wrap-heading .post-meta a {
  color: #fff;
}
.wrap-heading .post-meta i {
  margin-right: 5px;
}
.single-content-post {
  background-color: #f7f7f7;
  padding-top: 40px;
  margin-bottom: 80px;
}
.single-content-post .site-main {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin: -120px 0px 0px 0px;
  padding: 40px 60px 40px 60px;
}
.banner-single-post .bg-overlay {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(60%, #2a3373));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #2a3373 60%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #2a3373 60%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #2a3373 60%);
  opacity: 0.75;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.other-single-post {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0%);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0%);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px 20px 20px 20px;
  position: relative;
  margin-bottom: 60px;
}
.box-other .other-post-head {
  border-bottom: 2px solid #2a3373;
  margin-bottom: 20px;
}
.box-other .other-post-head span,
.box-other .other-post-head a {
  text-transform: uppercase;
  display: inline-block;
  background: #2a3373;
  padding: 12px 15px 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.other-post-wrap .post-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.other-post-wrap .post-item:hover {
  background-color: #e2e2e2;
}
.other-post-wrap .post-item:after {
  display: block;
  clear: both;
  content: "";
}
.other-post-wrap .post-item {
  padding: 10px 0px 10px 0px;
}
.other-post-wrap .post-item .post__thumb {
  width: 25%;
  float: left;
}
.other-post-wrap .post-item .post__content {
  width: 75%;
  float: right;
  padding-left: 12px;
}
.other-post-wrap .post__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: -0.5px;
}
.other-post-wrap .post__title a {
  color: inherit;
}
.other-post-wrap .post__meta {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
.box-other-project .inner-box {
  background-color: #2a3373;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin: 0px 15px 0px 0px;
  padding: 25px 15px 15px 15px;
}
.box-other-project .other-post-head {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.other-project-wrap .project-item:after {
  display: block;
  clear: both;
  content: "";
}
.other-project-wrap .project-item:not(:first-child) {
  margin-top: 20px;
}
.other-project-wrap .project-item {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #d8d8d8;
}
.other-project-wrap .post__thumb {
  width: 25%;
  float: left;
}
.other-project-wrap .post__content {
  width: 75%;
  float: right;
  padding-left: 12px;
}
.other-project-wrap .post__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0px;
}
.other-project-wrap .post__title a {
  color: inherit;
}
.other-project-wrap .post__read-more a {
  line-height: 1.3em;
  font-size: 12px;
  color: #ffffff;
}
.klw-new-tags {
  margin: 25px 0px 0px 0px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.klw-new-tags ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.knt-list .kli {
  float: left;
  margin-right: 10px;
}
.knt-list .kli span {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
.knt-list .kli span i {
  color: #2a3373;
}
.knt-list .kli {
  margin-bottom: 8px;
}
.knt-list .kli a {
  padding: 8px 10px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  background: #ebebeb;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  line-height: 14px;
}
.knt-list .kli a:hover {
  background: #2A3373;
  color: #fff;
}
/**
* Single Project
*/
.pr-description .wrap-inner {
  background-color: #F4F4F4;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 30px 20px 20px 20px;
}
.pr-description .wrap-desc ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.pr-description .pr-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #2a3373;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 12px;
  position: relative;
}
.pr-description .pr-title:after {
  content: "";
  width: 100px;
  left: 0;
  height: 3px;
  background: #edab21;
  position: absolute;
  bottom: 0;
}
.nav-cat-project {
  background: #2a3373;
  color: #fff;
  -webkit-box-shadow: 0px 5px 9px 1px #a1a1a1;
  box-shadow: 0px 5px 9px 1px #a1a1a1;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 1;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-cat-project ul {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  text-align: left;
}
.nav-cat-project ul li {
  display: inline-block;
  text-align: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.nav-cat-project ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.nav-cat-project ul li a i {
  margin-right: 3px;
}
.single-content-project .content-wrap {
  margin-top: 40px;
}
.box-feature-project {
  margin-bottom: 50px;
}
.wrap-block .bl-head {
  margin: 0px 0px 20px 0px;
  background-color: #2A3373;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap-block .bl-head i {
  color: #FFFFFF;
  font-size: 22px;
  background-color: #d40736;
  padding: 13px;
  margin-right: 13px;
}
.wrap-block .bt__title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3em;
  text-align: left;
  margin: 0px;
}
.wrap-block .bl-content {
  text-align: justify;
}
.wrap-block .bl-content a {
  color: #2a3373;
}
.bl-content blockquote {
  margin: 0;
  font-size: inherit;
  line-height: 2;
  border-left: none;
  font-style: inherit;
  padding: 20px 20px 10px;
  background-color: #fff588;
  border: 2px dashed #2a3373;
  margin-bottom: 20px;
}
.container-wrap-project {
  margin-bottom: 50px;
}
.post-project-related {
  margin: 25px 0px 0px 0px;
}
.post-project-related .related-title {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #2A3373;
  padding: 10px 10px 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
}
.post-project-related ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.post-project-related ul li {
  padding: 10px;
  color: #2A3373;
}
.post-project-related ul li a {
  color: inherit;
}
.related-project {
  margin: 25px 0px 0px 0px;
}
.related-project .related__title {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #2A3373;
  padding: 10px 10px 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
}
.related-project .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}
.owl-item .pr-item {
  margin-bottom: 10px;
}
a.fixed-receive {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #E60808;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0%);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0%);
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: fixed;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-weight: 600;
  margin-left: -83px;
  z-index: 999;
  line-height: 1;
}
.nav-cat-project.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.archive-description-investor .wrap-search {
  margin-bottom: 20px;
}
.archive-description-investor .wrap-inner {
  border: 2px solid #2A3373;
}
.archive-description-investor .heading {
  padding: 10px 12px 8px 12px;
  background-color: #2A3373;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 600;
}
.archive-description-investor .wrap-content {
  padding: 15px 10px;
  font-size: 16px;
}
.investor-inner {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 15px 20px 15px;
}
.investor-inner:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.post-investor {
  margin-bottom: 30px;
}
.post-investor:nth-child(3n) {
  clear: right;
}
.post-investor:nth-child(3n+1) {
  clear: left;
}
.investor-info {
  padding: 10px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #02010129;
  margin-top: 20px;
}
.investor-info .investor-title {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  color: #2a3373;
}
.investor-info .investor-title a {
  color: inherit;
}
.single-content-project {
  margin-top: 0px;
}
.pr-gallery-big {
  margin-bottom: 5px;
}
.pr-gallery-big .item img {
  height: 415px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.pr-gallery-thumb .item img {
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}
.pr-gallery-thumb .current .item img {
  border: 3px solid #edab21;
}
.pr-gallery-thumb .item:hover img {
  border: 3px solid #edab21;
}
.pr-gallery-big .owl-nav div {
  font-size: 18px;
  border-radius: 12%;
  background-color: #2a3373;
  color: #fff;
  width: 39px;
  height: 39px;
  text-align: center;
  border: 0px;
  line-height: 39px;
}
.pr-gallery-big .owl-nav div.owl-next {
  right: 10px;
}
.pr-gallery-big .owl-nav div.owl-prev {
  left: 10px;
}
.pr-gallery-big .slick-prev,
.pr-gallery-big .slick-next {
  font-size: 18px;
  border-radius: 12%;
  background-color: #2a3373;
  color: #fff;
  width: 39px;
  height: 39px;
  text-align: center;
  border: 0px;
  line-height: 39px;
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  margin: -17px 0 0;
}
.pr-gallery-big .slick-prev:before,
.pr-gallery-big .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 18px;
}
.pr-gallery-big .slick-next {
  right: 0;
}
.pr-gallery-big .slick-next:before {
  content: "\f054";
}
.pr-gallery-big .slick-prev {
  left: 0;
  z-index: 1;
}
.pr-gallery-big .slick-prev:before {
  content: "\f053";
}
.pr-gallery-thumb .owl-nav div {
  font-size: 12px;
  background-color: #2a3373;
  color: #fff;
  width: 21px;
  height: 21px;
  text-align: center;
  border: 0px;
  line-height: 21px;
  margin-top: -10px;
}
.pr-gallery-thumb .owl-nav div.owl-next {
  right: 30px;
}
.pr-gallery-thumb .owl-nav div.owl-prev {
  left: 30px;
}
.pr-gallery-thumb .slick-arrow {
  font-size: 12px;
  background-color: #2a3373;
  color: #fff;
  width: 21px;
  height: 21px;
  text-align: center;
  border: 0px;
  line-height: 21px;
  margin-top: -10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.pr-gallery-thumb .slick-arrow.owl-next {
  right: 30px;
  z-index: 1;
}
.pr-gallery-thumb .slick-arrow.owl-prev {
  left: 30px;
  z-index: 1;
}
.pr-gallery-thumb .slick-slide {
  padding: 0px 3px;
}
.md-project-popup .modal-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  border: 2px solid #ffdf61;
}
.md-project-popup .modal-body .close {
  position: absolute;
  right: 10px;
}
.md-project-popup .modal-body .md-thumb-project {
  -ms-flex: 0 0 65%;
  -webkit-box-flex: 0;
  flex: 0 0 65%;
  max-width: 65%;
}
.md-project-popup .modal-body .md-form-project {
  -ms-flex: 0 0 35%;
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  max-width: 35%;
}
.md-form-project {
  padding: 15px 20px;
}
.note-popup {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.form-pr .form-group label {
  margin-bottom: 0px;
}
.logo-popup {
  text-align: center;
}
.logo-popup img {
  max-width: 200px;
}
.popup-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #2a3373;
}
.form-pr input[type="submit"] {
  background-color: #2a3373;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  border: 0px;
  padding: 10px 10px;
  font-weight: 600;
}
.form-pr .wpcf7 .ajax-loader {
  width: 12px;
  height: 12px;
}
.form-pr .wpcf7 form .wpcf7-response-output {
  margin: 0px 0px 10px 0px;
}
.md-thumb-project img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-search {
  font-size: 22px;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.site-header ul,
.site-footer ul,
.widget-area ul {
  margin: 0px;
  padding: 0px;
}
.site-header ul li,
.site-footer ul li,
.widget-area ul li {
  list-style: none;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2a3373;
  border-bottom: 3px solid #d40736;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
/*
* 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: 10px 0px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  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: 33%;
  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;
}
.dvb-recent-post li a.post-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  color: #54595f;
}
.form-received-information .widget-content {
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #2a3373;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.form-received-information .form-title {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 15px 10px 10px 10px;
  background-color: #2a3373;
  text-align: center;
  font-weight: 600;
}
.form-received-information .form-footer {
  padding: 7px 10px 7px 10px;
  background-color: #2a3373;
  font-size: 23px;
  text-align: center;
  color: #fff;
}
.form-received-information .form-footer a {
  color: inherit;
  font-weight: 600;
}
.form-received-information .form-footer a i {
  margin-right: 5px;
}
.form-received-information .form-content {
  padding: 15px 15px 0px 15px;
}
.form-received-information .form-content input[type="submit"] {
  background-color: #d40736;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  border: 0px;
  padding: 10px 10px;
  font-weight: 600;
}
.form-received-information .form-content .wpcf7 .ajax-loader {
  width: 15px;
  height: 15px;
}
.form-received-information .wpcf7 form .wpcf7-response-output {
  margin: 12px 0px;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  text-align: center;
}
.wpcf7-not-valid-tip {
  font-size: 13px;
}
.img-received {
  margin-bottom: 10px;
}
.widget-investor {
  border: 3px solid #2A3373;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.widget-investor .widget-top .widget-title {
  background: #2A3373;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 600;
  border-bottom: 0px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.widget-investor .widget-content {
  padding: 0px 12px;
}
.widget-investor .dvb-recent-post li:first-child {
  padding-top: 0px;
}
.widget-investor .pr-title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #2A3373;
}
.widget-investor .pr-title a {
  color: inherit;
}
.widget-investor .pr-meta {
  font-size: 14px;
  font-weight: normal;
}
.widget-investor .pr-meta i {
  color: #2A3373;
  margin-right: 3px;
}
.widget-search-project .form-group label {
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}
.widget-search-project.widget-investor .widget-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-search-project.widget-investor .widget-content input[type="submit"] {
  background-color: #d40736;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  border: 0px;
  padding: 10px 10px;
  font-weight: 600;
}
.widget-search-project.widget-investor .widget-content .form-group {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# 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: #152b75;
  background-repeat: no-repeat;
  background-size: cover;
  color: #9fafe3;
}
.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;
}
#address-list .info-item {
  margin: 5px 0 0  0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9fafe3;
  font-size: 14px;
}
#address-list .info-item i {
  margin-right: 5px;
}
#address-list .info-item a {
  color: #9fafe3;
}
#address-list .info-item .ic-img {
  min-width: 16px;
  margin-right: 8px;
}
.footer-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.footer-sidebar:first-child .widget-title {
  color: #9fafe3;
}
.footer-top {
  padding-top: 50px;
}
.footer-center {
  padding-bottom: 35px;
}
.footer-sidebar {
  color: #9fafe3;
  font-size: 16px;
  line-height: 30px;
}
.footer-sidebar a {
  color: #9fafe3;
}
.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  line-height: 26px;
}
.footer-bottom .site-info {
  text-align: center;
}
.footer-sidebar ul.menu li {
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.footer-sidebar ul.menu li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f111";
  color: #d40736;
  position: absolute;
  left: 0;
  font-size: 7px;
  top: 10px;
}
.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 input,
.footer-sidebar textarea {
  border: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  width: 100%;
  border: 1px solid #9fafe3;
  background: transparent;
  border-radius: 1px;
}
.footer-sidebar input::-webkit-input-placeholder,
.footer-sidebar textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9fafe3 !important;
  opacity: 1;
  /* Firefox */
}
.footer-sidebar input:-ms-input-placeholder,
.footer-sidebar textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9fafe3 !important;
  opacity: 1;
  /* Firefox */
}
.footer-sidebar input::-ms-input-placeholder,
.footer-sidebar textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9fafe3 !important;
  opacity: 1;
  /* Firefox */
}
.footer-sidebar input::placeholder,
.footer-sidebar textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9fafe3 !important;
  opacity: 1;
  /* Firefox */
}
.footer-sidebar input:-ms-input-placeholder,
.footer-sidebar textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9fafe3 !important;
}
.footer-sidebar input::-ms-input-placeholder,
.footer-sidebar textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9fafe3 !important;
}
.footer-sidebar input.form-control:focus,
.footer-sidebar textarea.form-control:focus {
  border-color: #66afe9;
  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%);
  background: transparent;
  color: #fff;
}
.footer-sidebar textarea {
  height: 50px;
}
.footer-sidebar input[type="submit"] {
  color: #edab21;
  font-size: 14px;
  text-transform: uppercase;
  background: #d40736;
  padding: 8px 10px;
  border-radius: 17px;
  border: none;
  color: #fff;
  width: 100%;
  border: 1px solid #d40736;
}
.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 .form-group.mb-0 {
  text-align: center;
}
.footer-sidebar .wpcf7 .ajax-loader {
  display: block;
}
.footer-sidebar input::-webkit-input-placeholder,
.footer-sidebar textarea::-webkit-input-placeholder {
  /* Edge */
  color: #9e9e9e;
  font-size: 14px;
}
.footer-sidebar input:-ms-input-placeholder,
.footer-sidebar textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9e9e;
  font-size: 14px;
}
.footer-sidebar input::-ms-input-placeholder,
.footer-sidebar textarea::-ms-input-placeholder {
  color: #9e9e9e;
  font-size: 14px;
}
.footer-sidebar input::placeholder,
.footer-sidebar textarea::placeholder {
  color: #9e9e9e;
  font-size: 14px;
}
.footer-sidebar.last {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer-sidebar.second .inner {
  padding-left: 40px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  height: 95%;
}
.box_logo__title {
  text-align: center;
}
.box_logo__title img {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  max-width: 70%;
}
.footer-sidebar .wpcf7 form .wpcf7-response-output,
.footer-sidebar .wpcf7 form.invalid .wpcf7-response-output,
.footer-sidebar .wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 0px;
  text-align: center;
  font-size: 14px;
}
#navigation_toolbox {
  position: fixed;
  bottom: 110px;
  margin-left: 25px;
  z-index: 999;
}
#navigation_toolbox ul {
  margin: 0;
}
#navigation_toolbox li {
  list-style: none;
  padding: 5px;
}
#navigation_toolbox li a {
  height: 100%;
  padding: 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Cardo, serif;
}
#navigation_toolbox.na-right {
  left: inherit;
  right: 0;
  bottom: 100px;
  margin-left: 0px;
  margin-right: 10px;
}
#topcontrol.distopcontrol {
  display: none !important;
}
/*
* Phone Ring2
 */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff0000;
  -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;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: rgba(21, 100, 167, 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;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  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%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}
.hotline-bar {
  position: absolute;
  background: #ff0000;
  height: 45px;
  width: 165px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  left: 42px;
  bottom: 31px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-indent: 32px;
  letter-spacing: 1px;
  display: block;
  line-height: 45px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-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);
  }
}
.hotline-phone-ring-wrap.fix_tel_right {
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  bottom: 0;
  right: 100px;
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
  .hotline-phone-ring-wrap.fix_tel_right {
    right: 0;
    left: inherit;
    bottom: 25%;
    display: inline-table;
  }
}
.right-pc {
  float: right;
}

.logo img {
  max-height: 95px;
}

/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
  .archive-order .content-area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .list-posts .row {
    margin: 0px -20px;
  }
  .list-posts .post-item {
    padding: 0px 20px;
  }
  #popupReceive .modal-dialog {
    max-width: 990px;
  }
  #popupReceive {
    top: 50px;
  }
  .first-post .post-info {
    min-height: 95px;
  }
}
@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;
  }
  .widget-area {
    width: 100%;
    float: left;
  }
  .form-contact .row .col-md-6 + .col-md-6 {
    margin-top: 15px;
  }
  .top-header .search-header {
    display: none;
  }
  .box-search input.form-control,
  .box-search select.form-control {
    max-width: 100%;
  }
  .box-project {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box-project .box-img img {
    height: 200px;
  }
  .footer-sidebar.second .inner {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
  .main-banner h3,
  .main-banner h2,
  .tt-section {
    font-size: 24px;
  }
  .post-item .post-thumb img {
    height: 135px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 95%;
  }
  .wrap-heading .col-md-9,
  .content-area,
  .widget-area {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-area {
    margin-bottom: 20px;
  }
  .other-single-post .box-other,
  .other-single-post .box-other-project {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .other-single-post .box-other:not(:last-child) {
    margin-bottom: 20px;
  }
  .wrap-heading .entry-header .entry-title {
    font-size: 20px;
  }
  .single-content-post .site-main {
    padding: 20px;
    margin: 0px;
  }
  .single-content-post {
    margin-top: 0px;
    padding-top: 40px;
  }
  .footer-sidebar:nth-child(5) .wpcf7 + p {
    display: none;
  }
  .footer-sidebar:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .pr-gallery,
  .pr-description {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pr-gallery {
    margin-bottom: 20px;
  }
}
@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;
  }
  .container,
  .container-sm {
    max-width: 90%;
  }
  .box-search .row .col-md-3:nth-child(2),
  .box-search .row .col-md-3:nth-child(3) {
    margin-bottom: 15px;
  }
  .group-news .box-new:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-new .first-post .post-thumb img {
    height: inherit;
  }
  .box-new .other-item img {
    height: 180px;
  }
  .post-item .post-thumb img {
    height: 200px;
  }
  .nav-cat-project {
    display: none;
  }
  .md-project-popup .modal-body .md-form-project {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-project-popup .modal-body .md-thumb-project {
    display: none;
  }
}
@media (max-width: 640px) {
  .list-project-open .owl-nav .owl-next {
    right: 0;
  }
  .list-project-open .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width: 585px) {
  .box-search .item-search {
    margin-bottom: 15px;
  }
  .container,
  .container-sm {
    max-width: 98%;
  }
  .box-desc .note {
    font-size: 14px;
  }
  .post-item .post-thumb img {
    height: inherit;
  }
  .investor-thumb,
  .investor-thumb img {
    height: inherit;
    max-height: inherit;
  }
  .wrap-block .bt__title {
    font-size: 15px;
  }
  .wrap-heading .page-title {
    font-size: 26px;
  }
  .pr-item .pr-thumb img {
    height: inherit;
  }
  .footer-sidebar:nth-child(2),
  .footer-sidebar:nth-child(3),
  .footer-sidebar:nth-child(4) {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .box-project {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-project .box-img img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .list-post .post-thumb {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .list-post .post-info {
    width: 100%;
    float: left;
  }
}
