/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

* html #page {
  height: 100%; }

a, img {
  outline: none; }

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 19px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #3c4052; }

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both; }

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

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

/* Scss Document */
.text {
  font-size: 16px;
  line-height: 1.2; }
  .text a{
	color: #006699;
    text-decoration: none;
    font-weight: bold; }
	.text a:hover{
	  text-decoration: underline; }
  .text .left {
    float: left;
    margin-right: 20px; }
  .text .right {
    float: right;
    margin-left: 20px; }
  .text img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 3px; }
  .text ul {
    margin-bottom: 25px;
    list-style-type: square;
    list-style-position: inside; }
  .text ul ul {
    margin-top: 25px;
    margin-left: 15px; }
  .text ol {
    margin-bottom: 25px;
    margin-left: 0px;
    list-style-position: inside; }
  .text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square; }
  .text li + li {
    margin-top: 5px; }
  .text p {
    margin-bottom: 25px; }
    .text p:last-child {
      margin-bottom: 0; }
  .text table {
    margin-bottom: 25px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%; }
    .text table tr:nth-child(2n+2) {
      background-color: rgba(238, 238, 238, 0.42); }
    .text table tr:hover {
      background-color: rgba(238, 238, 238, 0.8); }
    .text table th {
      background-color: #30A2D9;
      padding: 15px 10px;
      color: #fff;
      border: 1px solid #fff; }
      .text table th p {
        margin-bottom: 0; }
    .text table td {
      padding: 10px;
      border: 1px solid #fff; }
      .text table td p {
        margin-bottom: 0; }
  .text blockquote {
    margin-bottom: 25px;
    color: #fff;
    background-color: #30A2D9;
    padding: 10px; }
  .text blockquote p {
    margin-bottom: 0px; }

body {
  color: #3c3c3c;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  background-color: #fff; }

#open_menu {
  display: none; }

.wrap {
  max-width: 1170px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.fon {
  background-color: #f5f5f5; }

#top_fixed {
  background-color: #363a48;
  padding: 13px 0; }
  #top_fixed .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #top_fixed .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #top_fixed .social p {
      margin-right: 20px; }
      #top_fixed .social p:last-child {
        margin-right: 0; }
    #top_fixed .social a {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #a7a7a7;
      text-decoration: none;
      color: #363a48;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #top_fixed .social a:hover {
        background-color: #fff; }
      #top_fixed .social a i {
        margin: auto; }
  #top_fixed .lang {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #top_fixed .lang p {
      height: 21px;
      padding-top: 2px; }
      #top_fixed .lang p:nth-child(1n+2) {
        border-left: 1px solid #a7a7a7;
        margin-left: 30px;
        padding-left: 30px; }
    #top_fixed .lang a {
      text-transform: uppercase;
      color: #a7a7a7;
      text-decoration: none; }
      #top_fixed .lang a:hover {
        color: #fff; }
  #top_fixed .icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #top_fixed .icons p {
      margin-left: 20px; }
      #top_fixed .icons p:first-child {
        margin-left: 0; }
    #top_fixed .icons a {
      color: #a7a7a7;
      font-size: 16px;
      text-decoration: none; }
      #top_fixed .icons a:hover {
        color: #fff; }

header .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%; }

header .logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  header .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    color: #3c4052;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold; }
    header .logo a span {
      display: block;
      padding: 0 30px; }
  header .logo img {
    display: block; }

header .slogan {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  padding: 15px;
  background-color: #006699;
  color: #fff;
  font-style: italic;
  font-size: 13px; }
  header .slogan p:last-child {
    text-align: right;
    font-weight: bold;
    font-style: normal; }

@media (min-width: 993px) {
  #menu_main .wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #menu_main .wrap ul li {
      display: block;
      position: relative; }
      #menu_main .wrap ul li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #3c4052;
        text-decoration: none;
        display: block;
        padding: 17px 0; }
        #menu_main .wrap ul li a:hover {
          color: #006699; }
      #menu_main .wrap ul li.drop a {
        padding-right: 20px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: right center; }
      #menu_main .wrap ul li:hover ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px); }
    #menu_main .wrap ul ul {
      background-color: #363a48;
      position: absolute;
      top: 100%;
      left: 50%;
      display: block;
      width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
      z-index: 5;
      padding: 10px 0;
      visibility: hidden;
      opacity: 0; }
      #menu_main .wrap ul ul:before {
        content: '';
        display: block;
        position: absolute;
        background-image: url(../images/arrow_ul.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 17px;
        height: 9px;
        top: -9px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      #menu_main .wrap ul ul a {
        padding: 7px 20px !important;
        background-image: none !important;
        color: #fff;
        font-weight: normal;
        text-transform: none; }
        #menu_main .wrap ul ul a:hover {
          color: #a7a7a7; } }

#content {
  padding: 30px 0; }
  #content .wight_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #content #col_left {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  #content #col_middle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden; }
    #content #col_middle .bg {
      padding: 0 30px; }
  #content #col_right {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

#slider {
  margin-bottom: 30px; }
  #slider .box {
    position: relative; }
  #slider .txt {
    background-color: #363a48;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px; }
  #slider .txt a{
    color: #fff;
    text-decoration:none;
    font-size: 16px;
  }  
  #slider img {
    display: block;
    width: 100%;
    height: auto; }

.name_s {
  font-size: 21px;
  color: #3c4052;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px; }

.list_cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_cat .item {
    position: relative;
    width: 31%;
    margin-bottom: 3.5%; }
    .list_cat .item:nth-child(3n+2), .list_cat .item:nth-child(3n+3) {
      margin-left: 3.5%; }
  .list_cat .video a {
    position: relative;
    display: block; }
    .list_cat .video a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      z-index: 2;
      background-image: url(../images/play-button.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.63);
      border-radius: 100%; }
    .list_cat .video a:hover:before {
      content: '';
      width: 60px;
      height: 60px;
      background-size: auto 40px; }
  .list_cat .thumb {
    position: relative;
    border-bottom: 4px solid #006699;
    margin-bottom: 7px; }
    .list_cat .thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .list_cat .date {
    font-size: 11px;
    color: #006699;
    margin-bottom: 9px; }
  .list_cat .title a {
    color: #3c4052;
    text-decoration: none; }
    .list_cat .title a:hover {
      text-decoration: underline;
      color: #006699; }

.center {
  text-align: center; }

.btn a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  background-color: #363a48;
  text-decoration: none;
  border: 0 solid #000; }
  .btn a:hover {
    background-color: #006699; }

.btn img {
  margin-right: 10px; }

.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .flx a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }

.last_news {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .last_news dl {
    width: 47%; }
  .last_news img {
    width: 100%;
    height: auto;
    display: block; }
  .last_news dt {
    margin-bottom: 20px; }
    .last_news dt a {
      display: inline-block;
      border: 2px solid #363a48;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      font-size: 15px;
      width: 180px;
      padding: 6px 10px;
      color: #3c4052;
      text-align: center; }
      .last_news dt a:hover {
        border: 2px solid #006699;
        color: #006699; }
  .last_news dd a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-align: center; }
  .last_news dd span {
    background-color: #006699;
    padding: 5px 10px;
    display: block; }

#advantages {
  margin-bottom: 30px; }
  #advantages ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #advantages li {
    display: block;
    width: 17.95%;
    text-align: center; }
  #advantages a {
    background-color: #f7f7f7;
    height: 100%;
    padding: 15px;
    display: block;
    color: #3c4052;
    font-size: 15px;
    text-decoration: none; }
    #advantages a:hover {
      background-color: #eee; }
  #advantages .pic {
    display: block;
    margin-bottom: 5px; }

#slider_2 {
  padding-bottom: 70px; }
  #slider_2 .slick-list {
    margin: 0 -15px; }
  #slider_2 .slick-slide {
    padding: 0 15px; }
    #slider_2 .slick-slide a {
      background-color: #f7f7f7;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px;
      font-size: 13px;
      color: #262626;
      text-decoration: none;
      height: 81px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #slider_2 .slick-slide a:hover {
        background-color: #006699;
        color: #fff; }
    #slider_2 .slick-slide img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      margin-right: 20px; }

#page {
  /*padding-bottom: 185px;*/ }

footer {
  background-color: #363a48;
  height: 185px;
  /*margin-top: -185px;*/
  position: relative;
  z-index: 2;
  color: #a0a0a0; }
  footer .wrap {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.logo_footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .logo_footer a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold; }
    .logo_footer a span {
      display: block;
      padding: 0 30px; }
  .logo_footer img {
    display: block;
    width: auto;
    height: 66px; }

.path_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 3px solid #6e7077;
  padding: 18px 0 18px 30px;
  margin-left: 30px; }

