/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 60px 0 45px;
}
.hpccinfohh .hhtitle{
    margin-bottom: 30px;
}
.hpccinfohh .hhtitle .ttgrip{
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpccinfohh .hhtitle .ttgrip > div{
    padding: 0 10px;
}
.hpccinfohh .hhtitle .tname{
    text-transform: uppercase;
}
.hpccinfohh .hhtitle .tname, .hpccinfohh .hhtitle .tname h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.hpccinfohh .hhtitle .tview a{
    white-space: nowrap;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 30px;
    border: none;
    background-color: #ff3131;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.hpccinfohh .hhtitle .tview a:hover{
    background-color: #02a6ed;
}
.tpccinfohh{
    margin-bottom: 30px;
}
.tpccinfohh:last-child{
    margin-bottom: 0;
}
.tpccinfohh .vvtitle{
    margin-bottom: 30px;
    border-bottom: 1px solid #ff3131;
}
.tpccinfohh .vvtitle .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpccinfohh .vvtitle .ttgrip > div{
    padding: 0 10px;
}
.tpccinfohh .vvtitle .tname{
    padding: 10px 19px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}
.tpccinfohh .vvtitle .tname, .tpccinfohh .vvtitle .tname h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.tpccinfohh .vvtitle .tview a{
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.tpccinfohh .vvtitle .tview a span{
    display: inline-block;
    padding-right: 14px;
    position: relative;
}
.tpccinfohh .vvtitle .tview a span::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ff3131;
}
.slccinfohh .slick-track{
    margin: 0;
}
.itccinfohh .thumb{
    margin-bottom: 12px;
}
.itccinfohh .thumb a{
    border-radius: 5px;
}
.itccinfohh .dstitle{
    margin-bottom: 10px;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itccinfohh:hover .dstitle a{
    color: #ff3131;
}
.itccinfohh .dsinfos ul{
    display: flex;
    flex-wrap: wrap;
}
.itccinfohh .dsinfos li{
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 21px;
    padding: 2px 9px;
    color: #444444;
    background-color: #c5edff;
    border-radius: 3px;
}
.slccinfohh .slick-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
    margin-top: 25px;
}
.slccinfohh .slick-dots li{
    padding: 0 5px;
    margin-bottom: 5px;
}
.slccinfohh .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: #dddddd;
    border-radius: 25px;
}
.slccinfohh .slick-dots li.slick-active button{
    background-color: #02a6ed;
    width: 25px;
}
/* <=== ccinfohome ===> */

/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding: 40px 0 70px;
}
.tpproducmm .mmlist{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducmm .mmlist > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 45px;
}
/* <=== vhproducpg ===> */

/* <=== vhdetailpg ===> */
.hpdetailmm{
    padding: 35px 0 60px;
}
.tpdetailmm .mmbread{
    margin-bottom: 20px;
}
.tpdetailmm .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailmm .ifgrip > div{
    padding: 0 15px;
}
.tpdetailmm .ifgrip .mcol{
    width: 50%;
}
.tpdetailmm .ifgrip .hcol{
    width: 50%;
}
.slthumbnav {
    margin-bottom: 20px;
    position: relative;
}
.slthumbnav::before{
    content: "\e934";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}
