@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/*dx-menu*/
.navbar {
  background-color: transparent;
  border-color: transparent;
}

.navbar .navbar-brand {
  margin-top: 15px;
}

@media (max-width: 700px) {
  .navbar .navbar-brand {
    margin-top: 0;
  }
}

.navbar ul.navbar-nav {
  margin-top: 45px;
}

.navbar ul.navbar-nav li {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar ul.navbar-nav li:first-child a {
    padding: 10px 25px 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar ul.navbar-nav li:last-child a {
    padding: 10px 0 10px 25px;
  }
}

.navbar ul.navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
}

/*dx-banner*/
#dx-banner {
  position: relative;
}

@media (max-width: 700px) {
  #dx-banner {
    padding-top: 88px;
  }
}

@media (max-width: 568px) {
  #dx-banner {
    padding-top: 85px;
  }
}

#dx-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media (max-width: 1200px) {
  #dx-banner .owl-dots {
    bottom: 65px;
  }
}

@media (max-width: 768px) {
  #dx-banner .owl-dots {
    bottom: 0;
  }
}

@media (max-width: 425px) {
  #dx-banner .owl-dots {
    bottom: -7px;
  }
}

#dx-banner .owl-dots .owl-dot.active span {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

#dx-banner .owl-dots .owl-dot span {
  background: #fff;
  opacity: 1;
}

@media (max-width: 425px) {
  #dx-banner .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}

#dx-banner .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-item {
  text-align: center;
  position: relative;
  height: 100%;
}

.banner-item .banner-body {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-item .banner-title {
  font-size: 36px;
  font-weight: 600;
  color: #fcfcfc;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .banner-item .banner-title {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .banner-item .banner-title {
    font-size: 28px;
  }
}

.banner-item .banner-content {
  color: #fff;
  font-size: 15px;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 15px;
}

@media (max-width: 768px) {
  .banner-item .banner-content {
    padding: 10px 15px;
  }
}

.banner-item .btn-banner {
  background-color: #de2c2c;
  width: 245px;
  color: #fff;
  padding: 12px 10px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 10px;
}

.banner-item .sroll-down i.fa {
  font-size: 48px;
  color: #ebebeb;
  text-align: center;
}

@media (max-width: 425px) {
  .banner-item .banner-title {
    font-size: 22px;
  }

  .banner-item .banner-content {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .banner-item .btn-banner {
    padding: 6px 15px;
    margin: 10px 0 0;
    width: auto;
    font-size: 13px;
  }
}

/*dx-product-service*/
#dx-product-service {
  padding: 45px 0;
  background-color: #272727;
}

@media (min-width: 1200px) {
  #dx-product-service {
    padding: 95px 0 95px;
  }
}

#dx-product-service h2.block-title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  #dx-product-service h2.block-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  #dx-product-service h2.block-title {
    font-size: 30px;
  }
}

#dx-product-service .row {
  display: flex;
  flex-wrap: wrap;
}

#dx-product-service .text-title2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin: 20px auto;
}

@media (min-width: 1200px) {
  #dx-product-service .text-title2 {
    max-width: 830px;
    margin-bottom: 60px;
  }
}

.ps_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 40px 35px 40px 70px;
}

@media (min-width: 1200px) {
  .ps_item {
    padding: 40px 35px 60px 75px;
  }
}

@media (max-width: 992px) {
  .ps_item {
    padding: 0 0 20px;
  }
}

@media (max-width: 768px) {
  .ps_item {
    display: inherit;
  }
}

.ps_item:after {
  content: '';
  display: table;
  clear: both;
}

.ps_item .item-image {
  margin-right: 20px;
  display: inline-block;
  width: 125px;
  text-align: center;
}

@media (max-width: 768px) {
  .ps_item .item-image {
    margin: 0 auto;
    display: block;
    height: 165px;
  }
}

.ps_item .item-body {
  width: calc(100% - 140px);
  display: inline-block;
}

@media (max-width: 768px) {
  .ps_item .item-body {
    width: auto;
  }
}

.ps_item .item-title {
  line-height: 0.5em;
  font-size: 24px;
  color: #bd2f2f;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .ps_item .item-title {
    text-align: center;
  }
}

.ps_item .item-content {
  font-size: 15px;
  color: #e4e4e4;
}

/**/
#dx-work {
  padding: 95px 0;
}

#dx-work .block-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

#dx-work .text-title2 {
  font-size: 15px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 35px;
}

#slide-work .owl-stage {
  display: flex;
  align-items: center;
}

/*#slide-work .owl-stage-outer .owl-stage::before {*/
#slide-work .owl-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  z-index: 2;
}

