#t01{
    padding-top: 60px;
}
#t01 .slick-dots li button:before{
    font-family: unset;
font-size: 0px;}
#t01 .slick-dotted.slick-slider{
    margin: 0!important;
}
#t01 .slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 82%;
    transform: translate(-50%, 0);
}

#t01 .slick-dots li {
    display: inline-block;
}

#t01 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#t01 .slick-dots .slick-active button {
    background: #ffffff;
}

#t01 .slick-prev {
    top: unset;
    bottom: 0px;
    left: unset;
    right: calc(42px + 0vw);
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

#t01 .slick-next {
    top: unset;
    bottom: 0px;
    right: 1vw;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

#t01 .slick-prev:before,
#t01 .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* #t01 .slick-arrow {
    display: none !important;
} */

#t02{
    background: repeating-linear-gradient(-45deg, rgba(207,220,226,0.5), rgba(207,220,226,0.5) 12px, rgba(230,237,240,0.5) 12px, rgba(230,237,240,0.5)  24px);
}
#t03 {
    background: #fafdff;
}
#t04{
    background: repeating-linear-gradient(-45deg, rgba(207,220,226,0.5), rgba(207,220,226,0.5) 12px, rgba(230,237,240,0.5) 12px, rgba(230,237,240,0.5)  24px);
}
#t05 .slick-arrow {
    display: none !important;
}

#t06 .title_bg {
    background-color: #00b1c7;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
    background-size: 5px 5px;
}

#t06 .sec_title small {
    font-family: 'Mr De Haviland', cursive;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

#t06 .news_more{
    display: block;
    width: 60%;
    max-width:186px;
    margin: 35px auto 80px;
    transition-duration: 0.5s;
}
#t06 .news_more:hover{
    opacity: 0.8;
}
#t06 .news_more img{
    width: 100%;
    display: block;
}
