/* 
font-family: 'Encode Sans', sans-serif;
font-family: 'Hahmlet', serif;
font-family: 'Lora', serif;
font-family: 'Noto Sans Display', sans-serif;
font-family: 'Old Standard TT', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
 */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&family=Hahmlet:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans Display', sans-serif;
    padding: 10px;
    background: #eff3f8;
    max-width: 1024px;
    margin: auto;
}

figcaption {
    color: cadetblue;
    text-align: center;
}

article {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

article div {
    font-size: 10pt;
}

article H2 {
    color: #492f91;
    text-align: left;
}

article img {
    max-height: 275px;
    max-width: 275px;
    margin: auto;
    object-fit: contain;
}

article p {
    font-family: 'Open Sans';
    text-align: justify;
}

H2 {
    font-family: "Hahmlet";
}

H3 {
    font-family: "Lora";
}

img {
    width: 95%;
    border-radius: 3px;
}

img.wrap-right {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.wrap-left {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.article {
    width: 80%;
    margin: auto;
}


thead {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/* Header/Blog Title */
.header {
    /*padding: 30px 30px 30px 0px;*/
    /*text-align: center;*/
    background: white;
    border-radius: 3px;
    height: 127px;
}

.header img {
    width: 35%;
    max-width: 270px;
    object-fit: contain;
    float: left;
    margin-top: 2%;
    margin-left: 1%;
}

.header h1 {
    font-size: 50px;
}



/*google custom search engine*/
.sub-header {
    background: white;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
}

.gcse {
    /*padding: 30px 30px 30px 0px;*/
    /*text-align: center;*/
    background: white;
    border-radius: 3px;
    width: 30%;
    float: right;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background: linear-gradient(#2e2974 66%, #c6bedc);
    border-radius: 2px;
    margin-bottom: 20px;

}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#c6bedc 33%, #fdfdfd);
    color: #2e2974;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.sidebar {
    float: left;
    width: 18%;
    margin-top: 10px;
}


/* Right column */
.content {
    float: left;
    width: 85%;
    padding-left: 20px;
    text-align: justify;
    /*text-justify: inter-word;*/
    font-size: 14px;
}


/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    /*background: #e0e0f0;*/
    background: linear-gradient(#e0e0f0 66%, #c6bedc);
    margin-top: 20px;
    font-size: 13px;
}

.footer a {
    text-decoration: none;
    color: #333;
}

.footer a:hover {
    text-decoration: underline;
}



.products {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 8pt;
    /*float: right;*/
    margin: auto;
    border-radius: 5px;
    background: #ffffff;
}

.products td,
#products th {
    border-bottom: 1px solid #aaaaaa;
    padding-right: 6px;
    padding-top: 5px;
    padding-left: 2px;
    min-width: 50px;
}

.products tr:nth-child(even) {
    background-color: #efefef;
}

.products tr:hover {
    background-color: #ddd;
}

.products th {
    text-align: left;
    background-color: #ccccff;
    padding-top: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.products a {
    text-decoration: none;
    color: #333;
}

.products a:hover {
    text-decoration: underline;
}


.products-center {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    table-layout: auto;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 8pt;
    border-radius: 5px;
    background: #ffffff;
}

.products-center caption {
    text-align: left;
    caption-side: top;
    font-size: 10pt;
    background-color: #ccccff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}


.products-center td,
#products-center th {
    border-bottom: 1px solid #aaaaaa;
    padding-right: 6px;
    padding-top: 5px;
    padding-left: 2px;
    min-width: 50px;
}

.products-center tr:nth-child(even) {
    background-color: #efefef;
}

.products-center tr:hover {
    background-color: #ddd;
}

.products-center th {
    text-align: left;
    background-color: #ccccff;
    padding-top: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.products-center a {
    text-decoration: none;
    color: #333;
}

.products-center a:hover {
    text-decoration: underline;
}








.ext-pdf {
    font-size: 8pt;
    background-image: url("image/pdf.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.ext-zip {
    font-size: 8pt;
    background-image: url("image/zip.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.new-product img.open-win {
    width: 16px;
    float: right;
    padding: unset;
}


.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #2e2974;
    /* width and height can be anything, as long as they're equal */
}

.ptitle {
    float: right;
}








/*.topnav {
overflow: hidden;
background: linear-gradient(#2e2974 66%, #c6bedc);
border-radius: 2px;
margin-bottom: 20px;

}
/* Style the topnav links 
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change color on hover 
.topnav a:hover {
border-radius: 2px;
/*background: #ddd;
background: linear-gradient(#c6bedc 33%,#fdfdfd);
color: #2e2974;
}
*/


.spec-table {
    width: 100%;
}

.spec-table table {
    /*width: 700px;*/
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    /*background-color: transparent;*/
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 12px;
}

.spec-table caption {
    text-align: left;
    font-size: 8px;
    font-weight: lighter;
}

.spec-table th {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ccccff;
    border: solid;
    border-width: 1px;

}

.spec-table tr {
    border-bottom: 1px solid #aaaaaa;
    background-color: #efefff;
    border: solid;
    border-width: 1px;
}

.spec-table tr:nth-child(even) {
    border-top: 1px solid #aaaaaa;
    /*background-color: #ffffff;*/
    background-color: transparent;
    border: solid;
    border-width: 1px;
}

.spec-table tr:hover {
    background-color: #ddd;
    border: solid;
    border-width: 1px;
}

.spec-table td {
    border: solid;
    border-width: 1px;

}






ul.drop-down-menu {
    width: 100%;
    display: inline-block;
    background: linear-gradient(#2e2974 66%, #c6bedc);
    border-radius: 2px;
    /*margin-bottom: 20px;*/
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.drop-down-menu li {
    position: relative;
    white-space: nowrap;
    background: linear-gradient(#2e2974 66%, #c6bedc);
    list-style: none;
    margin: 0;
    padding: 0;


}

ul.drop-down-menu>li:last-child {
    border-right: none;
}

ul.drop-down-menu>li {
    float: left;
    /* 只有第一層是靠左對齊*/

}

ul.drop-down-menu a {
    color: #f2f2f2;
    display: block;
    padding: 0 16px;
    text-decoration: none;
    line-height: 40px;

}

ul.drop-down-menu a:hover {
    /* 滑鼠滑入按鈕變色*/
    background: linear-gradient(#c6bedc 33%, #fdfdfd);
    color: #2e2974;
}

ul.drop-down-menu li:hover>a {
    /* 滑鼠移入次選單上層按鈕保持變色  #ef5c28*/
    background: linear-gradient(#c6bedc 33%, #fdfdfd);
    color: #2e2974;
}

ul.drop-down-menu ul {
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 180px;
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.drop-down-menu ul li {
    background: #f7f7fc;
    color: #f2f2f2;
    border-top: 1px dotted #8e8984;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.drop-down-menu ul li a {
    color: #2e2974;
}

ul.drop-down-menu ul a:hover {
    /* 滑鼠滑入按鈕變色*/
    background: linear-gradient(#fdfdfd 33%, #c6bedc);
    color: #2e2974;
}

ul.drop-down-menu ul li:hover>a {
    /* 滑鼠移入次選單上層按鈕保持變色  #ef5c28*/
    background: linear-gradient(#fdfdfd 33%, #c6bedc);
    color: #2e2974;
}


ul.drop-down-menu ul li:last-child {
    border-bottom: 2px solid #2e2974;
}

ul.drop-down-menu ul li:first-child {
    border-top: 2px solid #2e2974;
}


ul.drop-down-menu ul .last-menu a:hover {
    /* 滑鼠滑入按鈕變色*/
    background: linear-gradient(#fdfdfdbb 33%, #c6bedcbb), url("image/product-list.png");
    color: #2e2974;
    background-image: ;
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: none;
}

ul.drop-down-menu .last-menu {
    background-image: url("image/product-list.png");
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: none;
}


ul.drop-down-menu ul ul {
    /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    top: 0px;
    left: 90%;
}

ul.drop-down-menu ul {
    /*隱藏次選單*/
    left: -9999px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

ul.drop-down-menu li:hover>ul {
    /* 滑鼠滑入展開次選單*/
    opacity: 1;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    left: -1px;
}

ul.drop-down-menu li:hover>ul ul {
    /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
    left: -9999px;
}

ul.drop-down-menu ul li:hover>ul {
    /* 第二層之後的選單展開位置*/
    left: 100%;
}


.main-portion {
    float: left;
    padding: 10px;
}

.home-side {
    width: 30%;
    text-align: center;
}

.home-side-block {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background: #492f912b;
    margin-bottom: 20px;
    height: 250px;
}

.home-side-block a,
.home-side-block a:visited {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    color: #333;
}

.home-side-block a:hover {
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}


.slider_container {
    width: 70%;
    position: relative;
    min-height: 540px;
    text-align: center;

}

.slider_container div img {
    width: 90%;
    height: 521px;
    object-fit: contain;
}


.slider_container div {
    position: absolute;

    left: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
}


.slider_container div {
    -webkit-animation: round 15s linear infinite;
    animation: round 15s linear infinite;
    border-radius: 3px;
}

@-webkit-keyframes round {
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }

    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }

    24% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}

@keyframes round {
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }

    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }

    24% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}



.slider_container div:nth-child(5) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slider_container div:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.slider_container div:nth-child(3) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.slider_container div:nth-child(2) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.slider_container div:nth-child(1) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.slider_container span {
    color: #2e2974;
    background: #f7f7fc;
    position: absolute;
    left: 0%;
    top: 440px;
    max-width: 600px;
    height: 80px;
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider_container:hover span {
    width: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/*.slider_container:hover div {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}*/


.categories {
    border-radius: 5px;
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}



.cat-cube {
    /* width: 30%; */
    width: 180px;
    height: 256px;
    display: inline-block;
    padding: 5px;
    /*background: #e0e0f15c;*/
    background: linear-gradient(#e0e0f15c 66%, #c6bedc);
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
}

.cat-cube img {
    height: 185px;
    max-width: 100%;
    margin: 5px;
    object-fit: contain;
}

.cat-cube a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.cat-cube a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}


.FP {
    border-radius: 5px;
    background: #eff3f8;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/*.FP-group{*/
/*    margin-top: 20px;
    margin-bottom: 20px;
*/
/*    border-color: #492f91;
    border-style: solid;
    border-radius: 10px;
    border-width: thick;*/
/*background: #eff3f8;*/
/*}*/

/*.FP-cube{
    width: 20%;
    height: 320px;
    min-width: 128px;
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    overflow : hidden;
    text-overflow : ellipsis;
    border-style: solid;
    border-width: 1px;
    border-color: #aebdbd;

}

.FP-cube img{
    height: 144px;
    max-width: 100%;
    margin-bottom: 5px;
    object-fit: contain;
    border-radius: 8px;
}

.FP-cube figure{
    width: 100%;
    margin: auto;
}

.FP-cube figcaption{
    line-height: 2.8;
    text-align: center;
    font-weight: bolder;
    color: #1A0DAB;
    font-size: 14px;
    font-family: 'Roboto',arial,sans-serif;
}


.FP-cube a {
    display: block;
    text-decoration: none;
}

.FP-cube a:hover {
    border-radius: 5px;
    text-decoration: underline;
}
*/
/*.desc_PN {
    line-height: 2.8;
    text-align: center;
    font-weight: bolder;
    color: #1A0DAB;
    font-size: 14px;
    font-family: 'Roboto',arial,sans-serif;
}

.desc_PN a:visited{
    color: #1A0DAB;
}*/

.desc {
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    height: 112px;
    color: #000;
    font-family: 'Encode Sans';
}

.desc a:visited {
    color: #000;
}

.CAT {
    font-size: 13px;
    margin: 10px;
    color: #006621;
}

.CAT a {

    color: #006621;
}

.CAT a:visited {
    color: #006621;
}


.sub-categories {
    border-radius: 5px;
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    text-align: center;
    /*float: right;*/
    margin: auto;
}

.sub-categories-c {
    border-radius: 5px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    text-align: center;
}

.sub-cat-cube {
    width: 30%;
    height: 200px;
    display: inline-block;
    padding: 5px;
    /*background: #e0e0f15c;*/
    background: linear-gradient(#e0e0f15c 66%, #c6bedc);
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;

}

.sub-cat-cube img {
    max-height: 150px;
    max-width: 200px;
    margin: 5px;
    object-fit: contain;
}


.sub-cat-cube a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.sub-cat-cube a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}



.sub-cat-cube-p {
    width: 30%;
    max-height: 250px;
    display: inline-block;
    padding: 5px;
    /*background: #e0e0f15c;*/
    background: linear-gradient(#e0e0f15c 66%, #c6bedc);
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;

}

.sub-cat-cube-p img {
    max-height: 200px;
    max-width: 100%;
    margin: 5px;
}


.sub-cat-cube-p a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.sub-cat-cube-p a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}


.one-colume {
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

.one-colume-right {
    width: 80%;
    float: right;
    margin-top: 10px;
}


.two-colume-right {
    width: 80%;
    float: right;
    column-count: 2;
    column-gap: 30px;
    column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    margin-top: 10px;
}

.two-colume-right div {
    text-align: justify;
}

.two-colume {
    width: 80%;
    column-count: 2;
    column-gap: 30px;
    column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    margin-top: 10px;
    margin: auto;
}

.two-colume div {
    text-align: justify;
}




.three-colume {
    width: 100%;
    column-count: 3;
    column-gap: 60px;
    column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    text-align: justify;
}



.thumb {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}






/*side bar block*/
.sidebar-cube {
    width: 100%;
    max-height: 300px;
    display: inline-block;
    padding: 5px;
    /*background: #e0e0f15c;*/
    background: linear-gradient(#c6bedc6b, #e0e0f15c 66%);
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;

}

.sidebar-cube img {
    max-height: 150px;
    max-width: 200px;
    margin: 5px;
    object-fit: contain;
}

.sidebar-cube a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.sidebar-cube a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}





/*news page block*/
.news-cube {
    width: 100%;
    max-height: 300px;
    display: inline-block;
    padding: 5px;
    /*background: #e0e0f15c;*/
    background: linear-gradient(#c6bedc6b, #e0e0f15c 66%);
    margin: auto;
    margin-top: 10px;
    vertical-align: middle;
    /*text-align: center;*/
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news-cube H1 {
    color: #492f91;
}

.news-cube H2 {
    color: #492f91;
}

.news-cube img {
    height: 250px;
    width: 20%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    object-fit: contain;
    float: left;
    border-radius: 3px;
    background: #c6bedc6b;
    padding: 20px;
}


.news-cube a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.news-cube a:hover {
    border-radius: 2px;
    /*background: #ddd;*/
    background: linear-gradient(#2e2974 66%, #c6bedc);
    color: #f2f2f2;
    height: 100%;
}

.news-article {
    width: 70%;
    margin: auto;
    float: right;
}



.news {
    /*.news::after {*/
    content: "";
    display: table;
    clear: both;
    background: white;
    /*! text-align: center; */
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px;
}


.news-item {
    width: 100%;
    /*height: 300px;*/
    display: inline-block;
    padding: 10px;
    background: #eff3f8;
    /*background: linear-gradient(#c6bedc6b, #e0e0f15c 66%);*/
    vertical-align: middle;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #aebdbd;

}

.news-item img {
    height: 280px;
    width: 25%;
    min-width: 200px;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
    margin: auto;
    margin-bottom: 5px;
    object-fit: contain;
    float: left;
    border-radius: 8px;
    /*    background: #c6bedc6b;*/
    padding: 20px;
    vertical-align: middle;
}

.news-item img a:hover {
    text-decoration: underline;
    background: #ddd;
    /*    background: linear-gradient(#c6bedc 40%, #2e2974);*/
    /*color: #f2f2f2;*/
    /*height: 100%;*/
}



.news-item a {
    display: block;
    color: #2e2974;
    text-decoration: none;
}

/* Change color on hover */
.news-item a:hover {
    text-decoration: underline;
    background: #ddd;
    /*    background: linear-gradient(#c6bedc 40%, #2e2974);*/
    /*color: #f2f2f2;*/
    /*height: 100%;*/
}

.news-item H2 {
    color: #492f91;
}




.news-item p {

    font-size: 10pt;
    line-height: 125%;
    text-align: justify;
}

.news-item article {
    /*width: 73%;*/
    border-radius: 3px;
    /*float: right;*/
    padding-left: 9px;
    /*height: 280px;*/
    background: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 200px;
    min-height: 280px;
}


.header-contact {
    font-size: 0.82em;
    line-height: 145%;
    color: rgb(143, 143, 143);
    text-align: right;
    float: right;
    margin-top: 4%;
    margin-right: 4%;
}


.header-contact strong {
    font-style: normal;
    display: block;
    font-size: 1.25em;
    line-height: 145%;
    color: #900028;
    margin: -3px 0 0 0;
}


.distributors {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: 10pt;
    border-radius: 5px;
    background: #ffffff;
}

.distributors img {
    height: 90px;
    max-width: 120px;
    object-fit: contain;
    vertical-align: middle;

}

.distributors th,
.distributors td {
    text-align: left;
    /*min-width: 100px;*/
    padding: 5px;
    border-top: 1px solid #aaaaaa;
}

.distributors a {
    text-decoration: none;
    color: #000000;
}

.distributors a:hover {
    text-decoration: underline;
}


/*.products td, #products th  {
border-bottom: 1px solid #aaaaaa;
padding-right: 6px;
padding-top: 5px;
padding-left:2px;
min-width: 50px;
}
.products tr:nth-child(even){background-color: #efefef;}
.products tr:hover {background-color: #ddd;}
.products th {
text-align: left;
background-color: #ccccff;
padding-top: 10px;
font-weight: bold;
font-size: 10pt;
}
*/


.new-product {
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333;
    width: 75%;
    margin: auto;
}

.new-product H2 {
    color: #492f91;
    text-align: center;
}


.new-product img {
    /*height: 300px;*/
    /*width: 300px;*/
    /*object-fit: contain;*/
    /*vertical-align: middle;*/
    border-radius: 8px;
    /*float: left;*/
    /*padding-right: 20px;*/
    /*padding-bottom: 20px;*/
}


.new-product a {
    text-decoration: none;
    color: #333;
}

.new-product a:hover {
    text-decoration: underline;
}

.new-product figure {
    float: left;
}

.new-product figure img {
    width: 100%;
    max-width: 384px;
}


.new-product p {
    font-family: 'Roboto', arial, sans-serif;
    text-align: justify;
    font-size: small;

}


.description {
    font-size: 14px;
    text-align: justify;
    width: 90%;
    margin: auto;
}

.new-product-table table {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    /*background-color: transparent;*/
    border-collapse: collapse;
    border-spacing: 0;
}

.new-product-table table th {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ccccff;
}

.new-product-table tr {
    border-bottom: 1px solid #aaaaaa;
    background-color: #efefff;
}

.new-product-table tr:nth-child(even) {
    border-top: 1px solid #aaaaaa;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.new-product-table tr:hover {
    background-color: #ddd;
}


td.c1,
th.c1 {
    width: 190px;
    font-weight: 500;
    padding: 8px;
}




.download table {
    max-width: 900px;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    /*background-color: transparent;*/
    border-collapse: collapse;
    border-spacing: 0;
}

.download th {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ccccff;
}

.download tr {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #efefff;
}

.download tr:nth-child(even) {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.download tr:hover {
    background-color: #ddd;
}


td.product-family,
th.product-family {
    width: 190px;
    font-weight: 500;
    padding: 8px;
}

/*.products tr:nth-child(even){background-color: #efefef;}
.products tr:hover {background-color: #ddd;}
.products th {
text-align: left;
background-color: #ccccff;
padding-top: 10px;
font-weight: bold;
font-size: 10pt;
}
*/

.stock_check {
    border-radius: 5px;
    background: #CCF;
    font-size: 9px;
}


/*For Stock Check*/

/* Layout styles */
.page-container {
    /*   by y Auke Zwart http://lea.verou.me/css3patterns/#rainbow-bokeh 
  background:
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0,
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0,
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px,
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px,
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 130px 370px,
  radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0,
  linear-gradient(45deg, #343702 0%, #184500 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #83096e 70%, #840b2a 80%, #b13e12 90%, #e27412 100%);
  background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
  background-color: #840b2a;
*/
    height: 100%;
}

.page-container a,
.page-container a:link,
.page-container a:visited,
.page-container a:focus {
    padding: 3px 6px;
    /*  background: #b13e12;*/
    color: white;
    display: inline-block;
    text-decoration: none;
}

/*.page-container > * {
  width: 940px;
  padding: 20px;
  margin: 0 auto;
  color: white;
}
*/
/* Modal window sample styles */
/* Vertical centering trick https://css-tricks.com/centering-in-the-unknown/ */
.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.target {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

.modal {
    position: fixed;
    top: 20%;
    left: 25%;
    z-index: 100;
    text-align: center;
    display: none;
    /* Fallback for legacy browsers */
    background-color: rgba(0, 0, 0, 0.6);
    width: 60%;
}

.modal>.content {
    /*text-align: left;*/
    display: inline-block;
    /*   background-color: #e0e0f0;*/
    background-color: #ffffff;
    box-sizing: border-box;
    color: white;
    position: relative;
    /*width: 500px;*/
    padding: 20px;
}

.modal>.content .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 15px;
    height: 15px;
    color: black;
    font-size: 18px;
    text-decoration: none;
}

/* Behaviour on legacy browsers */
.target:target+.modal {
    display: block;
}

/* Fallback for IE8 */
.modal.is-expanded {
    display: block;
}

.modal.is-expanded>.content {
    top: 50%;
    margin-top: -45px;
}

/* Making main page blurred when modal window open */
:root .target:target~.page-container {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur5'><feGaussianBlur in='SourceGraphic' stdDeviation='5' /></filter></svg>#blur5"); // for Firefox
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    overflow: hidden;
}

:root span[id="start"]:target~.page-container {
    filter: none;
    -webkit-filter: none;
}

/* Behavior on modern browsers */
:root .modal {
    display: block;
    background-color: transparent;
    transition: transform 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transform-origin: center center;
    transform: scale(0, 0);
}

:root .modal>.content {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

:root .target:target+.modal {
    transform: scale(1, 1);
}


.query-block {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: 10pt;
    border-radius: 5px;
    background: #ececfc;
    width: 93%;
    margin: auto;
    padding: 20px;
    padding-left: 60px;
}




.query-page {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: 10pt;
    border-radius: 5px;
    width: 98%;
    margin: auto;
    padding: 20px;
}






.iframe-container {
    /*overflow: hidden;
  padding-top: 56.25%;
  position: relative;*/
    /*background: #ececfc;*/
    /*border-radius: 5px;*/
    margin: auto;
    width: 98%;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}


.main_container {
    width: 70%;
    position: relative;
    min-height: 540px;
    text-align: center;

}

.main_container div img {
    width: 90%;
    max-height: 521px;
    object-fit: contain;
}

.form-popup {
    background: #e1e1f1;
    font-size: 45px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    border: cadetblue;
    border-right-style: solid;
    border-right-width: medium;
    border-left-style: solid;
    border-left-width: medium;
    border-block-style: solid;
    border-radius: 10px;
}

.form-popup a {
    text-decoration: none;
}

.form-popup a:hover {
    text-decoration: underline;
}

.FAQ {
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    color: #333;
    width: 75%;
    margin: auto;
    font-size: 12pt;
    line-height: 120%;
}


.FAQ H2 {
    color: #492f91;
    text-align: center;
}


.FAQ img {
    /*height: 300px;*/
    width: 300px;
    object-fit: contain;
    vertical-align: middle;
    border-radius: 3px;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.FAQ img.open-win {
    width: 16px;
    float: unset;
    padding: unset;
}

.FAQ a {
    text-decoration: underline;
    color: #333;
}

.FAQ-Q {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: -1.25em;
    color: #492f91;
    font-weight: bold;
}

.FAQ-A {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    text-indent: -1.25em;
    font-size: 10pt;
}


.ezDisplayUG {
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333;
    width: 85%;
    margin: auto;
}


.ezDisplayUG H2 {
    color: #492f91;
    text-align: center;
}

.ezDisplayUG H3 {
    color: #674ea7;
    text-align: center;
}


.ezDisplayUG img {
    display: block;
    /*height: 300px;*/
    max-width: 480px;
    min-height: 85%;

    object-fit: contain;
    /*    vertical-align: middle;*/
    border-radius: 3px;
    padding: 10px;
    margin: auto;
}

.ezDisplayUG section {
    border-top-color: lightblue;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: lightblue;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 5px;
    width: 85%;
    max-width: 680px;
    margin: auto;
}

.ezDisplayUG ol {
    margin-bottom: 30px;
}



.PN {
    width: 80%;
    column-count: 2;
    column-gap: 30px;
    column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    margin: auto;
    margin-top: 10px;
    border-collapse: collapse;

}

.PN div {
    text-align: justify;
}


.PN H2 {
    text-transform: uppercase;
}

.PN H3 {
    text-transform: capitalize;
}

.PN P {
    text-transform: lowercase;
}


.PN table {
    width: 75%;
    margin: auto;
}

.PN td,
.PN th {
    border-bottom: 1px solid #aaaaaa;
    /*padding-right: 6px;*/
    /*padding-top: 5px;*/
    /*padding-left:2px;*/
    /*min-width: 50px;*/
}

.PN tr:nth-child(even) {
    background-color: #efefef;
}

.PN tr:hover {
    background-color: #ddd;
}

.PN a {
    text-decoration: none;
    color: #333;
}

.PN a:hover {
    text-decoration: underline;
}

.PN img {
    display: block;
    max-height: 90%;
    max-width: 90%;
    margin: auto;
    margin-top: 60px;
    object-fit: contain;
}


.color-guide {
    width: 90%;
    margin: auto;
}

.color-guide H1 {
    font-size: 24px;
    text-align: center;
    color: #492f91;
}

.color-guide p {
    font-size: 12px;
    width: 95%;
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.color-table {
    width: 95%;
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    /*background-color: transparent;*/
    border-collapse: collapse;
    /*border-spacing: 0;*/
    font-size: 11px;
}

.color-table thead th {
    font-size: 11px;
    /*    border-top: 1px solid #aaaaaa;*/
    border-bottom: 1px solid #1b1919;
    background-color: #ccccff;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: bottom;
}

.color-table thead tr {
    border-bottom: 1px solid #ccccff;
    background-color: #efefff;
}



.color-table tbody tr {
    border-bottom: 1px solid #ccccff;
    background-color: #efefff;
    margin-top: 10px;
    padding-top: 10px;

}

.color-table tbody tr:nth-child(even) {
    border-top: 1px solid #ccccff;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.color-table tbody tr:hover {
    background-color: #ddd;
}


.color-table tbody td {
    text-align: center;
    padding-top: 6px;
}





.tech-info {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 11px;
}

.tech-info table {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}


.tech-info tbody tr {
    border-bottom: 1px solid #ccccff;
    background-color: #efefff;
    margin-top: 10px;
    padding-top: 10px;

}

.tech-info tbody tr:nth-child(even) {
    border-top: 1px solid #ccccff;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.slide-1 {
    max-width: 512px;
}

.slide-1 img {
    border-radius: 10px;
}



.FP-item {
    /*width: 20%;*/

    height: 325px;
    max-width: 85%;
    min-width: 128px;
    display: inline-block;
    padding: 5px;
    /*    background: #492f912b;*/
    /*background: linear-gradient(#e0e0f15c 66%, #c6bedc);*/
    background-color: #fff;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    /*font-size: x-small;*/
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    border-width: 1px;
    border-color: #aebdbd;

}

.FP-item img {
    height: 144px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5px;
    object-fit: contain;
    border-radius: 8px;
}

.FP-item figure {
    width: 100%;
    margin: auto;
}

.FP-item figcaption {
    line-height: 1.5;
    text-align: center;
    font-weight: bolder;
    color: #1A0DAB;
    font-size: 14px;
    font-family: 'Lora';
}

.FP-item a {
    display: block;
    text-decoration: none;
}

/* Change color on hover */

.FP-item a:hover {
    border-radius: 5px;
    /*background: #ddd;*/
    /*    background: linear-gradient(#c6bedc 66%, #2e2974);*/
    /*    background: linear-gradient(#2e2974 33%, #c6bedc);*/
    /*color: #2e2974;
    f2f2f2;*/
    text-decoration: underline;
    /*height: 100%;*/
}

.cat-box {
    height: 320px;
    max-width: 92%;
    min-width: 128px;
    display: inline-block;
    padding: 5px;
    /*    background: #492f912b;*/
    /*background: linear-gradient(#e0e0f15c 66%, #c6bedc);*/
    background-color: #fff;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    /*font-size: x-small;*/
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    border-width: 1px;
    border-color: #aebdbd;
}

.cat-box img {
    height: 200px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5px;
    object-fit: contain;
    border-radius: 8px;
}

.cat-box h3 {
    text-align: center;
    font-size: medium;
}



nav {
    font-weight: bolder;
    color: #006621;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
}

nav a {
    font-weight: normal;
    text-decoration: none;
    color: #006621;
}

nav a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #006621;
}





@media only screen and (max-width: 551px),
(min-device-width: 559px) and (max-device-width: 1024px) {

    .FP {
        display: none;
    }

    .color-table table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    .color-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .color-table tr {
        border: 1px solid #ccc
    }

    .color-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .color-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .color-table td:nth-of-type(1):before {
        content: "LED P/N Suffix";
    }

    .color-table td:nth-of-type(2):before {
        content: "";
    }

    .color-table td:nth-of-type(3):before {
        content: "Description";
    }

    .color-table td:nth-of-type(4):before {
        content: "Chemistry";
    }

    .color-table td:nth-of-type(5):before {
        content: "# of Elements";
    }

    .color-table td:nth-of-type(6):before {
        content: "Color Temperature(CCT Typ)";
    }

    .color-table td:nth-of-type(7):before {
        content: "Peak Wavelength(λ/xcoord)";
    }

    .color-table td:nth-of-type(8):before {
        content: "Dominant Wavelength(λ/xcoord)";
    }

    .color-table td:nth-of-type(9):before {
        content: "Forward Voltage(Vf Typ)";
    }

    .color-table td:nth-of-type(10):before {
        content: "Forward Voltage(Vf Max)";
    }

    .color-table td:nth-of-type(11):before {
        content: "Brightness";
    }

    .two-colume {
        width: 90%;
        column-count: 1;
        margin-top: 10px;
        margin: auto;
    }

    .two-colume div {
        text-align: justify;
    }


}