@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import "bootstrap.min.css";
@import "mobile.css";


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
  }
}
a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

#mobileMenu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  padding: 30px 25px 0 25px;
  display: none;
}

#mobileMenu ul{
  margin-top: 20px;
}

#mobileMenu ul li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
#mobileMenu ul li a{
  color: #fff;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
}

#mobileMenu .btn-list{
  margin-top: 30px !important;
  display: inline-block;
  width: 100%;
}

#mobileMenu .btn-list a{
  border:1px solid rgba(255,255,255,0.8);
  border-radius: 2px;
  padding: 10px 0;
  color: #fff;
  width: calc(50% - 15px);
  font-size: 14px;
  float: left;
  text-align: center;
}

#mobileMenu .btn-list a:first-child{
  margin-right: 15px;
}

#mobileMenu h2{
  color: #fff;
}


#mobileMenu #close{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 25px;
  top: 27px;

}


#mobileMenu #close:before,#mobileMenu #close:after{
  width: 24px;
  height: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  top: 19px;
}

#mobileMenu #close:after{
  transform: rotate(45deg);
  left: 8px;
}

#mobileMenu #close:before{
  left: 8px;
  transform: rotate(-45deg);
}


#hamburgerBtn{
  float: right;
  margin-top: 27px;
  padding: 11px 12px;
  display: none;
}
#hamburgerBtn span{
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 3px;
}

#hamburgerBtn span:first-child{
  margin-top: -1px;
}

#hamburgerBtn span:last-child{
  margin-bottom: 0;
}

.btn-default {
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
  height: 41px;
  font-weight: 600;
  font-size: 16px;
  line-height: 38.5px;
  text-align: center;
  letter-spacing: -0.4px;
  display: inline-block;
  color: #000;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.btn-default:hover {
  background-color: #000 !important;
  color: #fff !important;
}

header {
  width: 100%;
  height: 121px;
  position: relative;
  background-color: #fff;
}
header .container {
  height: 100%;
}
header .container .row {
  height: 100%;
}
header .logo a {
  display: inline-block;
  margin-top: 49px;
}
header .collapses ul {
  float: left;
  margin-top: 49px;
  margin-left: 20px;
}
header .collapses ul li {
  float: left;
  margin-right: 16px;
}
header .collapses ul li:last-child {
  margin-right: 0;
}
header .collapses ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
header .collapses .btn-list {
  float: right;
  margin-top: 40px;
}
header .collapses .btn-list a {
  border: 2px solid #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #000;
  height: 40px;
  width: 154px;
  display: block;
  line-height: 36px;
  text-align: center;
  float: left;
  margin-right: 13.4px;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
header .collapses .btn-list a:last-child {
  margin-right: 0;
}
header .collapses .btn-list a:hover {
  background-color: #000;
  color: #fff;
}
header .collapses .btn-list a.active {
  background-color: #000;
  color: #fff;
}
header .collapses .btn-list a.active:hover {
  background-color: transparent !important;
  color: #000 !important;
}

#content {
  position: relative;
  width: 100%;
}
#content #login {
  height: 871px;
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}
#content #login form {
  width: 445px;
  margin-top: 200px;
}
#content #login form .form-top {
  margin-bottom: 20px;
}
#content #login form .form-top h1 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1.5px;
  color: #000;
  margin-bottom: 0;
}
#content #login form .form-top a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.4px;
  color: #000;
  float: right;
  margin-top: 12px;
}
#content #login form .form-group {
  margin-bottom: 15px;
  position: relative;
}
#content #login form .form-group .check-box {
  cursor: pointer;
  margin-top: 9px;
  margin-bottom: 0px;
}
#content #login form .form-group .check-box .check-input {
  width: 20px;
  display: block;
  float: left;
  height: 25px;
  margin-top: 4px;
}
#content #login form .form-group .check-box input {
  resize: none;
  appearance: none;
  width: 20px;
  height: 19.62px;
  border: 2px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
