@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
.anim {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
}
button,
a {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
}
input:focus {
  outline: none;
}
a:link,
a:target,
a:focus,
a:active {
  text-decoration: none;
}
body {
  padding-top: 85px;
  font-family: 'Open Sans', sans-serif;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  font-size: 14px;
}
.title h3 {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: #ddd;
  z-index: 100;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.header:before {
  width: 50%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 25px #333;
  border-radius: 50%;
  z-index: 0;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ddd;
  top: 0;
  left: 0;
}
.header .top_row {
  text-align: right;
  padding-top: 3px;
  z-index: 1;
  position: relative;
}
.header .top_row .top_wrap_ul ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.header .top_row .top_wrap_ul ul li {
  padding-top: 7px;
  padding-bottom: 6px;
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.header .top_row .top_wrap_ul ul li:last-of-type {
  border: none;
}
.header .top_row .top_wrap_ul ul li a {
  color: rgba(17, 17, 17, 0.85);
  font-size: 12px;
}
.header .top_row .top_wrap_ul ul li a:hover {
  color: #f49100;
}
.header .top_row .leng {
  display: inline-block;
}
.header .top_row .leng ul {
  padding-right: 15px;
}
.header .top_row .leng ul li {
  display: inline-block;
  border-left: 1px solid #ccc;
}
.header .top_row .leng ul li:nth-of-type(1) {
  border: none;
}
.header .top_row .leng ul li a {
  font-size: 13px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 1px;
  color: #333;
}
.header .top_row .leng ul li a:hover {
  color: #f49100;
}
.header .top_row .soc {
  display: inline-block;
}
.header .top_row .soc ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  text-align: right;
  padding-top: 3px;
}
.header .top_row .soc ul li {
  margin-left: 6px;
  display: inline-block;
  line-height: 0;
}
.header .top_row .soc ul li a {
  text-align: center;
  padding-top: 5.5px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #f49100;
}
.header .top_row .soc ul li a:hover {
  background: #094675;
}
.header .logo {
  margin-top: -36px;
  z-index: 1;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .logo img {
  max-width: 100%;
  height: 75px;
}
.header .logo p {
  vertical-align: middle;
  margin: 0;
  margin-top: -5px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 3px solid #094675;
  display: inline-block;
  color: #094675;
  font-size: 16px;
  letter-spacing: 1px;
}
.header .search {
  z-index: 1;
  position: relative;
  padding-top: 20px;
}
.header .search .form_wrap a {
  display: inline-block;
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.85);
}
.header .search .form_wrap a:hover {
  color: #094675;
}
.header .search .form_wrap form {
  position: relative;
}
.header .search .form_wrap form input {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #f49100;
  width: 100%;
  height: 35px;
}
.header .search .form_wrap form button {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
}
.header .tel {
  z-index: 1;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}
.header .tel h4 {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 16px;
}
.header .tel h4 + a {
  font-size: 20px;
}
.header .tel p {
  margin: 0;
}
.header .tel a {
  color: rgba(17, 17, 17, 0.85);
}
.header .tel a:hover {
  color: #094675;
}
.header .tel a.tel_btn {
  margin-top: 3px;
  display: inline-block;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  background: #094675;
  color: #fff;
}
.header .tel a.tel_btn:hover {
  background: #f49100;
}
.header .wrap_menu {
  z-index: 1;
  position: relative;
  padding-top: 0px;
  width: 100%;
  text-align: right;
}
.header .wrap_menu ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.header .wrap_menu ul li {
  padding-top: 12px;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
}
.header .wrap_menu ul li:last-of-type {
  border: none;
}
.header .wrap_menu ul li:nth-of-type(1) a {
  border: none;
}
.header .wrap_menu ul li:last-of-type a {
  padding-right: 0;
}
.header .wrap_menu ul li:hover > a {
  color: #f49100;
}
.header .wrap_menu ul li a {
  border-left: 1px solid #888;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  letter-spacing: 2px;
  color: #333;
}
.header .wrap_menu ul li:hover .drop {
  opacity: 1;
  visibility: visible;
}
.header .wrap_menu ul li .drop {
  transform: translateY(1px);
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  visibility: hidden;
  opacity: 0;
  background: #094675;
  white-space: nowrap;
  top: 100%;
  position: absolute;
  right: -5px;
}
.header .wrap_menu ul li .drop.contact_drop {
  padding: 15px;
  white-space: normal;
}
.header .wrap_menu ul li .drop.contact_drop h5 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  font-size: 18px;
}
.header .wrap_menu ul li .drop.contact_drop form {
  width: 320px;
  margin-left: -5px;
  margin-right: -5px;
}
.header .wrap_menu ul li .drop.contact_drop form input {
  margin-bottom: 10px;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}
