/*思源黑*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/*黑體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);*/

/*仿宋體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);*/

/*楷書*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);*/

/*明體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);*/

/*圓體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);*/

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

* {
    -webkit-text-size-adjust: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
}



label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #FF0000 !important;
    background-color: #ffeeee !important;
}

.transition *,
.transition:hover * {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

::placeholder {
    color: rgb(199, 199, 199) !important;
    font-style: italic;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 1s 0s ease;
    opacity: 0;
}

img.img-responsive,
img.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: none !important;
}

.cms_around div:not(.col-sm-4):not(.col-sm-6) {
    margin: auto 15px;
}

#verifyImgCode {
    cursor: pointer;
}

.error404 {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.all-trans {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.all-trans:hover {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.overlybox {
    display: block;
    overflow: hidden;
}

.overlybox img {
    transition: all 0.5s;
}

.overlybox:hover img {
    transform: scale(1.4);
}

.fullTexty {
    text-align: justify;
    text-justify: auto;
}

.justifyContain {
	display:block;
	text-align:justify;
   	text-align-last:justify;	
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.overflow_multi {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ckeditor_div_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden {
    display: none !important;
}

#capcha_image {
    position: relative;
    padding-right: 20px;
    margin-top: 0;
    cursor: pointer;
}

#capcha_image:after {
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

/* This code is tested with latest version of Firefox and Chrome */

.image-shadow-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    margin-bottom: 30px;
}

.image-shadow-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg) skew(-0deg);
    -moz-transform: rotate(-5deg) skew(-0deg);
    -ms-transform: rotate(-5deg) skew(-0deg);
    -o-transform: rotate(-5deg) skew(-0deg);
    transform: rotate(-5deg) skew(-0deg);
}

.image-shadow-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    right: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg) skew(0deg);
    -moz-transform: rotate(5deg) skew(0deg);
    -ms-transform: rotate(5deg) skew(0deg);
    -o-transform: rotate(5deg) skew(0deg);
    transform: rotate(5deg) skew(0deg);
}

.cms_margin_auto {
	margin: auto !important;
}

.cms_no_margin {
	margin: 0 !important;
}

.cms_no_padding {
	padding: 0 !important;
}

/**** editor-area ****/

.editor-area {
    color: #666;
}

.editor-area p {
    margin-bottom: 10px;
    color: #666;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.2rem;
}

.editor-area p:last-child {
    margin-bottom: 0;
}


.editor-area img {
    margin-bottom: 10px;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2rem;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2rem;
}

.editor-area h1 {
    font-size: 36px;
    letter-spacing: 0.2rem;
}

.editor-area h2 {
    font-size: 30px;
    letter-spacing: 0.2rem;
}

.editor-area h3 {
    font-size: 24px;
    letter-spacing: 0.2rem;
}

.editor-area h4 {
    font-size: 21px;
    letter-spacing: 0.2rem;
}

.editor-area h5 {
    font-size: 18px;
    letter-spacing: 0.2rem;
}

.editor-area h6 {
    font-size: 16px;
    letter-spacing: 0.2rem;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-bottom: 10px;
    color: #595656;
    font-weight: bold;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-bottom: 10px;
    color: #595656;
    font-weight: bold;
}

/**** editor-area ****/

.scrollup {
    width: 50px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #333333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background-color: #767676;
    color: #fff;
}
.blueimp-gallery>.indicator>li {
    background-size: cover;
}
.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.indicator {
    display: block;
}
.blueImpGallery #links a {
    max-width: 200px;
    height: 150px;
    display: inline-block;
    text-align: center;
    margin: 7px;
}
.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.gsc-adBlock {
    display: none !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #03a1e5;
    border-color: #03a1e5;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #03a1e5;
    border-color: #03a1e5;
    color: #fff;
}
.pagination > .disabled > a {
    cursor: not-allowed;
    pointer-events: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

/************** modal-dialog **************/
.modal {
    z-index: 99999;
    display: none;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}
.modal-title,
.modal-body {
    color:#666;
}
.modal-body div.contact_message {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-body .contact_message {
    color: #666 !important;
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-title {
    color: #666 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
/************** modal-dialog **************/

#ajax_loading {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('/images/common/ajax_loading.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}

/* cookie */
#cookie-dialog {
    position: fixed;
    transition: all 0.8s linear !important;
    z-index: 9999;
}

#cookie-dialog.hidden {
    bottom: -100px;
    opacity: 0 !important;
    transition: all 0.8s linear !important;
}

#cookie-dialog .cookie-privacy-message {
    padding: 26px 40px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    border: 3px solid #03a1e5;
}

#cookie-dialog .cookie-privacy-message h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px;
}

