@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: "Open Sans";
}

a:hover {
    text-decoration: none;
}

footer {
  background: #333333;
  padding-top: 36px;
  padding-bottom: 36px;
}

footer p {
  color: #828282;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.bl_banner {
  background: url(../img/banner.png) no-repeat top center;
  height: 1045px;
  margin-top: -100px;
}

.bl_banner h1 {
  font-size: 64px;
  color: #fff;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 300px;
}

.bl_banner ul.list_banner {
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}

.bl_banner ul.list_banner li {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 41px;
  background: url(../img/marker.svg) no-repeat left center;
}

.bl_banner .link_demo {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  background: #25539D;
  border-radius: 10px;
  padding: 24px 30px;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_banner .link_demo:hover {
  color: #25539D;
  background: #fff;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_banner .link_consult {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  background: #ffffff1a;
  border-radius: 10px;
  padding: 24px 30px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_banner .link_consult:hover {
  color: #25539D;
  background: #fff;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

header .bl_top_line {
  display: flex;
  align-items: center;
  padding-top: 40px;
  justify-content: space-between;
}

header .bl_top_line ul.menu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  width: 460px;
  text-align: justify;
  text-align-last: justify;
}

header .bl_top_line ul.menu li {
  display: inline-block;
}

header .bl_top_line ul.menu li a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

header .bl_top_line ul.menu li a:hover {
      color: #2e6da4;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

header .bl_top_line .bl_left a {
  display: flex;
  align-items: center;
}

header .bl_top_line .bl_left a span {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
}

header .bl_top_line .bl_left a img {
  margin-right: 30px;
  width: 250px;
}

header .bl_top_line .bl_right a.phone_number {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 5px;
  
}

header .bl_top_line .bl_right ul.list_city {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  width: 250px;
  text-align: justify;
  text-align-last: justify;
}

header .bl_top_line .bl_right ul.list_city li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff7a;
  display: inline-block;
}

header .bl_top_line .bl_right ul.list_city li.active {
  color: #fff;
}

header .bl_top_line .bl_right {
  text-align: right;
}

header .container {
  width: 1300px;
}

.bl_line {
  margin-top: -80px;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
  height: 160px;
  background: url(../img/line.png) no-repeat top center;
}

.bl_free_order {
  background: #25539D;
  height: 233px;
  padding-top: 107px;
}

.link_order {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  background: #ffffff1a;
  border-radius: 10px;
  padding: 24px 30px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.link_order:hover {
  color: #25539D;
  background: #fff;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_free_order .bl_order {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_free_order .bl_order .bl_left {
  display: flex;
  align-items: center;
}

.bl_free_order .bl_order .bl_left img {
  margin-right: 30px;
}

.bl_free_order .bl_order .bl_left p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}

.bl_features {
  background: #FAFAFA url(../img/blue.png) no-repeat top center;
}

.bl_features .list_f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_features .list_f .item {
  background: #fff;
  box-shadow: 0px 4px 30px 0px #0000000D;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 270px;
  height: 312px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 40px;
}

.bl_features .list_f .item:nth-child(1) {
  width: 560px;
  height: 220px;
  display: flex;
  flex-wrap: nowrap;
}

.bl_features .list_f .item:nth-child(2) {
  width: 560px;
  height: 220px;
  display: flex;
  flex-wrap: nowrap;
}

.bl_features .list_f .item:nth-child(1) img {
  margin-right: 30px;
  margin-bottom: 0;
}

.bl_features .list_f .item:nth-child(2) img {
  margin-right: 30px;
  margin-bottom: 0;
}

.bl_features .list_f .item img {
  margin-bottom: 30px;
}

.bl_features .list_f .item p {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0;
}

.bl_features .list_f .item p span {
  font-weight: 800;
  color: #25539D;
}

.bl_features .bl_attent {
  background: #F0F0F0;
  border-top: 10px solid #25539D;
  border-radius: 10px;
  padding: 60px;
  display: flex;
  height: 203px;
  position: relative;
  margin-bottom: 86px;
  margin-top: 60px;
}

.bl_features .bl_attent .bl_right img {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.bl_features .bl_attent .bl_left p.t1 {
  color: #25539D;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 800;
}

.bl_features .bl_attent .bl_left p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

p.h1 {
  color: #333;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
}

.bl_types img {
  width: 100%;
  margin-bottom: 40px;
}

.link_order_blue {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  background: #25539D;
  border-radius: 10px;
  padding: 24px 30px;
  display: inline-block;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.link_order_blue:hover {
  color: #ffffff;
    background: #f0ad4e;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_types {
  margin-bottom: 100px;
}

.bl_connect {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.bl_connect .bl_text {
  margin-left: 30px;
}

.bl_connect .bl_text a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.bl_connect .bl_text span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #828282;
}

.bl_types .bl_attent {
  background: #F0F0F0;
  border-top: 10px solid #25539D;
  border-radius: 10px;
  padding: 60px;
  display: flex;
  position: relative;
  margin-top: 60px;
}

.bl_types .bl_attent .bl_right img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 365px;
  margin-bottom: 0;
}

.bl_types .bl_attent .bl_left p.t1 {
  color: #25539D;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 800;
}

.bl_types .bl_attent .bl_left p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.bl_gallery {
  background: #FAFAFA;
  padding-top: 100px;
  overflow-x: hidden;
}

.bl_gallery .slider_gallery .item {
  position: relative;
  border-radius: 10px;
  width: 330px;
  height: 360px;
}

.bl_gallery .slider_gallery .item:nth-child(1) {
  width: 165px !important;
}

.bl_gallery .slider_gallery .item .name {
  position: absolute;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #333;
  padding: 20px 30px;
  background: #fff;
  border-radius: 0px 10px 10px 0px;
  left: 0;
  bottom: 30px;
}

.bl_gallery .slider_gallery {
  margin-bottom: 40px;
}

.bl_gallery {
  position: relative;
}

.bl_gallery .img_tab {
  position: absolute;
  right: 38px;
  top: 130px;
  z-index: 1;
}

.bl_form {
  background: #333333;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bl_form p.h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.bl_form p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #828282;
}

.bl_form form {
  margin-top: 30px;
}

.bl_form form input[type=text] {
  border-radius: 10px;
  background: #fff;
  width: 270px;
  height: 67px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #828282;
  border: none;
  margin-right: 30px;
  padding: 0 30px;
}

.bl_form form input[type=submit] {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #333;
  background: #F6BA03;
  border-radius: 10px;
  text-align: center;
  border: none;
  padding: 24px 30px;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_form form input[type=submit]:hover {
  color: #ffffff;
    background: #2e6da4;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_line2 {
    margin-top: -80px;
    margin-bottom: -80px;
    position: relative;
    z-index: 2;
    height: 160px;
    background: url(../img/line2.png) no-repeat top center;
}

.bl_question {
  padding-top: 180px;
  padding-bottom: 100px;
  background: #FAFAFA;
}

.bl_question p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #828282;
}

.bl_question p.h1 {
  margin-bottom: 20px;
  color: #333;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.bl_question .bl_quest_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.bl_question .bl_quest_content .bl_left {
  width: 720px;
}

.bl_question .bl_quest_content .bl_right {
  width: 350px;
}

.bl_question .bl_quest_content .bl_right .bl_ask {
  background: #F0F0F0;
  border-radius: 10px;
  padding: 40px;
}

.bl_question .bl_quest_content .bl_right .bl_ask p.t1 {
  color: #333;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bl_question .bl_quest_content .bl_right .bl_ask p {
  color: #828282;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.bl_question .bl_quest_content .bl_right .bl_ask .link_ask {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 24px 30px;
  border-radius: 10px;
  background: #F6BA03;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.bl_question .bl_quest_content .bl_right .bl_ask .link_ask:hover {
  color: #ffffff;
    background: #2e6da4;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

.ui-accordion-header {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  background: #fff url(../img/down.svg) no-repeat;
  background-position: 95% 50%;
  padding: 30px 60px 30px 40px;
  box-shadow: 0px -25px 30px 0px #0000000D;
  margin-bottom: 0;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}

.ui-accordion-header:first-child {
  margin-top: 0;
}

.ui-accordion-content {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
  padding: 0px 40px 30px 40px;
  box-shadow: 0px 4px 30px 0px #0000000D;
  border-radius: 10px;
}

.ui-accordion-header-active {
  color: #25539D;
}

.bl_partners {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.city2 {
  display: none;
}

.city3 {
  display: none;
}

.list_city li {
  cursor: pointer;
}

#dialog-content {
  background: #fff url(../img/bgform.png) no-repeat top center;
  background-size: cover;
  width: 576px;
  padding: 160px 60px 60px 60px;
}

#dialog-content p.t1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

#dialog-content p {
  color: #828282;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

#dialog-content form {
  margin-top: 30px;
}

#dialog-content form input[type=text] {
  background: #F0F0F0;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #828282;
  height: 67px;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px;
}

#dialog-content form button {
  background: #F6BA03;
  border-radius: 10px;
  height: 67px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #333;
  border: none;
  padding: 0 30px;
  -webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

#dialog-content form button:hover {
  color: #ffffff;
    background: #2e6da4;
-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}

#dialog-thank {
  background: #fff url(../img/thank.png) no-repeat top center;
  background-size: cover;
  padding: 160px 60px 60px 60px;
  max-width: 570px;
}

