.social-register{
    background-color: var(--bg-body);
}
.social-register ul.social li{
    padding-right: 15px;
    font-size: 16px;
}
.social-register ul li a{
    display: flex;
    align-items: center;
}
.social-register ul li a svg{
    height: 25px;
}
.social-register ul li {
    color: white;
    fill: white;
}
.footer-box {
    /* padding-left: 30px; */
}
.social-register form{
    /* margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid white; */
    display: flex;
}
.social-register form span{
    color: white;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
}
.social-register form input{
    height: 45px;
    padding: 0px 15px;
    color: black;
    font-size: 14px;
}
.social-register form button{
    background-color: #f5f021;
    min-width: 100px;
    font-size: 17px;
    font-weight: 400;
    color: #c10013;
    padding: 0px 20px;
}
.social-register form button svg{
    height: 17px;
    fill: #c10013;
    margin-right: 7px;

}
.btn-find{
    height: 45px;
    min-width: 120px;
    background-color: white;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #cc1e26;
    font-weight: 500;
    margin-bottom: 0px;
}


.footer-logo img{
    height: 155px;
    margin-bottom: 0px;
    padding-right: 30px;
}
.info-footer li{
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 14px;
    color: white;
}
.info-footer li span{
    position: absolute;
    left: 0;
}
.info-footer li span svg{
    height: 20px;
    fill: rgb(255, 255, 255);
    height: 14px;
}
.footer-title{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    color: white;
}
.footer-title::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 13%;
    background-color: white;
    height: 1px;
}
.footer-box ul li a{
    color: white;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
}

.programme {
    border-bottom: 1px dashed black;
    margin-bottom: 25px;
}
.programme li{
    padding: 0px 0px 15px 0px;
    font-size: 15px;
}
.programme li a{
    color: black;
    padding: 0px 20px;
    border-left: 1px solid black;
}
.programme li:nth-child(1) a{
    padding-left: 0px;
    border-left: 0px solid black;
}
.coppy-right{
    /* background-color: #f7f7f7; */
    /* padding: 15px 0px; */
    width: 100%;
    font-size: 15px;
    color: black;
}
.form-group{
    margin-bottom: unset;
}

.social-register{
    background-color: var(--bg-body);
}
.social-register ul.social li{
    padding-right: 15px;
    font-size: 16px;
}
.social-register ul li a{
    display: flex;
    align-items: center;
}
.social-register ul li a svg{
    height: 25px;
}
.social-register ul li {
    color: white;
    fill: white;
}
.footer-box {
    /* padding-left: 30px; */
}
.social-register form{
    /* margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid white; */
    display: flex;
}
.social-register form span{
    color: white;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
}
.social-register form input{
    height: 45px;
    padding: 0px 15px;
    color: black;
    font-size: 14px;
}
.social-register form button{
    background-color: #f5f021;
    min-width: 100px;
    font-size: 17px;
    font-weight: 400;
    color: #c10013;
    padding: 0px 20px;
}
.social-register form button svg{
    height: 17px;
    fill: #c10013;
    margin-right: 7px;

}
.btn-find{
    height: 45px;
    min-width: 120px;
    background-color: white;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #cc1e26;
    font-weight: 500;
    margin-bottom: 0px;
}


.footer-logo img{
    height: 155px;
    margin-bottom: 0px;
    padding-right: 30px;
    object-fit: contain;
}
.info-footer li{
    display: flex;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 14px;
    color: white;
}
.info-footer li span{
    position: absolute;
    left: 0;
}
.info-footer li span svg{
    height: 20px;
    fill: rgb(255, 255, 255);
    height: 14px;
}
.footer-title{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    color: white;
}
.footer-title::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 13%;
    background-color: white;
    height: 1px;
}
.footer-box ul li a{
    color: white;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
}

.programme {
    border-bottom: 1px dashed black;
    margin-bottom: 25px;
}
.programme li{
    padding: 0px 0px 15px 0px;
    font-size: 15px;
}
.programme li a{
    color: black;
    padding: 0px 20px;
    border-left: 1px solid black;
}
.programme li:nth-child(1) a{
    padding-left: 0px;
    border-left: 0px solid black;
}
.coppy-right{
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
}
.form-group{
    margin-bottom: unset;
}
@media (max-width: 992px){
    .social-register form {
        margin-left: 0px;
        margin-top: 10px;
        display: block !important;
        padding-left: 0;
        border: 0;
    }
    .btn-find{
        margin-left: 0px;
        margin-top: 10px;
    }
}

