<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.section1 {
	height: 550px;
}

.section1,
.banner {
    height: 550px;
    position: relative;
    background-size: cover;
    background-position: top;
}

@media(max-width: 991px) {
	.section1,
    .banner {
        height: 650px;
    }
}

.bannerimage {
    width: 60%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

@media(max-width: 991px) {
    .bannerimage {
        position: relative;
    }
}

.bannerimagedesktop {
    height: 550px;
    width: 60%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

@media(max-width: 991px) {
    .bannerimagedesktop {
        display: none
    }
}

.bannerimagemobile {
    display: none;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center
}

@media(max-width: 991px) {
    .bannerimagemobile {
        display: block
    }
}

.bannercontent {
    position: absolute;
    top: 0;
    left: 45%;
    width: 55%;
    height: 550px;
    color: #fff;
    font-size: 1.3em;
    z-index: 100;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
}

.bannercontent.lightblue {
    background: rgb(97, 174, 227);
    background: linear-gradient(90deg, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    background: -moz-linear-gradient(left, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2D3FBB', EndColorStr='#19246c', GradientType=1)
}

.bannercontent.black {
    background: rgb(72,72,72);
	background: linear-gradient(90deg, rgba(72,72,72,1) 0%, rgba(0,0,0,1) 100%);
}

.bannercontent.purple {
    background: rgb(97, 174, 227);
    background: linear-gradient(90deg, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    background: -moz-linear-gradient(left, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(97, 174, 227, 1) 0%, rgba(50, 75, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2D3FBB', EndColorStr='#19246c', GradientType=1)
}


@media(max-width: 991px) {
    .bannercontent {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(0);
        height: auto;
        background: none;
        transform: unset;
        clip-path: unset;
        -webkit-clip-path: unset
    }
}

.bannerTextContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 75%;
    text-align: center;
    overflow: hidden;
}

@media(max-width: 991px) {
    .bannerTextContainer {
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        margin: 0 auto 0 auto;
        transform: unset;
        height: 250px
    }
}

.bannerTextContainer .bannerTitle {
    color: white;
    font-size: 2.7em !important;
}

.bannerTextContainer .bannerText {
    color: white;
    font-size: 1.6em !important;
}


.sectionText {
    font-size: 1.4em !important;
    font-weight: 400;
    color: #5B6770;
}


/* section2*/
.section2 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.section2 .title {
    width: 100%;
    margin: 0 auto;
    padding: 7.5% 0 7.5% 0;
}

.section2 .featureDesktopTitle {
    display: none;
}

@media(max-width: 991px) {
    /*.section2 .featureDesktopTitle {
        display: none;
    }

     .section2 .featureMobileTitle {
        display: block;
    } */
}

.section2 .featureImageContainer {
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1440px) and (orientation: landscape) {
    .section2 .featureImageContainer,
	.section3 .article {
        width: 100% !important;
    }
}

.section2 .article {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 10% 0;
}

.section2 .featureimage {
    position: relative;
    width: 100%;
    background-color: #d5ccc5;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	max-width: 1300px; 
	max-height: 650px; 
	height: calc(50vw - 80px); 
	margin: auto; 
	border-radius: 10px;
}

.section2 .featureimageText {
    position: absolute;
	display: none;
    background: rgba(0, 0, 0, .7);
    color: white;
    width: 500px;
    left: 18%;
    top: 12%;
    font-size: 1.4em !important;
    padding: 15px;
    border-radius: 8px;
    font-weight: 200;
}

@media(max-width: 991px) {
    .section2 .featureimage {
        height: calc(50vw);
    }

    /*.section2 .featureimageText {
        display: none;
    } */
}

/* section3 */
.section3 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.section3 .title {
    width: 100%;
    margin: 0 auto;
    padding: 7.5% 0 !important;
}

.section3 .article {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 7.5%;
}

.section3 .article .contentA {
	flex-wrap: wrap;
}

@media(min-width: 992px) {
	.section3 .article .contentA {
		flex-wrap: nowrap;
	}
}

.section3 .row {
    display: flex;
    justify-content: center;
}

.section3 .img {
	width: 100%;
}

@media(min-width: 992px) {
	.section3 .img {
		width: initial;
	}
}

.section3 .img img {
    width: 100%;
    border-radius: 10px;
}
.gameSceneArticle {
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 25px;
}
@media(min-width: 992px) {
	.gameSceneArticle {
		margin-top: 0px;
	}
}
.gameSceneText {
	font-size: 1.4em !important;
	font-weight: 500;
	color: #354a58;
	margin-bottom: 8px;
}

/* section4 */
.section4 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 5%;
    position: relative;
}

.section4 .title {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5%;
}

.section4 .center1400 {
    position: relative;
}

.swiper {
    height: calc(100vw - 55px);
	max-width: 1270px;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-slide .pjSlide {
    position: relative;
    width: calc(100% - 60px);
    height: calc(100vw - 90px);
    max-width: 300px;
    max-height: 273px;
    background: rgb(196, 196, 196);
    background: linear-gradient(135deg, rgba(196, 196, 196, 1) 0%, rgba(173, 180, 183, 1) 100%);
    border-radius: 5px;
    transition: all 500ms;
}

.swiper-slide.swiper-slide-active .pjSlide {
    width: calc(100% - 30px);
    height: calc(100vw - 60px);
    max-width: 360px;
    max-height: 325px;
}

.pjCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .20);
    position: absolute;
    z-index: 100;
    border-radius: 5px;
}

.swiper-slide.swiper-slide-active .pjCover {
    background: rgba(0, 0, 0, 0);
    transition: all 500ms;
    z-index: -1;
}

@media(min-width: 480px) {
    .swiper {
        height: 300px;
    }

    .swiper-slide {
        width: 270px;
    }

    .swiper-slide.swiper-slide-active {
        width: 324px;
    }

    .swiper-slide .pjSlide {
        width: 270px;
        height: 245px;
    }

    .swiper-slide.swiper-slide-active .pjSlide {
        width: 324px;
        height: 294px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 25px !important;
    height: 30px !important;
    background: #01C8B1;
    color: white !important;
    border-radius: 8px;
    padding: 20px;
}

.swiper-button-prev {
    left: 20px !important;
    top: calc(50% - 15px) !important;
}

.swiper-button-next {
    right: 20px !important;
    top: calc(50% - 15px) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 20px;
    top: calc(100% - 60px - 10% + 25px);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #57646D;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #01C8B1;
}

.pjBody {
    position: relative;
    height: calc(100% - 55px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjModel {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.pjImage {
    width: 55%;
    height: auto;
}

@media(min-width: 1710px) {
    .pjImage {
        width: 60%;
    }
}

.pjPrice {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.pjPriceSuper {
    font-size: 16px;
    vertical-align: super;
}

.btn-buynow {
    font-family: 'HelveticaNeue LT', 'Arial', sans-serif;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 110px);
    color: white;
    border-color: white;
    background: rgba(255, 255, 255, 0);
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #FFF;
    cursor: pointer;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.btn-buynow:hover,
.btn-buynow:active {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: solid 1px #fff;
    outline: none !important;
}

.btn-buynow:visited,
.btn-buynow:not(:hover):focus {
    color: white;
    border: 1px solid white !important;
    outline: 1.5px solid #01C8B1;
    outline-offset: 1px;
}

.learnmore {
    font-family: 'HelveticaNeue LT', 'Arial', sans-serif;
    position: absolute;
    bottom: 15px;
    left: calc(50%);
    color: white;
    background-color: transparent;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	white-space: nowrap;
}

.learnmore:hover {
    color: white;
    text-decoration: underline !important;
}

.pjFooter {
    position: relative;
    display: flex;
    height: 55px;
}

.pjResolution {
    color: white;
    background-color: #01C8B1;
    border-bottom-left-radius: 5px;
    min-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjResolution span {
	font-size: 18px;
    line-height: 55px;
    display: inline-block;
    margin: 0px 15px 0px 10px;
}

.pjLamp {
    color: white;
    background-color: #596670;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    height: 55px;
    left: -15px;
    min-width: calc(30% + 15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjLamp span {
	font-size: 18px;
    line-height: 55px;
    display: inline-block;
    margin: 0px 10px 0px 10px;
}

.pjBright {
	width: calc(45% + 15px);
    color: white;
    background-color: #2B2925;
    border-bottom-right-radius: 5px;
    position: absolute;
    height: 55px;
    right: 0px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjBright span {
	font-size: 18px;
    line-height: 55px;
    display: inline-block;
    margin: 0px 15px 0px 15px;
	white-space: nowrap;
}

/*.section4 {
	position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 5%;
}

.section4 .title {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.section4 .center1400 {
    position: relative;
}

.swiper {
    height: calc(100vw - 80px);
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 20px;
    top: calc(100% - 60px - 10% + 25px);
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #57646D;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #01C8B1;
}

.swiper-autoheight .swiper-wrapper {
    align-items: center !important;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.pjSlide {
    position: relative;
    width: calc(100% - 60px);
    height: calc(100vw - 90px);
    max-width: 265px;
    max-height: 220px;
    background: rgb(196, 196, 196);
    background: linear-gradient(135deg, rgba(196, 196, 196, 1) 0%, rgba(173, 180, 183, 1) 100%);
    border-radius: 10px;
    transition: all 500ms;
}

.pjCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .20);
    position: absolute;
    z-index: 100;
    border-radius: 10px;
}

.swiper-slide.swiper-slide-active .pjSlide {
    width: calc(100%);
    height: calc(100vw - 30px);
    max-width: 325px;
    max-height: 280px;
}

.swiper-slide.swiper-slide-active .pjCover {
    background: rgba(0, 0, 0, 0);
    transition: all 500ms;
	z-index: -1;
}

@media(min-width: 480px) {
    .swiper {
        height: calc(100vw - 155px);
    }
}

@media(min-width: 520px) {
    .swiper {
        height: calc(50vw + 25px);
    }

    .pjSlide {
        width: calc(100% - 30px);
        height: calc(50vw - 85px);
        max-width: none;
        max-height: 265px;
    }

    .swiper-slide.swiper-slide-active .pjSlide {
        width: calc(100%);
        height: calc(50vw - 35px);
        max-width: none;
        max-height: 300px;
    }
}

@media(min-width: 780px) {
    .swiper {
        height: calc(33vw + 25px);
    }

    .pjSlide {
        width: calc(100% - 30px);
        height: calc(33vw - 65px);
    }

    .swiper-slide.swiper-slide-active .pjSlide {
        width: calc(100%);
        height: calc(33vw - 35px);
        max-height: 300px;
    }
}

@media(min-width: 990px) {
    .swiper {
        height: calc(25vw + 25px);
    }

    .pjSlide {
        width: calc(100% - 15px);
        height: calc(25vw - 50px);
        max-height: 240px;
    }

    .swiper-slide.swiper-slide-active .pjSlide {
        width: calc(100%);
        height: calc(25vw - 25px);
        max-height: 275px;
    }
}

@media(min-width: 1350px) {
    .swiper {
        height: calc(20vw + 25px);
    }

    .pjSlide {
        width: calc(100% - 15px);
        height: calc(20vw - 55px);
        max-width: none;
        max-height: none;
    }

    .swiper-slide.swiper-slide-active .pjSlide {
        width: calc(100%);
        height: calc(20vw - 25px);
        max-width: none;
        max-height: none;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 25px !important;
    height: 30px !important;
    background: #01C8B1;
    color: white !important;
    border-radius: 8px;
    padding: 20px;
}

.swiper-button-prev {
    left: 20px !important;
    top: calc(50% - 15px) !important;
}

.swiper-button-next {
    right: 20px !important;
    top: calc(50% - 15px) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
}

.pjBody {
    position: relative;
    height: calc(100% - 55px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjModel {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.pjImage {
    width: 75%;
    height: auto;
}

.pjPrice {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.pjPriceSuper {
    font-size: 16px;
    vertical-align: super;
}

.btn-buynow {
    font-family: 'HelveticaNeue LT', 'Arial', sans-serif;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 110px);
    color: white;
    border-color: white;
    background: rgba(255, 255, 255, 0);
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #FFF;
    cursor: pointer;
    -webkit-transition:  background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.btn-buynow:hover,
.btn-buynow:active {
    color: white;
    background: rgba(255, 255, 255, 0.2);
	border: solid 1px #fff;
    outline: none !important;
}

.btn-buynow:visited,
.btn-buynow:not(:hover):focus {
    color: white;
    border: 1px solid white !important;
    outline: 1.5px solid #01C8B1;
    outline-offset: 1px;
}

.learnmore {
    font-family: 'HelveticaNeue LT', 'Arial', sans-serif;
    position: absolute;
    bottom: 15px;
    left: calc(50%);
    color: white;
    background-color: transparent;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.learnmore:hover {
    color: white;
    text-decoration: underline !important;
}

.pjFooter {
    position: relative;
    display: flex;
    height: 55px;
}

.pjResolution {
    width: 26%;
    color: white;
    background-color: #01C8B1;
    border-bottom-left-radius: 10px;
}

.pjResolution span {
    font-size: 18px;
    line-height: 55px;
    left: 20%;
    position: relative;
}

.pjLamp {
    width: 34%;
    color: white;
    background-color: #596670;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    height: 55px;
    left: 18%;
}

.pjLamp span {
    font-size: 18px;
    line-height: 55px;
    left: 25%;
    position: relative;
}

.pjBright {
    width: 53%;
    color: white;
    background-color: #2B2925;
    border-bottom-right-radius: 10px;
    position: absolute;
    height: 55px;
    right: 0px;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.pjBright span {
    font-size: 18px;
    line-height: 55px;
    left: 12%;
    position: relative;
}*/



/* section5 */
.section5 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.modal-header {
    height: 45px; 
    padding: 0px;
    border-bottom: 0px;
}

.modal-header button[data-dismiss] span {
    font-size: 45px;
    font-weight: 300;
    margin-right: 10px;
}

.modal-body {
    padding-top: 0px;
}

.section5 .title {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 45px;
}


.section5 .shopnow {
    padding: 0 0 5%;
    margin: 0 auto;
    width: 705px;
}

.section5 .shopnow.flex-container {
    justify-content: center;
    align-items: center;
}

.section5 .shopnow:has(.flex-item-4:nth-child(4)):after {
	content: "";
    flex: auto;
    max-width: 470px;
}

.section5 .shopnow .flex-item-4 {
    padding: 1%;
    flex: 0 1 33%;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    max-width: 235px;
}

@media(max-width: 992px) {
    .section5 .shopnow {
        width: 470px;
    }
    .section5 .shopnow .flex-item-4 {
        flex: 0 1 50%;
        max-width: 235px;
    }
    .section5 .shopnow:has(.flex-item-4:nth-child(3)):after {
        max-width: 235px;
    }
}

@media(max-width: 540px) {
    .section5 .shopnow {
        width: 235px;
    }
    .section5 .shopnow .flex-item-4 {
        flex: 0 1 100%;
        max-width: none;
    }
}


.section5 .shopnow a,
.section5 .shopnow a p {
    text-decoration: none !important;
    font-size: 20px !important;
}

.section5 .shopnow a {
    display: block;
    width: 235px;
    height: 245px;
    border: 1px solid #CDD0D4;
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 991px) {
    .section5 .shopnow a {
        width: 235px;
        height: 245px;
    }
}


.section5 .shopnow .dmbtn .img {
    width: 100%;
    height: 150px;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    /*漸變*/
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.section5 .shopnow .dmbtn:hover .img {
    background-size: 110%;
    opacity: 0.9;
}

@media(max-width: 991px) {
    .section5 .shopnow .dmbtn .img {
        height: 120px;
    }
}

@media(max-width: 645px) {
    .section5 .shopnow .dmbtn .img {
        height: 100px;
    }
}

.section5 .shopnow .img01 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Abt.jpg");
}

.section5 .shopnow .img02 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Adorama.jpg");
}

.section5 .shopnow .img03 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Amazon.jpg");
}

.section5 .shopnow .img04 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Amazon.ca_.jpg");
}

.section5 .shopnow .img05 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/BH.jpg");
}

.section5 .shopnow .img06 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Best-Buy.jpg");
}

.section5 .shopnow .img07 {
    background-image: url("https://www.optoma.com/wp-content/uploads/2024/07/Electronic-Express.jpg");
}

.section5 .shopnow .img08 {
	background-image: url("https://www.optoma.com/wp-content/uploads/2024/09/Projectorscreen.jpg");
}

/* section6 */
.section6 {
    width: 100%;
    height: auto;
    background-color: #f7f7f8;
}

.section6 .title {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.section6 .discovermore {
    padding: 0 0 5%;
    margin: 0 auto;
}

.section6 .discovermore .flex-item-4 {
    flex-basis: 100% !important;
    padding: 1%;
}

@media(min-width: 414px) {
    .section6 .discovermore .flex-item-4 {
        flex-basis: 50% !important;
    }
}

@media(min-width: 991px) {
    .section6 .discovermore .flex-item-4 {
        flex-basis: 25% !important;
    }
}

.section6 .discovermore a,
.section6 .discovermore a p {
    text-decoration: none !important;
}

.section6 .discovermore a {
    display: block;
}

.section6 .discovermore .dmbtn .img {
    background-color: #5b6770;
    /*漸變*/
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.section6 .discovermore .dmbtn:hover .img {
    background-size: 110%;
    opacity: 0.9;
}

.section6 .discovermore .img {
    width: 100%;
    min-height: 150px;
    background-color: #5b6770;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.section6 .discovermore .text {
    width: 100%;
    height: auto;
    min-height: 190px;
    background-color: #ffffff;
    padding: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}</style>
<!-- end Simple Custom CSS and JS -->
