/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("css.css");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  position: relative;
}
body[data-rtl=rtl] {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0D1428;
}

.aOne:hover{
  color: #f0f0f0;
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section, .main-wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 300px;
  }
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*--
    - Input Placeholder
-----------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--
    - Background Color
------------------------------------------*/
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #0D1428 !important;
}

/*--
    - Section Title
------------------------------------------*/
.section-title h1 {
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 2px;
  z-index: 1;
  color: #333433;
  font-size: 30px;
}
.section-title p {
  max-width: 570px;
  line-height: 24px;
  color: #8E96A1;
  font-size: 18px;
  margin-top: 5px;
}
.section-title.center {
  text-align: center;
}
.section-title.center p {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 5px;
}
.section-title.left {
  text-align: left;
}
.section-title.left p {
  margin-right: auto;
}
.section-title.right {
  text-align: right;
}
.section-title.right p {
  margin-left: auto;
}

/*--
    - Perfect Scroll Bar
------------------------------------------*/
.ps .ps__rail-y {
  width: 6px;
  background-color: transparent !important;
}
.ps .ps__rail-y .ps__thumb-y {
  width: 100%;
  right: 0;
  background-color: rgba(34, 34, 34, 0.15);
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
/*--
    Button Default
-----------------------------------------------*/
/*Button Group*/
.button-group > *, .button-group > .btn {
  margin-right: 20px;
}
.button-group > *.btn-xs, .button-group > .btn.btn-xs {
  margin-right: 10px;
}
.button-group > *.btn-sm, .button-group > .btn.btn-sm {
  margin-right: 15px;
}
.button-group > *:last-child, .button-group > .btn:last-child {
  margin-right: 0;
}

.button-group.no-space > *, .button-group.no-space > .btn {
  margin-right: 0;
}
.button-group.no-space > *:last-child, .button-group.no-space > .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  background-color: #ffffff;
  border-color: #1854F2;
  color: #1854F2;
  font-family: "Oswald", sans-serif;
  border-radius: 4px;
  height: 38px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 5px 19px;
  border-width: 1px;
  border-style: solid;
}
.btn i {
  font-size: 21px;
  line-height: 24px;
  margin-right: 12px;
  float: left;
}
.btn span {
  display: inline-block;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  background-color: #1854F2;
  border-color: #1854F2;
  color: #fff;
}

.btn-theme {
  background-color: #0D1428;
  border-color: #0D1428;
  color: #222222;
}
.btn-theme.btn-outline {
  background-color: transparent;
  color: #0D1428;
}
.btn-theme.btn-outline:hover {
  background-color: #0D1428;
  border-color: #0D1428;
  color: #222222;
}
.btn-theme:hover {
  background-color: #d7b591;
  border-color: #d7b591;
  color: #222222;
}

.btn-link {
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border: none !important;
  color: #222222;
  padding: 0 !important;
}
.btn-link:hover {
  color: #007bff;
  background-color: transparent;
  border: none;
}
.btn-link i {
  font-size: 22px;
}
.btn-link.btn-xs i {
  font-size: 16px;
}
.btn-link.btn-sm i {
  font-size: 19px;
}
.btn-link.btn-lg i {
  font-size: 26px;
}
.btn-link.btn-xl i {
  font-size: 30px;
}

.btn-outline {
  background-color: transparent;
  border-color: #151515;
}
.btn-outline:hover {
  background-color: #222222;
  border-color: #222222;
}

.btn-box {
  width: 38px;
  padding: 6px 0px;
  text-align: center;
}
.btn-box i {
  margin: 0;
  float: none;
}
.btn-box span {
  display: none;
  margin: 0;
}

.btn-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn-icon-right i {
  margin-left: 12px;
  margin-right: 0;
  float: right;
}

.btn-square {
  border-radius: 0;
}

.btn-round {
  border-radius: 50px;
}

/*--
    Button Sizes
-----------------------------------------------*/
.btn-xs {
  font-size: 11px;
  height: 25px;
  padding: 0 8px;
}
.btn-xs i {
  font-size: 15px;
  margin-right: 5px;
}
.btn-xs .btn-icon-right i {
  margin-left: 5px;
  margin-right: 0;
}
.btn-xs.btn-box {
  width: 26px;
  padding: 1px 0;
}
.btn-xs.btn-box i {
  margin: 0;
}

