/* <=== hpaboutmm ===> */
.hpaboutmm{
    padding: 30px 0 60px;
}
.tpaboutma{
    margin-bottom: 50px;
}
.tpaboutma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -51px;
}
.tpaboutma .magrip > div{
    padding: 0 51px;
}
.tpaboutma .magrip .mcol{
    width: calc(50% + 66px);
}
.tpaboutma .magrip .hcol{
    width: calc(50% - 66px);
}
.tpaboutma .mathumb a{
    display: block;
    position: relative;
}
.tpaboutma .mathumb a img{
    width: 100%;
}
.tpaboutma .mathumb a .vplay{
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-image: url('../images/mmplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.tpaboutma .dscapts{
    margin-bottom: 5px;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpaboutma .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #00aeef;
}
.tpaboutma .dstitle, .tpaboutma .dstitle h2{
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutma .dsinfos{
    color: #00aeef;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tpaboutma .dsconts{
    font-size: 15px;
    line-height: 26px;
}
.tpaboutmb{
    margin-bottom: 15px;
}
.tpaboutmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutmb .mbgrip > div{
    padding: 0 10px;
    width: 33.3333%;
    margin-bottom: 20px;
}
.itaboutmb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.itaboutmb .vvgrip > div{
    padding: 0 18px;
}
.itaboutmb .vvgrip .icol{
    width: 102px;
}
.itaboutmb .vvgrip .dcol{
    width: calc(100% - 102px);
}
.itaboutmb .dsnumb{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #00aeef;
    margin-bottom: 5px;
}
.itaboutmb .dstend{
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    max-width: 235px;
}
.tpaboutmc{
    font-size: 15px;
    line-height: 26px;
}
/* <=== hpaboutmm ===> */

/* <=== hpabouthh ===> */
.hpabouthh{
    padding: 40px 0 60px;
    background-color: #f5f5f5;
}
.tpabouthh .hhthumb{
    margin-bottom: 30px;
}
.tpabouthh .hhthumb img{
    width: 100%;
}
.tpabouthh .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpabouthh .dsgrip > div{
    padding: 0 10px;
    width: 50%;
}
.itabouthh{
    max-width: 515px;
}
.itabouthh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itabouthh .vvgrip > div{
    padding: 0 15px;
}
.itabouthh .vvgrip .lcol{
    width: 108px;
}
.itabouthh .vvgrip .rcol{
    width: calc(100% - 108px);
}
.itabouthh .dstitle{
    margin-bottom: 10px;
    color: #00aeef;
    text-transform: uppercase;
}
.itabouthh .dstitle, .itabouthh .dstitle h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.itabouthh .dsconts{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
/* <=== hpabouthh ===> */

/* <=== hpaboutbb ===> */
.hpaboutbb{
    padding: 40px 0 70px;
}
.slhistoryfor {
    border-bottom: 5px solid #dddddd;
}
.slhistoryfor .slick-list{
    margin: 0 -10px;
}
.slhistoryfor .slick-slide{
    padding: 0 10px;
}
.slhistoryfor .itemhisfor{
    color: #999999;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.slhistoryfor .itemhisfor::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00aeef;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slhistoryfor .slick-current .itemhisfor{
    color: #00aeef;
}
.slhistoryfor .slick-current .itemhisfor::before{
    opacity: 1;
    visibility: initial;
}
.slhistorynav{
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.slhistorynav .slick-arrow{
	border: 2px solid #05afef;                        
	color: #05afef;
}
.slhistorynav .slick-arrow:hover{
	background-color: #05afef;
	color: #fff;	
}
.slhistorynav .slick-arrow::before{
	text-shadow: none;
	font-size: 13px;
}
.itemhisnav .navthumb img{
    width: 100%;
}
.itemhisnav .navdecs {
    max-width: 870px;
    margin: 0 auto;
}
.itemhisnav .grhisnav{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.itemhisnav .grhisnav > div{
    padding: 0 30px;
}
.itemhisnav .grhisnav .coll{
    width: 250px;
}
.itemhisnav .grhisnav .colr{
    width: calc(100% - 250px);
    position: relative;
}
.itemhisnav .grhisnav .colr::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 4px;
    background-color: #dddddd;
}
.itemhisnav .year{
    color: #00aeef;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 25px;
    text-align: right;
}
.itemhisnav .decs{
    padding-top: 20px;
    max-width: 410px;
}
.itemhisnav .decs h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itemhisnav .decs .tend{
    font-size: 15px;
    line-height: 25px;
}
/* <=== hpaboutbb ===> */

/* <=== gdtabmenu ===> */
.gdtabmenu{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.gdtabmenu.fixed{
    padding: 10px 0;
}
.vhtml .gdtabmenu.fixed{
    transform: translateY(77px);
}
/* <=== gdtabmenu ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpaboutmm ===> */
    .hpaboutmm{
        padding: 20px 0 30px;
    }
    .tpaboutma .magrip{
        margin: 0 -15px;
        align-items: flex-start;
    }
    .tpaboutma .magrip > div{
        padding: 0 15px;
    }
    .tpaboutma .magrip .mcol{
        width: calc(50% + 30px);
    }
    .tpaboutma .magrip .hcol{
        width: calc(50% - 30px);
    }
    .tpaboutma .dstitle, .tpaboutma .dstitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpaboutma .dsinfos{
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }
    .tpaboutma .dsconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .tpaboutmb .mbgrip > div{
        width: 50%;
    }
    .itaboutmb .dsnumb{
        font-size: 40px;
        line-height: 40px;
    }
    .tpaboutma .mathumb a .vplay{
        width: 55px;
        height: 55px;
    }
    /* <=== hpaboutmm ===> */

    /* <=== hpabouthh ===> */
    .hpabouthh{
        padding: 20px 0 30px;
    }
    .itabouthh .vvgrip{
        margin: 0 -10px;
    }
    .itabouthh .vvgrip > div{
        padding: 0 10px;
    }
    .itabouthh .vvgrip .lcol{
        width: 70px;
    }
    .itabouthh .vvgrip .rcol{
        width: calc(100% - 70px);
    }
    .itabouthh .dstitle, .itabouthh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itabouthh .dsconts{
        font-size: 14px;
    }
    /* <=== hpabouthh ===> */

    /* <=== hpaboutbb ===> */
    .hpaboutbb{
        padding: 20px 0 40px;
    }
    .itemhisnav .decs{
        text-align: justify;
    }
    .itemhisnav .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemhisnav .decs .tend{
        font-size: 13px;
        line-height: 21px;
    }
    .slhistoryfor .itemhisfor{
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    /* <=== hpaboutbb ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutmm ===> */
    .tpaboutma{
        margin-bottom: 20px;
    }
    .tpaboutma .magrip .mcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .tpaboutma .magrip .hcol{
        width: 100%;
    }
    .tpaboutmb{
        margin-bottom: 10px
    }
    .tpaboutmb .mbgrip > div{
        width: 100%;
    }

    .tpaboutmc{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutmm ===> */

    /* <=== hpabouthh ===> */
    .tpabouthh .hhthumb{
        margin-bottom: 15px;
    }
    .tpabouthh .dsgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpabouthh .dsgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== hpabouthh ===> */

    /* <=== hpaboutbb ===> */
        /* <==== tpabouthh ====> */
        .slhistorynav.vhbtnslick .slick-arrow{
            top: 30%;
        }
        .itemhisnav .decs{
            padding-top: 0;
        }
        .itemhisnav .grhisnav .coll{
            width: 100%;
        }
        .itemhisnav .grhisnav .colr{
            width: 100%;
        }
        .itemhisnav .grhisnav .colr::before{
            display: none;
        }
        .itemhisnav .year{
            padding-top: 15px;
            margin-bottom: 10px;
            text-align: left;
            font-size: 20px;
            line-height: 30px;
        }
        .slhistorynav{
            margin-bottom: 20px;
        }
        .slhistoryfor .slick-slide{
            margin-right: 15px;
        }
        .slhistoryfor{
            margin: 0 -20px;
            width: calc(100% + 40px);
            padding-left: 15px;
        }
    /* <=== hpaboutbb ===> */
}