.header .wrap_menu ul li .drop.contact_drop form textarea {
  width: 310px;
  margin-left: 5px;
  margin-right: 5px;
  height: 80px;
  resize: none;
  padding: 5px;
}
.header .wrap_menu ul li .drop:hover {
  opacity: 1;
  visibility: visible;
}
.header .wrap_menu ul li .drop:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #094675;
  position: absolute;
  top: -6px;
  right: 40px;
  transform: rotate(45deg);
}
.header .wrap_menu ul li .drop li {
  display: block;
  margin: 0;
  padding: 0;
}
.header .wrap_menu ul li .drop li a {
  text-transform: none;
  border: none;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding-right: 15px;
}
.header .wrap_menu ul li .drop li a:hover {
  color: #f49100;
}
.section_1 {
  padding-top: 10px;
  z-index: 1000;
  position: relative;
}
.section_1 .wrap_menu {
  z-index: 1000;
  margin-bottom: -20px;
  background: #094675;
  text-align: center;
  border-radius: 7px;
}
.section_1 .wrap_menu ul {
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.section_1 .wrap_menu ul li {
  border-right: 2px solid #fff;
  display: inline-block;
}
.section_1 .wrap_menu ul li:last-of-type {
  border: none;
}
.section_1 .wrap_menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
}
.section_1 .wrap_menu ul li a:hover {
  color: #f49100;
}
.section_2 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: -1;
}
.section_2 .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  text-align: center;
}
.section_2 .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
}
.section_2 .owl-dots .owl-dot.active {
  background: #f49100;
}
.section_2 .owl-stage-outer {
  overflow: hidden;
}
.section_2 .owl-item {
  float: left;
}
.section_2 .owl-item .wrap_itm {
  height: 330px;
  padding-top: 100px;
  background: url(../img/sl/1.jpg) top right no-repeat;
  background-size: cover;
}
.section_2 .owl-item:nth-of-type(2) .wrap_itm {
  background: url(../img/sl/1.jpg) top right no-repeat;
  background-size: cover;
}
.section_2 .owl-item:nth-of-type(3) .wrap_itm {
  background: url(../img/sl/3.jpg) top right no-repeat;
  background-size: cover;
}
.section_2 .owl-item:nth-of-type(4) .wrap_itm {
  background: url(../img/sl/2.jpg) top right no-repeat;
  background-size: cover;
}
.section_2 .owl-item:nth-of-type(5) .wrap_itm {
  background: url(../img/sl/4.jpg) top right no-repeat;
  background-size: cover;
}

