* {
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.header {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 500;
  color: #282828;
  text-align: center;
  letter-spacing: 1px;
}
.subHeader {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #282828;
}
.descHeader {
  font-size: 28px;
  line-height: 42px;
  color: #282828;
}
.articleHeader {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #282828;
  margin: 20px 0;
}
.paragraph {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #282828;
  letter-spacing: 0px;
}
.paragraph b {
  font-weight: 600;
}
.listHeader {
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  font-weight: 300;
}
.listItem {
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}
.hide-link {
  color: #242021;
}
.btn {
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 62px;
  font-weight: 500;
  padding: 0 50px 0 24px;
  background: url('../assets/svg/whiteRight.svg') no-repeat calc(100% - 20px) 50%;
  background-size: 18px 10px;
}
.btn:hover {
  border-color: transparent;
  color: #242021;
  background-color: #fff;
  background-image: url('../assets/svg/blackRight.svg');
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem #FEF8F2;
}
.btn.btn-primary {
  background-image: url('../assets/svg/whiteRight.svg');
  background-color: #D92D26;
  color: #fff;
  border: 2px solid #D92D26;
  border-radius: 30px;
}
.btn.btn-primary:hover {
  background-color: #BB2117;
  border-color: #BB2117;
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #BB2117;
  border-color: #BB2117;
  box-shadow: none;
}
.btn.btn-custome {
  border-color: #D92D26;
  color: #D92D26;
  border-radius: 30px;
  background-image: url('../assets/svg/blueRight.svg');
}
.btn.btn-custome:hover {
  background-color: #FEF8F2;
  border-color: #BB2117;
}
.container {
  max-width: 1418px;
  width: 922px;
  margin: 0 auto;
  text-align: center;
}
.container.container-wider {
  width: 1012px;
}
.icons-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -64px;
}
.icons-list .icons-list-item {
  margin-left: 64px;
  text-align: left;
}
.icons-list .icons-list-item .icon-row {
  height: 90px;
  display: flex;
  align-items: flex-start;
}
.icons-list .icons-list-item .icons-list-header {
  line-height: 1.4px;
  color: #282828;
  margin-bottom: 12px;
}
.icons-list .icons-list-item p {
  font-size: 14px;
}
.icons-list.icons-list-3-col .icons-list-item {
  width: calc(33.33333% - 64px);
  margin-bottom: 65px;
}
.icons-list-header {
  font-size: 16px;
  font-weight: 500;
}
.navbar-light {
  height: 64px;
  line-height: 64px;
  padding: 0 54px 0 48px;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(81, 105, 206, 0.08);
  display: flex;
  justify-content: space-between;
}
.navbar-light .navbar-brand {
  margin-right: 0;
  padding: 0 10px 0 0;
  margin-bottom: 6px;
}
.navbar-light .mobile-hide {
  display: none;
}
.navbar-light .navbar-collapse {
  height: 64px;
  align-items: stretch;
}
.navbar-light .navbar-nav {
  flex: 1;
  margin-right: 0!important;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: black;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #D92D26;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover::after {
  animation: rotate 0.3s forwards;
}
.navbar-light .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-item:hover {
  border-color: #D92D26;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #D92D26;
}
.navbar-light .navbar-nav .nav-item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #F07100;
  width: 0;
  transition: all 0.4s;
  margin: 0 auto;
}
.navbar-light .location {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.navbar-light .location:hover {
  cursor: pointer;
}
.navbar-light .location span {
  margin-left: 3px;
}
.navbar-light .location .arrow {
  margin-left: 7px;
}
.navbar-light .location.rotate .arrow {
  animation: rotate 0.3s forwards;
}
.navbar-light .location-dropdown {
  position: absolute;
  display: none;
  top: 42px;
  right: 54px;
  list-style-type: none;
  width: 134px;
  padding: 7px 0;
  background-color: #fff;
  box-shadow: 0px 1px 10px rgba(81, 105, 206, 0.12);
}
.navbar-light .location-dropdown.show {
  display: block;
}
.navbar-light .location-dropdown li {
  height: 24px;
  line-height: 24px;
  text-align: left;
  padding: 0 16px;
}
.navbar-light .location-dropdown li:hover {
  background-color: #E4E4E4;
}
.navbar-light .location-dropdown li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.navbar-light .location-dropdown li a:hover {
  text-decoration: none;
  color: #282828;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
.navbar-light .form-inline .nav-link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: black;
}
.navbar-light .login-btn {
  padding: 0 42px;
  border: none;
  border-left: 1px solid #E3E5EF;
  height: 64px;
  color: #282828;
  font-size: 14px;
  background-image: none;
}
.navbar-light .chat-btn {
  height: 64px;
  padding: 0 32px;
  font-size: 14px;
  background-image: none;
  border-radius: 0;
}
.navbar-light .chat-btn:focus {
  box-shadow: none;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu.menu-hovered {
  display: block;
  left: 0px;
  right: 0px;
  margin: -1px;
  border-radius: 0;
  display: flex;
  padding: 28px 10.42% 38px 13.6%;
}
.dropdown-menu.menu-hovered h3 {
  font-size: 22px;
  line-height: 34px;
}
.dropdown-menu.menu-hovered h3 a {
  color: #000000;
}
.dropdown-menu.menu-hovered h3 a:hover {
  color: #D92D26;
}
.dropdown-menu.menu-hovered h3 img {
  margin-left: 16px;
}
.dropdown-menu.menu-hovered .links {
  display: flex;
  padding-left: 32px;
}
.dropdown-menu.menu-hovered .links .item {
  width: 208px;
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}
.dropdown-menu.menu-hovered .links .item .listHeader {
  color: black;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
}
.dropdown-menu.menu-hovered .links .item .listHeader:hover {
  color: #D92D26;
  text-decoration: none;
}
.dp-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  width: 100%;
}
.dp-menu-list .dp-menu-item {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
.dp-menu-list .dp-menu-item h3 {
  font-size: 22px;
  line-height: 34px;
}
.dp-menu-list .dp-menu-item h3 a {
  color: #000000;
}
.dp-menu-list .dp-menu-item h3 a:hover {
  color: #D92D26;
}
.dp-menu-list .dp-menu-item h3 img {
  margin-left: 16px;
}
.dp-menu-list .dp-menu-item .links {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}
.dp-menu-list .dp-menu-item .links .item {
  padding-top: 4px;
  width: 258px;
}
.dp-menu-list .dp-menu-item .links .item .listHeader {
  color: black;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
.dp-menu-list .dp-menu-item .links .item .listHeader .comingTag {
  border: 1px solid #D92D26;
  color: #D92D26;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  padding: 2px 4px;
  margin-left: 8px;
}
.dp-menu-list .dp-menu-item .links .item .listHeader.hide-link:hover {
  cursor: auto;
  text-decoration: none;
  color: #282828;
}
.dp-menu-list .dp-menu-item .links .item p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #9099A6;
}
.dp-menu-list .dp-menu-item .links:first-child .item {
  width: 248px;
}
.dp-menu-list .dp-menu-item .links:last-child .item {
  width: 320px;
}
footer {
  padding-top: 72px;
  padding-bottom: 24px;
}
footer .container {
  width: 1418px;
}
footer .container .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .catalogues {
  width: 1011px;
  display: flex;
  text-align: left;
  padding-bottom: 30px;
}
footer .container .catalogues .item {
  width: 337px;
}
footer .container .catalogues .listHeader {
  margin-bottom: 13px;
  display: block;
}
footer .container .catalogues .listHeader:not(.keep-link):hover {
  text-decoration: none;
  color: #282828;
  cursor: auto;
}
footer .container .catalogues .listHeader.keep-link {
  color: #282828;
}
footer .container .catalogues .listHeader.keep-link:hover {
  color: #D92D26;
  text-decoration: none;
  cursor: pointer;
}
footer .container .catalogues .listItem {
  margin-top: 15px;
  margin-bottom: 16px;
  display: block;
}
footer .container .catalogues .listItem:hover {
  color: #D92D26;
  text-decoration: none;
}
footer .container .catalogues .listItem.hide-link:hover {
  cursor: auto;
  color: #282828;
}
footer .container .logo {
  text-align: right;
}
footer .container .locate {
  position: relative;
  width: 134px;
  display: flex;
  justify-content: center;
  padding: 24px 0 60px;
}
footer .container .location {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
}
footer .container .location:hover {
  cursor: pointer;
}
footer .container .location span {
  margin-left: 3px;
}
footer .container .location .arrow {
  margin-left: 7px;
}
footer .container .location.rotate .arrow {
  animation: rotate 0.3s forwards;
}
footer .container .location-dropdown {
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  list-style-type: none;
  width: 134px;
  padding: 7px 0;
  background-color: #fff;
  box-shadow: 0px 1px 10px rgba(81, 105, 206, 0.12);
}
footer .container .location-dropdown.show {
  display: block;
}
footer .container .location-dropdown li {
  text-align: left;
  padding: 0 16px;
}
footer .container .location-dropdown li:hover {
  background-color: #E4E4E4;
}
footer .container .location-dropdown li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
footer .container .location-dropdown li a:hover {
  text-decoration: none;
  color: #282828;
}
footer .container .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #282828;
}
footer .container .footer .links {
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 236px;
}
footer .container .footer .links .sep {
  padding-top: 20px;
  border-right: 1px solid #282828;
  height: 100%;
}
footer .container .footer .links .listItem:hover {
  color: #D92D26;
  text-decoration: none;
}
footer .container .footer .brand {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .container .footer .brand .listItem:not(.small) {
  line-height: 20px;
  padding-left: 10px;
}
footer .container .footer .brand .listItem:not(.hide-link):hover {
  color: #D92D26;
  text-decoration: none;
}
footer .container .footer .brand .small {
  font-size: 12px;
  line-height: 18px;
  margin: 0 8px 0 14px;
}
.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin-bottom: 28px;
  line-height: 19px;
}
.breadcrumb .breadcrumb-item a {
  color: #6E6E6E;
}
.breadcrumb .breadcrumb-item.active {
  color: #242021;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb.breadcrumb-center {
  justify-content: center;
  padding-top: 98px;
  margin-bottom: 40px;
}
.show-sm-screen {
  display: none;
}
.show-sm-screen .paragraph {
  text-align: left;
}
.no-margin-bottom {
  margin-bottom: 0!important;
}
.box-list ul.list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  padding-top: 48px;
}
.box-list ul.list li {
  flex-basis: 31.5%;
  border: 1px solid #F0F3F8;
  box-shadow: 0px 8px 10px rgba(81, 105, 206, 0.08);
  margin-bottom: 40px;
  margin-right: 2.5%;
  min-height: 158px;
}
.box-list ul.list li .card-body {
  padding: 32px 32px 22px;
}
.box-list ul.list li .card-body h3 {
  line-height: 25px;
  min-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 25px;
  word-wrap: break-word;
}
.box-list ul.list li .card-body h3 a {
  color: #282828;
  font-weight: bold;
  font-size: 18px;
}
.box-list ul.list li .card-body .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 23px;
}
.box-list ul.list li .card-body .info .category {
  color: #D92D26;
}
.box-list ul.list li:nth-child(3n) {
  margin-right: 0;
}
.box-list ul.list.fade {
  display: none;
}
.box-list ul.list.show {
  display: flex;
}
.nav-pagination {
  border: none;
  justify-content: center;
}
.nav-pagination .nav-link {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0!important;
  color: #282828;
  border: 1px solid #282828;
}
.nav-pagination .nav-link img {
  margin-bottom: 1px;
}
.nav-pagination .nav-link:first-child img {
  transform: rotate(180deg);
}
.nav-pagination .nav-link:last-child {
  margin-right: 0;
}
.nav-pagination .nav-link.active {
  background-color: #D92D26;
  border-color: #D92D26;
  color: #fff;
}
.svg-list {
  display: flex;
  padding: 0;
  margin: 0!important;
}
.svg-list .item div {
  font-size: 16px;
  line-height: 24px;
}
.svg-list .item-horizontal {
  height: 84px;
  display: flex;
  align-items: center;
}
.svg-list .item-horizontal img {
  height: 100%;
  width: auto;
  margin-right: 5%;
}
.svg-list .item-horizontal div {
  text-align: left;
}
.svg-list .item-vertical {
  text-align: center;
}
.svg-list .item-vertical img {
  width: auto;
  height: 74px;
  margin-bottom: 14px;
}
.svg-list.svg-list-col3 .item {
  flex-basis: 33%;
  padding-right: 3%;
}
.svg-list.svg-list-col4 .item {
  flex-basis: 25%;
}
@media screen and (max-width: 1510px) {
  footer .container {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1460px) {
  .navbar-light .login-btn {
    padding: 0 24px;
  }
  .navbar-light .chat-btn {
    padding: 0 24px;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 1388px!important;
  }
}
@media only screen and (max-width: 1300px) {
  .descHeader {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    font-size: 28px;
  }
  .subHeader {
    font-size: 24px;
  }
  .icons-list-header {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1240px) {
  .container {
    width: calc(100% - 30px) !important;
  }
  .header {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .paragraph {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .btn {
    font-size: 14px;
  }
  .subHeader {
    font-size: 16px;
    line-height: 22px;
  }
  .articleHeader {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .articleHeader span {
    display: block;
  }
  .breadcrumb {
    justify-content: center;
  }
  footer {
    padding-top: 52px;
  }
  footer .container .inner {
    flex-direction: column;
  }
  footer .container .catalogues {
    display: block;
    width: 100%;
  }
  footer .container .catalogues .listHeader {
    font-weight: 500;
  }
  footer .container .catalogues .item {
    width: 100%;
    text-align: center;
  }
  footer .container .logo {
    text-align: center;
  }
  footer .container .logo img.logo-logo {
    width: 117px;
    height: auto;
  }
  footer .container .footer {
    display: block;
  }
  footer .container .footer .links {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  footer .container .footer .links .sep {
    display: none;
  }
  footer .container .footer .links .listItem {
    line-height: 21px;
  }
  footer .container .footer .links .privacy {
    margin-bottom: 15px;
  }
  footer .container .footer .brand {
    display: block;
  }
  footer .container .footer .brand .listItem:not(.small) {
    display: block;
  }
  footer .container .footer .brand .sep {
    display: none;
  }
  .show-sm-screen {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-light {
    padding-left: 0;
    height: 54px;
    line-height: 54px;
    padding-right: 0;
  }
  .navbar-light .mobile-navbar {
    z-index: 10;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(81, 105, 206, 0.08);
    display: flex;
    justify-content: space-between;
  }
  .navbar-light .navbar-brand {
    margin-bottom: 0;
  }
  .navbar-light .navbar-brand img {
    width: 115px;
    height: auto;
    margin-left: 30px;
  }
  .navbar-light .mobile-hide {
    display: flex;
    height: 54px;
  }
  .navbar-light .mobile-hide .login-btn {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
  }
  .navbar-light .mobile-hide .locate {
    padding-right: 20px;
  }
  .navbar-light .mobile-hide .locate .location-dropdown {
    right: 0px;
  }
  .navbar-light .locate-pc {
    display: none;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    padding: 27px;
    border-radius: 0;
    border: none;
    background: url('../assets/svg/close.svg') no-repeat 17px;
    background-color: #F0F6FD;
    background-size: 20px;
  }
  .navbar-light .navbar-toggler.collapsed {
    background: url('../assets/svg/list.svg') no-repeat 17px;
    background-color: #D92D26;
    background-size: 20px;
  }
  .navbar-light .navbar-toggler:focus {
    outline: none;
  }
  .navbar-light .navbar-nav {
    padding: 10px 30px;
    background-color: #fff;
  }
  .navbar-light .navbar-nav .nav-item {
    min-height: 72px;
    border-bottom: 1px solid #E3E5EF;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 36px;
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle {
    line-height: 72px;
  }
  .navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-left: auto;
    right: 0;
  }
  .navbar-light .navbar-nav .nav-item.active {
    border-bottom: 1px solid #E3E5EF;
  }
  .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-light .navbar-collapse {
    background-color: #fff;
    margin-top: -2px;
    z-index: 5;
  }
  .navbar-light .navbar-collapse .form-inline {
    display: block;
  }
  .navbar-light .navbar-collapse .login-btn {
    display: none;
  }
  .navbar-light .dropdown-menu {
    position: relative;
    padding: 24px 30px 8px;
    border: none;
    flex-direction: column;
    margin: 0 -30px;
    background-color: #FEF8F2;
  }
  .navbar-light .dropdown-menu h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #000000;
  }
  .navbar-light .dropdown-menu h3 img {
    margin-left: 24px;
  }
  .navbar-light .dropdown-menu .links {
    padding: 0;
    flex-direction: column;
  }
  .navbar-light .dropdown-menu .links .item {
    padding: 0;
  }
  .navbar-light .form-inline {
    background-color: #F0F6FD;
    padding-top: 8px;
  }
  .navbar-light .form-inline .nav-link {
    height: 72px;
    font-size: 18px;
    line-height: 72px;
    padding: 0 30px;
    background-color: #fff;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .form-inline .nav-link img {
    display: none;
  }
  .navbar-light .form-inline .chat-btn {
    padding: 0 30px;
    justify-content: flex-start;
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .show-sm-screen {
    width: 100%;
  }
  .breadcrumb.breadcrumb-center {
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .svg-list .item div {
    font-size: 14px;
    line-height: 20px;
  }
  .svg-list.svg-list-col3 {
    flex-direction: column;
  }
  .svg-list.svg-list-col3 .item {
    padding-right: 0;
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .svg-list.svg-list-col3 .item img {
    width: 50px;
    height: auto;
  }
  .svg-list.svg-list-col4 {
    flex-wrap: wrap;
  }
  .svg-list.svg-list-col4 .item {
    flex-basis: 50%;
    margin-bottom: 10px;
  }
  .svg-list.svg-list-col4 .item img {
    height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-light {
    flex-wrap: wrap;
  }
  .navbar-light .mobile-navbar {
    flex-basis: 100%;
  }
  .navbar-light .navbar-toggler {
    display: block;
  }
  .navbar-light .navbar-collapse {
    position: static;
    top: 56px;
    left: 0;
    right: 0;
    display: none!important;
  }
  .navbar-light .navbar-collapse.show {
    display: block!important;
  }
  .navbar-light .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .dp-menu-list {
    flex-direction: column;
  }
  .dp-menu-list .dp-menu-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .navbar-light .navbar-brand img {
    width: 120px;
    height: auto;
  }
  .navbar-light .dropdown-menu {
    padding-left: 178px;
  }
  .navbar-light .dropdown-menu .links {
    padding-left: 100px;
  }
  .navbar-light .dropdown-menu .dp-menu-item {
    margin-right: 10px;
  }
  .navbar-light .form-inline .nav-link {
    padding: 0 10px;
  }
  .navbar-light .btn {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1850px) {
  .dropdown-menu.menu-hovered {
    padding-left: 6.8%;
    padding-right: 5.2%;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .dropdown-menu.menu-hovered {
    padding-left: 3%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .dp-menu-list .dp-menu-item {
    flex-direction: column;
  }
  .dp-menu-list .dp-menu-item .subHeader img {
    transform: rotate(90deg);
  }
  .dp-menu-list .dp-menu-item .links {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1340px) {
  footer .address br {
    display: none;
  }
}