#slide-work .owl-item {
  float: left;
  margin: 0 auto;
  z-index: 1;
}
#slide-work .owl-item.active::before {
  display: none;
}

#slide-work .owl-item .work-item .item-content {
  display: none;
  background-color: #272727;
  padding: 35px;
  color: #fff;
  text-align: center;
}

#slide-work .owl-item.active .work-item .item-content {
  display: inherit;
}

#slide-work .item img {
  display: block;
  height: auto;
}

#slide-work .owl-nav .owl-prev, #slide-work .owl-nav .owl-next {
  position: absolute;
  font-size: 0px;
  background-color: transparent;
  top: 50%;
}

#slide-work .owl-nav .owl-prev:after, #slide-work .owl-nav .owl-next:after {
  font-family: 'FontAwesome', sans-serif;
  font-size: 68px;
  color: #ebebeb;
  position: absolute;
  top: -16px;
  right: 0;
}

@media (max-width: 992px) {
  #slide-work .owl-nav .owl-prev:after, #slide-work .owl-nav .owl-next:after {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  #slide-work .owl-nav .owl-prev:after, #slide-work .owl-nav .owl-next:after {
    font-size: 25px;
  }
}

#slide-work .owl-nav .owl-next {
  right: 120px;
}

@media (max-width: 992px) {
  #slide-work .owl-nav .owl-next {
    right: 60px;
  }
}

@media (max-width: 480px) {
  #slide-work .owl-nav .owl-next {
    right: 25px;
  }
}

#slide-work .owl-nav .owl-next:after {
  content: '\f105';
  right: 7px;
}

#slide-work .owl-nav .owl-prev {
  left: 120px;
}

@media (max-width: 992px) {
  #slide-work .owl-nav .owl-prev {
    left: 60px;
  }
}

@media (max-width: 480px) {
  #slide-work .owl-nav .owl-prev {
    left: 25px;
  }
}

#slide-work .owl-nav .owl-prev:after {
  right: 7px;
  content: '\f104';
}

/*dx-events*/
.events-item {
  background-color: #de2c2c;
}

.events-item .row .item-body {
  position: static;
}

.events-item .row .item-body .item-datetime {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
}

#dx-events .owl-nav {
  position: absolute;
  top: 20px;
  right: 5.5%;
  text-align: right;
}

@media (min-width: 768px) {
  .events-item .row {
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media (max-width: 991px) {
  .events-item .item-image img {
    width: 100%;
  }
}

.events-item .item-body {
  margin: 10px 15px 10px 0;
}

@media (min-width: 1700px) {
  .events-item .row .item-body .item-datetime,
  #dx-events .owl-nav {
    top: 85px;
  }
  .events-item .item-body {
    margin: 25px 85px 20px 15px;
  }
}

@media (max-width: 768px) {
  .events-item .item-body {
    margin: 10px 15px;
  }
}

.events-item .item-datetime {
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px;
  background-color: #272727;
  color: #fff;
  border-radius: 15px;
  line-height: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  .events-item .item-datetime {
    font-size: 16px;
  }
}

.events-item .type-news {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}

@media (max-width: 991px) {
  .events-item .type-news {
    margin: 10px 0;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .events-item .type-news {
    margin: 30px 0 15px;
  }
}

.events-item .item-title {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  .events-item .item-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.events-item .item-content {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .events-item .item-content {
    margin-bottom: 25px;
  }
}

.events-item .btn.btn-events {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 15px;
}

@media (min-width: 1200px) {
  .events-item .btn.btn-events {
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    padding: 8px 42px;
    margin-top: 18px;
    color: #272727;
  }
}

@media (max-width: 425px) {
  .events-item .item-datetime {
    font-size: 14px;
    padding: 0 15px;
    line-height: 32px;
  }

  .events-item .item-title {
    font-size: 22px;
  }

  .events-item .item-content {
    margin-bottom: 15px;
    height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .events-item button.btn.btn-events {
    height: 33px;
    font-size: 14px;
  }
}

#dx-events {
  position: relative;
}

@media (max-width: 1699px){
  .events-item .row .item-body .item-datetime,
  #dx-events .owl-nav {
    top: 20px;
  }
  .events-item .row .item-body {
    padding-top: 30px;
  }
  .events-item .row .item-body .item-datetime {
    left: calc(50% + 30px);
  }
}

#dx-events .owl-nav .owl-prev, #dx-events .owl-nav .owl-next {
  position: relative;
  font-size: 0px;
  background-color: transparent;
}

#dx-events .owl-nav .owl-prev:after, #dx-events .owl-nav .owl-next:after {
  font-family: 'FontAwesome', sans-serif;
  font-size: 38px;
  color: #ebebeb;
  position: absolute;
  top: -25px;
  right: 0;
}

