﻿/* Colors */
:root {
    --color-default: #2b180d;
    --color-primary: #05378a;
    --color-secondary: #1b2f45;
}
/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

a {
    color: #0548a2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    a:hover {
        color: #555;
        text-decoration: none;
    }

.h-100 {
    height: 100% !important;
}


/*Pagination*/
.paginationwrap table {
    margin: 0 auto;
}

.paginationwrap .pager {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 1em;
    text-decoration: none;
    color: #717171;
}

    .paginationwrap .pager:hover {
        color: #fff;
        background-color: #368de4;
        text-decoration: none;
    }

.paginationwrap .pager_on {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    border: solid 1px #368de4;
    background: #368de4;
    color: #fff;
    font-size: 1em;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.red {
    color: #f00;
}

/*Table style setting*/
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table th {
    text-align: center;
}

.FirstColumn {
    display: inline-block;
    min-width: 110px;
}

@media only screen and (max-width: 767px) {
    .FirstColumn {
        display: inline-block;
        min-width: 0;
    }
}

.OneCulumnTable img {
    width: 100%;
    max-width: 180px;
}

@media only screen and (max-width: 767px) {
    .OneCulumnTable img {
        width: 100%;
        max-width: 100%;
    }

    .table-bordered {
        border: 0;
    }

    .OneCulumnTable > tbody > tr {
        border-bottom: 1px solid #ccc;
    }

        .OneCulumnTable > tbody > tr > td {
            display: block;
            border: 0;
            padding: 10px 0;
        }
}


.RaisedTxt {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

.BigSqaure {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .BigSqaure li {
        padding-left: 1.3em;
        text-indent: -1.3em;
    }

        .BigSqaure li:before {
            content: "■";
            font-size: 16px;
            padding-right: 5px;
        }

.font20 {
    font-size: 20px;
}

.blue {
    color: #0054d1;
}

.Ybg {
    background-color: #fff000;
}

.table-bordered > tbody > tr > td.VerticalMiddle {
    vertical-align: middle;
}


/*Content*/

.site {
    min-height: 768px;
}

.site-content {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 20px;
    word-wrap: break-word;
}

@media only screen and (max-width: 920px) {
    .site-content {
        padding-top: 65px;
    }
}

.contentwrap {
    padding: 0;
}


.content-section {
    padding: 30px 0 60px;
}

.bg-white {
    background-color: #fff;
}

h3.sub-header {
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 1.15rem;
    font-weight: bolder;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #fff;
    transition: 0.3s;
}
/*How to Register*/
/* vertical spacing between columns */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}


/* vertical spacing between columns */

/*[class*="col-"] {
    margin-bottom: 30px;
}*/

.content {
    height: 100%;
    padding: 20px 20px 10px;
    color: #fff;
}

.colour-1 {
    background: #706AA1;
    color: #fff;
}

.colour-2 {
    background: #46bac9;
}


/*Home Page Winners*/
.goldenPrd {
    padding: 20px 10px;
}

.goldenPrdlist {
    border: 1px solid #ccc;
    overflow: hidden;
}

    .goldenPrdlist:hover {
        border: 1px solid #0548a2;
    }

.goldenPrditem {
    padding: 0;
}

.goldenPrdlist img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.goldenPrdlist:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*Inside Page*/
.page-header {
    padding-left: 15px;
    padding-bottom: 0;
    background-color: #4395EF;
    border-bottom: none;
}

    .page-header h1 {
        font-size: 18px;
        color: #fff;
        padding: 8px 0;
    }

/*Lastest News*/
.breadcrumb {
    font-size: 13px;
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.Newslistwrap {
    padding-bottom: 10px;
}

.Newslist {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}

    .Newslist:after {
        content: '';
        display: block;
        clear: both;
    }

    .Newslist:last-child {
        border-bottom: none;
    }

    .Newslist h4 {
        color: #38509a;
        margin-top: 10px;
        font-size: 20px;
    }

    .Newslist .PrdImg img {
        margin: 0 auto;
        max-height: 200px;
    }

@media only screen and (max-width: 767px) {
    .Newslist .PrdImg img {
        margin: 0 auto;
        max-height: auto;
    }
}


.publishdate {
    display: inline-block;
    background-color: #4DD2FF;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
    .Newslist .publishdate {
        width: 100%;
    }

    a.nextbtn {
        display: inline-block;
    }
}

.paginationwrap {
    padding: 20px 0;
    text-align: center;
}

a.nextbtn {
    text-align: center;
    background-color: #368de4;
    padding: 10px;
    margin-right: 10px;
    color: rgba(233, 30, 99, 0.8);
    cursor: pointer;
    color: #fff;
}

.Newscontent {
    padding: 0 15px;
}

    .Newscontent .date {
        background-color: #4DD2FF;
        padding: 5px 15px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        text-align: center;
    }

    .Newscontent h4 {
        color: #003F8D;
        margin-top: 20px;
        font-size: 1.5em;
        padding-bottom: 20px;
        text-align: left;
        /*overflow-wrap: break-word;
        word-wrap:break-word;*/
    }

/*處理新聞內容產品圖片已設定寬度*/
.text_content img {
    width: 100%;
    max-width: 580px;
}

/*設定新聞內容table背景及框線*/
.Newscontent table tr:nth-child(2n+1) {
    background-color: #efefef;
}

.Newscontent table tr td {
    border: 1px solid #999;
    padding: 5px;
}

.Newscontent .Deskicons {
    display: block;
}

.Newscontent .Mobileicons {
    display: none;
}

.overflowX {
    overflow-x: hidden;
}

@media only screen and (max-width: 960px) {
    .Newscontent .Deskicons {
        display: none;
    }

    .Newscontent .Mobileicons {
        display: block;
    }

    .overflowX {
        overflow-x: scroll;
    }
}

.circlebtn {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .circlebtn.linecolor img {
        width: 28px;
        height: 28px;
        margin-bottom: 5px;
    }

    .circlebtn a {
        color: #fff;
        font-size: 18px;
    }

.facebookcolor {
    background-color: #38509a;
}

.twittercolor {
    background-color: #00b7ff;
}

/*.linecolor {
    background-color: #01C300;
}*/

/*BC Rule*/

@media only screen and (max-width: 767px) {
    .tableouter {
        overflow-x: scroll;
    }
}

.smalltable {
    font-size: 14px;
    min-width: 460px;
}

h3.AppInfo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #003F8D;
    font-size: 15px;
    line-height: 18px;
    color: #efefef;
}

.targetedOne:before {
    content: '';
    display: block;
    margin-top: -155px;
    height: 155px;
    visibility: hidden;
}


/*Years Winners*/
.YearsCategory {
    margin-bottom: 20px;
}
/*每第四個div清除浮動*/
.Winners.col-sm-3:nth-child(4n+1) {
    clear: left;
}

.Winners {
    margin-bottom: 30px;
}

    .Winners .categories {
        font-size: 85%;
        color: #009dcc;
        font-family: 'Roboto Condensed', sans-serif;
        height: 35px;
        /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
        width: 100%;
        margin-top: 2px;
        padding-left: 20px;
    }

@media only screen and (min-width: 1025px) {
    .Winners .categories {
        height: 30px;
    }
}

.Winners .thumbnail {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: 0;
}

/*vertically align an image inside a div*/
.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
}

    .img-container:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .img-container img {
        vertical-align: middle;
        display: inline-block;
    }

/*image responsive inside a div*/
.Winners .thumbnail img {
    width: 100%;
}

.Winners .caption {
    width: 100%;
    height: 100%;
    color: #333;
    text-align: left;
    vertical-align: middle;
    font-size: 0.85em;
    line-height: 1.1;
}

.Winners .glyphicon {
    float: left;
}

@media only screen and (max-width: 767px) {
    .Winners {
        padding: 3px;
        margin-bottom: 5px;
    }

        .Winners .categories {
            display: none;
        }

        .Winners .glyphicon {
            display: none;
        }

        .Winners .caption {
            display: none;
        }
}


.WinnersDetail h3 {
    margin-top: 10px;
    font-size: 120%;
    padding-left: 15px;
}

.WinnersDetail h4 {
    line-height: 1.5;
    font-size: 1rem;
    color: #38509a;
}

.WinnerPrd {
    border: 1px solid #ccc;
}

.WinningReson {
    font-size: 110%;
    color: #e4008c;
    font-weight: 600;
    margin-top: 20px;
}

.CompInfo {
    margin-bottom: 30px;
}

.valign-center {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.CompInfo img {
    display: block;
    width: 160px;
    /*float: left;
    padding-top: 5px;
    padding-right: 15px;*/
}

.CompInfo .CompLogo {
    /*min-height: 80px;
    float: left;*/
    padding-right: 15px;
}

@media only screen and (max-width: 480px) {
    .CompInfo .CompLogo {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .valign-center {
        align-items: flex-start;
        flex-direction: column;
    }
}

.CompInfo > i {
    vertical-align: middle !important;
}


@media only screen and (max-width: 767px) {
    .WinnerPrd {
        width: 100%;
    }

    .CompInfo img {
        display: inline-block;
        float: none;
        padding-top: 20px;
    }
}


.nav-tabs {
    width: 100%;
    border-bottom: 3px solid #69bbed;
}

    .nav-tabs > li {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
        text-align: center;
    }

        .nav-tabs > li a {
            background-color: #eff0f2;
            color: #888;
            font-size: 16px;
            text-decoration: none;
            border: 0;
            transition: all 0.2s ease-in-out;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #fff;
            background: #69bbed;
            border: 0;
        }

.tab-content {
    padding: 15px 0;
}

    .tab-content:after {
        content: '';
        display: block;
        clear: both;
    }

    .tab-content h4 {
        color: rgb(105, 187, 237);
        font-size: 130%;
    }

.tab-pane {
    padding: 10px 0;
}

    .tab-pane .promotion {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

        .tab-pane .promotion:after {
            content: '';
            display: block;
            clear: both;
        }


/*Video's mask on default page */
.videomask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
/***** Modal *****/

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-body {
    padding: 0 25px 25px 25px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

.modal-header, .modal-footer {
    border: 0;
}

    .modal-header .close {
        float: none;
        margin: 0;
        font-size: 36px;
        color: #fff;
        font-weight: 300;
        text-shadow: none;
        opacity: 1;
    }


/*Defaul page products grid setting*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*Default Page Title setting*/
.DPTitle {
    font-size: 2em;
    color: #05378a;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 0px;
}

@media (max-width: 767px) {
    .DPTitle {
        font-size: 1.75em;
    }
}

/*Default Page Video Pop-up Window Size*/
.modal.in .modal-dialog {
    max-width: 940px;
    width: 100%;
}

/*Application process*/
.Step {
    color: #fff;
}

.Step1 {
    background-color: #2bdfe6;
}

.Step2 {
    background-color: #ffb809;
}

.Step3 {
    background-color: #c7e711;
}

.SpecialTitle {
    BACKGROUND-COLOR: #0678c6;
    color: #fff;
    width: 230px;
    padding-left: 5px;
    margin-top: 10px;
    line-height: 20px;
    padding-top: 3px;
}


/*-------------------------------------------------------------- # Timeline Section --------------------------------------------------------------*/
.Timeline {
    background-color: #1b3046;
    background: linear-gradient(rgba(27, 47, 69, 0.9), rgba(28, 48, 69, 0.9)), url(https://innovex.computex.biz/2019/_uploads/201906051616081964.jpg) center center;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

.horizontal-timeline {
    position: relative;
}

    .horizontal-timeline .items {
        border-top: 3px solid #368de4;
    }

        .horizontal-timeline .items .items-list {
            display: block;
            position: relative;
            text-align: center;
            padding-top: 70px;
            margin-right: 0;
        }

            .horizontal-timeline .items .items-list:before {
                content: "";
                position: absolute;
                height: 36px;
                border-right: 2px dashed #368de4;
                top: 0;
            }

            .horizontal-timeline .items .items-list .event-date {
                position: absolute;
                top: 40px;
                left: 0;
                right: 0;
                width: 180px;
                margin: 0 auto;
                font-size: 1.25rem;
                padding: 8px 0;
            }

                .horizontal-timeline .items .items-list .event-date .date {
                    font-size: 1.4rem;
                }

.badge {
    background-color: #368de4;
}

@media (min-width: 1140px) {
    .horizontal-timeline .items .items-list {
        display: inline-block;
        width: 16.65%;
        padding-top: 45px;
        float: left;
    }

        .horizontal-timeline .items .items-list h5 {
            font-size: 0.85rem;
        }

        .horizontal-timeline .items .items-list .event-date {
            top: -20px;
            width: 120px;
            font-size: 0.85rem;
        }

            .horizontal-timeline .items .items-list .event-date .date {
                font-size: 1rem;
            }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
    }
}

 .arrow {
        margin: 30px;
        transform: rotate(-45deg);
        cursor: pointer;
    }

        .arrow span {
            display: inline-block;
            width: 1.3vw;
            height: 1.3vw;
            border-bottom: 5px solid #05378a;
            border-right: 5px solid #05378a;
            transform: rotate(-45deg);
            margin: 0 -10px;
            animation: animate 2s infinite;
        }

            .arrow span:nth-child(2) {
                animation-delay: -0.2s;
            }

            .arrow span:nth-child(3) {
                animation-delay: -0.4s;
            }
            
    @keyframes animate {
        0% {
            opacity: 0;
            transform: rotate(-45deg) translate(-20px, -20px);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: rotate(-45deg) translate(30px, 30px);
        }
    }
@media (max-width: 576px) {

        .arrow span {
            width: 4vw;
            height: 4vw;
        }

}

/*Winners Card*/
.winners .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.winners .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.winners .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.winners .card-title {
    color: #05378a;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}

.winners .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    line-height:1.2;
}

.winners .card-footer {
    font-size: 0.9em;
    line-height:1.2;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .35em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.winners .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.text-bold {
    font-weight: 700;
}

/*Golden Award button*/
.award-btn {
    display: inline-block;
    outline: none;
    font-size: 0.75rem;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.5em;
    height: 1.7em;
    line-height: 1.7em;
    text-transform: uppercase;
    padding: 0em 0.8em;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.year-btn {
    background-image: linear-gradient(160deg, #a57307, #b49211, #fef1a2, #bc951b, #a57307);
    background-size: 150% 150%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 85, 20, .4), inset 0 -2px 5px 1px rgb(139, 97, 8), inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    border: 1px solid rgba(165, 115, 7, .6);
    color: rgba(120, 87, 5, .88);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
}

.golden-btn {
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    background-size: 150% 150%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px rgba(139,66,8,1), inset 0 -1px 1px 3px rgba(250,227,133,1);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(120,50,5,.8);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
}

.category-btn {
    background-image: linear-gradient(160deg, #072fa5, #1142b4, #a2befe, #1b50bc, #0723a5);
    background-size: 150% 150%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(20, 40,110, .4), inset 0 -2px 5px 1px rgb(8 46 139), inset 0 -1px 1px 3px rgb(133, 167, 250);
    border: 1px solid rgba(7, 54, 165, .6);
    color: rgba(5, 45, 120, .88);
    text-shadow: 0 2px 2px rgb(133, 167, 250);
}

.sustainable-btn {
    background-image: linear-gradient(160deg, #4ba507, #51b411, #b7fe90, #54bc1b, #3aa507);
    background-size: 150% 150%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(20, 40, 110, .4), inset 0 -2px 5px 1px rgb(35, 139, 8), inset 0 -1px 1px 3px rgb(170, 250, 133);
    border: 1px solid rgba(63, 165, 7, .6);
    color: rgba(23, 120, 5, .88);
    text-shadow: 0 2px 2px rgb(170, 250, 133);
}


@media only screen and (max-width: 576px) {
    .golden-btn {
        margin-bottom: 20px;
    }
}
