﻿.hide-mobile {
    display: block;
}

.visible-mobile {
    display: none;
}

.header_top {
    display: none;
    height: 27px;
    background: #bb9d79;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

    .header_top .header_menu {
        padding: 0 10px;
        width: 18px;
        height: 17px;
        display: inline;
    }

    .header_top .cart {
        float: right;
        margin-right: 30px;
        min-width: 20px;
        padding-left: 27px;
        padding-right: 5px;
        height: 27px;
        color: #3a98a4;
        line-height: 25px;
        background: url("css/rwdImage/cart.jpg") no-repeat #fff 1px center;
    }

    .header_top .tele {
        float: right;
        margin-right: 30px;
        min-width: 20px;
        padding-right: 5px;
        height: 27px;
        color: #3a98a4;
        line-height: 25px;
    }

    .header_top .search_mobile {
        float: right;
        margin-right: 24px;
        width: 48px;
        height: 25px;
        position: relative;
        cursor: pointer;
    }

        .header_top .search_mobile .search-box {
            border: 2px solid #ccc;
            border-radius: 20px;
            width: 300px;
            height: 22px;
            z-index: 1;
            background: #fff;
            position: absolute;
            top: 115%;
            right: 1%;
        }

    .header_top .search-box {
        border: 0;
        height: 26px;
        z-index: 1;
        background: #fff;
        width: 100%;
        clear: both;
        margin-top: 0;
    }

.search-box-wrap {
    border: 2px solid #ccc;
    border-radius: 20px;
    height: 21px;
    float: right;
    margin-top: 1px;
    background: #fff;
}

.hide {
    display: none;
}

.tableMaster {
    width: 800px;
}

.img-responsive {
    max-width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.home-product .detail {
    padding: 300px 90px 20px 20px;
}

@media all and (max-width:800px) {
	.mobile-table {
		width: 100% !important;
	}
}

@media all and (min-width:800px) {
	.mobile-table {
		width: 800px !important;
	}
}

@media all and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }

    .visible-mobile {
        display: block;
    }
    .content {
        flex-direction: column;
        padding: 0 10px;
    }
    .title2 {
        order: 0;
    }
    .video-gallery {
        order: 1;width:100%;text-align:center;
    }
    .pdf-library {
        order: 2;
        width: 100%;
    }
    .video-list {
         height: auto; 
        margin-bottom: 20px;
    }
}