.itthumbnav a{
    display: block;
    padding-top: 65.667%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itthumbfor{
    display: block;
    padding-top: 65.667%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.3;
    cursor: pointer;
}
.itthumbfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itthumbfor::before{
    content: '';
    border: 2px solid #02a6ed;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.slick-current .itthumbfor{
    opacity: 1;
}
.slick-current .itthumbfor::before{
    opacity: 1;
}
.slthumbfor .slick-arrow{
    width: 35px;
    height: 35px;
}
.slthumbfor .slick-arrow::before{
    font-size: 14px;
}
.tpdetailmb .mbtitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpdetailmb .mbconts{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.tpdetailmb .mbinfos{
    margin-bottom: 20px;
}
.tpdetailmb .mbinfos .iftitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpdetailmb .mbinfos .iftitle, .tpdetailmb .mbinfos .iftitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailmb .mbinfos ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpdetailmb .mbinfos li{
    padding: 0 5px;
    margin-bottom: 10px;
    width: 25%;
}
.tpdetailmb .ifitem{
    font-size: 15px;
    line-height: 22px;
    color: #02a6ed;
    padding: 9px 5px 9px 9px;
    background-color: #ebf6ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: bold;
}
.tpdetailmb .ifitem .iicon{
    width: 17px;
}
.tpdetailmb .ifitem .itext{
    width: calc(100% - 17px);
    padding-left: 9px;
}
.hpdetailhh{
    padding: 30px 0 40px;
    position: relative;
    z-index: 1;
    background-color: #ebf6ff;
}
.hpdetailhh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    pointer-events: none;
    background-image: url('../images/dtback.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}
.hhtabmenu{
    position: relative;
    margin-bottom: 20px;
}
.hhtabmenu .mntitle{
    font-size: 15px;
    line-height: 22px;
    padding: 9px 40px 9px 20px;
    position: relative;
    border-radius: 5px;
    background-color: #02a6ed;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hhtabmenu .mntitle::after{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.hhtabmenu.active .mntitle::after{
    content: '\f106';
}
.hhtabmenu .mnconts ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}
.hhtabmenu .mnconts li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.hhtabmenu .mnconts li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 25px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}
.hhtabmenu .mnconts li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    pointer-events: none;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.hhtabmenu .mnconts li.active a, .hhtabmenu .mnconts li.current a, .hhtabmenu .mnconts li:hover a{
    background-color: #02a6ed;
    color: #fff;
}
.hhtabcont{
    padding: 40px 50px 50px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.hhtabcont .ctinfo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.hhtabcont .ctinfo.active{
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
}
.tpdetailhh .dttitle{
    margin-bottom: 20px;
}
.tpdetailhh .dttitle.vmargin{
    margin-bottom: 10px;
}
.tpdetailhh .dttitle, .tpdetailhh .dttitle h2, .tpdetailhh .dttitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailhh .hhtitle{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #02a6ed;
}
.tpdetailhh .hhtitle, .tpdetailhh .hhtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpdetailhh .hhconts{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.tpdetailhh .hhconts p{
    padding: 2px 0;
}
.tpdetailhh .hhconts li{
    position: relative;
    padding-left: 30px;
}
.tpdetailhh .hhconts li::before{
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #02a6ed;
    border-radius: 100%;
}
.tpdetailhh .hhconts .row{
    margin: 0 -5px;
    margin-bottom: 15px;
}
.tpdetailhh .hhconts .row > div{
    padding: 0 5px;
    margin-bottom: 5px;
}
.tpdetailhh .hhconts .tt{
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
}
.tpdetailhb .hbinfos{
    margin-bottom: 40px;
}
.tpdetailhb .hbthumb{
    text-align: center;
}
.tpdetailhb .hbinfos table{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.tpdetailhb .hbinfos table th{
    font-size: 15px;
    line-height: 24px;
    padding: 12px 15px;
    text-align: center;
    font-weight: bold;
    background-color: #f6f6f6;
}
.tpdetailhb .hbinfos table th, .tpdetailhb .hbinfos table td{
    width: 20%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.tpdetailhb .hbinfos table td{
    font-size: 17px;
    line-height: 30px;
    padding: 15px;
    text-align: center;
    word-break: break-word;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    background-color: #fff;
}
.vhortherpg .orpadd{
    padding: 55px 0 80px;
}
.hportherpg .ortitle{
    text-align: center;
    margin-bottom: 35px;
    color: #ff3131;
    text-transform: uppercase;
}
.hportherpg .ortitle, .hportherpg .ortitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

/* <=== vhortherpg ===> */

@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    /* .slccinfohh .hhlist > div{
        width: 25%!important;
    } */
}
@media all and (max-width: 991px){
    .pagination{
        justify-content: flex-start;
    }
    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 35px 0 50px;
    }
    .hpccinfohh .hhtitle {
        margin-bottom: 25px;
    }
    .hpccinfohh .hhtitle .tname, .hpccinfohh .hhtitle .tname h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpccinfohh .hhtitle .tview a{
        font-size: 15px;
        line-height: 25px;
        padding: 5px 16px;
    }
    .tpccinfohh{
        margin-bottom: 40px;
    }
    .tpccinfohh .vvtitle .tname{
        padding: 5px 14px;
    }
    .tpccinfohh .vvtitle .tname, .tpccinfohh .vvtitle .tname h2{
        font-size: 16px;
    }
    .itccinfohh .dstitle, .itccinfohh .dstitle h3{
        font-size: 16px;
    }
    .itccinfohh .dsinfos li{
        font-size: 14px;
        line-height: 18px;
        padding: 1px 9px;
    }
    /* <=== ccinfohome ===> */

    /* <=== vhproducpg ===> */
    .vhproducpg .sppadd{
        padding: 30px 0 60px;
    }
    .tpproducmm .mmlist > div{
        width: 50%;
        margin-bottom: 25px;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailmm{
        padding: 25px 0 50px;
    }
    .slthumbfor .slick-slide{
        width: 150px;
    }
    .tpdetailmm .ifgrip .mcol{
        width: 100%;
        margin-bottom: 22px;
    }
    .tpdetailmm .ifgrip .hcol{
        width: 100%;
    }
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpdetailmb .mbconts{
        font-size: 16px;
    }
    .tpdetailmb .mbinfos li{
        width: calc(100% / 3);
    }
    .tpdetailmb .mbinfos .iftitle, .tpdetailmb .mbinfos .iftitle h3{
        font-size: 18px;
    }
    .hpdetailhh{
        padding: 20px 0;
    }
    .hpdetailhh::before{
        display: none;
    }
    .hhtabmenu .mnconts{
        padding-top: 5px;
        display: none;
    }
    .hhtabmenu .mnconts ul{
        display: block;
    }
    .hhtabmenu .mnconts li{
        margin-bottom: 5px;
    }
    .hhtabcont{
        padding: 25px 20px 30px;
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .tpdetailhh .dttitle, .tpdetailhh .dttitle h2, .tpdetailhh .dttitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .tpdetailhh .hhtitle, .tpdetailhh .hhtitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetailhh .hhconts{
        font-size: 16px;
    }
    .tpdetailhh .hhconts .tt{
        font-size: 18px;
        line-height: 27px;
    }
    .tpdetailhb .hbinfos{
        margin-bottom: 30px;
    }
    .tpdetailhb .hbinfos table th{
        font-size: 12px;
        line-height: 15px;
        padding: 5px 10px;
    }
    .tpdetailhb .hbinfos table td{
        font-size: 13px;
        line-height: 15px;
        padding: 8px 6px;
    }

    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 35px 0 55px;
    }
    .hportherpg .ortitle{
        margin-bottom: 20px;
    }
    .hportherpg .ortitle, .hportherpg .ortitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .slortherpg .slick-arrow{
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .slortherpg .slick-arrow::before{
        font-size: 13px;
    }
    .slortherpg.vminus .slick-prev{
        left: 15px;
    }
    .slortherpg.vminus .slick-next{
        right: 15px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (min-width: 768px){
    /* <=== ccinfohome ===> */
    /* .slccinfohh .hhlist{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .slccinfohh .hhlist > div{
        padding: 0 15px;
        
        width: 50%;
        margin-bottom: 30px;
    }
    .slccinfohh .hhlist.slick-slider{
        display: block;
        margin: 0;
    }
    .slccinfohh .hhlist.slick-slider > div{
        padding: 0;
        width: unset;
    } */
    /* <=== ccinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== vhproducpg ===> */
    .tpproducmm .mmlist > div{
        width: 100%;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .tpdetailmb .mbinfos li{
        width: 50%;
    }
    .tpdetailmb .ifitem{
        height: 100%;
    }
    .tpdetailmb .viewall a{
        display: block;
    }
    .slthumbfor .slick-slide{
        width: 100px;
    }
    /* <=== vhdetailpg ===> */
}