@font-face {
	font-family: "Baomoi-semibold";
	src: url(fonts/baomoi-semibold.ttf);
}
a,
button {
	outline: none;
}

a:hover,
a:focus,
a:active {
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

img.lazy {
	opacity: 0;
}
  
img.visible {
	animation: fadeIn 1s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.bg_white {
	background-color: #ffffff;
}

.bg_blue_light {
	background-color: #e8f2fa;
}

.case-study .main-wrapper {
	width: calc(100vw / 1920 * 1320);
	margin: auto;
	clear: both;
}

#service-magento .banner_container {
	width: calc(100vw / 1920 * 1652);
	margin: 0 auto;
	top: 0;
    bottom: 0;
	left: 50%;
    transform: translate(-50%, 0);
}

#service-magento .main-banner > .banner_container .content_top_page img.image-magento-banner-1 {
	max-width: calc(100vw / 1920 * 256);
}

#service-magento .main-banner > .banner_container .content_top_page img.image-magento-banner-2 {
	max-width: calc(100vw / 1920 * 340);
}

#service-seo .banner_container, #paid-advertising .banner_container {
	width: 90%;
	margin: 0 auto;
}

#service-seo .logo_ab_banner {
	position: absolute;
    right: calc((100vw / 1920) * 27);
    top: 0;
}

#service-magento .logo_ab_banner, #service-platform .logo_ab_banner {
	position: absolute;
    left: calc((100vw / 1920) * 27);
    top: calc((100vw / 1920) * 20);
}

#service-platform .banner_container {
	width: 82%;
	margin: 0 auto;
}

#service-platform .logo_ab_banner img {
	width: calc((100vw / 1920) * 136);
}

#service-seo .logo_ab_banner img {
	width: calc((100vw / 1920) * 194);
}

@media screen and (max-width: 1280px) {
	.case-study .main-wrapper {
		width: 90%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#paid-advertising .banner_container {
		left: calc((100vw / 768) * 48);
		right: calc((100vw / 768) * 48);
		bottom: calc((100vw / 768) * 96);
	}
	#service-magento .main-banner > .banner_container .content_top_page img.image-magento-banner-1 {
		max-width: calc(100vw / 768 * 215);
	}
	#service-magento .main-banner > .banner_container .content_top_page img.image-magento-banner-2 {
		max-width: calc(100vw / 768 * 287);
	}
	#service-platform .banner_container, #service-seo .banner_container, #paid-advertising .banner_container  {
		width: auto;
	}
	#service-seo .banner_container {
		left: calc((100vw / 768) * 70);
		right: calc((100vw / 768) * 70);
		bottom: calc((100vw / 768) * 70);
	}
	#service-magento .banner_container {
		bottom: calc(100vw / 768 * 48);
		top: unset;
		transform: none;
		left: calc(100vw / 768 * 48);
		right: calc(100vw / 768 * 48);
	}
	.logo_ab_banner {
		display: none;
	}
}

@media (max-width: 480px) {
	#service-seo .banner_container {
		padding: 0;
	}
	#service-seo .banner_container {
		left: calc((100vw / 480) * 30);
		right: calc((100vw / 480) * 30);
		bottom: calc((100vw / 480) * 30);
	}
}

.detail-contact {
	padding-top: 100px;
}

.detail-contact .gtitle {
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.detail-contact h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.map-info {
	margin-top: 88px;
}

.contact-info {
	margin-left: 55px;
}

.contact-icon {
	background-image: url("../images/contact-icon.png");
	background-repeat: no-repeat;
	float: left;
	margin-right: 25px;
}

.contact-icon.address {
	background-position: 0px 0px;
	height: 20px;
	width: 30px;
	margin-top: 10px;
}

.contact-icon.phone {
	background-position: 0 -26px;
	height: 24px;
	width: 30px;
}

.contact-icon.fax {
	background-position: 0px -66px;
	height: 20px;
	width: 30px;
	margin-top: 3px;
}

.contact-icon.mail {
	background-position: 0px -98px;
	height: 20px;
	width: 30px;
	margin-top: 1px;
}

.contact-info .detail .line {
	margin-top: 20px;
}

.contact-info .detail .line .info {
	margin-left: 20px;
}

.social-contact {
	margin-top: 56px;
	margin-left: 55px;
}

.social-info {
	margin-bottom: 12px;
}

.social-icon {
	background-image: url("../images/social-icon.png");
	background-repeat: no-repeat;
	margin-right: 42px;
	margin-left: auto;
	margin-right: auto;
}

.social-icon.tw {
	background-position: 0px 0px;
	height: 42px;
	width: 42px;
	margin-top: 10px;
}

.social-icon.fb {
	background-position: 0 -35px;
	height: 42px;
	width: 42px;
}

.social-icon.gp {
	background-position: 0px -77px;
	height: 42px;
	width: 42px;
	margin-top: 3px;
}

.social-icon.pt {
	background-position: 0px -117px;
	height: 42px;
	width: 42px;
	margin-top: 1px;
}

.social-info .detail {
	width: 153px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 33px;
	padding-top: 13px;
	font-size: 14px;
}

.social-info .detail.border-bottom {
	border-bottom: 1px solid #dcdcdc;
}

.social-info.fb .detail,
.social-info.tw .detail {
	width: 145px;
}

.social-info.fb {
	margin-top: 8px;
}

#frmContact {
	color: #909090;
}

#frmContact input[type=text],
#frmContact input[type=email],
#frmContact textarea {
	width: 100%;
	padding: 10px;
}

#frmContact .div_field {
	margin-bottom: 15px;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #858585;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #858585;
}

:-ms-input-placeholder {
	color: #858585;
}

#frmContact label {
	float: left;
	margin-left: 12px;
	color: #858585;
	margin-right: 8px;
}

#frmContact .chk-group {
	float: left;
	width: auto;
	margin-left: 30px;
}

#frmContact .chk-group input[type=checkbox] {
	margin-right: 7px;
}

#frmContact .form-control {
	border-radius: 0px;
	height: 45px;
}

#frmContact textarea.form-control {
	height: auto;
}

#frmContact .messageContainer {
	margin-top: 0px;
	margin-bottom: 15px;
}

#frmContact input[type=submit] {
	background-color: #161616;
	padding: 10px 16px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#fmQuote .help-block {
	color: red;
}

#fmQuote input.form-control,
#fmQuote textarea.form-control {
	margin-left: 55px;
}

#fmQuote .messageContainer {
	margin-top: 0px;
	margin-bottom: 5px;
}

.nopadding {
	padding: 0px;
}

#partner_team .partner_item {
	margin-bottom: 35px;
}

#partner_team li img {
	margin-left: auto;
	margin-right: auto;
}

/**** Case Study ****/
@font-face {
	font-family: 'Futura-LightOblique';
	src: url("fonts/Futura-LightOblique.eot");
	src: url("fonts/Futura-LightOblique.eot?iefixa") format("eot"), url("fonts/Futura-LightOblique.woff") format("woff"), url("fonts/Futura-LightOblique.ttf") format("truetype"), url("fonts/Futura-LightOblique.svg#svgFontName") format("svg");
}

@font-face {
	font-family: 'FuturaPT-Obl';
	src: url("fonts/FuturaPT-BookObl.ttf") format("truetype");
}

@media (max-width: 1000px) {
	.menu_top ul li.li_top a.a_top {
		font-size: 14px;
	}
	.header_top.case_study_bg #button_smobile, .header_top #button_smobile {
		top: calc(100vw / 1000 * 30);
		z-index: 999999;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) { 
	/* .header_top.case_study_bg #button_smobile, .header_top #button_smobile {
		top: calc(100vw / 430* 27);
        right: calc(100vw / 430* 27);
	} */
}

@media (max-width: 430px) {
	.header_top.case_study_bg #button_smobile, .header_top #button_smobile  {
		top: calc(100vw / 430 * 18);
    	right: calc(100vw / 430 * 27);
	}
}

.case_study_bg #menu_croll {
	position: relative !important;
}

.case_study_bg #menu_croll #menu_croll_i {
	width: 100%;
	position: sticky;
	top: 0;
	padding: 12px 0px;
	background: #000;
	z-index: 999999;
}

.case_study_bg #menu_croll #menu_croll_i.menu_croll_in {
	position: fixed;
}

.case_study_bg #menu_croll #menu_croll_i .logo a.a_logo img {
	width: calc(100vw / 1920 * 180);
}

.case-study .show-dt {
	display: block;
}

.case-study .show-mb {
	display: none;
}

.case-study .main-banner ul li img {
	width: 100%;
}

.casestudy-2024.case-study .main-banner ul li img {
	height: calc(100vw / 1920 * 700);
}

