body,
* {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  color: #141729;
  font-weight: 400;
}
body {
  position: relative;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a.active {
  color: #404E9C;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
ul {
  padding-inline-start: 0;
}
header#header-menu {
  position: relative;
  z-index: 3;
  max-width: 1440px;
}
header#header-menu nav {
  min-height: 117px;
}
header#header-menu .container {
  position: relative;
}
header#header-menu a.logo img {
  max-height: 50px;
}
header#header-menu ul {
  margin-bottom: 0;
}
header#header-menu ul li {
  display: inline-block;
}
header#header-menu ul li.login-btn {
  display: inline-block;
  padding-left: 12.5px;
}
header#header-menu ul li.login-btn a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  color: #FFFFFF !important;
  padding: 10px 15px;
  transition: background-color 0.33s;
  background-color: #5669af;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
}
header#header-menu ul li.login-btn:hover a {
  background-color: #6473ac;
}
header#header-menu ul li.shop-btn {
  display: inline-block;
  padding-left: 12.5px;
}
header#header-menu ul li.shop-btn a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  color: #FFFFFF !important;
  padding: 10px 15px;
  transition: background-color 0.33s;
  background-color: #28B484;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
}
header#header-menu ul li.shop-btn:hover a {
  background-color: #039c67;
}
header#header-menu ul li:hover a,
header#header-menu ul li.active a {
  background-color: #141729;
  color: #FFFFFF !important;
}
header#header-menu ul li:hover a i,
header#header-menu ul li.active a i {
  color: #FFFFFF;
}
header#header-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  color: #141729 !important;
  padding: 49px 12.5px;
  transition: background-color 0.33s;
}
header#header-menu ul li a i {
  padding-left: 7.5px;
  transition: color 0.33s;
}
header#header-menu ul li ul {
  display: none;
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: initial;
  align-items: center;
  height: 500px;
}
header#header-menu ul li ul li {
  display: block;
  width: 100%;
  max-width: 33.3333333%;
  float: left;
  padding: 0 25px;
}
header#header-menu ul li ul li:hover a,
header#header-menu ul li ul li.active a {
  background-color: transparent;
}
header#header-menu ul li ul li a {
  display: block;
  width: 100%;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
header#header-menu ul li ul li a img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
header#header-menu ul li ul li a .logo {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 20px;
}
header#header-menu ul li ul li a .image {
  position: relative;
  overflow: visible;
}
header#header-menu ul li ul li a .image::before,
header#header-menu ul li ul li a .image::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
}
header#header-menu ul li ul li a .image::after {
  width: 10px;
  height: 100%;
  left: initial;
  bottom: initial;
  right: -10px;
  top: 10px;
}
header#header-menu ul li.lang-select:hover {
  background-color: #FFFFFF;
}
header#header-menu ul li.lang-select:hover .dropdown-item {
  background-color: #FFFFFF;
  color: #141729 !important;
}
header#header-menu ul li.lang-select .btn {
  outline: none;
  box-shadow: none;
}
header#header-menu ul li.lang-select .btn span {
  font-weight: 500;
}
header#header-menu ul li.lang-select .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
header#header-menu ul li.lang-select .dropdown-item:hover {
  background-color: #f8f9fa;
}
header#header-menu ul li.search-btn a {
  padding-right: 0;
  padding-left: 0;
}
header#header-menu ul li.search-btn a i {
  font-size: 19px;
}
header#header-menu ul li.search-btn:hover {
  background-color: #FFFFFF;
}
header#header-menu ul li.search-btn:hover a {
  background-color: #FFFFFF;
  color: #141729 !important;
}
header#header-menu ul li.search-btn:hover a i {
  color: #141729 !important;
}
header#header-menu.menu-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 117px;
  right: 0;
  background-color: #141729;
  height: 500px;
  z-index: -1;
}
header#header-menu.menu-hover ul li ul {
  display: flex;
}
#header-mobile-menu {
  display: none;
}
#header-mobile-menu .logo {
  max-width: 110px;
}
#header-mobile-menu .header-top {
  height: 50px;
}
#header-mobile-menu .menu-actions {
  display: flex;
  align-items: center;
}
#header-mobile-menu .menu-actions .dropdown-menu {
  z-index: 1001;
}
#header-mobile-menu .menu-actions .dropdown-toggle {
  margin-left: 15px;
  display: none;
  outline: none;
  box-shadow: none;
}
#header-mobile-menu .menu-actions .dropdown-toggle span {
  font-weight: 600;
}
#header-mobile-menu .menu-actions .search-form-popup-toggle {
  margin-left: 5px;
  display: none;
}
#header-mobile-menu .menu-actions .mobile-menu-close-btn {
  display: none;
  color: #5669af;
  font-size: 25px;
  margin-left: 15px;
}
#header-mobile-menu .menu-actions .header-mobile-menu-toggle {
  font-size: 25px;
  margin-left: 15px;
}
#header-mobile-menu .menu-actions.active .dropdown-toggle,
#header-mobile-menu .menu-actions.active .search-form-popup-toggle,
#header-mobile-menu .menu-actions.active .mobile-menu-close-btn {
  display: inline-block;
}
#header-mobile-menu .menu-actions.active .header-mobile-menu-toggle {
  display: none;
}
#header-mobile-menu .btn-green,
#header-mobile-menu .btn-blue {
  height: 25px;
  padding: 5px 10px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  min-width: initial;
}
#header-mobile-menu .header-mobile-menu {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #FFFFFF;
  display: none;
}
#header-mobile-menu .header-mobile-menu .btn-blue,
#header-mobile-menu .header-mobile-menu .btn-green {
  display: none;
}
#header-mobile-menu .m-menu .m-menu-li {
  display: block;
  margin-bottom: 30px;
}
#header-mobile-menu .m-menu .m-menu-li .m-menu-a {
  font-size: 21px;
  font-weight: 700;
  color: #141729;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