#button-contact-vr {
    bottom: 40px;
    left: 10px;
    margin: 0px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#button-contact-vr span {
    padding: 5px 10px;
    background: #c10013;
    color: #FFF;
    position: absolute;
    top: 76%;
    left: 55px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}

#button-contact-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #c10013 transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#button-contact-vr button {
    padding: 0;
    margin-bottom: 15px;
    display: block;
    background-color: transparent;
}

#button-contact-vr img {
    height: 50px;
    width: 50px;
    background-color: #fff0;
}
.suntory-alo-ph-img-circle{
    background-color: #c10013;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.suntory-alo-ph-img-circle img{
    height: 30px !important;
    width: auto !important;
}
.pt_social{
    display: flex;
    margin-bottom: 20px;
}
.pt_social li a {
    align-items: center;
    height: 35px;
    width: 35px;
    text-align: center;
    float: left;
    border: 1px solid #c10013;
    border-radius: 100%;
    background-color: #c10013;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 15px;
    border-radius: 100% inherit;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    margin-right: 7px;
  }


  .item-tags {
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd30;
    padding-top: 12px;
}
.item-tags ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.item-tags ul li {
    margin-bottom: 5px;
    padding: 5px 15px;
    /* margin-right: 15px; */
    background: #c10013;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.item-tags ul li a {
    color: #fff;
    font-size: 14px;
}
footer::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.199);
}
footer .ctnr{
    position: relative;
    z-index: 2;
}
.fix-footer{
    z-index: 3;
}

@media (max-width: 786px) {
    #button-contact-vr{
        display: none;
    }
    .info-logo-ft{
        display: block !important;
    }
    .footer-box{
        margin-bottom: 10px;
    }
}

@media (max-width: 992px){
    .social-register form {
        margin-left: 0px;
        margin-top: 10px;
        display: block !important;
        padding-left: 0;
        border: 0;
    }
    .btn-find{
        margin-left: 0px;
        margin-top: 10px;
    }
}

#button-contact-vr {
    bottom: 40px;
    left: 10px;
    margin: 0px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#button-contact-vr span {
    padding: 5px 10px;
    background: #c10013;
    color: #FFF;
    position: absolute;
    top: 76%;
    left: 55px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}

#button-contact-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #c10013 transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#button-contact-vr button {
    padding: 0;
    margin-bottom: 15px;
    display: block;
    background-color: transparent;
}

#button-contact-vr img {
    height: 50px;
    width: 50px;
    background-color: #fff0;
}
.suntory-alo-ph-img-circle{
    background-color: #c10013;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.suntory-alo-ph-img-circle img{
    height: 30px !important;
    width: auto !important;
}
.pt_social{
    display: flex;
    margin-bottom: 20px;
}
.pt_social li a {
    align-items: center;
    height: 35px;
    width: 35px;
    text-align: center;
    float: left;
    border: 1px solid #c10013;
    border-radius: 100%;
    background-color: #c10013;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 15px;
    border-radius: 100% inherit;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    margin-right: 7px;
  }


  .item-tags {
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd30;
    padding-top: 12px;
}
.item-tags ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.item-tags ul li {
    margin-bottom: 5px;
    padding: 5px 15px;
    /* margin-right: 15px; */
    background: #c10013;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.item-tags ul li a {
    color: #fff;
    font-size: 14px;
}
footer::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.199);
}
footer .ctnr{
    position: relative;
    z-index: 2;
}
.fix-footer{
    z-index: 3;
}
footer.pd-section-top.p-relative.pd-section-bottom {
    padding-bottom: 42px !important;

}
@media(max-width:990px){
    footer.pd-section-top.p-relative.pd-section-bottom {
    padding-bottom: 70px !important;
}
}
@media (max-width: 786px) {
  .item-tags ul li {
    margin-left: 10px;
}
    #button-contact-vr{
        display: none;
    }
    .info-logo-ft{
        display: block !important;
    }
    .footer-box{
        margin-bottom: 10px;
    }
}
@media(min-width:1200px){
    .fix-footer{
        display: none !important;
    }
}