.case-study.melinda-maria .melinda-maria-revenue1 {
	background-color: #e8f2fa !important;
	padding: 100px 0 !important;
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 {
	margin-top: auto;
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .container_hp .desc {
	text-align: center;
	margin: auto !important;
	width: auto !important;
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .container_hp .desc p {
	max-width: 660px;
}

@media (max-width: 820px) {
	.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .container_hp .desc {
		max-width: 90%;
	}
}

@media (max-width: 430px) {
	.case-study.melinda-maria .melinda-maria-revenue1 {
		padding: 50px 0 !important;
		float: left;
		width: 100%;
	}
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .items .item:nth-of-type(1) .number {
	color: #00be91 !important;
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .items .item:nth-of-type(2) .number {
	color: #00a6d9 !important;
}

.case-study.melinda-maria .melinda-maria-revenue1 .revenues2 .items .item:nth-of-type(3) .number {
	color: #2982f9 !important;
}

.case-study.melinda-maria .melinda-maria-revenue2 {
	padding: 100px 0 !important;
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 {
	margin-top: auto;
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .container_hp .desc {
	text-align: center;
	margin: auto !important;
	width: auto !important;
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .container_hp .desc p {
	max-width: 660px;
}

@media (max-width: 820px) {
	.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .container_hp .desc {
		max-width: 90%;
	}
}

@media (max-width: 430px) {
	.case-study.melinda-maria .melinda-maria-revenue2 {
		width: 100%;
		float: left;
		padding: 50px 0 !important;
	}
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .items .item:nth-of-type(1) .number {
	color: #00be91 !important;
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .items .item:nth-of-type(2) .number {
	color: #00a6d9 !important;
}

.case-study.melinda-maria .melinda-maria-revenue2 .revenues2 .items .item:nth-of-type(3) .number {
	color: #2982f9 !important;
}

.case-study.melinda-maria .new-solution .div_content {
	margin-bottom: 150px;
}

.case-study.melinda-maria .main-wrapper .container_hp {
	margin-bottom: 100px;
}

.case-study.melinda-maria .main-wrapper .container_hp .left {
	width: 50%;
}

.case-study.melinda-maria .main-wrapper .container_hp .left .title {
	width: auto;
	padding-right: 0 !important;
	margin-bottom: 30px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.melinda-maria .main-wrapper .container_hp .left {
		width: 100%;
	}
	.case-study.melinda-maria .main-wrapper .container_hp {
		margin-bottom: 50px;
	}
}

.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number {
	padding-left: 160px;
}

.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number .number {
	font-size: 70px;
	font-weight: 600;
	color: #00a6d9;
}

@media (max-width: 850px) {
	.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number {
		padding-left: 0px;
		text-align: center;
	}
}

@media (max-width: 430px) {
	.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number .number {
		font-size: calc(100vw / 430 * 40);
	}
}

.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number .subject {
	margin-left: 60px;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 850px) {
	.case-study.melinda-maria .main-wrapper .container_hp .desc .revenue-number .subject {
		margin-left: 0 !important;
	}
}

@media (max-width: 850px) {
	.case-study.melinda-maria .main-banner .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

.case-study.ivivu .chart {
	background-color: white;
}

.case-study.ivivu .main-banner .mob_show_768 {
	width: 100%;
}

.case-study.ivivu .new-solution .div_content {
	margin-bottom: 100px;
}

.case-study.ivivu .new-solution .div_content .items {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items {
		align-content: center;
		flex-direction: column;
	}
}

.case-study.ivivu .new-solution .div_content .items .item {
	width: 33.3%;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item {
		width: fit-content;
		margin: 0 auto;
	}
}

.case-study.ivivu .new-solution .div_content .items .item .number {
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: #00be91;
	text-align: center;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item .number {
		font-size: 100px;
		margin-top: 140px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.ivivu .new-solution .div_content .items .item .number {
		font-size: 50px;
		margin-top: 70px;
	}
}

.case-study.ivivu .new-solution .div_content .items .item .subject {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #d3cac5;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item .subject {
		font-size: 40px;
		margin-top: 40px;
		margin-bottom: 140px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.ivivu .new-solution .div_content .items .item .subject {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 70px;
	}
}

.case-study.ivivu .new-solution .div_content .items .item .content {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #666666;
	margin-top: 30px;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item .content {
		font-size: 40px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.ivivu .new-solution .div_content .items .item .content {
		font-size: 20px;
		margin-top: 20px;
	}
}

.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(1) {
	border-right: 1px solid #ffffff;
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(1) {
		border-right: none;
	}
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(1) .number {
		margin-top: 0;
	}
}

@media screen and (max-width: 850px) {
	.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(2) {
		border-bottom: none;
	}
}

.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(3) .subject {
	margin-bottom: 0;
}

.case-study.ivivu .new-solution .div_content .items .item:nth-of-type(3) .border_bottom_new {
	display: none;
}

.case-study.vuigame .main-wrapper .stories .tag {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #252e4b;
	margin-top: 30px;
}

@media screen and (max-width: 1280px) {
	.case-study.vuigame .main-wrapper .stories .tag {
		font-size: 20px;
	}
}

.case-study.vuigame .chart {
	background-color: white;
	margin-top: 0;
}

.case-study.vuigame .new-results .w_container {
	background-color: #ffffff;
	padding: 0;
}

.case-study.vuigame .new-results .w_container .content {
	text-align: left !important;
	margin-top: 30px;
}

.case-study.vuigame .main-banner .mob_show_768 {
	width: 100%;
}

.case-study .main-banner.second-banner img {
	width: 100%;
}

.case-study.hammit .main-banner.second-banner {
	margin-top: 190px;
}

.case-study.hammit .main-banner.second-banner .mob_show_768 {
	width: 100%;
}

.case-study.hammit .main-wrapper .container_hp .title {
	padding-right: 15px;
}

.case-study.hammit .main-wrapper .container_hp .title .title-new {
	font-size: 40px;
}

.case-study.hammit .main-wrapper .container_hp .title .items {
	font-size: 60px;
	margin-top: 50px;
}

.case-study.hammit .main-wrapper .container_hp .desc {
	padding-left: 45px;
}

.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart {
	margin-top: 20px;
}

@media screen and (max-width: 1280px) {
	.case_study_bg #menu_croll #menu_croll_i .logo a.a_logo img {
		width: calc(100vw / 1280 * 180);
	}
}

@media screen and (max-width: 1024px) and (orientation:landscape) {
	.case_study_bg #menu_croll #menu_croll_i .logo a.a_logo img {
		width: calc(100vw / 1024 * 180);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.hammit .main-wrapper .container_hp .title {
		padding-right: 0;
	}
	.case-study.hammit .main-wrapper .container_hp .desc {
		padding-left: 0;
	}
	.case-study.hammit .main-banner.second-banner {
		margin-top: calc(100vw / 750 * 100);
	}
	.case_study_bg #menu_croll #menu_croll_i .logo a.a_logo img {
		width: calc(100vw / 768 * 180);
	}
	.dropdown-menu #active a, .dropdown#active a.dropdown-toggle {
		font-weight: bold;
	}
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-1 {
		padding: 50px;
	}
}

.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 {
	margin-top: 50px;
}

.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc .item:nth-of-type(2) {
	border-right: 0;
}

@media screen and (max-width: 430px) {
	.case_study_bg #menu_croll #menu_croll_i .logo a.a_logo img {
		width: calc(100vw / 430 * 140);
	}
	.case-study.hammit .main-banner.second-banner {
		margin-top: 30px;
	}
	.case-study.hammit .main-wrapper .container_hp .title {
		padding-right: 0;
		font-size: calc(100vw / 430 * 30);
	}
	.case-study.hammit .main-wrapper .container_hp .title .title-new {
		font-size: calc(100vw / 430 * 30);
	}
	.case-study.hammit .main-wrapper .container_hp .desc {
		padding-left: 0;
	}
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-1 {
		padding: 0;
	}
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart {
		padding-top: 0;
	}
	.case-study.hammit .main-wrapper .container_hp .title .items {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 850px) {
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc .item:nth-of-type(2) {
		border-bottom: none;
	}
}

.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc p {
	max-width: 500px;
	margin-top: 50px;
	padding-left: 75px;
	text-align: center;
}

.case-study.hammit .chart.mid {
	background-color: #ffffff;
}

.case-study.hammit .chart-footer {
	padding-top: 0;
	background-color: #ffffff;
}

.case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(1) {
	width: 50%;
}

.case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(2) {
	width: 50%;
	border-right: none;
}

.case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.hammit .main-wrapper .revenues2 .container_hp.hammit-3 .title {
	font-size: 40px;
	padding-right: 150px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc p {
		max-width: none;
		margin-top: 50px;
		margin-bottom: 50px;
		padding-left: 0;
	}
	.case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(1), .case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(2) {
		width: 100%;
	}
	.case-study.hammit .main-wrapper .revenues2 .container_hp.hammit-3 .title {
		padding-right: 0px;
	}
	.case-study.hammit .main-wrapper .revenues2 .container_hp.hammit-3 .title {
		font-size: calc(100vw / 430 * 30);
	}
}


@media screen and (max-width: 430px) {
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .container_hp.hammit-2 .desc p {
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		padding-left: 0;
		text-align: center;
		float: left;
		width: 100%;
	}
	.case-study.hammit .main-wrapper .revenues2 .item:nth-of-type(1) {
		width: 100%;
	}
	.case-study.hammit .container_hp.hammit-3 {
		margin-bottom: 30px;
	}
}

.case-study .author-info {
	float: right;
	position: relative;
	margin-top: calc(100vw / 1920 * -240);
	padding: calc(100vw / 1920 * 80);
	width: calc(100vw / 1920 * 712);
	-webkit-backdrop-filter: blur(23px);
	backdrop-filter: blur(23px);
	background-color: rgba(255, 255, 255, 0.85);
}

.case-study .author-info .title {
	font-size: calc(100vw / 1920 * 60);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.12;
	letter-spacing: normal;
	color: #252e4b;
}

.case-study .author-info .desc {
	font-weight: 700;
	font-size: calc(100vw / 1920 * 22);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: normal;
	color: #252e4b;
	margin: calc(100vw / 1920 * 20) 0 calc(100vw / 1920 * 40) 0;
}

.case-study .author-info a.launch {
	font-size: calc(100vw / 1920 * 22);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.4px;
	color: #252e4b;
	border: solid 2px #252e4b;
	padding: calc(100vw / 1920 * 15) calc(100vw / 1920 * 40);
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s;
}

.case-study .author-info a.launch:hover {
	color: #fff;
	background-color: #252e4b;
}

.case-study .services {
	float: left;
	padding: 40px;
}

.case-study .services ul li {
	font-size: calc(100vw / 1920 * 18);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #666666;
	margin-bottom: 8px;
}

.case-study .services ul li.title {
	font-size: calc(100vw / 1920 * 22);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.4px;
	color: #252e4b;
	margin-bottom: calc(100vw / 1920 * 15);
}

.case-study .stories {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: calc(100vw / 1920 * 100);
	flex-wrap: wrap;
}

.case-study .stories .box {
	width: 50%;
}

.case-study .stories .box.info img {
	max-width: 80%;
	width: calc(100vw / 1920 * 450);
}

.case-study .stories .box.info .title {
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	margin: 80px 0 24px 0;
}

@media screen and (max-width: 1200px) {
	.case-study .services {
		padding: calc(100vw / 1200 * 50);
	}
	.case-study .services ul li {
		font-size: calc(100vw / 1200 * 22);
		margin-bottom: calc(100vw / 820 * 15);
	}
	.case-study .services ul li.title {
		font-size: calc(100vw / 1200 * 26);
		margin-bottom: calc(100vw / 820 * 20);
	}
	.case-study .author-info .desc {
		font-size: calc(100vw / 1200 * 18);
	}
	.case-study .author-info a.launch {
		font-size: calc(100vw / 1200 * 18);
		padding: calc(100vw / 1200 * 15) calc(100vw / 1200 * 40);
	}
	.case-study .author-info {
		width: calc(100vw / 1200 * 575);
	}
	.case-study .stories .box.info .title {
		font-size: calc(100vw / 1200 * 36);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .stories {
		padding-top: 50px;
	}
	.case-study .services {
		padding: 0 calc(100vw / 750 * 50);
	}
	.case-study .services ul li {
		font-size: calc(100vw / 750 * 22);
		margin-bottom: 20px;
	}
	.case-study .services ul li.title {
		font-size: calc(100vw / 750 * 40);
		margin-bottom: calc(100vw / 750 * 40);
	}
	.case-study .stories .box.info .title {
		font-size: calc(100vw / 750 * 50);
	}
}

@media screen and (max-width: 480px) {
	.case-study .services ul li {
		font-size: calc(100vw / 480 * 18);
		margin-bottom: 10px;
	}
	.case-study .services ul li.title {
		font-size: calc(100vw / 480 * 22);
		margin-bottom: 15px;
	}
}

.case-study .stories .box.info .tags {
	opacity: 0.7;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2.22px;
	color: #252e4b;
	margin-top: 40px;
	margin-bottom: 20px;
}

.case-study .stories .box.info .content {
	width: 68%;
	font-size: calc(100vw / 1920 * 18);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #666666;
}

.case-study .stories .box.info .content p {
	margin-bottom: 24px;
}

.case-study .stories .box.image img {
	width: calc(100vw / 1920 * 600);
	width: 100%;
}

.case-study #cbi_flatform_layout {
	padding: 100px 0;
	background-color: #e8f2fa;
}

.case-study #cbi_flatform_layout .cbi_container {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.case-study #cbi_flatform_layout .cbi_container .col_left {
	width: 50%;
}

@media only screen and (max-width: 1366px) {
	.case-study .stories .box.info .content {
		font-size: calc(100vw / 1360 * 16);
	}
}

@media only screen and (max-width: 1280px) {
	.case-study #cbi_flatform_layout .cbi_container {
		width: 90%;
	}
}

@media only screen and (max-width: 1200px) {
	.case-study .stories .box.info .content, .case-study .stories .box.info .content {
		font-size: 16px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study #cbi_flatform_layout {
		padding: 80px 0;
	}
	.case-study #cbi_flatform_layout .cbi_container .col_left {
		width: 100%;
		margin-bottom: 50px;
	}
	.case-study .stories .box.info .content {
		font-size: calc(100vw / 750 * 30);
	}
}

@media only screen and (max-width: 1280px) {
	.case-study #cbi_flatform_layout .cbi_container .col_left img {
		width: 100%;
	}
}

.case-study #cbi_flatform_layout .cbi_container .col_right {
	width: 40%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study #cbi_flatform_layout .cbi_container .col_right {
		width: 100%;
	}
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	margin-bottom: 50px;
}

@media only screen and (max-width: 580px) {
	.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .title {
		font-size: 28px;
	}
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .content {
	font-size: 18px;
	color: #d3cac5;
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .content .item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .content .item div {
	width: 10%;
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .content .item div img {
	width: 14px;
}

.case-study #cbi_flatform_layout .cbi_container .col_right .container_con .content .item p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #666666;
	width: 90%;
}

.case-study .new-wrapper {
	margin-top: 100px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-wrapper {
		margin-top: 100px;
	}
}

@media screen and (max-width: 480px) {
	.case-study .new-wrapper {
		margin-top: 50px;
	}
}

@media screen and (max-width: 430px) {
	.case-study .new-wrapper, .case-study .main-wrapper {
		float: left;
    	width: 100%;
		padding: 0 20px;
	}
}

.case-study .work-desk-video .containner_hp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case-study .work-desk-video .containner_hp .item {
	width: 50%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .work-desk-video .containner_hp .item {
		width: 100%;
	}
}

.case-study .work-desk-video .containner_hp .item img {
	width: 100%;
}

.case-study .work-desk-video .containner_hp .item iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .work-desk-video .containner_hp .item iframe {
		height: 270px;
	}
}

.case-study .chart {
	background-color: #e8f2fa;
	margin-top: 100px;
	padding: 80px 0;
	clear: both;
}

.case-study .chart img {
	width: 100%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .chart {
		margin-top: 50px;
		padding: 40px 0;
	}
	.case-study .chart img {
		height: 500px;
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.case-study .chart img {
		height: 300px;
	}
}

@media screen and (max-width: 430px) {
	.case-study .chart {
		width: 100%;
		float: left;
	}
}

.case-study .chart .item_2 {
	margin-top: 60px;
}

.case-study .work-desk img {
	width: 100%;
}

.case-study .work-desk2 {
	max-width: 1320px;
	text-align: center;
	margin: calc(100vw / 1920 * 100) auto;
	clear: both;
}

@media (max-width: 1320px) {
	.case-study .work-desk2 {
		width: auto;
		padding: 0 40px;
	}
}

@media (max-width: 820px) {
	.case-study .work-desk2 {
		margin: 50px auto;
	}
}

@media (max-width: 480px) {
	.case-study .work-desk2 {
		padding: 0 20px;
	}
}

.case-study .work-desk2 .container_hp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-study .work-desk2 .container_hp img {
	width: 49%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .work-desk2 .container_hp img {
		width: 100%;
	}

	.case-study .work-desk2 .container_hp img:nth-of-type(2) {
		margin-top: 40px;
	}
}

.case-study .strategies {
	margin-top: 100px;
	background: url("https://coadealc.sirv.com/cbi/images/cbi/new_layout/strategies-bg.png");
	padding: 80px 0;
	background-size: cover!important;
	background-repeat: no-repeat;
	clear: both;
}

.case-study.lowbrow-customs .strategies {
	background: url("https://coadealc.sirv.com/cbi/images/cbi/new_layout/lowbrow-strategies-bg.png");
}

.case-study .strategies .content {
	width: 47%;
	margin: 0 auto;
	font-family: FuturaPT-Obl;
	font-size: calc(100vw / 1920 * 28);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #252e4b;
}

.case-study .strategies .avatar {
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 0 20px;
}

.case-study .strategies .avatar img {
	width: calc(100vw / 1920 * 120);
}

.case-study .strategies .avatar .name {
	font-size: calc(100vw / 1920 * 13);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	text-transform: uppercase;
}

.case-study .strategies .avatar .title {
	opacity: 0.87;
	font-size: calc(100vw / 1920 * 13);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	margin: 20px 0 8px 0;
}

.case-study.first-citizens-bank .strategies {
	background-size: cover!important;
}

@media screen and (max-width: 1920px) {
	.case-study .strategies .avatar .name, .case-study .strategies .avatar .title {
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {
	.case-study .strategies .content {
		font-size: calc(100vw / 1200 * 22);
	}
	.case-study .strategies .avatar img {
		width: calc(100vw / 1200 * 160);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .strategies {
		padding: 40px 0;
	}
	.case-study .strategies .content {
		width: 80%;
	}
	.case-study .strategies .content {
		font-size: calc(100vw / 750 * 40);
	}
	.case-study .author-info {
		float: none;
		margin: 0 auto;
		margin-top: -20%;
		width: 100%;
		max-width: 100%;
		padding: calc(100vw / 750 * 100) calc(100vw / 750 * 50);
	}
	.case-study .author-info .title {
		font-size: calc(100vw / 750 * 64);
	}
	.case-study .author-info {
		width: 100%;
		padding: calc(100vw / 480 * 50) calc(100vw / 480 * 25);
	}
	.case-study .author-info .desc {
		font-size: calc(100vw / 750 * 35);
		margin: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 50) 0;
	}
	.case-study .author-info a.launch {
		font-size: calc(100vw / 750 * 32);
		padding: calc(100vw / 750 * 18) calc(100vw / 750 * 70);
	}
	.case-study .services {
		width: 100%;
		padding: 0 50px;
		float: none;
		text-align: left;
		margin: 0 auto;
	}
	.case-study .strategies .avatar img {
		width: calc(100vw / 750 * 160);
	}
	.case-study .strategies .avatar .title {
		font-size: calc(100vw / 750 * 22);
	}
	.case-study .strategies .avatar .name {
		font-size: calc(100vw / 750 * 22);
	}
}

@media screen and (max-width: 480px) {
	.case-study .strategies .content {
		font-size: 20px;
	}
	.case-study .services {
		width: 100%;
		padding: 0 25px;
	}
}

.case-study .revenues,
.case-study .revenues2,
.case-study .revenues3 {
	margin-top: 100px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {

	.case-study .revenues,
	.case-study .revenues2,
	.case-study .revenues3 {
		margin-top: 50px;
	}
}

.case-study .revenues .container_hp,
.case-study .revenues2 .container_hp,
.case-study .revenues3 .container_hp {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.case-study .revenues .container_hp .title,
.case-study .revenues2 .container_hp .title,
.case-study .revenues3 .container_hp .title {
	font-size: calc(100vw / 1920 * 46);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #252e4b;
	width: 50%;
	padding-right: 15%;
}

@media screen and (max-width: 1200px) {
	.case-study .revenues .container_hp .title,
	.case-study .revenues2 .container_hp .title,
	.case-study .revenues3 .container_hp .title {
		font-size: calc(100vw / 1200 * 46);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .revenues .container_hp .title,
	.case-study .revenues2 .container_hp .title,
	.case-study .revenues3 .container_hp .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		font-size: calc(100vw / 750 * 50);
	}
}

@media screen and (max-width: 480px) {

}

.case-study .revenues .container_hp .desc,
.case-study .revenues2 .container_hp .desc,
.case-study .revenues3 .container_hp .desc {
	width: 50%;
	padding-right: 2%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.61;
	letter-spacing: normal;
	color: #666666;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .container_hp .desc,
	.case-study .revenues2 .container_hp .desc,
	.case-study .revenues3 .container_hp .desc {
		width: 100%;
		padding-right: 0;
		font-size: 22px;
	}
}

.case-study .revenues .items,
.case-study .revenues2 .items,
.case-study .revenues3 .items {
	margin-top: 100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items,
	.case-study .revenues2 .items,
	.case-study .revenues3 .items {
		align-content: center;
		flex-direction: column;
	}
	.case-study .revenues.revenuesCustom2 .items, .case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .revenues.revenuesCustom2 .container_hp.hammit-2 {
		margin-top: 0;
	}
	.case-study .revenues.revenuesCustom2  .items .item .subject {
		margin-bottom: calc(100vw / 750 * 100);
	}
	.case-study.hammit .new-wrapper.bg_blue_light .main-wrapper.chart .revenues.revenuesCustom2 .container_hp.hammit-2 .desc .item:nth-of-type(2) .number {
		margin-top: calc(100vw / 750 * 100);
	}
}

@media screen and (max-width: 430px) {

	.case-study .revenues .items,
	.case-study .revenues2 .items,
	.case-study .revenues3 .items {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

.case-study .revenues .items .item,
.case-study .revenues2 .items .item,
.case-study .revenues3 .items .item {
	width: 33.3%;
}

.case-study .revenues2.revenues2col .items .item {
	width: 50%;
}

.case-study .revenues2.revenues2col .items .item:nth-of-type(2) {
	border-right: 0;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item,
	.case-study .revenues2 .items .item,
	.case-study .revenues3 .items .item {
		width: fit-content;
		margin: 0 auto;
	}
}

.case-study .revenues .items .item .number,
.case-study .revenues2 .items .item .number,
.case-study .revenues3 .items .item .number {
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: #00be91;
	text-align: center;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item .number,
	.case-study .revenues2 .items .item .number,
	.case-study .revenues3 .items .item .number {
		font-size: calc(100vw / 750 * 100);
		margin-top: calc(100vw / 750 * 140);
	}
}

@media screen and (max-width: 480px) {

	.case-study .revenues .items .item .number,
	.case-study .revenues2 .items .item .number,
	.case-study .revenues3 .items .item .number {
		font-size: 50px;
		margin-top: 70px;
	}
}

@media screen and (max-width: 430px) {

	.case-study .revenues .items .item .number,
	.case-study .revenues2 .items .item .number,
	.case-study .revenues3 .items .item .number {
		line-height: 1;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: calc(100vw / 430 * 40);
	}
}

.case-study .revenues .items .item .subject,
.case-study .revenues2 .items .item .subject,
.case-study .revenues3 .items .item .subject {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #333333;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item .subject,
	.case-study .revenues2 .items .item .subject,
	.case-study .revenues3 .items .item .subject {
		font-size: 40px;
		margin-top: 40px;
		margin-bottom: 140px;
	}
}

@media screen and (max-width: 480px) {

	.case-study .revenues .items .item .subject,
	.case-study .revenues2 .items .item .subject,
	.case-study .revenues3 .items .item .subject {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 430px) {

	.case-study .revenues .items .item .subject,
	.case-study .revenues2 .items .item .subject,
	.case-study .revenues3 .items .item .subject {
		margin-bottom: 30px;
	}
}

.case-study .revenues .items .item .content,
.case-study .revenues2 .items .item .content,
.case-study .revenues3 .items .item .content {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #666666;
	margin-top: 30px;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item .content,
	.case-study .revenues2 .items .item .content,
	.case-study .revenues3 .items .item .content {
		font-size: 40px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {

	.case-study .revenues .items .item .content,
	.case-study .revenues2 .items .item .content,
	.case-study .revenues3 .items .item .content {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item:nth-of-type(1) .number,
	.case-study .revenues2 .items .item:nth-of-type(1) .number,
	.case-study .revenues3 .items .item:nth-of-type(1) .number {
		margin-top: 0;
	}
}

.case-study .revenues .items .item:nth-of-type(2),
.case-study .revenues2 .items .item:nth-of-type(2),
.case-study .revenues3 .items .item:nth-of-type(2) {
	border-left: 2px solid #b9b9b9;
	border-right: 2px solid #b9b9b9;
}

@media screen and (max-width: 850px) {

	.case-study .revenues .items .item:nth-of-type(2),
	.case-study .revenues2 .items .item:nth-of-type(2),
	.case-study .revenues3 .items .item:nth-of-type(2) {
		border-left: none;
		border-right: none;
	}
}

.case-study .revenues .items .item:nth-of-type(2) .number,
.case-study .revenues2 .items .item:nth-of-type(2) .number,
.case-study .revenues3 .items .item:nth-of-type(2) .number {
	color: #f3552d;
}

.case-study .revenues .items .item:nth-of-type(3) .subject,
.case-study .revenues2 .items .item:nth-of-type(3) .subject,
.case-study .revenues3 .items .item:nth-of-type(3) .subject {
	margin-bottom: 0;
}

.case-study .revenues .items .item:nth-of-type(3) .border_bottom_new,
.case-study .revenues2 .items .item:nth-of-type(3) .border_bottom_new,
.case-study .revenues3 .items .item:nth-of-type(3) .border_bottom_new {
	display: none;
}

.case-study .new-solution {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	clear: both;
}

.case-study .new-solution .w_container {
	margin-top: 160px;
}

@media screen and (max-width: 1280px) {
	.case-study .new-solution .w_container {
		margin-top: 100px;
	}
}

.case-study .new-solution .w_container .div_images {
	width: 38%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .revenues.revenuesCustom .items .item .subject {
		margin-bottom: 0;
	}
	.case-study .new-solution .w_container .div_images {
		width: 90%;
	}
}

.case-study .new-solution .w_container .div_images img {
	width: 100%;
}

.case-study .new-solution .w_container .div_content {
	background-color: #252e4b;
	width: 70%;
	padding: 0 15% 0 11%;
	float: right;
	margin-top: calc(100vw / 1920 * 70);
	min-height: calc(100vw / 1920 * 720);
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1280px) {
	.case-study .new-solution .w_container .div_content {
		padding: 0 8% 0 11%;
		min-height: 500px;
	}
	#ippolita.case-study .new-solution .w_container .div_content {
		min-height: 580px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-solution .w_container .div_content {
		padding: 88% 5% 5% 5%;
		width: 95%;
	}
	.bg-bottom-images-mb {
		margin: calc(100vw / 750 * 100) 0;
	}
	.bg-bottom-images-mb img:not(:last-child) {
		margin-bottom: calc(100vw / 750 * 50);
	}
}

@media only screen and (max-width: 430px) {
	.case-study .new-solution .w_container .div_content {
		width: 100%;
		margin-bottom: 0;
	}
}

.case-study .new-solution .w_container .div_content .container_con .tags {
	opacity: 0.5;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2.22px;
	color: #d3cac5;
}

@media only screen and (min-width: 1920px) {
	.case-study .new-solution .w_container .div_content .container_con .tags {
		font-size: calc(100vw / 1920 * 14);
	}
}

.case-study .new-solution .w_container .div_content .container_con .title {
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	line-height: 1.35;
	color: #d3cac5;
	margin-top: 20px;
}

.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .title {
	padding-right: calc(100vw / 1920 * 300);
}

#bokksu.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .title {
	padding-right: calc(100vw / 1920 * 200);
}

.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content {
	padding-right: calc(100vw / 1920 * 60);
	font-size: calc(100vw / 1920 * 18);
}

.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content ul {
	list-style-type: disc;
	margin-left: calc(100vw / 1920 * 25);
}

.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content ul li::marker {
	color: #FF7D33;
    font-size: calc(100vw / 1920 * 20);
}

#bokksu.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content {
	padding-right: calc(100vw / 1920 * 40);
}

.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content p {
	font-size: calc(100vw / 1920 * 18);
}

.casestudy-2024.case-study .show_770 {
	display: none!important;
}

@media only screen and (max-width: 1366px) {
	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content p {
		font-size: calc(100vw / 1360 * 16);
	}
	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content ul li::marker {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1200px) {
	.case-study .new-solution .w_container .div_content .container_con .title {
		font-size: calc(100vw / 1200 * 30);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content ul {
		margin-left: 25px;
	}
	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content ul li::marker {
		font-size: 24px;
	}
	.case-study .new-solution .w_container .div_content .container_con .title {
		font-size: calc(100vw / 750 * 50);
	}

	.case-study .new-solution .w_container .div_content .container_con .title {
		padding-right: 0;
	}

	.casestudy-2024.case-study .hidden_770 {
		display: none!important;
	}

	.casestudy-2024.case-study .show_770 {
		display: block!important;
	}

	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .title , #bokksu.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .title {
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {

}

.case-study .new-solution .w_container .div_content .container_con .content {
	opacity: 0.7;
	font-size: 18px;
	line-height: 1.5;
	color: #d3cac5;
	margin-top: 20px;
}

.case-study .new-solution .w_container .div_content .container_con .content p {
	margin-bottom: 24px;
}

.case-study .new-results {
	clear: both;
	display: flex;
}

.case-study .new-results .w_container {
	margin-top: 160px;
	width: 100%;
	background-color: #f2ede7;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results .w_container {
		margin-top: 100px;
	}
	.case-study .new-solution .w_container .div_content .container_con .content p {
		font-size: 16px;
	}
}

.case-study .new-results .w_container .div_content {
	padding: 80px 0;
	width: 46%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results .w_container .div_content {
		width: 72%;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .new-results .w_container .div_content {
		width: 100%;
	}
}

.case-study .new-results .w_container .div_content .tags {
	opacity: 0.7;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2.22px;
	color: #252e4b;
}

.case-study .new-results .w_container .div_content .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #252e4b;
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.case-study .new-results .w_container .div_content .title {
		padding: 0 20px;
		font-size: 32px;
	}
}

.case-study .new-results .w_container .div_content .content {
	font-size: 18px;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: center;
	color: #666666;
	margin-top: 20px;
	padding: 0 20px;
}

.case-study .new-results-ver2 {
	clear: both;
	display: flex;
}

.case-study .new-results-ver2 .w_container {
	margin-top: 160px;
	width: 100%;
	background-color: #f2ede7;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver2 .w_container {
		margin-top: 100px;
	}
}

.case-study .new-results-ver2 .w_container .div_content {
	padding: 80px 0;
	width: 42%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver2 .w_container .div_content {
		width: 72%;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver2 .w_container .div_content {
		width: 100%;
	}
}

.case-study .new-results-ver2 .w_container .div_content .tags {
	opacity: 0.7;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2.22px;
	color: #252e4b;
}

@media screen and (min-width: 1920px) {
	.case-study .new-results-ver2 .w_container .div_content .tags {
		font-size: calc(100vw / 1920 * 14);
	}
}

.case-study .new-results-ver2 .w_container .div_content .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #252e4b;
	margin-top: 20px;
}

.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .title {
	padding: 0 calc(100vw / 1920 * 72);
	line-height: 1.35;
}

#ippolita.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .title {
	padding: 0 calc(100vw / 1920 * 40);
}

.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
    width: calc(100vw / 1920 * 800);
}

#bokksu.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
    width: calc(100vw / 1920 * 820);
}

@media screen and (max-width: 1366px) {
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
		width: 800px;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver2 .w_container .div_content .title {
		padding: 0 20px;
		font-size: 32px;
	}
}

.case-study .new-results-ver2 .w_container .div_content .content {
	font-size: 18px;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	padding: 0 20px;
}

.case-study .new-results-ver3 {
	clear: both;
	display: flex;
}

.case-study .new-results-ver3 .w_container {
	margin: 140px 0;
	width: 100%;
}

.case-study .new-results-ver3.new-results-bg-green {
	background-color: #D4E4DF;
}

.case-study .new-results-ver3.new-results-bg-green .w_container {
	margin: 110px 0;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver3 .w_container {
		margin: 100px 0;
	}
}

.case-study .new-results-ver3 .w_container .div_content {
	width: 42%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver3 .w_container .div_content {
		width: 72%;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver3 .w_container .div_content {
		width: 100%;
	}
}

.case-study .new-results-ver3 .w_container .div_content .tags {
	opacity: 0.7;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2.22px;
	color: #252e4b;
}

@media screen and (min-width: 1920px) {
	.case-study .new-results-ver3 .w_container .div_content .tags {
		font-size: calc(100vw / 1920 * 14);
	}
}

.case-study .new-results-ver3 .w_container .div_content .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #252e4b;
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver3 .w_container .div_content .title {
		padding: 0 20px;
		font-size: 32px;
	}
}

.case-study .new-results-ver3 .w_container .div_content .content {
	font-size: 18px;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: center;
	color: #666666;
	margin-top: 20px;
	padding: 0 8%;
}

.case-study .new-results-ver4 {
	clear: both;
	display: flex;
}

.case-study .new-results-ver4 .w_container {
	margin: 100px 0;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver4 .w_container {
		margin: 50px 0;
	}
}

.case-study .new-results-ver4 .w_container .div_content {
	width: 42%;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.case-study .new-results-ver4 .w_container .div_content {
		width: 72%;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver4 .w_container .div_content {
		width: 100%;
	}
}

.case-study .new-results-ver4 .w_container .div_content .tags {
	opacity: 0.7;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2.22px;
	color: #252e4b;
}

.case-study .new-results-ver4 .w_container .div_content .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #252e4b;
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.case-study .new-results-ver4 .w_container .div_content .title {
		padding: 0 20px;
		font-size: 32px;
	}
}

.case-study .new-results-ver4 .w_container .div_content .content {
	font-size: 18px;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: center;
	color: #666666;
	margin-top: 20px;
	padding: 0 10%;
}

.case-study .main-absolute {
	max-width: 1320px;
	margin: auto;
	clear: both;
	margin-top: -7%;
	padding: 80px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 1320px) {
	.case-study .main-absolute {
		width: 90%;
		margin-top: -12%;
	}
}

@media (max-width: 480px) {
	.case-study .main-absolute {
		padding: 50px 20px;
	}
}

.case-study .main-absolute .container_bar {
	width: 100%;
}

.case-study .main-absolute .container_bar .title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: #252e4b;
}

.case-study .main-absolute .container_bar .view_all_new {
	margin-top: 50px;
}

.case-study .main-absolute .container_bar .view_all_new a {
	background-color: #ee5600;
	border: 1px solid #ee5600;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.27px;
	padding: 8px 24px;
	color: #ffffff;
}

.case-study .main-absolute .container_bar .view_all_new a:hover,
.case-study .main-absolute .container_bar .view_all_new a:focus,
.case-study .main-absolute .container_bar .view_all_new a:active {
	background-color: #ffffff;
	color: #ee5600;
	text-decoration: none;
}

.case-study.chan-luu .revenues {
	margin-top: 140px;
}

.case-study.chan-luu .revenues .container_hp .title {
	font-size: 40px;
	padding-right: 12%;
}

@media screen and (max-width: 1280px) {
	.case-study.chan-luu .revenues .container_hp .title {
		padding-right: 10%;
	}
}

@media screen and (max-width: 1280px) {
	.case-study.chan-luu .revenues {
		margin-top: 100px;
	}
}

.case-study.chan-luu .revenues2 .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.chan-luu .revenues2 .items .item:nth-of-type(3) .number {
	color: #2982f9;
}

.case-study.chan-luu .revenues3 .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.chan-luu .revenues3 .items .item:nth-of-type(3) .number {
	color: #2982f9;
}

.case-study.chan-luu .stories .box.info .title {
	max-width: 80%;
	line-height: 1.35;
	margin-top: 0;
}

.case-study.chan-luu .stories .box.info .content {
	max-width: 80%;
}

@media screen and (max-width: 850px) {
	.case-study.chan-luu .stories .box.info .content {
		max-width: 100%;
	}
}

.case-study.chan-luu .stories .box.info img {
	max-width: 68%;
}

@media screen and (max-width: 850px) {
	.case-study.chan-luu .stories .box.info img {
		max-width: 100%;
	}
}

.case-study.chan-luu .revenues .container_hp .title,
.case-study.chan-luu .revenues3 .container_hp .title {
	font-size: 40px;
	padding-right: 10%;
}

.case-study.chan-luu .revenues2 .container_hp .title {
	font-size: 40px;
	padding-right: 18%;
}

@media screen and (max-width: 1024px) {
	.case-study.chan-luu .revenues2 .container_hp .title {
		padding-right: 10%;
	}
}

@media screen and (max-width: 480px) {
	.case-study.chan-luu .revenues2 .container_hp .title {
		font-size: 25px;
	}
}

@media screen and (max-width: 430px) {
	.case-study.chan-luu .revenues2 .container_hp .title,
	.case-study.chan-luu .revenues .container_hp .title, 
	.case-study.chan-luu .revenues3 .container_hp .title {
		font-size: calc(100vw / 430 * 30);
	}
	.case-study.chan-luu .revenues {
		margin-top: 50px;
	}
}

@media screen and (max-width: 850px) {
	.case-study.lowbrow-customs .chart {
		margin-top: 0;
	}
}

@media screen and (max-width: 850px) {
	.case-study.lowbrow-customs .author-info {
		width: 100%;
	}
}

.case-study.lowbrow-customs .revenues .container_hp .title {
	font-size: 40px;
	padding-right: 0;
}

.case-study.lowbrow-customs .revenues .items {
	margin-left: -12%;
	margin-top: 90px;
}

.case-study.lowbrow-customs .revenues .items .item {
	width: 50%;
}

.case-study.lowbrow-customs .revenues .items .item:nth-of-type(2) {
	border-right: 0;
}

.case-study.lowbrow-customs .revenues .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.lowbrow-customs .revenues .items .item .subject {
	margin-top: 0;
}

.case-study.lowbrow-customs .revenues .container_hp {
	align-items: flex-start;
}

.case-study.lowbrow-customs .revenues .container_hp .desc p {
	margin-bottom: 30px;
}

.case-study.lowbrow-customs .revenues .container_hp .desc p span {
	font-weight: bold;
}

.case-study.vingroup .main-wrapper .image-wrapper {
	margin-top: 100px;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .main-wrapper .image-wrapper {
		overflow: auto;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.vingroup .main-wrapper .image-wrapper {
		margin-top: 50px;
		width: 100%;
	}
}

.case-study.vingroup .main-wrapper .image-wrapper img {
	width: 100%;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .main-wrapper .image-wrapper img {
		height: 500px;
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.case-study.vingroup .main-wrapper .image-wrapper img {
		height: 300px;
	}
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .chart {
		margin-top: 0;
	}
}

.case-study.vingroup .chart .main-wrapper .revenues {
	margin-top: 0;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .author-info {
		width: 100%;
	}
}

.case-study.vingroup .revenues .items {
	margin-left: -10%;
	margin-top: 65px;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .revenues .items {
		margin-left: 0;
	}
}

.case-study.vingroup .revenues .items .item {
	width: 50%;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .revenues .items .item {
		width: 100%;
	}
}

.case-study.vingroup .revenues .items .item:nth-of-type(2) {
	border-right: 0;
}

.case-study.vingroup .revenues .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.vingroup .revenues .items .item .subject {
	margin-top: 0;
}

.case-study.vingroup .revenues .container_hp .title {
	font-size: 40px;
	padding-right: 10%;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .revenues .container_hp .title {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.case-study.vingroup .revenues .container_hp .title {
		font-size: 25px;
	}
}

.case-study.vingroup .revenues .container_hp .desc p {
	margin-bottom: 40px;
}

.case-study.vingroup .revenues .container_hp .desc p span {
	font-weight: bold;
}

.case-study.vingroup .revenues .container_hp .desc p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.case-study.vingroup .revenues_2 {
	margin: 160px 0;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .revenues_2 {
		margin: 100px 0;
	}
}

@media screen and (max-width: 480px) {
	.case-study.vingroup .revenues_2 {
		margin: 50px 0;
	}
}

.case-study.vingroup .revenues_2 .container_hp {
	align-items: flex-start;
}

.case-study.vingroup .revenues_2 .container_hp .title {
	font-size: 40px;
	padding-right: 10%;
}

@media screen and (max-width: 850px) {
	.case-study.vingroup .revenues_2 .container_hp .title {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.case-study.vingroup .revenues_2 .container_hp .title {
		font-size: 25px;
	}
}

.case-study.vingroup .revenues_2 .container_hp .desc p {
	margin-bottom: 40px;
}

.case-study.vingroup .revenues_2 .container_hp .desc p span {
	font-weight: bold;
}

.case-study.vingroup .revenues_2 .container_hp .desc p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.case-study.the-cocktail-project .main-banner img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.the-cocktail-project .author-info {
		float: none;
		margin: 0 auto;
		margin-top: -20%;
		width: 100%;
		max-width: 100%;
		padding: 100px 50px;
	}
	.case-study .new-results-ver3 .w_container .div_content .tags {
		font-size: calc(100vw / 750 * 20);
	}
}

@media screen and (max-width: 480px) {
	.case-study.the-cocktail-project .author-info {
		max-width: 100%;
		padding: 50px 25px;
	}
}

.case-study.the-cocktail-project .author-info .title {
	font-size: calc(100vw / 1920 * 58);
}

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.the-cocktail-project .author-info .title {
		font-size: calc(100vw / 750 * 50);
	}
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 480px) {
	.case-study.the-cocktail-project .author-info .desc {
		font-size: 16px;
	}
}

.case-study.the-cocktail-project .work-desk {
	margin-top: calc(100vw / 1920 * 160);
	clear: both;
}

@media screen and (max-width: 850px) {
	.case-study.the-cocktail-project .work-desk {
		margin-top: 100px;
	}
}

.case-study.the-cocktail-project .revenues .container_hp .title {
	font-size: 40px;
	width: 42%;
	padding-right: 10%;
}

@media screen and (max-width: 850px) {
	.case-study.the-cocktail-project .revenues .container_hp .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		line-height: 1.35;
	}
}

@media screen and (max-width: 480px) {
	.case-study.the-cocktail-project .revenues .container_hp .title {
		font-size: 25px;
	}
}

.case-study.the-cocktail-project .revenues .container_hp .desc {
	width: 58%;
}

@media screen and (max-width: 850px) {
	.case-study.the-cocktail-project .revenues .container_hp .desc {
		width: 100%;
		padding-right: 0;
	}
}

.case-study.the-cocktail-project .revenues .container_hp .desc p {
	margin-bottom: 25px;
}

.case-study.union .main-banner img {
	width: 100%;
}

.case-study.union .author-info {
	padding: 84px;
}

@media screen and (max-width: 1024px) {
	.case-study.union .author-info {
		width: 60%;
	}
}

@media screen and (max-width: 850px) {
	.case-study.union .author-info {
		float: none;
		margin: 0 auto;
		margin-top: -20%;
		width: 90%;
		max-width: 100%;
		padding: 100px 50px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.union .author-info {
		max-width: 100%;
		padding: 50px 25px;
	}
}

.case-study.union .author-info .title {
	font-size: 58px;
}

@media screen and (max-width: 1280px) {
	.case-study.union .author-info .title {
		font-size: 50px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.union .author-info .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.union .author-info .desc {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.union .author-info a.launch {
		font-size: 16px;
	}
}

.case-study.union .work-desk {
	margin-top: 160px;
}

@media screen and (max-width: 850px) {
	.case-study.union .work-desk {
		margin-top: 100px;
	}
}

.case-study.union .revenues .container_hp .title {
	font-size: 40px;
	width: 42%;
	padding-right: 10%;
}

@media screen and (max-width: 850px) {
	.case-study.union .revenues .container_hp .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.union .revenues .container_hp .title {
		font-size: 25px;
	}
}

.case-study.union .revenues .container_hp .desc {
	width: 58%;
}

@media screen and (max-width: 850px) {
	.case-study.union .revenues .container_hp .desc {
		width: 100%;
		padding-right: 0;
	}
}

.case-study.union .revenues .container_hp .desc p {
	margin-bottom: 25px;
}

.case-study.union .revenues.revenues_2 {
	margin-bottom: 100px;
}

.case-study.super-jeweler .new-wrapper {
	margin-top: 0;
}

.case-study.super-jeweler .stories .box.info .title {
	max-width: 80%;
	line-height: 1.35;
	margin-top: 40px;
}

.case-study.super-jeweler .stories .box.info .content {
	max-width: 82%;
}

@media screen and (max-width: 850px) {
	.case-study.super-jeweler .stories .box.info .content {
		max-width: 100%;
	}
}

.case-study.super-jeweler .stories .box.info img {
	max-width: 68%;
}

@media screen and (max-width: 850px) {
	.case-study.super-jeweler .stories .box.info img {
		max-width: 100%;
	}
}

.case-study.super-jeweler .revenues .items .item:nth-of-type(1) .number {
	color: #00be91;
}

.casestudy-2024.case-study .revenues .items .item .number {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(100vw / 1920 * 60);
	margin-top: 0!important;
}

.casestudy-2024.case-study .new-results-ver3 .w_container .div_content {
	width: calc(100vw / 1920 * 1650);
}

.casestudy-2024.case-study .revenues .items {
	margin-bottom: 0;
	flex-direction: row;
}

.casestudy-2024.case-study .revenues .items.revenues-3-items .item {
	width: 33.33%;
}

.casestudy-2024.case-study .revenues .items.revenues-2-items .item {
	width: 50%;
}

.casestudy-2024.case-study .revenues .items.revenues-3-items .item:nth-of-type(n + 4) {
	margin-top: calc(100vw / 1920 * 50);
}

.casestudy-2024.case-study .new-results-ver3 .w_container .div_content .title {
 font-size: calc(100vw / 1920 * 46);
 line-height: 1.35;
}

.casestudy-2024.case-study .revenues .items.revenues-3-items .item:nth-of-type(3n + 3) {
	border-left: 1px solid #b9b9b9;
}

.casestudy-2024.case-study .revenues .items.revenues-3-items .item:nth-of-type(3n + 2) {
	border-left: 1px solid #b9b9b9;
}

.casestudy-2024.case-study .revenues .items .item .subject {
	font-size: calc(100vw / 1920 * 20);
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.casestudy-2024.case-study .revenues .items .item .subcontent {
	color: #000;
	font-size: calc(100vw / 1920 * 18);
}

.case-study .revenues .items .item .number img {
	margin: 0 20px;
	width: calc(100vw / 1920 * 40);
	height: calc(100vw / 1920 * 40);
}

.case-study .revenues .items .item .number.green {
	color: #00be91!important;
}

.case-study .revenues .items .item .number.light-blue {
	color: #00a6d9!important;
}

.case-study .revenues .items .item .number.blue {
	color: #2982f9!important;
}

.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .content {
	text-align: center;
	font-size: calc(100vw / 1920 * 18);
}

.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .title {
	font-size: calc(100vw / 1920 * 40);
}

.case-study.super-jeweler .revenues .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.super-jeweler .revenues .items .item:nth-of-type(3) .number {
	color: #2982f9;
}

.case-study.super-jeweler .chart {
	margin-top: 0;
	padding: 100px 0;
}

.case-study.super-jeweler .new-wrapper.bg_blue_light .main-wrapper {
	display: flex;
}

.case-study.super-jeweler .new-wrapper.bg_white .chart {
	background-color: #ffffff;
}

.case-study.super-jeweler .new-wrapper.bg_white .revenues .items .item:nth-of-type(1) .number {
	color: #00a6d9;
}

.case-study.super-jeweler .new-wrapper.bg_white .revenues .items .item:nth-of-type(2) .number {
	color: #00be91;
}

.case-study.super-jeweler .new-wrapper.bg_white .revenues .items .item:nth-of-type(3) .number {
	color: #f3552d;
}

@media screen and (max-width: 1366px) {
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .content, .casestudy-2024.case-study .revenues .items .item .subcontent {
		text-align: center;
		font-size: calc(100vw / 1360 * 16);
	}
	.casestudy-2024.case-study .revenues .items .item .subject {
		font-size: calc(100vw / 1360 * 20);
	} 
}

@media screen and (max-width: 480px) {
	.case-study.larson_jeweler .chart {
		margin-top: 50px;
	}
}

.case-study.larson_jeweler .work-desk {
	margin-top: 160px;
}

@media screen and (max-width: 850px) {
	.case-study.larson_jeweler .work-desk {
		margin-top: 100px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.larson_jeweler .work-desk {
		margin-top: 50px;
	}
}

.case-study.larson_jeweler .work-desk.work-desk-2 {
	margin-top: 100px;
}

@media screen and (max-width: 480px) {
	.case-study.larson_jeweler .work-desk.work-desk-2 {
		margin-top: 50px;
	}
}

.case-study.larson_jeweler .main-banner img {
	width: 100%;
}

.case-study.larson_jeweler .revenues .container_hp .title {
	font-size: 40px;
	width: 42%;
	padding-right: 6%;
}

@media screen and (max-width: 850px) {
	.case-study.larson_jeweler .revenues .container_hp .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.case-study.larson_jeweler .revenues .container_hp .title {
		font-size: 25px;
	}
}

.case-study.larson_jeweler .revenues .container_hp .desc {
	width: 58%;
}

@media screen and (max-width: 850px) {
	.case-study.larson_jeweler .revenues .container_hp .desc {
		width: 100%;
		padding-right: 0;
	}
}

.case-study.larson_jeweler .revenues .container_hp .desc p {
	margin-bottom: 25px;
}

.case-study.larson_jeweler .revenues .container_hp .desc p span {
	font-weight: bold;
}

.case-study.larson_jeweler .revenues.revenues_2 {
	margin-bottom: 100px;
}

.case-study.mizmooz .revenues .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.mizmooz .revenues .items .item:nth-of-type(3) .number {
	color: #2982f9;
}

.case-study.mizmooz .revenues2 .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.mizmooz .revenues2 .items .item:nth-of-type(3) .number {
	color: #f3552d;
}

.case-study.first-citizens-bank .main-banner img {
	width: 100%;
}

.case-study.first-citizens-bank .revenues .items .item {
	width: 50%;
}

.case-study.first-citizens-bank .revenues .items .item:nth-of-type(2) {
	border-right: 0;
}

.case-study.first-citizens-bank .revenues .items .item:nth-of-type(2) .number {
	color: #00a6d9;
}

.case-study.first-citizens-bank .revenues .items .item:nth-of-type(1) .number {
	color: #00be91;
}

#service-platform .main-banner .banner_container {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#service-platform .main-banner .banner_container .content_top_page {
	float: right;
	padding: calc(100vw / 1920 * 107) calc(100vw / 1920 * 91);
	text-align: left;
	text-align: center;
	background-image: linear-gradient(317deg, #101937 65%, #233677) !important;
}

.case_study_bg #menu_croll #menu_croll_i .w_1320, #menu_croll #menu_croll_i .w_1320 {
    width: calc(100vw / 1920 * 1320);
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0;
}

.case_study_bg #menu_croll #menu_croll_i .menu_top {
	margin-top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.menu_top ul:not(.dropdown-menu) {
	display: flex;
    gap: calc(100vw / 1920 * 40);
    justify-content: center;
    align-items: center;
}

.show_770{
	display: none;
}

@media screen and (max-width: 820px) {
	.menu_top ul:not(.dropdown-menu).hidden_770 {
		display: none;
	}
	.show_770{
		display:block !important;
	}
}

.menu_top ul li {
	padding: 0;
}

.menu_top ul li.li_top a.a_top, .menu_top ul li.li_top .dropdown-menu li a {
	font-size: calc(100vw / 1920 * 16);
}

.menu_top ul li.li_top .dropdown-menu {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.menu_top ul li.li_top .dropdown-menu li:hover a {
	color: #fff;
	opacity: 1;
}

.margin-bottom-140 {
	margin-bottom: calc(100vw / 1920 * 140);
}

@media screen and (max-width: 1280px) {
	.case_study_bg #menu_croll #menu_croll_i .w_1320, #menu_croll #menu_croll_i .w_1320 {
		width: calc(100vw / 1280 * 1000);
	}
	.menu_top ul li.li_top a.a_top, .menu_top ul li.li_top .dropdown-menu li a {
		font-size: calc(100vw / 1280 * 15);
	}
}

@media screen and (max-width: 1200px) {
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .content,.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content, .casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) and (orientation:landscape) {
	.menu_top ul li.li_top a.a_top, .menu_top ul li.li_top .dropdown-menu li a {
		font-size: calc(100vw / 1024 * 16);
	}
	.case_study_bg #menu_croll #menu_croll_i .w_1320, #menu_croll #menu_croll_i .w_1320 {
		width: 90%;
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content, #bokksu.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
		width: 100%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.casestudy-2024.case-study .revenues .items .item .subcontent {
		font-size: calc(100vw / 750 * 26);;
	}
	.margin-bottom-140 {
		margin-bottom: calc(100vw / 750 * 100);
	}
	.casestudy-2024.case-study .main-banner ul li img {
		height: auto;
	}
	.casestudy-2024.case-study .new-results-ver3 .w_container .div_content .title {
		font-size: calc(100vw / 750 * 50);
		padding: 0;
	}
	.casestudy-2024.case-study .new-solution .w_container .div_content {
		width: calc(100vw - calc(100vw / 750* 50));
        margin-top: calc(100vw / 750* 50);
        margin-left: calc(100vw / 750* 50);
	}
	.casestudy-2024.case-study .revenues .items {
		margin-top: 0;
	}
	.casestudy-2024.case-study .revenues .items.revenues-3-items .item:nth-of-type(3n + 2) {
		border-left: 0;
	}
	.casestudy-2024.case-study .revenues .items.revenues-3-items .item:nth-of-type(3n + 3) {
		border-left: 0;
	}
	.casestudy-2024.case-study .revenues .items .item:after {
		content: "";
        width: 50%;
        display: block;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		border-bottom: 1px solid #b9b9b9;
	}
	.casestudy-2024.case-study .revenues .items .item .subject {
		margin-bottom: 0;
		font-size: calc(100vw / 750 * 40);
		line-height: 1.3;
	}
	.casestudy-2024.case-study .revenues .items .item:nth-last-child(1):after {
		border-bottom: 0;
	}
	.casestudy-2024.case-study .revenues .items .item, .casestudy-2024.case-study .revenues .items.revenues-2-items .item, .casestudy-2024.case-study .revenues .items.revenues-3-items .item {
		width: 100%;
		padding: calc(100vw / 750 * 100) 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.case-study .revenues .items .item .number img {
		height: calc(100vw / 750 * 68);
		width: calc(100vw / 750 * 68);
	}
	.casestudy-2024.case-study .revenues .items .item .number {
		font-size: calc(100vw / 750 * 100);
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .title {
		font-size: calc(100vw / 750 * 50);
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .tags, .casestudy-2024.case-study .new-solution .w_container .div_content .container_con .tags {
		font-size: calc(100vw / 750 * 20);
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content, #bokksu.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
		width: 100%;
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content .content {
		font-size: calc(100vw / 750 * 30);
	}
	.casestudy-2024.case-study .new-results-ver3 .w_container {
        margin: calc(100vw / 750 * 100) 0;
    }
	.casestudy-2024.case-study .new-results-ver2 .w_container, .casestudy-2024.case-study .new-solution .w_container {
		margin-top: calc(100vw / 750 * 100);
	}
	.casestudy-2024.case-study .new-results-ver2 .w_container .div_content {
		padding: calc(100vw / 750 * 100) 0;
	}
	.casestudy-2024.case-study .revenues {
		margin-top: 0;
	}
	.casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content, .casestudy-2024.case-study .new-solution .w_container .div_content .container_con .content p {
		font-size: calc(100vw / 750 * 30);
	}

	.case_study_bg #menu_croll #menu_croll_i .w_1320, #menu_croll #menu_croll_i .w_1320 {
		width: 90%;
	}
	#service-platform .main-banner .banner_container .content_top_page {
		margin: 0 auto;
		float: none;
	}
	#service-platform .main-banner .banner_container .content_top_page {
		padding: 79px 64px 120px 79px;
	}
	#service-platform .main-banner .banner_container {
		bottom: 40px;
		top: unset;
		transform: none;
		left: 40px;
		right: 40px;
	}
}

@media screen and (max-width: 480px) {
	#service-platform .main-banner .banner_container .content_top_page {
		padding: 38px 38px 60px 38px;
	}
	#service-platform .main-banner .banner_container {
		bottom: 26px;
		left: 26px;
		right: 26px;
	}
}

@media screen and (max-width: 390px) {
	#service-platform .main-banner .banner_container {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	#service-platform .main-banner .banner_container .content_top_page {
		padding: 30px 30px 50px 30px;
	}
}

#service-platform .main-banner .banner_container .content_top_page .title {
	font-size: calc(100vw / 1920 * 64);
	font-weight: bold;
	color: #ffffff;
	line-height: 1.25;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform .main-banner .banner_container .content_top_page .title {
		font-size: 48px;
		line-height: 1.67;
	}
}

@media screen and (max-width: 480px) {
	#service-platform .main-banner .banner_container .content_top_page .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 390px) {
	#service-platform .main-banner .banner_container .content_top_page .title {
		font-size: 24px;
	}
}

#service-platform .main-banner .banner_container .content_top_page .content {
	font-size: calc(100vw / 1920 * 22);
	color: #ffffff;
	margin-top: calc(100vw / 1920 * 22);
	line-height: 1.45;
	max-width: calc(100vw / 1920 * 680);
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform .main-banner .banner_container .content_top_page .content {
		font-size: 22px;
		max-width: 100%;
		margin-top: 22px;
	}
}

@media screen and (max-width: 480px) {
	#service-platform .main-banner .banner_container .content_top_page .content {
		font-size: 12px;
		line-height: 1.35;
		margin-top: 12px;
	}

}

#service-platform .main-banner .banner_container .content_top_page .contact-us {
	margin-top: calc(100vw / 1920 * 68);
}

#service-platform .main-banner .banner_container .content_top_page .contact-us a.launch {
	color: #ffffff;
	border: solid 2px #ffffff;
	padding: calc(100vw / 1920 * 12) calc(100vw / 1920 * 30);
	font-size: calc(100vw / 1920 * 32);
}

#service-platform .main-banner .banner_container .content_top_page .contact-us a.launch:hover,
#service-platform .main-banner .banner_container .content_top_page .contact-us a.launch:focus {
	background-color: #ffffff;
	color: #252e4b;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform .main-banner .banner_container .content_top_page .contact-us {
		margin-top: 60px;
	}
	#service-platform .main-banner .banner_container .content_top_page .contact-us a.launch {
		font-size: 32px;
		padding: 12px 30px;
	}
}

@media screen and (max-width: 480px) {
	#service-platform .main-banner .banner_container .content_top_page .contact-us {
		margin-top: 36px;
	}
	#service-platform .main-banner .banner_container .content_top_page .contact-us a.launch {
		font-size: 18px;
		padding: 6px 15px;
	}
}

.case-study .revenues .container_hp .title {
	text-align: left;
}

@media screen and (max-width: 850px) {
	.case-study .revenues .container_hp .title {
		text-align: left;
	}
}

.case-study .revenues .items {
	margin-bottom: 80px;
}

@media screen and (max-width: 850px) {
	.case-study .revenues .items {
		margin-bottom: 50px;
	}
}

.case-study .revenues .items .item {
	width: 50%;
}

@media screen and (max-width: 850px) {
	.case-study .revenues .items .item {
		width: 100%;
	}
}

.case-study .revenues .items .item:nth-of-type(2) {
	border-right: 0;
}

.case-study .revenues .items .item .subject {
	margin-top: 0;
}

.case-study .breadcum_txt {
	position: relative;
	clear: both;
	z-index: 999;
	background-color: #000000;
	border-top: 4px solid #444444;
}

.case-study .breadcum_txt img {
	padding: 0 5px;
	margin-top: -2px;
}

.case-study .main-banner {
	position: relative;
	height: 100%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .main-banner {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 430px) {
	.case-study .main-banner {
		float: left;
		width: 100%;
	}
}

.case-study .main-banner img.img_banner {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#service-magento .main-banner img.img_banner, #service-platform .main-banner img.img_banner {
	object-position: left top;
}

.case-study .approach_seo {
	margin: 160px 0;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo {
		margin: 100px 0;
	}
	#service-magento .main-banner img.img_banner, #service-platform .main-banner img.img_banner {
		object-position: none;
	}
	.case-study .approach_seo {
		margin: 100px 0;
	}
}

@media screen and (max-width: 1024px) {
	.case-study .main-banner img.img_banner {
		object-position: 40%;
	}
}

@media screen and (max-width: 580px) {
	.case-study .approach_seo {
		margin: 80px 0;
	}
}

@media screen and (max-width: 480px) {
	.case-study .approach_seo {
		margin: 50px 0;
	}
}

.case-study .approach_seo .title {
	font-size: 40px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	text-align: center;
	margin-bottom: 100px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .title {
		text-align: left;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 580px) {
	.case-study .approach_seo .title {
		font-size: 28px;
	}
}

.case-study .approach_seo .container_hp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.case-study .approach_seo .container_hp .item {
	width: 50%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .container_hp .item {
		width: 100%;
	}
}

.case-study .approach_seo .container_hp .item:nth-of-type(n+3) {
	margin-top: 100px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .container_hp .item:nth-of-type(n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .container_hp .item:nth-of-type(n+2) {
		margin-top: 50px;
	}
}

.case-study .approach_seo .container_hp .item .item_in_image {
	width: 40%;
	text-align: center;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .container_hp .item .item_in_image {
		width: 100%;
		text-align: left;
		margin-bottom: 50px;
	}
}

.case-study .approach_seo .container_hp .item .item_in_image img {
	width: 100px;
}

.case-study .approach_seo .container_hp .item .item_in {
	width: 60%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .approach_seo .container_hp .item .item_in {
		width: 100%;
	}
}

.case-study .approach_seo .container_hp .item .item_in p {
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #666;
}

.case-study .approach_seo .container_hp .item .item_in p.title_in {
	font-size: 22px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #252e4b;
}

.case-study .approach_seo .container_hp .item .title_in {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
}

.case-study .approach_seo .container_hp .item .title_in+p {
	font-size: 18px;
	color: #666666;
}

.case-study .new-solution-seo {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	clear: both;
}

@media screen and (max-width: 820px) {
	.case-study .new-solution-seo .w_container {
		display: flex;
		flex-wrap: wrap;
	}
}

.case-study .new-solution-seo .w_container .div_images {
	width: 38%;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

@media screen and (max-width: 1280px) {
	.case-study .new-solution-seo .w_container .div_images {
		width: 42%;
	}
}

@media screen and (max-width: 820px) {
	.case-study .new-solution-seo .w_container .div_images {
		width: 100%;
		top: auto;
		position: relative;
		margin-top: -10%;
		padding-left: 5%;
	}
}

.case-study .new-solution-seo .w_container .div_images img {
	width: 100%;
}

.case-study .new-solution-seo .w_container .div_content {
	background-color: #252e4b;
	width: 70%;
	padding: 0 20% 0 11%;
	float: left;
	margin-top: 70px;
	min-height: 720px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1280px) {
	.case-study .new-solution-seo .w_container .div_content {
		width: 65%;
		padding: 0 8% 0 40px;
	}
}

@media screen and (max-width: 820px) {
	.case-study .new-solution-seo .w_container .div_content {
		width: 95%;
	}
}

@media screen and (max-width: 580px) {
	.case-study .new-solution-seo .w_container .div_content {
		width: 95%;
		margin-top: 0;
		padding: 40px 20px 100px 20px;
	}
}

.case-study .new-solution-seo .w_container .div_content .container_con {
	width: 100%;
}

.case-study .new-solution-seo .w_container .div_content .container_con .tags {
	opacity: 0.5;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2.22px;
	color: #d3cac5;
}

.case-study .new-solution-seo .w_container .div_content .container_con .title {
	font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #d3cac5;
	margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
	.case-study .new-solution-seo .w_container .div_content .container_con .title {
		font-size: 26px;
	}
}

.case-study .new-solution-seo .w_container .div_content .container_con .content {
	font-size: 18px;
	color: #d3cac5;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item div {
	width: 10%;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item div img {
	width: 14px;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item div i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    font-size: 18px;
    background-repeat: no-repeat;
	margin-top: 6px;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item .content_in {
	width: 90%;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item p {
	opacity: 0.7;
	font-size: 18px;
	line-height: 1.45;
	color: #d3cac5;
	margin-bottom: 0;
	font-weight: normal;
	width: 90%;
}

.case-study .new-solution-seo .w_container .div_content .container_con .content .item p span {
	font-weight: bold;
}

.case-study .new-wrapper .revenues .container_hp .desc .title_in {
	font-size: 24px;
	font-weight: bold;
	color: #252e4b;
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .revenues .container_hp .desc .title_in {
		font-size: 20px;
	}
}

.case-study .new-wrapper .chart {
	padding: 60px 0 0 0;
	margin-top: 0;
}

@media only screen and (max-width: 1280px) {
	.case-study .new-wrapper .chart .main-wrapper {
		padding: 0 70px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-wrapper .chart .main-wrapper {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .chart .main-wrapper {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .chart {
		margin-top: 0;
	}
}

@media only screen and (max-width: 850px) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper {
		overflow: hidden;
	}
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img {
	margin-bottom: 200px;
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img {
		margin-bottom: 100px;
	}
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .item img {
	width: 100%;
	height: auto;
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-prev {
	background-image: url("../images/cbi/new_layout/arrows_icon_prev.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	width: 18px;
	height: 34px;
	left: -50px;
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-prev:before {
	content: '';
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-next {
	background-image: url("../images/cbi/new_layout/arrows_icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	width: 18px;
	height: 34px;
	right: -50px;
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-next:before {
	content: '';
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	bottom: -100px;
}

@media only screen and (max-width: 1480px) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-prev {
		left: -40px;
	}
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-next { 
		right: -40px;
	}
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots {
		bottom: -80px;
	}
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots li {
	margin: 0 3px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots li {
		margin: 0 10px;
	}
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	margin-top: 5px;
	text-indent: -9999px;
}

@media only screen and (max-width: 480px) {
	.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots button {
		width: 10px;
		height: 10px;
		margin-top: 1.25px;
	}
}

.case-study .new-wrapper .chart .main-wrapper .image-wrapper .slider_img .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 14px;
	height: 14px;
	margin-top: 3px;
}

.case-study #homepage_new3 {
	margin: 140px 0;
}

@media only screen and (max-width: 1024px) {
	.case-study #homepage_new3 {
		margin: 80px 0;
	}
}

.case-study #homepage_new3 .container_hp {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.case-study #homepage_new3 .container_hp {
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 1024px) {
	.case-study #homepage_new3 .container_hp .item {
		width: 30%;
	}

	.case-study #homepage_new3 .container_hp .item:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study #homepage_new3 .container_hp .item {
		width: 50%;
		margin-top: 0;
	}
}

@media only screen and (max-width: 580px) {
	.case-study #homepage_new3 .container_hp .item {
		width: 70%;
	}
}

.case-study .view_all_new2 {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 45px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .view_all_new2 {
		display: none;
		float: right;
		text-align: right;
	}
}

.case-study .view_all_new2 a {
	font-size: 18px;
	line-height: 1;
	color: #ff7d33;
}

.case-study .view_all_new2 a img {
	margin-left: 5px;
	margin-bottom: 0;
	width: 18px;
}

.case-study #homepage_new2 .container_hp .item .overlay_text p {
	min-height: 160px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study #homepage_new2 .container_hp .slick-dots {
		bottom: -8%;
	}
}

.case-study .new-results-ver5 {
	clear: both;
	display: flex;
	background-color: #ffffff;
	margin-top: 140px;
	margin-bottom: 140px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-results-ver5 {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

.case-study .new-results-ver5 .w_1200 {
	max-width: 100%;
	position: relative;
}

.case-study .new-results-ver5 .w_1200 .title_spe {
	position: absolute;
	width: 65%;
	left: 35%;
	padding-left: 8%;
	font-size: calc(100vw / 1920 * 50);
	font-weight: bold;
	color: #252e4b;
	line-height: 1;
}

@media only screen and (max-width: 1460px) {
	.case-study .new-results-ver5 .w_1200 .title_spe {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.case-study .new-results-ver5 .w_1200 .title_spe {
		font-size: calc(100vw / 1024 * 42);
	}
}

@media only screen and (max-width: 820px) {
	.case-study .new-results-ver5 .w_1200 .title_spe {
		width: 55%;
		padding-left: 7%;
		display: none;
	}
}

@media only screen and (max-width: 580px) {
	.case-study .new-results-ver5 .w_1200 .title_spe {
		font-size: calc(100vw / 580 * 24);
	}
}

.case-study .new-results-ver5 .slick-prev {
	background-image: url("../images/cbi/new_layout/arrows_icon_prev.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	width: 18px;
	height: 34px;
	left: -50px;
}

.case-study .new-results-ver5 .slick-prev:before {
	content: '';
}

@media only screen and (max-width: 1024px) {
	.case-study .new-results-ver5 .slick-prev {
		display: none !important;
	}
}

.case-study .new-results-ver5 .slick-next {
	background-image: url("../images/cbi/new_layout/arrows_icon.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	width: 18px;
	height: 34px;
	right: -50px;
}

.case-study .new-results-ver5 .slick-next:before {
	content: '';
}

@media only screen and (max-width: 1480px) {
	.case-study .new-results-ver5 .slick-prev {
		left: -40px;
	}
	.case-study .new-results-ver5 .slick-next {
		right: -40px;
	}
}

@media only screen and (max-width: 1280px) {
	.case-study .new-results-ver5 .slick-prev {
		left: -25px;
	}
	.case-study .new-results-ver5 .slick-next {
		right: -25px;
	}
}

@media only screen and (max-width: 1024px) {
	.case-study .new-results-ver5 .slick-next {
		display: none !important;
	}
}

.case-study .new-results-ver5 .slick-dots {
	display: flex;
	margin: 0;
	list-style-type: none;
	width: 65%;
	right: 0;
	justify-content: flex-start;
	padding-left: 8%;
	bottom: 0;
}

@media only screen and (max-width: 1460px) {
	.case-study .new-results-ver5 .slick-dots {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1280px) {
	.case-study .new-results-ver5 .slick-dots {
		bottom: -20px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-results-ver5 .slick-dots {
		padding-left: 0;
		width: 100%;
		bottom: -50px;
		justify-content: center;
	}
}

.case-study .new-results-ver5 .slick-dots li {
	margin: 0 5px;
	margin-left: 0;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-results-ver5 .slick-dots li {
		margin: 0 15px;
	}
}

.case-study .new-results-ver5 .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	margin-top: 5px;
	text-indent: -9999px;
}

.case-study .new-results-ver5 .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

.case-study .new-results-ver5 .container_con {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-results-ver5 .container_con {
		align-items: center;
	}
}

.case-study .new-results-ver5 .container_con .col_images {
	width: 35%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .new-results-ver5 .container_con .col_images {
		width: 45%;
	}
}

.case-study .new-results-ver5 .container_con .col_images img {
	max-width: 100%;
	float: right;
}

.case-study .new-results-ver5 .container_con .tittle {
	font-size: 50px;
	font-weight: bold;
	color: #252e4b;
	line-height: 1;
}

@media only screen and (max-width: 820px) {
	.case-study .new-results-ver5 .container_con .tittle {
		width: 55%;
		padding-left: 7%;
	}
}

@media only screen and (max-width: 580px) {
	.case-study .new-results-ver5 .container_con .tittle {
		font-size: 25px;
	}
}

.case-study .new-results-ver5 .col_content {
	width: 65%;
	padding-left: 8%;
}

@media only screen and (max-width: 1460px) {
	.case-study .new-results-ver5 .col_content {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 820px) {
	.case-study .new-results-ver5 .col_content {
		width: 100%;
		padding-left: 0;
	}
}

.case-study .new-results-ver5 .col_content .tittle {
	font-size: 40px;
	font-weight: bold;
	color: #252e4b;
	line-height: 1;
}

.case-study .new-results-ver5 .col_content .container_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 80px;
}

.case-study .new-results-ver5 .col_content .container_in img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.case-study .new-results-ver5 .col_content .container_in .content_in .title_in {
	font-size: 24px;
	font-weight: bold;
	color: #252e4b;
	line-height: 1;
}

@media only screen and (max-width: 380px) {
	.case-study .new-results-ver5 .col_content .container_in .content_in .title_in {
		font-size: 20px;
	}
}

.case-study .new-results-ver5 .col_content .container_in .content_in .tag {
	font-size: 13px;
	color: #252e4b;
	margin-bottom: 0;
}

@media only screen and (max-width: 380px) {
	.case-study .new-results-ver5 .col_content .container_in .content_in .tag {
		font-size: 11px;
	}
}

.case-study .new-results-ver5 .col_content .text {
	font-family: FuturaPT-Obl;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: normal;
	color: #666666;
	margin-top: 20px;
}

.case-study .new-results-ver5 .col_content .text p:nth-of-type(1), .case-study .new-results-ver5 .col_content .text p:nth-of-type(2) {
	margin-bottom: 30px;
}

.case-study .image-on-bg {
	background-image: url("../images/cbi/new_layout/fresh_bg_22.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 100px;
}

.case-study .image-on-bg .container_con .content {
	padding: 0 50px 0 100px;
}

.case-study .image-on-bg .container_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 850px) {
	.case-study .image-on-bg {
		background-size: cover;
	}
	.case-study .image-on-bg .container_con .content {
		padding: 0 20px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .image-on-bg .container_con {
		flex-wrap: wrap;
	}
	.case-study .image-on-bg .container_con .content {
		background-image: url("../images/cbi/new_layout/fresh_bg_222.png");
		padding: 100px 0 30% 0;
		width: 100%;
		text-align: center;
	}
	.case-study .image-on-bg {
		background-image: none;
	}
}

.case-study .image-on-bg .container_con .content .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: #252e4b;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.case-study .image-on-bg .container_con .content .title {
		font-size: 32px;
	}
}

@media screen and (max-width: 480px) {
	.case-study .image-on-bg .container_con .content .title {
		font-size: 28px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 360px) {
	.case-study .image-on-bg .container_con .content .title {
		font-size: 24px;
	}
}

.case-study .image-on-bg .container_con .content .text {
	font-size: 18px;
	line-height: 1.33;
	color: #666666;
}

@media screen and (max-width: 480px) {
	.case-study .image-on-bg .container_con .content .text {
		font-size: 16px;
		padding: 0 10px;
	}
}

.case-study .image-on-bg .container_con .content .view_all_new {
	margin-top: 50px;
	text-align: left;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .image-on-bg .container_con .content .view_all_new {
		margin: 50px 0 auto;
		text-align: center;
	}
}

.case-study .image-on-bg .container_con .content .view_all_new a {
	background-color: #ee5600;
	color: #ffffff;
	border: 1px solid #ee5600;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.27px;
	padding: 8px 24px;
}

.case-study .image-on-bg .container_con .content .view_all_new a:hover,
.case-study .image-on-bg .container_con .content .view_all_new a:focus,
.case-study .image-on-bg .container_con .content .view_all_new a:active {
	background-color: #ffffff;
	color: #ee5600;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.case-study .image-on-bg .container_con img.img_on {
		max-width: 300px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .image-on-bg .container_con img.img_on {
		max-width: 80%;
		margin: 0 auto;
		margin-top: -15%;
	}
}

.case-study.service-seo.service-ppc .main-banner > div .content_top_page .title {
	font-size: 60px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study.service-seo.service-ppc .main-banner > div .content_top_page .title {
		font-size: 64px;
	}
}

@media screen and (max-width: 580px) {
	.case-study.service-seo.service-ppc .main-banner > div .content_top_page .title {
		font-size: 32px;
		line-height: 1.35;
	}
}

.case-study.service-seo.service-ppc #homepage_new2 .container_hp .item .overlay_text p {
	min-height: 120px;
}

.container_hp_fresh {
	margin: calc(100vw / 1920 * 160) 0;
}

.container_hp_fresh .item {
	width: 62%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.container_hp_fresh .item {
		width: 80%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.container_hp_fresh .item {
		width: 100%;
	}
}

.container_hp_fresh .item .title {
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #252e4b;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.container_hp_fresh .item .title {
		font-size: calc(100vw / 1200 * 36);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.container_hp_fresh .item .title {
		text-align: left;
		font-size: calc(100vw / 750 * 50);
	}
}

@media screen and (max-width: 480px) {
	
}

.container_hp_fresh .item .content {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.61;
	letter-spacing: normal;
	color: #666666;
	text-align: left;
}

.container_hp_fresh .item .content p {
	margin-bottom: 30px;
}

.container_hp_fresh .item .content p span {
	font-weight: bold;
}

.border_bottom_new {
	display: none;
	border-bottom: 2px solid #b9b9b9;
	margin: 0 auto;
}

@media screen and (max-width: 850px) {
	.border_bottom_new {
		display: block;
		width: 400px;
	}
}

@media screen and (max-width: 480px) {
	.border_bottom_new {
		display: block;
		width: 250px;
	}
}

@media screen and (max-width: 380px) {
	.border_bottom_new {
		display: block;
		width: 200px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.case-study .show-dt {
		display: none;
	}

	.case-study .show-mb {
		display: block;
	}

	.case-study .slick-dots {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		bottom: 20%;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.case-study .slick-dots li {
		margin: 0 10px;
		width: auto;
		height: auto;
	}

	.case-study .slick-dots li button {
		width: 16px;
		height: 16px;
		background: #ffffff;
	}

	.case-study .slick-dots li button:before {
		content: '';
	}

	.case-study .slick-dots li.slick-active button {
		width: 24px;
		height: 24px;
		background: #252e4b;
	}

	.case-study .stories .box {
		width: 100%;
	}

	.case-study .stories .box.info img {
		max-width: 100%;
		width: 100%;
	}

	.case-study .stories .box.info .title,
	.case-study .stories .box.info .content {
		max-width: 100%;
		width: 100%;
	}

	.case-study .stories .box.image {
		display: none;
	}

	.case-study .stories .box.info img.show-mb {
		margin-top: 48px;
	}

	.case-study .revenues>.title {
		padding: 0;
		width: 100%;
	}

	.case-study .revenues>.desc {
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}

	.case-study .seo-result .title {
		padding: 0;
		width: 100%;
	}

	.case-study .seo-result .desc {
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}

	.case-study .chart .image-wrapper {
		width: 100%;
		overflow: auto;
		padding-bottom: 40px;
	}

	.image-wrapper::-webkit-scrollbar {
		width: 15px;
	}

	/* Track */
	.image-wrapper::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #e2e2e2;
	}

	/* Handle */
	.image-wrapper::-webkit-scrollbar-thumb {
		background: #fff;
		border-radius: 10px;
	}

	/* Handle on hover */
	.image-wrapper::-webkit-scrollbar-thumb:hover {
		background: #e2e2e2;
	}

	.case-study .seo-result .image {
		width: 100%;
		overflow: auto;
	}

	.case-study .seo-result .image img {
		width: 1320px;
	}
	.container_hp_fresh .item .content {
		font-size: calc(100vw / 750 * 30);
	}
}

/******* End *******/
/**** Home Page New ****/
.w_1320 {
	width: calc(100vw / 1920 * 1320);
	margin: 0 auto;
}

.w_1200 {
	width: calc(100vw / 1920 * 1200);
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.w_1320 {
		width: calc(100vw / 1280 * 1000);
	}
	.w_1200 {
		width: calc(100vw / 1280 * 900);
	}	
}

@media screen and (max-width: 1024px) {
	.w_1320, .w_1200 {
		width: 90%;
	}
}

.case_study_bg .menu_top ul li.li_top .dropdown-menu {
	background: #000;
}

.bg_homepage_new .container_hp,
.bg_homepage_new .container_hp_slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bg_homepage_new .container_hp .slick-dots,
.bg_homepage_new .container_hp_slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.bg_homepage_new .container_hp .slick-dots li,
.bg_homepage_new .container_hp_slider .slick-dots li {
	margin: 0 20px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {

	.bg_homepage_new .container_hp .slick-dots li,
	.bg_homepage_new .container_hp_slider .slick-dots li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new .container_hp .slick-dots li,
	.bg_homepage_new .container_hp_slider .slick-dots li {
		margin: 0 10px;
	}
}

.bg_homepage_new .container_hp .slick-dots button,
.bg_homepage_new .container_hp_slider .slick-dots button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	margin-top: 5px;
	text-indent: -9999px;
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new .container_hp .slick-dots button,
	.bg_homepage_new .container_hp_slider .slick-dots button {
		width: 10px;
		height: 10px;
		margin-top: 1.25px;
	}
}

.bg_homepage_new .container_hp .slick-dots li.slick-active button,
.bg_homepage_new .container_hp_slider .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 30px;
	height: 30px;
	margin-top: 0;
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new .container_hp .slick-dots li.slick-active button,
	.bg_homepage_new .container_hp_slider .slick-dots li.slick-active button {
		width: 15px;
		height: 15px;
	}
}

.bg_homepage_new#homepage_new5 .container_hp,
.bg_homepage_new#homepage_new5 .container_hp_slider {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bg_homepage_new#homepage_new5 .testimonial {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-dots,
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-dots li,
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}

@media only screen and (max-width: 1024px) {
	.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots {
		bottom: -50px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {

	.bg_homepage_new#homepage_new5 .container_hp .slick-dots li,
	.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new#homepage_new5 .container_hp .slick-dots li,
	.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots li {
		margin: 0 10px;
	}
}

.bg_homepage_new#homepage_new5 .container_hp .slick-dots button,
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	margin-top: 2px;
	text-indent: -9999px;
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new#homepage_new5 .container_hp .slick-dots button,
	.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots button {
		width: 10px;
		height: 10px;
		margin-top: 1.25px;
	}
}

.bg_homepage_new#homepage_new5 .container_hp .slick-dots li.slick-active button,
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 14px;
	height: 14px;
	margin-top: 0;
}

@media only screen and (max-width: 480px) {

	.bg_homepage_new#homepage_new5 .container_hp .slick-dots li.slick-active button,
	.bg_homepage_new#homepage_new5 .container_hp_slider .slick-dots li.slick-active button {
		width: 15px;
		height: 15px;
	}
}

.bg_homepage_new#homepage_new5 .container_hp .slick-slide:not(.slick-active),
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-slide:not(.slick-active) {
	margin: 20px 0;
}

.bg_homepage_new#homepage_new5 .container_hp .child,
.bg_homepage_new#homepage_new5 .container_hp_slider .child {
	width: 100%;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-slide:not(.slick-active),
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-slide:not(.slick-active) {
	cursor: pointer;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-slide:not(.slick-active) img:nth-child(1),
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-slide:not(.slick-active) img:nth-child(1) {
	padding: 51px;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-slide:not(.slick-active) video:nth-child(1),
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-slide:not(.slick-active) video:nth-child(1) {
	padding: 51px;
}

.bg_homepage_new#homepage_new5 .container_hp .slick-slide:not(.slick-active) p,
.bg_homepage_new#homepage_new5 .container_hp_slider .slick-slide:not(.slick-active) p {
	display: none;
}

#homepage_new1 {
	margin: calc(100vw / 1920 * 160) 0;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new1 {
		margin: 100px 0;
	}
}

#homepage_new1 .container_hp {
	justify-content: space-between;
	flex-wrap: wrap;
}

#homepage_new1 .container_hp .item {
	width: 30%;
	text-align: center;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new1 .container_hp .item {
		width: 50%;
	}
}

#homepage_new1 .container_hp .item:nth-of-type(n+4) {
	margin-top: 80px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new1 .container_hp .item:nth-of-type(n+4) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new1 .container_hp .item:nth-of-type(n+3) {
		margin-top: 50px;
	}
}

#homepage_new1 .container_hp .item img {
	width: calc(100vw / 1920 * 140);
	height: auto;
}

@media only screen and (max-width: 1200px) {
	#homepage_new1 .container_hp .item img {
		width: calc(100vw / 1200 * 140);
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new1 .container_hp .item img {
		width: calc(100vw / 480 * 100);
	}
}

#homepage_new1 .container_hp .item p {
	margin-top: 20px;
	font-size: calc(100vw / 1920 * 22);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0d1623;
}

@media only screen and (max-width: 1200px) {
	#homepage_new1 .container_hp .item p {
		font-size: calc(100vw / 1200 * 22);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new1 .container_hp .item p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new1 .container_hp .item p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 360px) {
	#homepage_new1 .container_hp .item p {
		font-size: 14px;
	}
}

#homepage_new2 {
	padding: calc(100vw / 1920 * 100) 0 calc(100vw / 1920 * 120) 0;
	background-color: #d4e4df;
}

#homepage_new2 .title {
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.68;
	letter-spacing: normal;
	color: #252e4b;
	margin-bottom: calc(100vw / 1920 * 70);
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	#homepage_new2 {
		padding: 50px 0 60px 0;
	}
	#homepage_new2 .title {
		font-size: calc(100vw / 1200 * 36);
		margin-bottom: calc(100vw / 1200 * 70);
	}
}

#homepage_new2 .container_hp {
	padding-bottom: calc(100vw / 1920 * 100);
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .title {
		font-size: calc(100vw / 750 * 50);
	}
	.view_all_new a {
		font-size: calc(100vw / 750 * 30);
		padding: calc(100vw / 750 * 19) calc(100vw / 750 * 75);
	}
	#homepage_new2 .container_hp {
		display: block;
		padding-bottom: 50px;
		margin-bottom: 20%;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) and (max-width: 480px) {
	#homepage_new2 .container_hp {
		padding-bottom: 50px;
		margin-bottom: 30%;
	}
}

#homepage_new2 .container_hp .item {
	width: 30%;
	text-align: center;
	position: relative;
	transition: all .2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	#homepage_new2 .container_hp .item {
		width: 32%;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item {
		width: 100%;
	}
}

