﻿.imageBox {
    height: 400px;
}

.divImageBox {
    padding-bottom: 20px;
}

.rightLoginBox {
    padding-bottom: 10px;
}

.leftRightPaddingZero {
    padding-left: 0px;
    padding-right: 0px;
}

@media(max-width:1023px) {
    .imageBox {
        height: 200px;
    }

    .divImageBox {
        padding-bottom: 10px;
    }

    .rightLoginBox {
        padding-bottom: 0px;
    }

    .promoContent {
        height: 110px;
    }

    #divMobile {
        display: block !important;
        padding-bottom: 12px;
    }

    .imageBox li {
        min-height: 200px;
    }

    .pageBox ul .image {
        background-position: center right;
    }

    .custom-promo {
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }

    .promo3 {
        display: block !important;
    }

    .promo1 {
        display: none !important;
    }
}

@media(min-width:1023px) {
    .promo3 {
        display: none !important;
    }

    .promo1 {
        display: block !important;
    }
}

/* slick-slide */

html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 50%;
}

.slick-slide {
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


.slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    line-height: 0;
    font-size: 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        border-radius: 100%
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            background-color: rgba(0,0,0,.6);
            border: rgba(0,0,0,0) 5px solid;
            margin: auto;
            outline: none;
            padding: 0;
            border-radius: 100%;
            -moz-transition: .3s;
            -webkit-transition: .3s;
            -o-transition: .3s;
            -ms-transition: .3s;
            transition: .3s
        }

        .slick-dots li.slick-active button {
            width: 100%;
            height: 100%;
            border-color: rgba(26,163,207,.8);
            background: #fff;
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1)
        }

        .slick-dots li button:before {
            font-size: 0px;
        }

/*  */

.btn_playVideo {
    cursor: pointer;
}

.image-video-icon1 {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../../images/BannerVideo/BFAN_1.png) 0px no-repeat;
}

    .image-video-icon1:hover {
        cursor: pointer;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../../images/BannerVideo/BFAN_1.png) -55px no-repeat;
    }

.image-video-icon2 {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 82px;
    background: url(../../images/BannerVideo/BFAN_2.png) 0px no-repeat;
}

    .image-video-icon2:hover {
        cursor: pointer;
        display: inline-block;
        width: 80px;
        height: 82px;
        background: url(../../images/BannerVideo/BFAN_2.png) -84px no-repeat;
    }


.pageBoxAdvertisingSpace > div {
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,.25);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,.25);
}

.pageBoxAdvertisingSpace ul .phaseBox {
    padding: 20px 10px 20px 10px;
}

    .pageBoxAdvertisingSpace ul .phaseBox h2 {
        font-size: .875rem;
        font-weight: bold;
    }

    .pageBoxAdvertisingSpace ul .phaseBox h3 {
        font-size: .8125rem;
    }

.pageBoxAdvertisingSpace ul .image {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pageBoxAdvertisingSpace ul .phaseBox {
    width: 50%;
    padding: 20px 40px 20px 40px;
    line-height: 1.3;
}

    .pageBoxAdvertisingSpace ul .phaseBox h2 {
        font-size: 1.75rem;
        line-height: 1.3;
        padding-bottom: 12px;
    }

    .pageBoxAdvertisingSpace ul .phaseBox h3 {
        font-size: 1.125rem;
    }

        .pageBoxAdvertisingSpace ul .phaseBox h3 a {
            font-weight: bold;
        }

.slick-dots {
    position: absolute;
    background: transparent;
}

.slick-dots {
    bottom: 50px;
}

@media (max-width:767px) {
    .slick-dots {
        bottom: 15px;
    }
}
