body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #002536 !important;

}

html {
	font-size: 62.5%;
}

a:hover {
 cursor:pointer;
}

.blog-related-container #Viz4dBlog {
	padding: 40px !important;
	padding-top: 80px !important;
	margin: 0 !important;
	background: #0b1629;
}

.blog-related-container {
	background: #0b1629;
}

.scene-desc .toastui-editor-contents {
	overflow-y: scroll;
	max-height: 100px;
}
.scene-desc .toastui-editor-contents::-webkit-scrollbar {
	display: none;
}

.mini-title {
    text-align: center;
    font-weight: 600;
    color: #13e6e0;
   	font-size: 1.7em;
    margin-bottom: 0px;
    letter-spacing: 2px;}

.title {
    font-size: 1.8em;
    font-weight: 500;
    color: white;
    margin-top: 12px;
    margin-bottom: 80px;
    text-align: center;
}

.toggle-button {
    /*
     * Switcher Styles
     */

    .switcher {
      display: inline-block;
      height: 44px;
      margin-top:3px;
      padding: 4px;
      background: #14364c;
      border-radius: 2px;
	 width: 284px;
	border-radius: 18px;
    border: solid 1px #00ffff8a;
      position: relative;


    }

	
	/* Make the switch toggle red when Fusion is active */
	.switcher.fusion-active .switcher__toggle {
		background-color: #55c396; /* red */
		box-shadow: 0 0 0 4px rgba(255,77,79,0.12);
	}
	/* If the toggle is an inner element (adjust if required by existing CSS) */
	.switcher__input:checked + .switcher__label + .switcher__input + .switcher__label + .switcher__toggle {
		/* fallback selector in case markup order differs */
		background-color: #55c396;
	}

    .switcher__input {
      display: none;
    }

    .switcher__label {
      float: left;
      width: 50%;
      font-size: 13px;
      line-height: 34px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      position: inherit;
      z-index: 10;
      transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
      will-change: transform;

      a {
        display: block;
        color: #fff;
      }
    }

    .switcher__toggle {
      position: absolute;
      float: left;
      height: 34px;
      width: 50%;
      font-size: 12px;
      line-height: 30px;
      cursor: pointer;
      background-color: #36d0d0d1;
      border-radius: 14px;
      left: 5px;
      top: 4px;
      transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
      will-change: transform;
    }

    .switcher__input:checked + .switcher__label {
      color: #ffffff;
        font-weight: 600;
        text-shadow: 2px 1px 2px #00000082;
    }

    .switcher__input--latest:checked ~ .switcher__toggle {
      left: 137px;
    }


  }

@media only screen and (max-width: 64em) {
	.mini-title {
	   	font-size: 1.6em;
	 }

	.title {
	    font-size: 1.8em;
	}
}

@media only screen and (max-width: 61.875em) {

}

@media only screen and (max-width: 48em) {
	.title {
		font-size: 1.8em;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 37.5em) {
	.title {
		font-size: 1.7em;
    	margin-top: 20px;
	}
}

@media only screen and (max-width: 23.4375em) {
	.title {
		font-size: 1.6em;
		margin-top: 15px;
	}
}

.wrapper-download {
	padding-bottom: 54px;
}

button {
    border: none;
    color: white;
    padding: 9px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 700;
    /*box-shadow: 0px 2px 2px 2px #00000036;*/
    transition: 0.5s;

}

button:hover {
    text-decoration: none;
}

.svg-button {
	transition: 0.5s;
}



.cta {
	color: white;
	display: flex;
 	margin-top: 25px;
 	justify-content: center;
 	align-items: center;
}
.cta:hover {
	text-decoration: none;
}
.cta svg {
	width: 10px;
}

.cta span {
	border: none;
	color: white;
	padding: 9px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0px;
	font-weight: 700;
	text-shadow: 0 1px 2px #555;
}

.cta span, .cta path {
	fill: #f38959;
	background-color: #f38959;
	transition: all 0.3s;
}

.cta:hover path, .cta:hover span {
 	color: white;
    fill: #1fbac5 !important;
    background-color: #1fbac5 !important;
 }

 .cta-application span, .cta-application path {
 	color: white;
    fill: #1fbac5;
    background-color: #1fbac5;
 }

 .cta-application:hover path, .cta-application:hover span {
 	color: white;
    fill: #f38959;
	background-color: #f38959;
 }

.sib-form-block__button {
	opacity: 0.9;
	border-radius: 5px;
	text-shadow: 0 1px 2px #555;
	transition: all 0.3s;
	background: #f38959;
}
.sib-form-block__button:hover {
	opacity: 1;
}

@media screen and (max-width: 874px) {
	#wrapper-download {
		flex-direction: column;
	}

	#wrapper-download div:nth-of-type(2) {
		padding-top: 46px;
	}
}

@media screen and (min-width: 1200px) {

    .container-b-feature {
    	max-width: 1500px !important;
    }
}



/**/
/**/
/**/



.background-hero {
	height: 1696px;
	position: relative;
}

.background {
	width: 100%;
    background-color: #0B1629; /* TODO: #101c31 */
    display: flex;
    z-index: -1;
    flex-direction: column;
}

.hero-section {
	/*width: 100%;*/
    /*height: 91%;*/
    /*background: linear-gradient(135deg, rgba(29,88,84,1) 0%, rgba(29,88,84,1) 10%, rgba(102,87,117,1) 92%, rgba(102,87,117,1) 100%);*/
    display: flex;
    /*border-bottom-left-radius: 50% 8%;*/
    /*border-bottom-right-radius: 50% 8%;*/
    flex-direction: column;
}