.copy {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .copy span {
    color: #fff; }

.statistic {
  font-size: 15px;
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  margin-left: 20px; }
  .statistic ul {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .statistic li {
    display: block; }
    .statistic li:nth-child(1n+2) {
      margin-left: 5px; }
  .statistic a {
    color: #fff; }

body.active_form .hide_form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hide_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .hide_form .hide_wrap {
    width: 422px;
    background-color: #fff;
    padding: 60px 75px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hide_form .name {
    font-size: 20px;
    line-height: 1;
    color: #177fc7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    text-align: center; }
  .hide_form p:nth-child(1n+2) {
    margin-top: 15px; }
  .hide_form p label {
    display: block;
    margin-bottom: 5px;
    margin-left: 11px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
  .hide_form input[type=text],
  .hide_form input[type=tel],
  .hide_form input[type=email] {
    border: 1px solid #bcc9d0;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    border-radius: 5px; }
  .hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 18px 30px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0d2ed), to(#2799d7));
    background: -webkit-linear-gradient(top, #a0d2ed, #2799d7);
    background: -o-linear-gradient(top, #a0d2ed, #2799d7);
    background: linear-gradient(top, #a0d2ed, #2799d7);
    position: relative; }
    .hide_form input[type=submit]:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#88dc77), to(#1fbe00));
      background: -webkit-linear-gradient(top, #88dc77, #1fbe00);
      background: -o-linear-gradient(top, #88dc77, #1fbe00);
      background: linear-gradient(top, #88dc77, #1fbe00); }
  .hide_form .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6); }
  .hide_form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7a7a7a;
    z-index: 11;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
    .hide_form .close:hover {
      color: #1fbe00; }

.sidebar {
  background-color: #f7f7f7;
  margin-bottom: 30px; }
  .sidebar:last-child {
    margin-bottom: 0; }

.feed_back {
  padding: 25px 40px;
  text-align: center;
  font-weight: bold;
  color: #3c4052; }
  .feed_back p {
    margin-bottom: 17px; }
    .feed_back p:last-child {
      margin-bottom: 0; }
  .feed_back a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    background-color: #363a48;
    text-decoration: none; }
    .feed_back a:hover {
      background-color: #006699; }

.menu_left {
  padding: 25px 20px; }
  .menu_left li {
    display: block; }
  .menu_left > ul > li {
    margin-bottom: 14px; }
    .menu_left > ul > li:last-child {
      margin-bottom: 0; }
    .menu_left > ul > li > a {
      text-transform: uppercase;
      color: #3c4052;
      text-decoration: none;
      font-size: 16px; }
      .menu_left > ul > li > a:hover {
        color: #006699; }
      .menu_left > ul > li > a.active {
        color: #006699;
        font-weight: bold; }
  .menu_left li ul {
    margin-top: 10px;
    display: none; }
    .menu_left li ul li {
      margin-left: 20px;
      margin-bottom: 3px; }
      .menu_left li ul li:last-child {
        margin-bottom: 0; }
    .menu_left li ul a {
      font-size: 14px;
      color: #3c4052;
      text-decoration: none; }
      .menu_left li ul a:hover {
        color: #006699; }

.baner_2 {
  text-align: center;
  padding: 25px; }

.baner_3 {
  text-align: center;
  padding: 25px 20px; }
  .baner_3 p {
    margin-bottom: 10px; }
    .baner_3 p:last-child {
      margin-bottom: 0; }
  .baner_3 a {
    color: #006699;
    text-decoration: none; }
    .baner_3 a:hover {
      text-decoration: underline; }

.baner_4 img {
  display: block;
  width: 100%;
  height: auto; }

.vote {
  padding: 20px 40px;
  text-align: center; }
  .vote dl {
    margin-bottom: 20px;
    text-align: left; }
  .vote dt {
    font-size: 18px;
    text-align: center;
    color: #3c4052;
    font-weight: bold;
    margin-bottom: 10px; }
  .vote dd {
    margin-bottom: 12px; }
    .vote dd:last-child {
      margin-bottom: 0; }
  .vote input[type=radio] {
    display: none; }
    .vote input[type=radio]:checked + label:before {
      content: '';
      background-color: #006699; }
  .vote label {
    position: relative;
    display: block;
    padding-left: 40px;
    cursor: pointer; }
    .vote label:before {
      content: '';
      width: 20px;
      height: 20px;
      border: 1px solid #006699;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: 0;
      border-radius: 100%; }
  .vote button {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #363a48;
    text-decoration: none;
    border: 0 solid #000; }
    .vote button:hover {
      background-color: #006699; }

.president {
  padding: 25px 17px; }
  .president img {
    max-width: 100%;
    height: auto;
    display: block; }
  .president .thumb {
    position: relative;
    text-align: center;
    margin-bottom: 10px; }
    .president .thumb span {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-weight: bold;
      color: #3c4052;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.9); }
  .president ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .president ul + ul {
      margin-top: 5px; }
    .president ul li {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; 
	  width: 33%;
	  padding: 10px 0 0;}
    .president ul a {
      color: #006699;
      text-decoration: none;
      font-weight: bold; }
      .president ul a:hover {
        text-decoration: underline; }

.news {
  padding: 20px 10px; }
  .news .name_b {
    font-size: 17px;
    color: #006699;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 16px;
    padding-bottom: 3px; }
  .news li {
    display: block;
    font-size: 13px;
    color: #848383;
    margin-bottom: 15px; }
    .news li:last-child {
      margin-bottom: 0; }
  .news a {
    font-size: 14px;
    color: #3c3c3c;
    text-decoration: none; }
    .news a:hover {
      color: #006699;
      text-decoration: underline; }

.doc {
  background-color: #fff; }
  .doc p {
    margin-bottom: 30px; }
    .doc p:last-child {
      margin-bottom: 0; }
    .doc p a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #006699;
      font-weight: bold;
      text-decoration: none; }
      .doc p a:hover {
        color: #3c4052;
        text-decoration: underline; }
    .doc p img {
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 92px;
      height: auto;
      border: 1px solid #006699;
      margin-right: 20px; }

.my_form form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .my_form form input[type=text] {
    font-family: "PT Sans", sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 35px;
    border: 1px solid #999;
    border-right: 0 solid #000;
    padding: 0 15px;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    color: #999999;
    outline: none; }
  .my_form form button {
    font-family: "PT Sans", sans-serif;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #363a48;
    text-decoration: none;
    border: 0 solid #000; }
    .my_form form button:hover {
      background-color: #006699; }

.short {
  margin-bottom: 30px;
  font-size: 16px; }
  .short .title {
    margin-bottom: 10px; }
    .short .title a {
      font-size: 18px;
      color: #3c4052;
      text-decoration: none; }
      .short .title a:hover {
        color: #006699; }
  .short .txt {
    color: #7d7d7d;
    margin-bottom: 15px; }
  .short .opt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .short .col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bcbcbc; }
  .short .date {
    padding-left: 27px;
    background-image: url(../images/icon/date.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 15px; }
  .short .veiws {
    padding-left: 27px;
    background-image: url(../images/icon/eye.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-right: 15px; }
  .short .readmore a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 30px;
    background-color: #363a48;
    text-decoration: none; }
    .short .readmore a:hover {
      background-color: #006699; }

.short_doc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .short_doc .dowinload {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1px; }
    .short_doc .dowinload p {
      margin-right: 11px; }
  .short_doc .link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .short_doc .link a {
      color: #262626;
      font-size: 16px; }

.navigator {
  margin-top: 70px; }
  .navigator ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px; }
  .navigator li {
    display: block;
    text-align: center; }
  .navigator a {
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
    background-color: #f7f7f7;
    color: #acacac;
    padding-top: 8px; }
    .navigator a:hover {
      color: #006699; }
  .navigator span {
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    background-color: #006699;
    color: #fff; }

article .title {
  margin-bottom: 20px; }

article h1 {
  color: #3c4052;
  font-size: 19px; }

article .date {
  font-size: 13px;
  color: #848383;
  margin-bottom: 5px; }

.shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #262626; }
  .shared p:first-child {
    margin-right: 12px; }
  .shared .pluso-more {
    display: none !important; }

.faq {
  border: 2px solid #f7f7f7;
  padding: 0 30px;
  margin-top: 30px; }
  .faq dl {
    border-bottom: 1px solid #f7f7f7; }
    .faq dl:last-child {
      border-bottom: 0 solid #000; }
    .faq dl.active_block dt {
      color: #006699; }
      .faq dl.active_block dt i {
        -webkit-transform: translate(0, -50%) rotate(-180deg);
        -ms-transform: translate(0, -50%) rotate(-180deg);
        transform: translate(0, -50%) rotate(-180deg);
        color: #006699; }
  .faq dt {
    padding: 22px 0;
    font-size: 17px;
    line-height: 1;
    color: #3c4052;
    font-weight: bold;
    cursor: pointer;
    position: relative; }
    .faq dt:hover {
      color: #006699; }
    .faq dt i {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 20px; }
  .faq dd {
    display: none;
    padding-bottom: 22px;
    line-height: 1.5; }
  .faq p {
    margin-bottom: 10px; }
    .faq p:last-child {
      margin-bottom: 0; }

#tabs {
  background-color: #f7f7f7;
  padding: 30px 35px; }
  #tabs .nav_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px; }
    #tabs .nav_tab li {
      display: block;
      cursor: pointer;
      padding: 7px 15px;
      font-size: 17px;
      color: #006699; }
      #tabs .nav_tab li.current {
        background-color: #006699;
        color: #fff; }

.my_form {
  color: #3c4052; }
  .my_form .mess {
    margin-bottom: 20px; }
    .my_form .mess span {
      color: #ff0000; }
  .my_form label {
    display: block;
    font-size: 15px;
    color: #3c4052;
    margin-bottom: 5px; }
    .my_form label small {
      color: red; }
  .my_form .my_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .my_form .k_50 {
    width: 47%;
    margin-bottom: 16px; }
    .my_form .k_50 textarea {
      height: 60px; }
  .my_form .k_100 {
    width: 100%;
    margin-bottom: 25px; }
  .my_form p input[type=text],
  .my_form p input[type=email],
  .my_form p input[type=tel] {
    width: 100%;
    height: 33px;
    border: 1px solid #c0c0bf;
    padding: 0 10px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none; }
  .my_form p textarea {
    width: 100%;
    height: 96px;
    border: 1px solid #c0c0bf;
    padding: 10px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none; }
  .my_form .checkbox {
    margin-bottom: 15px; }
    .my_form .checkbox input[type=checkbox] {
      display: none; }
      .my_form .checkbox input[type=checkbox]:checked + label:before {
        content: '';
        background-color: #006699; }
    .my_form .checkbox label {
      position: relative;
      display: block;
      padding-left: 32px;
      cursor: pointer; }
      .my_form .checkbox label:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #006699;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: -1px;
        left: 0;
        border-radius: 100%; }
  .my_form .upload_name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006699;
    padding-left: 35px;
    margin-bottom: 15px;
    background-image: url(../images/icon/redo-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 3px; }
  .my_form .upload_form {
    margin-bottom: 30px; }
    .my_form .upload_form label {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .my_form .upload_form .main_input_file {
      display: none; }
    .my_form .upload_form div {
      background-color: #006699;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      padding: 8px 20px;
      margin-right: 20px;
      margin-left: 35px;
      cursor: pointer; }
      .my_form .upload_form div:hover {
        background-color: #005580; }
    .my_form .upload_form .f_name {
      border: 0 solid #000;
      background-color: transparent; }
  .my_form .capcha {
    padding-left: 35px;
    margin-bottom: 30px; }
  .my_form button, .my_form input[type=submit] {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 30px;
    cursor: pointer;
    background-color: #363a48;
    text-decoration: none;
    border: 0 solid #000; }
    .my_form button:hover, .my_form input[type=submit]:hover {
      background-color: #006699; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
  .slick-prev i,
  .slick-next i {
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 20px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: 12px;
  right: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 7px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .slick-dots li button {
      display: block;
      border: 0;
      border-radius: 10px;
      display: block;
      height: 7px;
      width: 7px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 100%; }
    .slick-dots li.slick-active button {
      background-color: #000; }
    .slick-dots li:hover button {
      background-color: #000; }

#slider_2 .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  #slider_2 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #slider_2 .slick-dots li button {
      display: block;
      border: 0;
      border-radius: 10px;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #c2c1c1;
      border-radius: 100%; }
    #slider_2 .slick-dots li.slick-active button {
      background-color: #006699; }
    #slider_2 .slick-dots li:hover button {
      background-color: #006699; }

/* Scss Document */
@media (max-width: 1220px) {
  body {
    zoom: 0.9; } }

@media (max-width: 1050px) {
  body {
    zoom: 0.8; } }

@media (max-width: 992px) {
  .navigator {
    margin-top: 30px; }
  body {
    zoom: 1; }
  .wrap {
    margin: 0 10px; }
  #menu_main .wrap {
    margin: 0;
    max-width: auto;
    min-width: auto; }
  #top_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20; }
  #page {
    padding-top: 47px; }
  header .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .logo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 10px 20px 10px; }
  header .slogan {
    width: 90%; }
  .menu_left > ul > li > a {
    font-size: 14px; }
  .vote dt {
    font-size: 15px; }
  .feed_back {
    padding: 20px; }
  #resources {
    overflow: hidden; }
  #advantages a {
    font-size: 14px;
    padding: 15px 10px; }
  #content .wight_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #content #col_middle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    #content #col_middle .bg {
      padding: 0; }
  #content #col_left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #content #col_left .sidebar {
      width: 270px;
      margin-right: 5px;
      margin-left: 5px; }
  #content #col_right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #content #col_right .sidebar {
      width: 270px;
      margin-right: 5px;
      margin-left: 5px; }
    #content #col_right .my_form {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 10px; }
  #content .sidebar {
    margin-bottom: 10px; }
  #slider {
    max-width: 100%;
    width: 100%; }
  #page {
    padding-bottom: 0; }
  footer {
    height: auto;
    margin-top: 0; }
  .logo_footer {
    display: none; }
  .path_right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0 solid #000; }
  #top_fixed .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #top_fixed #open_menu {
    display: block; }
    #top_fixed #open_menu a {
      background-color: #2295C6;
      color: #fff; } }

@media (max-width: 700px) {
  .list_cat {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .list_cat .item {
      width: 48%; }
      .list_cat .item:nth-child(3n+2), .list_cat .item:nth-child(3n+3) {
        margin-left: 0%; }
  #top_fixed .social p {
    margin-right: 5px; }
  #top_fixed .icons p {
    margin-left: 8px; }
  #top_fixed .lang a {
    font-size: 13px; }
  #top_fixed .lang span {
    display: none; }
  #top_fixed .lang p:nth-child(1n+2) {
    margin-left: 10px;
    padding-left: 10px; }
  #advantages ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #advantages li {
    width: 48%;
    margin-bottom: 4%; }
    #advantages li:last-child {
      margin-bottom: 0; }
    #advantages li:nth-child(2n+2) {
      margin-left: 4%; }
  #content #col_left {
    margin-right: 0; }
  #content #col_right {
    margin-left: 0;
    margin-top: 20px; }
  .sidebar {
    margin-bottom: 15px; } }

@media (max-width: 560px) {
  .text .left {
    float: none;
    display: block;
    margin: 0 auto 15px auto; }
  .text .right {
    float: none;
    display: block;
    margin: 0 auto 15px auto; }
  .shared {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .shared p:first-child {
      width: 100%;
      text-align: center;
      margin-bottom: 5px; }
  #content #col_right .president {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  header .wrap {
    background-size: cover;
    background-position: 0 0; }
  .faq {
    padding: 0 10px; }
    .faq dt {
      padding: 15px 0; }
  #top_fixed .icons p:nth-child(2) {
    display: none; }
  #top_fixed .icons p:last-child {
    display: none; }
  header .logo a {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px; }
  header .logo .i_1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 10px; }
  header .logo img {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  header .logo br {
    display: none; }
  header .logo span {
    margin-top: 10px;
    padding: 0; }
  header .slogan {
    display: none; }
  .list_cat {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .last_news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .last_news dl {
      width: 100%; }
      .last_news dl:nth-child(1n+2) {
        margin-top: 20px; }
    .last_news dt {
      text-align: center; }
  .path_right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .path_right .copy {
      margin-bottom: 15px; }
    .path_right .statistic {
      margin-left: 0;
      width: auto; }
  #tabs {
    padding: 15px; }
    #tabs .nav_tab li {
      font-size: 15px; }
    #tabs label {
      font-size: 13px; }
  .my_form .upload_form {
    padding-left: 0;
    margin-bottom: 20px; }
    .my_form .upload_form div {
      margin-left: 0;
      font-size: 11px;
      padding: 8px 12px;
      margin-right: 10px; }
  .my_form .capcha {
    padding-left: 0;
    margin-bottom: 20px; }
  .my_form button,
  .my_form input[type=submit] {
    margin-left: 0; } }
