/*updated by hei yung 27th June*/

@font-face{
    font-family:'Noto Sans TC';
    font-style:normal;
    font-weight:400;
    src:url("/iwov-resources/flp/fonts/notosans/tc//NotoSansTC-DemiLight.otf") format("opentype")
}
@font-face{
    font-family:'Noto Sans TC';
    font-style:normal;
    font-weight:500;
    src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf") format("opentype")
}
@font-face{
    font-family:'Noto Sans TC';
    font-style:normal;
    font-weight:600;
    src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf") format("opentype")
}
@font-face{
    font-family:'Noto Sans TC';
    font-style:normal;
    font-weight:700;
    src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff2") format("woff2"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff") format("woff"),
    url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.otf") format("opentype")
}
@font-face{
    font-family:'OpenSans';
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot") format("embedded-opentype");
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'OpenSans-SemiBold';
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight:600;
    font-style:normal
}
@font-face{
    font-family:'OpenSans-Bold';
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot") format("embedded-opentype");
    src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.ttf") format("truetype")
}

/* for faq icons*/
@font-face{
  font-family:"dbsicons";
  src:url("https://www.dbs.com.hk/iwov-resources/flp/fonts/dbsicons.eot");
  src:url("https://www.dbs.com.hk/iwov-resources/flp/fonts/dbsicons.eot?#iefix")format("embedded-opentype"),url("https://www.dbs.com.hk/iwov-resources/flp/fonts/dbsicons.woff") format("woff"),url("https://www.dbs.com.hk/iwov-resources/flp/fonts/dbsicons.ttf") format("truetype"),url("https://www.dbs.com.hk/iwov-resources/flp/fonts/dbsicons.svg#dbsicons") format("svg");
  font-weight:normal;
  font-style:normal}
[data-icon]:before{
  font-family:"dbsicons" !important;
  content:attr(data-icon);
}
.icon {
  display: inline-block;
  position: relative;
  font-family:"dbsicons";
  font-style: normal;
  color: #f33;
  font-size: 2rem;
}
.ico-minus-4-box-line:before {
  content: "\e997";
  color: #fff;
  background: #f33;
}
.ico-add-4-line:before{
  content:"\e975";
}
/* for faq icons*/

body{
    margin: 0;
}
html:lang(en){
    font-family: 'OpenSans','sans-serif'
}
html:lang(en) strong{
    font-family: 'OpenSans-Bold'
}
html:lang(zh){
    font-family:"Noto Sans TC", sans-serif;
}

h1{
    font-size: 28px;
    line-height: 1.2;
}

h2{
    font-size: 18px;
}

table{
    border-collapse: collapse;
}

tr{
    vertical-align: top;
}

td{
    padding: 5px 10px;
}

li{
    margin-top: 10px;
}
a{
    color: #C00;
    text-decoration: none;
}
.dbs-logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
}
.outter-container{
    margin: 0 auto;
    padding-left:15px;
    padding-right: 15px;
}
.container{
    padding: 20px 35px;
    margin:30px auto;
    max-width: 1024px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2)
}
.header-container{
    position: relative;
    height:80px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    transition: all 0.3s;
    background-color: #FFF;
}
.header{
    padding-left: 20px;
    padding-right: 20px;
    margin:0 auto;
    max-width: 1024px;

}
.mini-navbar{
    height: 48px;
}
.container{
    background-color: #FFF;
    padding: 20px 35px;
}
table.tbl-primary tr th {
    border-bottom: 2px solid #f33;
}
table tr td {
    font-size: 16px;
    vertical-align: top;
    color: #2e2e2e;
    margin: 0;
    padding: 8px 16px 8px;
    border-top: none;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
}
table tr td:last-child {
    border-right: none;
}
.outterContainer{
    margin: 0 auto;
    padding-left:15px;
    padding-right: 15px;
}

.no-bottom-margin *{
    margin-bottom: 0;
}

