/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#c1 {
    padding: 45px 0 30px 0;
    background: #f5f5fa url(../i/csvc/bg.png) left bottom no-repeat;
    position: relative;
    overflow: hidden;
}
#c1 .ctn {
    text-align: center;
}
#c1 h2 {
    display: inline-block;
    font-family: UTM;
    font-size: 28px;
    color: #fff;
    background: #007974;
    border-radius: 15px;
    padding: 18px 95px;
    z-index: 11;
    text-transform: uppercase;
    position: relative;
    font-weight: 100;
}
#c1 h2:before,
#c1 h2:after {
    content: "";
    width: 277px;
    height: 1px;
    border-top: 1px dashed #000;
    position: absolute;
    left: -277px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
#c1 h2:after {
    left: unset;
    right: -277px;
}
#c1 h3 {
    font-size: 15px;
    text-align: center;
    background: #f5f5fa;
    margin: 30px auto;
    text-transform: uppercase;
}
#c1 ul {
    background: #fff;
    border-radius: 10px;
    position: relative;
    min-height: 195px;
    padding: 0 10px;
    -webkit-box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
}
#c1 ul:before {
    width: 1px;
    height: 122px;
    content: "";
    display: inline-block;
    border-right: 1px dashed #000;
    position: absolute;
    top: -123px;
    left: 50%;
    transform: translateX(-50%);
}
#c1 li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: left;
    height: 65px;
    padding-left: 65px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px dashed #cccccc;
}
#c1 li:before {
    content: "";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../i/csvc/ic.png);
    background-size: 367px 240px;
    background-position: -6px -6px;
}
#c1 li:last-child {
    border-bottom: none;
}
#c1 .cmd2:nth-child(1) li:nth-child(2):before {
    background-position: -66px -6px;
}
#c1 .cmd2:nth-child(1) li:nth-child(3):before {
    background-position: -125px -6px;
}
#c1 .cmd2:nth-child(2) li:nth-child(1):before {
    background-position: -186px -6px;
}
#c1 .cmd2:nth-child(2) li:nth-child(2):before {
    background-position: -246px -6px;
}
#c1 .cmd2:nth-child(2) li:nth-child(3):before {
    background-position: -125px -6px;
}
#c1 .cmd2:nth-child(3) li:nth-child(1):before {
    background-position: -306px -6px;
}
#c1 .cmd2:nth-child(3) li:nth-child(2):before {
    background-position: -246px -126px;
}
#c1 .cmd2:nth-child(3) li:nth-child(3):before {
    background-position: -246px -66px;
}
#c1 .cmd2:nth-child(4) li:nth-child(1):before {
    background-position: -246px -186px;
}
#c1 .cmd2:nth-child(4) li:nth-child(2):before {
    background-position: -6px -66px;
}
#c1 .cmd2:nth-child(5) li:nth-child(1):before {
    background-position: -66px -66px;
}
#c1 .cmd2:nth-child(5) li:nth-child(2):before {
    background-position: -125px -66px;
}
#c1 .cmd2:nth-child(6) li:nth-child(1):before {
    background-position: -186px -66px;
}
#c1 .cmd2:nth-child(6) li:nth-child(2):before {
    background-position: -246px -66px;
}
#c1 .cmd2:nth-child(6) li:nth-child(3):before {
    background-position: -125px -6px;
}

