
.page-hkrk p{
    margin-bottom: 0px;
}
.page-hkrk .w-auto{
    width: auto ;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.w-auto {
    width: auto !important;
}
.c-white{
    color: #fff;
}
.dis-flex{
    display: flex;
}
.text-right{
    text-align: right;
}
.fw-bold{
    font-weight: bold;
}
.fs-24{
    font-size: 24px !important;
}
.hkrk-top{
    background-image: url("/common/design/user/img/hkrk2022/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 30px;
}
.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.banner-nav {
    background: #23ac39;
    margin-top: -2px;
}
.banner-nav ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.banner-nav ul li {
    padding: 20px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: calc(100% / 4);
}
.banner-nav ul li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-nav ul li a span {
    position: relative;
    line-height: 1.2;
    font-size: 24px;
}
.banner-nav ul li a::after {
    content: url(/common/design/user/img/hkrk2022/ic-down.png);
    position: relative;
    right: 0;
    margin-left:5px;

}
.hkrk-title{
    font-size: 40px;
    border-bottom: 2px solid #23ac39;
    color: #23ac39;
    font-weight: bold;
    display: inline-block;
}
.hkrk-2{
    padding: 80px 0px;
}
.hkrk-2 p{
    font-size: 18px;
    line-height: 1.7;
}
.hkrk-3{
    padding: 60px 0px;
}
.list-hkrk{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.hkrk-item h3{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.hkrk-item{
    width: calc(100%/2 - 30px);
    margin: 0px 15px 30px;
    border: 1px solid #ddd;
    padding: 20px 10px 15px ;
    display: flex;
    flex-direction: column;
}
.hkrk-item .hkrk-item-top{
    flex: 1;
}
.hkrk-item .hkrk-item-top > *{
    width: 50%;
    margin: 0px 5px;
}
.hkrk-item .hkrk-item-top > div {
    display: flex;
    flex-direction: column;
}
.hkrk-img{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
    flex: 1;
}
.hkrk-img p{
    width: calc(50% - 10px);
    margin: 0px 5px 10px;
}
.btn-1{
    border: none;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    padding: 3px 10px;
    background: #666666;
    display: block;
}
.btn-2{
    padding: 15px;
    color: #fff !important;
    line-height: 20px;
    font-size: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% );
    margin: 0px 5px;
}
.btn-2 span{
    margin-right: 4px;
}
.btn-orange{
    background: #ef8700;
}
.btn-blue{
    background: #00aeff;
}
.hkrk-item .view-dropdown{
    position: relative;


}
.hkrk-item .view-dropdown .dropdown-menu{
    display: none;
}
.hkrk-item .view-dropdown.open .dropdown-menu{
    display: block;

}
.hkrk-item .dropdown-menu{
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    left: calc(50% - 5px);
    padding: 15px;
    top: -10px;
}
.hkrk-item .dropdown-menu:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    left: -12px;
}
.hkrk-item a.dropdown-item {
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.list-hkrk .hover_bkgr_fricc-1 >div {
    max-height: 430px;
}
.list-hkrk .hover_bkgr_fricc-1 >div .battle-content-popup {
    max-height: 410px;
    overflow: scroll;
}
.hkrk-4{
    background: #fffef1;
    padding: 60px 0px;
}
.c-a7923e{
    color: #a7923e !important;
    border-bottom: 2px solid #a7923e;
}
.hkrk-4-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.hkrk-4-item {
    width: calc(25% - 20px);
    margin: 10px;
    background: #fff;
    padding: 10px;
    position: relative;
    border: 2px solid #e9e9e9;
}
.hkrk-4 .hkrk-4-item a:before {
    content: "";
    display: block;
    background: url(/common/design/user/img/hkrk2022/ic-zoom.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 5px;
}
.btn-green{
    display: inline-block;
    padding: 20px 60px;
    border-radius:99px;
    color: #fff !important;
    background: #23ac39;
    font-size: 24px;
    border: unset;
}
.hkrk-5{
    padding: 50px 0px;
}
.hkrk-5-list {
    display: flex;
    flex-wrap: wrap;
}
.item-product {
    width: calc(50% - 20px);
    margin: 10px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 32px 25px 25px;
    display: flex;
    flex-direction: column;
}
.name-pro {
    color: #386a8e;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px !important;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
}
.item-product-top {
    margin-bottom: 24px;
    display: flex;
    flex: 1;
}
.item-img {
    width: 50%;
    margin-right: 20px;
}
.item-info {
    width: 50%;
}
.txt-infor {
    padding: 12px 25px;
    text-align: center;
    background: #f0f0f0;
    color: #353535;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
.txt-link {
    font-size: 14px;
    line-height: 20px;
    color: #30a4da;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}
.txt-red {
    color: #c30000;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.txt-detail {
    padding: 12px 25px;
    background: #f0f0f0;
    color: #353535;
    font-size: 18px;
    line-height: 26px;
    min-height: 150px;
}
.txt-detail span {
    font-weight: bold;
}
.btn-orange2 {
    padding: 24px;
    font-size: 26px;
    line-height: 25px;
    background: #ef8700;
    display: block;
    text-align: center;
    border-radius: 99px;
    margin: 20px 30px 0px;
    color: #fff !important;
}
.btn-close{
    padding: 15px 50px;
    font-size: 20px;
    line-height: 24px;
    background: #23ac39;
    text-align: center;
    border-radius: 99px;
    color: #fff !important;
    border: none;
    cursor: pointer;
}
.battle-content-popup h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px !important;
}
.list-img-in-poppup{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.list-img-in-poppup p{
    width: calc(100%/6 - 10px);
    margin: 5px;
}
.hkrk-6{
    background: #fffef1;
    padding: 50px 0px;
}
.hkrk-6 .dis-flex > div{
    width: 50%;
}
.img-tw{
    margin-left: 50px;
}
.hkrk-6 .dis-flex div p{
    font-size: 18px;
    line-height: 1.8;
}
.hkrk-twitter{
    padding: 50px 0px;
}
.hkrk-twitter-content-left, .hkrk-twitter-content-right {
    padding: 0px 10px;
    width: calc(50% - 20px);
    margin: 0px auto;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 {
    background: #fffef1;
    border-radius: 10px;
    position: relative;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 .txt-top {
    background: #ffea00;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.hkrk-twitter-2{
    position: absolute;
    top: -10px;
    right: 0px;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 .txt-top p {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 .txt-top p span{
    color: #d80000;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 .text-detail p {
    font-size: 18px;
    line-height: 29px;
    padding: 24px 5px 24px 20px;
}
.hkrk-twitter-content-left .hkrk-twitter-content-left-1 .text-detail p span{
    font-weight: bold;
    font-size: 20px;
    color: #d80000;
}
.hkrk-twitter-content-left-2 {
    position: relative;
}
.hkrk-twitter-content-left-2>p {
    font-size: 26px;
    line-height: 29px;
    padding: 80px 0px 20px;
    text-align: center;
    color: #23ac39;
    font-weight: bold;
}
.hkrk-twitter-3 {
    position: absolute;
    right: 0;
    top: 30px;
}
.list-id-twitter {
    max-height: 203px;
    overflow: auto;
}
.list-id-twitter table tr {
    border-bottom: 1px solid #adadad;
}
.list-id-twitter table tr th {
    padding: 10px 15px;
    color: #4c3801;
    font-size: 16px;
    line-height: 29px;
}
.list-id-twitter table tr th:first-child {
    background: #fffcc6;
    text-align: right;
}
.list-id-twitter table tr th:last-child {
    background: #ffffff;
    text-align: left;
}
.hkrk-twitter .content-battle{
    max-height: 500px;
    overflow: hidden;
    display: block;
    margin-top: -10px;
}
.hkrk-slide{
    background: #fffef1;
    padding: 50px 0px;
}
.hkrk-slide .swiper-button-next, .hkrk-slide .swiper-button-prev {
    height: 20px;
    margin-top: 0px;
    width: 20px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.hkrk-slide .swiper-button-next {
    right:-1px;
    background-image: url(/common/design/user/img/hkrk2022/icon-arrow.png) ;
    background-size: contain;
    transform: rotate(180deg) translateX(0);
}
.hkrk-slide .swiper-button-prev {
    left: -1px;
    background-image: url(/common/design/user/img/hkrk2022/icon-arrow.png) ;
    background-size: contain;
}
@media (max-width: 1100px) {
    .hkrk-top{
        background-image: url("/common/design/user/img/hkrk2022/bg-sp.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0px 15px;
    }
    .text-center{
        text-align: center!important;
    }
    .banner-nav ul li {
        padding: 10px 5px;
        width: calc(100% / 2);
    }
    .banner-nav ul li a span{
        font-size: 16px;
    }
    .hkrk-2 {
        padding: 40px 0px;
    }
    .hkrk-title{
        font-size: 24px;
    }
    .hkrk-2 p{
        line-height: 1.5;
    }
    .hkrk-2 .fs-24{
        font-size: 18px !important;
    }
    .list-hkrk {
        display: block;
        margin: 0px;
    }
    .hkrk-item {
        width: 100%;
        margin: 0px 0px 20px;
        padding: 20px 5px 15px;
    }
    .btn-1{
        font-size: 15px;
        padding: 4px;
    }
    .btn-2 {
        padding: 8px 2px;
        line-height: 20px;
        font-size: 15px;
    }
    .btn-2 span {
        margin-right: 0px;
    }
    .btn-2 span IMG{
        width: 20px !important;
    }
    .hkrk-item .dis-flex.hkrk-item-top > p{
        width: 30%;
    }
    .hkrk-item .dis-flex.hkrk-item-top > div{
        width: 70%;
    }
    .hkrk-img p {
        width: calc(100%/4 - 4px);
        margin: 0px 2px 10px;
    }
    .hkrk-item a.dropdown-item {

        font-size: 9px;
        line-height: 18px;
    }
    .hkrk-item .dropdown-menu{
        padding: 4px 2px;
    }
    .list-hkrk .hover_bkgr_fricc-1 >div{
        width:92%;
        max-width: 100%;
        padding: 5px;
        max-height: 400px;
    }
    .list-hkrk .hover_bkgr_fricc-1 >div .battle-content-popup{
        max-height: 390px;
        overflow: scroll;
    }
    .battle-content-popup h3 {
        font-size: 20px;
        margin-bottom: 10px !important;
        margin-top: 10px;

    }
    .list-img-in-poppup p {
        width: calc(100%/4 - 4px);
        margin: 2px;
    }
    .btn-close {
        padding: 12px 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .hkrk-2,.hkrk-3, .hkrk-4, .hkrk-5, .hkrk-6, .hkrk-slide, .hkrk-twitter{
        padding: 30px 0px;
    }
    .hkrk-4-list{
        margin: 0px;
    }
    .hkrk-4-item {
        width: calc(50% - 16px);
        margin: 0px 8px 20px;
    }
    .btn-green {
        padding: 15px 50px;
        font-size: 20px;
    }
    .item-product {
        width: 100%;
        margin: 0px 0px 20px;
        padding: 15px 10px 15px;
    }
    .name-pro {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px !important;
    }
    .item-img {
        width: 30%;
        margin-right: 0px;
    }
    .item-info {
        width: 70%;
        margin-left: 10px;
    }
    .txt-infor {
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px 5px;
        width: 50%;
    }
    .txt-link {
        margin-bottom: 12px;
        text-align: right;
    }
    .txt-red{
        text-align: right;
        font-size: 16px;
    }
    .txt-detail{
        padding: 10px;
        font-size: 16px;
    }
    .btn-orange2 {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }
    .hkrk-6 .dis-flex > div {
        width: 100%;
    }
    .hkrk-6 p{
        line-height: 1.5;
    }
    .img-tw {
        margin-left:0px;
    }
    .hkrk-twitter-content-left, .hkrk-twitter-content-right {
        padding: 0px 0px 30px;
        width: 100%;
        margin: 0px auto;
    }
    .hkrk-twitter-2 img{
        width: 80px !important;
    }
    .hkrk-twitter-content-left .hkrk-twitter-content-left-1 .txt-top p {
        font-size: 20px;
        line-height: 28px;
    }
    .hkrk-twitter-content-left .hkrk-twitter-content-left-1 .txt-top{
        padding: 10px;
    }
    .hkrk-twitter-content-left .hkrk-twitter-content-left-1 .text-detail p {
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
    }
    .hkrk-twitter-content-left-2>p {
        font-size: 20px;
        line-height: 24px;
        padding: 50px 0px 10px;
    }
    .hkrk-twitter-3 {
        position: absolute;
        right: 0;
        top: 16px;
        width: 96px;
    }

}

/*Update HKRK*/
.page-hkrk .update-hkrk {
    position: absolute;
    top: 1%;
    transform: translate(-50%, 50%);
    right: 17%;
    width: 190px;
}

.page-hkrk .update-sp {
    top: 117px;
    right: -8%;
    width: 225px;
    z-index: 1;
}

.page-hkrk .z-3 {
    z-index: 3;
}