@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.content {
  /*& + .container {
   	max-width: 100%; padding-left: 0px;
   	padding-right: 0px;
  }*/ }

/*  Banner */
.home-banner-innter {
  position: relative;
  margin-top: -15px;
  z-index: -1; }

.banner-img {
  /*background: url('../../images/banner-bg.png') left top no-repeat;
  background-size: cover;
  padding: 20px;*/
  border-radius: 0px 0px 240px 240px; }
  .banner-img img {
    display: block;
    line-height: 1;
    border-radius: 0px 0px 240px 240px; }

.banner-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 84px 120px 30px 140px;
  width: 100%; }

.banner-content-innner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff; }

.banner-left-txt {
  padding-right: 24px;
  max-width: 45%; }

.banner-title4 {
  color: #1e3957;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400; }

.banner-title3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff; }

.banner-title2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700; }

.banner-title1 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 700; }

.banner-title1, .banner-title2, .banner-title3, .banner-title4 {
  margin-bottom: 0px; }

.banner-right-txt {
  padding-left: 28px; }
  .banner-right-txt .banner-title-right {
    color: #1e3957;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 8px; }
  .banner-right-txt .banner-list {
    padding-bottom: 5px;
    position: relative;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0; }
    .banner-right-txt .banner-list:before {
      content: " ";
      width: 3px;
      height: 100%;
      height: calc(100% + 26px);
      position: absolute;
      left: -18px;
      top: 0;
      margin-left: -11px;
      background: #FF9800; }
    .banner-right-txt .banner-list li {
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: 700;
      color: #1e3957;
      padding-left: 34px;
      margin-bottom: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_46_454)'%3E%3Cpath d='M8.99991 16.17L4.82991 12L3.40991 13.41L8.99991 19L20.9999 7L19.5899 5.59L8.99991 16.17Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_454'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left 3px; }
  .banner-right-txt .btn {
    border-color: #fff; }

/* Category section */
.ser-category-sec-inner {
  position: relative;
  margin-top: -65px; }
  .ser-category-sec-inner:before {
    content: " ";
    width: 22px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    z-index: -2;
    background: #FF9800; }

.category-list-home {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: end;
  list-style: none;
  padding-left: 0px; }
  .category-list-home.align-left {
    justify-content: start; }
  .category-list-home li {
    margin-bottom: 15px;
    padding-left: 19px;
    padding-right: 19px;
    text-align: center;
    max-width: 167px; }
    .category-list-home li .cat-icon {
      background: #DCE9F4;
      border: 5px solid #FF9800;
      border-radius: 50%;
      width: 129px;
      height: 129px;
      display: inline-block;
      padding: 28px;
      text-align: center;
      margin-bottom: 7px;
      overflow: hidden; }
      .category-list-home li .cat-icon:hover img {
        transform: scale(1.2); }
      .category-list-home li .cat-icon img {
        max-width: 62px;
        max-height: 62px;
        transition: all .5s; }
    .category-list-home li h3 {
      font-size: 1rem;
      font-weight: 400;
      color: #1e3957; }
    .category-list-home li strong {
      display: block;
      font-size: 1.125rem; }

.subtitle-block {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 22px; }

.who-content {
  color: #1e3957;
  max-width: 480px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px; }
  .who-content p {
    font-size: 1.25rem; }

.what-content {
  color: #1e3957;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px; }
  .what-content .subtitle-block {
    text-align: center; }
  .what-content ul {
    list-style: none;
    padding-left: 0px; }
  .what-content li {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 4px;
    /*padding-left: 34px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_46_473)'%3E%3Cpath d='M9.00003 16.17L4.83003 12L3.41003 13.41L9.00003 19L21 7.00003L19.59 5.59003L9.00003 16.17Z' fill='%23FF9800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_473'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    */
    background-repeat: no-repeat;
    background-position: left 3px; }
    .what-content li:first-letter {
      font-weight: 700; }

.asset-caring-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .asset-caring-wrap h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0px; }
  .asset-caring-wrap .num {
    font-size: 96px;
    font-weight: 700;
    line-height: 1.5; }
  .asset-caring-wrap .asset-name {
    font-weight: 700;
    font-size: 1.5rem; }
  .asset-caring-wrap .asset-sec {
    width: 50%;
    padding: 28px;
    background: #FF9800;
    text-align: center; }
  .asset-caring-wrap .caring-sec {
    width: 50%;
    padding: 28px;
    background: #1e3957;
    text-align: center; }
    @media all and (min-width: 1024px) {
      .asset-caring-wrap .caring-sec h3 {
        padding-left: 155px; } }
    .asset-caring-wrap .caring-sec .count-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
    .asset-caring-wrap .caring-sec .count-col {
      padding-left: 9px;
      padding-right: 9px; }
    .asset-caring-wrap .caring-sec .count-col-img {
      padding-top: 36px; }
    .asset-caring-wrap .caring-sec .count-in .asset-name {
      line-height: 144px;
      font-size: 1.5rem; }
    .asset-caring-wrap .caring-sec .count-col3 {
      position: relative;
      /*padding-left:70px;
      &:before {
      	content: ""; background: $white;
      	left: 30px; top: 38px; position: absolute;
      	width:2px; height: 69px;
      }*/ }

.asset-txt-include {
  background: #fff;
  color: #1e3957;
  margin-bottom: 16px;
  font-size: 1.125rem;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/*  Introduce banner  */
.introduce-banner-sec {
  position: relative;
  /*	padding:47px 5px 47px 58px;*/
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1e3957;
  align-items: center; }
  .introduce-banner-sec .introduce-banner-img {
    width: 50%;
    /*img {
    	position: absolute; left: 0; top: 0;
    	width: 100%; height: 100%;
    	object-fit: cover;
    	z-index: -1;
    }*/ }
  .introduce-banner-sec .introduce-banner-txt {
    width: 50%;
    padding: 47px 10px 20px 16px; }
    .introduce-banner-sec .introduce-banner-txt h2 {
      color: #fff;
      font-weight: 500;
      font-size: 48px;
      line-height: 60px; }
    .introduce-banner-sec .introduce-banner-txt .learn-more {
      text-align: right;
      padding-right: 25px;
      font-size: 32px;
      font-weight: 400;
      color: #fff;
      text-decoration: underline; }

.meet-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FF9800;
  align-items: center; }
  .meet-sec .meet-sec-content {
    width: 50%;
    padding: 32px 5px 32px 50px; }
    .meet-sec .meet-sec-content h2 {
      color: #fff;
      font-weight: 500;
      font-size: 48px;
      line-height: 60px; }
    .meet-sec .meet-sec-content .auth-name {
      color: #fff;
      font-weight: 500;
      font-size: 32px;
      line-height: 60px; }
  .meet-sec .meet-sec-img img {
    width: 100%; }

.circle-box-wrap {
  text-align: center;
  width: 123px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 17px; }
  .circle-box-wrap .circle-line {
    width: 22px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    background: #FF9800; }
  .circle-box-wrap .circle-box {
    width: 123px;
    height: 123px;
    border: 20px solid #FF9800;
    border-radius: 50%;
    display: block;
    margin-top: -5px; }

/* Contact us section */
.contact-sec {
  margin-bottom: 46px; }

.contact-header {
  text-align: center;
  margin-bottom: 53px; }
  .contact-header .contact-title {
    color: #1e3957;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5; }
  .contact-header p {
    color: #1e3957;
    font-size: 1.5rem; }

.contact-form {
  max-width: 509px;
  margin-left: auto;
  margin-right: auto; }
  .contact-form .form-row-inner label {
    display: none; }
  .contact-form input, .contact-form select, .contact-form textarea {
    border-color: #ccc;
    border-radius: 0px; }
    .contact-form input:placeholder, .contact-form select:placeholder, .contact-form textarea:placeholder {
      color: #CCC; }
    .contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover {
      border-color: #FF9800; }
  .contact-form .contactbtn {
    text-align: center; }
    .contact-form .contactbtn .btn {
      min-width: 140px;
      font-size: 20px; }

/**/
.map-img {
  position: relative; }

.map-content {
  position: absolute;
  left: 15px;
  bottom: 10px; }
  .map-content .map-title {
    font-size: 48px;
    font-weight: 700;
    color: #1e3957;
    line-height: 1.3;
    margin-bottom: 2px; }
  .map-content p {
    font-size: 24px;
    font-weight: 400;
    color: #1e3957;
    font-style: italic; }

@media all and (min-width: 1251px) {
  .banner-left-txt .banner-title4 {
    font-size: 30px; }
  .banner-left-txt .banner-title3 {
    font-size: 40px; }
  .banner-left-txt .banner-title2 {
    font-size: 40px; }
  .banner-left-txt .banner-title1 {
    font-size: 50px; }

  .banner-right-txt .banner-title-right {
    font-size: 30px; }
  .banner-right-txt .banner-list li {
    /*	font-size: $font-medium;*/ } }
/* For chart section  */
#chart, #chart2, #chart3 {
  max-width: 100%; }

.title-graph-btm {
  text-align: center;
  margin-bottom: 40px; }

@media all and (min-width: 768px) {
  .banner-content-innner {
    flex-wrap: nowrap; } }
@media all and (max-width: 1023px) {
  .banner-content {
    padding: 64px 42px 20px 42px !important; } }
@media all and (max-width: 767px) {
  .content-wrap, .footer-main {
    overflow-x: hidden; }

  /*  Banner */
  .home-banner {
    margin-left: -15px;
    margin-right: -15px; }

  .home-banner-innter {
    margin-top: -5px; }

  .banner-img {
    border-radius: 0px; }
    .banner-img img {
      border-radius: 0px;
      width: 100%; }

  .banner-left-txt {
    width: 100%;
    max-width: 100%;
    padding-right: 0px; }
    .banner-left-txt .banner-title4 {
      font-size: 20px; }
    .banner-left-txt .banner-title3 {
      font-size: 28px;
      line-height: 1.3; }
    .banner-left-txt .banner-title2 {
      font-size: 28px;
      line-height: 1.3; }
    .banner-left-txt .banner-title1 {
      font-size: 50px;
      line-height: 1.4; }

  .banner-right-txt {
    padding-left: 0px; }
    .banner-right-txt .banner-title-right {
      font-size: 20px; }
    .banner-right-txt .banner-list {
      text-align: left;
      padding-bottom: 13px; }
      .banner-right-txt .banner-list:before {
        display: none; }
      .banner-right-txt .banner-list li {
        font-size: 0.875rem; }

  /*  Category sect */
  .ser-category-sec-inner {
    margin-top: 0px;
    padding-top: 22px; }
    .ser-category-sec-inner:before {
      top: -26px;
      display: none; }

  .category-list-home {
    justify-content: space-between;
    margin-bottom: 15px;
    margin-left: -9px;
    margin-right: -9px; }
    .category-list-home.align-left {
      justify-content: space-between; }
    .category-list-home li {
      padding-left: 9px;
      margin-bottom: 0px;
      padding-right: 9px; }
      .category-list-home li .cat-icon {
        height: 121px;
        width: 121px; }
        .category-list-home li .cat-icon img {
          max-width: 59px;
          max-height: 59px; }
      .category-list-home li h3 {
        font-size: 0.75rem; }
        .category-list-home li h3 strong {
          font-size: 0.75rem; }

  .asset-caring-wrap {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap; }
    .asset-caring-wrap .caring-sec, .asset-caring-wrap .asset-sec {
      width: 100%; }
    .asset-caring-wrap .asset-sec {
      padding: 28px 16px 22px 16px; }
    .asset-caring-wrap .caring-sec {
      padding: 28px 9px;
      /*.count-col3 {
      	padding-left: 46px;
      	&:before {
      		top:30px; left: 30px;
      	}
      }*/ }
      .asset-caring-wrap .caring-sec .count-col {
        padding-left: 6px;
        padding-right: 6px; }
      .asset-caring-wrap .caring-sec .count-in .asset-name {
        line-height: 115px; }
      .asset-caring-wrap .caring-sec .count-col-img {
        padding-top: 15px; }
    .asset-caring-wrap .num {
      font-size: 76px; }
    .asset-caring-wrap .asset-name {
      font-size: 1.125rem; }

  /*  Introduce banner  */
  .map, .introducing-meetup-wrap {
    margin-left: -15px;
    margin-right: -15px; }

  .introduce-banner-sec .introduce-banner-img {
    width: 100%; }
  .introduce-banner-sec .introduce-banner-txt {
    width: 100%; }
    .introduce-banner-sec .introduce-banner-txt h2 {
      font-size: 2rem;
      line-height: 1.25; }
    .introduce-banner-sec .introduce-banner-txt .auth-name {
      font-size: 1.5rem; }

  .meet-sec {
    position: relative;
    min-height: 321px;
    background-size: cover;
    flex-wrap: wrap; }
    .meet-sec .meet-sec-content {
      padding: 47px 16px;
      z-index: 1;
      position: relative;
      width: 100%; }
      .meet-sec .meet-sec-content h2 {
        font-size: 2rem;
        line-height: 1.25;
        white-space: nowrap;
        z-index: 1; }
      .meet-sec .meet-sec-content .auth-name {
        font-size: 1.5rem;
        white-space: nowrap;
        z-index: 1; }
    .meet-sec .meet-sec-img {
      width: 100%;
      			/*position:relative;
      			img {
      				height: 100%;
              		object-fit: fill;
      
      			}*/ }

  .circle-box-wrap {
    padding-bottom: 32px; }
    .circle-box-wrap .circle-line {
      height: 70px; }

  /* Map section  */
  .map-content .map-title {
    font-size: 24px; }
  .map-content p {
    font-size: 18px; }

  /* Contact */
  .contact-sec {
    margin-bottom: 30px; }

  .contact-header {
    margin-bottom: 18px; }
    .contact-header .contact-title {
      margin-bottom: 12px;
      line-height: 1; } }
@media all and (max-width: 424px) {
  .banner-left-txt .banner-title2, .banner-left-txt .banner-title3 {
    font-size: 24px; }
  .banner-left-txt .banner-title1 {
    font-size: 30px; }

  .category-list-home {
    margin-left: -5px;
    margin-right: -5px; }
    .category-list-home li {
      padding-left: 5px;
      padding-right: 5px; }
      .category-list-home li .cat-icon {
        height: 90px;
        width: 90px;
        padding: 15px; }
        .category-list-home li .cat-icon img {
          max-width: 50px;
          max-height: 50px; } }
