/* ############################################################################################## */
/* ############################################################################################## */
/* #################################### AUTHOR : https://Na3.eu ################################# */
/* ############################################################################################## */
/* ############################################################################################## */

/* ICON START */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* FONT START */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=cyrillic,cyrillic-ext,devanagari,latin-ext,vietnamese');
/* FONT STOP */



/* MAIN SETTING START */

body{
margin: 0;
padding: 0;
background: #fff;
color: #000;
}
form{
margin-top: 57px;
margin-bottom: 10rem;
}
@media (min-width:768px){
form{
width: 100%;
}
form .btn{
margin-right: 35px;
}}
@media (max-width:767px){
form{
width: 250px;
margin-left: auto;
margin-right: auto;
}
form .btn{
margin-left: auto;
margin-right: auto;
font-size: 10px !important;
}}
form a{
font-size: 14px !important;
font-family: 'Poppins', sans-serif;
font-weight: 500 !important;
float: right;
margin-right: -20px;
margin-top: 23px;
color: #000000 !important;
}
label{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #333333;
width: 100%;
display: block;
margin-top: 11px;
margin-bottom: -11px;
}
label span{
color: #de1d28;
}
input{
width: 90%;
height: 40px;
border: 1px solid #e1e1e1;
padding-left: 19px;
}
input:focus{
border-color: #a9a8a8;
outline: none;
}
textarea{
width: 90%;
height: 121px;
border: 1px solid #e1e1e1;
padding-left: 19px;
padding-top: 14px;
}
textarea:focus{
border-color: #a9a8a8;
outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #989898;
  margin-left: 19px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #989898;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #989898;
}
:-moz-placeholder { /* Firefox 18- */
  color: #989898;
}
.gradient{
background: linear-gradient(#fff, #00000020);
min-height:120px;
width:100%;
}
.btn{
background-color: #fff; /* Green */
border: 1px solid #dddddd;
border-radius: 30px;
color: #000;
padding: 15px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.btn:hover{
border: 1px solid #de1d28;
}
.btn span{
margin-left: 20px;
color: #de1d28;
}
.btn-footer{
background-color: #00000000; /* Green */
border: 1px solid #212121;
color: #000;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
font-family: 'Poppins', sans-serif;
}
.btn-footer:hover{
border: 1px solid #de1d28;
}
/* MAIN SETTING STOP */


/* GRIDE START */
.container-full{
width: 100%;
margin-left: auto;
margin-right: auto;
}
.container {
max-width: 1200px;
margin-right: auto;
margin-left: auto
}
@media (min-width: 769px){
.container {
padding-right: 15px;
padding-left: 15px;
}}
.row{
display: flex;
flex-wrap: wrap;
}
@media (max-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,.col-9, .col-10, .col-11, .col-12{
max-width: 100% !important;
flex-basis: 100% !important;
}}
@media (min-width: 769px) {
.col-1 {flex: 0 0 8.3333333%; max-width: 8.3333333%;}
.col-2 {flex: 0 0 16.666667%; max-width: 16.666667%;}
.col-3 {flex: 0 0 25%; max-width: 25%;}
.col-4 {flex: 0 0 33.333333%; max-width: 33.333333%;}
.col-5 {flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-6 {flex: 0 0 50%; max-width: 50%;}
.col-7 {flex: 0 0 58.333333%; max-width: 58.333333%;}
.col-8 {flex: 0 0 66.666667%;max-width: 66.666667%;}
.col-9 {flex: 0 0 75%; max-width: 75%}
.col-10 {flex: 0 0 83.333333%; max-width: 83.333333%}
.col-11 {flex: 0 0 91.666667%; max-width: 91.666667%}
.col-12 {flex: 0 0 100%; max-width: 100%}
}
/* GRIDE STOP */

/* JCARUSEL START */


/* ######################  JCARUSEL HEADER START ###################### */

.jcarousel-skin-header .jcarousel-vertical ul,
.jcarousel-skin-header .ver-ti-cal ul {
width: 100%;
height: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel-skin-header .jcarousel {
position: relative;
overflow: hidden;
width: 100%;
}

.jcarousel-skin-header ul {
width: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel-skin-header li {
float: left;
margin-right: 50px;
padding: 0;
}
@media (min-width:1200px)  {
.jcarousel-skin-header li {
min-width: 1200px;
}}
@media all and (min-width:1024px) and (max-width:1199px) {
.jcarousel-skin-header li {
min-width: 750px;
padding-left: 10rem;
padding-right: 10rem;
margin-left: auto;
margin-right: auto;
}}
@media all and (min-width:426px) and (max-width:1023px) {
.jcarousel-skin-header li {
min-width: 700px;
padding-left: 5rem;
padding-right: 5rem;
margin-left: auto;
margin-right: auto;
}}
@media all and (min-width:376px) and (max-width:425px) {
.jcarousel-skin-header li {
min-width: 300px;
padding-left: 3.7rem;
padding-right: 3rem;
margin-left: auto;
margin-right: auto;
}}
@media all and (min-width:321px) and (max-width:375px) {
.jcarousel-skin-header li {
min-width: 300px;
padding-left: 1rem;
padding-right: 3rem;
margin-left: auto;
margin-right: auto;
}}
@media all and (min-width:0px) and (max-width:320px) {
.jcarousel-skin-header li {
min-width: 300px;
padding-left: 0.5rem;
padding-right: 0.5rem;
margin-left: auto;
margin-right: auto;
}}

.jcarousel-skin-header li img {
border: 0;
display: block;
}

/* ######################  JCARUSEL HEADER STOP ###################### */

/* ######################  JCARUSEL DEFAULT START ###################### */



.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
position: relative;
overflow: hidden;
width: 75px;
height: 265px;
border: 1px solid #000;
}

.jcarousel-skin-default .jcarousel-vertical ul,
.jcarousel-skin-default .ver-ti-cal ul {
width: 100%;
height: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel-skin-default .jcarousel-vertical li,
.jcarousel-skin-default .ver-ti-cal li {
height: 75px;
margin: 0 0 10px 0;
padding: 0;
}

/** Custom **/

.jcarousel-skin-default li img {
border: 0;
display: block;
}

.jcarousel-skin-default .jcarousel {
position: relative;
overflow: hidden;
width: 75%;
}

.jcarousel-skin-default ul {
width: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel-skin-default li {
float: left;
margin: 0 10px 0 0;
padding: 0;
}

*[dir=rtl] .jcarousel-skin-default li {
float: right;
margin: 0 0 0 10px;
}

/** Custom **/

.jcarousel-skin-default li img {
border: 0;
display: block;
}

/* ######################  JCARUSEL DEFAULT STOP ###################### */

/* jCarousel STOP */

/* MAIN MENU START */

nav{
width: 100%;
margin-left: auto;
margin-right: auto;
position: fixed;
z-index: 1000;
}
.sticky{
background: #fff;
}
.sticky-logo{
margin-top: 10px !important;
margin-bottom: 10px;
animation-name: example;
animation-duration: 0.5s;
}
@keyframes example {
from {margin-top: 37px;}
to {margin-top: 10px !important;}
}
@media (min-width:768px){
.sticky-display{
display: none;
}}
@media (max-width:767px) {
.sticky_menu{
margin-top: 1.9rem !important;
animation-name: sticky_menu;
animation-duration: 0.5s;
}
@keyframes sticky_menu {
from {margin-top: 3rem;}
to {margin-top: 1.9rem !important;}
}}
.sticky_link{
margin-top: 35px !important;
margin-bottom: 10px;
animation-name: link;
animation-duration: 0.5s;
}}
@keyframes link {
from {margin-top: 75px;}
to {margin-top: 35px !important;}
}
@media (min-width:769px){
nav .menu-mobile{
display: block;
}}
@media (max-width:768px){
nav .menu-mobile{
display: none;
background-color: #fff;
}}
nav .col-2 img:first-child{
width: 189px;
margin-top: 37px;
margin-left: 10px;
}
nav .fa-align-justify{
font-size: 40px;
}
@media (min-width:769px) {
nav .fa-align-justify{
display: none;
}}
@media (max-width:768px) {
nav .fa-align-justify{
display: block;
float: right;
margin-top: 3rem;
margin-right: 1rem;
}}

nav .row .col-12:first-child ul{
list-style: none;
}
@media (min-width:769px) {
nav .row .col-12:first-child ul{
float: right;
}}
@media (max-width:768px) {
nav .sticky_3 ul:nth-child(1){
position: absolute;
width: 50px;
margin-right: 70px;
margin-left: 69%;
padding: 0;
margin-top: -50px;
margin-bottom: 60px;
}
nav .sticky_3 ul ul{
width: 50px;
margin-right: 70px !important;
margin-left: -1px !important;
padding: 0;
}
nav .sticky_3 ul:nth-of-type(2){
width: 310px;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-top: -10px;
margin-bottom: 60px;
}}
nav .row .col-12:first-child ul:nth-child(2) > li{
margin-top: 22px;
}
@media (min-width:769px) {
nav .row .col-12:first-child ul:nth-child(2) > li{
float: left;
}}
@media (max-width:768px) {
nav .row .col-12:first-child ul:nth-child(2) > li{
float: left;
}}

nav .contact{
margin-left: 15px;
}
nav .contact img{
margin-top: -3px;
float: left;
}
nav .contact a:hover{
color: #de1d28 !important;
}
nav .social{
margin-left: 15px;
margin-right: -15px;
}
@media (min-width:769px) {
nav .social{
display: block;
}}
@media (max-width:768px) {
nav .social{
display: none;
}}
nav .social img{
margin-top: -5px;
}
nav .social img:hover{
opacity: 0.6;
}
nav .row .col-12:first-child a{
text-decoration: none;
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #000;
margin-left: 6px;
}
nav .row .col-12:nth-child(2) ul{
margin-right: 5px;
}
nav .language {
margin-top: 32px;
display: block;
float: right;
}
nav .language li{
border: 1px solid #d9d6d6;
width: 40px;
height: 30px;
}
nav .language a {
display: block;
margin-top: 8px;
width: 20px;
margin-left: auto !important;
margin-right: auto;
}
nav .language li > ul {
display: none;
position: fixed;
clear: both;
width: 30px;
margin-top: 9px !important;
margin-left: -41px;
}
nav .language:hover li > ul {
display: block !important;
}
nav .language:hover li > ul {
margin-top: 0px !important;
}
nav .language:hover li > ul:hover {
display: block !important;
}
nav .language li > ul > li{
margin-top: -1px !important;
background-color: #fff;
}

nav .link {
margin-top: -5px;
}
@media (min-width:769px) {
nav .link{
display: block;
}}
@media (max-width:768px) {
nav .link{
display: block;
width: 150px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
float: none !important;
}}
nav .link li{
display: block;
}
@media (min-width:769px) {
nav .link li{
margin-left: 32px;
float: left;
}}
@media (max-width:768px) {
nav .link li{
line-height: 35px;
display: block;
margin-left: auto;
margin-right: auto;
}}
nav .link li:last-child{
margin-right: 0px;
}
nav .link li::before{
content: ".";
margin-right: 32px;
color: #de1d28;
}
nav .link li:nth-child(1)::before{
display: none;
}
@media (max-width:768px) {
nav .link li::before{
display: none;
}}
nav .link li > a{
font-size: 15px;
font-family: 'Poppins', sans-serif;
color: #000;
}
@media (max-width:768px) {
nav .link li > a{
font-weight: 600;
}}
nav .link li > a:hover{
color: #de1d28 !important;
}

/* MAIN MENU STOP */


header{
background-image: url('../img/bg/bg-4.png') !important;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
min-height: 242px;
}
header h1{
font-family: 'Poppins', sans-serif;
color: #fff;
margin-top: 125px;
margin-bottom: 0;
}
@media (min-width:768px){
header h1{
font-size: 52px;
}}
@media (max-width:767px){
header h1{
font-size: 42px;
}}
header img{
width: 165px;
height: 2px;
display: block;
margin-top: 30px;
margin-bottom: 32px;
}

/* HEADER  START */

/* HEADER  STOP */

/* FOOTER START */
footer{
background-color: #0e0e0e;
min-height: 400px;
width: 100%;
}
footer h3{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #fff;
margin-left: 70px;
margin-top: 77px;
}
footer ul{
list-style: none;
}
footer:first-of-type .row:nth-child(1) .col-3:nth-child(1) img:first-of-type{
margin-top:53px;
width: 263px;
height: 83px;
}
@media  (max-width:768px){
footer:first-of-type .row:nth-child(1) .col-3:nth-child(1) img:first-of-type{
display: block;
margin-left: auto;
margin-right: auto;
}}
footer:first-of-type .col-3:nth-child(1) p:first-of-type{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #fff;
margin-top: 47px;
line-height: 24px;
}
@media  (max-width:768px){
footer:first-of-type .col-3:nth-child(1) p:first-of-type{
text-align: center;
margin-left: 20px;
margin-right: 20px;
}}
footer:first-of-type ul:first-of-type{
margin-left: 30px;
margin-top: 44px;
}
footer:first-of-type ul:first-of-type li a{
color: #fff;
font-size: 14px;
font-family: 'Poppins', sans-serif;
text-decoration: none;
line-height: 31px;
}
footer:first-of-type ul:first-of-type li a:hover{
color: #de1d28;
}
footer:first-of-type ul:first-of-type li span{
color: #de1d28;
font-size: 10px;
margin-right: 13px;
}
footer address{
font-style: normal;
}
footer:first-of-type address h4{
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #fff;
margin-left: 70px;
margin-top: 44px;
margin-bottom: 0;
}
footer:first-of-type address p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
color: #fff;
margin-top: 0;
margin-bottom: 0;
margin-left: 70px;
line-height: 24px;
}
footer:first-of-type address a{
font-size: 16px;
font-family: 'Poppins', sans-serif;
text-decoration: none;
color: #de1d28;
margin-left: 13px;
}
footer:first-of-type address:first-of-type p:nth-child(4){
line-height: 30px !important;
}
footer:first-of-type address:first-of-type p:nth-child(5){
line-height: 30px !important;
}
footer .fb{
margin-top: 20px;
margin-right: 0;
margin-left: 70px !important;
}
footer .fb:hover{
opacity: 0.6;
}
footer .ins{
margin-top: 20px;
margin-left: 0px !important;
}
footer .ins:hover{
opacity: 0.6;
}
footer .row:nth-child(1) .col-4:nth-child(4) ul {
padding: 0 !important;
margin-top: 77px;
margin-left: auto;
margin-right: auto;
}
footer .btn-footer{
width: 200px;
height: 50px;
display: block;
margin-bottom: 13px;
}
@media (min-width:768px){
footer .btn-footer{
width: 300px;
}}
@media (max-width:767px){
footer .btn-footer{
width: 250px;
margin-left: auto;
margin-right: auto;
}}
footer .btn-footer a{
padding-top: 10px;
width: 100% !important;
height: 50px !important;
display: block;
padding-left: 25px;
}
footer .btn-footer:nth-child(1) a:nth-of-type(1){
background: url(../img/icon/book.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer:nth-child(2) a:nth-of-type(1){
background: url(../img/icon/map.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer:nth-child(3) a:nth-of-type(1){
background: url(../img/icon/mail.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer a:hover{
color: #de1d28 !important;
opacity: 1 !important;
}
footer .btn-footer:nth-child(1) a:hover:nth-of-type(1){
background: url(../img/icon/book-1.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer:nth-child(2) a:hover:nth-of-type(1){
background: url(../img/icon/map-1.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer:nth-child(3) a:hover:nth-of-type(1){
background: url(../img/icon/mail-1.svg);
background-repeat: no-repeat;
background-position: 10px 10px;
background-size: 30px 30px;
}
footer .btn-footer a span{
margin-left: 24px;
}
footer .btn-footer img{
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right: 20px;
z-index: 0;
}
footer .col-12{
border-top: 1px solid #191919;
margin-top: 43px;
}
footer .col-12 p{
font-size: 13px;
font-family: 'Poppins', sans-serif;
margin-top: 0;
text-align: center;
color: #898989;
}
footer .row:nth-child(2) .col-12:nth-child(1) p:first-of-type{
margin-top: 30px !important;
margin-bottom: 0;
}
footer .row:nth-child(2) .col-12:nth-child(1) p:last-of-type{
margin-bottom: 64px;
}
footer .col-12 p span{
color: #fbf8f8;
}
footer .col-12 a{
text-decoration: none;
color: #fff;
}
footer .col-12 a:hover{
color: #de1d28;
}
/* FOOTER STOP */


/* CONTENT HOME 1 START */

.content_home-1{
background: url('../img/bg/bg-1.jpg');
background-position: center center;
background-size: cover;
min-height: 700px;
}
.content_home-1 .jcarousel{
margin-top: 100px !important;
}
.content_home-1 .jcarousel ul{
list-style: none;
padding: 0;
margin: 0;
}
.content_home-1 article{
background-repeat: no-repeat !important;
background-position: top right !important;
margin-top:45px;
min-height:550px;
max-width: 1200px;
overflow: hidden;
}
@media (min-width:1024px){
.content_home-1 article{
background-size:60% auto !important;
}}
@media (max-width:1023px){
.content_home-1 article{
background-size:100% auto !important;
margin-left: auto !important;
margin-right: auto !important;
}}
.content_home-1 article h1{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 0;
}
@media (min-width:1024px){
.content_home-1 article h1{
margin-top: 6rem;
font-size: 48px;
}}
@media (max-width:1023px){
.content_home-1 article h1{
margin-top: 16rem;
font-size: 15px;
display: block;
margin-left: auto;
margin-right: auto;
}}
.content_home-1 article h1 strong{
font-family: 'Poppins', sans-serif;
}
@media (min-width:1024px){
.content_home-1 article h1 strong{
font-size: 52px;
}}
@media (max-width:1023px){
.content_home-1 article h1 strong{
margin-top: 20rem;
font-size: 28px;
}}
.content_home-1 article img {
width:160px;
height:2px;
margin-top:10px;
margin-bottom:44px;
}
.content_home-1 article p{
margin: 0;
line-height: 24px;
color: #5f5f5f;
font-family: 'Poppins', sans-serif;
}
@media (min-width: 1024px){
.content_home-1 article p{
width: 450px;
text-align: justify;
}}
@media (max-width: 1023px){
.content_home-1 article p{
width: 270px;
text-align: justify;
}}
@media (max-width: 1023px){
.content_home-1 article a{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}}
.content_home-1 article .btn{
margin-top:40px;
}

/* CONTENT HOME 1 STOP */

/* CONTENT HOME 2 START */

.content_home-2 {
background-color: #fff;
min-height: 700px;
}
.content_home-2 h1{
font-size: 42px;
font-family: 'Poppins', sans-serif;
display: block;
text-align: center;
margin-top: 95px;
margin-bottom: 0;
}
.content_home-2 p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
line-height: 24px;
text-align: center;
display: block;
margin-top: 13px;
margin-left: auto;
margin-right: auto;
}
@media (min-width:768px){
.content_home-2 p{
max-width: 600px;
}}
@media (max-width:767px){
.content_home-2 p{
max-width: 300px;
}}
.content_home-2 img:nth-of-type(1){
width: 47px;
height: 1px;
display: block;
margin-left: auto;
margin-right: auto;
}
.content_home-2 .jcarousel{
margin-left: auto;
margin-right: auto;
}
@media (min-width:768px){
.content_home-2 .jcarousel{
width: 90% !important;
margin-left: auto;
margin-right: auto;
}}
@media (max-width:767px){
.content_home-2 .jcarousel{
width: 290px !important;
}}
.content_home-2 .left img{
width:20px !important;
height: 38px !important;
margin-right: 2rem;
margin-top: -14rem;
display: block;
float: left;
}
.content_home-2 .left img:hover{
opacity: 0.6;
}
.content_home-2 .right img{
width:20px !important;
height: 38px !important;
margin-top: -14rem;
margin-left: 2rem;
display: block;
float: right;
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.content_home-2 .right img:hover{
opacity: 0.6;
}
.content_home-2 .jcarousel ul{
margin-top: 44px;
}
.content_home-2 .jcarousel article {
border-bottom: 1px solid #dedede;
}
.article_img-zoom{
overflow: hidden;
width:260px;
height:210px;
}
.content_home-2 .jcarousel article:hover{
border-bottom: 1px solid #de1d28;
}
.content_home-2 .jcarousel article img{
width:260px;
height:210px;
transition: all .2s ease-in-out;
}
.content_home-2 .jcarousel article img:hover{
transform: scale(1.1);
}
.content_home-2 .jcarousel article p{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #000;
text-align: center;
font-weight: 200;
}
.content_home-2 .jcarousel article a{
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #000;
margin-left: auto;
margin-right: auto;
margin-bottom: 21px;
display: block;
text-decoration: none;
width: 80px;
}
.content_home-2 .jcarousel article a:hover{
opacity: 0.6;
}
.content_home-2 .jcarousel article a span{
color: #de1d28;
margin-left: 16px;
}
.content_home-2 .btn{
margin-top: 60px;
margin-bottom: 89px;
display: block;
}
@media (min-width:768px){
.content_home-2 .btn{
margin-left: auto;
margin-right: auto;
width: 170px;
}}
@media (max-width:767px){
.content_home-2 .btn{
margin: 20px;
}}

/* CONTENT HOME 2 STOP */


/* CONTENT HOME 3 START */
.content_home-3{
background: #fff;
min-height: 500px;
}
.content_home-3 .row:nth-child(1) .col-3:nth-child(1){
background-color: #2a2a2a;
min-height: 650px;
}
@media (min-width:1170px){
.content_home-3 .row:nth-child(1) .col-3:nth-child(1){
display: block;
}}
@media (max-width:1169px){
.content_home-3 .row:nth-child(1) .col-3:nth-child(1){
display: none;
}}
.content_home-3 .row:nth-child(1) .col-3:nth-child(1) img{
float:right;
margin-top: 0;
margin-right:-7.6rem;
position:relative;
}
.content_home-3 .row:nth-child(1) .col-9:nth-child(2){
background-image: url(../img/bg/bg-3.png);
background-position: center center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
min-height: 650px;
}
@media (max-width:767px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2){
flex: 0 0 100% !important;
max-width: 100% !important;
}}
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) h1{
font-size: 42px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #000;
margin-bottom: 0;
margin-top: 122px;
}
@media (min-width:768px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) h1{
margin-left: 224px;
}}
@media (max-width:767px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) h1{
text-align: center;
}}
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) img{
width: 47px;
height: 1px;
display: block;
margin-top: 24px;
}
@media (min-width:768px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) img{
margin-left: 224px;
}}
@media (max-width:767px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) img{
display: block;
margin-left: auto;
margin-right: auto;
}}
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) p{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
line-height: 24px;
margin-top: 53px;
margin-bottom: 44px;
}
@media (min-width:1170px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) p{
margin-left: 224px;
width: 650px;
}}
@media (max-width:1169px) and (min-width: 768px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) p{
text-align: center;
margin-left: 224px;
width: 450px;
text-align: justify;
}}
@media (max-width:767px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) p{
text-align: center;
margin: 30px;
}}
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) p span{
font-size: 14px;
margin-top: 30px;
display: block;
}
@media (min-width:768px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) .btn{
margin-left: 224px;
}}
@media (max-width:767px){
.content_home-3 .row:nth-child(1) .col-9:nth-child(2) .btn{
display: block;
margin: 20px;
}}

/* CONTENT HOME 3 STOP */
.content_home-4{
background-color: #fff;
min-height: 500px;
}
.content_home-4 h1{
font-size: 42px;
font-family: 'Poppins', sans-serif;
text-align: center;
color: #000;
margin-top: 100px;
margin-bottom: 0;
}
.content_home-4 p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
text-align: center;
color: #5f5f5f;
line-height: 24px;
margin-top: 30px;
margin-bottom: 0;
}
@media (min-width:768px){
.content_home-4 p{
width: 600px;
margin-left: auto;
margin-right: auto;
}}
@media (max-width:767px){
.content_home-4 p{
text-align: center;
margin-right: 20px;
margin-left: 20px;
}}
.content_home-4 .row:nth-child(1) .col-12:nth-child(1) img{
width: 47px;
height: 1px;
display: block;
margin-top: 24px;
margin-left: auto;
margin-right: auto;
}
.content_home-4 .row .col-6{
margin-top: 67px;
}
.content_home-4 .row .col-6 article div:nth-child(1){
background-size:cover !important;
background-position:center !important;
background-repeat:no-repeat !important;
width:270px !important;
height:207px !important;
}
@media (min-width:768px){
.content_home-4 .row .col-6 article div:nth-child(1){
float: left;
margin-left: 1rem;
}}
@media (max-width:768px){
.content_home-4 .row .col-6 article div:nth-child(1){
margin-left: auto;
margin-right: auto;
display: block;
}}
.content_home-4 article h4{
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #898989;
margin-top: 10px;
margin-bottom: 0;
}
@media (min-width:768px){
.content_home-4 article h4{
float: left;
margin-left: 30px;
}}
@media (max-width:767px){
.content_home-4 article h4{
text-align: center;
}}
.content_home-4 article h4 strong{
font-size: 30px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #000000;
}
.content_home-4 article h3{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #000;
margin-top: 27px;
margin-bottom: 0;
}
@media (min-width:768px){
.content_home-4 article h3{
float: left;
margin-left: 30px;
}}
@media (max-width:767px){
.content_home-4 article h3{
text-align: center;
}}
.content_home-4 article p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #949494;
line-height: 24px;
margin-top: 15px;
margin-bottom: 0;
width: 270px;
}
@media (min-width:768px){
.content_home-4 article p{
float: left;
margin-left: 30px;
text-align: justify;
}}
@media (max-width:767px){
.content_home-4 article p{
margin-left: auto;
margin-right: auto;
}}
.content_home-4 article a{
font-size: 12px;
font-family: 'Poppins', sans-serif;
color: #de1d28;
text-decoration: none;
font-weight: 600;
margin-top: 15px;
margin-bottom: 0;
width: 100px;
text-align: justify;
}
.content_home-4 article a:hover{
opacity: 0.6;
}
@media (min-width:768px){
.content_home-4 article a{
margin-left: 30px;
float: left;
}}
@media (max-width:767px){
.content_home-4 article a{
display: block;
margin-left: auto;
margin-right: auto;
}}
.content_home-4 .row .col-12 .btn{
display: block;
margin-top: 79px;
margin-bottom: 95px;
}
@media (min-width:768px){
.content_home-4 .row .col-12 .btn{
width: 200px;
margin-left: auto;
margin-right: auto;
}}
@media (max-width:767px){
.content_home-4 .row .col-12 .btn{
text-align: center;
margin: 20px;
}}
/* CONTENT HOME 4 STOP */