#cookie-dialog .cookie-privacy-message p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 0;
}

#cookie-dialog .cookie-privacy-message a {
    color: #03a1e5;
    margin-left: 7px;
}

#cookie-dialog #agree-cookie-btn {
    margin-top: 0;
    display: inline-block;
    color: #222;
    padding: 12px 36px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 0;
    background-color: transparent;
    border: 2px solid #0ea1e5;
}

#cookie-dialog .agree-area {
    text-align: left;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn {
    transition: all 0.2s linear !important;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn:hover {
    background-color: #03a1e5;
    color: #ffffff;
    transition: all 0.2s linear !important;
}

@media (max-width: 991px) {
    #cookie-dialog .cookie-privacy-message {
        text-align: center;
        padding: 20px;
    }

    #cookie-dialog .agree-area {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    #cookie-dialog {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 80%;
    }
}

@media (max-width: 1024px) {
    #cookie-dialog {
        width: calc(100% - 30px);
        left: 0;
        bottom: 10px;
        transform: translateX(15px) !important;
    }
}

@media (max-width: 991px) {
    #cookie-dialog .cookie-privacy-message #agree-cookie-btn {
        margin-top: 10px;
    }
}

#cookie-dialog .cookie-privacy-message h5 {
    color: #03a1e5;
}

.search-ul li a.active {
    color: #0070C0;
}
div#solutionedit {
    margin-top: 20px;
}
.solution-section .post-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.product-label.label-hot {
    background: #fec348;
}
.btn.active {
    border: 2px solid #00a1e5;
    background-color: #00a1e5;
    color: #FFF;
}
#formatedit h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
}
#formatedit h3:first-child {
    margin-top: 0;
}
.tech-menu-ul li.active a {
    background-color: #ffac00;
    color: #fff;
}
.relative-item:not(:last-child) {
    margin-bottom: 30px;
}

.solution_tags {
    background-color: #f1f1f1;
    padding: 6px 8px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-right: 0.8rem;
    color: #000;
    display: inline-block;
    border-radius: 0;
}
#formatedit table th {
    width: 200px;
    text-align: right;
    padding: 10px 15px 10px 15px;
    color: #000;
    border-right: 1px solid #FFF;
}
#formatedit table td {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    line-height: 26px;
}
#formatedit dl dd {
    margin: 0;
    padding: 0;
}
#formatedit dl:first-child dt {
    margin-top: 0 !important;
}
#formatedit dl dt {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    font-size: 2.1rem;
    margin-bottom: 20px;
    margin-top: 30px !important;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #0087C1;
}
#formatedit dl dt::after {
    flex: 1;
    margin-left: 3rem;
    content: "";
    height: 2.5px;
    background-color: #e1e1e1;
}
.btn-tech-tab {
    color: #0086bf;
    border: 2px solid #00a1e5;
}
.search_dialog span {
    color: #FF0000;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.sidebar-fixed .filter-actions:first-child {
    padding-top: 0;
}
.products-tags a {
    background-color: #ececec;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 6px;
}
h1.product-name.mb-4.products_photo {
    font-size: 20px;
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.toggle-btn::before {
    content: "\f054";
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    transition: transform 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.show>a .toggle-btn::before {
    transform: translateY(-50%) rotate(630deg);
}
.widget-collapsible .toggle-btn::before, .widget-collapsible .toggle-btn::after {
    content: "";
    position: absolute;
    border-top: 2px solid #666;
    width: 10px;
    transition: transform 0.3s;
    right: 0;
    top: 50%;
    transform: translateY(0);
}

/*quiz-section*/

.quiz-section {
    background-image: url(../../images/quiz/quiz_bg.png);
    background-size: cover;
}

.quiz-result-section .quiz-content-box {
    padding: 60px 0 0 0;
}

.quiz-result-section .techsearch-section {
    padding-top: 0;
}

.quiz-result-section .product-section {
    padding-top: 0;
}

.quiz-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    flex-wrap: wrap;
}

.quiz-content-box article {
    max-width: 750px;
    width: 100%;
}

.quiz-content-box article .progress-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.quiz-content-box article .progress-step {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    color: #555;
    background-color: #dcdcdc;
    font-weight: bold;
    font-size: 17px;
}

.quiz-content-box article .progress-step.active {
    background-color: #00b2ff;
    color: #ffffff;
}

.quiz-content-box article .progress-step.active~.progress-step {
    color: #555;
    background-color: #dcdcdc;
}

.quiz-content-box article .progress-step.active~.progress-step::before {
    background-color: #dcdcdc;
}

.quiz-content-box article .progress-step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    width: 20px;
    height: 2px;
    background: #00b2ff;
    z-index: 10;
    transform: translateY(-50%);
}

