/* <=== vhgolfcopg ===> */
.vhgolfcopg .gopadd{
    padding: 25px 20px;
}
.vhgolfcopg .lvpadd{
    padding: 30px 0 50px;
}
.hpgolfcopg .gotitle{
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpgolfcopg .gotitle, .hpgolfcopg .gotitle h1, .hpgolfcopg .gotitle h2{
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}
.hpgolfcopg .gocapts{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.tpgolfcoaa .vtblink{
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
} 
.tpgolfcoaa .vtblink ul{
    display: flex;
    margin: 0 -10px;
}
.tpgolfcoaa .vtblink li{
    padding: 0 10px;
    width: 50%;
}
.tpgolfcoaa .vtblink li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    padding: 8px 5px 10px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
}
.tpgolfcoaa .vtblink li.active a{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpgolfcoaa .vinfmap{
    max-width: 910px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.tpgolfcoaa .bdloads{
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tpgolfcoaa.vchange .vinfmap .bdloads{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.tpgolfcoaa .bdchose{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.tpgolfcoaa.vchange .vinfmap .bdchose{
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
}
.tpgolfcoaa .bdchose .csitem{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.tpgolfcoaa .bdchose .csitem.active{
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
    transform: unset;
}
.tpgolfcoaa .csinfo{
    position: relative;
} 
.tpgolfcoaa .csinfo .imaps img{
    width: 100%;
}
.tpgolfcoaa .csinfo .ipons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.tpgolfcoaa .csinfo .pnum{
    position: absolute;
    z-index: 1;
    pointer-events: auto;
}
.tpgolfcoaa .csinfo .pnum a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    background-color: var(--colorwf);
    color: var(--colorff);
    font-size: 8px;
    font-weight: bold;
    width: 14px;
    height: 14px;
    animation: pulse_toaw 2s infinite;
}
.tpgolfcoaa .csinfo .pnum a:hover{
    background-color: var(--colorwc);
}
@keyframes pulse_toaw {
    0% {
        box-shadow: 0 0 0 0 var(--colorff);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.tpgolfcobm{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: calc((100% - 36.435%) / 2);
}
.tpgolfcobm ul{
    max-width: 190px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.tpgolfcobm li{
    width: 100%;
}
.tpgolfcobm li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 9px 5px 11px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
}
.tpgolfcobm li.active a{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpgolfcobb{
    position: relative;
}
.tpgolfcobh .bhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    gap: 20px 0;
}
.tpgolfcobh .bhgrip > div{
    padding: 0 4px;
}
.tpgolfcobh .bhgrip .mcol{
    width: 100%;
    margin-bottom: 20px;
}
.tpgolfcobh .bhgrip .hcol{
    width: 50%;
}
.tpgolfcobh .bmthumb{
    width: 36.435%;
    margin: 0 auto;
}
.tpgolfcobh .bmthumb img{
    width: 100%;
}
.tpgolfcobh .bhthumb img{
    width: 100%;
}
.tpgolfcobh{
    position: relative;
    overflow: hidden;
}
.tpgolfcobh .bhitem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.tpgolfcobh .bhitem.active{
    opacity: 1;
    pointer-events: auto;
    transform: unset;
    position: relative;
}
.tpgolfcodm{
    margin-bottom: 30px;
}
.tpgolfcodm .dmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    gap: 15px 0;
}
.tpgolfcodm .dmgrip > div{
    padding: 0 30px;
}
.tpgolfcodm .dmgrip .mcol{
    width: calc(100% - 48.149%);
}
.tpgolfcodm .dmgrip .hcol{
    width: 48.149%;
}
.tpgolfcodm .dtitle, .tpgolfcodm .dtitle h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}
.tpgolfcodm .thumb{
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid var(--colorff);
}
.tpgolfcodm .thumb img{
    width: 100%;
}
.itgolfcodh .thumb{
    display: block;
    padding-top: 61.955%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid var(--colorff);
}
.itgolfcodh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpgolfcoem{
    margin-bottom: 20px;
}
.slgolfcoem .slick-track{
    margin: 0;
}
.slgolfcoem .slick-list{
    border-radius: 10px;
}
.slgolfcoem .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    background-image: url('../images/golfcourse/eearow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    z-index: 2;
}
.slgolfcoem .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.slgolfcoem .slick-prev{
    transform: translateY(-50%) rotate(180deg);
    left: -15px;
}
.slgolfcoem .slick-next{
    right: -15px;
}
.itgolfcoem a{
    height: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 9px 5px 11px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
}
.itgolfcoem:hover a, .itgolfcoem.active a{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpgolfcoeh{
    max-width: 1170px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 25px;
}
.tpgolfcoeb{
    border: 1px solid var(--colord8);
}
.itgolfcoeb{
    border-bottom: 1px solid var(--colord8);
}
.itgolfcoeb .ebtitle{
    font-size: 40px;
    line-height: 58px;
    font-weight: bold;
    padding: 20px 40px;
    cursor: pointer;
}
.itgolfcoeb .ebtitle span{
    display: block;
    position: relative;
    padding-left: 49px;
    padding-bottom: 3px;
}
.itgolfcoeb .ebtitle span::before{
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--color00);
    border-radius: 25px;
}
.itgolfcoeb .ebtitle span::after{
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 13px;
    height: 30px;
    width: 3px;
    background-color: var(--color00);
    border-radius: 25px;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itgolfcoeb.active .ebtitle span::after{
    transform: translateY(-50%) rotate(90deg);
}
.itgolfcoeb .ebconts{
    border-top: 1px solid var(--colord8);
    padding: 30px 40px 35px;
}
.itgolfcoeb .ctsorts{
    margin-bottom: 20px;
}
.itgolfcoeb .ctsorts .sogrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px 0;
}
.itgolfcoeb .ctsorts .spagi{
    display: flex;
    gap: 5px 19px;
}
.itgolfcoeb .ctsorts .ptext{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
.itgolfcoeb .ctsorts .pchos{
    width: 70px;
}
.itgolfcoeb .ctsorts .pchos select{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--color7c);
    font-size: 17px;
    line-height: 25px;
    background-color: transparent;
    text-align: center;
    background-position: right 12px center;
    background-image: url('../images/golfcourse/iselect.png');
}
.itgolfcoeb .sfind{
    width: 300px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itgolfcoeb .sfind .ftext{
    width: 80px;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    padding-right: 10px;
}
.itgolfcoeb .sfind .fform{
    width: calc(100% - 80px);
    position: relative;
}
.itgolfcoeb .sfind .fform input{
    width: 100%;
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid var(--color7c);
    border-radius: 5px;
    background-color: transparent;
}
.itgolfcoeb .sfind .fform input:hover{
    border-color: var(--colorwh);
}
.itgolfcoeb .sfind .fform button{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 45px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
.itgolfcoeb .cttable{
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.itgolfcoeb .cttable::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: transparent;
}
.itgolfcoeb .cttable::-webkit-scrollbar-thumb {
    background-color: var(--colorc6);
    border-radius: 25px;
}
.itgolfcoeb .cttable .tbsrcoll{
    min-width: 970px;
}
.itgolfcoeb .cttable table{
    background-color: var(--colorff);
    width: 100%;
}
.itgolfcoeb .cttable table thead{
    background-color: var(--colorwh);
    color: var(--colorwm);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.itgolfcoeb .cttable table thead th{
    padding: 9px 20px 11px;
}
.itgolfcoeb .cttable table tbody tr{
    border-bottom: 1px solid var(--coloree);
}
.itgolfcoeb .cttable table tbody td{
    font-size: 17px;
    line-height: 29px;
    padding: 15px 20px;
}
.itgolfcoeb .cttable table tbody td:nth-child(2){
    font-weight: bold;
}
.itgolfcoeb .cttools .tlgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 10px 20px;
}
.itgolfcoeb .cttools .tpagi{
    font-size: 14px;
    line-height: 22px;
}
.itgolfcoeb .cttools .tlink ul{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px 28px;
}
.itgolfcoeb .cttools .tlink li a{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
/* <=== vhgolfcopg ===> */

/* <=== vhpopinfos ===> */
.vhpopinfos{
    background-color: var(--colorwg);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.vstypop .fancybox-slide--html{
    padding: 0;
    
}
.vhpopinfos .fancybox-close-small{
    padding: 0;
    opacity: 1;
    color: var(--color00);
    top: 0;
    right: 5px;
    width: 45px;
    height: 45px;
}
.vhpopinfos .fancybox-close-small svg{
    width: 80%;
}
.vhpopinfos .ifpadd{
    padding: 25px 35px 50px;
}
.hppopinfos .vvinfo{
    margin-bottom: 10px;
}
.tppopinfos .ifgrip{
    gap: 25px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.tppopinfos .ifgrip > div{
    padding: 0 30px;
}
.tppopinfos .ifgrip > .mcol{
    width: calc(100% - 37.5%);
}
.tppopinfos .ifgrip > .hcol{
    width: 37.5%;
}
.tppopinfos .dtitle{
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 25px;
}
.tppopinfos .dtitle .ttxt{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--colorwi);
}
.tppopinfos .citem{
    margin-bottom: 20px;
}
.tppopinfos .citem:last-child{
    margin-bottom: 0;
}
.tppopinfos .ctitle{
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px 10px;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
.tppopinfos .ctitle .tname{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--colorwh);
}
.tppopinfos .vinfos li{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    font-size: 17px;
    line-height: 25px;
}
.tppopinfos .vinfos li .icolor{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    min-width: 20px;
    position: relative;
    top: 5px;
}
.tppopinfos .vinfos li .inames{
    font-weight: bold;
    width: 100px;
    min-width: 100px;
}
.tppopinfos .vtends{
    font-size: 16px;
    line-height: 25px;
}
.tppopinfos .vtends > *{
    padding: 0;
}
.tppopinfos .vtends .ttext{
    display: flex;
    gap: 5px 10px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}
.tppopinfos .vtends .ttext .xname{
    color: var(--colorwh);
    font-weight: bold;
}
.tppopinfos .thumb{
    text-align: center;
}
.hppopinfos .vvlink{
    max-width: 380px;
    margin: 0 auto;
}
.hppopinfos .vvlink ul{
    display: flex;
    margin: 0 -10px;
}
.hppopinfos .vvlink li{
    padding: 0 10px;
    width: 50%;
}
.hppopinfos .vvlink li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding: 9px 5px 11px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
    gap: 0 8px;
}
.hppopinfos .vvlink li a .vtext{
    display: inline-block;
    position: relative;
    top: -1px;
}
.hppopinfos .vvlink li a:hover{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpgolfcocc .ccimg img{
    width: 100%;
}
/* <=== vhpopinfos ===> */

@media all and (max-width: 1200px){
    /* <=== vhgolfcopg ===> */
    .tpgolfcodm .dmgrip{
        margin: 0 -15px;
    }
    .tpgolfcodm .dmgrip > div{
        padding: 0 15px;
    }
    .tpgolfcodm .dtitle, .tpgolfcodm .dtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    /* <=== vhgolfcopg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhgolfcopg ===> */
    .vhgolfcopg .gopadd{
        padding: 30px 0 55px;
    }
    .vhgolfcopg .lvpadd{
        padding: 30px 0 60px;
    }
    .hpgolfcopg .gotitle{
        margin-bottom: 5px;
    }
    .hpgolfcopg .gotitle, .hpgolfcopg .gotitle h1, .hpgolfcopg .gotitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .hpgolfcopg .gocapts{
        font-size: 14px;
    }
    .tpgolfcoaa .vtblink ul{
        margin: 0 -5px;
    }
    .tpgolfcoaa .vtblink li{
        padding: 0 5px;
    }
    .tpgolfcoaa .vtblink li a{
        font-size: 14px;
    }
    .tpgolfcobm{
        width: 100%;
        position: relative;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .tpgolfcobm ul{
        margin: 0 -5px;
        max-width: calc(100% + 10px);
    }
    .tpgolfcobm li{
        width: 50%;
        padding: 0 5px;
    }
    .tpgolfcobm li a{
        font-size: 14px;
    }
    .tpgolfcobh .bmthumb{
        max-width: 470px;
        width: 100%;
    }
    .tpgolfcobh .bhgrip .mcol{
        margin-bottom: 0;
    }
    .tpgolfcodm .dtitle{
        text-align: center;
    }
    .tpgolfcodm .dmgrip .mcol{
        width: 100%;
    }
    .tpgolfcodm .dmgrip .hcol{
        width: 100%;
    }
    .tpgolfcodm{
        margin-bottom: 16px;
    }
    .tpgolfcodd{
        margin-bottom: -40px;
    }
    .itgolfcoem a{
        font-size: 14px;
    }
    .tpgolfcoeh{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .itgolfcoeb .ebtitle{
        font-size: 30px;
        line-height: 40px;
        padding: 9px 20px;
    }
    .itgolfcoeb .ebtitle span{
        padding-left: 31px;
    }
    .itgolfcoeb .ebtitle span::before{
        width: 20px;
        height: 2px;
    }
    .itgolfcoeb .ebtitle span::after{
        height: 20px;
        width: 2px;
        left: 9px;
    }
    .itgolfcoeb .ebconts{
        padding: 20px 20px 30px;
    }
    .itgolfcoeb .cttable table thead{
        font-size: 14px;
    }
    .itgolfcoeb .cttable table tbody td{
        font-size: 14px;
    }
    /* <=== vhgolfcopg ===> */

    /* <=== vhpopinfos ===> */
    .vhpopinfos .ifpadd{
        padding: 25px 20px 23px;
    }
    .tppopinfos .ifgrip{
        flex-direction: column-reverse;
    }
    .tppopinfos .ifgrip > .mcol{
        width: 100%;
    }
    .tppopinfos .ifgrip > .hcol{
        width: 100%;
    }
    .tppopinfos .thumb{
        max-width: 167px;
        margin: 0 auto;
    }
    .tppopinfos .dtitle{
        font-size: 16px;
    }
    .tppopinfos .dtitle .ttxt{
        font-size: 28px;
        line-height: 35px;
    }
    .tppopinfos .ctitle, .tppopinfos .vinfos li{
        font-size: 16px;
    }
    .tppopinfos .ctitle .tname{
        font-size: 20px;
        line-height: 25px;
    }
    .tppopinfos .vtends .ttext{
        font-size: 14px;
    }
    .hppopinfos .vvinfo{
        margin-bottom: 20px;
    }
    .vhpopinfos{
        border-radius: 0;
    }
    /* <=== vhpopinfos ===> */
}
@media all and (max-width: 767px){
    /* <=== vhgolfcopg ===> */
    .tpgolfcoaa .csinfo .pnum a{
        width: 12px;
        height: 12px;
        font-size: 6px;
        line-height: 6px;
        padding-bottom: 2px;
    }
    @keyframes pulse_toaw {
        0% {
            box-shadow: 0 0 0 0 var(--colorff);
        }

        70% {
            box-shadow: 0 0 0 5px rgba(239, 67, 67, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
        }
    }
    .tpgolfcobh .bhgrip .hcol{
        width: 100%;
    }
    .itgolfcoeb .ctsorts .sogrip > div{
        width: 100%;
    }
    .itgolfcoeb .ctsorts .spagi{
        gap: 5px 10px;
    }
    .itgolfcoeb .ctsorts .ptext{
        width: 70px;
        font-size: 16px;
    }
    .itgolfcoeb .ctsorts .pchos{
        margin-right: 10px;
    }
    .itgolfcoeb .sfind{
        width: 100%;
    }
    .itgolfcoeb .cttools .tlgrip > div{
        width: 100%;
    }
    .itgolfcoeb .cttools .tpagi{
        text-align: center;
    }
    .itgolfcoeb .cttools .tlink ul{
        justify-content: center;
    }
    .itgolfcoeb .cttable table tbody td:first-child, .itgolfcoeb .cttable table thead th:first-child{
        width: 75px;
    }
    /* <=== vhgolfcopg ===> */

    /* <=== vhpopinfos ===> */
    .hppopinfos .vvlink ul{
        margin: 0 -5px;
    }
    .hppopinfos .vvlink li{
        padding: 0 5px;
    }
    .hppopinfos .vvlink li a{
        font-size: 14px;
    }
    /* <=== vhpopinfos ===> */
}