/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {

.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
.table-responsive > .table { margin-bottom: 0; }
body.transform-left header {
  transform: translateX(0);
  transition: all 1.5s;
}
.fixmenu-right {
  width: 70%;
    padding: 100px 0 70px 46px;
    z-index: 999;
}
header.scroll-down .header-down .header-down__logo {
  width: 30%;
  bottom: 0;
}
header .header-down .header-down__MenuRight {
  display: none;
}
header .header-up .header-up__left {
  display: none;
}
header .header-up .header-up__left, header .header-up .header-up__right {
  width: 100%;
  flex-direction: row-reverse;
  position: relative;
}
.humberger-menu {
  position: absolute;
  right: 0;
}
header .header-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.header-down__MenuLeft{
    display: none;
}
header .header-down .header-down__logo {
  position: absolute;
  width: 35% !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px !important;
  transition: all .5s;
}
.logo-gold{
  bottom: -7px !important;
}
.video-section {
  width: 100%;
  height: 60vh;
}
.about-section {
  padding: 30px 0;
}
.about-section .about-section_box {
  padding: 0 30px;
}
.about-section .about-section_box .about-section_box_left {
  width: 100%;
  height: 420px;
  position: relative;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
}
.public-title {
  font-size: 20px;
}
.about-section {
  padding: 20px 0 10px;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
  margin-top: 10%;
}
.about-section .about-section_box .about-section_box_right .about-section_box_right_desc * {
  font-size: 14px;
  text-align: justify;
}
.read-more > a {
  padding: 5px 10px;
  font-size: 12px;
}
.brands-section {
  padding: 20px 0;
}
.news-section {
  padding: 10px 0;
}
.news-section .news-item {
  width: 100%;
  margin: 20px auto;
}
.news-section .news-item .news-item__left {
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
}
.news-section .news-item .news-item__right {
  width: 100%;
}
.numbers-section {
  margin: 5px 0 20px;
}
.numbers-section__title > span {
  font-size: 30px;
  margin: 10px auto;
  letter-spacing: 0.04em;
}
.numbers-section .number-list {
  --column: 2;
  --gap-column: 29px;
  --gap-row: 10px;
  margin-top:20px;
}
.numbers-section .number-list > li .number-list__item > figure > img {
  width: 70px;
  height: 70px;
}


.numbers-section .number-list > li .number-list__item > figure::after {
  width: 75%;
  height: 80%;
  border: 1px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure::after, .numbers-section .number-list > li .number-list__item > figure::before {
  content: '';
  position: absolute;
  border-radius: 50%;

}
::before, ::after {
  box-sizing: border-box;
  flex-wrap: wrap;
}
.numbers-section .number-list > li .number-list__item > figure::before {
  width: 91%;
  height: 91%;
  border: 4px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure {
  width: 155px;
  height: 155px;
}
.numbers-section .number-list > li .number-list__item > figcaption > label {
  font-size: 2rem;
}
.numbers-section .number-list > li .number-list__item > figcaption > span {
  font-size: 10px;
}
footer .footer-up__box {
  padding: 20px 0;
}
footer .footer-up__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  content: none;
}
footer .footer-up__box .footer-up__box_center > ul {
  --column: 3;
  --gap-column: 5px;
}
footer .footer-up__box .footer-up__box_left {
  width: 30%;
  margin-bottom: 30px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  height: 80px;
}
footer .footer-up__box .footer-up__box_center > ul > li > a {
  font-size: 13px;
  line-height: 26px;
}
footer .footer-up__box .footer-up__box_right .footer-up__box_right_up > p {
  font-size: 16px;
}
footer .footer-up__box .footer-up__box_right {
  width: 100%;
  margin-top: 20px;
}
footer .footer-up__box .footer-up__box_center {
  margin: 0 0;
  width: 100%;
}
}
/*480 up to 719*/
@media only screen and (min-width : 480px) and (max-width : 719px) {

.table { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
.table > .table { margin-bottom: 0; }
body.transform-left header {
  transform: translateX(0);
  transition: all 1.5s;
}
.fixmenu-right {
  width: 70%;
    padding: 100px 0 70px 46px;
    z-index: 999;
}
header.scroll-down .header-down .header-down__logo {
  width: 30%;
  bottom: 0;
}
header .header-down .header-down__MenuRight {
  display: none;
}
header .header-up .header-up__left {
  display: none;
}
header .header-up .header-up__left, header .header-up .header-up__right {
  width: 100%;
  flex-direction: row-reverse;
  position: relative;
}
.humberger-menu {
  position: absolute;
  right: 0;
}
header .header-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.header-down__MenuLeft{
    display: none;
}
 header .header-down .header-down__logo {
    position: absolute;
    width: 27% !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px !important;
    transition: all .5s;
  }
.video-section {
  width: 100%;
  height: 60vh;
}
.about-section {
  padding: 30px 0;
}
.about-section .about-section_box {
  padding: 0 30px;
}
.about-section .about-section_box .about-section_box_left {
  width: 100%;
  height: 420px;
  position: relative;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
}
.public-title {
  font-size: 20px;
}
.about-section {
  padding: 20px 0 10px;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
  margin-top: 10%;
}
.about-section .about-section_box .about-section_box_right .about-section_box_right_desc * {
  font-size: 14px;
  text-align: justify;
}
.read-more > a {
  padding: 5px 10px;
  font-size: 12px;
}
.brands-section {
  padding: 20px 0;
}
.news-section {
  padding: 10px 0;
}
.news-section .news-item {
  width: 100%;
  margin: 20px auto;
}
.news-section .news-item .news-item__left {
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
}
.news-section .news-item .news-item__right {
  width: 100%;
}
.numbers-section {
  margin: 5px 0 20px;
}
.numbers-section__title > span {
  font-size: 30px;
  margin: 10px auto;
  letter-spacing: 0.04em;
}
.numbers-section .number-list {
  --column: 2;
  --gap-column: 29px;
  --gap-row: 10px;
  margin-top:20px;
}
.numbers-section .number-list > li .number-list__item > figure > img {
  width: 70px;
  height: 70px;
}


.numbers-section .number-list > li .number-list__item > figure::after {
  width: 75%;
  height: 80%;
  border: 1px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure::after, .numbers-section .number-list > li .number-list__item > figure::before {
  content: '';
  position: absolute;
  border-radius: 50%;

}
::before, ::after {
  box-sizing: border-box;
  flex-wrap: wrap;
}
.numbers-section .number-list > li .number-list__item > figure::before {
  width: 91%;
  height: 91%;
  border: 4px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure {
  width: 155px;
  height: 155px;
}
.numbers-section .number-list > li .number-list__item > figcaption > label {
  font-size: 2rem;
}
.numbers-section .number-list > li .number-list__item > figcaption > span {
  font-size: 10px;
}
footer .footer-up__box {
  padding: 20px 0;
}
footer .footer-up__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  content: none;
}
footer .footer-up__box .footer-up__box_center > ul {
  --column: 3;
  --gap-column: 5px;
}
footer .footer-up__box .footer-up__box_left {
  width: 30%;
  margin-bottom: 30px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  height: 80px;
}
footer .footer-up__box .footer-up__box_center > ul > li > a {
  font-size: 13px;
  line-height: 26px;
}
footer .footer-up__box .footer-up__box_right .footer-up__box_right_up > p {
  font-size: 16px;
}
footer .footer-up__box .footer-up__box_right {
  width: 100%;
  margin-top: 20px;
}
footer .footer-up__box .footer-up__box_center {
  margin: 0 0;
  width: 100%;
}
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
body.transform-left header {
  transform: translateX(0);
  transition: all 1.5s;
}
.fixmenu-right {
  width: 61%;
    padding: 100px 0 70px 46px;
    z-index: 999;
}
header.scroll-down .header-down .header-down__logo {
  width: 30%;
  bottom: 0;
}
header .header-down .header-down__MenuRight {
  display: none;
}
header .header-up .header-up__left {
  display: none;
}
header .header-up .header-up__left, header .header-up .header-up__right {
  width: 100%;
  flex-direction: row-reverse;
  position: relative;
}
.humberger-menu {
  position: absolute;
  right: 0;
}
header .header-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.header-down__MenuLeft{
    display: none;
}
 header .header-down .header-down__logo {
    position: absolute;
    width:20% !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px !important;
    transition: all .5s;
  }
.video-section {
  width: 100%;
  height: 60vh;
}
.about-section {
  padding: 30px 0;
}
.about-section .about-section_box {
  padding: 0 30px;
}
.about-section .about-section_box .about-section_box_left {
  width: 100%;
  height: 420px;
  position: relative;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
}
.public-title {
  font-size: 20px;
}
.about-section {
  padding: 20px 0 10px;
}
.about-section .about-section_box .about-section_box_right {
  width: 100%;
  margin-top: 10%;
}
.about-section .about-section_box .about-section_box_right .about-section_box_right_desc * {
  font-size: 14px;
  text-align: justify;
}
.read-more > a {
  padding: 5px 10px;
  font-size: 12px;
}
.brands-section {
  padding: 20px 0;
}
.news-section {
  padding: 10px 0;
}
.news-section .news-item {
  width: 100%;
  margin: 20px auto;
}
.news-section .news-item .news-item__left {
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
}
.news-section .news-item .news-item__right {
  width: 100%;
}
.numbers-section {
  margin: 5px 0 20px;
}
.numbers-section__title > span {
  font-size: 30px;
  margin: 10px auto;
  letter-spacing: 0.04em;
}
.numbers-section .number-list {
  --column:4;
  --gap-column: 10px;
  --gap-row: 10px;
  margin-top:20px;
}
.numbers-section .number-list > li .number-list__item > figure > img {
  width: 70px;
  height: 70px;
}


.numbers-section .number-list > li .number-list__item > figure::after {
  width: 75%;
  height: 80%;
  border: 1px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure::after, .numbers-section .number-list > li .number-list__item > figure::before {
  content: '';
  position: absolute;
  border-radius: 50%;

}
::before, ::after {
  box-sizing: border-box;
  flex-wrap: wrap;
}
.numbers-section .number-list > li .number-list__item > figure::before {
  width: 91%;
  height: 91%;
  border: 4px solid #d5c8ae;

}
.numbers-section .number-list > li .number-list__item > figure {
  width: 155px;
  height: 155px;
}
.numbers-section .number-list > li .number-list__item > figcaption > label {
  font-size: 2rem;
}
.numbers-section .number-list > li .number-list__item > figcaption > span {
  font-size: 10px;
}
footer .footer-up__box {
  padding: 20px 0;
}
footer .footer-up__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  content: none;
}
footer .footer-up__box .footer-up__box_center > ul {
  --column: 3;
  --gap-column: 5px;
}
footer .footer-up__box .footer-up__box_left {
  width: 30%;
  margin-bottom: 30px;
}
footer .footer-up__box .footer-up__box_center > ul::after {
  height: 80px;
}
footer .footer-up__box .footer-up__box_center > ul > li > a {
  font-size: 13px;
  line-height: 26px;
}
footer .footer-up__box .footer-up__box_right .footer-up__box_right_up > p {
  font-size: 16px;
}
footer .footer-up__box .footer-up__box_right {
  width: 100%;
  margin-top: 20px;
}
footer .footer-up__box .footer-up__box_center {
  margin: 0 0;
  width: 100%;
}
.inside-tab-title {
  margin: 45px auto 25px;
  font-size: 26.5px;
}
.top-text {
  width: 94% !important;
  margin: 20px auto;
}



}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {

}
/*laptop*/
@media only screen and (min-width : 1250px) and (max-width : 1366px) {

}
/*1250 up to 1400*/
@media only screen and (min-width : 1367px) and (max-width : 1450px) {

}

/*1400 up to 1920*/
@media only screen and (min-width : 1400px) and (max-width : 1920px) {
}