.a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}
.a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* not(:last-child) */
/* :nth-child(1n+0) */
body {
  line-height: 1.2;
  color: #000000;
  word-break: break-word;
  position: relative;
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-clip: unset !important;
  text-decoration: none;
}

dl,
ol,
ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

.center {
  text-align: center;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 15px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
  max-width: 100%;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #000006;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #000006;
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.contain-overflows {
  width: 100%;
  overflow: hidden;
}

/* font */
strong {
  font-weight: 500;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.swiper-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-container .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.container {
  max-width: -moz-calc(1160px + 30px);
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 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: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container {
  width: 100%;
  /* margin: 0 auto; */
}

/* end font */
.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5;
}
.limit-line--2 {
  -webkit-line-clamp: 2;
  max-height: 3em;
}
.limit-line--3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.limit-line--4 {
  -webkit-line-clamp: 4;
  max-height: 6em;
}

form {
  margin-bottom: 0px;
}

/* variable */
/* search-group */
.d-nones {
  display: none;
}

.w-100ss {
  width: 100% !important;
}

/* ---- */
.gutter-0 {
  margin: 0 0px;
}
.gutter-0 > [class^="col"] {
  padding: 0 0px;
}

.gutter-5 {
  margin: 0 -2px;
}
.gutter-5 > [class^="col"] {
  padding: 0 2px;
}

.gutter-25 {
  margin: 0 -12px;
}
.gutter-25 > [class^="col"] {
  padding: 0 12px;
}

.gutter-40 {
  margin: 0 -20px;
}
.gutter-40 > [class^="col"] {
  padding: 0 20px;
}

.gutter-50 {
  margin: 0 -25px;
  position: relative;
}
.gutter-50 > [class^="col"] {
  padding: 0 25px;
}

.gutter-60 {
  margin: 0 -30px;
}
.gutter-60 > [class^="col"] {
  padding: 0 30px;
}

.gutter-70 {
  margin: 0 -35px;
}
.gutter-70 > [class^="col"] {
  padding: 0 35px;
}

/* header */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

#header {
  position: relative;
  z-index: 1000;
}

@media (min-width: 230px) {
  .addon__menu {
    --color: #262626;
    --colorHover: red;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.459);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
  }

  .addon__menu.active {
    opacity: 1;
    visibility: visible;
  }

  .addon__menu.active .box__menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .addon__menu .box__menu {
    max-width: 260px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .addon__menu .box__menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .addon__menu .box__menu .menu .menu__list {
    position: relative;
  }

  .addon__menu .box__menu .menu .menu__list .menu__link {
    display: block;
    color: #3a3a3c;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6);
    text-transform: uppercase;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .addon__menu .box__menu .menu .menu__list:last-child .menu__link {
    border-bottom: 0;
  }

  .addon__menu .box__menu .menu .menu__list:hover .menu__link,
  .addon__menu .box__menu .menu .menu__list.active .menu__link {
    color: #292b2d;
    /* font-family: 'Montserrat-Bold', sans-serif; */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .addon__menu .box__menu .menu .menu__list ul li {
    position: relative;
  }

  .addon__menu .box__menu .menu .menu__list ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid var(--color);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }

  .addon__menu .box__menu .menu .menu__list ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    padding-left: 35px;
    padding-right: 15px;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover::before {
    border-color: var(--colorHover);
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover a {
    text-decoration: none;
  }

  .addon__menu .box__menu .menu .menu__list .btn__childrens {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    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;
    font-size: 20px;
    overflow: hidden;
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #000;
    padding: 0;
    color: #fff;
  }

  .addon__menu .box__menu .menu .menu__list .btn__childrens::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease,
      -webkit-transform 0.3s ease;
  }

  .addon__menu .box__menu .menu .menu__list .btn__childrens.active::before {
    color: #d39c42;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .toggle__menu {
    width: 3rem;
    height: 3rem;
    border: 0px;
    background-color: transparent;
    margin-left: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    padding: 0;
  }

  .toggle__menu img {
    max-width: 80%;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1025px) {
  .addon__menu {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background-color: transparent;
    z-index: unset;
    visibility: unset;
    opacity: 1;
    margin-left: auto;
  }
  .addon__menu .box__menu {
    max-width: 100%;
    -webkit-transform: unset;
    transform: unset;
    height: 100%;
    background-color: transparent;
  }

  .addon__menu .box__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }

  .addon__menu .box__menu .menu .menu__list {
    height: 100%;
  }

  .addon__menu .box__menu .menu .menu__list .menu__link {
    border-bottom: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list .menu__link img {
    display: block;
    width: 20px;
    height: 20px;
  }

  .addon__menu .box__menu .menu .menu__list:hover ul {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .addon__menu .box__menu .menu .menu__list ul {
    z-index: 999;
    display: block;
    position: absolute;
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: calc(100% + 4px);
    left: 0;
    background-color: #fff;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    padding: 10px 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .addon__menu .box__menu .menu .menu__list ul li {
    padding: 8px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list ul li::before {
    display: none;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover {
    background: #f2f2f2;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover a {
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #292b2d;
  }

  .addon__menu .box__menu .menu .menu__list ul li a {
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #3a3a3c;
  }

  .addon__menu .box__menu .menu .menu__list .btn__childrens {
    display: none;
  }

  .toggle__menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .addon__menu .box__menu .menu .menu__list .menu__link {
    line-height: 75px;
  }
}
@media (min-width: 230px) {
  .logo {
    max-width: 176px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .logo .logo-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 230px) {
  #header {
    background-color: #fff;
  }

  .header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header__top .language-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    list-style: none;
    padding: 5px 0;
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #header .header__top .language-group li {
    width: 30px;
    height: 20px;
    margin-left: 11px;
  }

  #header .header__mid {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#2d2b2b),
      to(#231f20)
    );
    background: linear-gradient(180deg, #2d2b2b, #231f20);
    position: relative;
  }

  #header .header__mid .header__main {
    position: relative;
    padding: 5px 0;
  }

  #header .header__mid .header__main .decorate__global-1 {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30px;
    width: 140px;
    background-color: #292b2d;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  #header .header__mid.fixed .header__main {
    padding: 10px 0;
  }

  #header .header__mid .header__main .toggle__menu {
    margin-left: 0;
    position: relative;
    z-index: 5;
  }

  #header .header__mid .header__main .logo {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 106px;
    width: 106px;
    height: 56px;
    overflow: unset;
    z-index: 5;
  }

  #header .header__mid.fixed .header__main .logo {
    top: 0;
  }

  #header .header__mid .header__main .logo .logo-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
  }

  #header .header__mid .header__main .logo .logo-img img {
    width: 100%;
    height: 100%;
  }

  #header .header__mid .header__main .name__logo {
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    color: #d39c42;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 55px;
  }

  #header .header__mid .header__main .decorate__global {
    background-color: #292b2d;
    top: 32px;
    width: 230px;
  }

  #header .header__mid .header__main .decorate__global::before,
  #header .header__mid .header__main .decorate__global::after {
    background-color: #292b2d;
  }

  #header .header__mid .header__main .addon__menu .box__menu {
    background-color: #292b2d;
  }

  #header .header__mid .header__main .addon__menu .box__menu .menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6);
    padding: 0 15px;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list
    img {
    width: 17px;
    height: 17px;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list
    .menu__link {
    color: #ffffff;
    font-family: "Arial";
    border: 0;
    padding: 0;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list:hover
    .menu__link,
  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list.active
    .menu__link {
    color: #d39c42;
  }

  #header .header__mid .header__main .hotline__group {
    display: none;
  }
}
@media (min-width: 170px) {
  #header .header__mid.fixed::before {
    top: 99% !important;
  }

  #header .header__mid .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header__mid .header__main .hotline__group {
    display: block;
    margin-left: auto;
  }

  #header .header__mid .header__main .hotline__group p {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  #header .header__mid .header__main .hotline__group p img {
    width: 16px;
    margin-right: 5px;
  }

  #header .header__mid .header__main .hotline__group a {
    color: #d39c42;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 480px) {
  #header .header__mid .header__main .logo {
    max-width: 130px;
    width: 130px;
    top: -25px;
    height: unset;
  }

  #header .header__mid .header__main .decorate__global-1 {
    width: 170px;
  }

  #header .header__mid .header__main .name__logo {
    top: 50px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 65px;
  }

  #header .header__mid.fixed .header__main .logo {
    top: 5px;
  }

  #header .header__mid .header__main .decorate__global {
    top: 50px;
  }

  #header .header__mid .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header__mid .header__main .hotline__group {
    display: block;
    margin-left: auto;
  }

  #header .header__mid .header__main .hotline__group p {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 3px;
  }

  #header .header__mid .header__main .hotline__group a {
    color: #d39c42;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 576px) {
  #header .header__mid.fixed .header__main .name__logo {
    top: 70px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #header {
    background-color: #fff;
  }

  #header .header__mid {
    position: relative;
    background-color: #292b2d;
  }

  #header .header__mid .header__main {
    padding: 0;
  }

  #header .header__mid .header__main .logo {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 170px;
    width: 170px;
    height: 130px;
    overflow: unset;
    z-index: 5;
  }

  #header .header__mid.fixed .header__main .logo {
    top: -30px;
  }

  #header .header__mid.fixed .container .header__main .logo {
    top: -20px;
    max-width: 140px;
  }

  #header .header__mid .header__main .decorate__global-1 {
    width: 260px;
  }

  #header .header__mid .header__main .logo .logo-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
  }

  #header .header__mid .header__main .logo .logo-img img {
    width: 100%;
    height: 100%;
  }

  #header .header__mid .header__main .name__logo {
    top: 75px;
    font-size: 14px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 90px;
  }

  #header .header__mid .header__main .decorate__global {
    max-width: 280px;
    width: 280px;
    top: 75px;
  }

  #header .header__mid .header__main .hotline__group {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #header .header__mid .header__main .hotline__group p {
    font-size: 20px;
    line-height: 1;
  }

  #header .header__mid .header__main .hotline__group a {
    font-size: 40px;
    line-height: 1;
    display: block;
  }

  #header .header__mid .header__main .hotline__group p img {
    width: 18px;
  }
}
@media (min-width: 1025px) {
  #header .header__mid .header__main .addon__menu {
    margin-left: 0;
  }

  #header .header__mid .header__main .addon__menu .box__menu .menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    border: 0;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list:first-child {
    padding-left: 0;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list
    img {
    width: 16px;
    height: 16px;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list
    .menu__link {
    color: #ffffff;
    font-family: "Arial";
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #header .header__mid .header__main .logo {
    width: 180px;
    max-width: 180px;
    height: 140px;
  }

  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list
    .menu__link {
    font-size: 14px;
  }

  #header .header__mid .header__main .name__logo {
    font-size: 16px;
    letter-spacing: 1px;
  }

  #header .header__mid .header__main .decorate__global {
    max-width: 380px;
    width: 380px;
  }
}
.fixed {
  z-index: 999;
  position: fixed !important;
  width: 100%;
  top: 0px;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}
