@media (min-width: 1200px) {

    /*frame*/
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 768px) {
    /*.dropdown > div {
        position: absolute;
        clip: rect(0.5rem, 9999px, 9999px, -9999px);
    }*/
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .modal-dialog {
	    margin: 15rem auto;
	}
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}
@media (max-width: 1366px) {

    .fw-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1250px) {

    .fw-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1120px) {
    
 
}
@media (max-width: 1024px) {
    .detail-photo .photo-box .photo-thum {
        display: none;
    }

    .detail-photo .photo-box .photo-slide {
        padding-left: 0;
    }
}
@media (max-width: 992) {
    .fw-box {
        padding-left: 0;
        padding-right: 0;
    }
    .detail-photo .photo-box .photo-thum {
        display:none;
    }

    .detail-photo .photo-box .photo-slide {
        padding-left: 0;
    }
    .nav-menu a {
        padding: 15px 5px 15px 0;
    }

}

@media (max-width: 768px) {


    #nav-menu-container {
        display: none;
    }
    .detail-photo .photo-box .photo-thum {
        display: unset;
        width:96px;
    }

    .detail-photo .photo-box .photo-slide {
        padding-left: 1rem;
    }
    #mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .fw-box {
        padding-left: 0;
        padding-right: 0;
    }
    /*Hotline*/
    #header {
        height: 130px;
    }

        #header .tp-header {
            height: 80px;
        }

        #header .top-info {
            padding-right: 55px;
        }

            #header .top-info .top-phone i {
                font-size: 36px;
            }

            #header .top-info .top-phone {
                font-size: 15px;
            }

                #header .top-info .top-phone .tit-phone {
                    line-height: 1;
                    font-size: 11px;
                }

            /*Like bid top*/
            #header .top-info .top-like,
            #header .top-info .top-bid {
                margin-left: 20px;
            }

            #header .top-info .box-icon span {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }
    #title {
        margin-top: 130px;
    }
    .at-time {
        display: none;
    }

    .time-box.time-box-lg {
        font-size: 15px;
    }

        .time-box.time-box-lg .time-info {
            width: 40px;
        }

    .start-pro-list.cat-pro-list .start-pro-item .bid-pri-box.text-right {
        text-align: left!important;
    }

    .sold-pro-list .sold-pro-item {
        text-align: center;
    }
  
}