#homepage_new2 .container_hp .item:hover {
	transform: scale(1.15);
}

#homepage_new2 .container_hp .item img.bg_over {
	width: 100%;
	height: auto;
	padding-bottom: 31%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item img.bg_over {
		padding-bottom: 20%;
		width: 60%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new2 .container_hp .item img.bg_over {
		width: 90%;
		padding-bottom: 40%;
	}
}

#homepage_new2 .container_hp .item .overlay_text {
	position: absolute;
	background: #ffffff;
	width: 90%;
	margin: 0 auto;
	left: 5%;
	bottom: 0;
	padding: calc(100vw / 1920 * 30);
	text-align: left;
	/* -webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px); */
	/* background-color: rgba(255, 255, 255, 0.85); */
	min-height: calc(100vw / 1920 * 270);
}

@media only screen and (max-width: 1280px) {
	#homepage_new2 .container_hp .item .overlay_text {
		min-height: calc(100vw / 1280 * 250);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item .overlay_text {
		left: 25%;
		width: 50%;
		padding: calc(100vw / 768 * 30);
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new2 .container_hp .item .overlay_text {
		left: 10%;
		width: 80%;
		padding: calc(100vw / 480 * 30) calc(100vw / 480 * 15);
		min-height: calc(100vw / 480 * 250);
	}
}

@media only screen and (max-width: 380px) {
	
}

#homepage_new2 .container_hp .item .overlay_text .img_he {
	display: flex;
	align-items: center;
	height: 30px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item .overlay_text .view_all_new2 {
		display: block;
		float: left;
		text-align: left;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item .overlay_text .view_all_new2 a {
		display: flex;
		align-items: center;
	}
}

#homepage_new2 .container_hp .item .overlay_text p {
	font-size: calc(100vw / 1920 * 18);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #666666;
	margin-top: calc(100vw / 1920 * 20);
}