#header .header__mid.fixed .header__main .logo::before,
#header .header__mid.fixed .header__main .logo::after {
  display: none;
}

#header .header__mid.fixed .header__main .logo {
  max-width: 100px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .header__mid .header__main .decorate__global {
  top: calc(100% - 30px);
}

#header .header__top {
  position: relative;
  z-index: 5;
}

#header .header__mid .header__main {
  position: relative;
  z-index: 20;
}

/* @media (min-width: 992px) { */
@media (min-width: 1025px) {
  #header .header__mid .header__main .addon__menu .box__menu {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  #header .header__mid.fixed .header__main .logo {
    max-width: 100px;
    top: 5px;
  }
}
@media (min-width: 230px) {
  #header .header__mid .header__main .decorate__global-1,
  #header .header__mid .header__main .decorate__global {
    display: none;
  }

  #header .header__mid::before {
    content: "";
    position: absolute;
    top: 100%;
    bottom: -32px;
    left: 50%;
    width: 270px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* filter: brightness(0) invert(0.17); */
    background-image: url(../images/decorate-bg-sm.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 2;
  }

  #header .header__mid::after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: calc(100% - 1px);
    left: 50%;
    width: 200px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    /* filter: brightness(0) invert(0.17); */
    background-image: url(../images/decorate-bg-ex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  #header .header__mid::before {
    top: -30px;
    bottom: -30px;
    left: 0;
    right: 0;
    width: unset;
    -webkit-transform: unset;
    transform: unset;
    background-image: url("../images/bg-header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: unset;
    filter: unset;
  }

  #header .header__mid::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .header__top .language-group {
    -webkit-transform: unset;
    transform: unset;
  }
}
@media (min-width: 1300px) {
  #header .header__mid.fixed::before {
    top: -35px;
  }
}
@media (min-width: 1600px) {
  #header .header__mid::before {
    bottom: -40px;
  }
}
@media (min-width: 230px) {
  #header .header__top .language-group li:first-child {
    margin-left: 0;
  }

  #header .header__top .language-group {
    margin-left: auto;
  }

  .toggle__menu img {
    margin-right: auto;
  }

  #header .header__mid .header__main .name__logo {
    font-size: 11px;
    top: 42px;
  }

  #header .header__mid .header__main .name__logo {
    top: 54px;
  }

  #header .header__mid:not(.fixed) .header__main .hotline__group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 65px;
  }
}
@media (min-width: 576px) {
  #header .header__mid .header__main .name__logo,
  #header .header__mid.fixed .header__main .name__logo {
    font-size: 13px;
  }

  #header .header__mid {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  #header .header__top .language-group {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 992px) {
  #header .header__mid.fixed::before {
    top: -40px;
  }

  #header .header__mid.fixed .header__main .hotline__group {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  #header .header__top .language-group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid .header__main .name__logo {
    font-size: 16px;
    top: 75px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    font-size: 16px;
    top: 95px;
  }
}
@media (min-width: 1025px) {
  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  #header .header__mid:not(.fixed) .header__main .hotline__group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid .header__main .name__logo {
    font-size: 18px;
    top: 80px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .addon__menu .box__menu .menu .menu__list ul {
    width: 100%;
    border-top: 3px solid #d39c42;
    border-bottom: 3px solid #d39c42;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list ul li {
    width: 100%;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list ul li::before {
    display: none;
  }

  .addon__menu .box__menu .menu .menu__list ul li:last-child {
    border: 0;
  }

  .addon__menu .box__menu .menu .menu__list ul li a {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover a,
  .addon__menu .box__menu .menu .menu__list ul li.active a,
  .addon__menu .box__menu .menu .menu__list ul li:focus a {
    background-color: #d39c42;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 230px) {
  #header .header__mid .header__main .hotline__group a.hotline__mobile {
    display: none;
  }

  #header .header__top .language-group li:first-child {
    margin-left: 0;
  }

  #header .header__top .language-group {
    margin-left: auto;
  }

  .toggle__menu img {
    margin-right: auto;
  }

  #header .header__mid .header__main .name__logo {
    font-size: 11px;
    top: 42px;
  }

  #header .header__mid .header__main .addon__menu .box__menu .menu .menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 479.98px) {
  #header .header__mid .header__main .name__logo {
    top: 54px;
  }

  #header .header__mid.fixed::before {
    top: 56px !important;
  }

  #header .header__mid .header__main .logo {
    top: -18px;
  }

  #header .header__mid .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header__mid .header__main .hotline__group {
    display: block;
    margin-left: auto;
  }

  #header .header__mid .header__main .hotline__group p {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
  }

  #header .header__mid .header__main .hotline__group a {
    color: #d39c42;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #header .header__top .language-group li {
    width: 25px;
    margin-left: 6px;
  }
}
@media (min-width: 480px) {
  #header .header__mid:not(.fixed) .header__main .hotline__group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid .header__main .name__logo {
    top: 58px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 69px;
  }
}
@media (min-width: 576px) {
  #header .header__mid .header__main .name__logo,
  #header .header__mid.fixed .header__main .name__logo {
    font-size: 13px;
  }

  #header .header__mid {
    background-color: transparent;
  }

  #header .header__mid.fixed {
    background-color: #292b2d;
  }
}
@media (min-width: 768px) {
  #header .header__top .language-group {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 992px) {
  #header
    .header__mid
    .header__main
    .addon__menu
    .box__menu
    .menu
    .menu__list:first-child {
    padding-left: 0;
  }

  #header .header__mid.fixed::before {
    top: -40px;
  }

  #header .header__mid.fixed .header__main .hotline__group {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  #header .header__mid::before {
    bottom: -33px;
  }

  #header .header__top .language-group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid .header__main .name__logo {
    font-size: 16px;
    top: 75px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    font-size: 16px;
    top: 95px;
  }

  .addon__menu .box__menu .menu .menu__list ul {
    top: calc(100% - 15px);
    left: 50%;
    -webkit-transform: rotateX(-90deg) translateX(-50%);
    transform: rotateX(-90deg) translateX(-50%);
    padding: 0;
    border-top: 3px solid #d39c42;
    border-bottom: 3px solid #d39c42;
    border-radius: 0;
    background-color: #1e1f1f;
  }

  .addon__menu .box__menu .menu .menu__list ul::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    border-style: solid;
    border-width: 7px 13px;
    border-color: transparent transparent #d39c42 transparent;
  }

  .addon__menu .box__menu .menu .menu__list:hover ul {
    -webkit-transform: rotateX(0) translateX(-50%);
    transform: rotateX(0) translateX(-50%);
  }

  .addon__menu .box__menu .menu .menu__list ul li {
    border-bottom: none;
  }

  .addon__menu .box__menu .menu .menu__list ul li:last-child {
    border: 0;
  }

  .addon__menu .box__menu .menu .menu__list ul li a {
    color: #fff;
    text-transform: uppercase;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover,
  .addon__menu .box__menu .menu .menu__list ul li.active,
  .addon__menu .box__menu .menu .menu__list ul li:focus {
    background: #d39c42;
  }

  .addon__menu .box__menu .menu .menu__list ul li:hover a,
  .addon__menu .box__menu .menu .menu__list ul li:focus a {
    font-weight: 400;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  #header .header__mid:not(.fixed) .header__main .hotline__group {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  #header .header__mid .header__main .name__logo {
    font-size: 18px;
    top: 80px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .slider-group-xe.owl-carousel .owl-item.center img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .slider-group-xe.owl-carousel .owl-item img {
    margin-top: 60px;
  }
}
@media (min-width: 230px) {
  #header .header__mid.fixed::before {
    background-image: url("../images/decorate-bg-sm.svg");
    top: 49.5px;
    fill: #292b2d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: top center;
    background-size: contain;
    height: 32px;
    width: 270px;
  }
}
@media (min-width: 480px) {
  #header .header__mid.fixed::before {
    top: 66px;
  }
}
@media (min-width: 576px) {
  #header .header__mid.fixed::before {
    background-image: url(../images/decorate-bg-md.svg);
    width: 490px;
    height: 34px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 66px;
  }
}
@media (min-width: 768.01px) {
  #header .header__mid.fixed::before {
    /* background-image: url('../images/decorate-bg-md.svg'); */
    height: 32px;
  }

  #header .header__mid.fixed::before {
    background-image: url("../images/decorate-header.svg");
    background-size: 415px;
  }
}
@media (min-width: 992px) {
  #header .header__mid.fixed::before {
    top: 99px;
  }

  #header .header__mid.fixed .header__main .name__logo {
    top: 95px;
  }

  #header .header__mid.fixed::before {
    background-image: url("../images/decorate-header.svg");
    background-size: 490px;
  }
}
@media (min-width: 1920px) {
  #header .header__mid::before {
    background-size: 1920px;
  }
}
/* end header */
/* footers */
.logo-footers {
  margin: 10px 0px;
}
.logo-footers img {
  width: 100%;
}

