/* hero */
#hero-carou--large{
    display: none;
}
#hero-carou--small{
    display: none;
}
.hero--large{
    position: relative;
    display: none;
}
.hero--large .img{
    display: none;
    position: relative;
    height: 470px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}
.hero--large .caption{
    position:absolute;
    top: 70px;
    bottom:0;
    display: block;
    width: 100%;
    height: 245px;
    text-align: center;
}
.hero--large .version{
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}
.hero--large .editon{
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding-top: 15px;
}
.hero--large .social{
    position:absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.hero--large .icons{
    font-size: 25px;
    color: white;
}
.hero--large .icon{
    font-size: 35px;
    color: white;
}
.hero--large .icons img{
    width: 38px;
    height: 38px;
}
.footer--large .icons img{
    width: 38px;
    height: 38px;
}
.hero--large .custom-carausel{
    color: white;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}
.hero--large .box{
    display: inline-block;
    overflow: hidden;
    scroll-behavior: smooth;
}
.hero--large .items{
    display: flex;
    width: 100%;
}
.hero--large .pre{
    width: 80px;
    height: 110px;
    background-color:rgb(81, 81, 81);
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;

    /*width: 20px;*/
    /*height: 20px;*/
    background-image: url(../images/arrow-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
}

.hero--large .pre:hover{
    background-image: url(../images/arrow-left.png);
    opacity: 1;
}

.hero--large .next:hover{
    background-image: url(../images/arrow-right.png);
    opacity: 1;
}

.hero--large .item--left{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left:20px;
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero--large .item--middle{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left:10px;
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero--large .item--right{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left:10px;
    margin-right:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero--large .next{
    width: 80px;
    height: 110px;
    background-color:rgb(81, 81, 81);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    cursor: pointer;

    background-image: url(../images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
}

.tag{
    background-color: #EB6B6B;
    padding: 5px;
    color: white;
    font-size: 13px;
}

.hero--small{
    position: relative;
}
.hero--small .img{
    position: relative;
    height: 470px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}
.hero--small .caption{
    position:absolute;
    top: 70px;
    bottom:0;
    display: block;
    width: 100%;
    height: 245px;
    text-align: center;
}
.hero--small .version{
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}
.hero--small .editon{
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding-top: 15px;
}
.hero--small .social{
    position:absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.hero--small .icons{
    font-size: 25px;
    color: white;
}
.hero--small .icon{
    font-size: 30px;
}
.hero--small .icon img{
    width: 38px;
    height: 38px;
}
.hero--small .custom-carausel{
    color: white;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}
.hero--small .box{
    display: inline-block;
    overflow: hidden;
    scroll-behavior: smooth;
}
.hero--small .items{
    display: flex;
    width: 100%;
}
.hero--small .pre{
    width: 25px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;

    background-image: url(../images/arrow-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
}
.hero--small .next{
    width: 25px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;

    background-image: url(../images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
}
.hero--small .item--left{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left:10px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero--small .item--middle{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero--small .item--right{
    background-color: rgb(81, 81, 81);
    color: white;
    height: 110px;
    flex-grow: 2;
    margin-left:5px;
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* webinar */
.webinar{
    background-color: rgb(236, 236, 236);
    padding-top: 50px;
    padding-bottom: 60px;
}
.webinar .caption{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}
@media only screen and (max-width: 767.99px) {
    .webinar .img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 100%;
        height: auto;
    }
}
.webinar a:hover{
    color: #AD7F38 !important;
}
.webinar img:hover{
    opacity: 0.5;
}
.webinar .text{
    /*padding-right: 0;*/
}
.webinar-more a{
    /*line-height: 11;*/
    /*padding-left: 18px*/
    position: absolute;
    top: 45%;
    left: 45%;
    text-align: center;
}
.pb-10px{
    padding-bottom: 15px !important;
}
.visibility-hidden{
    /* display: none !important; */
    visibility: hidden !important;
}
.event-item {
    display: flex;
    flex-direction: column;
}
.event-item .right-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white;
}
.event-item .right-item .text-ctn{
    padding-top: 35px;
    padding-bottom: 15px;
    background-color: white;
    font-size: 14px;
    padding-left: 25px;
    border-bottom-left-radius: 8px;
}
.event-item .right-item .arrow-ctn{
    width: 70px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.event-item .right-item .arrow-ctn .arrow{
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-right-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
    display:inline-block;
}
.event-item .right-item .arrow-ctn .arrow:hover{
    background-image: url(../images/arrow-right.png);
    opacity: 1;
}
.arrow-right{
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-right-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.8;
    display:inline-block;
}
@media only screen and (min-width: 768px) {
    .event-item {
        display: flex;
        flex-direction: row;
    }
    .event-item .right-item{
        width: 700px;
    }
    .event-item .right-item .text-ctn{
        border-bottom-left-radius: 0;
    }
}



.arrow-right:hover{
    background-image: url(../images/arrow-right.png);
    opacity: 1;
}


.row-border{
    background-color: #FFF;
    border-radius: 10px
}
.webinar .text-box{
    padding:10px;
    padding-bottom: 20px;
    background-color: white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
}
.webinar .head{
    font-size:25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.webinar a{
    color: black;
    text-decoration: none;
}
.webinar a:hover{
    color: black;
    text-decoration: none;
}
.webinar .icon{
    background-color: white;
    display:flex;
    padding-right: 20px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 8px;
}
.webinar-more{
    /*background-color: transparent;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 8px;*/
    /*border-bottom-left-radius: 0;*/
    /*padding: 75px 0;*/
    /*margin-right: 0;*/
    /*line-height: 11;*/

}

/* topic */
.topic{
    padding-top: 50px;
    padding-bottom: 60px;
}
.type a:hover{
    color: black !important;
}
.type a {
    color:white;
}
.topic .caption{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}
.topic .group{
    background-color: white;
}
.topic .img{
    border-radius: 8px;
    width: 100%;
    height: 235px;
    margin-bottom: 10px;
}
@media (max-width: 425px) {
    .topic .img {
        height: 155px;
    }
}
@media (max-width: 375px) {
    .topic .img {
        height: 105px;
    }
}
.topic .type{
    width:100px;
    height:30px;
    background-color: rgb(173, 127,56);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-weight: bold;
    margin-bottom: 9px;
}
@media (min-width: 992px) {
    .topic .col-6:nth-child(4) {
        display: none;
    }
}
.text-bold a:hover{
    color: #AD7F38 !important;
    text-decoration: none !important;
}

/* news */
.topic .title-link:hover{
    color:#AD7F38 !important;
}
.group img:hover{
    opacity: 0.5 !important;
}
.news{
    background-color: rgb(236, 236, 236);
    padding-top: 50px;
    padding-bottom: 60px;
}
.news .caption{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.news .box{
    border-bottom: 1px solid black;
    padding-bottom: 18px;
}
.news .group{
    display: flex;
    flex-direction: column;
}
.news .more{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .more-btn{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-weight: bold;
    cursor: pointer;
}

.webinar .more{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webinar .more-btn{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .news .col-left {
        flex: 0 0 14%;
        max-width: 14%;
    }
    .news .col-right {
        flex: 0 0 86%;
        max-width: 86%;
    }
}

.news .col-left, .news .col-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* movie */
.movie{
    background-color: black;
    color: white;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 10px;
    padding-right: 10px;
}
.movie .caption{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.movie .box{
    border: none;
    width: 100%;
    height: 430px;
}

/* store */
.item--left a:hover{
    color: #AD7F38 !important;
}
.more-btn:hover{
    color: #AD7F38 !important; ;
}
.store{
    background-color: rgb(236, 236, 236);
    padding-top: 50px;
    padding-bottom: 90px;
}
.store .caption{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}
.store .group{
    background-color: white;
    height: 270px;
}
.store .img{
    width: 100%;
    height: 200px;
    object-fit: cover !important;
    margin: auto;
}
.store .item--left{
    padding-bottom: 10px;
}
.store .item--right{
    padding-left: 5px;
}
.store .text{
    font-weight: bold;
    font-size: 16px;
}
.store .price{
    padding-bottom: 10px;
    font-size: 16px;
}
.store .more{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store .more-btn{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-weight: bold;
    cursor: pointer;
}
.store a:hover{
    color:black;
}
span{
    word-break: break-all;
}

@media only screen and (min-width: 768px) {
    /* hero */
    .hero--large {
        display: block;
    }
    .hero--large .img{
        display: block;
    }
    .hero--small {
        display: none;
    }

    /* webinar */
    .webinar .img-box{
        padding-right: 0;
    }
    .webinar .img{
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        width: 100%;
        height: 100%;
    }
    .webinar .text{
        background-color: transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 0;
    }
    .webinar .text-box{
        padding: 35px;
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .webinar .text-box{
        padding: 35px;
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .webinar .icon{
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    /* news */
    .news .more-btn{
        width: 320px;
        height: 60px;
    }

    .webinar .more-btn{
        width: 320px;
        height: 60px;
    }

    /* movie */
    .movie .box{
        height: 590px;
    }

    /* store */
    .store .item--left{
        padding-right: 15px;
    }
    .store .item--right{
        padding-left: 15px;
    }
    .store .more-btn{
        width: 320px;
        height: 60px;
    }
    .img-block {
        position: relative;
        display: flex;
        margin-bottom: 10px;
    }
    .tag_area {
        display: flex;
        position: absolute;
        bottom: 0px;
    }

}
@media only screen and (max-width: 768px) {

    .webinar-more a {
        position: unset;
    }

    .webinar-more {
        padding-top: 80px;
    }
    .store .item--left{
        padding-right: 7px;
    }
    .store .item--right{
        padding-left: 7px;
    }
    .store .group{
        height: unset !important;
    }
}

#hero__carousel--large .item:hover{
    color: #AD7F38;
}

@media only screen and  (min-width: 1024px)  and (max-width: 1200px) {

    .store .row {
        margin-right: -25px !important;
        margin-left: -25px !important;
    }
    .store .item--left {
        padding-right: unset;
        padding-left: unset;
        padding: 0px 5px;
    }
}