#dx-events .owl-nav .owl-next {
  padding-left: 20px;
}

#dx-events .owl-nav .owl-next:after {
  content: '\f105';
  right: 7px;
}

#dx-events .owl-nav .owl-prev:after {
  right: 7px;
  content: '\f104';
}

#dx-clientele {
  background-color: #f1f1f1;
  padding: 40px 0;
}

@media (min-width: 1200px) {
  #dx-clientele {
    padding: 95px 0;
  }
}

#dx-clientele h2.block-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 23px;
  line-height: 1.2em;
}

@media (max-width: 600px) {
  #dx-clientele h2.block-title {
    font-size: 30px;
  }
}

#dx-clientele .text-title2 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 880px;
  margin: 0 auto;
}

#dx-clientele .block-content {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 30px;
}

#dx-clientele .logo-item {
  padding: 15px 15px;
  width: 20%;
  align-items: center;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #dx-clientele .logo-item {
    width: 25%;
  }
}

@media (max-width: 425px) {
  #dx-clientele .logo-item {
    width: 50% !important;
  }
}

#dx-clientele .logo-item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#dx-clientele .btn-view-all {
  text-align: center;
  font-size: 18px;
  display: flex;
  /* width: 100%; */
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  margin: 15px auto;
  display: table;
  text-align: center;
  cursor: pointer;
}

#dx-clientele .btn-view-all button {
  background-color: transparent;
  border: 0;
  display: table;
  font-size: 24px;
  margin: 0 auto;
}

/*dx-testimonial*/
#dx-testimonial {
  background-color: #272727;
  position: relative;
  padding: 95px 0;
}

#dx-testimonial > .container {
  position: relative;
}
#dx-testimonial > .container:before {
  background-image: url(../images/bg1.png);
  top: -50px;
  left: 0;
  content: '';
  background-size: contain;
  width: 200px;
  height: 150px;
  background-repeat: no-repeat;
  position: absolute;
}

@media (max-width: 768px) {
  #dx-testimonial > .container:before {
    width: 90px;
    height: 90px;
  }
}

#dx-testimonial > .container:after {
  background-image: url(../images/bg2.png);
  right: 0;
  bottom: -50px;
  top: auto;
  background-position: bottom;
  content: '';
  background-size: contain;
  width: 200px;
  height: 150px;
  background-repeat: no-repeat;
  position: absolute;
}

@media (max-width: 768px) {
  #dx-testimonial > .container:after {
    width: 90px;
    height: 90px;
  }
}

#block-testimonial .owl-dots .owl-dot.active span {
  background-color: transparent !important;
  border: 2px solid #ce0a0a !important;
}

#block-testimonial .owl-dots .owl-dot span {
  background: #fff;
  opacity: 1;
}

#block-testimonial .testimonial-item {
  max-width: 570px;
  margin: 0 auto;
  color: #fff;
}

#block-testimonial .testimonial-item .item-title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 45px;
}

@media (max-width: 600px) {
  #block-testimonial .testimonial-item .item-title {
    font-size: 30px;
  }
}

#block-testimonial .testimonial-item .item-content {
  font-size: 15px;
  color: #d1d1d1;
  line-height: 1.5em;
  margin: 10px 0;
}

#block-testimonial .testimonial-item .item-author {
  font-style: italic;
  font-size: 13px;
  margin: 32px 0 45px;
}

#dx-about {
  padding: 50px 0;
}

@media (min-width: 1200px) {
  #dx-about {
    padding: 85px 0 100px;
  }
}

#dx-about .block-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 600px) {
  #dx-about .block-title {
    font-size: 30px;
  }
}

#dx-about .text-title2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #de2c2c;
}

#dx-about .block-content {
  font-size: 15px;
  text-align: center;
}

#dx-contact {
  background-image: url("../images/contact&footer/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
  padding: 50px 0;
  position: relative;
  background-size: cover;
}

@media (min-width: 1200px) {
  #dx-contact {
    padding: 80px 0;
  }
}

#dx-contact:before {
  content: '';
  background: url(../images/contact&footer/contact-map.png) no-repeat;
  width: 100%;
  height: 100%;
  background-position-x: 6%;
  background-position-y: calc(100% - 10%);
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1200px) {
  #dx-contact:before {
    width: 1170px;
    background-position-x: 3%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}

#dx-contact .block-contact-left .block-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (min-width: 992px) {
  #dx-contact .block-contact-left .block-title {
    margin-bottom: 40px;
  }
}

#dx-contact .block-contact-left .text {
  margin: 10px 0;
}