#homepage_new2 .container_hp .item.itemOne .overlay_text img {
	width: calc(100vw / 1920 * 125);
	height: auto;
}
#homepage_new2 .container_hp .item.itemTwo .overlay_text img {
	width: calc(100vw / 1920 * 63);
	height: auto;
}
#homepage_new2 .container_hp .item.itemThree .overlay_text img {
	width: calc(100vw / 1920 * 70);
	height: auto;
}
#homepage_new3 .container_hp .item a img {
	height: auto;
	max-height: 100px;
	width: 100%;
}

@media only screen and (max-width: 1280px) {
	#homepage_new2 .container_hp .item .overlay_text p {
		font-size: calc(100vw / 1280 * 16);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new2 .container_hp .item .overlay_text p {
		font-size: 18px;
		margin-top: 20px;
	}
	#homepage_new2 .container_hp .item.itemOne .overlay_text img {
		width: 125px;
	}
	#homepage_new2 .container_hp .item.itemTwo .overlay_text img {
		width: 63px;
	}
	#homepage_new2 .container_hp .item.itemThree .overlay_text img {
		width: 70px;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new2 .container_hp .item .overlay_text p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1440px) {
	.menu_top ul li.li_top .dropdown-menu {
		left: -140px;
	}
}

.view_all_new {
	text-align: center;
}