#header-mobile-menu .m-menu .m-menu-li .m-menu-a i {
  font-size: 19px;
  margin-left: 10px;
}
#header-mobile-menu .m-menu .m-menu-li .m-menu-a i[class*="up"] {
  display: none!important;
}
#header-mobile-menu .m-menu .m-menu-li.active .m-menu-a i[class*="up"] {
  display: inline-block !important;
}
#header-mobile-menu .m-menu .m-menu-li.active .m-menu-a i[class*="down"] {
  display: none!important;
}
#header-mobile-menu .m-menu .m-menu-li.active .m-sub-menu {
  display: block;
}
#header-mobile-menu .m-sub-menu {
  display: none;
}
#header-mobile-menu .m-sub-menu li {
  display: block;
  margin-bottom: 15px;
}
#header-mobile-menu .m-sub-menu li a {
  font-size: 21px;
  font-weight: 400;
  color: #141729;
  display: block;
  text-align: center;
}
#header-mobile-menu.active .header-mobile-menu {
  display: block;
}
#main-slide .item {
  position: relative;
}
#main-slide .item img {
  position: relative;
  z-index: 0;
}
#main-slide .item img:nth-child(2) {
  display: none;
}
#main-slide .item .container {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#main-slide .item .container .text-box {
  text-align: left;
  display: inline-block;
  margin-top: 160px;
}
#main-slide .item .container .text-box h1 {
  font-size: 25px;
  color: #5669af;
}
#main-slide .item .container .text-box h2 {
  font-weight: 600;
  font-size: 78px;
}
#main-slide .item .container .text-box h2 span {
  display: block;
  font-weight: 300;
  font-size: 78px;
}
#main-slide .owl-theme .owl-dots {
  display: flex;
  flex-direction: column;
  width: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%);
  z-index: 1;
  margin-top: 0;
}
#main-slide .owl-theme .owl-dots .owl-dot {
  outline: none;
  box-shadow: none;
}
#main-slide .owl-theme .owl-dots .owl-dot span {
  background: rgba(20, 23, 41, 0.18);
  transition: 0.33s;
}
#main-slide .owl-theme .owl-dots .owl-dot.active span {
  background: #5669af;
}
.info-list {
  position: relative;
  z-index: 2;
}
.info-list .header {
  padding-top: 70px;
  text-align: center;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.info-list .header h3 {
  font-size: 32px;
  color: #5669af;
  font-weight: 500;
}
.info-list .header p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
  color: #5669af;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.info-list .list .item .icon {
  margin-bottom: 25px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  transition: opacity 0.33s;
}
.info-list .list .item .icon img {
  max-height: 65px;
}
.info-list .list .item .content h4 {
  display: block;
  text-align: center;
  color: #5669af;
  font-size: 19px;
}
.info-list .list .item .content p {
  font-size: 15px;
  font-weight: 300;
  color: #5669af;
  text-align: center;
}
.info-list .list .item .content p a {
  font-weight: 700;
  text-decoration: underline;
  color: #5669af;
  font-size: 15px;
}
.info-list .list .item:nth-of-type(1) .icon img {
  max-height: 80px;
}
.info-list .list .item:nth-child(3) .content p a {
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
}
.info-list .list .item:hover .icon {
  opacity: 1;
}
#home-category-box .item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 30px 20px 20px 20px;
}
#home-category-box .item .btn-bg-1 {
  background-color: #1dd67d;
}
#home-category-box .item .btn-bg-2 {
  background-color: #345e8e;
}
#home-category-box .item .btn-bg-3 {
  background-color: #edb70a;
}
#home-category-box .item .btn-bg-4 {
	background-color: #E8141D;
}

