@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
 }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: url("../images/bg.jpg") repeat;
    font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, "PingFang HK", "Heiti TC", "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    color: #231f20;
    line-height: normal;
    padding: 50px 0 0 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

a:hover {
    opacity: 0.7;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.main-area {
    margin: auto;
}

.header {
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px #999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    transition: all 0.25s ease 0s;
}

.header .logo-container {
    height: 100%;
}

.header .logo-container a {
    text-decoration: none;
}

/*TODO modif if useless*/
.header .logo {
    margin: 0 10px 0 0;
    max-height: 100%;
}

/*.header .main-area .left-logo img.logo {
    margin: 0 10px 0 0;
}
*/

.header .top-nav {
    float: right;
    text-align: right;
    font-size: 17px;
    color: #00b4cd;
    font-weight: bold;
}

.header .top-nav a {
    color: #00b4cd;
}

.header .top-nav .main-menu-list li {
    margin: 0 2px;
}

.header .top-nav .main-menu-list a {
    padding: 5px 10px 5px 10px;
    padding-bottom: 10px;
}

.header .top-nav a:hover,
.header .top-nav a.this {
    color: #007499;
    opacity: 1;
}

.header .top-nav .main-menu-list a:hover,
.header .top-nav .main-menu-list a.this {
    text-decoration: none;
    border-bottom: 2px #007499 solid;
}

.header .top-nav ul li.bu a {
    margin-left: 20px;
}

.header .top-nav ul {
    margin: 20px 0 0 0;
    transition: all 0.25s ease 0s;
}

.header.scroll .top-nav ul {
    margin: 8px 0 0 0;
}

.header .top-nav ul li.bu a {
    padding: 7px 23px;
    background: #00b4cd;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #ccc;
}

.header .top-nav ul li.bu a:hover {
    background: #007499;
}

.header .top-nav .lang-area {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    float: right;
    padding: 0 20px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 1px #00b4cd;
}

.header .top-nav .lang-area a {
    margin: 0 0 0 10px;
}

.header .top-nav .icons {
    float: right;
}

.header .top-nav .icons .fb-icon {
    width: 32px;
    height: 32px;
    background: url("../images/fb_icon.png");
    display: inline-block;
    transition: all 0.25s ease 0s;
}

.header .top-nav .icons .fb-icon:hover {
    background: url("../images/fb_icon_hover.png");
}

.header .top-nav .icons .ig-icon {
    width: 32px;
    height: 32px;
    background: url("../images/ig_icon.png");
    display: inline-block;
    transition: all 0.25s ease 0s;
}

.header .top-nav .icons .ig-icon:hover {
    background: url("../images/ig_icon_hover.png");
}

.slideshow {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

/*
    Home Page
*/
.home-box-group {
    text-align: center;
    /*margin-top: 50px;*/
    /*    margin-bottom: 50px;*/
}

.home-box {
    font-size: 15px;
    color: #777;
    margin: 20px 0 20px 0;
    padding: 0 10px;
}

.home-box .img-box {
    box-shadow: 0 0 8px #999;
    overflow: hidden;
    border-radius: 15px;
}

.home-box .img-box div {
    display: block;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 152px
}

.home-box .title {
    font-size: 24px;
    font-weight: bold;
    color: #00769d;
    text-shadow: 2px 2px 8px #ccc;
    margin: 15px 0 10px 0;
}

.home-box p {
    text-align: left;
    text-align: justify;
    line-height: 1.23em;
}

.home-box .more {
    text-align: right;
}

.home-box .more a {
    background: #00b4cd;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 25px 0 0 0;
    font-size: 13px;
    box-shadow: 0 0 8px #999;
}

.home-box .more:hover .main-img {
    background: #00769d;
    opacity: 1;
}

.home-box .img-box {
    margin-top: 20px;
}

.home-box .img-box:first-child {
    margin-top: 0;
}

.home-box .img-box a {
    display: block;
}

.home-box .img-box .main-img {
    transition: 0.25s;
    opacity: 1;
}

.home-box .img-box:hover .main-img {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Footer */
.footer {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #808080;
    font-size: 13px;
    background: #fff;
    box-shadow: 0 0 8px #ccc;

    /*    position: fixed ;
        bottom:0px;*/
}

.footer .left {
    float: left;
    margin: 10px 0 0 0;
}

/*.footer .left ul {
    width:760px;
    margin-bottom:20px;
    overflow:hidden;
    border-top:1px solid #ccc;
}*/
.footer .left ul li {
    float: left;
    margin: 0 15px 10px 0;

    /*    line-height:1.5em;
        border-bottom:1px solid #ccc;
        display:inline;*/
}

.footer .left ul li:last-child {
    margin-right: 0;
}

.footer .left ul li a {
    color: #00769d;
    font-weight: 600;
    padding-bottom: 5px;
}

.footer .left ul li a:hover {
    color: #00b4cd;
    opacity: 1;
}

.footer .left ul {
    /*position:absolute;*/
}

.footer .left p {
    display: block;
    position: relative;
    /*margin-top: 27px;*/
    padding:10px 0;
}

.footer .right {
    float: right;
}

.footer .right .label {
    display: inline-block;
    margin-top: 10px;
}

.footer .right img {
    vertical-align: top;
    width: 120px;
}

/* home page right side enquiry box */
.enquiry-floating {
    position: fixed;
    top: 55%;
    right: 8px;
    z-index: 50;
}

.enquiry-call {
    background-color: #007499;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.enquiry-call:hover {
    color: #90cee2;
    text-decoration: none;
}

.enquiry-arrow-icon {
    background-color: #00BBCE;
    width: 70px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin-top: 3px;
    float: right;
}

.enquiry-arrow-icon img {
    vertical-align: baseline;
}

.enquiry-details {
    display: none;
    width: 255px;
    padding: 20px 25px;
    background-color: #007499;
    border-radius: 3px;
    color: #ffffff;
    line-height: 1.5em;
}

.enquiry-details h4 {
    float: left;
    font-size: 18px;
}

.enquiry-details .close {
    float: right;
    color: rgba(255, 255, 255, 0.6);
}

.enquiry-details a {
    color: #ffffff;
    text-decoration: underline;
}

.enquiry-floating.expanded .enquiry-call {
    display: none;
}

.enquiry-floating.expanded .enquiry-details {
    display: block;
}

/* home page slide show */
.carousel-indicators > li {
    margin: 1px 3px;
    height: 16px;
    max-width: 16px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background-color: transparent;

}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-item img {
    max-width: 100%;
    width: 100%;
}

.top-banner img {
    display: block;
    max-width: 100%;
}

/* content frame */
.container {
    background-color: #FFF;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #3acfd5 0%, #FFF 100%) 30;
    min-height: 40vh;
}

.left-menu-topic {
    padding: 0px 10px 0px 0px;
    margin: 21px auto 25px auto;
    color: #777777;
    font-weight: bold;
}

.left-menu-topic .breadcrumb {
    padding: 0;
    background: none;

    color: #777777;
    font-weight: bold;
    font-size: 13px;
}

.left-menu-topic .breadcrumb > li + li:before {
    content: " >";

    font-size: 13px;
    padding: 0px 9px 0px 11px
}

/* TODO align later*/
.left-menu-topic .breadcrumb > li a {
    text-align: center;
    vertical-align: middle;
    color: #777777;
    font-weight: bold;
}

/* responsive */
.left-menu-content > ul > li:not(.active) {
    display: none;
}

.left-menu-content.expanded > ul > li:not(.active) {
    display: block;
}

.left-menu-content > ul > li.active > a::before {
    display: none;
}

/* responsive */

/* 3 layer left menu*/
.left-menu-content {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 50px;
}

.left-menu-content > ul > li {
    border-bottom: 1px solid #DBDBDB;
}

.left-menu-content > ul > li > a {
    color: #777777;
    display: block;
    padding: 14px 10px 14px 14px;
    background-color: rgba(0, 0, 0, .025);
    background: linear-gradient(#FFF, #E5E5E5);
    /*background: linear-gradient(#FFF, #EDEDED);*/
}

.left-menu-content > ul > li.active > a {
    position: relative;
    background: none;
    background-color: #00789A;
    color: #FFF;
    line-height: 22px;
}

.left-menu-content > ul > li.active > a::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 21px solid #00789A;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.left-menu-content > ul > li > a::after {
    color: #444;
    content: '▾';
    float: right;

}

.left-menu-content > ul > li.active > a::after {
    transform: rotate(180deg);
    color: #FFF;
}

/* hide nor active sub menu */
.left-menu-content > ul > li:not(.active) > ul {
    border: 1px solid red;
    padding: 0px;
    margin: 0px;
    height: 0px;
    visibility: hidden;
}

.left-menu-content > ul > li:last-child {
    border-bottom: 2px solid #00789A;
}

.left-menu-content > ul > li.active:last-child {
    border-bottom: none;
}

.left-menu-content > ul > li:first-child:not(.active) {
    border-top: 1px solid #00789A;
}

.sub-left-menu {
    padding-left: 20px;
    list-style-type: square;
    list-style-position: inside;
    margin-top: 10px;
    color: #00b4cd;
    /*border: 1px solid #000;*/
}

.sub-left-menu > li > a {
    color: #00b4cd;
}

.sub-sub-left-menu {
    padding-left: 20px;
    list-style-type: square;
    list-style-position: inside;
    margin: 10px 0px;
    color: #777777;
    /*border: 1px solid red;*/
}

.sub-sub-left-menu > li {
    color: #777777;
    margin: 5px 0px;
    /*border: 1px solid pink;*/
}

.sub-sub-left-menu > li > a {
    color: #777777;
}

.sub-sub-left-menu > li.highlight > a {
    color: #7ABC22;
}

.left-menu-noexpend > ul > li > a::after {
    content: '';
}

.responsive-nav-ul {
    /*background-color: #00BBCE;*/
    /*background-color: #00bbcee6;*/
    background: linear-gradient(to bottom, #00BBCE, #41d8e8);
    margin-top: 50px;
    font-size: 20px;
}

/*.responsive-nav-ul > li > a > .menu-name:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
    float: right;
    transition-duration: 0.5s;
    display: inline-block;
}

.responsive-nav-ul li.selected a > .menu-name:after {
    transform: rotate(90deg);
}

.responsive-nav-ul li:nth-child(4) ul >li > a:after {

    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
    float: right;
    transition-duration: 0.5s;
    display: inline-block;
}
.responsive-nav-ul li:nth-child(4) ul >li >ul >li> a:after {
    content:none;
}
.responsive-sub-nav-menu li.selected a:after {
    transform: rotate(90deg);
}
*/

.responsive-sub-nav-menu {
    list-style-type: none;
    color: #FFF;
    /*background-color: #bce7f4bd;*/

}

.responsive-sub-nav-menu ul {
    list-style-type: none;
}

/*.responsive-sub-nav-menu li{
    padding: 5px 0px 5px 0px ;
    border-bottom: 1px solid #0394bd;
}*/

/*ul.responsive-sub-nav-menu a {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 5px 5px 30px;
}*/
/*ul.responsive-sub-sub-nav-menu a {
    padding-left: 46px;
}
*/

.content-header span {
    color: #00789A;
    font-size: 25px;
    font-weight: bold;
}

.content-header {
    margin-bottom: 23px;
    border-bottom: 2px solid #00789A;
    padding: 3px 0px;
}

.banner-servicedetails {
    max-width: 100%;
    margin: 20px auto;
}

.news-header img {
    vertical-align: bottom;
}

.responsive-nav-menu a {
    padding: 10px;
    display: block;
    color: #ffffff;
}

.responsive-nav-menu span {
    padding: 10px;
    display: block;
    color: #ffffff;
}

/*.responsive-sub-nav-menu{
    list-style-type: none;
    color: #FFF;
    background-color: #bce7f4bd;
}
.responsive-sub-nav-menu ul{
    list-style-type: none;
}
*/

.responsive-nav-menu li {
    position: relative;
    display: block;
    margin: 0;
    /*padding: 5px 0px 5px 0px ;*/
    border-bottom: 1px solid #0394bd;
}

.responsive-nav-menu > ul > li {
    /*border-bottom: 1px solid #209cea;*/
}

.responsive-nav-menu .with-children > a {
    margin-right: 50px;
}

.responsive-nav-menu .with-children:after {
    content: "^";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    transform: scaleY(0.5) rotate(180deg);
}

.responsive-nav-menu .with-children.selected:after {
    transform: scaleY(0.5) rotate(0deg);
}

.responsive-nav-menu ul ul a {
    padding-left: 25px;
}

.responsive-nav-menu ul ul ul a {
    padding-left: 40px;
}

.responsive-nav-menu ul {
    list-style-type: none;
    color: #FFF;
    /*background-color: #bce7f4bd;*/

}

.responsive-nav-menu ul ul {

    /*background-color: #01789A;*/
    /*background: rgba(255, 255, 255, 0.15);*/
}

.responsive-nav-menu ul ul ul {
    background-color: rgba(188, 231, 244, 0.7411764705882353)
    /*background-color: #bce7f4bd;*/
    /*background: rgba(255, 255, 255, 0.15);*/
}

.selected {
    /*background-color: rgb(1, 120, 154);*/
    background-color: #01789A;
}

/*.selected ul{
    background-color: #bce7f4bd;
}*/
.selected ul {
    background-color: rgba(188, 231, 244, 0.7411764705882353);
}

/*.menu-name {
    border-bottom: 1px solid #0394bd;
    padding: 14px 15px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}*/

.click {
    max-width: 80px;
    background-color: #00BBCE;
    color: #FFF;
    border: none;
    padding: 7px 25px;
}

.back {
    max-width: 80px;
    background-color: #B3B3B3;
    color: #FFF;
    border: none;
    padding: 7px 25px;
}

.content-newsdetails.click a {
    position: relative;
    top: 20px;
}

.content-frame {
    padding-bottom: 50px;
}

.pagination {
    margin: 10px 0;
}

.pagination li a, .pagination li span {
    padding: 5px 8px;
    border: #ccc 1px solid;
    color: #ccc;
    display: inline-block;
}

.pagination li.active span {
    border: #00BBCE 1px solid;
    color: #00BBCE;
}

.pagination li span {
    color: #ddd;
    border-color: transparent;
}

.pagination li {
    margin: 5px;
}

.h4 {
    font-size: 100%;
    font-weight: 900;
    color: #00789a;
    padding-top: 20px;
}

.contact-search-bar {
    padding: 20px 0;
}

.consult-form {
    margin-top: 20px;
}

.consult-form h3 {
    font-size: 1.1rem;
    font-weight: 900;
}

textarea {
    border: 1px solid #00789A !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px #00789A solid;
    background-color: #FFF;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300789A'/%3E%3C/svg%3E") !important;
}

.custom-control-label::before {
    border: 1px #00789A solid;
    background-color: #FFF;
}

.form-control {
    border-radius: 0;
}

.iframe-left:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #CCE4EB transparent transparent;
    position: absolute;
    left: 5px;
    top: 68px;
}

.content-header span {
    padding-left: 10px;
}

.btn {
    box-shadow: 0 0 8px #999;
}

.enquiry-details {
    display: block;
}

.enquiry-floating.d-none.d-lg-block * {
    transition: 0.5s;
}

.enquiry-floating.d-none.d-lg-block:not(.expanded) .enquiry-details {
    padding: 5px;
    text-align: center;
    width: 70px;
}

.enquiry-floating.d-none.d-lg-block:not(.expanded) .enquiry-details h4 {
    font-size: 100%;
    float: initial;
}

.enquiry-floating.d-none.d-lg-block:not(.expanded) .enquiry-details button {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.enquiry-floating.d-none.d-lg-block:not(.expanded) .enquiry-details p {
    width: 0;
    height: 0;
    overflow: hidden;
}

.enquiry-floating.d-none.d-lg-block:not(.expanded) .enquiry-details img {
    height: 42px;
}

.enquiry-floating.d-none.d-lg-block.expanded .enquiry-details img {
    height: 0;
    display: none;
}

button:hover, .home-box .more a:hover {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300789a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}


.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.5;
}

.form-control {
    padding: .2rem .5rem;
    font-size: 0.9rem;
    color: #495057;
    background-color: transparent;
    border: 1px solid #00789A;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.95rem);
}

.collapse-blue {
    background-color: rgb(242, 252, 253)
}
.custom-control-inline {
    padding-right: 1rem;
    margin-right: 0;
}

.custom-checkbox{
    font-weight: 900;font-size: 0.9rem
}

.btn-register{
    width:initial
}

.top-hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.collapse-blue .custom-control-label {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #666;
}

.collapse-blue label{
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.5;
}

.consult-form h3{
    color:#00789A;
}

.custom-control-label {
    align-self: center;
}

.input {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    padding: .2rem .5rem;
    font-size: 0.9rem;
    color: #495057;
    background-color: transparent;
}

.collapse-blue .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300789a' d='M-4.436.75l-3.59 -2.388-1.538-1.55L0 17.26 13.974 9.25 19 -5.807z'/%3E%3C/svg%3E");
}


.form-group .form-defined-content {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    font-weight: 600;
}

.form-defined-content.small-text {
    font-size: 0.8rem;
}

.btn-secondary {
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
}

.btn {
    min-width: 80px;
    padding: .2rem .75rem;
}

.btn-primary {
    color: #fff;
    background-color: #00BBCE;
    border-color: #00BBCE;
}

.footer .left ul li.active a{
    border-bottom: 2px #007499 solid;
}


.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before {
    content: "\f006"; /* Star */
    margin: 0;
    margin-right: 10px;
    font-size: 1.5em;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    font-family: FontAwesome;
    display: inline-block;
}

.starrating > label
{
    color: #00789A; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #00789A ; } /* Set yellow color when star checked */


.starrating > input:checked ~ label:before, .starrating > input:hover ~ label:before {
    content: "\f005"; /* Star */
}

.starrating > input:hover ~ label
{ color: #00789A ;  } /* Set yellow color when star hover */

.fa-blank
{
    visibility:hidden !important;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #FFF;
}

.home-box .img-box img{
    left: 50%;
    margin-left: -100%;
    position: relative;
}

.a2a_menu a {
    color: #FFF !important;
    font: 14px  "Helvetica Neue", "Roboto", Helvetica, Arial, "PingFang HK", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
}

.a2a_full_footer{
    display: none!important;
}

.a2a_full {
    background: #00BBCE !important;
    border: unset !important;
}

.a2a_menu_find_container {
    background: #FFF !important;
}

a.a2a_i, i.a2a_i {
    border: unset !important;
}

.a2a_menu {
    border-radius: 0 !important;
    background: #00BBCE !important;
    border: none !important;
}