#content #login form .form-group .check-box input:checked:after {
  opacity: 1;
  visibility: visible;
}
#content #login form .form-group .check-box input:after {
  content: "";
  background-image: url("../img/icon/check.svg");
  width: 11.67px;
  height: 9.81px;
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: 2.5px;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
}
#content #login form .form-group .check-box span.span {
  width: calc(100% - 20px);
  display: block;
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#content #login form .form-group .icon {
  position: absolute;
  left: 20px;
  top: 17px;
}
#content #login form .form-group .form-control {
  height: 60px;
  background-color: #EFF2F6;
  padding-left: 52px;
  box-sizing: border-box;
  letter-spacing: -0.4px;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
}
#content #login form .form-group .form-control::-webkit-input-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
#content #login form .form-group .forgot {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.4px;
  color: #000;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
#content #login form .form-group button {
  border-radius: 8px;
  background-color: #000;
  height: 60px;
  color: #fff;
  width: 100%;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
}
#content #login .login-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/login.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#content #login .login-img.reg-img {
  background-image: url("../img/register.png");
}
#content #homepage {
  position: relative;
  width: 100%;
  text-align: center !important;
}
#content #homepage .main-img {
  width: 100%;
}
#content #homepage .brand-block {
  display: inline-block;
  margin-top: 62px;
  margin-bottom: 63px;
}
#content #homepage p.p-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #000000;
  width: 877px;
  margin: 0 auto 94px auto;
  display: block;
}
#content #homepage .ms-row {
  margin-left: -21.5px;
  margin-right: -21.5px;
}
#content #homepage .home-box {
  margin-bottom: 32px;
  padding-left: 21.5px;
  padding-right: 21.5px;
}
#content #homepage .home-box img {
  width: 100%;
}
#content #contact-form {
  height: 800px;
  background-image: url("../img/contact-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 79px;
}
#content #contact-form #login {
  max-width: 100%;
  width: 458.64px;
  border-radius: 8px;
  background-color: #fff;
  padding: 34px 31.04px;
  height: 558px !important;
  margin-top: 100px;
  float: right;
}
#content #contact-form #login h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 33px;
}
#content #contact-form #login form {
  margin-top: 0;
  width: 100%;
}
#content #contact-form #login form .form-group {
  margin-bottom: 21px;
}
#content #contact-form #login form button {
  margin-top: 13px;
}
#content #contact-form #login form .check-box {
  margin-top: 12px;
}
#content #contact-form #login form .check-box .check-input {
  margin-top: 9px;
}
#content #contact-form #login form .check-box .span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #3E4462;
}
#content #brands {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
#content #brands h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2.4px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 40px;
}
#content #brands .brand-box {
  margin-bottom: 35px;
}

#content #brands .news-box {
  margin-bottom: 35px;
}