#c2 {
    padding: 40px 0;
    background: url(../i/csvc/bg1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#c2 .ctn {
    text-align: center;
}
#c2 .ctn > div {
    text-align: center;
    padding: 25px 40px 34px 40px;
    background: #f6fbfa;
    border-radius: 15px;
    display: inline-block;
    width: 58%;
}
#c2 .ctn > div div {
    font-size: 18px;
    text-align: center;
}
#c2 .ctn > div label {
    color: #df0909;
}
#c2 h2 {
    font-family: UTM;
    color: #ea0000;
    font-size: 29px;
    padding-top: 90px;
    font-weight: 100;
    text-align: center;
    position: relative;
}
#c2 h2:before {
    content: "";
    display: inline-block;
    width: 84px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(../i/csvc/ic.png);
    background-size: 367px 240px;
    background-position: -113px -137px;
}
#c2 p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 15px;
    position: relative;
}
#c2 p:before {
    content: "";
    display: inline-block;
    width: 274px;
    height: 17px;
    background: url(../i/csvc/bg1.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c3 {
    padding: 40px 0;
    position: relative;
    display: flex;
}
.c3:before {
    content: "";
    display: inline-block;
    width: 432px;
    height: 417px;
    background: url(../i/csvc/bf.png) center no-repeat;
    position: absolute;
    left: -120px;
    top: 0;
}
.c3 > div > p {
    text-align: center;
    width: 80%;
    display: flex;
    color: #444444;
    font-size: 15px;
    margin: 30px auto;
}
.c3 .cmd4 div {
    border: 1px solid #d7d7d7;
    border-radius: 15px;
}
.c3 .cmd4 p {
    margin: 0 25px 25px 30px;
    text-align: center;
    min-height: 66px;
}
.c3 h3 {
    margin: 15px 0 20px 0;
    font-size: 14px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.c3 h3:before {
    content: "";
    width: 90px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 3px solid #37aea8;
}

#c4 {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0px 0;
    background: url(../i/csvc/bg2.png) left bottom no-repeat;
}
#c4 .cmd4 {
    height: 320px;
    position: relative;
}
#c4 .cmd4 img {
    position: absolute;
    bottom: 0;
    left: 0;
}
#c4 .cmd8 > div {
    display: flex;
    align-items: center;
}
#c4 ul {
    padding-left: 75px;
    position: relative;
}
#c4 ul:before {
    content: "";
    display: inline-block;
    width: 169px;
    height: 242px;
    position: absolute;
    left: -57px;
    background: url(../i/csvc/bf1.png) center no-repeat;
    top: 38px;
    z-index: -1;
}
#c4 li {
    font-size: 18px;
    font-weight: bold;
    height: 68px;
    padding-left: 85px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
#c4 li:before {
    content: "";
    display: inline-block;
    width: 67px;
    height: 67px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../i/csvc/ic.png);
    background-size: 367px 240px;
    background-position: -24px -143px;
}

.c5 {
    position: relative;
    overflow: hidden;
    padding: 45px 0;
}
.c5 .title {
    margin-bottom: 40px;
}
.c5 .cmd3 > div {
    display: grid;
    border: 1px solid #cccccc;
    border-radius: 15px;
    -webkit-box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 3px 24px -13px rgba(0, 0, 0, 0.75);
}
.c5 h3 {
    color: #222222;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}
.c5 .cmd3 div div {
    background: #fff;
    color: #666666;
    border-radius: 0 0 15px 15px;
    padding: 15px 20px;
    min-height: 192px;
    text-align: center;
    line-height: 1.6;
    position: relative;
}
.c5 .cmd3 div div:before {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #fff;
    color: #37aea8;
    -moz-border-radius: 100px 100px 50px 50px;
    -webkit-border-radius: 100px 100px 50px 50px;
    border-radius: 100px 100px 50px 50px;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 30px;
    font-family: "UTM";
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#cs4 {
    padding: 55px 0;
}
#cs4 .title_cs {
    margin-bottom: 60px;
}
#cs4 .title_cs:after {
    background: url(../i/csvc/ic5.png) center no-repeat;
}

.itemtb div:first-child {
    width: 46.6%;
    float: left;
    position: relative;
}

.itemtb > div:last-child {
    width: 53.4%;
    float: right;
    padding-left: 50px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}

.itemtb img {
    width: initial !important;
}

.itemtb > div:last-child p {
    font-size: 22px;
    font-family: Myriad Pro;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.navi_tb {
    width: 53.4%;
    padding: 0 40px;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    right: 0;
}

.navi_tb .owl-item img {
    display: block;
    width: initial;
}

.navi_tb span {
    display: block;
    /* font-family: Myriad Pro; */
    font-size: 14px;
    text-align: center;
    margin-top: 11px;
    color: #444444;
    font-weight: bold;
}

.itemtb {
    position: relative;
    overflow: hidden;
}

.itemtb h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

/*.navi_tb .btn-active{
  img{
    border: 1px solid #2e7a7b;
    border-radius: 50%;
  }
  span{
    color: #2e7a7b;
  }
}*/
.itemtb img {
    margin-bottom: 10px;
}

.content_tb {
    position: relative;
    overflow: hidden;
}

.btn-filter-wrap .owl-prev,
.btn-filter-wrap .owl-next {
    position: absolute;
    display: inline-block;
    top: 34%;
    transform: transalteY(-50%);
    -moz-transform: transalteY(-50%);
    -webkit-transform: transalteY(-50%);
    left: -17px;
}

.btn-filter-wrap .owl-next {
    left: auto;
    right: -17px;
}

#g9 {
    background: #e6fcfa;
    padding: 55px 0 130px 0;
    position: relative;
}

