/* Fonts 
=========*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Open Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Rest style 
==============*/
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
html, body.up, .up div, .up span, .up applet, .up object, .up iframe, .up h1, .up h2, .up h3, .up h4, .up h5, .up h6, .up p, 
.up blockquote, .up pre, .up a, .up abbr, .up acronym, .up address, .up big, .up cite, .up code, .up del, .up dfn, 
.up em, .up font, .up img, .up ins, .up kbd, .up q, .up s, .up samp, .up small, .up strike, .up strong, .up sub, 
.up sup, .up tt, .up var, .up dl, .up dt, .up dd, .up fieldset, .up form, .up label, 
.up legend, .up table, .up caption, .up tbody, .up tfoot, .up thead, .up tr, .up th, .up td, .up select, 
.up input, .up option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.up sub, .up sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
.up sup { top: -0.5em; }
.up sub { bottom: -0.25em }
.up button, .up input, .up select, .up textarea { font-size:100%; margin:0; vertical-align:baseline; box-shadow:none !important; }
.up input[type="button"], .up input[type="submit"] { -webkit-appearance: none !important; }
.up :focus { outline: 0; }
.up img { border:0 none; max-width:100%; vertical-align:bottom; }
.up a { text-decoration:none; outline:none; cursor:poOpen Sans; }
.up a:focus { text-decoration:none !important; outline:none !important; }
.up img { max-width: 100%; }
.up .cf:before,.up .cf:after { content:""; display: table }
.up .cf:after { clear: both; }
.up .cf { *zoom:1;}
.up .preloader { display: none; }

/* make buttons play nice in IE */
button,input[type=button]{width:auto;overflow:visible;}

/*Placeholder opacity cross browsers*/
.up input::-webkit-input-placeholder { opacity:1; } 

/* WebKit browsers */
.up input:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up input::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up input:-ms-input-placeholder { opacity: 1; }

/* Open Sansnet Explorer 10+ */
.up textarea::-webkit-input-placeholder { opacity: 1; }

/* WebKit browsers */
.up textarea:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up textarea::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up textarea:-ms-input-placeholder { opacity: 1; }

/* Open Sansnet Explorer 10+ */
.up button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: 0; }

