@charset "UTF-8";

.u-red {
  color: #C30009;
}

/* 
SELECT - INPUT
--------------------------------------------------------------------------
*/
/*--------------------------------------------------------------*/

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
  background: #E5E5E5;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-25 {
    margin-left: 21%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}

img {
  max-width: 100%;
}

ul.decimal {
  list-style: decimal;
}

ul.decimal-zero {
  list-style: decimal-leading-zero;
}

ul.latin {
  list-style: lower-latin;
}

ul.latin-upper {
  list-style: upper-alpha;
}

ul.circle {
  list-style: circle;
}

ul.inherit {
  list-style: inherit;
}

.modal-open {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  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;
}

#wrapper {
  overflow: hidden;
}

.relative {
  position: relative;
}

[class*="container"] {
  position: relative;
  z-index: 1;
}

[class*="container"].full {
  width: auto;
  padding: 0;
  max-width: 1920px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.uppercase {
  text-transform: uppercase;
}

.owl-carousel .item {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

.ef-tx-t.ef,
.group-ef .ef-tx-t[class*="efch"],
.group-ef-hover .ef-tx-t[class*="efch"] {
  -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
  transform: translateY(50px) scale3d(1, 1.6, 0.8);
}

.ef-tx-l.ef,
.group-ef .ef-tx-l[class*="efch"],
.group-ef-hover .ef-tx-l[class*="efch"] {
  -webkit-transform: translateX(50px) scale3d(1, 1.6, 0.8);
  transform: translateX(50px) scale3d(1, 1.6, 0.8);
}

.ef-tx-b.ef,
.group-ef .ef-tx-b[class*="efch"],
.group-ef-hover .ef-tx-b[class*="efch"] {
  -webkit-transform: translateY(-50px) scale3d(1, 1.6, 0.8);
  transform: translateY(-50px) scale3d(1, 1.6, 0.8);
}

.ef-tx-r.ef,
.group-ef .ef-tx-r[class*="efch"],
.group-ef-hover .ef-tx-r[class*="efch"] {
  -webkit-transform: translateX(-50px) scale3d(1, 1.6, 0.8);
  transform: translateX(-50px) scale3d(1, 1.6, 0.8);
}

.ef-th.ef,
.group-ef .ef-th[class*="efch"],
.group-ef-hover .ef-th[class*="efch"] {
  opacity: 1 !important;
}

.ef-th.ef:not(.loaded) img,
.group-ef .ef-th:not(.loaded)[class*="efch"] img,
.group-ef-hover .ef-th:not(.loaded)[class*="efch"] img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ef-img-t.ef,
.group-ef .ef-img-t[class*="efch"],
.group-ef-hover .ef-img-t[class*="efch"] {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.ef-img-l.ef,
.group-ef .ef-img-l[class*="efch"],
.group-ef-hover .ef-img-l[class*="efch"] {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.ef-img-b.ef,
.group-ef .ef-img-b[class*="efch"],
.group-ef-hover .ef-img-b[class*="efch"] {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ef-img-r.ef,
.group-ef .ef-img-r[class*="efch"],
.group-ef-hover .ef-img-r[class*="efch"] {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ef {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1);
}

.group-ef [class*="efch"],
.group-ef-hover [class*="efch"] {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1);
}

.group-ef .efch-1,
.group-ef-hover .efch-1 {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.group-ef .efch-2,
.group-ef-hover .efch-2 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.group-ef .efch-3,
.group-ef-hover .efch-3 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.group-ef .efch-4,
.group-ef-hover .efch-4 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.group-ef .efch-5,
.group-ef-hover .efch-5 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.group-ef .efch-6,
.group-ef-hover .efch-6 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.group-ef .efch-7,
.group-ef-hover .efch-7 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.group-ef .efch-8,
.group-ef-hover .efch-8 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.group-ef .efch-9,
.group-ef-hover .efch-9 {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.group-ef .efch-10,
.group-ef-hover .efch-10 {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.group-ef .efch-11,
.group-ef-hover .efch-11 {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.group-ef .efch-12,
.group-ef-hover .efch-12 {
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}

.group-ef .efch-13,
.group-ef-hover .efch-13 {
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.group-ef .efch-14,
.group-ef-hover .efch-14 {
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}

.group-ef .efch-15,
.group-ef-hover .efch-15 {
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}

.group-ef .efch-16,
.group-ef-hover .efch-16 {
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  transition-delay: 3s !important;
}

.group-ef .efch-17,
.group-ef-hover .efch-17 {
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important;
}

.group-ef .efch-18,
.group-ef-hover .efch-18 {
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important;
}

.group-ef .efch-19,
.group-ef-hover .efch-19 {
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}

.group-ef .efch-20,
.group-ef-hover .efch-20 {
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important;
}

.group-ef .efch-21,
.group-ef-hover .efch-21 {
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
  transition-delay: 4s !important;
}

.group-ef .efch-22,
.group-ef-hover .efch-22 {
  -webkit-transition-delay: 4.2s !important;
  -o-transition-delay: 4.2s !important;
  transition-delay: 4.2s !important;
}

.group-ef .efch-23,
.group-ef-hover .efch-23 {
  -webkit-transition-delay: 4.4s !important;
  -o-transition-delay: 4.4s !important;
  transition-delay: 4.4s !important;
}

.group-ef .efch-24,
.group-ef-hover .efch-24 {
  -webkit-transition-delay: 4.6s !important;
  -o-transition-delay: 4.6s !important;
  transition-delay: 4.6s !important;
}

.group-ef .efch-25,
.group-ef-hover .efch-25 {
  -webkit-transition-delay: 4.8s !important;
  -o-transition-delay: 4.8s !important;
  transition-delay: 4.8s !important;
}

.group-ef .efch-26,
.group-ef-hover .efch-26 {
  -webkit-transition-delay: 5s !important;
  -o-transition-delay: 5s !important;
  transition-delay: 5s !important;
}

.group-ef .efch-27,
.group-ef-hover .efch-27 {
  -webkit-transition-delay: 5.2s !important;
  -o-transition-delay: 5.2s !important;
  transition-delay: 5.2s !important;
}

.group-ef .efch-28,
.group-ef-hover .efch-28 {
  -webkit-transition-delay: 5.4s !important;
  -o-transition-delay: 5.4s !important;
  transition-delay: 5.4s !important;
}

.group-ef .efch-29,
.group-ef-hover .efch-29 {
  -webkit-transition-delay: 5.6s !important;
  -o-transition-delay: 5.6s !important;
  transition-delay: 5.6s !important;
}

.ef.loaded,
.group-ef.loaded [class*="efch"],
.loaded.group-ef-hover [class*="efch"],
.group-ef-hover:hover [class*="efch"] {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
  transform: translate(0, 0) scale3d(1, 1, 1);
}

.group-ef.loaded .ef-th img,
.loaded.group-ef-hover .ef-th img,
.group-ef-hover:hover .ef-th img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

@media only screen and (max-width: 1199px) {
  .group-ef-hover [class*="efch"] {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
    transform: translate(0, 0) scale3d(1, 1, 1) !important;
  }

  .group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

/*End header 1*/

/* EXTEND 
-------------------------------------------------*/
/* Theme - Include Mixins 
-------------------------------------------------*/


/* RESET 
-------------------------------------------------*/
body:not(.home) #main {
  padding: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 100%;
}

/* END RESET */

/*------------------------------------------*/
/*----------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

/*----------------------------------------------*/


a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*----------------------------------------------*/
/* PROPERTY 
------------------------------------------------*/
#header {
  height: 50px;
  background: #fff;
}

#logo {
  padding: 5px 0;
  float: left;
  position: relative;
  z-index: 99;
}

#logo img {
  max-height: 50px;
}

.menu-top-header {
  display: inline-block;
  list-style: none;
  float: right;
  margin-top: 10px;
}

.menu-top-header li {
  float: left;
  margin: 10px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

.menu-top-header li:hover {
  color: #FFE973;
}

.lan {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
}

.langue:hover .lan {
  display: block;
}

.slide_bg {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}

.slide_bg2 {
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}

.content-text-slider h1 {
  color: #FFE973;
  font-size: 20px;
  font-weight: 500;
}

.content-text-slider p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  max-width: 90%;
  letter-spacing: 0.04em;
}

.box-g {
  margin-top: -50px;
}

.info-box {
  width: 168px;
  height: 183px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.bg_gray {
  position: absolute;
  right: 0;
  bottom: -8px;
}

.info-box .images-box {
  text-align: center;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: -20px;
}

.images-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #000;
}

.info-box .images-box img {
  width: 75px;
}

.content-box {
  position: relative;
  z-index: 10;
}

.info-box .content-box h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.info-box .content-box p {
  font-size: 9px;
  text-align: center;
}

.social {
  position: fixed;
  right: 10px;
  bottom: 63%;
  z-index: 999;
}

.social ul li {
  list-style: none;
  margin: 0px 0;
  position: relative;
}

.social ul>li>a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
  color: #272B71;
}

.social ul li a i {
  color: #272B71;
  font-size: 18px;
}

.title_dress,
.title_phone,
.title_mail {
  background-image: url("../images/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 229px;
  height: 48px;
  position: absolute;
  right: 50px;
  top: -25px;
  padding: 5px;
  font-size: 10px;
  display: none;
  color: #272B71;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.dress:hover .title_dress,
.phone:hover .title_phone,
.mail:hover .title_mail {
  display: block;
}

.owl-dot span {
  background: #D7D7D7;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  margin: 0 2px;
}

.owl-dot.active span {
  background: #FFE973;
  width: 25px;
  height: 5px;
  border-radius: 2%;
  margin: 0 2px;
}

footer {
  text-align: center;
  color: #9C9C9C;
  padding: 5px;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  padding-right: 20px;
}

footer p {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 320px) {

  .slide_bg,
  .slide_bg2 {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .info-box {
    width: 150px;
    height: 190px;
  }
}

@media only screen and (max-width: 640px) {
  .content-text-slider h1 {
    max-width: 90%;
    margin-bottom: 5px;
  }

  .content-text-slider p {
    line-height: 18px;
  }

  .menu-top-header li {
    font-size: 12px;
  }

  #header {
    height: 50px;
  }

  #logo img {
    width: 65px;
  }

  .menu-top-header {
    margin-top: 5px;
  }

  .info-box .images-box {
    padding-bottom: 0px;
    margin-top: -15px;
  }

  .info-box.right-b {
    padding: 10px 22px;
  }

  .images-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 1px;
    background: #000;
  }

  .slide_bg,
  .slide_bg2 {
    padding-bottom: 60px;
    padding-top: 20px;
  }

  .bg_gray {
    width: 80px;
  }

  .slide_bg {
    background-image: url(../images/bg_m.png);
  }

  .slide_bg2 {
    background-image: url(../images/bg_m2.png);
  }

  footer {
    text-align: center;
    font-size: 8px;
    padding: 5px;
  }

  .content-text-slider,
  .owl-dots {
    padding-left: 15px;
  }

  #logo {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-nav {
    display: none;
  }

  .box-g {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .box-g {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .owl-dots {
    display: none;
  }

  .menu-top-header li {
    margin: 3px 40px;
  }

  .content-text-slider h1 {
    font-size: 32px;
  }

  .content-text-slider p {
    font-size: 16px;
  }

  .content-text-slider p {
    max-width: 716px;
  }

  .info-box {
    width: 310px;
    height: 290px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    margin: auto;
  }

  .info-box .images-box img {
    width: 115px;
  }

  .info-box .content-box h2 {
    font-size: 18px;
    text-transform: uppercase;
  }

  .info-box .content-box p {
    font-size: 14px;
    margin: auto;
    line-height: 24px;
  }

  #logo {
    left: 0;
  }

  .social {
    bottom: 20%;
  }

  .social ul li {
    margin: 5px 0;
  }

  .social ul>li>a {
    width: 50px;
    height: 50px;
  }

  .owl-prev {
    position: absolute;
    left: -35px;
    top: 40%;
  }

  .owl-next {
    position: absolute;
    right: -35px;
    top: 40%;
  }

  .owl-prev i,
  .owl-next i {
    color: #fff;
    font-size: 40px;
  }

  .content-text-slider {}
}

@media only screen and (min-width: 1200px) {

  .slide_bg,
  .slide_bg2 {
    padding: 25px 0;
  }

  .content-text-slider {
    padding-left: 100px;
  }

  #logo {
    padding-left: 100px;
    padding-top: 0;
  }

  .box-g {
    margin-top: -25px;
  }

  .owl-prev {
    position: absolute;
    left: 5%;
  }

  .owl-next {
    position: absolute;
    right: 5%;
  }
}

@media only screen and (min-width: 1366px) {

  .slide_bg,
  .slide_bg2 {
    padding: 35px 0;
  }

  .owl-prev {
    position: absolute;
    left: 8%;
  }

  .owl-next {
    position: absolute;
    right: 8%;
  }

  .box-g {
    margin-top: -40px;
  }

  .content-text-slider {
    padding-left: 100px;
  }

  #logo {
    padding-left: 90px;
    padding-top: 0;
  }

  footer {
    padding-right: 50px;
  }

  .info-box {
    width: 310px;
    height: 290px;
  }

  .info-box .images-box img {
    width: 120px;
  }

  .info-box .images-box {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: -20px;
  }

  .images-box:after {
    bottom: 10px;
  }

  .content-text-slider h1 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1440px) {

  .slide_bg,
  .slide_bg2 {
    padding: 70px 0;
  }

  .content-text-slider h1 {
    margin-bottom: 20px;
  }

  .info-box {
    width: 310px;
    height: 290px;
  }
}

@media only screen and (min-width: 1600px) {
  .box-g {
    margin-top: -50px;
  }

  .slide_bg,
  .slide_bg2 {
    padding: 160px 0;
  }

  .owl-prev {
    position: absolute;
    left: 11%;
    top: 40%;
  }

  .owl-next {
    position: absolute;
    right: 11%;
    top: 40%;
  }

  .owl-prev i,
  .owl-next i {
    color: #fff;
    font-size: 40px;
  }

  .info-box {
    width: 310px;
    height: 290px;
  }
}

@media only screen and (min-width: 1920px) {

  .slide_bg,
  .slide_bg2 {
    padding: 160px 0;
  }

  .info-box {
    width: 310px;
    height: 290px;
  }

  .owl-prev {
    position: absolute;
    left: 13%;
    top: 40%;
  }

  .owl-next {
    position: absolute;
    right: 13%;
    top: 40%;
  }
}

@media only screen and (min-width: 2048px) {

  .slide_bg,
  .slide_bg2 {
    padding: 200px 0;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  .slide_bg,
  .slide_bg2 {
    padding: 130px 0;
  }

  .social {
    bottom: 30%;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

  .slide_bg,
  .slide_bg2 {
    padding: 70px 0;
  }
}

@media all and (min-device-width: 1080px) and (max-device-height: 1920px) and (orientation:portrait) {

  .slide_bg,
  .slide_bg2 {
    padding: 15% 0;
  }

  .box-g {
    margin-top: -65px;
  }
}
@media only screen and (min-height: 450px) and (max-height: 649px){
  .images-box:after {
    bottom: 30px;
  }
  .content-box {
    margin-top: -25px;
  }
  .info-box {
    width: 310px;
    height: 265px;
  }
  .content-text-slider h1 {
    font-size: 24px;
  }
}