@import url(bootstrap.min.css);
@import url(swiper.min.css);
@import url(magnific-popup.css);

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
/*font-family: 'Montserrat', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
/*font-family: 'Poppins', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
/*font-family: 'PT Serif', serif;*/

@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
/*font-family: 'Abril Fatface', cursive;*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/*font-family: 'Open Sans', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
/*font-family: 'Work Sans', sans-serif;*/

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
  border: 0;
  padding: 0;
}

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

em {
  font-style: italic;
}

a,
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Evogria";
  src: url("../fonts/Evogria.otf");
  src: local("../fonts/Evogria.otf"), local("Evogria"),
    url("../fonts/Evogria.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brume-Regular";
  src: url("../fonts/Brume-Regular.otf");
  src: local("../fonts/Brume-Regular.otf"), local("Brume-Regular"),
    url("../fonts/Brume-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right:before {
  content: "\e800";
} /* '' */
.icon-right-open:before {
  content: "\e801";
} /* '' */
.icon-camera:before {
  content: "\e802";
} /* '' */
.icon-search:before {
  content: "\e803";
} /* '' */
.icon-download-alt:before {
  content: "\e804";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-right-circled2:before {
  content: "\f18e";
} /* '' */
.icon-left-circled2:before {
  content: "\f190";
} /* '' */

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?17227426");
  src: url("../font/fontello.eot?17227426#iefix") format("embedded-opentype"),
    url("../font/fontello.woff?17227426") format("woff"),
    url("../font/fontello.ttf?17227426") format("truetype"),
    url("../font/fontello.svg?17227426#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}
html.overflow {
  overflow: hidden;
}
.container {
  max-width: 1450px !important;
}

header {
  padding: 60px 130px 0 130px;
  width: 100%;
  float: left;
}
header .logo {
  float: left;
  position: relative;
  z-index: 500;
}
header .logo h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 42px;
  color: #262c31;
}
header .logo h4 span {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: calc(1rem * 0.001 * 40);
}
header .right {
  float: right;
}
header .right .menu-toggle {
  background: #bdd0d5;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  padding: 20px 17px;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 500;
}
header .right .menu-toggle span {
  margin-bottom: 5px;
  display: block;
  width: 20px;
  height: 3px;
  background: #262c31;
  float: right;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .right .menu-toggle span:first-child {
  width: 30px;
  height: 3px;
  background: #262c31;
}
header .right .menu-toggle.active span:nth-child(2) {
  width: 30px;
}
header .right .menu-toggle.active span:last-child {
  width: 30px;
}

header .right .search {
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 401;
  cursor: pointer;
}
header .right .search img {
  width: 23px;
}
header .right .social {
  float: right;
  margin-top: 20px;
  margin-right: 130px;
}
header .right .social ul li {
  float: left;
  margin: 0 15px;
  position: relative;
}
header .right .social ul li .toggle {
  position: absolute;
  left: 65%;
  font-size: 12px;
  bottom: -45px;
  width: 100px;
  text-align: center;
  background: #bdd0d5;
  transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  padding: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 9999;
}

header .right .social ul li .toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  text-align: center;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent #bdd0d5 transparent;
}
header .right .social ul li:hover .toggle {
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
}
header .right .social ul li a {
  color: #3c444b;
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

header .right .social ul li a:after {
  display: none;
}
header .right .social ul li:hover a {
  color: #bdd0d5;
}
header .menu {
  position: absolute;
  left: 0;
  top: -110%;
  visibility: hidden;
  background: #dbe9ed;
  width: 100%;
  height: 100vh;
  z-index: 400;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .menu:after {
  content: "";
  position: absolute;
  right: -750px;
  top: -135px;
  background: url(../img/elipse.png) center center no-repeat;
  width: 1400px;
  height: 1300px;
}
header .menu.active {
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  top: 0;
  visibility: visible;
}
header .menu span {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  right: 450px;
  top: 150px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #262c31;
  font-size: 61px;
  line-height: 74px;
  letter-spacing: calc(1rem * 0.001 * 25);
}
header .menu ul {
  width: 25%;
  height: 100vh;
  padding-top: 100px;
}

header .menu ul li a {
  color: #262c31;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .menu ul li a:hover {
  color: #73949d;
}
header .menu ul li.double a {
  line-height: 45px;
}
header .menu ul li small {
  font-size: 35px;
}
header .menu ul li {
  width: 300px;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -ms-transition: 2s;
  position: relative;
}
header .menu .open-menu {
  position: absolute;
  left: 100%;
  top: -87px;
  z-index: 5000;
  display: none;
}
header .menu .open-menu ul {
  width: 350px;
  height: auto;
  padding-top: 0;
}
header .menu .open-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 17px;
}
header .menu .open-menu ul li a:hover {
  font-weight: 700;
}

header .menu ul li:first-child {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
}
header .menu ul li:nth-child(2) {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
header .menu ul li:nth-child(3) {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
header .menu ul li:nth-child(4) {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
header .menu ul li:nth-child(5) {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
}
header .menu ul li:nth-child(6) {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
}
header .menu ul li:nth-child(7) {
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
}
header .menu ul li:nth-child(8) {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
header .menu ul li:nth-child(9) {
  transform: translateY(90px);
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -o-transform: translateY(90px);
  -ms-transform: translateY(90px);
}
header .menu ul li:nth-child(10) {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}
header .menu ul li:nth-child(11) {
  transform: translateY(110px);
  -webkit-transform: translateY(110px);
  -moz-transform: translateY(110px);
  -o-transform: translateY(110px);
  -ms-transform: translateY(110px);
}
header .menu ul li:last-child {
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -o-transform: translateY(120px);
  -ms-transform: translateY(120px);
}
header .menu.active ul li {
  transform: translateY(100px) !important;
  -webkit-transform: translateY(100px) !important;
  -moz-transform: translateY(100px) !important;
  -o-transform: translateY(100px) !important;
  -ms-transform: translateY(100px) !important;
}
header .menu.active .menu-social ul li {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
}
header .menu-social {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  height: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 40;
}
header .menu-social ul {
  width: 100%;
  display: flex;
  height: 50px;
  justify-content: center;
  padding-top: 0;
}
header .menu-social ul li {
  float: left;
  width: auto;
}
header .menu-social ul li a {
  font-size: 12px !important;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #262c31;
  padding: 15px 30px;
  margin: 0 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .menu-social ul li a:hover {
  background: #262c31;
  color: #ffffff;
}
header .search-box {
  position: absolute;
  left: 0;
  top: -120%;
  z-index: 80000;
  width: 100%;
  height: 100vh;
  background: #000000d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
header .search-box.active {
  top: 0;
}
header .search-box form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 500px;
}
header .search-box form:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0px;
  background: #fff;
  height: 2px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .search-box form.active:after {
  width: 93%;
}
header .search-box input {
  width: 500px;
  height: 60px;
  padding: 0 25px;
  color: #fff;
  border-bottom: 2px solid #ffffff2e;
}
header .search-box button {
  color: #ffffffc7;
  font-size: 25px;
  position: relative;
  left: -50px;
  outline: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header .search-box button:hover {
  color: #fff;
}
header .search-box span {
  position: absolute;
  right: 200px;
  top: 150px;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.main-slider {
  width: 100%;
  float: left;
  height: 86vh;
}
.main-slider img {
  height: 86vh;
}
.main-slider .swiper-button {
  position: absolute;
  z-index: 500;
  left: 130px;
  top: 265px;
}
.main-slider .swiper-button .right .black {
  display: none;
}
.main-slider .swiper-button .right .white {
  display: block;
}
.main-slider .swiper-button .right:hover .white {
  display: none;
}
.main-slider .swiper-button .right:hover .black {
  display: block;
}
.main-slider .swiper-button .left .black {
  display: none;
}
.main-slider .swiper-button .left .white {
  display: block;
}
.main-slider .swiper-button .left:hover .white {
  display: none;
}
.main-slider .swiper-button .left:hover .black {
  display: block;
}
.main-slider .swiper-button img {
  width: 30px !important;
  height: auto !important;
}
.main-slider .swiper-button i {
  font-size: 30px;
  color: #c4c5c6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.main-slider .swiper-button i:hover {
  color: #262c31;
}
.main-slider .swiper-button .right {
  margin-bottom: 10px;
  margin-left: -10px;
}
.main-slider .swiper-button .left {
  margin-left: -10px;
}
.main-slider .swiper-button:after {
  position: absolute;
  content: "";
  bottom: -215px;
  left: -167px;
  width: 342px;
  height: 4px;
  background: #d1c8c8;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.main-slider .swiper-pagination {
  float: right;
  right: 130px;
  bottom: 45px;
  left: inherit;
  width: 300px;
  text-align: right;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #221d1d;
  margin-right: 10px;
  opacity: 1;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #b3bbbe;
}
.main-slider #swiper-number {
  position: absolute;
  right: 130px;
  bottom: 120px;
  font-size: 60px;
  line-height: 75px;
  font-family: "Evogria";
  font-weight: 400;
}
.main-slider .text {
  position: absolute;
  right: 130px;
  top: 220px;
  z-index: 500;
  text-align: right;
}
.main-slider .text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 78px;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 76px;
  color: #262c31;
  font-weight: 300;
}
.main-slider .text h4 span {
  font-weight: 700;
  line-height: 76px;
  font-size: 73px;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.main-slider .text a {
  border: 1px solid #707070;
  color: #3c444b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 15px 75px;
  font-size: 18px;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 22px;
  color: #3c444b;
  margin-top: 45px;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.main-slider .text a:hover {
  background: #bdd0d5;
  border: 1px solid #bdd0d5;
}
.video-slider {
  width: 100%;
  float: left;
}
.articles {
  width: 100%;
  padding-top: 80px;
  float: left;
  margin-bottom: 200px;
}
.title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d1c8c8;
  padding-bottom: 30px;
}
.title .left {
  float: left;
}
.title .left img {
  float: left;
}
.title .left h4 {
  font-size: 20px;
  margin-top: 7px;
  margin-left: 20px;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 24px;
  position: relative;
}
.title .left h4:after {
  content: "";
  position: absolute;
  background: #bdd0d5;
  width: 63px;
  height: 63px;
  left: -13px;
  top: -21px;
  border-radius: 50%;
  z-index: -1;
}
.right {
  float: right;
}
.right a {
  font-size: 15px;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #262c31;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.right a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0px;
  height: 1px;
  background: #262c31;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.right a:hover {
  letter-spacing: calc(1rem * 0.001 * 20);
}
.right a:hover:after {
  width: 100%;
}
.articles .articles-slider {
  width: 100%;
  float: left;
  padding-top: 100px;
  position: relative;
}

.articles .main-articles h5 {
  margin-bottom: 50px !important;
}

.articles .articles-slider .left {
  width: 42%;
  float: left;
  margin-top: 80px;
}
.articles .articles-slider .left h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 84px;
  font-weight: 700;
  margin-bottom: 25px;
}
.articles .main-articles h5 {
  margin-bottom: 50px !important;
}
.articles .articles-slider .left h5 span {
  font-weight: 400;
}
.articles .articles-slider .left p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 32px;
  padding-right: 100px;
  font-size: 18px;
}
.articles .articles-slider .left a {
  padding: 18px 60px;
  letter-spacing: calc(1rem * 0.001 * 90);
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  color: #3c444b;
  border: 1px solid #707070;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.articles .articles-slider .left a:hover {
  background: #bdd0d5;
  border-color: #bdd0d5;
}
.articles .articles-slider .left a i {
  color: #63696f;
}
.articles .articles-slider .right {
  position: absolute;
  right: 0;
  z-index: -1;
}
.articles .articles-slider .swiper-pagination {
  bottom: inherit;
  left: inherit;
  width: 7%;
  right: -160px;
  top: 300px;
  text-align: right;
}
.articles .articles-slider .swiper-pagination .swiper-pagination-bullet {
  background: none;
  display: block;
  margin-bottom: 50px;
  letter-spacing: calc(1rem * 0.001 * 90);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  font-size: 20px;
  color: #c5c6c6;
  opacity: 1;
  position: relative;
}
.articles .articles-slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 126px;
  background: #707070;
  margin-right: 30px;
  height: 1px;
  right: 0;
  top: 11px;
}
.articles .articles-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #3c444b;
}
.articles .articles-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  left: -173px;
  border: 6px solid #c5c6c6;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.articles
  .articles-slider
  .swiper-pagination
  .swiper-pagination-bullet-active:before {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.news {
  width: 100%;
  float: left;
  margin-bottom: 200px;
  position: relative;
}
.main-social {
  position: absolute;
  left: -380px;
  top: 250px;
  transform: rotate(270deg);
}
.main-social ul li {
  float: left;
  margin: 0 20px;
}
.main-social ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 15px;
  color: #262c31;
  font-weight: 400;
  padding: 15px 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.main-social ul li a:hover {
  color: #fff;
  background: #262c31;
}
.news:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 700px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -110px;
  background: url(../img/main-news-bg.png) center center no-repeat;
  z-index: -1;
}
.news .news-boxs {
  padding: 100px 0;
  float: left;
}
.news .news-boxs .box {
  width: 23%;
  margin-right: 2.5%;
  height: 110px;
  float: left;
}
.news .news-boxs .box:nth-child(4n) {
  margin-right: 0;
}
.news .news-boxs .box p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #3c444b;
  padding: 40px 0 25px 0;
  border-bottom: 1px solid #bcb7b7;
  font-weight: 500;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.news .news-boxs .box:hover p {
  color: #be4545;
  border-color: #bdd0d5;
}
.video {
  width: 100%;
  float: left;
}

.video .swiper-container {
  width: 100%;
  float: left;
  margin-top: 100px;
  padding: 50px 0;
}
.video .title {
  position: relative;
}
.video .title:before {
  position: absolute;
  content: "";
  top: 120px;
  left: -40px;
  width: 53px;
  height: 50px;
  border-top: 2px solid #3c444b;
  border-left: 2px solid #3c444b;
}
.video .swiper-container .left {
  width: 34%;
  float: left;
}
.video .swiper-container .left h5 {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 90px;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.video .swiper-container .left p {
  font-size: 18px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.video .swiper-container .right {
  width: 65%;
  float: right;
}
.video .swiper-container .right img {
  width: 95%;
  box-shadow: 0 14px 50px 5px #00000021;
  -webkit-box-shadow: 0 14px 50px 5px #00000021;
  -moz-box-shadow: 0 14px 50px 5px #00000021;
  -o-box-shadow: 0 14px 50px 5px #00000021;
  -ms-box-shadow: 0 14px 50px 5px #00000021;
}
.video .swiper-container .right a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video .swiper-container .right a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border-radius: 50%;
  opacity: 31%;
  width: 425px;
  height: 425px;
  border: 10px solid #cfd0cf;
  z-index: 500;
  animation: example 2s infinite ease-in-out;
}
.video .swiper-container .right a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  width: 200px;
  height: 200px;
  opacity: 31%;
  border: 12px solid #949ca2;
}
.video .swiper-container .right a .play {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #949ca2;
  border-style: solid;
  opacity: 31%;
  border-top-width: 40px;
  border-left-width: 55px;
  border-bottom-width: 40px;
  width: 0px;
  height: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video .swiper-container .right a:hover .play {
  border-color: transparent transparent transparent #bdd0d5;
}

@keyframes example {
  from {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
  }
}
.video .swiper-container .swiper-pagination {
  width: 10%;
  text-align: left;
  bottom: 40px;
}
.video .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  background: #262c31;
  opacity: 1;
}
.video .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #707070;
}
.policy {
  width: 100%;
  float: left;
  margin-top: 270px;
  position: relative;
}
.policy:before {
  position: absolute;
  content: "";
  left: -550px;
  top: -100px;
  background: url(../img/policy-elipse.png) no-repeat;
  width: 825px;
  height: 825px;
}
.policy .policy-title {
  display: flex;
}
.policy h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: calc(1rem * 0.001 * 25);
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.policy h3:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: -62px;
  top: -28px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background: #bdd0d5;
}
.policy h3 span {
  font-weight: 500;
  position: relative;
  left: 15px;
}
.policy .box {
  text-align: center;
  float: left;
  padding: 0 65px;
  height: 150px;
  margin-bottom: 20px;
}
.policy .policy-boxs {
  margin-top: 100px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.policy .box h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 22px;
  margin-top: 30px;
  color: #3c444b;
  font-weight: 400;
  position: relative;
}
.policy .box h4:after {
  position: absolute;
  content: "";
  left: -12%;
  bottom: -15px;
  height: 2px;
  width: 0;
  background: #3c444b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.policy .box:hover h4:after {
  width: 124%;
}
.policy .box .bg {
  height: 40px;
  width: 40px;
  text-align: center;
  background: red;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.policy .box:hover .bg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.policy .policy-boxs .box:first-child .bg {
  background: #ffe8de;
}
.policy .policy-boxs .box:nth-child(2) .bg {
  background: #f7f4d7;
}
.policy .policy-boxs .box:nth-child(3) .bg {
  background: #e2e2e2;
}
.policy .policy-boxs .box:nth-child(4) .bg {
  background: #d9c9e3;
}
.policy .policy-boxs .box:nth-child(5) .bg {
  background: #bdcee2;
}
.policy .policy-boxs .box:nth-child(6) .bg {
  background: #cbdec3;
}
.policy .policy-boxs .box:nth-child(7) .bg {
  background: #f4d2b5;
}
.policy .policy-boxs .box:nth-child(8) .bg {
  background: #e2dacf;
}
.policy .policy-boxs .box:last-child .bg {
  background: #d65f63;
}
.policy .box .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  -o-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
}
.city {
  width: 100%;
  float: left;
  margin-top: 300px;
}
.city .left {
  float: left;
}
.city .images {
  width: 480px;
  height: 635px;
  float: left;
}
.city .images img {
  width: 100%;
  height: 100%;
}

.city h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 61px;
  font-size: 50px;
  margin-left: 100px;
  position: relative;
  z-index: 5;
}
.city h4:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -35px;
  background: #dfe8ea;
  width: 111px;
  border-radius: 50%;
  z-index: -1;
  height: 108px;
}
.city h4 span {
  font-weight: 700;
}
.city .images-1 {
  margin-top: 120px;
  position: relative;
}
.city .images-1:after {
  position: absolute;
  content: "";
  width: 220px;
  height: 651px;
  background: #bdd0d5;
  right: -115px;
  top: -100px;
  z-index: -1;
}
.city .images-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #db8d6b;
  opacity: 28%;
  z-index: 5;
}
.city .images-1 .filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #db8d6b;
  opacity: 28%;
  z-index: 5;
}
.city .images-1 .text h5 {
  font-weight: 400 !important;
}
.city .images-2 .text h5 {
  line-height: 77px !important;
}
.city .images .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city .images a:hover .text {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
}
.city .images .text h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 63px;
  line-height: 84px;
  margin-bottom: 70px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.city .images .text p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  margin-bottom: 100px;
}
.city .images-2 {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.city .images-2 .text h5 {
  margin-bottom: 0;
}
.city .images-2 .text p {
  margin-bottom: 210px;
}
.city .right {
  float: right;
  margin-right: 150px;
  width: 40%;
  margin-top: 100px;
}
.city .right .comment {
  background: #dfe8ea;
  width: 389px;
  height: 389px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 130px 0;
  text-align: center;
  position: relative;
}
.city .right .comment:before {
  position: absolute;
  content: "";
  width: 87px;
  height: 68px;
  background: url(../img/comment-top.svg);
  left: -110px;
  background-repeat: no-repeat;
  top: 40px;
}
.city .right .comment:after {
  position: absolute;
  content: "";
  width: 87px;
  height: 68px;
  background: url(../img/comment-bottom.svg);
  background-repeat: no-repeat;
  right: -110px;
  bottom: 40px;
}
.city .right .comment p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  width: 120%;
  position: relative;
  color: #262c31;
  left: -10.5%;
}
.city .right .comment span {
  font-size: 15px;
  font-style: italic;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 19px;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #262c31;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.photo {
  width: 100%;
  margin-top: 200px;
  float: left;
  position: relative;
  z-index: 5;
  margin-bottom: 200px;
}
.photo .photo-boxs {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.photo .photo-boxs .box {
  width: 25%;
  float: left;
  position: relative;
}
.photo .photo-boxs .box img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.photo .photo-boxs .box i {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #bc4e4e;
  color: #fff;
  z-index: 50;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.photo .photo-boxs .box:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.photo .photo-boxs .box:hover i {
  background: #fff;
  color: #bc4e4e;
}
footer {
  float: left;
  width: 100%;
  margin-top: -456px;
  padding-top: 700px;
  background: #1e2021;
  position: relative;
  z-index: 1;
}
footer:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/footer-bg.png) center center no-repeat;
  width: 100%;
  background-size: contain;
  height: 930px;
  content: "";
  z-index: -1;
  opacity: 98%;
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
  -moz-mix-blend-mode: overlay;
  -o-mix-blend-mode: overlay;
  -ms-mix-blend-mode: overlay;
}
footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: calc(1rem * 0.001 * 90);
  color: #ffffff;
}
footer h2 span {
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: calc(1rem * 0.001 * 40);
}
footer .f-title ul li a {
  color: #f2f4f5;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
  transition: 0.5s;
  -wekbit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
footer .f-title ul li:hover a {
  color: #ffffff70;
}
footer .menu h5 {
  color: #f2f4f5;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
}
footer .menu .btm-title {
  margin-top: 45px;
}
footer .menu .btm-title-2 {
  margin-top: 70px;
}
footer .menu ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: 0.5s;
  -wekbit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
footer .menu ul li:hover a {
  color: #ffffff70;
}
footer .social ul li a {
  font-size: 35px;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 25px;
  float: left;
}
footer .social ul {
  text-align: right;
  width: 100%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .social ul li {
  float: left;
  text-align: right;
}
footer .social ul li a {
  transition: 0.5s;
  -wekbit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
footer .social ul li:hover a {
  transform: scale(0.8);
  color: #bdd0d5;
}
footer .footer-bottom {
  margin-top: 250px;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
footer .footer-bottom .left {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.footer-image {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 500;
}
.banner {
  width: 100%;
  height: 85vh;
  float: left;
  position: relative;
}
.banner img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.banner h4 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 105px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.banner:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 775px;
  height: 794px;
  border-radius: 50%;

  z-index: -1;
}
.banner.immigrant:after {
  background: #e2dacf;
}
.banner.woman:after {
  background: #ffe8de;
}
.banner.child:after {
  background: #f7f4d7;
}
.contracts {
  width: 100%;
  float: left;
  margin-bottom: 260px;
}
.contracts .contracts-boxs {
  width: 100%;
  float: left;
  padding-top: 110px;
}
.contracts .contract-box {
  width: 193px;
  height: 193px;

  margin-right: 150px;
  margin-bottom: 300px;
  position: relative;
  background: #bdd0d5;
  border-radius: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contracts .contract-box h6 {
  margin-left: 60px;
  margin-top: 320px;
  font-family: "Montserrat", sans-serif;
  width: 110%;
  font-weight: 400;
  font-size: 15px;
  color: #3c444b;
  line-height: 19px;
  letter-spacing: calc(1rem * 0.001 * 90);
}
.contracts .contract-box img {
  position: absolute;
  top: 75px;
  left: -85px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contracts .contract-box:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
.contracts .contract-box i {
  font-size: 35px;
  color: #3c444b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contracts .contract-box:hover {
  background: #bdd5bd;
}
.contracts .contract-box:hover i {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.city-slider {
  width: 100%;
  float: left;
  height: 85vh;
}
.city-slider h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  line-height: 105px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: calc(1rem * 0.001 * 25);
}
.city-slider img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.city-slider .swiper-pagination {
  text-align: right;
  left: inherit;
  right: 150px;
  bottom: 45px;
}
.city-slider .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
}
.city-title {
  float: left;
  width: 100%;
}
.city-title .container {
  padding: 160px 0;
  border-bottom: 2px solid #d1c8c8;
}
.city-title img {
  float: left;
  margin-right: 50px;
  margin-bottom: 40px;
}
.city-title p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 32px;
  color: #262c31;
}
.city-boxs {
  width: 100%;
  float: left;
  position: relative;
}
.city-boxs:after {
  position: absolute;
  right: -850px;
  top: 0;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.city-boxs .c-box {
  width: 80%;
  margin-left: 40px;
  margin-top: 170px;
  position: relative;
}

.city-boxs .c-box h6 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 61px;
  font-family: "Montserrat", sans-serif;
  color: #262c31;
  letter-spacing: calc(1rem * 0.001 * 25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city-boxs .c-box:hover h6 {
  letter-spacing: calc(1rem * 0.001 * 300);
}
.city-boxs .c-box p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #262c31;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.city-boxs .c-box i {
  font-size: 25px;
  color: #000000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city-boxs .c-box:hover i {
  margin-left: 50px;
  color: #bdd0d5;
}
.city-boxs .c-box img {
  position: absolute;
  left: -50px;
  top: -50px;
}
.city-boxs .main-social {
  top: 100px;
}
.city-banner {
  width: 100%;
  float: left;
}
.city-banner img {
  width: 100%;
  height: 85vh;
}
.city-detail {
  width: 100%;
  float: left;
  padding-top: 130px;
  position: relative;
}
.city-detail .main-social {
  top: 1200px;
}
.city-detail:after {
  position: absolute;
  right: -850px;
  top: 300px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}

.city-detail img {
  float: left;
  margin-right: 45px;
}
.city-detail .row .col-lg-6 {
  margin-bottom: 120px;
  padding-left: 75px;
}
.city-detail .row .col-lg-12 {
  padding-left: 75px;
}
.city-detail h4 {
  color: #25282a;
  font-size: 86px;
  margin-bottom: 120px;
  line-height: 97px;
  letter-spacing: calc(1rem * 0.001 * 25);
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
  position: relative;
  top: -10px;
}
.city-detail h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 1px;
  height: 1665px;
  background: #707070;
}
.city-detail p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  color: #262c31;
  margin-bottom: 50px;
}
.city-detail .row img {
  width: 100%;
}
.city-detail .images {
  width: 100%;
  float: left;
  margin-top: 120px;
}
.city-detail .images img {
  width: 100%;
}
.city-detail .images .social {
  text-align: right;
}
.city-detail .images .social ul {
  float: right;
  margin-top: 60px;
}
.city-detail .images .social ul li {
  float: left;
}
.city-detail .images .social ul li a {
  color: #3c444b;
  margin: 0 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city-detail .images .social ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city-detail .images .social ul li:hover a {
  color: #bdd0d5;
}
.city-detail .images .social ul li a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.city-photo {
  float: left;
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 500;
  margin-bottom: 200px;
}
.city-photo .photo-box {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.city-photo .photo-box a {
  display: block;
  width: 100%;
  height: 280px;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.city-photo .photo-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.city-photo .photo-box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.video-boxs {
  padding: 150px 0;
  float: left;
  width: 100%;
  position: relative;
}
.video-boxs:after {
  position: absolute;
  right: -750px;
  top: -250px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.video-boxs .main-social {
  top: 1300px;
}
.video-boxs img {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.video-boxs h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 39px;
  font-weight: 700;
  color: #262c31;
  margin-bottom: 20px;
}
.video-boxs p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #262c31;
  margin-bottom: 20px;
}
.video-boxs .col-lg-4 i {
  color: #000000;
  margin-bottom: 90px;
  display: block;
  font-size: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-boxs a .images {
  position: relative;
  float: left;
  width: 100%;
  height: 280px;
  margin-bottom: 45px;
  overflow: hidden;
}
.video-boxs a .images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-boxs a .images:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  border: 10px solid #eff2f5;
  border-radius: 50%;
  opacity: 53%;
}
.video-boxs a .images:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #eff2f5;
  border-style: solid;
  opacity: 53%;
  border-top-width: 25px;
  border-left-width: 35px;
  border-bottom-width: 25px;
  width: 0px;
  height: 0;
  z-index: 400;
}
.video-boxs .col-lg-4 a:hover i {
  margin-left: 40px;
  color: #bdd0d5;
}
.video-boxs a .images span {
  position: absolute;
  right: 10px;
  top: -60px;
  background: #bdd0d5a1;
  color: #fff;
  padding: 10px 20px;
  z-index: 50;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.video-boxs a:hover .images span {
  top: 10px;
}
.video-boxs a .images:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.video-boxs .all {
  width: 100%;
  text-align: center;
  float: left;
}
.video-boxs .all img {
  width: 34px;
  height: 32px;
  float: none;
}
.video-boxs .social {
  float: right;
  margin-top: 100px;
}
.video-boxs .social ul li {
  float: left;
  padding: 0 10px;
}
.video-boxs .social ul li a {
  color: #3c444b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-boxs .social ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-boxs .social ul li a:hover {
  color: #bdd0d5;
}
.video-boxs .social ul li a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.video-page {
  position: relative;
}
.video-page:before {
  position: absolute;
  content: "";
  top: 100px;
  left: 11%;
  width: 53px;
  height: 50px;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
}
.video-detail-play {
  display: block;
  width: 100%;
  float: left;
  height: 750px;
  padding: 0;
  margin-top: 150px;
}

.video-detail-image {
  width: 100%;
  height: 750px;
  float: left;
  position: relative;
  overflow: hidden;
}

.video-detail-image span {
  position: absolute;
  right: -240px;
  bottom: 25px;
  background: #bdd0d5;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-detail-image:hover span {
  right: 25px;
}
.video-detail-image:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.5s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  width: 300px;
  height: 300px;
  border: 20px solid #eff2f5;
  border-radius: 50%;
  opacity: 53%;
  animation: v-detail 2s infinite ease-in-out;
}
@keyframes v-detail {
  from {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
  }
}
.video-detail-image:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #eff2f5;
  border-style: solid;
  opacity: 53%;
  border-top-width: 65px;
  border-left-width: 80px;
  border-bottom-width: 65px;
  width: 0px;
  height: 0;
}
.video-detail-image img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
.video-detail-inf {
  width: 100%;
  float: left;
  margin-top: 40px;
  position: relative;
}
.video-detail-inf:after {
  position: absolute;
  right: -700px;
  top: -250px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.video-detail-inf .main-social {
  top: 1200px;
}
.video-title {
  width: 100%;
  float: left;
}
.video-title .top {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.video-title .top h3 {
  color: #262c31;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 57px;
  font-weight: 700;
  float: left;
}
.video-title .top ul {
  float: right;
  margin-top: 35px;
}
.video-title .top ul li {
  float: left;
  margin: 0 10px;
}
.video-title .top ul li a {
  color: #3c444b;
  transition: 0.5s;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-title .top ul li a:hover {
  color: #bdd0d5;
}
.video-title .top ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.video-title .top ul li a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.video-title .bottom {
  width: 100%;
  margin-top: 10px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.video-title .bottom span {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  color: #262c31;
  margin-top: 15px;
}

.video-title .bottom:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 150px;
  opacity: 30%;
  background: #d1c8c8;
  height: 2px;
  width: 75%;
}
.video-detail-inf p {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #262c31;
  font-weight: 400;
}
.video-detail-bottom {
  width: 100%;
  float: left;
  text-align: right;
  margin: 50px 0;
}
.articles-detail {
  width: 100%;
  position: relative;
  float: left;
}
.articles-detail .main-social {
  top: 1200px;
}
.articles-detail h5 {
  position: absolute;
  left: -250px;
  top: -150px;
  font-family: "Montserrat", sans-serif;
  font-size: 104px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  line-height: 127px;
  letter-spacing: calc(1rem * 0.001 * 25);
  font-weight: 700;
  color: #dddedf;
}
.articles-detail:after {
  position: absolute;
  right: -900px;
  top: -250px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.articles-detail .images {
  width: 100%;
  height: 250px;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.articles-detail .images span {
  position: absolute;
  right: 10px;
  top: -60px;
  background: #bdd0d5a1;
  color: #fff;
  padding: 10px 20px;
  z-index: 50;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.articles-detail a:hover span {
  top: 10px;
}
.articles-detail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.articles-detail .images:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.articles-detail h4 {
  color: #262c31;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  line-height: 39px;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.articles-detail p {
  color: #262c31;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  font-size: 18px;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-detail i {
  color: #000000;
  display: block;
  font-size: 20px;
  margin-bottom: 75px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.articles-detail a:hover i {
  margin-left: 40px;
  color: #bdd0d5;
}
.articles-detail .all {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 200px;
  margin-top: 50px;
}
.articles-detail .all img {
  width: 34px;
  height: 32px;
  float: none;
}
.articles-detail-image {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 150px;
  margin-bottom: 180px;
}
.articles-detail-image .left {
  width: 32%;
  float: left;
  margin-top: 115px;
}
.articles-detail-image .left h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: calc(1rem * 0.001 * 25);
  color: #262c31;
  margin-bottom: 25px;
}
.articles-detail-image .left p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 32px;
  color: #262c31;
}
.articles-detail-image .right {
  position: absolute;
  right: 0;
  width: 70%;
  z-index: -1;
}
.articles-detail-image .right img {
  width: 100%;
}
.articles-inf p {
  margin-top: 45px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #262c31;
  font-weight: 400;
}
.articles-inf {
  float: left;
  width: 100%;
  position: relative;
}
.articles-inf .main-social {
  position: absolute;
  top: 1200px;
}
.articles-inf:after {
  position: absolute;
  right: -900px;
  top: 0px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.articles-inf .social {
  float: right;
  margin-top: 100px;
}
.articles-inf .social ul li {
  float: left;
  padding: 0 10px;
}
.articles-inf .social ul li a {
  color: #3c444b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.articles-inf .social ul li a:hover {
  color: #bdd0d5;
}
.articles-inf .social ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.articles-inf .social ul li a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.news-detail h5 {
  left: -210px;
}

.news-footer-image {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  float: left;
}
.news-footer-image .title {
  float: left;
  width: 100%;
}
.news-footer-image .photo-boxs {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.news-footer-image .photo-boxs .box {
  width: 24%;
  margin-right: 1.3%;
  float: left;
}
.news-footer-image .photo-boxs .box a {
  width: 100%;
  float: left;
  height: 280px;
  overflow: hidden;
}
.news-footer-image .photo-boxs .box:last-child {
  margin-right: 0;
}
.news-footer-image .photo-boxs .box img {
  width: 100%;
  object-fit: cover;
  height: 280px;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.news-footer-image .photo-boxs .box a:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.family-top {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 220px;
  position: relative;
}
.family-top:after {
  content: "";
  position: absolute;
  left: 8%;
  top: -130px;
  width: 777px;
  height: 777px;
  z-index: -1;
  background: #d3c399;
  border-radius: 50%;
}
.family-top h4 {
  background: #fff;
  color: #d3c399;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  font-size: 101px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 113px;
  position: absolute;
  right: 8%;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 10px 35px 20px 35px;
}
.family-detail {
  width: 100%;
  float: left;
  margin-top: 75px;
  position: relative;
}
.family-detail .main-social {
  top: 1350px;
}
.family-detail:after {
  position: absolute;
  right: -900px;
  top: 100px;
  content: "";
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/family-ellipse.png) center center no-repeat;

  background-size: cover;
}
.family-detail .family-title {
  width: 100%;
  float: left;
}
.family-detail .family-title h5 {
  color: #d3c399;
  font-family: "Abril Fatface", cursive;
  font-size: 53px;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 59px;
  font-weight: 400;
  position: relative;
}
.family-detail .family-title h5:after {
  content: "";
  position: absolute;
  left: 270px;
  top: 40px;
  background: #555758;
  opacity: 30%;
  width: 1149px;
  height: 2px;
}
.family-detail .family-box {
  width: 50%;
  float: left;
  margin-top: 70px;
  margin-bottom: 100px;
}
.family-detail .family-box p {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
  color: #262c31;
  margin-right: 90px;
}
.family-detail .family-box.f-box-2 p {
  margin-left: 90px;
  margin-right: 0;
}
.family-detail .family-box img {
  padding-right: 90px;
  width: 100%;
}
.family-detail .family-box.f-box-2 img {
  padding-right: 0;
  padding-left: 90px;
}
.family-news {
  width: 100%;
  float: left;
  margin-top: 150px;
}
.family-news-boxs {
  width: 100%;
  float: left;
  padding-top: 80px;
  margin-bottom: 180px;
}
.family-news-boxs p {
  color: #3c444b;
  font-size: 17px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  border-bottom: 1px solid #bcb7b7;
  padding: 30px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.family-news .title .left h4:after {
  background: #f6f3ea !important;
}
.family-news-boxs p:hover {
  color: #be4545;
  border-color: #bdd0d5;
}
.family-news .social {
  float: right;
}
.family-news .social ul li {
  margin: 0 10px;
  float: left;
}
.family-news .social ul li a {
  color: #3c444b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.family-news .social ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.family-news .social ul li a:hover {
  color: #bdd0d5;
}
.family-news .social ul li a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.bank-top {
  width: 100%;
  float: left;
  margin-top: 150px;
}
.bank-top .left {
  width: 30%;
  float: left;
}
.bank-top .left h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  font-weight: 700;
  letter-spacing: calc(1rem * 0.001 * 25);
  line-height: 105px;
  margin-bottom: 15px;
  margin-top: 120px;
}
.bank-top .left p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #262c31;
}
.bank-top .right {
  width: 70%;
  float: right;
}
.bank-top .right img {
  width: 120%;
  position: relative;
  top: -100px;
  z-index: -1;
}
.main-contracts {
  position: relative;
  float: left;
  width: 100%;
}
.main-contracts:after {
  content: "";
  position: absolute;
  right: -900px;
  top: 400px;
  width: 1370px;
  z-index: -1;
  height: 1370px;
  background: url(../img/family-ellipse.png) center center no-repeat;
  background-size: cover;
}
.main-contracts .main-social {
  top: 1200px;
}

.inf-contracts .contract-box {
  width: 193px;
  height: 193px;
}
.inf-contracts .contract-box h6 {
  position: inherit;
  margin-top: 320px;
  margin-left: 60px;
  font-family: "Montserrat", sans-serif;
  width: 110%;
  font-weight: 400;
  font-size: 15px;
  color: #3c444b;
  line-height: 19px;
  letter-spacing: calc(1rem * 0.001 * 90);
}
.about-top {
  width: 100%;
  height: 87vh;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 150px;
}

.about-top h3 {
  color: #f1f1f1;
  font-size: 236px;
  line-height: 500px;
  letter-spacing: calc(1rem * 0.001 * 30);
  font-weight: 700;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  z-index: 0;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.about-top img {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about-top h5 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(1rem * 0.001 * 90);
  line-height: 96px;
  font-size: 78px;
  font-weight: 300;
  position: absolute;
  left: 18%;
  top: 45%;
}
.about-top h5 span {
  font-weight: 700;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.about-top h5:after {
  content: "";
  position: absolute;
  left: 130px;
  top: -150px;
  opacity: 67%;
  width: 550px;
  height: 550px;
  background: #bdd0d5;
  z-index: -1;
  border-radius: 50%;
}
.about-top.contact-top h5:after {
  left: 180px;
  top: -250px;
}
.about-inf {
  background: #1e2021;
  width: 100%;
  float: left;
  padding: 175px 0;
}
.about-inf p {
  color: #fcfeff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-bottom: 50px;
  line-height: 32px;
  padding: 0 60px;
}
.about-inf.white {
  background: #fff;
  padding-left: 100px;
  position: relative;
  z-index: 0;
}
.about-inf.white .main-social {
  top: 500px;
}
.about-inf.white p {
  color: #1e2021;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 50px;
  line-height: 32px;
  padding: 0 60px;
}
.about-inf.white:after {
  position: absolute;
  right: -900px;
  top: -600px;
  content: "";
  width: 1370px;
  z-index: -5;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.book-inf {
  width: 100%;
  background: #1e2021;
  float: left;
  padding: 110px 0;
}
.book-inf h4 {
  color: #ffffff;
  font-size: 51px;
  float: left;
  line-height: 62px;
  position: absolute;
  left: -80px;
  margin-right: 60px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(1rem * 0.001 * 25);
  font-weight: 700;
}
.book-inf img {
  float: left;
  width: 80%;
  margin-left: 150px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.book-inf img:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
.book-inf h3 {
  color: #fcfeff;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 50px;
}
.book-inf p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 32px;
  font-size: 18px;
  color: #fcfeff;
}
.book-inf .container {
  position: relative;
}
.book-detail {
  padding: 145px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.book-detail:after {
  position: absolute;
  right: -900px;
  top: -600px;
  content: "";
  width: 1370px;
  z-index: -5;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.book-detail .main-social {
  top: 475px;
}
.book-detail h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #3c444b;
  letter-spacing: calc(1rem * 0.001 * 90);
  font-size: 18px;
  padding-bottom: 25px;
  position: relative;
  text-align: left;
  margin-left: 40px;
}
.book-detail h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 6px;
  background: #a23d42;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.book-detail a {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 130px;
}
.book-detail a img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.book-detail a:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
.book-detail a:hover h5:after {
  width: 75%;
}
.book-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.book-popup.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 500;
}
.book-popup .box {
  background: rgb(30, 32, 33, 0.95);
  width: 60%;
  height: 70%;
  position: absolute;
  padding: 100px;
  left: 50%;
  top: 50%;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.book-popup .box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.book-popup .box::-webkit-scrollbar-track {
  background: rgb(106 106 107 / 95%);
}

/* Handle */
.book-popup .box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.book-popup .box .left {
  width: 40%;
  float: left;
}
.book-popup .box .right {
  width: 60%;
  float: right;
  padding-left: 50px;
}
.book-popup .box h4 {
  color: #fcfeff;
  line-height: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(1rem * 0.001 * 25);
  font-size: 25px;
  margin-bottom: 50px;
}
.book-popup .box p {
  color: #fcfeff;
  font-size: 14px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.book-popup .box span {
  color: #ffffff;
  position: absolute;
  right: 40px;
  cursor: pointer;
  top: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 50px;
  letter-spacing: calc(1rem * 0.001 * 25);
}
.contact-top h3 {
  font-size: 327px;
}
.contact-top img {
  width: 25%;
  left: 65%;
}

.about-top h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #252d27;
  text-align: left;
  margin-left: 0px;
  position: relative;
  top: 30px;
  margin-bottom: 80px;
}
.about-top .text {
  margin-left: 70px;
}
.about-top p {
  text-align: left;
  font-family: "Work Sans", sans-serif;
  color: #252d27;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  opacity: 60%;
}
.about-top a {
  text-align: left;
  font-family: "Work Sans", sans-serif;
  color: #252d27;
  font-size: 20px;
  line-height: 32px;
}
.about-top h4 {
  text-align: left;
  font-family: "Work Sans", sans-serif;
  color: #252d27;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.contact-detail {
  width: 100%;
  float: left;
}
.contact-detail .contact-form {
  padding: 190px 0;
  float: left;
  width: 100%;
  position: relative;
}
.contact-detail .contact-form:after {
  position: absolute;
  right: -950px;
  top: 100px;
  content: "";
  width: 1370px;
  z-index: -5;
  height: 1370px;
  background: url(../img/policy-elipse.png) center center no-repeat;
  background-size: cover;
}
.contact-detail .contact-form .contact-social ul {
  margin-top: 70px;
  float: left;
}
.contact-detail .contact-form .contact-social ul li {
  margin-right: 80px;
  float: left;
}
.contact-detail .contact-form .contact-social ul li a {
  color: #3c444b;
  font-size: 50px;
}
.contact-detail .contact-form .contact-social ul li a i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contact-detail .contact-form .contact-social ul li:hover a i {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  color: #bdd0d5;
}
.contact-detail .contact-form form {
  width: 80%;
  margin-bottom: 145px;
}
.contact-detail .contact-form .main-social {
  top: 800px;
}
.contact-detail .contact-form h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 41px;
  font-size: 30px;
  margin-bottom: 75px;
  color: #252d27;
}
.contact-detail .contact-form input {
  background: #f9f9f9;
  height: 82px;
  padding: 0 25px;
  border-radius: 5px;
  margin-bottom: 35px;
  width: 100%;
}
.contact-detail .contact-form input::placeholder {
  font-family: "Work Sans", sans-serif;
  color: #252d27;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.contact-detail .contact-form textarea {
  height: 350px;
  width: 100%;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 35px;
}
.contact-detail .contact-form textarea::placeholder {
  font-family: "Work Sans", sans-serif;
  color: #252d27;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.contact-detail .contact-form button {
  border-radius: 5px;
  background: #bdd0d5;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  width: 234px;
  height: 82px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contact-detail .contact-form button:hover {
  background: #8ab2bd;
}
.contact-detail .contact-form .focus-border {
  width: 0;
  height: 2px;
  background: #bdd0d5;
  display: block;
  position: relative;
  top: -37px;
  left: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.contact-detail .contact-form input:focus ~ .focus-border {
  width: 100%;
  left: 0;
}
.contact-detail .contact-form textarea:focus ~ .focus-border {
  width: 100%;
  left: 0;
}
.dictionary-content {
  width: 100%;
  background: #27282a;
  float: left;
  padding: 85px 0 55px 0;
}
.dictionary-content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: calc(1rem * 0.001 * 120);
  line-height: 72px;
  float: left;
  margin-bottom: 15px;
  font-size: 43px;
}
.dictionary-content .container {
  position: relative;
}
.dictionary-content .all-dictionary {
  border: 1px solid #bfbcbc;
  padding: 0 110px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  height: 48px;
  margin-left: 40px;
  display: inline-block;
  letter-spacing: calc(1rem * 0.001 * 90);
  font-size: 22px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.dictionary-content .all-dictionary:hover {
  background: #bdd0d5;
  color: #27282a;
}
.dictionary-content .letter {
  color: #fff;
  float: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.dictionary-content .letter:nth-child(9) {
  display: none;
}
.dictionary-content .letter:hover {
  color: #94d5e6;
}
.dictionary-content .letter:hover span {
  color: #fff;
}
.dictionary-btn {
  float: left;
}
.dictionary-detail {
  width: 100%;
  float: left;
  padding: 130px 0;
  position: relative;
}
.dictionary-detail .main-social {
  top: 800px;
}
.dictionary-detail p b {
  display: block;
  float: left;
}
.dictionary-detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #262c31;
  width: 100%;
  margin-bottom: 20px;
}
.dictionary-detail .row {
  padding: 0 200px;
}
.photo-main {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.photo-main .images {
  margin-bottom: 20px;
  overflow: hidden;
  height: 250px;
}
.photo-main h3 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.photo-main img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

@media screen and (max-width: 1800px) {
  .container {
    max-width: 80% !important;
  }
  header .menu-social {
    padding-bottom: 0px;
  }
  .main-slider .text h4 {
    font-size: 55px;
    line-height: 50px;
  }
  .main-slider .text {
    top: 120px;
  }
  .main-slider .text a {
    margin-top: 20px;
  }
  .main-slider .swiper-button {
    top: 150px;
  }
  .main-slider .swiper-button:after {
    width: 250px;
    bottom: -140px;
    left: -120px;
  }
  header {
    padding-top: 40px;
  }
  .articles .articles-slider .right img {
    width: 70%;
    float: right;
  }
  .articles .articles-slider .left {
    margin-top: 30px;
  }
  .articles .articles-slider .left h5 {
    font-size: 42px;
    line-height: 52px;
  }
  .articles .articles-slider .left p {
    font-size: 16px;
    line-height: 32px;
    padding-right: 0;
  }
  .articles .articles-slider .left a {
    padding: 15px 40px;
  }
  .articles .articles-slider .swiper-pagination {
    top: 200px;
  }
  .video .swiper-container .left h5 {
    font-size: 32px;
    margin-top: 0;
    line-height: 43px;
    margin-bottom: 10px;
  }
  .video .swiper-container .left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .video .swiper-container .swiper-pagination {
    width: 25%;
  }
  .main-slider #swiper-number {
    bottom: 70px;
  }
  .city .images {
    width: 300px;
    height: 400px;
  }
  .city .images .text h5 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .city .images .text p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 22px;
  }
  .city .right {
    width: 30%;
  }
  .city .right .comment {
    padding: 70px 0;
  }
  .city .right .comment p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    left: 0;
  }
  .city .right .comment p br {
    display: none;
  }
  .city .right .comment {
    width: 300px;
    height: 300px;
  }
  .city .images-1:after {
    height: 400px;
  }
  footer {
    margin-top: 10rem;
    /* margin-top: -320px; */
    padding-top: 500px;
  }
  footer:after {
    height: 500px;
    bottom: 0px;
  }
  footer .social ul li a {
    font-size: 20px;
  }
  footer .menu .btm-title-2 {
    margin-top: 100px;
  }
  .video .swiper-container .right a:after {
    width: 300px;
    height: 300px;
  }
  .family-top img {
    width: 70%;
  }
  .family-top h4 {
    right: 12%;
    padding: 20px;
    font-size: 60px;
  }
  .family-top {
    margin-top: 150px;
  }
  .family-top:after {
    width: 600px;
    height: 600px;
    top: -65px;
  }
  .family-detail {
    margin-top: 125px;
  }
  .family-detail .family-title h5:after {
    width: 800px;
  }
  .family-detail .family-box p {
    margin-right: 20px;
  }
  .family-detail .family-box.f-box-2 p {
    margin-left: 20px;
  }
  .family-detail .family-box {
    margin-bottom: 0px;
  }
  .family-news {
    margin-top: 80px;
  }
  .family-news-boxs {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .family-detail .family-box img {
    padding-right: 20px;
  }
  .family-detail .family-box.f-box-2 img {
    padding-left: 20px;
  }
  .bank-top .right {
    width: 60%;
  }
  .bank-top .right img {
    width: 100%;
  }
  .bank-top .left {
    width: 40%;
  }
  .bank-top .left h4 {
    margin-top: 0;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .inf-contracts .contract-box {
    width: 150px;
    height: 150px;
  }
  .contracts .contract-box img {
    top: 75px;
    right: -50px;
    width: 100%;
    left: inherit;
  }
  .inf-contracts .contract-box h6 {
    margin-top: 180px;
    line-height: 19px;
    width: 140%;
    left: 0;
  }
  .contracts .contract-box h6 {
    margin-top: 210px;
  }
  .inf-contracts {
    margin-bottom: 250px;
  }
  .banner:after {
    width: 450px;
    height: 450px;
  }
  .banner h4 {
    top: 50px;
    font-size: 54px;
  }
  .footer-image img {
    width: 85%;
  }
  .footer-image .title img {
    width: auto;
  }
  .articles-detail-image .left {
    margin-top: 40px;
    width: 40%;
  }
  .articles-detail-image .left h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 30px;
  }
  .news-footer-image {
    top: 150px;
  }
  .articles-detail-image {
    margin-top: 100px;
  }
  .about-top h3 {
    line-height: 250px;
    font-size: 150px;
  }
  .about-top h5 {
    font-size: 45px;
    line-height: 60px;
  }
  .about-inf {
    padding: 100px 0;
  }
  .about-inf.white {
    padding-left: 0;
  }
  .about-top h6 {
    line-height: 34px;
    font-size: 28px;
    top: 0;
    margin-bottom: 30px;
  }
  .about-top p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .about-top a {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .book-inf h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .book-inf p {
    font-size: 14px;
  }
  .book-detail a img {
    width: 80%;
  }
  .book-popup .box {
    padding: 40px;
  }
  .book-popup .box .left img {
    width: 100%;
  }
  .book-popup .box .right {
    padding-left: 0;
  }
  .book-popup .box h4 {
    font-size: 24;
    margin-bottom: 10px;
  }
  .book-popup .box p {
    line-height: 24px;
  }
  .articles .articles-slider {
    padding-top: 20px;
  }
  .articles .articles-slider .swiper-pagination {
    top: 100px;
  }
  .city-title .container {
    padding: 80px 0;
  }
  .city-title p {
    font-size: 14px;
    line-height: 22px;
  }
  .city-boxs .c-box {
    margin-left: 0;
    width: 80%;
  }
  .dictionary-content a {
    position: inherit;
    right: 0;
    margin-left: 0;
    top: 0;
  }
  header .menu ul {
    width: 40%;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  header .menu .menu-social ul {
    padding-top: 0;
  }
  header .menu ul li a {
    margin-bottom: 10px;
    font-size: 18px;
  }
  header .menu ul li small {
    font-size: 20px;
  }
  header .menu span {
    right: 300px;
    top: 100px;
  }
  header .menu:after {
    right: -900px;
  }
  .video-page:before {
    left: 8%;
  }
  header .menu ul li.double a {
    line-height: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    max-width: 100% !important;
    padding: 0 15px;
  }
  header {
    padding: 15px 15px 0 15px;
  }
  header .right .social {
    display: none;
  }
  header .menu {
    top: -130%;
  }
  .main-slider {
    height: 300px;
  }
  .main-slider .swiper-button {
    display: none;
  }
  .main-slider .text {
    right: 15px;
    top: 100px;
  }
  .main-slider .text a {
    font-size: 16px;
    padding: 7px 25px;
    margin-top: 0;
  }
  .main-slider img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .main-slider .text h4 {
    font-size: 23px;
    line-height: 0;
  }
  .main-slider .text h4 span {
    line-height: 55px;
    font-size: 23px;
  }
  .main-slider #swiper-number {
    right: 15px;
    bottom: 30px;
    font-size: 24px;
    z-index: 5;
  }
  .main-slider .swiper-pagination {
    right: 5px;
    bottom: 20px;
  }
  .right a:after {
    bottom: 0;
  }
  header .right .menu-toggle {
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
  header .right .search {
    margin-right: 15px;
    margin-top: 15px;
  }
  header .logo h4 {
    font-size: 24px;
    line-height: 30px;
  }
  header .logo h4 span {
    font-size: 24px;
  }
  .title {
    padding-bottom: 15px;
  }
  .title .left img {
    width: 20px;
    height: 25px;
    margin-top: 7px;
  }
  .title .left h4 {
    font-size: 12px;
  }
  .title .left h4:after {
    width: 40px;
    height: 40px;
    left: -13px;
    top: -9px;
  }
  .articles .main-articles h5 {
    margin-bottom: 15px !important;
  }
  .right a {
    font-size: 12px;
  }
  .video-slider {
    position: relative;
  }
  .video .swiper-container .right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .articles {
    padding-top: 20px;
  }
  .articles .articles-slider {
    padding-top: 20px;
    position: relative;
  }
  .articles .articles-slider .left {
    margin-top: 300px;
    width: 100%;
  }
  .articles .articles-slider .left h5 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .articles .articles-slider .right {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 100%;
  }
  .articles .articles-slider .right img {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }
  .articles-detail .images {
    height: 200px;
  }
  .articles-detail .images img {
    height: 200px;
    object-fit: cover;
  }
  .articles .articles-slider .left p {
    font-size: 16px;
    padding-right: 0;
  }
  .articles .articles-slider .left a {
    padding: 15px 30px;
    font-size: 16px;
    margin-top: 15px;
  }
  .articles .articles-slider .swiper-pagination {
    display: none;
  }
  .articles
    .articles-slider
    .swiper-pagination
    .swiper-pagination-bullet-active:before {
    display: none;
  }
  .articles
    .articles-slider
    .swiper-pagination
    .swiper-pagination-bullet:after {
    display: none;
  }
  .articles .articles-slider .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 30px;
  }
  .news:after {
    width: 100%;
  }
  .news .news-boxs {
    padding: 20px 0;
  }
  .news .news-boxs .box {
    width: 100%;
    margin-right: 0;
  }

  .news {
    margin-bottom: 80px;
  }
  .video .swiper-container {
    margin-top: 0;
  }
  .video .title:before {
    top: 75px;
    left: -6px;
    width: 45px;
    height: 40px;
  }
  .video .swiper-container .left {
    width: 100%;
    margin-top: 300px;
  }
  .video .swiper-container .left h5 {
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 28px;
    margin-top: 0;
  }
  .video .swiper-container .left p {
    font-size: 16px;
    line-height: 28px;
  }
  .video .swiper-container .right {
    width: 100%;
  }
  .video .swiper-container .right img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  .video .swiper-container .right a:after {
    width: 100px;
    height: 100px;
    border: 5px solid #cfd0cf;
  }
  .video .swiper-container .right a:before {
    border: 5px solid #949ca2;
    width: 150px;
    height: 150px;
  }
  .video .swiper-container .right a .play {
    border-top-width: 20px;
    border-left-width: 30px;
    border-bottom-width: 20px;
  }
  .video .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 0;
  }
  .city .left {
    position: relative;
    height: 900px;
    width: 100%;
  }
  .city .images {
    position: absolute;
    top: 43%;
  }
  .city .images-2 {
    position: absolute;
    top: 50px;
  }
  .city .images a:hover .text {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .policy h3 span {
    left: 9px;
  }
  .policy {
    margin-top: 100px;
  }
  .policy h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .policy h3:before {
    width: 100px;
    height: 100px;
    left: -37px;
    top: -16px;
  }
  .policy:before {
    top: 0;
  }
  .policy .policy-boxs {
    display: inherit;
  }
  .policy .box {
    width: 50%;
    padding: 0;
  }
  .policy .box h4 {
    font-size: 14px;
  }
  .city {
    margin-top: 100px;
  }
  .city h4 {
    line-height: 37px;
    font-size: 30px;
    margin-left: 70px;
  }
  .city h4:before {
    left: -50px;
    top: -20px;
    width: 110px;
  }
  .city .images-1 {
    margin-top: 60px;
  }
  .city .images {
    width: 100%;
  }
  .city .images-2 {
    margin-top: 0;
  }
  .city .right {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .policy .box h4:after {
    left: 0;
  }
  .policy .box:hover h4:after {
    width: 100%;
  }

  .city .right .comment {
    width: 250px;
    height: 250px;
    margin: 80px auto;
    padding: 25px 0;
  }
  .city .right .comment p {
    font-size: 16px;
  }
  .city .right .comment p br {
    display: none;
  }
  .city .right .comment span {
    bottom: 30px;
  }
  .city .right .comment:before {
    left: -40px;
    top: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
  .city .right .comment:after {
    right: -40px;
    bottom: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }
  .photo {
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer {
    margin-top: 0;
    padding-top: 40px;
  }
  .photo .photo-boxs .box {
    width: 50%;
  }
  .photo .photo-boxs {
    margin-top: 30px;
  }
  footer .row .col-lg-2 {
    margin-bottom: 30px;
  }
  footer .menu .btm-title {
    margin-top: 35px;
  }
  footer .menu .btm-title-2 {
    margin-top: 35px;
  }
  footer .social ul {
    justify-content: flex-start;
  }
  footer .footer-bottom {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  footer .social ul li a {
    font-size: 22px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner h4 {
    font-size: 28px;
    line-height: 50px;
  }
  .banner:after {
    width: 400px;
    height: 400px;
  }
  .contracts {
    margin-bottom: 80px;
  }
  .contracts .contracts-boxs {
    padding-top: 50px;
  }
  .contracts .contract-box {
    margin: 0 auto 180px auto;
  }
  .contracts .contract-box h6 {
    margin-left: 0;
  }
  .contracts .contract-box img {
    width: 100%;
    left: 0;
  }
  .footer-image img {
    width: 100%;
  }
  .main-social {
    display: none;
  }
  .city-slider {
    height: 60vh;
  }
  .city-slider h4 {
    top: 50px;
    font-size: 35px;
  }
  .city-slider img {
    height: 60vh;
  }
  .city-title .container {
    padding: 40px 15px;
    text-align: center;
  }
  .city-title img {
    width: 60%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .city-slider .swiper-pagination {
    bottom: 20px;
    right: 15px;
  }
  .city-boxs .c-box img {
    left: 0;
    top: -55px;
  }
  .city-boxs .c-box {
    width: 100%;
    margin-left: 0;
    margin-top: 120px;
  }
  .city-title p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
  }
  .city-boxs .c-box h6 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .city-boxs .c-box p {
    font-size: 16px;
  }
  .city-banner img {
    height: 50vh;
    object-fit: cover;
  }
  .city-detail {
    padding-top: 50px;
  }
  .city-detail img {
    margin-right: 10px;
    width: 180px;
  }
  .city-detail h4 {
    font-size: 38px;
    top: 5px;
    margin-bottom: 30px;
  }
  .city-detail .row .col-lg-6 {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .city-detail p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .city-detail .row .col-lg-12 {
    padding-left: 30px;
  }
  .city-detail .images {
    margin-top: 10px;
  }
  .city-detail .images .social ul {
    margin-top: 30px;
  }
  .video-page:before {
    display: none;
  }
  .video-boxs a .images {
    height: 200px;
    margin-bottom: 15px;
  }
  .video-boxs .social {
    margin: 50px 0;
  }
  .video-boxs h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .video-boxs p {
    font-size: 16px;
  }
  .video-boxs i {
    margin-bottom: 50px;
  }
  .video-detail-image {
    margin-top: 50px;
  }
  .video-detail-image {
    height: 300px;
  }
  .video-detail-image img {
    height: 300px;
  }
  .video-detail-image:after {
    width: 150px;
    height: 150px;
    border: 10px solid #eff2f5;
  }
  .video-detail-image:before {
    border-top-width: 40px;
    border-left-width: 55px;
    border-bottom-width: 40px;
  }
  .video-detail-inf {
    margin-top: 0;
  }
  .video-detail-inf .top h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .video-detail-inf .top ul {
    margin-top: 20px;
  }
  .video-detail-inf .bottom:after {
    display: none;
  }
  .video-detail-inf p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
  .articles-detail h5 {
    display: none;
  }
  .articles-detail-image {
    margin-top: 40px;
    margin-bottom: 0;
    position: relative;
  }
  .video-title .bottom:after {
    display: none;
  }
  .articles-detail-image .left {
    width: 100%;
    margin-top: 250px;
  }
  .articles-detail-image .left h4 {
    margin-top: 0;
    font-size: 37px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .articles-detail-image .right {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .articles-detail-image .right img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .video-title .bottom {
    margin-top: 0;
  }
  .articles-inf p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
  .articles-inf .social {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .news-footer-main {
    margin-bottom: 150px;
  }
  .news-footer-image {
    top: -10px;
  }
  .news-image {
    position: relative;
    top: 150px;
  }
  .news-footer-image .photo-boxs {
    padding-top: 15px;
  }
  .news-footer-image .photo-boxs .box {
    width: 49%;
    margin-right: 1%;
  }
  .bank-top {
    margin-top: 80px;
  }
  .bank-top .left {
    width: 100%;
  }
  .bank-top .right {
    width: 100%;
  }
  .bank-top .left h4 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .bank-top .left p {
    font-size: 16px;
  }
  .bank-top .right img {
    top: 0;
    width: 100%;
  }
  .inf-contracts .contract-box h6 {
    position: inherit;
    bottom: 0;
    left: 0;
    margin-top: 180px;
    font-size: 15px;
    margin-left: 0;
    letter-spacing: 0;
  }
  .inf-contracts .contract-box {
    margin-bottom: 180px;
    margin: 0 auto 180px auto;
  }
  .about-top h3 {
    font-size: 45px;
    top: 20px;
    line-height: 150px;
  }
  .about-top h5 {
    line-height: 27px;
    font-size: 20px;
    left: 12%;
    top: 32%;
  }
  .about-top img {
    width: 85%;
  }
  .about-inf {
    padding: 50px 0;
  }
  .about-inf p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .about-inf.white {
    padding-left: 0;
  }
  .about-inf.white p {
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .about-top {
    height: 90vh;
  }
  .book-inf {
    padding: 50px 0;
  }
  .book-inf h4 {
    position: inherit;
    left: 0;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .book-inf img {
    margin-left: 0;
    width: 200px;
  }
  .book-inf h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .book-inf p {
    line-height: 25px;
    font-size: 14px;
  }
  .book-detail {
    padding-top: 50px;
  }
  .book-detail h5 {
    font-size: 18px;
    margin-left: 0;
    padding-bottom: 0px;
    text-align: left;
  }
  .book-detail a {
    padding-bottom: 75px;
  }
  .book-popup .box {
    width: 95%;
    height: 95%;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .book-popup .box .left {
    width: 100%;
  }
  .book-popup .box .right {
    width: 100%;
    padding-left: 0;
  }
  .book-popup .box .left img {
    width: 200px;
  }
  .book-popup .box h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .book-popup .box p {
    line-height: 27px;
  }
  .book-popup .box span {
    right: 20px;
    top: 10px;
    font-size: 24px;
  }
  .contact-top {
    padding-top: 50px;
  }
  .about-top .text {
    margin-left: 0;
  }
  .about-top h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 25px;
    top: 0;
  }
  .about-top h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-top p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-top a {
    font-size: 16px;
    line-height: 22px;
  }
  .about-top .text br {
    display: none;
  }
  .contact-top img {
    width: 55%;
  }
  .contact-detail .map iframe {
    height: 400px !important;
  }
  .contact-detail .contact-form {
    padding: 50px 0;
  }
  .contact-detail .contact-form h4 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .articles-detail-image .left p {
    font-size: 14px;
  }
  .contact-detail .contact-form form {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact-detail .contact-form input {
    height: 60px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .contact-detail .contact-form textarea {
    height: 150px;
    margin-bottom: 15px;
    padding: 15px;
  }
  .contact-detail .contact-form .focus-border {
    top: -17px;
  }
  .contact-detail .contact-form button {
    width: 180px;
    height: 60px;
    font-size: 20px;
  }
  .contact-detail .contact-form .contact-social ul {
    margin-top: 10px;
  }
  .contact-detail .contact-form .contact-social ul li {
    margin-right: 5px;
  }
  .contact-detail .contact-form .contact-social ul li a {
    font-size: 27px;
  }
  .dictionary-content {
    padding: 25px 0;
    height: auto;
  }
  .dictionary-content h4 {
    font-size: 20px;
    line-height: 35px;
    float: left;
  }
  .dictionary-content br {
    display: none;
  }
  .dictionary-content a {
    font-size: 16px;
    right: inherit;
  }
  .dictionary-content .all-dictionary {
    position: inherit;
    margin-left: 0;
    right: 0;
    top: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
  }
  .dictionary-detail {
    padding: 25px 0;
  }
  .dictionary-detail .row {
    padding: 0;
  }
  header .menu {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
  }
  header .menu.active {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
  }
  header .menu {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .menu ul {
    width: 100%;
    padding: 0 15px;
    height: auto;
    position: relative;
    top: -100px;
  }
  header .menu:after {
    display: none;
  }
  header .menu ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #bdd0d5;
  }
  header .menu ul li a {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  header .menu ul li small {
    font-size: 14px;
  }
  header .menu ul li.double a {
    line-height: 24px;
  }
  header .menu .open-menu {
    position: inherit;
    left: 0px;
    top: -95px;
    z-index: -1;
    display: none;
  }
  header .menu .open-menu ul {
    height: auto;
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  header .menu .open-menu ul li {
    border: none;
    padding: 0;
  }
  header .menu ul li br {
    display: none;
  }
  header .menu .open-menu ul li a {
    margin-bottom: 5px;
  }
  header .menu ul li small i {
    transform: rotate(90deg);
    position: relative;
    top: -3px;
  }
  .family-top:after {
    width: 300px;
    height: 300px;
  }
  .family-top h4 {
    padding: 9px;
    font-size: 30px;
    line-height: 45px;
    right: 0%;
  }
  .family-top img {
    width: 85%;
  }
  .family-detail .family-box {
    width: 100%;
    margin-top: 20px;
  }
  .family-detail .family-title h5 {
    font-size: 34px;
  }
  .family-detail .family-title h5:after {
    display: none;
  }
  .family-detail .family-box p {
    margin-right: 0;
  }
  .family-detail .family-box.f-box-2 p {
    margin-left: 0;
  }
  .family-detail .family-box img {
    padding-right: 0;
  }
  .family-detail .family-box.f-box-2 img {
    padding-left: 0;
  }
  .family-news-boxs {
    padding: 20px 0;
  }
  .city-photo {
    margin-bottom: 0;
  }
  .book-detail a img {
    width: 100%;
  }
  .city .images img {
    object-fit: cover;
  }
  .book-detail a:hover h5:after {
    width: 100%;
  }
  header .menu span {
    display: none;
  }
  header .menu-social {
    display: none;
  }
  header .menu.active {
    top: 0;
    margin-top: 100px;
    height: 85vh;
    padding-bottom: 105px;
  }
  header.active {
    background: #dbe9ed;
    height: 100px;
  }
  header .search-box form {
    width: 100%;
    margin-left: 8%;
  }
  header .search-box input {
    width: 100%;
  }
  header .search-box span {
    right: 10px;
    top: 20px;
    font-size: 26px;
  }
  header .menu.active ul li {
    transform: translateY(-50%);
  }
  header .menu {
    display: inherit;
  }
  .news-footer-image .photo-boxs .box a {
    height: 150px;
    margin-bottom: 10px;
  }
  .news-footer-image .photo-boxs .box a img {
    height: 150px;
    object-fit: cover;
  }
  .video-detail-play {
    margin-top: 0;
    height: auto;
  }
  .video-detail-image span {
    font-size: 12px;
    padding: 10px 20px;
  }
  .dictionary-detail p {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 900px) and (orientation: landscape) {
  .about-top .text {
    width: 50%;
  }
  .contact-top img {
    width: 25%;
  }
  .banner:after {
    width: 250px;
    height: 250px;
  }
  .news-footer-main {
    margin-bottom: 0;
  }
  .main-slider {
    height: 60vh;
  }
  .main-slider img {
    height: 80vh;
    width: 56%;
  }
  .main-slider .swiper-pagination {
    bottom: 50px;
  }
  .main-slider #swiper-number {
    bottom: 60px;
  }
  .about-top img {
    width: 35%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .news-footer-main {
    margin-bottom: 0;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .contact-top img {
    width: 35%;
  }
  .city-photo .photo-box a {
    height: 150px;
  }
  .city-photo .photo-box img {
    height: 150px;
  }
  .news .news-boxs .box {
    width: 47%;
    margin-right: 3%;
  }
  .news .news-boxs .box:nth-child(even) {
    margin-right: 0;
    float: right;
  }
  .news-footer-image .photo-boxs .box a {
    height: 250px;
    margin-bottom: 10px;
  }
  .news-footer-image .photo-boxs .box a img {
    height: 250px;
  }
  .news-footer-main {
    margin-bottom: 0;
  }
  .policy .box {
    width: 33%;
  }
  .main-slider img {
    width: 56%;
  }
  .about-top img {
    width: 45%;
  }
}