/* Global Setup
=============== */
body.up { position:relative; margin:0; padding:0; font-size:18px; color:#231f20; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:1.4; }
.up .txt2{ font-size:16px; line-height:1.1875; }
.up .wrapper { width:100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; opacity:0;}
.up .main { max-width:1200px; margin: 0 auto; padding-right:15px; padding-left:15px; }
.up a{ transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }

.up h1, .up h2, .up h3, .up h4, .up h5, .up h6,
.up h1 div, .up h2 div, .up h3 div, .up h4 div, .up h5 div, .up h6 div{ font-family: 'Open Sans', sans-serif; color:#1A1A1A; }

.up h1,.up h1 div{ font-size:60px; font-weight:700; line-height:1.216666666666667; }
.up h2,.up h2 div{ font-size:40px; font-weight:700; line-height:1.2; }
.up h3,.up h3 div{ font-size:32px; font-weight:700; line-height:1.21875; }
.up h4,.up h4 div{ font-size:28px; font-weight:700; line-height:1.214285714285714; }
.up h5,.up h5 div{ font-size:20px; font-weight:400; line-height:1.227272727272727; }
.up h6,.up h6 div{ font-size:18px; font-weight:700; line-height:1.222222222222222; }

.up .bullets ul li{ position:relative; padding-left:35px; }
.up .bullets ul li:before{ content:''; width:5px; height:5px; border-radius:50%; position:absolute; top:5px; left:0; background-color:#f16b48; }

.up a{ color:#000000; }
.up a:hover{ text-decoration:none; }
.up a.btn{ min-width:140px; display: inline-block; background-color:#3673b9; color:#fff; font-size:12px; font-weight:700; text-align:center; padding:12.74px 15px; line-height:14.52px; border-radius:50px; }
.up a.btn:hover{ background: #F37E21; text-decoration:none; }

.up a.btn.v2{ background-color:#fff; color: #F37E21; }
.up a.btn.v2:hover{ background: #3673b9; color: #fff; text-decoration:none; }

.up a.btn.v3{ background-color:#fff; color:#3673b9; }
.up a.btn.v3:hover{ background: #F37E21; text-decoration:none; }

.up a.btn.v4{ background-color:#fff; color:#3673b9; }
.up a.btn.v4:hover{ background: #F37E21; text-decoration:none; }

.up a.btn.v5{ background-color:#F37E21; color:#ffffff; }
.up a.btn.v5:hover{ background: #ffffff; color: #F37E21; text-decoration:none; }

.up .dis_flex{ display:flex; flex-wrap:wrap; }
.up .v_center{align-items: center;}}
.up .aic{ align-items:center; }
.up .jcsb{ justify-content:space-between; }
.up .jcc{ justify-content:center; }

.up .noListStyle ul{ margin:0; padding:0; list-style:none; }

.up .text-right{ text-align:right; }
.up .text-center{ text-align:center; }

.up .themeBgColor{ background-color:#fff; }
.up .themeFontColor{ color:#000; }

.up .header_center{ text-align:center; margin-bottom:50px; }


/* header style 
==========================*/
.up .header_section{ padding:19px 0; }
.up .header_section .main{ max-width:1200px }
.up .site_logo{ width:20%; }
.up .site_logo img{ width:150px; }
.up .site_menu{ width:80%; }
.up .site_menu ul{ margin:0; padding:0; list-style:none; text-align:right; }
.up .site_menu ul li{ display:inline-block; vertical-align:middle; margin-left:8.5%; }
.up .site_menu ul li a{ font-weight:700; }

.up .header_section.v2 .site_menu a.btn{ margin-left:20px; }
.up .header_section.v3 .site_menu a.btn{ margin-left:30px; }
.up .header_section.v3 .site_menu a:first-child{ color:#fff; font-weight:700; display:inline-block; vertical-align:middle; }

/* midd container style
=======================*/
.up .banner_sec{ ; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.up .banner_sec.v2 h1 div,
.up .banner_sec.v2 h1{ color:#fff; }
.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ text-decoration:none; }
.up .banner_sec a.btn{ margin-top: 60px; padding: 20px 20px; min-width: 200px; }

.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ text-decoration:none; }


.up .Title_Form_Sec h2 div a,
.up .Title_Form_Sec h2 div span{ text-decoration:none; }
.up .Title_Form_Sec .txt{ margin-top: 25px; font-size: 24px; }
.up .form_main { margin:0 auto; width:290px; max-width:100%; }


.up .TwoColLCRI.whiteFont{ color:#fff; }
.up .TwoColLCRI.whiteFont h2,
.up .TwoColLCRI.whiteFont h2 div{ color:#fff; }
.up .TwoColLCRI.whiteFont h2 span,
.up .TwoColLCRI.whiteFont h2 div span{ text-decoration:none; }

.up .TwoColLCRI .main{ max-width:1200px; }
.up .TwoColLCRI .dis_flex{ justify-content: space-between; }
.up .TwoColLeftContent { width:53%;  }
.up .TwoColRightImage { width:30%; }



.up .TwoColLCRI.v2 .TwoColLeftContent a.btn{ margin-top:25px; }
.up .TwoColLCRI.v2 .TwoColLeftContent a,
.up .TwoColLCRI.v2 .TwoColLeftContent span{ text-decoration:none; }


.up .TwoColLCRI.v3 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v3 .TwoColLeftContent .txt{ margin-top:25px; }
.up .TwoColLCRI.v3 .TwoColRightImage { width: 31%; margin-top: 16px; }

.up .TwoColLCRI.v3 .TwoColRightImage h6,
.up .TwoColLCRI.v3 .TwoColRightImage h6 div{ color:#fff; }
.up .TwoColLCRI.v3 .mktoForm .mktoLabel{ color:#fff !important; }
.up .TwoColLCRI.v3 form.mktoForm{ margin-top:28px; }
.up .TwoColLCRI.v3 .mktoForm input[type="text"], 
.up .TwoColLCRI.v3 .mktoForm input[type="url"],
.up .TwoColLCRI.v3 .mktoForm input[type="email"],
.up .TwoColLCRI.v3 .mktoForm input[type="tel"],
.up .TwoColLCRI.v3 .mktoForm input[type="number"],
.up .TwoColLCRI.v3 .mktoForm input[type="date"],
.up .TwoColLCRI.v3 .mktoForm textarea.mktoField, 
.up .TwoColLCRI.v3 .mktoForm select.mktoField{ border:1px solid #fff !important; background-color:#fff !important; }


.up .TwoColTCB .main{ max-width: 1200px; }
.up .TwoColTCB h3 span,
.up .TwoColTCB h3 div span{ text-decoration:none; }
.up .TwoColTCB .TCTCB_box { width:50%; padding-right:100px; }
.up .TwoColTCB .TCTCB_box .txt{ margin-top: 25px; font-size: 16px; }
.up .TwoColTCB .TCTCB_box a.btn{ margin-top:25px; }

.up .TwoColICB{ color:#fff; }
.up .TwoColICB .main{ max-width: 1200px; }
.up .TwoColICB .ICTCB_box { width:50%; margin-top:72px; padding-right:50px; }
.up .TwoColICB .ICTCB_box .ICTCB_box_img{ width:118px; }
.up .TwoColICB .ICTCB_box .txt{ margin-top: 25px; font-size: 16px; }
.up .TwoColICB .ICTCB_box a.btn{ margin-top:25px; }
.up .TwoColICB h2,
.up .TwoColICB h2 div{ color:#fff; }
.up .TwoColICB h2 span,
.up .TwoColICB h2 div span{ text-decoration:none; }

.up .logos_sec{  color:#fff; }
.up .logos_sec h2,
.up .logos_sec h2 div{ color:#fff; }
.up .logo_box{ width:15%; padding:0 10px; margin-top: 38px; margin-bottom: 60px; }
.up .logo_box img { 
  max-width: 100%; height: auto; }

.up .full_content{ color:#fff; }


.up .ThreeColTC .main{ max-width:1200px; }
.up .ThreeColTC h4 span,
.up .ThreeColTC h4 div span{ text-decoration:none; }
.up .ThreeColTC_box { width: 30%; }
.up .ThreeColTC_box:last-child{ margin-right:0 }
.up .ThreeColTC_box .txt{ font-size: 16px; line-height: 19.36px; margin-top: 25px; }
.up .three-column-v2 .ThreeColTC_box h4, 
.up .three-column-v2 .ThreeColTC_box h2, 
.up .three-column-v2 .ThreeColTC_box p,
.up .three-column-v2 .ThreeColTC_box h4 div, 
.up .three-column-v2 .ThreeColTC_box h2 div, 
.up .three-column-v2 .ThreeColTC_box p div {color:#ffffff !important;}
.up .three-column-v2 {color:#ffffff  !important;}
.up .three-column-v2 h2 div {color:#ffffff  !important;}
.up .three-column-v2  h2 {margin-bottom: 50px; text-align: center;}
.up .three-column-v2 .ThreeColTC_box img {width:100px; height:100px;   margin-bottom: 15px;}
.up .three-column-v2 .ThreeColTC_box h4 div {font-size:22px;}

.up .three-column-v3 .ThreeColTC_box h4, 
.up .three-column-v3 .ThreeColTC_box h2, 
.up .three-column-v3 .ThreeColTC_box p,
.up .three-column-v3 .ThreeColTC_box h4 div, 
.up .three-column-v3 .ThreeColTC_box h2 div, 
.up .three-column-v3 .ThreeColTC_box p div {text-align: center;}
.up .three-column-v3 {text-align: center;}
.up .three-column-v3 h2 div {text-align: center;}
.up .three-column-v3  h2 {margin-bottom: 50px; text-align: center;}
.up .three-column-v3 .ThreeColTC_box img {width:100px; height:100px;   margin-bottom: 15px;}
.up .three-column-v3 .ThreeColTC_box h4 div {font-size:22px;}

.up .four_col_box {  width:24%;text-align: center; background-color: #ffffff; border-radius: 40px;  padding: 30px; }
.up .four-column h2, .up .four-column h2 div  {margin-bottom: 50px; text-align: center; color: #ffffff; }
.up .four-column .four_col_box img {width:80px; height:auto; max-width:80px;}
.up .four-column .four_col_box p, 
.up .four-column .four_col_box p div {text-align: center;}
.up .four-column .four_col_box h4, 
.up .four-column .four_col_box h4 div  {text-align: center; color: #2b6aab; font-size: 22px; line-height: 1.15; margin-top:25px; margin-bottom:25px;     font-style: normal;
    font-weight: normal;}  
.up .four-column a.btn {
    margin-top: 60px;
    padding: 20px 20px;
    min-width: 200px;
}


.up .banner_sec.v3 h1,
.up .banner_sec.v3 h1 div{ color:#fff; }



.up .banner_sec.v5 p, 
.up .banner_sec.v5 p div,.up .banner_sec.v5 h1, 
.up .banner_sec.v5 h1 div { color:#fff; }
.up .banner_sec.v5 a.btn {    margin-top: 25px;} 



.up .videoIframe { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin-top:63px; }
.up .videoIframe iframe, 
.up .videoIframe video { left:0; top:0; position: absolute; width: 100%; height: 100%; }

.up .testimonial_sec{ padding:54px 0 132px; }
.up .testimonial_sec .quoteImg{ margin-left:-90px; }
.up .testimonial_sec .main{ max-width: 1200px; }
.up .testimonial_sec .dis_flex{ margin-top: 64px; }
.up .testimonial_sec .client_logo{ width:30%; }
.up .testimonial_sec .client_comment{ width: 60%; margin-left: 8%; }
.up .testimonial_sec * + h5{ margin-top:22px; }


.up .TwoColLCRI.v4 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v4 form.mktoForm{ margin-top:16px; }
.up .TwoColLCRI.v4 .form_right{ width:43%; margin-top:0; background: #ffffff; padding:51px 40px 37px; }
.up .TwoColLCRI.v4 .form_right h6,
.up .TwoColLCRI.v4 .form_right h6 div{ color:#1A1A1A; }
.up .TwoColLCRI.v4 .form_right .mktoForm .mktoLabel{ color:#3673b9 !important; }
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="text"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="url"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="email"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="tel"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="number"], 
.up .TwoColLCRI.v4 .form_right .mktoForm input[type="date"], 
.up .TwoColLCRI.v4 .form_right .mktoForm textarea.mktoField, 
.up .TwoColLCRI.v4 .form_right .mktoForm select.mktoField { border: 1px solid #1A1A1A !important; background-color: #fff !important; }



.up .speaker_sec .main{ max-width:1200px; }
.up .speaker_sec h5,
.up .speaker_sec h5 div{ font-size:22px; line-height:1.210454545454545; }
.up .spaker_left{ margin-bottom:50px; }
.up .spaker_left h3,
.up .spaker_left h3 div{ color:#3673b9; }
.up .spaker_left * + h5{ margin-top:24px; }
.up .spaker_right h2,
.up .spaker_right h2 div{ font-size:45px; }
.up .speaker_boxes{ display:flex; justify-content: space-between; }
.up .speaker_box .speaker_img{ border-radius:50%; overflow:hidden; width:33.5%; }
.up .speaker_box .speaker_img img{ width:100%; }
.up .speaker_box .speaker_content{ margin-top:25px; }
.up .speaker_box .speaker_content h5 + h5,
.up .speaker_box .speaker_content h5 + h5 div{ color: #3673b9; }
.up .speaker_box { margin-top: 25px; justify-content: space-between; align-items: center; flex-direction: column;
    width: 100%;text-align: center;}

.up .menu_icon{ display:none; cursor:poOpen Sans; font-size:35px; line-height:1; }

.up .mktoGen.mktoImg { display: inherit !important; line-height: inherit !important; }

/* footer style
================*/
.up .footer_section{ padding:42px 0; color:#fff; }
.up .footer_section .main{ max-width:1200px; }
.up .social_icon ul li a{ width:50px; height:50px; font-size: 30px; background-color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#3673b9; }
.up .social_icon ul li a:hover{ text-decoration:none; opacity:.7; }
.up .footer_left{ width:60%; }
.up .footer_left .footer_logo{ width:28%; }
.up .footer_left .txt{ width: 52%; margin-left: 9%; }
.up .footer_right{ width:40%; }
.up .footer_right ul{ margin:0; padding:0; text-align:right; }
.up .footer_right ul li{ margin:7px 12px; padding:0; list-style:none; display:inline-block; }
.up .footer_right ul li:last-child{ margin-right:0; }
.up .footer_right ul li:first-child{ margin-left:0; }
.up .footer_section a{ color:#fff; }
.up .footer_bottom { margin-top:65px; }
.up .footer_bottom a{ margin-right:30px; font-weight:700; display:inline-block; font-size:16px; line-height:19.36px; text-decoration:none; }
.up .footer_bottom a:hover{ text-decoration:none; }

/* Form style 
==========================*/

.up form.mktoForm { width: 100% !important; float:left; margin-top:57px; }
.up .mktoForm fieldset legend{ margin:0; }
.up .mktoForm .mktoFormCol { width: 100% !important; float: left; margin-bottom: 0 !important; }
.up .mktoForm .mktoFormRow{ clear:none !important; display: flex;   gap: 10px;}
.up .mktoForm fieldset{ padding-right:0 !important;  }
.up .mktoForm fieldset .mktoFormRow{ padding-bottom:0 !important; }
.up .mktoForm fieldset .mktoFormRow .mktoFormCol{ float:left; width:46.5% !important; }
.up .mktoForm fieldset .mktoFormRow .mktoFormCol:nth-child(2){ float:right !important; }

.up .mktoForm .mktoFieldWrap { width: 100% !important; float: left; }
.up .mktoForm input[type="text"], .up .mktoForm input[type="url"], .up .mktoForm input[type="email"], 
.up .mktoForm input[type="tel"], .up .mktoForm input[type="number"], .up .mktoForm input[type="date"], 
.up .mktoForm textarea.mktoField, .up .mktoForm select.mktoField { width: 100% !important; 
  float: left; padding:12px 12px; color: #000000; font-size: 16px; background-color:transparent !important;
  font-family:'Open Sans',sans-serif; font-weight: 400; outline: 0 !important;
  height:34.91px !important; border:1px solid #9D9D9D !important;   border-radius: 8px !important;  margin-bottom: 1.5rem !important;   }

.up .mktoForm select.mktoField{ appearance:none; -webkit-appearance:none; background-image:url('http://070-CHN-642.mktoweb.com/rs/070-CHN-642/images/arrow-down-3101.png'); background-repeat:no-repeat; background-position:96% 14px; background-size: 12px; }
.up .mktoOffset { width: 0px !important; }
.up .mktoForm .mktoGutter { width: 0px !important; }
.up .mktoForm .mktoLabel { color:#3673b9 !important; font-size:16px !important; font-weight:500 !important; font-family: 'Open Sans', sans-serif; padding:0 0 1px 10px !important; width: auto !important; line-height:21.75px; }
.up .mktoButtonRow span { margin-left: 0px !important; }
.up .mktoButtonRow { width: 100%; text-align: center !important;margin-top:16px !important;}
.up .mktoButton { background-color:#F37E21 !important; background: #F37E21 !important;
  background-image: none !important; border:1px solid #F37E21 !important; -webkit-border-radius:50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; min-width:171px; 
  padding: 10px 10px !important; color:#ffffff !important; font-size: 16px !important; 
  font-weight: 700 !important; font-family: 'Open Sans', sans-serif !important; 
  float: none; margin: 0 auto; display: inherit; height:44px !important; 
  max-width: 100% !important; border: none !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }

  .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton{background-color:#F37E21 !important; border-radius: 50px !important; border:1px solid #F37E21 !important;  }
.up .mktoButton:hover, 
.up .mktoButton:focus, .up .mktoButton.active { background-color:#F37E21 !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.up .mktoForm textarea[rows="2"] { height: auto !important; border: none; }
.up .mktoForm .mktoRadioList, 
.up .mktoForm .mktoCheckboxList { padding: 0 !important; float: left; width: 100% !important; margin: 0 0 0 0 !important; }
.up .mktoForm input[type="checkbox"].mktoField + label, 
.up .mktoForm input[type="radio"].mktoField + label { position: relative !important; 
  cursor: poOpen Sans !important; padding-left:25px !important; 
  width: auto !important; margin:0 0 13px !important; line-height:21.75px !important; 
  font-size:16px !important; color:#3673b9 !important; font-family:'Open Sans',sans-serif; font-weight:500 !important; 
  float: left; clear: both; font-style: normal !important; }
.up .mktoForm input[type="checkbox"].mktoField,
.up .mktoForm input[type="radio"].mktoField { display:none; }
.up .mktoForm input[type="checkbox"].mktoField:not(old) + label{ position: relative; cursor: poOpen Sans; padding-left: 25px; width: auto; }
.up .mktoForm input[type="checkbox"].mktoField:not(old) + label:before { box-sizing: border-box; position: absolute; left: 0px; top: 4px; content: ''; width: 16px; height: 16px; border: 1px solid #1A1A1A; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.up .mktoForm input[type="checkbox"].mktoField:not(old):checked + label:before { content:'\f00c'; font-family:'FontAwesome' !important; color:#1A1A1A; background-color:#F37E21; }
.up .mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: poOpen Sans; padding-left:30px; margin-bottom: 0 !important; width: auto; }
.up .mktoForm input[type="radio"].mktoField:not(old) + label:before { position: absolute; box-sizing:border-box; left:0px; top:3px; content: ''; width:16px; height:16px; border:1px solid #1A1A1A; border-radius:50%; }
.up .mktoForm input[type="radio"].mktoField:not(old):checked + label:before { content:'\f111'; font-family:'FontAwesome' !important; display: flex; align-items: center; justify-content: center; font-size:7px; background-color:#F37E21; }
.up .mktoForm .mktoRequiredField .mktoAsterix { display: none !important; }
.up .mktoForm .mktoHtmlText { width:100% !important; }