.footer-top-icons{
    font-size: 25px;
}

.footer-icon{
    font-size: 25px;
    color: azure;
}


.drg {
    transform: skewX(-25deg);
}

.back-drg {
    transform: skewX(25deg);
}

/* begin - effect-shine */
.g-cta a:hover{

  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;  
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* end - effect-shine */

footer {
    //background-color: #000000;
    background-color :#22342A;
    //background-color :#182C25;
    //background-color :#455B55;
    //background-color :#1E453E;
    //background-color :#306844;
    //background-color :#2C4C3B;
    color: #ffffff;
    padding-top: 65px;
}

footer a.ctgr-main-ar {
    background-color: #222222;
    padding: 25px 20px;
    font-family: "Kanit";
    font-weight: 400;
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    line-height: 1.1
}

footer a.ctgr-main-ar:hover {
    background-color: #393939;
}

    footer .ctgr-main .self-space-01 {
        padding: 15px 10px 0;
        cursor: pointer;
    }

footer .ctgr-main {
    border-bottom: 1px solid #707070;
    padding-bottom: 40px
}

footer .ctgr-sub {
    margin-top: 55px;
    margin-bottom: 100px;
    font-size: 16px;
}

footer .ctgr-sub .ttl {
    font-size: 18px;
    font-family: "Kanit";
    font-weight: 700;
    text-transform: uppercase;
}

footer .g-cta a {
    color: rgba(245, 245, 245, 0.6);
    text-decoration: none;
}

footer .c-bottom {
    padding: 20px 0;
    background-color: #222222;
    color: rgba(245, 245, 245, 0.6);
    font-size: 16px;
}

.xl-pd-desk {
    padding: 0 100px;
}




@media (max-width:991px) {
    footer {
        padding-top: 30px;
    }

    footer .ctgr-main {
        padding-bottom: 25px;
    }

    footer a.ctgr-main-ar {
        padding: 13px 5px;
        font-size: 14px;
    }

    footer a.ctgr-main-ar img {
        height: 20px;
        width: 30px;
    }

    footer .icon-sw {
        height: 20px;
    }

    footer .ctgr-sub {
        margin-top: 25px;
        margin-bottom: 50px;
        font-size: 14px;
    }

    footer .ctgr-sub .ttl {
        font-size: 16px;
    }

    footer .c-bottom {
        padding: 15px 0;
        font-size: 14px;
        text-align: center;
    }
}



@media(max-width:1400px) {
    .xl-pd-desk {
        padding: 0 15px;
    }
}









