/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/

/*@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-Bold.eot');
    src: url('fonts/Calibri/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri/Calibri-Bold.woff') format('woff'),
        url('fonts/Calibri/Calibri-Bold.ttf') format('truetype'),
        url('fonts/Calibri/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri.eot');
    src: url('fonts/Calibri/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri/Calibri.woff2') format('woff2'),
        url('fonts/Calibri/Calibri.woff') format('woff'),
        url('fonts/Calibri/Calibri.ttf') format('truetype'),
        url('fonts/Calibri/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.5s ease; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Roboto', sans-serif; transition: all 0.3s ease-out; }
a { font-family: 'Roboto', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; font-weight: 400; line-height: 120%; }
p, ul li { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 18px; letter-spacing: 0; line-height: 200%; }
p:last-of-type { margin: 0; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF }
.sky-blue { color: #3865D6; }
.black { color: #070E26; }
.blue { color: #060D26; }
.blue-alt { color: #12235C; }
.blue-alt2 { color: #1E3999; }
.dark-blue { color: #12235C; }

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 0 0 0 / 80% )!important; padding: 0 15px!important; }
.sticky + .content { padding-top: 0; }
.sticky .header-bot { display: none; }
/*.sticky .header-left { width: 4%; padding: 10px 0; }*/

/*dropdown*/

