.site_header>.container, .site_footer>.container, .nav, .content_container { max-width: inherit; }
.com_landing_home .block { position: relative; background-size: cover !important; }
.com_landing_home .block_data { margin: auto; max-width: 900px; padding: 0 20px; }
.com_landing_home .block_data>.title { 
  margin: 40px 20px; font-size: 40px; font-weight: bold; text-align: center; text-transform: uppercase; color: #a30000; 
}
.com_landing_home .map_area { position: relative; }
.com_landing_home .map_area .block_data { position: absolute; top: 0; }

.com_landing_home .block1 { min-height: 570px !important; }
.com_landing_home .block1 .block_data { 
  position: absolute; top: 50%; transform: translateY(-50%); 
  display: inline-block; left: 20%; 
}
.com_landing_home .block1 .title { font-size: 36px; font-weight: bold; color: #a30000; letter-spacing: 1px; }
.com_landing_home .block1 .subtitle { margin-top: 10px; line-height: 1.5; font-size: 26px; color: #a30000; }
.com_landing_home .block1 .feedback_button {
    display: inline-block; margin: 30px 0 30px 80px; padding: 15px 20px; font-size: 16px; font-weight: bold; text-decoration: none; text-transform: uppercase; 
    background-color: #263c66; border: 5px solid #a30000; border-radius: 3px;
}
.com_landing_home .block1 .feedback_button:hover { opacity: 0.8; }
.com_landing_home .block1 .feedback_button:active { opacity: 0.6; }

.com_landing_home .block2 { min-height: 570px !important; }
.com_landing_home .block2 .block_data { 
  background: url(../images/femida.png) center center no-repeat; background-size: contain;
}
.com_landing_home .block2 .text, 
.com_landing_home .block2 .text p, 
.com_landing_home .block2 .text div, 
.com_landing_home .block2 .text span { line-height: 1.45; font-size: 26px; font-weight: bold; }

.com_landing_home .block3 .block_data { max-width: inherit; text-align: center; }
.com_landing_home .block3 .com_blog.list.tile { text-align: center; }
.com_landing_home .block3 .com_blog.list.tile .objects { display: block; max-width: 1150px; margin: 0 20px; font-size: 0; }
.com_landing_home .block3 .com_blog.list.tile .item { display: inline-block; margin: 0; padding: 0; vertical-align: top; background-color: inherit; border: none; }
.com_landing_home .block3 .com_blog.list.tile .item > div { display: block; float: none;  }
.com_landing_home .block3 .com_blog.list.tile .item > div.left_block { margin-bottom: 20px; text-align: center; }
.com_landing_home .block3 .com_blog.list.tile .right_block { margin: 0 !important; }
.com_landing_home .block3 .com_blog.list.tile .item .title { margin: 20px 0; font-size: 24px; text-align: left; }
.com_landing_home .block3 .com_blog.list.tile .item .desc { font-size: 20px; }
.com_landing_home .block3 .com_blog.list.tile .item .image { display: inline-block; }

.com_landing_home .block4 .block_data { max-width: inherit; text-align: center; }
.com_landing_home .block4 .com_blog.list.tile { text-align: center; }
.com_landing_home .block4 .com_blog.list.tile .objects { display: block; max-width: 1200px; margin: 0 20px; font-size: 0; }
.com_landing_home .block4 .com_blog.list.tile .item { display: inline-block; margin: 0; padding: 0; vertical-align: top; background-color: inherit; border: none; }
.com_landing_home .block4 .com_blog.list.tile .item > div { display: block; float: none;  }
.com_landing_home .block4 .com_blog.list.tile .item > div.left_block { text-align: center; }
.com_landing_home .block4 .com_blog.list.tile .right_block { margin: 0 !important; }
.com_landing_home .block4 .com_blog.list.tile .item .title { font-size: 36px; }
.com_landing_home .block4 .com_blog.list.tile .item .desc { display: none; }
.com_landing_home .block4 .com_blog.list.tile .item .image { position: relative; display: inline-block; }
.com_landing_home .block4 .com_blog.list.tile .item .image:after { 
  content: ''; position: absolute; display: block; top: 0; bottom: 0; left: 0; right: 0; 
  background-image: -webkit-linear-gradient(top, rgba(52,72,110,0.30), rgba(52,72,110,0.30));
}
.com_landing_home .block4 .right_block { 
  position: absolute; display: inline-block; top: 0; bottom: 0; left: 0; right: 0; 
}
.com_landing_home .block4 .blog_detail_button {
  display: inline-block; padding: 8px 30px; font-size: 16px; font-weight: bold; text-decoration: none; 
  border: 5px solid #a30000;
}
.com_landing_home .block4 .feedback_button { display: none; }
.com_landing_home .block4 .com_blog.list.tile .item:hover { opacity: 1; }
.com_landing_home .block4 .com_blog.list.tile .item .article_content {
  position: absolute; top: 50%; transform: translateY(-50%); 
  display: inline-block; left: 0; right: 0; 
  transition: all ease-in-out .2s;
}
.com_landing_home .block4 .com_blog.list.tile .item .article_content .title {
  padding: 0 20px; transition: all ease-in-out .2s;
}
.com_landing_home .block4 .com_blog.list.tile .item:hover .article_content .title {
  transform: translateY(-50px); 
}
.com_landing_home .block4 .com_blog.list.tile .item .blog_detail_container {
  position: absolute; top: 50%; transform: translateY(-50%); 
  display: inline-block; left: 0; right: 0; 
  transition: all ease-in-out .2s;
}
.com_landing_home .block4 .com_blog.list.tile .item .blog_detail_container .blog_detail_button {
  opacity: 0; transition: all ease-in-out .2s;
}
.com_landing_home .block4 .com_blog.list.tile .item:hover .blog_detail_container .blog_detail_button {
  opacity: 1; transform: translateY(40px); 
}

.com_landing_home .block4 .com_blog.list.tile .item .image_frame { overflow: hidden; }
.com_landing_home .block4 .com_blog.list.tile .item .image_frame img { transition: all ease-in-out .2s; }
.com_landing_home .block4 .com_blog.list.tile .item:hover .image_frame img { transform: scale(1.2); }



.com_landing_home .block5 .block_data { height: 500px; }
.com_landing_home .block5 .block_data:after { 
  content: ''; position: absolute; bottom: 0; left: 0; 
  display: block; width: 430px; height: 430px; 
  background: url(../images/chief.png) left center no-repeat; 
  background-size: cover;
}
.com_landing_home .block5 .text { 
  position: absolute; right: 100px; bottom: 100px; line-height: 1.55; padding: 20px; width: 500px; 
  background-color: #fff; border: 5px solid #a30000;
}
.com_landing_home .block5 .text, 
.com_landing_home .block5 .text p, 
.com_landing_home .block5 .text div, 
.com_landing_home .block5 .text span { font-size: 20px; color: #263c66 }

.com_landing_home .block6 .block_data { 
  position: absolute; left: 10px; top: 60px; line-height: 1.55; padding: 60px; text-align: center; background-color: #263c66; z-index: 1; 
}
.com_landing_home .block6 .block_data>.title { margin: 0 0 30px 0; }
.com_landing_home .block6 .text, 
.com_landing_home .block6 .text p, 
.com_landing_home .block6 .text div, 
.com_landing_home .block6 .text span { font-size: 20px; }


.com_landing_home .com_blog.list.tile .item:not(.transparent):after { content: inherit; }
.com_landing_home .com_blog.list.tile .item:not(.transparent):hover:after { content: inherit; }

.com_landing_home .gm-style-iw-d div { color: #000; }
.box-modal.blog_detail_editor { border: none !important; background: none !important; }
.box-modal.blog_detail_editor .item .image img { width: 100%; }
.box-modal.blog_detail_editor .blog_detail_button { display: none; }

.box-modal.blog_detail_editor .item { max-width: 560px; }
.box-modal.blog_detail_editor .right_block { background: #243A64; }
.box-modal.blog_detail_editor .title { margin: 0; padding: 20px; font-size: 36px; text-align: center; }
.box-modal.blog_detail_editor .desc { padding: 0 20px; font-size: 20px; }
.box-modal.blog_detail_editor .feedback_container { text-align: center; }
.box-modal.blog_detail_editor .feedback_button {
  display: inline-block; margin: auto; margin-top: 30px; margin-bottom: 20px; padding: 8px 30px; font-size: 16px; font-weight: bold; text-decoration: none; color: #a30000;
  border: 5px solid #a30000;
}
.box-modal.blog_detail_editor .blog_detail_button { display: none; } 

.box-modal.feedback_editor { background-color: #fff !important; }
.box-modal.feedback_editor .wa_form_edit { padding: 30px; background-color: #fff !important; }
.box-modal.feedback_editor .title1 { line-height: 1.23; font-size: 36px; color: #a30000; }
.box-modal.feedback_editor .title2 { line-height: 1.55; font-size: 18px; color: #a30000; }
.box-modal.feedback_editor .footer1 { line-height: 1.55; font-size: 18px; color: #000; }
.box-modal.feedback_editor .caption { margin-bottom: 8px; font-size: 20px; color: #263c66; }
.box-modal.feedback_editor .form_button { display: block; background-color: #34486e; }


@media screen and (max-width: 1200px) {
  .com_landing_home .block6 .block_data { 
    position: relative; left: inherit; top: inherit; max-width: inherit; padding: 40px 0 20px 0; 
  }
}

@media screen and (max-width: 1024px) {
  .com_landing_home .block_data { max-width: inherit; padding: 0; }
  .com_landing_home .block1 .title { font-size: 30px; }
  .com_landing_home .block1 .subtitle  { font-size: 22px; }

  .com_landing_home .block2 .text, 
  .com_landing_home .block2 .text p, 
  .com_landing_home .block2 .text div, 
  .com_landing_home .block2 .text span { font-size: 20px; }

  .com_landing_home .block4 .com_blog.list.tile .item .title { font-size: 24px; line-height: 1; }
  .com_landing_home .block4 .com_blog.list.tile .item:hover .article_content .title { transform: translateY(-30px); }
  .com_landing_home .block4 .com_blog.list.tile .item:hover .blog_detail_container .blog_detail_button { opacity: 1; transform: translateY(30px); }

  .com_landing_home .block5 .block_data:after { width: 200px; height: 200px; }
}

@media screen and (max-width: 800px) {
  .com_landing_home .block5 .block_data { height: inherit; padding: 0; }
  .com_landing_home .block5 .block_data:after { position: relative; }
  .com_landing_home .block5 .text { position: relative; margin: 20px; top: inherit; bottom: inherit; left: inherit; right: inherit; width: inherit; }
  .com_landing_home .block5 .text, 
  .com_landing_home .block5 .text p, 
  .com_landing_home .block5 .text div, 
  .com_landing_home .block5 .text span { font-size: 16px; }
}

@media screen and (max-width: 800px) {
  .com_landing_home .block3 .com_blog.list.tile .item .title { font-size: 20px; }
  .com_landing_home .block3 .com_blog.list.tile .item .desc { font-size: 16px; }
}

@media screen and (max-width: 600px) {
  .com_landing_home .block_data>.title	{ font-size: 26px; }
  .com_landing_home .block1 .title { font-size: 26px; }
  .com_landing_home .block1 .subtitle  { font-size: 18px; }

  .com_landing_home .block1 .block_data { left: 10%; }
  .com_landing_home .block1 .feedback_button { margin-left: 0; }

  .com_landing_home .block2 .text, 
  .com_landing_home .block2 .text p, 
  .com_landing_home .block2 .text div, 
  .com_landing_home .block2 .text span { font-size: 20px; }

  .com_landing_home .block3 .com_blog.list.tile .item .title { font-size: 18px; }
  .com_landing_home .block3 .com_blog.list.tile .item .desc { font-size: 14px; }

  .com_landing_home .block4 .com_blog.list.tile .item .title { font-size: 18px; }
  .com_landing_home .block4 .blog_detail_button {
    padding: 3px 10px; font-size: 12px; font-weight: normal; 
  }

  .com_landing_home .block6 .text, .com_landing_home .block6 .text p, .com_landing_home .block6 .text div, .com_landing_home .block6 .text span { font-size: 16px; }

}

@media screen and (max-width: 550px) {
  .box-modal.feedback_editor .title1 { font-size: 22px; line-height: 1; margin: 20px 20px 0 20px; }
  .box-modal.feedback_editor .title2 { font-size: 12px; line-height: 1; margin: 10px 20px 20px 20px; }
  .box-modal.feedback_editor .footer1 { font-size: 12px; line-height: 1; }

  .box-modal.blog_detail_editor .title { font-size: 22px; }
  .box-modal.blog_detail_editor .desc { font-size: 16px; }
}

@media screen and (max-width: 400px) {
  .com_landing_home .block1 .title { font-size: 22px; }
  .com_landing_home .block1 .subtitle  { font-size: 16px; }
  .com_landing_home .block1 .block_data { left: 20px; }
  .com_landing_home .block1 .feedback_button { margin-top: 10px; font-size: 12px; padding: 5px 20px; }

  .com_landing_home .block2 .text, 
  .com_landing_home .block2 .text p, 
  .com_landing_home .block2 .text div, 
  .com_landing_home .block2 .text span { font-size: 16px; }

}