.section_2 .wrap_sl {
  border: 1px solid #ccc;
}
.section_2 .wrap_sl .wrap_itm {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  vertical-align: middle;
}
.section_2 .wrap_sl .wrap_itm h1 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
}
.section_2 .wrap_sl .wrap_itm h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.section_2 .wrap_sl .wrap_itm a {
  margin-top: 10px;
  display: inline-block;
  padding: 9px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  background: #f49100;
  color: #fff;
}
.section_2 .wrap_sl .wrap_itm a:hover {
  background: #094675;
}
.section_2 .wrap_cont_2 {
  padding: 15px;
  height: 340px;
  border: 1px solid #ccc;
}
.section_2 .wrap_cont_2 img {
  width: 100%;
  height: 74%;
  object-fit: cover;
  object-position: top;
}
.section_2 .wrap_cont_2 p {
  display: inline-block;
  width: 100%;
  height: 10%;
  margin-top: 1%;
  margin-bottom: 0;
  text-align: center;
}
.section_2 .wrap_cont_2 a {
  display: inline-block;
  width: 100%;
  height: 12%;
  margin-top: 1%;
  border: 1px solid;
  text-align: center;
  padding-top: 6px;
  background: #094675;
  color: #fff;
  font-size: 16px;
}
.section_2 .wrap_cont_2 a:hover {
  background: #f49100;
}
.section_3 {
  text-align: center;
  background: url(../img/ddt.png) center 350px no-repeat;
}
.section_3 .itms {
  margin-bottom: 20px;
  margin-left: 55px;
  margin-right: 55px;
  width: 265px;
  display: inline-block;
  vertical-align: top;
}
.section_3 .itms:nth-of-type(1) {
  margin-bottom: 10px;
  padding-bottom: 70px;
  background: url(../img/ddt2.png) center bottom no-repeat;
}
.section_3 .itms:nth-of-type(1) .wrap_icon {
  padding-top: 33px;
  background: #ffffff url(../img/itms12.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_3 .itms:nth-of-type(1) .wrap_icon i {
  color: #f49100;
}
.section_3 .itms img {
  background: #fff;
}
.section_3 .itms .wrap_icon {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 130px;
  background: #ffffff url(../img/itms1.png) center center no-repeat;
  background-size: 100% 100%;
}
.section_3 .itms .wrap_icon i {
  font-size: 50px;
  color: #094675;
}
.section_3 .itms h4 {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: uppercase;
  color: #094675;
}
.section_3 .itms p {
  margin-top: 10px;
  font-size: 14px;
  color: #030303;
}
.section_4 .owl-stage-outer {
  overflow: hidden;
}
.section_4 .owl-item {
  float: left;
}
.section_4 .itm_step {
  position: relative;
  border: 4px solid rgba(17, 17, 17, 0.85);
}
.section_4 .itm_step:hover .img_wrap {
  opacity: 0;
  z-index: -1;
}
.section_4 .itm_step:hover .text_wrap h4 {
  color: #fff;
}
.section_4 .itm_step:hover .text_wrap span {
  background: rgba(17, 17, 17, 0.85);
}
.section_4 .itm_step .text_wrap {
  background: #f49100;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.section_4 .itm_step .text_wrap h4 {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  margin-top: 0px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #094675;
}
.section_4 .itm_step .text_wrap p {
  margin: 0;
  font-size: 14px;
}
.section_4 .itm_step .text_wrap span {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 100;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #094675;
}
.section_4 .itm_step .text_wrap a {
  margin-top: 10px;
  display: inline-block;
  padding: 5px;
  background: rgba(17, 17, 17, 0.85);
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.section_4 .itm_step .text_wrap a:hover {
  background: #094675;
}
.section_4 .itm_step .img_wrap {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  position: relative;
  z-index: 1;
}
.section_4 .itm_step .img_wrap img {
  width: 100%;
  height: 100%;
}
.section_4 .wrap_sl_event {
  position: relative;
}
.section_4 .wrap_sl_event .owl-prev {
  position: absolute;
  top: -40px;
  right: 55px;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_4 .wrap_sl_event .owl-prev:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_4 .wrap_sl_event .owl-next {
  position: absolute;
  top: -40px;
  right: 0;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_4 .wrap_sl_event .owl-next:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_4 .row_text {
  padding-top: 20px;
  text-align: center;
}
.section_4 .row_text a {
  background: #094675;
  font-size: 15px;
  display: inline-block;
  height: 40px;
  padding-top: 9px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.section_4 .row_text a:hover {
  opacity: .8;
}
.section_4 .text_row_news {
  text-align: center;
}
.section_4 .text_row_news p {
  text-align: center;
  margin-top: 30px;
}
.section_4 .text_row_news a {
  margin-top: 10px;
  display: inline-block;
  padding: 9px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  background: #094675;
  color: #fff;
}
.section_4 .text_row_news a:hover {
  background: #f49100;
}
.section_5 h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.section_5 .owl-stage-outer {
  overflow: hidden;
}
.section_5 .owl-item {
  float: left;
}
.section_5 .wrap_sl_rev {
  position: relative;
}
.section_5 .wrap_sl_rev .owl-prev {
  position: absolute;
  top: -40px;
  right: 55px;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_5 .wrap_sl_rev .owl-prev:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_5 .wrap_sl_rev .owl-next {
  position: absolute;
  top: -40px;
  right: 0;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_5 .wrap_sl_rev .owl-next:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_5 .video_wrap iframe {
  border: 3px solid rgba(17, 17, 17, 0.85);
}
.section_5 .img_wrap {
  text-align: right;
}
.section_5 .img_wrap img {
  width: 200px;
  border-radius: 50%;
}
.section_5 .itm_step {
  border: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eee;
}
.section_5 .itm_step:after {
  content: "";
  display: table;
  clear: both;
}
.section_6 .owl-stage-outer {
  overflow: hidden;
}
.section_6 .owl-item {
  float: left;
}
.section_6 .wrap_part {
  position: relative;
}
.section_6 .wrap_part .owl-prev {
  position: absolute;
  top: -40px;
  right: 55px;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_6 .wrap_part .owl-prev:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_6 .wrap_part .owl-next {
  position: absolute;
  top: -40px;
  right: 0;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  background: #f49100;
  color: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  cursor: pointer;
}
.section_6 .wrap_part .owl-next:hover {
  background: rgba(17, 17, 17, 0.85);
}
.section_6 .itm_part {
  width: 100%;
  border: 2px solid;
  padding: 15px;
  height: 160px;
  padding-bottom: 45px;
}
.section_6 .itm_part img {
  height: 100px;
  width: 100%;
  object-fit: scale-down;
}
.section_6 .itm_part p {
  text-align: center;
  color: #000;
}
.section_6 a.btnbtn {
  margin-top: 10px;
  display: inline-block;
  padding: 9px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  background: #094675;
  color: #fff;
}
.section_6 a.btnbtn:hover {
  background: #f49100;
}
.section_7 {
  margin-top: 15px;
  background: #094675;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section_7 p {
  padding-top: 12px;
  margin: 0;
}
.section_7 ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 5px;
}
.section_7 ul li {
  margin-left: 6px;
  display: inline-block;
  line-height: 0;
}
.section_7 ul li:nth-of-type(1) a {
  padding-top: 7px;
}
.section_7 ul li a {
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  color: #094675;
  font-size: 22px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fff;
}
.section_7 ul li a:hover {
  color: #f49100;
}
.section_8 {
  min-height: 440px;
  text-align: justify;
  font-size: 16px;
}
.section_8 h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.section_8 .text_tab1 {
  margin-bottom: 15px;
}
.section_8 .text_tab1 ul {
  padding-left: 15px;
}
.section_8 .text_tab1 img {
  margin-bottom: 5px;
  margin-top: 10px;
  object-fit: fill;
  width: 100%;
  height: auto;
}
.section_8 .text_tab2 img {
  height: 300px;
}
.section_8 .wrap_text_float img {
  float: right;
  width: 50%;
  height: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}
.section_8 .wrap_img_2 {
  text-align: center;
}
.section_8 .wrap_img_2 img {
  height: auto;
  width: auto;
}
.section_8 .wrap_img_1 {
  text-align: center;
}
.section_8 .wrap_img_1 img {
  height: auto;
}
.section_8 .wrap_img_1.scaledown img {
  object-fit: scale-down;
}
.section_8 .wrap_img_1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: fill;
}
.section_8 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}
.section_8 h5 {
  font-weight: bold;
}
.section_8 form input {
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
}
.section_8 form textarea {
  width: 100%;
  height: 80px;
  resize: none;
  margin-bottom: 10px;
  padding: 5px;
}
.section_8 form button {
  display: inline-block;
  padding: 7px;
  border: none;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  background: #f49100;
  color: #fff;
  width: 100%;
}
.section_8 form button:hover {
  background: #094675;
}
.section_8 .title_row_now h4 {
  font-family: 'Times';
  color: #094675;
  margin-bottom: 5px;
}
.section_8 .title_row_now h2 {
  margin-top: 0;
  font-family: 'Times';
  color: #094675;
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section_8 .wrap_flex_new {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.section_8 .wrap_flex_new .itm_flex_new {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}
.section_8 .wrap_flex_new .itm_flex_new img {
  width: 200px;
  height: 250px;
  margin-bottom: 0;
}
.section_8 .wrap_flex_new .itm_flex_new p {
  color: #094675;
}
.section_8 .wrap_flex_new .itm_flex_new h4 {
  margin-top: 10px;
  font-size: 24px;
  color: #094675;
  font-weight: normal;
  font-family: 'Times';
  height: 53px;
}
.section_8 .wrap_flex_new .itm_flex_new hr {
  border-top: 1px solid #f49100;
}
.footer {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .logo {
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer .logo img {
  max-width: 100%;
  height: 85px;
}
.footer .logo p {
  vertical-align: middle;
  margin: 0;
  margin-top: -5px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 3px solid #094675;
  display: inline-block;
  color: #094675;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer h4 {
  color: #094675;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer ul li a {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;
  color: #333;
}
.footer ul li a:hover {
  color: #f49100;
}
.mob_menu {
  border-right: 1px solid #ccc;
  width: 80%;
  max-width: 440px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.mob_menu.mob_menu_open {
  display: block;
}
.mob_menu .mob_menu_wrap {
  display: flex;
  height: 100%;
  width: 100%;
}
.mob_menu .mob_menu_wrap .mob_n {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px;
}
.mob_menu .mob_menu_wrap .mob_n.mclose {
  height: 100%;
  width: 0;
  padding: 0;
}
.mob_menu .mob_menu_wrap .mob_n .search_mob form {
  position: relative;
}
.mob_menu .mob_menu_wrap .mob_n .search_mob form input {
  padding-left: 15px;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
}
.mob_menu .mob_menu_wrap .mob_n .search_mob form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #ccc;
  background: none;
}
.mob_menu .mob_menu_wrap .mob_n .search_mob form button:hover {
  background: #094675;
  color: #fff;
  border-color: #094675;
}
.mob_menu .mob_menu_wrap .mob_n .back_btn span {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  top: -1px;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.mob_menu .mob_menu_wrap .mob_n .back_btn span:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  top: 50%;
  margin-top: -6px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mob_menu .mob_menu_wrap .mob_n .back_btn span:hover {
  background: #ccc;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap {
  padding-top: 30px;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul {
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
  list-style-type: none;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li {
  border-top: 1px solid #ccc;
  height: 40px;
  position: relative;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li:last-of-type {
  height: 41px;
  border-bottom: 1px solid #ccc;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li a {
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #444;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li a:hover {
  background: #ccc;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li span {
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
  position: absolute;
  width: 45px;
  height: 41px;
  background: #fff;
  border: 1px solid #ccc;
  top: -1px;
  right: -1px;
  text-align: center;
  cursor: pointer;
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li span:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  top: 50%;
  margin-top: -6px;
  right: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob_menu .mob_menu_wrap .mob_n .mob_ul_wrap ul li span:hover {
  background: #ccc;
}
.wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  -moz-transition: all 0.2s 0.02s ease;
  -o-transition: all 0.2s 0.02s ease;
  -webkit-transition: all 0.2s 0.02s ease;
}
.wrapper .close_mob_menu_filter {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wrapper.wrapper_open {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}
.header_mob {
  background: #094675;
  display: none;
}
.header_mob .col-xs-9 a {
  border: none;
}
.header_mob .col-xs-3 {
  padding: 0;
}
.header_mob .col-xs-3 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header_mob img {
  max-width: 100%;
  max-height: 100%;
}
.header_mob a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: #094675;
  color: #fff;
  font-size: 21px;
  padding-top: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.cr {
  padding-top: 20px;
  padding-bottom: 10px;
}
.cr p {
  color: #000;
}
.cr p a {
  color: #094675;
}
.cr p a:hover {
  color: #f49100;
}
.modal-sm {
  max-width: 415px;
  width: 100%;
}
.modal-header .close {
  border: 2px solid;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.modal.re4 .wrapmain h3 {
  margin-bottom: 25px;
}
.modal .modal-content {
  background: rgba(255, 255, 255, 0.84);
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal .wrapmain {
  background: none;
  border: 1px solid transparent;
}
.modal .wrapmain h3 {
  margin-top: 22px;
  font-weight: bold;
  font-size: 35px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal .wrapmain h2 {
  margin-top: 22px;
  font-weight: bold;
  font-size: 45px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal .wrapmain a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #094675;
  font-weight: bold;
  font-size: 20px;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
}
.modal .wrapmain a:hover {
  background: rgba(17, 17, 17, 0.85);
}
.modal .wrapmain p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #020202;
}
.modal .wrapmain p.untext {
  margin-top: 15px;
  font-size: 13px;
  color: #3A3B3C;
  margin-bottom: 15px;
}
.modal .wrapmain p.untext span {
  display: inline-block;
  background: url(../img/lock.png) center center no-repeat;
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.modal .wrapmain form {
  padding-left: 50px;
  padding-right: 50px;
}
.modal .wrapmain form label {
  width: auto;
  display: inline-block;
}
.modal .wrapmain form a {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.modal .wrapmain form input[type=checkbox] {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.modal .wrapmain form .chbx {
  text-align: center;
  padding-top: 10px;
}
.modal .wrapmain form input[type=email],
.modal .wrapmain form input[type=text],
.modal .wrapmain form input[type=number] {
  /* Firefox 19+ */
  /* Firefox 18- */
  padding-left: 32px;
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
.modal .wrapmain form input[type=email]::-webkit-input-placeholder,
.modal .wrapmain form input[type=text]::-webkit-input-placeholder,
.modal .wrapmain form input[type=number]::-webkit-input-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]::-moz-placeholder,
.modal .wrapmain form input[type=text]::-moz-placeholder,
.modal .wrapmain form input[type=number]::-moz-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:-moz-placeholder,
.modal .wrapmain form input[type=text]:-moz-placeholder,
.modal .wrapmain form input[type=number]:-moz-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:-ms-input-placeholder,
.modal .wrapmain form input[type=text]:-ms-input-placeholder,
.modal .wrapmain form input[type=number]:-ms-input-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:nth-of-type(1),
.modal .wrapmain form input[type=text]:nth-of-type(1),
.modal .wrapmain form input[type=number]:nth-of-type(1) {
  background: #ffffff url(../img/people2.png) 5px center no-repeat;
}
.modal .wrapmain form input[type=email]:nth-of-type(2),
.modal .wrapmain form input[type=text]:nth-of-type(2),
.modal .wrapmain form input[type=number]:nth-of-type(2) {
  background: #ffffff url(../img/tel3.png) 5px center no-repeat;
}
.modal .wrapmain form input[type=email]:nth-of-type(3),
.modal .wrapmain form input[type=text]:nth-of-type(3),
.modal .wrapmain form input[type=number]:nth-of-type(3) {
  background: #ffffff url(../img/email.png) 8px center no-repeat;
}
.modal .wrapmain form input[type=email]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=text]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=number]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=email]::-webkit-inner-spin-button,
.modal .wrapmain form input[type=text]::-webkit-inner-spin-button,
.modal .wrapmain form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.modal .wrapmain form input[type=email][type='number'],
.modal .wrapmain form input[type=text][type='number'],
.modal .wrapmain form input[type=number][type='number'] {
  -moz-appearance: textfield;
}
.modal .wrapmain form button {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background: #094675;
  font-weight: bold;
  padding-top: 2px;
  font-size: 26px;
  color: #f8f8f8;
  text-transform: uppercase;
}
.modal .wrapmain form button:hover {
  background: rgba(17, 17, 17, 0.85);
}
.modal-sm {
  max-width: 415px;
  width: 100%;
}
.modal-header .close {
  border: 2px solid;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.modal iframe {
  margin-top: 20px;
}
.modal.re4 .wrapmain h3 {
  margin-bottom: 25px;
}
.modal .modal-content {
  background: rgba(255, 255, 255, 0.84);
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal .wrapmain {
  background: none;
  border: 1px solid transparent;
}
.modal .wrapmain h3 {
  margin-top: 22px;
  font-weight: bold;
  font-size: 35px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal .wrapmain h2 {
  margin-top: 22px;
  font-weight: bold;
  font-size: 45px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal .wrapmain a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #094675;
  font-weight: bold;
  font-size: 20px;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
}
.modal .wrapmain a:hover {
  background: rgba(17, 17, 17, 0.85);
}
.modal .wrapmain p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #020202;
}
.modal .wrapmain p.untext {
  margin-top: 15px;
  font-size: 13px;
  color: #3A3B3C;
  margin-bottom: 15px;
}
.modal .wrapmain p.untext span {
  display: inline-block;
  background: url(../img/lock.png) center center no-repeat;
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.modal .wrapmain form {
  padding-left: 50px;
  padding-right: 50px;
}
.modal .wrapmain form label {
  width: auto;
  display: inline-block;
}
.modal .wrapmain form a {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.modal .wrapmain form input[type=checkbox] {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.modal .wrapmain form .chbx {
  text-align: center;
  padding-top: 10px;
}
.modal .wrapmain form input[type=email],
.modal .wrapmain form input[type=text],
.modal .wrapmain form input[type=number] {
  /* Firefox 19+ */
  /* Firefox 18- */
  padding-left: 32px;
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
.modal .wrapmain form input[type=email]::-webkit-input-placeholder,
.modal .wrapmain form input[type=text]::-webkit-input-placeholder,
.modal .wrapmain form input[type=number]::-webkit-input-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]::-moz-placeholder,
.modal .wrapmain form input[type=text]::-moz-placeholder,
.modal .wrapmain form input[type=number]::-moz-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:-moz-placeholder,
.modal .wrapmain form input[type=text]:-moz-placeholder,
.modal .wrapmain form input[type=number]:-moz-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:-ms-input-placeholder,
.modal .wrapmain form input[type=text]:-ms-input-placeholder,
.modal .wrapmain form input[type=number]:-ms-input-placeholder {
  color: #040404;
  font-size: 16px;
}
.modal .wrapmain form input[type=email]:nth-of-type(1),
.modal .wrapmain form input[type=text]:nth-of-type(1),
.modal .wrapmain form input[type=number]:nth-of-type(1) {
  background: #ffffff url(../img/people2.png) 5px center no-repeat;
}
.modal .wrapmain form input[type=email]:nth-of-type(2),
.modal .wrapmain form input[type=text]:nth-of-type(2),
.modal .wrapmain form input[type=number]:nth-of-type(2) {
  background: #ffffff url(../img/tel3.png) 5px center no-repeat;
}
.modal .wrapmain form input[type=email]:nth-of-type(3),
.modal .wrapmain form input[type=text]:nth-of-type(3),
.modal .wrapmain form input[type=number]:nth-of-type(3) {
  background: #ffffff url(../img/email.png) 8px center no-repeat;
}
.modal .wrapmain form input[type=email]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=text]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=number]::-webkit-outer-spin-button,
.modal .wrapmain form input[type=email]::-webkit-inner-spin-button,
.modal .wrapmain form input[type=text]::-webkit-inner-spin-button,
.modal .wrapmain form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.modal .wrapmain form input[type=email][type='number'],
.modal .wrapmain form input[type=text][type='number'],
.modal .wrapmain form input[type=number][type='number'] {
  -moz-appearance: textfield;
}
.modal .wrapmain form button {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background: #094675;
  font-weight: bold;
  padding-top: 2px;
  font-size: 26px;
  color: #f8f8f8;
  text-transform: uppercase;
}
.modal .wrapmain form button:hover {
  background: rgba(17, 17, 17, 0.85);
}
@media (max-width: 992px) {
  .section_8 .title_row_now h2 {
    font-size: 35px;
  }
  .section_8 .wrap_flex_new {
    display: block;
  }
  .section_8 .wrap_flex_new .itm_flex_new {
    margin-bottom: 15px;
  }
  .section_8 .wrap_flex_new {
    margin-bottom: 25px;
  }
  .section_8 .wrap_flex_new .itm_flex_new {
    margin-left: 0;
    margin-right: 0;
  }
  body {
    padding-top: 0px;
  }
  .header {
    z-index: 0;
    padding-top: 10px;
    position: relative;
  }
  .header .wrap_menu {
    display: none;
  }
  .header .top_row .leng ul {
    padding: 0;
    width: 100%;
  }
  .header .top_row .soc {
    width: 100%;
    text-align: center;
  }
  .header .top_row .soc ul {
    width: 100%;
  }
  .header .top_row .leng {
    width: 100%;
    text-align: center;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .top_row .top_wrap_ul ul {
    display: none;
  }
  .header .top_row .soc ul {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
  }
  .header_mob {
    display: block;
  }
  .header .search {
    padding-top: 0;
    text-align: center;
  }
  .header .tel,
  .header .logo {
    text-align: center;
  }
  .header {
    padding-bottom: 10px;
    border-bottom: 5px solid #094675;
  }
  .section_1 {
    display: none;
  }
  .section_2 .owl-item:nth-of-type(1) .wrap_itm {
    background: url(../img/1.jpg) top left no-repeat;
    background-size: cover;
  }
  .section_3 .text_wrap_top_center {
    padding-bottom: 20px;
  }
  .section_3 .text_wrap_bot_right span,
  .section_3 .text_wrap_bot_left span,
  .section_3 .text_wrap_top_center span,
  .section_3 .text_wrap_top_right span,
  .section_3 .text_wrap_top_left span {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .section_3 .text_wrap_bot_right span:after,
  .section_3 .text_wrap_bot_left span:after,
  .section_3 .text_wrap_top_center span:after,
  .section_3 .text_wrap_top_right span:after,
  .section_3 .text_wrap_top_left span:after {
    display: none;
  }
  .section_5 .img_wrap {
    text-align: center;
  }
  .title h3 {
    margin-bottom: 60px;
  }
  .section_7 {
    text-align: center;
  }
  .footer .soc {
    text-align: center;
  }
  .wrap_itm_top_block .col-md-4 {
    margin-bottom: 60px;
  }
  .section_3 {
    background: none;
  }
  .section_3 .itms {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .tel,
  .footer {
    text-align: center;
  }
  .footer .agarkov {
    padding-right: 15px;
  }
  .section_2 .wrap_sl .wrap_itm .wrap_content {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .section_2 .wrap_sl .wrap_itm .wrap_content {
    padding-left: 0;
    padding-right: 0;
  }
}
.program_container {
        text-align: center;
    margin-top: 40px;
    
}


.program_text {
    text-align: left;
    line-height: 1.6;
    
}


.program_cards {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}


.program_card1 {
    display: flex;
    border-radius: 30px;
    width: 520px;
    height: 250px;
    margin-right: 100px;
}

.program_card2 {
    display: flex;
    border-radius: 30px;
     width: 520px;
    
}

.program_ilustration {
    padding: 30px 0;
    border-radius: 30px 0 0 30px;
    width: 300px;
    height: 250px;
    background-color: #F8FBFF;
      
}


.program_card_text {
    padding: 30px;
    color: #fff;
    background-color: #547DD0;
    border-radius: 0 30px 30px 0;
    width: 220px;
    
}

.program_text_black {
    color: black;
    font-weight: bold;
    
     
}

.program_btn {
    margin-top: 45px;
    text-transform: uppercase;
    padding: 7px;
    justify-items: center;
    height: 40px;
border-radius: 50px;
background: #0042aa;
box-shadow:  1px 1px 3px #003891, 
             -1px -1px 3px #004cc4;
}

.program_btn:hover {
    box-shadow:inset 8px 8px 14px #003891, 
            inset -8px -8px 14px #004cc4;
       font-size: 15px;
    color: #f49100;
}
 


.programs_link {
    color: #FFF;
    
}

.programs_link:hover {
color: #f49100;    
}