<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'prompt-regular';
    src: url('../fonts/Prompt-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'prompt-bold';
    src: url('../fonts/Prompt-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
    margin: 0 !important;
}
.hide{
    display: none;
}
.show-block{
    display: none;
}
a.scrollTo:focus{
    outline: none;
}
.clear{
    clear: both;
}
.index-main{
    z-index: 99;
    background-image: url('../images/home-01.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url('/wp-content/uploads/2020/08/bg-01.jpg');
}
.index-our-partner{
    background: #171717;
    padding: 30px;
}
.footer-main{
    font-family: 'prompt-regular';
    text-align: center;
    background-color: #D51921;
    color: white;
    padding: 10px;
    font-size: 16px;
}
.h2-title{
    font-size: 35px;
    text-align: center;
    margin: 0px 0px;
    padding: 10px 0px 30px 0px;
    color: white;
    font-family: 'prompt-bold';
}
.why-ifcg-title{
    padding: 10px 0px 15px 0px;
}
.why-ifcg-company-title{
    padding: 10px 0px 0px 0px;
    text-align: left;    
}
.h2-title::before {
    content: '';
    border-left: 4px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
}
.our-partner-gallery{
    margin: 0 auto;
    text-align: center;
    width: 1080px;
}
.our-partner-image{
    width: 200px;
    display: inline-block;
    padding: 0px 30px 30px;
}
.index-our-news{
    background: black;
    font-family: 'prompt-regular';
    padding: 30px 0px;
}
.index-news{
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
}
.index-news-box{
    width: 40%;
    display: inline-block;
    margin: 20px 40px;
    cursor: pointer;
}
.index-news-box img{
    width: 50%;
    float: left;
}
.index-news-box-inside{
    width: 50%;
    float: left;
    color: white;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
}
.index-news-title{
    font-weight: bold;
    height: 25px;
    overflow: hidden;
}
.index-news-content{
    font-size: 13px;
    max-height: 94px;
    overflow: hidden;
}
.index-news-date{
    padding-top: 5px;
    font-size: 14px;
}
.index-news-readmore{
    color: white;
    border: 3px solid white;
    border-radius: 21px;
    width: 191px;
    padding: 5px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}
.index-news-readmore a{
    color: white;
    text-decoration: none;
}
.index-news-readmore a:visited{
    color: white;
    text-decoration: none;
}
.index-news a{
    text-decoration: none;
}
.index-why-ifcg{
    z-index: 99;
    background-image: url('/wp-content/uploads/2020/08/bg-02.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    padding-bottom: 50px;
}
.why-ifcg-youtube{
    text-align: center;
    padding: 20px 0px;
    cursor: pointer;
}
.why-ifcg-content p{
    font-family: 'prompt-regular';
}
.why-ifcg-content b{
    font-family: 'prompt-bold';
}
.why-ifcg-content{
    text-align: center;
    color: white;
    line-height: 0px;
}
.why-ifcg-zone-2{
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 860px;
}
.why-ifcg-box{
    width: 100%;
    /*float: left;*/
    text-align: center;
}
.why-ifcg-content-2 {
    color: white;
    font-family: 'prompt-regular';
}
.why-ifcg-content-2 b{
    font-family: 'prompt-bold';
}
.why-ifcg-content-2-img{
    width: 50%;
    float: left;
}
.index-our-service{
    z-index: 99;
    background-image: url('/wp-content/uploads/2020/08/bg-03.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    padding-bottom: 50px;
    margin-top: -1px;
    padding-bottom: 90px;
}
.h3-title{
    font-size: 22px;
    text-align: center;
    margin: 0px 0px;
    padding: 15px 0px 20px 0px;
    color: white;
    font-family: 'prompt-bold';
}
.index-our-service-zone-1{
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 1040px;
}
.index-our-service-zone-1 a div{
    color: white;
}
.index-our-service-zone-1 a:visited{
    color: white;
}
.index-our-service-zone-1 a:hover{
  	text-decoration: none;
}
.index-our-service-box{
    width: 33%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.index-our-service-box:hover .index-our-service-text{
    background: #D51920;
}
.index-our-service-box:hover .index-our-service-image-hover{
    opacity: 1;
}
.index-our-service-image{
    float: left;
}
.index-our-service-text{
    float: left;
    background: #333333;
    width: 100%;
}
.index-our-service-text .t1{
    margin: 0;
    padding-top: 10px;
    font-family: 'prompt-bold';
}
.index-our-service-text .t2{
    margin: 0;
    padding-bottom: 10px;
    font-family: 'prompt-regular';
}
.index-our-service-image-hover{
    background: linear-gradient(transparent, black);
    position: absolute;
    top: 0;
    z-index: 55;
    width: 100%;
    height: 76%;
    opacity: 0;
    transition: opacity 0.5s;
}
.index-contact-us{
    background: #171717;
    font-family: 'prompt-regular';
    padding: 30px 0px;
}
.index-contact-us-box{
    position: relative;
    max-width: 1200px;
    text-align: center;
    margin: 10px auto;
}
.index-contanct-us-map{
    float: left;
}
.index-contanct-us-form{
    float: right;
    margin-left: 60px;
    color: #B3B0B9;
    width: 45%;
}
.index-cu-box2 p, .index-cu-box1 p{
    line-height: 5px;
}
.index-cu-box1{
    float: left;
    text-align: left;
    color: #B3B0B9;
}
.index-cu-box2{
    float: left;
    text-align: left;
    color: #B3B0B9;
    margin-left: 120px;
}
.cu-p1{
    padding-bottom: 20px;
}
.index-contact-us-addr-box{
    margin-top: 30px;
}
.s-t{
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding: 15px;
    color: #FFFFFF;
    margin-right: 30px;
}
.index-social{
    margin-top: 20px;
    margin-bottom: 30px;
}
.index-social a{
    color: white;
    text-decoration: none;
}
.index-social a:visited{
    color: white;
    text-decoration: none;
}
.bod-ta-social a{
    color: white;
    text-decoration: none;
}
.bod-ta-social a:visited{
    color: white;
    text-decoration: none;
}
.index-line{
    float: left;
}
.index-fb{
    float: left;
}
.index-contanct-us-form .nf-field-label{
    display: none;
}
.index-contanct-us-form .nf-form-fields-required{
    display: none;
}
.index-contanct-us-form .nf-error-field-errors{
    display: none;
}
.index-contanct-us-form .nf-error-required-error{
    display:none;
}
.index-contanct-us-form .nf-field-element input{
    background: transparent;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #B3B0B9 !important;
    color: #B3B0B9 !important;
    font-weight: bold;
}
.index-contanct-us-form .nf-field-element textarea{
    background: transparent;
    padding: 10px !important;
    border-radius: 20px !important;
    border: 1px solid #B3B0B9 !important;
    color: #B3B0B9 !important;
    font-weight: bold;
}
.index-contanct-us-form #ninja_forms_required_items, .nf-field-container{
    margin-bottom: 15px !important;
}
.index-contanct-us-form #nf-field-4{
    display: block;
    background: #D51921;
    color: #F3F3F3 !important;
    border: 0px !important;
    width: 100px;
    font-size: 15px;
    border-radius: 13px !important;
    cursor: pointer;
}
.ifcg-index{
    position: relative;
}
.index-header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}
.index-arrange{
    text-align: center;
    position: relative;
    top: 280px;
}
.index-arrange h1{
    color: white;
    font-family: 'prompt-regular';
    font-weight: 100;
    line-height: 80px;
    font-size: 70px;
}

@keyframes rev-ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 62%;}
    50% {opacity: 0;top: 62%;}
    100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: rev-ani-mouse 2s linear infinite;
}
.rev-scroll-btn &gt; * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width:35px;
    height:55px;    
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.rev-scroll-btn &gt; * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn &gt; *:hover,
.rev-scroll-btn &gt; *:focus,
.rev-scroll-btn &gt; *.active {
    color: #ffffff;
}
.rev-scroll-btn &gt; *:hover,
.rev-scroll-btn &gt; *:focus,
.rev-scroll-btn &gt; *:active,
.rev-scroll-btn &gt; *.active {
    opacity: 0.8;
}
.index-arrow-drop{
    margin-top: 180px;
}
.index-header-menu{
    float: right;
    padding-top: 10px;
}
.logo-img{
    float: left;
}
.logo-img-mobile{
    float: left;
    display: none;
}
.logo-img img{
    max-height: 50px;
}
.logo-img-mobile img{
    max-height: 50px;
}
#nf-form-title-1 h3{
    display:none;
}
.header-title{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 21px;
    cursor: pointer;
}
.header-title-menu{
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
    outline: none;
    text-decoration: none;
}
.header-title a{
    color: white;
}
a.header-title-menu:hover:before, a.header-title-menu:focus:before {
    visibility: visible;
    transform: scaleX(1);
}
a.header-title-menu:before {
    content: "";
    width: 50%;
    height: 3px;
    bottom: 0;
    top: 25px;
    background: white;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.index-seminar-events{
    background: #171717;
    font-family: 'prompt-regular';
}
.index-thows-events{
    background: #514B4B;
    font-family: 'prompt-regular';
}
.index-seminar-events-container-zone1{
    background-repeat: no-repeat;
    padding: 40px;
    background-size: cover;
    background-position: center center;
}
.index-seminar-events-container-zone2{
    position: relative;
    display: block;
    width: 100%;
}
.thows-blog-container-zone2{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 60px 50px 0px; 
}
.index-seminar-events-box{
    text-align: center;
    color: white;
    line-height: 0px;
}
.index-events-container{

}
.index-seminar-box{
    width: 20%;
    float: left;
    border: 1px solid #5E5E5E;
    height: 350px;
    color: #B8B8B8;
    position: relative;
    cursor: pointer;
}
.index-seminar-box-image-bg{
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
}
.index-seminar-box:hover .index-seminar-box-image-bg{
    opacity: 0.6;
}
.index-seminar-box:hover .index-seminar-content{
    color: white;
}
.index-seminar-box a, .index-seminar-box a:visited, .index-seminar-box a:hover, .index-seminar-box a:focus{
    color: white;
    text-decoration: none;
}
.index-seminar-content{
    padding: 20px 30px;
}
.index-seminar-day{
    font-size: 50px;
    font-weight: bold;
}
.index-seminar-month{
    text-transform: uppercase;
}
.index-seminar-title{
    position: absolute;
    bottom: 30px;
    font-weight: bold;
}
.index-event-more{
    color: white;
    border: 3px solid white;
    border-radius: 21px;
    width: 130px;
    padding: 5px;
    margin: 15px auto;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}
.index-seminar-events-more{
    padding: 50px;
    background: black;
}
.thow-s-events-more{
    padding: 30px 50px;
    background: #514B4B;
}
.index-header-mobile-navbar .index-header-mobile{
    position: relative;
    z-index: 9999;
    background: white !important;
    display: none;
    padding: 0;
    text-align: center;
}
.index-header-mobile-navbar{
    z-index: 999999;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 70px;
    display: none;
}
.index-header-mobile-navbar .navbar-toggler{
    float: right;
    border-color: white;
    background: white;
    position: absolute;
    right: 0;
    z-index: 99999999;
}
.logo-img-mobile {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}
.bod-container{
    background: black;
    min-height: 100vh;
}
.bod-director-container{
    z-index: 99;
    background-image: url(../images/demofinal2-08-min.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/demofinal2-08-min.jpg);
}
.seminar-director-container{
    z-index: 99;
    background-image: url(../images/make-an-apoointment.bg.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/make-an-apoointment.bg.jpg);
}
.bod-director-sub-container{
    color: white;
    text-align: center;
    padding-top: 200px;
    position: relative;
    z-index: 20;
    font-family: 'prompt-regular';
}
.bod-director-title{
    font-size: 70px;
    text-transform: uppercase;
}
.bod-director-title::before {
    content: '';
    border-left: 10px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
}
.sub-title{
    line-height: 0;
    font-size: 25px;
}
.bod-of-director-zone{
    margin-top: 70px;
}
.bod-director-box{
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 980px;
    min-width: 980px;
    font-family: 'prompt-regular';
}
.bod-director-box a{
    text-decoration: none;
    color: white;
}
.bod-director-box a:hover{
    text-decoration: none;
    color: white;
}
.bod-director-box a:visited{
    text-decoration: none;
    color: white;
}
.bod-director-member{
    width: 30%;
    display: inline-block;
    margin-right: 20px;
    min-height: 350px;
   	vertical-align: top;
}
.bod-director-name{
    padding: 10px 10px 0px 10px;
    font-weight: bold;
}
.bod-director-sub-info{
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    max-height: 115px;
    overflow: hidden;
    margin-bottom: 40px;
}
.bod-of-line{
    text-align: center;
    border-bottom: 1px solid white;
    margin: 20px 20px 50px;
}
.bod-of-trust-advisor-zone{
    padding-bottom: 50px;
}
.bod-ta-sub-container{
    color: white;
    text-align: center;
    position: relative;
    z-index: 20;
    font-family: 'prompt-regular';
}
.bod-ta-full-container{
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 1320px;
    min-width: 1030px;
    font-family: 'prompt-regular';
    margin-top: 70px;
}
.bod-ta-box{
    width: 16%;
    display: inline-block;
    margin-right: 48px;
    margin-bottom: 40px;
}
.bod-ta-box:nth-child(5n){
    margin-right: 0px;
}
.bod-ta-box img{
    width: 100%;
}
.box-ta-name{
    font-weight: bold;
}
.box-ta-codename{
    padding-top: 10px;
}
.bod-ta-social-container{
    text-align: center;
    margin-top: 50px;
}
.bod-ta-social{
    display: inline-block;
}
.director-container{
    background: black;
}
.director-zone{
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
}
.director-content{
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    min-width: 80%;
    font-family: 'prompt-regular';
    position: relative;
    padding-top: 150px;
}
.director-others{
    font-family: 'prompt-regular';
}
.director-info{
    width: 40%;
    float: left;
    text-align: left;
    font-size: 15px;
    padding: 0 90px;
}
.director-info .description{
    font-size: 16px;
}
.h2-director{
    font-size: 27px;
    padding-bottom: 20px;
}
.h2-director::before {
    content: '';
    border-left: 7px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
    padding: 7px 5px;
}
.director-photo{
    width: 50%;
    float: left;
}
.mobile-site{
    display: none;
}
.desktop-site{
    display: block;
}
html #ple-loader-wraps99, html #ple-loader-wraps1, html #ple-loader-wraps2, html #ple-loader-wraps3, html #ple-loader-wraps4 {
    z-index: 999999;
    text-indent: unset;
}
.bod-box-2{
    width: 23%;
    float: left;
    margin-right: 20px;
    min-height: 350px;
    color: white;
    text-align: center;
}
.bod-box-2 img{
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 175px;
}
.bod-of-zone2 a{
    text-decoration: none;
    color: white;
}
.bod-of-zone2 a:hover{
    text-decoration: none;
    color: white;
}
.bod-of-zone2 a:visited{
    text-decoration: none;
    color: white;
}
.bod-of-zone2{
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto;
}
.bod-zone2-sub-info{
    /*line-height: 2px;*/
    font-size: 10px;
    padding: 10px 20px 0px 20px;
    max-height: 112px;
    overflow: hidden;
}
.bod-zone2-sub-info p{
    margin: 0;
}
.bod-zone2-name{
    padding: 10px 10px 0px 10px;
    font-weight: bold;
}
.bod-ta-social-container-other{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.retire-social-container-other{
    text-align: center;
    padding-top: 140px;
    padding-bottom: 30px;
}
.faq-container{
    background: black;
}
.faq-container-inside{
    z-index: 99;
    background-image: url('../images/FAQbg-01-min.jpg'); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url('../images/FAQbg-01-min.jpg');
    font-family: 'prompt-regular';
    min-height: 99vh;
}
.faq-title{
    font-size: 70px;
    text-transform: uppercase;
}
.faq-title:before{
    content: '';
    border-left: 10px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
}
.faq-sub-container{
    color: white;
    text-align: center;
    padding-top: 200px;
    position: relative;
    z-index: 20;
    font-family: 'prompt-regular';
}
.faq-q-container{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 70px;
    padding-top: 70px;
}
.faq-box{
    margin-bottom: 20px;
}
.faq-sub-title{
    background: #D51920;
    border-radius: 30px;
    width: 510px;
    margin: 0 auto;
    padding: 5px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.faq-sub-contain{
    width: 510px;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 18px;
    border-bottom: 1px solid white;
    display: none;
}
.active-slide{
    display: block;
}
.event-container{
    background: black;
}
.event-sub-container{
    z-index: 99;
    background-image: url(../images/home-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/home-03.jpg);
    min-height: 100vh;
}
.event-content{
    color: white;
    text-align: center;
    padding-top: 200px;
    position: relative;
    z-index: 20;
    font-family: 'prompt-regular';
    max-width: 1200px;
    margin: 0 auto;
}
.blog-title-inside-single img{
    min-width: 50%;
}
.event-title h1{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
.event-title h1::before {
    content: '';
    border-left: 7px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
    padding: 0px 5px;
}
.event-info{
    text-align: left;
    font-size: 20px;
    text-indent: 45px;
    padding-bottom: 70px;
}
.event-date{
    text-align: left;
    font-size: 18px;
    border-bottom: 2px solid white;
    margin-bottom: 30px;
    text-indent: 5px;
}
.event-another-seminar{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.event-another-seminar::before{
    content: '';
    border-left: 7px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
    padding: 0px 5px;
}
.event-box-2{
    width: 23%;
    float: left;
    margin-right: 20px;
    min-height: 350px;
    color: white;
    text-align: center;
}
.event-box-2 img{
    max-width: 280px;
    min-height: 235px;
    max-height: 235px;
}
.seminar-ta-box{
    width: 25%;
    float: left;
    vertical-align: top;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    color: white;
}
.seminar-ta-box img{
    min-height: 160px;
    max-height: 170px;
}
/*---------------retire planning --------------- */
.retire-planning-container{
    background: black;
}
.retire-planning-zone{
    z-index: 99;
    background-image: url(../images/servicebg-01-minz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/servicebg-01-minz.jpg);
    min-height: 100vh;
}
.education-planning-zone{
    z-index: 99;
    background-image: url(../images/servicebg-03-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/servicebg-03-min.jpg);
    min-height: 100vh;    
}
.wealth-check-zone{
    z-index: 99;
    background-image: url(../images/servicebg-02-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/servicebg-02-min.jpg);
    min-height: 100vh;    
}
.retire-planning-sub-container{
    color: white;
    text-align: center;
    padding-top: 200px;
    position: relative;
    z-index: 20;
    font-family: 'prompt-regular';
}
.retire-planning-title{
    font-size: 70px;
    text-transform: uppercase;
}
.retire-planning-title::before {
    content: '';
    border-left: 10px solid #D51921;
    height: 50%;
    padding-right: 10px;
    font-family: sans-serif;
}
.sub-title{
    line-height: 0;
    font-size: 25px;
}
.retire-planning-form{
    margin-top: 65px;
    font-family: 'prompt-regular';
}
.retire-planning-sub-form{
    color: white;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.retire-planning-sub-form label{
    display: inline-block;
    width: 280px;
    text-align: right;
}
.wealth-check-zone .retire-planning-sub-form label{
    display: inline-block;
    width: 350px;
    text-align: right;
}
.retire-planning-form .retire-planning-sub-form input{
    background: none;
    border-radius: 20px;
    display: inline-block;
    border: 2px solid white;
    width: 200px;
    color: white;
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
}
.retire-planning-form .retire-planning-sub-form input:focus, .retire-planning-form .retire-planning-sub-form input:active  {
    color: white;
}
.retire-text-after{
    display: inline-block;
    width: 80px;
    text-align: left;
}
.retire-planning-submit{
    text-align: center;
    margin-top: 40px;
}
.retire-planning-form .retire-planning-submit input{
    color: white;
    font-weight: bold;
    background: #D51920;
    border-radius: 20px;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    font-family: 'prompt-regular';
}
.retire-planning-social-container-other{
    text-align: center;
    padding-top: 140px;
    padding-bottom: 30px;
}
.retire-planning-result{
    color: white;
    font-family: 'prompt-regular';
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
}
.wealth-check-zone .retire-planning-result{
    max-width: 800px;
}
.retire-planning-result-title{
    font-size: 30px;
}
.retire-planning-result-baht{
    font-weight: bold;
    font-size: 40px;
}
.retire-planning-baht{
    padding-left: 35px;
}
.retire-planning-result-asset-title{
    font-size: 20px;
}
.retire-planning-result-asset{
    padding: 0px 35px;
    font-weight: bold;
    font-size: 25px;
}
.retire-planning-bar{
    border-bottom: 1px solid white;
    margin: 20px 10px;
}
.retire-planning-result-sub-title{
    font-size: 30px;
    line-height: 0;
    margin-top: 45px;
}
.retire-planning-result-return{
    margin-top: 50px;
}
.retire-planning-sub-return{
    font-size: 24px;
    font-weight: bold;
}
.retire-planning-sub-return-title{
    padding-left: 70px;
    float: left;
}
.retire-planning-sub-return-baht{
    float: right;
    font-size: 30px;
    padding: 0px 40px;
    text-align: center;
}
.retire-planning-sub-return-sub-baht-year{
    padding-right: 70px;
    float: right;
}
/*---------------education-------------------*/
.retire-planning-form .education-select-input{
    width: 250px;
    background: none;
    border-radius: 20px;
    display: inline-block;
    border: 2px solid white;
    color: white;
    margin: 0px 10px;
    text-align: center;
    font-family: 'prompt-regular';
}
.education-planning-zone .retire-planning-form .retire-planning-sub-form .education-label{
    width: 180px;
}
.education-planning-zone .retire-planning-form .retire-planning-sub-form label{
    width: 145px;
}
.education-planning-zone .retire-planning-form .education-nickname{
    width: 250px;
}
/*wealth-check*/
.wealth-check-line{
    border-top: 1px solid white;
    max-width: 50%;
    margin: 0 auto;
}
.wealth-check-title{
    color: white;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.wealth-check-t1{
    border-right: 1px solid white;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px;
}
.wealth-check-tr1{
    border-bottom: 1px solid white;
}
.wealth-check-t2{
    border-right: 1px solid white;
    text-align: center;
    font-weight: bold;
}
.wealth-check-tr3{
    border-bottom: 1px solid white;
    text-align: left;
    font-weight: bold;
}
.wc-emoticon{
    text-align: left;
    padding: 5px 5px;
}
.wc-emoticon span{
    padding-left: 5px;
}
.header-title-menu{
    position: relative;
}
.seminar-header{
    position: relative;
}
.header-title-menu:visited, .header-title-menu:hover{
    color:white;
}
.seminar-dropdown-content{
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.seminar-header:hover .seminar-dropdown-content{
    display: block;
    margin-left: -38px;
}
.seminar-header a.header-title-menu:hover:before{
    transform: scaleX(0);
}
.seminar-in{
    display: block;
    text-align: center;
    color: white;
    font-size: 11px;
    padding: 5px 0px;
    margin-right: 5px;
    text-align: center;
}
.seminar-in:visited,.seminar-in:hover{
    color:white;
}
.icon-down-header{
    display: inline-block;
    font-size: 20px;
    /* padding: 5px 6px; */
    position: absolute;
    left: -16px;
    top: -7px;
}
/*make an appointment*/
.appointment-check-zone{
    z-index: 99;
    background-image: url(../images/make-an-apoointment.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,1)), url(../images/make-an-apoointment.bg.jpg);
    min-height: 100vh;
}
.make-appointment-form{
    color: white;
    max-width: 700px;
    margin: 0 auto;
}
.make-appointment-form .nf-form-title{
    display: none;
}
.make-appointment-form .nf-before-form-content{
    display: none;
}
.make-appointment-form .nf-error-msg{
    display: none;
}
.make-appointment-form .nf-field-label{
    display: inline-block;
    width: 330px;
    text-align: right;
}
.make-appointment-form .field-wrap{
    margin: 0 auto;
    width: 90%;
    float: right;
}
.make-appointment-form .nf-field-label label{
    font-size: 21px;
}
.make-appointment-form .nf-field-element{
    display: inline-block;
    width: 47%!important;
}
.make-appointment-form .ninja-forms-field{
    background: none;
    border: 1px solid white;
    border-radius: 22px;
    color: white;
    text-indent: 5px;
}
.make-appointment-form .ninja-forms-req-symbol{
    color: transparent;
}
.make-appointment-form #nf-field-10 {
    display: block;
    background: #D51921;
    color: #F3F3F3 !important;
    border: 0px !important;
    width: 25%;
    font-size: 19px;
    border-radius: 13px !important;
    cursor: pointer;
    font-family: 'prompt-regular';
    font-weight: bold;
    margin: 0 auto;
}
.make-appointment-form #nf-label-field-9 {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.make-appointment-form #nf-field-9-wrap {
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 100%;
    font-weight: bold;
}
.make-appointment-form #nf-field-9-wrap .nf-field-label {
    width: 100%;
    border-top: 1px solid white !important;
    text-align: left;
    display: block;
    float: none;
    padding: 10px 0px;
}
.make-appointment-form #nf-field-9-wrap .nf-field-element {
    width: 100% !important;
}
.make-appointment-form #nf-field-9-wrap #nf-field-9 {
    border-radius: 100px;
    padding: 10px 60px;
    color: white;
}
.make-appointment-form #nf-field-10-wrap{
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 100%;
    font-weight: bold;
}
.make-appointment-form #nf-field-10-wrap .nf-field-element{
    width: 100% !important;
}
.make-appointment-form .nf-error.listimage-wrap .nf-field-element ul{
    border: 1px solid white!important;
}
.make-appointment-form .nf-error .ninja-forms-field{
    border: 1px solid white!important;
}
.make-appointment-detail{
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 0px;
    margin-top: 40px;
}
.make-appointment-form .nf-field-element input{
    color: white!important;
}
.make-appointment-form .nf-field-element textarea{
    color: white!important;
}
.make-appointment-form .ninja-forms-form-wrap{
    color: white!important;
    text-align: center;
}
.btn-appointment{
    color: white;
    font-weight: bold;
    background: #D51920;
    border-radius: 20px;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    font-family: 'prompt-regular';
    width: 50%;
    margin: 0 auto;
}
.retire-planning-submit a:visited {
    color: white;
}
.retire-planning-submit a:hover {
    text-decoration: none;
}
.things-to-know-container{
    float: left;
    width: 49%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.things-to-know-box{
    float: left;
    width: 49%;
}
.thing-to-know-img{
    width   100%;
}
.thing-to-know-img img{
    width   100%;
}
.thing-to-know-content{
    float: left;
    width: 50%;
    padding: 10px;
    color: white;
    height: 158px;
    overflow: hidden;
}
.thing-to-know-title {
    font-size: 18px;
}
.thing-to-know-detail {
    font-size: 13px;
}
.blog-content {
    padding: 0 30px;
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    padding-bottom: 40px;
}
.blog-user-photo{
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.blog-user-photo img{
    border-radius: 100px;
    height: 90px;
    width: 90px;
    object-fit: cover;
    object-position: top;
}
.blog-user-content {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
}
.blog-content-readmore{
    font-size: 30px;
    color: white !important;
}
.button-readmore{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}
.blog-sub-link{
    margin-top: 40px;
}
.blog-main{
    margin-top: 30px;
}
.blog-main h1{
    margin-bottom: 15px;
}
.blog-main-img{
    width: 100%;
}
.blog-main-img img{
    min-width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}
.blog-sub-content {
    line-height: normal;
    font-size: 20px;
}
.event-content .blog-user{
    text-align: left;
    margin: 30px 0px;
}
.blog-underline {
    border-bottom: 1px solid white;
    padding-top: 30px;
}
.blog-link-more {
    background: red;
    width: 190px;
    text-align: left;
    border-radius: 20px;
    margin-left: 20px;
    text-indent: 0px;
    padding: 5px 20px;
    font-weight: bold;
    text-align: center;
}
.event-info a{
    color: white !important;
}
@media (max-width: 1480px) {
    .director-info{
        padding: 0 20px;
    }
    .bod-zone2-sub-info p{
        margin: 0;
    }
    .bod-zone2-sub-info{
        line-height: normal;
    }
    .event-box-2 {
        width: 45%;
        float: left;
    }
    .thing-to-know-content {
        float: left;
        width: 50%;
        padding: 10px;
        color: white;
        height: 182px;
        overflow: hidden;
    }
}
@media (max-width: 1200px) {
    .index-header{
        display: none;
    }
    .index-header-mobile-navbar{
        display: block; 
    }
    .index-header-mobile-navbar .index-header-mobile{
        display: block;
    }
    .logo-img-mobile{
        display: block;
    }
    .index-main{
        background-position: center;
    }
    .bod-director-box{
        max-width: 80%;
        min-width: 80%;
    }
    .bod-box-2 {
        width: 50%;
        float: none;
        margin-right: 20px;
        min-height: 350px;
        color: white;
        text-align: center;
        margin: 0 auto;
        padding: 20px 0px;
    }
    .faq-title {
        font-size: 50px;
    }
    .gmap_canvas{
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .index-contanct-us-form{
        float: none;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
    }
    .index-cu-box1{
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 70px;
    }
    .index-cu-box2 {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 70px;
    }
    .index-contanct-us-map{
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .index-contanct-us-map .mapouter{
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .index-line { 
        float: none;
    }
    .index-fb {
        float: none;
        margin: 30px;
    }
    .event-content{
        max-width: 90%;
        padding-top: 130px;
    }
    .event-another-seminar{
        max-width: 90%;
        padding-bottom: 20px;
    }
    .event-box-2 img {
        max-width: 100%;
        min-height: 100%;
    }
    .index-why-ifcg{
        background-size: cover;
    }
    .index-our-service{
        background-size: cover;        
    }
}

@media (max-width: 1100px) {
    .bod-ta-full-container{
        max-width: 80%;
        min-width: 80%;
    }
    .bod-ta-box {
        width: 28%;
        float: none;
        display: inline-block;
    }
    .bod-ta-box:nth-child(3n){
       /* margin-right: 0px;*/
    }
    .bod-ta-box:nth-child(5n){
        margin-right: 48px;
    }
    .bod-director-sub-info{
        line-height: initial;
        font-size: 10px;
        padding: 0px 0px 0px 0px;
    }
    .bod-director-sub-info p{
        margin: 0;
    }
    .mobile-site{
        display: block;
    }
    .desktop-site{
        display: none;
    }
    .director-photo{
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .director-info{
        width: 100%;
        float: none;
        text-align: center;
        padding: 30px;
    }
    .director-content{
        padding-top: 100px;
    }
    .our-partner-gallery{
        width: 80%;
    }
    .event-box-2 {
        min-height: auto;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        float: none;
        margin-bottom: 30px;
    }
    .make-appointment-form .field-wrap{
        width: 90%;
    }
    .things-to-know-container{
        float: none;
        width: 100%;
        text-align: center;
    }
    .things-to-know-box {
        float: none;
        width: 100%;
    }
    .thing-to-know-content {
        padding: 10px;
        color: white;
        height: 182px;
        overflow: hidden;
        float: none;
        width: 100%;
    }
    .thow-s-events-more {
        padding: 10px 20px 50px;
        background: #514B4B;
    }
    .thing-to-know-img img{
        min-width: 100%;
    }
}

@media (max-width: 880px) {
    .bod-ta-full-container{
        max-width: 80%;
        min-width: 80%;
    }
    .bod-ta-box:nth-child(3n){
        width: 50%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bod-ta-box:nth-child(5n){
        width: 50%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bod-ta-box {
        width: 50%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bod-director-member {
        width: 50%;
        float: none;
        margin-right: 0;
        min-height: 350px;
        margin: 0 auto;
    }
    .bod-director-title {
        font-size: 50px;
    }
    .bod-box-2 {
        width: 80%;
    }
    .bod-zone2-sub-info {
        font-size: 16px;
        line-height: 25px;
    }
    .faq-title {
        font-size: 35px;
    }
    .event-title h1 {
        font-size: 30px;
    }
    .event-info {
        font-size: 17px;
    }
    .event-box-2 {
        width: 80%;
    }
    .faq-title:before{
        content: '';
        border-left: 4px solid #D51921;
        height: 50%;
        padding-right: 10px;
        font-family: sans-serif;
    }
    .index-arrange h1{
        font-size: 45px;
    }
    .retire-planning-sub-return-sub-baht-year {
        padding-right: 10px;
        float: right;
    }
    .make-appointment-form .nf-field-label{
        text-align: center;
        width: 100%;
    }
    .make-appointment-form .nf-field-element {
        display: block;
        width: 80%!important;
        margin: 0 auto!important;
        text-align: center;
    }
    .make-appointment-form .field-wrap {
        width: 100%;
    }
    .make-appointment-form #nf-field-9-wrap #nf-field-9{
        height: 100px;
        border-radius: 20px;
    }
    .make-appointment-form #nf-field-10 {
        width: 55%;
    }
    .make-appointment-detail {
        text-align: center;
        color: white;
        font-size: 20px;
        line-height: normal;
    }
    .btn-appointment {
        width: 90%; 
    }
    .seminar-ta-box{
        width: 50%;
        min-height: 300px;
        max-height: 300px;
        overflow: hidden;
    }
    .index-our-service-box {
        width: 28%;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
    .bod-director-sub-info {
	    max-height: 120px;
	}
}


@media (max-width: 600px) {
    .index-seminar-events-container-zone1{
        background-size: cover;
    }
    .faq-title {
        font-size: 20px;
    }
    .faq-sub-container{
        padding-top: 130px;
    }
    .faq-q-container{
        width: 90%;
    }
    .faq-sub-title {
        width: 90%;
        font-size: 16px;
    }
    .faq-sub-contain {
        width: 80%;
        font-size: 14px;
    }
    .index-contact-us .h2-title{
        font-size: 25px;
    }
    .why-ifcg-content-2{
        margin-top: 20px;
    }
    .index-news-readmore{
        width: 160px;
    }
    .bod-director-title::before{
        content: '';
        border-left: 7px solid #D51921;
        height: 50%;
        padding-right: 10px;
        font-family: sans-serif;
    }
    .retire-planning-sub-container{
        padding-top: 150px;
    }
    .retire-planning-title {
        font-size: 25px;
    }
    .retire-planning-title::before {
        border-left: 5px solid #D51921;
    }
    .education-planning-zone .retire-planning-form .retire-planning-sub-form label {
        width: 30%;
        text-align: center;
    }
    .retire-text-after {
        width: 40px;
    }
    .retire-planning-result-sub-title {
        line-height: normal;
    }
    .retire-planning-sub-return-title {
        padding-left: 10px;
        padding-right: 10px;
        float: none;
        width: 100%;
    }
    .retire-planning-sub-return {
        border-top: 1px solid white;
        margin-bottom: 45px;
        padding: 10px 0px;
    }
    .retire-planning-result-return {
        border-bottom: 1px solid white;
    }
    .retire-planning-sub-return-baht{
        float: left;
        font-size: 25px;
        padding: 0px 10px;
        text-align: left;
    }
    .retire-planning-sub-form label {
        text-align: center;
    }
    .page-template-page-retirement-planning .retire-planning-result-sub-title p{
        margin: 0;
    }
    .wealth-check-zone .retire-planning-sub-form label {
        text-align: center;
    }
    .wealth-check-zone .retire-planning-form {
        margin-top: 25px;
    }
    .wc-emoticon span{
        display: none;
    }
    .wc-emoticon img{
        display: block;
    }
    .wealth-check-zone table{
        font-size: 14px;
    }
    .page-template-page-wealth-check .retire-social-container-other {
        padding-top: 10px;
    }
    .box-ta-name {
        font-weight: bold;
        max-height: 70px;
        overflow: hidden;
    }
}

@media (max-width: 450px) {
    .blog-link-more {
        margin: 0 auto;
    }
    .blog-user-photo {
        width: 70px;
    }
    .blog-user-content {
        font-size: 16px;
        line-height: 29px;
    }
    .blog-main h1{
        font-size: 20px;
    }
    .blog-sub-content {
        line-height: normal;
        font-size: 15px;
    }
    .blog-sub-link {
        margin-top: 10px;
    }
    .blog-content-readmore {
        font-size: 20px;
        color: white !important;
    }
    .blog-user-photo img {
        height: 60px;
        width: 60px;
    }
	.bod-director-container{
    	background-size: contain;
	}
    .logo-img-mobile{
        width: 260px;
        padding: 5px;
    }
    .index-arrange{
        top: 170px;
    }
    .red-line-main{
        border-left: 7px solid #D51920;
        height: 60px;
    }
    .index-arrange h1{
        font-size: 30px;
    }
    .index-arrow-drop {
        margin-top: 120px;
    }
    .why-ifcg-youtube{
        width: 50%;
        margin: 0 auto;
    }
    .why-ifcg-content{
        line-height: 30px;
    }
    .why-ifcg-content p {
        font-family: 'prompt-regular';
        line-height: 20px;
        margin-bottom: 10px;
    }
    .why-ifcg-box{
        width: 100%;
        text-align: center;
        float: none;
        padding: 20px;
    }
    .why-ifcg-company-title{
        text-align: center;
    }
    .why-ifcg-content-2-img{
        width: 100%;
        text-align: center;
        float: none;
        padding: 10px;
    }
    .why-ifcg-content{
        padding: 20px;
        line-height: 30px;
    }
    .index-our-service .why-ifcg-content p{
        margin: 0;
    }
    .index-our-service-zone-1{
        max-width: 100%;
        min-width: 100%;
    }
    .index-our-service-box{
        width: 80%;
    }
    .index-our-service .h3-title{
        padding: 30px;
    }
    .index-our-service-zone-1{
        max-width: 100%;
        min-width: 100%; 
    }
    .index-our-service-box{
        width: 80%;
    }
    .index-our-service{
        padding-bottom: 30px;
    }
    .index-seminar-events-box{
        line-height: 30px;
    }
    .index-seminar-events-container-zone1{
        padding: 30px;
    }
    .index-seminar-events-box{
        line-height: 30px;
    }
    .index-seminar-events-box p{
        margin: 0;
    }
    .index-seminar-box{
        width: 100%;
    }
    .our-partner-gallery{
        width: 100%;
    }
    .index-news-box{
        width: 80%;
	    margin: 0;
	    margin-bottom: 20px;
    }
    .index-news-box-inside{
        width: 50%;
    }
    .index-contanct-us-map{
        float: none;
    }
    .mapouter {
        width: 100%;
    }
    .index-contanct-us-form{
        float: none;
        width: 100%;
        margin: 20px auto;
        padding: 0 30px;
    }
    .index-cu-box1{
        float: none;
        text-align: center;
    }
    .index-cu-box2{
        float: none;
        text-align: center;
        margin: 0;
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .index-cu-box1 p, .index-cu-box2 p{
        line-height: initial;
        margin: 0;
    }
    .index-social{
        padding: 0px 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .index-line{
        float: none;
        text-align: center;
        padding: 20px;
    }
    .index-fb{
        float: none;
        text-align: center;
        padding: 20px;
    }
    #nf-field-4{
        text-align: center;
        margin: 0 auto;
    }
    .index-map-and-form iframe, .index-map-and-form .gmap_canvas, .index-map-and-form .mapouter{
        width: 100%;
    }
    .index-news-content {
        max-height: 110px;
        overflow: hidden;
    }
    .bod-director-title {
        font-size: 30px;
    }
    .bod-director-sub-container{
        padding-top: 100px;
    }
    .bod-director-member {
        width: 80%;
        float: none;
        margin-right: 0;
        margin: 0 auto;
        min-height: auto;
        margin-bottom: 20px;
    }
    .sub-title{
        line-height: normal;
    }
    .bod-ta-social{
        display: inline-block;
        margin-bottom: 30px;
        text-align: center;
    }
    .bod-ta-social img{
        width: 25%;
    }
    .s-t{
        margin-right: 0;
    }
    .bod-of-director-zone {
        margin-top: 60px;
    }
    .director-photo{
        width: 80%;
    }
    .director-info{
        padding: 30px 0px;
    }
    .mobile-site {
        max-width: 90%;
        min-width: 90%;
    }
    .bod-zone2-sub-info {
        font-size: 10px;
        line-height: 25px;
    }
    .bod-box-2 {
        min-height: auto;
        padding: 20px 0px;
    }
    .event-title h1 {
        font-size: 25px;
    }
    .seminar-ta-box {
        width: 100%;
        float: none;
        vertical-align: top;
        min-height: 300px;
        max-height: 300px;
        overflow: hidden;
        margin: 0px auto;
        padding: 10px;
        color: white;
    }
    .page-template-page-seminars .bod-ta-full-container{
        margin-top: 20px;
    }
    .event-info{
        text-indent: 0px;
    }
}</pre></body></html>