/* CONTENT WHERE BUY 1 START */
.content_where_buy-1{
padding-top: 20px;
padding-bottom: 20px;
}
.content_where_buy-1 a{
display: block;
border: 1px solid #e8e8e8;
margin: 1%;
padding: 1%;
}
.content_where_buy-1 a:hover{
border: 1px solid #de1d28;
}
@media (min-width:768px){
.content_where_buy-1 a{
flex: 0 0 20%;
max-width: 20%;
}}
@media (max-width:767px){
.content_where_buy-1 a{
width: 100%;
}}
.content_where_buy-1 img{
display: block;
max-width: 150px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

/* CONTENT WHERE BUY 1 STOP */

/* CONTENT NEWS 1 START */

.content_news-1{
background-color: #fff;
margin-bottom: 8rem;
min-height: 500px;
}
.content_news-1 img{
display: block;
margin-top: 72px;
}
@media (min-width:768px){
.content_news-1 img{
float: left;
width: 607px;
height: auto;
margin-right: 34px;
margin-bottom: 24px;
}}
@media (max-width:767px){
.content_news-1 img{
width: 300px;
height: auto;
margin-left: auto;
margin-right: auto;
}}
.content_news-1 h3{
font-size: 26px;
font-family: 'Poppins', sans-serif;
color: #333333;
}
@media (max-width:767px){
.content_news-1 h3{
margin-left: 20px;
margin-right: 20px;
}}
.content_news-1 h4{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #898989;
margin-top: 72px;
margin-bottom: 24px;
}
@media (max-width:767px){
.content_news-1 h4{
margin-left: 20px;
}}
.content_news-1 h4 strong{
font-size: 30px;
font-family: 'Poppins', sans-serif;
color: #000;
}
.content_news-1 p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
line-height: 24px;
color: #5f5f5f;
}
@media (max-width:767px){
.content_news-1 p{
margin-left: 20px;
margin-right: 20px;
}}
.content_news-1 p:first-of-type{
font-size: 16px !important;
}