.view_all_new a {
	font-size: calc(100vw / 1920 * 20);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.27px;
	color: #252e4b;
	border: solid 2px #252e4b;
	padding: calc(100vw / 1920 * 16) calc(100vw / 1920 * 58);
	transition: 0.3s all;
}

.view_all_new a:hover {
	background-color: #252e4b;
	color: #ffffff;
	text-decoration: none;
}

#homepage_new3 {
	margin: 160px 0;
}

#homepage_partner_logo {
	padding: calc(100vw / 1920 * 90) 0;
    /* background: #f7f7f7; */
}

#homepage_partner_logo .container_hp {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}

#homepage_partner_logo .container_hp img {
	height: calc(100vw / 1920 * 130);
	width: auto;
}

#session_our_propress {
	background-color: #f7f7f7;
	padding: calc(100vw / 1920 * 80) 0;
}

#session_our_propress h2 {
	font-size: calc(100vw / 1920 * 40);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #000;
	margin-bottom: calc(100vw / 1920 * 90);
}

#session_our_propress .contact_page_container {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.circles {
	position: relative;
    height: calc(100vw / 1920 * 230);
    width: calc(100vw / 1920 * 230);
    display: inline-block;
}

.circles .text {
	font-family: "Baomoi-semibold";
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	font-size: calc(100vw / 1920 * 18);
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	width: 100%;
	height: auto;
	padding: 0 calc(100vw / 1920 * 35);
}

#session_our_propress .contact_page_container .item {
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#session_our_propress .contact_page_container .item:nth-child(1) img{
	transform: rotate(0);
}

#session_our_propress .contact_page_container .item img {
	transition: transform .7s ease-in-out;
}

#session_our_propress .contact_page_container .item .number {
	font-family: "Baomoi-semibold";
    font-size: calc(100vw / 1920 * 20);
    text-align: center;
    margin-top: calc(100vw / 1920 * 50);
    font-weight: bold;
    line-height: 1;
}

#session_our_propress .contact_page_container .item .number img {
	transform: unset!important;
	width: calc(100vw / 1920 * 20);
	height: calc(100vw / 1920 * 20);
}

.circles img {
	width: 100%;
	height: auto;
}

#session_our_propress .contact_page_container .item:nth-child(2) img {
	transform: rotate(90deg);
}

#session_our_propress .contact_page_container .item:nth-child(3) img {
	transform: rotate(145deg);
}

#session_our_propress .contact_page_container .item:nth-child(4) img {
	transform: rotate(225deg);
}

#session_our_propress .contact_page_container .item:nth-child(5) img {
	transform: rotate(330deg);
}

#session_our_propress .contact_page_container .item:nth-child(1) .circles:hover img {
	transform: rotate(50deg);
}

#session_our_propress .contact_page_container .item:nth-child(2) .circles:hover img {
	transform: rotate(130deg);
}

#session_our_propress .contact_page_container .item:nth-child(3) .circles:hover img {
	transform: rotate(190deg);
}

#session_our_propress .contact_page_container .item:nth-child(4) .circles:hover img {
	transform: rotate(270deg);
}

#session_our_propress .contact_page_container .item:nth-child(5) .circles:hover img {
	transform: rotate(380deg);
}

.circles.highlight .text {
	color: #fff;
    width: 82%;
    height: 82%;
    background: #454545;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 8px;
}

#content_homenew_award {
	margin-top: calc(100vw / 1920 * 87);
}
#content_homenew_award .homenew_award_container {
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#content_homenew_award .homenew_award_container .image {
    width: 20%;
    text-align: center;
}
#content_homenew_award .homenew_award_container .image:nth-child(n+6) {
	margin-top: 50px;
	width: 25%;
}
#content_homenew_award .homenew_award_container .image img {
	height: calc(100vw / 1920 * 150);
	width: auto;
}

@media only screen and (max-width: 1280px) {
	#content_homenew_award .homenew_award_container .image img {
		height: calc(100vw / 1280 * 120);
	}
	#homepage_new3 {
		margin: 100px 0;
	}
	#homepage_partner_logo .container_hp img {
		height: calc(100vw / 1280 * 100);
	}
}

@media only screen and (max-width: 1200px) {
	.view_all_new a {
		font-size: 16px;
		padding: 10px 40px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#content_homenew_award.about-us-page {
		margin-top: 50px;
	}
	#content_homenew_award .homenew_award_container {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#content_homenew_award .homenew_award_container .image {
		width: 33%;
		text-align: center;
		padding: 40px 20px;
	}
	#content_homenew_award .homenew_award_container .image:nth-child(n+6) {
		width: 33%;
		margin-top: 0;
	}
	#content_homenew_award .homenew_award_container #imageOrder4 {
		order: 5;
	}
	#content_homenew_award .homenew_award_container #imageOrder5 {
		order: 6;
	}
	#content_homenew_award .homenew_award_container #imageOrder6 {
		order: 4;
	}
	#content_homenew_award .homenew_award_container #imageOrder7 {
		order: 8;
	}
	#content_homenew_award .homenew_award_container #imageOrder8 {
		order: 9;
	}
	#content_homenew_award .homenew_award_container #imageOrder9 {
		order: 7;
	}
	#content_homenew_award {
		margin-top: calc(100vw / 750 * 50);
	}
	#session_our_propress {
		padding: 50px 0;
	}
	#homepage_partner_logo {
		padding: 50px 0;
	}
	#homepage_partner_logo .container_hp img {
		height: calc(100vw / 768 * 80);
	}
	#session_our_propress {
		background-image: url('https://coadealc.sirv.com/cbi/images/new_style/progress_bg_2.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#session_our_propress .w_1320 {
		width: calc(100vw / 768 * 490);
	}
	#session_our_propress .contact_page_container {
		flex-wrap: wrap;
	}
	#session_our_propress .contact_page_container .item {
		position: relative;
		width: 100%;
		
	}
	#session_our_propress .contact_page_container .item .item_progress {
		width: 100%;
		position: relative;
		padding-bottom: 20px;
		padding-left: 60%;
	}
	#session_our_propress h2 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.circles .text {
		font-size: 11px;
	}
	.circles {
		height: 130px;
		width: 130px;	
		transition: transform 330ms ease-in-out;
	}
	
	#session_our_propress .contact_page_container .item img {
		transform: rotate(330deg);
	}
	#session_our_propress .contact_page_container .item::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 100%;
		visibility: visible;
		top: 0;
		left: 0;
		margin-left: 0;
		background-color: #454545;
	}
	#session_our_propress .contact_page_container .item .item_progress::before {
		content: "";
		position: absolute;
		height: 1px;
		background-color: #454545;
		width: calc(60% - 35px);
		top: calc(50% - 9px);
		left: 30px;
	}
	#session_our_propress .contact_page_container .item .number {
		font-size: 20px;
		margin-top: 0;
		top: calc(50% - 20px);
		position: absolute;
		left: -11px;
		background: #f7f7f7;
		z-index: 2;
		width: 24px;
    	height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#session_our_propress .contact_page_container .item .number img {
		width: 16px;
		height: 16px;
	}
	#session_our_propress .contact_page_container .item:nth-child(2n+1) .item_progress {
		padding-left: 25%;
	}
	#session_our_propress .contact_page_container .item:nth-child(2n+1) .item_progress.aos-init::before {
		width: calc(25% - 35px);
	}
	#session_our_propress .contact_page_container .item:nth-child(2) .item_progress {
		padding-left: 74%;
	}
	#session_our_propress .contact_page_container .item:nth-child(2) .item_progress::before {
		width: calc(74% - 35px);
	}
	#session_our_propress .contact_page_container .item:nth-child(3) .number {
		justify-content: unset;
		left: -7px;
	}
	#session_our_propress .contact_page_container .item:nth-child(3) .number:after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 2px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 8px solid #454545;
		transform: rotate(270deg);
	}
}

@media only screen and (max-width: 1200px) {
	#homepage_new3 {
		margin: calc(100vw / 1200 * 80) 0;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new3 {
		margin: 100px 0;
	}
}

#homepage_new3 .title {
	margin-bottom: calc(100vw / 1920 * 70);
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #252e4b;
	text-align: center;
}

#homepage_new3 .container_hp {
	padding-bottom: 10%;
}

@media only screen and (max-width: 1200px) {
	#homepage_new3 .title {
		margin-bottom: calc(100vw / 1200 * 70);
		font-size: calc(100vw / 1200 * 36);
	}
	#content_homenew_award .homenew_award_container .image {
		padding: calc(100vw / 1200 * 30) calc(100vw / 1200 * 15);
	}
	#content_homenew_award .homenew_award_container .image img {
		height: calc(100vw / 1200 * 180);
	}
	#content_homenew_award .homenew_award_container .image:nth-child(10) img {
		height: calc(100vw / 1200 * 130);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new3 .container_hp {
		padding-bottom: 20%;
	}
	#homepage_new3 .title {
		margin-bottom: 50px;
		font-size: calc(100vw / 768 * 40);
	}
	#content_homenew_award .homenew_award_container .image img {
		height: calc(100vw / 820 * 180);
		margin: 0 auto;
	}
	#content_homenew_award .homenew_award_container .image:nth-child(10) {
		width: 50%;
	}
	#content_homenew_award .homenew_award_container .image:nth-child(10) img {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new3 .container_hp {
		padding-bottom: 30%;
		justify-content: center;
	}
	#homepage_new3 .title {
		margin-bottom: 50px;
		font-size: calc(100vw / 420 * 28);
	}
	#homepage_partner_logo {
		padding: 30px 0;
	}
	#homepage_partner_logo .container_hp img {
		height: calc(100vw / 480 * 50);
	}
	#session_our_propress .w_1320 {
		width: calc(100vw / 480 * 340);
	}
	.circles .text {
		font-size: 9px;
		padding: 0 calc(100vw / 480 * 12);
	}
	.circles {
		position: relative;
		height: calc(100vw / 480 * 130);
		width: calc(100vw / 480 * 130);
		display: inline-block;
	}
	#content_homenew_award .homenew_award_container .image {
		padding: 20px 10px;
	}
	#content_homenew_award .homenew_award_container .image img {
		height: calc(100vw / 480 * 112);
	}
}

#homepage_new3 .container_hp .item {
	width: 18%;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#homepage_new3 .container_hp .item img {
	max-width: 100%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new3 .container_hp .item {
		width: 33%;
	}
}

@media only screen and (max-width: 640px) {
	#homepage_new3 .container_hp .item {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new3 .container_hp .item {
		width: 70%;
	}
}

#homepage_new3 .container_hp .item .image {
	display: block;
	width: 100%;
	height: auto;
}

#homepage_new3 .container_hp .item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.8);
}

#homepage_new3 .container_hp .item:hover .overlay {
	opacity: 1;
}

#homepage_new3 .container_hp .item .text {
	color: white;
	font-size: calc(100vw / 1920 * 16);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 15px;
	font-weight: bold;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#homepage_new3 .container_hp .item:nth-of-type(n+6) {
	margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
	#homepage_new3 .container_hp .item .text {
		font-size: calc(100vw / 1200 * 15);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new3 .container_hp .item:nth-of-type(n+6) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new3 .container_hp .item:nth-of-type(n+6) {
		display: none;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new3 .container_hp .item:nth-of-type(n+4) {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 640px) {
	#homepage_new3 .container_hp .item:nth-of-type(n+4) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 640px) {
	#homepage_new3 .container_hp .item:nth-of-type(n+3) {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new3 .container_hp .item:nth-of-type(n+3) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new3 .container_hp .item:nth-of-type(n+2) {
		margin-top: 20px;
	}
}

#homepage_new4 {
	background-color: #252e4b;
	padding: 120px 0;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new4 {
		padding: 50px 0;
	}
}

#homepage_new4 .view_all_new {
	text-align: center;
}

#homepage_new4 .view_all_new a {
	font-size: calc(100vw / 1920 * 20);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.27px;
	padding: calc(100vw / 1920 * 16) calc(100vw / 1920 * 58);
	transition: 0.3s all;
	border: solid 2px #ffffff;
	color: #ffffff;
	background-color: #252e4b;
}

#homepage_new4 .view_all_new a:hover {
	background-color: #ffffff;
	color: #252e4b;
	text-decoration: none;
}

#homepage_new4 .title {
	font-size: calc(100vw / 1920 * 40);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: calc(100vw / 1920 * 30);
}

#homepage_new4 .title a {
	color: #ffffff;
}

@media only screen and (max-width: 1200px) {
	#homepage_new4 .view_all_new a {
		font-size: 16px;
		padding: 10px 40px;
	}
	#homepage_new4 .title {
		font-size: 26px;
    	margin-bottom: 20px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .title {
		padding-left: 0;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new4 .title {
		font-size: 28px;
	}
}

#homepage_new4 .content {
	opacity: 0.7;
	font-size: calc(100vw / 1920 * 18);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
}

#homepage_new5 .container_hp_slider .item:nth-child(n+1) {
	visibility: hidden;
	opacity: 0;
}

#homepage_new5 .container_hp_slider.slick-slider .item:nth-child(n+1) {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 1440px) {
	#homepage_new4 .content {
		font-size: calc(100vw / 1440 * 18);
	}
}

@media only screen and (max-width: 1200px) {
	#homepage_new4 .content {
		font-size: 15px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .content {
		padding-left: 0;
	}
}

#homepage_new4 .content span {
	font-weight: bold;
}

#homepage_new4 .container_hp {
	padding-bottom: 10%;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .container_hp {
		padding-right: 5%;
		padding-left: 5%;
		padding-bottom: 15%;
	}
}

#homepage_new4 .container_hp .item {
	width: 50%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .container_hp .item {
		width: 100%;
	}
}

#homepage_new4 .section_1 .col_left {
	text-align: left;
	padding-right: 10%;
	padding-left: calc(100vw / 1920 * 50);
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .section_1 .col_left {
		margin-bottom: 50px;
		padding-right: 0;
	}
}

#homepage_new4 .section_1 .col_right {
	position: relative;
}

#homepage_new4 .section_1 .col_right img {
	width: 65%;
	height: auto;
	text-align: right;
	float: right;
}

#homepage_new4 .section_1 .col_right .overlay_text {
	position: absolute;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	background-color: rgba(255, 255, 255, 0.8);
	padding: calc(100vw / 1920 * 68) calc(100vw / 1920 * 30);
	left: calc(100vw / 1920 * 30);
	bottom: calc(100vw / 1920 * 40);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .section_1 .col_right .overlay_text {
		bottom: 30%;
		padding: 50px 68px;
		left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new4 .section_1 .col_right .overlay_text {
		padding: 20px;
	}
}

#homepage_new4 .section_1 .col_right .overlay_text .col_1 {
	margin-right: 45px;
	text-align: center;
}

#homepage_new4 .section_1 .col_right .overlay_text .col_1 p {
	font-size: calc(100vw / 1920 * 20);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: normal;
	color: #252e4b;
	text-align: left;
}

#homepage_new4 .section_1 .col_right .overlay_text .col_1 .text_spec {
	font-size: calc(100vw / 1920 * 44);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #0077ff;
	text-align: left;
}

#homepage_new4 .section_1 .col_right .overlay_text .col_2 {
	text-align: center;
}

#homepage_new4 .section_1 .col_right .overlay_text .col_2 p {
	font-size: calc(100vw / 1920 * 20);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: normal;
	color: #252e4b;
	text-align: left;
}

#homepage_new4 .section_1 .col_right .overlay_text .col_2 .text_spec {
	font-size: calc(100vw / 1920 * 44);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ee5600;
	text-align: left;
}

#homepage_new4 .section_1 .view_all_new2 {
	display: block;
	position: relative;
	width: 100%;
	margin-top: calc(100vw / 1920 * 50);
	float: left;
	text-align: left;
}

@media only screen and (max-width: 1200px) {
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 p, #homepage_new4 .section_1 .col_right .overlay_text .col_2 p {
		font-size: calc(100vw / 1200 * 18);
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 .text_spec, #homepage_new4 .section_1 .col_right .overlay_text .col_2 .text_spec {
		font-size: calc(100vw / 1200 * 30);
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 {
		margin-right: 25px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .section_1 .view_all_new2 {
		display: none;
		float: right;
		text-align: right;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 p, #homepage_new4 .section_1 .col_right .overlay_text .col_2 p {
		font-size: 18px;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 .text_spec, #homepage_new4 .section_1 .col_right .overlay_text .col_2 .text_spec {
		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 {
		margin-right: 20px;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 p {
		font-size: 12px;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_1 .text_spec {
		font-size: 20px;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_2 .text_spec {
		font-size: 20px;
	}
	#homepage_new4 .section_1 .col_right .overlay_text .col_2 p {
		font-size: 12px;
	}
}

#homepage_new4 .section_1 .view_all_new2 a {
	font-size: calc(100vw / 1920 * 20);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ff7d33;
}

#homepage_new4 .section_1 .view_all_new2 a img {
	margin-left: 10px;
	margin-bottom: 5px;
	width: calc(100vw / 1920 * 31);
}

@media only screen and (max-width: 1440px) {
	#homepage_new4 .section_1 .view_all_new2 a {
		font-size: calc(100vw / 1440 * 18);
	}
}

@media only screen and (max-width: 1200px) {
	#homepage_new4 .section_1 .view_all_new2 a {
		font-size: 15px;
	}
	#homepage_new4 .section_1 .view_all_new2 a img {
		width: 22px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new4 .section_2 {
		display: none;
	}
}

#homepage_new4 .section_2 .col_right {
	text-align: left;
	padding-left: 10%;
}

#homepage_new4 .section_2 .col_left {
	position: relative;
}

#homepage_new4 .section_2 .col_left img {
	width: 65%;
	height: auto;
	text-align: left;
}

.logo img {
	height: auto;
}

#homepage_new4 .section_2 .col_left .overlay_text {
	position: absolute;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	background-color: rgba(255, 255, 255, 0.8);
	padding: calc(100vw / 1920 * 68) calc(100vw / 1920 * 20);
	right: calc(100vw / 1920 * 40);
	bottom: calc(100vw / 1920 * 40);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_1 {
	margin-right: 20px;
	text-align: center;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_1 p {
	font-size: calc(100vw / 1920 * 20);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: normal;
	color: #252e4b;
	text-align: left;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_1 .text_spec {
	font-size: calc(100vw / 1920 * 44);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #00be91;
	text-align: left;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_2 {
	text-align: center;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_2 p {
	font-size: calc(100vw / 1920 * 20);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: normal;
	color: #252e4b;
	text-align: left;
}

#homepage_new4 .section_2 .col_left .overlay_text .col_2 .text_spec {
	font-size: calc(100vw / 1920 * 44);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #0077ff;
	text-align: left;
}

#homepage_new4 .section_2 .view_all_new2 {
	text-align: left;
	margin-top: calc(100vw / 1920 * 50);
}

#homepage_new4 .section_2 .view_all_new2 a {
	font-size: calc(100vw / 1920 * 20);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ff7d33;
}

#homepage_new4 .section_2 .view_all_new2 a img {
	margin-left: 10px;
	margin-bottom: 5px;
	width: calc(100vw / 1920 * 31);
	height: auto;
}

