﻿#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute;
    height:100%!important;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    z-index:9990;
}
#popupContact{
    margin:0 auto;
    text-align:center;
    display:none;
    position:fixed!important;
    _position:absolute;
    width:auto;
    height:auto;
    _width:auto;
    _height:auto;
    background:url(../images/loader.gif) no-repeat 50% 50%;
    border:0px;
    z-index:99999;
}
#popupContactClose{
    font-size:14px;
    line-height:14px;
    right:0;
    top:0;
    position:absolute;
    color:#d01b21;
    font-weight:700;
    display:block;
    cursor:pointer;
    z-index:9999;
}
#popupContact a:hover{
    opacity: unset;
}
a#popupContactClose{
    text-decoration:none;
    color:#d01b21;
}
/* รูปภาพสำหรับเดสก์ท็อป */
.popup-desktop {
    display: block;
}
/* รูปภาพสำหรับมือถือ */
.popup-mobile {
    display: none;
}
@media only screen and (max-width: 1366px) {
    #popupContact {width: 50%;}
    #popupContact img {max-width: 100%;height: auto; margin: 0 auto;}
}
@media screen and (max-width:980px) {
    #popupContact img {width: 100%!important; height:100% !important }
    #popupContact {left:0 !important}
    /* สลับรูปภาพสำหรับมือถือ */
    .popup-desktop {
        display: none;
    }
    .popup-mobile {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    #popupContact {width: 100%;}
}
@media screen and (max-width:800px){
    .popup{
        width:100%;
        height:auto;
    }
    .popup img{
        width:100%;
        height:auto;
    }
}