body {
  min-width: 500px;
}

.partner-container .partner-row .partner-col-md-22 {
  width: 0;
}

.page-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  padding: 40px 0;
}

.page-banner .partner-col-md-22 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner .newegg-video {
  /* width: 498px;
  height: 282px; */
}

.page-banner .newegg-video .video-js .vjs-play-progress:before,
.page-banner .newegg-video .vjs-slider-horizontal .vjs-volume-level:before {
  top: -4px;
}

.page-banner .newegg-video video {
  /* border: 4px solid transparent; */
  width: 100%;
}

.page-banner .partner-col-md-22>* {
  margin: 0 30px;
}

.page-banner .welcome {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.page-banner .desc {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  width: 458px;
}

.whatsnews {
  font-size: 14px;
  height: 54px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.whatsnews .title {
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
}

.whatsnews .message {
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.whatsnews .message:hover {
  text-decoration: underline;
}

.products-container {
  padding: 30px 0 20px 0;
  min-height: calc(100vh - 225px);
}

.products-container .find-services {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  flex-wrap: wrap;
  line-height: 43px;
}

.products-container .find-services .title {
  font-size: 32px;
  flex: 1;
  white-space: nowrap;
}

.products-container .find-services .share-feedback-btns {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
}

.products-container .find-services .share-feedback-btns .btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 8px;
  font-weight: bold;
  line-height: 35px;
}

.products-container .find-services .share-feedback-btns .btn span {
  margin-left: 5px;
}

.products-container .find-services .share-feedback-btns .btn.share {
  position: relative;
}

.products-container .find-services .share-feedback-btns .btn.share:hover .share-dropdown {
  display: block;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 0;
  z-index: 1;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item {
  display: flex;
  align-items: center;
  height: 44px;
  line-height: 24px;
  padding: 10px 25px;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: initial;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item i.fab {
  font-size: 24px;
  margin-right: 8px;
}

.products-container .search-panel {
  margin-top: 20px;
  padding: 13px 20px 15px 20px;
}

.products-container .search-panel .operation-zone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-container .search-panel .search-input {
  flex: 1;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.products-container .search-panel .search-input .search-icon {
  position: absolute;
  top: 5px;
  left: 14px;
}

.products-container .search-panel .search-input input {
  width: 382px;
  font-size: 16px;
  padding: 6px 10px 6px 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.products-container .search-panel .search-input button {
  height: 32px;
  width: 48px;
  text-align: center;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.products-container .search-panel .sort-btn {
  position: relative;
  border-radius: 4px;
  width: 170px;
  margin-right: 20px;
  height: 32px;
  padding: 0 4px;
  box-sizing: border-box;
  cursor: default;
}

.products-container .search-panel .sort-btn:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.products-container .search-panel .sort-btn:hover .sort-options {
  display: block;
}

.products-container .search-panel .sort-btn .sort-option {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
}

.products-container .search-panel .sort-btn .sort-option svg {
  margin-right: 4px;
}

.products-container .search-panel .sort-btn .sort-option .sort-msg {
  font-size: 13px;
}

.products-container .search-panel .sort-btn .sort-options {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 4px;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.products-container .search-panel .sort-btn .sort-options .sort-option {
  border-radius: 2px;
}

.products-container .search-panel .view-type-selector {
  /* display: none !important; */
  justify-content: flex-end;
}

.products-container .search-panel .view-type-selector .type-btn {
  width: 52px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-container .search-panel .view-type-selector .type-btn:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.products-container .search-panel .view-type-selector .type-btn:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-item {
  height: 405px;
  padding: 35px 35px 15px 35px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(25, 0, 0, .1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.service-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}

.products+.service-title {
  margin-top: 40px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-top: 5px;
}

.products .product {
  position: relative;
  width: calc(25% - 24px);
  height: 455px;
  margin: 12px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.products .product .product-pin {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 2px;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.products .product.pined .product-pin::after {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 13px;
  background: #ffffff;
  left: 5px;
  transform: rotate(45deg);
}

.products .product.pined .product-pin,
.products .product:hover .product-pin {
  display: block;
}

.products .product:hover .product-pin:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.products .product .product-img {
  height: 168px;
  width: 100%;
  background-color: darkgray;
  background-image: url(/resources/logos/default-product-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.products .product .product-logo {
  width: 96px;
  height: 96px;
  margin-top: -48px;
}

.products .product .basic-info {
  flex: 1;
  height: 0;
  width: 100%;
  padding: 15px 20px 25px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.products .product .basic-info .product-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.products .product .basic-info .product-desc {
  flex: 1;
  font-size: 13px;
  margin: 5px 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products .product .basic-info .product-links {
  display: flex;
  flex-direction: column;
  height: 61px;
}

.products .product .basic-info .product-links .view-btn {
  font-size: 14px;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.products .product .basic-info .product-links .view-btn i.fas {
  font-size: 12px;
  margin-left: 4px;
}

.products .product .basic-info .product-links .view-btn+.links {
  margin-top: 10px;
  display: block;
}

.products .product .basic-info .product-links .links {
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.products .product .basic-info .product-links .coming-soon {
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}

.products+.no-application-tip {
  display: none;
  font-size: 14px;
  padding: 45px 0 0 0;
  text-align: center;
}

.products+.no-application-tip .message {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.footer {
  padding: 30px 0 15px 0;
  font-size: 13px;
}

.footer .link-zones {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.footer .link-zones .zone {
  flex: 1;
  width: 190px;
  margin: 0 4px;
}

.footer .link-zones .zone.share {
  flex: initial;
  width: auto;
}

.footer .link-zones .zone .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .link-zones .zone a {
  display: block;
  margin-top: 8px;
}

.footer a {
  text-decoration: none;
  white-space: nowrap;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .link-zones .zone a.register-btn {
  display: block;
  width: 234px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}

html[lang="en"] .footer .link-zones .zone a.register-btn {
  font-size: 12px !important;
}

.footer .link-zones .zone.share .share-icons {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
}

.footer .link-zones .zone.share .share-icons a {
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
}

.footer .divider {
  height: 1px;
  margin: 39px 0 15px 0;
}

.footer .recommended-sites {
  flex: 1;
  display: flex;
  align-items: center;
}

.footer .recommended-sites a.link:last-of-type+.h-divider {
  display: none;
}

.footer .terms-zone {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.footer .terms-zone .h-divider {
  height: 10px;
  width: 1px;
  margin: 0 10px;
}

.footer .terms-zone .copyright {
  font-size: 10px;
  margin-left: 20px;
  white-space: nowrap;
}

/** Responsive Begin **/
@media (max-width: 725px) {
  .page-banner .welcome {
    text-align: center;
  }
}

@media (min-width: 1650px) {
  .partner-container .partner-row .partner-col-md-1 {
    flex: 1;
    max-width: initial;
  }

  .partner-container .partner-row .partner-col-md-22 {
    max-width: 1650px;
  }
}

@media (min-width: 1600px) {
  .products .product {
    width: calc(20% - 24px);
  }
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .products .product {
    width: calc(20% - 24px);
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .products .product {
    width: calc(25% - 24px);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .products .product {
    width: calc(33.3333333333% - 24px);
  }
}

@media (max-width: 1100px) {
  .page-banner .partner-col-md-22 {
    flex-wrap: wrap;
  }

  .page-banner .partner-col-md-22 video {
    width: 458px;
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .products .product {
    width: calc(50% - 24px);
  }
}

@media (max-width: 550px) {
  .products .product {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .products-container .search-panel .view-type-selector {
    display: flex;
  }

  .products[data-view="list"] .product {
    width: 100%;
    flex-direction: row;
    height: 160px;
  }

  .products[data-view="list"] .product .product-img {
    width: 300px;
    height: 160px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .products[data-view="list"] .product .product-logo {
    margin-top: initial;
    margin-left: -48px;
  }

  .products[data-view="list"] .product .basic-info {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 40px 0 0;
  }

  .products[data-view="list"] .product .basic-info .product-name {
    position: absolute;
    top: 40px;
    left: 40px;
  }

  .products[data-view="list"] .product .basic-info .product-desc {
    padding: 0 100px 0 40px;
    text-align: left;
    margin-top: 40px;
  }

  .products[data-view="list"] .product .basic-info .product-links {
    width: 237px;
    text-align: right;
  }

  .products[data-view="list"] .product .basic-info .product-links .links {
    align-items: initial;
    justify-content: flex-end;
  }
}

@media(max-width: 848px) {
  .products-container .search-panel .operation-zone {
    flex-direction: column;
  }

  .products-container .search-panel .search-input,
  .products-container .search-panel .search-input input {
    width: 100%;
  }

  .products-container .search-panel .sort-btn,
  .products-container .search-panel .view-type-selector {
    margin-top: 18px;
    align-self: flex-start;
  }

  .footer .link-zones,
  .footer .terms-zone,
  .footer .terms-zone .recommended-sites {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .link-zones .zone:not(:first-of-type) {
    width: 100%;
    margin-top: 39px;
    padding-top: 10px;
    border-top: 1px solid #696969;
  }

  .footer .link-zones .zone.share .share-icons {
    margin: 0 -4px;
    justify-content: initial;
  }

  .footer .link-zones .zone.share .share-icons a {
    margin: 0 4px;
  }

  .footer .terms-zone .h-divider {
    display: none;
  }

  .footer .terms-zone a {
    margin-bottom: 8px;
  }

  .footer .terms-zone .copyright {
    margin-left: 0;
  }
}

@media (max-width: 605px) {
  .products-container .find-services .title {
    word-wrap: break-word;
    white-space: normal;
  }

  .products-container .find-services .share-feedback-btns {
    width: 100%;
  }
}

/** Responsive End **/


/** Color Normal Begin **/
.page-banner {
  color: #ffffff;
  background-color: #f4f5f7;
}

.page-banner .newegg-video video-js {
  border-color: #ffffff;
}

.whatsnews-container {
  background: #f4f5f7;
}

.whatsnews-container .whatsnews svg path {
  fill: #707070;
}

.whatsnews-container .whatsnews .message {
  color: inherit;
}

.products-container .search-panel {
  background-color: #f4f5f7;
}

.products-container .search-panel .search-input .search-icon {
  color: #696969;
}

.products-container .search-panel .search-input input {
  color: #696969;
  background-color: #ffffff;
  border-color: #d9d9d9;
}

.products-container .search-panel .search-input input::placeholder {
  color: #A8A8A8;
  opacity: 0.8;
}

.products-container .search-panel .search-input button {
  border-color: #384966;
  background-color: #6077a2;
  color: #ffffff;
}

.products-container .search-panel .search-input button:hover {
  background-color: #384966;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown {
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item {
  color: inherit;
  text-decoration: none;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item .fa-twitter {
  color: #00acee;
}

.products-container .find-services .share-feedback-btns .btn.share .share-dropdown .share-item .fa-pinterest {
  color: #c8232c;
}

.products-container .search-panel .sort-btn {
  background-color: #ffffff;
}

.products-container .search-panel .sort-btn .sort-option svg path {
  fill: #a8a8a8;
}

.products-container .search-panel .sort-btn .sort-options {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 45, 106, 0.20);
  cursor: default;
}

.products-container .search-panel .sort-btn .sort-options .sort-option:hover {
  background-color: #bfd3ef;
  color: #002D6A;
  font-weight: bold;
}

.products-container .search-panel .sort-btn .sort-options .sort-option:hover svg path {
  fill: #002d6a;
}

.products-container .search-panel .view-type-selector .type-btn {
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
}

.products-container .search-panel .view-type-selector .type-btn i {
  margin-top: 1px;
}

.products-container .search-panel .view-type-selector .type-btn:hover,
.products-container .search-panel .view-type-selector .type-btn.active {
  background-color: #707070;
  border-color: #707070;
  color: #ffffff;
}

.service-title {
  color: #00283A;
}

.products .product {
  background-color: #00283A;
  color: #ffffff;
}

.products .product .product-logo {
  background-color: #f2f2f2;
  border-radius: 50%;
}

.products .product .view-btn {
  color: #222222;
  background-color: #ffa33a;
  border-color: #cc6600;
}

.products .product .view-btn:hover {
  border-color: #d60;
  background: #f39834;
}

.products .product .links a {
  color: #ffffff;
}

.products .product .coming-soon {
  color: #d3d3d3;
}

.products+.no-application-tip {
  color: #696969;
}

.products+.no-application-tip .message {
  color: #000000;
}

.footer {
  background-color: #33425A;
  color: #dadada;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: #95baed;
}

.footer .link-zones .zone a.register-btn {
  background-color: #FFA33A;
  color: #222;
}

.footer .link-zones .zone.share .share-icons a {
  background-color: #dadada;
  color: #33425A;
}

.footer .divider {
  background-color: #ffffff;
  opacity: 0.2;
}

.footer .terms-zone .h-divider {
  background-color: #ffffff;
}

/** Color Normal End **/

/** Dark Mode Begin **/
body.dark-mode {
  background: #202020;
  color: #e3e3e3;
}

body.dark-mode .footer {
  background: #1a1a1a;
}

body.dark-mode .products-container .search-panel {
  background: #333;
}

body.dark-mode .products-container .search-panel .search-input input {
  background: #444;
  border-color: #555;
}

body.dark-mode .service-title {
  color: #ea9d28;
}

body.dark-mode .products .product {
  background: #333;
}

body.dark-mode .footer .link-zones .zone.share .share-icons a {
  color: #1a1a1a;
}

body.dark-mode .footer a:hover {
  color: #ea9d28;
}

/** Dark Mode End **/