/*======= Common1 =======*/
:root {
  --color-primary: #0268b3;
  --color-primary-2: #0268b3;
  --color-primary-3: #e95e6c;
  --color-primary-4: #0268b3;
  --color-primary-5: #5580ff;
  --color-primary-6: #42a66c;
  --color-primary-7: #ff5d0c;
  --color-secondary: #f4732a;
  --color-secondary-2: #f6b9a7;
  --color-secondary-3: #8208fe;
  --color-secondary-4: #2b354f;
  --color-secondary-5: #343351;
  --color-secondary-6: #fdf5e2;
  --color-secondary-7: #e0fafb;
  --color-heading: #161c2d;
  --color-heading-2: #1a1b1e;
  --color-heading-3: #36234b;
  --color-heading-4: #1f1f1f;
  --color-heading-5: #000002;
  --color-body: #6e727d;
  --color-body-2: #6f667b;
  --color-body-3: #7a7a7a;
  --color-body-4: #656871;
  --color-dark: #1b202f;
  --color-dark-2: #16171b;
  --color-dark-3: #191a1e;
  --color-dark-4: #282a33;
  --color-white: #fff;
  --color-grey: #f5f3f5;
  --color-soft-grey: #f2f5fe;
  --color-soft-grey-2: #f4f7fa;
  --color-offwhite: #e7e8ea;
  --font-cs-bold: "CircularStdBold";
  --font-cs-medium: "CircularStdMedium";
  --font-cs-book: "CircularStdBook"; }

html.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }

body {
  color: #6e727d;
  font-family: "Source Han Sans CN", "Microsoft YaHei";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden !important; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slick-slide img {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #161c2d;
  margin: 0px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #161c2d; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin: 0px; }

a {
  color: #2e2e2e;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:hover {
  text-decoration: none; }

a,
span {
  display: inline-block; }

@media (min-width: 1260px) {
  .container {
    max-width: 1260px; } }

.nice-select {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: #f2f5fe;
  border: none;
  color: #6e727d;
  border-radius: 0;
  font-size: 16px; }

textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit; }

.nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nice-select .list {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f4f7fa; }

.nice-select .list .option {
  padding: 5px 30px;
  font-size: 16px;
  height: auto; }

.nice-select .list .option:hover,
.nice-select .list .option.selected {
  background-color: #f4f7fa; }

.nice-select .list .option:hover,
.nice-select .list .option.focus,
.nice-select .list .option.selected.focus {
  background-color: #f4f7fa; }

.nice-select .list .option.selected {
  font-weight: normal; }

.nice-select .list .option:not(:last-child) {
  border-bottom: 1px solid #f4f7fa; }

.nice-select::after {
  content: "\f107";
  border: none;
  position: absolute;
  line-height: 1;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: unset;
  transform-origin: unset;
  width: auto;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  font-family: "Font Awesome 5 Pro"; }

.nice-select.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*======= Custom Container =======*/
.container-1420 {
  max-width: 1450px; }

.container-1430 {
  max-width: 1460px; }

.container-1380 {
  max-width: 1410px; }

.container-1470 {
  max-width: 1500px; }

.container-1600 {
  max-width: 1630px; }

@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px; } }

.fluid-in-container-left {
  padding-left: calc((100% - 1200px) / 2); }

.fluid-in-container-right {
  padding-right: calc((100% - 1200px) / 2); }

.bg-cover-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-cover-left {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

/*=======  Header  =======*/
.template-header {
  position: relative;
  z-index: 999; }

.template-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.template-header .header-left,
.template-header .header-center,
.template-header .header-right,
.template-header .header-right .header-extra,
.template-header .branding-and-language-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.template-header .language-selection .nice-select {
  background-color: #e7e8ea;
  border: 0;
  width: 120px;
  height: 40px;
  padding: 0 30px 0 50px;
  border-radius: 30px;
  z-index: 1;
  color: #161c2d;
  font-size: 16px;
  font-weight: 500; }

.template-header .language-selection .nice-select .list {
  -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08); }

.template-header .language-selection .nice-select .list .option {
  padding: 3px 10px;
  color: #6e727d; }

.template-header .language-selection .nice-select .list .option.selected {
  color: #0268b3; }

.template-header .language-selection .nice-select::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 25px;
  font-size: 14px; }

.template-header .language-selection.bg-transparent .nice-select {
  width: 100px;
  background-color: transparent;
  padding: 0 0 0 25px; }

.template-header .language-selection.bg-transparent .nice-select::before {
  left: 0; }

.template-header .language-selection.bg-transparent .nice-select::after {
  right: 0; }

.template-header .branding-and-language-selection .nice-select {
  margin-left: 50px; }

.template-header
.branding-and-language-selection.branding-border-right
.nice-select {
  margin-left: 50px; }

.template-header
.branding-and-language-selection.branding-border-right
.language-selection {
  position: relative;
  z-index: 1;
  padding-left: 20px; }

.template-header
.branding-and-language-selection.branding-border-right
.language-selection::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #282a33; }

.template-header .nav-menu {
  padding-left: 10px; }

.template-header .nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.template-header .nav-menu li {
  line-height: 60px;
  margin: 0 13px;
  padding-top: 19px;
  position: relative; }

.template-header .nav-menu li a {
  position: static;
  padding: 5px;
  line-height: 1.4;
  color: #161c2d;
  font-size: 14px;
  font-weight: 500; }

.template-header .nav-menu li a .dd-trigger {
  padding-left: 6px;
  font-size: 15px;
  display: none; }

.template-header .nav-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 5px;
  width: 0;
  bottom: 0;
  height: 3px;
  background-color: #0268b3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0; }

.template-header .nav-menu li a:hover {
  color: #0268b3; }

.template-header .nav-menu li a:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1; }

.template-header .nav-menu li.active > a {
  color: #0268b3; }

.template-header .nav-menu li.active > a::before {
  visibility: visible;
  opacity: 1;
  width: 100%; }

.template-header .nav-menu .sub-menu {
  display: block;
  position: absolute;
  width: 220px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
  left: 0;
  top: 120px;
  visibility: hidden;
  opacity: 0; }

.template-header .nav-menu .sub-menu li {
  line-height: 1;
  margin: 0; }

.template-header .nav-menu .sub-menu li::before {
  display: none; }

.template-header .nav-menu .sub-menu li a {
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.4; }

.template-header .nav-menu .sub-menu li a .dd-trigger i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.template-header .nav-menu .sub-menu li a:hover {
  background-color: #0268b3;
  color: #fff; }

.template-header .nav-menu .sub-menu li a::before {
  display: none; }

.template-header .nav-menu .sub-menu .sub-menu {
  left: 100%;
  top: 50%; }

.template-header .nav-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.template-header .nav-menu .sub-menu li:hover > .sub-menu {
  top: 0; }

.template-header .search-btn {
  font-size: 18px;
  color: #161c2d; }

.template-header .search-btn.search-border-right {
  margin-right: 40px;
  padding-right: 30px;
  border-right: 2px solid #dcdde0; }

.template-header .user-login {
  font-size: 18px;
  font-weight: 500;
  color: #161c2d; }

.template-header .user-login i {
  margin-right: 5px; }

.template-header .user-login:hover {
  color: #0268b3; }

.template-header .user-login.user-login-border-right {
  padding-right: 30px;
  border-right: 2px solid #282a33; }

.template-header .header-extra > li {
  line-height: 1; }

.template-header .header-extra > li:not(:first-child) {
  margin-left: 35px; }

.template-header .off-canvas-btn {
  width: 50px; }

.template-header .off-canvas-btn span {
  display: block;
  height: 4px;
  background-color: #161c2d;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.template-header .off-canvas-btn span:nth-child(2) {
  margin: 10px 0; }

.template-header .off-canvas-btn span:nth-child(1) {
  margin-left: 8px; }

.template-header .off-canvas-btn span:nth-child(3) {
  margin-right: 8px; }

.template-header .off-canvas-btn:hover span:nth-child(1) {
  margin-left: 0;
  margin-right: 8px; }

.template-header .off-canvas-btn:hover span:nth-child(3) {
  margin-right: 0;
  margin-left: 8px; }

.template-header .template-btn {
  padding: 13px 32px; }

.template-header .navbar-toggler {
  width: 30px;
  padding: 5px;
  font-size: 0;
  border-radius: 3px;
  background-color: #eef0f2; }

.template-header .navbar-toggler span {
  display: block;
  height: 2px;
  background-color: #161c2d; }

.template-header .navbar-toggler span:nth-child(2) {
  margin: 5px 0; }

.template-header.navbar-right .nav-menu ul > li:last-child {
  margin-right: 0; }

.template-header.navbar-right .nav-menu ul > li:last-child > a {
  padding-right: 0; }

.template-header.navbar-right .nav-menu ul > li:last-child > a::before {
  left: auto;
  right: 0; }

.template-header.navbar-right .header-right .header-extra {
  margin-left: 40px; }

.template-header.navbar-left .nav-menu > ul > li:first-child {
  margin-left: 0; }

.template-header.navbar-left .nav-menu > ul > li:first-child > a {
  padding-left: 0; }

.template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
  left: 0; }

.template-header.navbar-left .header-left .brand-logo {
  margin-right: 100px; }

.template-header.logo-center .header-left,
.template-header.logo-center .header-right {
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%; }

.template-header.logo-center .header-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.template-header.logo-center .header-center {
  max-width: 16%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.template-header.absolute-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.template-header.bordered-header .header-inner {
  border-bottom: 1px solid #282a33; }

.template-header.bordered-header .nav-menu li a {
  color: #fff; }

.template-header.bordered-header .nav-menu li a::before {
  background-color: #42a66c; }

.template-header.bordered-header .nav-menu li .sub-menu a {
  color: #161c2d; }

.template-header.bordered-header .nav-menu li .sub-menu a:hover {
  background-color: #42a66c;
  color: #fff; }

.template-header.bordered-header .user-login i,
.template-header.bordered-header .nice-select::before {
  color: #42a66c; }

.template-header.bordered-header .search-btn,
.template-header.bordered-header .nice-select,
.template-header.bordered-header .user-login {
  color: #fff; }

.template-header.bordered-header .navbar-toggler {
  border-color: #fff; }

.template-header.bordered-header .navbar-toggler span {
  background-color: #fff; }

.template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a {
  color: #fff; }

.template-header.nav-white-color:not(.sticky-on)
.nav-menu
> ul
> li
> a::before {
  background-color: #fff; }

.template-header.nav-white-color:not(.sticky-on) .search-btn,
.template-header.nav-white-color:not(.sticky-on) .user-login,
.template-header.nav-white-color:not(.sticky-on) .nice-select,
.template-header.nav-white-color:not(.sticky-on) .nice-select::before {
  color: #fff; }

.template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
  background-color: #fff; }

.template-header.nav-white-color:not(.sticky-on) .navbar-toggler {
  border-color: #fff; }

.template-header.nav-white-color:not(.sticky-on) .navbar-toggler span {
  background-color: #fff; }

.template-header.nav-primary-3 .nav-menu > ul > li > a {
  color: #161c2d; }

.template-header.nav-primary-3 .nav-menu > ul > li > a::before {
  background-color: #e95e6c; }

.template-header.nav-primary-3 .nav-menu > ul > li.active > a {
  color: #e95e6c; }

.template-header.nav-primary-3 .language-selection .nice-select {
  background-color: #fff; }

.template-header.nav-primary-3 .language-selection .nice-select::before {
  color: #e95e6c; }

.template-header.nav-primary-5 .nav-menu > ul > li > a {
  color: #161c2d; }

.template-header.nav-primary-5 .nav-menu > ul > li > a::before {
  background-color: #5580ff; }

.template-header.nav-primary-5 .nav-menu > ul > li.active > a {
  color: #5580ff; }

.template-header.nav-primary-5 .language-selection .nice-select {
  background-color: #fff; }

.template-header.nav-primary-5 .language-selection .nice-select::before {
  color: #5580ff; }

.template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover {
  background-color: #f4732a; }

.template-header.submenu-seconday-color.sticky-on .nav-menu li a::before {
  background-color: #f4732a; }

.template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a {
  color: #f4732a; }

.template-header.submenu-seconday-color.sticky-on
.nav-menu
> ul
> li
> a:hover {
  color: #f4732a; }

.template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
  background-color: #e95e6c; }

.template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover {
  background-color: #0268b3; }

.template-header.submenu-primary-4.sticky-on .nav-menu li a::before {
  background-color: #0268b3; }

.template-header.submenu-primary-4.sticky-on .nav-menu li.active > a {
  color: #0268b3; }

.template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
  color: #0268b3; }

.template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
  background-color: #5580ff; }

.template-header.nav-primary-7 .nav-menu > ul > li > a {
  color: #000002; }

.template-header.nav-primary-7 .nav-menu > ul > li > a::before {
  background-color: #ff5d0c; }

.template-header.nav-primary-7 .nav-menu > ul > li.active > a {
  color: #ff5d0c; }

.template-header.nav-primary-7 .nav-menu li .sub-menu a:hover {
  background-color: #ff5d0c; }

.template-header.nav-primary-7 .template-btn {
  background-color: #ff5d0c;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
  padding: 18px 30px; }

.template-header.nav-primary-7 .template-btn:hover {
  background-color: #000002; }

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li {
  line-height: 95px; }

.template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
  top: auto;
  bottom: 0; }

.template-header.nav-border-bottom:not(.sticky-on)
.nav-menu
li:hover
> .sub-menu {
  visibility: visible;
  opacity: 1; }

.template-header.nav-border-bottom:not(.sticky-on)
.nav-menu
.sub-menu
li:hover
> .sub-menu {
  top: 0; }

.template-header.sticky-header .sticky-logo {
  display: none; }

.template-header.sticky-header.sticky-on {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
  background-color: #fff; }

.template-header.sticky-header.sticky-on .nav-menu ul li {
  line-height: 60px; }

.template-header.sticky-header.sticky-on .sticky-logo {
  display: block; }

.template-header.sticky-header.sticky-on .main-logo {
  display: none; }

.template-header.sticky-header.bordered-header.sticky-on {
  background-color: #191a1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #282a33; }

.template-header.sticky-header.bordered-header.sticky-on .header-inner {
  border-bottom: 0; }

/*=======  Header Search  =======*/
.search-area {
  background: rgba(23, 26, 33, 0.85); }

.search-area .modal-dialog {
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search-area form {
  max-width: 555px;
  position: relative; }

.search-area .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.search-area .modal-content:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.search-area input {
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
  width: 100%;
  padding-right: 40px; }

.search-area .search-btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 0;
  color: #fff;
  border: none; }

/*======= Footer =======*/
.footer-widgets .widget {
  position: relative;
  margin-bottom: 50px;
  color: #ccc;
  font-size: 14px; }

.footer-widgets .widget a:not(.template-btn) {
  color: #6e727d; }

.footer-widgets .widget a:not(.template-btn):hover {
  color: #0268b3; }

.footer-widgets .widget .copyright-text a {
  color: #0268b3; }

.footer-widgets .widget .social-links li {
  display: inline-block; }

.footer-widgets .widget .social-links li a {
  height: 35px;
  width: 35px;
  background: #ecebfd;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #161c2d; }

.footer-widgets .widget .social-links li a:hover {
  background-color: #0268b3;
  color: #fff; }

.footer-widgets .widget .social-links.primary-color-3 a:hover {
  background-color: #e95e6c;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36); }

.footer-widgets .widget .social-links.bordered-style li a {
  background-color: transparent;
  border: 2px solid #0268b3;
  color: #0268b3; }

.footer-widgets .widget .social-links.bordered-style li a:hover {
  background-color: #0268b3;
  color: #fff; }

.footer-widgets .widget .download-links {
  margin-top: 20px; }

.footer-widgets .widget .download-links li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1; }

.footer-widgets .widget .download-links li a {
  font-size: 24px; }

.footer-widgets .widget .download-links li a:hover {
  color: #5580ff; }

.footer-widgets .widget .widget-title {
  font-size: 20px;
  margin-bottom: 35px; }

.footer-widgets .widget.text-block-widget img {
  margin-bottom: 30px; }

.footer-widgets .widget.text-block-widget .contact-link {
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
  margin-top: 15px; }

.footer-widgets .widget.text-block-widget .contact-link i {
  color: #0268b3; }

.footer-widgets .widget.nav-widget ul li a {
  padding-left: 20px;
  position: relative; }

.footer-widgets .widget.nav-widget ul li a::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  font-size: 14px;
  top: 2px; }

.footer-widgets .widget.nav-widget ul li:not(:last-child) {
  margin-bottom: 10px; }

.footer-widgets .widget.contact-widget li a {
  position: relative;
  padding-left: 35px; }

.footer-widgets .widget.contact-widget li a i {
  position: absolute;
  left: 0;
  top: 7px;
  color: #0268b3; }

.footer-widgets .widget.contact-widget li a:hover {
  color: #0268b3; }

.footer-widgets .widget.contact-widget li:not(:last-child) {
  margin-bottom: 10px; }

.footer-widgets .widget.instagram-feed .instagram-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img {
  padding: 5px;
  border-radius: 7px;
  position: relative; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img a {
  display: block; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 7px; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  background-color: #0268b3;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img a {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

.footer-widgets
.widget.instagram-feed
.instagram-images
.single-img:hover::after {
  opacity: 0.75;
  visibility: visible; }

.footer-widgets .widget.instagram-feed .instagram-images .single-img:hover a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.footer-widgets .widget .newsletter-form form {
  position: relative; }

.footer-widgets .widget .newsletter-form form input {
  height: 70px;
  border: 2px solid #282a33;
  background-color: transparent;
  border-radius: 7px;
  padding-right: 80px;
  padding-left: 30px; }

.footer-widgets .widget .newsletter-form form button {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  background-color: #42a66c;
  color: #fff;
  font-size: 15px; }

.footer-copyright {
  padding: 30px 0;
  font-size: 12px; }

.footer-copyright .social-links li {
  display: inline-block; }

.footer-copyright .social-links li a {
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 15px;
  color: #656871; }

.footer-copyright .social-links li a:hover {
  color: #42a66c; }

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #161c2d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

.back-to-top:hover {
  color: #fff; }

.back-to-top.show {
  right: 30px;
  visibility: visible;
  opacity: 1; }

.template-footer.footer-with-image {
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #0268b3;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

.template-footer.footer-white-color .footer-widgets .widget,
.template-footer.footer-white-color .footer-widgets .widget a {
  color: #fff; }

.template-footer.footer-white-color .footer-widgets .widget a:hover {
  color: #fff; }

.template-footer.footer-white-color .footer-widgets .widget .widget-title {
  color: #fff; }

.template-footer.footer-white-color
.footer-widgets
.widget.contact-widget
li
a
i {
  color: #fff; }

.template-footer.footer-white-color .footer-widgets .widget .social-links li a {
  background-color: #fff;
  color: #161c2d; }

.template-footer.footer-white-color
.footer-widgets
.widget
.social-links
li
a:hover {
  background-color: #161c2d;
  color: #fff; }

.template-footer.footer-white-color
.footer-widgets
.widget
.social-links.bordered-style
li
a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.template-footer.footer-white-color
.footer-widgets
.widget
.social-links.bordered-style
li
a:hover {
  background-color: #f4732a;
  border-color: #f4732a;
  color: #fff; }

.template-footer.footer-white-color .footer-copyright,
.template-footer.footer-white-color .footer-copyright a {
  color: #fff; }

.template-footer.footer-secondary-4-bg {
  background-color: #2b354f; }

.template-footer.footer-secondary-4-bg .footer-widgets .widget,
.template-footer.footer-secondary-4-bg .footer-widgets .widget a {
  color: #8496c6; }

.template-footer.footer-secondary-4-bg .footer-widgets .widget a:hover {
  color: #fff; }

.template-footer.footer-secondary-4-bg .footer-widgets .widget .widget-title {
  color: #fff; }

.template-footer.footer-secondary-4-bg
.footer-widgets
.widget.contact-widget
li
a
i {
  color: #0268b3; }

.template-footer.footer-secondary-4-bg
.footer-widgets
.widget
.social-links
li
a {
  background-color: #404767;
  color: #8496c6; }

.template-footer.footer-secondary-4-bg
.footer-widgets
.widget
.social-links
li
a:hover {
  background-color: #0268b3;
  color: #fff; }

.template-footer.footer-secondary-4-bg .footer-copyright {
  border-top: 1px solid #394565; }

.template-footer.footer-secondary-4-bg .footer-copyright,
.template-footer.footer-secondary-4-bg .footer-copyright a {
  color: #8496c6; }

.template-footer.footer-bordered .footer-widgets {
  padding-top: 80px;
  padding-bottom: 30px; }

.template-footer.footer-bordered .footer-widgets .widget,
.template-footer.footer-bordered .footer-widgets .widget a {
  color: #656871; }

.template-footer.footer-bordered .footer-widgets .widget a:hover {
  color: #fff; }

.template-footer.footer-bordered .footer-widgets .widget .widget-title {
  color: #fff; }

.template-footer.footer-bordered .footer-widgets .widget.contact-widget li a i {
  color: #656871; }

.template-footer.footer-bordered .footer-copyright {
  border-top: 1px solid #282a33;
  padding: 20px 0; }

.template-footer.footer-bordered .footer-copyright,
.template-footer.footer-bordered .footer-copyright a {
  color: #656871; }

.template-footer.footer-bordered .footer-widget-left {
  padding-right: 80px;
  position: relative; }

.template-footer.footer-bordered .footer-widget-left::after {
  content: "";
  position: absolute;
  width: 1px;
  top: -80px;
  bottom: -80px;
  right: 20px;
  background-color: #282a33; }

.template-footer.webinar-footer .newsletters-title h4 {
  font-size: 45px; }

.template-footer.webinar-footer .newsletters-form form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.template-footer.webinar-footer .newsletters-form form input {
  height: 55px;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 500; }

.template-footer.webinar-footer .newsletters-form form button {
  height: 55px;
  padding: 0 35px;
  margin-left: 10px;
  background-color: #ff5d0c;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  min-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.template-footer.webinar-footer .newsletters-form form button:hover {
  background-color: #000002; }

.template-footer.webinar-footer .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0; }

.template-footer.webinar-footer .copyright-area .footer-nav li {
  display: inline-block; }

.template-footer.webinar-footer
.copyright-area
.footer-nav
li:not(:first-child) {
  margin-left: 25px; }

.template-footer.webinar-footer .copyright-area .footer-nav li a {
  color: #6e727d;
  font-size: 17px; }

.template-footer.webinar-footer .copyright-area .copyright-text {
  font-size: 17px; }

.template-footer.webinar-footer .copyright-area .copyright-text a {
  color: #ff5d0c; }

.template-footer.webinar-footer .copyright-area .copyright-text a i {
  margin-left: 5px; }

.elena-options {
  position: fixed;
  display: block;
  z-index: 99998;
  padding: 20px;
  width: 245px;
  background: #fff;
  right: -245px;
  text-align: left;
  top: 50%;
  margin-top: -172.95px;
  -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  z-index: 10; }

.elena-options .icon {
  position: absolute;
  left: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #444;
  text-align: center;
  background: #fff;
  color: #0268b3;
  top: 0;
  cursor: pointer;
  -webkit-box-shadow: -7px 1px 8px #00000012;
  box-shadow: -7px 1px 8px #00000012; }

.elena-options .icon i {
  cursor: pointer; }

.elena-options h4 {
  display: block;
  font-size: 15px;
  margin-bottom: 10px; }

.elena-options .single-option p {
  line-height: 20px;
  margin-bottom: 15px; }

.elena-options ul li {
  font-weight: 500;
  font-size: 14px; }

.elena-options ul li a {
  color: #555; }

.elena-options span {
  width: 48px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #f5f5f5;
  position: relative; }

.elena-options span.skin1 {
  background: #0268b3; }

.elena-options span.skin2 {
  background: #f3a712; }

.elena-options span.skin3 {
  background: #fc6761; }

.elena-options span.skin4 {
  background: #38ada9; }

.elena-options .single-option {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  outline: none; }

.elena-options .single-option:last-child {
  margin: 0;
  padding: 0;
  border: none; }

.elena-options span {
  position: relative; }

/*=======  Off Canvas And Mobile Slide Panel  =======*/
.off-canvas-wrapper,
.mobile-slide-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
  max-width: 400px;
  height: 100vh;
  background-color: #fff;
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: #161c2d; }

.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 40px 30px; }

.mobile-slide-panel .mobile-logo {
  margin-bottom: 15px; }

.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 8px 45px 8px 8px;
  border-bottom: 1px solid #e5e5e5;
  color: #161c2d;
  font-size: 15px;
  font-weight: 500; }

.mobile-slide-panel .mobile-menu li a .dd-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  border-left: 1px solid #e5e5e5; }

.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px; }

.mobile-slide-panel .mobile-menu li.active > a {
  color: #0268b3; }

.mobile-slide-panel .mobile-menu li.active > a::before {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 10px); }

.mobile-slide-panel .mobile-menu li a:hover,
.mobile-slide-panel .mobile-menu li a:focus {
  color: #0268b3;
  background-color: #e9ecef; }

.mobile-language {
  width: 100%;
  height: 35px;
  margin-bottom: 15px; }
  .mobile-language .language-selection .nice-select {
    width: 100px;
    height: 35px;
    padding: 0 15px 0 40px; }
  .mobile-language .language-selection .nice-select::before {
    left: 15px; }
  .mobile-language .nice-select::after {
    right: 20px; }

.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: #161c2d; }

.off-canvas-wrapper .canvas-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: #161c2d; }

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
  margin-bottom: 40px; }

.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px; }

.off-canvas-wrapper .contact-us li:not(:last-child) {
  margin-bottom: 25px; }

.off-canvas-wrapper .contact-us li,
.off-canvas-wrapper .contact-us li a {
  color: #6e727d; }

.off-canvas-wrapper .contact-us li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #0268b3;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
  opacity: 1;
  visibility: visible; }

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px; }

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4; }

.brand-logo img {
  width: 240px; }

.btn {
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.btn-primary,
.btn-secondary {
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent; }

.btn-primary:hover {
  -webkit-box-shadow: inset 0 0 0 0 #0268b3;
  box-shadow: inset 0 0 0 0 #0268b3; }

.btn-secondary:hover {
  -webkit-box-shadow: inset 0 0 0 0 #f4732a;
  box-shadow: inset 0 0 0 0 #f4732a; }

.btn-square {
  width: 36px;
  height: 36px; }

.btn-sm-square {
  width: 30px;
  height: 30px; }

.btn-lg-square {
  width: 48px;
  height: 48px; }

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.nav-pills > li > a,
.nav-tabs > li > a {
  color: #333; }

.nav-pills > a {
  color: #333; }

.nav-tabs-custom {
  border-bottom: 2px solid #edeff1; }

.nav-tabs-custom .nav-item {
  position: relative; }

.nav-tabs-custom .nav-item .nav-link {
  border: none; }

.nav-tabs-custom .nav-item .nav-link.active {
  color: #3051d3; }

.nav-tabs-custom .nav-item .nav-link.active:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.nav-tabs-custom .nav-item .nav-link:after {
  content: "";
  background: #3051d3;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0); }

.brand-logo img {
  max-height: 100px; }

/*** Carousel ***/
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  background: none;
  border: 0; }

.header-carousel .carousel-item {
  height: 445px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f4f9fc; }

.header-carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.7);
  z-index: 1; }

@media (max-width: 576px) {
  .header-carousel .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important; }
  .header-carousel .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important; } }

.header-carousel .carousel-control-prev-icon,
.header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: #000; }

.header-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.header-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.notice .row {
  margin: 0; }

.notice .notice-title {
  width: 150px;
  text-align: left;
  font-size: 18px;
  color: #0268b3;
  font-weight: bold;
  line-height: 32px; }

.notice .notice-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 32px;
  display: none; }
  .notice .notice-content a {
    color: #333;
    background-color: #fff;
    margin-right: 20px; }
    .notice .notice-content a:hover {
      color: #0268b3; }

.notice .notice-more {
  display: none;
  width: 60px;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  color: #333; }
  .notice .notice-more:hover {
    color: #0268b3; }

.page-top {
  height: 30px;
  line-height: 30px;
  background-color: #004070; }
  .page-top a {
    color: #eef9ff;
    border-color: #eef9ff; }
  .page-top .btn-sm-square {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .page-top .btn-sm {
    padding: 0;
    font-size: 14px; }
  .page-top .top-wechat {
    margin-left: 3px; }

.index-news .nav-tabs .nav-item.show .nav-link,
.index-news .nav-tabs .nav-link.active {
  background: none; }

.index-news .carousel-inner {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }

.index-news .carousel-item {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.index-news .index-news-card {
  font-size: 16px;
  background-color: #f7f5f1;
  border-bottom: solid 1px #d7c8b2; }
  .index-news .index-news-card .nav-tabs {
    width: 50%; }
  .index-news .index-news-card .nav-tabs-custom .nav-item .nav-link.active {
    color: #0268b3; }
  .index-news .index-news-card .nav-tabs-custom .nav-item .nav-link:after {
    bottom: -3px;
    background: #0268b3; }

.index-news .news-view-t {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 14px 0 10px;
  line-height: 50px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px; }
  .index-news .news-view-t a {
    color: #fff; }

.index-news .index-news-item {
  width: 100%;
  border-bottom: dotted 1px #b1b7bb;
  background-color: #fff;
  padding-top: 15px;
  margin-bottom: 15px; }
  .index-news .index-news-item a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #0268b3;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .index-news .index-news-item span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #2e2e2e !important;
    line-height: 30px; }

.index-news .index-news-more {
  display: block;
  text-align: right; }
.index-news .index-news-more .btn {
  font-size: 12px; }

.index-news .index-news-list {
  padding: 15px;
  padding-left: 0px;
  padding-right: 0px; }
  .index-news .index-news-list li {
    position: relative;
    margin-bottom: 0.9rem;
    font-size: 14px;
    height: 24px;
    line-height: 24px; }
    .index-news .index-news-list li:hover a {
      color: #0268b3; }
    .index-news .index-news-list li a {
      width: 100%;
      display: inline-block;
      padding-right: 138px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333; }
    .index-news .index-news-list li .news-date {
      position: absolute;
      top: 0;
      right: 0;
      color: #0268b3;
      font-size: 12px; }

.section-title {
  border-bottom: solid 1px #0268b3;
  margin-bottom: 50px;
  height: 50px;
  line-height: 1; }
  .section-title h3 {
    display: inline-block;
    height: 50px;
    border-bottom: solid 2px #0268b3;
    font-size: 26px;
    color: #0268b3;
    font-weight: 500; }

.index-products {
  background: #f4f9fc;
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 120, 235, 0.05)), to(rgba(40, 120, 235, 0.05))), url(../images/bg-image.jpg);
  background: linear-gradient(rgba(40, 120, 235, 0.05), rgba(40, 120, 235, 0.05)), url(../images/bg-image.jpg);
  }

.latest-works .single-slider {
  -webkit-box-shadow: 0px 4px 10px #0000001a;
  box-shadow: 0px 4px 10px #0000001a;
  background-color: #fff;
  margin-bottom: 15px; }

.latest-works .single-slider .t-content {
  text-align: center;
  padding: 25px 15px;
  position: relative; }

.latest-works .single-slider .t-content .name {
  line-height: 22px; }

.latest-works .single-slider .t-content .name a {
  font-size: 20px;
  color: #2e2751;
  text-transform: capitalize; }

.latest-works .single-slider .t-content .name a:hover {
  color: #0268b3; }

.latest-works .single-slider .t-content .designation {
  position: relative;
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  margin-top: 5px; }

.latest-works .single-slider .t-content .designation::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #f3a712; }

.latest-works .single-slider .t-content .text {
  font-size: 14px; }

.latest-works .single-slider .t-content p {
  line-height: 22px; }

.latest-works .single-work {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 9; }

.latest-works .single-work:before {
  background: rgba(9, 30, 62, 0.7);
  top: 0px;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5; }

.latest-works .single-work:hover:before {
  opacity: 0.9;
  visibility: visible; }

.latest-works .single-work img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1; }

.latest-works .single-work:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.latest-works .single-work .works-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9; }

.latest-works .single-work:hover .works-hover {
  opacity: 1;
  visibility: visible; }

.latest-works .single-work .works-hover a {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.latest-works .single-work .works-hover h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block; }

.latest-works .single-work .works-hover h4 a {
  color: #fff; }

.latest-works .single-work:hover .works-hover h4 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.latest-works .single-work .works-hover p {
  color: #fff;
  font-size: 15px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.latest-works .single-work:hover .works-hover p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.latest-works .single-work .works-hover .link {
  font-size: 13px;
  color: #fff;
  background: transparent;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 9999;
  border-radius: 100%;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  line-height: 39px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 35px;
  bottom: 35px; }

.latest-works .single-work .works-hover .link:hover {
  background: #fff;
  color: #0268b3;
  border-color: transparent; }

.single-work-view {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.single-work-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.latest-works .single-work:hover .single-work-view {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.partner-slider .slick-slide {
  margin-right: 10px; }

.partner-slider .single-client {
  height: 100px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #fff; }
  .partner-slider .single-client:hover {
    border: 1px solid #ecebfd; }
  .partner-slider .single-client a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .partner-slider .single-client a img {
      max-width: 100%;
      max-height: 100%; }

.template-footer {
  background-color: #091e3e;
  background-image: url(../images/map-1.png); }

.footer-widgets .widget .widget-title {
  color: #fff; }

.footer-widgets .widget li {
  color: #ccc; }
  .footer-widgets .widget li:hover {
    color: #fff; }

.page-main {
  position: relative; }
  .page-main .page-banner {
    position: relative;
    width: 100%;
    height: 345px;
    background-position: center;
    background-repeat: no-repeat; }
  .page-main .page-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .page-main .page-menu-nav {
    height: 74px;
    display: block;
    margin: 0 auto;
    background-color: #af9165;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .page-main .page-menu-nav ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 74px;
    background-color: #af9165;
    border-top-left-radius: 5px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .page-main .page-menu-nav ul li {
    display: inline-block;
    width: 125px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .page-main .page-hover {
    background-color: #bfa784; }
  .page-main .page-menu-nav ul li a {
    color: #fff;
    display: block;
    height: 74px;
    width: 125px;
    word-wrap: break-word; }
  .page-main .page-menu-nav ul li a:hover {
    color: #fff;
    display: block;
    height: 74px;
    width: 125px;
    background-color: #bfa784; }
  .page-main .page-menu-nav ul li.page-nav-long {
    width: auto; }
    .page-main .page-menu-nav ul li.page-nav-long a {
      padding: 0 10px;
      width: auto; }
  .page-main .page-menu-nav ul li.page-nav-long.page-hover {
    padding: 0 10px; }
  .page-main .page-nav a:hover {
    color: #fff; }
  .page-main .app-page-menu {
    display: none; }
    .page-main .app-page-menu .btn {
      padding-right: 30px;
      height: 50px;
      width: 100%;
      border: none;
      border-radius: 0;
      background-color: #af9165; }
      .page-main .app-page-menu .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-main .app-page-menu .dropdown-toggle::after {
      position: absolute;
      top: 24px;
      right: 15px; }
    .page-main .app-page-menu .dropdown-menu {
      width: 100%;
      border-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      -webkit-transform: translate3d(0px, 50px, 0px) !important;
      transform: translate3d(0px, 50px, 0px) !important; }
  .page-main .weizhi {
    padding-right: 30px;
    height: 74px;
    line-height: 74px;
    color: #fff; }
  .page-main .weizhi img {
    display: block;
    float: right;
    margin-top: 25px;
    margin-right: 12px; }
  .page-main .weizhi span {
    display: block;
    line-height: 16px;
    height: 16px;
    margin-top: 28px; }
  .page-main .page-details {
    background-color: #f8f6f3;
    padding-bottom: 50px; }
  .page-main .details-content {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 50px; }
    .page-main .details-content .page-title {
      padding-top: 90px;
      margin-bottom: 45px;
      padding-left: 25px; }
      .page-main .details-content .page-title::after {
        content: "";
        display: block;
        margin-top: 25px;
        width: 70px;
        height: 2px;
        background-color: #a48d64; }
      .page-main .details-content .page-title h3 {
        font-weight: 500;
        font-size: 30px; }
    .page-main .details-content .container {
      padding: 0 25px 100px; }
    .page-main .details-content .photonews-list {
      margin-bottom: 35px;
      border-bottom: dashed 1px #e4e4e4; }
    .page-main .details-content .photonews-list img {
      display: block;
      width: 240px;
      height: 160px;
      border-radius: 5px;
      float: left; }
    .page-main .details-content .photonews-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      font-size: 22px;
      color: #3e3e3e; }
      .page-main .details-content .photonews-title a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .page-main .details-content .photonews-title span {
      display: block;
      width: 100px;
      font-size: 14px;
      color: #af9165;
      padding-top: 10px;
      text-align: right; }
    .page-main .details-content .photonews-content {
      display: block;
      width: 100%;
      min-height: 90px;
      font-size: 14px;
      color: #808080;
      line-height: 30px;
      padding: 10px 0; }
    .page-main .details-content .news-title {
      padding-top: 80px;
      padding-bottom: 25px;
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      color: #2e2e2e; }
    .page-main .details-content .news-date {
      font-size: 14px;
      color: #af9165;
      text-align: center;
      line-height: 28px;
      padding-bottom: 35px;
      border-bottom: solid 1px #af9165; }
    .page-main .details-content .news-content {
      padding-top: 35px;
      padding-bottom: 80px;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-word; }
      .page-main .details-content .news-content img {
        max-width: 100%;
        height: auto !important;}
  .page-main .features-area {
    padding: 40px 0 70px; }
  .page-main .bizwheel-btn {
    text-align: center;
    margin: 0;
    padding: 13px 32px;
    background: #1a9f68;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid transparent;
    margin-right: 15px; }
  .page-main .bizwheel-btn:last-child {
    margin: 0; }
  .page-main .bizwheel-btn i {
    padding-left: 6px; }
  .page-main .bizwheel-btn.theme-2 {
    background: #f3a712;
    color: #fff; }
  .page-main .bizwheel-btn.radius {
    border-radius: 50px; }
  .page-main .bizwheel-btn:hover,
  .page-main .bizwheel-btn.theme-2:hover {
    background: #2e2751;
    color: #fff;
    -webkit-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5); }
  .page-main .single-feature {
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease; }
  .page-main .single-feature:hover,
  .page-main .single-feature.active {
    border-top-color: #0268b3; }
  .page-main .single-feature:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); }
  .page-main .single-feature .icon-head i {
    color: #f3a712;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-main .single-feature.active .icon-head i,
  .page-main .single-feature:hover .icon-head i {
    background: #0268b3;
    color: #fff;
    border-color: transparent; }
  .page-main .single-feature .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #f3a712;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-main .single-feature.active .icon-head i:after,
  .page-main .single-feature:hover .icon-head i:after {
    background: #fff; }
  .page-main .single-feature h4 {
    margin: 15px 0;
    height: 30px;
    line-height: inherit; }
  .page-main .single-feature h4 a {
    font-size: 14px;
    color: #2e2751;
    display: inline-block;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .page-main .single-feature p {
    height: 45px;
    font-size: 14px;
    overflow: hidden; }
  .page-main .bizwheel-btn.theme-2 {
    background: #f3a712;
    color: #fff;
    padding: 15px 32px; }
  .page-main .single-feature .button {
    margin-top: 15px; }
  .page-main .single-feature .button .bizwheel-btn {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: initial;
    border: none; }
  .page-main .single-feature .button .bizwheel-btn i {
    margin-right: 10px;
    background: #2e2751;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .page-main .single-feature.active .bizwheel-btn i,
  .page-main .single-feature:hover .bizwheel-btn i {
    color: #fff;
    background: #0268b3; }

.contact-main .contact-l {
  margin-bottom: 30px; }
  .contact-main .contact-l .address-map {
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.contact-main .contact_t {
  font-size: 24px; }

.qqjg-content .btdash {
  padding-bottom: 20px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-bottom: dashed 1px #e4e4e4;
  word-wrap: break-word; }

.dsyglc-content .nav-tabs {
  border: none; }

.dsyglc-content .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #f2f5fe;
  color: #161c2d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.dsyglc-content .nav-tabs .nav-item.show .nav-link,
.dsyglc-content .nav-tabs .nav-link.active {
  background-color: #af9165;
  color: #fff; }

.dsyglc-content .accordion-item {
  margin-top: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  padding: 0px 35px; }

.dsyglc-content .accordion-item:not(:last-child) {
  margin-bottom: 15px; }

.dsyglc-content .accordion-item .accordion-header .accordion-button {
  padding: 16px 0;
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  color: #000002;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.dsyglc-content .accordion-item .accordion-header .accordion-button::before {
  content: "\f007";
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-image: none;
  background-color: #ff5d0c;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.dsyglc-content .accordion-item .accordion-body {
  padding: 0 0 25px 45px; }

.dsyglc-content .accordion-item .accordion-button[aria-expanded="true"]::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.history-item:first-child .history-item-m .history-m-top {
  background-color: #fff; }

.history-item img {
  vertical-align: top; }

.history-item .history-item-l {
  width: 95px;
  text-align: right;
  vertical-align: top; }

.history-item .history-year {
  font-size: 38px;
  color: #af9165;
  line-height: 44px; }

.history-item .history-month {
  font-size: 14px;
  line-height: 40px;
  color: #9c9c9c; }

.history-item .history-item-m {
  width: 60px;
  text-align: center;
  vertical-align: top;
  background-image: url(../images/history-bg.png);
  background-position: center; }
  .history-item .history-item-m table {
    width: 100%; }
  .history-item .history-item-m .history-m-top {
    height: 20px; }
  .history-item .history-item-m .history-m-point {
    text-align: center; }

.history-item .history-item-r {
  text-align: left;
  vertical-align: top; }
  .history-item .history-item-r img {
    max-width: 100% !important; }

.history-item .history-title {
  line-height: 44px;
  font-size: 18px;
  font-weight: bold; }

.testimonial-slider {
  position: relative;
  z-index: 1; }

.testimonial-item {
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
  padding: 40px 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  margin: 15px; }

.testimonial-item::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: 15px;
  right: 15px;
  border-radius: 12px;
  background-color: #f2f5fe;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible; }

.testimonial-item .author-quote {
  margin-right: 30px;
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  position: relative; }

.testimonial-item .author-quote img {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.testimonial-item .author-quote i {
  font-size: 56px;
  color: #0268b3;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0.5; }

.testimonial-item .author-name {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1; }

.image-boxes-v3 .image-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.image-boxes-v3 .image-box .box-image {
  width: 130px;
  height: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 35px; }

.image-boxes-v3 .image-box .box-image img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.image-boxes-v3 .image-box .box-content .title {
  font-size: 24px;
  margin-bottom: 10px; }

.image-boxes-v3 .image-box::before {
  opacity: 0;
  visibility: hidden;
  left: -5px;
  top: -5px;
  z-index: -1;
  background-color: #0268b3;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transform-origin: left;
  transform-origin: left; }

.image-boxes-v3 .image-box::after {
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 1; }

.image-boxes-v3 .image-box:hover {
  -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
  box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1); }

.image-boxes-v3 .image-box:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.slick-current .testimonial-item::before {
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .page-main .details-content .row .col-lg-3 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 8px;
    padding-left: 8px; }
  /*.modal-dialog{*/
  /*  width: 1000px;*/
  /*  max-width: 1000px;*/
  /*}*/
}

.page-large {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.page-large a.on {
  border: 1px solid #a48d64;
  background: #a48d64;
  color: #fff; }

.page-large a {
  min-width: 34px;
  height: 34px;
  display: inline-block;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  float: left;
  text-indent: 0;
  color: #666666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 3px; }

.page-large .next-page {
  background: url(../images/small-next-page.png) center center no-repeat; }

.page-large .prev-page {
  background: url(../images/small-prev-page.png) center center no-repeat; }

@media (min-width: 1050px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-block {
    display: block !important; } }

@media (max-width: 1050px) {
  .template-header {
    padding: 10px 0; }
  .page-menu {
    display: none !important; }
  .app-page-menu {
    display: block !important; } }

@media (max-width: 1199px) {
  .index-news .tab-content {
    min-height: 300px; }
  .weizhi {
    display: none; }
  .brands-content .image-boxes-v3 .image-box {
    padding: 25px 15px; }
  .page-main .page-banner {
    background-size: cover;
    background-position: center;
    height: 250px; } }

@media (max-width: 1000px) {
  .header-carousel .carousel-item {
    height: 210px;
    background-size: cover; }
  .page-main .details-content .photonews-title {
    display: block; }
  .page-main .details-content .photonews-title span {
    text-align: left;
    margin-bottom: 25px; }
  .modal-dialog{
    width:100%;
  }
}

@media (max-width: 768px) {
  .brand-logo img {
    width: 200px; }
  .notice .notice-title {
    font-size: 14px;
    width: 85px; }
  .notice .notice-more {
    font-size: 12px;
    width: 35px; }
  .index-news .index-news-card .nav-tabs {
    width: 100%; }
  .section-title {
    height: 50px; }
    .section-title h3 {
      height: 50px;
      font-size: 18px; }
  .index-products {
    padding-bottom: 20px; }
  .latest-works .single-slider .t-content .name a {
    font-size: 16px; }
  .footer-widgets .widget .widget-title {
    font-size: 16px; }
  .footer-widgets .widget {
    font-size: 13px; }
  .index-news .index-news-list li a {
    padding-right: 90px; }
  .page-main .page-details {
    padding-bottom: 0; }
  .page-main .page-banner {
    background-size: cover;
    background-position: center;
    height: 180px; }
  .page-main .page-menu-nav {
    border-radius: 0; }
  .page-main .page-menu-nav ul {
    height: 74px;
    width: 100%;
    border-radius: 0; }
  .page-main .details-content .page-title {
    padding-left: 0;
    padding-top: 50px; }
    .page-main .details-content .page-title h3 {
      font-size: 26px; }
  .page-main .details-content .container {
    padding: 0 0 50px; }
  .page-main .single-feature h4 {
    margin: 10px 0;
    font-size: 16px; }
  .page-main .details-content .news-title {
    font-size: 24px; }
  .page-main .details-content .news-date {
    padding-bottom: 25px; }
  .history-item .history-item-l {
    width: 65px; }
  .history-item .history-year {
    font-size: 26px; }
  .history-item .history-item-m {
    width: 30px; }
  .image-boxes-v3 .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .image-boxes-v3 .image-box .box-image {
    margin-right: 0; }
  .dsyglc-content .accordion-item {
    padding: 0px 25px; }
  .case-list ul{
    justify-content: center;
  }
  .case-list ul .imgitembox{
    width: 100%;
  }
}
