* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  background: #c9f0ff;
  background: -webkit-linear-gradient(to top, #fff, #bff1ff 80%);
  background: linear-gradient(to top, #fff, #bff1ff 80%);
  background-repeat: no-repeat;
}
.container {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/banner.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.header-in {
  padding: 24px 0;
}
.header-in .header-left {
  float: left;
}
.header-in .header-left .logo {
  background: url(images/demo-sprite.png) no-repeat -3px -4px;
  background-size: 300px;
  width: 198px;
  height: 50px;
  display: block;
}
.header-in .header-right {
  float: right;
  padding-top: 4px;
}
.header-in .header-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-in .header-right ul li {
  float: left;
  position: relative;
  margin-left: 14px;
  padding-left: 15px;
}
.header-in .header-right ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.header-in .header-right ul li a:hover {
  text-decoration: underline;
}
.header-in .header-right ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  height: 14px;
  background-color: #323d42;
  width: 1px;
  top: 3px;
}
.header-in .header-right ul li:nth-child(1) {
  margin-left: 0px;
  padding-left: 0px;
}
.header-in .header-right ul li:nth-child(1):before {
  display: none;
}
.content {
  padding-top: 26px;
  min-height: calc(100vh - 298px);
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.content .content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content h1 {
  text-align: center;
  font-size: 42px;
  color: #055367;
  line-height: 1.45;
  margin: 0;
}
.content h1 span {
  display: block;
  font-size: 29px;
  color: #000000;
  font-weight: normal;
}
.cards {
  margin-top: 14px;
}
.cards ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: table;
  margin-top: 15px;
  height: 370px;
}
.cards ul li {
  display: table-cell;
  width: 16.66%;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.1s;
  position: relative;
  transform: translateY(10px);
}
.cards ul li .card-inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #9ac7dd;
  cursor: pointer;
  padding-top: 28px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  margin-top: 10px;
}
.cards ul li .card-inner .card-icon {
  background: url(images/demo-sprite.png) no-repeat -3px -62px;
  background-size: 300px;
  width: 72px;
  height: 60px;
  display: block;
  margin: 0 auto;
  min-height: 62px;
}
.cards ul li .card-inner .card-icon.icon2 {
  background-position: -86px -62px;
  width: 77px;
  height: 61px;
}
.cards ul li .card-inner .card-icon.icon3 {
  background-position: -179px -61px;
  width: 78px;
  height: 62px;
}
.cards ul li .card-inner .card-icon.icon4 {
  background-position: -3px -134px;
  width: 78px;
  height: 61px;
}
.cards ul li .card-inner .card-icon.icon5 {
  background-position: -91px -131px;
  width: 72px;
  height: 52px;
}
.cards ul li .card-inner .card-icon.icon6 {
  background-position: -179px -131px;
  width: 72px;
  height: 52px;
}
.cards ul li .card-inner h3 {
  font-size: 16px;
  color: #055367;
  font-weight: 900;
  margin: 16px 0 13px;
  line-height: 1.4;
  min-height: 44px;
}
.cards ul li .card-inner p {
  overflow: hidden;
  margin: 0;
  background: #eaf7fd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px 10px 30px;
  min-height: 145px;
}
.cards ul li .card-inner p .link {
  display: block;
  text-decoration: underline;
  color: #0474dc;
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
}
.cards ul li .card-inner .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 119px;
  background: #287498;
  border-radius: 25px;
  color: #fff;
  transition: 0.3s ease all;
  font-size: 14px;
  height: 29px;
  text-decoration: none;
  padding: 4px 3px;
  opacity: 0;
}
.cards ul li .card-inner .btn .arr-right {
  background: url(images/demo-sprite.png) no-repeat -236px -7px;
  background-size: 300px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: -1px;
}
.cards ul li .card-inner .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cards ul li .card-inner:hover .btn {
  opacity: 1;
}
.cards ul li:nth-child(2) {
  animation-delay: 0.25s;
}
.cards ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.cards ul li:nth-child(4) {
  animation-delay: 0.55s;
}
.cards ul li:nth-child(5) {
  animation-delay: 0.7s;
}
.cards ul li:nth-child(6) {
  animation-delay: 0.85s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.btn-group {
  text-align: center;
  max-width: 482px;
  margin: 0px auto 4.5%;
}
.btn-group .btn {
  width: 230px;
  height: 42px;
  text-align: center;
  display: block;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s ease all;
  padding: 7px 30px 7px 10px;
  border: 1px solid transparent;
  position: relative;
}
.btn-group .btn.btn-red {
  background: #dc1704;
  color: #fff;
}
.btn-group .btn.btn-red:hover {
  background: #b51606;
}
.btn-group .btn.btn-red .download-icon {
  background: url("images/demo-sprite.png") no-repeat -271px -4px;
  background-size: 300px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
}
.btn-group .btn.btn-blue-bordered {
  background: #fff;
  border-color: #7cb0d0;
  color: #055367;
  padding-right: 25px;
}
.btn-group .btn.btn-blue-bordered:hover {
  background: #f2fbfe;
}
.btn-group .btn.btn-blue-bordered .moniter-icon {
  background: url(images/demo-sprite.png) no-repeat -270px -33px;
  background-size: 300px;
  width: 23px;
  height: 21px;
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
}
.btn-group span {
  display: block;
  color: #8d8d8d;
  margin-top: 16px;
}
.btn-group .btn-left {
  float: left;
}
.btn-group .btn-right {
  float: right;
}
.footer {
  background: #ebf1f4;
  text-align: center;
  font-size: 12px;
  color: #818586;
  padding: 15px 0px;
}
.bottom-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.offer-bar {
  height: 50px;
  background: #2b0d02;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e6e6e8;
  display: none;
}
.offer-bar:before,
.offer-bar:after {
  content: " ";
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  background: url("images/yearend-offer-2022.png") -330px -9px;
  background-size: 600px 144px;
  z-index: 1;
  display: none;
}
.offer-bar::before {
  background-position: -5px -99px;
  display: block;
  width: 60px;
}
.offer-bar,
.offer-bar * {
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
}
.offer-bar .offer-bar-inner {
  position: relative;
  z-index: 2;
  padding: 5px 10px;
}
.offer-bar .offer-bar-inner .offer-des-tag {
  display: inline-block;
  position: relative;
  padding: 5px 18px 6px 20px;
}
.offer-bar .offer-bar-inner .offer-des-tag small {
  font-size: 15px;
  display: block;
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: 600;
  padding: 2px 14px 0 0;
  background: url("images/yearend-offer-2022.png") -12px -11px;
  background-size: 600px 144px;
  width: 186px;
  height: 28px;
}
.offer-bar .offer-bar-inner .offer-des-tag small:before {
  content: " ";
  display: block;
  position: absolute;
  background: url("images/yearend-offer-2022.png") -242px -88px;
  background-size: 600px 144px;
  width: 85px;
  height: 51px;
  top: -14px;
  left: -105px;
}
.offer-bar .offer-bar-inner .offer-des-tag small:after {
  content: " ";
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 8px solid #e3c367;
  border-left-color: #0000;
  border-right-color: #0000;
  border-top-color: #0000;
  top: -3px;
  right: -7px;
  height: 0.2px;
  display: none\9;
}
.offer-bar .offer-bar-inner .offer-des-tag:before {
  content: " ";
  display: none;
  position: absolute;
  background: url("images/yearend-offer-2022.png") -12px -95px;
  background-size: 600px 144px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.offer-bar .offer-bar-inner .offer-btn {
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  display: inline-block;
  padding: 3px 16px;
  border-radius: 30px;
  background-color: #d21313;
  text-decoration: none;
  margin-left: 20px;
  color: #fff;
}
.offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
  display: inline-block;
  background: url("images/yearend-offer-2022.png") -582px -125px;
  background-size: 600px 144px;
  width: 11px;
  height: 11px;
  margin-right: 3px;
}
.offer-bar .offer-bar-inner .offer-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.offer-bar .offer-bar-inner .offer-tc {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 9px;
}
@media screen and (min-width: 2559px) {
  .offer-bar .offer-bar-inner .offer-tc {
    font-size: 12px;
    right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .offer-bar::after {
    background-position: left -41px;
  }
  .offer-bar::before {
    background-position: -330px -9px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .offer-bar,
  .offer-bar * {
    font-size: 12px;
  }
  .offer-bar::after {
    background-position: 59px -21px;
  }
  .offer-bar::before {
    background-position: -235px -9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 6px 14px 6px 20px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    left: -93px;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 5px;
  }
  .offer-bar .offer-bar-inner .offer-tc {
    right: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 468px) {
  .offer-bar,
  .offer-bar * {
    font-size: 12px;
  }
  .offer-bar:before,
  .offer-bar:after {
    display: none;
  }
  .offer-bar .offer-bar-inner {
    text-align: left;
    line-height: 16px;
    padding-top: 9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 0;
    display: block;
  }
  .offer-bar .offer-bar-inner .offer-des-tag:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small {
    padding: 0;
    font-size: 12px;
    color: #e3c367;
    border-width: 0;
    background: none;
    height: auto;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 0;
    padding: 4px 8px;
    margin-top: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-tc {
    top: 35px;
    font-size: 7px;
    right: 9px;
  }
}
@media screen and (max-width: 375px) {
  .offer-bar,
  .offer-bar * {
    font-size: 11px;
  }
  .offer-bar .offer-bar-inner {
    text-align: left;
    line-height: 16px;
    padding-top: 9px;
  }
  .offer-bar .offer-bar-inner .offer-des-tag {
    padding: 0;
    display: block;
  }
  .offer-bar .offer-bar-inner .offer-des-tag:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small {
    padding: 0;
    font-size: 12px;
    color: #e3c367;
    background-color: transparent;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
  .offer-bar .offer-bar-inner .offer-btn {
    margin-left: 0;
    padding: 4px 8px;
    margin-top: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
  .offer-bar .offer-bar-inner .offer-btn .offer_icn_gift {
    display: none;
  }
}
@media screen and (max-width: 325px) {
  .offer-bar .offer-bar-inner .offer-des-tag small:before {
    display: none;
  }
  .offer-bar,
  .offer-bar * {
    font-size: 9.3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .offer-bar .offer-bar-inner .offer-des-tag small:after {
    display: none;
  }
}
body.year-end-offer-enabled .offer-bar {
  display: block;
}
@media (max-height: 719px) {
  .bottom-group {
    position: static;
    margin-top: 40px;
  }
}
@media (max-height: 820px) {
  .content {
    min-height: inherit;
  }
}
@media (max-height: 899px) {
  .header-in {
    padding-bottom: 0px;
  }
  .cards {
    margin-top: 0px;
  }
  .btn-group {
    margin-bottom: 2%;
  }
  .cards ul {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .cards ul li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .cards {
    margin: 40px 0;
  }
  .cards ul {
    display: block;
  }
  .cards ul li {
    width: 33.3333%;
    display: block;
    float: left;
    margin-bottom: 10px;
  }
  .cards ul li .card-inner {
    margin-top: 0px;
  }
  .cards ul li .card-inner h3 {
    min-height: inherit;
  }
  .cards ul li .card-inner h3 br {
    display: none;
  }
  .cards ul li .card-inner p {
    height: inherit;
    padding: 15px 15px 60px;
    min-height: 150px;
  }
  .cards ul li .card-inner .btn {
    opacity: 1;
    bottom: 15px;
  }
  .btn-group {
    margin: 40px auto;
  }
  .bottom-group {
    position: static;
  }
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 38px;
  }
  .content h1 span {
    font-size: 25px;
  }
  .cards ul li {
    width: 50%;
  }
  .gradient {
    background-size: 160%;
  }
}
@media (max-width: 580px) {
  .header-in {
    padding-bottom: 0px;
  }
  .header-in .header-left {
    float: none;
    margin-bottom: 15px;
  }
  .header-in .header-left .logo {
    margin: 0 auto;
  }
  .header-in .header-right {
    float: none;
    text-align: center;
  }
  .header-in .header-right ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .cards ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cards ul li .card-inner p {
    min-height: inherit;
  }
  .btn-group {
    margin-top: 20px;
  }
  .btn-group .btn {
    margin: 0 auto;
  }
  .btn-group .btn-left,
  .btn-group .btn-right {
    float: none;
  }
  .btn-group .btn-right {
    margin-top: 30px;
  }
  .gradient {
    background-size: 200%;
  }
}