.title-parent {
	margin-top: 60px;
    text-align: center;
    width: 100%;
    max-width: 823px;
    align-self: center;
}

.small-title {
	text-align: left;
    color: #9ffbff;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 2rem;
}

.primary-title {
	color: #11FFF7;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 5rem;
}

.second-title {
    text-align: right;
    color: #11FFF7;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 0px;
}

.desc-parent {
	text-align: center;
    align-self: center;
    max-width: 890px;
    padding-top: 60px;
}


.title-parent-n {
	margin-top: 60px;
	text-align: center;
	width: 100%;
	max-width: 810px;
	align-self: center;
}

.small-title-n {
	text-align: left;
	color: #11fff7;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	font-size: 35px;
}

.primary-title-n {
	color: #9ffbff;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 3rem;
}

.second-title-n {
	text-align: right;
	color: #11FFF7;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 0px;
}


.primary-desc {
	color: #c9e4ff;
    font-size: 2em;
	line-height: 1.5em;
}

.navbar-toggler-icon {
	content: initial;
}

.line {
	background-color: #11FFF7;
    width: 50px;
    height: 3px;
    border-radius: 140px;
}

/* Medium devices (landscape tablets, 768px and up) */

/* Extra small devices (phones, 600px and down) */


@media only screen and (max-width: 48em) {
	.title-parent {
		padding: 0 20px;
	}
	.primary-desc {
	    font-size: 1.9em;
	}

	.small-title {
		text-align: left;
	    color: #9ffbff;
	    font-weight: 600;
	    margin-bottom: 40px;
	    font-size: 2em;
	}

	.primary-title {
		color: #11FFF7;
	    font-weight: 700;
	    margin-bottom: 0;
	    font-size: 5em;
	}

	.second-title {
	    text-align: right;
	    color: #11FFF7;
	    font-weight: 700;
	    font-size: 2.6em;
	    margin-bottom: 0;
	    margin-top: 20px;
	    padding-left: 0px;
	}

}
@media only screen and (max-width: 37.5em) {
	.small-title {
		font-size: 1.5em;
		text-align: center;
	}

	.primary-title {
		font-size: 3em;
	}

	.second-title {
		font-size: 2.5em;
		margin-top: 24px;
		text-align: center;
	}f

	.primary-desc {
		font-size: 3em;
		    margin: 0px;
	}

	.second-desc {
		font-size: 2.5em;
	}

	.title-parent {
		padding: 0 0px;
		margin-top: 20px;

	}
	.desc-parent {
		padding: 0px 15px;
    	padding-top: 60px;
	}
}

@media only screen and (max-width: 23.4375em) {
	.primary-title {
	    font-size: 2.8em;
	}
	.second-title {
	    font-size: 2.3em;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}

/*iframe*/

.interactive {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    /*height: 680px;*/
	height: 65vh;
    border-radius: 3px;
    box-shadow: 0px 0px 19px -7px #0ffff1;
}

.interactive-container {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.i-bt {
	align-self: center;
	margin-top: 40px;
	text-align: center;
	max-width: 890px;
}

.margin-top {
	margin-top: 16px;
}

@media (orientation: landscape) {
	.interactive {
		max-width: 90%; /* chá»«a chá»— kÃ©o trang */
	}
}

@media only screen and (max-width: 1024px) {
	.interactive {
		/*height: 500px;*/
	}

	@media (orientation: landscape) and (max-height: 500px) {
		.interactive {
			/*height: 350px;*/
		}
	}
}
/*@media only screen and (max-width: 48em) {*/
/*	.interactive {*/
/*		height: 500px;*/
/*	}*/
/*	@media (orientation: landscape) {*/
/*		.interactive {*/
/*			height: 350px;*/
/*		}*/
/*	}*/
/*}*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 37.5em) {
  .interactive-container {
		padding-right: 0;
		padding-left: 0;
	}

	.interactive {
		/*height: 400px;*/
	}

	.i-bt {
		margin-top: 0px;
	}
}