/* CONTENT NEWS 1 STOP */

/* CONTENT NEWS 2 START */
.content_news-2 {
background-color: #fff;
min-height: 500px;
}
.content_news-2 .col-3 h2{
margin-top: 64px;
margin-bottom: 0;
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #020202;
}
@media (max-width:767px){

}
.content_news-2 .col-3 img{
margin-top: 16px;
margin-bottom: 0;
margin-left: 0;
display: block;
width: 85px;
height: 1px;
}
.content_news-2 .col-3 ul{
margin-top: 32px;
list-style: none;
width: 100%;
padding: 0;
}
.content_news-2 .col-3 ul > li{
margin-left: 0;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 17px;
border-top: 1px solid #e4e4e4;
}
.content_news-2 .col-3 ul > li:first-of-type{
border: none;
padding-top: 0;
}
.content_news-2 .col-3 ul > li > a{
text-decoration: none;
font-size: 15px;
font-family: 'Poppins', sans-serif;
color: #020202;
}
.content_news-2 .col-3 ul > li > a:hover{
font-weight: 600;
color: #de1d28;
}
.content_news-2 .col-9{
margin-top: 44px;
}
.content_news-2 article{
display: block;
margin-right: 2%;
margin-bottom: 2%;
border-bottom: 1px solid #dedede;
}
.content_news-2 article:hover{
border-bottom: 1px solid #de1d28;
}