.btn-sm {
  font-size: 13px;
  height: 32px;
  padding: 2px 13px;
}
.btn-sm i {
  font-size: 19px;
  margin-right: 8px;
}
.btn-sm .btn-icon-right i {
  margin-left: 8px;
  margin-right: 0;
}
.btn-sm.btn-box {
  width: 32px;
  padding: 3px 0;
}
.btn-sm.btn-box i {
  margin: 0;
}

.btn-lg {
  font-size: 18px;
  height: 46px;
  padding: 9px 30px;
}
.btn-lg i {
  font-size: 24px;
}
.btn-lg.btn-box {
  width: 44px;
  padding: 9px 0;
}
.btn-lg.btn-box i {
  margin: 0;
}

.btn-xl {
  font-size: 19px;
  height: 50px;
  padding: 11px 31px;
}
.btn-xl i {
  font-size: 24px;
}
.btn-xl.btn-box {
  width: 50px;
  padding: 12px 0;
}
.btn-xl.btn-box i {
  margin: 0;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
.header-section {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header-section > .container > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-section > .container > .row > .col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: static;
}
.header-section > .container > .row > .col:first-child, .header-section > .container > .row > .col:last-child {
  min-width: 185px;
}
@media only screen and (max-width: 479px) {
  .header-section > .container > .row > .col:first-child, .header-section > .container > .row > .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media only screen and (min-width: 991px) {
  .main-wrapper{
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .main-wrapper{
    padding-top: 57px;
  }
}


/*-- Header Logo --*/
.header-logo {
  margin: 5px 0;
}
@media only screen and (max-width: 479px) {
  .header-logo {
    text-align: center;
    margin: 10px 0;
  }

  .header-logo a img {
    width: 100px;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo a img {
  max-width: 100%;
}

/*-- Main Menu --*/
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu > ul > li {
  margin-right: 65px;
  position: static;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 40px;
  }
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-family: "Oswald", sans-serif;
  color: #222222;
  display: block;
  padding: 25px 0;
  position: relative;
}
.main-menu > ul > li > a.current {
  color: #245DF3;
}
.main-menu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 65%;
  margin-top: 10px;
  height: 2px;
  width: 0;
  background-color: #245DF3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu > ul > li.active > a::before, .main-menu > ul > li:hover > a::before {
  /* width: 100%; */
}
.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1199;
}
.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1199;
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: auto;
  top: 100%;
  margin-left: -20px;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 220px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.sub-menu li {
  margin-bottom: 5px;
  position: relative;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  color: #0D1428;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.sub-menu li.active > a {
  color: #0D1428;
}
.sub-menu li:hover > a {
  color: #0D1428;
  padding-left: 5px;
}
.sub-menu li:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}
.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

/*-- Mega Menu --*/
.mega-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  top: 100%;
  padding: 15px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40%);
}

@media only screen and (max-width: 991px) {
  .mega-menu {
    transform: none;
  }
}

.mega-menu li {
  margin-bottom: 5px;
}
.mega-menu li.col {
  padding: 0 15px;
  margin-right: 20px;
}
.mega-menu li.col > a {
  color: #0D1428;
  padding-bottom: 7px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.mega-menu li > span {
  color: #0D1428;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0D1428;
}
.mega-menu li:last-child {
  margin-bottom: 0;
}
.mega-menu li a {
  color: #0D1428;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
  white-space: nowrap;
}
.mega-menu li.active > a {
  color: #0D1428;
}
.mega-menu li:hover > a {
  color: #0D1428;
}
.mega-menu ul li a {
  color: #4F4F4F;
  line-height: 60px;
}
/*-- Header Action --*/
.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-action {
    margin-right: 50px;
  }
}