#dx-contact .block-contact-left .text-mail, #dx-contact .block-contact-left .text-phone {
  margin: 25px 0 0px 0;
}

#dx-contact .block-contact-left .text-mail a, #dx-contact .block-contact-left .text-phone a {
  color: #fff;
}

#dx-contact .block-contact-left .text-mail i.fa, #dx-contact .block-contact-left .text-phone i.fa {
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}

#dx-contact .block-contact-left .text-phone {
  margin-bottom: 50px;
}

/*footer*/
.footer {
  padding: 50px 0 30px;
  background-color: #141414;
  color: #fff;
}

ul.footer-menu {
  text-align: center;
  margin: 10px auto;
}

ul.footer-menu li {
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

ul.footer-menu li a {
  color: #fff;
}

ul.footer-menu li:not(:last-child):after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}

.footer-facebook {
  text-align: center;
  margin: 68px 0 45px;
}

.footer-facebook a {
  color: #575757;
  font-weight: 700;
}

.footer-facebook a:focus, .footer-facebook a:hover {
  color: #23527c;
  text-decoration: none;
}

.footer-facebook i.fa {
  color: #de2c2c;
  width: 10px;
  margin-right: 10px;
  font-size: 22px;
  text-align: center;
}

.page-footer {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #1d1d1d;
  font-size: 11px;
  position: relative;
  color: #7f7f7f;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border-color: transparent !important;
    margin-top: 40px;
    font-size: 24px;
    padding: 0 !important;
    color: #fff;
  }
}

@media (max-width: 991px) and (max-width: 568px) {
  .navbar-toggle {
    margin-top: 36px;
  }
}

@media (max-width: 991px) {
  .navbar-toggle:focus, .navbar-toggle:hover, .navbar-toggle:active {
    background-color: transparent !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

#dx-menu.navbar-default {
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: all 0.7s ease;
}

@media (max-width: 700px) {
  #dx-menu.navbar-default {
    background-color: #272727ab;
  }
}

#dx-menu.navbar-fixed-top {
  position: fixed;
  width: 100%;
  background: #de2c2c;
  box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
  padding: 15px 0 0;
  transition: all 0.7s ease;
}

#dx-menu.navbar-fixed-top ul.navbar-nav {
  margin-top: 10px;
}

#dx-menu.navbar-fixed-top .navbar-brand {
  float: left;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}

#dx-menu.navbar-fixed-top .navbar-collapse {
  background-color: transparent;
  border: 0;
}

#dx-menu.navbar-fixed-top .navbar-toggle {
  margin-top: 21px;
}

/*nav menu*/
.navbar-header {
  padding-bottom: 15px;
}

.navbar-toggle .icon-bar {
  transition: 400ms ease-in-out;
  background-color: #fff !important;
  position: relative;
  width: 24px;
  height: 3px;
}

.navbar-toggle .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
}

.navbar-default .navbar-collapse {
  border: 0;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    background-color: #272727ab;
  }
}

.navbar-default .navbar-header {
  padding-bottom: 20px;
}

button {
  z-index: 102;
}

section {
  position: relative;
  background: #fafafa;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  color: #272727 !important;
  background: transparent !important;
}

.block-contact-right {
  padding-top: 55px;
}

.block-contact-right .block-title {
  font-size: 22px;
  font-weight: 600;
}

.block-contact-right .text-title2 {
  font-size: 15px;
}

.block-contact-right .form-contact {
  padding: 30px 0 15px;
  width: auto;
}

@media (min-width: 1200px) {
  .block-contact-right .form-contact {
    width: 435px;
  }
}

.block-contact-right input {
  height: 50px;
}

.block-contact-right textarea, .block-contact-right input {
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: none;
  border: 0;
  border-radius: 10px;
  color: #fff;
}

.block-contact-right button, .block-contact-right button:hover, .block-contact-right button:active {
  background-color: #de2c2c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  height: 50px;
  color: #fff !important;
}

#scroll-top a {
  width: 50px;
  height: 50px;
  background-color: #272727c2;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 9999;
}

/*top */
@-moz-keyframes scroll-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes sroll-down {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes sroll-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.sroll-down {
  margin-top: 10px;
  font-size: 40px;
  color: #ebebeb;
  text-align: center;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: block;
}

.list-country {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.7;
  margin-top: 75px;
  margin-right: 15px;
  margin-bottom: 0;
}

.list-country li {
  margin-top: 7px;
}

.block-contact-left::after {
  content: '';
  display: table;
  clear: both;
}

.page-footer::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #060606;
  position: absolute;
  top: -2px;
  border-radius: 2px;
  box-shadow: inset 6px 1px 1px #06060;
}

/*# sourceMappingURL=dt_style.css.map */
