Files
2025-06-26 22:58:38 +02:00

1593 lines
29 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
}
body.noscroll {
position: fixed;
overflow: hidden;
}
.scontainer-content h2 {
font-size: 18px;
font-weight: 600;
}
.box-border {
padding: 25px;
border: 1px solid #f0f0f0;
border-radius: 3px;
}
@media (max-width: 767px) {
.box-border {
padding: 15px;
}
.box-border .col-md-3 {
-ms-flex: 0 0 25% !important;
-webkit-box-flex: 0 !important;
flex: 0 0 25% !important;
max-width: 25% !important;
}
.box-border .col-md-9 {
-ms-flex: 0 0 75% !important;
-webkit-box-flex: 0 !important;
flex: 0 0 75% !important;
max-width: 75% !important;
}
}
.fac {
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;
-ms-flex-item-align: center;
align-self: center;
}
.fac .row {
width: 100%;
padding: 10px 0;
}
.fac .row p {
margin-bottom: 0;
}
.box-top, .box-contact #scontainer-8,
.box-main #scontainer-8, #scontainer-11, #scontainer-12 {
padding-top: 75px;
}
.box {
padding: 75px 0;
}
@media (max-width: 767px) {
.box {
padding: 50px 0;
}
}
@media (max-width: 767px) {
.box {
padding: 25px 0;
}
}
.box .box-title, .box .article .article-title, .article .box .article-title {
text-align: center;
font-size: 22px;
position: relative;
margin: 0 auto 75px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 767px) {
.box .box-title, .box .article .article-title, .article .box .article-title {
margin-bottom: 25px;
}
}
.box .box-title .title, .box .article .article-title .title, .article .box .article-title .title {
padding-bottom: 15px;
border-bottom: 2px solid #f0f0f0;
position: relative;
font-size: 32px;
}
@media (max-width: 575px) {
.box .box-title .title, .box .article .article-title .title, .article .box .article-title .title {
font-size: 22px;
}
}
.box .box-title .title::after, .box .article .article-title .title::after, .article .box .article-title .title::after {
content: '';
display: block;
width: 60%;
bottom: -2px;
position: absolute;
left: 0;
border-bottom: 2px solid #22a9e1;
}
.top {
background: #f0f0f0;
color: #000;
padding: 10px 0;
position: relative;
}
.top #scontainer-1 img {
margin-right: 5px;
}
.top #scontainer-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top #scontainer-2 a {
color: #000;
font-size: 14px;
}
.top #scontainer-2 a:hover {
text-decoration: none;
}
.top p {
margin: 0;
}
.top .language {
position: absolute;
top: 0;
right: 5px;
bottom: 0;
z-index: 999;
}
@media (max-width: 767px) {
.top .language {
top: 65px;
}
}
.top .language #languages {
height: 100%;
}
.top .language #languages .container {
height: 100%;
}
.top .language #languages .container .row {
height: 100%;
}
.top .language #languages ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
height: 100%;
}
.top .language #languages ul li {
margin: 0 5px;
}
.top .language #languages ul li:first-child {
margin-left: 0;
}
.top .language #languages ul li:last-child {
margin-right: 0;
}
.top .language #languages ul li.active {
display: none;
}
.top .language #languages ul li a img {
height: 16px;
}
.header {
padding: 25px 0;
}
.header .logo {
display: block;
width: 100%;
max-width: 387px;
}
@media (max-width: 1199px) {
.header .logo {
margin: 0 auto 25px;
}
}
.header .logo img {
width: 100%;
max-width: 387px;
}
.header #main-menu-btn {
height: 50px;
width: 50px;
position: fixed;
bottom: 10px;
right: 10px;
color: #fff;
background: #000;
display: none;
z-index: 9999;
line-height: 50px;
cursor: pointer;
border-radius: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 30px;
}
@media (max-width: 767px) {
.header #main-menu-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.header .main-menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 1199px) {
.header .main-menu-container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (max-width: 767px) {
.header #main-menu {
display: none;
}
.header #main-menu.visible {
display: block;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #fff;
z-index: 20;
overflow-y: scroll;
}
.header #main-menu.visible #menu-container-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header #main-menu.visible #menu-container-1 > ul {
display: block;
width: 100%;
text-align: center;
padding: 20px;
border: 1px solid #f0f0f0;
border-radius: 3px;
height: 100%;
}
.header #main-menu.visible #menu-container-1 > ul li ul {
position: static;
background: #fff;
}
}
@media (min-width: 768px) {
.header #main-menu.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 50;
}
.header #main-menu.sticky #menu-container-1 > ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 75px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.header #main-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
list-style-type: none;
}
@media (max-width: 767px) {
.header #main-menu ul {
width: 100%;
}
}
.header #main-menu ul li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header #main-menu ul li#link-1 {
display: none;
}
.header #main-menu ul li.li-level-1 a {
width: calc(100% - 18px);
}
@media (max-width: 767px) {
.header #main-menu ul li.li-level-1 a {
width: calc(100% - 32px);
color: #000;
text-align: left;
border: 0 solid #000;
}
}
.header #main-menu ul li.li-level-1 i {
color: #fff;
margin-right: 10px;
}
@media (max-width: 767px) {
.header #main-menu ul li.li-level-1 i {
color: #000;
margin-right: 0;
}
}
@media (max-width: 767px) {
.header #main-menu ul li {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.header #main-menu ul li i {
font-size: 13px;
margin-right: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 32px;
width: 32px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 768px) {
.header #main-menu ul li i {
width: 13px;
}
}
@media (max-width: 767px) {
.header #main-menu ul li i {
margin-right: 0;
}
}
.header #main-menu ul li a {
display: block;
padding: 5px 10px;
color: #000;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 15px;
white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
.header #main-menu ul li a {
padding: 5px 6px;
}
}
.header #main-menu ul li a:hover {
text-decoration: none;
color: #90d4f0;
}
@media (min-width: 768px) {
.header #main-menu ul li:hover > ul {
display: block;
}
}
@media (max-width: 767px) {
.header #main-menu ul li.active > ul {
display: block;
}
}
.header #main-menu ul li > ul {
display: none;
position: absolute;
top: calc(100% - 1px);
left: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 50;
}
.header #main-menu ul li > ul li a {
border-bottom: 1px solid #262626;
color: #fff;
padding: 10px 25px;
font-size: 14px;
}
@media (min-width: 768px) {
.header #main-menu ul li > ul li:hover > ul {
display: block;
}
}
.header #main-menu ul li > ul li ul {
position: absolute;
background: rgba(0, 0, 0, 0.85);
left: 99%;
top: 0;
display: none;
}
@media (max-width: 767px) {
.header #main-menu ul li > ul li ul {
padding-left: 25px;
}
}
.header #main-menu ul li > ul li ul li a {
padding-left: 20px;
}
.header #main-menu ul li > ul li ul ul {
background: rgba(0, 0, 0, 0.9);
}
.carousel-banner {
position: relative;
}
.carousel-banner .wosp {
position: absolute;
bottom: 25px;
left: 25px;
z-index: 99;
}
.carousel-banner .wosp img {
max-width: 150px;
}
@media (max-width: 767px) {
.carousel-banner .wosp img {
max-width: 100px;
}
}
.carousel-banner .slider .item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#scontainer-4 .col-md-6,
#scontainer-14 .col-md-6 {
position: relative;
overflow: hidden;
height: 550px;
margin-bottom: 30px;
}
#scontainer-4 .col-md-6 p:first-child,
#scontainer-14 .col-md-6 p:first-child {
display: block;
height: 550px;
overflow: hidden;
}
#scontainer-4 .col-md-6 img,
#scontainer-14 .col-md-6 img {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#scontainer-4 .col-md-6:hover img,
#scontainer-14 .col-md-6:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
#scontainer-4 .col-md-6 h2,
#scontainer-14 .col-md-6 h2 {
position: absolute;
bottom: 85px;
font-weight: 600;
font-size: 52px;
width: calc(100% - 30px);
color: #fff;
text-transform: uppercase;
}
#scontainer-4 .col-md-6 h2 a,
#scontainer-14 .col-md-6 h2 a {
color: #fff;
}
#scontainer-4 .col-md-6 p,
#scontainer-14 .col-md-6 p {
margin: 0;
padding: 0;
}
#scontainer-4 .col-md-6 .btn,
#scontainer-14 .col-md-6 .btn {
position: absolute;
bottom: 35px;
background: #22a9e1;
color: #fff;
border: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 10px 25px;
border-radius: 0;
}
#scontainer-4 .col-md-6 .btn:hover,
#scontainer-14 .col-md-6 .btn:hover {
background: #000;
}
#scontainer-16 .col-md-6,
#scontainer-18 .col-md-6,
#scontainer-20 .col-md-6,
#scontainer-22 .col-md-6,
#scontainer-23 .col-md-6,
#scontainer-25 .col-md-6,
#scontainer-26 .col-md-6,
#scontainer-27 .col-md-6,
#scontainer-29 .col-md-6,
#scontainer-31 .col-md-6 {
position: relative;
overflow: hidden;
height: 550px;
margin-bottom: 30px;
padding-bottom: 100px;
}
#scontainer-16 .col-md-6 p:first-child,
#scontainer-18 .col-md-6 p:first-child,
#scontainer-20 .col-md-6 p:first-child,
#scontainer-22 .col-md-6 p:first-child,
#scontainer-23 .col-md-6 p:first-child,
#scontainer-25 .col-md-6 p:first-child,
#scontainer-26 .col-md-6 p:first-child,
#scontainer-27 .col-md-6 p:first-child,
#scontainer-29 .col-md-6 p:first-child,
#scontainer-31 .col-md-6 p:first-child {
display: block;
height: 550px;
overflow: hidden;
}
#scontainer-16 .col-md-6 img,
#scontainer-18 .col-md-6 img,
#scontainer-20 .col-md-6 img,
#scontainer-22 .col-md-6 img,
#scontainer-23 .col-md-6 img,
#scontainer-25 .col-md-6 img,
#scontainer-26 .col-md-6 img,
#scontainer-27 .col-md-6 img,
#scontainer-29 .col-md-6 img,
#scontainer-31 .col-md-6 img {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
height: 100%;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
}
#scontainer-16 .col-md-6:hover img,
#scontainer-18 .col-md-6:hover img,
#scontainer-20 .col-md-6:hover img,
#scontainer-22 .col-md-6:hover img,
#scontainer-23 .col-md-6:hover img,
#scontainer-25 .col-md-6:hover img,
#scontainer-26 .col-md-6:hover img,
#scontainer-27 .col-md-6:hover img,
#scontainer-29 .col-md-6:hover img,
#scontainer-31 .col-md-6:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
#scontainer-16 .col-md-6 h2,
#scontainer-18 .col-md-6 h2,
#scontainer-20 .col-md-6 h2,
#scontainer-22 .col-md-6 h2,
#scontainer-23 .col-md-6 h2,
#scontainer-25 .col-md-6 h2,
#scontainer-26 .col-md-6 h2,
#scontainer-27 .col-md-6 h2,
#scontainer-29 .col-md-6 h2,
#scontainer-31 .col-md-6 h2 {
position: absolute;
bottom: 45px;
font-weight: 600;
font-size: 26px;
width: calc(100% - 30px);
color: #fff;
text-transform: uppercase;
}
#scontainer-16 .col-md-6 h2 a,
#scontainer-18 .col-md-6 h2 a,
#scontainer-20 .col-md-6 h2 a,
#scontainer-22 .col-md-6 h2 a,
#scontainer-23 .col-md-6 h2 a,
#scontainer-25 .col-md-6 h2 a,
#scontainer-26 .col-md-6 h2 a,
#scontainer-27 .col-md-6 h2 a,
#scontainer-29 .col-md-6 h2 a,
#scontainer-31 .col-md-6 h2 a {
color: #22a9e1;
}
#scontainer-16 .col-md-6 p,
#scontainer-18 .col-md-6 p,
#scontainer-20 .col-md-6 p,
#scontainer-22 .col-md-6 p,
#scontainer-23 .col-md-6 p,
#scontainer-25 .col-md-6 p,
#scontainer-26 .col-md-6 p,
#scontainer-27 .col-md-6 p,
#scontainer-29 .col-md-6 p,
#scontainer-31 .col-md-6 p {
margin: 0;
padding: 0;
}
#scontainer-16 .col-md-6 .btn,
#scontainer-18 .col-md-6 .btn,
#scontainer-20 .col-md-6 .btn,
#scontainer-22 .col-md-6 .btn,
#scontainer-23 .col-md-6 .btn,
#scontainer-25 .col-md-6 .btn,
#scontainer-26 .col-md-6 .btn,
#scontainer-27 .col-md-6 .btn,
#scontainer-29 .col-md-6 .btn,
#scontainer-31 .col-md-6 .btn {
position: absolute;
bottom: 5px;
background: #22a9e1;
color: #fff;
border: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 5px 25px;
border-radius: 0;
font-size: 15px;
}
#scontainer-16 .col-md-6 .btn:hover,
#scontainer-18 .col-md-6 .btn:hover,
#scontainer-20 .col-md-6 .btn:hover,
#scontainer-22 .col-md-6 .btn:hover,
#scontainer-23 .col-md-6 .btn:hover,
#scontainer-25 .col-md-6 .btn:hover,
#scontainer-26 .col-md-6 .btn:hover,
#scontainer-27 .col-md-6 .btn:hover,
#scontainer-29 .col-md-6 .btn:hover,
#scontainer-31 .col-md-6 .btn:hover {
background: #000;
}
.box-guarantee {
color: #ffffff;
background-image: url("/upload/filemanager/layout/box-guarantee-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
position: relative;
}
.box-guarantee::after {
content: '';
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.box-guarantee #scontainer-5 {
position: relative;
z-index: 10;
font-size: 38px;
font-weight: 300;
}
@media (max-width: 575px) {
.box-guarantee #scontainer-5 {
font-size: 26px;
}
}
.box-directories #scontainer-6 .col-md-4 {
position: relative;
padding-left: 0;
padding-right: 0;
margin-left: 15px;
margin-right: 15px;
max-width: calc(33.33333% - 30px);
}
@media (max-width: 575px) {
.box-directories #scontainer-6 .col-md-4 {
max-width: 100%;
margin-bottom: 15px;
}
}
@media (max-width: 575px) {
.box-directories #scontainer-6 .col-md-4 h3 {
font-size: 22px;
}
}
.box-directories #scontainer-6 .col-md-4 p {
margin: 0;
padding: 0;
}
.box-directories #scontainer-6 .col-md-4 .text {
position: absolute;
top: 50%;
width: 100%;
padding: 0 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.box-directories #scontainer-6 .col-md-4 .text * {
margin: 0;
padding: 0;
}
@media (max-width: 575px) {
.box-directories #scontainer-6 .col-md-4 .text p {
display: none;
}
}
.box-directories #scontainer-6 .col-md-4 .text a {
color: #fff;
}
.box-directories #scontainer-6 .col-md-4 .text a:hover {
text-decoration: none;
color: #000;
}
.box-directories #scontainer-6 .col-md-4 img {
display: block;
max-width: 100% !important;
position: relative;
z-index: 1;
}
.box-directories #scontainer-6 .col-md-4:hover::after {
height: 100%;
z-index: 2;
}
.box-directories #scontainer-6 .col-md-4:hover .text {
z-index: 10;
opacity: 1;
}
.box-directories #scontainer-6 .col-md-4::after {
background: #22a9e1;
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
position: absolute;
z-index: 0;
width: 100%;
height: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-contact a,
.box-main a {
color: #22a9e1;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-contact a:hover,
.box-main a:hover {
text-decoration: none;
color: #000;
}
.box-contact .nav-tabs,
.box-main .nav-tabs {
margin-bottom: 25px;
}
.box-contact .nav-tabs li a,
.box-main .nav-tabs li a {
padding: 10px 20px;
border: 1px solid #f0f0f0;
margin-bottom: -1px;
display: block;
}
.box-contact .nav-tabs li a.active,
.box-main .nav-tabs li a.active {
background: #22a9e1;
color: #fff;
}
.box-career {
background-image: url("/upload/filemanager/layout/box-career-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 0 0;
-webkit-box-shadow: 0 0 0 0 #ffffff;
box-shadow: 0 0 0 0 #ffffff;
}
.box-career #scontainer-9 {
font-size: 38px;
font-weight: 300;
color: #fff;
}
@media (max-width: 575px) {
.box-career #scontainer-9 {
font-size: 22px;
}
}
.box-career #scontainer-9 .btn {
background: #22a9e1;
border: 0;
border-radius: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 10px 25px;
min-width: 200px;
}
.box-career #scontainer-9 .btn:hover {
background: #90d4f0;
}
.box-news {
background: #f0f0f0;
}
.box-news .content {
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;
}
.box-news .content .article {
width: calc(100% - 30px);
padding: 0;
margin: 15px;
overflow: hidden;
height: 100%;
background: #fff;
}
@media (min-width: 768px) {
.box-news .content .article {
width: calc(100% / 3 - 30px);
}
}
.box-news .content .article .img {
width: 100%;
height: 250px;
display: block;
}
.box-news .content .article .img img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.box-news .content .article .article-content {
padding: 20px;
}
.box-news .content .article .article-content .title {
font-weight: 700;
font-size: 16px;
color: #000;
margin-bottom: 15px;
display: block;
}
.box-news .content .article .article-content .title:hover {
color: #22a9e1;
text-decoration: none;
}
.box-news .content .article .article-content .date-add {
color: #000;
font-size: 13px;
font-weight: 600;
text-align: left;
margin-bottom: 15px;
}
.box-news .content .article .article-content .entry {
color: #000;
font-size: 14px;
}
.box-news .btn-more {
background: #22a9e1;
color: #fff;
margin: 25px auto 50px;
font-size: 14px;
display: block;
max-width: 280px;
padding: 10px 25px;
border-radius: 0;
}
.box-news .btn-more:hover {
background: #90d4f0;
}
.box-producer {
background: #f0f0f0;
}
.box-producer .title {
text-align: center;
}
.box-producer .title h1 {
display: inline-block;
position: relative;
font-size: 2rem;
line-height: 48px;
font-weight: 400;
padding-bottom: 15px;
margin-bottom: 55px;
border-bottom: 2px solid #dfdfdf;
}
.box-producer .title h1::before {
content: '';
display: block;
width: 60%;
bottom: -2px;
position: absolute;
left: 0;
border-bottom: 2px solid #22a9e1;
}
.box-producer p {
text-align: justify;
}
.brand {
overflow: hidden;
}
.brand .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 150px;
height: 100px;
}
.brand .item img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.brand .slick-slide,
.brand .slick-track {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.brand .slick-prev,
.brand .slick-next {
top: 50%;
display: none;
}
.brand .slick-prev:before,
.brand .slick-next:before {
color: #22a9e1;
}
@media (max-width: 575px) {
.brand .slick-prev:before,
.brand .slick-next:before {
opacity: 0;
}
.brand .slick-prev:before:hover,
.brand .slick-next:before:hover {
opacity: 1;
}
}
.brand .slick-next {
right: 0;
}
.brand .slick-prev {
left: 0;
z-index: 2;
}
.box-footer {
background: #363839;
text-align: center;
font-size: 15px;
color: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.box-footer a {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
color: #fff;
font-weight: 600;
}
.box-footer a:hover {
text-decoration: none;
color: #90d4f0;
}
#cookie-information {
padding: 10px;
text-align: center;
font-size: 12px;
background: #000;
color: #fff;
}
#cookie-information a {
color: #90d4f0;
}
.box-main {
border-top: 1px solid #f0f0f0;
}
#scontainer-10 {
background: #f0f0f0;
padding: 50px 25px 25px;
}
.box-articles {
background: #f0f0f0;
}
.box-articles .box-title .title, .box-articles .article .article-title .title, .article .box-articles .article-title .title {
border-bottom: 2px solid #000;
}
.article-entry {
background: #fff;
margin-bottom: 30px;
border-radius: 3px;
overflow: hidden;
height: calc(100% - 20px);
}
.article-entry .img img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
}
.article-entry .article-content {
padding: 20px;
}
.article-entry .article-content .date-add {
color: #000;
font-size: 13px;
font-weight: 600;
text-align: left;
margin-bottom: 15px;
}
.article-entry .article-content .article-title a {
font-weight: 700;
font-size: 16px;
color: #000;
margin-bottom: 15px;
display: block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.article-entry .article-content .article-title a:hover {
color: #22a9e1;
text-decoration: none;
}
.article-entry .article-content .entry p {
color: #000;
font-size: 13px;
margin-bottom: 0;
}
.pager {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-padding-start: 0;
padding-inline-start: 0;
list-style-type: none;
margin-top: 50px;
}
.pager li {
color: #000;
font-size: 13px;
margin-bottom: 0;
margin-right: 10px;
}
.pager li a {
width: 48px;
height: 48px;
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: #f0f0f0;
}
.pager li a img {
width: 15px;
height: 15px;
}
.pager li a.inactive {
opacity: 0.3;
pointer-events: none;
}
.box-content {
background: #fff;
padding: 20px 18px;
}
.box-content:first-child {
margin-bottom: 30px;
}
.box-content h4 {
font-weight: 600;
font-size: 15px;
color: #000;
margin-bottom: 15px;
display: block;
}
.box-content ul {
list-style-type: none;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.box-content ul li {
margin-bottom: 10px;
}
.box-content ul li a {
color: #22a9e1;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.box-content ul li a:hover {
color: #000;
text-decoration: none;
}
.article {
background: #fff;
padding: 25px;
}
.article .table-of-contents h2 {
font-size: 20px;
}
.article .main-image {
margin-bottom: 25px;
}
.article .main-image img {
max-width: 100%;
}
.article .article-title {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
margin-bottom: 25px !important;
}
.article .date-add {
color: #000;
font-size: 13px;
font-weight: 600;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.article .date-add img {
margin-right: 5px;
}
.article .text h2 {
font-size: 18px;
font-weight: 600;
}
.article .text h3 {
font-size: 16px;
font-weight: 600;
}
.article .gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.article .gallery .image {
width: calc(100% / 4 - 10px);
margin: 10px 10px 0 0;
display: block;
max-height: 175px;
border: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
.article .gallery .image {
width: calc(100% / 3 - 10px);
}
}
.article .gallery .image img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.article .social-icons {
margin-bottom: 20px;
}
.article .btn-back {
background: #22a9e1;
color: #fff;
margin: 25px 0 0;
font-size: 14px;
display: block;
max-width: 200px;
padding: 10px 25px;
border-radius: 0;
}
.article .btn-back:hover {
background: #90d4f0;
}
#scontainer-12 h3 {
font-size: 16px;
font-weight: 600;
}
.article-18 .col-md-6,
.article-18 .col-md-4,
.article-27 .col-md-6,
.article-27 .col-md-4 {
position: relative;
overflow: hidden;
}
.article-18 .col-md-6::after,
.article-18 .col-md-4::after,
.article-27 .col-md-6::after,
.article-27 .col-md-4::after {
content: '';
display: block;
background: rgba(0, 0, 0, 0.33);
width: calc(100% - 30px);
height: calc(100% - 15px);
position: absolute;
top: 0;
left: 15px;
}
.article-18 .col-md-6 p:first-child,
.article-18 .col-md-4 p:first-child,
.article-27 .col-md-6 p:first-child,
.article-27 .col-md-4 p:first-child {
width: 100%;
height: 500px;
display: block;
}
.article-18 .col-md-6 img,
.article-18 .col-md-4 img,
.article-27 .col-md-6 img,
.article-27 .col-md-4 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.article-18 .col-md-6 h2,
.article-18 .col-md-4 h2,
.article-27 .col-md-6 h2,
.article-27 .col-md-4 h2 {
position: absolute;
padding: 0;
margin: 0;
bottom: 25px;
left: 25px;
z-index: 10;
}
.article-18 .col-md-6 h2 a,
.article-18 .col-md-4 h2 a,
.article-27 .col-md-6 h2 a,
.article-27 .col-md-4 h2 a {
color: #fff;
font-weight: 300;
font-size: 30px;
}
.article-miniature {
position: relative;
margin-bottom: 30px;
}
.article-miniature::after {
content: '';
display: block;
background: rgba(0, 0, 0, 0.33);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.article-miniature .img {
display: block;
height: 300px;
}
.article-miniature .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.article-miniature h2 {
position: absolute;
padding: 0;
margin: 0;
bottom: 25px;
left: 25px;
z-index: 10;
}
.article-miniature h2 a {
color: #fff;
font-weight: 300;
font-size: 30px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.article-miniature h2 a:hover {
text-decoration: none;
color: #22a9e1;
}
#contact-form {
font-size: 13px;
}
#contact-form .form-control {
border-radius: 0;
font-size: 13px;
}
#contact-form .captcha span {
font-size: 13px !important;
}
#contact-form .btn {
background: #22a9e1;
color: #fff;
text-transform: uppercase;
border: 0;
border-radius: 0;
font-size: 13px;
width: 125px;
text-align: center;
padding: 10px 15px;
}
.alert-success {
margin: 0 0 50px;
border: 0;
border-radius: 0;
background: #22a9e1;
color: #fff;
}
/*# sourceMappingURL=style.css.map */