/*-- Header Mini Cart Product --*/
.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.mini-cart-product:last-child {
  margin-bottom: 0;
}
.mini-cart-product .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  min-width: 60px;
  position: relative;
}
.mini-cart-product .image a {
  display: block;
}
.mini-cart-product .image a img {
  width: 100%;
}
.mini-cart-product .image .remove {
  position: absolute;
  left: -11px;
  top: -11px;
  z-index: 3;
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #222222;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0;
  line-height: 1;
  text-align: center;
}
.mini-cart-product .image .remove i {
  font-size: 11px;
  line-height: 22px;
  display: block;
}
.mini-cart-product .image .remove:hover {
  color: #ff0000;
}
.mini-cart-product .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
          flex: 0 0 calc(100% - 60px);
  padding-left: 15px;
}
.mini-cart-product .content .title {
  font-family: "Oswald", sans-serif;
  color: #d8d8d8;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
.mini-cart-product .content .title:hover {
  color: #0D1428;
}
.mini-cart-product .content span {
  display: block;
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

/*-- Header Mini Cart Footer --*/
.mini-cart-footer {
  padding: 20px 30px;
}
.mini-cart-footer h4 {
  color: #d8d8d8;
  margin-bottom: 20px;
}
.mini-cart-footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.mini-cart-footer .buttons a {
  width: 48%;
  background-color: #090909;
  color: #0D1428;
  line-height: 24px;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.25px;
}
.mini-cart-footer .buttons a:hover {
  background-color: #0D1428;
  color: #000000;
}

/*-- Mobile Menu --*/
.mobile-menu {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
          flex: 1 0 100% !important;
}
.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -49px;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -40px;
  }
}
.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #222222;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
  background-color: #ffffff;
}
.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 0px solid transparent;
  overflow-x: hidden;
  max-height: 250px;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 180px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 40px 0 20px;
  border-bottom: 0;
  margin-bottom: 0;
  /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a::after {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #0D1428;
  padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.active {
  color: #0D1428;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #222222;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li span {
  font-size: 13px;
  display: block;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  padding: 0 40px 0 20px;
  margin: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 11px;
  display: block !important;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li span, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li span, .mobile-menu .mean-bar .mean-nav > ul li ul li span {
  font-size: 11px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

/*----------------------------------------*/
/*  03. Hero CSS
/*----------------------------------------*/
/*-- Hero Slider --*/
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #222222;
  color: #0D1428;
  padding: 15px 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.hero-slider .slick-arrow i {
  font-size: 30px;
  line-height: 30px;
  display: block;
}
.hero-slider .slick-arrow.slick-prev {
  left: 15px;
}
.hero-slider .slick-arrow.slick-next {
  right: 15px;
}
.hero-slider .slick-arrow:hover {
  background-color: #0D1428;
  color: #222222;
}
.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slider .slick-dots {
    bottom: 10px;
  }
}
.hero-slider .slick-dots li {
  margin: 0 5px;
}
.hero-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 3px solid #0D1428;
  background-color: #222222;
  text-indent: -9999px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots li button {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}
.hero-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: #0D1428;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots li.slick-active button {
    width: 20px;
  }
}

