@import url("fonts.css");
@import url("font-icuob.css");
@import url("animate.css");
@import url("../js/animsition/animsition.min.css");
@import url("../js/chosen/chosen-custom.css");

*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    display: inherit;
}

h1, .h1, 
h2, .h2, 
h3, .h3 {
    font-family: 'Kittithada_Medium65';
    line-height: 0.9;
    color: #06377b;
}

h1, .h1 { font-size: 65px;}
h2, .h2 { font-size: 55px;}
h3, .h3 { font-size: 45px;}

h4, .h4 { font-size: 20px;} 
h5, .h5 { font-size: 18px;} 
h6, .h6 { font-size: 16px;} 

p {
    margin: 0;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a[href^=tel],
a[href^=mail] { 
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
}

img {
    border: 0;
    max-width: 100%;
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}

:-ms-input-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.placeholder {
    color: #999;
    line-height: normal;
}

input,
textarea,
select {
    line-height: normal;
}
input[type="text"], 
input[type="password"], 
input[type="date"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"],
input[type="week"], 
input[type="email"], 
input[type="number"],
input[type="search"], 
input[type="tel"], 
input[type="time"],
input[type="url"],
textarea,
select {
    padding: 5px 15px;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}

input[type="text"], 
textarea,
select,
.select .chosen-container-single .chosen-single {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="text"], 
textarea,
select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

input[type="text"], 
textarea,
select,
.chosen-container-single .chosen-single {
    border: 1px solid #eee;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop {
    border-color: #06377b;
}

textarea {
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: -1px;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop,
.select .chosen-container-single .chosen-single,
.select-transparent select, 
.select-transparent .chosen-container-single .chosen-single,
.filled input,
.filled textarea {
    color: #333;
}

.select {
    position: relative;
}
.select:after {
    content: "";
	position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    z-index: 1;
	pointer-events: none;
    display: inline-block;
    width: 50px; 
    height: 48px;
    line-height: 52px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.select:after {
    font-family: 'icuob';
    content: "\e900";
    color: #ed1c24;
}
.select select, 
.select select:focus {
    width: 100%;
    cursor: pointer;
    text-overflow: "";
}
.select select {
    padding-right: 20px;
    color: #999;
}

.select .chosen-single {
    text-decoration: none !important;
}
.select .chosen-container {
    text-align: left;
}
.select .chosen-container-single .chosen-single div {
    overflow: hidden;
}
.select .chosen-container-single .chosen-single div b { 
    background: none !important;
}
.select .chosen-container-single .chosen-default {
    color: #999;
}
.select .chosen-container-single .chosen-drop {
    margin-top: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.select .chosen-container-active .chosen-drop {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 160px;
}
.select .chosen-container .chosen-results li {
    padding: 10px 15px;
    line-height: 1.3;
}

.select .hidden {
    height: 0;
    line-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.no-touchevents .select:after { display: none;}
.no-touchevents .select .chosen-container-single .chosen-single div {
    width: 50px; 
    line-height: 52px;
    text-align: center;
}
.no-touchevents .select .chosen-container-single .chosen-single div b:before {
    font-family: 'icuob';
    content: "\e900";
    color: #ed1c24;
    line-height: 1;
}


/* Style for UOB i-CASH */
.container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    background-color: #06377b;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-white {
    background-color: #fff;
    color: #06377b !important;
}

.header {
    background-color: #fff;
    overflow: hidden;
}
.header .logo {
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
}
.header .logo img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer {
    padding: 8px 0;
    background-color: #eee;
    text-align: center;
}
.footer .copyright {
    margin: 0;
    font-size: 12px;
    color: #767676;
}

.bound {
    display: block;
    width: 100%;
}
.bound-m {
    display: none;
}


.section-hero {
    position: relative;
    background-color: #fff;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: hidden;
}
.section-hero:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    display: block;
    height: 150px;
    width: 100%;
    pointer-events: none;
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
}
.hero-bg {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: bgzoom 30s linear;
    -moz-animation: bgzoom 30s linear;
    -o-animation: bgzoom 30s linear;
    animation: bgzoom 30s linear;
    animation-iteration-count: 1;
    overflow: hidden;
}

@-webkit-keyframes bgzoom {
    0% {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }
    100% {
    	-webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bgzoom {
    0% {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }
    100% {
    	-webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


.hero-ct {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    
}
.hero-ct .ct-area {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
}
.hero-ct .ct-box {
    display: inline-block;
    min-width: 59%;
    text-align: center;
}

.sc-headline {
    width: 59%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.sub-heading,
.sc-sub-heading {
    margin-top: 20px;
}

.hero-ct .plan {
    margin-top: 40px;
}
.hero-ct .plan .tb-col {
    padding: 0 10px;
}

.plan {
    display: inline-block;
}
.plan-col {
    display: inline-block;
    padding: 0 10px;
    float: left;
    line-height: 50px;
    white-space: nowrap;
}
.plan-select {
    min-width: 400px;
}

.plan select,
.plan .chosen-container-single .chosen-single,
.plan .chosen-container .chosen-drop {
    background-color: rgba(0,0,0,0.36);
    border: 0;
}
.plan select,
.plan .chosen-container-single .chosen-single,
.plan .chosen-container .chosen-drop,
.plan .chosen-container .chosen-results {
    color: #fff;
}
.plan .select:after {
    background: none;
    top: 0; right: 0;
    height: 50px;
    line-height: 55px;
    overflow: hidden;
}
.plan .chosen-container .chosen-results li.highlighted {
    background-color: rgba(0,0,0,0.36);
    color: #fff;
}
.chosen-container-single .chosen-drop {
    margin-top: 0;
}
.plan .chosen-container-active.chosen-with-drop .chosen-single {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.chosen-container-single .chosen-single span {
    line-height: 49px;
}
.plan .chosen-container-single .chosen-single span {
    margin-right: 20px;
}
.plan .select .chosen-container-single .chosen-drop {
    margin-top: 0;
}


.nav-lists {
    width: 100%;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
}
.nav-lists li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    line-height: 79px;
    max-width: 200px;
    padding: 0 9px;
}
.nav-lists a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Kittithada_Roman55';
    font-size: 26px;
    line-height: 1;
    color: #06377b;
    padding: 0 1px;
}
.nav-lists a.active {
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
}

.section-details {
    background-color: #f8f8f8;
}
.sc-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sc-action {
    margin-top: 30px;
}

.section-bg {
    position: relative;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.section-bg .sc-inner {
    position: absolute;
    top: 0; left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.section-bg .sc-area {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.section-bg .sc-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

.section-bg .sc-notefixed {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 12px;
    width: 100%;
}
.section-bg .sc-notefixed .c-white {
    opacity: 0.6;
}

.section-bg-h300 .bound {
    min-height: 300px;
    max-height: 300px;
}
.section-bg-h550 .bound {
    min-height: 550px;
    max-height: 550px;
}
.section-bg-h650 .bound {
    min-height: 650px;
}
.section-bg-h800 .bound {
    max-height: 800px;
}

.fade-in-up-sm {
    -webkit-font-smoothing: auto;
}


.field {
    margin-bottom: 30px;
}

.input {
    position: relative;
}
.unit {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    color: #767676;
}
.input-unit .unit {
    position: absolute;
    right: -60px; top: 0;
    line-height: 50px;
    min-width: 60px;
}

.calc-box {
    position: relative;
    width: 425px;
    max-width: 100%;
    margin: 40px auto 0;
    padding-bottom: 0;
}
.calc-result {
    margin: 40px auto;
}
.calc-result .result {
    position: relative;
    margin-top: 30px;
}
.calc-result .output {
    font-family: 'Kittithada_Medium65';
    font-size: 85px;
    line-height: 0;
    display: inline-block;
}

.tile {
    position: relative;
    background-color: #f2f2f2;
}
.tile-col {
    display: block;
    width: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tile-img {
    float: left;
    line-height: 0;
}
.tile-ct {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.tile-ct .ct-inner {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.tile-ct .ct-area {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 40px 80px;
}

.tile-right .tile-img {
    float: right;
}
.tile-right .tile-ct {
    left: 0;
    right: auto;
}


.br { display: block; line-height: 0; height: 0;}
.br-block-m { display: inline;}

.c-blue { color: #06377b;}
.c-red { color: #ed1c24;}
.c-white { color: #fff;}

.a-left { text-align: left;}
.a-right { text-align: right;}
.a-center { text-align: center;}

.v-top { vertical-align: top;}
.v-middle { vertical-align: middle;}
.v-bottom { vertical-align: bottom;}

.nowrap { white-space: nowrap;}

.f-left { float: left;}
.f-right { float: right;}

/* Clear */
.clr:after,
.container:after,
.plan:after,
.tiles:after,
.tile:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    line-height: 0;
}
a.btn-lang {
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    margin: 31px 15px 25px;
    padding: 0 12px;
    color: #999;
}
a.btn-lang:hover {
    color: #002469;
}
/* End Clear */



/*html, body {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    background-blend-mode: luminosity;
}
img {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}*/



/* Fix for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    body { font-family: Verdana, Geneva, Tahoma, sans-serif;}
    
    .hero-bg {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
    
}