@media (min-width:768px){
.content_news-2 article{
flex: 0 0 31%;
max-width: 31%;
}
.content_news-2 .news article{
margin-top: 4%;
margin-right: 4%;
margin-bottom: 4%;
flex: 0 0 20% !important;
max-width: 20% !important;
}}
@media (max-width:767px){
.content_news-2 article{
width: 100%;
}}
.content_news-2 article img{
width:260px;
height:210px;
transition: all .2s ease-in-out;
}
.content_news-2 article img:hover{
transform: scale(1.1);
}
.content_news-2 article p{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #000000;
text-align: center;
margin-top: 16px;
margin-bottom: 0;
}
.content_news-2 article a{
font-size: 14px;
margin-top: 26px;
margin-bottom: 21px;
font-family: 'Poppins', sans-serif;
color: #000000;
text-align: center;
text-decoration: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.content_news-2 article a:hover{
opacity: 0.6;
}
.content_news-2 article a span{
color: #de1d28;
margin-left: 20px;
}
/* CONTENT NEWS 2 STOP */

/* CONTENT DOWNLOAD 1 START */
.content_download-1{
background-color: #fff;
min-height: 500px;
margin-bottom: 10rem;
}
.content_download-1 .col-6 h3{
margin-top: 64px;
margin-bottom: 0;
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #020202;
}

.content_download-1 .col-6 img{
margin-top: 16px;
margin-bottom: 0;
margin-left: 0;
display: block;
width: 85px;
height: 1px;
}
.content_download-1 .col-6 ul{
margin-top: 32px;
list-style: none;
width: 100%;
padding: 0;
}
@media (max-width:767px){
.content_download-1 .col-6 ul{
margin-left: 10px;
}}
.content_download-1 .col-6 ul > li{
margin-left: 0;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 17px;
font-size: 15px;
font-family: 'Poppins', sans-serif;
color: #020202;
border-top: 1px solid #e4e4e4;
}
.content_download-1 .col-6 ul > li:first-of-type{
border: none;
padding-top: 0;
}
.content_download-1 .col-6 ul > li > a{
text-decoration: none;
font-size: 15px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #de1d28;
float: right;
}
.content_download-1 .col-6 ul > li > a:hover{
font-weight: 700;
opacity: 0.6;
}

/* CONTENT DOWNLOAD 1 STOP */

/* CONTENT CONTACT 1 START */

.content_contact-1{
background-color: #fff;
min-height: 410px;
width: 100%;
}

/* CONTENT CONTACT 1 STOP */

/* CONTENT CONTACT 2 START */

.content_contact-2{
background-color: #fff;
min-height: 500px;
width: 100%;
}
.content_contact-2 h1{
font-size: 30px;
font-family: 'Poppins', sans-serif;
color: #101010;
text-transform: uppercase;
margin-top: 62px;
margin-bottom: 0;
}
@media (max-width:768px) {
.content_contact-2 h1{
text-align: center;
}}
.content_contact-2 address{
float: left;
width: 250px;
min-height: 130px;
font-style: normal;
margin-top: 47px;
margin-bottom: 0;
}
@media (max-width:768px) {
.content_contact-2 address{
margin-left: 20px;
}}
.content_contact-2 address h4{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #161616;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
}
.content_contact-2 p{
margin-top: 4px;
margin-bottom: 0;
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
}
@media (max-width:768px) {
.content_contact-2 p{
text-align: center;
margin-left: 20px;
margin-right: 20px;
}}
.content_contact-2 .col-6:nth-child(1) a{
color: #de1d28;
text-decoration: none;
font-weight: 600;
}
.content_contact-2 .col-6:nth-child(1) a:hover{
opacity: 0.6;
}
form .btn{
padding: 0 !important;
width: 280px;
float: right;
margin-top: 20px;
}
/* CONTENT CONTACT 2 STOP */

/* CONTENT ABOUT 1 START */


.content_about-1 .row:nth-child(1) .col-6:nth-child(1) p{
font-family: 'Poppins', sans-serif;
line-height: 24px;
color: #5f5f5f;
padding-right: 15px;
}
@media (max-width:767px){
.content_about-1 .row:nth-child(1) .col-6:nth-child(1) p{
text-align: center;
margin-left: 20px;
margin-right: 20px;
}}
.content_about-1 .row:nth-child(1) .col-6:nth-child(1) p:first-of-type{
font-size: 16px;
margin-top: 96px;
}
.content_about-1 .row:nth-child(1) .col-6:nth-child(1) p:last-of-type{
font-size: 14px;
margin-top: 32px;
}
.content_about-1 .row:nth-child(1) .col-6:nth-child(2) img:first-of-type{
width: 100%;
display: block;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
.content_about-1 .row:nth-child(2){
margin-top: 173px;
}
.content_about-1 .row:nth-child(2) svg{
fill: #de1d28 !important;
width: 70px;
display: block;
margin-left: auto;
margin-right: auto;
}
.content_about-1 .row:nth-child(2) svg:hover{
fill: #000000 !important;
}
.content_about-1 .row:nth-child(2) h3{
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #010101;
text-align: center;
}
.content_about-1 .row:nth-child(2) p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
text-align: center;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 5rem;
}

/* CONTENT ABOUT 1 STOP */



/* CONTENT ABOUT 2 START */
.content_about-2{
background: #fff;
min-height: 500px;
}
.content_about-2 .row:nth-child(1) .col-6:nth-child(1){
background-image: url(../img/bg/bg-5.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 586px;
}
@media (min-width:1170px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(1){
display: block;
}}
@media (max-width:1169px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(1){
display: none;
}}
.content_about-2 .row:nth-child(1) .col-6:nth-child(1) img{
float: right;
width: 150px;
margin-top: 0;
margin-right: -4.6rem;
position: relative;
}
.content_about-2 .row:nth-child(1) .col-6:nth-child(2){
background-color: #fff;
min-height: 650px;
}
@media (max-width:767px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2){
flex: 0 0 100% !important;
max-width: 100% !important;
}}
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) h1{
font-size: 36px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #000;
margin-bottom: 0;
margin-top: 119px;
}
@media (min-width:768px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) h1{
margin-left: 115px;
}}
@media (max-width:767px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) h1{
text-align: center;
}}
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) img{
width: 47px;
height: 1px;
display: block;
margin-top: 27px;
}
@media (min-width:768px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) img{
margin-left: 115px;
}}
@media (max-width:767px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) img{
display: block;
margin-left: auto;
margin-right: auto;
}}
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) p{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
line-height: 24px;
margin-top: 53px;
margin-bottom: 44px;
}
@media (min-width:1170px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) p{
margin-left: 115px;
width: 500px;
}}
@media (max-width:1169px) and (min-width: 768px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) p{
text-align: center;
margin-left: 115px;
width: 450px;
text-align: justify;
}}
@media (max-width:767px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) p{
text-align: center;
margin: 30px;
}}
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) p span{
font-size: 14px;
margin-top: 30px;
display: block;
}
@media (min-width:768px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) .btn{
margin-left: 115px;
}}
@media (max-width:767px){
.content_about-2 .row:nth-child(1) .col-6:nth-child(2) .btn{
display: block;
margin: 20px;
}}