#content #brands .brand-box .brand-min {
  text-align: center;
}
#content #brands .brand-box .brand-min .img {
  height: 85px;
  line-height: 85px;
}
#content #brands .brand-box .brand-min span {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  display: block;
  margin-top: 15px;
}
#content #contact {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  height: 699px;
}
#content #contact .social {
  margin-top: 10px;
}
#content #contact .contact-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.5%;
  background-image: url("../img/contact.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#content #contact .contact-right {
  padding-right: 45px;
  padding-top: 110px;
}
#content #contact .contact-title {
  margin-bottom: 78px;
}
#content #contact .contact-title h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 27px;
}
#content #contact .contact-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #3E4462;
}
#content #contact .contact-box {
  margin-bottom: 42px;
}
#content #contact .contact-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #3E4462;
  opacity: 0.5;
  margin-bottom: 2.5px;
}
#content #contact .contact-box b {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  display: block;
}
#content #contact .contact-box b a {
  color: #18214D;
}
#content #showroom {
  position: relative;
  width: 100%;
  height: 699px;
  margin-bottom: 150px;
}
#content #showroom .showroom-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/new/showroom.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#content #showroom .showroom-left {
  padding-top: 50px;
}
#content #showroom .showroom-left .soon-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #000;
  display: block;
}
#content #showroom .showroom-left h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
  margin-top: 15px;
}
#content #showroom .showroom-left ul {
  width: 385px;
}
#content #showroom .showroom-left ul li {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 52px;
  padding-top: 52px;
}
#content #showroom .showroom-left ul li:last-child {
  border-bottom: none;
}
#content #showroom .showroom-left ul li span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #000;
  opacity: 0.5;
}
#content #showroom .showroom-left ul li b {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000;
}
#content #brand-sales {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
  height: 871px;
}
#content #brand-sales.create-brand-class {
  height: 949px;
}
#content #brand-sales.create-brand-class .left-col {
  padding-right: 70px;
}
#content #brand-sales .left-col {
  padding-top: 100px;
}
#content #brand-sales .left-col h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
}
#content #brand-sales .left-col ul {
  margin-top: 50px;
}
#content #brand-sales .left-col ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  position: relative;
  padding-left: 17px;
}
#content #brand-sales .left-col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
}
#content #brand-sales .brand-img {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/world.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#content #brand-sales .brand-img.create-brand {
  background-image: url("../img/create-brand.png");
  width: 52%;
}
#content #showroom-brand {
  position: relative;
  width: 100%;
}
#content #showroom-brand h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2.4px;
  color: #000;
}
#content #showroom-brand .img-fluid {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
#content #showroom-brand p {
  max-width: 904px;
  margin: 64px auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000;
}
#content #about {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#content #about .left-col {
  padding-right: 45px;
  padding-top: 80px;
}
#content #about .about-img {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/new/hakkimizda.png");
  background-size: cover;
  width: 50%;
  height: 951px;
}
#content #about h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 0;
}
#content #about p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 30px;
}
#content #about .sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 62px;
  color: #000;
  margin-bottom: 15px;
}
#content #about ul li {
  font-weight: 500;
  font-size: 23.032px;
  line-height: 43px;
  letter-spacing: -0.791725px;
  color: #000;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