#dialog-thank p.t1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

#dialog-thank p {
  color: #828282;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

/*new*/
.bl_video {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 100px;
}

.bl_video .bl_left {
  width: 330px;
}

.bl_video .bl_left p.t1 {
  color: #333;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bl_video .bl_left p.t2 {
  font-size: 20px;
  color: #828282;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 70px;
}

.bl_video .bl_left p.t3 {
  font-size: 20px;
  color: #828282;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.bl_video .bl_left a {
  color: #25539D;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.bl_video .bl_right {
  position: relative;
  max-width: 750px;
}

.bl_video .bl_right video {
  width: 100%;
  border-radius: 10px;
}

.video {
  position: relative;
  display: inline-block;
}

.overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bgvideo.png) no-repeat center;
  background-size: cover;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
  z-index: 2;
  border-radius: 10px;
}

.overlay::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(../img/play.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.video.is-playing .overlay {
  opacity: 0;
  pointer-events: none;
}

/*new banner*/
.section_banner_all {
  padding-top: 170px;
  margin-bottom: -170px;
      position: relative;
    z-index: 101;
}
.section_banner_all .bl_banners {
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.section_banner_all .bl_banners .bl_bottom {
  background: #333333;
  padding: 60px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_banner_all .bl_banners .bl_bottom .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.section_banner_all .bl_banners .bl_bottom .list .item {
  display: flex;
  align-items: center;
}

.section_banner_all .bl_banners .bl_bottom .list .item img {
  margin-right: 15px;
}

.section_banner_all .bl_banners .bl_bottom .list .item p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.section_banner_all .bl_banners .bl_bottom a.link_show {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  background: #E03232;
  padding: 24px 30px;
  display: inline-block;
  border-radius: 10px;
  white-space: nowrap;
}

.section_banner_all .bl_banners .bl_top {
  border-radius: 10px 10px 0 0;
  background: url(../img/bgb.png) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 60px;
}

.section_banner_all .bl_banners .bl_top p.t1 {
  color: #25539D;
  font-size: 32px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 40px;
}

.section_banner_all .bl_banners .bl_top .list_pl {
  display: flex;
  gap: 20px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item {
  display: flex;
  align-items: center;
}

.section_banner_all .bl_banners .bl_top .list_pl .item img {
  margin-right: 10px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p span {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
}

.section_banner_all .bl_banners .bl_top img.img_attention {
  position: absolute;
  right: 60px;
  top: -25px;
}

@media only screen and (max-width : 1199px) {
header .container {
    width: 970px;
}

header .bl_center {
  display: none;
}

.bl_features .list_f .item:nth-child(1) {
    width: 460px;
}

.bl_features .list_f .item:nth-child(2) {
    width: 460px;
}

.bl_features .list_f .item {
  width: 220px;
  margin-bottom: 20px;
}

.bl_features .bl_attent .bl_left p {
  width: 70%;
}

.bl_features .bl_attent {
  padding: 35px 60px;
}

.bl_types .bl_attent .bl_right img {
    right: 10px;
    width: 275px;
}

.bl_types .bl_attent .bl_left p {
  width: 70%;
}

.bl_gallery .img_tab {
  display: none;
}

.bl_gallery .slider_gallery .item:nth-child(1) {
    width: 15px !important;
}

.bl_question .bl_quest_content .bl_right .bl_ask {
  margin-left: 15px;
}

.bl_video .bl_right {
  width: 580px;
}

.bl_video .bl_left p.t2 {
  margin-bottom: 30px;
}

/*new*/

.section_banner_all .bl_banners .bl_top img.img_attention {
    position: absolute;
    right: 40px;
    top: -15px;
    width: 257px;
}

.section_banner_all .bl_banners .bl_top {
  padding: 40px;
}

.section_banner_all .bl_banners .bl_top p.t1 {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 30px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item img {
  width: 50px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p {
  font-size: 14px;
  line-height: 16px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p span {
  font-size: 20px;
  line-height: 24px;
}

.section_banner_all .bl_banners .bl_bottom {
  padding: 40px;
}

}

@media only screen and (max-width : 991px) {
header .container {
    width: 750px;
}

header .bl_top_line .bl_left a span {
  font-size: 14px;
} 

header .bl_top_line .bl_left a img {
    margin-right: 15px;
    width: 210px;
}

.bl_banner h1 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 200px;
}

.bl_banner ul.list_banner li {
  margin-bottom: 10px;
  font-size: 20px;
}

.bl_banner {
  height: 850px;
}

.bl_line {
  background-size: 150%;
  height: 110px;
}

.bl_free_order .bl_order .bl_left p {
  font-size: 18px;
  line-height: 22px;
}

a.link_order {
  white-space: nowrap;
}

.bl_features .list_f .item p {
    font-size: 18px;
    line-height: 24px;
}

.bl_features .list_f .item:nth-child(1) img {
    width: 60px;
    margin-right: 20px;
}

.bl_features .list_f .item:nth-child(2) img {
    width: 60px;
    margin-right: 20px;
}

.bl_features .list_f .item:nth-child(1) {
  height: 170px;
}

.bl_features .list_f .item:nth-child(2) {
  height: 170px;
}

.bl_features .list_f .item:nth-child(1) {
    width: 354px;
}

.bl_features .list_f .item:nth-child(2) {
    width: 354px;
}

.bl_features .list_f .item img {
    margin-bottom: 20px;
    width: 60px;
    display: block;
}

.bl_features .list_f .item p {
    font-size: 16px;
    line-height: 22px;
}

.bl_features .list_f .item {
    padding: 30px;
    width: 170px;
    height: 200px;
    margin-bottom: 10px;
}

.bl_features .bl_attent .bl_left p.t1 {
  font-size: 26px;
  line-height: 36px;
}

.bl_features .bl_attent .bl_left p {
  font-size: 18px;
  line-height: 24px;
}

.bl_features .bl_attent {
  height: 185px;
  margin-bottom: 50px;
}

p.h1 {
    color: #333;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bl_connect {
  margin-bottom: 50px;
}

.bl_types .bl_attent .bl_left p.t1 {
      font-size: 28px;
    line-height: 36px;
}

.bl_types .bl_attent .bl_left p {
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.bl_types .bl_attent .bl_left p {
    width: 65%;
}

.bl_types {
  margin-bottom: 50px;
}

.bl_gallery {
  padding-top: 50px;
}

.bl_form {
  padding-top: 50px;
}

.bl_line2 {
  background-size: 150%;
  margin-top: -50px;
}

.bl_question {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ui-accordion-header {
    font-size: 18px;
    line-height: 24px;
}

.bl_question p {
    font-size: 16px;
    line-height: 22px;
}

.bl_question .bl_quest_content .bl_right .bl_ask p.t1 {
    font-size: 26px;
    line-height: 30px;
}

.bl_question .bl_quest_content .bl_right .bl_ask p {
  font-size: 16px;
    line-height: 20px;
}

.bl_question .bl_quest_content .bl_right .bl_ask {
  padding: 25px;
}

.bl_question .bl_quest_content .bl_left {
    width: 630px;
}

.bl_partners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bl_video .bl_left {
  width: 100%;
  margin-bottom: 30px;
}

.bl_video .bl_right {
  width: 100%;
}

.bl_video {
  display: block;
}

.bl_video .bl_left p.t1 br {
  display: none;
}

.video {
  width: 100%;
}

/*new*/
.section_banner_all .bl_banners .bl_top {
  padding: 20px;
}

.section_banner_all .bl_banners .bl_bottom {
  padding: 20px;
  align-items: end;
}

.section_banner_all .bl_banners .bl_top p.t1 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}

.section_banner_all .bl_banners .bl_top img.img_attention {
    position: absolute;
    right: 20px;
    top: -15px;
    width: 197px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item img {
  width: 40px;
  margin-right: 5px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p {
    font-size: 12px;
    line-height: 14px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p span {
    font-size: 15px;
    line-height: 18px;
}

.section_banner_all .bl_banners .bl_top .list_pl {
  gap: 10px;
}

.section_banner_all .bl_banners .bl_bottom .list .item p {
  font-size: 14px;
  line-height: 19px;
}

.section_banner_all .bl_banners .bl_bottom .list .item img {
  width: 24px;
}

.section_banner_all .bl_banners .bl_bottom a.link_show {
  font-size: 13px;
  line-height: 15px;
  padding: 18px 20px;
}

.section_banner_all {
  padding-top: 150px;
  margin-bottom: -150px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.slider_partners .slick-slide img {
  width: 100%;
}

header .container {
    width: 100%;
}

header .bl_top_line .bl_left a {
  flex-wrap: wrap;
}

header .bl_top_line .bl_left a img {
    margin-right: 0;
    width: 180px;
}

header .bl_top_line .bl_left a span {
    font-size: 14px;
    line-height: 18px;
}

header .bl_top_line .bl_right ul.list_city li {
  display: block;
}

header .bl_top_line .bl_right ul.list_city {
    width: auto;
    text-align: right;
    text-align-last: right;
}

header .bl_top_line .bl_right a.phone_number {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

header .bl_top_line {
  padding-top: 20px;
}

.bl_banner h1 {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 170px;
}

.bl_banner a.link_demo {
  margin-bottom: 20px;
}

.bl_question .bl_quest_content {
  flex-wrap: wrap;
}

.bl_free_order .bl_order {
  flex-wrap: wrap;
}

.bl_line {
    background-size: 1075px;
    height: 110px;
}

.bl_free_order .bl_order .bl_left p {
    font-size: 14px;
    line-height: 18px;
}

.bl_free_order {
  height: auto;
  padding-bottom: 30px;
}

.bl_free_order .bl_order .bl_right {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.bl_features .list_f .item:nth-child(1) {
    width: 100%;
    height: auto;
}

.bl_features .list_f .item:nth-child(2) {
    width: 100%;
    height: auto;
}

.bl_features .list_f .item {
  width: 48%;
  margin-bottom: 15px;
}

.bl_features .bl_attent .bl_right img {
  display: none;
}

.bl_features .bl_attent {
  height: auto;
}

.bl_features .bl_attent .bl_left p {
  width: 100%;
}

.bl_features .bl_attent {
    padding: 35px 30px;
}

p.h1 {
    font-size: 28px;
    line-height: 34px;
}

a.link_order_blue {
  padding: 20px;
  font-size: 14px;
}

.bl_connect .bl_text {
    margin-left: 15px;
    margin-top: 20px;
}

.bl_connect .bl_text a {
  font-size: 20px;
}

.bl_connect .bl_text span {
    font-size: 14px;
    line-height: 20px;
}

.bl_connect {
  flex-wrap: wrap;
}

.bl_types .bl_attent .bl_right img {
  display: none;
}

.bl_types .bl_attent {
  padding: 30px;
}

.bl_types .bl_attent .bl_left p {
  width: 100%;
}

.bl_form p.h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
}

.bl_form p {
    font-size: 18px;
    line-height: 24px;
}

.bl_form form input[type=text] {
  margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}

.bl_form form input[type=submit] {
  width: 100%;
}

.bl_line2 {
    background-size: 1100px;
}

.bl_question .bl_quest_content .bl_left {
    width: 100%;
}

.ui-accordion-header {
    font-size: 16px;
    line-height: 20px;
}

.bl_question p {
    font-size: 14px;
    line-height: 22px;
}

.bl_question .bl_quest_content .bl_right .bl_ask {
    margin-left: 0;
    margin-top: 20px;
}

#dialog-content {
  width: 100%;
  padding: 160px 40px 40px 40px;
}

#dialog-content p {
    font-size: 18px;
    line-height: 22px;
}

#dialog-content p.t1 {
    font-size: 36px;
    line-height: 42px;
}

#dialog-thank {
  padding: 160px 40px 40px 40px;
  max-width: 100%;
}

.bl_video .bl_left p.t1 {
  font-size: 28px;
  line-height: 34px;
}

.bl_video .bl_left p.t2 {
  font-size: 18px;
  line-height: 24px;
}

.bl_video .bl_left p.t3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.bl_video .bl_left a {
  font-size: 26px;
}

/*new*/
.section_banner_all .bl_banners .bl_bottom {
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
}

.section_banner_all .bl_banners .bl_bottom a.link_show {
  width: 100%;
  text-align: center;
}

.section_banner_all .bl_banners .bl_top p.t1 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 20px;
    max-width: 300px;
}

.section_banner_all .bl_banners .bl_top .list_pl {
    gap: 25px;
    flex-wrap: wrap;
}

.section_banner_all .bl_banners .bl_top .list_pl .item {
  width: 170px;
}

.section_banner_all .bl_banners .bl_top .list_pl .item p {
  margin-bottom: 0;
  align-items: start;
  margin-left: 0;
}

.section_banner_all .bl_banners .bl_top img.img_attention {
    position: absolute;
    right: -20px;
    top: 195px;
    width: 197px;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}