.section-separator {
	/*filter: drop-shadow(0px 3px 0px #11FFF7);*/
	filter: drop-shadow(0px 3px 0px #1ae6e0);
	display: block;
}

/*Big Features*/


.application-background {
	background-color: #002536;
    padding: 90px 0px 54px 0px;
}

.features-b-header {
	max-width: 970px;
	text-align: center;

}

.product {
	width: 50%;
	padding:0px 16px;
}

/*left*/
.b-features-card-left {
	background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
	padding: 60px 60px 50px 60px;
	box-shadow: 7px 1px 6px 0px #0000001a;
	/* height: 100%; */
}


.header-application-b-parent-1 {
	display: flex;
	justify-content: center;
}

.header-application-b-parent-2 {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.application-line {
	    background: linear-gradient(90deg, #1edcd6, transparent);
    width: 100%;
    height: 2px;
}
.application-line-left {
	    background: linear-gradient(-90deg, #1edcd6, transparent);
    width: 100%;
    height: 2px;
}

.application-icon {
	width: 45px;
	height: 45px; /* iOS fix */
    margin-left: 30px;
}

.application-content {
	color: #ffffffbf;
    text-align: center;
    margin-top: 30px;
    font-size: 1.8em;
}

/*right*/


.b-features-card-right {
	background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
	padding: 60px 60px 50px 60px;
	box-shadow: -8px 1px 6px 0px #0000001a;
	/* height: 100%; */
}



.header-application-b-parent-1-r {
	display: flex;
	justify-content: center;
}

.header-application-b-parent-2-r {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.application-header {
    color: #e6e7e9;
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 5px;
}


.application-icon-r {
	width: 45px;
	height: 45px; /* iOS fix */
    margin-right: 30px;
}

.application-content-r {
	color: #ffffffbf;
    text-align: center;
    margin-top: 30px;
    font-size: 1.8em;
}

.section-separator-up {
	/*filter: drop-shadow(0px -3px 0px #11FFF7);*/
	filter: drop-shadow(0px -3px 0px #1ae6e0);
	display: block;
}

.application-icon-r-hidden {
	display: none;
	width: 50px;
	height: 50px; /* iOS fix */
    margin-left: 30px;
}

.application-btn-l {
	display: flex;
	justify-content: center;
}

.application-btn-r {
	display: flex;
	justify-content: center;
}



.conclusion-application {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.conclusion-text-application {
	max-width: 750px;
	text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fcfcff;
}

.new-tag {
	color: #6dffc3;
	font-size: 14px; 
	font-weight: 600; 
	border-radius: 12px; 
	padding: 3px; 
	margin-left: 131px;     
	position: absolute;    
	margin-top: -2px;
}

.video {
	width: 100%; 
	height: 330px; 
	border: none;
	margin-bottom: 28px;
}

@media (max-width: 1147px) {
	#wrapper-product {
		flex-direction: column;
		align-items: center;
	}

	#product-mesh {
		padding-top: 42px;
	}
	.product {
		width: 80%;
	}
}

@media (max-width: 1025px) {
	.new-tag {
		font-size:13px;
		margin-left: 109px;
    	margin-top: -4px;
	}
}

@media (max-width: 91.875em) {

}

@media (max-width: 87.5em) {

	.application-content-r {
		font-size: 1.7em;
	}
	.application-content {
		font-size: 1.7em;
	}
	.application-header {
		font-size: 2.2em;
	}
	.application-parent {
		padding: 0 10px;
	}
}

@media (max-width: 82em) {
	.container-application {
		max-width: 1210px;
	}
	.application-icon-r {
		width: 45px;
		height: 45px; /* iOS fix */
    	margin-right: 25px;
	}
	.application-icon {
		width: 45px;
		height: 45px; /* iOS fix */
    	margin-left: 25px;
	}
	.application-icon-l {
		width: 45px;
		height: 45px; /* iOS fix */
    	margin-right: 25px;
	}

}
@media only screen and (max-width: 64em) {
	.application-header {
		font-size: 1.9em;
	}

	.application-content-r {
		font-size: 1.7em;
	}

	.application-content {
		font-size: 1.7em;
	}
}



@media only screen and (max-width: 61.875em) {
	


	/* .application-icon-r-hidden {
		display: block;
		width: 50px;
		height: 50px; /* iOS fix */
	} */
	.application-icon-r {
		display: none;
	}
	.application-icon {
		width: 50px;
		height: 50px; /* iOS fix */
	}

	

	.b-features-card-left {
		background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
		box-shadow: 0px -7px 6px 0px #0000001a;
		padding: 32px 40px 32px 40px;
	}
	.b-features-card-right {
		background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
		box-shadow: 0px -7px 6px 0px #0000001a;
		padding: 32px 40px 32px 40px;
	}

	/* .container-application {
	    max-width: 660px;
	} */
}

@media only screen and (max-width: 48em) {
	.features-b-header {
	    max-width: 550px;
	}

	.application-icon-r-hidden {
		display: block;
		width: 50px;
		height: 50px; /* iOS fix */
	    margin-right: 30px;
	}
	.application-icon-r {
		display: none;
	}

	.header-application-b-parent-1 {
		justify-content: flex-start;
	}

	.application-btn-l {
		display: flex;
		justify-content: flex-start;
	}
	.btn-application-l {

		margin-right: 0;
	}
	.b-features-card-left {
		background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
		box-shadow: 0px -7px 6px 0px #0000001a;
	}
	.b-features-card-right {
		background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
		box-shadow: 0px -7px 6px 0px #0000001a;
	}

	.b-features-card-right {
		padding: 32px 40px 32px 40px;
	}
	.b-features-card-left {
		padding: 60px 40px 60px 40px;
	}
}

@media only screen and (max-width: 37.5em) {
	.application-background {
		padding: 80px 0px 60px 0px;
	}
	.features-b-header {
	    max-width: 890px;
	    text-align: center;
	}
	.b-features-card-left {
		padding: 30px 20px;
	}

	.b-features-card-right {
		padding: 30px 20px;
	}

	.product {
		width:95%;
	}

	.header-application-b-parent-2 {
		display: flex;
    	flex-direction: column;
    	text-align: left;
    	justify-content: flex-end;
	}
	.application-icon {
		width: 40px;
		height: 40px; /* iOS fix */
    	margin-left: 25px;
	}
	.application-icon-r-hidden {
		width: 40px;
		height: 40px; /* iOS fix */
    	margin-left: 25px;
    	margin-right: 0;
	}
	.application-btn-l {
	    display: flex;
	}
	.btn-application-l {
	    margin-left: 0px;
	    margin-right: 0;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.application-btn-r {
	    display: flex;

	}
	.btn-application-r {
	    margin-left: 0px;
	    margin-right: 0;
	}
	.application-content {
		margin-bottom: 35px;
	}
	.application-line {
	    background: linear-gradient(90deg, rgba(1,48,70,0) 0%, rgba(30,220,214,1) 50%, rgba(11,22,41,0) 100%);
	}
	.application-line-left {
	    background: linear-gradient(-90deg, rgba(1,48,70,0) 0%, rgba(30,220,214,1) 50%, rgba(11,22,41,0) 100%);
	}
}

@media only screen and (max-width: 23.4375em) {
	.header-application-b-parent-1-r {
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	}
	.header-application-b-parent-1 {
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	}
	.application-icon {
	    margin-bottom: 20px;
	    margin-left: 0;
	}
	.application-icon-r-hidden {
		 margin-bottom: 20px;
	    margin-left: 0;
	}

	.features-b-header {
		font-size: 1.8em;
	}
}

@media (min-width: 75em) {
	.container-application {
		/*max-width: 1640px !important;*/
	    max-width: 1440px !important;
	}
	.feature {
		max-width: 1480px !important;
	}
	.interactive-container {
		max-width: 1220px !important;
	}
	.feature-container {
		max-width: 1650px!important;
	}
	.container-feature {
	    max-width: 1300px;
	}
}



/*slider*/
#gallery-slider {
	margin: 8em 0;
}

#gallery-slider .swiper-slide {
	transition: all 0.2s;
}
#gallery-slider .swiper-slide:hover {
	transform: scale(1.03);
}

.swiper-wrapper {
	height: unset;
}

.swiper-container {
    width: 100%;
}

.img-slider {
	width: 100%;
	border-radius: 8px;
}

/*.slider-container {
	height: 640px;
}*/

.slider-text {
	text-align: center;
    font-weight: 600;
    font-size: 2em;
    max-width: 590px;
    margin-bottom: 65px;
    margin-top: 310px;
}

.secondary-slider-title {
    text-align: center;
    margin: 85px 0px 100px 0px;
    max-width: 660px;
    align-self: center;
    opacity: 1 !important;

    color: #fcfcff;
}

.secondary-slider-title-2 {
    text-align: center;
    margin: 15px 0px 0px 0px;
    max-width: 660px;
    align-self: center;
    opacity: 1 !important;

    color: #fcfcff;
}

.primary-slider-title {
    text-align: center;
    z-index: 10;
    margin: 100px 0px 85px 0px;
    max-width: 600px;
    align-self: center;
    opacity: 1;
    color: #fcfcff;
}

.primary-slider-title-2 {
    text-align: center;
    z-index: 10;
    margin: 0px 0px 15px 0px;
    max-width: 600px;
    align-self: center;
    opacity: 1;
    color: #fcfcff;
}

.primary-slider-title-span {

}

@media only screen and (max-width: 48em) {
	.secondary-slider-title {
	    margin: 90px 15px;
	    font-size: 1.9em;
	}

	.primary-slider-title {
	    margin: 90px 15px;
	    font-size: 1.9em;
	}

	.secondary-slider-title-2 {
	    margin: 0px 15px 70px;
	    font-size: 1.9em;
	}

	.primary-slider-title-2 {
	    margin: 70px 15px 0px;
	    font-size: 1.9em;
	}
}

@media only screen and (max-width: 37.5em) {
	.slider-text {
		text-align: left;
		font-weight: 400;
		font-size: 1.8em;
		max-width: 590px;
		margin-bottom: 65px;
		margin-top: 230px;
		padding: 0 40px;
	}

	.secondary-slider-title {

	    font-size: 1.7em;

	}

	.primary-slider-title {

	    margin: 90px 0px;
	    font-size: 1.7em;

	}

	.secondary-slider-title-2 {
		margin: 0px 15px 70px;
	    font-size: 1.7em;

	}

	.primary-slider-title-2 {

	    margin: 70px 0px 0px;
	    font-size: 1.7em;

	}
}

/*features*/

.features-primary-title {
    text-align: center;
}

.feature-section {
    color: white;
    background-color: #0b1629;
}

.feature-section-secondary {
    padding: 100px 0px;
    background-color: #002536;
}

.feature-section-2 {
	background-color: #002536;
}

.feature-title {
	font-size: 2em;
    font-weight: 600;
    margin-bottom: 1px;
    color: #e6e7e9;
}

.feature-text {
	color: #ffffffbf;
	font-size: 1.6em;
}

.feature-img {
	width: 40px;
    margin-bottom: 20px;
}

.feature-parent {
	padding: 0 15px;
	margin-bottom: 30px;
}

.features-line {
	width: 100%;
    height: 1.5px;
    background: linear-gradient(90deg, #1edcd6, transparent);
}
.features-line-left {
	width: 100%;
    height: 1.5px;
    background: linear-gradient(-90deg, #1edcd6, transparent);
}


/*right*/
.background-features-r {
	background: linear-gradient(90deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
    padding: 50px 60px;
    box-shadow: -8px 1px 6px 0px #00000030;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.background-features-r-2 {
	background: linear-gradient(to left, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
    padding: 50px 60px;
    box-shadow: -8px 1px 6px 0px #00000030;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.parent-features-title-r {
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 28px;
}

.feature-img-r {
	width: 45px;
    padding: 0;
    margin-right: 25px;
	fill: #12fff7;
}

/*left*/

.background-features-l {
	background: linear-gradient(260deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
    padding: 50px 60px;
    text-align: right;
    box-shadow: 8px 1px 6px 0px #00000030;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.background-features-l-2 {
	background: linear-gradient(to right, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
    padding: 50px 60px;
    text-align: right;
    box-shadow: 8px 1px 6px 0px #00000030;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.parent-features-title-l{
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 28px;
}

.feature-img-l {
	width: 45px;
    padding: 0;
    margin-left: 25px;
	fill: #12fff7;
}







.conclusion-features {
	background-color: #0b1527;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.conclusion-features-2 {
	background-color: #002536;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.conclusion-text-features {
	text-align: center;
    max-width: 760px;
    margin-bottom: 0px;
    opacity: 1;
        color: #7de1de;
}

@media (max-width: 106.25em) {
	.feature-img-r {
		width: 45px;
	}
	.feature-img-l {
		width: 45px;
	}

	.feature-title {
		font-size: 2.1em;
	}

	.feature-text {
    	font-size: 1.5em;
	}
	.parent-features-title-r {
		margin-bottom: 25px;
	}
	.parent-features-title-l {
		margin-bottom: 25px;
	}
}

@media (max-width: 90em) {
	.background-features-l {
		padding: 65px 80px 65px 40px;
	}

	.background-features-r {
		padding: 65px 40px 65px 80px;
	}
}

@media (max-width: 89.1875em) {
	.background-features-l {
		padding: 65px 80px 65px 30px;
	}

	.background-features-r {
		padding: 65px 30px 65px 80px;
	}
}

@media (max-width: 87.5em) {
	.background-features-l {
		padding: 65px 40px 65px 20px;
	}

	.background-features-r {
		padding: 65px 20px 65px 40px;
	}
	.feature-text {
    	font-size: 1.6em;
	}
}

@media (max-width: 81.25em) {
	.background-features-l {
		padding: 55px 50px 55px 20px;
	}

	.background-features-r {
		padding: 55px 20px 55px 50px;
	}



	.feature-parent {
		padding: 0 10px;
	}
	.feature-img-r {
		width: 40px;
	}
	.feature-img-l {
		width: 40px;
	}

	.feature-title {
		font-size: 1.8em;
	}

	.feature-text {
    	font-size: 1.6em;
	}

	.parent-features-title-r {
	    margin-bottom: 20px;
	}

	.parent-features-title-l {
	    margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	  .feature  {
		max-width: 1350px !important;
	}
}

@media only screen and (max-width: 64em) {
	.mini-title-feature{
		padding-top: 30px;
	}
}

@media only screen and (max-width: 61.875em) {
	.background-features-l {
		padding: 45px 50px 45px 0px;
	}


	.feature {
	    max-width: 900px !important;
	}

	.background-features-r {
		padding: 45px 0px 45px 50px;
	}

	.feature-parent {
		padding-right: 5px;
    	padding-left: 5px;
	}


	.feature-text {
	    margin-right: 0px;
	    font-size: 1.7em;
	}

	.feature-title {
		font-size: 2.1em;
	}

	.feature-img-r {
		font-size: 2.4em;
	    font-weight: 600;
	    margin-bottom: 1px;
	}

	.mini-title-feature {
		padding-top: 60px;
	}



	.features-primary-title {
	    text-align: center;
	}

	.background-features-l {
	    background: linear-gradient(260deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
		box-shadow: 8px 1px 6px 0px #00000030;
		padding: 40px 35px 40px 0px;
		text-align: right;
	}

	.background-features-r {
    	background: linear-gradient(90deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);		box-shadow: 0px -3px 6px 3px #00000030;
	    box-shadow: -8px 1px 6px 0px #00000030;
		padding: 40px 0px 40px 35px;
		text-align: left;
		margin-bottom: 0;
	}

	.parent-features-title-l {
		display: flex;
    	flex-direction: column-reverse;
    	align-items: flex-end;
    	margin-bottom: 20px;
	}
	.parent-features-title-r {
		display: flex;
    	flex-direction: column;
    	align-items: flex-start;
    	margin-bottom: 20px
	}

	.feature-img-l {
    	width: 45px;
	    padding: 0;
	    margin-bottom: 25px;
	    margin-right: 0;
	}

	.feature-img-r {
		width: 45px;
	    padding: 0;
	    margin-bottom: 25px;
	    margin-right: 0;
	}





}



@media only screen and (max-width: 50.75em) {

	.feature-parent {
		padding-right: 5px;
    	padding-left: 5px;
	}


	.feature-text {
	    margin-right: 0px;
	    font-size: 1.6em;
	}

	.feature-title {
		font-size: 2em;
	}

	.feature-section {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.features-primary-title {
	    text-align: center;
	    max-width: 630px;
	}

	.background-features-l {
	    background: linear-gradient(260deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
		box-shadow: 8px 1px 6px 0px #00000030;
		padding: 40px 40px 40px 0px;
		text-align: right;
	}

	.background-features-r {
    	background: linear-gradient(90deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
	    box-shadow: -8px 1px 6px 0px #00000030;
		padding: 40px 0px 40px 40px;
		text-align: left;
		margin-bottom: 0;
	}

	.background-features-l-2 {
    	background: linear-gradient(to right, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);

		box-shadow: 8px 1px 6px 0px #00000030;
		padding: 40px 40px 40px 0px;
		text-align: right;
	}

	.background-features-r-2 {
    	background: linear-gradient(to left, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);

	    box-shadow: -8px 1px 6px 0px #00000030;
		padding: 40px 0px 40px 40px;
		text-align: left;
		margin-bottom: 0;
	}

	.parent-features-title-l {
		display: flex;
    	flex-direction: column-reverse;
    	align-items: flex-end;
    	margin-bottom: 20px;
	}
	.parent-features-title-r {
		display: flex;
    	flex-direction: column;
    	align-items: flex-start;
    	margin-bottom: 20px
	}

	.feature-img-l {
    	width: 40px;
    	padding: 0;
   		margin-bottom: 15px;
   		margin-left: 0;
	}

	.feature-img-r {
		width: 40px;
    	padding: 0;
    	margin-bottom: 15px;
    	margin-right: 0;
	}
	.conclusion-text-features {
		text-align: center;
		z-index: 10;
		font-weight: 600;
		font-size: 20px;
		max-width: 610px;
		margin-top: 55px;
		margin-bottom: 40px;

	}
	.conclusion-features {
		padding-top: 0;
	}
	.b-feature-background {
		padding: 100px 0px 40px 0px;
	}
}

@media only screen and (max-width: 48em) {
	.background-features-l {
		box-shadow: 8px 1px 6px 0px #00000030;
		padding: 40px 40px 40px 0px;
	}

	.background-features-r {
	    box-shadow: -8px 1px 6px 0px #00000030;
		padding: 40px 0px 40px 40px;
		margin-bottom: 0;
	}

	.parent-features-title-l {
		display: flex;
    	flex-direction: column-reverse;
    	margin-bottom: 20px;
	}
	.parent-features-title-r {
		display: flex;
    	flex-direction: column;
    	margin-bottom: 20px
	}

	.feature-img-l {
    	width: 40px;
    	padding: 0;
   		margin-bottom: 20px;
   		margin-left: 0;
	}

	.feature-img-r {
		width: 40px;
    	padding: 0;
    	margin-bottom: 20px;
    	margin-right: 0;
	}

}

@media only screen and (max-width: 48em) {
	.feature {
    	max-width: 100%;
	}
	.mini-title-feature {
		padding-top: 40px;
	}

}

@media only screen and (max-width: 47.875em) {
	.background-features-l {
	    background: linear-gradient(180deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
		box-shadow: 8px 1px 6px 0px #00000030;
		padding: 40px 90px;
		text-align: center;
	}

	.background-features-r {
    	background: linear-gradient(180deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);		box-shadow: 0px -3px 6px 3px #00000030;
	    box-shadow: -8px 1px 6px 0px #00000030;
		padding: 40px 90px;
		text-align: center;
		margin-bottom: 0;
	}
	.parent-features-title-l {
		display: flex;
    	flex-direction: column-reverse;
    	align-items: center;
    	margin-bottom: 20px;
	}
	.parent-features-title-r {
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	margin-bottom: 20px
	}
}


@media only screen and (max-width: 37.5em) {
	.features-line {
	    background: linear-gradient(90deg, rgba(1,48,70,0) 0%, rgba(30,220,214,1) 50%, rgba(11,22,41,0) 100%);
	}
	.features-line-left {
	    background: linear-gradient(-90deg, rgba(1,48,70,0) 0%, rgba(30,220,214,1) 50%, rgba(11,22,41,0) 100%);
	}
	.mini-title-feature {
		padding-top: 20px;
	}
	.features-primary-title {
	    text-align: center;
	}

	.feature-img-l {
    	width: 50px;
    	padding: 0;
   		margin-bottom: 30px;
   		margin-left: 0;
	}


	.feature {
		padding-left: 15px;
		padding-right: 15px;
	}

	.feature-img-r {
		width: 50px;
    	padding: 0;
    	margin-bottom: 30px;
    	margin-right: 0;
	}
	.feature-title {
		font-size: 2em;
	}
	.feature-text {
	    margin-right: 0px;
	    font-size: 1.6em;
	    margin-bottom: 0;
	}
	.conclusion-text-features {
		text-align: center;
		z-index: 10;
		font-weight: 600;
		font-size: 1.7em;
		max-width: 570px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.conclusion-features {
	    padding-top: 20px;
    	padding-bottom: 60px;
	}
	.parent-features-title-l {
		align-items: center;
	}
	.background-features-l {
		padding: 55px 20px;
    	text-align: center;
	}
	.parent-features-title-r {
		align-items: center;
	}
	.background-features-r {
		padding: 55px 20px;
    	text-align: center;
	}
	.feature-parent {
		/*margin-bottom: 0;*/
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.background-features-l {
		margin: 0 12px;
	    background: linear-gradient(180deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
	    box-shadow: 0px -3px 4px 2px #00000030;

	}

	.background-features-r {
		margin: 0 12px;
    	background: linear-gradient(180deg, rgba(1,48,70,1) 6%, rgba(11,22,41,1) 100%);
    	box-shadow: 0px -3px 4px 2px #00000030;

	}
	.background-features-l-2 {
		margin: 0 12px;
	    background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);

box-shadow: 0px -3px 4px 2px #00000030;
	}

	.background-features-r-2 {
		margin: 0 12px;
    	background: linear-gradient(to top, rgba(0,37,54,1) 0%, rgba(6,57,80,1) 100%);
box-shadow: 0px -3px 4px 2px #00000030;
	}
}



/*hiw*/

/*How It Work*/

.hiw-primary-title-parent {
	background-color: #0b1629;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.hiw-primary-title {
	color: white;
	margin-bottom: 0;
	font-size: 2.4em;
	font-weight: 600;
}

.hiw-primary-title-logo {
	padding: 0px 10px;
	width: 120px;
}





.hiw-container-hidden {
	display: none;
}



.hiw-card-hidden {
	background: #0b1629;
}





.hiw-container {
   	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0b1629;
}

.hiw-parent {
	display: flex;
    max-width: 70%;
    width: 100%;
    position: relative;
    flex-direction: column;

}

.hiw-card {
	background: linear-gradient(180deg, rgba(1,48,70,1) 0%, rgba(11,22,41,1) 100%);
	color: white;
   	margin-right: 42.5%;
    width: 57.5%;
    display: flex;
    padding: 50px;
    box-shadow: 0px -9px 5px 0px #0000001f;
}

.hiw-card-1 {
	padding: 50px 0px 65px 50px;
}


.hiw-card-2 {
    margin-left: 42.5%;
    width: 57.5%;
    padding: 50px 50px 65px 0px;
    display: flex;
    justify-content: flex-end;
}

.hiw-card-3 {
    z-index: 3;
    padding: 50px 0px 65px 50px;
}

.hiw-card-4 {
    z-index: 4;
    margin-left: 42.5%;
    width: 57.5%;
    padding: 50px 50px 65px 0px;
    display: flex;
    justify-content: flex-end;
}

.hiw-title {
	    font-size: 2em;
    font-weight: 700;
    color: #f3fbff;
}

.hiw-text {
	color: #C3E1F5;
    font-size: 1.7em;
}

.hiw-content {
	display: flex;
	width: 71%;
}

.step-parent {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 29%;
}

.step-l {
	color: #10c8b7;
	font-size: 6em;
	font-weight: 800;
	/*margin-right: 110px; */
	-webkit-text-fill-color: #012d43;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #10c8b7;
	margin-bottom: 0px;
}

.step-r {
    color: #10c8b7;
    font-size: 6em;
    font-weight: 800;
    /*margin-left: 110px;*/
    -webkit-text-fill-color: #012d43;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #10c8b7;
    margin-bottom: 0px;
}

.conclusion-hiw {
	background-color: #0b1629;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 20px;
}

.conclusion-text-hiw {
    text-align: center;
    z-index: 10;
    font-weight: 600;
    font-size: 2em;
    color: #f0faff;
    max-width: 570px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1670px) {
	.hiw-parent {
		max-width: 70%;
	}
}

@media only screen and (max-width: 1570px) {
	.hiw-parent {
		max-width: 70%;
	}
}

@media only screen and (max-width: 1400px) {
	.hiw-parent {
		max-width: 75%;
	}
}

@media only screen and (max-width: 1300px) {
	.hiw-parent {
		max-width: 80%;
	}
	.hiw-container {
	   padding-top: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.hiw-parent {
		max-width: 85%;
	}
}

@media only screen and (max-width: 1100px) {
	.hiw-parent {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1037px) {
	.hiw-parent {
		max-width: 93%;
	}
	.hiw-container {
	   padding-top: 30px;
	}

	.wrapper-download {
		padding-top: 54px;
	}
	#download-fusion a div,
	#download-mesh a div{
		padding: 9px 25px
	}
}

@media only screen and (max-width: 912px) {
	.hiw-parent {
		max-width: 96%;
	}

}

@media only screen and (max-width: 812px) {

	.hiw-card {
		width: 100%;
		margin-left: 0;
	}

	.hiw-parent {
		max-width: 96%;
	}
	.conclusion-text-hiw {
	    text-align: center;
	    z-index: 10;
	    font-weight: 600;
	    font-size: 20px;
	    max-width: 610px;
	    margin-top: 0px;
	    margin-bottom: 40px;
	}
	.conclusion-hiw {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.hiw-parent {
		max-width: 96%;
	}
	.hiw-container {
	   padding-top: 35px;
	}
	.title-parent-n {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 700px) {
	#OpenGuestEditor {
		display: none; /* Editor chưa support màn < 700px */
	}
}

@media only screen and (max-width: 600px) {
	.title-parent-n {
		padding: 0 10px;
	}
	.small-title-n {
		font-size: 25px;
	}
	.primary-title-n {
		font-size: 2rem;
	}
	.second-title-n {
		font-size: 25px;
	}

	/*
	.hiw-container {
		display: none;
	}
	.hiw-container-hidden {
		display: block;
		background-color: #0b1629;
    	padding: 50px 15px 10px 15px;
	}*/
	.hiw-card-hidden {
	    margin: 0px 20px;
	    text-align: center;
	    padding: 40px 15px;
	}
	.hiw-primary-title-parent {
		padding-top: 50px;
	}

	.conclusion-hiw-show {
		display: none;
	}
	.conclusion-hiw {
	    padding-top: 70px;
	    padding-bottom: 0px;
	}
	.conclusion-text-hiw {
	    text-align: center;
	    z-index: 10;
	    font-weight: 600;
	    font-size: 1.7em;
	    max-width: 570px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.hiw-step-title {
		margin-bottom: 18px;
		color: #ececec;
	    font-size: 1.8em;
	    font-weight: 700;
	}
	.hiw-step-title-span {
		color: #10c8b7;
	    font-size: 1.6em;
	    font-weight: 800;
	    -webkit-text-fill-color: #0b1629;
	    -webkit-text-stroke-width: 1.5px;
	    -webkit-text-stroke-color: #10c8b7;
	    margin-bottom: 0px;
	}
	.hiw-content-hidden {

	    font-size: 1.6em;
	    color: #ffffffbf;
	}
	.hiw-hidden-title {
		text-align: center;
		font-size: 1.9em;
		margin-bottom: 40px;
		color: white;
	}
}






/*comparison*/

.com-container {
    margin-top: 100px;
    margin-bottom: 80px;
}

.com-header-parent {
    text-align: center;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.primary-com-header {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
}

.primary-com-header-l {
	color: #11FFF7;
}
.primary-com-header-r {
	color: #30EFA9;
}


.secondary-com-header {
	margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 400;
    max-width: 580px;
    color: #ffffffed;
}

.com-parent-color-l {
	box-shadow: 0px 6px 9px 1px #00000042;
	background-color: #000f17;
	border-top: solid;
    border-color: #1ae6e0;
	padding-bottom: 15px;
}

.com-parent-color-r {
	box-shadow: 0px 6px 9px 1px #00000042;
	background-color: #000f17;
	border-top: solid;
    border-color: #30EFA9;
	padding-bottom: 15px;
}

.com-color-light {
	background-color: #053952;
	display: flex;
	align-items: center;
}
.com-color-medium-dark {
	background-color: #023147;
	display: flex;
	align-items: center;
}
.com-color-dark {
	background-color: #00283A;
	display: flex;
	align-items: center;
}

.com-text {
	color: #fffffffa;
	font-size: 1.7em;
	margin-bottom: 0;
	padding: 30px;
}


.img-com-parent {
	text-align: center;
}

.img-com-parent:hover {

}

.img-com {
    margin-bottom: 15px;
	transition: all 0.25s;
}

.img-com-text {
	color: #ffffffeb !important;
    font-size: 1.8em;
    transition: 0.3s;
}

.img-com-text:hover {
	color: #30efa9 !important;
	text-decoration: underline !important;
}

.blue:hover {
	color: #1ae6e0 !important;
}

#EditorPreview {
	display: flex;
	justify-content: center;
	align-items: flex-start; /* iOS fix to keep image dimension */
}

#EditorPreview img {
	transition: all 0.25s;
	width: 100%;
	height: auto;
	margin-top: 20px;
	max-width: 1000px;
	box-shadow: 0 2px 10px 2px #00ffa240;
}
#EditorPreview:hover img {
	transform: translateY(-5px);
	box-shadow: 0 2px 10px 2px #00ffa260;
}


.conclusion-com {
	margin-bottom: 0px;
}

.com-container-hidden {
	display: none;
}

@media screen and (min-width: 1200px) {
	.com-container {
		max-width: 1700px !important;
	}
}

@media only screen and (max-width: 62em) {
	.com-container-hidden {
		display: block;
	}
	.com-container-show {
		display: none;
	}

	.com-header-parent {
		padding: 30px 0;
	}
	.secondary-com-header {
		font-size: 1.5em;
	}
	.com-text {
		font-size: 1.5em;
		padding: 20px;
	}
}

@media only screen and (max-width: 48em) {
	.img-com-text {
		text-decoration: underline !important;
	}
}


.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	font-size: 35px;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-size: 35px;
}

.swiper-button-com-next {
	top: 15%;
	color: #0cc5e2;
	right: 30%;
}
.swiper-button-com-prev {
	top: 15%;
	color: #0cc5e2;
	left: 30%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	font-size: 35px;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-size: 35px;
}

/*endless benefits*/

.endless-title {
	font-size: 2em;
    width: 100%;
    color: white;
    font-weight: 500;
    max-width: 620px;
}

.swiper-benefits-content {
	width: 100%;
	height: 100%;
	background-color: black;
}

.benefits-content {
	margin-bottom: 0;
	color: white;
	font-size: 1.8em;
	text-align: center;
}

.benefits-content-parent {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 37.5em) {
	.endless-title {
		font-size: 2em;
	    width: 100%;
	    color: white;
	    padding-left: 20px;
	    font-weight: 500;
	    max-width: 620px;
	}
	.com-title {
		margin-bottom: 100px;
	}
}

/*footer*/

.background-footer {
	width: 100%;
    background-color: #0b1629;
}

.title-footer {
	font-size: 3em;
    font-weight: 700;
    color: #13E2DE;
    margin-bottom: 0;
    padding-top: 10px;
}

.max-width-form {
	max-width: 500px;
    align-self: center;
}

.footer-section {
	text-align: center;
}

@media only screen and (max-width: 37.5em) {
	.title-footer {
		font-size: 2.5em;
	    font-weight: 700;
	    color: #13E2DE;
	    padding-top: 40px;
	}
}

/* ____________________________ */
/* __________ Footer __________ */
/* ____________________________ */


/*benefits*/

.benefits-text {
	color: #ffffffbf;
	font-size: 1.8em;
	text-align: center;
}


.benefits-primary-title {
	margin-bottom: 90px;
}

.conclusion-benefits {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.conclusion-benefits-secondary {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 110px;
}


.benefits-col {
	padding-bottom: 70px;
}
.aa {
	margin-top: 25px;
}

@media only screen and (max-width: 37.5em) {
	.benefits-col {
		padding-bottom: 70px;
	}
	.aa {
		margin-top: 25px;
	}
}

.background-image-footer {
	background-image: url("/images/realtime-archviz-on-browser-for-3ds-max.jpg");
	background-color: #cccccc;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}


.input {
        height: 45px !important;
    background-color: #0a3244 !important;
    border: none !important;
    color: white !important;
    padding: 0 0.8em !important;
}



.social-icon {
    margin: 0px 10px;
    font-size: 30px;
}

.footer-section {
    background-color: #0b1629;
}



.s3d-info {
    text-align: center;
}

.s3d-info i {
    width: 50px;
}

.svg-icon {
    width: 30px;
    margin: 0 7px;
}

.btn-s3d {

    background-color: white;
    color: #0c87f2;
}


#mainContainer {
    margin-top: 100px;
}

.s3d-infomation {

}

.s3d-copyright {
    cursor: pointer;
}

.s3d-info {
    padding: 30px 20px 20px 20px;
    color: white;
}

.line {
    width: 100%;
    background-color: #cdcdcd;
    height: 1px;
    margin-bottom: 30px;
}


.footer {
    padding-top: 0px;
}


.footer-social-media-color-facebook {

}

.footer-social-media-color-twitter {

}

.footer-social-media-color-youtube {

}


.footer-section {
	padding-top: 50px;
}

@media screen and (max-width: 37.5em) {
   .footer-color {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 1250px){
	.title-footer {
		font-size: 25px;
	}
}

@media screen and (max-width: 845px){
	.title-footer {
		font-size: 22px;
	}
}


@media screen and (min-width: 1200px) {
     .container-menu {
    	max-width: 1450px !important;
    }
    .container-b-feature {
    	max-width: 1500px !important;
    }
    .benefits {
    	max-width: 1769px !important;
    }
}