.bottom-header {
  padding: 5px 0px;
  z-index: 10;
}
.bottom-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hotline-footerts {
  position: relative;
}
.hotline-footerts .titles-hotline__tops {
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hotline-footerts .titles-hotline__tops img {
  width: 20px;
  height: 20px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-right: 5px;
}
.hotline-footerts a {
  font-size: 35px;
  color: #d39a42;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotline-footerts a:hover,
.hotline-footerts a:focus {
  color: #d39a42;
}

.footers {
  background-color: #292b2d;
  color: #ffffff;
}

.top-footers {
  padding: 35px 0px;
}

.infos-footers {
  color: #b5b1b1;
}
.infos-footers a {
  color: #d39a42;
}

.items-parameter__footers {
  text-align: center;
}
.items-parameter__footers img {
  height: 25px;
  width: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.items-parameter__footers .number-parameter__footers {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.items-parameter__footers .number-parameter__footers:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.sevice-list__footers {
  list-style: disc;
  padding-left: 20px;
}
.sevice-list__footers li {
  margin-bottom: 10px;
}
.sevice-list__footers li a:hover,
.sevice-list__footers li a:focus {
  color: #d39a42;
}

.items-news__footers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-news__footers .img-news__footers {
  width: 70px;
  margin-right: 10px;
}
.items-news__footers .img-news__footers a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 58%;
  overflow: hidden;
  border-radius: 3px;
}
.items-news__footers .img-news__footers a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.items-news__footers .intros-news__footers {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.items-news__footers .intros-news__footers .names-news__footers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-news__footers .intros-news__footers .names-news__footers:hover,
.items-news__footers .intros-news__footers .names-news__footers:focus {
  color: #d39a42;
}
.items-news__footers .intros-news__footers .days-ups__news li {
  font-size: 10px;
}
.items-news__footers .intros-news__footers .days-ups__news li img {
  width: 11px;
  height: 11px;
}

.list-news__footers > li:not(:last-child) {
  margin-bottom: 20px;
}

.top-footers > .row > [class^="col"] {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
.top-footers > .row > [class^="col"]:nth-child(1) {
  max-width: 36.666667%;
}
.top-footers > .row > [class^="col"]:nth-child(3) {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-footers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-footers li:not(:last-child) {
  margin-right: 10px;
}
.app-footers li a img {
  width: 30px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: auto;
}

.bottom-footers {
  padding: 10px 0px;
  border-top: solid 2px #d39a42;
}

/* and footer */
/* forms */
.btn-oranges__alls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #d39a42;
  background-color: #d39a42;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn-oranges__alls img {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-oranges__alls:hover,
.btn-oranges__alls:focus {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #2e2e2e;
}
.btn-oranges__alls:hover img,
.btn-oranges__alls:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn-white__trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 3px #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.btn-white__trans img {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white__trans:hover,
.btn-white__trans:focus {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #2e2e2e;
}
.btn-white__trans:hover img,
.btn-white__trans:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.input-alls {
  height: 35px;
}

.control-alls {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}
.control-alls::-webkit-input-placeholder {
  color: #a1a1a1;
}
.control-alls::-moz-placeholder {
  color: #a1a1a1;
}
.control-alls:-ms-input-placeholder {
  color: #a1a1a1;
}
.control-alls::-ms-input-placeholder {
  color: #a1a1a1;
}
.control-alls::placeholder {
  color: #a1a1a1;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
  border-radius: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}
.breadcrumb .active {
  color: #000000 !important;
}
.breadcrumb li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb li:not(:last-child):after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 14px;
  margin: 0px 5px;
}
.breadcrumb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #363636;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #212121;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  color: #ffb93e;
}
.rating .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  color: #ffb93e;
}

.pagenigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagenigation > a,
.pagenigation strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border: 2px solid #777777;
  background-color: transparent;
  border-radius: 1000px;
  color: #777777;
  margin-bottom: 5px;
  border-color: 0px;
  padding: 2px;
  position: relative;
}
.pagenigation > a img,
.pagenigation strong img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenigation > a:not(:last-child),
.pagenigation strong:not(:last-child) {
  margin-right: 5px;
}
.pagenigation > a:hover,
.pagenigation > a:focus,
.pagenigation strong:hover,
.pagenigation strong:focus {
  color: #ffffff;
  background-color: #d39a42;
  border: 2px solid #d39a42;
}
.pagenigation .active {
  color: #ffffff;
  background-color: #d39a42;
  border: 2px solid #d39a42;
}
.sl-btn-alls {
  position: relative;
}
.sl-btn-alls .swiper-button-prev,
.sl-btn-alls .swiper-button-next {
  opacity: 0;
  visibility: hidden;
}
.sl-btn-alls .group-btns__showss {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1px;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 0px;
  font-size: 24px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sl-btn-alls .group-btns__showss .showss-button-prev,
.sl-btn-alls .group-btns__showss .showss-button-next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 20px;
  height: 20px;
  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;
  background-color: transparent;
  cursor: pointer;
  border-radius: 1000px;
  padding: 0px;
  color: #2e2e2e;
  font-size: 28px;
}
.sl-btn-alls .group-btns__showss .showss-button-prev img,
.sl-btn-alls .group-btns__showss .showss-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.sl-btn-alls .group-btns__showss .showss-button-prev:hover,
.sl-btn-alls .group-btns__showss .showss-button-prev:focus,
.sl-btn-alls .group-btns__showss .showss-button-next:hover,
.sl-btn-alls .group-btns__showss .showss-button-next:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sl-btn-alls .group-btns__showss .showss-button-prev {
  left: -60px;
}
.sl-btn-alls .group-btns__showss .showss-button-next {
  right: -60px;
}

.sl-panigation__alls .swiper-pagination .swiper-pagination-bullet {
  margin: 0px !important;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  border: solid 1px #d80b0c;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sl-panigation__alls
  .swiper-pagination
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px !important;
}
.sl-panigation__alls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d80b0c;
}

.no-cicles:after {
  display: none;
}

.banner-pages {
  border-bottom: solid 30px #d39a42;
}
.banner-pages img {
  width: 100%;
}

.title-mains__alls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-mains__alls p {
  color: #808184;
  font-size: 15px;
  text-transform: uppercase;
}
.title-mains__alls:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 1px;
  background-color: #d39a42;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 10px 0px;
}
.title-mains__alls:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 1px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background-color: #d39a42;
}

