@charset "utf-8";

/* CSS Document */

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1555px;
}

.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    font-family: 'Roboto', sans-serif;
}

.banner-caption h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.footer {
    background: #005982;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
}

.footer-home {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.footer-inner {
    padding: 15px 0;
    position: relative;
}

.footer a {
    color: #fff;
}

.footer p {
    margin-bottom: 0
}

.footer span {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header {
    padding: 0 50px 0;
    background: #005982;
    position: relative;
    z-index: 500;
}

.header-home {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.logo {
    float: left;
    padding: 40px 0;
}

.toggleMenu {
    display: none;
    height: 40px;
    width: 40px;
    background: url(../images/toogle-open.png) no-repeat center;
    text-indent: -9999px;
    float: right;
    margin-top: 28px;
}

.toggleMenu.active {
    background: url(../images/toogle-close.png) no-repeat center;
    color: #fff;
}

.toggleMenu:hover {
    color: #fff;
}

.main-nav {
    float: right;
    margin-top: 50px;
}

.menu {
    list-style: none;
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu ul {
    list-style: none;
    min-width: 200px;
    float: none;
    left: 0;
    top: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.menu a {
    padding: 0 15px;
    color: #fff;
}

.menu li {
    position: relative;
    padding: 0;
}

.menu>li>.parent:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23px;
    font-size: 20px;
}

.menu li a:hover,
.menu li:hover>a,
.menu li.current-menu-item>a,
.menu li.current-menu-parent>a {
    color: #fff;
    text-decoration: none;
}

.menu>li>a:before,
.menu li.current-menu-item>a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.menu>li>a:hover:before,
.menu>li:hover>a:before,
.menu li.current-menu-item>a:before {
    width: 100%;
    opacity: 1;
}

.menu>li>a:before {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu>li {
    display: table-cell;
    font-size: 20px;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.menu>li:last-child {
    background: none;
}

.menu>li>a {
    display: block;
    position: relative;
}

.menu li ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    list-style: none;
    padding: 0
}

.menu>li.hover>ul {
    left: 0;
    margin-left: 0;
}

.menu li li.hover ul {
    left: 100%;
    top: 0;
}

.menu li li {
    padding: 0;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.menu li li a {
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
    padding: 8px 10px;
    background: #005982;
    text-transform: inherit;
    font-weight: 400;
}

.menu li li:last-child {
    border-bottom: none;
}

.menu li li a:hover {
    color: #fff;
    background: #243c6a;
}

.menu li li li a {
    background-color: #005982;
    z-index: 200;
}

@media screen and (max-width:1199px) {
    .menu a {
        padding: 0 10px;
    }
    .menu>li {
        float: 18px;
    }
}

@media screen and (max-width:991px) {
    .main-nav .active {
        display: block;
    }
    .main-nav {
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #005982;
        z-index: 9999;
        display: block;
        padding: 0;
        width: auto;
        margin-top: 0
    }
    .menu>li {
        float: none;
        display: block;
        border-bottom: 1px solid #243c6a;
        text-align: left;
        line-height: 30px;
        background: none;
        font-size: 16px;
    }
    .menu a {
        padding: 8px 25px
    }
    .menu li {
        display: block;
    }
    .menu>li>.parent {
        background-image: none;
    }
    .menu>li>.parent:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .menu li.hover>.parent:after {
        content: '\f106';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    .menu li li .parent:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    .menu ul {
        display: block;
        width: auto;
        border-bottom: none;
        min-width: inherit
    }
    .menu>li.hover>ul,
    .menu li li.hover ul {
        position: static;
        margin-left: 0
    }
    .menu li li a {
        padding: 8px 35px;
        font-size: 15px;
    }
    .menu li li {
        text-align: left;
    }
    .menu li li li a {
        padding: 5px 45px;
    }
    .menu li ul {
        box-shadow: none;
        -webkit-box-shadow: none
    }
    .menu li ul::after {
        display: none;
    }
}

.page-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-content {
    padding: 70px 0;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #686868
}

.page-title {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: #005982;
    text-transform: uppercase;
    font-size: 20px;
}

.page-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #bfbfbf;
    top: 50%;
    margin-top: -1px;
}

.page-title span {
    padding: 4px 20px;
    display: inline-block;
    position: relative;
    z-index: 100;
    background: #fff;
}

.section-header {
    margin-bottom: 16px;
    color: #fff;
    font-size: 18px;
}

.section-header span {
    display: inline-block;
    background: #3b5983;
    line-height: 35px;
    border-left: 8px solid #898989;
    padding: 0 20px;
    min-width: 235px;
}

.site-content h5 {
    font-weight: 700;
    color: #000
}

.product-list {
    padding: 0;
    list-style: none;
    max-width: 60%
}

.product-list li {
    margin-bottom: 5px;
    width: 50%;
    float: left;
}

.product-list li:before {
    background: #686868;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    float: left;
    margin-right: 6px;
    content: '';
    margin-top: 10px;
}

#map {
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
}

.pin::after,
.pin::before {
    display: block;
    content: '';
    box-sizing: border-box
}

.animations a,
.pin::after,
.pin::before {
    box-sizing: border-box
}


/*#map, body, html{width:100%; height:100%; margin:0; padding:0; border:0}*/

.pin,
.pin-wrap,
.shadow:before {
    margin-left: -60px;
    width: 120px;
    position: absolute
}

.pin-wrap {
    height: 50px;
    margin-top: -25px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.pin {
    top: 50%;
    left: 50%;
    height: 50px;
    margin-top: -25px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}


/*.pin::after{position:absolute; width:50px; height:50px; -webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); border:14px solid #b8b8b8; border-radius:50%}*/

.pin::before {
    position: absolute;
    width: 140px;
    height: 50px;
    /*-webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); border:12px solid #b8b8b8; border-radius:50% 50% 50% 0*/
    background: url(../images/map_marker.png) no-repeat center bottom;
    content: ''
}

.shadow {
    position: absolute
}

.shadow:before {
    content: '錦泰保險代理有限公司';
    white-space: nowrap;
    font-size: 14px;
    bottom: -56px;
    text-align: center;
    color: #005982;
    z-index: 10;
    left: 50%
}

.pulse::after,
.shadow::after {
    display: block;
    content: '';
    border-radius: 50%
}

.animations a {
    color: #f93c11
}

.shadow::after {
    position: absolute;
    left: -125px;
    width: 50px;
    height: 50px;
    margin-top: -45px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    /*box-shadow:rgba(0, 0, 0, .2) 100px 0 20px*/
}

.pulse {
    position: absolute;
    margin-top: -20px;
    margin-left: -50px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg)
}

.pulse::after {
    width: 100px;
    height: 100px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px 3px #b8b8b8
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.contact-wrap .table td {
    border: none;
    font-weight: 700;
    padding: 0 0 10px 0;
    color: #686868;
    font-size: 18px;
}

.contact-wrap .table td img {
    margin-right: 10px;
}

.contact-wrap label {
    font-weight: 700;
    text-align: right;
    display: block;
    margin-bottom: 0;
}

.contact-wrap .form-control {
    border: 2px solid #959595;
    border-radius: 0;
}

.fieldset {
    position: relative;
    padding-left: 150px;
}

.fieldset label {
    position: absolute;
    top: 5px;
    left: 0;
    width: 140px;
}

.contact-wrap .col-lg-5,
.contact-wrap .col-lg-7 {
    margin-top: 30px;
}

.contact-wrap input[type=submit] {
    background: #959595;
    padding: 8px 16px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.contact-wrap input[type=submit]:hover {
    background: #005982
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.msg-poup {
    padding: 50px 25px 25px;
    background: #0A3248;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1010;
    width: 420px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    border-radius: 6px
}

.msg-poup .cls-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.popup-overlay.inactive,
.msg-poup.inactive {
    display: none;
}

.site-content ul {
    margin: 0px;
    padding: 0px;
}

.site-content ul li {
    list-style: none;
    margin-bottom: 30px;
}

.site-content ul li p {
    color: #010101;
    font-weight: bold;
}

.site-content ul li p span {
    display: block;
}

.award-wrap {
    margin: 60px 0px 80px 0px;
    display: flex;
    gap: 30px;
}


/* .award-item1 {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.award-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.award-text {
    color: #000;
    margin-top: 30px;
}