/* #t01 {
    position: relative;
}

.arrow_container {
    position: absolute;
    top: 50%;
    left: 50%;
} */
#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: 91%;
    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: #bcbcbc;
    border-radius: 50%;
}

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

#t01 a {
    transition-duration: 0.5s;
}

#t01 a:hover {
    opacity: 0.8;
}

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

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

#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;
}

#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: 30%;
    max-width: 236px;
    margin: 60px auto 120px;
    transition-duration: 0.5s;
}
#t06 .news_more:hover{
    opacity: 0.8;
}
#t06 .news_more img{
    width: 100%;
    display: block;
}