#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: rgb( 0 0 0 / 80% ); transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #FFFFFF!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover {  }
#menu_drop:hover > #dropdown{display: block;}

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 200px; width: 100%; position: relative; background: #1E3999; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 22px; color: #FFFFFF; letter-spacing: 0; line-height: 120%; padding: 15px 0; display: inline-block; text-align: center; z-index: 1; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #2F2F2F; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1; }
.btn:hover::before {transform: scaleX(1);}
.btn.lg { max-width: 250px; }
.btn.alt { max-width: 140px; width: 100%; padding: 8px 0; font-weight: 400; font-size: 20px; background: transparent; border: 1px solid #FFFFFF;  }

/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Open Sans', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Roboto', sans-serif; font-size: 16px;color:#000;height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 3px;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 200px;padding-top:10px;}
/*.ctc-form input[type="text"] {font-family:'Outfit', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Outfit', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 48.59%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; border: 0; }
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; width: 100%; left: 0; right: 0; z-index: 999; padding: 0 15px; border-bottom: 1px solid rgb( 255 255 255 / 20% ); }
#header .row { max-width: 100%; width: 100%; }
#header .header-wrap { max-width: 1820px; width: 100%; margin: 0 auto; }
.header-section nav a#pull {display: none}
/*.header-section nav ul { max-width: 450px; width: 100%; padding: 0; margin-left: auto; }*/
.header-section nav ul { max-width: 500px; width: 100%; padding: 0; margin-left: auto; }
.header-section nav ul li { display: inline-block; vertical-align: middle; line-height: 1; }
.header-section nav ul li a { position: relative; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 22px; color: #FFFFFF; line-height: 1.2em; letter-spacing: 0; padding: 0; }
/*.header-section nav ul li a::before { content: ''; background: #FBB21B; width: 100%; max-width: 100%; height: 7px; border-radius: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
.header-section nav ul li a:hover::before,
.header-section nav ul li.active-menu a::before {transform: scaleX(1);}*/
.header-section nav ul li.active-menu a, .header-section nav ul li a:hover { color: #FFFFFF; }
.header-left { width: 7%; }
.header-left .inner-logo { display: none;  }
.header-right { width: 93%; padding: 0; }
/*.header-right .header-nav { width: 85%; }*/

/*BANNER*/

#banner, .banner-img { position: relative; }
.banner-img .content-img img { height: 100vh; object-fit: cover; }
/*.banner-content { max-width: 1400px; width: 100%; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 200px; }
.banner-content .content-text h3 { margin: 10px 0 30px; }
.banner-content .content-text .cursive { position: relative; }
.banner-content .content-text .cursive::before { content: ''; background: url('../images/common/circle.webp')no-repeat center center; background-size: contain; width: 100%; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; }*/

/*CONTENT*/

#content { position: relative; }
.content-text .lg { font-size: 100px; line-height: 1.2em; }
.content-text h1, .content-text h2 { font-weight: 700; font-size: 70px; line-height: 120%; letter-spacing: 0; }
.content-text h3 {  font-weight: 400; font-size: 47px; }
.content-text h4 { font-weight: 700; font-size: 40px; }
.content-text h5 { font-weight: 700; font-size: 25px; }
.content-text h6 { font-weight: 700; font-size: 15px; }
.content-img img { width: 100%; height: 100%; display: block; }

    /*ABOUT*/

    .about-section { position: relative; background: #0A1333; padding: 70px 15px 0; }
    .about-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; padding: 70px 0 125px 30px; }
    .about-section .row::before { content: ''; background: #1E3999; width: 5px; height: 100%; position: absolute; left: 0; bottom: 0; }
    .about-content { max-width: 1280px; width: 100%; margin-left: auto; }
    .about-content .content-text p { font-size: 47px; line-height: 1.2em; }

    /*WELCOME*/

    .welcome-section { position: relative; background: url('../images/content/welcome-bg.webp')no-repeat center top; background-size: cover; padding: 0 15px 460px; }
    .welcome-section::before { content: ''; background: #FFFFFF; width: 100%; height: 225px; position: absolute; top: 0; left: 0; right: 0; }
    .welcome-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; padding: 150px 0 0 30px; }
    .welcome-section .row::before { content: ''; background: #1E3999; width: 5px; height: 78%; position: absolute; top: 0; left: 0; }
    .welcome-content { max-width: 1280px; width: 100%; margin-left: auto; }
    .welcome-content .content-text h1 { line-height: 1em; letter-spacing: -0.02em; }

    /*BUSINESS*/

    .business-section { position: relative; background: #0A1333; padding: 0 15px 100px; }
    .business-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; padding: 95px 0 0 30px; }
    .business-section .row::before { content: ''; background: #1E3999; width: 5px; height: 100%; position: absolute; left: 0; bottom: 0; }
    .business-wrap { max-width: 1280px; width: 100%; margin-left: auto; }
    .business-left { width: 35%; }
    .business-left .content-text h3 { margin: 0 0 75px; }
    .business-right { width: 65%;  }
    .business-right .business-col { width: 33.33%; padding: 0 15px; border-left: 2px solid #2A3045; }
    .business-right .business-col .content-text span { font-size: 25px; line-height: 1.2em; }
    .business-right .business-col .content-text p { margin: 15px 0 0; line-height: 1.2em; }

    /*INVESTMENT*/

    .investment-section { position: relative; padding: 95px 15px 30px; }
    .investment-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .investment-tab { margin: 50px 0 0; }
    .investment-tab .investment-wrap { margin: 40px 0 0; }
    .investment-tab .investment-col { position: relative; width: 20%; min-height: 270px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; border: 1px solid #F0EEED; padding: 0 15px; }
    .investment-tab .investment-col .content-text { position: absolute; left: 0; right: 0; bottom: 10%; }
    .investment-tab .investment-col .content-text h5 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 20px; }
    .investment-tab .investment-col .content-text p { font-weight: 700; font-size: 12px; line-height: 1.2em; margin: 5px 0 0;  }
    .investment-tab .tab { overflow: hidden; background: #FFFFFF; }
    .investment-tab .tab button { width: 16.10%;   font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 22px; color: #1E3999; float: left; border: 1px solid #1E3999; outline: none; cursor: pointer; padding: 18px 0; transition: 0.3s; background: #FFFFFF; }
    .investment-tab .tab button:hover { background: #1E3999; color: #FFFFFF; }
    .investment-tab .tab button.active { background: #1E3999; color: #FFFFFF; }
    .investment-tab .tabcontent { display: none; border-top: none; }

    .investment-col .blue { color: #12235C; }

    /*NEWS*/

    .news-section { position: relative; padding: 100px 15px 135px; }
    .news-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .news-title .content-text, .news-title .button { width: 50%; }
    .news-title { padding: 0 0 40px; border-bottom: 1px solid #F0EEED; }
    .news-wrap { margin: 80px 0 0; }
    .news-left { width: 55%; }
    .news-left .content-img { border: 1px solid #F0EEED; }
    .news-right { width: 45%; }
    .news-right .news-content { max-width: 530px; width: 100%; margin-left: auto; padding: 0 0 0 30px; }
    .news-right .news-col { padding: 30px 0; border-bottom: 1px solid #F0EEED; }
    .news-right .news-col h5 { margin: 0 0 15px; }
    /*.news-right .news-col.mid { border-top: 1px solid #F0EEED; border-bottom: 1px solid #F0EEED; }*/
    .news-content .content-text p { font-size: 27px; line-height: 1.2em; margin: 20px 0; }

    /*STORY*/

    .story-section { position: relative; background: #0A1333; padding: 0 15px 70px; }
    .story-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; padding: 70px 0 0 30px; }
    .story-section .row::before { content: ''; background: #1E3999; width: 5px; height: 100%; position: absolute; left: 0; bottom: 0; }
    .story-wrap { max-width: 1280px; width: 100%; margin-left: auto; }
    .story-left { width: 47%; }
    .story-right { width: 53%; border-left: 2px solid #2A3045; }
    .story-right .story-content { max-width: 665px; width: 100%; margin-left: auto; padding: 0 0 0 25px; }
    .story-content .content-text p { line-height: 1.2em; margin: 20px 0 30px; }

/*FOOTER*/

#footer { position: relative; background: #FFFFFF; padding: 50px 15px 0; }
#footer .row { max-width: 1366px; width: 100%; margin: 0 auto; }
.footer-wrap { border-bottom: 1px solid #E8E6E5; padding: 0 0 30px; }
.footer-left { width: 15%; }
/*.footer-right { width: 85%; padding: 30px 0 0; }*/
.footer-right { width: 85%; }
.footer-right .footer-info { max-width: 800px; width: 100%; margin-left: auto; padding: 0 0 0 30px; }
.footer-right .footer-info .content-text h5 { font-size: 22px; margin: 0 0 20px; }
.footer-right .footer-info a { font-weight: 400; font-size: 22px; }
.footer-right .footer-info .tel a { font-size: 32px; }
.footer-right .footer-nav ul { list-style: none; margin: 0; padding: 0; }


    /*COPYRIGHT*/

    .copyright-section { position: relative; padding: 30px 0; }
    .copyright-left, .copyright-right { width: 50%; }

/*INNER PAGES*/

/*HEADER*/

.inner #header { position: relative; border-bottom: 1px solid #DDDDDD; }
.inner #header .header-section nav ul li a { position: relative; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 22px; color: #070E26; line-height: 1.2em; letter-spacing: 0; padding: 0; }

.inner #dropdown { display: none; position: absolute; text-align: left; z-index: 9; background: #FFFFFF; transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
.inner #dropdown li{ display: block!important; padding: 10px 15px!important; }
.inner #dropdown li a { white-space: nowrap; color: #070E26!important; }
.inner #header nav ul #dropdown li a { padding: 0; }
.inner #header nav ul #dropdown li a::before { display: none!important;  }
.inner #header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover {  }
.inner #menu_drop:hover > #dropdown{display: block;}

.inner .sticky .header-left .main-logo { display: block; }
.inner .sticky .header-left .inner-logo { display: none;  }
.inner .sticky .header-section nav ul li a, .inner .sticky #dropdown li a { color: #FFFFFF!important; }
.inner .sticky #dropdown { background: rgb( 0 0 0 / 80% )!important; }

/*BANNER*/

.inner #banner { position: relative; }
.inner .banner-img .content-img img { height: 100%; object-fit: cover; }
.inner #banner::before {  content: ''; background: #FFFFFF; width: 100%; height: 150px; position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
.inner #banner::after {  content: ''; background: rgb( 0 0 0 / 30% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }

.inner .banner-content { max-width: 1366px; width: 100%; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; padding: 60px 15px 0; z-index: 3; }
/*.inner .banner-content .content-text h1 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.2em; text-align: center; text-transform: uppercase; }
*/
/*CONTENT*/

.inner.contact #content { padding: 60px 15px; min-height: 600px; }
.inner.contact .row { max-width: 1200px; width: 100%; margin: 0 auto; }

.inner #footer { border-top: 1px solid #F0EEED; }

    /*ABOUT*/

    .inner.about .story-section { display: none; }

    .inner.about .founder-section { position: relative; padding: 130px 15px 0; }
    .inner.about .founder-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.about .founder-section .founder-wrap { padding: 0 0 110px; border-bottom: 1px solid #F0EEED; }
    .inner.about .founder-left { width: 33%; }
    .inner.about .founder-right { width: 67%; }
    .inner.about .founder-content { max-width: 840px; width: 100%; margin-left: auto; padding: 0 0 0 15px; }
    .inner.about .founder-content .content-text h3 { font-family: 'Roboto', sans-serif; font-weight: 700; }
    .inner.about .founder-content .content-text p { font-family: 'Roboto', sans-serif; font-size: 24px; color: #060D26; line-height: 1.5em; margin: 30px 0 0; }

    .inner.about .strategy-section { position: relative; padding: 90px 15px 140px; }
    .inner.about .strategy-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.about .strategy-left { width: 35%; }
    .inner.about .strategy-right { width: 65%; }
    .inner.about .strategy-box .content-text h3 { font-family: 'Roboto', sans-serif; font-weight: 700; }
    .inner.about .strategy-box .content-text p { font-family: 'Roboto', sans-serif; font-size: 24px; color: #060D26; line-height: 1.5em; margin: 0 0 30px; }
    .inner.about .strategy-box .content-text p:last-of-type { margin: 0; }
    .inner.about .strategy-wrap { margin: 80px 0 0; }
    .inner.about .strategy-col { width: 32%; }
    .inner.about .strategy-col .content-text h5 { font-family: 'Roboto', sans-serif; font-weight: 700; color: #1E3999; margin: 25px 0; }
    .inner.about .strategy-col .content-text p { line-height: 1.2em;  }

    /*BIOTECH*/

    .inner.biotech .tag-section { position: relative; padding: 120px 15px 25px; }
    .inner.biotech .tag-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.biotech .tag-wrap .content-text h5 { font-size: 30px; color: #1E3999; }
    .inner.biotech .tag-wrap .content-text p { font-size: 20px; line-height: 1.2em; margin: 10px 0 0; }
    .inner.biotech .tag-content { margin: 0 0 30px; }
    .inner.biotech .tag-left { width: 40%; padding: 0 15px 0 0; }
    .inner.biotech .tag-left .content-text { max-width: 440px; width: 100%; }
    .inner.biotech .tag-right { width: 60%; }

    /*OTHER*/

    .inner.other .tag-section { position: relative; padding: 120px 15px 25px; }
    .inner.other .tag-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.other .tag-wrap .content-text h4 { color: #1E3999; }
    .inner.other .tag-wrap .content-text p { font-size: 30px; line-height: 1.2em; margin: 0 0 30px; }
    /*.inner.other .tag-wrap .content-text p:last-of-type { margin: 0; }*/
    .inner.other .tag-content { margin: 0 0 30px; }
    .inner.other .tag-left { width: 45%; padding: 0 15px 0 0; }
    .inner.other .tag-left .content-text { max-width: 500px; width: 100%; }
    .inner.other .tag-right { width: 55%; }   

    .inner.other .investment-tab .tab { max-width: 910px; width: 100%; }
    .inner.other .investment-tab .tab button { width: 24%; }

    /*NEWS*/

    .inner.news #banner::after { display: none!important;  }
    .inner.news .banner-content { position: relative; }
    .inner.news .blog-section { position: relative; padding: 0 15px 60px;  }
    .inner.news .blog-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.news .investment-tab .investment-wrap { gap: 3% }
    .inner.news .investment-tab .blog-col { width: 31.33%; padding: 0 0 60px; }
    .inner.news .blog-col .content-text p { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 25px; line-height: 1.2em; margin: 20px 0; }
    .inner.news .blog-col .content-text h5 { margin: 20px 0 0; }
    .inner.news .blog-col .content-text h6 { font-family: 'Roboto', sans-serif; font-weight: 700; color: #1E3999; }
    .inner.news .blog-col .content-img { border: 1px solid #DDDDDD;  }





/*FOOTER*/

/*.inner #footer { border-top: 1px solid #DDDDDD; }*/


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/*.prev { position: relative; }
.prev::before { content: ''; background: url('../images/content/arrow-prev.webp')no-repeat center left; width: 100%; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }