#page {
    max-width: 100% !important;
}
footer.copyright .col-full {
    max-width: 1280px;
}
.home .col-full {
    max-width: 100%;
    padding:0;
}
.home .archive-header{
    display: none;
}
.home-option .col-full,
footer .col-full,
.below-content .col-full, 
.footer .col-full{
    max-width: 1280px;
    padding-right: 1em;
    padding-left: 1em;
}
.home .site-content{
    margin:0;
}
.post .wp-post-image{
    margin:0 !important;
}
.site-content {

}
.entry-content .option-slider{
	background: #efefef;
	margin-bottom: 35px;
}
.option-container {
	max-width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.home-option {
	/* padding: 25px 0 35px 0; */
	padding: 0px 0 35px 0;
	position: relative;
}
.editor img {
	display: inline;
}
.moduel-title {
	text-align: center;
	font-weight: bold !important;
    letter-spacing: -0.2px;
    font-family: "Microsoft JhengHei", Sans-serif;
    padding: 0;
    margin: 10px 10px 35px 10px;
    color: #323232;
    font-size: 2em;
}

.site-branding a {
    font-size: 1.2em;
}

@media (max-width: 480px) {
    .moduel-title {
        font-size: 2rem;
    }
}
.swiper-slide img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.option-thumb{
	margin:2em 0;
}
.option-thumb img{
    margin:0 auto;
    width: 100%;
    height: auto;
}
ul.posts{
	list-style: none;
    display: flex;
    margin: 0;
    width: 100%;
    flex-wrap: wrap
}
ul.posts li{
	margin: 0;
	padding: 10px;
    text-align: center;
}
ul.posts li a{
    display: block;
    text-align: left;
}
ul.posts li a img{
    display: inline;
}
ul.posts li a h3{
    font-size: 1rem;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    color: #323232;
}
.video-content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}
.video-content .home-video-wrapper iframe, 
.video-content .home-video-wrapper .video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140%;
    height: 160%;
    padding: 0px;
}
.video-content #homeTopSliderBg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}
.video-content  .home-video-wrapper {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-content  .home-video-wrapper .video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}
.video-txt{
    position: absolute;
    z-index: 2;
    top: 10px;
}
.video-youtube{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding: 0px;
}
.video-container{
	max-width: 1140px;
}
.video-txt .video-container{
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    text-align: center;
    border-style: dotted;
    border-width: 3px 3px 3px 3px;
    border-color: #353535;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
    position: absolute;
    top: 40px;
    width: 500px;
    height: 190px;
    left: 50%;
    margin-left: -250px;
}
.video-txt .video-container h2,
.video-txt .video-container p{
    color: #353535;
}
.videobtn{
    display: inline-block;
	border-color: #353535;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    color: #353535;
    padding: 3px 20px;
}
.videobtn:hover{
	background-color: #2C88AE;
	color: #ffffff;
	outline: none;
}
footer.copyright{
    padding:.5rem 0;
    font-size: 14px;
}
.footer{
	padding:30px 0;
}
.foot-list{
    width: 100%;
	display: flex;
    justify-content: space-between;
}
.foot-list .item1{
	width: 30%;
}
.foot-list .item1 img{
	max-height: 50px;
	width: auto;
	margin-bottom: 1.2rem;
}
.foot-list .item .friends{
	display: flex;
}
.foot-list .item .friends a{
	display: inline-flex;
	margin-right: 15px;
}
.foot-list .item .friends span.iconfont{
	color: #1776f1;
	font-size: 32px;
}
.foot-list .item dl{
	margin:0;
}
.foot-list .item dt{
	font-size: 24px;
}
.foot-list .item dd{
	margin:0.25rem 0 0 0;
}

@media (max-width: 992px){

	body.theme-shoptimizer .site-header .custom-logo-link img,
	body.wp-custom-logo .site-header .custom-logo-link img {
	    height: 30px !important;
	}
    .site-main ul.products {
        width: calc(100%);
        margin-left: 0px;
    }
    .video-content{
        min-height: 165px;
    }
    .video-txt{
        width: 80%;
    }
    .video-txt .video-container{
        width: calc(100% - 20px);
        left: 10px;
        margin: 0;
    }
    ul.posts li{
        width: 100% !important;
    }
    .foot-list{
        flex-wrap: wrap;
    }
    .foot-list .item{
        width: 100%;
        margin-bottom: 20px;
    }
    footer.copyright .col-full{
        flex-wrap: wrap;
    }
    .below-content .widget, footer .widget {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        flex: auto;
        text-align: center;
    }
    .video-youtube{
        z-index: 1;
    }
    footer.copyright .widget:last-child {
        text-align: center;
        margin-top: 5px;
    }
}