#content #about ul li:before {
  content: "";
  background-image: url("../img/flag.svg");
  width: 20.15px;
  height: 25.91px;
  position: absolute;
  left: 0;
  top: 8px;
}
#content #teams {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  margin-top: -60px;
}
#content #teams h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000000;
  margin-bottom: 50px;
  padding-left: 20px;
}
#content #teams .team-box {
  margin-bottom: 30px;
}
#content #teams .team-box .team-min img {
  height: 391px;
  object-fit: cover;
  width: 100%;
}
#content #teams .team-box .team-min h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  color: #000;
  margin-bottom: 0;
  padding-left: 18px;
  margin-top: 4px;
}
#content #teams .team-box .team-min span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding-left: 18px;
}
#content #references {
  position: relative;
  width: 100%;
  margin-bottom: 183px;
}
#content #references h2 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 60px;
}
#content #references .ref-box {
  text-align: center;
}
#content #references .ref-box .img {
  height: 63px;
  line-height: 63px;
}
#content #references .ref-box span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  margin-top: 23px;
}
#content #showroom-items {
  margin-bottom: 140px;
}
#content #showroom-items h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 40px;
  margin-top: 26px;
  display: inline-block;
  width: 100%;
}
#content #showroom-items .item-box {
  margin-bottom: 45px;
}
#content #showroom-items .item-box .item-min .img {
  width: 191px;
  height: 191px;
  float: left;
}
#content #showroom-items .item-box .item-min .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content #showroom-items .item-box .item-min h4 {
  width: calc(100% - 191px);
  float: left;
  padding-left: 33px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin-top: 44px;
}
#content #sponsor-list {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 78px;
  margin-bottom: 100px;
}
#content #online-showroom {
  margin-bottom: 200px;
}
#content #online-showroom h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 32px;
}
#content #online-showroom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #000;
  margin-bottom: 50px;
}
#content #online-showroom .item-box {
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
#content #online-showroom .item-box .item-min img {
  width: 100%;
}
#content #online-showroom .item-box .item-min span {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000;
  margin-top: 27px;
}
#content #steps {
  position: relative;
  width: 100%;
}
#content #steps h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 85px;
}
#content #steps .step-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  margin-bottom: 40px;
}
#content #steps .step-line .circle {
  position: absolute;
  left: 0;
  top: -8px;
  width: 17px;
  height: 17px;
  border-radius: 18px;
  background-color: #000;
}
#content #steps .step-line .circle:nth-child(2) {
  left: 50%;
  margin-left: -8.5px;
}
#content #steps .step-line .circle:nth-child(3) {
  left: auto;
  right: 0;
}
#content #steps .step-text {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 115px;
}
#content #steps .step-text b {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
#content #steps .step-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #000;
  margin-top: 6px;
}
#content #page-list {
  position: relative;
  width: 100%;
}
#content #page-list .page-item {
  margin-bottom: 95px;
}
#content #page-list .page-box.page-box-right .box-item {
  float: right;
  display: inline-block;
}
#content #page-list .page-box .sub-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 28px;
  margin-top: 65px;
}
#content #page-list .page-box .sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#content #page-list .page-box h3 {
  font-weight: 400;
  font-size: 44px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
}
#content #page-list .page-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: -0.3px;
  margin-top: 17px;
}
#content #page-list .page-box p b {
  font-weight: 700;
}
#content #page-list .page-box ul {
  margin-top: 34px;
}
#content #page-list .page-box ul li {
  float: left;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000;
  position: relative;
  padding-left: 23px;
}
#content #page-list .page-box ul li:before {
  content: "";
  left: 0;
  top: 6px;
  background-image: url("../img/brand.svg");
  width: 14px;
  height: 18px;
  background-size: 100% 100%;
  position: absolute;
}
#content #page-list .page-box ul li span {
  font-size: 12px;
}
#content #page-list .page-img img {
  width: 100%;
  object-fit: cover;
}
#content #home {
  position: relative;
  width: 100%;
  height: 740px;
}
#content #home .left-col {
  padding-top: 100px;
  padding-right: 35px;
}
#content #home .left-col .sub-title {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #000;
  margin-bottom: 6px;
}
#content #home .left-col h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -3px;
  color: #000;
  margin-bottom: 35px;
}
#content #home .left-col p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #000;
}
#content #home .left-col a {
  margin-top: 22px;
}
#content #home .home-img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/world.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#content #sss {
  position: relative;
  width: 100%;
}
#content #sss h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -2.4px;
  color: #000;
  margin-bottom: 20px;
}
#content #sss .sub-title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #000;
  margin-bottom: 70px;
}
#content #sss .accordion {
  margin-bottom: 135px;
}
#content #sss .accordion .accordion {
  border: none !important;
}
#content #sss .accordion .accordion-item {
  border: none !important;
  border-top: 1px solid #DFE4EA !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
#content #sss .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
#content #sss .accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.5px;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
  padding-bottom: 7px !important;
  padding-top: 8px !important;
}
#content #sss .accordion .accordion-item .accordion-button:after {
  display: none !important;
}
#content #sss .accordion .accordion-item .accordion-button:before {
  content: "";
  position: absolute;
  right: 27px;
  top: 27px;
  background-image: url("../img/icon/plus.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
#content #sss .accordion .accordion-item .accordion-button[aria-expanded=true]:before {
  background-image: url("../img/icon/remove.svg");
  right: 22px;
  top: 39px;
}
#content #sss .accordion .accordion-item .accordion-body {
  padding-top: 0 !important;
  padding-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #000;
  padding-right: 275px;
}
#content .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#content .swiper-container:after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
#content .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
#content .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
#content .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  height: 115px;
  padding: 0 50px;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.social {
  margin-top: 30px;
}
.social li {
  display: inline-block;
  margin-right: 15px;
}
.social li:last-child {
  margin-right: 0;
}
.social li a {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  background-color: #EFF2F6;
  display: block;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.social li a:hover {
  background-color: #18214D;
}
.social li a:hover img {
  filter: invert(97%) sepia(3%) saturate(20%) hue-rotate(188deg) brightness(101%) contrast(93%);
}

footer {
  text-align: center;
}
footer hr {
  border-color: #DFE4EA;
}
footer .info {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
footer .info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
footer .pages {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .pages li {
  margin-right: 43px;
  display: inline-block;
}
footer .pages li:last-child {
  margin-right: 0;
}
footer .pages li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #000;
}

/*# sourceMappingURL=style.css.map */