#g9 #bs81 {
    margin: 20px auto 0;
    width: 535px;
    display: table;
}

#g9 .title:before {
    display: none;
}

#g9 .title {
    padding-bottom: 0;
    color: #222222;
    font-size: 30px;
    padding-left: 35px;
}

#g9 .ctn > span:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../i/csvc/ic1.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#g9 .ctn > span:after {
    content: "";
    width: 235px;
    height: 148px;
    background: url(../i/dnbs/line.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: -237px;
    top: 13px;
}

#g9 span {
    position: relative;
    color: #113e4d;
    padding-left: 35px;
    font-size: 18px;
    display: table;
    margin: auto;
    text-align: center;
}

#g9 .d_contact {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    padding-bottom: 0;
}

#g9 .d_contact:before {
    display: none;
}

#g9 ul {
    display: flex;
    align-items: center;
    color: #f53838;
    font-size: 32px;
    font-family: UTM;
    margin: 0 17px;
    justify-content: center;
}

#bs81 .d-phone {
    width: 100%;
    border-radius: 36px;
    border: 2px solid #2e7a7a;
    padding: 16px 20px;
    color: #999999;
    font-size: 15px;
    font-style: italic;
}

#bs81 .d-send {
    width: 82px;
    height: 51px;
    background: #2e7a7a url(../i/dnbs/ic15.png) center no-repeat;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    border-radius: 0 42px 42px 0;
}

#bs81 ul a {
    display: inline-block;
}

#bs81 ul span {
    display: flex;
    width: 60px;
    height: 60px;
    background: url(../i/dnbs/ic14.png) no-repeat;
    margin: 0 30px;
}

#bs81 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}
#bs81 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}
#bs81 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

#g9 .title label {
    color: #ea0000;
}

#g9 .title b {
    font-weight: 100;
    color: #37aea8;
}

/*# sourceMappingURL=csvc.css.map */


@media(max-width: 768px){
    #c1 h2{
      font-size: 24px;
      padding: 0px 0px;
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #c1 ul:before{
      display: none;
    }
    #c1 h3{
      font-weight: bold;
      font-size: 20px;
      margin: 20px 0px;
      background: transparent;
    }
    #c2 .ctn{
      padding: 0px 20px;
    }
    #c2 .ctn > div{
      width: 100%;
      border-radius: 5px;
    }
    #c2 h2{
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 15px;
    }
    #c2 p{
      font-size: 16px;
    }
    .title{
      padding: 0px 10px;
      font-size: 20px;
      line-height: 28px;
    }
    .title:before{
      bottom: -15px;
    }
    .c3 > div > div .cmd4{
      margin-bottom: 15px;
    }
    #c4 .cmd4 img{
      position: initial;
    }
    #c4 .cmd4{
      display: none;
    }
    #c4 .cmd8 > div{
      display: flex;
      flex-direction: column;
    }
    #c4 .cmd8 > div ul{
      width: 100%;
      padding: 0px 0px;
    }
    #c4 .cmd8 > div > img{
      margin-bottom: 15px;
    }
    .c5 h3{
      font-weight: bold;
    }
    .c5 .cmd3 div div{
      padding: 15px 10px;
    }
    .c5 > div .cxs6{
      padding: 0px 5px;
      margin-bottom: 15px;
      height: 100%;
    }
    .itemtb{
      display: flex;
      flex-direction: column;
      padding: 0px 10px;
    }
    .itemtb div:first-child{
      width: 100%;
      float: none;
    }
    .itemtb > div:last-child{
      width: 100%;
      padding: 0px 0px;
    }
    .navi_tb{
      display: none;
    }
    .content_tb{
      margin-top: 50px;
    }
    #g9 .title{
      font-size: 20px;
      line-height: 28px;
    }
    #g9 span{
      font-size: 15px;
      padding: 0px 10px;
    }
    #g9 .ctn > span:before{
      display: none;
    }
    #g9 .ctn > span:after{
      display: none;
    }
    #g9 #bs81{
      width: 100%;
      margin: 0px 0px;
      display: block;
    }
    #bs81 .d-phone{
      padding: 12px 20px;
    }
    #bs81 ul a{
      font-size: 20px;
    }
    #g9{
      padding: 30px 0px;
    }
}