#content_top_page h1 {
	margin-bottom: calc(100vw / 1920 * 19);
	font-size: calc(100vw / 1920 * 60);
}

#banner_home #content_top_page h1 {
	font-size: calc(100vw / 1920 * 58);
}

#content_top_page h1 i {
	font-weight: 300;
}

@media only screen and (max-width: 1440px) {
	#homepage_new4 .section_2 .view_all_new2 a {
		font-size: calc(100vw / 1440 * 18);
	}
}

@media only screen and (max-width: 1200px) {
	#homepage_new4 .section_2 .view_all_new2 a {
		font-size: 15px;
	}
	#homepage_new4 .section_2 .view_all_new2 a img {
		width: 22px;
	}
	#homepage_new4 .section_2 .col_left .overlay_text .col_1 p, #homepage_new4 .section_2 .col_left .overlay_text .col_2 p {
		font-size: calc(100vw / 1200 * 18);
	}
	#homepage_new4 .section_2 .col_left .overlay_text .col_1 .text_spec, #homepage_new4 .section_2 .col_left .overlay_text .col_2 .text_spec {
		font-size: calc(100vw / 1200 * 30);
	}
}

@media only screen and (max-width: 1024px) {
	#content_top_page h1 {
		font-size: calc(100vw / 1024 * 32);
	}
	#banner_home #content_top_page h1 {
		font-size: calc(100vw / 1024 * 32);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#content_top_page h1 {
		font-size: calc(100vw / 768 * 38);
	}
	#banner_home.banner_aboutus img.mob_show {
		width: 100%;
		height: calc(100vw / 750 * 850);
	}
}

@media only screen and (max-width: 480px) {
	#content_top_page h1 {
		margin-bottom: calc(100vw / 480 * 30);
		font-size: calc(100vw / 480 * 36);
	}
	/* #banner_home p {
		font-size: calc(100vw / 480 * 18);
	} */
	#banner_home img.mob_show {
		width: 100%;
		height: calc(100vw / 480 * 780);
	}
}

#homepage_new5 {
	margin: calc(100vw / 1920 * 120) 0;
	height: calc(100vw / 1920 * 460);
}

#homepage_new5.bg_testimonial {
	height: auto;
}

#homepage_new5 .title-homepage-new5 {
	text-align: center;
	margin-bottom: 60px;
}

#homepage_new5 .title-homepage-new5 span {
	text-align: center;
	color: #252e4b;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

#homepage_new5 .w_homepage_new5 {
	max-width: calc(100vw / 1920 * 1288);
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	#homepage_new5 .w_homepage_new5 {
		max-width: calc(100vw / 1024 * 700);
	}
	#homepage_new5 {
		margin: 50px 0;
		height: auto
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new5 .title-homepage-new5 span {
		font-size: calc(100vw / 768 * 56);
	}
	#homepage_new5 {
		margin: 80px 0;
	}
	#homepage_new5 .w_homepage_new5 {
		max-width: calc(100vw / 768 * 502);
	}
}

@media only screen and (max-width: 480px) {
	#homepage_new5 {
		margin: 40px 0;
	}
}

#homepage_new5 .container_hp_slider {
	text-align: center;
}

#homepage_new5 .container_hp_slider .slick-next {
	width: calc(100vw / 1920 * 60);
	height: calc(100vw / 1920 * 60);
	transition: all 0.5s;
	top: 33%;
	display: flex!important;
    align-items: center;
    justify-content: center;
	right: calc(100vw / 1920 * -158);
}

#homepage_new5 .container_hp_slider .slick-next:after {
	content: "";
    display: block;
    margin: 0;
	right: 0;
    padding: 0;
    width: calc(100vw / 1920 * 10);
    position: absolute;
    height: calc(100vw / 1920 * 10);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #4d4d4d;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #4d4d4d;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(45deg);
    /* -webkit-transform: rotate(135deg); */
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

#homepage_new5 .container_hp_slider .slick-next:before {
	position: absolute;
	width: calc(100vw / 1920 * 60);
	right: 0;
    height: 2px;
    background: #4d4d4d;
    content: "";
}

#homepage_new5 .container_hp_slider .slick-prev {
	width: calc(100vw / 1920 * 60);
	transition: all 0.5s;
	height: calc(100vw / 1920 * 60);
	top: 33%;
	display: flex!important;
	align-items: center;
	justify-content: center;
	left: calc(100vw / 1920 * -158);
}

#homepage_new5 .container_hp_slider .slick-prev:after {
	content: "";
    display: block;
    margin: 0;
	left: 0;
    padding: 0;
    width: calc(100vw / 1920 * 10);
    position: absolute;
    height: calc(100vw / 1920 * 10);
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #4d4d4d;
    border-right-width: 2px;
    border-right-style: solid;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(225deg);
    /* -webkit-transform: rotate(135deg); */
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

#homepage_new5 .container_hp_slider .slick-prev:before {
	position: absolute;
	width: calc(100vw / 1920 * 60);
	left: 0;
    height: 2px;
    background: #4d4d4d;
    content: "";
}

#homepage_new5 .container_hp_slider .slick-prev:hover:before,
#homepage_new5 .container_hp_slider .slick-next:hover:before {
	background: #da4f00;
}

#homepage_new5 .container_hp_slider .slick-next:hover:after,
#homepage_new5 .container_hp_slider .slick-prev:hover:after {
	border-color: #da4f00;
}

#homepage_new5 .container_hp_slider .item .content {
	font-size: calc(100vw / 1920 * 38);
	line-height: 1.68;
	letter-spacing: calc(100vw / 1920 * -0.76);
	text-align: center;
	color: #da4f00;
	width: 100%;
	font-family: 'Abigral';
}

#homepage_new5 .testimonial .content {
	font-size: calc(100vw / 1920 * 38);
	line-height: 1.68;
	letter-spacing: calc(100vw / 1920 * -0.76);
	text-align: center;
	color: #da4f00;
	width: 100%;
	font-family: 'FuturaPT-Obl';
}

#homepage_new5 .container_hp_slider .item .container_video {
    display: flex;
    justify-content: flex-start;
    gap: calc(100vw / 1920 * 37);
    align-items: flex-start;
}

#homepage_new5 .container_hp_slider .item .container_video .item_col_left {
	max-width: calc(100vw / 1920 * 610);
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    gap: calc(100vw / 1920 * 42);
    align-items: flex-start;
}

#homepage_new5 .container_hp_slider .item .container_video .item_col_left .content {
	text-align: left;
}

#homepage_new5 .container_hp_slider .item .container_video .item_col_left .container_in {
	margin-top: 0;
}

#homepage_new5 .container_hp_slider .item .container_video .item_col_right {
	height: calc(100vw / 1920 * 449);
	width: calc(100vw / 1920 * 636);
}

#homepage_new5 .container_hp_slider .item .container_video .item_col_right iframe {
	width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
	#homepage_new5 .container_hp_slider .slick-prev:after, #homepage_new5 .container_hp_slider .slick-next:after {
		width: 8px;
		height: 8px;
	}
}

@media only screen and (max-width: 1200px) {
	#homepage_new5 .container_hp_slider .slick-prev {
		width: 40px;
		height: 40px;
		left: -75px;
	}
	#homepage_new5 .container_hp_slider .slick-next {
		width: 40px;
		height: 40px;
		right: -75px;
	}
	#homepage_new5 .container_hp_slider .slick-prev:before, #homepage_new5 .container_hp_slider .slick-next:before {
		width: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	#homepage_new5 .container_hp_slider .item .container_video .item_col_right iframe {
		width: 99%;
	}
	#homepage_new5 .container_hp_slider .item .container_video .item_col_left {
		max-width: calc(100vw / 1024 * 400);
    	gap: calc(100vw / 1024 * 32);
	}
	#homepage_new5 .container_hp_slider .item .container_video .item_col_right {
		height: calc(100vw / 1024 * 300);
		width: calc(100vw / 1024 * 400);
	}
	#homepage_new5 .container_hp_slider .item .content, #homepage_new5 .testimonial .content {
		font-size: calc(100vw / 1024 * 26);
		height: auto;
	}
	#homepage_new5 .container_hp_slider .item:not(.item_video) .content {
		height: auto;
	}
	#homepage_new5 .container_hp_slider .item:not(.item_video) .content p {
		position: unset;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new5 .container_hp_slider .item .container_video .item_col_left .container_in {
		margin: 0 auto;
	}
	#homepage_new5 .container_hp_slider .item .content, #homepage_new5 .testimonial .content {
		font-size: calc(100vw / 768 * 28);
		line-height: 2;
	}
	#homepage_new5 .container_hp_slider .item .container_video .item_col_left .content {
		text-align: center;
		width: 100%;
		height: auto;
		letter-spacing: calc(100vw / 768 * -0.56);
	}
	#homepage_new5 .container_hp_slider .item .container_video {
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
		gap: calc(100vw / 768 * 50);
	}
	#homepage_new5 .container_hp_slider .item .container_video .item_col_left {
		max-width: 100%;
		order: 2;
		width: 100%;
		text-align: center;
		gap: calc(100vw / 768 * 50);
	}
	#homepage_new5 .container_hp_slider .item .container_video .item_col_right {
		max-width: 100%;
		height: calc(100vw / 768 * 328);
		width: calc(100vw / 768 * 502);
	}
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .slick-prev {
		width: 30px;
		height: 30px;
		left: -40px;
	}
	#homepage_new5 .container_hp_slider .slick-prev:before, #homepage_new5 .container_hp_slider .slick-next:before {
		width: 30px;
	}
	#homepage_new5 .container_hp_slider .slick-next {
		width: 30px;
		height: 30px;
		right: -40px;
	}
}

#homepage_new5 .container_hp_slider .item .container_in, #homepage_new5 .testimonial .container_in {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: calc(100vw / 1920 * 50);
}

#homepage_new5 .container_hp_slider .item .container_in .content_in, #homepage_new5 .testimonial .container_in .content_in {
	text-align: left;
}

#homepage_new5 .container_hp_slider .item .container_in img, #homepage_new5 .testimonial .container_in img {
	width: calc(100vw / 1920 * 80);
	height: calc(100vw / 1920 * 80);
	opacity: 1;
    transform: none;
	margin-right: calc(100vw / 1920 * 20);
	border-radius: 50%;
}

#homepage_new5 .container_hp_slider .item .container_in p.title_in, #homepage_new5 .testimonial .container_in p.title_in {
	font-size: calc(100vw / 1920 * 18);
	font-weight: bold;
	letter-spacing: calc(100vw / 1920 * -0.36);
	color: #000;
	margin-bottom: 0;
}

#homepage_new5 .container_hp_slider .item .container_in p.tag, #homepage_new5 .testimonial .container_in p.tag {
	font-size: calc(100vw / 1920 * 18);
	letter-spacing: calc(100vw / 1920 * -0.36);
	text-align: left;
	color: #000;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	#homepage_new5 .container_hp_slider .item .container_in p.title_in, #homepage_new5 .container_hp_slider .item .container_in p.tag, 
	#homepage_new5 .testimonial .container_in p.title_in, #homepage_new5 .testimonial .container_in p.tag {
		font-size: calc(100vw / 1024 * 18);
		letter-spacing: calc(100vw / 1024 * -0.36);
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#homepage_new5 .container_hp_slider .item .container_in img, #homepage_new5 .testimonial .container_in img {
		width: 50px;
		height: 50px;
		margin-right: calc(100vw / 768 * 20);
	}
	
	#homepage_new5 .container_hp_slider .item .container_in p.title_in, #homepage_new5 .container_hp_slider .item .container_in p.tag, #homepage_new5 .testimonial .container_in p.tag, #homepage_new5 .testimonial .container_in p.title_in {
		font-size: 12px;
		letter-spacing: -0.36px;
		line-height: 2;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	/* div#banner_home {
		height: calc(100vw / 768 * 680);
	} */
	#banner_home #content_top_page h1 {
		font-size: calc(100vw / 750 * 64);
	}
}

@media (max-width: 480px) {
	div#banner_home {
		height: 100%;
	}
}

#homepage_new5 .container_hp_slider .item .testimonial-banned {
	width: 800px;
	height: 482px;
	margin: auto;
}

@media (max-width: 1440px) {
	#homepage_new5 .container_hp_slider .item .testimonial-banned {
		width: 90%;
		height: 90%;
	}
}

@media (max-width: 1280px) {
	#homepage_new5 .container_hp_slider .item .testimonial-banned {
		width: 90%;
		height: 100%;
	}
}

#homepage_new5 .container_hp_slider .item iframe.verical-video {
	height: 550px !important;
}

#homepage_new5 .container_hp_slider .item .icon-thumb-testimonial {
	position: relative;
	width: 80px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -80px;
	text-align: center;
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .item .icon-thumb-testimonial {
		margin-top: -50px;
	}
}

#homepage_new5 .container_hp_slider .item .video-testimonial-vertical {
	height: 500px;
	margin-bottom: 35px;
}

@media (max-width: 1440px) {
	#homepage_new5 .container_hp_slider .item .video-testimonial-vertical {
		width: 35%;
	}
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .item .video-testimonial-vertical {
		width: 85%;
		margin-bottom: 0px;
	}
}

#homepage_new5 .container_hp_slider .item .video-testimonial-horizontal {
	margin-bottom: 35px;
}

@media (max-width: 1440px) {
	#homepage_new5 .container_hp_slider .item .video-testimonial-horizontal {
		width: 90%;
		height: 90%;
	}
}

@media (max-width: 1280px) {
	#homepage_new5 .container_hp_slider .item .video-testimonial-horizontal {
		width: 80%;
		height: 80%;
	}
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .item .video-testimonial-horizontal {
		margin-bottom: 10px;
	}
}

#homepage_new5 .container_hp_slider .item p.text1 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	margin-top: 20px;
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .item p.text1 span {
		width: 100%;
		display: block;
	}
}

@media (max-width: 480px) {
	#homepage_new5 .container_hp_slider .item p.text1 span.hide_768 {
		display: none;
	}
}

#homepage_new5 .container_hp_slider .item p.text2 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
	margin-bottom: 20px;
}

.page_footer {
	background: #282b36;
}

.page_footer .width_1200 {
	width: 1320px;
	margin: 0 auto;
}

@media (max-width: 1320px) {
	.page_footer .width_1200 {
		width: auto;
		padding: 0 10px 10px;
	}
}

@media (max-width: 1280px) {
	.page_footer .w_1320 {
		width: calc(100vw / 1280 * 1100);
	}
}

@media (max-width: 480px) {
	.page_footer .width_1200 {
		width: auto;
		padding: 0 15px 0 15px;
	}
}

.page_footer .footer_new_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_footer .footer_new_container .footer_new_left {
	width: 70%;
}

.page_footer .footer_new_container .footer_new_left .ft_new_logo {
	margin-bottom: 25px;
	max-width: calc(100vw / 1920 * 207);
	height: auto;
}

.page_footer .footer_new_container .footer_new_left .container_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 {
	width: 55%;
}