/* CONTENT ABOUT 2 STOP */


/* CONTENT OFFER 1 START */
.content_offer-1{
background-color: #fff;
min-height: 500px;
}

.content_offer-1 .row:nth-child(1) .col-6:nth-child(1) .img-mobile{
margin-top: 68px;
height: auto;
margin-left: auto;
margin-right: auto;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(1) .img-mobile{
width: 610px;
display: none !important;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(1) .img-mobile{
width: 90%;
display: block !important;
}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(1) .zoom{
display: none !important;
}}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) h1{
font-size: 52px;
font-family: 'Poppins', sans-serif;
margin-top: 90px;
margin-left: 90px;
margin-bottom: 0;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) h1{
margin-left: 90px;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) h1{
margin-left: 20px;
}}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) img{
width: 165px;
height: 2px;
margin-top: 20px;
margin-left: 90px;
margin-bottom: 0;
}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul{
list-style: none;
margin-left: 90px;
padding: 0;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul{
margin-left: 90px;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul{
margin-left: 20px;
}}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul:first-of-type{
margin-top: 44px;
}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul > li{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
}
.content_offer-1 .row:nth-child(1) .col-6:nth-child(2) ul > li > h4{
font-size: 15px;
font-family: 'Poppins', sans-serif;
color: #000000;
margin-bottom: 5px;
}

.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) h2{
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #000000;
margin-top: 26px;
margin-bottom: 0px;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) h2{
display: block;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) h2{
display: block;
text-align: center;
}}
.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) p{
font-size: 14px;
font-family: 'Poppins', sans-serif;
color: #5f5f5f;
margin-top: 38px;
margin-bottom: 5px;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) p{
display: block;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(2) .col-12:nth-child(1) p{
display: block;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}}
.content_offer-1 .row:nth-child(3) .col-12:nth-child(1) h2{
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #000000;
margin-top: 54px;
margin-bottom: 5px;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(3) .col-12:nth-child(1) h2{
display: block;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(3) .col-12:nth-child(1) h2{
display: block;
text-align: center;
}}
.content_offer-1 .row:nth-child(4){
margin-top: 54px;
margin-bottom: 55px;
}
.content_offer-1 .row:nth-child(4) article{
display: block;
margin-right: 2%;
margin-bottom: 2%;
border-bottom: 1px solid #dedede;
}
.content_offer-1 .row:nth-child(4) article:hover{
border-bottom: 1px solid #de1d28;
}
@media (min-width:768px){
.content_offer-1 .row:nth-child(4) article{
flex: 0 0 23%;
max-width: 23%;
}}
@media (max-width:767px){
.content_offer-1 .row:nth-child(4) article{
width: 100%;
}}
.content_offer-1 .row:nth-child(4) article img{
width: 100%;
height: auto;
}
.content_offer-1 .row:nth-child(4) article p{
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #000000;
text-align: center;
margin-top: 16px;
margin-bottom: 0;
}
.content_offer-1 .row:nth-child(4) article a{
font-size: 14px;
margin-top: 26px;
margin-bottom: 21px;
font-family: 'Poppins', sans-serif;
color: #000000;
text-align: center;
text-decoration: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.content_offer-1 .row:nth-child(4) article a:hover{
opacity: 0.6;
}
.content_offer-1 .row:nth-child(4) article a span{
color: #de1d28;
margin-left: 20px;
}


/* CONTENT OFFER 1 STOP */



.prev{
margin-right: 5px;
}
.pages {
  text-align: center !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 30px;
}
.pages span {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
    margin: 3px

}
.pages span:first-of-type {
  width: 20px;
  height: 20px;
  padding: 15px;
  border: 1px solid #000000;
  background: #e2e2e2;
}
.pages a{
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  color: #000000 !important;
  text-decoration: none !important;
  width: 20px;
  height: 20px;
  padding: 15px;
  border: 1px solid #000000;
}
