*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
input,textarea,button,select,a{
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important
}
address{
	margin-bottom: 30px;
	font-style: normal;
	font-size: 16px;
}
table{
    mix-blend-mode:inherit;
	font-style:normal !important;
}
thead a,tbody a,tfoot a,td a, td a:hover{
    color:#ffffff !important;
}
tbody th,tbody td{
    padding:0
}
tbody tr:nth-child(even){
    background-color:rgba(241,241,241,0)
}
body{
    overflow-x:hidden;
    font-family: 'Lato', sans-serif;
    font-size:100%;
	color:#0a3130;
}
p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
	text-align-last: left;
}
p.white{
    color: #fff;
}
p.white-center{
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    margin-bottom: 0px;
}
p.align-center{
    text-align: center;
    text-align-last: center;
}
.sticky-nav{
    position:fixed !important;
    top:0;
    left:0;
    right:0;
    z-index:99;
    width:100% !important;
    max-width:100% !important;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
	border-bottom:1px solid #899da7;
	background-color:#bf042a;
}
.flex-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
footer{
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.copyright{
    font-size: 14px;
    text-align: center;
}
.copyright a{
    color: #0a3130;
}
header .red-bar{
    background-color: #d70530;
    height: 16px;
}
header .nav-logo{
    padding-top: 20px;
    padding-bottom: 20px;
}
header .nav-logo .wrapLogo{
    float: none;
    width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
header .nav-logo .call-action .call-text {
    display: none;
}
header .nav-logo .call-action{
    border: 0;
    background: none;
    float: right;
    margin: 0 0 0 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
header .nav-logo .call-action .fa{
    font-size: 50px;
    color: #fff;
    display: inline;
}
header.main-banner-bg{
    background-image: url("../../dist/images/main-banner-bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
header .main-banner-tagline{
    padding: 100px 0px 150px;
    text-align: center;
}
header .main-banner-tagline .banner-tagline{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
header .main-banner-tagline .banner-tagline span{
    color: #d70530;
}
header .main-banner-tagline .tagline{
    font-size: 24px;
    color: #d70530;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
}
header.sub-banner-bg{
    background-image: url("../../dist/images/sub-banner-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
header .sub-banner-tagline{
    padding: 60px 0 100px;
    text-align: center;
}
header .sub-banner-tagline .banner-tagline{
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
section{
    padding: 40px 0;
}
.section-gray-bg{
    background-color: #5a5a5a;
}
.section-light-gray{
    background-color: #f1f1f1;
}
.section-footer{
    background-color: #bf042a;
}
.section-home-first{
    position: relative;
    padding: 0px;
}
.section-home-first::before, .section-home-second::after{
    background-image: none;
}
.section-home-first .left{
    padding: 0px;
}
.section-home-first .right{
    background-color: #bf042a;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
.section-home-second{
    position: relative;
    padding: 0px;
}
.section-home-second::after{
    background-image: none;
}
.section-home-second .left{
    background-color: #5a5a5a;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
.section-home-second .right{
    padding: 0px;
}
.section-about-bg{
    background: url("../../dist/images/raymond-yeo-img-07.jpg") left top no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-background-size: cover;
    color: #ffffff;
}
.section-about-bg ul{
    list-style: disc;
    color: #ffffff;
}
.section-about-bg ul li, .section-light-gray ul li, .section-light-gray ol li{
    line-height: 1.8;
}
.section-light-gray ul li li:last-child{
    margin-bottom: 20px;
}
.flex-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.flex-content .columns-4{
    width: 47%;
    margin: 20px 1.5% 0px;
}
.flex-content .columns-4 img{
    margin-bottom: 20px;
}
.flex-content .columns-4 p{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    margin-bottom: 0px;
}
.white-title{
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.white-title span{
    font-size: 18px;
    display: block;
    font-weight: 400;
}
.white-s-title{
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.red-title{
    font-size: 30px;
    color: #bf042a;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.red-title span{
    font-size: 18px;
    color: #000000;
    display: block;
    font-weight: 400;
}
.black-title{
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-logo{
    width: 150px;
    margin: 0 auto 20px;
}
.footer-address p, .footer-address a{
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    margin-bottom: 0;
}
.footer-address a:hover{
    text-decoration: underline;
}
a.readmore{
    color: #fff;
    text-decoration: none;
    background-color: #bf042a;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
}
a.readmore:hover{
    text-decoration: underline;
}
.cd-top{
    display:inline-block;
    height:40px;
    width:40px;
    position:fixed;
    bottom:40px;
    z-index:999;
    right:10px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
    box-shadow:0 0 10px rgba(0,0,0,0.05);
    border-radius:20px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background:#9c0110 url(../../dist/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .3s 0 visibility 0 .3s;
    -o-transition:opacity .3s 0 visibility 0 .3s;
    transition:opacity .3s 0 visibility 0 .3s
}
.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover{
    -webkit-transition:opacity .3s 0 visibility 0 0;
    -o-transition:opacity .3s 0 visibility 0 0;
    transition:opacity .3s 0 visibility 0 0
}
.cd-top.cd-is-visible{
    visibility:visible;
    opacity:1
}
.cd-top.cd-fade-out{
    opacity:1
}
.no-touch .cd-top:hover{
    background-color:#0e2d08;
    opacity:1
}
@media (min-width:414px){
}
@media (min-width:640px){
}
@media (min-width:768px){
    header.sub-banner{
        background-position: top right;
    }
    .section-home-first{
        padding: 40px 0;
        margin-bottom: -4px;
    }
    .section-home-first::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 99%;
        z-index: -1;
        background: url("../../dist/images/raymond-yeo-img-05.jpg") left top no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
    }
    .section-home-first::after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 99%;
        z-index: -1;
        background-color: #bf042a;
    }
    .section-home-second{
        padding: 40px 0;
    }
    .section-home-second::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 99%;
        z-index: -1;
        background-color: #5a5a5a;
    }
    .section-home-second::after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 99%;
        z-index: -1;
        background: url("../../dist/images/raymond-yeo-img-06.jpg") left top no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
    }
    .section-home-first .left img, .section-home-second .right img{
        display: none;
    }
    .section-about-bg{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .flex-content .columns-4{
        width: 24%;
        margin: 20px .5% 0px;
    }
    .footer-logo{
        float: left;
        margin: 0px;
        width: 190px;
    }
    .footer-address p{
        text-align: right;
        text-align-last: right;
    }
}
@media (min-width:1024px){
    /* p.white{
        text-align: center;
        text-align-last: center;
    } */
    section, .section-home-first, .section-home-second{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    header .nav-logo .wrapLogo {
        float: left;
        position: relative;
        margin: 0;
        width: 180px;
    }
    header .nav-logo .navWrap{
        float: none;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: absolute;
    }
    header .nav-logo .call-action{
        margin-top: 10px;
    }
    header .nav-logo .call-action .call-text{
        display: inline;
        font-size: 22px;
        font-weight: 700;
        color:#FFFFFF;
    }
    header .sticky-nav .nav-logo .call-action .call-text span{
        color:#fff;
    }
    header .nav-logo .call-action .call-text span{
        color:#d70530;
    }
    header .nav-logo .call-action .fa{
        font-size: 34px;
    }
    header .nav-logo .call-action a:hover{
        text-decoration: none;
    }
    .section-home-first .right{
        padding-left: 40px;
    }
    .section-home-second .left{
        padding-right: 40px;
    }
    .section-about-bg{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width:1280px){
    header .nav-logo .wrapLogo {
        width: 220px;
    }
    header.main-banner{
        background-position: center center;
    }
    header .main-banner-tagline{
        padding: 150px 0px 200px;
    }
    header .main-banner-tagline .banner-tagline{
        font-size: 80px;
        letter-spacing: 3px;
    }
    header .main-banner-tagline .tagline{
        font-size: 30px;
    }
    header .sub-banner-tagline{
        padding: 80px 0 120px;
        text-align: center;
    }
    header .sub-banner-tagline .banner-tagline{
        font-size: 70px;
    }
    p.align-center{
        margin-top: 40px;
    }
    .flex-content .columns-4 p{
        font-size: 18px;
    }
    .white-title, .black-title, .red-title{
        font-size: 40px;
    }
    .white-title span, .red-title span{
        font-size: 30px;
    }
    .white-s-title{
        font-size: 32px;
    }
}
@media (min-width:1366px){
    .section-home-first, .section-home-second{
        padding-bottom: 120px;
        padding-top: 120px;
    }
    .section-home-first{
        margin-bottom: -6px;
    }
    .section-home-first .right{
        padding-left: 80px;
    }
    .section-home-second .left{
        padding-right: 80px;
    }
    .container-xxxl{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:1660px){
    header .main-banner-tagline{
        padding: 200px 0px 250px;
    }
    .container-xxxl{
        max-width: 1400px !important;
    }
}
@media (min-width:1920px){
}