@media only screen and (max-width: 900px) {
	.page_footer .footer_new_container .footer_new_left .ft_new_logo {
		max-width: 207px;
	}
	.page_footer .footer_new_container .footer_new_left {
		width: 100%;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 {
		width: 100%;
	}
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 p {
	opacity: 0.7;
	font-size: calc(100vw / 1920 * 16);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 p span {
	font-weight: bold;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 p a {
	color: #ffffff;
	font-weight: bold;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 {
	width: 45%;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in p {
	width: 30%;
	margin-bottom: 20px;
	font-size: calc(100vw / 1920 * 16);
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in a {
	width: 30%;
	opacity: 0.7;
	font-size: calc(100vw / 1920 * 16);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social {
	display: flex;
	flex-wrap: wrap;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social a {
	display: inline-block;
	width: calc(100vw / 1920 * 30);
	height: calc(100vw / 1920 * 30);
	border: 1px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 20px;
	transition: all .5s ease;
	position: relative;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social a:hover {
	background-color: #444;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa {
	font-size: calc(100vw / 1920 * 14);
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa.fa-twitter {
	background: url(https://coadealc.sirv.com/chidoanh/images/new_images/X_logo_2023__white_.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}

.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa.fa-twitter:before {
	content: '';
}

.page_footer .footer_new_container .footer_new_right {
	width: 30%;
	margin-top: 38px;
}

.page_footer .footer_new_container .footer_new_right p {
	font-size: calc(100vw / 1920 * 16);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 22px;
}

.page_footer .footer_new_container .footer_new_right .title {
	font-size: calc(100vw / 1920 * 24);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #ffffff;
}

.page_footer .footer_new_container .footer_new_right .ft_img {
	display: flex;
}

.page_footer .footer_new_container .footer_new_right .ft_img {
	margin-top: calc(100vw / 1920 * 5);
}

.page_footer .footer_new_container .footer_new_right .ft_img img {
	height: calc(100vw / 1920 * 40);
	width: auto;
}

.page_footer .footer_new_container .footer_new_right .ft_img a:not(:last-child) img {
	margin-right: 20px;
}

.page_footer .footer_new_container .footer_new_right .ft_img .google-partner img {
	margin-right: calc(100vw / 1920 * 20);
}

@media only screen and (max-width: 1920px) {
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social a {
		width: 30px;
		height: 30px;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px) {
	.page_footer .footer_new_container .footer_new_right .ft_img img {
		height: 34px;
	}
	.page_footer .footer_new_container .footer_new_right .ft_img .google-partner img {
		margin-right: 10px;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 p {
		font-size: calc(100vw / 1280 * 14);
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in p, .page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in a {
		font-size: calc(100vw / 1280 * 15);
	}
	.page_footer .footer_new_container .footer_new_right .title {
		font-size: calc(100vw / 1280 * 20);
	}
	.page_footer .footer_new_container .footer_new_right p {
		font-size: calc(100vw / 1280 * 14);
	}
}

@media only screen and (max-width: 900px) {
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 {
		width: 100%;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in {
		display: none;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social a {
		width: 50px;
		height: 50px;
		padding-top: 12px;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa {
		font-size: 22px;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .footer_social .fa.fa-twitter {
		width: 22px;
		height: 22px;
	}
	.page_footer .footer_new_container .footer_new_right {
		width: 100%;
	}
	.page_footer .footer_new_container .footer_new_right .ft_img {
		flex-direction: column;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item1 p {
		font-size: 16px;
	}
	.page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in p, .page_footer .footer_new_container .footer_new_left .container_item .ft_item2 .text_in a {
		font-size: 16px;
	}
	.page_footer .footer_new_container .footer_new_right .title {
		font-size: 24px;
	}
	.page_footer .footer_new_container .footer_new_right p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.page_footer .footer_new_container .footer_new_right p {
		font-size: calc(100vw / 480 * 16);
	}
	.page_footer .footer_new_container .footer_new_left .ft_new_logo {
		max-width: 180px;
	}
}

@media only screen and (max-width: 380px) {
	.page_footer .footer_new_container .footer_new_right .ft_img .magento-partner img {
		margin-right: 20px;
	}
	.page_footer .footer_new_container .footer_new_right .ft_img .google-partner img {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 900px) {
	.page_footer .footer_new_container .footer_new_right .ft_img {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 380px) {
	.page_footer .footer_new_container .footer_new_right .ft_img {
		width: 120px;
	}
}

.page_footer .footer_new_container .footer_new_right form {
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 900px) {
	.page_footer .footer_new_container .footer_new_right form {
		width: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.page_footer .footer_new_container .footer_new_right form {
		width: 100%;
	}
}

.page_footer .footer_new_container .footer_new_right form .newslet_email {
	width: 100%;
}

.page_footer .footer_new_container .footer_new_right form .newslet_email input {
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
}

.page_footer .footer_new_container .footer_new_right form .newsletter_bt {
	position: absolute;
	background-color: #fff;
	border: 0;
	background-image: url("https://coadealc.sirv.com/cbi/images/cbi/new_layout/invalid-name.png");
	background-repeat: no-repeat;
	width: calc(100vw / 1920 * 50);
	background-position: center;
	right: -1px;
}

input[type="email"]#newsletter_email::-webkit-input-placeholder {
	/* Edge */
	color: #e7e7e7;
}

input[type="email"]#newsletter_email:-ms-input-placeholder {
	/* Internet Explorer */
	color: #e7e7e7;
}

input[type="email"]#newsletter_email::placeholder {
	color: #e7e7e7;
}

.footer_bottom {
	background: #3c4051;
}

.footer_bottom .width_1200 {
	text-align: center;
}

.footer_bottom .width_1200 p {
	color: #ffffff;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin: 0;
	font-size: calc(100vw / 1920 * 14);
}

.footer_bottom .width_1200 p span {
	opacity: 0.7;
	font-weight: 300;
}

.footer_bottom .width_1200 a {
	color: #ffffff;
}

.mob_show,
.mob_show_768 {
	display: none !important;
}

.mob_show_823 {
	display: none !important;
}

.mb-banner {
	display: none;
}

@media only screen and (max-width: 823px) {
	.mob_show_823 {
		display: block !important;
	}

	.desk_show_823 {
		display: none !important;
	}
}

@media only screen and (max-width: 820px) {
	.mob_show_768 {
		display: block !important;
	}

	.desk_show_768 {
		display: none !important;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.desk-banner {
		display: none;
	}
	.mb-banner {
		display: block;
	}
	.mob_show {
		display: block !important;
	}

	.desk_show {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	
}

#banner_home img {
	object-fit: cover;
	width: 100%;
}

#banner_home .carousel-caption a.a_learn {
	padding: calc(100vw / 1920 * 15) calc(100vw / 1920 * 40);
	border: 2px solid #fff;
	font-size: calc(100vw / 1920 * 22);
}

#banner_home #content_top_page {
	max-width: calc(100vw / 1920 * 873);
}

#banner_home .carousel-caption .w_1320 {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
	#banner_home #content_top_page {
		max-width: calc(100vw / 1024 * 580);
	}
}
@media only screen and (max-width: 1000px) and (orientation:landscape) {
	.carousel_home #banner_home img.mob_show, .carousel_home #banner_home img.desk_show {
		width: 100%;
		height: auto;
		object-fit: unset;
	}
}
@media only screen and (max-width: 820px) and (orientation:portrait) {
	#banner_home #content_top_page {
		max-width: calc(100vw / 750 * 600);
		padding-right: 0;
	}
	#banner_home .carousel-caption a.a_learn {
		padding: calc(100vw / 768 * 15) calc(100vw / 768 * 40);
		font-size: calc(100vw / 768 * 24);
	}
}

@media only screen and (max-width: 480px) {
	#banner_home #content_top_page {
		max-width: calc(100vw / 768 * 605);
	}
	/* .carousel_home #banner_home .carousel-caption {
		top: auto;
    	bottom: calc(100vw / 768 * 100);
	} */
}

.cbi-service-bg .cbi-services {
	width: 1620px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 160px 0;
}

@media only screen and (max-width: 1620px) {
	.cbi-service-bg .cbi-services {
		width: 95%;
	}
}

@media only screen and (max-width: 820px) {
	.cbi-service-bg .cbi-services {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 40px;
		margin: 100px 0;
	}
}

@media only screen and (max-width: 480px) {
	.cbi-service-bg .cbi-services {
		padding: 0 20px;
		margin: 50px 0;
	}
}

.cbi-service-bg .cbi-services .div_content {
	padding-right: 15%;
}

@media only screen and (max-width: 1620px) {
	.cbi-service-bg .cbi-services .div_content {
		width: 60%;
	}
}

@media only screen and (max-width: 1280px) {
	.cbi-service-bg .cbi-services .div_content {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.cbi-service-bg .cbi-services .div_content {
		padding-right: 5%;
	}
}

@media only screen and (max-width: 820px) {
	.cbi-service-bg .cbi-services .div_content {
		padding-right: 0;
		width: 100%;
	}
}

.cbi-service-bg .cbi-services .div_content .title {
	font-size: 40px;
	line-height: 1;
	color: #252e4b;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	.cbi-service-bg .cbi-services .div_content .title {
		font-size: 26px;
	}
}

.cbi-service-bg .cbi-services .div_content .text {
	font-size: 18px;
	margin-top: 40px;
	font-weight: normal;
	color: #666666;
	line-height: 1.45;
}

.cbi-service-bg .cbi-services .div_content .text span {
	line-height: 1.39;
	color: #333333;
	font-weight: bold;
}

@media only screen and (max-width: 820px) {
	.cbi-service-bg .cbi-services .image {
		width: 100%;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1620px) {
	.cbi-service-bg .cbi-services .image img {
		width: 100%;
	}
}

.cbi-service2-bg {
	margin-bottom: 140px;
}

.cbi-service2-bg .w_1320 .w_container {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 820px) {
	.cbi-service2-bg .w_1320 .w_container {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 820px) {
	.cbi-service2-bg .w_1320 .w_container .image {
		width: 100%;
		order: 2;
		margin-top: 50px;
	}
	.cbi-service2-bg .w_1320 .w_container .image img {
		width: 100%;
	}
}

.cbi-service2-bg .w_1320 .w_container .image img.mob_show_768 {
	margin-top: 50px;
}

.cbi-service2-bg .w_1320 .w_container .div_content {
	padding-left: 10%;
}

@media only screen and (max-width: 1024px) {
	.cbi-service2-bg .w_1320 .w_container .div_content {
		width: 75%;
	}
}

@media only screen and (max-width: 820px) {
	.cbi-service2-bg .w_1320 .w_container .div_content {
		width: 100%;
		padding-left: 0;
	}
}

.cbi-service2-bg .w_1320 .w_container .div_content .text {
	font-size: 18px;
	margin-top: 40px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 70px;
	padding-right: 30%;
	line-height: 1.45;
}

@media only screen and (max-width: 1024px) {
	.cbi-service2-bg .w_1320 .w_container .div_content .text {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 820px) {
	.cbi-service2-bg .w_1320 .w_container .div_content .text {
		padding-right: 0;
	}
}

.cbi-service2-bg .w_1320 .w_container .div_content .text span {
	line-height: 1.39;
	color: #333333;
	font-weight: bold;
}

.cbi-service2-bg .w_1320 .w_container .div_content img {
	width: 100%;
	height: auto;
}

.cbi-service3-bg {
	position: relative;
}

.cbi-service3-bg .cbi-services3 .div_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 15px;
	font-weight: bold;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 820px) {
	.cbi-service3-bg .cbi-services3 .div_content {
		flex-wrap: wrap;
	}
	.cbi-service3-bg .cbi-services3 {
		max-height: 400px;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .content {
	padding-right: 50px;
}

@media screen and (max-width: 820px) {
	.cbi-service3-bg .cbi-services3 .div_content .content {
		padding-right: 0;
		width: 100%;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .content .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}

@media screen and (max-width: 820px) {
	.cbi-service3-bg .cbi-services3 .div_content .content .title {
		font-size: 22px;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .content .text {
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	margin-top: 20px;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	.cbi-service3-bg .cbi-services3 .div_content .content .text {
		font-size: 16px;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .view_all_new {
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 820px) {
	.cbi-service3-bg .cbi-services3 .div_content .view_all_new {
		text-align: center;
		margin-top: 50px;
	}
}

@media screen and (max-width: 480px) {
	.cbi-service3-bg .cbi-services3 .div_content .view_all_new {
		margin-top: 30px;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .view_all_new a {
	background-color: #ee5600;
	color: #ffffff;
	border: 1px solid #ee5600;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.27px;
	padding: 8px 24px;
}

@media screen and (max-width: 480px) {
	.cbi-service3-bg .cbi-services3 .div_content .view_all_new a {
		font-size: 16px;
	}
}

.cbi-service3-bg .cbi-services3 .div_content .view_all_new a:hover,
.cbi-service3-bg .cbi-services3 .div_content .view_all_new a:focus,
.cbi-service3-bg .cbi-services3 .div_content .view_all_new a:active {
	background-color: #ffffff;
	color: #ee5600;
	text-decoration: none;
}

.cbi-service3-bg .cbi-services3 .image img {
	width: 100%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service-platform .img-dt {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.service-platform .img-dt {
		display: block !important;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service-platform .img-mb {
		display: block !important;
	}
}

@media screen and (min-width: 769px) {
	.service-platform .img-mb {
		display: none !important;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		top: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		margin-top: calc(421px * 768 / 750);
	}
}

@media screen and (max-width: 640px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		margin-top: calc(421px * 640 / 750);
	}
}

@media screen and (max-width: 520px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		margin-top: calc(421px * 520 / 750);
	}
}

@media screen and (max-width: 420px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		margin-top: calc(421px * 420 / 750);
	}
}

@media screen and (max-width: 320px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		margin-top: calc(421px * 320 / 750);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-left: calc(90px * 768 / 750);
	}
}

@media screen and (max-width: 640px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-left: calc(90px * 640 / 750);
	}
}

@media screen and (max-width: 520px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-left: calc(90px * 520 / 750);
	}
}

@media screen and (max-width: 420px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-left: calc(90px * 420 / 750);
	}
}

@media screen and (max-width: 320px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-left: calc(90px * 320 / 750);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-right: calc(90px * 768 / 750);
	}
}

@media screen and (max-width: 640px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-right: calc(90px * 640 / 750);
	}
}

@media screen and (max-width: 520px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-right: calc(90px * 520 / 750);
	}
}

@media screen and (max-width: 420px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-right: calc(90px * 420 / 750);
	}
}

@media screen and (max-width: 320px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div {
		padding-right: calc(90px * 320 / 750);
	}
}

.service-platform .main-banner > div .content_top_page {
	float: left !important;
	width: 45% !important;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page {
		width: 100% !important;
		padding: 0px !important;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .title {
		font-size: calc(64px * 768 / 750);
	}
}

@media screen and (max-width: 640px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .title {
		font-size: calc(64px * 640 / 750);
	}
}

@media screen and (max-width: 520px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .title {
		font-size: calc(64px * 520 / 750);
	}
}

@media screen and (max-width: 420px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .title {
		font-size: calc(64px * 420 / 750);
	}
}

@media screen and (max-width: 320px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .title {
		font-size: calc(64px * 320 / 750);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .content {
		font-size: calc(32px * 768 / 750);
	}
}

@media screen and (max-width: 640px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .content {
		font-size: calc(32px * 640 / 750);
	}
}

@media screen and (max-width: 520px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .content {
		font-size: calc(32px * 520 / 750);
	}
}

@media screen and (max-width: 420px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .content {
		font-size: calc(32px * 420 / 750);
	}
}

@media screen and (max-width: 320px) and (max-width: 820px) and (orientation:portrait) {
	.service-platform .main-banner > div .content_top_page .content {
		font-size: calc(32px * 320 / 750);
	}
}

#service-platform.case-study .new-stack .title {
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #252e4b;
}

@media screen and (max-width: 1920px) {
	#service-platform.case-study .new-stack .title {
		font-size: calc(100vw / 1920 * 40);
	}
	.newslet_email input, .newsletter_bt {
		height: 36px;
    	font-size: 16px;
	}
	.page_footer .footer_new_container .footer_new_right form .newsletter_bt {
		width: 50px;
		background-size: 31px;
	}
	#a_ft_top{
		padding: 10px 15px;
		font-size: 16px;
	}
	.footer_bottom {
		padding: 10px 0px;
	}
	.footer_bottom .width_1200 p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-stack .title {
		font-size: calc(40px * 1600 / 1920);
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-stack .title {
		font-size: calc(40px * 1440 / 1920);
	}
}

@media screen and (max-width: 1336px) {
	#service-platform.case-study .new-stack .title {
		font-size: calc(40px * 1336 / 1920);
	}
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-stack .title {
		font-size: calc(40px * 1280 / 1920);
	}
}

#service-platform.case-study .new-case-study {
	background-color: #f2ede7;
	padding: 100px 0;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study {
		display: block;
		padding: 50px 0;
	}
	#three_steps .container_hp {
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	#three_steps .container_hp .item {
		width: 100%;
		margin-bottom: 20px;
	}
}

#service-platform.case-study .new-case-study .dv-content-bg {
	margin-left: 15.5%;
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-case-study .dv-content-bg {
		margin-left: 8.5%;
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-case-study .dv-content-bg {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 1380px) {
	#service-platform.case-study .new-case-study .dv-content-bg {
		margin-left: 40px;
	}
}

@media screen and (max-width: 580px) {
	#service-platform.case-study .new-case-study .dv-content-bg {
		margin-left: 20px;
	}
}

#service-platform.case-study .new-case-study .cbi-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
}

#service-platform.case-study .new-case-study .cbi-container .dv-content {
	width: 43%;
	padding-right: 10%;
}

@media screen and (max-width: 1380px) {
	#service-platform.case-study .new-case-study .cbi-container .dv-content {
		width: 45%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .cbi-container .dv-content {
		width: 100%;
		padding-right: 40px;
	}
}

@media screen and (max-width: 580px) {
	#service-platform.case-study .new-case-study .cbi-container .dv-content {
		padding-right: 20px;
	}
}

#service-platform.case-study .new-case-study .cbi-container .dv-content .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #252e4b;
	margin-bottom: 20px;
}

#service-platform.case-study .new-case-study .cbi-container .dv-content .sub-title {
	font-size: 18px;
	line-height: 1.39;
	color: #666666;
	margin-bottom: 40px;
}

#service-platform.case-study .new-case-study .cbi-container .dv-content .sub-title-2 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #333333;
}

#service-platform.case-study .new-case-study .cbi-container .dv-content .sub-title-3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	color: #666666;
}

#service-platform.case-study .new-case-study .cbi-container .dv-image {
	width: 57%;
}

@media screen and (max-width: 1380px) {
	#service-platform.case-study .new-case-study .cbi-container .dv-image {
		width: 55%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .cbi-container .dv-image {
		width: 100%;
		padding-right: 0;
	}
}

#service-platform.case-study .new-case-study .cbi-container .dv-image img {
	margin-top: -50px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .cbi-container .dv-image img {
		margin-top: 50px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .cbi-container .dv-image img {
		position: static;
	}
}

#service-platform.case-study .new-case-study .dv-tab-select {
	margin-left: 15.5%;
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-case-study .dv-tab-select {
		margin-left: 8.5%;
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-case-study .dv-tab-select {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 1380px) {
	#service-platform.case-study .new-case-study .dv-tab-select {
		margin-left: 40px;
	}
}

@media screen and (max-width: 580px) {
	#service-platform.case-study .new-case-study .dv-tab-select {
		margin-left: 20px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .dv-tab-select .cbi-overflow {
		margin-right: 20px;
	}
}

#service-platform.case-study .new-case-study .dv-tab-select ul {
	width: 40%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-bottom: 50px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .dv-tab-select ul {
		width: 100%;
		display: block;
		overflow-x: scroll;
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

#service-platform.case-study .new-case-study .dv-tab-select ul li {
	margin: 5px 0px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .dv-tab-select ul li {
		min-width: max-content;
		margin-right: 30px;
	}
}

#service-platform.case-study .new-case-study .dv-tab-select ul li>a {
	font-size: 22px;
	color: #b1b1b1;
	font-weight: normal;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .dv-tab-select ul li>a {
		font-size: 18px;
	}
}

#service-platform.case-study .new-case-study .dv-tab-select ul li>a.active {
	color: #ff7d33;
}

#service-platform.case-study .new-case-study .view_all_new2 {
	margin-top: 30px;
	margin-bottom: 0;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-case-study .view_all_new2 {
		display: block;
		float: left;
		text-align: left;
	}
}

#service-platform.case-study .new-case-study .view_all_new2 a {
	font-weight: bold;
}

#service-platform.case-study .new-case-study .list-content-with-icon-1 li {
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}

#service-platform.case-study .new-case-study .list-content-with-icon-1 li>* {
	display: table-cell;
}

@media screen and (max-width: 1920px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(2) {
		padding-left: calc(31px * 1920 / 1920);
	}
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(2) {
		padding-left: calc(31px * 1600 / 1920);
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(2) {
		padding-left: calc(31px * 1440 / 1920);
	}
}

@media screen and (max-width: 1336px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(2) {
		padding-left: calc(31px * 1336 / 1920);
	}
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(2) {
		padding-left: calc(31px * 1280 / 1920);
	}
}

#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
	max-width: 100%;
}

@media screen and (max-width: 1920px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
		min-width: calc(13px * 1920 / 1920);
	}
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
		min-width: calc(13px * 1600 / 1920);
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
		min-width: calc(13px * 1440 / 1920);
	}
}

@media screen and (max-width: 1336px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
		min-width: calc(13px * 1336 / 1920);
	}
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) {
		min-width: calc(13px * 1280 / 1920);
	}
}

#service-platform.case-study .new-case-study .list-content-with-icon-1 li>span:nth-child(1) img {
	vertical-align: unset;
}

.service-platform .bg_footer {
	min-height: 400px;
	display: table;
	padding: 0 25%;
}

.service-platform .bg_footer>div {
	display: table-cell;
	vertical-align: middle;
}

.service-platform .bg_footer .dv-content {
	text-align: center;
}

.service-platform .bg_footer .dv-content .title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ffffff;
	display: block;
}

.service-platform .bg_footer .dv-content .sub-title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ffffff;
	display: block;
}

.service-platform .bg_footer .dv-button>a {
	padding: 15px 48px 15px 49px;
	background-color: #ee5600;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 1.27px;
}

/****** Magento Page ******/
#service-magento .main-banner .logo_ab_banner img {
	width: calc(100vw / 1920 * 84);
}

#service-magento .main-banner .right-col-magento-banner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	background-color: #000518;
	text-align: center;
	height: 100%;
    padding: calc(100vw / 1920 * 20) calc(100vw / 1920 * 100);
	justify-content: center;
}

#service-magento .main-banner .right-col-magento-banner .image-magento-banner-2 {
	margin-top: calc(100vw / 1920 * 70);
}

#service-magento .main-banner .right-col-magento-banner .contact-us {
	margin-top: calc(100vw / 1920 * 84);
}

#service-magento .main-banner .right-col-magento-banner .contact-us a.launch {
	color: #ffffff;
	border: solid 2px #ffffff;
	line-height: 1.25;
}

#service-magento .main-banner .right-col-magento-banner .contact-us a.launch:hover,
#service-magento .main-banner .right-col-magento-banner .contact-us a.launch:focus {
	background-color: #ffffff;
    color: #252e4b;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-magento .main-banner .right-col-magento-banner {
		padding: 70px;
		height: auto;
    	width: 100%;
	}
	#service-magento .main-banner .right-col-magento-banner .contact-us {
		margin-top: calc(100vw / 768 * 50);
	}
	#service-magento .main-banner .right-col-magento-banner .image-magento-banner-2 {
		margin-top: calc(100vw / 768 * 40);
	}
}

@media screen and (max-width: 480px) {
	#service-magento .main-banner .right-col-magento-banner {
		padding: 40px;
	}
}

#service-magento .main-banner .banner_container .content_top_page {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
    height: 100%;
	float: none;
}

#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner {
	float: left;
	text-align: left;
	padding-left: calc(100vw / 1920 * 108);
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-magento .main-banner .banner_container .content_top_page {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: auto;
		gap: 100px;
	}
	#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner {
		margin: 0 auto;
		float: none;
		width: 100%;
		padding: 0 calc(100vw / 768 * 20);
	}
}

#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner .title {
	font-size: calc(100vw / 1920 * 56);
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
}

#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner .content {
	font-size: calc(100vw / 1920 * 22);
	line-height: 1.45;
	color: #fff;
	max-width: calc(100vw / 1920 * 610);
	letter-spacing: -0.44px;
}

.case-study .main-banner > div .content_top_page {
	float: left;
	text-align: left;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner .title {
		text-align: center;
		font-size: calc(100vw / 768 * 56);
	}
	#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner .content {
		max-width: 100%;
		font-size: calc(100vw / 768 * 22);
		text-align: center;
	}
}

@media screen and (max-width: 580px) {
	.case-study .main-banner > div .content_top_page {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	#service-magento .main-banner .banner_container .content_top_page {
		gap: 50px;
	}
	#service-magento .main-banner .banner_container .content_top_page .left-col-magento-banner .content {
		font-size: 14px;
		line-height: 1.35;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {

	.case-study .main-banner > div .content_top_page {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
}

.case-study .main-banner > div .content_top_page img {
	max-width: 220px;
}

#service-seo .main-banner > div .content_top_page .title {
	font-size: calc(100vw / 1920 * 72);
	font-weight: bold;
	line-height: 1.39;
	color: #653816;
}

#service-seo .main-banner > div .content_top_page .content {
	font-size: calc(100vw / 1920 * 22);
	line-height: 1.45;
	letter-spacing: 0.44px;
	color: #8f5c07;
	margin-top: calc(100vw / 1920 * 12);
	max-width: calc(100vw / 1920 * 790);
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-seo .main-banner > div .content_top_page .title {
		font-size: calc(100vw / 768 * 48);
		text-align: center;
	}
	#service-seo .main-banner > div .content_top_page .content {
		max-width: 100%;
		text-align: center;
		margin-top: calc(100vw / 768 * 20);
		font-size: calc(100vw / 768 * 22);
		letter-spacing: 1.1px;
	}
}

@media screen and (max-width: 480px) {
	#service-seo .main-banner > div .content_top_page .content {
		font-size: 12px;
	}
}

.case-study .main-banner > div .content_top_page .contact-us {
	margin-top: calc(100vw / 1920 * 80);
}

#service-seo .main-banner > div .content_top_page .contact-us a.launch {
	font-size: calc(100vw / 1920 * 32);
	font-weight: bold;
	line-height: 1.25;
	color: #653816;
	border: solid 2px #653816;
	padding: calc(100vw / 1920 * 12) calc(100vw / 1920 * 30);
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-seo .main-banner > div .content_top_page .contact-us {
		text-align: center;
		margin-top: calc(100vw / 768 * 40);
	}
	#service-seo .main-banner > div .content_top_page .contact-us a.launch {
		font-size: calc(100vw / 768 * 32);
		padding: calc(100vw / 768 * 12) calc(100vw / 768 * 30);
	}
}

#service-seo .main-banner > div .content_top_page .contact-us a.launch:hover,
#service-seo .main-banner > div .content_top_page .contact-us a.launch:focus {
	background-color: #ffffff;
}

.case-study .main-banner > .banner_container {
	position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}

#paid-advertising .main-banner > .banner_container .content_top_page .title {
	font-size: calc(100vw / 1920 * 80);
	color: #162b48;
	font-weight: bold;
    line-height: 1;
}

.case-study .main-banner > .banner_container .content_top_page .content {
	font-size: calc(100vw / 1920 * 22);
	line-height: 1.45;
	color: #162b48;
	margin-top: calc(100vw / 1920 * 22);
	max-width: calc(100vw / 1920 * 592);
}

.case-study .main-banner > .banner_container .content_top_page .contact-us a.launch {
	font-size: calc(100vw / 1920 * 32);
	font-weight: bold;
	line-height: 1.25;
	color: #162b48;
	border: solid 2px #162b48;
	padding: calc(100vw / 1920 * 12) calc(100vw / 1920 * 30);
	text-decoration: none;
	transition: all 0.5s;
}

.case-study .main-banner > .banner_container .content_top_page .contact-us a.launch:hover,
.case-study .main-banner > .banner_container .content_top_page .contact-us a.launch:focus {
	background-color: #ffffff;
	color: #252e4b;
}

.case-study .new-solution-seo.new-solution-seo2 {
	margin: 0;
}

.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content {
	float: right;
	padding: 0 15%;
}

.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content .container_con .content .item {
	margin-bottom: 30px;
}

.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content .container_con .content .item p.title_in {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #d3cac5;
	margin-bottom: 10px;
}

.case-study .new-solution-seo.new-solution-seo2 .w_container .div_images {
	left: 0;
	right: unset;
}

.case-study .new-solution-seo.new-solution-seo3 {
	margin: 160px 0;
}

#bg_contact_page {
	margin-top: calc(100vw / 1920 * 104);
	margin-bottom: calc(100vw / 1920 * 104);
}

#bg_contact_page .contact_page_container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

#bg_contact_page .contact_page_container .contact_col_left {
	max-width: calc(100vw / 1920 * 451);
}

#bg_contact_page .contact_page_container .contact_col_right {
	max-width: calc(100vw / 1920 * 615);
}

#bg_contact_page .contact_page_container .contact_col_left .col_left_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#bg_contact_page .contact_page_container .contact_col_left p.sub_title {
	font-size: calc(100vw / 1920 * 18);
	font-weight: bold;
	line-height: calc(100vw / 1920 * 1.78);
	letter-spacing: 0.9px;
	text-align: left;
	color: #858585;
	margin-bottom: calc(100vw / 1920 * 40);
}

#bg_contact_page .contact_page_container .contact_col_left h1 {
	font-size: calc(100vw / 1920 * 45);
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	color: #000;
	margin-bottom: calc(100vw / 1920 * 20);
}

#bg_contact_page .contact_page_container .contact_col_left p.tag {
	font-size: calc(100vw / 1920 * 18);
	line-height: 1.78;
	letter-spacing: 0.9px;
	text-align: left;
	color: #858585;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact label {
	font-size: calc(100vw / 1920 * 18);
	line-height: 1.78;
	text-align: left;
	color: #000;
	margin: 0;
	font-weight: normal;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact .help-block {
	font-size: calc(100vw / 1920 * 14);
	line-height: 1.71;
	text-align: left;
	color: #da4f00;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact .has-error .form-control-feedback {
	color: #da4f00;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
	border: 0;
    outline: 0;
    border-bottom: 1px solid rgb(0 0 0 / 35%);
	font-size: calc(100vw / 1920 * 18);
	line-height: 1.33;
	text-align: left;
	color: #858585;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit) {
	height: calc(100vw / 1920 * 45);
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit] {
	font-size: calc(100vw / 1920 * 18);
	font-weight: bold;
	line-height: 1.78;
	text-align: left;
	color: #fff;
	margin-top: 17px;
	padding: calc(100vw / 1920 * 16) calc(100vw / 1920 * 36);
	background-color: #000;
	border: 2px solid #000;
	transition: all .4s ease-in-out;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit]:hover,
#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit]:focus {
	background-color: transparent;
	color: #000;
}

#bg_contact_page .contact_page_container .contact_col_right #frmContact .has-error .form-control {
    border-color: #da4f00;
}

.form-group.form_required label:before {
	content: "";
	background-image: url('https://coadealc.sirv.com/cbi/images/cbi/new_layout/star_icon_required.png');
	position: absolute;
    right: 0;
	top: 8px;
    width: calc(100vw / 1920 * 16);
    height: calc(100vw / 1920 * 16);
    background-repeat: no-repeat;
    background-size: calc(100vw / 1920 * 16);
}

