.gdmenutab{
    margin-bottom: 0;
}
/* <==== vtitleun ====>*/
.vtitleun{
    text-align: center;
    color: #ed3237;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vtitleun.vmargin{
    margin-bottom: 8px;
}
.vtitleun, .vtitleun h1, .vtitleun h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
/* <==== vtitleun ====>*/

/* <==== vcaptsun ====>*/
.vcaptsun{
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
}
/* <==== vcaptsun ====>*/

/* <==== hpunitmm ====>*/
.tpunitmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7.5px;
}
.tpunitmm .mmgrip > div{
    padding: 0 7.5px;
    width: 33.3333%;
    margin-bottom: 15px;
}
.itunitmm{
    position: relative;
}
.itunitmm .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 25px 20px;
    z-index: 1;
    pointer-events: none;
}
.itunitmm .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itunitmm .decss, .itunitmm .decss a{
    color: #fff;
}
.itunitmm .dstitle{
    font-family: 'Encode Sans Condensed', sans-serif;
}
.itunitmm .dstitle, .itunitmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.itunitmm .dstitle a{
    display: block;
    position: relative;
    padding-right: 50px;
}
.itunitmm .dstitle a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    border-radius: 100%;
    font-size: 14px;
}
/* <==== hpunitmm ====>*/

/* <==== hpunithh ====>*/
.hpunithh:nth-child(even){
    background-color: #f6f6f6;
}
/* <==== hpunithh ====>*/