/*-- Hero Item --*/
.hero-item {
  height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home {
  height: 890px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: auto;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item {
    height: auto;
    padding: 80px 0;
  }
}

/*-- Hero Content Wrap --*/
.hero-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-- Hero Image --*/
.hero-image {
  display: inline-block;
  position: relative;
  z-index: 1;
  float: right;
  margin-left: 90px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 1;
}
.hero-image.hero-image-2 {
  margin-left: 10px;
  max-width: 315px;
  padding: 0 50px 40px;
}
.hero-image.hero-image-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background-color: #26303a;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image.hero-image-2 {
    max-width: 270px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image.hero-image-2 {
    max-width: 180px;
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-image.hero-image-2 {
    max-width: 120px;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-image.hero-image-2 {
    max-width: 100px;
    padding: 0 20px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-image.hero-image-2 {
    max-width: 80px;
    padding: 0 15px 10px;
  }
}
.hero-image img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-image {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    max-width: 150px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image {
    max-width: 100px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-image {
    max-width: 70px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-image {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-image {
    max-width: 50px;
  }
}

/*-- Hero Content --*/
.hero-content * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
.hero-content *:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
.hero-content *:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.hero-content *:nth-child(3) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
.hero-content h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.hero-content h1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 32px;
}
.hero-content .btn {
  line-height: 25px;
}
.hero-content .btn:hover {
  background-color: #222222;
  border-color: #222222;
  color: #0D1428;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content h2 {
    font-size: 36px;
  }
  .hero-content h1 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h2 {
    font-size: 30px;
  }
  .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 24px;
  }
  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content h2 {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .hero-content .btn {
    font-size: 11px;
    height: 32px;
    padding: 3px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content h2 {
    font-size: 13px;
  }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .hero-content .btn {
    font-size: 10px;
    height: 26px;
    padding: 0 15px;
  }
}

.slick-current .hero-image {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.slick-current .hero-content *:nth-child(1) {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.slick-current .hero-content *:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.slick-current .hero-content *:nth-child(3) {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
/*-- About Content --*/
.about-content .h1 {
  color: rgba(52,53,52,1);
  font-size: 30px;
  font-weight: bold;
}
.about-content .h1::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1854F2;
  border-radius: 0px 0px 22px 0px;
  margin-right: 10px;
  vertical-align: middle;
}
.about-content .h2 {
  color: #8E96A1;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.about-content p {
  max-width: 480px;
}
.about-content .btn {
  margin-top: 20px;
}
.about-content .desc {
  margin-bottom: 15px;
}

/*-- About Image --*/
.about-image .col img {
  z-index: 1;
  width: 100%;
}

/*-- About Count --*/
.about-count .icon {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  margin: 0 auto;
}
.about-count .num {
  position: relative;
  text-align: center;
  font-size: 70px;
  line-height: 100px;
  color: #1854F2;
  font-weight: bold;
}
.about-count .num sup {
  font-size: 28px;
  top: -40px;
}
.about-count .num sub{
  font-size: 16px;
}
.about-count .desc {
  color: #8E96A1;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-count .num {
    font-size: 50px;
  }
  .about-count .num sup {
    font-size: 24px;
    top: -30px;
  }
  .about-count .num sub{
    font-size: 14px;
  }
}

.about-main{
  position: relative;
  z-index: 1111;
}

.profile{
  background-image: url(../image/profile_bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 70px;
  margin-top: 30px;
}

.profile-content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.profile-content .desc{
  width: 40%;
  font-size: 16px;
  color: rgba(142,150,161,1);
  line-height: 30px;
}

.profile-content .desc p{
  margin: 0;
}

.profile-content img{
  width: 40%;
}

.profile-honor{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 70px;
}

.profile-honor .honor-item{
  width: 280px;
  height: 70px;
  background-image: url(../image/border_bg.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 70px;
  color: rgba(102,102,102,1);
  font-size: 18px;
  margin: 22px;
}

@media only screen and (max-width: 767px) {
  .profile-content .desc{
    order: 2;
    width: 100%;
  }

  .profile-content img{
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .profile-honor{
    padding-top: 20px;
  }
}

.develop{
  background-image: url(../image/develop_bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 70px;
}

.time-line{
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.time-line .time-item{
  cursor: pointer;
  flex: 1;
  text-align: center;
  line-height: 50px;
  border-bottom: 4px solid #DDDDDD;
  color: #333333;
  font-size: 20px;
}

.time-line .time-item.current{
  border-color: #245DF3;
}

.develop-content{
  padding: 0 20px;
  position: relative;
  max-width: 900px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
}

.develop-content .bg{
  max-width: calc(100% - 20px);
  width: 640px;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
}

.develop-content .text{
  position: absolute;
  background-color: #F5F5F5;
  border: 2px solid rgba(255,255,255,1);
  right: 20px;
  border-radius: 15px;
  min-width: 250px;
  padding: 20px;
}

.develop-content .text .title{
  font-size: 20px;
  color: rgba(51,51,51,1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.develop-content .text .line{
  width: 50px;
  height: 1px;
  background-color: #245DF3;
  margin-top: 15px;
}

.develop-content .text .cont{
  margin-top: 10px;
  font-size: 14px;
  color: #9A9A9A;
  line-height: 20px;
  max-width: 350px;
}

.superiority-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.superiority-list .superiority-item{
  position: relative;
  flex: 0 0 auto;
  width: 24%;
  height: 358px;
  padding: 34px 22px 0;
  background-color: #EEF2F9;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.superiority-list .superiority-item img{
  align-self: center;
}

.superiority-list .superiority-item .title{
  color: rgba(35,45,93,1);
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}

.superiority-list .superiority-item .title::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #F8994A;
  margin-bottom: 2px;
  margin-right: 10px;
  transform: rotate(45deg);
}

.superiority-list .superiority-item .desc{
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 5px;
}

.honour-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.honour-list .honour-item{
  width: 277px;
  margin: 0px 30px 40px;
  text-align: center;
}

.honour-list .honour-item img{
  width: 100%;
  max-height: 196px;
}

.honour-list .honour-item .text{
  margin-top: 10px;
}

.culture-item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.culture-item:nth-child(2) .culture-text{
  order: 2;
  padding-left: 60px;
}

.culture-item:nth-child(1) .culture-img{
  order: 1;
}

.culture-text{
  width: 40%;
  font-weight: bold;
}

.culture-text .title{
  color: #0D1428;
  font-size: 30px;
}

.culture-text .title::after{
  content: '';
  display: block;
  width: 190px;
  height: 1px;
  background-color: #245DF3;
  margin-top: 17px;
}

.culture-text .desc{
  color: #6C6C6C;
  margin-top: 16px;
  font-size: 16px;
}

.culture-img{
  position: relative;
  width: 60%;
}

.culture-img img{
  width: 100%;
}
.culture-img::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 15px;
  top: 13px;
  background-color: rgba(36,93,243,0.1);
}

@media only screen and (max-width: 767px) {
  .develop-content .text{
    min-width: 0;
  }

  .superiority-list .superiority-item{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .culture-item{
    margin-bottom: 40px;
  }

  .culture-item .culture-text{
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .culture-item .culture-img{
    width: 100%;
    order: 1;
  }

  .culture-item:nth-child(2) .culture-text{
    order: 2;
    padding: 0;
  }

  .culture-item:nth-child(2) .culture-img{
    order: 1;
  }

  .culture-text .desc{
    margin-top: 10px;
  }
}
/*----------------------------------------*/
/*  05. Product CSS
/*----------------------------------------*/
/*-- Product Slider --*/
.product-section{
  background-color: #fafafa;
}
.product-list{
  display: flex;
  justify-content: space-between;
}
.product-item{
  cursor: pointer;
  width: calc(50% - 5px);
  height: 330px;
  margin: 5px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-item .title{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.product-item .line{
  display: none;
  position: relative;
  background-color: #fff;
  width: 300px;
  height: 1px;
  margin: 10px 0;
}

.product-item .detail{
  display: none;
  font-size: 16px;
  color: #fff;
  margin-top: 130px;
}

.product-item .line::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}

.product-item .desc{
  display: none;
  font-size: 18px;
  color: #fff;
}

.product-item:hover{
  width: 100%;
  display: block;
  padding-top: 40px;
  padding-left: 50px;
}

.product-item:hover .line{
  display: block;
}

.product-item:hover .desc{
  display: block;
}

.product-item:hover .detail{
  display: block;
}

@media only screen and (max-width: 991px) {
  .product-list{
    flex-wrap: wrap;
  }
  .product-item{
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    height: 230px;
    background-size: cover;
  }
  .product-item .title{
    font-size: 30px;
  }
  .product-item:hover{
    display: flex;
    padding: 0;
  }
  .product-item:hover .line{
    display: none;
  }

  .product-item:hover .desc{
    display: none;
  }

}

.product-main{
  position: relative;
  z-index: 1111;
}

.product-pane{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.product-pane .product-menu{
  width: 200px;
}

.product-pane .product-menu .menu-item{
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #efefef;
  border-bottom: 0;
  line-height: 50px;
}

.product-pane .product-menu .menu-item.current{
  background-color: #245DF3;
  color: #fff;
}

.product-pane .product-menu .menu-item:nth-last-child(1){
  border-bottom: 1px solid #efefef;
}

.product-content{
  flex: 1;
  margin-left: 15px;
}

.product-content .product-img{
  max-width: 400px;
  float: right;
  margin-left: 100px;
}

.product-content .product-title{
  position: relative;
  color: #245DF3;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 35px;
}

.product-content .product-title::after{
  content: '';
  position: absolute;
  width: 316px;
  height: 5px;
  top: calc(100% + 12px);
  left: 0;
  background-image: url(../image/title.png);
  background-size: 100% 100%;
}

.product-content .product-text{
  padding-top: 20px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .product-pane .product-menu{
    width: 100%;
    margin-bottom: 20px;
  }

  .product-content{
    width: 100%;
    margin-left: 0;
  }

  .product-content .product-img{
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    float: none;
  }
  .product-item{
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    height: 130px;
  }

  .product-content .product-text{
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  06. Partner CSS
/*----------------------------------------*/
.partner-list {
  display: flex;
  flex-wrap: wrap;
}
.partner-item{
  width: calc(20% - 10px);
  height: 80px;
  margin: 5px;
  border: 1px solid #EFEFEF;
}

.partner-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .partner-item{
    width: calc(50% - 10px);
    margin: 5px;
  }
}

/*----------------------------------------*/
/*  07. Service CSS
/*----------------------------------------*/
.concept-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.concept-list .concept-item{
  position: relative;
  flex: 0 0 auto;
  width: 24%;
  height: 268px;
  padding: 0 22px;
  background-color: rgba(247,248,248,1);
  margin-bottom: 15px;
}

.concept-list .concept-item .title{
  display: inline-block;
  color: #595757;
  font-size: 20px;
  line-height: 54px;
  font-weight: bold;
  border-bottom: 3px solid #1367ED;
}

.concept-list .concept-item .desc{
  position: relative;
  line-height: 23px;
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 10px;
}

.concept-list .concept-item img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 141px;
  height: 141px;
}

.professional{
  background-color: #F7F8F8;
}

.professional-list{
  display: flex;
  justify-content: space-between;
  height: 336px;
  align-items: center;
}

.professional-list .professional-left{
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}

.professional-list .professional-right{
  align-self: flex-end;
}

.professional-list .professional-item{
  text-align: center;
}

.professional-list .professional-item .img{
  width: 126px;
  height: 126px;
}

.professional-list .professional-item .text{
  font-weight: bold;
  font-size: 16px;
}

.professional-list .big-img{
  width: 339px;
  height: 355px;
  margin-bottom: 22px;
}

.help-list{
  display: flex;
  flex-wrap: wrap;
}

.help-list .help-item{
  cursor: pointer;
  position: relative;
  flex: 1;
  margin: 0 10px 10px;
  height: 198px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(247,247,247,1) 33%,rgba(255,255,255,0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #4F4F4F;
  text-align: center;
}

.help-list .help-item .title{
  position: relative;
  z-index: 1;
}

.help-list .help-item .text{
  font-size: 24px;
  text-align: center;
}

.help-list .help-item .pin{
  font-size: 12px;
}


.help-list .help-item img{
  position: absolute;
  align-self: flex-end;
  width: 272px;
  right: 0px;
  bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .concept-list .concept-item{
    width: 100%;
    height: 200px;
  }
  .professional .container{
    max-width: 100%;
  }
  .professional-list{
    height: 536px;
  }
  .professional-list .professional-left{
    flex-direction: column;
  }
  .professional-list .professional-right{
    align-self: center;
  }
  .professional-list .big-img{
    height: auto;
    width: 180px;
    margin: 0;
  }
  .help-list{
    margin: 0 -25px;
  }
  .help-list .help-item{
    flex: auto;
    width: 100%;
    height: 160px;
  }
  .help-list .help-item img{
    width: 160px;
  }
}

/*----------------------------------------*/
/*  08. Article CSS
/*----------------------------------------*/

.article-image .col img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.article-content .article-item{
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
}

.article-content .article-item:nth-last-child(1){
  border: 0;
}

.article-content .article-time{
  color: #245DF3;
}

.article-content .article-title{
  font-size: 18px;
  color: #333233;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-content .article-content{
  font-size: 16px;
  color: #969CA8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-main{
  position: relative;
  z-index: 1111;
}

.type-list{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 90px;
  background-color: #fff;;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  border-radius: 5px;
  margin-top: -45px;
}

.type-list .type-item{
  cursor: pointer;
  padding: 20px 0;
}

.type-list .type-item.current{
  color: #245DF3;
  font-weight: bold;
}

.article-main .article-item{
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
  border-bottom: 1px solid #EFEFEF;
  color: #333233;
}

.article-main .article-item:nth-last-child(1){
  border: 0;
}

.article-main .article-item:hover{
  color: #245DF3;
}

.article-main .article-item .article-time{
  display: flex;
  flex-direction: column;
}

.article-main .article-item .article-time .date{
  font-size: 24px;
  font-weight: bold;
}

.article-main .article-item .article-time .year{
  font-size: 14px;
}

.article-main .article-item .article-centent{
  width: 0;
  flex: 1;
  margin: 0 50px;
}

.article-main .article-item .article-title{
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-main .article-item .article-line{
  width: 31px;
  height: 2px;
  background-color: #333233;
  margin: 15px 0;
}

.article-main .article-item:hover .article-line{
  background-color: #245DF3;
}

.article-main .article-item .article-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.article-main .article-item .more-btn{
  width: 78px;
  height: 28px;
  background-color: #5D5D5D;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  display: flex;
}

.article-main .article-item:hover .more-btn{
  background-color: #245DF3;
}

.article-main .article-item .more-btn .text{
  flex: 1;
}

.article-main .article-item .more-btn .icon{
  width: 20px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-main .article-item .article-img{
  width: 310px;
  height: 200px;
  object-fit: cover;
}

.article-main .article-pagination{
  text-align: center;
  margin: 30px 0;
}

.article-main .article-info{
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .article-image .col img{
    height: 200px;
  }

  .article-content .article-item:nth-last-child(1){
    border-bottom: 1px solid #EFEFEF;
  }
  .type-list{
    flex-direction: column;
    height: auto;
    margin-top: 20px;
    padding: 0 20px;
  }

  .type-list .type-item{
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #EFEFEF;
  }

  .type-list .type-item:nth-last-child(1){
    border: 0;
  }

  .article-main .article-item{
    flex-direction: column;
  }

  .article-main .article-item .article-time{
    flex-direction: row;
  }

  .article-main .article-item .article-time .date{
    order: 2;
    font-size: 14px;
  }

  .article-main .article-item .article-time .year{
    order: 1;
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
  }

  .article-main .article-item .article-centent{
    width: 100%;
    margin: 0;
  }

  .article-main .article-item .article-title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .article-main .article-item .article-line{
    display: none;
  }

  .article-main .article-item .article-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-top: 20px;
  }

  .article-main .article-item .more-btn{
    display: none;
  }

  .article-main .article-item .article-img{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}


/*----------------------------------------*/
/*  15. Contact CSS
/*----------------------------------------*/
.contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 70px;
}

.contact .left .title{
  color: rgba(13,20,40,1);
  font-size: 32px;
  margin-bottom: 25px;
}

.contact .left .p{
  display: flex;
  margin: 20px 0;
  color: rgba(13,20,40,1);
  font-size: 18px;
  line-height: 25px;
}

.contact .left .p .icon{
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 20px;
  color: #245DF3;
}

.contact .left .p span{
  flex: 1;
}

.contact .right{
  display: flex;
}

.contact .right .code-item{
  text-align: center;
  margin-left: 24px;
}

.contact .right .code-item .code{
  width: 150px;
  height: 150px;
}

.contact .right .code-item img{
  width: 100%;
  height: 100%;
}

.contact .right .code-item .text{
  line-height: 20px;
  margin-top: 5px;
  color: rgba(13,20,40,1);
  font-size: 14px;
}

.choose{
  background-color: #F9F9F9;
}

.choose-form{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.choose-form .form-item{
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 37px;
}

.choose-form .form-item .label{
  width: 90px;
}

.choose-form .form-item .label.require::after{
  content: '*';
  color: #f00;
  margin-left: 5px;
}

.choose-form .form-item .input{
  flex: 1;
  padding-right: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.choose-form .form-item .input input{
  outline: 0;
  border: 0;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
}

.choose-form .form-item .input select{
  outline: 0;
  border: 0;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  background-color: #fff;
  padding: 7px;
  font-size: 14px;
}

.choose-form .form-item .input textarea{
  outline: 0;
  border: 0;
  width: 100%;
  height: 100px;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  resize: none;
}

.choose-form .form-item .input .form-code{
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.choose-form .form-item .input .form-code img{
  height: 46px;
}

.choose-form .form-item .form-refresh{
  margin-left: 15px;
  color: #6C6C6C;
}

.choose-form .form-item .input .form-btn{
  cursor: pointer;
  width: 180px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  background: linear-gradient(91.2deg, rgba(53,149,247,1) 0.58%,rgba(9,124,242,1) 98.77%);
  color: rgba(255,255,255,1);
  font-size: 18px;
}

.choose-form .form-item .input .form-btn:active{
  opacity: 0.8;
}

@media only screen and (max-width: 992px) {
  .choose-form .code-item{
    width: 100%;
  }
  .choose-form .form-item .input{
    justify-content: flex-start;
  }

  .choose-form .form-item .input .form-code{
    margin-left: 90px;
  }

  .choose-form .form-item .input .form-btn{
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .left .title{
    font-size: 24px;
  }

  .contact .left .p{
    font-size: 16px;
  }

  .contact .right .code-item{
    text-align: center;
    margin-left: 15px;
  }

  .contact .right .code-item .code{
    width: 100px;
    height: 100px;
    background-color: #ccc;
  }

  .choose-form .form-item{
    width: 100%;
  }


  .choose-form .form-item .input .form-refresh{
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .choose-form .form-item{
    margin-bottom: 20px;
  }
  .choose-form .form-item .input{
    display: block;
  }

  .choose-form .form-item .input .form-btn{
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.banner-section{
  position: relative;
  height: 300px;
  background-color: #0D1428;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .text{
  position: absolute;
  color: #fff;
  font-size: 40px;
}

.banner-section canvas{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .banner-section{
    height: 200px;
  }

  .banner-section .text{
    font-size: 20px;
  }
}

/*---------------------------------------
    21. Footer CSS
-----------------------------------------*/
/*-- Footer Top Section --*/
.footer-top-section {
  padding: 60px 0 0px;
}
@media only screen and (max-width: 767px) {
  .footer-top-section {
    padding-top: 90px;
  }
}

/*-- Footer Widget Wrap --*/
.footer-widget-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
}
.footer-widget-wrap > .col, .footer-widget-wrap > [class*=col-] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-wrap > .col, .footer-widget-wrap > [class*=col-] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-wrap > .col, .footer-widget-wrap > [class*=col-] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-wrap > .col, .footer-widget-wrap > [class*=col-] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/*-- Footer Widget --*/
.footer-widget .title {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .title {
    margin-top: 0;
  }
}
.footer-widget img {
  margin-bottom: 18px;
}
.footer-widget p {
  color: #BEBEBE;
  font-size: 14px;
  width: 270px;
  line-height: 23px;
}
@media only screen and (max-width: 767px) {
  .footer-widget p {
    width: auto;
  }
}
.footer-widget ul li {
  color: #BEBEBE;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  color: #BEBEBE;
  white-space: nowrap;
  display: block;
  line-height: 23px;
}
.footer-widget ul li a:hover {
  color: #FFF;
}
.footer-widget ul li img{
  width: 88px;
  height: 88px;
}
.footer-widget ul.attention li{
  display: flex;
}
.copyright {
  padding: 30px 0;
  text-align: center;
  color: #BEBEBE;
  border-top: 1px solid rgba(108,108,108,1);
  font-size: 14px;
}

.crumbs{
  margin: 20px 0;
}

.crumbs .item{
  cursor: pointer;
  margin: 0 5px;
}

.crumbs .item.bold{
  font-weight: bold;
}

.crumbs .item.link:hover{
  color: #245DF3;
}