#banner_contact{
    height: calc(100vw / 1920 * 230);
}

#bg_contact_page .contact_page_container .contact_col_right .page_contact_form {
	height: auto;
}

p.note_submit {
	font-size: calc(100vw / 1920 * 12);
	line-height: 2;
	text-align: left;
	color: #858585;
	margin-top: 21px;
	float: left;
	max-width: calc(100vw / 1920 * 615);
}

p.note_submit a {
	color: #858585;
	text-decoration: underline;
}

p.note_submit a:hover,
p.note_submit a:hover {
	color: #000000;
}

@media screen and (max-width: 1900px) {
	p.note_submit {
		font-size: 12px;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit) {
		height: 45px;
	}
}

@media screen and (max-width: 1280px) {
	#bg_contact_page .contact_page_container .contact_col_right #frmContact label, #bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
		font-size: calc(100vw / 1280 * 17);
	}
	#bg_contact_page .contact_page_container .contact_col_left {
		max-width: calc(100vw / 1280 * 310);
	}
	
	#bg_contact_page .contact_page_container .contact_col_right {
		max-width: calc(100vw / 1280 * 510);
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content {
		padding: 0 5% 0 15%;
		min-height: 620px;
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content .container_con .title {
		font-size: 38px;
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content .container_con .content .item p.title_in {
		font-size: 20px;
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content .container_con .content .item p {
		font-size: 16px;
	}
	.case-study .new-solution-seo.new-solution-seo3 {
		margin: 100px 0;
	}
}

@media screen and (max-width: 1024px) {
	#bg_contact_page .contact_page_container {
		gap: calc(100vw / 1024 * 60);
	}
	
	#bg_contact_page .contact_page_container .contact_col_left {
		max-width: calc(100vw / 1024 * 451);
	}
	
	#bg_contact_page .contact_page_container .contact_col_left p.sub_title {
		font-size: calc(100vw / 1024 * 18);
		margin-bottom: calc(100vw / 1024 * 40);
		line-height: 1.6;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left h1 {
		font-size: calc(100vw / 1024 * 38);
		margin-bottom: calc(100vw / 1024 * 20);
		line-height: 1.44;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left p.tag {
		font-size: calc(100vw / 1024 * 18);
		line-height: 1.35;
	}
	
	#bg_contact_page .contact_page_container .contact_col_right #frmContact .help-block {
		font-size: calc(100vw / 1024 * 14);
	}
	
	#bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
		font-size: calc(100vw / 1024 * 18);
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact .help-block {
		font-size: calc(100vw / 1024 * 14);
		line-height: 1.71;
	}
	#banner_contact{
		height: calc(100vw / 1024 * 230);
	}
	p.note_submit {
		max-width: calc(100vw / 1024 * 425);
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact label, #bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
		font-size: calc(100vw / 1024 * 16);
	}
	.form-group.form_required label:before {
		width: calc(100vw / 1024 * 16);
		height: calc(100vw / 1024 * 16);
		background-size: calc(100vw / 1024 * 16);
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit] {
		font-size: calc(100vw / 1024 * 16);
		padding: calc(100vw / 1024 * 10) calc(100vw / 1024 * 26);
	}
}

@media screen and (max-width: 820px) {
	#bg_contact_page .contact_page_container .contact_col_right #frmContact label {
		font-size: calc(100vw / 768 * 16);
		padding-right: 20px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#banner_contact{
		height: calc(100vw / 768 * 230);
	}
	#bg_contact_page {
		margin-top: calc(100vw / 768 * 64);
		margin-bottom: calc(100vw / 768 * 64);
	}
	#bg_contact_page .contact_page_container {
		flex-direction: column;
		gap: calc(100vw / 768 * 50);
	}
	#bg_contact_page .w_1320 {
		width: calc(100vw / 768 * 512);
		margin: 0 auto;
	}
	.form-group.form_required label:before {
		width: calc(100vw / 768 * 16);
		height: calc(100vw / 768 * 16);
		background-size: calc(100vw / 768 * 16);
	}
	#bg_contact_page .contact_page_container .contact_col_left p.sub_title {
		font-size: calc(100vw / 768 * 20);
		margin-bottom: calc(100vw / 768 * 18);
		line-height: 1.6;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left h1 {
		font-size: calc(100vw / 768 * 50);
		margin-bottom: calc(100vw / 768 * 8);
		line-height: 1.78;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left p.tag {
		font-size: calc(100vw / 768 * 18);
		line-height: 1.35;
		letter-spacing: 0.36px;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact label, #bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
		font-size: calc(100vw / 768 * 18);
	}
	#bg_contact_page .contact_page_container .contact_col_left, #bg_contact_page .contact_page_container .contact_col_right {
		max-width: 100%;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact .help-block {
		font-size: calc(100vw / 768 * 14);
		line-height: 1.71;
	}
	.case-study .main-banner > .banner_container {
		bottom: calc(100vw / 768 * 40);
		top: unset;
		transform: none;
		left: calc(100vw / 768 * 20);
		right: calc(100vw / 768 * 20);	
	}
	#paid-advertising .main-banner > .banner_container .content_top_page {
		text-align: center;
	}
	#paid-advertising .main-banner > .banner_container .content_top_page .title {
		font-size: calc(100vw / 768 * 80);
		line-height: 1.25;
	}
	#paid-advertising .main-banner > .banner_container .content_top_page .title br {
		display: none;
	}
	.case-study .main-banner > .banner_container .content_top_page .content {
		font-size: calc(100vw / 768 * 22);
		max-width: 100%;
	}
	#paid-advertising .main-banner > .banner_container .content_top_page .content {
		padding: 0 calc(100vw / 768 * 60);
		margin-top: calc(100vw / 768 * 24);
	}
	.case-study .main-banner > .banner_container .content_top_page .contact-us {
		margin-top: calc(100vw / 768 * 68);
	}
	.case-study .main-banner > .banner_container .content_top_page .contact-us a.launch {
		font-size: calc(100vw / 768 * 32);
		padding: calc(100vw / 768 * 12) calc(100vw / 768 * 30);
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content {
		padding: 80px 8% 80px 40px;
		min-height: auto;
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_images {
		margin-top: -7%;
	}
	.case-study .new-solution-seo.new-solution-seo3 {
		margin: 50px 0;
	}
	p.note_submit {
		max-width: none;
		letter-spacing: 0.6px;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit] {
		font-size: calc(100vw / 768 * 18);
		padding: calc(100vw / 768 * 16) calc(100vw / 768 * 36);
	}
}

@media screen and (max-width: 480px) {
	#paid-advertising .main-banner > .banner_container .content_top_page .content {
		font-size: 12px;
	}
	.case-study .new-solution-seo.new-solution-seo2 .w_container .div_content {
		padding: 80px 20px;
		min-height: auto;
	}
	#banner_contact{
		height: calc(100vw / 480 * 230);
	}
	#bg_contact_page .w_1320 {
		width: 90%;
	}
	.form-group.form_required label:before {
		width: calc(100vw / 480 * 16);
		height: calc(100vw / 480 * 16);
		background-size: calc(100vw / 480 * 16);
	}
	#bg_contact_page .contact_page_container .contact_col_left p.sub_title {
		font-size: calc(100vw / 480 * 20);
		margin-bottom: calc(100vw / 480 * 18);
		line-height: 1.6;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left h1 {
		font-size: calc(100vw / 480 * 38);
		margin-bottom: calc(100vw / 480 * 8);
		line-height: 1.78;
	}
	
	#bg_contact_page .contact_page_container .contact_col_left p.tag {
		font-size: calc(100vw / 480 * 18);
		line-height: 1.35;
		letter-spacing: 0.36px;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact label, #bg_contact_page .contact_page_container .contact_col_right #frmContact input:not(.submit), #bg_contact_page .contact_page_container .contact_col_right #frmContact textarea {
		font-size: calc(100vw / 480 * 18);
	}
	#bg_contact_page .contact_page_container .contact_col_left {
		max-width: 100%;
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact input[type=submit] {
		font-size: calc(100vw / 480 * 18);
		line-height: 1.78;
		margin-top: 10px;
		padding: calc(100vw / 480 * 10) calc(100vw / 480 * 26);
	}
	#bg_contact_page .contact_page_container .contact_col_right #frmContact .help-block {
		font-size: calc(100vw / 480 * 14);
		line-height: 1.71;
	}
}

.case-study .new-solution-seo.new-solution-seo3 .w_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content {
	width: 50%;
	background-color: #ffffff;
	padding: 0;
	padding-left: 15%;
	padding-right: 7%;
	min-height: auto;
	margin-top: 0;
}

@media screen and (max-width: 1280px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content {
		padding-left: 40px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	color: #252e4b;
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 420px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .title {
		font-size: 28px;
	}
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .tag {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #252e4b;
	margin-top: 30px;
}

@media screen and (max-width: 1280px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .tag {
		font-size: 20px;
	}
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .content .item {
	margin-top: 20px;
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .content .item:nth-last-child(1) {
	margin-bottom: 0;
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .content .item p {
	font-size: 18px;
	line-height: 1.39;
	color: #666666;
	opacity: 1;
}

@media screen and (max-width: 1280px) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_content .container_con .content .item p {
		font-size: 16px;
	}
}

.case-study .new-solution-seo.new-solution-seo3 .w_container .div_images {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 820px) and (orientation:portrait) {

	.case-study .new-solution-seo.new-solution-seo3 .w_container .div_images {
		width: 100%;
		margin-top: 50px;
		padding-left: 0;
	}
}

#service-platform.case-study .approach_seo .title {
	margin-bottom: 30px;
}

#service-platform.case-study .approach_seo .content {
	text-align: center;
	font-size: 18px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 70px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .approach_seo .title {
		text-align: center;
	}
	#service-platform.case-study .approach_seo .content {
		text-align: center;
		width: 100%;
	}
	#service-platform.case-study .approach_seo .container_hp {
		text-align: center;
	}
	#service-platform.case-study .approach_seo .container_hp .item .item_in_image {
		text-align: center;
	}
}

#service-platform.case-study .new-reviews {
	margin: 160px 0;
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-reviews {
		margin: 100px 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-reviews {
		margin: 50px 0;
	}
}

#service-platform.case-study .new-reviews .dv-content>p {
	width: 40%;
	margin: 0px auto;
	line-height: 1.29;
	font-family: FuturaPT-Obl;
	text-align: center;
	color: #ff7d33;
}

@media screen and (max-width: 1920px) {
	#service-platform.case-study .new-reviews .dv-content>p {
		font-size: calc(28px * 1920 / 1920);
	}
}

@media screen and (max-width: 1600px) {
	#service-platform.case-study .new-reviews .dv-content>p {
		font-size: calc(28px * 1600 / 1920);
	}
}

@media screen and (max-width: 1440px) {
	#service-platform.case-study .new-reviews .dv-content>p {
		font-size: calc(28px * 1440 / 1920);
	}
}

@media screen and (max-width: 1336px) {
	#service-platform.case-study .new-reviews .dv-content>p {
		font-size: calc(28px * 1336 / 1920);
	}
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-reviews .dv-content>p {
		font-size: calc(28px * 1280 / 1920);
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-reviews .dv-content>p {
		width: 90%;
	}
}

#service-platform.case-study .new-reviews .dv-image {
	text-align: center;
	margin-top: 40px;
}

#service-platform.case-study .new-reviews .dv-image img {
	margin-bottom: 20px;
}

#service-platform.case-study .new-reviews .dv-image .title {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: black;
	margin-bottom: 8px;
}

#service-platform.case-study .new-reviews .dv-image .sub-title {
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: black;
}

#service-platform.case-study .new-stack {
	margin: 160px 0;
}

@media screen and (max-width: 1024px) {
	#service-platform.case-study .new-stack {
		margin: 120px 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack {
		margin: 80px 0 160px 0;
	}
}

#service-platform.case-study .new-stack .title {
	margin-bottom: 30px;
	text-align: center;
}

#service-platform.case-study .new-stack .sub-title {
	font-size: 18px;
	color: #666666;
	margin-bottom: 70px;
	text-align: center;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .sub-title {
		margin-bottom: 40px;
	}
}

#service-platform.case-study .new-stack .cbi-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container {
		display: block;
	}
}

#service-platform.case-study .new-stack .cbi-container .item {
	width: 20%;
	display: flex;
	align-items: center;
	min-height: 100px;
}

@media screen and (max-width: 1024px) {
	#service-platform.case-study .new-stack .cbi-container .item {
		width: 25%;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container .item {
		width: 100%;
		min-height: 100px;
	}
}

#service-platform.case-study .new-stack .cbi-container .item:nth-child(n+6) {
	margin-top: 60px;
}

@media screen and (max-width: 1024px) {
	#service-platform.case-study .new-stack .cbi-container .item:nth-child(n+6) {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	#service-platform.case-study .new-stack .cbi-container .item:nth-child(n+5) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container .item:nth-child(n+5) {
		margin-top: 0;
	}
}

#service-platform.case-study .new-stack .cbi-container .item img {
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container .item .item_in {
		display: flex;
		align-items: center;
		min-height: 100px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container .item .item_in img:nth-child(n+2) {
		margin-top: 20px;
	}
}

#service-platform.case-study .new-stack .cbi-container .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	bottom: -100px;
}

@media only screen and (max-width: 480px) {
	#service-platform.case-study .new-stack .cbi-container .slick-dots {
		bottom: -80px;
	}
}

#service-platform.case-study .new-stack .cbi-container .slick-dots li {
	margin: 0 3px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	#service-platform.case-study .new-stack .cbi-container .slick-dots li {
		margin: 0 10px;
	}
}

#service-platform.case-study .new-stack .cbi-container .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 1.25px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	text-indent: -9999px;
}

#service-platform.case-study .new-stack .cbi-container .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 15px;
	height: 15px;
	margin-top: 3px;
}

#service-platform.case-study .new-solution-seo .w_container .div_content {
	padding: 0 20% 0 15%;
}

@media screen and (max-width: 1280px) {
	#service-platform.case-study .new-solution-seo .w_container .div_content {
		padding: 80px 10% 80px 40px;
		min-height: auto;
	}
}

@media screen and (max-width: 580px) {
	#service-platform.case-study .new-solution-seo .w_container .div_content {
		padding: 40px 20px 100px 20px;
	}
}

.service_offerings {
	margin: 160px 0;
}

@media screen and (max-width: 1280px) {
	.service_offerings {
		margin: 100px 0;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service_offerings {
		margin: 50px 0;
	}
}

.service_offerings .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #252e4b;
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service_offerings .title {
		font-size: 60px;
	}
}

@media screen and (max-width: 580px) {
	.service_offerings .title {
		font-size: 40px;
	}
}

@media screen and (max-width: 420px) {
	.service_offerings .title {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

.service_offerings .container_hp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service_offerings .container_hp .item {
	width: 33.3%;
	text-align: center;
	padding: 0 3%;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service_offerings .container_hp .item {
		width: 100%;
	}
}

.service_offerings .container_hp .item:nth-child(n+1) {
	margin-top: 50px;
}

.service_offerings .container_hp .item .item_in p {
	font-size: 18px;
	line-height: 1.39;
	text-align: center;
	color: #666666;
	margin-top: 20px;
}

@media screen and (max-width: 1280px) {
	.service_offerings .container_hp .item .item_in p {
		font-size: 16px;
	}
}

.service_offerings .container_hp .item .item_in p.title_in {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #252e4b;
	margin-top: 30px;
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.service_offerings .container_hp .item .item_in p.title_in {
		font-size: 20px;
	}
}

.cbi-new-layout-1 {
	padding: 100px 160px;
	margin-top: 0;
	background-color: #f2ede7;
}

@media only screen and (max-width: 1280px) {
	.cbi-new-layout-1 {
		padding: 50px 5%;
	}
}

.cbi-new-layout-1 .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #252e4b;
	margin-bottom: 80px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-new-layout-1 .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 480px) {
	.cbi-new-layout-1 .title {
		font-size: 28px;
		line-height: 1.3;
	}
}

.cbi-new-layout-1 .cbi-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.cbi-new-layout-1 .cbi-container .item {
	width: 30%;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-new-layout-1 .cbi-container .item {
		width: 100%;
		text-align: center;
	}
}

.cbi-new-layout-1 .cbi-container .item:nth-child(n+4) {
	margin-top: 80px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-new-layout-1 .cbi-container .item:nth-child(n+4) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-new-layout-1 .cbi-container .item:nth-child(n+2) {
		margin-top: 50px;
	}
}

.cbi-new-layout-1 .cbi-container .item img {
	margin-bottom: 30px;
	height: 80px;
	width: auto;
}

.cbi-new-layout-1 .cbi-container .item .title_in {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #252e4b;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
	.cbi-new-layout-1 .cbi-container .item .title_in {
		font-size: 22px;
	}
}

.cbi-new-layout-1 .cbi-container .item .text {
	font-size: 18px;
	line-height: 1.61;
	color: #666666;
	padding-right: 10%;
}

@media screen and (max-width: 1280px) {
	.cbi-new-layout-1 .cbi-container .item .text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-new-layout-1 .cbi-container .item .text {
		padding-right: 0;
	}
}

.cbi-special-slider {
	margin-top: 120px;
	margin-bottom: 160px;
}

@media only screen and (max-width: 1280px) {
	.cbi-special-slider {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider {
		margin-top: 50px;
	}
}

.cbi-special-slider .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #252e4b;
	margin-bottom: 30px;
	padding: 0 20px;
}

@media only screen and (max-width: 1280px) {
	.cbi-special-slider .title {
		font-size: 32px;
	}
}

.cbi-special-slider .content {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #666666;
	padding: 0 40px;
}

@media screen and (max-width: 1280px) {
	.cbi-special-slider .content {
		font-size: 16px;
	}
}

@media screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .content {
		margin-bottom: 50px;
	}
}

.cbi-special-slider .special-slider {
	position: relative;
}

.cbi-special-slider .special-slider .next,
.cbi-special-slider .special-slider .prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 15px 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: #fff;
	transition: all .3s;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {

	.cbi-special-slider .special-slider .next,
	.cbi-special-slider .special-slider .prev {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 480px) {

	.cbi-special-slider .special-slider .next,
	.cbi-special-slider .special-slider .prev {
		display: none !important;
	}
}

.cbi-special-slider .special-slider .next:hover,
.cbi-special-slider .special-slider .next:focus,
.cbi-special-slider .special-slider .next:active,
.cbi-special-slider .special-slider .prev:hover,
.cbi-special-slider .special-slider .prev:focus,
.cbi-special-slider .special-slider .prev:active {
	background: #e2e2e2;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {

	.cbi-special-slider .special-slider .next img,
	.cbi-special-slider .special-slider .prev img {
		height: 20px;
	}
}

.cbi-special-slider .special-slider .next {
	right: 18.2%;
}

@media only screen and (max-width: 1460px) {
	.cbi-special-slider .special-slider .next {
		right: 16.5%;
	}
}

@media only screen and (max-width: 1280px) {
	.cbi-special-slider .special-slider .next {
		right: 15.5%;
	}
}

@media only screen and (max-width: 1024px) {
	.cbi-special-slider .special-slider .next {
		right: 12.5%;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .special-slider .next {
		right: 15.8%;
	}
}

.cbi-special-slider .special-slider .prev {
	left: 18.2%;
}

@media only screen and (max-width: 1460px) {
	.cbi-special-slider .special-slider .prev {
		left: 16.5%;
	}
}

@media only screen and (max-width: 1280px) {
	.cbi-special-slider .special-slider .prev {
		left: 15.5%;
	}
}

@media only screen and (max-width: 1024px) {
	.cbi-special-slider .special-slider .prev {
		left: 12.5%;
	}
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .special-slider .prev {
		left: 15.8%;
	}
}

.cbi-special-slider .cbi-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.cbi-special-slider .cbi-container.small-slider {
	padding: 0 280px;
}

@media only screen and (max-width: 1024px) {
	.cbi-special-slider .cbi-container.small-slider {
		padding: 0;
	}
}

.cbi-special-slider .cbi-container.small-slider div {
	padding: 1%;
	transition: all 300ms ease;
	outline: none;
}

@media only screen and (max-width: 480px) {
	.cbi-special-slider .cbi-container.small-slider div {
		padding: 0 1.5%;
	}
}

.cbi-special-slider .cbi-container.small-slider div img {
	width: 100%;
}

.cbi-special-slider .cbi-container.small-slider .slick-center {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.3);
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .cbi-container.small-slider .slick-center {
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		color: #e67e22;
		opacity: 1;
		transform: scale(1.5);
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-slide {
	transition: all 500ms ease;
}

.cbi-special-slider .cbi-container.big-slider .slick-slide div {
	outline: none;
	margin: 60px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .cbi-container.big-slider .slick-slide div {
		margin: 30px;
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-slide div img {
	margin: 0 auto;
	width: 100%;
	max-width: 870px;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.cbi-special-slider .cbi-container.big-slider .slick-list {
	padding: 0 25% !important;
}

@media only screen and (max-width: 480px) {
	.cbi-special-slider .cbi-container.big-slider .slick-list {
		padding: 0 !important;
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-prev {
	left: 18%;
}

.cbi-special-slider .cbi-container.big-slider .slick-next {
	right: 18%;
}

.cbi-special-slider .cbi-container.big-slider .slick-center {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.2);
}

.cbi-special-slider .cbi-container.big-slider .slick-center img {
	box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.15);
}

.cbi-special-slider .cbi-container.big-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	bottom: -100px;
}

@media only screen and (max-width: 480px) {
	.cbi-special-slider .cbi-container.big-slider .slick-dots {
		bottom: -80px;
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-dots li {
	margin: 0 3px;
}

@media only screen and (max-width: 820px) and (orientation:portrait) {
	.cbi-special-slider .cbi-container.big-slider .slick-dots li {
		margin: 0 10px;
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #a9a9a9;
	margin-top: 5px;
	text-indent: -9999px;
}

@media only screen and (max-width: 480px) {
	.cbi-special-slider .cbi-container.big-slider .slick-dots button {
		width: 10px;
		height: 10px;
		margin-top: 1.25px;
	}
}

.cbi-special-slider .cbi-container.big-slider .slick-dots li.slick-active button {
	background-color: #252e4b;
	width: 14px;
	height: 14px;
	margin-top: 3px;
}

.panel-group {
	padding: 15px 40px;
}

@media only screen and (max-width: 480px) {
	.panel-group {
		padding: 0;
	}
}

.panel-body {
	padding: 20px;
}

.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.panel .panel-title a {
	display: block;
	color: #252e4b;
	padding: 20px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}

.panel .panel-title a .arrow {
	border: solid #252e4b;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	margin-top: 6px;
}

.panel .panel-title a .right {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.5s;
}

.panel .panel-heading {
	border-radius: 0;
	border: none;
	color: #252e4b;
	padding: 0;
}

.panel .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0s;
}

.panel .panel-heading.active .panel-title a .right {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.panel:last-child {
	border-bottom: none;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius 0.3s linear 0.2s;
}

.hamburger {
	position: absolute;
	top: calc(100vw / 430* 27);
	right: calc(100vw / 430* 27);
}

.hamburger .line{
	width: 32px;
    height: 1px;
	background-color: #ecf0f1;
	display: block;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover{
	cursor: pointer;
}

/* ONE */

#button_smobile.is-active .line:nth-child(2){
	opacity: 0;
	margin: 12px auto;
}

#button_smobile.is-active .line:nth-child(1){
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

#button_smobile.is-active .line:nth-child(3){
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

/**** End *****/