#home-category-box .item h4 {
  font-weight: 500;
  font-size: 19px;
  color: #5669af;
  text-align: center;
}
#home-category-box .item h4:nth-child(2) {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  margin-top: -10px;
}
#home-category-box .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  height: 34px;
  border-radius: 30px;
  background-color: #5669af;
}
#home-category-box .item a i {
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
  left: 10px;
  transition: all 0.33s;
}
#home-category-box .item a:hover i {
  left: 15px;
}
#home-category-box .item.v2 .row {
  align-items: center;
}
#home-category-box .item.v2 a {
  max-width: initial;
  display: inline-flex;
  margin-top: 80px;
  background-color: #874BAB;
  padding: 0 30px 0 15px;
}
#home-category-box .item.v2 .logo {
  margin-bottom: 10px;
}
#home-category-box .item.v2 h4 {
  color: #141729;
  font-size: 29px;
}
#home-category-box .item.v2 h4:nth-of-type(2) {
  font-size: 15px;
}
#home-category-box .item.v2 h4:nth-child(2) {
  margin-top: initial;
}
#home-category-box .item.v2 .logo {
  max-width: 150px;
}
#home-category-box .item.v2 .head-box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#home-category-box .item.v2 .col-sm-12:nth-child(1) {
  display: flex;
  justify-content: center;
}
#home-category-box .item.v2 .col-sm-12:nth-child(2) {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#home-category-box .item.v2 .mobile-img {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 20px;
}
footer .top {
  padding-top: 55px;
  padding-bottom: 45px;
}
footer .top .f-logo {
  display: block;
  margin-bottom: 25px;
}
footer .top .f-logo img {
  max-height: 50px;
}
footer .top .social-links li {
  display: inline-block;
  margin-right: 10px;
}
footer .top .social-links li a {
  display: block;
  color: rgba(20, 23, 41, 0.27);
  font-size: 25px;
  transition: color 0.33s;
}
footer .top .social-links li:hover a {
  color: #404E9C;
}
footer .top .f-menu h4 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 25px;
}
footer .top .f-menu ul li {
  display: block;
  margin-bottom: 10px;
}
footer .top .f-menu ul li a {
  display: block;
  color: rgba(20, 23, 41, 0.27);
  font-size: 15px;
  font-weight: 400;
  transition: color 0.33s;
}
footer .top .f-menu ul li:hover a {
  color: #404E9C;
}
footer .bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .bottom p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(20, 23, 41, 0.27);
}
footer .bottom a {
  color: #141729;
  transition: color 0.33s;
  font-size: 17px;
  font-weight: 400;
}
footer .bottom a:hover {
  color: #404E9C;
}
.in-page-header .page-header {
  background-position: center center;
  background-size: cover;
  height: 390px;
  display: flex;
  align-items: center;
  position: relative;
}
.in-page-header .page-header .shadow {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 23, 41, 0.5);
}
.in-page-header .page-header .container {
  position: relative;
  z-index: 1;
}
.in-page-header .page-header .page-info {
  padding-top: 65px;
}
.in-page-header .page-header .page-info span {
  display: block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 70px;
}
.in-page-header .page-header .page-info .list span {
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  padding-right: 3px;
  padding-left: 15px;
  position: relative;
}
.in-page-header .page-header .page-info .list span::after {
  content: "/";
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  right: -9.5px;
  bottom: 4px;
}
.in-page-header .page-header .page-info .list span:nth-of-type(1) {
  padding-left: 0;
}
.in-page-header .page-header .page-info .list span:nth-last-of-type(1) {
  padding-right: 0;
}
.in-page-header .page-header .page-info .list span:nth-last-of-type(1)::after {
  display: none;
}
.in-page-header .page-breadcrumb {
  border-bottom: 1px solid #EEEEEE;
}
.in-page-header .page-breadcrumb .container {
  height: 50px;
  display: flex;
  align-items: center;
}
.in-page-header .page-breadcrumb .container a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding-right: 12.5px;
  padding-left: 12.5px;
  color: #141729;
  transition: color 0.33s;
  cursor: pointer;
  position: relative;
}
.in-page-header .page-breadcrumb .container a:nth-of-type(1) {
  padding-left: 0;
}
.in-page-header .page-breadcrumb .container a::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #EEEEEE;
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -5px;
}
.in-page-header .page-breadcrumb .container a:nth-last-of-type(1) {
  padding-right: 0;
}
.in-page-header .page-breadcrumb .container a:nth-last-of-type(1)::after {
  display: none;
}
.in-page-header .page-breadcrumb .container a:hover {
  color: #404E9C;
}
.default-page {
  background-color: #F2F2F3;
  padding-top: 90px;
  padding-bottom: 90px;
}
.default-page h1,
.default-page h1.title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 30px;
}
.default-page h2 {
  font-size: 19px;
  margin-bottom: 30px;
}
.default-page h3 {
  font-size: 17px;
  margin-bottom: 30px;
}
.default-page p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
}
.default-page strong {
  font-weight: 700;
  font-size: 18px;
}
.default-page ul {
  margin-bottom: 30px;
}
.default-page ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.default-page ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #141729;
  position: absolute;
  left: 0;
  top: 9px;
}
.ceo-message {
  position: relative;
}
.ceo-message .text-box {
  padding: 90px 60px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 2;
  top: -45px;
  right: -220px;
  max-width: 600px;
}
.ceo-message .text-box strong {
  color: #5669af;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.ceo-message .text-box h3 {
  font-weight: 300;
  font-size: 21px;
}
.ceo-message .text-box h3 span {
  font-weight: 300;
  font-size: 21px;
  text-decoration: underline;
}
.ceo-message .text-box p {
  font-weight: 300;
  font-size: 15px;
}
.ceo-message .text-box p strong {
  color: #141729;
  font-size: 15px;
  display: inline;
}
.ceo-message .text-box .signature strong {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1px;
}
.ceo-message .text-box .signature span {
  display: block;
  font-size: 19px;
  font-weight: 300;
}
.sidebar {
  background-color: #FFFFFF;
  padding: 30px;
}
.sidebar .sidebar-header h3 {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.sidebar .sidebar-menu {
  margin-bottom: 0;
}
.sidebar .sidebar-menu li {
  display: block;
  padding-left: 0;
}
.sidebar .sidebar-menu li::before {
  display: none;
}
.sidebar .sidebar-menu li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #141729;
  transition: color 0.33s;
}
.sidebar .sidebar-menu li.active a,
.sidebar .sidebar-menu li:hover a {
  color: #404E9C;
}
.page-table {
  padding: 30px;
  background-color: #FFFFFF;
  position: relative;
}
.page-table table {
  max-width: 764px;
}
.page-table table tr th {
  font-weight: 700;
  font-size: 19px;
  vertical-align: middle;
  border: none;
}
.page-table table tr td {
  font-weight: 300;
  font-size: 18px;
  vertical-align: middle;
}
.page-table table tr td:nth-of-type(1) {
  font-weight: 400;
}
.btn-green {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #FFFFFF !important;
  padding: 10px 25px;
  transition: background-color 0.33s;
  background-color: #28B484;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 25px;
}
.btn-green i {
  color: #FFFFFF;
  position: relative;
  margin-left: 10px;
  transition: all 0.33s;
}
.btn-green:hover {
  background-color: #039c67;
}
.btn-green:hover i {
  margin-left: 20px;
}
.btn-blue {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #FFFFFF !important;
  padding: 10px 25px;
  transition: background-color 0.33s;
  background-color: #5669af;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 25px;
}
.btn-blue i {
  color: #FFFFFF;
  position: relative;
  margin-left: 10px;
  transition: all 0.33s;
}
.btn-blue:hover {
  background-color: #6473ac;
}
.btn-blue:hover i {
  margin-left: 20px;
}
.x-checkbox {
  position: relative;
  display: inline-block;
}
.x-checkbox span.checkbox-icon {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  display: block;
  background-color: #FFFFFF;
}
.x-checkbox.active span.checkbox-icon {
  background-color: #141729;
  border-color: #141729;
}
.x-checkbox input {
  display: none;
}
.filter-sidebar .sidebar-column .sidebar-header h3 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
.filter-sidebar .sidebar-column .sidebar-menu {
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.filter-sidebar .sidebar-column .sidebar-menu li {
  display: block;
  padding-left: 0;
}
.filter-sidebar .sidebar-column .sidebar-menu li::before {
  display: none;
}
.filter-sidebar .sidebar-column .sidebar-menu li .title {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
.filter-sidebar .sidebar-column .sidebar-menu li .x-checkbox {
  top: 2px;
  position: relative;
}
.filter-sidebar .sidebar-column:nth-last-of-type(1) .sidebar-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.filter-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-order .filter-result {
  font-size: 18px;
}
.filter-order .filter-select {
  position: relative;
}
.filter-order .filter-select i {
  color: #FFFFFF;
  position: absolute;
  right: 25px;
  top: 12px;
}
.filter-order .filter-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px 45px 10px 25px;
  transition: background-color 0.33s;
  background-color: #5669af;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
  border: none;
  outline: none;
}
.filter-mobile {
  display: none;
  position: relative;
}
.filter-mobile .filter-toggle {
  border: none;
  display: block;
  min-width: 100%;
  margin-bottom: 0;
}
.filter-mobile .filter-mobile-container {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.filter-mobile .filter-mobile-container .filter-mobile-box {
  background-color: #FFFFFF;
  padding: 60px 30px 30px 30px;
}
.filter-mobile .filter-mobile-container .filter-mobile-box .filter-mobile-close {
  color: #5669af;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.filter-mobile .filter-mobile-container .filter-mobile-box .filter-order .filter-result {
  margin-bottom: 15px;
}
.filter-mobile .filter-mobile-container .filter-mobile-box .filter-order .filter-select select {
  min-width: 100%;
  display: block;
}
.filter-mobile .filter-mobile-container .filter-mobile-box .filter-sidebar {
  height: calc(100vh - 300px);
  overflow-y: scroll;
}
.filter-mobile .filter-mobile-container .filter-mobile-box .btn-green {
  border: none;
  display: block;
  min-width: 100%;
  margin-bottom: 0;
}
.brands {
  padding-left: 130px;
  padding-right: 130px;
}
.product-list .item {
  margin-bottom: 40px;
}
.product-list .item .item-box {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 22px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.33s;
  position: relative;
}
.product-list .item .item-box .power-class {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.product-list .item .item-box .image {
  text-align: center;
  padding: 25px;
  background-color: #FFFFFF;
  box-shadow: 9px 9px 22px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.33s;
  position: relative;
  z-index: 0;
}
.product-list .item .item-box .image img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.33s;
  transform: scale(1);
}
.product-list .item .item-box .content {
  padding: 25px;
  text-align: center;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.product-list .item .item-box .content h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 23px;
  text-align: center;
  transition: all 0.33s;
}
.product-list .item .item-box .content a {
  display: inline-block;
  padding: 6px 32px 6px 32px;
  border-radius: 19px;
  color: #FFFFFF;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  background-color: #5669af;
  transition: all 0.33s;
}
.product-list .item:hover .item-box {
  box-shadow: 3px 3px 22px 0 rgba(0, 0, 0, 0.19);
}
.product-list .item:hover .item-box .image {
  box-shadow: none;
}
.product-list .item:hover .item-box .image img {
  transform: scale(1.07);
}
.product-list .item:hover .item-box .content a {
  background-color: #28B484;
}
.brand-detail-page-header .brand-detail-slide .owl-nav button {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(20, 23, 41, 0.07);
  transition: background-color 0.33s;
  outline: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 190px;
}
.brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(2) {
  left: initial;
  right: 190px;
}
.brand-detail-page-header .brand-detail-slide .owl-nav button i {
  color: #E6E7E9;
  font-size: 50px;
}
.brand-detail-page-header .brand-detail-slide .owl-nav button:hover {
  background-color: rgba(20, 23, 41, 0.22);
}
.brand-detail-header {
  padding-left: 190px;
  padding-right: 190px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.brand-detail-header .row {
  align-items: center;
  justify-content: space-between;
}
.brand-detail-header .right-block {
  text-align: center;
  padding-left: 45px;
}
.brand-detail-header .left-block {
  padding-right: 45px;
  position: relative;
}
.brand-detail-header .left-block::after {
  display: none;
  content: '';
  height: 186px;
  width: 1px;
  background-color: #141729;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -93px;
  opacity: 0.1;
}
.brand-detail-header .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.brand-detail-header .breadcrumb a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding-right: 12.5px;
  padding-left: 12.5px;
  color: #141729;
  transition: color 0.33s;
  cursor: pointer;
  position: relative;
}
.brand-detail-header .breadcrumb a:nth-of-type(1) {
  padding-left: 0;
}
.brand-detail-header .breadcrumb a::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #EEEEEE;
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -5px;
}
.brand-detail-header .breadcrumb a:nth-last-of-type(1) {
  padding-right: 0;
}
.brand-detail-header .breadcrumb a:nth-last-of-type(1)::after {
  display: none;
}
.brand-detail-header .breadcrumb a:hover {
  color: #404E9C;
}
.brand-detail-header .brand-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.brand-detail-header .title {
  font-size: 40px;
  color: #5669af;
  font-weight: 500;
}
.brand-detail-column-list .item .image,
.brand-detail-column-list .item .text {
  height: 650px;
}
.brand-detail-column-list .item .col-md-12 {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.brand-detail-column-list .item .image {
  position: relative;
  transition: all 0.33s;
  transform: scale(1);
  background-size: cover;
  background-position: center;
}
.brand-detail-column-list .item .image:hover {
  transform: scale(1.03);
}
.brand-detail-column-list .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-detail-column-list .item .text .sub-title {
  display: block;
  font-size: 19px;
  font-weight: 400;
}
.brand-detail-column-list .item .text .title {
  font-size: 26px;
  font-weight: 500;
  color: #5669af;
  margin-bottom: 10px;
}
.brand-detail-column-list .item .text p {
  margin-bottom: 0;
  font-size: 18px;
}
.brand-detail-column-list .item .text .box {
  max-width: 486px;
}
.brand-specifications {
  background-color: #fbfbfb;
  padding-top: 120px;
  padding-bottom: 120px;
}
.brand-specifications .box {
  position: relative;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
.brand-specifications .box .title {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  color: #5669af;
}
.brand-specifications .box img {
  position: absolute;
  z-index: 2;
}
.brand-specifications .box img:nth-of-type(1) {
  top: 0;
  left: 60px;
}
.brand-specifications .box img:nth-of-type(2) {
  top: 30px;
  right: 60px;
}
.brand-specifications .box img:nth-of-type(3) {
  top: 40%;
}
.brand-specifications .box img:nth-of-type(4) {
  top: 45%;
  right: 0;
}
.brand-specifications .box img:nth-of-type(5) {
  left: 60px;
  bottom: 0;
}
.brand-specifications .box img:nth-of-type(6) {
  right: 60px;
  bottom: 30px;
}
.brand-specifications .box .specifications-list {
  max-width: 537px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.brand-specifications .box .specifications-list .list-item {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #EEEEEE;
}
.brand-specifications .box .specifications-list .list-item:nth-last-of-type(1) {
  border-bottom: none;
}
.brand-specifications-download {
  background-color: #fbfbfb;
}
.brand-specifications-download .download-item {
  background-color: #5669af;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  border-top-right-radius: 75px;
  border-top-left-radius: 75px;
}
.brand-specifications-download .download-item span {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  margin-right: 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.brand-specifications-download .download-item a {
  min-width: 160px;
  margin-bottom: 10px;
  font-weight: 400;
}
.videowall h1.title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}
.videowall h2.sub-title {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  color: #5669af;
}
.videowall .nav {
  justify-content: center;
  border-bottom: 1px solid rgba(20, 23, 41, 0.16);
  margin-bottom: 30px;
}
.videowall .nav .nav-item {
  display: inline-block;
  padding-left: 0;
}
.videowall .nav .nav-item::before {
  display: none;
}
.videowall .nav .nav-item .nav-link {
  border: none;
  background-color: transparent;
  font-size: 19px;
  font-weight: 400;
  color: #141729;
  opacity: 0.25;
  transition: opacity 0.33s;
  padding: 15px 15px 30px 15px;
  position: relative;
}
.videowall .nav .nav-item .nav-link::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #5669af;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.33s;
}
.videowall .nav .nav-item .nav-link.active,
.videowall .nav .nav-item .nav-link:hover {
  color: #404E9C;
  opacity: 1;
}
.videowall .nav .nav-item .nav-link.active::after,
.videowall .nav .nav-item .nav-link:hover::after {
  opacity: 1;
}
.videowall .videowall-list li {
  display: block;
  padding-left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 3px 0;
  border-bottom: 1px solid rgba(20, 23, 41, 0.1);
}
.videowall .videowall-list li.title {
  font-weight: 400;
  font-size: 18px;
  color: #5669af;
  background-color: rgba(86, 105, 175, 0.12);
  border-bottom: none;
}
.videowall .videowall-list li::before {
  display: none;
}
.videowall .image {
  text-align: center;
}
.videowall h3 {
  font-size: 19px;
  font-weight: 400;
  color: #5669af;
}
.videowall p {
  font-size: 18px;
  font-weight: 300;
}
.software {
  padding-bottom: 10px;
}
.software h1.title {
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
}
.software h1.title::after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  background-color: #5669af;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}
.software h2.sub-title {
  font-size: 19px;
  font-weight: 500;
}
.software .chanel-list .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(20, 23, 41, 0.05);
}
.software .chanel-list .item i {
  display: block;
  flex: 1;
  font-size: 10px;
}
.software .chanel-list .item .number {
  display: block;
  flex: 1;
  font-size: 18px;
}
.software .chanel-list .item a {
  flex: 2;
  margin-bottom: 0;
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  padding: 6px 15px;
  background-color: #5669af;
  border-radius: 25px;
  text-align: center;
  margin-right: 100px;
  max-width: 100px;
  transition: background-color 0.33s;
}
.software .chanel-list .item a:hover {
  background-color: rgba(86, 105, 175, 0.9);
}
.software .chanel-list .item strong {
  flex: 4;
  font-size: 18px;
  font-weight: 500;
}
.software .chanel-list .item .date {
  display: block;
  flex: 1;
  font-size: 18px;
}
.software h3.video-title {
  font-size: 19px;
  font-weight: 500;
  padding-top: 80px;
}
.video-bg {
  background-size: cover;
  background-position: center center;
  height: 655px;
  position: relative;
}
.video-bg a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 655px;
  color: #FFFFFF;
  font-size: 160px;
  background-color: rgba(20, 23, 41, 0.58);
  transition: center 0.33s;
}
.video-bg a:hover {
  color: #28B484;
}
.customer-support h1.title {
  font-size: 25px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
}
.customer-support h1.title::after {
  content: "";
  display: block;
  height: 2px;
  width: 56px;
  background-color: #5669af;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}
.customer-support p.description {
  font-size: 17px;
  margin-bottom: 45px;
  text-align: center;
}
.x-form .form-group label {
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.x-form .form-group label.required::after {
  content: "*";
  font-size: 18px;
  display: inline-block;
  color: #FF0000;
  position: absolute;
  right: -10px;
}
.x-form .form-group .form-control {
  font-size: 18px;
  border-radius: 35px;
  background-color: #FFFFFF;
  border-color: transparent;
  transition: border-color 0.33s;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  box-shadow: none;
}
.x-form .form-group select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.33s;
  color: #FFFFFF;
  background-color: #5669af;
  text-align: center;
  border: none;
  outline: none;
}
.x-form .form-group.success input,
.x-form .form-group.success select,
.x-form .form-group.success textarea {
  border: 1px solid transparent!important;
  border-color: #28B484 !important;
}
.x-form .form-group.danger {
  position: relative;
}
.x-form .form-group.danger input,
.x-form .form-group.danger select,
.x-form .form-group.danger textarea {
  border: 1px solid transparent!important;
  border-color: #FF0000 !important;
}
.x-form .form-group.danger::before {
  content: "\f06a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FF0000;
  position: absolute;
  left: 25px;
  top: 40px;
}
.x-form .form-group.select {
  position: relative;
}
.x-form .form-group.select::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  right: 30px;
  top: 40px;
}
.x-form .form-group.x-checkbox-item.danger::before {
  display: none;
}
.x-form .form-group.x-checkbox-item.danger .x-checkbox span.checkbox-icon {
  border-color: #FF0000 !important;
}
.x-form .form-group.x-checkbox-item.success::before {
  display: none;
}
.x-form .form-group.x-checkbox-item.success .x-checkbox span.checkbox-icon {
  border-color: #28B484 !important;
}
.x-form .x-file-input {
  position: relative;
}
.x-form .x-file-input .file-icon {
  color: #28B484;
  font-size: 21px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.x-form .x-file-input .file-name {
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
  left: 45px;
  border: 2px solid #EEEEEE;
  padding: 3px 10px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.x-form .x-file-input .file-delete {
  color: #141729;
  font-size: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.x-form .x-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.x-form .x-checkbox span.checkbox-icon {
  border-radius: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-color: #5669af;
  position: relative;
}
.x-form .x-checkbox span.checkbox-icon::before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5669af;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.33s;
}
.x-form .x-checkbox.active span.checkbox-icon::before {
  opacity: 1;
}
.x-form p {
  display: inline-block;
  font-size: 18px;
}
.x-form p a {
  font-weight: 700;
  font-size: 18px;
  color: #5669af;
}
.x-form button {
  border: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #FFFFFF !important;
  padding: 10px 25px;
  transition: background-color 0.33s;
  background-color: #28B484;
  border-radius: 20px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 25px;
}
.x-form button i {
  color: #FFFFFF;
  position: relative;
  margin-left: 10px;
  transition: all 0.33s;
}
.x-form button:hover {
  background-color: #039c67;
}
.x-form button:hover i {
  margin-left: 20px;
}
.x-form button:nth-of-type(1) {
  margin-right: 15px;
  background-color: rgba(20, 23, 41, 0.2);
}
.x-form button:nth-of-type(1):hover {
  background-color: rgba(20, 23, 41, 0.6);
}
.modal-title {
  font-weight: 700;
  font-size: 25px;
  color: #5669af;
}
.modal-body h2,
.modal-body h3,
.modal-body h4 {
  color: #5669af;
}
.modal-body h2 {
  font-size: 19px;
}
.modal-body h3,
.modal-body h4 {
  font-size: 17px;
}
.modal-body p {
  font-size: 18px;
  font-weight: 300;
}
.contact #map {
  width: 100%;
  height: 650px;
}
.contact .section-one {
  background-color: #5669af;
  padding-top: 70px;
  padding-bottom: 40px;
}
.contact .section-one h2.title {
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
}
.contact .section-one .contact-info-item {
  display: flex;
  justify-content: start;
  margin-bottom: 30px;
}
.contact .section-one .contact-info-item i.fa {
  margin-right: 30px;
  color: #FFFFFF;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.contact .section-one .contact-info-item .content .sub-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.contact .section-one .contact-info-item .content p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 21px;
  max-width: 360px;
}
.contact .section-one .contact-info-item .content a {
  margin-bottom: 0;
  display: block;
  color: #FFFFFF;
  font-size: 21px;
}
.contact .section-one .contact-info-item.social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
}
.contact .section-one .contact-info-item.social-links a:nth-last-of-type(1) {
  margin-right: 0;
}
.contact .section-two {
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}
.contact .section-two h3.title {
  font-size: 19px;
  font-weight: 300;
  color: #5669af;
  text-align: center;
  margin-bottom: 2rem;
}
.contact .section-two p {
  color: rgba(20, 23, 41, 0.31);
  font-size: 19px;
  font-weight: 30;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.contact .section-two a {
  background-color: #28B484;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 30px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.33s;
  cursor: pointer;
  margin-bottom: 0;
}
.contact .section-two a:hover {
  background-color: #039c67;
}
.contact .section-two a:hover img {
  margin-right: 20px;
}
.contact .section-two a img {
  margin-right: 10px;
  transition: margin-right 0.33s;
}
.contact .section-two a span {
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  color: #FFFFFF;
}
.service-locations h1.title {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
.service-locations h2.sub-title {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  color: #5669af;
}
.service-locations #map-locations {
  height: 1000px;
  width: 100%;
}
.service-locations-sidebar {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 1000px;
}
.service-locations-sidebar .service-locations-sidebar-header {
  padding: 15px;
  border-bottom: 1px solid rgba(20, 23, 41, 0.16);
}
.service-locations-sidebar .service-locations-sidebar-header .select-item {
  position: relative;
}
.service-locations-sidebar .service-locations-sidebar-header .select-item i {
  position: absolute;
  right: 15px;
  color: #FFFFFF;
  font-size: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.service-locations-sidebar .service-locations-sidebar-header .select-item select {
  appearance: none;
  border: none;
  outline: none;
  padding: 11px 25px 11px 15px;
  background-color: #5669af;
  display: block;
  min-width: 100%;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 9px;
}
.service-locations-sidebar .service-location-list {
  padding: 45px 0;
  height: 100%;
}
.service-locations-sidebar .service-location-list .list-items {
  display: none;
  position: relative;
  height: calc(100% - 130.5px);
  overflow-y: scroll;
  padding: 0 20px;
}
.service-locations-sidebar .service-location-list .list-items:nth-of-type(1) {
  display: block;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 23, 41, 0.16);
  padding: 5px 0;
  cursor: pointer;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-header .title {
  font-size: 17px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-header i {
  color: #5669af;
  font-size: 17px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-header i.fa-minus-square-o {
  display: none;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content {
  height: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: height 0.33s;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li i {
  color: #5669af;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 17px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li span {
  font-size: 18px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li a {
  font-size: 18px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li::before {
  display: none;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-left: 0;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li:nth-last-of-type(1) i {
  position: initial;
  left: initial;
  top: initial;
  padding-right: 10px;
  font-size: 17px;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li:nth-last-of-type(1) span {
  color: #5669af;
}
.service-locations-sidebar .service-location-list .list-items .list-item .list-content ul li:nth-last-of-type(1) a {
  display: block;
  text-align: center;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-header {
  border-bottom: 1px solid #141729;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-header .title {
  color: #5669af;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-header i {
  color: #5669af;
  font-size: 17px;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-header i.fa-minus-square-o {
  display: initial;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-header i.fa-plus-square-o {
  display: none;
}
.service-locations-sidebar .service-location-list .list-items .list-item.active .list-content {
  height: 153px;
  transition: height 0.33s;
}
.gm-style .gm-style-iw-c {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none;
  overflow: initial !important;
}
.gm-style .gm-style-iw-c button {
  border: none!important;
  background-color: #5669af !important;
  border-radius: 50%;
}
.gm-style .gm-style-iw-c button::after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
.gm-style .gm-style-iw-c button img {
  display: none!important;
}
.gm-style .gm-style-iw-d {
  overflow: initial!important;
}
.gm-style .gm-style-iw-d .map-item .map-item-header {
  display: flex;
  min-width: 290px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 15px 14px 45px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.gm-style .gm-style-iw-d .map-item .map-item-header::before {
  content: "";
  background: #5669af url(../images/icons/map-pin.svg) no-repeat center center;
  width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -23.5px;
  left: -23.5px;
}
.gm-style .gm-style-iw-d .map-item .map-item-header h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 400;
  color: #5669af;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gm-style .gm-style-iw-d .map-item .map-item-content {
  margin-top: 10px;
  display: block;
  min-width: 290px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.gm-style .gm-style-iw-d .map-item .map-item-content div {
  position: relative;
  margin-bottom: 10px;
}
.gm-style .gm-style-iw-d .map-item .map-item-content div:nth-last-of-type(1) {
  margin-bottom: 0;
}
.gm-style .gm-style-iw-d .map-item .map-item-content div i {
  font-size: 15px;
  color: #5669af;
  position: absolute;
  left: 0;
  top: 2px;
}
.gm-style .gm-style-iw-d .map-item .map-item-content div p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  word-break: break-word;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.hotel-tv .item {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotel-tv .item img {
  width: auto;
  height: auto;
  max-height: 600px;
}
.hotel-tv-thumb {
  max-width: 860px;
  margin: 90px auto 0 auto;
}
.hotel-tv-thumb .owl-carousel {
  padding-left: 75px;
  padding-right: 75px;
}
.hotel-tv-thumb .owl-carousel .owl-item {
  background-color: #fbfbfb;
  padding: 10px;
  height: 180px;
  box-sizing: border-box;
}
.hotel-tv-thumb .owl-carousel .owl-item.thumb-active .item {
  border-color: #28B484;
}
.hotel-tv-thumb .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
}
.hotel-tv-thumb .owl-carousel .owl-nav button:nth-child(1) {
  left: 0;
}
.hotel-tv-thumb .owl-carousel .owl-nav button:nth-last-child(1) {
  right: 0;
}
.hotel-tv-thumb .owl-carousel .owl-nav button span {
  font-size: 38px;
}
.hotel-tv-thumb .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
}
.hotel-tv-thumb .item img {
  width: auto;
  height: auto;
  max-height: 150px;
}
.search-form-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #5294D0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search-form-popup.active {
  display: flex;
}
.search-form-popup .search-form-close {
  color: #236092;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 19px;
}
.search-form-popup img {
  max-width: 160px;
  margin-bottom: 100px;
}
.search-form-popup .form-group {
  position: relative;
  margin-bottom: 100px;
  width: 300px;
}
.search-form-popup .form-group .select2-container {
  display: block;
  width: 100%!important;
}
.search-form-popup .form-group .select2-container .select2-selection--single {
  height: 45px;
  width: 100%;
  border: none;
  border-radius: 30px;
  padding-left: 15px;
  outline: none;
  display: flex;
  align-items: center;
}
.search-form-popup .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: initial;
  padding: 0;
  display: flex;
  align-items: center;
}
.search-form-popup .form-group .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.search-form-popup .form-group button {
  height: 45px;
  border-radius: 30px;
  background-color: #28B484;
  border: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-form-popup .form-group button i {
  color: #FFFFFF;
  margin-left: 5px;
}
.search-form-popup .go-home {
  border-radius: 30px;
  height: 45px;
  background-color: #EDB808;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.search-form-popup .go-home:hover {
  background-color: #f3bb02;
}
.search-form-popup .go-home i {
  color: #FFFFFF;
  margin-left: 7px;
}
.select2-dropdown {
  border: none;
  border-radius: 15px!important;
  padding-top: 15px;
  padding-bottom: 15px;
  top: -46px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option {
  font-size: 17px;
  font-weight: 500;
}
.select2-search--dropdown {
  margin-bottom: 15px;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 15px;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
}
.corporate-identity .corporate-identity-item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate-identity .corporate-identity-item .btn-list {
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.corporate-identity .corporate-identity-item .btn-list a {
  font-size: 28px;
  color: #5669af;
}
.corporate-identity .corporate-identity-item .btn-list ul {
  display: flex;
  align-items: center;
  padding-right: 45px;
  margin: 0;
}
.corporate-identity .corporate-identity-item .btn-list ul li {
  display: inline-block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 25px;
  font-weight: 500;
}
.corporate-identity .corporate-identity-item .btn-list ul li::before {
  height: 30px;
  width: 1px;
  background-color: #D6D6D6;
  top: 50%;
  margin-top: -15px;
  left: initial;
  right: -15px;
}
.corporate-identity .corporate-identity-item .btn-list ul li:last-of-type::before {
  display: none;
}
.item-lists .item {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.item-lists .item .img {
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 64px;
  position: relative;
}
.item-lists .item .img::after {
  content: '';
  width: 1px;
  height: 64px;
  position: absolute;
  background-color: #F2F2F3;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.item-lists .item h4 {
  font-size: 19px;
}
.item-lists .item p:last-of-type {
  margin-bottom: 0;
}
.faq-btn-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.faq-btn-lists button {
  height: 50px;
  border: none;
  background: #FFFFFF;
  font-size: 19px;
  font-weight: 500;
  padding: 0 15px;
  margin-bottom: 15px;
  border-radius: 7px;
  margin-right: 15px;
  transition: 0.33s ease-in-out;
}
.faq-btn-lists button:hover,
.faq-btn-lists button.active {
  background-color: #5669af;
  color: #FFFFFF;
}
.faq-btn-lists button:last-of-type(1) {
  margin-right: 0;
}
.faq-lists .faq-container {
  display: none;
}
.faq-lists .faq-container.active {
  display: block;
}
.faq-lists .item {
  margin-bottom: 15px;
}
.faq-lists .item .title {
  height: 85px;
  background-color: #FFFFFF;
  padding: 10px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 16px;
  cursor: pointer;
}
.faq-lists .item .title i {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5669af;
  color: #FFFFFF;
}
.faq-lists .item .title i[class*="down"] {
  display: none;
}
.faq-lists .item .title h4 {
  font-size: 19px;
  margin: 0 0 0 30px;
  padding: 0;
}
.faq-lists .item .content {
  padding: 30px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top: 1px solid rgba(45, 27, 79, 0.08);
  display: none;
}
.faq-lists .item.active .title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-lists .item.active .title i[class*="down"] {
  display: flex;
}
.faq-lists .item.active .title i[class*="right"] {
  display: none;
}
.faq-lists .item.active .content {
  display: block;
}
@media (max-width: 1599px) {
  .ceo-message img {
    max-width: 515px;
  }
  .ceo-message .text-box {
    padding: 45px 30px;
    max-width: 500px;
    right: -50px;
  }
}
@media (max-width: 1440px) {
  #main-slide .item .container .text-box {
    margin-top: 100px;
  }
  #main-slide .item .container .text-box h1 {
    font-size: 25px;
  }
  #main-slide .item .container .text-box h2 {
    font-size: 58px;
  }
  #main-slide .item .container .text-box h2 span {
    font-size: 58px;
  }
  #main-slide .owl-theme .owl-dots {
    display: flex;
    flex-direction: column;
    width: 25px;
    position: absolute;
    right: 30px;
    top: 300px;
    margin-top: 0;
    z-index: 1;
  }
  #main-slide .owl-theme .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
  }
  #main-slide .owl-theme .owl-dots .owl-dot span {
    background: rgba(20, 23, 41, 0.18);
    transition: 0.33s;
  }
  #main-slide .owl-theme .owl-dots .owl-dot.active span {
    background: #5669af;
  }
  .brands {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-list .item .item-box .image {
    padding: 15px;
  }
  .product-list .item .item-box .content {
    padding: 15px;
  }
  .ceo-message .text-box .signature img {
    display: none;
  }
}
@media (max-width: 1439px) {
  .brand-detail-column-list .item .image,
  .brand-detail-column-list .item .text {
    height: 500px;
  }
}
@media (max-width: 1279px) {
  .brand-detail-column-list .item .image,
  .brand-detail-column-list .item .text {
    height: 430px;
  }
}
@media (max-width: 1280px) {
  .brand-detail-header {
    padding-left: 100px;
    padding-right: 100px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(1) {
    left: 100px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(2) {
    right: 100px;
  }
  .hotel-tv-thumb .owl-carousel .owl-nav button:nth-child(1) {
    left: 0;
  }
  .hotel-tv-thumb .owl-carousel .owl-nav button:nth-last-child(1) {
    right: 0;
  }
}
@media (max-width: 1239px) {
  .ceo-message img {
    max-width: 450px;
  }
  .ceo-message .text-box {
    padding: 45px 30px;
    max-width: 500px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  #header-menu {
    display: none;
  }
  #header-mobile-menu {
    display: block;
  }
  .ceo-message div._image {
    text-align: center;
  }
  .ceo-message div._image img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .ceo-message .text-box {
    position: initial;
    margin-top: 45px;
    max-width: 100%;
    right: initial;
  }
  .brand-detail-column-list .item .image,
  .brand-detail-column-list .item .text {
    height: 400px;
  }
  .info-list .list .item {
    max-width: 33.333333%;
    flex: 0 0 33.3333333%;
  }
  .corporate-identity .corporate-identity-item {
    flex-direction: column;
    padding: 25px 15px;
  }
  .corporate-identity .corporate-identity-item .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  #main-slide .item .container .text-box {
    margin-top: 60px;
    padding-right: 60px;
  }
  #main-slide .item .container .text-box h1 {
    font-size: 25px;
    font-weight: 500;
  }
  #main-slide .item .container .text-box h2 {
    font-size: 38px;
    font-weight: 500;
  }
  #main-slide .item .container .text-box h2 span {
    font-size: 38px;
  }
  #main-slide .owl-theme .owl-dots {
    top: 50%;
    transform: translateY(-50%);
  }
  .in-page-header .page-header {
    height: 300px;
  }
  .brand-detail-column-list .item .image,
  .brand-detail-column-list .item .text {
    height: 350px;
  }
}
@media (max-width: 991px) {
  #main-slide .item img {
    height: auto;
  }
  footer .top .social-links {
    margin-bottom: 45px;
  }
  .sidebar {
    margin-bottom: 45px;
  }
  .brand-detail-header {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .brand-detail-header .left-block {
    padding-right: 15px;
  }
  .brand-detail-header .left-block::after {
    display: none;
  }
  .brand-detail-header .right-block {
    padding-left: 15px;
  }
  .brand-detail-header .breadcrumb {
    display: block;
  }
  .brand-detail-header .title {
    margin-bottom: 1rem;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(1) {
    left: 30px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(2) {
    right: 30px;
  }
  .brand-detail-column-list .item:nth-child(even) {
    flex-wrap: wrap-reverse;
  }
  .service-locations-sidebar {
    height: 400px;
  }
  .service-locations #map-locations {
    height: 400px;
  }
  .brand-detail-column-list .item .image {
    height: 650px;
  }
  .brand-detail-column-list .item .text {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #main-slide .item .container {
    justify-content: center;
  }
  #main-slide .item .container .text-box {
    margin-top: 15px;
    padding-right: 0;
    display: block;
  }
  #main-slide .item .container .text-box h1 {
    font-size: 19px;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  #main-slide .item .container .text-box h2 {
    font-size: 25px;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  #main-slide .item .container .text-box h2 span {
    font-size: 25px;
    display: inline-block;
    text-align: left;
    margin-left: 5px;
  }
  #main-slide .item img {
    display: none;
  }
  #main-slide .item img:nth-child(2) {
    display: block;
  }
  #main-slide .owl-theme .owl-dots {
    top: initial;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    bottom: 15px;
  }
  .info-list .list .item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  #home-category-box .item.v2 {
    min-height: 450px;
  }
  #home-category-box .item.v2 div.col-sm-12:nth-of-type(1) {
    display: none;
  }
  #home-category-box .item.v2 div.col-sm-12:nth-child(2) {
    align-items: flex-end;
  }
  #home-category-box .item.v2 a {
    margin-top: 15px;
  }
  #home-category-box .item.v2 .mobile-img {
    display: block;
  }
  footer .top {
    text-align: center;
  }
  footer .top .social-links {
    margin-bottom: 30px;
  }
  footer .top .f-menu ul {
    margin-bottom: 30px;
  }
  footer .bottom {
    flex-direction: column;
    border-top: 1px solid #EEEEEE;
  }
  footer .bottom p {
    margin-bottom: 5px;
  }
  .filter-sidebar {
    display: none;
  }
  .filter-order {
    display: none;
  }
  .filter-mobile {
    display: block;
  }
  .filter-mobile .filter-sidebar {
    display: block;
  }
  .filter-mobile .filter-order {
    display: block;
  }
  .brands {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand-detail-header {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button {
    width: 50px;
    height: 50px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button i {
    font-size: 30px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(1) {
    left: 30px;
  }
  .brand-detail-page-header .brand-detail-slide .owl-nav button:nth-of-type(2) {
    right: 30px;
  }
  .brand-specifications .box img {
    display: none;
  }
  .brand-detail-column-list .item .text {
    height: auto;
    min-height: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .software .chanel-list .item i {
    display: none;
  }
  .software .chanel-list .item .number {
    display: none;
  }
  .software .chanel-list .item .date {
    display: none;
  }
  .software .chanel-list .item a {
    flex: 1;
    margin-right: 30px;
  }
  .software .chanel-list .item strong {
    flex: 2;
  }
  .video-bg a {
    line-height: initial;
  }
  .video-bg a:before {
    position: absolute;
    font-size: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .in-page-header .page-header {
    height: 220px;
  }
  .gm-style .gm-style-iw-d .map-item .map-item-header {
    min-width: initial;
    width: 100%;
  }
  .gm-style .gm-style-iw-d .map-item .map-item-content {
    width: 100%;
    min-width: initial;
  }
  .hotel-tv .item {
    height: 450px;
  }
  .hotel-tv .item img {
    max-height: 450px;
  }
}
@media (max-width: 600px) {
  .info-list .list .item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-specifications-download .download-item span {
    display: block;
    margin-right: 0;
  }
  .corporate-identity .corporate-identity-item .btn-list {
    flex-direction: column;
    padding-right: 0;
  }
  .corporate-identity .corporate-identity-item .btn-list ul {
    justify-content: center;
    padding-right: 0;
  }
  .corporate-identity .corporate-identity-item .btn-list a {
    margin-top: 15px;
  }
  #header-mobile-menu .btn-blue,
  #header-mobile-menu .btn-green {
    display: none;
  }
  #header-mobile-menu .header-mobile-menu .btn-blue,
  #header-mobile-menu .header-mobile-menu .btn-green {
    display: inline-flex;
  }
}
/*# sourceMappingURL=style.css.map */