.quiz-content-box article .progress-step:first-child::before {
    display: none;
}

.quiz-box-content {
    width: 100%;
}

.quiz-title-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #dadada;
    border-radius: 8px;
}

.quiz-box-content .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: 16px;
    padding: 0 5px 0px 0;
    line-height: 1;
    font-size: 70px;
    background: #ffffff;
    color: #03b2ff;
    font-weight: bold;
    font-style: italic;
    font-family: monospace;
    text-shadow: 1px 1px 1px #006794;
}

.quiz-content-box .quiz-box h2 {
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-left: 48px;
    font-weight: normal;
}

.quiz-content-box article .quiz-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #eee;
}

.quiz-content-box .title-content {
    margin-bottom: 30px;
    position: relative;
    padding: 0 5px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    min-height: 250px;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 2rem;
    padding-right: 285px;
    padding-left: 25px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 750px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    background-image: url(../../images/quiz/quiz_title_bg.png);
    background-size: cover;
    background-position: center;
}

.quiz-content-box .title-content h1 {
    color: #ffffff;
    font-size: 2.4rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    text-shadow: 1px 1px 1px #6f6f6f;
}

.quiz-content-box .title-content a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 6px 8px 3px 8px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 10px;
    transition: .4s;
    text-shadow: none;
    margin-left: 5px;
    font-size: 20px;
    margin-top: 2px;
}

.quiz-content-box .title-content a:hover {
    background: #ffc25c;
    color: #FFF;
}

.quiz-content-box .title-content .image-box {
    position: absolute;
    bottom: -9px;
    right: 25px;
}

.quiz-content-box .title-content .image-box img {
    height: 163px;
}

.quiz-content-box .quiz-box {
    padding: 2rem;
}

.quiz-ans-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    max-width: 750px;
}

.quiz-ans {
    position: relative;
    padding: 0 5px 5px;
}

.quiz-ans a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #585858;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
    font-weight: bold;
    border: 2px solid transparent;
    transition: 0.2s ease-in-out;
}

.quiz-ans span {
    position: absolute;
    display: inline-flex;
    width: 170px;
    height: 170px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    letter-spacing: 2px;
    line-height: 34px;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 24px;
    background-image: linear-gradient(#f2f2f2 0%, #e5e5e5 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    transition: 0.2s ease-in-out;
}

.quiz-ans span:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #e6e6e6;
}

.quiz-ans a:hover {
    color: #00a2e5;
    border-color: #00a2e5;
}

.quiz-ans span:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #e6e6e6;
}

.quiz-result-alert-box {
    text-align: center;
}

.quiz-result-alert-box h5 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

.quiz-result-alert-box h5::before, .quiz-result-alert-box h5::after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.quiz-result-alert-box h5::before {
    border-left: solid 2px #767676;
    border-top: solid 2px #767676;
    border-bottom: solid 2px #767676;
    left: 0;
}

.quiz-result-alert-box h5::after {
    content: '';
    border-top: solid 2px #767676;
    border-right: solid 2px #767676;
    border-bottom: solid 2px #767676;
    right: 0;
}

.quiz-result-alert-box span {
    background-color: #FF0000;
    color: #ffffff;
    margin: 0 5px;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 30px;
    font-size: 16px;
    margin: 2px 2px;
}

@media (max-width:767px) {
    .quiz-content-box .title-content {
        position: relative;
        padding-right: 2rem;
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .quiz-content-box .title-content h1 {
        font-size: 1.7rem;
        text-align: center;
    }
    .quiz-content-box .title-content .image-box {
        position: relative;
        right: unset;
        width: 100%;
        z-index: 1;
    }
    .quiz-content-box .title-content .image-box img {
        height: auto;
        width: 250px;
    }
    .quiz-content-box .quiz-box h2 {
        font-size: 2.4rem;
    }
    .quiz-ans a {
        width: 160px;
        height: 160px;
    }
    .quiz-ans a span {
        font-size: 20px;
        line-height: 30px;
        width: 140px;
        height: 140px;
    }
    .quiz-content-box .title-content a {
        font-size: 18px;
    }
}

#quizfloat {
    position: fixed;
    bottom: 150px;
    right: 5px;
    z-index: 9999;
}

#quizfloat img {
    width: 190px;
}


.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
    .float-sm-right {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
  }
  
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
    .float-md-right {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
    .float-lg-right {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
    .float-xl-right {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
  }
  
@media (max-width: 575px) {
  #quizfloat {
      position: fixed;
      bottom: 10px;
      right: 5px;
      z-index: 9999;
  }

  #quizfloat img {
      width: 150px;
  }
}

.tech-menu-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}