.footer-container{
    background-color: #484848;
}
.footer{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-links,
.footer-links a{
    padding: 24px 0;
    font-size:14px;
    color: #C0C0C0;
    text-decoration: none;
}
.seperator{
    margin: 0 8px;
}
.small-text{
    font-size: 12px;
}
/*.btn{
    display:inline-block;
    padding:7px 12px;
    line-height:25px;
    text-align:center;
    cursor:pointer;
    background-color:#f4f0ea;
    border:0;
    border-radius:0;
}

.btn-primary{
    border-bottom:2px solid #7f0000;
    background-color:#c00;
    color:#f7f2f2;
}*/

/*FLP button*/
.btn {
    display: inline-block;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    /*font-size: 1.6rem;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 12px;
    font-weight: bold;
    text-decoration: none;
}

.btn.btn-primary {
  color: #fff;
  background-color: #f33;
  border: 1px solid #ee1818
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #ee1818;
  border-color: #ee1818;
  border-bottom-color: #ee1818
}

.btn.btn-primary.disabled {
  cursor: not-allowed;
  border-bottom-width: 1px;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  -khtml-opacity: .3
}

.btn.btn-secondary {
  color: #f33;
  background-color: transparent;
  border: 1px solid #f33
}

.btn.btn-secondary:hover {
  background-color: #ee1818;
  color: #fff
}

.btn.btn-secondary.disabled {
  cursor: not-allowed;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  -khtml-opacity: .3
}
/*FLP button*/

.header-container{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}
.header-container.placeholder{
    position: relative;
    box-shadow: none;
}
@media screen and (max-width:976px){
    .header-container{
        height: 48px;
    }
    .dbs-logo{
        height: 20px;
    }
}

.mTop-16 {
  margin-top: 16px;
}
.mBot-16 {
  margin-bottom: 16px;
}
.mTop-32 {
  margin-top: 32px;
}
.mBot-32 {
  margin-bottom: 32px;
}

/*css for faq section*/
.faq-container {
  margin: 1em 0;
}
.faq-container .faq-container {
  margin: 0.5em 0;
}
.faq-container + .faq-container {
  margin-top: 2em;
}
.faq-container[data-toggle] .accordion {
  cursor: pointer;
}
/*.faq-container[data-toggle] .accordion-content {
  margin-left: 3.11rem;
}*/
.faq-container--title {
  font-size: 24px;
}
.faq[data-toggle] {
  cursor: pointer;
}
.accordion {
  display: table;
  width: 100%;
}
.accordion .icon,
  .accordion .accordion-title {
    display: table-cell;
    /*margin: 0;*/
    vertical-align: middle;
  }
.accordion .icon {
  padding-right: 16px;
  padding-left: 1px;
  width: 4%;
}
.accordion .accordion-title {
  width: 96%;
}
.accordion-content {
  display: block;
  /*height: 0;*/
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin-left: 3rem;
  transition: max-height 0.2s ease-out;
}
.accordion-title {
  font-weight: bold;
}
.active {
  /*height: 100%;*/
}
.faq hr {
  height: 1px;
  border: 0;
  color: #c0c0c0;
  background-color: #c0c0c0;
  margin: 1em 0;
  box-sizing: content-box;
}
.faq-container .faq:last-child hr {
  display: none;
}
/*FLP table style*/
table.tbl-primary {
  width: 100%;
}
table.tbl-primary tr th {
  border-bottom: 2px solid #f33;
}
table.tbl-primary tr th {
  vertical-align: top;
  font-weight: 600;
  padding: 0.5em 1em;
  font-size: 0.875rem;
}
table.tbl-primary th {
  text-align: left;
}
/*table on hover styling*/
table.table-hover tbody > tr:hover {
  background: #F5F5F5;
}
/*condensed table styling*/
table.table-condensed > tbody > tr > td {
  padding: 5px;
}
/*media query*/
@media screen and (max-width:976px){
  .header-container{
    height: 48px;
  }
  .dbs-logo{
    height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .accordion .icon {
    padding-right: 16px !important;
  }
  .accordion-content {
    margin-left: 1rem !important;
  }
}

/*.floatLeft p,
.floatLeft a,
.floatLeft span,
.floatRight p,
.floatRight a,
.floatRight span{
display: inline-block;
color: #999 !important;
font-size: 14px;
line-height: 20px; 
}

@media screen and (max-width: 767px){
.outterContainer{
width: 100%;
padding-left:0;
padding-right:0;
}
.container{
padding: 20px;
}
}

@media screen and (max-width: 991px){
.outterContainer{
max-width: 750px;
}
}

@media screen and (min-width: 992px){
.outterContainer{
max-width: 900px;
}
}*/