.title-bg__alls {
  position: relative;
  background: url(../images/bg-titles-bgs.png) no-repeat center;
  background-size: 100% 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  color: #ffffff;
  min-width: 235px;
  text-align: center;
  text-transform: uppercase;
}

.titles-bold__alls {
  font-weight: bold;
}

.titles-center__alls {
  text-align: center;
}

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

.mb-5s {
  margin-bottom: 5px;
}

.mb-10s {
  margin-bottom: 10px;
}

.mb-15s {
  margin-bottom: 15px;
}

.mb-20s {
  margin-bottom: 20px;
}

.mb-30s {
  margin-bottom: 30px;
}

.mb-40s {
  margin-bottom: 40px;
}

.mb-50s {
  margin-bottom: 50px;
}

.mb-60s {
  margin-bottom: 60px;
}

.mb-80s {
  margin-bottom: 80px;
}

.fs-9s {
  font-size: 9px;
}

.fs-10s {
  font-size: 10px;
}

.fs-12s {
  font-size: 12px;
}

.fs-13s {
  font-size: 13px;
}

.fs-14s {
  font-size: 14px;
}

.fs-15s {
  font-size: 15px;
}

.fs-16s {
  font-size: 16px;
}

.fs-18s {
  font-size: 18px;
}

.fs-19s {
  font-size: 19px;
}

.fs-20s {
  font-size: 20px;
}

.fs-24s {
  font-size: 24px;
}

.fs-28s {
  font-size: 28px;
}

.fs-30s {
  font-size: 30px;
}

.s-revert * {
  all: revert !important;
}

/* :not(:last-child) */
/* :nth-child(1n+0) */
/* end variable */