/* <==== tpunitha ====>*/
.tpunitha{
    padding: 25px 0 35px;
}
.itunitham{
    margin-bottom: 20px;
    background-color: #074b91;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.itunitham::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url('../images/haimg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}
.itunitham, .itunitham a{
    color: #fff;
}
.itunitham .amgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itunitham .amgrip .mcol{
    width: 300px;
}
.itunitham .amgrip .hcol{
    width: calc(100% - 300px);
}
.itunitham .thumb img{
    width: 100%;
}
.itunitham .decss{
    padding: 30px 50px 30px 70px;
}
.itunitham .dsponsi{
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 27px;
}
.itunitham .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itunitham .ifgrip > div{
    padding: 0 10px;
}
.itunitham .ifgrip .lcol{
    width: 38.963%;
}
.itunitham .ifgrip .rcol{
    width: calc(100% - 38.963%);
}
.itunitham .ifitem{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itunitham .ifitem:last-child{
    margin-bottom: 0;
}
.itunitham .ifitem .vicon{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #f0f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itunitham .ifitem .vtext{
    width: calc(100% - 45px);
    padding-left: 15px;
}
.itunitham .ifitem .vtext .tm{
    margin-bottom: 5px;
}
.itunitham .ifitem .vtext .th{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itunithah{
    margin-bottom: 20px;
    padding: 25px 30px 35px;
    background-color: #f4f4f4;
}
.itunithah .ahitem{
    margin-bottom: 25px;
}
.itunithah .ahitem:last-child{
    margin-bottom: 0;
}
.itunithah .ahtitle{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #074b91;
}
.itunithah .ahtitle,.itunithah .ahtitle h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.itunithah .ahconts li{
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 12px 20px 12px 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.itunithah .ahconts li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 13px;
    color: #ed3237;
}
.itunithah .ahconts li .tm{
    width: 50%;
    padding-right: 10px;
    font-weight: bold;
}
.itunithah .ahconts li .th{
    width: 50%;
    padding-left: 10px;
}
/* <==== tpunitha ====>*/

/* <==== tpunithb ====>*/
.tpunithb{
    padding: 30px 0 70px;
}
.tpunithb .hbitem{
    margin-bottom: 20px;
}
.tpunithb .hbitem:last-child{
    margin-bottom: 0;
}
.itunithb{
    padding: 25px 30px 30px;
    background-color: #fff;
}
.itunithb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itunithb .vvgrip > div{
    padding: 0 10px;
}
.itunithb .vvgrip .lcol{
    width: 270px;
}
.itunithb .vvgrip .rcol{
    width: calc(100% - 270px);
}
.itunithb .hbtitle{
    color: #074b91;
}
.itunithb .hbtitle, .itunithb .hbtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itunithb .hbconts{
    font-size: 16px;
    line-height: 30px;
}
.itunithb .hbconts p{
    padding: 0;
    margin-bottom: 10px;
}
.itunithb .hbconts ul{
    padding-left: 20px;
}
.itunithb .hbconts li{
    margin-bottom: 10px;
    position: relative;
    list-style-type: upper-alpha;
    padding-left: 5px;
}
.itunithb .hbconts li::marker{
    font-size: 16px;
    font-weight: bold;
    color: #ed3237;
    margin-right: 5px;
}
/* <==== tpunithb ====>*/

/* <==== tpunithc ====>*/
.tpunithc{
    padding: 35px 0 40px;
}
.tpunithc .hctitle{
    text-align: center;
    background-color: #074b91;
    text-transform: uppercase;
    padding: 8px 15px;
}
.tpunithc .hctitle, .tpunithc .hctitle a{
    color: #fff;
}
.tpunithc .hctitle, .tpunithc .hctitle h3{
    font-size: 16px;
    line-height: 24px;
}
.itunithc{
    padding: 15px 10px;
    border-bottom: 1px solid #eeeeee;
}
.itunithc:last-child{
    border-bottom: none;
}
.itunithc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itunithc .hcgrip > div{
    padding: 0 15px;
}
.itunithc .hcgrip .lcol{
    width: 90px;
}
.itunithc .hcgrip .rcol{
    width: calc(100% - 90px);
}
.itunithc .thumb{
    padding-top: 100%;
    position: relative;
    display: block;
    border-radius: 5px;
}
.itunithc .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itunithc .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itunithc .dsgrip > div{
    padding: 0 10px;
}
.itunithc .dsgrip .mcol{
    width: calc((100% - 15.742%) / 3);
}
.itunithc .dsgrip .hcol{
    width: 15.742%;
}
.itunithc .iname{
    color: #666666;
}
.itunithc .itext{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
/* <==== tpunithc ====>*/

/* <==== tpunithd ====>*/
.tpunithd{
    padding: 35px 0 30px;
}
.tpunithd .hdgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpunithd .hdgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.itunithd .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.itunithd .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itunithd .dstitle{
    margin-bottom: 5px;
}
.itunithd .decss{
    font-size: 16px;
    line-height: 24px;
}
.itunithd .dstitle{
    margin-bottom: 5px;
}
.itunithd .dstitle, .itunithd .dstitle h3{
    font-size: 16px;
    line-height: 24px;
}
/* <==== tpunithd ====>*/

/* <==== tpunitor ====>*/
.tpunitor{
    padding: 35px 0 70px;
}
.slunitor .slick-arrow{
    width: 50px;
    height: 50px;
    background-color: #f6f6f6;
}
.slunitor .slick-arrow::before{
    font-size: 20px;
}
/* <==== tpunitor ====>*/

@media all and (min-width: 768px){
    /* <==== tpunithc ====>*/
    .tpunithc .hcconts{
        display: block!important;
    }
    /* <==== tpunithc ====>*/
}
@media all and (max-width: 991px){
    /* <==== vtitleun ====>*/
    .vtitleun{
        margin-bottom: 15px;
    }
    .vtitleun, .vtitleun h1, .vtitleun h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <==== vtitleun ====>*/

    /* <==== hpunitmm ====>*/
    .tpunitmm .mmgrip > div{
        width: 50%;
    }
    .itunitmm .dstitle, .itunitmm .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itunitmm .dstitle a::before{
        top: unset;
        transform: unset;
        bottom: 0;
    }
    /* <==== hpunitmm ====>*/

    /* <==== tpunitha ====>*/
    .itunitham .amgrip .mcol{
        width: 100%;
    }
    .itunitham .amgrip .hcol{
        width: 100%;
    }
    .itunitham .decss{
        padding: 20px 20px 30px;
    }
    .itunitham::before{
        background-position: bottom center;
    }
    /* <==== tpunitha ====>*/

    /* <==== tpunithb ====>*/
    .tpunithb{
        padding: 30px 0 60px;
    }
    /* <==== tpunithb ====>*/

    /* <==== tpunithc ====>*/
    .tpunithc{
        padding: 30px 0 50px;
    }
    /* <==== tpunithc ====>*/

    /* <==== tpunithd ====>*/
    .tpunithd .hdgrip{
        margin: 0 -10px;
    }
    .tpunithd .hdgrip > div{
        padding: 0 10px;
    }
    /* <==== tpunithd ====>*/
}
@media all and (max-width: 767px){
    /* <==== hpunitmm ====>*/
    .tpunitmm .mmgrip > div{
        width: 100%;
    }
    /* <==== hpunitmm ====>*/

    /* <==== tpunitha ====>*/
    .itunitham .ifgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .itunitham .ifgrip .rcol{
        width: 100%;
    }
    .itunitham .ifitem{
        margin-bottom: 20px;
    }
    .itunitham .dsponsi{
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .itunitham .ifitem .vtext .th{
        font-size: 15px;
        line-height: 23px;
    }
    .itunithah{
        padding: 15px 20px 25px;
    }
    .itunithah .ahconts li .tm, .itunithah .ahconts li .th{
        width: 100%;
    }
    .itunithah .ahtitle{
        margin-bottom: 10px;
    }
    .itunithah .ahtitle, .itunithah .ahtitle h2{
        font-size: 20px;
    }
    /* <==== tpunitha ====>*/

    /* <==== tpunithb ====>*/
    .itunithb .vvgrip .lcol{
        width: 100%;
        margin-bottom: 5px;
    }
    .itunithb .vvgrip .rcol{
        width: 100%;
    }
    .itunithb{
        padding: 20px 20px 25px;
    }
    .itunithb .hbtitle, .itunithb .hbtitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itunithb .hbconts{
        font-size: 15px;
    }
    /* <==== tpunithb ====>*/

    /* <==== tpunithc ====>*/
    .itunithc .hcgrip{
        margin: 0 -7.5px;
    }
    .itunithc .hcgrip > div{
        padding: 0 7.5px;
    }
    .itunithc .hcgrip .lcol{
        width: 75px;
    }
    .itunithc .hcgrip .rcol{
        width: calc(100% - 75px);
    }
    .itunithc .dsgrip > div{
        margin-bottom: 5px;
    }
    .itunithc .dsgrip > div:last-child{
        margin-bottom: 0;
    }
    .itunithc .dsgrip .mcol, .itunithc .dsgrip .hcol{
        width: 100%;
    }
    .itunithc .dsinfo{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .itunithc .itext{
        font-size: 14px;
    }
    .tpunithc .hctitle{
        position: relative;
        padding-right: 40px;
        text-align: left;
    }
    .tpunithc .hctitle::before{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tpunithc .active .hctitle::before{
        transform: translateY(-50%) rotate(180deg);
    }
    .tpunithc .hcrow{
        margin-bottom: 10px;
    } 
    .tpunithc .hcconts{
        display: none;
    }
    /* <==== tpunithc ====>*/

    /* <==== tpunithd ====>*/
    .tpunitor{
        padding: 25px 0 60px;
    }
    .tpunithd .hdgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itunithd .decss{
        font-size: 15px;
    }
    /* <==== tpunithd ====>*/
}
@media all and (max-width: 450px){
    /* <==== tpunitha ====>*/
    .itunitham::before{
        background-size: 100%;
    }
    /* <==== tpunitha ====>*/
}